01KKHBC5XWD1K8CW1C9PTDJJ8H: 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-16c128gb",
    ),
    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: 01KKHBCNMJGFEAN70N4YM7XJMN

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-12T15:44:22.968Zjob assigned to worker 01KKHBCPRRT3A8CCE552DY49J5 [factory aws, i-0f214bcf8684e348e] (queued for 2 m 16 s)
 
22026-03-12T15:44:31.246Zstarting task 0: "setup"
32026-03-12T15:44:31.251Z++ uname -s
42026-03-12T15:44:31.255Z+ kern=SunOS
52026-03-12T15:44:31.255Z+ build_user=build
62026-03-12T15:44:31.255Z+ build_uid=12345
72026-03-12T15:44:31.255Z+ work_dir=/work
82026-03-12T15:44:31.255Z+ input_dir=/input
92026-03-12T15:44:31.255Z+ [[ 0 == 12345 ]]
102026-03-12T15:44:31.255Z+ case "$kern" in
112026-03-12T15:44:31.255Z+ groupadd -g 12345 build
122026-03-12T15:44:31.258Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-12T15:44:33.264Z+ zfs create -o mountpoint=/work rpool/work
142026-03-12T15:44:33.378Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-12T15:44:33.381Z+ home_fs=zfs
162026-03-12T15:44:33.381Z+ [[ zfs == autofs ]]
172026-03-12T15:44:33.381Z+ mkdir -p /home/build
182026-03-12T15:44:33.385Z+ chown build:build /home/build /work
192026-03-12T15:44:35.386Z+ chmod 0700 /home/build /work
202026-03-12T15:44:35.390Zprocess exited: duration 4145 ms, exit code 0
 
212026-03-12T15:44:35.396Zstarting task 1: "rust-toolchain"
222026-03-12T15:44:35.402Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-12T15:44:35.402Z * rust toolchain channel = "1.91.1"
242026-03-12T15:44:35.402Z * rust toolchain profile = "default"
252026-03-12T15:44:35.402Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-12T15:44:35.402Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-12T15:44:35.402Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-12T15:44:35.405Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-12T15:44:35.405Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-12T15:44:35.546Zinfo: downloading installer
312026-03-12T15:44:37.018Zwarn: It looks like you have an existing installation of Rust at:
322026-03-12T15:44:37.018Zwarn: /opt/ooce/bin
332026-03-12T15:44:37.018Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-12T15:44:37.018Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-12T15:44:37.018Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-12T15:44:37.018Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-12T15:44:37.018Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-12T15:44:37.018Zerror: cannot install while Rust is installed
392026-03-12T15:44:37.018Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-12T15:44:37.018Zwarn: It looks like you have an existing rustup settings file at:
412026-03-12T15:44:37.018Zwarn: /home/build/.rustup/settings.toml
422026-03-12T15:44:37.018Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-12T15:44:37.018Zwarn: instead of the one inferred from the default host triple.
442026-03-12T15:44:37.031Zinfo: profile set to default
452026-03-12T15:44:37.031Zinfo: default host triple is x86_64-unknown-illumos
462026-03-12T15:44:37.034Zinfo: syncing channel updates for 1.91.1-x86_64-unknown-illumos
472026-03-12T15:44:37.211Zinfo: latest update on 2025-11-10 for version 1.91.1 (ed61e7d7e 2025-11-07)
482026-03-12T15:44:37.215Zinfo: downloading 6 components
492026-03-12T15:44:52.300Zinfo: default toolchain set to 1.91.1-x86_64-unknown-illumos
502026-03-12T15:44:52.300Z
512026-03-12T15:44:52.333Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
522026-03-12T15:44:52.334Z
532026-03-12T15:44:52.334Z
542026-03-12T15:44:52.337ZRust is installed now. Great!
552026-03-12T15:44:52.337Z
562026-03-12T15:44:52.337ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-12T15:44:52.337Zenvironment variable. This has not been done automatically.
582026-03-12T15:44:52.337Z
592026-03-12T15:44:52.337ZTo configure your current shell, you need to source
602026-03-12T15:44:52.337Zthe corresponding env file under $HOME/.cargo.
612026-03-12T15:44:52.337Z
622026-03-12T15:44:52.337ZThis is usually done by running one of the following (note the leading DOT):
632026-03-12T15:44:52.337Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-12T15:44:52.337Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-12T15:44:52.337Zsource "~/.cargo/env.nu" # For nushell
662026-03-12T15:44:52.337Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-12T15:44:52.337Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-12T15:44:52.337Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-12T15:44:52.337Zwarn: no default linker (`cc`) was found in your PATH
702026-03-12T15:44:52.337Zwarn: many Rust crates require a system C toolchain to build
712026-03-12T15:44:52.437Z+ rustup --version
722026-03-12T15:44:52.444Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-12T15:44:52.448Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-12T15:44:52.471Zinfo: the currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
752026-03-12T15:44:52.474Z+ cargo --version
762026-03-12T15:44:52.485Zcargo 1.91.1 (ea2d97820 2025-10-10)
772026-03-12T15:44:52.489Z+ rustc --version
782026-03-12T15:44:52.514Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
792026-03-12T15:44:52.518Zprocess exited: duration 17119 ms, exit code 0
 
802026-03-12T15:44:52.526Zstarting task 2: "authentication"
812026-03-12T15:44:52.547Zprocess exited: duration 20 ms, exit code 0
 
822026-03-12T15:44:52.555Zstarting task 3: "clone repository"
832026-03-12T15:44:52.561Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-12T15:44:52.564Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-12T15:44:52.600ZCloning into '/work/oxidecomputer/omicron'...
862026-03-12T15:45:03.681Z+ cd /work/oxidecomputer/omicron
872026-03-12T15:45:03.684Z+ git fetch origin 6e4dd7ca17aacd8993bbf18ef4e62107a80940e5
882026-03-12T15:45:04.026ZFrom https://github.com/oxidecomputer/omicron
892026-03-12T15:45:04.026Z * branch 6e4dd7ca17aacd8993bbf18ef4e62107a80940e5 -> FETCH_HEAD
902026-03-12T15:45:04.038Z+ [[ -n john/switch-slot-no-display ]]
912026-03-12T15:45:04.041Z++ git branch --show-current
922026-03-12T15:45:04.044Z+ current=main
932026-03-12T15:45:04.044Z+ [[ main != john/switch-slot-no-display ]]
942026-03-12T15:45:04.044Z+ git branch -f john/switch-slot-no-display 6e4dd7ca17aacd8993bbf18ef4e62107a80940e5
952026-03-12T15:45:04.048Z+ git checkout -f john/switch-slot-no-display
962026-03-12T15:45:04.368ZSwitched to branch 'john/switch-slot-no-display'
972026-03-12T15:45:04.371Z+ git reset --hard 6e4dd7ca17aacd8993bbf18ef4e62107a80940e5
982026-03-12T15:45:04.394ZHEAD is now at 6e4dd7ca1 fix typo
992026-03-12T15:45:04.397Zprocess exited: duration 11839 ms, exit code 0
 
1002026-03-12T15:45:04.404Zstarting task 4: "build"
1012026-03-12T15:45:04.410Z+ source .github/buildomat/ci-env.sh
1022026-03-12T15:45:04.413Z++ export CARGO_TERM_COLOR=always
1032026-03-12T15:45:04.413Z++ CARGO_TERM_COLOR=always
1042026-03-12T15:45:04.413Z+ cargo --version
1052026-03-12T15:45:04.422Zcargo 1.91.1 (ea2d97820 2025-10-10)
1062026-03-12T15:45:04.425Z+ rustc --version
1072026-03-12T15:45:04.452Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1082026-03-12T15:45:04.455Z+ cargo tree --locked
1092026-03-12T15:45:04.671Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1102026-03-12T15:45:04.996Z Updating crates.io index
1112026-03-12T15:45:05.030Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1122026-03-12T15:45:05.779Z Updating git repository `https://github.com/oxidecomputer/lldp`
1132026-03-12T15:45:06.134Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1142026-03-12T15:45:06.526Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1152026-03-12T15:45:06.882Z Updating git repository `https://github.com/oxidecomputer/falcon`
1162026-03-12T15:45:07.914Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1172026-03-12T15:45:08.697Z Updating git repository `https://github.com/oxidecomputer/propolis`
1182026-03-12T15:45:13.135Z Updating git repository `https://github.com/oxidecomputer/crucible`
1192026-03-12T15:45:22.032Z Updating git repository `https://github.com/oxidecomputer/opte`
1202026-03-12T15:45:23.040Z Updating git repository `https://github.com/oxidecomputer/tofino`
1212026-03-12T15:45:23.350Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1222026-03-12T15:45:24.592Z Updating git repository `https://github.com/oxidecomputer/clickward`
1232026-03-12T15:45:24.864Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1242026-03-12T15:45:25.425Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1252026-03-12T15:45:25.773Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1262026-03-12T15:45:26.934Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1272026-03-12T15:45:27.587Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1282026-03-12T15:45:27.839Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1292026-03-12T15:45:28.143Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1302026-03-12T15:45:28.535Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1312026-03-12T15:45:28.908Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1322026-03-12T15:45:29.170Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1332026-03-12T15:45:29.443Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1342026-03-12T15:45:29.867Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1352026-03-12T15:45:31.172Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1362026-03-12T15:45:31.932Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1372026-03-12T15:45:32.301Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1382026-03-12T15:45:32.624Z Updating git repository `https://github.com/oxidecomputer/ispf`
1392026-03-12T15:45:32.922Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1402026-03-12T15:45:34.413Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1412026-03-12T15:45:34.732Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1422026-03-12T15:45:35.105Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1432026-03-12T15:45:35.444Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1442026-03-12T15:45:35.846Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1452026-03-12T15:45:36.346Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1462026-03-12T15:45:36.686Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1472026-03-12T15:45:36.934Z Updating git repository `https://github.com/illumos/smf-rs`
1482026-03-12T15:45:37.326Z Updating git repository `https://github.com/oxidecomputer/omicron`
1492026-03-12T15:45:51.386Z Downloading crates ...
1502026-03-12T15:45:51.525Z Downloaded addr2line v0.25.1
1512026-03-12T15:45:51.530Z Downloaded castaway v0.2.4
1522026-03-12T15:45:51.534Z Downloaded chacha20poly1305 v0.10.1
1532026-03-12T15:45:51.539Z Downloaded colored v2.2.0
1542026-03-12T15:45:51.544Z Downloaded crc-catalog v2.4.0
1552026-03-12T15:45:51.548Z Downloaded bytecount v0.6.9
1562026-03-12T15:45:51.553Z Downloaded crucible-workspace-hack v0.1.0
1572026-03-12T15:45:51.558Z Downloaded cpufeatures v0.2.17
1582026-03-12T15:45:51.562Z Downloaded crunchy v0.2.4
1592026-03-12T15:45:51.566Z Downloaded clap_lex v1.0.0
1602026-03-12T15:45:51.570Z Downloaded darling_macro v0.23.0
1612026-03-12T15:45:51.574Z Downloaded darling_macro v0.20.11
1622026-03-12T15:45:51.577Z Downloaded ctr v0.9.2
1632026-03-12T15:45:51.582Z Downloaded debug-ignore v1.0.5
1642026-03-12T15:45:51.586Z Downloaded der_derive v0.7.3
1652026-03-12T15:45:51.591Z Downloaded clang-sys v1.8.1
1662026-03-12T15:45:51.596Z Downloaded difflib v0.4.0
1672026-03-12T15:45:51.600Z Downloaded defmt-parser v1.0.0
1682026-03-12T15:45:51.604Z Downloaded dirs-sys-next v0.1.2
1692026-03-12T15:45:51.607Z Downloaded crc8 v0.1.1
1702026-03-12T15:45:51.611Z Downloaded cstr-argument v0.1.2
1712026-03-12T15:45:51.615Z Downloaded daft v0.1.5
1722026-03-12T15:45:51.619Z Downloaded corncobs v0.1.4
1732026-03-12T15:45:51.623Z Downloaded cfg_aliases v0.1.1
1742026-03-12T15:45:51.627Z Downloaded document-features v0.2.12
1752026-03-12T15:45:51.631Z Downloaded cexpr v0.6.0
1762026-03-12T15:45:51.635Z Downloaded crypto-common v0.1.7
1772026-03-12T15:45:51.639Z Downloaded dof v0.3.0
1782026-03-12T15:45:51.643Z Downloaded cargo_metadata v0.23.1
1792026-03-12T15:45:51.647Z Downloaded embedded-io v0.4.0
1802026-03-12T15:45:51.651Z Downloaded endian-type v0.1.2
1812026-03-12T15:45:51.655Z Downloaded dyn-clone v1.0.20
1822026-03-12T15:45:51.659Z Downloaded dtrace-parser v0.2.0
1832026-03-12T15:45:51.662Z Downloaded derive-ex v0.1.8
1842026-03-12T15:45:51.666Z Downloaded buf-list v1.1.2
1852026-03-12T15:45:51.671Z Downloaded equivalent v1.0.2
1862026-03-12T15:45:51.675Z Downloaded bitfield v0.19.4
1872026-03-12T15:45:51.679Z Downloaded env_filter v1.0.0
1882026-03-12T15:45:51.683Z Downloaded event-listener-strategy v0.5.4
1892026-03-12T15:45:51.686Z Downloaded fastrand v2.3.0
1902026-03-12T15:45:51.690Z Downloaded foreign-types v0.3.2
1912026-03-12T15:45:51.693Z Downloaded daft-derive v0.1.5
1922026-03-12T15:45:51.699Z Downloaded foreign-types v0.5.0
1932026-03-12T15:45:51.703Z Downloaded defmt v1.0.1
1942026-03-12T15:45:51.710Z Downloaded dof v0.4.0
1952026-03-12T15:45:51.715Z Downloaded drift v0.1.3
1962026-03-12T15:45:51.719Z Downloaded futures-sink v0.3.32
1972026-03-12T15:45:51.722Z Downloaded gethostname v0.5.0
1982026-03-12T15:45:51.726Z Downloaded ena v0.14.4
1992026-03-12T15:45:51.731Z Downloaded data-encoding v2.10.0
2002026-03-12T15:45:51.735Z Downloaded futures-io v0.3.32
2012026-03-12T15:45:51.738Z Downloaded git-stub v1.0.0
2022026-03-12T15:45:51.742Z Downloaded ghash v0.5.1
2032026-03-12T15:45:51.745Z Downloaded globwalk v0.9.1
2042026-03-12T15:45:51.749Z Downloaded guppy-workspace-hack v0.1.0
2052026-03-12T15:45:51.752Z Downloaded blake2 v0.10.6
2062026-03-12T15:45:51.757Z Downloaded hex-literal v0.4.1
2072026-03-12T15:45:51.761Z Downloaded hash32 v0.3.1
2082026-03-12T15:45:51.764Z Downloaded hash32 v0.2.1
2092026-03-12T15:45:51.768Z Downloaded datatest-stable v0.3.3
2102026-03-12T15:45:51.774Z Downloaded fixedbitset v0.5.7
2112026-03-12T15:45:51.777Z Downloaded hex v0.4.3
2122026-03-12T15:45:51.780Z Downloaded headers-core v0.3.0
2132026-03-12T15:45:51.783Z Downloaded http-range v0.1.5
2142026-03-12T15:45:51.788Z Downloaded hubpack v0.1.2
2152026-03-12T15:45:51.792Z Downloaded futures-executor v0.3.32
2162026-03-12T15:45:51.796Z Downloaded bcs v0.1.6
2172026-03-12T15:45:51.799Z Downloaded futures-task v0.3.32
2182026-03-12T15:45:51.802Z Downloaded httpdate v1.0.3
2192026-03-12T15:45:51.805Z Downloaded home v0.5.12
2202026-03-12T15:45:51.809Z Downloaded ident_case v1.0.1
2212026-03-12T15:45:51.812Z Downloaded hyper-tls v0.6.0
2222026-03-12T15:45:51.812Z Downloaded hubpack_derive v0.1.1
2232026-03-12T15:45:51.817Z Downloaded globset v0.4.18
2242026-03-12T15:45:51.821Z Downloaded inout v0.1.4
2252026-03-12T15:45:51.824Z Downloaded event-listener v5.4.1
2262026-03-12T15:45:51.827Z Downloaded git-stub-vcs v0.1.0
2272026-03-12T15:45:51.831Z Downloaded indoc v1.0.9
2282026-03-12T15:45:51.834Z Downloaded idna_adapter v1.2.1
2292026-03-12T15:45:51.838Z Downloaded indent_write v2.2.0
2302026-03-12T15:45:51.841Z Downloaded instability v0.3.11
2312026-03-12T15:45:51.843Z Downloaded http-body-util v0.1.3
2322026-03-12T15:45:51.847Z Downloaded hyper-staticfile v0.10.1
2332026-03-12T15:45:51.851Z Downloaded foldhash v0.1.5
2342026-03-12T15:45:51.854Z Downloaded lazy_static v1.5.0
2352026-03-12T15:45:51.857Z Downloaded itoa v1.0.17
2362026-03-12T15:45:51.861Z Downloaded lalrpop-util v0.19.12
2372026-03-12T15:45:51.864Z Downloaded kstat-rs v0.2.4
2382026-03-12T15:45:51.867Z Downloaded keccak v0.1.6
2392026-03-12T15:45:51.870Z Downloaded bytes v1.11.1
2402026-03-12T15:45:51.875Z Downloaded macaddr v1.0.1
2412026-03-12T15:45:51.878Z Downloaded base64 v0.22.1
2422026-03-12T15:45:51.883Z Downloaded darling_core v0.21.3
2432026-03-12T15:45:51.889Z Downloaded memoffset v0.9.1
2442026-03-12T15:45:51.892Z Downloaded linked-hash-map v0.5.6
2452026-03-12T15:45:51.896Z Downloaded match_cfg v0.1.0
2462026-03-12T15:45:51.899Z Downloaded linkme-impl v0.3.35
2472026-03-12T15:45:51.902Z Downloaded clap_builder v4.5.60
2482026-03-12T15:45:51.908Z Downloaded maybe-uninit v2.0.0
2492026-03-12T15:45:51.913Z Downloaded mime v0.3.17
2502026-03-12T15:45:51.917Z Downloaded ingot v0.1.1
2512026-03-12T15:45:51.920Z Downloaded newtype-uuid-macros v0.1.0
2522026-03-12T15:45:51.923Z Downloaded newline-converter v0.3.0
2532026-03-12T15:45:51.926Z Downloaded new_debug_unreachable v1.0.6
2542026-03-12T15:45:51.929Z Downloaded memmap v0.7.0
2552026-03-12T15:45:51.932Z Downloaded md5 v0.7.0
2562026-03-12T15:45:51.935Z Downloaded linkme v0.3.35
2572026-03-12T15:45:51.939Z Downloaded nibble_vec v0.1.0
2582026-03-12T15:45:51.942Z Downloaded libsw-core v0.3.2
2592026-03-12T15:45:51.945Z Downloaded num v0.4.3
2602026-03-12T15:45:51.948Z Downloaded getrandom v0.3.4
2612026-03-12T15:45:51.951Z Downloaded nonempty v0.12.0
2622026-03-12T15:45:51.954Z Downloaded nodrop v0.1.14
2632026-03-12T15:45:51.957Z Downloaded linear-map v1.2.0
2642026-03-12T15:45:51.960Z Downloaded num-derive v0.4.2
2652026-03-12T15:45:51.963Z Downloaded num_threads v0.1.7
2662026-03-12T15:45:51.966Z Downloaded diesel_derives v2.2.7
2672026-03-12T15:45:51.970Z Downloaded nested v0.1.1
2682026-03-12T15:45:51.974Z Downloaded multer v3.1.0
2692026-03-12T15:45:51.977Z Downloaded litrs v1.0.0
2702026-03-12T15:45:51.981Z Downloaded libloading v0.8.9
2712026-03-12T15:45:51.984Z Downloaded ingot-macros v0.1.1
2722026-03-12T15:45:51.987Z Downloaded openssl-probe v0.1.6
2732026-03-12T15:45:51.994Z Downloaded newtype-uuid v1.3.2
2742026-03-12T15:45:51.994Z Downloaded openssl-macros v0.1.1
2752026-03-12T15:45:51.999Z Downloaded icu_provider v2.1.1
2762026-03-12T15:45:52.003Z Downloaded ed25519-dalek v2.2.0
2772026-03-12T15:45:52.006Z Downloaded native-tls v0.2.18
2782026-03-12T15:45:52.008Z Downloaded litemap v0.8.1
2792026-03-12T15:45:52.011Z Downloaded heapless v0.8.0
2802026-03-12T15:45:52.015Z Downloaded mime_guess v2.0.5
2812026-03-12T15:45:52.018Z Downloaded indexmap v1.9.3
2822026-03-12T15:45:52.023Z Downloaded parking v2.2.1
2832026-03-12T15:45:52.025Z Downloaded oso-derive v0.27.3
2842026-03-12T15:45:52.028Z Downloaded ordered-float v2.10.1
2852026-03-12T15:45:52.031Z Downloaded pbkdf2 v0.12.2
2862026-03-12T15:45:52.034Z Downloaded percent-encoding v2.3.2
2872026-03-12T15:45:52.037Z Downloaded parse-size v1.1.0
2882026-03-12T15:45:52.040Z Downloaded crossterm v0.29.0
2892026-03-12T15:45:52.045Z Downloaded peg-runtime v0.8.5
2902026-03-12T15:45:52.048Z Downloaded parse-display v0.10.0
2912026-03-12T15:45:52.051Z Downloaded flume v0.11.1
2922026-03-12T15:45:52.054Z Downloaded pin-utils v0.1.0
2932026-03-12T15:45:52.057Z Downloaded ignore v0.4.25
2942026-03-12T15:45:52.060Z Downloaded heapless v0.7.17
2952026-03-12T15:45:52.065Z Downloaded path-slash v0.1.5
2962026-03-12T15:45:52.069Z Downloaded packed_struct_codegen v0.10.1
2972026-03-12T15:45:52.072Z Downloaded oxnet v0.1.4
2982026-03-12T15:45:52.075Z Downloaded plotters-svg v0.3.7
2992026-03-12T15:45:52.078Z Downloaded der v0.7.10
3002026-03-12T15:45:52.081Z Downloaded headers v0.4.1
3012026-03-12T15:45:52.086Z Downloaded phf_shared v0.13.1
3022026-03-12T15:45:52.089Z Downloaded potential_utf v0.1.4
3032026-03-12T15:45:52.093Z Downloaded phf_shared v0.12.1
3042026-03-12T15:45:52.096Z Downloaded plotters-backend v0.3.7
3052026-03-12T15:45:52.101Z Downloaded proc-macro-error-attr v1.0.4
3062026-03-12T15:45:52.101Z Downloaded predicates-tree v1.0.13
3072026-03-12T15:45:52.104Z Downloaded predicates-core v1.0.10
3082026-03-12T15:45:52.104Z Downloaded precomputed-hash v0.1.1
3092026-03-12T15:45:52.107Z Downloaded peg v0.8.5
3102026-03-12T15:45:52.110Z Downloaded owo-colors v4.3.0
3112026-03-12T15:45:52.114Z Downloaded phf v0.12.1
3122026-03-12T15:45:52.117Z Downloaded owo-colors v3.5.0
3132026-03-12T15:45:52.120Z Downloaded iana-time-zone v0.1.65
3142026-03-12T15:45:52.123Z Downloaded parking_lot_core v0.8.6
3152026-03-12T15:45:52.126Z Downloaded pin-project-internal v1.1.11
3162026-03-12T15:45:52.129Z Downloaded proc-macro-crate v3.4.0
3172026-03-12T15:45:52.133Z Downloaded log v0.4.29
3182026-03-12T15:45:52.136Z Downloaded pin-project-lite v0.2.17
3192026-03-12T15:45:52.140Z Downloaded progenitor-macro v0.13.0
3202026-03-12T15:45:52.143Z Downloaded progenitor-macro v0.10.0
3212026-03-12T15:45:52.147Z Downloaded peg-macros v0.8.5
3222026-03-12T15:45:52.216Z Downloaded progenitor-client v0.10.0
3232026-03-12T15:45:52.216Z Downloaded poly1305 v0.8.0
3242026-03-12T15:45:52.216Z Downloaded phf v0.13.1
3252026-03-12T15:45:52.216Z Downloaded quick-error v1.2.3
3262026-03-12T15:45:52.216Z Downloaded pkg-config v0.3.32
3272026-03-12T15:45:52.216Z Downloaded crossterm v0.28.1
3282026-03-12T15:45:52.216Z Downloaded progenitor-macro v0.11.2
3292026-03-12T15:45:52.216Z Downloaded psl-types v2.0.11
3302026-03-12T15:45:52.216Z Downloaded pkcs8 v0.10.2
3312026-03-12T15:45:52.216Z Downloaded hickory-resolver v0.25.2
3322026-03-12T15:45:52.216Z Downloaded proc-macro-error v1.0.4
3332026-03-12T15:45:52.216Z Downloaded progenitor v0.10.0
3342026-03-12T15:45:52.216Z Downloaded proc-macro-error2 v2.0.1
3352026-03-12T15:45:52.216Z Downloaded rand_chacha v0.3.1
3362026-03-12T15:45:52.216Z Downloaded icu_collections v2.1.1
3372026-03-12T15:45:52.216Z Downloaded password-hash v0.4.2
3382026-03-12T15:45:52.216Z Downloaded parking_lot_core v0.9.12
3392026-03-12T15:45:52.216Z Downloaded progenitor-client v0.13.0
3402026-03-12T15:45:52.216Z Downloaded progenitor-extras v0.1.1
3412026-03-12T15:45:52.216Z Downloaded ref-cast v1.0.25
3422026-03-12T15:45:52.220Z Downloaded ref-cast-impl v1.0.25
3432026-03-12T15:45:52.220Z Downloaded recursive v0.1.1
3442026-03-12T15:45:52.220Z Downloaded pkcs5 v0.7.1
3452026-03-12T15:45:52.223Z Downloaded papergrid v0.17.0
3462026-03-12T15:45:52.228Z Downloaded memchr v2.8.0
3472026-03-12T15:45:52.233Z Downloaded papergrid v0.11.0
3482026-03-12T15:45:52.238Z Downloaded rustc-hash v2.1.1
3492026-03-12T15:45:52.241Z Downloaded russh-cryptovec v0.7.3
3502026-03-12T15:45:52.245Z Downloaded rtoolbox v0.0.3
3512026-03-12T15:45:52.245Z Downloaded rfc6979 v0.4.0
3522026-03-12T15:45:52.248Z Downloaded r2d2 v0.8.10
3532026-03-12T15:45:52.251Z Downloaded quote v1.0.44
3542026-03-12T15:45:52.254Z Downloaded postcard v1.1.3
3552026-03-12T15:45:52.257Z Downloaded psm v0.1.30
3562026-03-12T15:45:52.260Z Downloaded rand_xorshift v0.4.0
3572026-03-12T15:45:52.263Z Downloaded rand_seeder v0.4.0
3582026-03-12T15:45:52.263Z Downloaded postgres-types v0.2.12
3592026-03-12T15:45:52.266Z Downloaded rand_chacha v0.9.0
3602026-03-12T15:45:52.269Z Downloaded rand_core v0.10.0
3612026-03-12T15:45:52.272Z Downloaded rustc_version v0.4.1
3622026-03-12T15:45:52.275Z Downloaded rustc_version v0.1.7
3632026-03-12T15:45:52.276Z Downloaded p256 v0.13.2
3642026-03-12T15:45:52.279Z Downloaded rand_core v0.9.5
3652026-03-12T15:45:52.282Z Downloaded aes-gcm v0.10.3
3662026-03-12T15:45:52.285Z Downloaded salsa20 v0.10.2
3672026-03-12T15:45:52.288Z Downloaded hyper-util v0.1.20
3682026-03-12T15:45:52.292Z Downloaded same-file v1.0.6
3692026-03-12T15:45:52.295Z Downloaded scheduled-thread-pool v0.2.7
3702026-03-12T15:45:52.298Z Downloaded sapling-renderdag v0.1.0
3712026-03-12T15:45:52.302Z Downloaded relative-path v1.9.3
3722026-03-12T15:45:52.302Z Downloaded scroll_derive v0.12.1
3732026-03-12T15:45:52.305Z Downloaded scopeguard v1.2.0
3742026-03-12T15:45:52.306Z Downloaded progenitor v0.13.0
3752026-03-12T15:45:52.309Z Downloaded hickory-server v0.25.2
3762026-03-12T15:45:52.312Z Downloaded quinn-udp v0.5.14
3772026-03-12T15:45:52.315Z Downloaded scrypt v0.11.0
3782026-03-12T15:45:52.318Z Downloaded seq-macro v0.3.6
3792026-03-12T15:45:52.321Z Downloaded semver v0.1.20
3802026-03-12T15:45:52.322Z Downloaded secrecy v0.10.3
3812026-03-12T15:45:52.324Z Downloaded resolv-conf v0.7.6
3822026-03-12T15:45:52.328Z Downloaded openssl-sys v0.9.111
3832026-03-12T15:45:52.332Z Downloaded rand_core v0.6.4
3842026-03-12T15:45:52.337Z Downloaded aho-corasick v1.1.4
3852026-03-12T15:45:52.340Z Downloaded serde_spanned v0.6.9
3862026-03-12T15:45:52.343Z Downloaded serde_regex v1.1.0
3872026-03-12T15:45:52.343Z Downloaded serde_bytes v0.11.19
3882026-03-12T15:45:52.346Z Downloaded rustls-pemfile v2.2.0
3892026-03-12T15:45:52.349Z Downloaded proc-macro2 v1.0.106
3902026-03-12T15:45:52.352Z Downloaded hashbrown v0.14.5
3912026-03-12T15:45:52.355Z Downloaded serde_plain v1.0.2
3922026-03-12T15:45:52.358Z Downloaded serde_urlencoded v0.7.1
3932026-03-12T15:45:52.362Z Downloaded serde_spanned v1.0.4
3942026-03-12T15:45:52.365Z Downloaded shell-words v1.1.1
3952026-03-12T15:45:52.365Z Downloaded serde_repr v0.1.20
3962026-03-12T15:45:52.368Z Downloaded serde-value v0.7.0
3972026-03-12T15:45:52.368Z Downloaded serde-big-array v0.5.1
3982026-03-12T15:45:52.371Z Downloaded rustls-pemfile v1.0.4
3992026-03-12T15:45:52.374Z Downloaded rustls-native-certs v0.8.3
4002026-03-12T15:45:52.377Z Downloaded rusty-fork v0.3.1
4012026-03-12T15:45:52.380Z Downloaded sha1 v0.10.6
4022026-03-12T15:45:52.380Z Downloaded signature v2.2.0
4032026-03-12T15:45:52.384Z Downloaded rustversion v1.0.22
4042026-03-12T15:45:52.387Z Downloaded signal-hook-tokio v0.3.1
4052026-03-12T15:45:52.387Z Downloaded progenitor-impl v0.13.0
4062026-03-12T15:45:52.390Z Downloaded schemars_derive v0.8.22
4072026-03-12T15:45:52.394Z Downloaded russh-keys v0.45.0
4082026-03-12T15:45:52.397Z Downloaded rust-argon2 v2.1.0
4092026-03-12T15:45:52.400Z Downloaded pretty_assertions v1.4.1
4102026-03-12T15:45:52.403Z Downloaded sec1 v0.7.3
4112026-03-12T15:45:52.403Z Downloaded minimal-lexical v0.2.1
4122026-03-12T15:45:52.407Z Downloaded serde-untagged v0.1.9
4132026-03-12T15:45:52.410Z Downloaded slog-bunyan v2.5.0
4142026-03-12T15:45:52.413Z Downloaded sct v0.7.1
4152026-03-12T15:45:52.416Z Downloaded serde_path_to_error v0.1.20
4162026-03-12T15:45:52.419Z Downloaded slog-envlogger v2.2.0
4172026-03-12T15:45:52.422Z Downloaded similar-asserts v1.7.0
4182026-03-12T15:45:52.422Z Downloaded serde-hex v0.1.0
4192026-03-12T15:45:52.426Z Downloaded progenitor-impl v0.11.2
4202026-03-12T15:45:52.429Z Downloaded progenitor-impl v0.10.0
4212026-03-12T15:45:52.432Z Downloaded libxml v0.3.3
4222026-03-12T15:45:52.435Z Downloaded semver v1.0.27
4232026-03-12T15:45:52.439Z Downloaded nom v7.1.3
4242026-03-12T15:45:52.443Z Downloaded mio v1.1.1
4252026-03-12T15:45:52.448Z Downloaded rcgen v0.12.1
4262026-03-12T15:45:52.451Z Downloaded rustls-pki-types v1.14.0
4272026-03-12T15:45:52.454Z Downloaded serde_tokenstream v0.2.3
4282026-03-12T15:45:52.458Z Downloaded idna v1.1.0
4292026-03-12T15:45:52.461Z Downloaded stable_deref_trait v1.2.1
4302026-03-12T15:45:52.464Z Downloaded slab v0.4.12
4312026-03-12T15:45:52.464Z Downloaded shlex v1.3.0
4322026-03-12T15:45:52.467Z Downloaded rstest v0.25.0
4332026-03-12T15:45:52.471Z Downloaded structmeta v0.3.0
4342026-03-12T15:45:52.474Z Downloaded ssh-encoding v0.2.0
4352026-03-12T15:45:52.477Z Downloaded num-bigint v0.4.6
4362026-03-12T15:45:52.480Z Downloaded siphasher v1.0.2
4372026-03-12T15:45:52.483Z Downloaded ssh-cipher v0.2.0
4382026-03-12T15:45:52.483Z Downloaded itertools v0.12.1
4392026-03-12T15:45:52.489Z Downloaded strum v0.26.3
4402026-03-12T15:45:52.493Z Downloaded strum v0.27.2
4412026-03-12T15:45:52.493Z Downloaded slog-stdlog v4.1.1
4422026-03-12T15:45:52.496Z Downloaded slog-async v2.8.0
4432026-03-12T15:45:52.496Z Downloaded prettyplease v0.2.37
4442026-03-12T15:45:52.499Z Downloaded slog-scope v4.4.1
4452026-03-12T15:45:52.503Z Downloaded rand_distr v0.5.1
4462026-03-12T15:45:52.506Z Downloaded supports-color v2.1.0
4472026-03-12T15:45:52.509Z Downloaded supports-unicode v2.1.0
4482026-03-12T15:45:52.509Z Downloaded swrite v0.1.0
4492026-03-12T15:45:52.512Z Downloaded supports-hyperlinks v2.1.0
4502026-03-12T15:45:52.512Z Downloaded slog-term v2.9.2
4512026-03-12T15:45:52.515Z Downloaded slog-json v2.6.1
4522026-03-12T15:45:52.518Z Downloaded supports-color v3.0.2
4532026-03-12T15:45:52.521Z Downloaded slog-dtrace v0.3.0
4542026-03-12T15:45:52.521Z Downloaded ryu v1.0.23
4552026-03-12T15:45:52.524Z Downloaded smallvec v0.6.14
4562026-03-12T15:45:52.527Z Downloaded guppy v0.17.25
4572026-03-12T15:45:52.530Z Downloaded sync-ptr v0.1.4
4582026-03-12T15:45:52.534Z Downloaded take_mut v0.2.2
4592026-03-12T15:45:52.534Z Downloaded rayon-core v1.13.0
4602026-03-12T15:45:52.537Z Downloaded spki v0.7.3
4612026-03-12T15:45:52.540Z Downloaded serde_with_macros v3.17.0
4622026-03-12T15:45:52.543Z Downloaded tabled_derive v0.11.0
4632026-03-12T15:45:52.543Z Downloaded target-triple v1.0.0
4642026-03-12T15:45:52.546Z Downloaded tagptr v0.2.0
4652026-03-12T15:45:52.546Z Downloaded tabled_derive v0.7.0
4662026-03-12T15:45:52.549Z Downloaded sync_wrapper v1.0.2
4672026-03-12T15:45:52.549Z Downloaded itertools v0.14.0
4682026-03-12T15:45:52.555Z Downloaded rand v0.8.5
4692026-03-12T15:45:52.559Z Downloaded strip-ansi-escapes v0.2.1
4702026-03-12T15:45:52.561Z Downloaded sqlformat v0.3.5
4712026-03-12T15:45:52.565Z Downloaded tap v1.0.1
4722026-03-12T15:45:52.565Z Downloaded tabwriter v1.4.1
4732026-03-12T15:45:52.568Z Downloaded strum_macros v0.24.3
4742026-03-12T15:45:52.568Z Downloaded snafu-derive v0.8.9
4752026-03-12T15:45:52.571Z Downloaded support-bundle-viewer v0.1.2
4762026-03-12T15:45:52.571Z Downloaded testing_table v0.3.0
4772026-03-12T15:45:52.574Z Downloaded stringprep v0.1.5
4782026-03-12T15:45:52.574Z Downloaded publicsuffix v2.3.0
4792026-03-12T15:45:52.583Z Downloaded terminal_size v0.1.17
4802026-03-12T15:45:52.583Z Downloaded qorb v0.4.1
4812026-03-12T15:45:52.588Z Downloaded termtree v0.5.1
4822026-03-12T15:45:52.588Z Downloaded itertools v0.13.0
4832026-03-12T15:45:52.598Z Downloaded static_assertions v1.1.0
4842026-03-12T15:45:52.598Z Downloaded synstructure v0.13.2
4852026-03-12T15:45:52.598Z Downloaded time-core v0.1.8
4862026-03-12T15:45:52.598Z Downloaded signal-hook v0.3.18
4872026-03-12T15:45:52.598Z Downloaded schemars v0.9.0
4882026-03-12T15:45:52.606Z Downloaded thiserror-impl-no-std v2.0.2
4892026-03-12T15:45:52.610Z Downloaded h2 v0.4.13
4902026-03-12T15:45:52.617Z Downloaded sha2 v0.10.9
4912026-03-12T15:45:52.628Z Downloaded thread-id v4.2.2
4922026-03-12T15:45:52.628Z Downloaded tinyvec_macros v0.1.1
4932026-03-12T15:45:52.628Z Downloaded thread-id v5.1.0
4942026-03-12T15:45:52.628Z Downloaded rand v0.9.2
4952026-03-12T15:45:52.628Z Downloaded serde_yaml v0.9.34+deprecated
4962026-03-12T15:45:52.628Z Downloaded hashbrown v0.16.1
4972026-03-12T15:45:52.632Z Downloaded libm v0.2.16
4982026-03-12T15:45:52.639Z Downloaded tower-layer v0.3.3
4992026-03-12T15:45:52.642Z Downloaded termios v0.3.3
5002026-03-12T15:45:52.643Z Downloaded terminal_size v0.4.3
5012026-03-12T15:45:52.647Z Downloaded topological-sort v0.2.2
5022026-03-12T15:45:52.647Z Downloaded samael v0.0.19
5032026-03-12T15:45:52.651Z Downloaded thiserror-impl v1.0.69
5042026-03-12T15:45:52.656Z Downloaded thiserror v1.0.69
5052026-03-12T15:45:52.656Z Downloaded thread_local v1.1.9
5062026-03-12T15:45:52.660Z Downloaded thiserror v2.0.18
5072026-03-12T15:45:52.663Z Downloaded toml_write v0.1.2
5082026-03-12T15:45:52.663Z Downloaded rand v0.10.0
5092026-03-12T15:45:52.669Z Downloaded typeid v1.0.3
5102026-03-12T15:45:52.674Z Downloaded num-bigint-dig v0.8.6
5112026-03-12T15:45:52.674Z Downloaded schemars v1.2.1
5122026-03-12T15:45:52.684Z Downloaded try-lock v0.2.5
5132026-03-12T15:45:52.687Z Downloaded tokio-native-tls v0.3.1
5142026-03-12T15:45:52.687Z Downloaded thiserror-impl v2.0.18
5152026-03-12T15:45:52.690Z Downloaded pest v2.8.6
5162026-03-12T15:45:52.693Z Downloaded unarray v0.1.4
5172026-03-12T15:45:52.697Z Downloaded typify-macro v0.6.1
5182026-03-12T15:45:52.697Z Downloaded typify-macro v0.4.3
5192026-03-12T15:45:52.697Z Downloaded unicode-linebreak v0.1.5
5202026-03-12T15:45:52.700Z Downloaded thiserror-no-std v2.0.2
5212026-03-12T15:45:52.703Z Downloaded tokio-rustls v0.25.0
5222026-03-12T15:45:52.703Z Downloaded tokio-macros v2.6.0
5232026-03-12T15:45:52.707Z Downloaded tokio-dtrace v0.1.1
5242026-03-12T15:45:52.707Z Downloaded tokio-tungstenite v0.21.0
5252026-03-12T15:45:52.711Z Downloaded tokio-tungstenite v0.23.1
5262026-03-12T15:45:52.711Z Downloaded tls_codec v0.4.2
5272026-03-12T15:45:52.714Z Downloaded tinystr v0.8.2
5282026-03-12T15:45:52.714Z Downloaded unicode-truncate v1.1.0
5292026-03-12T15:45:52.714Z Downloaded universal-hash v0.5.1
5302026-03-12T15:45:52.718Z Downloaded tempfile v3.25.0
5312026-03-12T15:45:52.718Z Downloaded target-spec v3.5.7
5322026-03-12T15:45:52.722Z Downloaded time-macros v0.2.27
5332026-03-12T15:45:52.725Z Downloaded unicode-xid v0.2.6
5342026-03-12T15:45:52.725Z Downloaded rustls-webpki v0.103.9
5352026-03-12T15:45:52.725Z Downloaded term v1.2.1
5362026-03-12T15:45:52.735Z Downloaded toml_writer v1.0.6+spec-1.1.0
5372026-03-12T15:45:52.738Z Downloaded tinytemplate v1.2.1
5382026-03-12T15:45:52.738Z Downloaded untrusted v0.7.1
5392026-03-12T15:45:52.738Z Downloaded toml_datetime v1.0.0+spec-1.1.0
5402026-03-12T15:45:52.738Z Downloaded usdt v0.5.0
5412026-03-12T15:45:52.738Z Downloaded usdt v0.6.0
5422026-03-12T15:45:52.738Z Downloaded usdt-attr-macro v0.6.0
5432026-03-12T15:45:52.738Z Downloaded usdt-attr-macro v0.5.0
5442026-03-12T15:45:52.738Z Downloaded unit-prefix v0.5.2
5452026-03-12T15:45:52.738Z Downloaded untrusted v0.9.0
5462026-03-12T15:45:52.742Z Downloaded chrono v0.4.44
5472026-03-12T15:45:52.746Z Downloaded utf-8 v0.7.6
5482026-03-12T15:45:52.749Z Downloaded utf8parse v0.2.2
5492026-03-12T15:45:52.749Z Downloaded tower-service v0.3.3
5502026-03-12T15:45:52.749Z Downloaded utf8_iter v1.0.4
5512026-03-12T15:45:52.753Z Downloaded serde v1.0.228
5522026-03-12T15:45:52.753Z Downloaded tls_codec_derive v0.4.2
5532026-03-12T15:45:52.756Z Downloaded tui-tree-widget v0.23.1
5542026-03-12T15:45:52.756Z Downloaded usdt-macro v0.6.0
5552026-03-12T15:45:52.756Z Downloaded tokio-rustls v0.24.1
5562026-03-12T15:45:52.759Z Downloaded unicase v2.9.0
5572026-03-12T15:45:52.759Z Downloaded tar v0.4.44
5582026-03-12T15:45:52.762Z Downloaded subprocess v0.2.15
5592026-03-12T15:45:52.766Z Downloaded want v0.3.1
5602026-03-12T15:45:52.766Z Downloaded wait-timeout v0.2.1
5612026-03-12T15:45:52.769Z Downloaded void v1.0.2
5622026-03-12T15:45:52.769Z Downloaded plotters v0.3.7
5632026-03-12T15:45:52.773Z Downloaded tokio-stream v0.1.18
5642026-03-12T15:45:52.777Z Downloaded socket2 v0.6.2
5652026-03-12T15:45:52.780Z Downloaded test-strategy v0.4.5
5662026-03-12T15:45:52.783Z Downloaded snafu v0.8.9
5672026-03-12T15:45:52.787Z Downloaded waitgroup v0.1.2
5682026-03-12T15:45:52.790Z Downloaded tokio-rustls v0.26.4
5692026-03-12T15:45:52.790Z Downloaded p521 v0.13.3
5702026-03-12T15:45:52.793Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5712026-03-12T15:45:52.796Z Downloaded bindgen v0.71.1
5722026-03-12T15:45:52.801Z Downloaded rustyline v14.0.0
5732026-03-12T15:45:52.804Z Downloaded rsa v0.9.10
5742026-03-12T15:45:52.807Z Downloaded xshell-macros v0.2.7
5752026-03-12T15:45:52.811Z Downloaded xattr v1.6.1
5762026-03-12T15:45:52.811Z Downloaded russh v0.45.0
5772026-03-12T15:45:52.814Z Downloaded yoke-derive v0.8.1
5782026-03-12T15:45:52.817Z Downloaded toml_parser v1.0.9+spec-1.1.0
5792026-03-12T15:45:52.817Z Downloaded usdt-impl v0.5.0
5802026-03-12T15:45:52.821Z Downloaded textwrap v0.16.2
5812026-03-12T15:45:52.821Z Downloaded usdt-impl v0.6.0
5822026-03-12T15:45:52.824Z Downloaded usdt-macro v0.5.0
5832026-03-12T15:45:52.824Z Downloaded tinyvec v1.10.0
5842026-03-12T15:45:52.827Z Downloaded curve25519-dalek v4.1.3
5852026-03-12T15:45:52.832Z Downloaded trybuild v1.0.116
5862026-03-12T15:45:52.835Z Downloaded uzers v0.12.2
5872026-03-12T15:45:52.838Z Downloaded ucd-trie v0.1.7
5882026-03-12T15:45:52.838Z Downloaded unicode-properties v0.1.4
5892026-03-12T15:45:52.842Z Downloaded version_check v0.9.5
5902026-03-12T15:45:52.842Z Downloaded vergen-git2 v1.0.7
5912026-03-12T15:45:52.845Z Downloaded zerofrom-derive v0.1.6
5922026-03-12T15:45:52.845Z Downloaded zerofrom v0.1.6
5932026-03-12T15:45:52.845Z Downloaded twox-hash v2.1.2
5942026-03-12T15:45:52.848Z Downloaded aws-lc-rs v1.16.0
5952026-03-12T15:45:52.853Z Downloaded zone_cfg_derive v0.3.1
5962026-03-12T15:45:52.857Z Downloaded zone v0.3.1
5972026-03-12T15:45:52.857Z Downloaded zeroize_derive v1.4.3
5982026-03-12T15:45:52.857Z Downloaded toml v1.0.3+spec-1.1.0
5992026-03-12T15:45:52.861Z Downloaded wyz v0.5.1
6002026-03-12T15:45:52.861Z Downloaded vergen-gitcl v1.0.8
6012026-03-12T15:45:52.864Z Downloaded toml v0.9.12+spec-1.1.0
6022026-03-12T15:45:52.866Z Downloaded tracing-core v0.1.36
6032026-03-12T15:45:52.866Z Downloaded vsss-rs v3.3.4
6042026-03-12T15:45:52.870Z Downloaded vergen-lib v0.1.6
6052026-03-12T15:45:52.873Z Downloaded walkdir v2.5.0
6062026-03-12T15:45:52.873Z Downloaded reedline v0.40.0
6072026-03-12T15:45:52.877Z Downloaded tungstenite v0.21.0
6082026-03-12T15:45:52.880Z Downloaded whoami v1.6.1
6092026-03-12T15:45:52.883Z Downloaded xshell v0.2.7
6102026-03-12T15:45:52.883Z Downloaded steno v0.4.1
6112026-03-12T15:45:52.886Z Downloaded whoami v2.1.0
6122026-03-12T15:45:52.889Z Downloaded ron v0.12.0
6132026-03-12T15:45:52.894Z Downloaded tungstenite v0.23.0
6142026-03-12T15:45:52.896Z Downloaded yoke v0.8.1
6152026-03-12T15:45:52.899Z Downloaded typify v0.6.1
6162026-03-12T15:45:52.902Z Downloaded typify v0.4.3
6172026-03-12T15:45:52.905Z Downloaded vergen v9.0.6
6182026-03-12T15:45:52.905Z Downloaded textwrap v0.15.2
6192026-03-12T15:45:52.908Z Downloaded unicode-ident v1.0.24
6202026-03-12T15:45:52.911Z Downloaded regex v1.12.3
6212026-03-12T15:45:52.914Z Downloaded zerovec-derive v0.11.2
6222026-03-12T15:45:52.917Z Downloaded zeroize v1.8.2
6232026-03-12T15:45:52.917Z Downloaded zmij v1.0.21
6242026-03-12T15:45:52.920Z Downloaded unicode-bidi v0.3.18
6252026-03-12T15:45:52.920Z Downloaded writeable v0.6.2
6262026-03-12T15:45:52.923Z Downloaded xz2 v0.1.7
6272026-03-12T15:45:52.923Z Downloaded toml_edit v0.22.27
6282026-03-12T15:45:52.927Z Downloaded zstd-safe v7.2.4
6292026-03-12T15:45:52.929Z Downloaded zstd v0.13.3
6302026-03-12T15:45:52.930Z Downloaded toml v0.8.23
6312026-03-12T15:45:52.933Z Downloaded portable-atomic v1.13.1
6322026-03-12T15:45:52.937Z Downloaded unsafe-libyaml v0.2.11
6332026-03-12T15:45:52.941Z Downloaded yasna v0.5.2
6342026-03-12T15:45:52.944Z Downloaded rpassword v7.4.0
6352026-03-12T15:45:52.944Z Downloaded reqwest v0.13.2
6362026-03-12T15:45:52.948Z Downloaded typenum v1.19.0
6372026-03-12T15:45:52.951Z Downloaded tracing-attributes v0.1.31
6382026-03-12T15:45:52.954Z Downloaded toml v0.7.8
6392026-03-12T15:45:52.957Z Downloaded zerocopy-derive v0.7.35
6402026-03-12T15:45:52.961Z Downloaded tokio-postgres v0.7.16
6412026-03-12T15:45:52.964Z Downloaded git2 v0.20.4
6422026-03-12T15:45:52.968Z Downloaded socket2 v0.5.10
6432026-03-12T15:45:52.972Z Downloaded p384 v0.13.1
6442026-03-12T15:45:52.974Z Downloaded quick-xml v0.37.5
6452026-03-12T15:45:52.979Z Downloaded term v0.7.0
6462026-03-12T15:45:52.982Z Downloaded target-lexicon v0.13.3
6472026-03-12T15:45:52.985Z Downloaded slog v2.8.2
6482026-03-12T15:45:52.988Z Downloaded goblin v0.8.2
6492026-03-12T15:45:52.992Z Downloaded vte v0.14.1
6502026-03-12T15:45:52.996Z Downloaded reqwest v0.12.28
6512026-03-12T15:45:53.000Z Downloaded ssh-key v0.6.7
6522026-03-12T15:45:53.004Z Downloaded toml_edit v0.23.10+spec-1.0.0
6532026-03-12T15:45:53.007Z Downloaded lalrpop v0.19.12
6542026-03-12T15:45:53.014Z Downloaded zerocopy v0.6.6
6552026-03-12T15:45:53.018Z Downloaded moka v0.12.13
6562026-03-12T15:45:53.022Z Downloaded rayon v1.11.0
6572026-03-12T15:45:53.029Z Downloaded uuid v1.21.0
6582026-03-12T15:45:53.032Z Downloaded zopfli v0.8.3
6592026-03-12T15:45:53.035Z Downloaded goblin v0.10.5
6602026-03-12T15:45:53.039Z Downloaded gimli v0.32.3
6612026-03-12T15:45:53.045Z Downloaded trait-variant v0.1.2
6622026-03-12T15:45:53.048Z Downloaded termcolor v1.4.1
6632026-03-12T15:45:53.048Z Downloaded toml_datetime v0.6.11
6642026-03-12T15:45:53.048Z Downloaded url v2.5.8
6652026-03-12T15:45:53.052Z Downloaded petname v2.0.2
6662026-03-12T15:45:53.055Z Downloaded toml_edit v0.19.15
6672026-03-12T15:45:53.066Z Downloaded yansi v1.0.1
6682026-03-12T15:45:53.069Z Downloaded serde_json v1.0.149
6692026-03-12T15:45:53.073Z Downloaded salty v0.3.0
6702026-03-12T15:45:53.078Z Downloaded zerotrie v0.2.3
6712026-03-12T15:45:53.081Z Downloaded tiny-keccak v2.0.2
6722026-03-12T15:45:53.084Z Downloaded strum_macros v0.27.2
6732026-03-12T15:45:53.084Z Downloaded smallvec v1.15.1
6742026-03-12T15:45:53.088Z Downloaded unicode_categories v0.1.1
6752026-03-12T15:45:53.088Z Downloaded bitvec v1.0.1
6762026-03-12T15:45:53.098Z Downloaded zip v0.6.6
6772026-03-12T15:45:53.101Z Downloaded unicode-segmentation v1.12.0
6782026-03-12T15:45:53.105Z Downloaded rustls-webpki v0.101.7
6792026-03-12T15:45:53.114Z Downloaded zerocopy-derive v0.8.40
6802026-03-12T15:45:53.121Z Downloaded typed-path v0.9.3
6812026-03-12T15:45:53.126Z Downloaded proptest v1.10.0
6822026-03-12T15:45:53.133Z Downloaded object v0.30.4
6832026-03-12T15:45:53.140Z Downloaded x509-cert v0.2.5
6842026-03-12T15:45:53.144Z Downloaded tough v0.20.0
6852026-03-12T15:45:53.151Z Downloaded tower v0.5.3
6862026-03-12T15:45:53.159Z Downloaded tokio-util v0.7.18
6872026-03-12T15:45:53.163Z Downloaded radix_trie v0.2.1
6882026-03-12T15:45:53.167Z Downloaded rustls-webpki v0.102.8
6892026-03-12T15:45:53.181Z Downloaded zip v4.6.1
6902026-03-12T15:45:53.190Z Downloaded bstr v1.12.1
6912026-03-12T15:45:53.197Z Downloaded polar-core v0.27.3
6922026-03-12T15:45:53.203Z Downloaded tower-http v0.6.8
6932026-03-12T15:45:53.209Z Downloaded zerovec v0.11.5
6942026-03-12T15:45:53.213Z Downloaded quinn-proto v0.11.13
6952026-03-12T15:45:53.220Z Downloaded nix v0.27.1
6962026-03-12T15:45:53.227Z Downloaded winnow v0.6.26
6972026-03-12T15:45:53.234Z Downloaded tabled v0.15.0
6982026-03-12T15:45:53.245Z Downloaded dropshot v0.16.7
6992026-03-12T15:45:53.304Z Downloaded zerocopy v0.7.35
7002026-03-12T15:45:53.310Z Downloaded syn v1.0.109
7012026-03-12T15:45:53.310Z Downloaded winnow v0.7.14
7022026-03-12T15:45:53.310Z Downloaded tabled v0.20.0
7032026-03-12T15:45:53.310Z Downloaded smoltcp v0.9.1
7042026-03-12T15:45:53.314Z Downloaded nix v0.30.1
7052026-03-12T15:45:53.319Z Downloaded regex-syntax v0.6.29
7062026-03-12T15:45:53.324Z Downloaded hickory-proto v0.24.4
7072026-03-12T15:45:53.335Z Downloaded hickory-proto v0.25.2
7082026-03-12T15:45:53.347Z Downloaded vcpkg v0.2.15
7092026-03-12T15:45:53.377Z Downloaded zlib-rs v0.6.2
7102026-03-12T15:45:53.381Z Downloaded syn v2.0.117
7112026-03-12T15:45:53.390Z Downloaded unicode-width v0.2.0
7122026-03-12T15:45:53.395Z Downloaded webpki-roots v1.0.6
7132026-03-12T15:45:53.398Z Downloaded smoltcp v0.11.0
7142026-03-12T15:45:53.408Z Downloaded unicode-width v0.1.14
7152026-03-12T15:45:53.412Z Downloaded rustls v0.23.37
7162026-03-12T15:45:53.420Z Downloaded zerocopy v0.8.40
7172026-03-12T15:45:53.428Z Downloaded rustls v0.22.4
7182026-03-12T15:45:53.440Z Downloaded regex-syntax v0.8.10
7192026-03-12T15:45:53.444Z Downloaded rustix v0.38.44
7202026-03-12T15:45:53.461Z Downloaded openapiv3 v2.2.0
7212026-03-12T15:45:53.470Z Downloaded object v0.37.3
7222026-03-12T15:45:53.478Z Downloaded time v0.3.47
7232026-03-12T15:45:53.489Z Downloaded regress v0.10.5
7242026-03-12T15:45:53.496Z Downloaded rustix v1.1.3
7252026-03-12T15:45:53.513Z Downloaded sled v0.34.7
7262026-03-12T15:45:53.521Z Downloaded rustls v0.21.12
7272026-03-12T15:45:53.529Z Downloaded nix v0.31.1
7282026-03-12T15:45:53.538Z Downloaded ratatui v0.29.0
7292026-03-12T15:45:53.552Z Downloaded sqlparser v0.61.0
7302026-03-12T15:45:53.560Z Downloaded openssl v0.10.75
7312026-03-12T15:45:53.568Z Downloaded nix v0.29.0
7322026-03-12T15:45:53.576Z Downloaded nix v0.28.0
7332026-03-12T15:45:53.585Z Downloaded typify-impl v0.6.1
7342026-03-12T15:45:53.596Z Downloaded tracing v0.1.44
7352026-03-12T15:45:53.613Z Downloaded regex-automata v0.4.14
7362026-03-12T15:45:53.624Z Downloaded typify-impl v0.4.3
7372026-03-12T15:45:53.636Z Downloaded zerocopy-derive v0.6.6
7382026-03-12T15:45:53.644Z Downloaded chrono-tz v0.10.4
7392026-03-12T15:45:53.658Z Downloaded jiff v0.2.21
7402026-03-12T15:45:53.672Z Downloaded libc v0.2.180
7412026-03-12T15:45:53.697Z Downloaded petgraph v0.6.5
7422026-03-12T15:45:53.711Z Downloaded csv v1.4.0
7432026-03-12T15:45:53.727Z Downloaded bzip2-sys v0.1.13+1.0.8
7442026-03-12T15:45:53.736Z Downloaded lzma-sys v0.1.20
7452026-03-12T15:45:53.757Z Downloaded winnow v0.5.40
7462026-03-12T15:45:53.763Z Downloaded diesel v2.2.12
7472026-03-12T15:45:53.776Z Downloaded unicode-normalization v0.1.25
7482026-03-12T15:45:53.780Z Downloaded serde_with v3.17.0
7492026-03-12T15:45:53.789Z Downloaded petgraph v0.8.3
7502026-03-12T15:45:53.805Z Downloaded spin v0.9.8
7512026-03-12T15:45:53.809Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
7522026-03-12T15:45:53.821Z Downloaded libz-sys v1.1.24
7532026-03-12T15:45:53.837Z Downloaded smf v0.2.3
7542026-03-12T15:45:53.840Z Downloaded sha3 v0.10.8
7552026-03-12T15:45:53.843Z Downloaded similar v2.7.0
7562026-03-12T15:45:53.846Z Downloaded serde_core v1.0.228
7572026-03-12T15:45:53.849Z Downloaded rstest_macros v0.25.0
7582026-03-12T15:45:53.852Z Downloaded quinn v0.11.9
7592026-03-12T15:45:53.852Z Downloaded blake3 v1.8.3
7602026-03-12T15:45:53.858Z Downloaded subtle v2.6.1
7612026-03-12T15:45:53.861Z Downloaded strum_macros v0.26.4
7622026-03-12T15:45:53.861Z Downloaded smawk v0.3.2
7632026-03-12T15:45:53.864Z Downloaded serde_derive v1.0.228
7642026-03-12T15:45:53.864Z Downloaded hyper v1.8.1
7652026-03-12T15:45:53.868Z Downloaded hashbrown v0.15.5
7662026-03-12T15:45:53.872Z Downloaded futures-util v0.3.32
7672026-03-12T15:45:53.881Z Downloaded tokio v1.49.0
7682026-03-12T15:45:53.911Z Downloaded stringmetrics v2.2.2
7692026-03-12T15:45:53.914Z Downloaded string_cache v0.8.9
7702026-03-12T15:45:53.914Z Downloaded stacker v0.1.23
7712026-03-12T15:45:53.917Z Downloaded scroll v0.13.0
7722026-03-12T15:45:53.917Z Downloaded schemars v0.8.22
7732026-03-12T15:45:53.923Z Downloaded rustls-platform-verifier v0.6.2
7742026-03-12T15:45:53.926Z Downloaded iddqd v0.3.17
7752026-03-12T15:45:53.931Z Downloaded hkdf v0.12.4
7762026-03-12T15:45:53.934Z Downloaded sigpipe v0.1.3
7772026-03-12T15:45:53.934Z Downloaded serde_cbor v0.11.2
7782026-03-12T15:45:53.937Z Downloaded iri-string v0.7.10
7792026-03-12T15:45:53.941Z Downloaded icu_properties_data v2.1.2
7802026-03-12T15:45:53.948Z Downloaded structmeta-derive v0.3.0
7812026-03-12T15:45:53.951Z Downloaded strsim v0.11.1
7822026-03-12T15:45:53.951Z Downloaded sqlparser_derive v0.5.0
7832026-03-12T15:45:53.952Z Downloaded simd-adler32 v0.3.8
7842026-03-12T15:45:53.956Z Downloaded itertools v0.10.5
7852026-03-12T15:45:53.959Z Downloaded ron v0.8.1
7862026-03-12T15:45:53.963Z Downloaded signal-hook-registry v1.4.8
7872026-03-12T15:45:53.963Z Downloaded serde_derive_internals v0.29.1
7882026-03-12T15:45:53.966Z Downloaded prefix-trie v0.7.0
7892026-03-12T15:45:53.966Z Downloaded signal-hook-mio v0.2.5
7902026-03-12T15:45:53.969Z Downloaded encoding_rs v0.8.35
7912026-03-12T15:45:53.983Z Downloaded scroll v0.12.0
7922026-03-12T15:45:53.986Z Downloaded rustc-demangle v0.1.27
7932026-03-12T15:45:53.986Z Downloaded miette v5.10.0
7942026-03-12T15:45:53.989Z Downloaded pest_meta v2.8.6
7952026-03-12T15:45:53.992Z Downloaded http v1.4.0
7962026-03-12T15:45:53.995Z Downloaded secrecy v0.8.0
7972026-03-12T15:45:53.995Z Downloaded scroll_derive v0.13.1
7982026-03-12T15:45:53.995Z Downloaded pin-project v1.1.11
7992026-03-12T15:45:54.003Z Downloaded pest_derive v2.8.6
8002026-03-12T15:45:54.008Z Downloaded oso v0.27.3
8012026-03-12T15:45:54.008Z Downloaded hickory-resolver v0.24.4
8022026-03-12T15:45:54.011Z Downloaded criterion v0.7.0
8032026-03-12T15:45:54.014Z Downloaded recursive-proc-macro-impl v0.1.1
8042026-03-12T15:45:54.014Z Downloaded progenitor v0.11.2
8052026-03-12T15:45:54.018Z Downloaded num-traits v0.2.19
8062026-03-12T15:45:54.018Z Downloaded nanorand v0.7.0
8072026-03-12T15:45:54.021Z Downloaded libgit2-sys v0.18.3+1.9.2
8082026-03-12T15:45:54.061Z Downloaded miniz_oxide v0.8.9
8092026-03-12T15:45:54.064Z Downloaded icu_normalizer_data v2.1.1
8102026-03-12T15:45:54.064Z Downloaded parking_lot v0.12.5
8112026-03-12T15:45:54.068Z Downloaded ring v0.17.14
8122026-03-12T15:45:54.099Z Downloaded indexmap v2.13.0
8132026-03-12T15:45:54.102Z Downloaded hashbrown v0.13.2
8142026-03-12T15:45:54.105Z Downloaded hashbrown v0.12.3
8152026-03-12T15:45:54.108Z Downloaded radium v0.7.0
8162026-03-12T15:45:54.108Z Downloaded aes v0.8.4
8172026-03-12T15:45:54.111Z Downloaded pkcs1 v0.7.5
8182026-03-12T15:45:54.111Z Downloaded pest_generator v2.8.6
8192026-03-12T15:45:54.114Z Downloaded jiff-static v0.2.21
8202026-03-12T15:45:54.117Z Downloaded httpmock v0.8.3
8212026-03-12T15:45:54.131Z Downloaded libbz2-rs-sys v0.2.2
8222026-03-12T15:45:54.134Z Downloaded proc-macro-error-attr2 v2.0.0
8232026-03-12T15:45:54.134Z Downloaded primeorder v0.13.6
8242026-03-12T15:45:54.134Z Downloaded pretty-hex v0.4.1
8252026-03-12T15:45:54.137Z Downloaded predicates v3.1.4
8262026-03-12T15:45:54.137Z Downloaded ppv-lite86 v0.2.21
8272026-03-12T15:45:54.137Z Downloaded postgres-protocol v0.6.10
8282026-03-12T15:45:54.141Z Downloaded polyval v0.6.2
8292026-03-12T15:45:54.141Z Downloaded parse-display-derive v0.10.0
8302026-03-12T15:45:54.141Z Downloaded omicron-zone-package v0.12.2
8312026-03-12T15:45:54.144Z Downloaded dropshot-api-manager v0.6.0
8322026-03-12T15:45:54.147Z Downloaded pem-rfc7468 v0.7.0
8332026-03-12T15:45:54.147Z Downloaded pem v3.0.6
8342026-03-12T15:45:54.150Z Downloaded parking_lot v0.11.2
8352026-03-12T15:45:54.150Z Downloaded path-tree v0.8.3
8362026-03-12T15:45:54.150Z Downloaded progenitor-client v0.11.2
8372026-03-12T15:45:54.153Z Downloaded indicatif v0.18.4
8382026-03-12T15:45:54.153Z Downloaded icu_properties v2.1.2
8392026-03-12T15:45:54.156Z Downloaded icu_normalizer v2.1.1
8402026-03-12T15:45:54.159Z Downloaded icu_locale_core v2.1.1
8412026-03-12T15:45:54.163Z Downloaded proc-macro-crate v1.3.1
8422026-03-12T15:45:54.163Z Downloaded partial-io v0.5.4
8432026-03-12T15:45:54.166Z Downloaded packed_struct v0.10.1
8442026-03-12T15:45:54.166Z Downloaded once_cell v1.21.3
8452026-03-12T15:45:54.166Z Downloaded num-complex v0.4.6
8462026-03-12T15:45:54.169Z Downloaded knuffel v3.2.0
8472026-03-12T15:45:54.172Z Downloaded powerfmt v0.2.0
8482026-03-12T15:45:54.172Z Downloaded plain v0.2.3
8492026-03-12T15:45:54.172Z Downloaded bumpalo v3.20.2
8502026-03-12T15:45:54.175Z Downloaded pbkdf2 v0.11.0
8512026-03-12T15:45:54.175Z Downloaded paste v1.0.15
8522026-03-12T15:45:54.178Z Downloaded password-hash v0.5.0
8532026-03-12T15:45:54.178Z Downloaded nu-ansi-term v0.50.3
8542026-03-12T15:45:54.182Z Downloaded phf_shared v0.11.3
8552026-03-12T15:45:54.182Z Downloaded oxide-tokio-rt v0.1.2
8562026-03-12T15:45:54.182Z Downloaded expectorate v1.2.0
8572026-03-12T15:45:54.186Z Downloaded oorandom v11.1.5
8582026-03-12T15:45:54.186Z Downloaded num_enum_derive v0.7.5
8592026-03-12T15:45:54.186Z Downloaded num_enum v0.5.11
8602026-03-12T15:45:54.189Z Downloaded memmap2 v0.9.10
8612026-03-12T15:45:54.189Z Downloaded flate2 v1.1.9
8622026-03-12T15:45:54.192Z Downloaded num-rational v0.4.2
8632026-03-12T15:45:54.196Z Downloaded pathdiff v0.2.3
8642026-03-12T15:45:54.196Z Downloaded num_enum v0.7.5
8652026-03-12T15:45:54.199Z Downloaded num-integer v0.1.46
8662026-03-12T15:45:54.199Z Downloaded openssl-probe v0.2.1
8672026-03-12T15:45:54.199Z Downloaded derive_more-impl v2.1.1
8682026-03-12T15:45:54.202Z Downloaded num-derive v0.3.3
8692026-03-12T15:45:54.205Z Downloaded opaque-debug v0.3.1
8702026-03-12T15:45:54.205Z Downloaded olpc-cjson v0.1.4
8712026-03-12T15:45:54.205Z Downloaded num_enum_derive v0.5.11
8722026-03-12T15:45:54.205Z Downloaded num-iter v0.1.45
8732026-03-12T15:45:54.208Z Downloaded num-conv v0.2.0
8742026-03-12T15:45:54.208Z Downloaded normalize-line-endings v0.3.0
8752026-03-12T15:45:54.208Z Downloaded fancy-regex v0.14.0
8762026-03-12T15:45:54.212Z Downloaded half v2.7.1
8772026-03-12T15:45:54.212Z Downloaded libtest-mimic v0.8.1
8782026-03-12T15:45:54.215Z Downloaded libsw v3.5.0
8792026-03-12T15:45:54.215Z Downloaded httparse v1.10.1
8802026-03-12T15:45:54.218Z Downloaded getrandom v0.4.1
8812026-03-12T15:45:54.218Z Downloaded ar_archive_writer v0.5.1
8822026-03-12T15:45:54.221Z Downloaded lock_api v0.4.14
8832026-03-12T15:45:54.221Z Downloaded futures v0.3.32
8842026-03-12T15:45:54.224Z Downloaded derive_more v2.1.1
8852026-03-12T15:45:54.233Z Downloaded crossbeam-channel v0.5.15
8862026-03-12T15:45:54.236Z Downloaded chumsky v0.9.3
8872026-03-12T15:45:54.239Z Downloaded cargo-util-schemas v0.8.2
8882026-03-12T15:45:54.242Z Downloaded hmac v0.12.1
8892026-03-12T15:45:54.242Z Downloaded crypto-bigint v0.5.5
8902026-03-12T15:45:54.245Z Downloaded libefi-sys v0.1.0
8912026-03-12T15:45:54.248Z Downloaded knuffel-derive v3.2.0
8922026-03-12T15:45:54.248Z Downloaded jobserver v0.1.34
8932026-03-12T15:45:54.248Z Downloaded ingot-types v0.1.2
8942026-03-12T15:45:54.252Z Downloaded newtype_derive v0.1.6
8952026-03-12T15:45:54.252Z Downloaded is_ci v1.2.0
8962026-03-12T15:45:54.252Z Downloaded ipnetwork v0.21.1
8972026-03-12T15:45:54.255Z Downloaded hickory-client v0.25.2
8982026-03-12T15:45:54.255Z Downloaded elliptic-curve v0.13.8
8992026-03-12T15:45:54.258Z Downloaded arc-swap v1.8.2
9002026-03-12T15:45:54.261Z Downloaded multimap v0.10.1
9012026-03-12T15:45:54.261Z Downloaded miette-derive v5.10.0
9022026-03-12T15:45:54.261Z Downloaded lzss v0.8.2
9032026-03-12T15:45:54.264Z Downloaded indoc v2.0.7
9042026-03-12T15:45:54.264Z Downloaded impl-trait-for-tuples v0.2.3
9052026-03-12T15:45:54.268Z Downloaded humantime v2.3.0
9062026-03-12T15:45:54.268Z Downloaded ipnet v2.11.0
9072026-03-12T15:45:54.268Z Downloaded internet-checksum v0.2.1
9082026-03-12T15:45:54.268Z Downloaded hyper-rustls v0.27.7
9092026-03-12T15:45:54.271Z Downloaded httptest v0.16.4
9102026-03-12T15:45:54.271Z Downloaded half v1.8.3
9112026-03-12T15:45:54.274Z Downloaded group v0.13.0
9122026-03-12T15:45:54.274Z Downloaded cc v1.2.56
9132026-03-12T15:45:54.277Z Downloaded md-5 v0.10.6
9142026-03-12T15:45:54.277Z Downloaded maplit v1.0.2
9152026-03-12T15:45:54.280Z Downloaded managed v0.8.0
9162026-03-12T15:45:54.280Z Downloaded lru-slab v0.1.2
9172026-03-12T15:45:54.280Z Downloaded fatfs v0.3.6
9182026-03-12T15:45:54.283Z Downloaded darling_core v0.20.11
9192026-03-12T15:45:54.286Z Downloaded backtrace v0.3.76
9202026-03-12T15:45:54.289Z Downloaded lru-cache v0.1.2
9212026-03-12T15:45:54.289Z Downloaded lru v0.12.5
9222026-03-12T15:45:54.289Z Downloaded libscf-sys v1.1.0
9232026-03-12T15:45:54.292Z Downloaded is_terminal_polyfill v1.70.2
9242026-03-12T15:45:54.292Z Downloaded is-terminal v0.4.17
9252026-03-12T15:45:54.292Z Downloaded instant v0.1.13
9262026-03-12T15:45:54.292Z Downloaded darling_core v0.23.0
9272026-03-12T15:45:54.295Z Downloaded getrandom v0.2.17
9282026-03-12T15:45:54.298Z Downloaded derive_more v0.99.20
9292026-03-12T15:45:54.302Z Downloaded highway v1.3.0
9302026-03-12T15:45:54.305Z Downloaded futures-channel v0.3.32
9312026-03-12T15:45:54.305Z Downloaded dropshot_endpoint v0.16.7
9322026-03-12T15:45:54.308Z Downloaded darling v0.20.11
9332026-03-12T15:45:54.311Z Downloaded clap v4.5.60
9342026-03-12T15:45:54.315Z Downloaded glob v0.3.3
9352026-03-12T15:45:54.318Z Downloaded derive-where v1.6.0
9362026-03-12T15:45:54.321Z Downloaded ahash v0.8.12
9372026-03-12T15:45:54.321Z Downloaded allocator-api2 v0.2.21
9382026-03-12T15:45:54.324Z Downloaded fs_extra v1.3.0
9392026-03-12T15:45:54.324Z Downloaded fs-err v3.3.0
9402026-03-12T15:45:54.327Z Downloaded des v0.8.1
9412026-03-12T15:45:54.327Z Downloaded hostname v0.4.2
9422026-03-12T15:45:54.327Z Downloaded crossbeam-epoch v0.9.18
9432026-03-12T15:45:54.330Z Downloaded http-body v1.0.1
9442026-03-12T15:45:54.330Z Downloaded hostname v0.3.1
9452026-03-12T15:45:54.330Z Downloaded futures-timer v3.0.3
9462026-03-12T15:45:54.333Z Downloaded fs-err v2.11.0
9472026-03-12T15:45:54.333Z Downloaded derive_builder v0.20.2
9482026-03-12T15:45:54.336Z Downloaded ecdsa v0.16.9
9492026-03-12T15:45:54.336Z Downloaded cookie_store v0.22.1
9502026-03-12T15:45:54.341Z Downloaded camino v1.2.2
9512026-03-12T15:45:54.341Z Downloaded darling v0.21.3
9522026-03-12T15:45:54.345Z Downloaded heck v0.5.0
9532026-03-12T15:45:54.345Z Downloaded heck v0.4.1
9542026-03-12T15:45:54.345Z Downloaded foldhash v0.2.0
9552026-03-12T15:45:54.348Z Downloaded find-msvc-tools v0.1.9
9562026-03-12T15:45:54.348Z Downloaded filetime v0.2.27
9572026-03-12T15:45:54.348Z Downloaded ff v0.13.1
9582026-03-12T15:45:54.352Z Downloaded fallible-iterator v0.2.0
9592026-03-12T15:45:54.352Z Downloaded erased-serde v0.3.31
9602026-03-12T15:45:54.352Z Downloaded erased-serde v0.4.9
9612026-03-12T15:45:54.355Z Downloaded env_logger v0.11.9
9622026-03-12T15:45:54.355Z Downloaded crc-any v2.5.0
9632026-03-12T15:45:54.359Z Downloaded errno v0.3.14
9642026-03-12T15:45:54.359Z Downloaded embedded-io v0.6.1
9652026-03-12T15:45:54.359Z Downloaded digest v0.10.7
9662026-03-12T15:45:54.359Z Downloaded deranged v0.5.8
9672026-03-12T15:45:54.362Z Downloaded chacha20 v0.10.0
9682026-03-12T15:45:54.362Z Downloaded cfg-expr v0.20.6
9692026-03-12T15:45:54.365Z Downloaded cargo_toml v0.22.3
9702026-03-12T15:45:54.365Z Downloaded cancel-safe-futures v0.1.5
9712026-03-12T15:45:54.368Z Downloaded anes v0.1.6
9722026-03-12T15:45:54.368Z Downloaded darling v0.23.0
9732026-03-12T15:45:54.372Z Downloaded console v0.16.2
9742026-03-12T15:45:54.375Z Downloaded console v0.15.11
9752026-03-12T15:45:54.375Z Downloaded ciborium v0.2.2
9762026-03-12T15:45:54.378Z Downloaded anyhow v1.0.102
9772026-03-12T15:45:54.381Z Downloaded diff v0.1.13
9782026-03-12T15:45:54.381Z Downloaded diesel-dtrace v0.4.2
9792026-03-12T15:45:54.384Z Downloaded bzip2 v0.6.1
9802026-03-12T15:45:54.384Z Downloaded generic-array v0.14.7
9812026-03-12T15:45:54.384Z Downloaded fxhash v0.2.1
9822026-03-12T15:45:54.387Z Downloaded futures-macro v0.3.32
9832026-03-12T15:45:54.387Z Downloaded crossbeam-utils v0.8.21
9842026-03-12T15:45:54.387Z Downloaded futures-core v0.3.32
9852026-03-12T15:45:54.390Z Downloaded funty v2.0.0
9862026-03-12T15:45:54.390Z Downloaded form_urlencoded v1.2.2
9872026-03-12T15:45:54.390Z Downloaded foreign-types-shared v0.3.1
9882026-03-12T15:45:54.390Z Downloaded foreign-types-shared v0.1.1
9892026-03-12T15:45:54.390Z Downloaded foreign-types-macros v0.2.3
9902026-03-12T15:45:54.390Z Downloaded either v1.15.0
9912026-03-12T15:45:54.393Z Downloaded ed25519 v2.2.3
9922026-03-12T15:45:54.393Z Downloaded dtrace-parser v0.3.0
9932026-03-12T15:45:54.393Z Downloaded derive_builder_core v0.20.2
9942026-03-12T15:45:54.397Z Downloaded constant_time_eq v0.4.2
9952026-03-12T15:45:54.397Z Downloaded bzip2 v0.4.4
9962026-03-12T15:45:54.397Z Downloaded blake2b_simd v1.0.4
9972026-03-12T15:45:54.400Z Downloaded backon v1.6.0
9982026-03-12T15:45:54.400Z Downloaded csv-core v0.1.13
9992026-03-12T15:45:54.403Z Downloaded cassowary v0.3.0
10002026-03-12T15:45:54.403Z Downloaded fnv v1.0.7
10012026-03-12T15:45:54.404Z Downloaded float-cmp v0.10.0
10022026-03-12T15:45:54.404Z Downloaded flagset v0.4.7
10032026-03-12T15:45:54.407Z Downloaded fd-lock v4.0.4
10042026-03-12T15:45:54.407Z Downloaded escape8259 v0.5.3
10052026-03-12T15:45:54.407Z Downloaded diesel_table_macro_syntax v0.2.0
10062026-03-12T15:45:54.407Z Downloaded crossbeam-deque v0.8.6
10072026-03-12T15:45:54.410Z Downloaded assert_cmd v2.1.2
10082026-03-12T15:45:54.410Z Downloaded float-ord v0.3.2
10092026-03-12T15:45:54.410Z Downloaded fixedbitset v0.4.2
10102026-03-12T15:45:54.413Z Downloaded criterion-plot v0.6.0
10112026-03-12T15:45:54.413Z Downloaded blowfish v0.9.1
10122026-03-12T15:45:54.413Z Downloaded cbc v0.1.2
10132026-03-12T15:45:54.413Z Downloaded bit-vec v0.6.3
10142026-03-12T15:45:54.417Z Downloaded anstream v0.6.21
10152026-03-12T15:45:54.417Z Downloaded enum-as-inner v0.6.1
10162026-03-12T15:45:54.417Z Downloaded cookie v0.18.1
10172026-03-12T15:45:54.421Z Downloaded bit-vec v0.8.0
10182026-03-12T15:45:54.421Z Downloaded anstyle v1.0.13
10192026-03-12T15:45:54.425Z Downloaded arrayvec v0.7.6
10202026-03-12T15:45:54.425Z Downloaded anstyle-parse v0.2.7
10212026-03-12T15:45:54.425Z Downloaded defmt-macros v1.0.1
10222026-03-12T15:45:54.428Z Downloaded convert_case v0.10.0
10232026-03-12T15:45:54.428Z Downloaded bitflags v2.11.0
10242026-03-12T15:45:54.431Z Downloaded base64ct v1.8.3
10252026-03-12T15:45:54.431Z Downloaded backoff v0.4.0
10262026-03-12T15:45:54.434Z Downloaded dsl_auto_type v0.1.3
10272026-03-12T15:45:54.434Z Downloaded displaydoc v0.2.5
10282026-03-12T15:45:54.437Z Downloaded const_format_proc_macros v0.2.34
10292026-03-12T15:45:54.437Z Downloaded const_format v0.2.35
10302026-03-12T15:45:54.440Z Downloaded const-oid v0.9.6
10312026-03-12T15:45:54.440Z Downloaded compact_str v0.8.1
10322026-03-12T15:45:54.443Z Downloaded dunce v1.0.5
10332026-03-12T15:45:54.443Z Downloaded dropshot-api-manager-types v0.6.0
10342026-03-12T15:45:54.447Z Downloaded display-error-chain v0.2.2
10352026-03-12T15:45:54.447Z Downloaded derive_builder_macro v0.20.2
10362026-03-12T15:45:54.447Z Downloaded chacha20 v0.9.1
10372026-03-12T15:45:54.447Z Downloaded bitflags v1.3.2
10382026-03-12T15:45:54.450Z Downloaded approx v0.5.1
10392026-03-12T15:45:54.450Z Downloaded darling_macro v0.21.3
10402026-03-12T15:45:54.450Z Downloaded camino-tempfile v1.4.1
10412026-03-12T15:45:54.454Z Downloaded byteorder v1.5.0
10422026-03-12T15:45:54.454Z Downloaded atomicwrites v0.4.4
10432026-03-12T15:45:54.454Z Downloaded base16ct v1.0.0
10442026-03-12T15:45:54.457Z Downloaded autocfg v1.5.0
10452026-03-12T15:45:54.457Z Downloaded async-bb8-diesel v0.2.1
10462026-03-12T15:45:54.457Z Downloaded ciborium-ll v0.2.2
10472026-03-12T15:45:54.457Z Downloaded async-lock v3.4.2
10482026-03-12T15:45:54.461Z Downloaded argon2 v0.5.3
10492026-03-12T15:45:54.461Z Downloaded critical-section v1.2.0
10502026-03-12T15:45:54.461Z Downloaded clap_derive v4.5.55
10512026-03-12T15:45:54.464Z Downloaded cfg-if v1.0.4
10522026-03-12T15:45:54.464Z Downloaded crc32fast v1.5.0
10532026-03-12T15:45:54.467Z Downloaded cfg_aliases v0.2.1
10542026-03-12T15:45:54.467Z Downloaded cargo-platform v0.2.0
10552026-03-12T15:45:54.467Z Downloaded adler2 v2.0.1
10562026-03-12T15:45:54.467Z Downloaded dirs-next v2.0.0
10572026-03-12T15:45:54.470Z Downloaded defmt v0.3.100
10582026-03-12T15:45:54.470Z Downloaded ciborium-io v0.2.2
10592026-03-12T15:45:54.470Z Downloaded camino-tempfile-ext v0.3.3
10602026-03-12T15:45:54.470Z Downloaded block-padding v0.3.3
10612026-03-12T15:45:54.470Z Downloaded ascii-canvas v3.0.0
10622026-03-12T15:45:54.474Z Downloaded concurrent-queue v2.5.0
10632026-03-12T15:45:54.474Z Downloaded cipher v0.4.4
10642026-03-12T15:45:54.474Z Downloaded async-stream v0.3.6
10652026-03-12T15:45:54.477Z Downloaded cast v0.3.0
10662026-03-12T15:45:54.477Z Downloaded assert_matches v1.5.0
10672026-03-12T15:45:54.477Z Downloaded anstyle-query v1.1.5
10682026-03-12T15:45:54.477Z Downloaded cargo-platform v0.3.2
10692026-03-12T15:45:54.480Z Downloaded cargo-platform v0.1.9
10702026-03-12T15:45:54.480Z Downloaded bit-set v0.8.0
10712026-03-12T15:45:54.480Z Downloaded array-init v0.0.4
10722026-03-12T15:45:54.480Z Downloaded bitfield-struct v0.6.2
10732026-03-12T15:45:54.483Z Downloaded atty v0.2.14
10742026-03-12T15:45:54.483Z Downloaded atomic-waker v1.1.2
10752026-03-12T15:45:54.483Z Downloaded async-object-pool v0.2.0
10762026-03-12T15:45:54.483Z Downloaded curve25519-dalek-derive v0.1.1
10772026-03-12T15:45:54.483Z Downloaded cpufeatures v0.3.0
10782026-03-12T15:45:54.486Z Downloaded convert_case v0.4.0
10792026-03-12T15:45:54.486Z Downloaded cargo_metadata v0.19.2
10802026-03-12T15:45:54.486Z Downloaded block-buffer v0.10.4
10812026-03-12T15:45:54.486Z Downloaded bb8 v0.8.6
10822026-03-12T15:45:54.489Z Downloaded colored v3.1.1
10832026-03-12T15:45:54.490Z Downloaded constant_time_eq v0.3.1
10842026-03-12T15:45:54.490Z Downloaded colorchoice v1.0.4
10852026-03-12T15:45:54.493Z Downloaded bcrypt-pbkdf v0.10.0
10862026-03-12T15:45:54.493Z Downloaded async-trait v0.1.89
10872026-03-12T15:45:54.496Z Downloaded crc v3.4.0
10882026-03-12T15:45:54.496Z Downloaded cobs v0.3.0
10892026-03-12T15:45:54.496Z Downloaded async-stream-impl v0.3.6
10902026-03-12T15:45:54.496Z Downloaded async-recursion v1.1.1
10912026-03-12T15:45:54.499Z Downloaded assert-json-diff v2.0.2
10922026-03-12T15:45:54.499Z Downloaded cmake v0.1.57
10932026-03-12T15:45:54.502Z Downloaded cargo_metadata v0.21.0
10942026-03-12T15:45:54.502Z Downloaded bitfield-macros v0.19.4
10952026-03-12T15:45:54.502Z Downloaded bit-set v0.5.3
10962026-03-12T15:45:54.502Z Downloaded base16ct v0.2.0
10972026-03-12T15:45:54.505Z Downloaded backtrace-ext v0.2.1
10982026-03-12T15:45:54.505Z Downloaded arrayref v0.3.9
10992026-03-12T15:45:54.505Z Downloaded base64 v0.21.7
11002026-03-12T15:45:54.509Z Downloaded aead v0.5.2
11012026-03-12T15:45:54.743Z Downloaded aws-lc-sys v0.37.1
11022026-03-12T15:45:55.249Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11032026-03-12T15:46:06.252Z Startup: Refreshing catalog 'helios-dev' ... Done
11042026-03-12T15:46:15.679Z Startup: Caching catalogs ... Done
11052026-03-12T15:46:36.796ZPlanning: Solver setup ... Done (19.577s)
11062026-03-12T15:46:36.947ZPlanning: Running solver ... Done (0.151s)
11072026-03-12T15:46:37.120ZPlanning: Finding local manifests ... Done (0.003s)
11082026-03-12T15:46:37.134ZPlanning: Fetching manifests: 0/4 0% complete
11092026-03-12T15:46:37.263ZPlanning: Fetching manifests: 4/4 100% complete
11102026-03-12T15:46:37.306ZPlanning: Package planning ... Done (0.043s)
11112026-03-12T15:46:37.345ZPlanning: Merging actions ... Done (0.039s)
11122026-03-12T15:46:37.587ZPlanning: Checking for conflicting actions ... Done (0.241s)
11132026-03-12T15:46:37.597ZPlanning: Consolidating action changes ... Done (0.010s)
11142026-03-12T15:46:38.477ZPlanning: Evaluating mediators ... Done (0.880s)
11152026-03-12T15:46:38.486ZPlanning: Planning completed in 22.66 seconds
11162026-03-12T15:46:38.500Z Packages to install: 4
11172026-03-12T15:46:38.500Z Mediators to change: 2
11182026-03-12T15:46:38.504Z Services to change: 1
11192026-03-12T15:46:38.504Z Estimated space available: 155.07 GB
11202026-03-12T15:46:38.504ZEstimated space to be consumed: 1.82 GB
11212026-03-12T15:46:38.504Z Create boot environment: No
11222026-03-12T15:46:38.504ZCreate backup boot environment: No
11232026-03-12T15:46:38.504Z Rebuild boot archive: No
11242026-03-12T15:46:38.504Z
11252026-03-12T15:46:38.504ZChanged mediators:
11262026-03-12T15:46:38.504Z mediator clang:
11272026-03-12T15:46:38.504Z version: None -> 15 (system default)
11282026-03-12T15:46:38.504Z
11292026-03-12T15:46:38.504Z mediator llvm:
11302026-03-12T15:46:38.504Z version: 14 (system default) -> 15 (system default)
11312026-03-12T15:46:38.504Z
11322026-03-12T15:46:38.504ZChanged packages:
11332026-03-12T15:46:38.504Zhelios-dev
11342026-03-12T15:46:38.504Z developer/build-essential
11352026-03-12T15:46:38.504Z None -> 11-2.0
11362026-03-12T15:46:38.504Z library/libxmlsec1
11372026-03-12T15:46:38.504Z None -> 1.2.35-2.0
11382026-03-12T15:46:38.504Z ooce/developer/clang-15
11392026-03-12T15:46:38.504Z None -> 15.0.7-2.0
11402026-03-12T15:46:38.504Z ooce/developer/llvm-15
11412026-03-12T15:46:38.504Z None -> 15.0.7-2.0
11422026-03-12T15:46:38.504Z
11432026-03-12T15:46:38.504ZServices:
11442026-03-12T15:46:38.504Z restart_fmri:
11452026-03-12T15:46:38.505Z svc:/system/update-man-index:default
11462026-03-12T15:46:38.548Z
11472026-03-12T15:46:38.548ZDownload: 0/3290 items 0.0/212.6MB 0% complete
11482026-03-12T15:46:43.956ZDownload: 2219/3290 items 118.6/212.6MB 55% complete (24.4M/s)
11492026-03-12T15:46:49.302ZDownload: 3282/3290 items 210.5/212.6MB 98% complete (20.9M/s)
11502026-03-12T15:46:49.347ZDownload: Completed 212.60 MB in 10.80 seconds (19.7M/s)
11512026-03-12T15:46:49.688Z Actions: 1/3689 actions (Installing new actions)
11522026-03-12T15:46:53.910Z Actions: Completed 3689 actions in 4.22 seconds.
11532026-03-12T15:46:54.600Z Done (0.685s)
11542026-03-12T15:46:54.600Z Done (0.000s)
11552026-03-12T15:46:55.480Z Done (0.880s)
11562026-03-12T15:46:59.494Z Done (3.661s)
11572026-03-12T15:46:59.582Z Done (0.017s)
11582026-03-12T15:46:59.585Z Done (0.000s)
11592026-03-12T15:46:59.755Z Done (0.000s)
11602026-03-12T15:47:00.696ZPlanning: Evaluating mediator changes ... Done
11612026-03-12T15:47:00.838ZPlanning: Checking for conflicting actions ... Done
11622026-03-12T15:47:00.841ZPlanning: Consolidating action changes ... Done
11632026-03-12T15:47:01.062ZPlanning: Evaluating mediators ... Done
11642026-03-12T15:47:01.065ZPlanning: Planning completed in 0.37 seconds
11652026-03-12T15:47:01.092Z Mediators to change: 2
11662026-03-12T15:47:01.092Z Create boot environment: No
11672026-03-12T15:47:01.092ZCreate backup boot environment: No
11682026-03-12T15:47:01.176Z Done
11692026-03-12T15:47:01.176Z Done
11702026-03-12T15:47:01.917Z Done
11712026-03-12T15:47:05.176Z Done
11722026-03-12T15:47:05.257Z Done
11732026-03-12T15:47:05.260Z Done
11742026-03-12T15:47:05.406Z Done
11752026-03-12T15:47:05.945ZPlanning: Evaluating mediator changes ... Done
11762026-03-12T15:47:05.948ZPlanning: Merging actions ... Done
11772026-03-12T15:47:06.112ZPlanning: Checking for conflicting actions ... Done
11782026-03-12T15:47:06.115ZPlanning: Consolidating action changes ... Done
11792026-03-12T15:47:06.332ZPlanning: Evaluating mediators ... Done
11802026-03-12T15:47:06.376ZPlanning: Planning completed in 0.64 seconds
11812026-03-12T15:47:06.407Z Packages to change: 1
11822026-03-12T15:47:06.407Z Mediators to change: 1
11832026-03-12T15:47:06.407Z Services to change: 1
11842026-03-12T15:47:06.410Z Create boot environment: No
11852026-03-12T15:47:06.410ZCreate backup boot environment: Yes
11862026-03-12T15:47:07.725Z Actions: 1/6 actions (Updating modified actions)
11872026-03-12T15:47:07.729Z Actions: Completed 6 actions in 0.00 seconds.
11882026-03-12T15:47:07.729Z Done
11892026-03-12T15:47:07.729Z Done
11902026-03-12T15:47:07.919Z Done
11912026-03-12T15:47:11.244Z Done
11922026-03-12T15:47:11.338Z Done
11932026-03-12T15:47:11.350Z Done
11942026-03-12T15:47:11.483Z Done
11952026-03-12T15:47:11.876ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11962026-03-12T15:47:11.876Zclang system 15 system
11972026-03-12T15:47:11.876Zcsh system system illumos
11982026-03-12T15:47:11.876Zctags system system illumos
11992026-03-12T15:47:11.876Zfile system system illumos
12002026-03-12T15:47:11.876Zgcc vendor 12 vendor
12012026-03-12T15:47:11.877Zgcc system 10 system
12022026-03-12T15:47:11.877Zgcc system 7 system
12032026-03-12T15:47:11.877Zgo system 1.20 system
12042026-03-12T15:47:11.877Zgo system 1.19 system
12052026-03-12T15:47:11.877Zllvm system 15 system
12062026-03-12T15:47:11.877Zllvm system 14 system
12072026-03-12T15:47:11.877Zmariadb system 10.6 system
12082026-03-12T15:47:11.877Zmta vendor vendor dma
12092026-03-12T15:47:11.877Zopenjdk system 17 system
12102026-03-12T15:47:11.877Zopenjdk system 11 system
12112026-03-12T15:47:11.878Zopenjdk system 1.8 system
12122026-03-12T15:47:11.878Zopenssl vendor 3 vendor
12132026-03-12T15:47:11.878Zperl system 5.36 system
12142026-03-12T15:47:11.878Zpostgresql system 15 system
12152026-03-12T15:47:11.878Zpostgresql system 13 system
12162026-03-12T15:47:11.878Zpython vendor 3 vendor
12172026-03-12T15:47:11.878Zpython system 2 system
12182026-03-12T15:47:11.878Zpython3 system 3.11 system
12192026-03-12T15:47:11.878Zruby system 3.0 system
12202026-03-12T15:47:11.878Zwords vendor vendor american-english
12212026-03-12T15:47:11.878Zwords system system australian-english
12222026-03-12T15:47:11.878Zwords system system british-english
12232026-03-12T15:47:11.879Zwords system system canadian-english
12242026-03-12T15:47:11.879Zwords system system french
12252026-03-12T15:47:11.879Zwords system system italian
12262026-03-12T15:47:11.879Zwords system system ngerman
12272026-03-12T15:47:11.879Zwords system system ogerman
12282026-03-12T15:47:11.879Zwords system system spanish
12292026-03-12T15:47:12.164ZPUBLISHER TYPE STATUS P LOCATION
12302026-03-12T15:47:12.164Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
12312026-03-12T15:47:17.988ZFMRI IFO
12322026-03-12T15:47:17.988Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
12332026-03-12T15:47:17.988Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
12342026-03-12T15:47:17.988Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
12352026-03-12T15:47:17.988Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
12362026-03-12T15:47:17.988Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
12372026-03-12T15:47:17.988Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
12382026-03-12T15:47:17.988Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
12392026-03-12T15:47:17.988Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
12402026-03-12T15:47:17.988Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
12412026-03-12T15:47:17.988Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
12422026-03-12T15:47:17.988Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
12432026-03-12T15:47:17.988Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
12442026-03-12T15:47:17.988Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
12452026-03-12T15:47:17.988Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
12462026-03-12T15:47:17.989Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
12472026-03-12T15:47:17.989Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
12482026-03-12T15:47:19.617Z Downloading crates ...
12492026-03-12T15:47:19.713Z Downloaded cargo_toml v0.21.0
12502026-03-12T15:47:19.771Z Compiling proc-macro2 v1.0.106
12512026-03-12T15:47:19.774Z Compiling quote v1.0.44
12522026-03-12T15:47:19.774Z Compiling unicode-ident v1.0.24
12532026-03-12T15:47:19.774Z Compiling serde_core v1.0.228
12542026-03-12T15:47:19.774Z Compiling libc v0.2.180
12552026-03-12T15:47:19.774Z Compiling version_check v0.9.5
12562026-03-12T15:47:19.775Z Compiling serde v1.0.228
12572026-03-12T15:47:19.775Z Compiling stable_deref_trait v1.2.1
12582026-03-12T15:47:19.775Z Compiling memchr v2.8.0
12592026-03-12T15:47:19.775Z Compiling zmij v1.0.21
12602026-03-12T15:47:19.775Z Compiling autocfg v1.5.0
12612026-03-12T15:47:19.775Z Compiling itoa v1.0.17
12622026-03-12T15:47:19.775Z Compiling thiserror v1.0.69
12632026-03-12T15:47:19.866Z Compiling ucd-trie v0.1.7
12642026-03-12T15:47:19.869Z Compiling writeable v0.6.2
12652026-03-12T15:47:20.038Z Compiling litemap v0.8.1
12662026-03-12T15:47:20.052Z Compiling icu_normalizer_data v2.1.1
12672026-03-12T15:47:20.192Z Compiling byteorder v1.5.0
12682026-03-12T15:47:20.260Z Compiling rustix v1.1.3
12692026-03-12T15:47:20.319Z Compiling icu_properties_data v2.1.2
12702026-03-12T15:47:20.364Z Compiling bitflags v2.11.0
12712026-03-12T15:47:20.416Z Compiling serde_json v1.0.149
12722026-03-12T15:47:20.533Z Compiling num-traits v0.2.19
12732026-03-12T15:47:20.549Z Compiling pest v2.8.6
12742026-03-12T15:47:20.634Z Compiling hashbrown v0.16.1
12752026-03-12T15:47:20.716Z Compiling smallvec v1.15.1
12762026-03-12T15:47:20.731Z Compiling typeid v1.0.3
12772026-03-12T15:47:20.761Z Compiling equivalent v1.0.2
12782026-03-12T15:47:20.804Z Compiling proc-macro-error-attr v1.0.4
12792026-03-12T15:47:20.831Z Compiling usdt-impl v0.5.0
12802026-03-12T15:47:20.847Z Compiling syn v1.0.109
12812026-03-12T15:47:20.905Z Compiling erased-serde v0.4.9
12822026-03-12T15:47:20.936Z Compiling winnow v0.7.14
12832026-03-12T15:47:20.976Z Compiling toml_write v0.1.2
12842026-03-12T15:47:21.005Z Compiling proc-macro-error v1.0.4
12852026-03-12T15:47:21.106Z Compiling errno v0.3.14
12862026-03-12T15:47:21.127Z Compiling thread-id v4.2.2
12872026-03-12T15:47:21.233Z Compiling camino v1.2.2
12882026-03-12T15:47:21.275Z Compiling thiserror v2.0.18
12892026-03-12T15:47:21.304Z Compiling indexmap v2.13.0
12902026-03-12T15:47:21.320Z Compiling percent-encoding v2.3.2
12912026-03-12T15:47:21.381Z Compiling utf8parse v0.2.2
12922026-03-12T15:47:21.396Z Compiling plain v0.2.3
12932026-03-12T15:47:21.412Z Compiling utf8_iter v1.0.4
12942026-03-12T15:47:21.426Z Compiling log v0.4.29
12952026-03-12T15:47:21.533Z Compiling getrandom v0.4.1
12962026-03-12T15:47:21.546Z Compiling form_urlencoded v1.2.2
12972026-03-12T15:47:21.591Z Compiling anstyle-parse v0.2.7
12982026-03-12T15:47:21.693Z Compiling syn v2.0.117
12992026-03-12T15:47:21.800Z Compiling is_terminal_polyfill v1.70.2
13002026-03-12T15:47:21.823Z Compiling anstyle-query v1.1.5
13012026-03-12T15:47:21.839Z Compiling anstyle v1.0.13
13022026-03-12T15:47:21.921Z Compiling cfg-if v1.0.4
13032026-03-12T15:47:21.969Z Compiling colorchoice v1.0.4
13042026-03-12T15:47:22.013Z Compiling ordered-float v2.10.1
13052026-03-12T15:47:22.044Z Compiling pretty-hex v0.4.1
13062026-03-12T15:47:22.113Z Compiling pest_meta v2.8.6
13072026-03-12T15:47:22.125Z Compiling anstream v0.6.21
13082026-03-12T15:47:22.199Z Compiling fs-err v3.3.0
13092026-03-12T15:47:22.222Z Compiling heck v0.5.0
13102026-03-12T15:47:22.236Z Compiling strsim v0.11.1
13112026-03-12T15:47:22.279Z Compiling heck v0.4.1
13122026-03-12T15:47:22.382Z Compiling once_cell v1.21.3
13132026-03-12T15:47:22.415Z Compiling anyhow v1.0.102
13142026-03-12T15:47:22.419Z Compiling clap_lex v1.0.0
13152026-03-12T15:47:22.480Z Compiling unicode-xid v0.2.6
13162026-03-12T15:47:22.552Z Compiling terminal_size v0.4.3
13172026-03-12T15:47:22.552Z Compiling fastrand v2.3.0
13182026-03-12T15:47:22.575Z Compiling fnv v1.0.7
13192026-03-12T15:47:22.642Z Compiling bytecount v0.6.9
13202026-03-12T15:47:22.660Z Compiling unicode-width v0.1.14
13212026-03-12T15:47:22.708Z Compiling clap_builder v4.5.60
13222026-03-12T15:47:22.724Z Compiling memmap v0.7.0
13232026-03-12T15:47:22.754Z Compiling unicode-linebreak v0.1.5
13242026-03-12T15:47:22.817Z Compiling tempfile v3.25.0
13252026-03-12T15:47:22.855Z Compiling unicode-width v0.2.0
13262026-03-12T15:47:22.893Z Compiling smawk v0.3.2
13272026-03-12T15:47:22.980Z Compiling papergrid v0.11.0
13282026-03-12T15:47:23.036Z Compiling swrite v0.1.0
13292026-03-12T15:47:23.073Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13302026-03-12T15:47:23.170Z Compiling semver v1.0.27
13312026-03-12T15:47:23.315Z Compiling textwrap v0.16.2
13322026-03-12T15:47:23.593Z Compiling camino-tempfile v1.4.1
13332026-03-12T15:47:23.708Z Compiling serde-untagged v0.1.9
13342026-03-12T15:47:24.017Z Compiling tabled_derive v0.7.0
13352026-03-12T15:47:24.904Z Compiling tabled v0.15.0
13362026-03-12T15:47:25.273Z Compiling synstructure v0.13.2
13372026-03-12T15:47:25.273Z Compiling pest_generator v2.8.6
13382026-03-12T15:47:25.976Z Compiling serde_derive v1.0.228
13392026-03-12T15:47:25.976Z Compiling zerofrom-derive v0.1.6
13402026-03-12T15:47:25.980Z Compiling yoke-derive v0.8.1
13412026-03-12T15:47:25.980Z Compiling zerovec-derive v0.11.2
13422026-03-12T15:47:25.980Z Compiling displaydoc v0.2.5
13432026-03-12T15:47:25.980Z Compiling thiserror-impl v1.0.69
13442026-03-12T15:47:25.980Z Compiling zerocopy-derive v0.7.35
13452026-03-12T15:47:25.980Z Compiling scroll_derive v0.12.1
13462026-03-12T15:47:25.980Z Compiling thiserror-impl v2.0.18
13472026-03-12T15:47:25.980Z Compiling clap_derive v4.5.55
13482026-03-12T15:47:26.013Z Compiling pest_derive v2.8.6
13492026-03-12T15:47:26.881Z Compiling scroll v0.12.0
13502026-03-12T15:47:27.167Z Compiling zerocopy v0.7.35
13512026-03-12T15:47:27.203Z Compiling goblin v0.8.2
13522026-03-12T15:47:27.488Z Compiling zerofrom v0.1.6
13532026-03-12T15:47:27.564Z Compiling dtrace-parser v0.2.0
13542026-03-12T15:47:27.609Z Compiling yoke v0.8.1
13552026-03-12T15:47:27.797Z Compiling zerovec v0.11.5
13562026-03-12T15:47:27.797Z Compiling zerotrie v0.2.3
13572026-03-12T15:47:27.824Z Compiling clap v4.5.60
13582026-03-12T15:47:28.357Z Compiling tinystr v0.8.2
13592026-03-12T15:47:28.357Z Compiling potential_utf v0.1.4
13602026-03-12T15:47:28.492Z Compiling icu_collections v2.1.1
13612026-03-12T15:47:28.545Z Compiling icu_locale_core v2.1.1
13622026-03-12T15:47:29.265Z Compiling serde_spanned v0.6.9
13632026-03-12T15:47:29.266Z Compiling toml_datetime v0.6.11
13642026-03-12T15:47:29.272Z Compiling serde-value v0.7.0
13652026-03-12T15:47:29.272Z Compiling cargo-platform v0.2.0
13662026-03-12T15:47:29.272Z Compiling macaddr v1.0.1
13672026-03-12T15:47:29.297Z Compiling dof v0.3.0
13682026-03-12T15:47:29.317Z Compiling serde_tokenstream v0.2.3
13692026-03-12T15:47:29.330Z Compiling icu_provider v2.1.1
13702026-03-12T15:47:29.498Z Compiling toml_edit v0.22.27
13712026-03-12T15:47:29.644Z Compiling icu_normalizer v2.1.1
13722026-03-12T15:47:29.644Z Compiling icu_properties v2.1.2
13732026-03-12T15:47:30.147Z Compiling usdt-attr-macro v0.5.0
13742026-03-12T15:47:30.166Z Compiling usdt-macro v0.5.0
13752026-03-12T15:47:30.762Z Compiling idna_adapter v1.2.1
13762026-03-12T15:47:30.878Z Compiling idna v1.1.0
13772026-03-12T15:47:30.913Z Compiling usdt v0.5.0
13782026-03-12T15:47:31.202Z Compiling url v2.5.8
13792026-03-12T15:47:31.235Z Compiling toml v0.8.23
13802026-03-12T15:47:31.695Z Compiling cargo_toml v0.21.0
13812026-03-12T15:47:31.728Z Compiling cargo-util-schemas v0.8.2
13822026-03-12T15:47:32.853Z Compiling cargo_metadata v0.21.0
13832026-03-12T15:47:34.120Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13842026-03-12T15:47:36.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.02s
13852026-03-12T15:47:37.044Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
13862026-03-12T15:47:38.026Z Compiling libc v0.2.180
13872026-03-12T15:47:38.026Z Compiling serde v1.0.228
13882026-03-12T15:47:38.030Z Compiling log v0.4.29
13892026-03-12T15:47:38.030Z Compiling shlex v1.3.0
13902026-03-12T15:47:38.030Z Compiling find-msvc-tools v0.1.9
13912026-03-12T15:47:38.030Z Compiling smallvec v1.15.1
13922026-03-12T15:47:38.030Z Compiling typenum v1.19.0
13932026-03-12T15:47:38.030Z Compiling subtle v2.6.1
13942026-03-12T15:47:38.173Z Compiling generic-array v0.14.7
13952026-03-12T15:47:38.176Z Compiling scopeguard v1.2.0
13962026-03-12T15:47:38.176Z Compiling portable-atomic v1.13.1
13972026-03-12T15:47:38.176Z Compiling const-oid v0.9.6
13982026-03-12T15:47:38.176Z Compiling critical-section v1.2.0
13992026-03-12T15:47:38.176Z Compiling syn v2.0.117
14002026-03-12T15:47:38.176Z Compiling zerocopy v0.8.40
14012026-03-12T15:47:38.190Z Compiling parking_lot_core v0.9.12
14022026-03-12T15:47:38.445Z Compiling lock_api v0.4.14
14032026-03-12T15:47:38.465Z Compiling serde_json v1.0.149
14042026-03-12T15:47:38.468Z Compiling pin-project-lite v0.2.17
14052026-03-12T15:47:38.613Z Compiling pkg-config v0.3.32
14062026-03-12T15:47:38.618Z Compiling libm v0.2.16
14072026-03-12T15:47:38.618Z Compiling num-traits v0.2.19
14082026-03-12T15:47:38.633Z Compiling bitflags v2.11.0
14092026-03-12T15:47:38.687Z Compiling futures-core v0.3.32
14102026-03-12T15:47:38.694Z Compiling percent-encoding v2.3.2
14112026-03-12T15:47:38.706Z Compiling allocator-api2 v0.2.21
14122026-03-12T15:47:38.764Z Compiling futures-sink v0.3.32
14132026-03-12T15:47:38.805Z Compiling cpufeatures v0.2.17
14142026-03-12T15:47:38.923Z Compiling foldhash v0.2.0
14152026-03-12T15:47:38.942Z Compiling futures-channel v0.3.32
14162026-03-12T15:47:38.945Z Compiling slab v0.4.12
14172026-03-12T15:47:38.946Z Compiling futures-task v0.3.32
14182026-03-12T15:47:38.995Z Compiling getrandom v0.4.1
14192026-03-12T15:47:39.074Z Compiling futures-io v0.3.32
14202026-03-12T15:47:39.157Z Compiling hashbrown v0.16.1
14212026-03-12T15:47:39.184Z Compiling rand_core v0.10.0
14222026-03-12T15:47:39.201Z Compiling getrandom v0.3.4
14232026-03-12T15:47:39.234Z Compiling rustversion v1.0.22
14242026-03-12T15:47:39.255Z Compiling form_urlencoded v1.2.2
14252026-03-12T15:47:39.279Z Compiling base64ct v1.8.3
14262026-03-12T15:47:39.314Z Compiling dunce v1.0.5
14272026-03-12T15:47:39.351Z Compiling fs_extra v1.3.0
14282026-03-12T15:47:39.369Z Compiling ident_case v1.0.1
14292026-03-12T15:47:39.443Z Compiling flagset v0.4.7
14302026-03-12T15:47:39.446Z Compiling rustix v1.1.3
14312026-03-12T15:47:39.489Z Compiling iana-time-zone v0.1.65
14322026-03-12T15:47:39.538Z Compiling getrandom v0.2.17
14332026-03-12T15:47:39.562Z Compiling jobserver v0.1.34
14342026-03-12T15:47:39.615Z Compiling errno v0.3.14
14352026-03-12T15:47:39.677Z Compiling mio v1.1.1
14362026-03-12T15:47:39.706Z Compiling once_cell v1.21.3
14372026-03-12T15:47:39.758Z Compiling rand_core v0.6.4
14382026-03-12T15:47:39.765Z Compiling signal-hook-registry v1.4.8
14392026-03-12T15:47:39.815Z Compiling socket2 v0.6.2
14402026-03-12T15:47:39.834Z Compiling cc v1.2.56
14412026-03-12T15:47:39.901Z Compiling parking_lot v0.12.5
14422026-03-12T15:47:39.943Z Compiling indexmap v2.13.0
14432026-03-12T15:47:39.984Z Compiling pem-rfc7468 v0.7.0
14442026-03-12T15:47:40.075Z Compiling uuid v1.21.0
14452026-03-12T15:47:40.120Z Compiling rustc_version v0.4.1
14462026-03-12T15:47:40.140Z Compiling vcpkg v0.2.15
14472026-03-12T15:47:40.186Z Compiling aws-lc-rs v1.16.0
14482026-03-12T15:47:40.373Z Compiling rand_core v0.9.5
14492026-03-12T15:47:40.419Z Compiling regex-syntax v0.8.10
14502026-03-12T15:47:40.463Z Compiling tracing-core v0.1.36
14512026-03-12T15:47:40.485Z Compiling crossbeam-utils v0.8.21
14522026-03-12T15:47:40.506Z Compiling untrusted v0.7.1
14532026-03-12T15:47:40.604Z Compiling openssl-probe v0.2.1
14542026-03-12T15:47:40.652Z Compiling base64 v0.22.1
14552026-03-12T15:47:40.691Z Compiling syn v1.0.109
14562026-03-12T15:47:40.799Z Compiling schemars v0.8.22
14572026-03-12T15:47:40.834Z Compiling untrusted v0.9.0
14582026-03-12T15:47:40.858Z Compiling httparse v1.10.1
14592026-03-12T15:47:40.876Z Compiling cmake v0.1.57
14602026-03-12T15:47:40.926Z Compiling tinyvec_macros v0.1.1
14612026-03-12T15:47:41.020Z Compiling try-lock v0.2.5
14622026-03-12T15:47:41.041Z Compiling dyn-clone v1.0.20
14632026-03-12T15:47:41.075Z Compiling rustls v0.23.37
14642026-03-12T15:47:41.134Z Compiling tower-layer v0.3.3
14652026-03-12T15:47:41.183Z Compiling tower-service v0.3.3
14662026-03-12T15:47:41.205Z Compiling atomic-waker v1.1.2
14672026-03-12T15:47:41.253Z Compiling want v0.3.1
14682026-03-12T15:47:41.273Z Compiling tinyvec v1.10.0
14692026-03-12T15:47:41.296Z Compiling spin v0.9.8
14702026-03-12T15:47:41.342Z Compiling aho-corasick v1.1.4
14712026-03-12T15:47:41.399Z Compiling powerfmt v0.2.0
14722026-03-12T15:47:41.399Z Compiling httpdate v1.0.3
14732026-03-12T15:47:41.442Z Compiling num-conv v0.2.0
14742026-03-12T15:47:41.497Z Compiling time-core v0.1.8
14752026-03-12T15:47:41.546Z Compiling openssl v0.10.75
14762026-03-12T15:47:41.564Z Compiling pin-utils v0.1.0
14772026-03-12T15:47:41.646Z Compiling foreign-types-shared v0.1.1
14782026-03-12T15:47:41.668Z Compiling crc32fast v1.5.0
14792026-03-12T15:47:41.671Z Compiling deranged v0.5.8
14802026-03-12T15:47:41.715Z Compiling wait-timeout v0.2.1
14812026-03-12T15:47:41.734Z Compiling quick-error v1.2.3
14822026-03-12T15:47:41.737Z Compiling foreign-types v0.3.2
14832026-03-12T15:47:41.737Z Compiling time-macros v0.2.27
14842026-03-12T15:47:41.772Z Compiling num_threads v0.1.7
14852026-03-12T15:47:41.811Z Compiling simd-adler32 v0.3.8
14862026-03-12T15:47:41.874Z Compiling tempfile v3.25.0
14872026-03-12T15:47:41.895Z Compiling either v1.15.0
14882026-03-12T15:47:41.899Z Compiling usdt-impl v0.6.0
14892026-03-12T15:47:41.932Z Compiling siphasher v1.0.2
14902026-03-12T15:47:41.935Z Compiling native-tls v0.2.18
14912026-03-12T15:47:42.075Z Compiling bit-vec v0.8.0
14922026-03-12T15:47:42.143Z Compiling aws-lc-sys v0.37.1
14932026-03-12T15:47:42.164Z Compiling ring v0.17.14
14942026-03-12T15:47:42.211Z Compiling openssl-sys v0.9.111
14952026-03-12T15:47:42.220Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14962026-03-12T15:47:42.240Z Compiling rusty-fork v0.3.1
14972026-03-12T15:47:42.280Z Compiling bzip2-sys v0.1.13+1.0.8
14982026-03-12T15:47:42.300Z Compiling unicode-normalization v0.1.25
14992026-03-12T15:47:42.376Z Compiling bit-set v0.8.0
15002026-03-12T15:47:42.396Z Compiling crossbeam-epoch v0.9.18
15012026-03-12T15:47:42.414Z Compiling synstructure v0.13.2
15022026-03-12T15:47:42.597Z Compiling pest_generator v2.8.6
15032026-03-12T15:47:42.685Z Compiling serde_derive_internals v0.29.1
15042026-03-12T15:47:42.706Z Compiling darling_core v0.20.11
15052026-03-12T15:47:42.835Z Compiling regex-automata v0.4.14
15062026-03-12T15:47:42.934Z Compiling darling_core v0.21.3
15072026-03-12T15:47:43.220Z Compiling slog v2.8.2
15082026-03-12T15:47:43.247Z Compiling rand_xorshift v0.4.0
15092026-03-12T15:47:43.292Z Compiling time v0.3.47
15102026-03-12T15:47:43.464Z Compiling heapless v0.7.17
15112026-03-12T15:47:43.487Z Compiling thread-id v5.1.0
15122026-03-12T15:47:43.565Z Compiling sync_wrapper v1.0.2
15132026-03-12T15:47:43.600Z Compiling cookie v0.18.1
15142026-03-12T15:47:43.723Z Compiling unicode-segmentation v1.12.0
15152026-03-12T15:47:43.822Z Compiling rayon-core v1.13.0
15162026-03-12T15:47:43.841Z Compiling unicode-bidi v0.3.18
15172026-03-12T15:47:43.881Z Compiling paste v1.0.15
15182026-03-12T15:47:43.901Z Compiling signal-hook v0.3.18
15192026-03-12T15:47:43.982Z Compiling unicode-properties v0.1.4
15202026-03-12T15:47:44.021Z Compiling anyhow v1.0.102
15212026-03-12T15:47:44.081Z Compiling adler2 v2.0.1
15222026-03-12T15:47:44.156Z Compiling zstd-safe v7.2.4
15232026-03-12T15:47:44.241Z Compiling unarray v0.1.4
15242026-03-12T15:47:44.260Z Compiling miniz_oxide v0.8.9
15252026-03-12T15:47:44.281Z Compiling stringprep v0.1.5
15262026-03-12T15:47:44.463Z Compiling crossbeam-deque v0.8.6
15272026-03-12T15:47:44.500Z Compiling num-integer v0.1.46
15282026-03-12T15:47:44.595Z Compiling vergen-lib v0.1.6
15292026-03-12T15:47:44.721Z Compiling curve25519-dalek v4.1.3
15302026-03-12T15:47:44.761Z Compiling ff v0.13.1
15312026-03-12T15:47:44.856Z Compiling hash32 v0.2.1
15322026-03-12T15:47:44.920Z Compiling rustix v0.38.44
15332026-03-12T15:47:44.943Z Compiling zlib-rs v0.6.2
15342026-03-12T15:47:44.963Z Compiling fallible-iterator v0.2.0
15352026-03-12T15:47:45.033Z Compiling serde_derive v1.0.228
15362026-03-12T15:47:45.097Z Compiling zeroize_derive v1.4.3
15372026-03-12T15:47:45.114Z Compiling zerofrom-derive v0.1.6
15382026-03-12T15:47:45.203Z Compiling yoke-derive v0.8.1
15392026-03-12T15:47:45.289Z Compiling zerocopy-derive v0.8.40
15402026-03-12T15:47:45.391Z Compiling zerovec-derive v0.11.2
15412026-03-12T15:47:45.414Z Compiling displaydoc v0.2.5
15422026-03-12T15:47:45.533Z Compiling tokio-macros v2.6.0
15432026-03-12T15:47:45.984Z Compiling zeroize v1.8.2
15442026-03-12T15:47:46.035Z Compiling futures-macro v0.3.32
15452026-03-12T15:47:46.437Z Compiling der_derive v0.7.3
15462026-03-12T15:47:46.570Z Compiling thiserror-impl v2.0.18
15472026-03-12T15:47:46.599Z Compiling rustls-pki-types v1.14.0
15482026-03-12T15:47:46.831Z Compiling tracing-attributes v0.1.31
15492026-03-12T15:47:46.960Z Compiling schemars_derive v0.8.22
15502026-03-12T15:47:47.138Z Compiling crypto-common v0.1.7
15512026-03-12T15:47:47.161Z Compiling zerofrom v0.1.6
15522026-03-12T15:47:47.164Z Compiling block-buffer v0.10.4
15532026-03-12T15:47:47.199Z Compiling futures-util v0.3.32
15542026-03-12T15:47:47.235Z Compiling block-padding v0.3.3
15552026-03-12T15:47:47.339Z Compiling yoke v0.8.1
15562026-03-12T15:47:47.359Z Compiling digest v0.10.7
15572026-03-12T15:47:47.403Z Compiling pest_derive v2.8.6
15582026-03-12T15:47:47.453Z Compiling inout v0.1.4
15592026-03-12T15:47:47.602Z Compiling zerovec v0.11.5
15602026-03-12T15:47:47.680Z Compiling zerotrie v0.2.3
15612026-03-12T15:47:47.714Z Compiling hmac v0.12.1
15622026-03-12T15:47:47.792Z Compiling sha2 v0.10.9
15632026-03-12T15:47:47.928Z Compiling cipher v0.4.4
15642026-03-12T15:47:48.020Z Compiling der v0.7.10
15652026-03-12T15:47:48.095Z Compiling pbkdf2 v0.12.2
15662026-03-12T15:47:48.252Z Compiling tinystr v0.8.2
15672026-03-12T15:47:48.284Z Compiling potential_utf v0.1.4
15682026-03-12T15:47:48.306Z Compiling salsa20 v0.10.2
15692026-03-12T15:47:48.470Z Compiling icu_collections v2.1.1
15702026-03-12T15:47:48.498Z Compiling icu_locale_core v2.1.1
15712026-03-12T15:47:48.517Z Compiling thiserror v2.0.18
15722026-03-12T15:47:48.538Z Compiling scrypt v0.11.0
15732026-03-12T15:47:48.659Z Compiling cbc v0.1.2
15742026-03-12T15:47:48.725Z Compiling aes v0.8.4
15752026-03-12T15:47:48.747Z Compiling scroll_derive v0.13.1
15762026-03-12T15:47:48.768Z Compiling tracing v0.1.44
15772026-03-12T15:47:48.868Z Compiling darling_macro v0.20.11
15782026-03-12T15:47:48.905Z Compiling thiserror-impl v1.0.69
15792026-03-12T15:47:49.149Z Compiling spki v0.7.3
15802026-03-12T15:47:49.169Z Compiling openssl-macros v0.1.1
15812026-03-12T15:47:49.391Z Compiling icu_provider v2.1.1
15822026-03-12T15:47:49.426Z Compiling pkcs5 v0.7.1
15832026-03-12T15:47:49.479Z Compiling dtrace-parser v0.3.0
15842026-03-12T15:47:49.549Z Compiling darling v0.20.11
15852026-03-12T15:47:49.611Z Compiling signature v2.2.0
15862026-03-12T15:47:49.661Z Compiling derive_builder_core v0.20.2
15872026-03-12T15:47:49.693Z Compiling rustls-native-certs v0.8.3
15882026-03-12T15:47:49.727Z Compiling icu_properties v2.1.2
15892026-03-12T15:47:49.748Z Compiling icu_normalizer v2.1.1
15902026-03-12T15:47:49.846Z Compiling bytes v1.11.1
15912026-03-12T15:47:49.907Z Compiling chrono v0.4.44
15922026-03-12T15:47:49.941Z Compiling pkcs8 v0.10.2
15932026-03-12T15:47:50.089Z Compiling scroll v0.13.0
15942026-03-12T15:47:50.106Z Compiling ipnet v2.11.0
15952026-03-12T15:47:50.156Z Compiling scroll_derive v0.12.1
15962026-03-12T15:47:50.367Z Compiling erased-serde v0.3.31
15972026-03-12T15:47:50.417Z Compiling goblin v0.10.5
15982026-03-12T15:47:50.448Z Compiling toml_datetime v0.6.11
15992026-03-12T15:47:50.486Z Compiling serde_spanned v0.6.9
16002026-03-12T15:47:50.546Z Compiling tokio v1.49.0
16012026-03-12T15:47:50.674Z Compiling http v1.4.0
16022026-03-12T15:47:50.693Z Compiling thiserror v1.0.69
16032026-03-12T15:47:50.712Z Compiling serde_tokenstream v0.2.3
16042026-03-12T15:47:50.798Z Compiling md-5 v0.10.6
16052026-03-12T15:47:50.817Z Compiling webpki-roots v1.0.6
16062026-03-12T15:47:50.839Z Compiling darling_macro v0.21.3
16072026-03-12T15:47:50.879Z Compiling derive_builder_macro v0.20.2
16082026-03-12T15:47:50.980Z Compiling idna_adapter v1.2.1
16092026-03-12T15:47:51.008Z Compiling zerocopy-derive v0.7.35
16102026-03-12T15:47:51.087Z Compiling scroll v0.12.0
16112026-03-12T15:47:51.127Z Compiling idna v1.1.0
16122026-03-12T15:47:51.166Z Compiling ref-cast v1.0.25
16132026-03-12T15:47:51.171Z Compiling ryu v1.0.23
16142026-03-12T15:47:51.270Z Compiling base16ct v0.2.0
16152026-03-12T15:47:51.322Z Compiling psl-types v2.0.11
16162026-03-12T15:47:51.446Z Compiling smoltcp v0.9.1
16172026-03-12T15:47:51.487Z Compiling num-bigint-dig v0.8.6
16182026-03-12T15:47:51.515Z Compiling iri-string v0.7.10
16192026-03-12T15:47:51.548Z Compiling litrs v1.0.0
16202026-03-12T15:47:51.568Z Compiling url v2.5.8
16212026-03-12T15:47:51.585Z Compiling derive_builder v0.20.2
16222026-03-12T15:47:51.670Z Compiling http-body v1.0.1
16232026-03-12T15:47:51.793Z Compiling publicsuffix v2.3.0
16242026-03-12T15:47:51.817Z Compiling http-body-util v0.1.3
16252026-03-12T15:47:51.873Z Compiling ppv-lite86 v0.2.21
16262026-03-12T15:47:51.893Z Compiling darling v0.21.3
16272026-03-12T15:47:51.951Z Compiling sec1 v0.7.3
16282026-03-12T15:47:52.013Z Compiling goblin v0.8.2
16292026-03-12T15:47:52.033Z Compiling serde_urlencoded v0.7.1
16302026-03-12T15:47:52.131Z Compiling cargo-platform v0.1.9
16312026-03-12T15:47:52.164Z Compiling flate2 v1.1.9
16322026-03-12T15:47:52.276Z Compiling document-features v0.2.12
16332026-03-12T15:47:52.324Z Compiling rand_chacha v0.9.0
16342026-03-12T15:47:52.348Z Compiling rand_chacha v0.3.1
16352026-03-12T15:47:52.368Z Compiling zerocopy v0.7.35
16362026-03-12T15:47:52.388Z Compiling hkdf v0.12.4
16372026-03-12T15:47:52.481Z Compiling hubpack_derive v0.1.1
16382026-03-12T15:47:52.602Z Compiling rand v0.9.2
16392026-03-12T15:47:52.658Z Compiling rand v0.8.5
16402026-03-12T15:47:52.685Z Compiling crypto-bigint v0.5.5
16412026-03-12T15:47:52.738Z Compiling regex v1.12.3
16422026-03-12T15:47:53.305Z Compiling strum_macros v0.27.2
16432026-03-12T15:47:53.351Z Compiling ref-cast-impl v1.0.25
16442026-03-12T15:47:53.369Z Compiling proptest v1.10.0
16452026-03-12T15:47:53.483Z Compiling ipnetwork v0.21.1
16462026-03-12T15:47:53.546Z Compiling postgres-protocol v0.6.10
16472026-03-12T15:47:53.685Z Compiling curve25519-dalek-derive v0.1.1
16482026-03-12T15:47:53.703Z Compiling async-trait v0.1.89
16492026-03-12T15:47:53.840Z Compiling oxnet v0.1.4
16502026-03-12T15:47:53.934Z Compiling daft-derive v0.1.5
16512026-03-12T15:47:54.041Z Compiling group v0.13.0
16522026-03-12T15:47:54.137Z Compiling num-iter v0.1.45
16532026-03-12T15:47:54.302Z Compiling proc-macro-error v1.0.4
16542026-03-12T15:47:54.376Z Compiling dof v0.4.0
16552026-03-12T15:47:54.662Z Compiling heck v0.4.1
16562026-03-12T15:47:54.721Z Compiling phf_shared v0.13.1
16572026-03-12T15:47:54.749Z Compiling terminal_size v0.4.3
16582026-03-12T15:47:54.767Z Compiling lazy_static v1.5.0
16592026-03-12T15:47:54.893Z Compiling vergen v9.0.6
16602026-03-12T15:47:54.931Z Compiling fs-err v3.3.0
16612026-03-12T15:47:54.951Z Compiling ahash v0.8.12
16622026-03-12T15:47:54.969Z Compiling winnow v0.5.40
16632026-03-12T15:47:55.076Z Compiling bumpalo v3.20.2
16642026-03-12T15:47:55.166Z Compiling bitflags v1.3.2
16652026-03-12T15:47:55.207Z Compiling libbz2-rs-sys v0.2.2
16662026-03-12T15:47:55.210Z Compiling object v0.37.3
16672026-03-12T15:47:55.244Z Compiling foldhash v0.1.5
16682026-03-12T15:47:55.263Z Compiling managed v0.8.0
16692026-03-12T15:47:55.323Z Compiling dof v0.3.0
16702026-03-12T15:47:55.354Z Compiling zopfli v0.8.3
16712026-03-12T15:47:55.422Z Compiling hashbrown v0.15.5
16722026-03-12T15:47:55.477Z Compiling clap_builder v4.5.60
16732026-03-12T15:47:55.922Z Compiling tokio-util v0.7.18
16742026-03-12T15:47:56.070Z Compiling tower v0.5.3
16752026-03-12T15:47:56.146Z Compiling tokio-native-tls v0.3.1
16762026-03-12T15:47:56.179Z Compiling strum v0.27.2
16772026-03-12T15:47:56.197Z Compiling bzip2 v0.6.1
16782026-03-12T15:47:56.270Z Compiling console v0.16.2
16792026-03-12T15:47:56.386Z Compiling phf v0.13.1
16802026-03-12T15:47:56.447Z Compiling zone_cfg_derive v0.3.1
16812026-03-12T15:47:56.528Z Compiling rayon v1.11.0
16822026-03-12T15:47:56.546Z Compiling cargo_metadata v0.19.2
16832026-03-12T15:47:56.636Z Compiling usdt-attr-macro v0.6.0
16842026-03-12T15:47:56.655Z Compiling usdt-macro v0.6.0
16852026-03-12T15:47:56.775Z Compiling newtype-uuid v1.3.2
16862026-03-12T15:47:56.818Z Compiling tower-http v0.6.8
16872026-03-12T15:47:56.967Z Compiling h2 v0.4.13
16882026-03-12T15:47:57.105Z Compiling daft v0.1.5
16892026-03-12T15:47:57.205Z Compiling toml_edit v0.19.15
16902026-03-12T15:47:57.260Z Compiling signal-hook-mio v0.2.5
16912026-03-12T15:47:57.408Z Compiling cookie_store v0.22.1
16922026-03-12T15:47:57.428Z Compiling elliptic-curve v0.13.8
16932026-03-12T15:47:57.654Z Compiling postgres-types v0.2.12
16942026-03-12T15:47:57.698Z Compiling bzip2 v0.4.4
16952026-03-12T15:47:57.899Z Compiling hubpack v0.1.2
16962026-03-12T15:47:57.987Z Compiling zstd v0.13.3
16972026-03-12T15:47:58.006Z Compiling serde_with_macros v3.17.0
16982026-03-12T15:47:58.198Z Compiling dtrace-parser v0.2.0
16992026-03-12T15:47:58.334Z Compiling pkcs1 v0.7.5
17002026-03-12T15:47:58.357Z Compiling ed25519 v2.2.3
17012026-03-12T15:47:58.426Z Compiling serde-big-array v0.5.1
17022026-03-12T15:47:58.482Z Compiling hex v0.4.3
17032026-03-12T15:47:58.627Z Compiling rfc6979 v0.4.0
17042026-03-12T15:47:58.678Z Compiling bstr v1.12.1
17052026-03-12T15:47:58.787Z Compiling enum-as-inner v0.6.1
17062026-03-12T15:47:58.871Z Compiling strum_macros v0.26.4
17072026-03-12T15:47:58.896Z Compiling serde_repr v0.1.20
17082026-03-12T15:47:58.993Z Compiling clap_derive v4.5.55
17092026-03-12T15:47:59.273Z Compiling itertools v0.12.1
17102026-03-12T15:47:59.360Z Compiling phf_shared v0.11.3
17112026-03-12T15:47:59.485Z Compiling float-cmp v0.10.0
17122026-03-12T15:47:59.576Z Compiling memmap2 v0.9.10
17132026-03-12T15:47:59.597Z Compiling thread-id v4.2.2
17142026-03-12T15:47:59.597Z Compiling env_filter v1.0.0
17152026-03-12T15:47:59.635Z Compiling encoding_rs v0.8.35
17162026-03-12T15:47:59.656Z Compiling jiff v0.2.21
17172026-03-12T15:47:59.686Z Compiling static_assertions v1.1.0
17182026-03-12T15:47:59.715Z Compiling new_debug_unreachable v1.0.6
17192026-03-12T15:47:59.786Z Compiling normalize-line-endings v0.3.0
17202026-03-12T15:47:59.811Z Compiling mime v0.3.17
17212026-03-12T15:47:59.873Z Compiling fixedbitset v0.4.2
17222026-03-12T15:47:59.894Z Compiling whoami v2.1.0
17232026-03-12T15:47:59.918Z Compiling rustc-hash v2.1.1
17242026-03-12T15:48:00.042Z Compiling predicates-core v1.0.10
17252026-03-12T15:48:00.088Z Compiling unit-prefix v0.5.2
17262026-03-12T15:48:00.168Z Compiling fixedbitset v0.5.7
17272026-03-12T15:48:00.186Z Compiling keccak v0.1.6
17282026-03-12T15:48:00.287Z Compiling data-encoding v2.10.0
17292026-03-12T15:48:00.290Z Compiling difflib v0.4.0
17302026-03-12T15:48:00.425Z Compiling precomputed-hash v0.1.1
17312026-03-12T15:48:00.542Z Compiling string_cache v0.8.9
17322026-03-12T15:48:00.586Z Compiling petgraph v0.8.3
17332026-03-12T15:48:00.848Z Compiling zone v0.3.1
17342026-03-12T15:48:00.941Z Compiling hickory-proto v0.25.2
17352026-03-12T15:48:00.980Z Compiling predicates v3.1.4
17362026-03-12T15:48:01.085Z Compiling hyper v1.8.1
17372026-03-12T15:48:01.287Z Compiling sha3 v0.10.8
17382026-03-12T15:48:01.307Z Compiling indicatif v0.18.4
17392026-03-12T15:48:01.338Z Compiling strum v0.26.3
17402026-03-12T15:48:01.503Z Compiling clap v4.5.60
17412026-03-12T15:48:01.553Z Compiling tokio-postgres v0.7.16
17422026-03-12T15:48:01.619Z Compiling petgraph v0.6.5
17432026-03-12T15:48:01.638Z Compiling iddqd v0.3.17
17442026-03-12T15:48:01.704Z Compiling env_logger v0.11.9
17452026-03-12T15:48:01.818Z Compiling toml_edit v0.22.27
17462026-03-12T15:48:01.898Z Compiling usdt v0.6.0
17472026-03-12T15:48:01.948Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17482026-03-12T15:48:02.193Z Compiling usdt-impl v0.5.0
17492026-03-12T15:48:02.252Z Compiling serde_with v3.17.0
17502026-03-12T15:48:02.561Z Compiling hyper-util v0.1.20
17512026-03-12T15:48:02.561Z Compiling similar v2.7.0
17522026-03-12T15:48:03.008Z Compiling toml v0.7.8
17532026-03-12T15:48:03.214Z Compiling crossterm v0.28.1
17542026-03-12T15:48:03.307Z Compiling ecdsa v0.16.9
17552026-03-12T15:48:03.371Z Compiling rsa v0.9.10
17562026-03-12T15:48:03.720Z Compiling zip v4.6.1
17572026-03-12T15:48:03.799Z Compiling ed25519-dalek v2.2.0
17582026-03-12T15:48:03.837Z Compiling zip v0.6.6
17592026-03-12T15:48:03.900Z Compiling tokio-stream v0.1.18
17602026-03-12T15:48:04.416Z Compiling hyper-tls v0.6.0
17612026-03-12T15:48:04.545Z Compiling buf-list v1.1.2
17622026-03-12T15:48:04.709Z Compiling toml_parser v1.0.9+spec-1.1.0
17632026-03-12T15:48:04.741Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17642026-03-12T15:48:04.932Z Compiling openapiv3 v2.2.0
17652026-03-12T15:48:04.953Z Compiling x509-cert v0.2.5
17662026-03-12T15:48:04.974Z Compiling sha1 v0.10.6
17672026-03-12T15:48:05.024Z Compiling itertools v0.13.0
17682026-03-12T15:48:05.051Z Compiling toml_datetime v0.7.5+spec-1.1.0
17692026-03-12T15:48:05.081Z Compiling peg-runtime v0.8.5
17702026-03-12T15:48:05.183Z Compiling lalrpop-util v0.19.12
17712026-03-12T15:48:05.281Z Compiling thread_local v1.1.9
17722026-03-12T15:48:05.446Z Compiling slog-async v2.8.0
17732026-03-12T15:48:05.463Z Compiling futures-executor v0.3.32
17742026-03-12T15:48:05.480Z Compiling crossbeam-channel v0.5.15
17752026-03-12T15:48:05.593Z Compiling filetime v0.2.27
17762026-03-12T15:48:05.617Z Compiling is-terminal v0.4.17
17772026-03-12T15:48:05.699Z Compiling xattr v1.6.1
17782026-03-12T15:48:05.727Z Compiling take_mut v0.2.2
17792026-03-12T15:48:05.749Z Compiling term v1.2.1
17802026-03-12T15:48:05.809Z Compiling futures v0.3.32
17812026-03-12T15:48:05.876Z Compiling tar v0.4.44
17822026-03-12T15:48:06.480Z Compiling slog-term v2.9.2
17832026-03-12T15:48:26.849Z Compiling rustls-webpki v0.103.9
17842026-03-12T15:48:30.882Z Compiling tokio-rustls v0.26.4
17852026-03-12T15:48:30.882Z Compiling rustls-platform-verifier v0.6.2
17862026-03-12T15:48:31.137Z Compiling hyper-rustls v0.27.7
17872026-03-12T15:48:31.390Z Compiling reqwest v0.13.2
17882026-03-12T15:48:31.390Z Compiling reqwest v0.12.28
17892026-03-12T15:48:34.170Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17902026-03-12T15:48:34.475Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17912026-03-12T15:48:38.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17922026-03-12T15:48:38.384Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17932026-03-12T15:48:38.435ZMar 12 15:48:37.448 INFO Starting download, target: DendriteStub
17942026-03-12T15:48:38.435ZMar 12 15:48:37.448 INFO Starting download, target: TransceiverControl
17952026-03-12T15:48:38.438ZMar 12 15:48:37.448 INFO Starting download, target: MaghemiteMgd
17962026-03-12T15:48:38.438ZMar 12 15:48:37.448 INFO Starting download, target: Console
17972026-03-12T15:48:38.438ZMar 12 15:48:37.448 INFO Starting download, target: Clickhouse
17982026-03-12T15:48:38.438ZMar 12 15:48:37.448 INFO Starting download, target: Cockroach
17992026-03-12T15:48:38.438ZMar 12 15:48:37.448 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18002026-03-12T15:48:38.438ZMar 12 15:48:37.448 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18012026-03-12T15:48:38.439ZMar 12 15:48:37.448 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18022026-03-12T15:48:38.439ZMar 12 15:48:37.449 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18032026-03-12T15:48:38.439ZMar 12 15:48:37.449 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
18042026-03-12T15:48:38.439ZMar 12 15:48:37.449 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18052026-03-12T15:48:38.762ZMar 12 15:48:37.775 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18062026-03-12T15:48:39.104ZMar 12 15:48:38.112 INFO Download complete, target: TransceiverControl
18072026-03-12T15:48:39.450ZMar 12 15:48:38.462 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18082026-03-12T15:48:39.745ZMar 12 15:48:38.755 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18092026-03-12T15:48:39.825ZMar 12 15:48:38.836 INFO Download complete, target: Console
18102026-03-12T15:48:40.464ZMar 12 15:48:39.476 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
18112026-03-12T15:48:40.590ZMar 12 15:48:39.603 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18122026-03-12T15:48:40.590ZMar 12 15:48:39.603 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18132026-03-12T15:48:40.679ZMar 12 15:48:39.692 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18142026-03-12T15:48:43.291ZMar 12 15:48:42.303 INFO Download complete, target: DendriteStub
18152026-03-12T15:48:44.136ZMar 12 15:48:43.149 INFO Download complete, target: MaghemiteMgd
18162026-03-12T15:48:48.335ZMar 12 15:48:47.347 INFO Checking that binary works, target: Cockroach
18172026-03-12T15:48:48.456ZMar 12 15:48:47.468 INFO Download complete, target: Cockroach
18182026-03-12T15:48:51.563ZMar 12 15:48:50.575 INFO Checking that binary works, target: Clickhouse
18192026-03-12T15:48:51.667ZMar 12 15:48:50.679 INFO Download complete, target: Clickhouse
18202026-03-12T15:48:51.673ZAll prerequisites installed successfully
18212026-03-12T15:48:51.676Z
18222026-03-12T15:48:51.676Zreal 2:56.404477933
18232026-03-12T15:48:51.676Zuser 10:08.944454683
18242026-03-12T15:48:51.676Zsys 1:59.422387255
18252026-03-12T15:48:51.676Ztrap 0.304678872
18262026-03-12T15:48:51.676Ztflt 1.298451130
18272026-03-12T15:48:51.676Zdflt 1.728448602
18282026-03-12T15:48:51.676Zkflt 0.027800343
18292026-03-12T15:48:51.676Zlock 24:23.612580391
18302026-03-12T15:48:51.676Zslp 33:17.790859098
18312026-03-12T15:48:51.676Zlat 31.467801504
18322026-03-12T15:48:51.676Zstop 3:34.703644627
18332026-03-12T15:48:51.676Z+ source ./tools/include/force-git-over-https.sh
18342026-03-12T15:48:51.676Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18352026-03-12T15:48:51.676Z++ (( i = 0 ))
18362026-03-12T15:48:51.676Z++ (( i < 5 ))
18372026-03-12T15:48:51.676Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18382026-03-12T15:48:51.679Z++ (( i++ ))
18392026-03-12T15:48:51.679Z++ (( i < 5 ))
18402026-03-12T15:48:51.679Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18412026-03-12T15:48:51.682Z++ (( i++ ))
18422026-03-12T15:48:51.682Z++ (( i < 5 ))
18432026-03-12T15:48:51.682Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18442026-03-12T15:48:51.685Z++ (( i++ ))
18452026-03-12T15:48:51.685Z++ (( i < 5 ))
18462026-03-12T15:48:51.685Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18472026-03-12T15:48:51.688Z++ (( i++ ))
18482026-03-12T15:48:51.688Z++ (( i < 5 ))
18492026-03-12T15:48:51.688Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18502026-03-12T15:48:51.691Z++ (( i++ ))
18512026-03-12T15:48:51.691Z++ (( i < 5 ))
18522026-03-12T15:48:51.694Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18532026-03-12T15:48:51.695Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18542026-03-12T15:48:51.695Z+ rc=0
18552026-03-12T15:48:51.695Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18562026-03-12T15:49:31.734Z+ case $rc in
18572026-03-12T15:49:31.734Z+ pfexec zfs create -p rpool/images/build/host
18582026-03-12T15:49:32.022Z+ pfexec zfs create -p rpool/images/build/recovery
18592026-03-12T15:49:32.102Z+ cargo xtask releng --output-dir /work --mkincorp
18602026-03-12T15:49:32.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
18612026-03-12T15:49:32.779Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18622026-03-12T15:49:33.873Z Compiling proc-macro2 v1.0.106
18632026-03-12T15:49:33.873Z Compiling quote v1.0.44
18642026-03-12T15:49:33.873Z Compiling unicode-ident v1.0.24
18652026-03-12T15:49:33.877Z Compiling libc v0.2.180
18662026-03-12T15:49:33.877Z Compiling serde_core v1.0.228
18672026-03-12T15:49:33.877Z Compiling serde v1.0.228
18682026-03-12T15:49:33.877Z Compiling cfg-if v1.0.4
18692026-03-12T15:49:33.877Z Compiling version_check v0.9.5
18702026-03-12T15:49:33.877Z Compiling find-msvc-tools v0.1.9
18712026-03-12T15:49:33.877Z Compiling shlex v1.3.0
18722026-03-12T15:49:34.016Z Compiling typenum v1.19.0
18732026-03-12T15:49:34.020Z Compiling portable-atomic v1.13.1
18742026-03-12T15:49:34.020Z Compiling autocfg v1.5.0
18752026-03-12T15:49:34.020Z Compiling zerocopy v0.8.40
18762026-03-12T15:49:34.020Z Compiling memchr v2.8.0
18772026-03-12T15:49:34.199Z Compiling zmij v1.0.21
18782026-03-12T15:49:34.320Z Compiling serde_json v1.0.149
18792026-03-12T15:49:34.320Z Compiling libm v0.2.16
18802026-03-12T15:49:34.458Z Compiling generic-array v0.14.7
18812026-03-12T15:49:34.477Z Compiling parking_lot_core v0.9.12
18822026-03-12T15:49:34.633Z Compiling smallvec v1.15.1
18832026-03-12T15:49:34.633Z Compiling icu_normalizer_data v2.1.1
18842026-03-12T15:49:34.799Z Compiling icu_properties_data v2.1.2
18852026-03-12T15:49:34.803Z Compiling pkg-config v0.3.32
18862026-03-12T15:49:34.803Z Compiling log v0.4.29
18872026-03-12T15:49:34.808Z Compiling num-traits v0.2.19
18882026-03-12T15:49:34.827Z Compiling itoa v1.0.17
18892026-03-12T15:49:34.871Z Compiling getrandom v0.4.1
18902026-03-12T15:49:34.939Z Compiling subtle v2.6.1
18912026-03-12T15:49:35.025Z Compiling scopeguard v1.2.0
18922026-03-12T15:49:35.114Z Compiling getrandom v0.3.4
18932026-03-12T15:49:35.144Z Compiling lock_api v0.4.14
18942026-03-12T15:49:35.192Z Compiling stable_deref_trait v1.2.1
18952026-03-12T15:49:35.218Z Compiling critical-section v1.2.0
18962026-03-12T15:49:35.381Z Compiling jobserver v0.1.34
18972026-03-12T15:49:35.414Z Compiling getrandom v0.2.17
18982026-03-12T15:49:35.459Z Compiling errno v0.3.14
18992026-03-12T15:49:35.547Z Compiling rustix v1.1.3
19002026-03-12T15:49:35.675Z Compiling cc v1.2.56
19012026-03-12T15:49:35.709Z Compiling syn v2.0.117
19022026-03-12T15:49:35.735Z Compiling rand_core v0.6.4
19032026-03-12T15:49:35.803Z Compiling fs_extra v1.3.0
19042026-03-12T15:49:35.825Z Compiling dunce v1.0.5
19052026-03-12T15:49:35.958Z Compiling pin-project-lite v0.2.17
19062026-03-12T15:49:35.986Z Compiling once_cell v1.21.3
19072026-03-12T15:49:36.063Z Compiling heck v0.5.0
19082026-03-12T15:49:36.086Z Compiling thiserror v2.0.18
19092026-03-12T15:49:36.112Z Compiling litemap v0.8.1
19102026-03-12T15:49:36.135Z Compiling writeable v0.6.2
19112026-03-12T15:49:36.238Z Compiling const-oid v0.9.6
19122026-03-12T15:49:36.286Z Compiling percent-encoding v2.3.2
19132026-03-12T15:49:36.356Z Compiling rustversion v1.0.22
19142026-03-12T15:49:36.400Z Compiling fnv v1.0.7
19152026-03-12T15:49:36.469Z Compiling signal-hook-registry v1.4.8
19162026-03-12T15:49:36.618Z Compiling futures-core v0.3.32
19172026-03-12T15:49:36.640Z Compiling cmake v0.1.57
19182026-03-12T15:49:36.644Z Compiling aws-lc-rs v1.16.0
19192026-03-12T15:49:36.692Z Compiling allocator-api2 v0.2.21
19202026-03-12T15:49:36.865Z Compiling equivalent v1.0.2
19212026-03-12T15:49:36.884Z Compiling parking_lot v0.12.5
19222026-03-12T15:49:37.172Z Compiling mio v1.1.1
19232026-03-12T15:49:37.255Z Compiling bitflags v2.11.0
19242026-03-12T15:49:37.332Z Compiling semver v1.0.27
19252026-03-12T15:49:37.392Z Compiling foldhash v0.2.0
19262026-03-12T15:49:37.454Z Compiling httparse v1.10.1
19272026-03-12T15:49:37.480Z Compiling socket2 v0.6.2
19282026-03-12T15:49:37.538Z Compiling ring v0.17.14
19292026-03-12T15:49:37.559Z Compiling aws-lc-sys v0.37.1
19302026-03-12T15:49:37.635Z Compiling hashbrown v0.16.1
19312026-03-12T15:49:37.763Z Compiling utf8_iter v1.0.4
19322026-03-12T15:49:37.788Z Compiling vcpkg v0.2.15
19332026-03-12T15:49:37.791Z Compiling schemars v0.8.22
19342026-03-12T15:49:37.915Z Compiling form_urlencoded v1.2.2
19352026-03-12T15:49:38.290Z Compiling rustls v0.23.37
19362026-03-12T15:49:38.293Z Compiling futures-sink v0.3.32
19372026-03-12T15:49:38.348Z Compiling rand_core v0.10.0
19382026-03-12T15:49:38.451Z Compiling futures-channel v0.3.32
19392026-03-12T15:49:38.506Z Compiling futures-io v0.3.32
19402026-03-12T15:49:38.554Z Compiling indexmap v2.13.0
19412026-03-12T15:49:38.603Z Compiling crossbeam-utils v0.8.21
19422026-03-12T15:49:38.626Z Compiling cpufeatures v0.2.17
19432026-03-12T15:49:38.648Z Compiling openssl-sys v0.9.111
19442026-03-12T15:49:38.651Z Compiling slab v0.4.12
19452026-03-12T15:49:38.651Z Compiling futures-task v0.3.32
19462026-03-12T15:49:38.908Z Compiling syn v1.0.109
19472026-03-12T15:49:38.939Z Compiling rustc_version v0.4.1
19482026-03-12T15:49:39.081Z Compiling crc32fast v1.5.0
19492026-03-12T15:49:39.084Z Compiling byteorder v1.5.0
19502026-03-12T15:49:39.084Z Compiling ucd-trie v0.1.7
19512026-03-12T15:49:39.146Z Compiling thiserror v1.0.69
19522026-03-12T15:49:39.166Z Compiling strsim v0.11.1
19532026-03-12T15:49:39.315Z Compiling pest v2.8.6
19542026-03-12T15:49:39.472Z Compiling openssl v0.10.75
19552026-03-12T15:49:39.595Z Compiling num-conv v0.2.0
19562026-03-12T15:49:39.598Z Compiling time-core v0.1.8
19572026-03-12T15:49:39.637Z Compiling iana-time-zone v0.1.65
19582026-03-12T15:49:39.707Z Compiling ident_case v1.0.1
19592026-03-12T15:49:39.825Z Compiling synstructure v0.13.2
19602026-03-12T15:49:39.844Z Compiling serde_derive_internals v0.29.1
19612026-03-12T15:49:39.879Z Compiling time-macros v0.2.27
19622026-03-12T15:49:40.266Z Compiling base64 v0.22.1
19632026-03-12T15:49:40.269Z Compiling native-tls v0.2.18
19642026-03-12T15:49:40.626Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19652026-03-12T15:49:40.670Z Compiling untrusted v0.9.0
19662026-03-12T15:49:40.700Z Compiling base64ct v1.8.3
19672026-03-12T15:49:40.757Z Compiling uuid v1.21.0
19682026-03-12T15:49:40.860Z Compiling pest_meta v2.8.6
19692026-03-12T15:49:40.921Z Compiling slog v2.8.2
19702026-03-12T15:49:41.029Z Compiling flagset v0.4.7
19712026-03-12T15:49:41.078Z Compiling pem-rfc7468 v0.7.0
19722026-03-12T15:49:41.142Z Compiling regex-syntax v0.8.10
19732026-03-12T15:49:41.184Z Compiling rand_core v0.9.5
19742026-03-12T15:49:41.243Z Compiling bzip2-sys v0.1.13+1.0.8
19752026-03-12T15:49:41.337Z Compiling tracing-core v0.1.36
19762026-03-12T15:49:41.460Z Compiling paste v1.0.15
19772026-03-12T15:49:41.482Z Compiling plain v0.2.3
19782026-03-12T15:49:41.629Z Compiling camino v1.2.2
19792026-03-12T15:49:41.670Z Compiling pest_generator v2.8.6
19802026-03-12T15:49:41.726Z Compiling serde_derive v1.0.228
19812026-03-12T15:49:41.828Z Compiling zeroize_derive v1.4.3
19822026-03-12T15:49:41.850Z Compiling zerofrom-derive v0.1.6
19832026-03-12T15:49:41.867Z Compiling yoke-derive v0.8.1
19842026-03-12T15:49:41.971Z Compiling zerocopy-derive v0.8.40
19852026-03-12T15:49:42.102Z Compiling zerovec-derive v0.11.2
19862026-03-12T15:49:42.516Z Compiling displaydoc v0.2.5
19872026-03-12T15:49:42.584Z Compiling tokio-macros v2.6.0
19882026-03-12T15:49:42.698Z Compiling zeroize v1.8.2
19892026-03-12T15:49:42.753Z Compiling futures-macro v0.3.32
19902026-03-12T15:49:43.276Z Compiling der_derive v0.7.3
19912026-03-12T15:49:43.459Z Compiling thiserror-impl v2.0.18
19922026-03-12T15:49:43.507Z Compiling zerofrom v0.1.6
19932026-03-12T15:49:43.559Z Compiling tracing-attributes v0.1.31
19942026-03-12T15:49:43.690Z Compiling yoke v0.8.1
19952026-03-12T15:49:43.715Z Compiling crypto-common v0.1.7
19962026-03-12T15:49:43.814Z Compiling block-buffer v0.10.4
19972026-03-12T15:49:43.956Z Compiling zerovec v0.11.5
19982026-03-12T15:49:43.988Z Compiling zerotrie v0.2.3
19992026-03-12T15:49:44.038Z Compiling digest v0.10.7
20002026-03-12T15:49:44.388Z Compiling schemars_derive v0.8.22
20012026-03-12T15:49:44.512Z Compiling futures-util v0.3.32
20022026-03-12T15:49:44.557Z Compiling hmac v0.12.1
20032026-03-12T15:49:44.754Z Compiling tinystr v0.8.2
20042026-03-12T15:49:44.777Z Compiling potential_utf v0.1.4
20052026-03-12T15:49:44.803Z Compiling block-padding v0.3.3
20062026-03-12T15:49:44.824Z Compiling rustls-pki-types v1.14.0
20072026-03-12T15:49:45.006Z Compiling icu_locale_core v2.1.1
20082026-03-12T15:49:45.030Z Compiling icu_collections v2.1.1
20092026-03-12T15:49:45.103Z Compiling thiserror-impl v1.0.69
20102026-03-12T15:49:45.170Z Compiling inout v0.1.4
20112026-03-12T15:49:45.919Z Compiling openssl-macros v0.1.1
20122026-03-12T15:49:45.977Z Compiling icu_provider v2.1.1
20132026-03-12T15:49:45.977Z Compiling cipher v0.4.4
20142026-03-12T15:49:46.184Z Compiling bytes v1.11.1
20152026-03-12T15:49:46.333Z Compiling icu_properties v2.1.2
20162026-03-12T15:49:46.452Z Compiling icu_normalizer v2.1.1
20172026-03-12T15:49:46.474Z Compiling chrono v0.4.44
20182026-03-12T15:49:46.520Z Compiling sha2 v0.10.9
20192026-03-12T15:49:47.008Z Compiling tokio v1.49.0
20202026-03-12T15:49:47.386Z Compiling http v1.4.0
20212026-03-12T15:49:48.103Z Compiling idna_adapter v1.2.1
20222026-03-12T15:49:48.179Z Compiling pest_derive v2.8.6
20232026-03-12T15:49:48.259Z Compiling scroll_derive v0.13.1
20242026-03-12T15:49:48.306Z Compiling idna v1.1.0
20252026-03-12T15:49:48.595Z Compiling ppv-lite86 v0.2.21
20262026-03-12T15:49:48.797Z Compiling url v2.5.8
20272026-03-12T15:49:49.271Z Compiling der v0.7.10
20282026-03-12T15:49:49.370Z Compiling rayon-core v1.13.0
20292026-03-12T15:49:49.448Z Compiling http-body v1.0.1
20302026-03-12T15:49:49.669Z Compiling salsa20 v0.10.2
20312026-03-12T15:49:49.734Z Compiling tracing v0.1.44
20322026-03-12T15:49:49.864Z Compiling pbkdf2 v0.12.2
20332026-03-12T15:49:50.503Z Compiling spki v0.7.3
20342026-03-12T15:49:50.598Z Compiling cookie v0.18.1
20352026-03-12T15:49:50.684Z Compiling atomic-waker v1.1.2
20362026-03-12T15:49:50.716Z Compiling fastrand v2.3.0
20372026-03-12T15:49:50.743Z Compiling dyn-clone v1.0.20
20382026-03-12T15:49:50.778Z Compiling num-bigint-dig v0.8.6
20392026-03-12T15:49:51.040Z Compiling scrypt v0.11.0
20402026-03-12T15:49:51.094Z Compiling rand_chacha v0.9.0
20412026-03-12T15:49:51.097Z Compiling aes v0.8.4
20422026-03-12T15:49:51.165Z Compiling cbc v0.1.2
20432026-03-12T15:49:51.635Z Compiling ahash v0.8.12
20442026-03-12T15:49:51.667Z Compiling untrusted v0.7.1
20452026-03-12T15:49:51.693Z Compiling anyhow v1.0.102
20462026-03-12T15:49:51.785Z Compiling tower-layer v0.3.3
20472026-03-12T15:49:51.844Z Compiling usdt-impl v0.6.0
20482026-03-12T15:49:51.938Z Compiling openssl-probe v0.2.1
20492026-03-12T15:49:51.990Z Compiling zstd-safe v7.2.4
20502026-03-12T15:49:52.069Z Compiling pretty-hex v0.4.1
20512026-03-12T15:49:52.124Z Compiling try-lock v0.2.5
20522026-03-12T15:49:52.145Z Compiling tower-service v0.3.3
20532026-03-12T15:49:52.263Z Compiling tokio-util v0.7.18
20542026-03-12T15:49:52.293Z Compiling want v0.3.1
20552026-03-12T15:49:52.314Z Compiling pkcs5 v0.7.1
20562026-03-12T15:49:52.337Z Compiling rand v0.9.2
20572026-03-12T15:49:52.773Z Compiling scroll v0.13.0
20582026-03-12T15:49:52.948Z Compiling serde_tokenstream v0.2.3
20592026-03-12T15:49:52.966Z Compiling ipnet v2.11.0
20602026-03-12T15:49:53.145Z Compiling clap_derive v4.5.55
20612026-03-12T15:49:53.168Z Compiling daft-derive v0.1.5
20622026-03-12T15:49:53.296Z Compiling scroll_derive v0.12.1
20632026-03-12T15:49:53.353Z Compiling async-trait v0.1.89
20642026-03-12T15:49:53.657Z Compiling heapless v0.7.17
20652026-03-12T15:49:53.825Z Compiling aho-corasick v1.1.4
20662026-03-12T15:49:53.865Z Compiling pin-utils v0.1.0
20672026-03-12T15:49:53.974Z Compiling h2 v0.4.13
20682026-03-12T15:49:54.017Z Compiling signal-hook v0.3.18
20692026-03-12T15:49:54.093Z Compiling httpdate v1.0.3
20702026-03-12T15:49:54.398Z Compiling goblin v0.10.5
20712026-03-12T15:49:54.580Z Compiling pkcs8 v0.10.2
20722026-03-12T15:49:54.615Z Compiling tempfile v3.25.0
20732026-03-12T15:49:54.659Z Compiling darling_core v0.20.11
20742026-03-12T15:49:54.924Z Compiling spin v0.9.8
20752026-03-12T15:49:54.985Z Compiling regex-automata v0.4.14
20762026-03-12T15:49:55.443Z Compiling tinyvec_macros v0.1.1
20772026-03-12T15:49:55.590Z Compiling litrs v1.0.0
20782026-03-12T15:49:55.776Z Compiling tinyvec v1.10.0
20792026-03-12T15:49:56.239Z Compiling document-features v0.2.12
20802026-03-12T15:49:56.284Z Compiling dtrace-parser v0.3.0
20812026-03-12T15:49:56.549Z Compiling hex v0.4.3
20822026-03-12T15:49:56.972Z Compiling zerocopy-derive v0.7.35
20832026-03-12T15:49:56.995Z Compiling strum_macros v0.26.4
20842026-03-12T15:49:57.065Z Compiling darling_core v0.21.3
20852026-03-12T15:49:57.163Z Compiling curve25519-dalek v4.1.3
20862026-03-12T15:49:57.448Z Compiling thread-id v5.1.0
20872026-03-12T15:49:57.538Z Compiling proc-macro-error-attr v1.0.4
20882026-03-12T15:49:57.570Z Compiling rustix v0.38.44
20892026-03-12T15:49:57.590Z Compiling darling_macro v0.20.11
20902026-03-12T15:49:57.746Z Compiling foreign-types-shared v0.1.1
20912026-03-12T15:49:57.833Z Compiling smoltcp v0.9.1
20922026-03-12T15:49:57.970Z Compiling ref-cast v1.0.25
20932026-03-12T15:49:58.046Z Compiling anstyle v1.0.13
20942026-03-12T15:49:58.164Z Compiling powerfmt v0.2.0
20952026-03-12T15:49:58.184Z Compiling utf8parse v0.2.2
20962026-03-12T15:49:58.255Z Compiling darling v0.20.11
20972026-03-12T15:49:58.352Z Compiling anstyle-parse v0.2.7
20982026-03-12T15:49:58.378Z Compiling foreign-types v0.3.2
20992026-03-12T15:49:58.397Z Compiling deranged v0.5.8
21002026-03-12T15:49:58.424Z Compiling dof v0.4.0
21012026-03-12T15:49:58.702Z Compiling rustls-native-certs v0.8.3
21022026-03-12T15:49:58.975Z Compiling hyper v1.8.1
21032026-03-12T15:49:59.195Z Compiling http-body-util v0.1.3
21042026-03-12T15:49:59.255Z Compiling toml_datetime v0.6.11
21052026-03-12T15:49:59.431Z Compiling serde_spanned v0.6.9
21062026-03-12T15:49:59.918Z Compiling sync_wrapper v1.0.2
21072026-03-12T15:49:59.962Z Compiling wait-timeout v0.2.1
21082026-03-12T15:50:00.051Z Compiling proc-macro-error v1.0.4
21092026-03-12T15:50:00.072Z Compiling unicode-segmentation v1.12.0
21102026-03-12T15:50:00.075Z Compiling anstyle-query v1.1.5
21112026-03-12T15:50:00.122Z Compiling bit-vec v0.8.0
21122026-03-12T15:50:00.125Z Compiling either v1.15.0
21132026-03-12T15:50:00.260Z Compiling is_terminal_polyfill v1.70.2
21142026-03-12T15:50:00.317Z Compiling darling_macro v0.21.3
21152026-03-12T15:50:00.342Z Compiling ryu v1.0.23
21162026-03-12T15:50:00.363Z Compiling num_threads v0.1.7
21172026-03-12T15:50:00.453Z Compiling siphasher v1.0.2
21182026-03-12T15:50:00.545Z Compiling colorchoice v1.0.4
21192026-03-12T15:50:00.620Z Compiling simd-adler32 v0.3.8
21202026-03-12T15:50:00.661Z Compiling quick-error v1.2.3
21212026-03-12T15:50:00.722Z Compiling anstream v0.6.21
21222026-03-12T15:50:00.844Z Compiling rusty-fork v0.3.1
21232026-03-12T15:50:00.900Z Compiling hyper-util v0.1.20
21242026-03-12T15:50:01.008Z Compiling time v0.3.47
21252026-03-12T15:50:01.050Z Compiling darling v0.21.3
21262026-03-12T15:50:01.053Z Compiling serde_urlencoded v0.7.1
21272026-03-12T15:50:01.180Z Compiling bit-set v0.8.0
21282026-03-12T15:50:01.279Z Compiling tower v0.5.3
21292026-03-12T15:50:01.582Z Compiling crossbeam-epoch v0.9.18
21302026-03-12T15:50:01.758Z Compiling derive_builder_core v0.20.2
21312026-03-12T15:50:02.034Z Compiling regex v1.12.3
21322026-03-12T15:50:02.142Z Compiling unicode-normalization v0.1.25
21332026-03-12T15:50:02.656Z Compiling erased-serde v0.3.31
21342026-03-12T15:50:02.676Z Compiling webpki-roots v1.0.6
21352026-03-12T15:50:02.679Z Compiling hubpack_derive v0.1.1
21362026-03-12T15:50:02.786Z Compiling signature v2.2.0
21372026-03-12T15:50:02.847Z Compiling strum_macros v0.27.2
21382026-03-12T15:50:02.936Z Compiling ref-cast-impl v1.0.25
21392026-03-12T15:50:02.979Z Compiling curve25519-dalek-derive v0.1.1
21402026-03-12T15:50:03.091Z Compiling rand_xorshift v0.4.0
21412026-03-12T15:50:03.584Z Compiling fs-err v3.3.0
21422026-03-12T15:50:03.623Z Compiling usdt-impl v0.5.0
21432026-03-12T15:50:03.839Z Compiling unicode-bidi v0.3.18
21442026-03-12T15:50:03.953Z Compiling adler2 v2.0.1
21452026-03-12T15:50:03.974Z Compiling object v0.37.3
21462026-03-12T15:50:04.034Z Compiling unarray v0.1.4
21472026-03-12T15:50:04.089Z Compiling iri-string v0.7.10
21482026-03-12T15:50:04.191Z Compiling unicode-properties v0.1.4
21492026-03-12T15:50:04.482Z Compiling stringprep v0.1.5
21502026-03-12T15:50:04.504Z Compiling proptest v1.10.0
21512026-03-12T15:50:04.526Z Compiling miniz_oxide v0.8.9
21522026-03-12T15:50:05.024Z Compiling derive_builder_macro v0.20.2
21532026-03-12T15:50:05.372Z Compiling crossbeam-deque v0.8.6
21542026-03-12T15:50:05.532Z Compiling serde_with_macros v3.17.0
21552026-03-12T15:50:05.599Z Compiling heck v0.4.1
21562026-03-12T15:50:05.630Z Compiling usdt-macro v0.6.0
21572026-03-12T15:50:05.670Z Compiling usdt-attr-macro v0.6.0
21582026-03-12T15:50:05.706Z Compiling ipnetwork v0.21.1
21592026-03-12T15:50:05.793Z Compiling scroll v0.12.0
21602026-03-12T15:50:06.160Z Compiling tower-http v0.6.8
21612026-03-12T15:50:06.330Z Compiling rand_chacha v0.3.1
21622026-03-12T15:50:06.708Z Compiling md-5 v0.10.6
21632026-03-12T15:50:06.949Z Compiling num-integer v0.1.46
21642026-03-12T15:50:06.973Z Compiling terminal_size v0.4.3
21652026-03-12T15:50:06.996Z Compiling hash32 v0.2.1
21662026-03-12T15:50:07.026Z Compiling vergen-lib v0.1.6
21672026-03-12T15:50:07.074Z Compiling ff v0.13.1
21682026-03-12T15:50:07.219Z Compiling base16ct v0.2.0
21692026-03-12T15:50:07.269Z Compiling psl-types v2.0.11
21702026-03-12T15:50:07.344Z Compiling zlib-rs v0.6.2
21712026-03-12T15:50:07.412Z Compiling clap_lex v1.0.0
21722026-03-12T15:50:07.456Z Compiling winnow v0.7.14
21732026-03-12T15:50:07.459Z Compiling fallible-iterator v0.2.0
21742026-03-12T15:50:07.685Z Compiling clap_builder v4.5.60
21752026-03-12T15:50:07.897Z Compiling postgres-protocol v0.6.10
21762026-03-12T15:50:07.946Z Compiling newtype-uuid v1.3.2
21772026-03-12T15:50:08.095Z Compiling publicsuffix v2.3.0
21782026-03-12T15:50:08.337Z Compiling sec1 v0.7.3
21792026-03-12T15:50:08.448Z Compiling num-iter v0.1.45
21802026-03-12T15:50:08.578Z Compiling group v0.13.0
21812026-03-12T15:50:08.880Z Compiling rand v0.8.5
21822026-03-12T15:50:09.516Z Compiling goblin v0.8.2
21832026-03-12T15:50:09.717Z Compiling oxnet v0.1.4
21842026-03-12T15:50:09.792Z Compiling zone_cfg_derive v0.3.1
21852026-03-12T15:50:09.951Z Compiling derive_builder v0.20.2
21862026-03-12T15:50:10.069Z Compiling tokio-native-tls v0.3.1
21872026-03-12T15:50:10.168Z Compiling flate2 v1.1.9
21882026-03-12T15:50:10.251Z Compiling phf_shared v0.13.1
21892026-03-12T15:50:10.340Z Compiling zerocopy v0.7.35
21902026-03-12T15:50:10.448Z Compiling lazy_static v1.5.0
21912026-03-12T15:50:10.611Z Compiling cargo-platform v0.1.9
21922026-03-12T15:50:10.614Z Compiling hkdf v0.12.4
21932026-03-12T15:50:10.656Z Compiling crypto-bigint v0.5.5
21942026-03-12T15:50:10.660Z Compiling serde_repr v0.1.20
21952026-03-12T15:50:10.747Z Compiling enum-as-inner v0.6.1
21962026-03-12T15:50:10.840Z Compiling vergen v9.0.6
21972026-03-12T15:50:11.003Z Compiling encoding_rs v0.8.35
21982026-03-12T15:50:11.185Z Compiling winnow v0.5.40
21992026-03-12T15:50:11.390Z Compiling mime v0.3.17
22002026-03-12T15:50:11.455Z Compiling bumpalo v3.20.2
22012026-03-12T15:50:11.478Z Compiling libbz2-rs-sys v0.2.2
22022026-03-12T15:50:12.016Z Compiling bitflags v1.3.2
22032026-03-12T15:50:12.111Z Compiling foldhash v0.1.5
22042026-03-12T15:50:12.261Z Compiling managed v0.8.0
22052026-03-12T15:50:12.307Z Compiling unicode-width v0.2.0
22062026-03-12T15:50:12.344Z Compiling hashbrown v0.15.5
22072026-03-12T15:50:12.560Z Compiling elliptic-curve v0.13.8
22082026-03-12T15:50:12.666Z Compiling console v0.16.2
22092026-03-12T15:50:12.746Z Compiling bzip2 v0.6.1
22102026-03-12T15:50:13.051Z Compiling dof v0.3.0
22112026-03-12T15:50:13.159Z Compiling toml_edit v0.19.15
22122026-03-12T15:50:13.291Z Compiling zopfli v0.8.3
22132026-03-12T15:50:14.048Z Compiling cargo_metadata v0.19.2
22142026-03-12T15:50:15.708Z Compiling phf v0.13.1
22152026-03-12T15:50:15.803Z Compiling clap v4.5.60
22162026-03-12T15:50:15.936Z Compiling hyper-tls v0.6.0
22172026-03-12T15:50:15.987Z Compiling signal-hook-mio v0.2.5
22182026-03-12T15:50:16.022Z Compiling daft v0.1.5
22192026-03-12T15:50:16.163Z Compiling rayon v1.11.0
22202026-03-12T15:50:16.203Z Compiling cookie_store v0.22.1
22212026-03-12T15:50:16.342Z Compiling zstd v0.13.3
22222026-03-12T15:50:16.419Z Compiling postgres-types v0.2.12
22232026-03-12T15:50:16.513Z Compiling bzip2 v0.4.4
22242026-03-12T15:50:16.517Z Compiling strum v0.27.2
22252026-03-12T15:50:16.719Z Compiling hubpack v0.1.2
22262026-03-12T15:50:16.722Z Compiling ed25519 v2.2.3
22272026-03-12T15:50:16.761Z Compiling dtrace-parser v0.2.0
22282026-03-12T15:50:16.799Z Compiling phf_shared v0.11.3
22292026-03-12T15:50:16.820Z Compiling itertools v0.12.1
22302026-03-12T15:50:17.061Z Compiling bstr v1.12.1
22312026-03-12T15:50:17.102Z Compiling pkcs1 v0.7.5
22322026-03-12T15:50:17.246Z Compiling serde-big-array v0.5.1
22332026-03-12T15:50:17.334Z Compiling rfc6979 v0.4.0
22342026-03-12T15:50:17.595Z Compiling float-cmp v0.10.0
22352026-03-12T15:50:17.634Z Compiling memmap2 v0.9.10
22362026-03-12T15:50:17.664Z Compiling thread-id v4.2.2
22372026-03-12T15:50:17.688Z Compiling env_filter v1.0.0
22382026-03-12T15:50:17.796Z Compiling normalize-line-endings v0.3.0
22392026-03-12T15:50:17.818Z Compiling unit-prefix v0.5.2
22402026-03-12T15:50:17.909Z Compiling difflib v0.4.0
22412026-03-12T15:50:17.940Z Compiling fixedbitset v0.5.7
22422026-03-12T15:50:17.965Z Compiling toml_write v0.1.2
22432026-03-12T15:50:18.028Z Compiling keccak v0.1.6
22442026-03-12T15:50:18.054Z Compiling whoami v2.1.0
22452026-03-12T15:50:18.281Z Compiling precomputed-hash v0.1.1
22462026-03-12T15:50:18.324Z Compiling fixedbitset v0.4.2
22472026-03-12T15:50:18.343Z Compiling rustc-hash v2.1.1
22482026-03-12T15:50:18.408Z Compiling predicates-core v1.0.10
22492026-03-12T15:50:18.518Z Compiling data-encoding v2.10.0
22502026-03-12T15:50:18.537Z Compiling new_debug_unreachable v1.0.6
22512026-03-12T15:50:18.611Z Compiling static_assertions v1.1.0
22522026-03-12T15:50:18.635Z Compiling jiff v0.2.21
22532026-03-12T15:50:18.639Z Compiling string_cache v0.8.9
22542026-03-12T15:50:18.678Z Compiling predicates v3.1.4
22552026-03-12T15:50:18.720Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22562026-03-12T15:50:18.792Z Compiling petgraph v0.6.5
22572026-03-12T15:50:18.811Z Compiling iddqd v0.3.17
22582026-03-12T15:50:18.909Z Compiling indicatif v0.18.4
22592026-03-12T15:50:18.955Z Compiling hickory-proto v0.25.2
22602026-03-12T15:50:19.284Z Compiling zone v0.3.1
22612026-03-12T15:50:19.462Z Compiling tokio-postgres v0.7.16
22622026-03-12T15:50:19.531Z Compiling sha3 v0.10.8
22632026-03-12T15:50:19.922Z Compiling toml_edit v0.22.27
22642026-03-12T15:50:19.968Z Compiling petgraph v0.8.3
22652026-03-12T15:50:20.414Z Compiling env_logger v0.11.9
22662026-03-12T15:50:20.845Z Compiling usdt v0.6.0
22672026-03-12T15:50:21.195Z Compiling similar v2.7.0
22682026-03-12T15:50:21.289Z Compiling serde_with v3.17.0
22692026-03-12T15:50:21.636Z Compiling ecdsa v0.16.9
22702026-03-12T15:50:22.029Z Compiling rsa v0.9.10
22712026-03-12T15:50:22.262Z Compiling zip v4.6.1
22722026-03-12T15:50:22.560Z Compiling crossterm v0.28.1
22732026-03-12T15:50:22.626Z Compiling ed25519-dalek v2.2.0
22742026-03-12T15:50:22.843Z Compiling zip v0.6.6
22752026-03-12T15:50:23.461Z Compiling toml v0.7.8
22762026-03-12T15:50:23.516Z Compiling toml_parser v1.0.9+spec-1.1.0
22772026-03-12T15:50:23.557Z Compiling itertools v0.13.0
22782026-03-12T15:50:23.686Z Compiling strum v0.26.3
22792026-03-12T15:50:23.859Z Compiling tokio-stream v0.1.18
22802026-03-12T15:50:23.893Z Compiling buf-list v1.1.2
22812026-03-12T15:50:24.042Z Compiling x509-cert v0.2.5
22822026-03-12T15:50:24.259Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22832026-03-12T15:50:24.284Z Compiling openapiv3 v2.2.0
22842026-03-12T15:50:24.304Z Compiling sha1 v0.10.6
22852026-03-12T15:50:24.475Z Compiling structmeta-derive v0.3.0
22862026-03-12T15:50:24.597Z Compiling toml_datetime v0.7.5+spec-1.1.0
22872026-03-12T15:50:24.905Z Compiling lalrpop-util v0.19.12
22882026-03-12T15:50:25.002Z Compiling peg-runtime v0.8.5
22892026-03-12T15:50:25.252Z Compiling radium v0.7.0
22902026-03-12T15:50:25.873Z Compiling structmeta v0.3.0
22912026-03-12T15:50:27.211Z Compiling maybe-uninit v2.0.0
22922026-03-12T15:50:27.458Z Compiling tap v1.0.1
22932026-03-12T15:50:27.676Z Compiling wyz v0.5.1
22942026-03-12T15:50:29.221Z Compiling funty v2.0.0
22952026-03-12T15:50:29.510Z Compiling packed_struct v0.10.1
22962026-03-12T15:50:30.370Z Compiling bitvec v1.0.1
22972026-03-12T15:50:32.441Z Compiling futures-executor v0.3.32
22982026-03-12T15:50:32.708Z Compiling packed_struct_codegen v0.10.1
22992026-03-12T15:50:33.059Z Compiling bitfield-macros v0.19.4
23002026-03-12T15:50:33.081Z Compiling zerocopy-derive v0.6.6
23012026-03-12T15:50:33.513Z Compiling indexmap v1.9.3
23022026-03-12T15:50:33.825Z Compiling crc-catalog v2.4.0
23032026-03-12T15:50:34.029Z Compiling typeid v1.0.3
23042026-03-12T15:50:34.059Z Compiling nodrop v0.1.14
23052026-03-12T15:50:34.139Z Compiling zerocopy v0.6.6
23062026-03-12T15:50:34.189Z Compiling array-init v0.0.4
23072026-03-12T15:50:34.490Z Compiling bitfield v0.19.4
23082026-03-12T15:50:34.774Z Compiling crc v3.4.0
23092026-03-12T15:50:35.091Z Compiling futures v0.3.32
23102026-03-12T15:50:36.123Z Compiling smallvec v0.6.14
23112026-03-12T15:50:36.456Z Compiling derive-ex v0.1.8
23122026-03-12T15:50:39.436Z Compiling erased-serde v0.4.9
23132026-03-12T15:50:39.701Z Compiling hashbrown v0.12.3
23142026-03-12T15:50:40.076Z Compiling base64 v0.21.7
23152026-03-12T15:50:40.175Z Compiling rustls v0.22.4
23162026-03-12T15:50:40.361Z Compiling rustls-webpki v0.103.9
23172026-03-12T15:50:40.945Z Compiling ron v0.8.1
23182026-03-12T15:50:45.635Z Compiling tokio-rustls v0.26.4
23192026-03-12T15:50:45.889Z Compiling rustls-platform-verifier v0.6.2
23202026-03-12T15:50:46.005Z Compiling hyper-rustls v0.27.7
23212026-03-12T15:50:46.112Z Compiling test-strategy v0.4.5
23222026-03-12T15:50:46.234Z Compiling serde-hex v0.1.0
23232026-03-12T15:50:46.432Z Compiling reqwest v0.13.2
23242026-03-12T15:50:46.460Z Compiling reqwest v0.12.28
23252026-03-12T15:50:46.574Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23262026-03-12T15:50:46.673Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23272026-03-12T15:50:47.212Z Compiling toml v0.8.23
23282026-03-12T15:50:47.483Z Compiling hashbrown v0.13.2
23292026-03-12T15:50:47.882Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23302026-03-12T15:50:48.253Z Compiling rustls-webpki v0.102.8
23312026-03-12T15:50:48.357Z Compiling pin-project-internal v1.1.11
23322026-03-12T15:50:48.768Z Compiling filetime v0.2.27
23332026-03-12T15:50:48.879Z Compiling multer v3.1.0
23342026-03-12T15:50:48.961Z Compiling thread_local v1.1.9
23352026-03-12T15:50:49.214Z Compiling match_cfg v0.1.0
23362026-03-12T15:50:49.326Z Compiling crc-any v2.5.0
23372026-03-12T15:50:49.430Z Compiling same-file v1.0.6
23382026-03-12T15:50:49.525Z Compiling xattr v1.6.1
23392026-03-12T15:50:49.605Z Compiling slog-async v2.8.0
23402026-03-12T15:50:49.675Z Compiling walkdir v2.5.0
23412026-03-12T15:50:49.812Z Compiling tar v0.4.44
23422026-03-12T15:50:49.854Z Compiling pin-project v1.1.11
23432026-03-12T15:50:49.895Z Compiling hostname v0.3.1
23442026-03-12T15:50:50.019Z Compiling object v0.30.4
23452026-03-12T15:50:50.039Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23462026-03-12T15:50:50.164Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23472026-03-12T15:50:50.436Z Compiling slog-json v2.6.1
23482026-03-12T15:50:50.439Z Compiling crossbeam-channel v0.5.15
23492026-03-12T15:50:50.683Z Compiling async-stream-impl v0.3.6
23502026-03-12T15:50:50.686Z Compiling snafu-derive v0.8.9
23512026-03-12T15:50:50.783Z Compiling ordered-float v2.10.1
23522026-03-12T15:50:51.064Z Compiling serde_path_to_error v0.1.20
23532026-03-12T15:50:51.109Z Compiling serde_spanned v1.0.4
23542026-03-12T15:50:51.202Z Compiling is-terminal v0.4.17
23552026-03-12T15:50:51.234Z Compiling fs-err v2.11.0
23562026-03-12T15:50:51.328Z Compiling dropshot v0.16.7
23572026-03-12T15:50:51.373Z Compiling take_mut v0.2.2
23582026-03-12T15:50:51.409Z Compiling term v1.2.1
23592026-03-12T15:50:51.488Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23602026-03-12T15:50:51.511Z Compiling toml_writer v1.0.6+spec-1.1.0
23612026-03-12T15:50:51.535Z Compiling path-slash v0.1.5
23622026-03-12T15:50:51.557Z Compiling debug-ignore v1.0.5
23632026-03-12T15:50:51.795Z Compiling toml v0.9.12+spec-1.1.0
23642026-03-12T15:50:51.817Z Compiling async-stream v0.3.6
23652026-03-12T15:50:51.907Z Compiling slog-term v2.9.2
23662026-03-12T15:50:51.929Z Compiling serde-value v0.7.0
23672026-03-12T15:50:52.037Z Compiling slog-bunyan v2.5.0
23682026-03-12T15:50:52.086Z Compiling serde-untagged v0.1.9
23692026-03-12T15:50:52.337Z Compiling globset v0.4.18
23702026-03-12T15:50:52.653Z Compiling parse-display-derive v0.10.0
23712026-03-12T15:50:52.944Z Compiling camino-tempfile v1.4.1
23722026-03-12T15:50:53.121Z Compiling tokio-rustls v0.25.0
23732026-03-12T15:50:53.227Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23742026-03-12T15:50:53.493Z Compiling snafu v0.8.9
23752026-03-12T15:50:53.513Z Compiling olpc-cjson v0.1.4
23762026-03-12T15:50:53.516Z Compiling dropshot_endpoint v0.16.7
23772026-03-12T15:50:53.733Z Compiling newtype-uuid-macros v0.1.0
23782026-03-12T15:50:53.767Z Compiling backon v1.6.0
23792026-03-12T15:50:53.815Z Compiling waitgroup v0.1.2
23802026-03-12T15:50:53.867Z Compiling half v2.7.1
23812026-03-12T15:50:54.057Z Compiling serde_plain v1.0.2
23822026-03-12T15:50:54.136Z Compiling rustls-pemfile v2.2.0
23832026-03-12T15:50:54.282Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23842026-03-12T15:50:54.428Z Compiling async-recursion v1.1.1
23852026-03-12T15:50:54.487Z Compiling pem v3.0.6
23862026-03-12T15:50:54.583Z Compiling blake3 v1.8.3
23872026-03-12T15:50:54.767Z Compiling hostname v0.4.2
23882026-03-12T15:50:54.828Z Compiling instant v0.1.13
23892026-03-12T15:50:54.857Z Compiling unicode-xid v0.2.6
23902026-03-12T15:50:54.998Z Compiling typed-path v0.9.3
23912026-03-12T15:50:55.016Z Compiling ciborium-io v0.2.2
23922026-03-12T15:50:55.067Z Compiling cargo-util-schemas v0.8.2
23932026-03-12T15:50:55.211Z Compiling ciborium-ll v0.2.2
23942026-03-12T15:50:55.309Z Compiling backoff v0.4.0
23952026-03-12T15:50:55.422Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23962026-03-12T15:50:55.597Z Compiling parse-display v0.10.0
23972026-03-12T15:50:55.626Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23982026-03-12T15:50:55.626Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23992026-03-12T15:50:55.666Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24002026-03-12T15:50:55.995Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24012026-03-12T15:50:56.242Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24022026-03-12T15:50:56.383Z Compiling itertools v0.14.0
24032026-03-12T15:50:56.383Z Compiling cargo-platform v0.2.0
24042026-03-12T15:50:56.767Z Compiling macaddr v1.0.1
24052026-03-12T15:50:56.941Z Compiling regress v0.10.5
24062026-03-12T15:50:57.169Z Compiling arrayvec v0.7.6
24072026-03-12T15:50:57.189Z Compiling constant_time_eq v0.4.2
24082026-03-12T15:50:57.240Z Compiling parse-size v1.1.0
24092026-03-12T15:50:57.370Z Compiling indent_write v2.2.0
24102026-03-12T15:50:57.520Z Compiling arrayref v0.3.9
24112026-03-12T15:50:57.544Z Compiling cargo_metadata v0.21.0
24122026-03-12T15:50:57.548Z Compiling ciborium v0.2.2
24132026-03-12T15:50:57.591Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
24142026-03-12T15:50:57.920Z Compiling display-error-chain v0.2.2
24152026-03-12T15:50:58.115Z Compiling topological-sort v0.2.2
24162026-03-12T15:50:58.365Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24172026-03-12T15:50:58.391Z Compiling shell-words v1.1.1
24182026-03-12T15:51:12.068Z Compiling progenitor-client v0.13.0
24192026-03-12T15:51:12.142Z Compiling tough v0.20.0
24202026-03-12T15:51:12.142Z Compiling progenitor-client v0.10.0
24212026-03-12T15:51:12.145Z Compiling omicron-zone-package v0.12.2
24222026-03-12T15:51:12.260Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24232026-03-12T15:51:12.291Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24242026-03-12T15:51:12.654Z Compiling progenitor-extras v0.1.1
24252026-03-12T15:51:13.107Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24262026-03-12T15:51:15.800Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24272026-03-12T15:51:20.091Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24282026-03-12T15:51:26.086Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24292026-03-12T15:51:36.863Z Finished `release` profile [optimized] target(s) in 2m 04s
24302026-03-12T15:51:37.052Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
24312026-03-12T15:51:37.117ZMar 12 15:51:36.114 DEBG changing working directory to /work/oxidecomputer/omicron
24322026-03-12T15:51:37.241ZMar 12 15:51:36.238 DEBG running: git rev-parse HEAD
24332026-03-12T15:51:37.244ZMar 12 15:51:36.242 DEBG process exited with exit status: 0 (3.192751ms)
24342026-03-12T15:51:37.244ZMar 12 15:51:36.242 INFO version: 19.0.0-0.ci+git6e4dd7ca17a
24352026-03-12T15:51:37.255ZMar 12 15:51:36.252 INFO cloning helios to /work/oxidecomputer/helios
24362026-03-12T15:51:37.255ZMar 12 15:51:36.252 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24372026-03-12T15:51:37.259ZCloning into '/work/oxidecomputer/helios'...
24382026-03-12T15:51:37.804ZMar 12 15:51:36.800 DEBG process exited with exit status: 0 (548.420816ms)
24392026-03-12T15:51:37.804ZMar 12 15:51:36.800 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24402026-03-12T15:51:37.807ZMar 12 15:51:36.803 DEBG process exited with exit status: 0 (3.089928ms)
24412026-03-12T15:51:37.808ZMar 12 15:51:36.803 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24422026-03-12T15:51:39.090ZMar 12 15:51:38.087 DEBG process exited with exit status: 0 (1.283295268s)
24432026-03-12T15:51:39.090ZMar 12 15:51:38.087 DEBG running: zfs list rpool/images/build/host
24442026-03-12T15:51:39.094ZNAME USED AVAIL REFER MOUNTPOINT
24452026-03-12T15:51:39.094Zrpool/images/build/host 24K 151G 24K /rpool/images/build/host
24462026-03-12T15:51:39.097ZMar 12 15:51:38.092 DEBG process exited with exit status: 0 (5.49283ms)
24472026-03-12T15:51:39.097ZMar 12 15:51:38.092 DEBG running: zfs list rpool/images/build/recovery
24482026-03-12T15:51:39.101ZNAME USED AVAIL REFER MOUNTPOINT
24492026-03-12T15:51:39.101Zrpool/images/build/recovery 24K 151G 24K /rpool/images/build/recovery
24502026-03-12T15:51:39.101ZMar 12 15:51:38.097 DEBG process exited with exit status: 0 (4.503777ms)
24512026-03-12T15:51:39.101ZMar 12 15:51:38.097 INFO [hubris-production] running task
24522026-03-12T15:51:39.101ZMar 12 15:51:38.098 INFO [hubris-staging] running task
24532026-03-12T15:51:39.101ZMar 12 15:51:38.098 INFO [incorp-manifest] running task
24542026-03-12T15:51:39.101ZMar 12 15:51:38.098 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24552026-03-12T15:51:39.104ZMar 12 15:51:38.099 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*'
24562026-03-12T15:51:39.104ZMar 12 15:51:38.099 INFO [incorp-create] running: pkgrepo create /work/incorporation
24572026-03-12T15:51:39.104ZMar 12 15:51:38.100 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
24582026-03-12T15:51:39.162Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24592026-03-12T15:51:39.235Z[ omicron-package] Blocking waiting for file lock on package cache
24602026-03-12T15:51:39.408ZMar 12 15:51:38.405 INFO [incorp-create] process exited with exit status: 0 (306.861665ms)
24612026-03-12T15:51:39.412ZMar 12 15:51:38.406 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev
24622026-03-12T15:51:39.687ZMar 12 15:51:38.684 INFO [incorp-publisher] process exited with exit status: 0 (277.960355ms)
24632026-03-12T15:51:40.164Z[ omicron-package] Blocking waiting for file lock on package cache
24642026-03-12T15:51:40.612ZMar 12 15:51:39.609 INFO [hubris-production] task succeeded (1.511896224s)
24652026-03-12T15:51:41.420Z[ omicron-package] Compiling ring v0.17.14
24662026-03-12T15:51:41.430Z[ omicron-package] Compiling itertools v0.14.0
24672026-03-12T15:51:41.668Z[ omicron-package] Compiling heapless v0.8.0
24682026-03-12T15:51:41.838Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24692026-03-12T15:51:41.867Z[ omicron-package] Compiling hash32 v0.3.1
24702026-03-12T15:51:41.868Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24712026-03-12T15:51:41.868Z[ omicron-package] Compiling smoltcp v0.11.0
24722026-03-12T15:51:41.868Z[ omicron-package] Compiling cobs v0.3.0
24732026-03-12T15:51:41.868Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24742026-03-12T15:51:41.868Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24752026-03-12T15:51:41.868Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24762026-03-12T15:51:41.868Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24772026-03-12T15:51:41.868Z[ omicron-package] Compiling foreign-types-macros v0.2.3
24782026-03-12T15:51:41.868Z[ omicron-package] Compiling cpufeatures v0.3.0
24792026-03-12T15:51:41.868Z[ omicron-package] Compiling foreign-types-shared v0.3.1
24802026-03-12T15:51:43.063Z[ omicron-package] Compiling postcard v1.1.3
24812026-03-12T15:51:43.162Z[ omicron-package] Compiling proc-macro-crate v3.4.0
24822026-03-12T15:51:43.268Z[ omicron-package] Compiling chacha20 v0.10.0
24832026-03-12T15:51:43.315Z[ omicron-package] Compiling tabwriter v1.4.1
24842026-03-12T15:51:43.478Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24852026-03-12T15:51:43.702Z[ omicron-package] Compiling cstr-argument v0.1.2
24862026-03-12T15:51:43.816Z[ omicron-package] Compiling memoffset v0.9.1
24872026-03-12T15:51:44.042Z[ omicron-package] Compiling foreign-types v0.5.0
24882026-03-12T15:51:44.056Z[ omicron-package] Compiling num_enum_derive v0.7.5
24892026-03-12T15:51:44.056Z[ omicron-package] Compiling num_enum_derive v0.5.11
24902026-03-12T15:51:44.060Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24912026-03-12T15:51:44.060Z[ omicron-package] Compiling ingot-macros v0.1.1
24922026-03-12T15:51:44.060Z[ omicron-package] Compiling cfg_aliases v0.2.1
24932026-03-12T15:51:44.063Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24942026-03-12T15:51:44.063Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
24952026-03-12T15:51:44.212Z[ omicron-package] Compiling rand v0.10.0
24962026-03-12T15:51:44.216Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24972026-03-12T15:51:44.216Z[ omicron-package] Compiling libefi-sys v0.1.0
24982026-03-12T15:51:44.650Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24992026-03-12T15:51:44.650Z[ omicron-package] Compiling nix v0.30.1
25002026-03-12T15:51:44.773Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25012026-03-12T15:51:44.972Z[ omicron-package] Compiling colored v3.1.1
25022026-03-12T15:51:45.310Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25032026-03-12T15:51:45.359Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25042026-03-12T15:51:45.363Z[ omicron-package] Compiling usdt-macro v0.5.0
25052026-03-12T15:51:45.533Z[ omicron-package] Compiling secrecy v0.10.3
25062026-03-12T15:51:45.536Z[ omicron-package] Compiling sigpipe v0.1.3
25072026-03-12T15:51:45.605Z[ omicron-package] Compiling memmap v0.7.0
25082026-03-12T15:51:45.664Z[ omicron-package] Compiling num-derive v0.4.2
25092026-03-12T15:51:45.723Z[ omicron-package] Compiling bitfield-struct v0.6.2
25102026-03-12T15:51:45.776Z[ omicron-package] Compiling glob v0.3.3
25112026-03-12T15:51:45.779Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25122026-03-12T15:51:45.802Z[ omicron-package] Compiling num_enum v0.7.5
25132026-03-12T15:51:45.880Z[ omicron-package] Compiling num_enum v0.5.11
25142026-03-12T15:51:45.981Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25152026-03-12T15:51:46.153Z[ omicron-package] Compiling rustls v0.23.37
25162026-03-12T15:51:46.219Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25172026-03-12T15:51:46.222Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25182026-03-12T15:51:46.309Z[ omicron-package] Compiling smf v0.2.3
25192026-03-12T15:51:46.455Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25202026-03-12T15:51:46.459Z[ omicron-package] Compiling whoami v1.6.1
25212026-03-12T15:51:46.459Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25222026-03-12T15:51:46.540Z[ omicron-package] Compiling gethostname v0.5.0
25232026-03-12T15:51:46.664Z[ omicron-package] Compiling usdt v0.5.0
25242026-03-12T15:51:46.816Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25252026-03-12T15:51:46.989Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25262026-03-12T15:51:47.084Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25272026-03-12T15:51:47.230Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25282026-03-12T15:51:47.492Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25292026-03-12T15:51:47.548Z[ omicron-package] Compiling oxide-tokio-rt v0.1.2
25302026-03-12T15:51:48.196Z[ omicron-package] Compiling rustls-webpki v0.103.9
25312026-03-12T15:51:48.234Z[ omicron-package] Compiling ingot-types v0.1.2
25322026-03-12T15:51:48.393Z[ omicron-package] Compiling rustls v0.22.4
25332026-03-12T15:51:48.907Z[ omicron-package] Compiling ingot v0.1.1
25342026-03-12T15:51:50.060Z[ omicron-package] Compiling rustls-webpki v0.102.8
25352026-03-12T15:51:51.554Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25362026-03-12T15:51:52.973Z[ omicron-package] Compiling tokio-rustls v0.26.4
25372026-03-12T15:51:52.973Z[ omicron-package] Compiling rustls-platform-verifier v0.6.2
25382026-03-12T15:51:53.216Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25392026-03-12T15:51:53.271Z[ omicron-package] Compiling hyper-rustls v0.27.7
25402026-03-12T15:51:53.530Z[ omicron-package] Compiling tokio-rustls v0.25.0
25412026-03-12T15:51:53.562Z[ omicron-package] Compiling reqwest v0.13.2
25422026-03-12T15:51:53.562Z[ omicron-package] Compiling reqwest v0.12.28
25432026-03-12T15:51:53.822Z[ omicron-package] Compiling dropshot v0.16.7
25442026-03-12T15:51:55.194Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25452026-03-12T15:51:56.344ZMar 12 15:51:55.340 INFO [hubris-staging] task succeeded (17.242095526s)
25462026-03-12T15:51:56.439Z[ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing
25472026-03-12T15:51:56.443Z[ helios-setup] --> src/main.rs:79:10
25482026-03-12T15:51:56.443Z[ helios-setup] |
25492026-03-12T15:51:56.456Z[ helios-setup] 79 | fn pc(s: &str) -> Component {
25502026-03-12T15:51:56.495Z[ helios-setup] | ^^^^ ^^^^^^^^^ the same lifetime is hidden here
25512026-03-12T15:51:56.495Z[ helios-setup] | |
25522026-03-12T15:51:56.499Z[ helios-setup] | the lifetime is elided here
25532026-03-12T15:51:56.499Z[ helios-setup] |
25542026-03-12T15:51:56.499Z[ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
25552026-03-12T15:51:56.499Z[ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
25562026-03-12T15:51:56.499Z[ helios-setup] help: use `'_` for type paths
25572026-03-12T15:51:56.499Z[ helios-setup] |
25582026-03-12T15:51:56.499Z[ helios-setup] 79 | fn pc(s: &str) -> Component<'_> {
25592026-03-12T15:51:56.499Z[ helios-setup] | ++++
25602026-03-12T15:51:56.499Z[ helios-setup]
25612026-03-12T15:51:57.643Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25622026-03-12T15:51:58.468Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25632026-03-12T15:51:59.494Z[ omicron-package] Compiling progenitor-client v0.13.0
25642026-03-12T15:51:59.616Z[ omicron-package] Compiling progenitor-client v0.10.0
25652026-03-12T15:51:59.635Z[ omicron-package] Compiling omicron-zone-package v0.12.2
25662026-03-12T15:51:59.774Z[ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25672026-03-12T15:51:59.841Z[ omicron-package] Compiling progenitor-extras v0.1.1
25682026-03-12T15:51:59.967Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25692026-03-12T15:52:00.045Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25702026-03-12T15:52:00.156Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25712026-03-12T15:52:00.198Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25722026-03-12T15:52:00.214Z[ helios-setup] Mar 12 15:51:59.209 INFO helios repository root is: /work/oxidecomputer/helios
25732026-03-12T15:52:00.217Z[ helios-setup] Mar 12 15:51:59.210 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
25742026-03-12T15:52:00.217Z[ helios-setup] Mar 12 15:51:59.211 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
25752026-03-12T15:52:00.217Z[ helios-setup] Mar 12 15:51:59.211 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-12T15:52:00.217Z[ helios-setup] Mar 12 15:51:59.211 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
25772026-03-12T15:52:00.221Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
25782026-03-12T15:52:07.796ZMar 12 15:52:06.790 DEBG process exited with exit status: 0 (28.692207241s)
25792026-03-12T15:52:07.799ZMar 12 15:52:06.791 INFO [incorp-manifest] task succeeded (28.693760129s)
25802026-03-12T15:52:07.799ZMar 12 15:52:06.792 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25812026-03-12T15:52:08.028ZMar 12 15:52:07.021 INFO [incorp-fmt] process exited with exit status: 0 (229.792704ms)
25822026-03-12T15:52:08.031ZMar 12 15:52:07.021 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25832026-03-12T15:52:08.208Z[ helios-setup] Mar 12 15:52:07.203 INFO clone ok!, project: amd-firmware
25842026-03-12T15:52:08.212Z[ helios-setup] Mar 12 15:52:07.203 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
25852026-03-12T15:52:08.212Z[ helios-setup] Mar 12 15:52:07.203 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
25862026-03-12T15:52:08.212Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
25872026-03-12T15:52:08.285Z[ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260312T155207Z
25882026-03-12T15:52:08.285Z[ incorp-pkgsend] PUBLISHED
25892026-03-12T15:52:08.327ZMar 12 15:52:07.322 INFO [incorp-pkgsend] process exited with exit status: 0 (300.65409ms)
25902026-03-12T15:52:08.331ZMar 12 15:52:07.322 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25912026-03-12T15:52:08.546Z[ helios-incorp] Retrieving packages for publisher helios-dev ...
25922026-03-12T15:52:08.550Z[ helios-incorp] Retrieving catalog 'helios-dev' ... Done
25932026-03-12T15:52:08.579Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25942026-03-12T15:52:08.579Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25952026-03-12T15:52:08.579Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25962026-03-12T15:52:08.583Z[ helios-incorp]
25972026-03-12T15:52:08.583Z[ helios-incorp] Archiving packages ...
25982026-03-12T15:52:08.586Z[ helios-incorp] Packages to add: 1
25992026-03-12T15:52:08.586Z[ helios-incorp] Files to retrieve: 0
26002026-03-12T15:52:08.586Z[ helios-incorp] Estimated transfer size: 0.00 B
26012026-03-12T15:52:08.587Z[ helios-incorp]
26022026-03-12T15:52:08.587Z[ helios-incorp] Packages to archive:
26032026-03-12T15:52:08.587Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260312T155207Z
26042026-03-12T15:52:08.587Z[ helios-incorp]
26052026-03-12T15:52:08.587Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26062026-03-12T15:52:08.587Z[ helios-incorp] Archiving: Completed 108.19 kB in 0.00 seconds
26072026-03-12T15:52:08.626ZMar 12 15:52:07.621 INFO [helios-incorp] process exited with exit status: 0 (298.885398ms)
26082026-03-12T15:52:08.723Z[ helios-setup] Mar 12 15:52:07.717 INFO clone ok!, project: pinprick
26092026-03-12T15:52:08.726Z[ helios-setup] Mar 12 15:52:07.717 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
26102026-03-12T15:52:08.726Z[ helios-setup] Mar 12 15:52:07.717 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26112026-03-12T15:52:08.726Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26122026-03-12T15:52:09.857Z[ helios-setup] Mar 12 15:52:08.852 INFO clone ok!, project: pilot
26132026-03-12T15:52:09.861Z[ helios-setup] Mar 12 15:52:08.852 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
26142026-03-12T15:52:09.861Z[ helios-setup] Mar 12 15:52:08.852 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26152026-03-12T15:52:09.861Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26162026-03-12T15:52:10.092Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26172026-03-12T15:52:10.756Z[ helios-setup] Mar 12 15:52:09.751 INFO clone ok!, project: chelsio-t6-roms
26182026-03-12T15:52:10.759Z[ helios-setup] Mar 12 15:52:09.751 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
26192026-03-12T15:52:10.759Z[ helios-setup] Mar 12 15:52:09.751 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26202026-03-12T15:52:10.760Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26212026-03-12T15:52:11.364Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26222026-03-12T15:52:11.630Z[ helios-setup] Mar 12 15:52:10.624 INFO clone ok!, project: dmar-report
26232026-03-12T15:52:11.633Z[ helios-setup] Mar 12 15:52:10.625 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
26242026-03-12T15:52:11.633Z[ helios-setup] Mar 12 15:52:10.625 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26252026-03-12T15:52:11.633Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26262026-03-12T15:52:12.180Z[ helios-setup] Mar 12 15:52:11.174 INFO clone ok!, project: phbl
26272026-03-12T15:52:12.184Z[ helios-setup] Mar 12 15:52:11.175 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
26282026-03-12T15:52:12.184Z[ helios-setup] Mar 12 15:52:11.175 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26292026-03-12T15:52:12.184Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26302026-03-12T15:52:12.805Z[ helios-setup] Mar 12 15:52:11.799 INFO clone ok!, project: image-builder
26312026-03-12T15:52:12.808Z[ helios-setup] Mar 12 15:52:11.799 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
26322026-03-12T15:52:12.808Z[ helios-setup] Mar 12 15:52:11.799 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
26332026-03-12T15:52:12.808Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26342026-03-12T15:52:13.673Z[ helios-setup] Mar 12 15:52:12.667 INFO clone ok!, project: amd-host-image-builder
26352026-03-12T15:52:13.677Z[ helios-setup] Mar 12 15:52:12.668 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
26362026-03-12T15:52:13.677Z[ helios-setup] Mar 12 15:52:12.668 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26372026-03-12T15:52:13.677Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26382026-03-12T15:52:14.221Z[ helios-setup] Mar 12 15:52:13.215 INFO clone ok!, project: bootserver
26392026-03-12T15:52:14.225Z[ helios-setup] Mar 12 15:52:13.215 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26402026-03-12T15:52:14.225Z[ helios-setup] Mar 12 15:52:13.215 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26412026-03-12T15:52:14.498Z[ helios-setup] Mar 12 15:52:13.492 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
26422026-03-12T15:52:14.774Z[ helios-setup] Mar 12 15:52:13.768 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
26432026-03-12T15:52:14.778Z[ helios-setup] Mar 12 15:52:13.768 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26442026-03-12T15:52:15.047Z[ helios-setup] Mar 12 15:52:14.041 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
26452026-03-12T15:52:15.328Z[ helios-setup] Mar 12 15:52:14.314 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
26462026-03-12T15:52:15.328Z[ helios-setup] Mar 12 15:52:14.314 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26472026-03-12T15:52:15.590Z[ helios-setup] Mar 12 15:52:14.584 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
26482026-03-12T15:52:15.880Z[ helios-setup] Mar 12 15:52:14.874 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
26492026-03-12T15:52:15.880Z[ helios-setup] Mar 12 15:52:14.874 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26502026-03-12T15:52:15.883Z[ helios-setup] Mar 12 15:52:14.874 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26512026-03-12T15:52:15.883Z[ helios-setup] Mar 12 15:52:14.874 INFO ok!
26522026-03-12T15:52:15.883Z[ helios-setup] Mar 12 15:52:14.874 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26532026-03-12T15:52:15.883Z[ helios-setup] Mar 12 15:52:14.874 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26542026-03-12T15:52:15.883Z[ helios-setup] Mar 12 15:52:14.874 INFO ok!
26552026-03-12T15:52:15.883Z[ helios-setup] Mar 12 15:52:14.874 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26562026-03-12T15:52:15.883Z[ helios-setup] Mar 12 15:52:14.874 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26572026-03-12T15:52:15.883Z[ helios-setup] Mar 12 15:52:14.874 INFO ok!
26582026-03-12T15:52:15.883Z[ helios-setup] Mar 12 15:52:14.874 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
26592026-03-12T15:52:15.890Z[ helios-setup] Mar 12 15:52:14.885 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.91.1-x86_64-unknown-illumos (default)"
26602026-03-12T15:52:15.890Z[ helios-setup] Mar 12 15:52:14.885 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
26612026-03-12T15:52:15.893Z[ helios-setup] Mar 12 15:52:14.885 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
26622026-03-12T15:52:16.060Z[ helios-setup] Mar 12 15:52:15.054 INFO E| Downloading crates ...
26632026-03-12T15:52:16.108Z[ helios-setup] Mar 12 15:52:15.102 INFO E| Downloaded adler2 v2.0.0
26642026-03-12T15:52:16.118Z[ helios-setup] Mar 12 15:52:15.113 INFO E| Downloaded miniz_oxide v0.8.8
26652026-03-12T15:52:16.158Z[ helios-setup] Mar 12 15:52:15.152 INFO E| Compiling adler2 v2.0.0
26662026-03-12T15:52:16.258Z[ helios-setup] Mar 12 15:52:15.252 INFO E| Compiling miniz_oxide v0.8.8
26672026-03-12T15:52:17.439Z[ helios-setup] Mar 12 15:52:16.432 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
26682026-03-12T15:52:17.917Z[ helios-setup] Mar 12 15:52:16.910 INFO E| Finished `release` profile [optimized] target(s) in 2.01s
26692026-03-12T15:52:17.924Z[ helios-setup] Mar 12 15:52:16.918 INFO building project "pinprick" ok (2 seconds)
26702026-03-12T15:52:17.927Z[ helios-setup] Mar 12 15:52:16.919 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
26712026-03-12T15:52:17.933Z[ helios-setup] Mar 12 15:52:16.927 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.91.1-x86_64-unknown-illumos (default)"
26722026-03-12T15:52:17.933Z[ helios-setup] Mar 12 15:52:16.927 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
26732026-03-12T15:52:17.936Z[ helios-setup] Mar 12 15:52:16.927 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
26742026-03-12T15:52:18.035Z[ helios-setup] Mar 12 15:52:17.029 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
26752026-03-12T15:52:18.395Z[ helios-setup] Mar 12 15:52:17.389 INFO E| From https://github.com/jclulow/hiercmd
26762026-03-12T15:52:18.396Z[ helios-setup] Mar 12 15:52:17.389 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
26772026-03-12T15:52:18.407Z[ helios-setup] Mar 12 15:52:17.401 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
26782026-03-12T15:52:18.697Z[ helios-setup] Mar 12 15:52:17.691 INFO E| From https://github.com/oxidecomputer/network-interface
26792026-03-12T15:52:18.697Z[ helios-setup] Mar 12 15:52:17.691 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
26802026-03-12T15:52:18.709Z[ helios-setup] Mar 12 15:52:17.703 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
26812026-03-12T15:52:19.012Z[ helios-setup] Mar 12 15:52:18.006 INFO E| From https://github.com/oxidecomputer/boot-image-tools
26822026-03-12T15:52:19.012Z[ helios-setup] Mar 12 15:52:18.006 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
26832026-03-12T15:52:19.030Z[ helios-setup] Mar 12 15:52:18.024 INFO E| Updating crates.io index
26842026-03-12T15:52:19.136Z[ helios-setup] Mar 12 15:52:18.130 INFO E| Downloading crates ...
26852026-03-12T15:52:19.217Z[ helios-setup] Mar 12 15:52:18.211 INFO E| Downloaded bitflags v2.10.0
26862026-03-12T15:52:19.220Z[ helios-setup] Mar 12 15:52:18.214 INFO E| Downloaded devinfo v0.1.0
26872026-03-12T15:52:19.223Z[ helios-setup] Mar 12 15:52:18.215 INFO E| Downloaded bitfield v0.19.3
26882026-03-12T15:52:19.223Z[ helios-setup] Mar 12 15:52:18.216 INFO E| Downloaded deranged v0.5.5
26892026-03-12T15:52:19.227Z[ helios-setup] Mar 12 15:52:18.218 INFO E| Downloaded anstyle-query v1.1.4
26902026-03-12T15:52:19.227Z[ helios-setup] Mar 12 15:52:18.219 INFO E| Downloaded bitfield-macros v0.19.3
26912026-03-12T15:52:19.227Z[ helios-setup] Mar 12 15:52:18.220 INFO E| Downloaded env_filter v0.1.4
26922026-03-12T15:52:19.232Z[ helios-setup] Mar 12 15:52:18.226 INFO E| Downloaded serde_spanned v1.0.3
26932026-03-12T15:52:19.235Z[ helios-setup] Mar 12 15:52:18.227 INFO E| Downloaded futures-task v0.3.31
26942026-03-12T15:52:19.238Z[ helios-setup] Mar 12 15:52:18.231 INFO E| Downloaded base64ct v1.8.0
26952026-03-12T15:52:19.248Z[ helios-setup] Mar 12 15:52:18.242 INFO E| Downloaded futures-io v0.3.31
26962026-03-12T15:52:19.251Z[ helios-setup] Mar 12 15:52:18.242 INFO E| Downloaded futures-executor v0.3.31
26972026-03-12T15:52:19.261Z[ helios-setup] Mar 12 15:52:18.255 INFO E| Downloaded crc v3.3.0
26982026-03-12T15:52:19.265Z[ helios-setup] Mar 12 15:52:18.259 INFO E| Downloaded thiserror v2.0.17
26992026-03-12T15:52:19.269Z[ helios-setup] Mar 12 15:52:18.263 INFO E| Downloaded toml_datetime v0.7.3
27002026-03-12T15:52:19.272Z[ helios-setup] Mar 12 15:52:18.265 INFO E| Downloaded time-macros v0.2.24
27012026-03-12T15:52:19.275Z[ helios-setup] Mar 12 15:52:18.268 INFO E| Downloaded simd-adler32 v0.3.7
27022026-03-12T15:52:19.281Z[ helios-setup] Mar 12 15:52:18.275 INFO E| Downloaded futures-channel v0.3.31
27032026-03-12T15:52:19.291Z[ helios-setup] Mar 12 15:52:18.285 INFO E| Downloaded futures-core v0.3.31
27042026-03-12T15:52:19.295Z[ helios-setup] Mar 12 15:52:18.286 INFO E| Downloaded itoa v1.0.15
27052026-03-12T15:52:19.295Z[ helios-setup] Mar 12 15:52:18.288 INFO E| Downloaded futures-macro v0.3.31
27062026-03-12T15:52:19.302Z[ helios-setup] Mar 12 15:52:18.296 INFO E| Downloaded time-core v0.1.6
27072026-03-12T15:52:19.305Z[ helios-setup] Mar 12 15:52:18.297 INFO E| Downloaded toml_writer v1.0.4
27082026-03-12T15:52:19.308Z[ helios-setup] Mar 12 15:52:18.302 INFO E| Downloaded env_logger v0.11.8
27092026-03-12T15:52:19.311Z[ helios-setup] Mar 12 15:52:18.304 INFO E| Downloaded unicode-ident v1.0.22
27102026-03-12T15:52:19.318Z[ helios-setup] Mar 12 15:52:18.312 INFO E| Downloaded libdevinfo-sys v1.1.0
27112026-03-12T15:52:19.321Z[ helios-setup] Mar 12 15:52:18.313 INFO E| Downloaded futures-sink v0.3.31
27122026-03-12T15:52:19.321Z[ helios-setup] Mar 12 15:52:18.314 INFO E| Downloaded clap_lex v0.7.6
27132026-03-12T15:52:19.324Z[ helios-setup] Mar 12 15:52:18.319 INFO E| Downloaded getopts v0.2.24
27142026-03-12T15:52:19.327Z[ helios-setup] Mar 12 15:52:18.320 INFO E| Downloaded zeroize_derive v1.4.2
27152026-03-12T15:52:19.327Z[ helios-setup] Mar 12 15:52:18.321 INFO E| Downloaded slab v0.4.11
27162026-03-12T15:52:19.330Z[ helios-setup] Mar 12 15:52:18.322 INFO E| Downloaded generic-array v0.14.9
27172026-03-12T15:52:19.339Z[ helios-setup] Mar 12 15:52:18.333 INFO E| Downloaded thiserror-impl v2.0.17
27182026-03-12T15:52:19.342Z[ helios-setup] Mar 12 15:52:18.334 INFO E| Downloaded quote v1.0.41
27192026-03-12T15:52:19.346Z[ helios-setup] Mar 12 15:52:18.340 INFO E| Downloaded clap_derive v4.5.49
27202026-03-12T15:52:19.353Z[ helios-setup] Mar 12 15:52:18.347 INFO E| Downloaded term v1.2.0
27212026-03-12T15:52:19.356Z[ helios-setup] Mar 12 15:52:18.350 INFO E| Downloaded futures v0.3.31
27222026-03-12T15:52:19.359Z[ helios-setup] Mar 12 15:52:18.354 INFO E| Downloaded pin-project-lite v0.2.16
27232026-03-12T15:52:19.363Z[ helios-setup] Mar 12 15:52:18.358 INFO E| Downloaded find-msvc-tools v0.1.4
27242026-03-12T15:52:19.375Z[ helios-setup] Mar 12 15:52:18.369 INFO E| Downloaded anyhow v1.0.100
27252026-03-12T15:52:19.381Z[ helios-setup] Mar 12 15:52:18.375 INFO E| Downloaded ryu v1.0.20
27262026-03-12T15:52:19.384Z[ helios-setup] Mar 12 15:52:18.378 INFO E| Downloaded iana-time-zone v0.1.64
27272026-03-12T15:52:19.388Z[ helios-setup] Mar 12 15:52:18.381 INFO E| Downloaded getrandom v0.2.16
27282026-03-12T15:52:19.391Z[ helios-setup] Mar 12 15:52:18.383 INFO E| Downloaded signal-hook-registry v1.4.6
27292026-03-12T15:52:19.391Z[ helios-setup] Mar 12 15:52:18.385 INFO E| Downloaded toml_parser v1.0.4
27302026-03-12T15:52:19.408Z[ helios-setup] Mar 12 15:52:18.402 INFO E| Downloaded socket2 v0.6.1
27312026-03-12T15:52:19.411Z[ helios-setup] Mar 12 15:52:18.404 INFO E| Downloaded toml_edit v0.23.7
27322026-03-12T15:52:19.414Z[ helios-setup] Mar 12 15:52:18.407 INFO E| Downloaded proc-macro2 v1.0.103
27332026-03-12T15:52:19.417Z[ helios-setup] Mar 12 15:52:18.409 INFO E| Downloaded log v0.4.28
27342026-03-12T15:52:19.426Z[ helios-setup] Mar 12 15:52:18.420 INFO E| Downloaded uuid v1.18.1
27352026-03-12T15:52:19.429Z[ helios-setup] Mar 12 15:52:18.423 INFO E| Downloaded clap v4.5.51
27362026-03-12T15:52:19.436Z[ helios-setup] Mar 12 15:52:18.430 INFO E| Downloaded toml v0.9.8
27372026-03-12T15:52:19.440Z[ helios-setup] Mar 12 15:52:18.434 INFO E| Downloaded memchr v2.7.6
27382026-03-12T15:52:19.443Z[ helios-setup] Mar 12 15:52:18.437 INFO E| Downloaded rsa v0.9.8
27392026-03-12T15:52:19.447Z[ helios-setup] Mar 12 15:52:18.441 INFO E| Downloaded bytes v1.10.1
27402026-03-12T15:52:19.460Z[ helios-setup] Mar 12 15:52:18.454 INFO E| Downloaded zerocopy-derive v0.8.27
27412026-03-12T15:52:19.465Z[ helios-setup] Mar 12 15:52:18.459 INFO E| Downloaded flate2 v1.1.5
27422026-03-12T15:52:19.469Z[ helios-setup] Mar 12 15:52:18.463 INFO E| Downloaded cc v1.2.44
27432026-03-12T15:52:19.472Z[ helios-setup] Mar 12 15:52:18.465 INFO E| Downloaded time v0.3.44
27442026-03-12T15:52:19.477Z[ helios-setup] Mar 12 15:52:18.472 INFO E| Downloaded mio v1.1.0
27452026-03-12T15:52:19.482Z[ helios-setup] Mar 12 15:52:18.476 INFO E| Downloaded indexmap v2.12.0
27462026-03-12T15:52:19.491Z[ helios-setup] Mar 12 15:52:18.485 INFO E| Downloaded iddqd v0.3.14
27472026-03-12T15:52:19.505Z[ helios-setup] Mar 12 15:52:18.499 INFO E| Downloaded serde_json v1.0.145
27482026-03-12T15:52:19.511Z[ helios-setup] Mar 12 15:52:18.505 INFO E| Downloaded num-bigint-dig v0.8.4
27492026-03-12T15:52:19.524Z[ helios-setup] Mar 12 15:52:18.518 INFO E| Downloaded hashbrown v0.16.0
27502026-03-12T15:52:19.536Z[ helios-setup] Mar 12 15:52:18.530 INFO E| Downloaded futures-util v0.3.31
27512026-03-12T15:52:19.545Z[ helios-setup] Mar 12 15:52:18.539 INFO E| Downloaded winnow v0.7.13
27522026-03-12T15:52:19.553Z[ helios-setup] Mar 12 15:52:18.547 INFO E| Downloaded libm v0.2.15
27532026-03-12T15:52:19.562Z[ helios-setup] Mar 12 15:52:18.556 INFO E| Downloaded clap_builder v4.5.51
27542026-03-12T15:52:19.572Z[ helios-setup] Mar 12 15:52:18.566 INFO E| Downloaded zerocopy v0.8.27
27552026-03-12T15:52:19.590Z[ helios-setup] Mar 12 15:52:18.584 INFO E| Downloaded syn v2.0.108
27562026-03-12T15:52:19.599Z[ helios-setup] Mar 12 15:52:18.593 INFO E| Downloaded chrono v0.4.42
27572026-03-12T15:52:19.612Z[ helios-setup] Mar 12 15:52:18.605 INFO E| Downloaded unicode-width v0.2.2
27582026-03-12T15:52:19.619Z[ helios-setup] Mar 12 15:52:18.613 INFO E| Downloaded rustix v1.1.2
27592026-03-12T15:52:19.674Z[ helios-setup] Mar 12 15:52:18.668 INFO E| Downloaded libc v0.2.177
27602026-03-12T15:52:19.694Z[ helios-setup] Mar 12 15:52:18.688 INFO E| Downloaded tokio v1.48.0
27612026-03-12T15:52:19.790Z[ helios-setup] Mar 12 15:52:18.784 INFO E| Compiling proc-macro2 v1.0.103
27622026-03-12T15:52:19.790Z[ helios-setup] Mar 12 15:52:18.784 INFO E| Compiling unicode-ident v1.0.22
27632026-03-12T15:52:19.793Z[ helios-setup] Mar 12 15:52:18.784 INFO E| Compiling quote v1.0.41
27642026-03-12T15:52:19.793Z[ helios-setup] Mar 12 15:52:18.784 INFO E| Compiling libc v0.2.177
27652026-03-12T15:52:19.793Z[ helios-setup] Mar 12 15:52:18.784 INFO E| Compiling serde_core v1.0.228
27662026-03-12T15:52:19.793Z[ helios-setup] Mar 12 15:52:18.784 INFO E| Compiling cfg-if v1.0.4
27672026-03-12T15:52:19.793Z[ helios-setup] Mar 12 15:52:18.784 INFO E| Compiling serde v1.0.228
27682026-03-12T15:52:19.793Z[ helios-setup] Mar 12 15:52:18.784 INFO E| Compiling version_check v0.9.5
27692026-03-12T15:52:19.793Z[ helios-setup] Mar 12 15:52:18.784 INFO E| Compiling autocfg v1.5.0
27702026-03-12T15:52:19.793Z[ helios-setup] Mar 12 15:52:18.784 INFO E| Compiling const-oid v0.9.6
27712026-03-12T15:52:19.793Z[ helios-setup] Mar 12 15:52:18.784 INFO E| Compiling typenum v1.19.0
27722026-03-12T15:52:19.793Z[ helios-setup] Mar 12 15:52:18.784 INFO E| Compiling libm v0.2.15
27732026-03-12T15:52:19.824Z[ helios-setup] Mar 12 15:52:18.818 INFO E| Compiling zerocopy v0.8.27
27742026-03-12T15:52:19.827Z[ helios-setup] Mar 12 15:52:18.818 INFO E| Compiling rustversion v1.0.22
27752026-03-12T15:52:19.827Z[ helios-setup] Mar 12 15:52:18.819 INFO E| Compiling zeroize v1.8.2
27762026-03-12T15:52:19.827Z[ helios-setup] Mar 12 15:52:18.819 INFO E| Compiling smallvec v1.15.1
27772026-03-12T15:52:19.946Z[ helios-setup] Mar 12 15:52:18.939 INFO E| Compiling base64ct v1.8.0
27782026-03-12T15:52:20.033Z[ omicron-package] Finished `release` profile [optimized] target(s) in 40.91s
27792026-03-12T15:52:20.037Z[ helios-setup] Mar 12 15:52:19.028 INFO E| Compiling winnow v0.7.13
27802026-03-12T15:52:20.086Z[ helios-setup] Mar 12 15:52:19.080 INFO E| Compiling hashbrown v0.16.0
27812026-03-12T15:52:20.210Z[ helios-setup] Mar 12 15:52:19.203 INFO E| Compiling rustix v1.1.2
27822026-03-12T15:52:20.256Z[ helios-setup] Mar 12 15:52:19.250 INFO E| Compiling generic-array v0.14.9
27832026-03-12T15:52:20.350Z[ omicron-package]
27842026-03-12T15:52:20.350Z[ omicron-package] real 41.145789116
27852026-03-12T15:52:20.350Z[ omicron-package] user 5:03.131497204
27862026-03-12T15:52:20.353Z[ omicron-package] sys 27.133429733
27872026-03-12T15:52:20.353Z[ omicron-package] trap 0.408498405
27882026-03-12T15:52:20.353Z[ omicron-package] tflt 0.879126105
27892026-03-12T15:52:20.353Z[ omicron-package] dflt 2.328894392
27902026-03-12T15:52:20.353Z[ omicron-package] kflt 0.000364635
27912026-03-12T15:52:20.354Z[ omicron-package] lock 8:04.030214105
27922026-03-12T15:52:20.354Z[ omicron-package] slp 9:13.537724988
27932026-03-12T15:52:20.354Z[ omicron-package] lat 57.210684639
27942026-03-12T15:52:20.354Z[ omicron-package] stop 1:23.073210702
27952026-03-12T15:52:20.354ZMar 12 15:52:19.344 INFO [omicron-package] process exited with exit status: 0 (41.244621224s)
27962026-03-12T15:52:20.354ZMar 12 15:52:19.345 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27972026-03-12T15:52:20.354ZMar 12 15:52:19.345 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27982026-03-12T15:52:20.368Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27992026-03-12T15:52:20.368Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28002026-03-12T15:52:20.371Z[ recovery-target] Created new build target 'recovery' and set it as active
28012026-03-12T15:52:20.371Z[ host-target] Created new build target 'host' and set it as active
28022026-03-12T15:52:20.371Z[ helios-setup] Mar 12 15:52:19.362 INFO E| Compiling num-traits v0.2.19
28032026-03-12T15:52:20.375ZMar 12 15:52:19.368 INFO [host-target] process exited with exit status: 0 (23.039697ms)
28042026-03-12T15:52:20.375ZMar 12 15:52:19.368 INFO [recovery-target] process exited with exit status: 0 (22.525438ms)
28052026-03-12T15:52:20.375ZMar 12 15:52:19.368 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28062026-03-12T15:52:20.386Z[ helios-setup] Mar 12 15:52:19.378 INFO E| Compiling pem-rfc7468 v0.7.0
28072026-03-12T15:52:20.389Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28082026-03-12T15:52:20.428Z[ helios-setup] Mar 12 15:52:19.421 INFO E| Compiling memchr v2.7.6
28092026-03-12T15:52:20.496Z[ helios-setup] Mar 12 15:52:19.489 INFO E| Compiling crc32fast v1.5.0
28102026-03-12T15:52:20.563Z[ helios-setup] Mar 12 15:52:19.555 INFO E| Compiling anyhow v1.0.100
28112026-03-12T15:52:20.783Z[ helios-setup] Mar 12 15:52:19.777 INFO E| Compiling byteorder v1.5.0
28122026-03-12T15:52:20.805Z[ helios-setup] Mar 12 15:52:19.798 INFO E| Compiling flagset v0.4.7
28132026-03-12T15:52:20.908Z[ helios-setup] Mar 12 15:52:19.902 INFO E| Compiling utf8parse v0.2.2
28142026-03-12T15:52:20.919Z[ helios-setup] Mar 12 15:52:19.912 INFO E| Compiling equivalent v1.0.2
28152026-03-12T15:52:20.971Z[ helios-setup] Mar 12 15:52:19.965 INFO E| Compiling getrandom v0.2.16
28162026-03-12T15:52:20.998Z[ helios-setup] Mar 12 15:52:19.992 INFO E| Compiling indexmap v2.12.0
28172026-03-12T15:52:21.036Z[ helios-setup] Mar 12 15:52:20.029 INFO E| Compiling anstyle-parse v0.2.7
28182026-03-12T15:52:21.057Z[ helios-setup] Mar 12 15:52:20.051 INFO E| Compiling errno v0.3.14
28192026-03-12T15:52:21.125Z[ helios-setup] Mar 12 15:52:20.118 INFO E| Compiling rand_core v0.6.4
28202026-03-12T15:52:21.254Z[ helios-setup] Mar 12 15:52:20.248 INFO E| Compiling is_terminal_polyfill v1.70.2
28212026-03-12T15:52:21.273Z[ helios-setup] Mar 12 15:52:20.267 INFO E| Compiling anstyle-query v1.1.4
28222026-03-12T15:52:21.282Z[ helios-setup] Mar 12 15:52:20.276 INFO E| Compiling syn v1.0.109
28232026-03-12T15:52:21.308Z[ helios-setup] Mar 12 15:52:20.301 INFO E| Compiling radium v0.7.0
28242026-03-12T15:52:21.322Z[ helios-setup] Mar 12 15:52:20.316 INFO E| Compiling toml_datetime v0.7.3
28252026-03-12T15:52:21.381Z[ helios-setup] Mar 12 15:52:20.374 INFO E| Compiling cpufeatures v0.2.17
28262026-03-12T15:52:21.408Z[ helios-setup] Mar 12 15:52:20.401 INFO E| Compiling find-msvc-tools v0.1.4
28272026-03-12T15:52:21.431Z[ helios-setup] Mar 12 15:52:20.424 INFO E| Compiling anstyle v1.0.13
28282026-03-12T15:52:21.463Z[ helios-setup] Mar 12 15:52:20.456 INFO E| Compiling colorchoice v1.0.4
28292026-03-12T15:52:21.472Z[ helios-setup] Mar 12 15:52:20.466 INFO E| Compiling syn v2.0.108
28302026-03-12T15:52:21.606Z[ helios-setup] Mar 12 15:52:20.599 INFO E| Compiling shlex v1.3.0
28312026-03-12T15:52:21.624Z[ helios-setup] Mar 12 15:52:20.617 INFO E| Compiling allocator-api2 v0.2.21
28322026-03-12T15:52:21.640Z[ helios-setup] Mar 12 15:52:20.634 INFO E| Compiling slog v2.8.2
28332026-03-12T15:52:21.754Z[ helios-setup] Mar 12 15:52:20.747 INFO E| Compiling anstream v0.6.21
28342026-03-12T15:52:21.792Z[ helios-setup] Mar 12 15:52:20.785 INFO E| Compiling cc v1.2.44
28352026-03-12T15:52:21.828Z[ helios-setup] Mar 12 15:52:20.818 INFO E| Compiling parking_lot_core v0.9.12
28362026-03-12T15:52:21.864Z[ helios-setup] Mar 12 15:52:20.857 INFO E| Compiling futures-sink v0.3.31
28372026-03-12T15:52:21.897Z[ helios-setup] Mar 12 15:52:20.890 INFO E| Compiling pin-project-lite v0.2.16
28382026-03-12T15:52:21.990Z[ helios-setup] Mar 12 15:52:20.982 INFO E| Compiling crypto-common v0.1.6
28392026-03-12T15:52:22.006Z[ helios-setup] Mar 12 15:52:20.999 INFO E| Compiling block-buffer v0.10.4
28402026-03-12T15:52:22.014Z[ helios-setup] Mar 12 15:52:21.007 INFO E| Compiling toml_parser v1.0.4
28412026-03-12T15:52:22.033Z[ helios-setup] Mar 12 15:52:21.027 INFO E| Compiling pkg-config v0.3.32
28422026-03-12T15:52:22.073Z[ helios-setup] Mar 12 15:52:21.066 INFO E| Compiling unicode-width v0.2.2
28432026-03-12T15:52:22.152Z[ helios-setup] Mar 12 15:52:21.146 INFO E| Compiling futures-core v0.3.31
28442026-03-12T15:52:22.188Z[ helios-setup] Mar 12 15:52:21.181 INFO E| Compiling digest v0.10.7
28452026-03-12T15:52:22.225Z[ helios-setup] Mar 12 15:52:21.218 INFO E| Compiling tap v1.0.1
28462026-03-12T15:52:22.238Z[ helios-setup] Mar 12 15:52:21.231 INFO E| Compiling maybe-uninit v2.0.0
28472026-03-12T15:52:22.376Z[ helios-setup] Mar 12 15:52:21.368 INFO E| Compiling wyz v0.5.1
28482026-03-12T15:52:22.402Z[ helios-setup] Mar 12 15:52:21.394 INFO E| Compiling futures-channel v0.3.31
28492026-03-12T15:52:22.448Z[ helios-setup] Mar 12 15:52:21.442 INFO E| Compiling sha2 v0.10.9
28502026-03-12T15:52:22.465Z[ helios-setup] Mar 12 15:52:21.458 INFO E| Compiling getopts v0.2.24
28512026-03-12T15:52:22.669Z[ helios-setup] Mar 12 15:52:21.663 INFO E| Compiling toml_edit v0.23.7
28522026-03-12T15:52:22.686Z[ helios-setup] Mar 12 15:52:21.679 INFO E| Compiling num-integer v0.1.46
28532026-03-12T15:52:22.714Z[ helios-setup] Mar 12 15:52:21.707 INFO E| Compiling ahash v0.8.12
28542026-03-12T15:52:22.778Z[ helios-setup] Mar 12 15:52:21.772 INFO E| Compiling funty v2.0.0
28552026-03-12T15:52:22.809Z[ host-package] Compiling ring v0.17.14
28562026-03-12T15:52:22.819Z[ helios-setup] Mar 12 15:52:21.812 INFO E| Compiling itoa v1.0.15
28572026-03-12T15:52:22.828Z[ helios-setup] Mar 12 15:52:21.821 INFO E| Compiling pin-utils v0.1.0
28582026-03-12T15:52:22.902Z[ helios-setup] Mar 12 15:52:21.895 INFO E| Compiling clap_lex v0.7.6
28592026-03-12T15:52:22.902Z[ helios-setup] Mar 12 15:52:21.895 INFO E| Compiling num-conv v0.1.0
28602026-03-12T15:52:22.925Z[ helios-setup] Mar 12 15:52:21.918 INFO E| Compiling thiserror v1.0.69
28612026-03-12T15:52:22.948Z[ helios-setup] Mar 12 15:52:21.941 INFO E| Compiling powerfmt v0.2.0
28622026-03-12T15:52:23.027Z[ helios-setup] Mar 12 15:52:22.020 INFO E| Compiling bytes v1.10.1
28632026-03-12T15:52:23.082Z[ host-package] Compiling regress v0.10.5
28642026-03-12T15:52:23.082Z[ host-package] Compiling heck v0.5.0
28652026-03-12T15:52:23.082Z[ host-package] Compiling unsafe-libyaml v0.2.11
28662026-03-12T15:52:23.082Z[ host-package] Compiling convert_case v0.4.0
28672026-03-12T15:52:23.085Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28682026-03-12T15:52:23.085Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28692026-03-12T15:52:23.112Z[ helios-setup] Mar 12 15:52:22.105 INFO E| Compiling futures-task v0.3.31
28702026-03-12T15:52:23.120Z[ helios-setup] Mar 12 15:52:22.113 INFO E| Compiling spin v0.9.8
28712026-03-12T15:52:23.177Z[ helios-setup] Mar 12 15:52:22.170 INFO E| Compiling getrandom v0.3.4
28722026-03-12T15:52:23.214Z[ host-package] Compiling prettyplease v0.2.37
28732026-03-12T15:52:23.214Z[ host-package] Compiling universal-hash v0.5.1
28742026-03-12T15:52:23.218Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
28752026-03-12T15:52:23.218Z[ host-package] Compiling unicode-width v0.1.14
28762026-03-12T15:52:23.218Z[ host-package] Compiling opaque-debug v0.3.1
28772026-03-12T15:52:23.218Z[ host-package] Compiling chacha20 v0.9.1
28782026-03-12T15:52:23.218Z[ host-package] Compiling password-hash v0.5.0
28792026-03-12T15:52:23.218Z[ host-package] Compiling blake2 v0.10.6
28802026-03-12T15:52:23.327Z[ helios-setup] Mar 12 15:52:22.318 INFO E| Compiling bitflags v2.10.0
28812026-03-12T15:52:23.334Z[ helios-setup] Mar 12 15:52:22.327 INFO E| Compiling heck v0.5.0
28822026-03-12T15:52:23.399Z[ helios-setup] Mar 12 15:52:22.390 INFO E| Compiling num-bigint-dig v0.8.4
28832026-03-12T15:52:23.422Z[ helios-setup] Mar 12 15:52:22.415 INFO E| Compiling scopeguard v1.2.0
28842026-03-12T15:52:23.533Z[ helios-setup] Mar 12 15:52:22.521 INFO E| Compiling packed_struct v0.10.1
28852026-03-12T15:52:23.590Z[ helios-setup] Mar 12 15:52:22.583 INFO E| Compiling proc-macro-crate v3.4.0
28862026-03-12T15:52:23.602Z[ helios-setup] Mar 12 15:52:22.595 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
28872026-03-12T15:52:23.864Z[ helios-setup] Mar 12 15:52:22.857 INFO E| Compiling strsim v0.11.1
28882026-03-12T15:52:23.898Z[ helios-setup] Mar 12 15:52:22.891 INFO E| Compiling time-core v0.1.6
28892026-03-12T15:52:23.901Z[ helios-setup] Mar 12 15:52:22.891 INFO E| Compiling futures-io v0.3.31
28902026-03-12T15:52:23.958Z[ helios-setup] Mar 12 15:52:22.951 INFO E| Compiling slab v0.4.11
28912026-03-12T15:52:24.166Z[ helios-setup] Mar 12 15:52:23.159 INFO E| Compiling lock_api v0.4.14
28922026-03-12T15:52:24.207Z[ helios-setup] Mar 12 15:52:23.200 INFO E| Compiling time-macros v0.2.24
28932026-03-12T15:52:24.263Z[ helios-setup] Mar 12 15:52:23.256 INFO E| Compiling bitvec v1.0.1
28942026-03-12T15:52:24.272Z[ helios-setup] Mar 12 15:52:23.265 INFO E| Compiling lazy_static v1.5.0
28952026-03-12T15:52:24.321Z[ helios-setup] Mar 12 15:52:23.314 INFO E| Compiling deranged v0.5.5
28962026-03-12T15:52:24.440Z[ helios-setup] Mar 12 15:52:23.433 INFO E| Compiling num-iter v0.1.45
28972026-03-12T15:52:24.460Z[ host-package] Compiling typify-impl v0.6.1
28982026-03-12T15:52:24.629Z[ helios-setup] Mar 12 15:52:23.567 INFO E| Compiling indexmap v1.9.3
28992026-03-12T15:52:24.633Z[ helios-setup] Mar 12 15:52:23.579 INFO E| Compiling nodrop v0.1.14
29002026-03-12T15:52:24.633Z[ helios-setup] Mar 12 15:52:23.590 INFO E| Compiling adler2 v2.0.1
29012026-03-12T15:52:24.678Z[ helios-setup] Mar 12 15:52:23.672 INFO E| Compiling once_cell v1.21.3
29022026-03-12T15:52:24.792Z[ host-package] Compiling poly1305 v0.8.0
29032026-03-12T15:52:24.821Z[ helios-setup] Mar 12 15:52:23.811 INFO E| Compiling terminal_size v0.4.3
29042026-03-12T15:52:24.844Z[ helios-setup] Mar 12 15:52:23.837 INFO E| Compiling iana-time-zone v0.1.64
29052026-03-12T15:52:24.855Z[ helios-setup] Mar 12 15:52:23.848 INFO E| Compiling log v0.4.28
29062026-03-12T15:52:24.943Z[ host-package] Compiling aead v0.5.2
29072026-03-12T15:52:24.943Z[ host-package] Compiling is-terminal v0.4.17
29082026-03-12T15:52:25.111Z[ helios-setup] Mar 12 15:52:24.104 INFO E| Compiling clap_builder v4.5.51
29092026-03-12T15:52:25.183Z[ host-package] Compiling swrite v0.1.0
29102026-03-12T15:52:25.187Z[ host-package] Compiling argon2 v0.5.3
29112026-03-12T15:52:25.190Z[ helios-setup] Mar 12 15:52:24.183 INFO E| Compiling crc-catalog v2.4.0
29122026-03-12T15:52:25.216Z[ helios-setup] Mar 12 15:52:24.209 INFO E| Compiling serde_json v1.0.145
29132026-03-12T15:52:25.216Z[ host-package] Compiling serde_spanned v1.0.4
29142026-03-12T15:52:25.239Z[ helios-setup] Mar 12 15:52:24.232 INFO E| Compiling simd-adler32 v0.3.7
29152026-03-12T15:52:25.301Z[ helios-setup] Mar 12 15:52:24.294 INFO E| Compiling thiserror v2.0.17
29162026-03-12T15:52:25.323Z[ helios-setup] Mar 12 15:52:24.316 INFO E| Compiling crc v3.3.0
29172026-03-12T15:52:25.406Z[ helios-setup] Mar 12 15:52:24.399 INFO E| Compiling env_filter v0.1.4
29182026-03-12T15:52:25.501Z[ helios-setup] Mar 12 15:52:24.494 INFO E| Compiling chrono v0.4.42
29192026-03-12T15:52:25.566Z[ helios-setup] Mar 12 15:52:24.559 INFO E| Compiling parking_lot v0.12.5
29202026-03-12T15:52:25.644Z[ host-package] Compiling derive_more v0.99.20
29212026-03-12T15:52:25.837Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
29222026-03-12T15:52:25.908Z[ helios-setup] Mar 12 15:52:24.901 INFO E| Compiling miniz_oxide v0.8.9
29232026-03-12T15:52:26.011Z[ helios-setup] Mar 12 15:52:25.004 INFO E| Compiling array-init v0.0.4
29242026-03-12T15:52:26.190Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
29252026-03-12T15:52:26.190Z[ host-package] Compiling thiserror-no-std v2.0.2
29262026-03-12T15:52:26.226Z[ host-package] Compiling chacha20poly1305 v0.10.1
29272026-03-12T15:52:26.230Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
29282026-03-12T15:52:26.234Z[ helios-setup] Mar 12 15:52:25.227 INFO E| Compiling smallvec v0.6.14
29292026-03-12T15:52:26.421Z[ host-package] Compiling bytecount v0.6.9
29302026-03-12T15:52:26.630Z[ helios-setup] Mar 12 15:52:25.623 INFO E| Compiling serde_spanned v1.0.3
29312026-03-12T15:52:26.793Z[ host-package] Compiling typify-impl v0.4.3
29322026-03-12T15:52:26.819Z[ host-package] Compiling vsss-rs v3.3.4
29332026-03-12T15:52:27.088Z[ helios-setup] Mar 12 15:52:26.081 INFO E| Compiling signature v2.2.0
29342026-03-12T15:52:27.176Z[ host-package] Compiling toml v0.9.12+spec-1.1.0
29352026-03-12T15:52:27.180Z[ host-package] Compiling derive-where v1.6.0
29362026-03-12T15:52:27.180Z[ host-package] Compiling thread_local v1.1.9
29372026-03-12T15:52:27.212Z[ helios-setup] Mar 12 15:52:26.205 INFO E| Compiling time v0.3.44
29382026-03-12T15:52:27.212Z[ helios-setup] Mar 12 15:52:26.205 INFO E| Compiling is-terminal v0.4.17
29392026-03-12T15:52:27.257Z[ helios-setup] Mar 12 15:52:26.250 INFO E| Compiling socket2 v0.6.1
29402026-03-12T15:52:27.348Z[ helios-setup] Mar 12 15:52:26.341 INFO E| Compiling signal-hook-registry v1.4.6
29412026-03-12T15:52:27.390Z[ host-package] Compiling match_cfg v0.1.0
29422026-03-12T15:52:27.440Z[ helios-setup] Mar 12 15:52:26.433 INFO E| Compiling mio v1.1.0
29432026-03-12T15:52:27.552Z[ helios-setup] Mar 12 15:52:26.545 INFO E| Compiling thread_local v1.1.9
29442026-03-12T15:52:27.595Z[ host-package] Compiling rustls v0.23.37
29452026-03-12T15:52:27.711Z[ helios-setup] Mar 12 15:52:26.704 INFO E| Compiling subtle v2.6.1
29462026-03-12T15:52:27.835Z[ host-package] Compiling rustls v0.22.4
29472026-03-12T15:52:27.990Z[ host-package] Compiling hostname v0.3.1
29482026-03-12T15:52:28.098Z[ helios-setup] Mar 12 15:52:27.090 INFO E| Compiling term v1.2.0
29492026-03-12T15:52:28.252Z[ host-package] Compiling multer v3.1.0
29502026-03-12T15:52:28.256Z[ host-package] Compiling slog-async v2.8.0
29512026-03-12T15:52:28.336Z[ helios-setup] Mar 12 15:52:27.329 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
29522026-03-12T15:52:28.444Z[ host-package] Compiling slog-json v2.6.1
29532026-03-12T15:52:28.447Z[ host-package] Compiling crossbeam-channel v0.5.15
29542026-03-12T15:52:28.630Z[ helios-setup] Mar 12 15:52:27.623 INFO E| Compiling winnow v0.5.40
29552026-03-12T15:52:28.671Z[ helios-setup] Mar 12 15:52:27.664 INFO E| Compiling base64 v0.21.7
29562026-03-12T15:52:28.794Z[ host-package] Compiling futures-executor v0.3.32
29572026-03-12T15:52:28.880Z[ helios-setup] Mar 12 15:52:27.873 INFO E| Compiling libdevinfo-sys v1.1.0
29582026-03-12T15:52:28.920Z[ helios-setup] Mar 12 15:52:27.913 INFO E| Compiling hashbrown v0.12.3
29592026-03-12T15:52:29.028Z[ helios-setup] Mar 12 15:52:28.021 INFO E| Compiling toml_writer v1.0.4
29602026-03-12T15:52:29.122Z[ helios-setup] Mar 12 15:52:28.115 INFO E| Compiling ryu v1.0.20
29612026-03-12T15:52:29.145Z[ host-package] Compiling take_mut v0.2.2
29622026-03-12T15:52:29.189Z[ helios-setup] Mar 12 15:52:28.182 INFO E| Compiling packed_struct_codegen v0.10.1
29632026-03-12T15:52:29.229Z[ helios-setup] Mar 12 15:52:28.222 INFO E| Compiling bzip2 v0.4.4
29642026-03-12T15:52:29.283Z[ host-package] Compiling term v1.2.1
29652026-03-12T15:52:29.323Z[ helios-setup] Mar 12 15:52:28.315 INFO E| Compiling flate2 v1.1.5
29662026-03-12T15:52:29.346Z[ helios-setup] Mar 12 15:52:28.339 INFO E| Compiling uuid v1.18.1
29672026-03-12T15:52:29.603Z[ helios-setup] Mar 12 15:52:28.595 INFO E| Compiling serde_derive v1.0.228
29682026-03-12T15:52:29.734Z[ helios-setup] Mar 12 15:52:28.727 INFO E| Compiling zerocopy-derive v0.8.27
29692026-03-12T15:52:29.793Z[ helios-setup] Mar 12 15:52:28.785 INFO E| Compiling der_derive v0.7.3
29702026-03-12T15:52:29.857Z[ host-package] Compiling futures v0.3.32
29712026-03-12T15:52:29.979Z[ host-package] Compiling slog-bunyan v2.5.0
29722026-03-12T15:52:30.213Z[ helios-setup] Mar 12 15:52:29.205 INFO E| Compiling futures-macro v0.3.31
29732026-03-12T15:52:30.222Z[ helios-setup] Mar 12 15:52:29.214 INFO E| Compiling bitfield-macros v0.19.3
29742026-03-12T15:52:30.261Z[ host-package] Compiling slog-term v2.9.2
29752026-03-12T15:52:30.285Z[ helios-setup] Mar 12 15:52:29.278 INFO E| Compiling num_enum_derive v0.7.5
29762026-03-12T15:52:30.512Z[ host-package] Compiling dropshot v0.16.7
29772026-03-12T15:52:30.688Z[ helios-setup] Mar 12 15:52:29.680 INFO E| Compiling thiserror-impl v1.0.69
29782026-03-12T15:52:30.693Z[ host-package] Compiling rustls-webpki v0.103.9
29792026-03-12T15:52:30.696Z[ host-package] Compiling rustls-webpki v0.102.8
29802026-03-12T15:52:30.696Z[ host-package] Compiling async-stream v0.3.6
29812026-03-12T15:52:30.762Z[ helios-setup] Mar 12 15:52:29.755 INFO E| Compiling zerocopy-derive v0.6.6
29822026-03-12T15:52:30.930Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
29832026-03-12T15:52:31.013Z[ helios-setup] Mar 12 15:52:30.004 INFO E| Compiling clap_derive v4.5.49
29842026-03-12T15:52:31.298Z[ host-package] Compiling waitgroup v0.1.2
29852026-03-12T15:52:31.397Z[ host-package] Compiling backon v1.6.0
29862026-03-12T15:52:31.512Z[ host-package] Compiling rustls-pemfile v2.2.0
29872026-03-12T15:52:31.512Z[ host-package] Compiling serde_path_to_error v0.1.20
29882026-03-12T15:52:31.568Z[ helios-setup] Mar 12 15:52:30.560 INFO E| Compiling tokio-macros v2.6.0
29892026-03-12T15:52:31.632Z[ helios-setup] Mar 12 15:52:30.625 INFO E| Compiling thiserror-impl v2.0.17
29902026-03-12T15:52:31.763Z[ host-package] Compiling hostname v0.4.2
29912026-03-12T15:52:31.975Z[ host-package] Compiling instant v0.1.13
29922026-03-12T15:52:32.183Z[ host-package] Compiling debug-ignore v1.0.5
29932026-03-12T15:52:32.186Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
29942026-03-12T15:52:32.256Z[ host-package] Compiling parse-display v0.10.0
29952026-03-12T15:52:32.260Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29962026-03-12T15:52:32.389Z[ helios-setup] Mar 12 15:52:31.382 INFO E| Compiling der v0.7.10
29972026-03-12T15:52:32.432Z[ helios-setup] Mar 12 15:52:31.424 INFO E| Compiling bitfield v0.19.3
29982026-03-12T15:52:32.552Z[ helios-setup] Mar 12 15:52:31.544 INFO E| Compiling futures-util v0.3.31
29992026-03-12T15:52:32.568Z[ helios-setup] Mar 12 15:52:31.560 INFO E| Compiling num_enum v0.7.5
30002026-03-12T15:52:32.574Z[ host-package] Compiling backoff v0.4.0
30012026-03-12T15:52:32.781Z[ helios-setup] Mar 12 15:52:31.773 INFO E| Compiling devinfo v0.1.0
30022026-03-12T15:52:33.053Z[ helios-setup] Mar 12 15:52:32.045 INFO E| Compiling toml v0.9.8
30032026-03-12T15:52:33.133Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30042026-03-12T15:52:33.139Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30052026-03-12T15:52:33.142Z[ host-package] Compiling macaddr v1.0.1
30062026-03-12T15:52:33.147Z[ host-package] Compiling console v0.15.11
30072026-03-12T15:52:33.193Z[ helios-setup] Mar 12 15:52:32.185 INFO E| Compiling env_logger v0.11.8
30082026-03-12T15:52:33.208Z[ host-package] Compiling newline-converter v0.3.0
30092026-03-12T15:52:33.254Z[ helios-setup] Mar 12 15:52:32.246 INFO E| Compiling crc-any v2.5.0
30102026-03-12T15:52:33.305Z[ helios-setup] Mar 12 15:52:32.297 INFO E| Compiling tokio v1.48.0
30112026-03-12T15:52:33.305Z[ helios-setup] Mar 12 15:52:32.297 INFO E| Compiling zerocopy v0.6.6
30122026-03-12T15:52:33.308Z[ helios-setup] Mar 12 15:52:32.298 INFO E| Compiling foldhash v0.2.0
30132026-03-12T15:52:33.570Z[ host-package] Compiling atomicwrites v0.4.4
30142026-03-12T15:52:33.590Z[ host-package] Compiling num-rational v0.4.2
30152026-03-12T15:52:34.021Z[ helios-setup] Mar 12 15:52:33.013 INFO E| Compiling rustc-hash v2.1.1
30162026-03-12T15:52:34.132Z[ helios-setup] Mar 12 15:52:33.124 INFO E| Compiling bitflags v1.3.2
30172026-03-12T15:52:34.206Z[ helios-setup] Mar 12 15:52:33.198 INFO E| Compiling hex v0.4.3
30182026-03-12T15:52:34.405Z[ helios-setup] Mar 12 15:52:33.397 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
30192026-03-12T15:52:34.607Z[ host-package] Compiling num-complex v0.4.6
30202026-03-12T15:52:34.610Z[ helios-setup] Mar 12 15:52:33.603 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
30212026-03-12T15:52:34.703Z[ helios-setup] Mar 12 15:52:33.693 INFO E| Compiling iddqd v0.3.14
30222026-03-12T15:52:34.902Z[ host-package] Compiling slog-dtrace v0.3.0
30232026-03-12T15:52:34.992Z[ helios-setup] Mar 12 15:52:33.975 INFO E| Compiling spki v0.7.3
30242026-03-12T15:52:35.110Z[ helios-setup] Mar 12 15:52:34.102 INFO E| Compiling zip v0.6.6
30252026-03-12T15:52:35.180Z[ helios-setup] Mar 12 15:52:34.172 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
30262026-03-12T15:52:35.216Z[ helios-setup] Mar 12 15:52:34.208 INFO E| Compiling path-slash v0.1.5
30272026-03-12T15:52:35.510Z[ helios-setup] Mar 12 15:52:34.502 INFO E| Compiling pkcs8 v0.10.2
30282026-03-12T15:52:35.549Z[ host-package] Compiling expectorate v1.2.0
30292026-03-12T15:52:35.598Z[ helios-setup] Mar 12 15:52:34.591 INFO E| Compiling x509-cert v0.2.5
30302026-03-12T15:52:35.796Z[ host-package] Compiling cancel-safe-futures v0.1.5
30312026-03-12T15:52:35.909Z[ helios-setup] Mar 12 15:52:34.901 INFO E| Compiling clap v4.5.51
30322026-03-12T15:52:35.946Z[ host-package] Compiling num v0.4.3
30332026-03-12T15:52:36.019Z[ host-package] Compiling float-ord v0.3.2
30342026-03-12T15:52:36.059Z[ helios-setup] Mar 12 15:52:35.050 INFO E| Compiling pkcs1 v0.7.5
30352026-03-12T15:52:36.121Z[ host-package] Compiling owo-colors v4.3.0
30362026-03-12T15:52:36.405Z[ host-package] Compiling typify-macro v0.4.3
30372026-03-12T15:52:36.408Z[ host-package] Compiling typify-macro v0.6.1
30382026-03-12T15:52:36.466Z[ host-package] Compiling libsw-core v0.3.2
30392026-03-12T15:52:36.750Z[ host-package] Compiling resolv-conf v0.7.6
30402026-03-12T15:52:36.987Z[ host-package] Compiling toml v0.8.23
30412026-03-12T15:52:37.342Z[ host-package] Compiling tokio-rustls v0.25.0
30422026-03-12T15:52:37.548Z[ host-package] Compiling libsw v3.5.0
30432026-03-12T15:52:37.551Z[ host-package] Compiling linear-map v1.2.0
30442026-03-12T15:52:38.202Z[ helios-setup] Mar 12 15:52:37.194 INFO E| Compiling ppv-lite86 v0.2.21
30452026-03-12T15:52:38.409Z[ host-package] Compiling minimal-lexical v0.2.1
30462026-03-12T15:52:38.535Z[ host-package] Compiling linked-hash-map v0.5.6
30472026-03-12T15:52:38.618Z[ helios-setup] Mar 12 15:52:37.609 INFO E| Compiling erased-serde v0.3.31
30482026-03-12T15:52:38.704Z[ helios-setup] Mar 12 15:52:37.696 INFO E| Compiling serde_spanned v0.6.9
30492026-03-12T15:52:38.765Z[ host-package] Compiling unicode-xid v0.2.6
30502026-03-12T15:52:38.945Z[ host-package] Compiling nom v7.1.3
30512026-03-12T15:52:39.041Z[ helios-setup] Mar 12 15:52:38.033 INFO E| Compiling toml_datetime v0.6.11
30522026-03-12T15:52:39.350Z[ host-package] Compiling lru-cache v0.1.2
30532026-03-12T15:52:39.371Z[ host-package] Compiling hickory-proto v0.24.4
30542026-03-12T15:52:39.735Z[ helios-setup] Mar 12 15:52:38.726 INFO E| Compiling rand_chacha v0.3.1
30552026-03-12T15:52:39.848Z[ helios-setup] Mar 12 15:52:38.840 INFO E| Compiling futures-executor v0.3.31
30562026-03-12T15:52:39.899Z[ host-package] Compiling convert_case v0.10.0
30572026-03-12T15:52:39.911Z[ helios-setup] Mar 12 15:52:38.902 INFO E| Compiling hashbrown v0.13.2
30582026-03-12T15:52:39.974Z[ helios-setup] Mar 12 15:52:38.965 INFO E| Compiling toml_edit v0.19.15
30592026-03-12T15:52:40.158Z[ host-package] Compiling typify v0.4.3
30602026-03-12T15:52:40.194Z[ helios-setup] Mar 12 15:52:39.184 INFO E| Compiling ron v0.8.1
30612026-03-12T15:52:40.274Z[ helios-setup] Mar 12 15:52:39.265 INFO E| Compiling futures v0.3.31
30622026-03-12T15:52:40.298Z[ helios-setup] Mar 12 15:52:39.280 INFO E| Compiling serde-hex v0.1.0
30632026-03-12T15:52:40.460Z[ helios-setup] Mar 12 15:52:39.451 INFO E| Compiling rand v0.8.5
30642026-03-12T15:52:40.817Z[ host-package] Compiling tokio-rustls v0.26.4
30652026-03-12T15:52:40.935Z[ host-package] Compiling rustls-platform-verifier v0.6.2
30662026-03-12T15:52:41.321Z[ host-package] Compiling hyper-rustls v0.27.7
30672026-03-12T15:52:41.378Z[ helios-setup] Mar 12 15:52:40.370 INFO E| Compiling slog-term v2.9.2
30682026-03-12T15:52:41.394Z[ helios-setup] Mar 12 15:52:40.386 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
30692026-03-12T15:52:41.462Z[ host-package] Compiling typify v0.6.1
30702026-03-12T15:52:41.520Z[ helios-setup] Mar 12 15:52:40.512 INFO E| Compiling object v0.30.4
30712026-03-12T15:52:41.648Z[ host-package] Compiling progenitor-impl v0.11.2
30722026-03-12T15:52:41.940Z[ host-package] Compiling reqwest v0.13.2
30732026-03-12T15:52:42.136Z[ host-package] Compiling reqwest v0.12.28
30742026-03-12T15:52:42.270Z[ host-package] Compiling progenitor-impl v0.13.0
30752026-03-12T15:52:42.428Z[ helios-setup] Mar 12 15:52:41.419 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
30762026-03-12T15:52:42.876Z[ helios-setup] Mar 12 15:52:41.868 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
30772026-03-12T15:52:43.737Z[ helios-setup] Mar 12 15:52:42.728 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
30782026-03-12T15:52:43.773Z[ helios-setup] Mar 12 15:52:42.764 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
30792026-03-12T15:52:43.970Z[ helios-setup] Mar 12 15:52:42.961 INFO E| Compiling toml v0.7.8
30802026-03-12T15:52:44.563Z[ host-package] Compiling derive_more-impl v2.1.1
30812026-03-12T15:52:44.621Z[ host-package] Compiling termtree v0.5.1
30822026-03-12T15:52:45.061Z[ host-package] Compiling phf_shared v0.12.1
30832026-03-12T15:52:45.332Z[ host-package] Compiling csv-core v0.1.13
30842026-03-12T15:52:45.681Z[ helios-setup] Mar 12 15:52:44.672 INFO E| Compiling rsa v0.9.8
30852026-03-12T15:52:45.959Z[ host-package] Compiling vte v0.14.1
30862026-03-12T15:52:46.467Z[ host-package] Compiling progenitor-client v0.13.0
30872026-03-12T15:52:46.882Z[ host-package] Compiling progenitor-client v0.10.0
30882026-03-12T15:52:47.050Z[ host-package] Compiling progenitor-extras v0.1.1
30892026-03-12T15:52:47.314Z[ host-package] Compiling hickory-resolver v0.24.4
30902026-03-12T15:52:47.663Z[ host-package] Compiling progenitor-macro v0.11.2
30912026-03-12T15:52:47.768Z[ host-package] Compiling progenitor-macro v0.13.0
30922026-03-12T15:52:48.038Z[ host-package] Compiling derive_more v2.1.1
30932026-03-12T15:52:48.573Z[ host-package] Compiling crossterm v0.29.0
30942026-03-12T15:52:50.777Z[ host-package] Compiling qorb v0.4.1
30952026-03-12T15:52:51.043Z[ host-package] Compiling chrono-tz v0.10.4
30962026-03-12T15:52:51.253Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30972026-03-12T15:52:53.779Z[ helios-setup] Mar 12 15:52:52.770 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
30982026-03-12T15:52:54.305Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30992026-03-12T15:52:55.248Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31002026-03-12T15:52:55.452Z[ helios-setup] Mar 12 15:52:54.443 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
31012026-03-12T15:52:56.667Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31022026-03-12T15:52:57.259Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31032026-03-12T15:52:57.369Z[ host-package] Compiling progenitor v0.13.0
31042026-03-12T15:52:57.610Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31052026-03-12T15:52:57.874Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31062026-03-12T15:52:58.068Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31072026-03-12T15:52:58.156Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31082026-03-12T15:52:58.888Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31092026-03-12T15:52:59.380Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31102026-03-12T15:53:00.369Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31112026-03-12T15:53:00.628Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31122026-03-12T15:53:01.508Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31132026-03-12T15:53:01.733Z[ helios-setup] Mar 12 15:53:00.722 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
31142026-03-12T15:53:04.501Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31152026-03-12T15:53:05.159Z[ host-package] Compiling progenitor-client v0.11.2
31162026-03-12T15:53:05.268Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31172026-03-12T15:53:05.333Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31182026-03-12T15:53:05.560Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31192026-03-12T15:53:05.610Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31202026-03-12T15:53:06.220Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31212026-03-12T15:53:06.614Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31222026-03-12T15:53:07.983Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31232026-03-12T15:53:09.346Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31242026-03-12T15:53:10.321Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31252026-03-12T15:53:10.568Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31262026-03-12T15:53:10.942Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31272026-03-12T15:53:11.538Z[ host-package] Compiling progenitor v0.11.2
31282026-03-12T15:53:11.999Z[ host-package] Compiling highway v1.3.0
31292026-03-12T15:53:13.551Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31302026-03-12T15:53:15.353Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31312026-03-12T15:53:15.952Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31322026-03-12T15:53:16.553Z[ host-package] Compiling tough v0.20.0
31332026-03-12T15:53:16.663Z[ host-package] Compiling strip-ansi-escapes v0.2.1
31342026-03-12T15:53:16.746Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31352026-03-12T15:53:17.589Z[ host-package] Compiling csv v1.4.0
31362026-03-12T15:53:17.753Z[ helios-setup] Mar 12 15:53:16.741 INFO E| Finished `release` profile [optimized] target(s) in 59.80s
31372026-03-12T15:53:17.756Z[ helios-setup] Mar 12 15:53:16.741 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
31382026-03-12T15:53:17.756Z[ helios-setup] Mar 12 15:53:16.744 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31392026-03-12T15:53:17.817Z[ helios-setup] Mar 12 15:53:16.806 INFO building project "pilot" ok (59 seconds)
31402026-03-12T15:53:17.817Z[ helios-setup] Mar 12 15:53:16.806 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
31412026-03-12T15:53:17.822Z[ host-package] Compiling phf v0.12.1
31422026-03-12T15:53:17.828Z[ helios-setup] Mar 12 15:53:16.816 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.91.1-x86_64-unknown-illumos (default)"
31432026-03-12T15:53:17.828Z[ helios-setup] Mar 12 15:53:16.816 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
31442026-03-12T15:53:17.831Z[ helios-setup] Mar 12 15:53:16.817 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
31452026-03-12T15:53:17.881Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31462026-03-12T15:53:18.018Z[ helios-setup] Mar 12 15:53:17.006 INFO E| Updating crates.io index
31472026-03-12T15:53:18.131Z[ helios-setup] Mar 12 15:53:17.119 INFO E| Downloading crates ...
31482026-03-12T15:53:18.166Z[ host-package] Compiling const_format_proc_macros v0.2.34
31492026-03-12T15:53:18.212Z[ helios-setup] Mar 12 15:53:17.200 INFO E| Downloaded bitflags v2.9.1
31502026-03-12T15:53:18.217Z[ helios-setup] Mar 12 15:53:17.205 INFO E| Downloaded anyhow v1.0.98
31512026-03-12T15:53:18.220Z[ helios-setup] Mar 12 15:53:17.208 INFO E| Downloaded time-core v0.1.4
31522026-03-12T15:53:18.223Z[ helios-setup] Mar 12 15:53:17.209 INFO E| Downloaded errno v0.3.12
31532026-03-12T15:53:18.248Z[ helios-setup] Mar 12 15:53:17.236 INFO E| Downloaded autocfg v1.4.0
31542026-03-12T15:53:18.251Z[ helios-setup] Mar 12 15:53:17.239 INFO E| Downloaded quote v1.0.40
31552026-03-12T15:53:18.258Z[ helios-setup] Mar 12 15:53:17.245 INFO E| Downloaded deranged v0.4.0
31562026-03-12T15:53:18.261Z[ helios-setup] Mar 12 15:53:17.248 INFO E| Downloaded serde_with_macros v3.12.0
31572026-03-12T15:53:18.264Z[ helios-setup] Mar 12 15:53:17.250 INFO E| Downloaded thiserror-impl v2.0.12
31582026-03-12T15:53:18.264Z[ helios-setup] Mar 12 15:53:17.251 INFO E| Downloaded time-macros v0.2.22
31592026-03-12T15:53:18.267Z[ helios-setup] Mar 12 15:53:17.255 INFO E| Downloaded thiserror v2.0.12
31602026-03-12T15:53:18.272Z[ helios-setup] Mar 12 15:53:17.261 INFO E| Downloaded iana-time-zone v0.1.63
31612026-03-12T15:53:18.284Z[ helios-setup] Mar 12 15:53:17.273 INFO E| Downloaded serde_derive v1.0.219
31622026-03-12T15:53:18.288Z[ helios-setup] Mar 12 15:53:17.277 INFO E| Downloaded tempfile v3.20.0
31632026-03-12T15:53:18.292Z[ helios-setup] Mar 12 15:53:17.279 INFO E| Downloaded getrandom v0.3.3
31642026-03-12T15:53:18.295Z[ helios-setup] Mar 12 15:53:17.282 INFO E| Downloaded unicode-ident v1.0.18
31652026-03-12T15:53:18.298Z[ helios-setup] Mar 12 15:53:17.287 INFO E| Downloaded proc-macro2 v1.0.95
31662026-03-12T15:53:18.302Z[ helios-setup] Mar 12 15:53:17.289 INFO E| Downloaded serde v1.0.219
31672026-03-12T15:53:18.308Z[ helios-setup] Mar 12 15:53:17.296 INFO E| Downloaded indexmap v2.9.0
31682026-03-12T15:53:18.313Z[ helios-setup] Mar 12 15:53:17.300 INFO E| Downloaded memchr v2.7.4
31692026-03-12T15:53:18.333Z[ helios-setup] Mar 12 15:53:17.322 INFO E| Downloaded hashbrown v0.15.3
31702026-03-12T15:53:18.337Z[ host-package] Compiling papergrid v0.11.0
31712026-03-12T15:53:18.348Z[ helios-setup] Mar 12 15:53:17.337 INFO E| Downloaded time v0.3.41
31722026-03-12T15:53:18.354Z[ helios-setup] Mar 12 15:53:17.343 INFO E| Downloaded serde_json v1.0.140
31732026-03-12T15:53:18.360Z[ helios-setup] Mar 12 15:53:17.349 INFO E| Downloaded serde_with v3.12.0
31742026-03-12T15:53:18.371Z[ helios-setup] Mar 12 15:53:17.360 INFO E| Downloaded chrono v0.4.41
31752026-03-12T15:53:18.387Z[ helios-setup] Mar 12 15:53:17.375 INFO E| Downloaded syn v2.0.101
31762026-03-12T15:53:18.425Z[ helios-setup] Mar 12 15:53:17.412 INFO E| Downloaded rustix v1.0.7
31772026-03-12T15:53:18.508Z[ helios-setup] Mar 12 15:53:17.497 INFO E| Downloaded libc v0.2.172
31782026-03-12T15:53:18.584Z[ helios-setup] Mar 12 15:53:17.572 INFO E| Compiling proc-macro2 v1.0.95
31792026-03-12T15:53:18.584Z[ helios-setup] Mar 12 15:53:17.573 INFO E| Compiling unicode-ident v1.0.18
31802026-03-12T15:53:18.584Z[ helios-setup] Mar 12 15:53:17.573 INFO E| Compiling libc v0.2.172
31812026-03-12T15:53:18.587Z[ helios-setup] Mar 12 15:53:17.573 INFO E| Compiling strsim v0.11.1
31822026-03-12T15:53:18.588Z[ helios-setup] Mar 12 15:53:17.573 INFO E| Compiling ident_case v1.0.1
31832026-03-12T15:53:18.588Z[ helios-setup] Mar 12 15:53:17.573 INFO E| Compiling fnv v1.0.7
31842026-03-12T15:53:18.588Z[ helios-setup] Mar 12 15:53:17.573 INFO E| Compiling serde v1.0.219
31852026-03-12T15:53:18.588Z[ helios-setup] Mar 12 15:53:17.573 INFO E| Compiling rustix v1.0.7
31862026-03-12T15:53:18.588Z[ helios-setup] Mar 12 15:53:17.573 INFO E| Compiling getrandom v0.3.3
31872026-03-12T15:53:18.588Z[ helios-setup] Mar 12 15:53:17.573 INFO E| Compiling serde_json v1.0.140
31882026-03-12T15:53:18.588Z[ helios-setup] Mar 12 15:53:17.573 INFO E| Compiling bitflags v2.9.1
31892026-03-12T15:53:18.588Z[ helios-setup] Mar 12 15:53:17.573 INFO E| Compiling thiserror v2.0.12
31902026-03-12T15:53:18.588Z[ helios-setup] Mar 12 15:53:17.573 INFO E| Compiling anyhow v1.0.98
31912026-03-12T15:53:18.588Z[ helios-setup] Mar 12 15:53:17.573 INFO E| Compiling cfg-if v1.0.0
31922026-03-12T15:53:18.588Z[ helios-setup] Mar 12 15:53:17.573 INFO E| Compiling fastrand v2.3.0
31932026-03-12T15:53:18.588Z[ helios-setup] Mar 12 15:53:17.573 INFO E| Compiling ryu v1.0.20
31942026-03-12T15:53:18.691Z[ host-package] Compiling fd-lock v4.0.4
31952026-03-12T15:53:18.939Z[ host-package] Compiling peg-macros v0.8.5
31962026-03-12T15:53:19.113Z[ host-package] Compiling tabled_derive v0.7.0
31972026-03-12T15:53:19.228Z[ helios-setup] Mar 12 15:53:18.216 INFO E| Compiling memchr v2.7.4
31982026-03-12T15:53:19.228Z[ helios-setup] Mar 12 15:53:18.216 INFO E| Compiling itoa v1.0.15
31992026-03-12T15:53:19.400Z[ helios-setup] Mar 12 15:53:18.388 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
32002026-03-12T15:53:19.580Z[ helios-setup] Mar 12 15:53:18.568 INFO E| Compiling once_cell v1.21.3
32012026-03-12T15:53:19.761Z[ host-package] Compiling nu-ansi-term v0.50.3
32022026-03-12T15:53:20.792Z[ helios-setup] Mar 12 15:53:19.780 INFO E| Compiling errno v0.3.12
32032026-03-12T15:53:21.101Z[ helios-setup] Mar 12 15:53:20.089 INFO E| Compiling quote v1.0.40
32042026-03-12T15:53:21.347Z[ host-package] Compiling reedline v0.40.0
32052026-03-12T15:53:21.431Z[ helios-setup] Mar 12 15:53:20.419 INFO E| Compiling syn v2.0.101
32062026-03-12T15:53:21.566Z[ host-package] Compiling peg v0.8.5
32072026-03-12T15:53:21.616Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32082026-03-12T15:53:21.817Z[ host-package] Compiling const_format v0.2.35
32092026-03-12T15:53:21.901Z[ host-package] Compiling tabled v0.15.0
32102026-03-12T15:53:22.250Z[ helios-setup] Mar 12 15:53:21.238 INFO E| Compiling tempfile v3.20.0
32112026-03-12T15:53:22.289Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32122026-03-12T15:53:22.423Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32132026-03-12T15:53:22.730Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32142026-03-12T15:53:23.282Z[ host-package] Compiling bcs v0.1.6
32152026-03-12T15:53:23.439Z[ host-package] Compiling semver v0.1.20
32162026-03-12T15:53:23.483Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32172026-03-12T15:53:23.860Z[ host-package] Compiling rustc_version v0.1.7
32182026-03-12T15:53:23.934Z[ host-package] Compiling humantime v2.3.0
32192026-03-12T15:53:24.121Z[ host-package] Compiling smawk v0.3.2
32202026-03-12T15:53:24.216Z[ host-package] Compiling newtype_derive v0.1.6
32212026-03-12T15:53:24.421Z[ host-package] Compiling unicode-linebreak v0.1.5
32222026-03-12T15:53:24.461Z[ host-package] Compiling dropshot-api-manager-types v0.6.0
32232026-03-12T15:53:24.583Z[ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32242026-03-12T15:53:24.750Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32252026-03-12T15:53:24.905Z[ host-package] Compiling textwrap v0.16.2
32262026-03-12T15:53:25.133Z[ helios-setup] Mar 12 15:53:24.120 INFO E| Compiling darling_core v0.20.11
32272026-03-12T15:53:25.213Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32282026-03-12T15:53:25.537Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32292026-03-12T15:53:25.614Z[ host-package] Compiling steno v0.4.1
32302026-03-12T15:53:25.756Z[ host-package] Compiling utf-8 v0.7.6
32312026-03-12T15:53:26.220Z[ host-package] Compiling progenitor-impl v0.10.0
32322026-03-12T15:53:26.345Z[ host-package] Compiling tagptr v0.2.0
32332026-03-12T15:53:26.496Z[ helios-setup] Mar 12 15:53:25.483 INFO E| Compiling serde_derive v1.0.219
32342026-03-12T15:53:26.496Z[ helios-setup] Mar 12 15:53:25.483 INFO E| Compiling thiserror-impl v2.0.12
32352026-03-12T15:53:26.686Z[ host-package] Compiling moka v0.12.13
32362026-03-12T15:53:26.944Z[ host-package] Compiling tungstenite v0.21.0
32372026-03-12T15:53:27.270Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32382026-03-12T15:53:27.936Z[ helios-setup] Mar 12 15:53:26.923 INFO E| Compiling darling_macro v0.20.11
32392026-03-12T15:53:28.079Z[ host-package] Compiling tokio-tungstenite v0.21.0
32402026-03-12T15:53:28.694Z[ host-package] Compiling hickory-resolver v0.25.2
32412026-03-12T15:53:28.911Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32422026-03-12T15:53:29.009Z[ helios-setup] Mar 12 15:53:27.996 INFO E| Compiling darling v0.20.11
32432026-03-12T15:53:29.079Z[ host-package] Compiling num-derive v0.3.3
32442026-03-12T15:53:29.118Z[ helios-setup] Mar 12 15:53:28.105 INFO E| Compiling serde_with_macros v3.12.0
32452026-03-12T15:53:30.243Z[ host-package] Compiling progenitor-macro v0.10.0
32462026-03-12T15:53:30.331Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32472026-03-12T15:53:30.632Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
32482026-03-12T15:53:30.869Z[ host-package] Compiling libscf-sys v1.1.0
32492026-03-12T15:53:31.164Z[ host-package] Compiling nix v0.31.1
32502026-03-12T15:53:31.397Z[ host-package] Compiling proc-macro-error2 v2.0.1
32512026-03-12T15:53:31.827Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32522026-03-12T15:53:31.872Z[ host-package] Compiling vergen-gitcl v1.0.8
32532026-03-12T15:53:32.226Z[ host-package] Compiling dirs-sys-next v0.1.2
32542026-03-12T15:53:32.585Z[ host-package] Compiling glob v0.3.3
32552026-03-12T15:53:32.803Z[ host-package] Compiling crunchy v0.2.4
32562026-03-12T15:53:33.190Z[ host-package] Compiling maplit v1.0.2
32572026-03-12T15:53:33.304Z[ host-package] Compiling clang-sys v1.8.1
32582026-03-12T15:53:33.400Z[ host-package] Compiling dirs-next v2.0.0
32592026-03-12T15:53:33.714Z[ host-package] Compiling tabled_derive v0.11.0
32602026-03-12T15:53:33.811Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
32612026-03-12T15:53:33.898Z[ host-package] Compiling papergrid v0.17.0
32622026-03-12T15:53:34.386Z[ helios-setup] Mar 12 15:53:33.373 INFO E| Compiling serde_with v3.12.0
32632026-03-12T15:53:34.788Z[ host-package] Compiling testing_table v0.3.0
32642026-03-12T15:53:35.362Z[ host-package] Compiling dsl_auto_type v0.1.3
32652026-03-12T15:53:35.388Z[ host-package] Compiling scheduled-thread-pool v0.2.7
32662026-03-12T15:53:36.301Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
32672026-03-12T15:53:36.392Z[ host-package] Compiling tiny-keccak v2.0.2
32682026-03-12T15:53:36.606Z[ host-package] Compiling tabled v0.20.0
32692026-03-12T15:53:36.687Z[ host-package] Compiling r2d2 v0.8.10
32702026-03-12T15:53:36.748Z[ host-package] Compiling progenitor v0.10.0
32712026-03-12T15:53:36.836Z[ host-package] Compiling diesel_derives v2.2.7
32722026-03-12T15:53:37.027Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
32732026-03-12T15:53:38.019Z[ host-package] Compiling term v0.7.0
32742026-03-12T15:53:38.222Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
32752026-03-12T15:53:38.401Z[ host-package] Compiling arc-swap v1.8.2
32762026-03-12T15:53:38.951Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
32772026-03-12T15:53:39.112Z[ host-package] Compiling xshell-macros v0.2.7
32782026-03-12T15:53:39.250Z[ host-package] Compiling bit-vec v0.6.3
32792026-03-12T15:53:39.628Z[ host-package] Compiling bit-set v0.5.3
32802026-03-12T15:53:39.723Z[ host-package] Compiling slog-scope v4.4.1
32812026-03-12T15:53:39.792Z[ host-package] Compiling xshell v0.2.7
32822026-03-12T15:53:39.883Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
32832026-03-12T15:53:39.971Z[ helios-setup] Mar 12 15:53:38.957 INFO E| Finished `release` profile [optimized] target(s) in 22.12s
32842026-03-12T15:53:39.993Z[ host-package] Compiling ascii-canvas v3.0.0
32852026-03-12T15:53:40.002Z[ helios-setup] Mar 12 15:53:38.988 INFO building project "dmar-report" ok (22 seconds)
32862026-03-12T15:53:40.002Z[ helios-setup] Mar 12 15:53:38.988 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
32872026-03-12T15:53:40.013Z[ helios-setup] Mar 12 15:53:38.999 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.91.1-x86_64-unknown-illumos (default)"
32882026-03-12T15:53:40.013Z[ helios-setup] Mar 12 15:53:38.999 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
32892026-03-12T15:53:40.016Z[ helios-setup] Mar 12 15:53:38.999 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
32902026-03-12T15:53:40.152Z[ helios-setup] Mar 12 15:53:39.137 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
32912026-03-12T15:53:40.297Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32922026-03-12T15:53:40.489Z[ helios-setup] Mar 12 15:53:39.475 INFO E| From https://github.com/jclulow/rust-jmclib
32932026-03-12T15:53:40.489Z[ helios-setup] Mar 12 15:53:39.475 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
32942026-03-12T15:53:40.503Z[ helios-setup] Mar 12 15:53:39.489 INFO E| Updating crates.io index
32952026-03-12T15:53:40.506Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32962026-03-12T15:53:40.563Z[ helios-setup] Mar 12 15:53:39.550 INFO E| Downloading crates ...
32972026-03-12T15:53:40.615Z[ helios-setup] Mar 12 15:53:39.601 INFO E| Downloaded libdevinfo-sys v1.0.0
32982026-03-12T15:53:40.618Z[ helios-setup] Mar 12 15:53:39.604 INFO E| Downloaded sha-1 v0.9.8
32992026-03-12T15:53:40.624Z[ helios-setup] Mar 12 15:53:39.611 INFO E| Downloaded quote v1.0.31
33002026-03-12T15:53:40.627Z[ helios-setup] Mar 12 15:53:39.613 INFO E| Downloaded block-buffer v0.9.0
33012026-03-12T15:53:40.627Z[ helios-setup] Mar 12 15:53:39.614 INFO E| Downloaded anyhow v1.0.72
33022026-03-12T15:53:40.630Z[ helios-setup] Mar 12 15:53:39.617 INFO E| Downloaded digest v0.9.0
33032026-03-12T15:53:40.637Z[ helios-setup] Mar 12 15:53:39.624 INFO E| Downloaded itoa v1.0.9
33042026-03-12T15:53:40.640Z[ helios-setup] Mar 12 15:53:39.625 INFO E| Downloaded opaque-debug v0.3.0
33052026-03-12T15:53:40.640Z[ helios-setup] Mar 12 15:53:39.626 INFO E| Downloaded errno v0.3.1
33062026-03-12T15:53:40.644Z[ helios-setup] Mar 12 15:53:39.629 INFO E| Downloaded cpufeatures v0.2.9
33072026-03-12T15:53:40.647Z[ helios-setup] Mar 12 15:53:39.633 INFO E| Downloaded fastrand v2.0.0
33082026-03-12T15:53:40.657Z[ helios-setup] Mar 12 15:53:39.642 INFO E| Downloaded walkdir v2.3.3
33092026-03-12T15:53:40.660Z[ helios-setup] Mar 12 15:53:39.644 INFO E| Downloaded glob v0.3.1
33102026-03-12T15:53:40.660Z[ helios-setup] Mar 12 15:53:39.646 INFO E| Downloaded uuid v0.8.2
33112026-03-12T15:53:40.663Z[ helios-setup] Mar 12 15:53:39.648 INFO E| Downloaded unicode-width v0.1.10
33122026-03-12T15:53:40.663Z[ helios-setup] Mar 12 15:53:39.649 INFO E| Downloaded md-5 v0.9.1
33132026-03-12T15:53:40.666Z[ helios-setup] Mar 12 15:53:39.651 INFO E| Downloaded tempfile v3.7.0
33142026-03-12T15:53:40.670Z[ helios-setup] Mar 12 15:53:39.656 INFO E| Downloaded typenum v1.16.0
33152026-03-12T15:53:40.673Z[ helios-setup] Mar 12 15:53:39.658 INFO E| Downloaded proc-macro2 v1.0.66
33162026-03-12T15:53:40.676Z[ helios-setup] Mar 12 15:53:39.660 INFO E| Downloaded once_cell v1.18.0
33172026-03-12T15:53:40.676Z[ helios-setup] Mar 12 15:53:39.662 INFO E| Downloaded getrandom v0.2.10
33182026-03-12T15:53:40.679Z[ helios-setup] Mar 12 15:53:39.664 INFO E| Downloaded bitflags v2.3.3
33192026-03-12T15:53:40.682Z[ helios-setup] Mar 12 15:53:39.667 INFO E| Downloaded serde_derive v1.0.193
33202026-03-12T15:53:40.685Z[ helios-setup] Mar 12 15:53:39.670 INFO E| Downloaded toml v0.5.11
33212026-03-12T15:53:40.706Z[ helios-setup] Mar 12 15:53:39.692 INFO E| Downloaded unicode-ident v1.0.11
33222026-03-12T15:53:40.709Z[ helios-setup] Mar 12 15:53:39.695 INFO E| Downloaded ryu v1.0.15
33232026-03-12T15:53:40.712Z[ helios-setup] Mar 12 15:53:39.698 INFO E| Downloaded serde v1.0.193
33242026-03-12T15:53:40.721Z[ helios-setup] Mar 12 15:53:39.707 INFO E| Downloaded serde_json v1.0.103
33252026-03-12T15:53:40.724Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33262026-03-12T15:53:40.759Z[ helios-setup] Mar 12 15:53:39.745 INFO E| Downloaded syn v2.0.32
33272026-03-12T15:53:40.795Z[ helios-setup] Mar 12 15:53:39.781 INFO E| Downloaded rustix v0.38.4
33282026-03-12T15:53:40.854Z[ helios-setup] Mar 12 15:53:39.840 INFO E| Downloaded libc v0.2.147
33292026-03-12T15:53:40.928Z[ helios-setup] Mar 12 15:53:39.915 INFO E| Compiling libc v0.2.147
33302026-03-12T15:53:40.932Z[ helios-setup] Mar 12 15:53:39.915 INFO E| Compiling proc-macro2 v1.0.66
33312026-03-12T15:53:40.932Z[ helios-setup] Mar 12 15:53:39.915 INFO E| Compiling unicode-ident v1.0.11
33322026-03-12T15:53:40.932Z[ helios-setup] Mar 12 15:53:39.915 INFO E| Compiling cfg-if v1.0.0
33332026-03-12T15:53:40.932Z[ helios-setup] Mar 12 15:53:39.915 INFO E| Compiling version_check v0.9.4
33342026-03-12T15:53:40.932Z[ helios-setup] Mar 12 15:53:39.915 INFO E| Compiling typenum v1.16.0
33352026-03-12T15:53:40.932Z[ helios-setup] Mar 12 15:53:39.915 INFO E| Compiling serde v1.0.193
33362026-03-12T15:53:40.932Z[ helios-setup] Mar 12 15:53:39.915 INFO E| Compiling time-core v0.1.2
33372026-03-12T15:53:40.932Z[ helios-setup] Mar 12 15:53:39.915 INFO E| Compiling slog v2.7.0
33382026-03-12T15:53:40.932Z[ helios-setup] Mar 12 15:53:39.915 INFO E| Compiling itoa v1.0.9
33392026-03-12T15:53:40.932Z[ helios-setup] Mar 12 15:53:39.915 INFO E| Compiling powerfmt v0.2.0
33402026-03-12T15:53:40.932Z[ helios-setup] Mar 12 15:53:39.915 INFO E| Compiling num-conv v0.1.0
33412026-03-12T15:53:40.932Z[ helios-setup] Mar 12 15:53:39.915 INFO E| Compiling rustix v0.38.4
33422026-03-12T15:53:40.932Z[ helios-setup] Mar 12 15:53:39.915 INFO E| Compiling bitflags v2.3.3
33432026-03-12T15:53:40.932Z[ helios-setup] Mar 12 15:53:39.916 INFO E| Compiling once_cell v1.18.0
33442026-03-12T15:53:40.932Z[ helios-setup] Mar 12 15:53:39.916 INFO E| Compiling num_threads v0.1.6
33452026-03-12T15:53:41.328Z[ host-package] Compiling itertools v0.10.5
33462026-03-12T15:53:41.385Z[ helios-setup] Mar 12 15:53:40.354 INFO E| Compiling serde_json v1.0.103
33472026-03-12T15:53:41.427Z[ host-package] Compiling ena v0.14.4
33482026-03-12T15:53:41.574Z[ helios-setup] Mar 12 15:53:40.556 INFO E| Compiling deranged v0.3.11
33492026-03-12T15:53:41.628Z[ helios-setup] Mar 12 15:53:40.606 INFO E| Compiling fastrand v2.0.0
33502026-03-12T15:53:41.640Z[ host-package] Compiling libloading v0.8.9
33512026-03-12T15:53:41.769Z[ helios-setup] Mar 12 15:53:40.754 INFO E| Compiling thread_local v1.1.7
33522026-03-12T15:53:41.827Z[ helios-setup] Mar 12 15:53:40.809 INFO E| Compiling opaque-debug v0.3.0
33532026-03-12T15:53:41.861Z[ helios-setup] Mar 12 15:53:40.835 INFO E| Compiling anyhow v1.0.72
33542026-03-12T15:53:41.884Z[ helios-setup] Mar 12 15:53:40.866 INFO E| Compiling ryu v1.0.15
33552026-03-12T15:53:41.902Z[ helios-setup] Mar 12 15:53:40.881 INFO E| Compiling cpufeatures v0.2.9
33562026-03-12T15:53:41.926Z[ helios-setup] Mar 12 15:53:40.903 INFO E| Compiling unicode-width v0.1.10
33572026-03-12T15:53:42.056Z[ helios-setup] Mar 12 15:53:41.041 INFO E| Compiling time-macros v0.2.18
33582026-03-12T15:53:42.158Z[ helios-setup] Mar 12 15:53:41.143 INFO E| Compiling same-file v1.0.6
33592026-03-12T15:53:42.158Z[ host-package] Compiling diff v0.1.13
33602026-03-12T15:53:42.244Z[ helios-setup] Mar 12 15:53:41.226 INFO E| Compiling generic-array v0.14.7
33612026-03-12T15:53:42.265Z[ helios-setup] Mar 12 15:53:41.251 INFO E| Compiling getopts v0.2.21
33622026-03-12T15:53:42.297Z[ helios-setup] Mar 12 15:53:41.276 INFO E| Compiling glob v0.3.1
33632026-03-12T15:53:42.317Z[ helios-setup] Mar 12 15:53:41.302 INFO E| Compiling libdevinfo-sys v1.0.0
33642026-03-12T15:53:42.392Z[ host-package] Compiling bindgen v0.71.1
33652026-03-12T15:53:42.486Z[ helios-setup] Mar 12 15:53:41.469 INFO E| Compiling walkdir v2.3.3
33662026-03-12T15:53:42.789Z[ helios-setup] Mar 12 15:53:41.774 INFO E| Compiling quote v1.0.31
33672026-03-12T15:53:42.981Z[ host-package] Compiling regex-syntax v0.6.29
33682026-03-12T15:53:43.055Z[ host-package] Compiling unicase v2.9.0
33692026-03-12T15:53:43.108Z[ helios-setup] Mar 12 15:53:42.094 INFO E| Compiling dirs-sys-next v0.1.2
33702026-03-12T15:53:43.116Z[ helios-setup] Mar 12 15:53:42.102 INFO E| Compiling errno v0.3.1
33712026-03-12T15:53:43.133Z[ helios-setup] Mar 12 15:53:42.119 INFO E| Compiling atty v0.2.14
33722026-03-12T15:53:43.196Z[ helios-setup] Mar 12 15:53:42.182 INFO E| Compiling getrandom v0.2.10
33732026-03-12T15:53:43.277Z[ helios-setup] Mar 12 15:53:42.263 INFO E| Compiling syn v2.0.32
33742026-03-12T15:53:43.441Z[ helios-setup] Mar 12 15:53:42.427 INFO E| Compiling dirs-next v2.0.0
33752026-03-12T15:53:43.500Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33762026-03-12T15:53:43.542Z[ helios-setup] Mar 12 15:53:42.528 INFO E| Compiling term v0.7.0
33772026-03-12T15:53:43.801Z[ host-package] Compiling diesel v2.2.12
33782026-03-12T15:53:44.179Z[ helios-setup] Mar 12 15:53:43.165 INFO E| Compiling block-buffer v0.9.0
33792026-03-12T15:53:44.179Z[ helios-setup] Mar 12 15:53:43.165 INFO E| Compiling digest v0.9.0
33802026-03-12T15:53:44.184Z[ host-package] Compiling slog-stdlog v4.1.1
33812026-03-12T15:53:44.344Z[ helios-setup] Mar 12 15:53:43.329 INFO E| Compiling tempfile v3.7.0
33822026-03-12T15:53:44.378Z[ helios-setup] Mar 12 15:53:43.364 INFO E| Compiling md-5 v0.9.1
33832026-03-12T15:53:44.378Z[ helios-setup] Mar 12 15:53:43.364 INFO E| Compiling sha-1 v0.9.8
33842026-03-12T15:53:44.674Z[ helios-setup] Mar 12 15:53:43.659 INFO E| Compiling time v0.3.36
33852026-03-12T15:53:44.798Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33862026-03-12T15:53:45.030Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33872026-03-12T15:53:45.934Z[ host-package] Compiling lalrpop v0.19.12
33882026-03-12T15:53:46.006Z[ helios-setup] Mar 12 15:53:44.992 INFO E| Compiling slog-term v2.9.0
33892026-03-12T15:53:46.137Z[ helios-setup] Mar 12 15:53:45.123 INFO E| Compiling serde_derive v1.0.193
33902026-03-12T15:53:46.386Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33912026-03-12T15:53:46.697Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33922026-03-12T15:53:46.779Z[ host-package] Compiling cexpr v0.6.0
33932026-03-12T15:53:46.848Z[ host-package] Compiling crc8 v0.1.1
33942026-03-12T15:53:47.087Z[ host-package] Compiling slog-envlogger v2.2.0
33952026-03-12T15:53:47.181Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33962026-03-12T15:53:47.355Z[ host-package] Compiling headers-core v0.3.0
33972026-03-12T15:53:47.721Z[ host-package] Compiling libxml v0.3.3
33982026-03-12T15:53:47.976Z[ host-package] Compiling headers v0.4.1
33992026-03-12T15:53:48.168Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34002026-03-12T15:53:48.225Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34012026-03-12T15:53:48.349Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
34022026-03-12T15:53:48.684Z[ host-package] Compiling strum_macros v0.24.3
34032026-03-12T15:53:48.792Z[ host-package] Compiling indoc v1.0.9
34042026-03-12T15:53:49.041Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34052026-03-12T15:53:49.132Z[ host-package] Compiling derive_builder v0.20.2
34062026-03-12T15:53:49.392Z[ host-package] Compiling oso-derive v0.27.3
34072026-03-12T15:53:49.484Z[ host-package] Compiling quick-xml v0.37.5
34082026-03-12T15:53:49.567Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
34092026-03-12T15:53:49.641Z[ host-package] Compiling openssl-probe v0.1.6
34102026-03-12T15:53:49.907Z[ host-package] Compiling half v1.8.3
34112026-03-12T15:53:50.145Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34122026-03-12T15:53:50.203Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34132026-03-12T15:53:50.238Z[ host-package] Compiling diesel-dtrace v0.4.2
34142026-03-12T15:53:50.280Z[ host-package] Compiling serde_cbor v0.11.2
34152026-03-12T15:53:50.568Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34162026-03-12T15:53:50.662Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
34172026-03-12T15:53:50.759Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34182026-03-12T15:53:51.167Z[ host-package] Compiling bb8 v0.8.6
34192026-03-12T15:53:51.218Z[ host-package] Compiling trait-variant v0.1.2
34202026-03-12T15:53:51.613Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34212026-03-12T15:53:51.640Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34222026-03-12T15:53:51.735Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34232026-03-12T15:53:51.792Z[ host-package] Compiling fxhash v0.2.1
34242026-03-12T15:53:52.053Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
34252026-03-12T15:53:52.146Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
34262026-03-12T15:53:52.260Z[ host-package] Compiling kstat-rs v0.2.4
34272026-03-12T15:53:52.574Z[ host-package] Compiling libz-sys v1.1.24
34282026-03-12T15:53:52.620Z[ helios-setup] Mar 12 15:53:51.605 INFO E| Compiling toml v0.5.11
34292026-03-12T15:53:52.620Z[ helios-setup] Mar 12 15:53:51.605 INFO E| Compiling uuid v0.8.2
34302026-03-12T15:53:52.637Z[ host-package] Compiling nonempty v0.12.0
34312026-03-12T15:53:52.936Z[ host-package] Compiling salty v0.3.0
34322026-03-12T15:53:53.009Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34332026-03-12T15:53:53.255Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34342026-03-12T15:53:53.516Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
34352026-03-12T15:53:53.592Z[ host-package] Compiling darling_core v0.23.0
34362026-03-12T15:53:53.664Z[ host-package] Compiling nanorand v0.7.0
34372026-03-12T15:53:53.674Z[ helios-setup] Mar 12 15:53:52.660 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
34382026-03-12T15:53:54.308Z[ host-package] Compiling parking_lot_core v0.8.6
34392026-03-12T15:53:54.356Z[ host-package] Compiling mime_guess v2.0.5
34402026-03-12T15:53:54.500Z[ helios-setup] Mar 12 15:53:53.485 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
34412026-03-12T15:53:54.630Z[ host-package] Compiling flume v0.11.1
34422026-03-12T15:53:54.847Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34432026-03-12T15:53:54.877Z[ host-package] Compiling samael v0.0.19
34442026-03-12T15:53:55.223Z[ host-package] Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
34452026-03-12T15:53:56.191Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
34462026-03-12T15:53:56.377Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
34472026-03-12T15:53:57.007Z[ host-package] Compiling darling_macro v0.23.0
34482026-03-12T15:53:57.182Z[ host-package] Compiling git-stub v1.0.0
34492026-03-12T15:53:57.739Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
34502026-03-12T15:53:57.895Z[ host-package] Compiling instability v0.3.11
34512026-03-12T15:53:58.003Z[ host-package] Compiling polar-core v0.27.3
34522026-03-12T15:53:58.272Z[ host-package] Compiling darling v0.23.0
34532026-03-12T15:53:58.505Z[ host-package] Compiling git-stub-vcs v0.1.0
34542026-03-12T15:53:59.060Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34552026-03-12T15:53:59.746Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
34562026-03-12T15:54:00.120Z[ helios-setup] Mar 12 15:53:59.104 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.08s
34572026-03-12T15:54:00.146Z[ helios-setup] Mar 12 15:53:59.131 INFO building project "image-builder" ok (20 seconds)
34582026-03-12T15:54:00.146Z[ helios-setup] Mar 12 15:53:59.131 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
34592026-03-12T15:54:00.205Z[ helios-setup] Mar 12 15:53:59.190 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')"
34602026-03-12T15:54:00.205Z[ helios-setup] Mar 12 15:53:59.190 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
34612026-03-12T15:54:00.205Z[ helios-setup] Mar 12 15:53:59.190 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
34622026-03-12T15:54:00.437Z[ helios-setup] Mar 12 15:53:59.422 INFO E| Updating crates.io index
34632026-03-12T15:54:00.441Z[ helios-setup] Mar 12 15:53:59.422 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
34642026-03-12T15:54:00.877Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34652026-03-12T15:54:01.006Z[ helios-setup] Mar 12 15:53:59.990 INFO E| From https://github.com/oxidecomputer/amd-apcb
34662026-03-12T15:54:01.006Z[ helios-setup] Mar 12 15:53:59.990 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
34672026-03-12T15:54:01.065Z[ helios-setup] Mar 12 15:54:00.049 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
34682026-03-12T15:54:01.509Z[ helios-setup] Mar 12 15:54:00.494 INFO E| From https://github.com/oxidecomputer/amd-efs
34692026-03-12T15:54:01.509Z[ helios-setup] Mar 12 15:54:00.494 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
34702026-03-12T15:54:01.781Z[ helios-setup] Mar 12 15:54:00.766 INFO E| Downloading crates ...
34712026-03-12T15:54:01.838Z[ helios-setup] Mar 12 15:54:00.822 INFO E| Downloaded heck v0.3.3
34722026-03-12T15:54:01.842Z[ helios-setup] Mar 12 15:54:00.827 INFO E| Downloaded ansi_term v0.12.1
34732026-03-12T15:54:01.846Z[ helios-setup] Mar 12 15:54:00.831 INFO E| Downloaded modular-bitfield-impl v0.13.1
34742026-03-12T15:54:01.849Z[ helios-setup] Mar 12 15:54:00.833 INFO E| Downloaded bytesize v2.0.1
34752026-03-12T15:54:01.856Z[ helios-setup] Mar 12 15:54:00.840 INFO E| Downloaded four-cc v0.4.0
34762026-03-12T15:54:01.859Z[ helios-setup] Mar 12 15:54:00.843 INFO E| Downloaded dyn-clone v1.0.19
34772026-03-12T15:54:01.865Z[ helios-setup] Mar 12 15:54:00.850 INFO E| Downloaded pest_meta v2.8.0
34782026-03-12T15:54:01.868Z[ helios-setup] Mar 12 15:54:00.852 INFO E| Downloaded modular-bitfield v0.13.1
34792026-03-12T15:54:01.875Z[ helios-setup] Mar 12 15:54:00.860 INFO E| Downloaded strum v0.27.1
34802026-03-12T15:54:01.881Z[ helios-setup] Mar 12 15:54:00.861 INFO E| Downloaded strsim v0.8.0
34812026-03-12T15:54:01.884Z[ helios-setup] Mar 12 15:54:00.866 INFO E| Downloaded vec_map v0.8.2
34822026-03-12T15:54:01.884Z[ helios-setup] Mar 12 15:54:00.867 INFO E| Downloaded fletcher v1.0.0
34832026-03-12T15:54:01.884Z[ helios-setup] Mar 12 15:54:00.868 INFO E| Downloaded unic-common v0.9.0
34842026-03-12T15:54:01.887Z[ helios-setup] Mar 12 15:54:00.869 INFO E| Downloaded unic-char-range v0.9.0
34852026-03-12T15:54:01.887Z[ helios-setup] Mar 12 15:54:00.870 INFO E| Downloaded parse_int v0.9.0
34862026-03-12T15:54:01.887Z[ helios-setup] Mar 12 15:54:00.871 INFO E| Downloaded unic-ucd-version v0.9.0
34872026-03-12T15:54:01.887Z[ helios-setup] Mar 12 15:54:00.872 INFO E| Downloaded log v0.4.27
34882026-03-12T15:54:01.890Z[ helios-setup] Mar 12 15:54:00.874 INFO E| Downloaded unic-char-property v0.9.0
34892026-03-12T15:54:01.893Z[ helios-setup] Mar 12 15:54:00.876 INFO E| Downloaded rustversion v1.0.20
34902026-03-12T15:54:01.893Z[ helios-setup] Mar 12 15:54:00.878 INFO E| Downloaded strum_macros v0.27.1
34912026-03-12T15:54:01.896Z[ helios-setup] Mar 12 15:54:00.880 INFO E| Downloaded unic-ucd-ident v0.9.0
34922026-03-12T15:54:01.903Z[ helios-setup] Mar 12 15:54:00.888 INFO E| Downloaded modular-bitfield-impl v0.11.2
34932026-03-12T15:54:01.906Z[ helios-setup] Mar 12 15:54:00.889 INFO E| Downloaded textwrap v0.11.0
34942026-03-12T15:54:01.906Z[ helios-setup] Mar 12 15:54:00.891 INFO E| Downloaded pest_generator v2.8.0
34952026-03-12T15:54:01.912Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34962026-03-12T15:54:01.915Z[ helios-setup] Mar 12 15:54:00.896 INFO E| Downloaded structopt-derive v0.4.18
34972026-03-12T15:54:01.915Z[ helios-setup] Mar 12 15:54:00.898 INFO E| Downloaded modular-bitfield v0.11.2
34982026-03-12T15:54:01.954Z[ helios-setup] Mar 12 15:54:00.938 INFO E| Downloaded zerocopy-derive v0.8.25
34992026-03-12T15:54:01.960Z[ helios-setup] Mar 12 15:54:00.945 INFO E| Downloaded structopt v0.3.26
35002026-03-12T15:54:01.968Z[ helios-setup] Mar 12 15:54:00.951 INFO E| Downloaded typenum v1.18.0
35012026-03-12T15:54:01.971Z[ helios-setup] Mar 12 15:54:00.954 INFO E| Downloaded pest_derive v2.8.0
35022026-03-12T15:54:01.976Z[ helios-setup] Mar 12 15:54:00.961 INFO E| Downloaded pest v2.8.0
35032026-03-12T15:54:01.984Z[ helios-setup] Mar 12 15:54:00.969 INFO E| Downloaded clap v2.34.0
35042026-03-12T15:54:01.990Z[ helios-setup] Mar 12 15:54:00.975 INFO E| Downloaded goblin v0.9.3
35052026-03-12T15:54:01.996Z[ helios-setup] Mar 12 15:54:00.980 INFO E| Downloaded zerocopy v0.8.25
35062026-03-12T15:54:02.109Z[ helios-setup] Mar 12 15:54:01.094 INFO E| Compiling proc-macro2 v1.0.95
35072026-03-12T15:54:02.109Z[ helios-setup] Mar 12 15:54:01.094 INFO E| Compiling unicode-ident v1.0.18
35082026-03-12T15:54:02.113Z[ helios-setup] Mar 12 15:54:01.094 INFO E| Compiling memchr v2.7.4
35092026-03-12T15:54:02.113Z[ helios-setup] Mar 12 15:54:01.094 INFO E| Compiling thiserror v2.0.12
35102026-03-12T15:54:02.113Z[ helios-setup] Mar 12 15:54:01.094 INFO E| Compiling autocfg v1.4.0
35112026-03-12T15:54:02.113Z[ helios-setup] Mar 12 15:54:01.094 INFO E| Compiling syn v1.0.109
35122026-03-12T15:54:02.113Z[ helios-setup] Mar 12 15:54:01.094 INFO E| Compiling serde v1.0.219
35132026-03-12T15:54:02.113Z[ helios-setup] Mar 12 15:54:01.094 INFO E| Compiling version_check v0.9.5
35142026-03-12T15:54:02.113Z[ helios-setup] Mar 12 15:54:01.094 INFO E| Compiling serde_json v1.0.140
35152026-03-12T15:54:02.113Z[ helios-setup] Mar 12 15:54:01.094 INFO E| Compiling schemars v0.8.22
35162026-03-12T15:54:02.113Z[ helios-setup] Mar 12 15:54:01.094 INFO E| Compiling ryu v1.0.20
35172026-03-12T15:54:02.113Z[ helios-setup] Mar 12 15:54:01.094 INFO E| Compiling itoa v1.0.15
35182026-03-12T15:54:02.113Z[ helios-setup] Mar 12 15:54:01.094 INFO E| Compiling paste v1.0.15
35192026-03-12T15:54:02.113Z[ helios-setup] Mar 12 15:54:01.094 INFO E| Compiling ucd-trie v0.1.7
35202026-03-12T15:54:02.116Z[ helios-setup] Mar 12 15:54:01.094 INFO E| Compiling static_assertions v1.1.0
35212026-03-12T15:54:02.117Z[ helios-setup] Mar 12 15:54:01.094 INFO E| Compiling dyn-clone v1.0.19
35222026-03-12T15:54:02.379Z[ helios-setup] Mar 12 15:54:01.363 INFO E| Compiling libc v0.2.172
35232026-03-12T15:54:02.473Z[ helios-setup] Mar 12 15:54:01.457 INFO E| Compiling zerocopy v0.8.25
35242026-03-12T15:54:02.618Z[ helios-setup] Mar 12 15:54:01.594 INFO E| Compiling rustversion v1.0.20
35252026-03-12T15:54:02.634Z[ helios-setup] Mar 12 15:54:01.619 INFO E| Compiling once_cell v1.21.3
35262026-03-12T15:54:02.860Z[ helios-setup] Mar 12 15:54:01.844 INFO E| Compiling unicode-width v0.1.14
35272026-03-12T15:54:02.976Z[ helios-setup] Mar 12 15:54:01.960 INFO E| Compiling unicode-segmentation v1.12.0
35282026-03-12T15:54:02.988Z[ helios-setup] Mar 12 15:54:01.972 INFO E| Compiling heck v0.5.0
35292026-03-12T15:54:03.055Z[ helios-setup] Mar 12 15:54:02.040 INFO E| Compiling unic-char-range v0.9.0
35302026-03-12T15:54:03.082Z[ helios-setup] Mar 12 15:54:02.066 INFO E| Compiling unic-common v0.9.0
35312026-03-12T15:54:03.293Z[ helios-setup] Mar 12 15:54:02.273 INFO E| Compiling ansi_term v0.12.1
35322026-03-12T15:54:03.315Z[ helios-setup] Mar 12 15:54:02.299 INFO E| Compiling strsim v0.8.0
35332026-03-12T15:54:03.354Z[ helios-setup] Mar 12 15:54:02.338 INFO E| Compiling num-traits v0.2.19
35342026-03-12T15:54:03.357Z[ helios-setup] Mar 12 15:54:02.339 INFO E| Compiling memoffset v0.9.1
35352026-03-12T15:54:03.386Z[ helios-setup] Mar 12 15:54:02.370 INFO E| Compiling proc-macro-error-attr v1.0.4
35362026-03-12T15:54:03.414Z[ helios-setup] Mar 12 15:54:02.399 INFO E| Compiling proc-macro-error v1.0.4
35372026-03-12T15:54:03.441Z[ helios-setup] Mar 12 15:54:02.425 INFO E| Compiling byteorder v1.5.0
35382026-03-12T15:54:03.561Z[ helios-setup] Mar 12 15:54:02.546 INFO E| Compiling textwrap v0.11.0
35392026-03-12T15:54:03.602Z[ helios-setup] Mar 12 15:54:02.586 INFO E| Compiling strum v0.27.1
35402026-03-12T15:54:03.703Z[ host-package] Compiling ignore v0.4.25
35412026-03-12T15:54:03.825Z[ host-package] Compiling primeorder v0.13.6
35422026-03-12T15:54:04.074Z[ helios-setup] Mar 12 15:54:03.058 INFO E| Compiling heck v0.3.3
35432026-03-12T15:54:04.095Z[ helios-setup] Mar 12 15:54:03.080 INFO E| Compiling vec_map v0.8.2
35442026-03-12T15:54:04.103Z[ helios-setup] Mar 12 15:54:03.087 INFO E| Compiling bitflags v1.3.2
35452026-03-12T15:54:04.110Z[ helios-setup] Mar 12 15:54:03.094 INFO E| Compiling fletcher v1.0.0
35462026-03-12T15:54:04.122Z[ helios-setup] Mar 12 15:54:03.107 INFO E| Compiling unic-char-property v0.9.0
35472026-03-12T15:54:04.151Z[ helios-setup] Mar 12 15:54:03.135 INFO E| Compiling unic-ucd-version v0.9.0
35482026-03-12T15:54:04.226Z[ helios-setup] Mar 12 15:54:03.211 INFO E| Compiling lazy_static v1.5.0
35492026-03-12T15:54:04.233Z[ helios-setup] Mar 12 15:54:03.218 INFO E| Compiling plain v0.2.3
35502026-03-12T15:54:04.303Z[ helios-setup] Mar 12 15:54:03.287 INFO E| Compiling log v0.4.27
35512026-03-12T15:54:04.325Z[ helios-setup] Mar 12 15:54:03.310 INFO E| Compiling bytesize v2.0.1
35522026-03-12T15:54:04.353Z[ helios-setup] Mar 12 15:54:03.338 INFO E| Compiling unic-ucd-ident v0.9.0
35532026-03-12T15:54:04.579Z[ helios-setup] Mar 12 15:54:03.563 INFO E| Compiling atty v0.2.14
35542026-03-12T15:54:04.635Z[ helios-setup] Mar 12 15:54:03.619 INFO E| Compiling quote v1.0.40
35552026-03-12T15:54:04.664Z[ helios-setup] Mar 12 15:54:03.649 INFO E| Compiling clap v2.34.0
35562026-03-12T15:54:04.728Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
35572026-03-12T15:54:04.988Z[ helios-setup] Mar 12 15:54:03.972 INFO E| Compiling syn v2.0.101
35582026-03-12T15:54:05.041Z[ host-package] Compiling castaway v0.2.4
35592026-03-12T15:54:05.388Z[ host-package] Compiling nibble_vec v0.1.0
35602026-03-12T15:54:05.669Z[ helios-setup] Mar 12 15:54:04.653 INFO E| Compiling parse_int v0.9.0
35612026-03-12T15:54:05.747Z[ host-package] Compiling atty v0.2.14
35622026-03-12T15:54:06.015Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
35632026-03-12T15:54:06.451Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35642026-03-12T15:54:06.627Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35652026-03-12T15:54:06.890Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35662026-03-12T15:54:07.052Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
35672026-03-12T15:54:07.502Z[ host-package] Compiling indoc v2.0.7
35682026-03-12T15:54:08.258Z[ host-package] Compiling http-range v0.1.5
35692026-03-12T15:54:08.726Z[ helios-setup] Mar 12 15:54:07.710 INFO E| Compiling serde_derive_internals v0.29.1
35702026-03-12T15:54:08.990Z[ host-package] Compiling endian-type v0.1.2
35712026-03-12T15:54:09.738Z[ helios-setup] Mar 12 15:54:08.721 INFO E| Compiling modular-bitfield-impl v0.11.2
35722026-03-12T15:54:09.738Z[ helios-setup] Mar 12 15:54:08.721 INFO E| Compiling structopt-derive v0.4.18
35732026-03-12T15:54:10.548Z[ helios-setup] Mar 12 15:54:09.532 INFO E| Compiling thiserror-impl v2.0.12
35742026-03-12T15:54:10.548Z[ helios-setup] Mar 12 15:54:09.532 INFO E| Compiling serde_derive v1.0.219
35752026-03-12T15:54:10.548Z[ helios-setup] Mar 12 15:54:09.532 INFO E| Compiling schemars_derive v0.8.22
35762026-03-12T15:54:10.551Z[ helios-setup] Mar 12 15:54:09.532 INFO E| Compiling zerocopy-derive v0.8.25
35772026-03-12T15:54:10.551Z[ helios-setup] Mar 12 15:54:09.532 INFO E| Compiling modular-bitfield-impl v0.13.1
35782026-03-12T15:54:10.551Z[ helios-setup] Mar 12 15:54:09.532 INFO E| Compiling num-derive v0.4.2
35792026-03-12T15:54:10.552Z[ helios-setup] Mar 12 15:54:09.532 INFO E| Compiling strum_macros v0.27.1
35802026-03-12T15:54:10.552Z[ helios-setup] Mar 12 15:54:09.532 INFO E| Compiling scroll_derive v0.12.1
35812026-03-12T15:54:11.833Z[ helios-setup] Mar 12 15:54:10.817 INFO E| Compiling structopt v0.3.26
35822026-03-12T15:54:12.063Z[ helios-setup] Mar 12 15:54:11.047 INFO E| Compiling scroll v0.12.0
35832026-03-12T15:54:12.258Z[ helios-setup] Mar 12 15:54:11.242 INFO E| Compiling modular-bitfield v0.11.2
35842026-03-12T15:54:12.376Z[ host-package] Compiling async-bb8-diesel v0.2.1
35852026-03-12T15:54:12.409Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35862026-03-12T15:54:12.522Z[ helios-setup] Mar 12 15:54:11.485 INFO E| Compiling goblin v0.9.3
35872026-03-12T15:54:13.056Z[ helios-setup] Mar 12 15:54:12.039 INFO E| Compiling pest v2.8.0
35882026-03-12T15:54:13.184Z[ helios-setup] Mar 12 15:54:12.168 INFO E| Compiling modular-bitfield v0.13.1
35892026-03-12T15:54:13.390Z[ host-package] Compiling radix_trie v0.2.1
35902026-03-12T15:54:14.888Z[ host-package] Compiling oso v0.27.3
35912026-03-12T15:54:15.174Z[ helios-setup] Mar 12 15:54:14.157 INFO E| Compiling pest_meta v2.8.0
35922026-03-12T15:54:15.187Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
35932026-03-12T15:54:15.515Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
35942026-03-12T15:54:15.759Z[ host-package] Compiling globwalk v0.9.1
35952026-03-12T15:54:16.149Z[ host-package] Compiling compact_str v0.8.1
35962026-03-12T15:54:16.206Z[ helios-setup] Mar 12 15:54:15.189 INFO E| Compiling pest_generator v2.8.0
35972026-03-12T15:54:17.456Z[ host-package] Compiling p384 v0.13.1
35982026-03-12T15:54:17.600Z[ helios-setup] Mar 12 15:54:16.583 INFO E| Compiling pest_derive v2.8.0
35992026-03-12T15:54:17.872Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36002026-03-12T15:54:19.219Z[ helios-setup] Mar 12 15:54:18.202 INFO E| Compiling json5 v0.4.1
36012026-03-12T15:54:19.920Z[ host-package] Compiling parking_lot v0.11.2
36022026-03-12T15:54:20.556Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36032026-03-12T15:54:21.253Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36042026-03-12T15:54:21.285Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
36052026-03-12T15:54:21.323Z[ host-package] Compiling predicates-tree v1.0.13
36062026-03-12T15:54:21.424Z[ helios-setup] Mar 12 15:54:20.407 INFO E| Compiling four-cc v0.4.0
36072026-03-12T15:54:21.424Z[ helios-setup] Mar 12 15:54:20.407 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
36082026-03-12T15:54:21.589Z[ helios-setup] Mar 12 15:54:20.572 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
36092026-03-12T15:54:21.911Z[ host-package] Compiling unicode-truncate v1.1.0
36102026-03-12T15:54:22.011Z[ host-package] Compiling lru v0.12.5
36112026-03-12T15:54:22.167Z[ host-package] Compiling prefix-trie v0.7.0
36122026-03-12T15:54:22.370Z[ host-package] Compiling vergen-git2 v1.0.7
36132026-03-12T15:54:22.454Z[ host-package] Compiling cassowary v0.3.0
36142026-03-12T15:54:22.802Z[ host-package] Compiling camino-tempfile-ext v0.3.3
36152026-03-12T15:54:22.936Z[ host-package] Compiling ratatui v0.29.0
36162026-03-12T15:54:23.785Z[ host-package] Compiling hickory-server v0.25.2
36172026-03-12T15:54:24.328Z[ host-package] Compiling hyper-staticfile v0.10.1
36182026-03-12T15:54:24.855Z[ host-package] Compiling sled v0.34.7
36192026-03-12T15:54:25.853Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36202026-03-12T15:54:26.258Z[ host-package] Compiling hickory-client v0.25.2
36212026-03-12T15:54:26.590Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36222026-03-12T15:54:27.459Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36232026-03-12T15:54:27.494Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36242026-03-12T15:54:28.525Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36252026-03-12T15:54:29.448Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
36262026-03-12T15:54:29.812Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36272026-03-12T15:54:30.613Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36282026-03-12T15:54:30.763Z[ host-package] Compiling rand_seeder v0.4.0
36292026-03-12T15:54:30.972Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36302026-03-12T15:54:31.128Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36312026-03-12T15:54:31.367Z[ host-package] Compiling lzma-sys v0.1.20
36322026-03-12T15:54:31.408Z[ host-package] Compiling rustls v0.21.12
36332026-03-12T15:54:31.485Z[ host-package] Compiling corncobs v0.1.4
36342026-03-12T15:54:31.598Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36352026-03-12T15:54:31.766Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36362026-03-12T15:54:31.794Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36372026-03-12T15:54:31.882Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36382026-03-12T15:54:32.027Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36392026-03-12T15:54:32.093Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36402026-03-12T15:54:32.272Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36412026-03-12T15:54:32.358Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36422026-03-12T15:54:32.754Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
36432026-03-12T15:54:33.088Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
36442026-03-12T15:54:33.841Z[ host-package] Compiling git2 v0.20.4
36452026-03-12T15:54:34.091Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
36462026-03-12T15:54:34.340Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36472026-03-12T15:54:37.612Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
36482026-03-12T15:54:38.036Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
36492026-03-12T15:54:38.095Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
36502026-03-12T15:54:38.405Z[ host-package] Compiling sct v0.7.1
36512026-03-12T15:54:38.441Z[ host-package] Compiling rustls-webpki v0.101.7
36522026-03-12T15:54:38.635Z[ host-package] Compiling cargo_toml v0.22.3
36532026-03-12T15:54:38.762Z[ host-package] Compiling nix v0.29.0
36542026-03-12T15:54:38.827Z[ host-package] Compiling secrecy v0.8.0
36552026-03-12T15:54:39.160Z[ host-package] Compiling void v1.0.2
36562026-03-12T15:54:39.357Z[ host-package] Compiling lzss v0.8.2
36572026-03-12T15:54:39.502Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36582026-03-12T15:54:40.081Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
36592026-03-12T15:54:40.194Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36602026-03-12T15:54:40.501Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36612026-03-12T15:54:40.701Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36622026-03-12T15:54:42.368Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
36632026-03-12T15:54:43.549Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36642026-03-12T15:54:43.770Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36652026-03-12T15:54:43.823Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36662026-03-12T15:54:43.920Z[ host-package] Compiling tungstenite v0.23.0
36672026-03-12T15:54:43.960Z[ helios-setup] Mar 12 15:54:42.940 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
36682026-03-12T15:54:44.134Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
36692026-03-12T15:54:44.256Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
36702026-03-12T15:54:44.569Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
36712026-03-12T15:54:44.649Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
36722026-03-12T15:54:44.835Z[ host-package] Compiling nix v0.27.1
36732026-03-12T15:54:44.926Z[ host-package] Compiling serde_bytes v0.11.19
36742026-03-12T15:54:45.141Z[ host-package] Compiling tokio-tungstenite v0.23.1
36752026-03-12T15:54:45.511Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36762026-03-12T15:54:45.804Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
36772026-03-12T15:54:46.778Z[ host-package] Compiling ron v0.12.0
36782026-03-12T15:54:47.020Z[ host-package] Compiling xz2 v0.1.7
36792026-03-12T15:54:47.228Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36802026-03-12T15:54:47.287Z[ host-package] Compiling tokio-rustls v0.24.1
36812026-03-12T15:54:47.586Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36822026-03-12T15:54:49.669Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
36832026-03-12T15:54:49.758Z[ helios-setup] Mar 12 15:54:48.739 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
36842026-03-12T15:54:52.603Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
36852026-03-12T15:54:52.719Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36862026-03-12T15:54:53.629Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36872026-03-12T15:54:54.026Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
36882026-03-12T15:54:55.614Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36892026-03-12T15:54:56.489Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36902026-03-12T15:54:57.034Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36912026-03-12T15:54:58.418Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36922026-03-12T15:54:58.600Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36932026-03-12T15:54:58.879Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36942026-03-12T15:54:59.053Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36952026-03-12T15:55:02.645Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36962026-03-12T15:55:02.967Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36972026-03-12T15:55:03.245Z[ host-package] Compiling rustls-pemfile v1.0.4
36982026-03-12T15:55:03.620Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
36992026-03-12T15:55:03.966Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37002026-03-12T15:55:04.292Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
37012026-03-12T15:55:05.029Z[ host-package] Compiling signal-hook-tokio v0.3.1
37022026-03-12T15:55:05.284Z[ host-package] Compiling yasna v0.5.2
37032026-03-12T15:55:05.411Z[ host-package] Compiling twox-hash v2.1.2
37042026-03-12T15:55:05.523Z[ host-package] Compiling is_ci v1.2.0
37052026-03-12T15:55:05.596Z[ host-package] Compiling base16ct v1.0.0
37062026-03-12T15:55:06.051Z[ host-package] Compiling rcgen v0.12.1
37072026-03-12T15:55:06.252Z[ helios-setup] Mar 12 15:55:05.231 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
37082026-03-12T15:55:06.294Z[ helios-setup] Mar 12 15:55:05.273 INFO building project "amd-host-image-builder" ok (66 seconds)
37092026-03-12T15:55:06.294Z[ helios-setup] Mar 12 15:55:05.273 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
37102026-03-12T15:55:06.306Z[ helios-setup] Mar 12 15:55:05.285 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.91.1-x86_64-unknown-illumos (default)"
37112026-03-12T15:55:06.306Z[ helios-setup] Mar 12 15:55:05.285 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
37122026-03-12T15:55:06.309Z[ helios-setup] Mar 12 15:55:05.285 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
37132026-03-12T15:55:06.449Z[ helios-setup] Mar 12 15:55:05.428 INFO E| Downloading crates ...
37142026-03-12T15:55:06.507Z[ helios-setup] Mar 12 15:55:05.486 INFO E| Downloaded miniz_oxide v0.6.2
37152026-03-12T15:55:06.514Z[ helios-setup] Mar 12 15:55:05.493 INFO E| Downloaded generic-array v0.14.6
37162026-03-12T15:55:06.517Z[ helios-setup] Mar 12 15:55:05.496 INFO E| Downloaded cpufeatures v0.2.5
37172026-03-12T15:55:06.520Z[ helios-setup] Mar 12 15:55:05.497 INFO E| Downloaded anyhow v1.0.62
37182026-03-12T15:55:06.524Z[ helios-setup] Mar 12 15:55:05.503 INFO E| Downloaded block-buffer v0.10.3
37192026-03-12T15:55:06.527Z[ helios-setup] Mar 12 15:55:05.504 INFO E| Downloaded sha2 v0.10.5
37202026-03-12T15:55:06.527Z[ helios-setup] Mar 12 15:55:05.505 INFO E| Downloaded digest v0.10.3
37212026-03-12T15:55:06.531Z[ helios-setup] Mar 12 15:55:05.510 INFO E| Downloaded typenum v1.15.0
37222026-03-12T15:55:06.534Z[ helios-setup] Mar 12 15:55:05.512 INFO E| Downloaded flate2 v1.0.25
37232026-03-12T15:55:06.537Z[ helios-setup] Mar 12 15:55:05.516 INFO E| Downloaded bytes v1.2.1
37242026-03-12T15:55:06.592Z[ helios-setup] Mar 12 15:55:05.571 INFO E| Compiling typenum v1.15.0
37252026-03-12T15:55:06.592Z[ helios-setup] Mar 12 15:55:05.571 INFO E| Compiling version_check v0.9.4
37262026-03-12T15:55:06.596Z[ helios-setup] Mar 12 15:55:05.571 INFO E| Compiling cfg-if v1.0.0
37272026-03-12T15:55:06.596Z[ helios-setup] Mar 12 15:55:05.572 INFO E| Compiling crc32fast v1.3.2
37282026-03-12T15:55:06.596Z[ helios-setup] Mar 12 15:55:05.572 INFO E| Compiling anyhow v1.0.62
37292026-03-12T15:55:06.596Z[ helios-setup] Mar 12 15:55:05.572 INFO E| Compiling adler v1.0.2
37302026-03-12T15:55:06.596Z[ helios-setup] Mar 12 15:55:05.572 INFO E| Compiling cpufeatures v0.2.5
37312026-03-12T15:55:06.596Z[ helios-setup] Mar 12 15:55:05.572 INFO E| Compiling unicode-width v0.1.10
37322026-03-12T15:55:06.596Z[ helios-setup] Mar 12 15:55:05.572 INFO E| Compiling bytes v1.2.1
37332026-03-12T15:55:06.596Z[ helios-setup] Mar 12 15:55:05.572 INFO E| Compiling bitflags v1.3.2
37342026-03-12T15:55:06.799Z[ host-package] Compiling supports-color v3.0.2
37352026-03-12T15:55:06.860Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37362026-03-12T15:55:07.048Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37372026-03-12T15:55:07.168Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37382026-03-12T15:55:07.379Z[ helios-setup] Mar 12 15:55:06.357 INFO E| Compiling getopts v0.2.21
37392026-03-12T15:55:07.383Z[ helios-setup] Mar 12 15:55:06.360 INFO E| Compiling miniz_oxide v0.6.2
37402026-03-12T15:55:07.601Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37412026-03-12T15:55:07.882Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
37422026-03-12T15:55:08.105Z[ helios-setup] Mar 12 15:55:07.084 INFO E| Compiling generic-array v0.14.6
37432026-03-12T15:55:08.171Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
37442026-03-12T15:55:08.261Z[ helios-setup] Mar 12 15:55:07.240 INFO E| Compiling flate2 v1.0.25
37452026-03-12T15:55:09.673Z[ helios-setup] Mar 12 15:55:08.651 INFO E| Compiling block-buffer v0.10.3
37462026-03-12T15:55:09.673Z[ helios-setup] Mar 12 15:55:08.651 INFO E| Compiling crypto-common v0.1.6
37472026-03-12T15:55:09.817Z[ helios-setup] Mar 12 15:55:08.792 INFO E| Compiling digest v0.10.3
37482026-03-12T15:55:10.111Z[ helios-setup] Mar 12 15:55:09.090 INFO E| Compiling sha2 v0.10.5
37492026-03-12T15:55:10.430Z[ helios-setup] Mar 12 15:55:09.409 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
37502026-03-12T15:55:13.153Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
37512026-03-12T15:55:13.191Z[ helios-setup] Mar 12 15:55:12.169 INFO E| Finished `release` profile [optimized] target(s) in 6.86s
37522026-03-12T15:55:13.207Z[ helios-setup] Mar 12 15:55:12.185 INFO building project "bootserver" ok (6 seconds)
37532026-03-12T15:55:13.210Z[ helios-setup] rm -f helios-build
37542026-03-12T15:55:13.214Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37552026-03-12T15:55:13.217Z[ helios-setup]
37562026-03-12T15:55:13.217Z[ helios-setup] Setup complete! ./helios-build is now available.
37572026-03-12T15:55:13.217Z[ helios-setup]
37582026-03-12T15:55:13.227Z[ helios-setup]
37592026-03-12T15:55:13.227Z[ helios-setup] real 3:34.096438352
37602026-03-12T15:55:13.227Z[ helios-setup] user 9:34.724338761
37612026-03-12T15:55:13.227Z[ helios-setup] sys 1:31.382107629
37622026-03-12T15:55:13.227Z[ helios-setup] trap 0.655914003
37632026-03-12T15:55:13.227Z[ helios-setup] tflt 2.942541858
37642026-03-12T15:55:13.227Z[ helios-setup] dflt 10.854524467
37652026-03-12T15:55:13.227Z[ helios-setup] kflt 0.013832446
37662026-03-12T15:55:13.227Z[ helios-setup] lock 37:46.764829562
37672026-03-12T15:55:13.227Z[ helios-setup] slp 57:31.908588922
37682026-03-12T15:55:13.227Z[ helios-setup] lat 8:09.508766334
37692026-03-12T15:55:13.227Z[ helios-setup] stop 1:46.120192426
37702026-03-12T15:55:13.227ZMar 12 15:55:12.197 INFO [helios-setup] process exited with exit status: 0 (214.099700077s)
37712026-03-12T15:55:13.227ZMar 12 15:55:12.198 INFO [helios-record] running task
37722026-03-12T15:55:13.227ZMar 12 15:55:12.198 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37732026-03-12T15:55:13.228ZMar 12 15:55:12.203 DEBG process exited with exit status: 0 (4.98277ms)
37742026-03-12T15:55:13.228ZMar 12 15:55:12.203 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37752026-03-12T15:55:13.231ZMar 12 15:55:12.207 DEBG process exited with exit status: 0 (4.554444ms)
37762026-03-12T15:55:13.231ZMar 12 15:55:12.207 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37772026-03-12T15:55:13.234ZMar 12 15:55:12.212 DEBG process exited with exit status: 0 (4.453452ms)
37782026-03-12T15:55:13.234ZMar 12 15:55:12.212 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37792026-03-12T15:55:13.238ZMar 12 15:55:12.216 DEBG process exited with exit status: 0 (4.34577ms)
37802026-03-12T15:55:13.238ZMar 12 15:55:12.216 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37812026-03-12T15:55:13.242ZMar 12 15:55:12.220 DEBG process exited with exit status: 0 (4.250248ms)
37822026-03-12T15:55:13.242ZMar 12 15:55:12.220 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37832026-03-12T15:55:13.246ZMar 12 15:55:12.225 DEBG process exited with exit status: 0 (4.621208ms)
37842026-03-12T15:55:13.246ZMar 12 15:55:12.225 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37852026-03-12T15:55:13.251ZMar 12 15:55:12.230 DEBG process exited with exit status: 0 (5.057705ms)
37862026-03-12T15:55:13.251ZMar 12 15:55:12.230 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
37872026-03-12T15:55:13.256ZMar 12 15:55:12.235 DEBG process exited with exit status: 0 (4.659985ms)
37882026-03-12T15:55:13.256ZMar 12 15:55:12.235 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
37892026-03-12T15:55:13.260ZMar 12 15:55:12.239 DEBG process exited with exit status: 0 (4.454522ms)
37902026-03-12T15:55:13.263ZMar 12 15:55:12.240 INFO [helios-record] task succeeded (42.213657ms)
37912026-03-12T15:55:13.312Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
37922026-03-12T15:55:13.350Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37932026-03-12T15:55:14.170Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37942026-03-12T15:55:15.464Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37952026-03-12T15:55:15.772Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37962026-03-12T15:55:16.078Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
37972026-03-12T15:55:16.359Z[ host-package] Compiling fatfs v0.3.6
37982026-03-12T15:55:17.985Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
37992026-03-12T15:55:18.407Z[ host-package] Compiling rtoolbox v0.0.3
38002026-03-12T15:55:18.747Z[ host-package] Compiling subprocess v0.2.15
38012026-03-12T15:55:19.558Z[ host-package] Compiling assert_matches v1.5.0
38022026-03-12T15:55:19.695Z[ host-package] Compiling seq-macro v0.3.6
38032026-03-12T15:55:20.374Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38042026-03-12T15:55:21.518Z[ host-package] Compiling rpassword v7.4.0
38052026-03-12T15:55:21.889Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38062026-03-12T15:55:23.105Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38072026-03-12T15:55:24.581Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38082026-03-12T15:55:24.757Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38092026-03-12T15:55:25.482Z[ host-package] Compiling tui-tree-widget v0.23.1
38102026-03-12T15:55:25.875Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38112026-03-12T15:55:27.056Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38122026-03-12T15:55:27.767Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38132026-03-12T15:55:27.866Z[ host-package] Compiling uzers v0.12.2
38142026-03-12T15:55:29.752Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38152026-03-12T15:55:31.204Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38162026-03-12T15:55:31.852Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38172026-03-12T15:55:33.245Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38182026-03-12T15:55:34.257Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38192026-03-12T15:55:37.317Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38202026-03-12T15:55:39.795Z[ host-package] Compiling support-bundle-viewer v0.1.2
38212026-03-12T15:55:40.152Z[ host-package] Compiling multimap v0.10.1
38222026-03-12T15:56:00.681Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38232026-03-12T16:02:54.729Z[ host-package] Finished `release` profile [optimized] target(s) in 10m 34s
38242026-03-12T16:03:48.726ZMar 12 16:03:47.659 INFO [host-package] process exited with exit status: 0 (688.291310852s)
38252026-03-12T16:03:48.726ZMar 12 16:03:47.659 INFO [host-stamp] running task
38262026-03-12T16:03:48.730ZMar 12 16:03:47.659 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38272026-03-12T16:03:48.730ZMar 12 16:03:47.659 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+git6e4dd7ca17a
38282026-03-12T16:03:48.730ZMar 12 16:03:47.660 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+git6e4dd7ca17a
38292026-03-12T16:03:48.730ZMar 12 16:03:47.660 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+git6e4dd7ca17a
38302026-03-12T16:03:48.730ZMar 12 16:03:47.661 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+git6e4dd7ca17a
38312026-03-12T16:03:48.730ZMar 12 16:03:47.661 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+git6e4dd7ca17a
38322026-03-12T16:03:48.730ZMar 12 16:03:47.661 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+git6e4dd7ca17a
38332026-03-12T16:03:48.730ZMar 12 16:03:47.661 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+git6e4dd7ca17a
38342026-03-12T16:03:48.730ZMar 12 16:03:47.662 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+git6e4dd7ca17a
38352026-03-12T16:03:48.739Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38362026-03-12T16:03:48.743Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38372026-03-12T16:03:48.743Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38382026-03-12T16:03:48.743Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38392026-03-12T16:03:48.743Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38402026-03-12T16:03:48.743Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38412026-03-12T16:03:48.743Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38422026-03-12T16:03:48.743Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38432026-03-12T16:03:48.743Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38442026-03-12T16:03:48.743Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38452026-03-12T16:03:48.746ZMar 12 16:03:47.679 INFO [stamp-overlay] process exited with exit status: 0 (18.478815ms)
38462026-03-12T16:03:48.750Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38472026-03-12T16:03:48.755ZMar 12 16:03:47.688 INFO [stamp-oxlog] process exited with exit status: 0 (27.471571ms)
38482026-03-12T16:03:48.783Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38492026-03-12T16:03:48.788ZMar 12 16:03:47.721 INFO [stamp-crucible-utils] process exited with exit status: 0 (59.94856ms)
38502026-03-12T16:03:48.810Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38512026-03-12T16:03:48.810ZMar 12 16:03:47.737 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (76.890875ms)
38522026-03-12T16:03:48.904Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38532026-03-12T16:03:48.908ZMar 12 16:03:47.842 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (180.028736ms)
38542026-03-12T16:03:49.160Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38552026-03-12T16:03:49.164ZMar 12 16:03:48.097 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (437.784852ms)
38562026-03-12T16:03:49.983Z[recovery-package] Compiling newtype-uuid v1.3.2
38572026-03-12T16:03:50.001Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38582026-03-12T16:03:50.005ZMar 12 16:03:48.939 INFO [stamp-propolis-server] process exited with exit status: 0 (1.277495302s)
38592026-03-12T16:03:50.247Z[recovery-package] Compiling daft v0.1.5
38602026-03-12T16:03:50.509Z[recovery-package] Compiling iddqd v0.3.17
38612026-03-12T16:03:51.733Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38622026-03-12T16:03:52.064Z[recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
38632026-03-12T16:03:52.064Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38642026-03-12T16:03:52.067Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38652026-03-12T16:03:52.067Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
38662026-03-12T16:03:52.067Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38672026-03-12T16:03:52.067Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38682026-03-12T16:03:52.155Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38692026-03-12T16:03:52.652Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38702026-03-12T16:03:55.588Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38712026-03-12T16:03:55.593ZMar 12 16:03:54.526 INFO [stamp-switch-asic] process exited with exit status: 0 (6.86552147s)
38722026-03-12T16:03:55.596ZMar 12 16:03:54.526 INFO [host-stamp] task succeeded (6.867010104s)
38732026-03-12T16:03:55.596ZMar 12 16:03:54.526 INFO [host-proto] running task
38742026-03-12T16:03:56.104ZMar 12 16:03:55.037 INFO [host-proto] task succeeded (511.18313ms)
38752026-03-12T16:03:56.105ZMar 12 16:03:55.037 INFO [host-profile] running task
38762026-03-12T16:03:56.108ZMar 12 16:03:55.037 INFO [host-profile] task succeeded (178.606µs)
38772026-03-12T16:03:56.108ZMar 12 16:03:55.038 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/.tmpzuqBXD/proto/host/root -N 'ci 6e4dd7c/${os_short_commit} 2026-03-12 15:51' -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/'
38782026-03-12T16:03:56.111Z[ host-image] Mar 12 16:03:55.044 INFO Checking files for board 'cosmo-mbist'
38792026-03-12T16:03:56.111Z[ host-image] Mar 12 16:03:55.044 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
38802026-03-12T16:03:56.111Z[ host-image] Mar 12 16:03:55.044 INFO Checking files for board 'cosmo-mbist-noaggr'
38812026-03-12T16:03:56.111Z[ host-image] Mar 12 16:03:55.044 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
38822026-03-12T16:03:56.111Z[ host-image] Mar 12 16:03:55.044 INFO Checking files for board 'cosmo'
38832026-03-12T16:03:56.111Z[ host-image] Mar 12 16:03:55.044 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38842026-03-12T16:03:56.112Z[ host-image] Mar 12 16:03:55.045 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
38852026-03-12T16:03:56.115Z[ host-image] Mar 12 16:03:55.045 INFO Checking files for board 'gimlet'
38862026-03-12T16:03:56.115Z[ host-image] Mar 12 16:03:55.045 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38872026-03-12T16:03:56.115Z[ host-image] Mar 12 16:03:55.045 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
38882026-03-12T16:03:56.122Z[ host-image] Mar 12 16:03:55.055 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpzuqBXD/proto/host/root"
38892026-03-12T16:03:56.122Z[ host-image] Mar 12 16:03:55.055 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
38902026-03-12T16:03:56.125Z[ host-image] Mar 12 16:03:55.055 INFO image builder template: ramdisk-01-os...
38912026-03-12T16:03:56.126Z[ host-image] Mar 12 16:03:55.055 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/.tmpzuqBXD/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
38922026-03-12T16:03:56.138Z[ host-image] Mar 12 16:03:55.071 INFO O| Mar 12 16:03:55.071 INFO CREATE DATASET: rpool/images/build/host/output
38932026-03-12T16:03:57.008Z[ host-image] Mar 12 16:03:55.941 INFO O| Mar 12 16:03:55.941 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38942026-03-12T16:03:57.011Z[ host-image] Mar 12 16:03:55.944 INFO O| Mar 12 16:03:55.944 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38952026-03-12T16:03:57.240Z[ host-image] Mar 12 16:03:56.173 INFO O| Mar 12 16:03:56.173 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
38962026-03-12T16:03:57.296Z[ host-image] Mar 12 16:03:56.229 INFO O| Mar 12 16:03:56.229 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
38972026-03-12T16:03:57.296Z[ host-image] Mar 12 16:03:56.229 INFO O| Mar 12 16:03:56.229 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
38982026-03-12T16:03:57.300Z[ host-image] Mar 12 16:03:56.229 INFO O| Mar 12 16:03:56.229 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
38992026-03-12T16:03:57.300Z[ host-image] Mar 12 16:03:56.229 INFO O| Mar 12 16:03:56.229 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39002026-03-12T16:03:57.303Z[ host-image] Mar 12 16:03:56.236 INFO O| Mar 12 16:03:56.236 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39012026-03-12T16:03:57.518Z[ host-image] Mar 12 16:03:56.451 INFO O| Mar 12 16:03:56.451 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39022026-03-12T16:03:57.525Z[ host-image] Mar 12 16:03:56.459 INFO O| Mar 12 16:03:56.459 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39032026-03-12T16:03:57.837Z[ host-image] Mar 12 16:03:56.769 INFO O| Mar 12 16:03:56.769 INFO O| Caching catalogs ... Done
39042026-03-12T16:03:57.911Z[ host-image] Mar 12 16:03:56.844 INFO O| Mar 12 16:03:56.844 INFO STEP 0 (pkg_image_create) COMPLETE
39052026-03-12T16:03:57.911Z[ host-image] Mar 12 16:03:56.844 INFO O| Mar 12 16:03:56.844 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39062026-03-12T16:03:57.920Z[ host-image] Mar 12 16:03:56.853 INFO O| Mar 12 16:03:56.853 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"]
39072026-03-12T16:03:58.214Z[ host-image] Mar 12 16:03:57.147 INFO O| Mar 12 16:03:57.147 INFO STEP 1 (pkg_set_publisher) COMPLETE
39082026-03-12T16:03:58.214Z[ host-image] Mar 12 16:03:57.147 INFO O| Mar 12 16:03:57.147 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39092026-03-12T16:03:58.217Z[ host-image] Mar 12 16:03:57.147 INFO O| Mar 12 16:03:57.147 INFO skip step because feature "publisher_1_name" is not enabled
39102026-03-12T16:03:58.217Z[ host-image] Mar 12 16:03:57.147 INFO O| Mar 12 16:03:57.147 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39112026-03-12T16:03:58.217Z[ host-image] Mar 12 16:03:57.147 INFO O| Mar 12 16:03:57.147 INFO skip step because feature "publisher_2_name" is not enabled
39122026-03-12T16:03:58.217Z[ host-image] Mar 12 16:03:57.147 INFO O| Mar 12 16:03:57.147 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39132026-03-12T16:03:58.217Z[ host-image] Mar 12 16:03:57.147 INFO O| Mar 12 16:03:57.147 INFO skip step because feature "publisher_3_name" is not enabled
39142026-03-12T16:03:58.217Z[ host-image] Mar 12 16:03:57.147 INFO O| Mar 12 16:03:57.147 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39152026-03-12T16:03:58.506Z[ host-image] Mar 12 16:03:57.439 INFO O| Mar 12 16:03:57.439 INFO variant opensolaris.zone is already global
39162026-03-12T16:03:58.506Z[ host-image] Mar 12 16:03:57.439 INFO O| Mar 12 16:03:57.439 INFO STEP 5 (pkg_change_variant) COMPLETE
39172026-03-12T16:03:58.506Z[ host-image] Mar 12 16:03:57.439 INFO O| Mar 12 16:03:57.439 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39182026-03-12T16:03:58.797Z[ host-image] Mar 12 16:03:57.729 INFO O| Mar 12 16:03:57.729 INFO variant opensolaris.imagetype is full; changing to partial
39192026-03-12T16:03:58.797Z[ host-image] Mar 12 16:03:57.729 INFO O| Mar 12 16:03:57.729 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39202026-03-12T16:03:58.944Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39212026-03-12T16:03:58.944Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39222026-03-12T16:03:58.947Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39232026-03-12T16:03:58.947Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39242026-03-12T16:03:58.947Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39252026-03-12T16:04:01.848Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39262026-03-12T16:04:01.848Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39272026-03-12T16:04:03.261Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39282026-03-12T16:04:04.068Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39292026-03-12T16:04:19.485Z[recovery-package] Finished `release` profile [optimized] target(s) in 30.58s
39302026-03-12T16:04:21.411Z[ host-image] Mar 12 16:04:20.341 INFO O| Mar 12 16:04:20.341 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39312026-03-12T16:04:22.160ZMar 12 16:04:21.090 INFO [recovery-package] process exited with exit status: 0 (33.430075463s)
39322026-03-12T16:04:22.160ZMar 12 16:04:21.090 INFO [recovery-stamp] running task
39332026-03-12T16:04:22.166ZMar 12 16:04:21.090 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
39342026-03-12T16:04:22.167ZMar 12 16:04:21.090 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+git6e4dd7ca17a
39352026-03-12T16:04:22.167ZMar 12 16:04:21.090 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 19.0.0-0.ci+git6e4dd7ca17a
39362026-03-12T16:04:22.171Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39372026-03-12T16:04:22.174Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39382026-03-12T16:04:22.307Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39392026-03-12T16:04:22.318ZMar 12 16:04:21.242 INFO [stamp-installinator] process exited with exit status: 0 (151.715981ms)
39402026-03-12T16:04:22.373Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39412026-03-12T16:04:22.378ZMar 12 16:04:21.296 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (206.541952ms)
39422026-03-12T16:04:22.378ZMar 12 16:04:21.296 INFO [recovery-stamp] task succeeded (206.754675ms)
39432026-03-12T16:04:22.379ZMar 12 16:04:21.296 INFO [recovery-proto] running task
39442026-03-12T16:04:22.379ZMar 12 16:04:21.296 INFO [tuf-stamp] running task
39452026-03-12T16:04:22.379ZMar 12 16:04:21.297 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+git6e4dd7ca17a
39462026-03-12T16:04:22.379ZMar 12 16:04:21.297 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+git6e4dd7ca17a
39472026-03-12T16:04:22.379ZMar 12 16:04:21.298 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+git6e4dd7ca17a
39482026-03-12T16:04:22.379ZMar 12 16:04:21.298 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+git6e4dd7ca17a
39492026-03-12T16:04:22.379ZMar 12 16:04:21.298 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+git6e4dd7ca17a
39502026-03-12T16:04:22.379ZMar 12 16:04:21.299 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+git6e4dd7ca17a
39512026-03-12T16:04:22.379ZMar 12 16:04:21.299 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+git6e4dd7ca17a
39522026-03-12T16:04:22.379ZMar 12 16:04:21.300 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+git6e4dd7ca17a
39532026-03-12T16:04:22.379ZMar 12 16:04:21.300 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+git6e4dd7ca17a
39542026-03-12T16:04:22.379ZMar 12 16:04:21.300 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+git6e4dd7ca17a
39552026-03-12T16:04:22.379ZMar 12 16:04:21.300 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+git6e4dd7ca17a
39562026-03-12T16:04:22.379ZMar 12 16:04:21.300 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+git6e4dd7ca17a
39572026-03-12T16:04:22.384Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
39582026-03-12T16:04:22.384Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
39592026-03-12T16:04:22.384Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
39602026-03-12T16:04:22.384Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
39612026-03-12T16:04:22.384Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39622026-03-12T16:04:22.384Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
39632026-03-12T16:04:22.384Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
39642026-03-12T16:04:22.385Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39652026-03-12T16:04:22.385Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
39662026-03-12T16:04:22.385Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
39672026-03-12T16:04:22.385Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39682026-03-12T16:04:22.385Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39692026-03-12T16:04:22.441Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
39702026-03-12T16:04:22.447ZMar 12 16:04:21.377 INFO [stamp-probe] process exited with exit status: 0 (78.256308ms)
39712026-03-12T16:04:22.564ZMar 12 16:04:21.495 INFO [recovery-proto] task succeeded (198.304377ms)
39722026-03-12T16:04:22.565ZMar 12 16:04:21.495 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/.tmpzuqBXD/proto/recovery/root -N 'recovery 6e4dd7c/${os_short_commit} 2026-03-12 15:51' -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-12T16:04:22.573Z[ recovery-image] Mar 12 16:04:21.503 INFO Checking files for board 'cosmo-mbist'
39742026-03-12T16:04:22.573Z[ recovery-image] Mar 12 16:04:21.504 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
39752026-03-12T16:04:22.576Z[ recovery-image] Mar 12 16:04:21.504 INFO Checking files for board 'gimlet'
39762026-03-12T16:04:22.577Z[ recovery-image] Mar 12 16:04:21.504 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39772026-03-12T16:04:22.577Z[ recovery-image] Mar 12 16:04:21.504 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
39782026-03-12T16:04:22.577Z[ recovery-image] Mar 12 16:04:21.504 INFO Checking files for board 'cosmo'
39792026-03-12T16:04:22.577Z[ recovery-image] Mar 12 16:04:21.504 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39802026-03-12T16:04:22.577Z[ recovery-image] Mar 12 16:04:21.504 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
39812026-03-12T16:04:22.577Z[ recovery-image] Mar 12 16:04:21.504 INFO Checking files for board 'cosmo-mbist-noaggr'
39822026-03-12T16:04:22.577Z[ recovery-image] Mar 12 16:04:21.504 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
39832026-03-12T16:04:22.587Z[ recovery-image] Mar 12 16:04:21.517 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpzuqBXD/proto/recovery/root"
39842026-03-12T16:04:22.587Z[ recovery-image] Mar 12 16:04:21.517 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
39852026-03-12T16:04:22.587Z[ recovery-image] Mar 12 16:04:21.517 INFO image builder template: ramdisk-01-os...
39862026-03-12T16:04:22.590Z[ recovery-image] Mar 12 16:04:21.517 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/.tmpzuqBXD/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39872026-03-12T16:04:22.612Z[ recovery-image] Mar 12 16:04:21.539 INFO O| Mar 12 16:04:21.539 INFO CREATE DATASET: rpool/images/build/recovery/output
39882026-03-12T16:04:22.798Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
39892026-03-12T16:04:22.805ZMar 12 16:04:21.733 INFO [stamp-ntp] process exited with exit status: 0 (434.793587ms)
39902026-03-12T16:04:22.974Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
39912026-03-12T16:04:23.004Z[ recovery-image] Mar 12 16:04:21.934 INFO O| Mar 12 16:04:21.934 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
39922026-03-12T16:04:23.016Z[ recovery-image] Mar 12 16:04:21.938 INFO O| Mar 12 16:04:21.938 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
39932026-03-12T16:04:23.016Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
39942026-03-12T16:04:23.109Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
39952026-03-12T16:04:23.113ZMar 12 16:04:22.044 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (744.625518ms)
39962026-03-12T16:04:23.157Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
39972026-03-12T16:04:23.162ZMar 12 16:04:22.092 INFO [stamp-internal-dns] process exited with exit status: 0 (792.02457ms)
39982026-03-12T16:04:23.172Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
39992026-03-12T16:04:23.177ZMar 12 16:04:22.108 INFO [stamp-external-dns] process exited with exit status: 0 (808.586274ms)
40002026-03-12T16:04:23.370Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40012026-03-12T16:04:23.375ZMar 12 16:04:22.303 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.005160246s)
40022026-03-12T16:04:23.437Z[ recovery-image] Mar 12 16:04:22.368 INFO O| Mar 12 16:04:22.367 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40032026-03-12T16:04:23.498Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40042026-03-12T16:04:23.505ZMar 12 16:04:22.432 INFO [stamp-oximeter] process exited with exit status: 0 (1.135164896s)
40052026-03-12T16:04:23.607Z[ recovery-image] Mar 12 16:04:22.537 INFO O| Mar 12 16:04:22.537 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40062026-03-12T16:04:23.607Z[ recovery-image] Mar 12 16:04:22.537 INFO O| Mar 12 16:04:22.537 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40072026-03-12T16:04:23.612Z[ recovery-image] Mar 12 16:04:22.537 INFO O| Mar 12 16:04:22.537 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40082026-03-12T16:04:23.612Z[ recovery-image] Mar 12 16:04:22.537 INFO O| Mar 12 16:04:22.537 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40092026-03-12T16:04:23.619Z[ recovery-image] Mar 12 16:04:22.545 INFO O| Mar 12 16:04:22.545 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40102026-03-12T16:04:24.174Z[ recovery-image] Mar 12 16:04:23.103 INFO O| Mar 12 16:04:23.103 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40112026-03-12T16:04:24.182Z[ recovery-image] Mar 12 16:04:23.111 INFO O| Mar 12 16:04:23.111 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40122026-03-12T16:04:24.491Z[ recovery-image] Mar 12 16:04:23.419 INFO O| Mar 12 16:04:23.419 INFO O| Caching catalogs ... Done
40132026-03-12T16:04:24.571Z[ recovery-image] Mar 12 16:04:23.501 INFO O| Mar 12 16:04:23.501 INFO STEP 0 (pkg_image_create) COMPLETE
40142026-03-12T16:04:24.571Z[ recovery-image] Mar 12 16:04:23.501 INFO O| Mar 12 16:04:23.501 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40152026-03-12T16:04:24.579Z[ recovery-image] Mar 12 16:04:23.510 INFO O| Mar 12 16:04:23.510 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"]
40162026-03-12T16:04:24.894Z[ recovery-image] Mar 12 16:04:23.823 INFO O| Mar 12 16:04:23.823 INFO STEP 1 (pkg_set_publisher) COMPLETE
40172026-03-12T16:04:24.894Z[ recovery-image] Mar 12 16:04:23.823 INFO O| Mar 12 16:04:23.823 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40182026-03-12T16:04:24.900Z[ recovery-image] Mar 12 16:04:23.823 INFO O| Mar 12 16:04:23.823 INFO skip step because feature "publisher_1_name" is not enabled
40192026-03-12T16:04:24.900Z[ recovery-image] Mar 12 16:04:23.823 INFO O| Mar 12 16:04:23.823 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40202026-03-12T16:04:24.900Z[ recovery-image] Mar 12 16:04:23.823 INFO O| Mar 12 16:04:23.823 INFO skip step because feature "publisher_2_name" is not enabled
40212026-03-12T16:04:24.900Z[ recovery-image] Mar 12 16:04:23.823 INFO O| Mar 12 16:04:23.823 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40222026-03-12T16:04:24.900Z[ recovery-image] Mar 12 16:04:23.823 INFO O| Mar 12 16:04:23.823 INFO skip step because feature "publisher_3_name" is not enabled
40232026-03-12T16:04:24.900Z[ recovery-image] Mar 12 16:04:23.823 INFO O| Mar 12 16:04:23.823 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40242026-03-12T16:04:25.210Z[ recovery-image] Mar 12 16:04:24.140 INFO O| Mar 12 16:04:24.139 INFO variant opensolaris.zone is already global
40252026-03-12T16:04:25.210Z[ recovery-image] Mar 12 16:04:24.140 INFO O| Mar 12 16:04:24.139 INFO STEP 5 (pkg_change_variant) COMPLETE
40262026-03-12T16:04:25.210Z[ recovery-image] Mar 12 16:04:24.140 INFO O| Mar 12 16:04:24.140 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40272026-03-12T16:04:25.501Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40282026-03-12T16:04:25.505ZMar 12 16:04:24.436 INFO [stamp-cockroachdb] process exited with exit status: 0 (3.137318018s)
40292026-03-12T16:04:25.515Z[ recovery-image] Mar 12 16:04:24.445 INFO O| Mar 12 16:04:24.445 INFO variant opensolaris.imagetype is full; changing to partial
40302026-03-12T16:04:25.515Z[ recovery-image] Mar 12 16:04:24.445 INFO O| Mar 12 16:04:24.445 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40312026-03-12T16:04:26.277Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40322026-03-12T16:04:26.283ZMar 12 16:04:25.211 INFO [stamp-nexus] process exited with exit status: 0 (3.911175878s)
40332026-03-12T16:04:27.729Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40342026-03-12T16:04:27.735ZMar 12 16:04:26.663 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (5.364919293s)
40352026-03-12T16:04:28.040Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40362026-03-12T16:04:28.048ZMar 12 16:04:26.975 INFO [stamp-clickhouse_server] process exited with exit status: 0 (5.67710154s)
40372026-03-12T16:04:28.070Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40382026-03-12T16:04:28.075ZMar 12 16:04:27.004 INFO [stamp-clickhouse] process exited with exit status: 0 (5.705021756s)
40392026-03-12T16:04:28.075ZMar 12 16:04:27.004 INFO [tuf-stamp] task succeeded (5.708026281s)
40402026-03-12T16:04:28.131Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
40412026-03-12T16:04:28.335Z[verify-libraries] Compiling ar_archive_writer v0.5.1
40422026-03-12T16:04:28.356Z[verify-libraries] Compiling stacker v0.1.23
40432026-03-12T16:04:28.356Z[verify-libraries] Compiling cfg_aliases v0.1.1
40442026-03-12T16:04:28.362Z[verify-libraries] Compiling home v0.5.12
40452026-03-12T16:04:28.424Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
40462026-03-12T16:04:28.428Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40472026-03-12T16:04:28.479Z[verify-libraries] Compiling sqlparser_derive v0.5.0
40482026-03-12T16:04:28.488Z[verify-libraries] Compiling winnow v0.6.26
40492026-03-12T16:04:28.507Z[verify-libraries] Compiling nix v0.28.0
40502026-03-12T16:04:28.514Z[verify-libraries] Compiling unicode_categories v0.1.1
40512026-03-12T16:04:28.600Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40522026-03-12T16:04:28.634Z[verify-libraries] Compiling polyval v0.6.2
40532026-03-12T16:04:28.637Z[verify-libraries] Compiling ctr v0.9.2
40542026-03-12T16:04:28.688Z[verify-libraries] Compiling colored v2.2.0
40552026-03-12T16:04:28.695Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
40562026-03-12T16:04:28.695Z[verify-libraries] Compiling ssh-encoding v0.2.0
40572026-03-12T16:04:28.695Z[verify-libraries] Compiling blowfish v0.9.1
40582026-03-12T16:04:28.863Z[verify-libraries] Compiling password-hash v0.4.2
40592026-03-12T16:04:28.905Z[verify-libraries] Compiling petname v2.0.2
40602026-03-12T16:04:29.007Z[verify-libraries] Compiling ghash v0.5.1
40612026-03-12T16:04:29.043Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
40622026-03-12T16:04:29.080Z[verify-libraries] Compiling p521 v0.13.3
40632026-03-12T16:04:29.113Z[verify-libraries] Compiling p256 v0.13.2
40642026-03-12T16:04:29.178Z[verify-libraries] Compiling aes-gcm v0.10.3
40652026-03-12T16:04:29.237Z[verify-libraries] Compiling pbkdf2 v0.11.0
40662026-03-12T16:04:29.269Z[verify-libraries] Compiling russh-cryptovec v0.7.3
40672026-03-12T16:04:29.415Z[verify-libraries] Compiling md5 v0.7.0
40682026-03-12T16:04:29.472Z[verify-libraries] Compiling psm v0.1.30
40692026-03-12T16:04:29.545Z[verify-libraries] Compiling ssh-cipher v0.2.0
40702026-03-12T16:04:29.586Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40712026-03-12T16:04:29.586Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40722026-03-12T16:04:29.644Z[verify-libraries] Compiling num-bigint v0.4.6
40732026-03-12T16:04:29.705Z[verify-libraries] Compiling des v0.8.1
40742026-03-12T16:04:29.739Z[verify-libraries] Compiling sapling-renderdag v0.1.0
40752026-03-12T16:04:29.833Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
40762026-03-12T16:04:29.924Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
40772026-03-12T16:04:30.090Z[verify-libraries] Compiling ssh-key v0.6.7
40782026-03-12T16:04:30.180Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
40792026-03-12T16:04:30.188Z[verify-libraries] Compiling sync-ptr v0.1.4
40802026-03-12T16:04:30.188Z[verify-libraries] Compiling hex-literal v0.4.1
40812026-03-12T16:04:30.286Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
40822026-03-12T16:04:30.410Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
40832026-03-12T16:04:30.449Z[verify-libraries] Compiling socket2 v0.5.10
40842026-03-12T16:04:30.479Z[verify-libraries] Compiling internet-checksum v0.2.1
40852026-03-12T16:04:30.482Z[verify-libraries] Compiling omicron-zone-package v0.12.2
40862026-03-12T16:04:30.836Z[verify-libraries] Compiling sqlformat v0.3.5
40872026-03-12T16:04:30.839Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
40882026-03-12T16:04:31.008Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
40892026-03-12T16:04:31.272Z[verify-libraries] Compiling recursive v0.1.1
40902026-03-12T16:04:31.303Z[verify-libraries] Compiling rustyline v14.0.0
40912026-03-12T16:04:31.482Z[verify-libraries] Compiling sqlparser v0.61.0
40922026-03-12T16:04:31.538Z[verify-libraries] Compiling git-stub v1.0.0
40932026-03-12T16:04:31.699Z[verify-libraries] Compiling yansi v1.0.1
40942026-03-12T16:04:31.788Z[verify-libraries] Compiling diff v0.1.13
40952026-03-12T16:04:31.808Z[ host-image] Mar 12 16:04:30.737 INFO O| Mar 12 16:04:30.737 INFO O| Startup: Caching catalogs ... Done
40962026-03-12T16:04:31.928Z[ host-image] Mar 12 16:04:30.858 INFO O| Mar 12 16:04:30.858 INFO O| Planning: Planning completed in 0.00 seconds
40972026-03-12T16:04:31.932Z[ host-image] Mar 12 16:04:30.858 INFO O| Mar 12 16:04:30.858 INFO O| Planning: Consolidating action changes ... Done
40982026-03-12T16:04:31.932Z[ host-image] Mar 12 16:04:30.858 INFO O| Mar 12 16:04:30.858 INFO O| Planning: Evaluating mediators ... Done
40992026-03-12T16:04:31.932Z[ host-image] Mar 12 16:04:30.859 INFO O| Mar 12 16:04:30.859 INFO O| Planning: Planning completed in 0.00 seconds
41002026-03-12T16:04:31.932Z[ host-image] Mar 12 16:04:30.859 INFO O| Mar 12 16:04:30.859 INFO O| Variants/Facets to change: 1
41012026-03-12T16:04:31.988Z[ host-image] Mar 12 16:04:30.918 INFO O| Mar 12 16:04:30.917 INFO O| Done
41022026-03-12T16:04:31.988Z[ host-image] Mar 12 16:04:30.918 INFO O| Mar 12 16:04:30.918 INFO O| Done
41032026-03-12T16:04:32.286Z[verify-libraries] Compiling russh-keys v0.45.0
41042026-03-12T16:04:32.440Z[verify-libraries] Compiling pretty_assertions v1.4.1
41052026-03-12T16:04:32.548Z[verify-libraries] Compiling git-stub-vcs v0.1.0
41062026-03-12T16:04:32.729Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41072026-03-12T16:04:33.125Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
41082026-03-12T16:04:33.239Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41092026-03-12T16:04:33.521Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
41102026-03-12T16:04:33.645Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
41112026-03-12T16:04:33.678Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
41122026-03-12T16:04:33.720Z[verify-libraries] Compiling drift v0.1.3
41132026-03-12T16:04:33.895Z[ host-image] Mar 12 16:04:32.824 INFO O| Mar 12 16:04:32.824 INFO O| Done
41142026-03-12T16:04:34.030Z[ host-image] Mar 12 16:04:32.950 INFO O| Mar 12 16:04:32.949 INFO O| Done
41152026-03-12T16:04:34.039Z[ host-image] Mar 12 16:04:32.950 INFO O| Mar 12 16:04:32.950 INFO O| Done
41162026-03-12T16:04:34.039Z[ host-image] Mar 12 16:04:32.950 INFO O| Mar 12 16:04:32.950 INFO O| Done
41172026-03-12T16:04:34.039Z[ host-image] Mar 12 16:04:32.951 INFO O| Mar 12 16:04:32.951 INFO O| Done
41182026-03-12T16:04:34.048Z[verify-libraries] Compiling russh v0.45.0
41192026-03-12T16:04:34.124Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
41202026-03-12T16:04:34.516Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
41212026-03-12T16:04:34.886Z[verify-libraries] Compiling dropshot-api-manager v0.6.0
41222026-03-12T16:04:35.127Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
41232026-03-12T16:04:35.983Z[ host-image] Mar 12 16:04:34.912 INFO O| Mar 12 16:04:34.912 INFO STEP 6 (pkg_change_variant) COMPLETE
41242026-03-12T16:04:35.983Z[ host-image] Mar 12 16:04:34.912 INFO O| Mar 12 16:04:34.912 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41252026-03-12T16:04:35.989Z[ host-image] Mar 12 16:04:34.912 INFO O| Mar 12 16:04:34.912 INFO skip step because feature "debug_variant" is not enabled
41262026-03-12T16:04:35.989Z[ host-image] Mar 12 16:04:34.912 INFO O| Mar 12 16:04:34.912 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41272026-03-12T16:04:36.166Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41282026-03-12T16:04:36.358Z[ host-image] Mar 12 16:04:35.281 INFO O| Mar 12 16:04:35.281 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41292026-03-12T16:04:36.370Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41302026-03-12T16:04:37.059Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41312026-03-12T16:04:41.478Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41322026-03-12T16:04:41.485Z[verify-libraries] Compiling termios v0.3.3
41332026-03-12T16:04:41.485Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
41342026-03-12T16:04:41.485Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
41352026-03-12T16:04:41.485Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
41362026-03-12T16:04:42.075Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
41372026-03-12T16:04:42.117Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
41382026-03-12T16:04:43.231Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41392026-03-12T16:04:43.704Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
41402026-03-12T16:04:45.278Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
41412026-03-12T16:04:46.388Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
41422026-03-12T16:04:47.498Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
41432026-03-12T16:04:50.305Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
41442026-03-12T16:04:51.411Z[ recovery-image] Mar 12 16:04:50.339 INFO O| Mar 12 16:04:50.339 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41452026-03-12T16:04:53.451Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
41462026-03-12T16:04:59.519Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
41472026-03-12T16:05:01.563Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
41482026-03-12T16:05:02.841Z[ recovery-image] Mar 12 16:05:01.768 INFO O| Mar 12 16:05:01.768 INFO O| Startup: Caching catalogs ... Done
41492026-03-12T16:05:02.952Z[ recovery-image] Mar 12 16:05:01.879 INFO O| Mar 12 16:05:01.879 INFO O| Planning: Planning completed in 0.00 seconds
41502026-03-12T16:05:02.956Z[ recovery-image] Mar 12 16:05:01.880 INFO O| Mar 12 16:05:01.880 INFO O| Planning: Consolidating action changes ... Done
41512026-03-12T16:05:02.956Z[ recovery-image] Mar 12 16:05:01.880 INFO O| Mar 12 16:05:01.880 INFO O| Planning: Evaluating mediators ... Done
41522026-03-12T16:05:02.956Z[ recovery-image] Mar 12 16:05:01.880 INFO O| Mar 12 16:05:01.880 INFO O| Planning: Planning completed in 0.00 seconds
41532026-03-12T16:05:02.958Z[ recovery-image] Mar 12 16:05:01.880 INFO O| Mar 12 16:05:01.880 INFO O| Variants/Facets to change: 1
41542026-03-12T16:05:03.035Z[ recovery-image] Mar 12 16:05:01.962 INFO O| Mar 12 16:05:01.962 INFO O| Done
41552026-03-12T16:05:03.035Z[ recovery-image] Mar 12 16:05:01.962 INFO O| Mar 12 16:05:01.962 INFO O| Done
41562026-03-12T16:05:04.763Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
41572026-03-12T16:05:04.874Z[ recovery-image] Mar 12 16:05:03.800 INFO O| Mar 12 16:05:03.800 INFO O| Done
41582026-03-12T16:05:04.996Z[ recovery-image] Mar 12 16:05:03.923 INFO O| Mar 12 16:05:03.923 INFO O| Done
41592026-03-12T16:05:05.000Z[ recovery-image] Mar 12 16:05:03.924 INFO O| Mar 12 16:05:03.924 INFO O| Done
41602026-03-12T16:05:05.000Z[ recovery-image] Mar 12 16:05:03.924 INFO O| Mar 12 16:05:03.924 INFO O| Done
41612026-03-12T16:05:05.000Z[ recovery-image] Mar 12 16:05:03.925 INFO O| Mar 12 16:05:03.925 INFO O| Done
41622026-03-12T16:05:05.032Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
41632026-03-12T16:05:06.663Z[ recovery-image] Mar 12 16:05:05.590 INFO O| Mar 12 16:05:05.590 INFO STEP 6 (pkg_change_variant) COMPLETE
41642026-03-12T16:05:06.663Z[ recovery-image] Mar 12 16:05:05.590 INFO O| Mar 12 16:05:05.590 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41652026-03-12T16:05:06.664Z[ recovery-image] Mar 12 16:05:05.590 INFO O| Mar 12 16:05:05.590 INFO skip step because feature "debug_variant" is not enabled
41662026-03-12T16:05:06.667Z[ recovery-image] Mar 12 16:05:05.590 INFO O| Mar 12 16:05:05.590 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41672026-03-12T16:05:06.851Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41682026-03-12T16:05:07.027Z[ recovery-image] Mar 12 16:05:05.954 INFO O| Mar 12 16:05:05.954 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41692026-03-12T16:05:08.197Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
41702026-03-12T16:05:08.296Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
41712026-03-12T16:05:09.095Z[ host-image] Mar 12 16:05:08.021 INFO O| Mar 12 16:05:08.021 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41722026-03-12T16:05:09.687Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
41732026-03-12T16:05:10.899Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41742026-03-12T16:05:12.320Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41752026-03-12T16:05:13.550Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
41762026-03-12T16:05:13.943Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41772026-03-12T16:05:16.907Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41782026-03-12T16:05:18.792Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
41792026-03-12T16:05:20.490Z[ host-image] Mar 12 16:05:19.415 INFO O| Mar 12 16:05:19.415 INFO O| Startup: Caching catalogs ... Done
41802026-03-12T16:05:20.589Z[ host-image] Mar 12 16:05:19.515 INFO O| Mar 12 16:05:19.515 INFO O| Planning: Planning completed in 0.00 seconds
41812026-03-12T16:05:20.593Z[ host-image] Mar 12 16:05:19.515 INFO O| Mar 12 16:05:19.515 INFO O| Planning: Consolidating action changes ... Done
41822026-03-12T16:05:20.593Z[ host-image] Mar 12 16:05:19.516 INFO O| Mar 12 16:05:19.516 INFO O| Planning: Evaluating mediators ... Done
41832026-03-12T16:05:20.593Z[ host-image] Mar 12 16:05:19.516 INFO O| Mar 12 16:05:19.516 INFO O| Planning: Planning completed in 0.00 seconds
41842026-03-12T16:05:20.593Z[ host-image] Mar 12 16:05:19.516 INFO O| Mar 12 16:05:19.516 INFO O| Variants/Facets to change: 1
41852026-03-12T16:05:20.669Z[ host-image] Mar 12 16:05:19.594 INFO O| Mar 12 16:05:19.594 INFO O| Done
41862026-03-12T16:05:20.669Z[ host-image] Mar 12 16:05:19.594 INFO O| Mar 12 16:05:19.594 INFO O| Done
41872026-03-12T16:05:22.431Z[ host-image] Mar 12 16:05:21.357 INFO O| Mar 12 16:05:21.356 INFO O| Done
41882026-03-12T16:05:22.568Z[ host-image] Mar 12 16:05:21.493 INFO O| Mar 12 16:05:21.493 INFO O| Done
41892026-03-12T16:05:22.573Z[ host-image] Mar 12 16:05:21.494 INFO O| Mar 12 16:05:21.494 INFO O| Done
41902026-03-12T16:05:22.573Z[ host-image] Mar 12 16:05:21.494 INFO O| Mar 12 16:05:21.494 INFO O| Done
41912026-03-12T16:05:22.573Z[ host-image] Mar 12 16:05:21.495 INFO O| Mar 12 16:05:21.495 INFO O| Done
41922026-03-12T16:05:23.066Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41932026-03-12T16:05:24.487Z[ host-image] Mar 12 16:05:23.412 INFO O| Mar 12 16:05:23.412 INFO STEP 8 (pkg_change_facet) COMPLETE
41942026-03-12T16:05:24.487Z[ host-image] Mar 12 16:05:23.412 INFO O| Mar 12 16:05:23.412 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41952026-03-12T16:05:24.490Z[ host-image] Mar 12 16:05:23.412 INFO O| Mar 12 16:05:23.412 INFO skip step because feature "recovery" is not enabled
41962026-03-12T16:05:24.490Z[ host-image] Mar 12 16:05:23.412 INFO O| Mar 12 16:05:23.412 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41972026-03-12T16:05:24.490Z[ host-image] Mar 12 16:05:23.412 INFO O| Mar 12 16:05:23.412 INFO skip step because feature "recovery" is not enabled
41982026-03-12T16:05:24.491Z[ host-image] Mar 12 16:05:23.412 INFO O| Mar 12 16:05:23.412 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41992026-03-12T16:05:24.501Z[ host-image] Mar 12 16:05:23.426 INFO O| Mar 12 16:05:23.426 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/consolidation/oxide/omicron-release-incorporation@19.0.0.0"]
42002026-03-12T16:05:24.996Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42012026-03-12T16:05:26.317Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42022026-03-12T16:05:29.754Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42032026-03-12T16:05:30.730Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42042026-03-12T16:05:30.782Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42052026-03-12T16:05:31.935Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42062026-03-12T16:05:32.028Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42072026-03-12T16:05:34.419Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42082026-03-12T16:05:34.474Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42092026-03-12T16:05:35.541Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42102026-03-12T16:05:35.984Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42112026-03-12T16:05:36.102Z[ recovery-image] Mar 12 16:05:35.026 INFO O| Mar 12 16:05:35.026 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42122026-03-12T16:05:38.583Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42132026-03-12T16:05:41.137Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42142026-03-12T16:05:41.424Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42152026-03-12T16:05:48.180Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42162026-03-12T16:05:48.567Z[ recovery-image] Mar 12 16:05:47.490 INFO O| Mar 12 16:05:47.490 INFO O| Startup: Caching catalogs ... Done
42172026-03-12T16:05:48.684Z[ recovery-image] Mar 12 16:05:47.607 INFO O| Mar 12 16:05:47.607 INFO O| Planning: Planning completed in 0.00 seconds
42182026-03-12T16:05:48.688Z[ recovery-image] Mar 12 16:05:47.608 INFO O| Mar 12 16:05:47.608 INFO O| Planning: Consolidating action changes ... Done
42192026-03-12T16:05:48.688Z[ recovery-image] Mar 12 16:05:47.608 INFO O| Mar 12 16:05:47.608 INFO O| Planning: Evaluating mediators ... Done
42202026-03-12T16:05:48.688Z[ recovery-image] Mar 12 16:05:47.608 INFO O| Mar 12 16:05:47.608 INFO O| Planning: Planning completed in 0.00 seconds
42212026-03-12T16:05:48.688Z[ recovery-image] Mar 12 16:05:47.608 INFO O| Mar 12 16:05:47.608 INFO O| Variants/Facets to change: 1
42222026-03-12T16:05:48.746Z[ recovery-image] Mar 12 16:05:47.669 INFO O| Mar 12 16:05:47.669 INFO O| Done
42232026-03-12T16:05:48.746Z[ recovery-image] Mar 12 16:05:47.669 INFO O| Mar 12 16:05:47.669 INFO O| Done
42242026-03-12T16:05:49.718Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42252026-03-12T16:05:50.419Z[ recovery-image] Mar 12 16:05:49.342 INFO O| Mar 12 16:05:49.342 INFO O| Done
42262026-03-12T16:05:50.636Z[ recovery-image] Mar 12 16:05:49.452 INFO O| Mar 12 16:05:49.452 INFO O| Done
42272026-03-12T16:05:50.636Z[ recovery-image] Mar 12 16:05:49.453 INFO O| Mar 12 16:05:49.453 INFO O| Done
42282026-03-12T16:05:50.641Z[ recovery-image] Mar 12 16:05:49.453 INFO O| Mar 12 16:05:49.453 INFO O| Done
42292026-03-12T16:05:50.641Z[ recovery-image] Mar 12 16:05:49.454 INFO O| Mar 12 16:05:49.454 INFO O| Done
42302026-03-12T16:05:52.046Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
42312026-03-12T16:05:52.083Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42322026-03-12T16:05:52.234Z[ recovery-image] Mar 12 16:05:51.156 INFO O| Mar 12 16:05:51.156 INFO STEP 8 (pkg_change_facet) COMPLETE
42332026-03-12T16:05:52.234Z[ recovery-image] Mar 12 16:05:51.156 INFO O| Mar 12 16:05:51.156 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42342026-03-12T16:05:52.582Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
42352026-03-12T16:05:52.627Z[ recovery-image] Mar 12 16:05:51.547 INFO O| Mar 12 16:05:51.547 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42362026-03-12T16:05:53.829Z[ host-image] Mar 12 16:05:52.752 INFO O| Mar 12 16:05:52.752 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42372026-03-12T16:06:05.194Z[ host-image] Mar 12 16:06:04.116 INFO O| Mar 12 16:06:04.116 INFO O| Startup: Caching catalogs ... Done
42382026-03-12T16:06:10.111Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
42392026-03-12T16:06:10.775Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42402026-03-12T16:06:12.554Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42412026-03-12T16:06:17.859Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42422026-03-12T16:06:18.025Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
42432026-03-12T16:06:19.488Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42442026-03-12T16:06:22.060Z[ recovery-image] Mar 12 16:06:20.979 INFO O| Mar 12 16:06:20.979 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42452026-03-12T16:06:22.396Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
42462026-03-12T16:06:28.067Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
42472026-03-12T16:06:33.708Z[ recovery-image] Mar 12 16:06:32.627 INFO O| Mar 12 16:06:32.627 INFO O| Startup: Caching catalogs ... Done
42482026-03-12T16:06:33.833Z[ recovery-image] Mar 12 16:06:32.751 INFO O| Mar 12 16:06:32.751 INFO O| Planning: Planning completed in 0.00 seconds
42492026-03-12T16:06:33.836Z[ recovery-image] Mar 12 16:06:32.752 INFO O| Mar 12 16:06:32.752 INFO O| Planning: Consolidating action changes ... Done
42502026-03-12T16:06:33.836Z[ recovery-image] Mar 12 16:06:32.752 INFO O| Mar 12 16:06:32.752 INFO O| Planning: Evaluating mediators ... Done
42512026-03-12T16:06:33.836Z[ recovery-image] Mar 12 16:06:32.752 INFO O| Mar 12 16:06:32.752 INFO O| Planning: Planning completed in 0.00 seconds
42522026-03-12T16:06:33.836Z[ recovery-image] Mar 12 16:06:32.753 INFO O| Mar 12 16:06:32.752 INFO O| Variants/Facets to change: 1
42532026-03-12T16:06:33.892Z[ recovery-image] Mar 12 16:06:32.811 INFO O| Mar 12 16:06:32.810 INFO O| Done
42542026-03-12T16:06:33.893Z[ recovery-image] Mar 12 16:06:32.811 INFO O| Mar 12 16:06:32.811 INFO O| Done
42552026-03-12T16:06:35.604Z[ recovery-image] Mar 12 16:06:34.524 INFO O| Mar 12 16:06:34.523 INFO O| Done
42562026-03-12T16:06:35.709Z[ recovery-image] Mar 12 16:06:34.627 INFO O| Mar 12 16:06:34.627 INFO O| Done
42572026-03-12T16:06:35.712Z[ recovery-image] Mar 12 16:06:34.628 INFO O| Mar 12 16:06:34.628 INFO O| Done
42582026-03-12T16:06:35.712Z[ recovery-image] Mar 12 16:06:34.628 INFO O| Mar 12 16:06:34.628 INFO O| Done
42592026-03-12T16:06:35.712Z[ recovery-image] Mar 12 16:06:34.629 INFO O| Mar 12 16:06:34.629 INFO O| Done
42602026-03-12T16:06:37.500Z[ recovery-image] Mar 12 16:06:36.419 INFO O| Mar 12 16:06:36.419 INFO STEP 9 (pkg_change_facet) COMPLETE
42612026-03-12T16:06:37.501Z[ recovery-image] Mar 12 16:06:36.419 INFO O| Mar 12 16:06:36.419 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42622026-03-12T16:06:37.899Z[ recovery-image] Mar 12 16:06:36.818 INFO O| Mar 12 16:06:36.818 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42632026-03-12T16:06:38.875Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
42642026-03-12T16:06:56.749Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42652026-03-12T16:06:57.192Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42662026-03-12T16:07:08.239Z[ recovery-image] Mar 12 16:07:07.155 INFO O| Mar 12 16:07:07.155 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42672026-03-12T16:07:15.885Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
42682026-03-12T16:07:19.930Z[ recovery-image] Mar 12 16:07:18.845 INFO O| Mar 12 16:07:18.845 INFO O| Startup: Caching catalogs ... Done
42692026-03-12T16:07:20.058Z[ recovery-image] Mar 12 16:07:18.973 INFO O| Mar 12 16:07:18.973 INFO O| Planning: Planning completed in 0.00 seconds
42702026-03-12T16:07:20.062Z[ recovery-image] Mar 12 16:07:18.973 INFO O| Mar 12 16:07:18.973 INFO O| Planning: Consolidating action changes ... Done
42712026-03-12T16:07:20.062Z[ recovery-image] Mar 12 16:07:18.973 INFO O| Mar 12 16:07:18.973 INFO O| Planning: Evaluating mediators ... Done
42722026-03-12T16:07:20.062Z[ recovery-image] Mar 12 16:07:18.974 INFO O| Mar 12 16:07:18.974 INFO O| Planning: Planning completed in 0.00 seconds
42732026-03-12T16:07:20.062Z[ recovery-image] Mar 12 16:07:18.974 INFO O| Mar 12 16:07:18.974 INFO O| Variants/Facets to change: 1
42742026-03-12T16:07:20.118Z[ recovery-image] Mar 12 16:07:19.033 INFO O| Mar 12 16:07:19.033 INFO O| Done
42752026-03-12T16:07:20.118Z[ recovery-image] Mar 12 16:07:19.033 INFO O| Mar 12 16:07:19.033 INFO O| Done
42762026-03-12T16:07:20.910Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42772026-03-12T16:07:21.473Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42782026-03-12T16:07:22.187Z[ recovery-image] Mar 12 16:07:21.102 INFO O| Mar 12 16:07:21.101 INFO O| Done
42792026-03-12T16:07:22.345Z[ recovery-image] Mar 12 16:07:21.260 INFO O| Mar 12 16:07:21.260 INFO O| Done
42802026-03-12T16:07:22.349Z[ recovery-image] Mar 12 16:07:21.261 INFO O| Mar 12 16:07:21.261 INFO O| Done
42812026-03-12T16:07:22.349Z[ recovery-image] Mar 12 16:07:21.261 INFO O| Mar 12 16:07:21.261 INFO O| Done
42822026-03-12T16:07:22.349Z[ recovery-image] Mar 12 16:07:21.262 INFO O| Mar 12 16:07:21.262 INFO O| Done
42832026-03-12T16:07:24.407Z[ recovery-image] Mar 12 16:07:23.321 INFO O| Mar 12 16:07:23.321 INFO STEP 10 (pkg_change_facet) COMPLETE
42842026-03-12T16:07:24.407Z[ recovery-image] Mar 12 16:07:23.321 INFO O| Mar 12 16:07:23.321 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42852026-03-12T16:07:24.422Z[ recovery-image] Mar 12 16:07:23.337 INFO O| Mar 12 16:07:23.337 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"]
42862026-03-12T16:07:27.564Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42872026-03-12T16:07:27.913Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42882026-03-12T16:07:28.975Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42892026-03-12T16:07:29.359Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42902026-03-12T16:07:32.874Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42912026-03-12T16:07:35.893Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42922026-03-12T16:07:41.173Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42932026-03-12T16:07:41.542Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
42942026-03-12T16:07:56.308Z[ host-image] Mar 12 16:07:55.220 INFO O| Mar 12 16:07:55.220 INFO O| Planning: Solver setup ... Done
42952026-03-12T16:07:57.164Z[ recovery-image] Mar 12 16:07:56.076 INFO O| Mar 12 16:07:56.076 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42962026-03-12T16:07:58.140Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
42972026-03-12T16:08:08.984Z[ recovery-image] Mar 12 16:08:07.895 INFO O| Mar 12 16:08:07.895 INFO O| Startup: Caching catalogs ... Done
42982026-03-12T16:08:16.076Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42992026-03-12T16:09:54.233Z[ recovery-image] Mar 12 16:09:53.134 INFO O| Mar 12 16:09:53.134 INFO O| Planning: Solver setup ... Done
43002026-03-12T16:13:07.864Z[ host-image] Mar 12 16:13:06.748 INFO O| Mar 12 16:13:06.748 INFO O| Planning: Running solver ... Done
43012026-03-12T16:13:08.966Z[ host-image] Mar 12 16:13:07.851 INFO O| Mar 12 16:13:07.850 INFO O| Planning: Finding local manifests ... Done
43022026-03-12T16:13:09.132Z[ host-image] Mar 12 16:13:08.017 INFO O| Mar 12 16:13:08.017 INFO O| Planning: Fetching manifests: 0/126 0% complete
43032026-03-12T16:13:13.945Z[ host-image] Mar 12 16:13:12.829 INFO O| Mar 12 16:13:12.828 INFO O| Planning: Fetching manifests: 126/126 100% complete
43042026-03-12T16:13:14.544Z[ host-image] Mar 12 16:13:13.428 INFO O| Mar 12 16:13:13.428 INFO O| Planning: Package planning ... Done
43052026-03-12T16:13:15.128Z[ host-image] Mar 12 16:13:14.010 INFO O| Mar 12 16:13:14.010 INFO O| Planning: Merging actions ... Done
43062026-03-12T16:13:15.263Z[ host-image] Mar 12 16:13:14.147 INFO O| Mar 12 16:13:14.147 INFO O| Planning: Checking for conflicting actions ... Done
43072026-03-12T16:13:15.417Z[ host-image] Mar 12 16:13:14.300 INFO O| Mar 12 16:13:14.300 INFO O| Planning: Consolidating action changes ... Done
43082026-03-12T16:13:15.675Z[ host-image] Mar 12 16:13:14.559 INFO O| Mar 12 16:13:14.559 INFO O| Planning: Evaluating mediators ... Done
43092026-03-12T16:13:18.247Z[ host-image] Mar 12 16:13:17.131 INFO O| Mar 12 16:13:17.131 INFO O| Planning: Planning completed in 432.92 seconds
43102026-03-12T16:13:18.251Z[ host-image] Mar 12 16:13:17.134 INFO O| Mar 12 16:13:17.134 INFO O| Packages to install: 126
43112026-03-12T16:13:18.251Z[ host-image] Mar 12 16:13:17.134 INFO O| Mar 12 16:13:17.134 INFO O| Mediators to change: 5
43122026-03-12T16:13:18.251Z[ host-image] Mar 12 16:13:17.134 INFO O| Mar 12 16:13:17.134 INFO O| Services to change: 6
43132026-03-12T16:13:18.312Z[ host-image] Mar 12 16:13:17.196 INFO O| Mar 12 16:13:17.196 INFO O| Download: 0/22925 items 0.0/210.6MB 0% complete
43142026-03-12T16:13:23.316Z[ host-image] Mar 12 16:13:22.199 INFO O| Mar 12 16:13:22.199 INFO O| Download: 1254/22925 items 7.3/210.6MB 3% complete (1.4M/s)
43152026-03-12T16:13:28.616Z[ host-image] Mar 12 16:13:27.499 INFO O| Mar 12 16:13:27.499 INFO O| Download: 1774/22925 items 12.0/210.6MB 5% complete (1.2M/s)
43162026-03-12T16:13:33.617Z[ host-image] Mar 12 16:13:32.499 INFO O| Mar 12 16:13:32.499 INFO O| Download: 2292/22925 items 26.8/210.6MB 12% complete (1.8M/s)
43172026-03-12T16:13:39.102Z[ host-image] Mar 12 16:13:37.983 INFO O| Mar 12 16:13:37.983 INFO O| Download: 4589/22925 items 42.3/210.6MB 20% complete (3.1M/s)
43182026-03-12T16:13:44.349Z[ host-image] Mar 12 16:13:43.231 INFO O| Mar 12 16:13:43.231 INFO O| Download: 5826/22925 items 46.7/210.6MB 22% complete (2.2M/s)
43192026-03-12T16:13:49.350Z[ host-image] Mar 12 16:13:48.231 INFO O| Mar 12 16:13:48.231 INFO O| Download: 7218/22925 items 57.1/210.6MB 27% complete (1.5M/s)
43202026-03-12T16:13:54.443Z[ host-image] Mar 12 16:13:53.324 INFO O| Mar 12 16:13:53.324 INFO O| Download: 8434/22925 items 73.8/210.6MB 35% complete (2.8M/s)
43212026-03-12T16:13:59.443Z[ host-image] Mar 12 16:13:58.324 INFO O| Mar 12 16:13:58.324 INFO O| Download: 10742/22925 items 94.0/210.6MB 44% complete (3.6M/s)
43222026-03-12T16:14:04.446Z[ host-image] Mar 12 16:14:03.325 INFO O| Mar 12 16:14:03.325 INFO O| Download: 11562/22925 items 101.0/210.6MB 47% complete (2.7M/s)
43232026-03-12T16:14:09.486Z[ host-image] Mar 12 16:14:08.365 INFO O| Mar 12 16:14:08.365 INFO O| Download: 12363/22925 items 114.3/210.6MB 54% complete (2.2M/s)
43242026-03-12T16:14:14.858Z[ host-image] Mar 12 16:14:13.736 INFO O| Mar 12 16:14:13.736 INFO O| Download: 14532/22925 items 117.3/210.6MB 55% complete (1.6M/s)
43252026-03-12T16:14:20.257Z[ host-image] Mar 12 16:14:19.135 INFO O| Mar 12 16:14:19.135 INFO O| Download: 15837/22925 items 131.1/210.6MB 62% complete (1.7M/s)
43262026-03-12T16:14:25.265Z[ host-image] Mar 12 16:14:24.143 INFO O| Mar 12 16:14:24.143 INFO O| Download: 17946/22925 items 155.5/210.6MB 73% complete (3.5M/s)
43272026-03-12T16:14:30.284Z[ host-image] Mar 12 16:14:29.161 INFO O| Mar 12 16:14:29.161 INFO O| Download: 19448/22925 items 173.0/210.6MB 82% complete (4.2M/s)
43282026-03-12T16:14:35.321Z[ host-image] Mar 12 16:14:34.198 INFO O| Mar 12 16:14:34.198 INFO O| Download: 20889/22925 items 179.3/210.6MB 85% complete (2.6M/s)
43292026-03-12T16:14:40.321Z[ host-image] Mar 12 16:14:39.198 INFO O| Mar 12 16:14:39.198 INFO O| Download: 21821/22925 items 189.8/210.6MB 90% complete (1.6M/s)
43302026-03-12T16:14:45.322Z[ host-image] Mar 12 16:14:44.198 INFO O| Mar 12 16:14:44.198 INFO O| Download: 22593/22925 items 210.1/210.6MB 99% complete (3.1M/s)
43312026-03-12T16:14:46.938Z[ host-image] Mar 12 16:14:45.814 INFO O| Mar 12 16:14:45.814 INFO O| Download: Completed 210.65 MB in 88.62 seconds (2.4M/s)
43322026-03-12T16:14:47.448Z[ host-image] Mar 12 16:14:46.324 INFO O| Mar 12 16:14:46.324 INFO O| Actions: 1/50885 actions (Installing new actions)
43332026-03-12T16:14:48.802Z[verify-libraries] Finished `release` profile [optimized] target(s) in 10m 22s
43342026-03-12T16:14:49.211ZMar 12 16:14:48.087 INFO [verify-libraries] process exited with exit status: 0 (626.996947s)
43352026-03-12T16:14:52.449Z[ host-image] Mar 12 16:14:51.324 INFO O| Mar 12 16:14:51.324 INFO O| Actions: 18639/50885 actions (Installing new actions)
43362026-03-12T16:14:56.312Z[ recovery-image] Mar 12 16:14:55.187 INFO O| Mar 12 16:14:55.187 INFO O| Planning: Running solver ... Done
43372026-03-12T16:14:57.039Z[ host-image] Mar 12 16:14:55.914 INFO O| Mar 12 16:14:55.914 INFO O| Actions: Completed 50885 actions in 9.59 seconds.
43382026-03-12T16:14:57.235Z[ recovery-image] Mar 12 16:14:56.110 INFO O| Mar 12 16:14:56.110 INFO O| Planning: Finding local manifests ... Done
43392026-03-12T16:14:57.259Z[ recovery-image] Mar 12 16:14:56.134 INFO O| Mar 12 16:14:56.134 INFO O| Planning: Fetching manifests: 0/126 0% complete
43402026-03-12T16:14:58.127Z[ host-image] Mar 12 16:14:57.002 INFO O| Mar 12 16:14:57.002 INFO O| Done
43412026-03-12T16:14:58.127Z[ host-image] Mar 12 16:14:57.002 INFO O| Mar 12 16:14:57.002 INFO O| Done
43422026-03-12T16:14:59.156Z[ recovery-image] Mar 12 16:14:58.031 INFO O| Mar 12 16:14:58.031 INFO O| Planning: Fetching manifests: 126/126 100% complete
43432026-03-12T16:14:59.397Z[ host-image] Mar 12 16:14:58.272 INFO O| Mar 12 16:14:58.272 INFO O| Done
43442026-03-12T16:14:59.574Z[ recovery-image] Mar 12 16:14:58.449 INFO O| Mar 12 16:14:58.449 INFO O| Planning: Package planning ... Done
43452026-03-12T16:14:59.834Z[ recovery-image] Mar 12 16:14:58.709 INFO O| Mar 12 16:14:58.709 INFO O| Planning: Merging actions ... Done
43462026-03-12T16:14:59.908Z[ recovery-image] Mar 12 16:14:58.782 INFO O| Mar 12 16:14:58.782 INFO O| Planning: Checking for conflicting actions ... Done
43472026-03-12T16:14:59.970Z[ recovery-image] Mar 12 16:14:58.845 INFO O| Mar 12 16:14:58.845 INFO O| Planning: Consolidating action changes ... Done
43482026-03-12T16:15:00.134Z[ recovery-image] Mar 12 16:14:59.009 INFO O| Mar 12 16:14:59.008 INFO O| Planning: Evaluating mediators ... Done
43492026-03-12T16:15:00.541Z[ host-image] Mar 12 16:14:59.416 INFO O| Mar 12 16:14:59.416 INFO O| Done
43502026-03-12T16:15:00.565Z[ host-image] Mar 12 16:14:59.440 INFO O| Mar 12 16:14:59.440 INFO O| Done
43512026-03-12T16:15:02.424Z[ recovery-image] Mar 12 16:15:01.298 INFO O| Mar 12 16:15:01.298 INFO O| Planning: Planning completed in 413.31 seconds
43522026-03-12T16:15:02.428Z[ recovery-image] Mar 12 16:15:01.301 INFO O| Mar 12 16:15:01.301 INFO O| Packages to install: 126
43532026-03-12T16:15:02.428Z[ recovery-image] Mar 12 16:15:01.301 INFO O| Mar 12 16:15:01.301 INFO O| Mediators to change: 5
43542026-03-12T16:15:02.428Z[ recovery-image] Mar 12 16:15:01.301 INFO O| Mar 12 16:15:01.301 INFO O| Services to change: 5
43552026-03-12T16:15:02.468Z[ recovery-image] Mar 12 16:15:01.343 INFO O| Mar 12 16:15:01.343 INFO O| Download: 0/15969 items 0.0/187.3MB 0% complete
43562026-03-12T16:15:03.679Z[ host-image] Mar 12 16:15:02.553 INFO O| Mar 12 16:15:02.553 INFO O| Done
43572026-03-12T16:15:04.130Z[ host-image] Mar 12 16:15:03.004 INFO O| Mar 12 16:15:03.004 INFO O| Done
43582026-03-12T16:15:06.536Z[ host-image] Mar 12 16:15:05.410 INFO O| Mar 12 16:15:05.410 INFO STEP 11 (pkg_install) COMPLETE
43592026-03-12T16:15:06.536Z[ host-image] Mar 12 16:15:05.410 INFO O| Mar 12 16:15:05.410 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43602026-03-12T16:15:06.544Z[ host-image] Mar 12 16:15:05.419 INFO O| Mar 12 16:15:05.419 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"]
43612026-03-12T16:15:08.068Z[ recovery-image] Mar 12 16:15:06.942 INFO O| Mar 12 16:15:06.942 INFO O| Download: 1175/15969 items 11.3/187.3MB 6% complete (2.2M/s)
43622026-03-12T16:15:13.069Z[ recovery-image] Mar 12 16:15:11.942 INFO O| Mar 12 16:15:11.942 INFO O| Download: 2600/15969 items 33.0/187.3MB 17% complete (3.0M/s)
43632026-03-12T16:15:18.070Z[ recovery-image] Mar 12 16:15:16.943 INFO O| Mar 12 16:15:16.943 INFO O| Download: 3973/15969 items 42.9/187.3MB 22% complete (3.2M/s)
43642026-03-12T16:15:23.202Z[ recovery-image] Mar 12 16:15:22.074 INFO O| Mar 12 16:15:22.074 INFO O| Download: 5806/15969 items 46.7/187.3MB 24% complete (1.5M/s)
43652026-03-12T16:15:27.836Z[ host-image] Mar 12 16:15:26.709 INFO O| Mar 12 16:15:26.709 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43662026-03-12T16:15:28.221Z[ recovery-image] Mar 12 16:15:27.093 INFO O| Mar 12 16:15:27.093 INFO O| Download: 7279/15969 items 78.0/187.3MB 41% complete (3.5M/s)
43672026-03-12T16:15:33.473Z[ recovery-image] Mar 12 16:15:32.345 INFO O| Mar 12 16:15:32.345 INFO O| Download: 8733/15969 items 86.3/187.3MB 46% complete (3.9M/s)
43682026-03-12T16:15:37.936Z[ host-image] Mar 12 16:15:36.808 INFO O| Mar 12 16:15:36.808 INFO O| Startup: Caching catalogs ... Done
43692026-03-12T16:15:38.474Z[ recovery-image] Mar 12 16:15:37.345 INFO O| Mar 12 16:15:37.345 INFO O| Download: 9760/15969 items 97.8/187.3MB 52% complete (2.0M/s)
43702026-03-12T16:15:43.478Z[ recovery-image] Mar 12 16:15:42.348 INFO O| Mar 12 16:15:42.348 INFO O| Download: 11117/15969 items 100.2/187.3MB 53% complete (1.5M/s)
43712026-03-12T16:15:44.158Z[ host-image] Mar 12 16:15:43.029 INFO O| Mar 12 16:15:43.029 INFO O| Planning: Solver setup ... Done
43722026-03-12T16:15:44.165Z[ host-image] Mar 12 16:15:43.036 INFO O| Mar 12 16:15:43.036 INFO O| Planning: Running solver ... Done
43732026-03-12T16:15:44.287Z[ host-image] Mar 12 16:15:43.158 INFO O| Mar 12 16:15:43.158 INFO O| Planning: Finding local manifests ... Done
43742026-03-12T16:15:44.334Z[ host-image] Mar 12 16:15:43.205 INFO O| Mar 12 16:15:43.205 INFO O| Planning: Fetching manifests: 0/6 0% complete
43752026-03-12T16:15:44.429Z[ host-image] Mar 12 16:15:43.300 INFO O| Mar 12 16:15:43.300 INFO O| Planning: Fetching manifests: 6/6 100% complete
43762026-03-12T16:15:44.450Z[ host-image] Mar 12 16:15:43.321 INFO O| Mar 12 16:15:43.321 INFO O| Planning: Package planning ... Done
43772026-03-12T16:15:44.453Z[ host-image] Mar 12 16:15:43.325 INFO O| Mar 12 16:15:43.325 INFO O| Planning: Merging actions ... Done
43782026-03-12T16:15:44.512Z[ host-image] Mar 12 16:15:43.383 INFO O| Mar 12 16:15:43.383 INFO O| Planning: Checking for conflicting actions ... Done
43792026-03-12T16:15:44.515Z[ host-image] Mar 12 16:15:43.384 INFO O| Mar 12 16:15:43.384 INFO O| Planning: Consolidating action changes ... Done
43802026-03-12T16:15:44.660Z[ host-image] Mar 12 16:15:43.531 INFO O| Mar 12 16:15:43.531 INFO O| Planning: Evaluating mediators ... Done
43812026-03-12T16:15:44.663Z[ host-image] Mar 12 16:15:43.532 INFO O| Mar 12 16:15:43.532 INFO O| Planning: Planning completed in 6.63 seconds
43822026-03-12T16:15:44.663Z[ host-image] Mar 12 16:15:43.532 INFO O| Mar 12 16:15:43.532 INFO O| Packages to install: 6
43832026-03-12T16:15:44.663Z[ host-image] Mar 12 16:15:43.532 INFO O| Mar 12 16:15:43.532 INFO O| Services to change: 2
43842026-03-12T16:15:44.677Z[ host-image] Mar 12 16:15:43.548 INFO O| Mar 12 16:15:43.548 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
43852026-03-12T16:15:46.741Z[ host-image] Mar 12 16:15:45.612 INFO O| Mar 12 16:15:45.612 INFO O| Download: Completed 1.75 MB in 2.06 seconds (865k/s)
43862026-03-12T16:15:46.773Z[ host-image] Mar 12 16:15:45.644 INFO O| Mar 12 16:15:45.644 INFO O| Actions: 1/390 actions (Installing new actions)
43872026-03-12T16:15:46.944Z[ host-image] Mar 12 16:15:45.815 INFO O| Mar 12 16:15:45.815 INFO O| Actions: Completed 390 actions in 0.17 seconds.
43882026-03-12T16:15:47.989Z[ host-image] Mar 12 16:15:46.860 INFO O| Mar 12 16:15:46.860 INFO O| Done
43892026-03-12T16:15:47.989Z[ host-image] Mar 12 16:15:46.860 INFO O| Mar 12 16:15:46.860 INFO O| Done
43902026-03-12T16:15:48.478Z[ recovery-image] Mar 12 16:15:47.348 INFO O| Mar 12 16:15:47.348 INFO O| Download: 12260/15969 items 146.1/187.3MB 78% complete (4.8M/s)
43912026-03-12T16:15:48.985Z[ host-image] Mar 12 16:15:47.856 INFO O| Mar 12 16:15:47.856 INFO O| Done
43922026-03-12T16:15:50.193Z[ host-image] Mar 12 16:15:49.064 INFO O| Mar 12 16:15:49.064 INFO O| Done
43932026-03-12T16:15:50.218Z[ host-image] Mar 12 16:15:49.088 INFO O| Mar 12 16:15:49.088 INFO O| Done
43942026-03-12T16:15:50.221Z[ host-image] Mar 12 16:15:49.089 INFO O| Mar 12 16:15:49.088 INFO O| Done
43952026-03-12T16:15:50.237Z[ host-image] Mar 12 16:15:49.108 INFO O| Mar 12 16:15:49.108 INFO O| Done
43962026-03-12T16:15:51.739Z[ host-image] Mar 12 16:15:50.609 INFO O| Mar 12 16:15:50.609 INFO STEP 12 (pkg_install) COMPLETE
43972026-03-12T16:15:51.739Z[ host-image] Mar 12 16:15:50.609 INFO O| Mar 12 16:15:50.609 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43982026-03-12T16:15:51.747Z[ host-image] Mar 12 16:15:50.618 INFO O| Mar 12 16:15:50.618 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
43992026-03-12T16:15:53.478Z[ recovery-image] Mar 12 16:15:52.348 INFO O| Mar 12 16:15:52.348 INFO O| Download: 14731/15969 items 155.9/187.3MB 83% complete (5.6M/s)
44002026-03-12T16:15:58.479Z[ recovery-image] Mar 12 16:15:57.349 INFO O| Mar 12 16:15:57.349 INFO O| Download: 15573/15969 items 180.1/187.3MB 96% complete (3.4M/s)
44012026-03-12T16:16:03.729Z[ recovery-image] Mar 12 16:16:02.599 INFO O| Mar 12 16:16:02.599 INFO O| Download: 15962/15969 items 187.2/187.3MB 99% complete (3.1M/s)
44022026-03-12T16:16:03.741Z[ recovery-image] Mar 12 16:16:02.611 INFO O| Mar 12 16:16:02.611 INFO O| Download: Completed 187.26 MB in 61.27 seconds (3.0M/s)
44032026-03-12T16:16:04.099Z[ recovery-image] Mar 12 16:16:02.968 INFO O| Mar 12 16:16:02.968 INFO O| Actions: 1/26357 actions (Installing new actions)
44042026-03-12T16:16:09.100Z[ recovery-image] Mar 12 16:16:07.969 INFO O| Mar 12 16:16:07.969 INFO O| Actions: 19679/26357 actions (Installing new actions)
44052026-03-12T16:16:10.382Z[ recovery-image] Mar 12 16:16:09.251 INFO O| Mar 12 16:16:09.251 INFO O| Actions: Completed 26357 actions in 6.28 seconds.
44062026-03-12T16:16:11.516Z[ recovery-image] Mar 12 16:16:10.384 INFO O| Mar 12 16:16:10.384 INFO O| Done
44072026-03-12T16:16:11.516Z[ recovery-image] Mar 12 16:16:10.384 INFO O| Mar 12 16:16:10.384 INFO O| Done
44082026-03-12T16:16:12.789Z[ recovery-image] Mar 12 16:16:11.658 INFO O| Mar 12 16:16:11.658 INFO O| Done
44092026-03-12T16:16:13.730Z[ recovery-image] Mar 12 16:16:12.598 INFO O| Mar 12 16:16:12.598 INFO O| Done
44102026-03-12T16:16:13.742Z[ recovery-image] Mar 12 16:16:12.611 INFO O| Mar 12 16:16:12.611 INFO O| Done
44112026-03-12T16:16:13.852Z[ host-image] Mar 12 16:16:12.720 INFO O| Mar 12 16:16:12.720 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44122026-03-12T16:16:15.449Z[ recovery-image] Mar 12 16:16:14.317 INFO O| Mar 12 16:16:14.317 INFO O| Done
44132026-03-12T16:16:15.781Z[ recovery-image] Mar 12 16:16:14.648 INFO O| Mar 12 16:16:14.648 INFO O| Done
44142026-03-12T16:16:18.204Z[ recovery-image] Mar 12 16:16:17.071 INFO O| Mar 12 16:16:17.071 INFO STEP 11 (pkg_install) COMPLETE
44152026-03-12T16:16:18.204Z[ recovery-image] Mar 12 16:16:17.072 INFO O| Mar 12 16:16:17.071 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44162026-03-12T16:16:18.207Z[ recovery-image] Mar 12 16:16:17.072 INFO O| Mar 12 16:16:17.071 INFO skip step because feature "recovery" is enabled
44172026-03-12T16:16:18.208Z[ recovery-image] Mar 12 16:16:17.072 INFO O| Mar 12 16:16:17.071 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44182026-03-12T16:16:18.208Z[ recovery-image] Mar 12 16:16:17.072 INFO O| Mar 12 16:16:17.071 INFO skip step because feature "omicron1" is not enabled
44192026-03-12T16:16:18.208Z[ recovery-image] Mar 12 16:16:17.072 INFO O| Mar 12 16:16:17.071 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44202026-03-12T16:16:18.212Z[ recovery-image] Mar 12 16:16:17.080 INFO O| Mar 12 16:16:17.080 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
44212026-03-12T16:16:24.151Z[ host-image] Mar 12 16:16:23.018 INFO O| Mar 12 16:16:23.018 INFO O| Startup: Caching catalogs ... Done
44222026-03-12T16:16:29.235Z[ host-image] Mar 12 16:16:28.102 INFO O| Mar 12 16:16:28.102 INFO O| Planning: Solver setup ... Done
44232026-03-12T16:16:29.242Z[ host-image] Mar 12 16:16:28.110 INFO O| Mar 12 16:16:28.110 INFO O| Planning: Running solver ... Done
44242026-03-12T16:16:29.365Z[ host-image] Mar 12 16:16:28.232 INFO O| Mar 12 16:16:28.232 INFO O| Planning: Finding local manifests ... Done
44252026-03-12T16:16:29.377Z[ host-image] Mar 12 16:16:28.245 INFO O| Mar 12 16:16:28.244 INFO O| Planning: Fetching manifests: 0/6 0% complete
44262026-03-12T16:16:29.444Z[ host-image] Mar 12 16:16:28.311 INFO O| Mar 12 16:16:28.311 INFO O| Planning: Fetching manifests: 6/6 100% complete
44272026-03-12T16:16:29.470Z[ host-image] Mar 12 16:16:28.338 INFO O| Mar 12 16:16:28.338 INFO O| Planning: Package planning ... Done
44282026-03-12T16:16:29.485Z[ host-image] Mar 12 16:16:28.352 INFO O| Mar 12 16:16:28.352 INFO O| Planning: Merging actions ... Done
44292026-03-12T16:16:29.535Z[ host-image] Mar 12 16:16:28.402 INFO O| Mar 12 16:16:28.402 INFO O| Planning: Checking for conflicting actions ... Done
44302026-03-12T16:16:29.539Z[ host-image] Mar 12 16:16:28.405 INFO O| Mar 12 16:16:28.405 INFO O| Planning: Consolidating action changes ... Done
44312026-03-12T16:16:29.686Z[ host-image] Mar 12 16:16:28.553 INFO O| Mar 12 16:16:28.553 INFO O| Planning: Evaluating mediators ... Done
44322026-03-12T16:16:29.690Z[ host-image] Mar 12 16:16:28.556 INFO O| Mar 12 16:16:28.556 INFO O| Planning: Planning completed in 5.45 seconds
44332026-03-12T16:16:29.690Z[ host-image] Mar 12 16:16:28.557 INFO O| Mar 12 16:16:28.557 INFO O| Packages to install: 6
44342026-03-12T16:16:29.690Z[ host-image] Mar 12 16:16:28.557 INFO O| Mar 12 16:16:28.557 INFO O| Mediators to change: 1
44352026-03-12T16:16:29.690Z[ host-image] Mar 12 16:16:28.557 INFO O| Mar 12 16:16:28.557 INFO O| Services to change: 1
44362026-03-12T16:16:29.707Z[ host-image] Mar 12 16:16:28.574 INFO O| Mar 12 16:16:28.574 INFO O| Download: 0/1140 items 0.0/7.7MB 0% complete
44372026-03-12T16:16:33.126Z[ host-image] Mar 12 16:16:31.992 INFO O| Mar 12 16:16:31.992 INFO O| Download: Completed 7.71 MB in 3.42 seconds (2.3M/s)
44382026-03-12T16:16:33.177Z[ host-image] Mar 12 16:16:32.044 INFO O| Mar 12 16:16:32.044 INFO O| Actions: 1/1361 actions (Installing new actions)
44392026-03-12T16:16:33.480Z[ host-image] Mar 12 16:16:32.347 INFO O| Mar 12 16:16:32.347 INFO O| Actions: Completed 1361 actions in 0.30 seconds.
44402026-03-12T16:16:34.547Z[ host-image] Mar 12 16:16:33.414 INFO O| Mar 12 16:16:33.414 INFO O| Done
44412026-03-12T16:16:34.547Z[ host-image] Mar 12 16:16:33.414 INFO O| Mar 12 16:16:33.414 INFO O| Done
44422026-03-12T16:16:35.507Z[ host-image] Mar 12 16:16:34.374 INFO O| Mar 12 16:16:34.373 INFO O| Done
44432026-03-12T16:16:36.719Z[ host-image] Mar 12 16:16:35.586 INFO O| Mar 12 16:16:35.586 INFO O| Done
44442026-03-12T16:16:36.744Z[ host-image] Mar 12 16:16:35.610 INFO O| Mar 12 16:16:35.610 INFO O| Done
44452026-03-12T16:16:36.747Z[ host-image] Mar 12 16:16:35.610 INFO O| Mar 12 16:16:35.610 INFO O| Done
44462026-03-12T16:16:36.782Z[ host-image] Mar 12 16:16:35.649 INFO O| Mar 12 16:16:35.649 INFO O| Done
44472026-03-12T16:16:38.270Z[ host-image] Mar 12 16:16:37.136 INFO O| Mar 12 16:16:37.136 INFO STEP 13 (pkg_install) COMPLETE
44482026-03-12T16:16:38.270Z[ host-image] Mar 12 16:16:37.136 INFO O| Mar 12 16:16:37.136 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44492026-03-12T16:16:38.278Z[ host-image] Mar 12 16:16:37.144 INFO O| Mar 12 16:16:37.144 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
44502026-03-12T16:16:40.697Z[ recovery-image] Mar 12 16:16:39.563 INFO O| Mar 12 16:16:39.563 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44512026-03-12T16:16:50.918Z[ recovery-image] Mar 12 16:16:49.783 INFO O| Mar 12 16:16:49.783 INFO O| Startup: Caching catalogs ... Done
44522026-03-12T16:16:56.093Z[ recovery-image] Mar 12 16:16:54.957 INFO O| Mar 12 16:16:54.957 INFO O| Planning: Solver setup ... Done
44532026-03-12T16:16:56.099Z[ recovery-image] Mar 12 16:16:54.964 INFO O| Mar 12 16:16:54.964 INFO O| Planning: Running solver ... Done
44542026-03-12T16:16:56.219Z[ recovery-image] Mar 12 16:16:55.084 INFO O| Mar 12 16:16:55.084 INFO O| Planning: Finding local manifests ... Done
44552026-03-12T16:16:56.234Z[ recovery-image] Mar 12 16:16:55.099 INFO O| Mar 12 16:16:55.099 INFO O| Planning: Fetching manifests: 0/1 0% complete
44562026-03-12T16:16:56.239Z[ recovery-image] Mar 12 16:16:55.104 INFO O| Mar 12 16:16:55.104 INFO O| Planning: Fetching manifests: 1/1 100% complete
44572026-03-12T16:16:56.255Z[ recovery-image] Mar 12 16:16:55.119 INFO O| Mar 12 16:16:55.119 INFO O| Planning: Package planning ... Done
44582026-03-12T16:16:56.259Z[ recovery-image] Mar 12 16:16:55.120 INFO O| Mar 12 16:16:55.120 INFO O| Planning: Merging actions ... Done
44592026-03-12T16:16:56.279Z[ recovery-image] Mar 12 16:16:55.144 INFO O| Mar 12 16:16:55.144 INFO O| Planning: Checking for conflicting actions ... Done
44602026-03-12T16:16:56.284Z[ recovery-image] Mar 12 16:16:55.144 INFO O| Mar 12 16:16:55.144 INFO O| Planning: Consolidating action changes ... Done
44612026-03-12T16:16:56.386Z[ recovery-image] Mar 12 16:16:55.251 INFO O| Mar 12 16:16:55.251 INFO O| Planning: Evaluating mediators ... Done
44622026-03-12T16:16:56.392Z[ recovery-image] Mar 12 16:16:55.251 INFO O| Mar 12 16:16:55.251 INFO O| Planning: Planning completed in 5.37 seconds
44632026-03-12T16:16:56.392Z[ recovery-image] Mar 12 16:16:55.252 INFO O| Mar 12 16:16:55.251 INFO O| Packages to install: 1
44642026-03-12T16:16:56.402Z[ recovery-image] Mar 12 16:16:55.267 INFO O| Mar 12 16:16:55.266 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
44652026-03-12T16:16:56.525Z[ recovery-image] Mar 12 16:16:55.390 INFO O| Mar 12 16:16:55.390 INFO O| Download: Completed 12.26 MB in 0.12 seconds (99.5M/s)
44662026-03-12T16:16:56.555Z[ recovery-image] Mar 12 16:16:55.418 INFO O| Mar 12 16:16:55.418 INFO O| Actions: 1/22 actions (Installing new actions)
44672026-03-12T16:16:56.810Z[ recovery-image] Mar 12 16:16:55.674 INFO O| Mar 12 16:16:55.674 INFO O| Actions: Completed 22 actions in 0.26 seconds.
44682026-03-12T16:16:57.898Z[ recovery-image] Mar 12 16:16:56.749 INFO O| Mar 12 16:16:56.749 INFO O| Done
44692026-03-12T16:16:57.898Z[ recovery-image] Mar 12 16:16:56.749 INFO O| Mar 12 16:16:56.749 INFO O| Done
44702026-03-12T16:16:58.829Z[ recovery-image] Mar 12 16:16:57.694 INFO O| Mar 12 16:16:57.693 INFO O| Done
44712026-03-12T16:16:59.735Z[ host-image] Mar 12 16:16:58.600 INFO O| Mar 12 16:16:58.599 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44722026-03-12T16:16:59.767Z[ recovery-image] Mar 12 16:16:58.631 INFO O| Mar 12 16:16:58.631 INFO O| Done
44732026-03-12T16:16:59.780Z[ recovery-image] Mar 12 16:16:58.644 INFO O| Mar 12 16:16:58.644 INFO O| Done
44742026-03-12T16:16:59.784Z[ recovery-image] Mar 12 16:16:58.644 INFO O| Mar 12 16:16:58.644 INFO O| Done
44752026-03-12T16:16:59.792Z[ recovery-image] Mar 12 16:16:58.656 INFO O| Mar 12 16:16:58.656 INFO O| Done
44762026-03-12T16:17:01.347Z[ recovery-image] Mar 12 16:17:00.211 INFO O| Mar 12 16:17:00.211 INFO STEP 14 (pkg_install) COMPLETE
44772026-03-12T16:17:01.347Z[ recovery-image] Mar 12 16:17:00.211 INFO O| Mar 12 16:17:00.211 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44782026-03-12T16:17:01.352Z[ recovery-image] Mar 12 16:17:00.211 INFO O| Mar 12 16:17:00.211 INFO skip step because feature "mbist" is not enabled
44792026-03-12T16:17:01.352Z[ recovery-image] Mar 12 16:17:00.211 INFO O| Mar 12 16:17:00.211 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44802026-03-12T16:17:01.352Z[ recovery-image] Mar 12 16:17:00.211 INFO O| Mar 12 16:17:00.211 INFO skip step because feature "mfg" is not enabled
44812026-03-12T16:17:01.352Z[ recovery-image] Mar 12 16:17:00.211 INFO O| Mar 12 16:17:00.211 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44822026-03-12T16:17:01.352Z[ recovery-image] Mar 12 16:17:00.211 INFO O| Mar 12 16:17:00.211 INFO skip step because feature "compliance" is not enabled
44832026-03-12T16:17:01.352Z[ recovery-image] Mar 12 16:17:00.211 INFO O| Mar 12 16:17:00.211 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44842026-03-12T16:17:01.352Z[ recovery-image] Mar 12 16:17:00.211 INFO O| Mar 12 16:17:00.211 INFO skip step because feature "stress" is not enabled
44852026-03-12T16:17:01.352Z[ recovery-image] Mar 12 16:17:00.211 INFO O| Mar 12 16:17:00.211 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44862026-03-12T16:17:01.353Z[ recovery-image] Mar 12 16:17:00.211 INFO O| Mar 12 16:17:00.211 INFO skip step because feature "compliance" is not enabled
44872026-03-12T16:17:01.353Z[ recovery-image] Mar 12 16:17:00.211 INFO O| Mar 12 16:17:00.211 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44882026-03-12T16:17:01.353Z[ recovery-image] Mar 12 16:17:00.211 INFO O| Mar 12 16:17:00.211 INFO skip step because feature "nfs" is not enabled
44892026-03-12T16:17:01.353Z[ recovery-image] Mar 12 16:17:00.211 INFO O| Mar 12 16:17:00.211 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
44902026-03-12T16:17:01.353Z[ recovery-image] Mar 12 16:17:00.211 INFO O| Mar 12 16:17:00.211 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
44912026-03-12T16:17:01.459Z[ recovery-image] Mar 12 16:17:00.323 INFO O| Mar 12 16:17:00.323 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
44922026-03-12T16:17:01.545Z[ recovery-image] Mar 12 16:17:00.408 INFO O| Mar 12 16:17:00.408 INFO completed processing sled/ramdisk-01-os
44932026-03-12T16:17:01.551Z[ recovery-image] Mar 12 16:17:00.410 INFO image builder template: ramdisk-02-trim...
44942026-03-12T16:17:01.551Z[ recovery-image] Mar 12 16:17:00.410 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "sled", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmpzuqBXD/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
44952026-03-12T16:17:01.565Z[ recovery-image] Mar 12 16:17:00.428 INFO O| Mar 12 16:17:00.428 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
44962026-03-12T16:17:01.570Z[ recovery-image] Mar 12 16:17:00.433 INFO O| Mar 12 16:17:00.433 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
44972026-03-12T16:17:01.657Z[ recovery-image] Mar 12 16:17:00.522 INFO O| Mar 12 16:17:00.521 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
44982026-03-12T16:17:01.727Z[ recovery-image] Mar 12 16:17:00.591 INFO O| Mar 12 16:17:00.591 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
44992026-03-12T16:17:01.727Z[ recovery-image] Mar 12 16:17:00.591 INFO O| Mar 12 16:17:00.591 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45002026-03-12T16:17:01.734Z[ recovery-image] Mar 12 16:17:00.595 INFO O| Mar 12 16:17:00.595 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
45012026-03-12T16:17:01.738Z[ recovery-image] Mar 12 16:17:00.599 INFO O| Mar 12 16:17:00.599 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45022026-03-12T16:17:01.743Z[ recovery-image] Mar 12 16:17:00.603 INFO O| Mar 12 16:17:00.603 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45032026-03-12T16:17:01.948Z[ recovery-image] Mar 12 16:17:00.812 INFO O| Mar 12 16:17:00.812 INFO rolled back to input snapshot; work may begin
45042026-03-12T16:17:01.948Z[ recovery-image] Mar 12 16:17:00.812 INFO O| Mar 12 16:17:00.812 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45052026-03-12T16:17:01.952Z[ recovery-image] Mar 12 16:17:00.816 INFO O| Mar 12 16:17:00.816 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45062026-03-12T16:17:01.958Z[ recovery-image] Mar 12 16:17:00.823 INFO O| Mar 12 16:17:00.823 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
45072026-03-12T16:17:02.003Z[ recovery-image] Mar 12 16:17:00.866 INFO O| Mar 12 16:17:00.866 INFO STEP 0 (remove_files) COMPLETE
45082026-03-12T16:17:02.004Z[ recovery-image] Mar 12 16:17:00.866 INFO O| Mar 12 16:17:00.866 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45092026-03-12T16:17:02.012Z[ recovery-image] Mar 12 16:17:00.876 INFO O| Mar 12 16:17:00.876 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
45102026-03-12T16:17:02.015Z[ recovery-image] Mar 12 16:17:00.877 INFO O| Mar 12 16:17:00.877 INFO STEP 1 (remove_files) COMPLETE
45112026-03-12T16:17:02.015Z[ recovery-image] Mar 12 16:17:00.877 INFO O| Mar 12 16:17:00.877 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45122026-03-12T16:17:02.020Z[ recovery-image] Mar 12 16:17:00.885 INFO O| Mar 12 16:17:00.885 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
45132026-03-12T16:17:02.033Z[ recovery-image] Mar 12 16:17:00.897 INFO O| Mar 12 16:17:00.897 INFO STEP 2 (remove_files) COMPLETE
45142026-03-12T16:17:02.033Z[ recovery-image] Mar 12 16:17:00.897 INFO O| Mar 12 16:17:00.897 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45152026-03-12T16:17:02.041Z[ recovery-image] Mar 12 16:17:00.905 INFO O| Mar 12 16:17:00.905 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
45162026-03-12T16:17:02.044Z[ recovery-image] Mar 12 16:17:00.907 INFO O| Mar 12 16:17:00.907 INFO STEP 3 (remove_files) COMPLETE
45172026-03-12T16:17:02.044Z[ recovery-image] Mar 12 16:17:00.907 INFO O| Mar 12 16:17:00.907 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45182026-03-12T16:17:02.051Z[ recovery-image] Mar 12 16:17:00.915 INFO O| Mar 12 16:17:00.915 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
45192026-03-12T16:17:02.057Z[ recovery-image] Mar 12 16:17:00.919 INFO O| Mar 12 16:17:00.919 INFO STEP 4 (remove_files) COMPLETE
45202026-03-12T16:17:02.057Z[ recovery-image] Mar 12 16:17:00.919 INFO O| Mar 12 16:17:00.919 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45212026-03-12T16:17:02.062Z[ recovery-image] Mar 12 16:17:00.926 INFO O| Mar 12 16:17:00.926 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
45222026-03-12T16:17:02.066Z[ recovery-image] Mar 12 16:17:00.926 INFO O| Mar 12 16:17:00.926 INFO STEP 5 (remove_files) COMPLETE
45232026-03-12T16:17:02.066Z[ recovery-image] Mar 12 16:17:00.926 INFO O| Mar 12 16:17:00.926 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45242026-03-12T16:17:02.071Z[ recovery-image] Mar 12 16:17:00.935 INFO O| Mar 12 16:17:00.935 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
45252026-03-12T16:17:02.080Z[ recovery-image] Mar 12 16:17:00.944 INFO O| Mar 12 16:17:00.944 INFO STEP 6 (remove_files) COMPLETE
45262026-03-12T16:17:02.080Z[ recovery-image] Mar 12 16:17:00.944 INFO O| Mar 12 16:17:00.944 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45272026-03-12T16:17:02.080Z[ recovery-image] Mar 12 16:17:00.944 INFO O| Mar 12 16:17:00.944 INFO skip step because feature "recovery" is enabled
45282026-03-12T16:17:02.085Z[ recovery-image] Mar 12 16:17:00.944 INFO O| Mar 12 16:17:00.944 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45292026-03-12T16:17:02.085Z[ recovery-image] Mar 12 16:17:00.944 INFO O| Mar 12 16:17:00.944 INFO skip step because feature "recovery" is enabled
45302026-03-12T16:17:02.085Z[ recovery-image] Mar 12 16:17:00.944 INFO O| Mar 12 16:17:00.944 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45312026-03-12T16:17:02.085Z[ recovery-image] Mar 12 16:17:00.944 INFO O| Mar 12 16:17:00.944 INFO skip step because feature "recovery" is enabled
45322026-03-12T16:17:02.085Z[ recovery-image] Mar 12 16:17:00.944 INFO O| Mar 12 16:17:00.944 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45332026-03-12T16:17:02.089Z[ recovery-image] Mar 12 16:17:00.953 INFO O| Mar 12 16:17:00.953 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
45342026-03-12T16:17:02.092Z[ recovery-image] Mar 12 16:17:00.956 INFO O| Mar 12 16:17:00.956 INFO STEP 10 (remove_files) COMPLETE
45352026-03-12T16:17:02.092Z[ recovery-image] Mar 12 16:17:00.956 INFO O| Mar 12 16:17:00.956 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45362026-03-12T16:17:02.099Z[ recovery-image] Mar 12 16:17:00.963 INFO O| Mar 12 16:17:00.963 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
45372026-03-12T16:17:02.103Z[ recovery-image] Mar 12 16:17:00.964 INFO O| Mar 12 16:17:00.964 INFO STEP 11 (remove_files) COMPLETE
45382026-03-12T16:17:02.103Z[ recovery-image] Mar 12 16:17:00.964 INFO O| Mar 12 16:17:00.964 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45392026-03-12T16:17:02.106Z[ recovery-image] Mar 12 16:17:00.971 INFO O| Mar 12 16:17:00.971 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
45402026-03-12T16:17:02.111Z[ recovery-image] Mar 12 16:17:00.972 INFO O| Mar 12 16:17:00.972 INFO STEP 12 (remove_files) COMPLETE
45412026-03-12T16:17:02.112Z[ recovery-image] Mar 12 16:17:00.972 INFO O| Mar 12 16:17:00.972 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45422026-03-12T16:17:02.181Z[ recovery-image] Mar 12 16:17:01.045 INFO O| Mar 12 16:17:01.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
45432026-03-12T16:17:02.217Z[ recovery-image] Mar 12 16:17:01.081 INFO O| Mar 12 16:17:01.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
45442026-03-12T16:17:02.222Z[ recovery-image] Mar 12 16:17:01.081 INFO O| Mar 12 16:17:01.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
45452026-03-12T16:17:02.222Z[ recovery-image] Mar 12 16:17:01.084 INFO O| Mar 12 16:17:01.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a"
45462026-03-12T16:17:02.280Z[ recovery-image] Mar 12 16:17:01.144 INFO O| Mar 12 16:17:01.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
45472026-03-12T16:17:02.295Z[ recovery-image] Mar 12 16:17:01.158 INFO O| Mar 12 16:17:01.158 INFO STEP 13 (remove_files) COMPLETE
45482026-03-12T16:17:02.296Z[ recovery-image] Mar 12 16:17:01.158 INFO O| Mar 12 16:17:01.158 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45492026-03-12T16:17:02.303Z[ recovery-image] Mar 12 16:17:01.167 INFO O| Mar 12 16:17:01.167 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
45502026-03-12T16:17:02.307Z[ recovery-image] Mar 12 16:17:01.168 INFO O| Mar 12 16:17:01.168 INFO STEP 14 (remove_files) COMPLETE
45512026-03-12T16:17:02.307Z[ recovery-image] Mar 12 16:17:01.168 INFO O| Mar 12 16:17:01.168 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45522026-03-12T16:17:02.311Z[ recovery-image] Mar 12 16:17:01.175 INFO O| Mar 12 16:17:01.175 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
45532026-03-12T16:17:02.316Z[ recovery-image] Mar 12 16:17:01.180 INFO O| Mar 12 16:17:01.180 INFO STEP 15 (remove_files) COMPLETE
45542026-03-12T16:17:02.316Z[ recovery-image] Mar 12 16:17:01.180 INFO O| Mar 12 16:17:01.180 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45552026-03-12T16:17:02.322Z[ recovery-image] Mar 12 16:17:01.187 INFO O| Mar 12 16:17:01.187 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
45562026-03-12T16:17:02.326Z[ recovery-image] Mar 12 16:17:01.187 INFO O| Mar 12 16:17:01.187 INFO STEP 16 (remove_files) COMPLETE
45572026-03-12T16:17:02.326Z[ recovery-image] Mar 12 16:17:01.187 INFO O| Mar 12 16:17:01.187 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45582026-03-12T16:17:02.329Z[ recovery-image] Mar 12 16:17:01.194 INFO O| Mar 12 16:17:01.194 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
45592026-03-12T16:17:02.333Z[ recovery-image] Mar 12 16:17:01.195 INFO O| Mar 12 16:17:01.195 INFO STEP 17 (remove_files) COMPLETE
45602026-03-12T16:17:02.333Z[ recovery-image] Mar 12 16:17:01.195 INFO O| Mar 12 16:17:01.195 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45612026-03-12T16:17:02.337Z[ recovery-image] Mar 12 16:17:01.201 INFO O| Mar 12 16:17:01.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
45622026-03-12T16:17:02.343Z[ recovery-image] Mar 12 16:17:01.202 INFO O| Mar 12 16:17:01.202 INFO STEP 18 (remove_files) COMPLETE
45632026-03-12T16:17:02.343Z[ recovery-image] Mar 12 16:17:01.202 INFO O| Mar 12 16:17:01.202 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45642026-03-12T16:17:02.348Z[ recovery-image] Mar 12 16:17:01.208 INFO O| Mar 12 16:17:01.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
45652026-03-12T16:17:02.348Z[ recovery-image] Mar 12 16:17:01.208 INFO O| Mar 12 16:17:01.208 INFO STEP 19 (remove_files) COMPLETE
45662026-03-12T16:17:02.348Z[ recovery-image] Mar 12 16:17:01.208 INFO O| Mar 12 16:17:01.208 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45672026-03-12T16:17:02.354Z[ recovery-image] Mar 12 16:17:01.218 INFO O| Mar 12 16:17:01.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
45682026-03-12T16:17:02.354Z[ recovery-image] Mar 12 16:17:01.218 INFO O| Mar 12 16:17:01.218 INFO STEP 20 (remove_files) COMPLETE
45692026-03-12T16:17:02.358Z[ recovery-image] Mar 12 16:17:01.218 INFO O| Mar 12 16:17:01.218 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45702026-03-12T16:17:02.362Z[ recovery-image] Mar 12 16:17:01.226 INFO O| Mar 12 16:17:01.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
45712026-03-12T16:17:02.367Z[ recovery-image] Mar 12 16:17:01.226 INFO O| Mar 12 16:17:01.226 INFO STEP 21 (remove_files) COMPLETE
45722026-03-12T16:17:02.367Z[ recovery-image] Mar 12 16:17:01.226 INFO O| Mar 12 16:17:01.226 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45732026-03-12T16:17:02.371Z[ recovery-image] Mar 12 16:17:01.234 INFO O| Mar 12 16:17:01.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
45742026-03-12T16:17:02.371Z[ recovery-image] Mar 12 16:17:01.234 INFO O| Mar 12 16:17:01.234 INFO STEP 22 (remove_files) COMPLETE
45752026-03-12T16:17:02.372Z[ recovery-image] Mar 12 16:17:01.234 INFO O| Mar 12 16:17:01.234 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45762026-03-12T16:17:02.376Z[ recovery-image] Mar 12 16:17:01.241 INFO O| Mar 12 16:17:01.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
45772026-03-12T16:17:02.376Z[ recovery-image] Mar 12 16:17:01.241 INFO O| Mar 12 16:17:01.241 INFO STEP 23 (remove_files) COMPLETE
45782026-03-12T16:17:02.379Z[ recovery-image] Mar 12 16:17:01.241 INFO O| Mar 12 16:17:01.241 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45792026-03-12T16:17:02.383Z[ recovery-image] Mar 12 16:17:01.247 INFO O| Mar 12 16:17:01.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
45802026-03-12T16:17:02.383Z[ recovery-image] Mar 12 16:17:01.247 INFO O| Mar 12 16:17:01.247 INFO STEP 24 (remove_files) COMPLETE
45812026-03-12T16:17:02.383Z[ recovery-image] Mar 12 16:17:01.247 INFO O| Mar 12 16:17:01.247 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45822026-03-12T16:17:02.390Z[ recovery-image] Mar 12 16:17:01.254 INFO O| Mar 12 16:17:01.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
45832026-03-12T16:17:02.390Z[ recovery-image] Mar 12 16:17:01.254 INFO O| Mar 12 16:17:01.254 INFO STEP 25 (remove_files) COMPLETE
45842026-03-12T16:17:02.393Z[ recovery-image] Mar 12 16:17:01.254 INFO O| Mar 12 16:17:01.254 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45852026-03-12T16:17:02.398Z[ recovery-image] Mar 12 16:17:01.261 INFO O| Mar 12 16:17:01.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
45862026-03-12T16:17:02.401Z[ recovery-image] Mar 12 16:17:01.261 INFO O| Mar 12 16:17:01.261 INFO STEP 26 (remove_files) COMPLETE
45872026-03-12T16:17:02.401Z[ recovery-image] Mar 12 16:17:01.261 INFO O| Mar 12 16:17:01.261 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45882026-03-12T16:17:02.405Z[ recovery-image] Mar 12 16:17:01.270 INFO O| Mar 12 16:17:01.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
45892026-03-12T16:17:02.405Z[ recovery-image] Mar 12 16:17:01.270 INFO O| Mar 12 16:17:01.270 INFO STEP 27 (remove_files) COMPLETE
45902026-03-12T16:17:02.406Z[ recovery-image] Mar 12 16:17:01.270 INFO O| Mar 12 16:17:01.270 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45912026-03-12T16:17:02.413Z[ recovery-image] Mar 12 16:17:01.278 INFO O| Mar 12 16:17:01.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
45922026-03-12T16:17:02.413Z[ recovery-image] Mar 12 16:17:01.278 INFO O| Mar 12 16:17:01.278 INFO STEP 28 (remove_files) COMPLETE
45932026-03-12T16:17:02.413Z[ recovery-image] Mar 12 16:17:01.278 INFO O| Mar 12 16:17:01.278 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45942026-03-12T16:17:02.458Z[ recovery-image] Mar 12 16:17:01.284 INFO O| Mar 12 16:17:01.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
45952026-03-12T16:17:02.458Z[ recovery-image] Mar 12 16:17:01.284 INFO O| Mar 12 16:17:01.284 INFO STEP 29 (remove_files) COMPLETE
45962026-03-12T16:17:02.458Z[ recovery-image] Mar 12 16:17:01.284 INFO O| Mar 12 16:17:01.284 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45972026-03-12T16:17:02.458Z[ recovery-image] Mar 12 16:17:01.291 INFO O| Mar 12 16:17:01.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
45982026-03-12T16:17:02.458Z[ recovery-image] Mar 12 16:17:01.291 INFO O| Mar 12 16:17:01.291 INFO STEP 30 (remove_files) COMPLETE
45992026-03-12T16:17:02.458Z[ recovery-image] Mar 12 16:17:01.291 INFO O| Mar 12 16:17:01.291 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46002026-03-12T16:17:02.458Z[ recovery-image] Mar 12 16:17:01.299 INFO O| Mar 12 16:17:01.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
46012026-03-12T16:17:02.458Z[ recovery-image] Mar 12 16:17:01.299 INFO O| Mar 12 16:17:01.299 INFO STEP 31 (remove_files) COMPLETE
46022026-03-12T16:17:02.458Z[ recovery-image] Mar 12 16:17:01.299 INFO O| Mar 12 16:17:01.299 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46032026-03-12T16:17:02.458Z[ recovery-image] Mar 12 16:17:01.305 INFO O| Mar 12 16:17:01.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
46042026-03-12T16:17:02.458Z[ recovery-image] Mar 12 16:17:01.306 INFO O| Mar 12 16:17:01.306 INFO STEP 32 (remove_files) COMPLETE
46052026-03-12T16:17:02.458Z[ recovery-image] Mar 12 16:17:01.306 INFO O| Mar 12 16:17:01.306 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46062026-03-12T16:17:02.458Z[ recovery-image] Mar 12 16:17:01.312 INFO O| Mar 12 16:17:01.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
46072026-03-12T16:17:02.458Z[ recovery-image] Mar 12 16:17:01.312 INFO O| Mar 12 16:17:01.312 INFO STEP 33 (remove_files) COMPLETE
46082026-03-12T16:17:02.458Z[ recovery-image] Mar 12 16:17:01.312 INFO O| Mar 12 16:17:01.312 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46092026-03-12T16:17:02.458Z[ recovery-image] Mar 12 16:17:01.319 INFO O| Mar 12 16:17:01.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
46102026-03-12T16:17:02.458Z[ recovery-image] Mar 12 16:17:01.319 INFO O| Mar 12 16:17:01.319 INFO STEP 34 (remove_files) COMPLETE
46112026-03-12T16:17:02.458Z[ recovery-image] Mar 12 16:17:01.319 INFO O| Mar 12 16:17:01.319 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46122026-03-12T16:17:02.465Z[ recovery-image] Mar 12 16:17:01.328 INFO O| Mar 12 16:17:01.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
46132026-03-12T16:17:02.465Z[ recovery-image] Mar 12 16:17:01.328 INFO O| Mar 12 16:17:01.328 INFO STEP 35 (remove_files) COMPLETE
46142026-03-12T16:17:02.465Z[ recovery-image] Mar 12 16:17:01.328 INFO O| Mar 12 16:17:01.328 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46152026-03-12T16:17:02.471Z[ recovery-image] Mar 12 16:17:01.335 INFO O| Mar 12 16:17:01.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
46162026-03-12T16:17:02.471Z[ recovery-image] Mar 12 16:17:01.335 INFO O| Mar 12 16:17:01.335 INFO STEP 36 (remove_files) COMPLETE
46172026-03-12T16:17:02.477Z[ recovery-image] Mar 12 16:17:01.335 INFO O| Mar 12 16:17:01.335 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46182026-03-12T16:17:02.482Z[ recovery-image] Mar 12 16:17:01.343 INFO O| Mar 12 16:17:01.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
46192026-03-12T16:17:02.482Z[ recovery-image] Mar 12 16:17:01.343 INFO O| Mar 12 16:17:01.343 INFO STEP 37 (remove_files) COMPLETE
46202026-03-12T16:17:02.482Z[ recovery-image] Mar 12 16:17:01.343 INFO O| Mar 12 16:17:01.343 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46212026-03-12T16:17:02.487Z[ recovery-image] Mar 12 16:17:01.351 INFO O| Mar 12 16:17:01.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
46222026-03-12T16:17:02.487Z[ recovery-image] Mar 12 16:17:01.351 INFO O| Mar 12 16:17:01.351 INFO STEP 38 (remove_files) COMPLETE
46232026-03-12T16:17:02.490Z[ recovery-image] Mar 12 16:17:01.351 INFO O| Mar 12 16:17:01.351 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46242026-03-12T16:17:02.494Z[ recovery-image] Mar 12 16:17:01.358 INFO O| Mar 12 16:17:01.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
46252026-03-12T16:17:02.494Z[ recovery-image] Mar 12 16:17:01.358 INFO O| Mar 12 16:17:01.358 INFO STEP 39 (remove_files) COMPLETE
46262026-03-12T16:17:02.497Z[ recovery-image] Mar 12 16:17:01.358 INFO O| Mar 12 16:17:01.358 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46272026-03-12T16:17:02.500Z[ recovery-image] Mar 12 16:17:01.365 INFO O| Mar 12 16:17:01.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
46282026-03-12T16:17:02.505Z[ recovery-image] Mar 12 16:17:01.365 INFO O| Mar 12 16:17:01.365 INFO STEP 40 (remove_files) COMPLETE
46292026-03-12T16:17:02.505Z[ recovery-image] Mar 12 16:17:01.365 INFO O| Mar 12 16:17:01.365 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46302026-03-12T16:17:02.509Z[ recovery-image] Mar 12 16:17:01.372 INFO O| Mar 12 16:17:01.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
46312026-03-12T16:17:02.509Z[ recovery-image] Mar 12 16:17:01.372 INFO O| Mar 12 16:17:01.372 INFO STEP 41 (remove_files) COMPLETE
46322026-03-12T16:17:02.509Z[ recovery-image] Mar 12 16:17:01.372 INFO O| Mar 12 16:17:01.372 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46332026-03-12T16:17:02.515Z[ recovery-image] Mar 12 16:17:01.379 INFO O| Mar 12 16:17:01.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
46342026-03-12T16:17:02.519Z[ recovery-image] Mar 12 16:17:01.379 INFO O| Mar 12 16:17:01.379 INFO STEP 42 (remove_files) COMPLETE
46352026-03-12T16:17:02.519Z[ recovery-image] Mar 12 16:17:01.379 INFO O| Mar 12 16:17:01.379 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46362026-03-12T16:17:02.526Z[ recovery-image] Mar 12 16:17:01.387 INFO O| Mar 12 16:17:01.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
46372026-03-12T16:17:02.526Z[ recovery-image] Mar 12 16:17:01.387 INFO O| Mar 12 16:17:01.387 INFO STEP 43 (remove_files) COMPLETE
46382026-03-12T16:17:02.526Z[ recovery-image] Mar 12 16:17:01.387 INFO O| Mar 12 16:17:01.387 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46392026-03-12T16:17:02.530Z[ recovery-image] Mar 12 16:17:01.394 INFO O| Mar 12 16:17:01.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
46402026-03-12T16:17:02.530Z[ recovery-image] Mar 12 16:17:01.394 INFO O| Mar 12 16:17:01.394 INFO STEP 44 (remove_files) COMPLETE
46412026-03-12T16:17:02.531Z[ recovery-image] Mar 12 16:17:01.394 INFO O| Mar 12 16:17:01.394 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46422026-03-12T16:17:02.538Z[ recovery-image] Mar 12 16:17:01.403 INFO O| Mar 12 16:17:01.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
46432026-03-12T16:17:02.542Z[ recovery-image] Mar 12 16:17:01.403 INFO O| Mar 12 16:17:01.403 INFO STEP 45 (remove_files) COMPLETE
46442026-03-12T16:17:02.542Z[ recovery-image] Mar 12 16:17:01.403 INFO O| Mar 12 16:17:01.403 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46452026-03-12T16:17:02.546Z[ recovery-image] Mar 12 16:17:01.410 INFO O| Mar 12 16:17:01.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
46462026-03-12T16:17:02.546Z[ recovery-image] Mar 12 16:17:01.410 INFO O| Mar 12 16:17:01.410 INFO STEP 46 (remove_files) COMPLETE
46472026-03-12T16:17:02.546Z[ recovery-image] Mar 12 16:17:01.410 INFO O| Mar 12 16:17:01.410 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46482026-03-12T16:17:02.553Z[ recovery-image] Mar 12 16:17:01.418 INFO O| Mar 12 16:17:01.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
46492026-03-12T16:17:02.553Z[ recovery-image] Mar 12 16:17:01.418 INFO O| Mar 12 16:17:01.418 INFO STEP 47 (remove_files) COMPLETE
46502026-03-12T16:17:02.557Z[ recovery-image] Mar 12 16:17:01.418 INFO O| Mar 12 16:17:01.418 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46512026-03-12T16:17:02.562Z[ recovery-image] Mar 12 16:17:01.425 INFO O| Mar 12 16:17:01.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
46522026-03-12T16:17:02.567Z[ recovery-image] Mar 12 16:17:01.425 INFO O| Mar 12 16:17:01.425 INFO STEP 48 (remove_files) COMPLETE
46532026-03-12T16:17:02.567Z[ recovery-image] Mar 12 16:17:01.425 INFO O| Mar 12 16:17:01.425 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46542026-03-12T16:17:02.567Z[ recovery-image] Mar 12 16:17:01.431 INFO O| Mar 12 16:17:01.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
46552026-03-12T16:17:02.567Z[ recovery-image] Mar 12 16:17:01.431 INFO O| Mar 12 16:17:01.431 INFO STEP 49 (remove_files) COMPLETE
46562026-03-12T16:17:02.567Z[ recovery-image] Mar 12 16:17:01.431 INFO O| Mar 12 16:17:01.431 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46572026-03-12T16:17:02.575Z[ recovery-image] Mar 12 16:17:01.440 INFO O| Mar 12 16:17:01.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
46582026-03-12T16:17:02.575Z[ recovery-image] Mar 12 16:17:01.440 INFO O| Mar 12 16:17:01.440 INFO STEP 50 (remove_files) COMPLETE
46592026-03-12T16:17:02.580Z[ recovery-image] Mar 12 16:17:01.440 INFO O| Mar 12 16:17:01.440 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46602026-03-12T16:17:02.583Z[ recovery-image] Mar 12 16:17:01.446 INFO O| Mar 12 16:17:01.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
46612026-03-12T16:17:02.583Z[ recovery-image] Mar 12 16:17:01.446 INFO O| Mar 12 16:17:01.446 INFO STEP 51 (remove_files) COMPLETE
46622026-03-12T16:17:02.583Z[ recovery-image] Mar 12 16:17:01.446 INFO O| Mar 12 16:17:01.446 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46632026-03-12T16:17:02.589Z[ recovery-image] Mar 12 16:17:01.453 INFO O| Mar 12 16:17:01.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
46642026-03-12T16:17:02.592Z[ recovery-image] Mar 12 16:17:01.453 INFO O| Mar 12 16:17:01.453 INFO STEP 52 (remove_files) COMPLETE
46652026-03-12T16:17:02.592Z[ recovery-image] Mar 12 16:17:01.453 INFO O| Mar 12 16:17:01.453 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46662026-03-12T16:17:02.596Z[ recovery-image] Mar 12 16:17:01.459 INFO O| Mar 12 16:17:01.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
46672026-03-12T16:17:02.597Z[ recovery-image] Mar 12 16:17:01.460 INFO O| Mar 12 16:17:01.460 INFO STEP 53 (remove_files) COMPLETE
46682026-03-12T16:17:02.597Z[ recovery-image] Mar 12 16:17:01.460 INFO O| Mar 12 16:17:01.460 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46692026-03-12T16:17:02.603Z[ recovery-image] Mar 12 16:17:01.467 INFO O| Mar 12 16:17:01.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
46702026-03-12T16:17:02.606Z[ recovery-image] Mar 12 16:17:01.467 INFO O| Mar 12 16:17:01.467 INFO STEP 54 (remove_files) COMPLETE
46712026-03-12T16:17:02.606Z[ recovery-image] Mar 12 16:17:01.467 INFO O| Mar 12 16:17:01.467 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46722026-03-12T16:17:02.610Z[ recovery-image] Mar 12 16:17:01.474 INFO O| Mar 12 16:17:01.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
46732026-03-12T16:17:02.610Z[ recovery-image] Mar 12 16:17:01.474 INFO O| Mar 12 16:17:01.474 INFO STEP 55 (remove_files) COMPLETE
46742026-03-12T16:17:02.610Z[ recovery-image] Mar 12 16:17:01.474 INFO O| Mar 12 16:17:01.474 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46752026-03-12T16:17:02.616Z[ recovery-image] Mar 12 16:17:01.481 INFO O| Mar 12 16:17:01.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
46762026-03-12T16:17:02.617Z[ recovery-image] Mar 12 16:17:01.481 INFO O| Mar 12 16:17:01.481 INFO STEP 56 (remove_files) COMPLETE
46772026-03-12T16:17:02.621Z[ recovery-image] Mar 12 16:17:01.481 INFO O| Mar 12 16:17:01.481 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46782026-03-12T16:17:02.626Z[ recovery-image] Mar 12 16:17:01.488 INFO O| Mar 12 16:17:01.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
46792026-03-12T16:17:02.626Z[ recovery-image] Mar 12 16:17:01.488 INFO O| Mar 12 16:17:01.488 INFO STEP 57 (remove_files) COMPLETE
46802026-03-12T16:17:02.626Z[ recovery-image] Mar 12 16:17:01.488 INFO O| Mar 12 16:17:01.488 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46812026-03-12T16:17:02.632Z[ recovery-image] Mar 12 16:17:01.496 INFO O| Mar 12 16:17:01.496 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
46822026-03-12T16:17:02.632Z[ recovery-image] Mar 12 16:17:01.496 INFO O| Mar 12 16:17:01.496 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
46832026-03-12T16:17:02.637Z[ recovery-image] Mar 12 16:17:01.497 INFO O| Mar 12 16:17:01.496 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
46842026-03-12T16:17:02.637Z[ recovery-image] Mar 12 16:17:01.497 INFO O| Mar 12 16:17:01.497 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
46852026-03-12T16:17:02.637Z[ recovery-image] Mar 12 16:17:01.497 INFO O| Mar 12 16:17:01.497 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
46862026-03-12T16:17:02.637Z[ recovery-image] Mar 12 16:17:01.497 INFO O| Mar 12 16:17:01.497 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
46872026-03-12T16:17:02.637Z[ recovery-image] Mar 12 16:17:01.497 INFO O| Mar 12 16:17:01.497 INFO ok!
46882026-03-12T16:17:02.637Z[ recovery-image] Mar 12 16:17:01.497 INFO O| Mar 12 16:17:01.497 INFO STEP 58 (ensure_file) COMPLETE
46892026-03-12T16:17:02.637Z[ recovery-image] Mar 12 16:17:01.497 INFO O| Mar 12 16:17:01.497 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46902026-03-12T16:17:02.641Z[ recovery-image] Mar 12 16:17:01.505 INFO O| Mar 12 16:17:01.505 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
46912026-03-12T16:17:02.641Z[ recovery-image] Mar 12 16:17:01.505 INFO O| Mar 12 16:17:01.505 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
46922026-03-12T16:17:02.641Z[ recovery-image] Mar 12 16:17:01.505 INFO O| Mar 12 16:17:01.505 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
46932026-03-12T16:17:02.641Z[ recovery-image] Mar 12 16:17:01.505 INFO O| Mar 12 16:17:01.505 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
46942026-03-12T16:17:02.641Z[ recovery-image] Mar 12 16:17:01.505 INFO O| Mar 12 16:17:01.505 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
46952026-03-12T16:17:02.641Z[ recovery-image] Mar 12 16:17:01.505 INFO O| Mar 12 16:17:01.505 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
46962026-03-12T16:17:02.641Z[ recovery-image] Mar 12 16:17:01.505 INFO O| Mar 12 16:17:01.505 INFO ok!
46972026-03-12T16:17:02.641Z[ recovery-image] Mar 12 16:17:01.505 INFO O| Mar 12 16:17:01.505 INFO STEP 59 (ensure_file) COMPLETE
46982026-03-12T16:17:02.642Z[ recovery-image] Mar 12 16:17:01.505 INFO O| Mar 12 16:17:01.505 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46992026-03-12T16:17:02.648Z[ recovery-image] Mar 12 16:17:01.513 INFO O| Mar 12 16:17:01.513 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
47002026-03-12T16:17:02.649Z[ recovery-image] Mar 12 16:17:01.513 INFO O| Mar 12 16:17:01.513 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
47012026-03-12T16:17:02.652Z[ recovery-image] Mar 12 16:17:01.513 INFO O| Mar 12 16:17:01.513 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
47022026-03-12T16:17:02.652Z[ recovery-image] Mar 12 16:17:01.513 INFO O| Mar 12 16:17:01.513 INFO ok!
47032026-03-12T16:17:02.652Z[ recovery-image] Mar 12 16:17:01.513 INFO O| Mar 12 16:17:01.513 INFO STEP 60 (ensure_file) COMPLETE
47042026-03-12T16:17:02.652Z[ recovery-image] Mar 12 16:17:01.513 INFO O| Mar 12 16:17:01.513 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47052026-03-12T16:17:02.657Z[ recovery-image] Mar 12 16:17:01.520 INFO O| Mar 12 16:17:01.520 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
47062026-03-12T16:17:02.657Z[ recovery-image] Mar 12 16:17:01.520 INFO O| Mar 12 16:17:01.520 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
47072026-03-12T16:17:02.657Z[ recovery-image] Mar 12 16:17:01.520 INFO O| Mar 12 16:17:01.520 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
47082026-03-12T16:17:02.657Z[ recovery-image] Mar 12 16:17:01.520 INFO O| Mar 12 16:17:01.520 INFO ok!
47092026-03-12T16:17:02.658Z[ recovery-image] Mar 12 16:17:01.520 INFO O| Mar 12 16:17:01.520 INFO STEP 61 (ensure_file) COMPLETE
47102026-03-12T16:17:02.658Z[ recovery-image] Mar 12 16:17:01.520 INFO O| Mar 12 16:17:01.520 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47112026-03-12T16:17:02.664Z[ recovery-image] Mar 12 16:17:01.528 INFO O| Mar 12 16:17:01.528 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
47122026-03-12T16:17:02.664Z[ recovery-image] Mar 12 16:17:01.528 INFO O| Mar 12 16:17:01.528 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
47132026-03-12T16:17:02.670Z[ recovery-image] Mar 12 16:17:01.528 INFO O| Mar 12 16:17:01.528 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47142026-03-12T16:17:02.670Z[ recovery-image] Mar 12 16:17:01.528 INFO O| Mar 12 16:17:01.528 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47152026-03-12T16:17:02.670Z[ recovery-image] Mar 12 16:17:01.528 INFO O| Mar 12 16:17:01.528 INFO ok!
47162026-03-12T16:17:02.670Z[ recovery-image] Mar 12 16:17:01.528 INFO O| Mar 12 16:17:01.528 INFO STEP 62 (ensure_file) COMPLETE
47172026-03-12T16:17:02.670Z[ recovery-image] Mar 12 16:17:01.528 INFO O| Mar 12 16:17:01.528 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47182026-03-12T16:17:02.675Z[ recovery-image] Mar 12 16:17:01.536 INFO O| Mar 12 16:17:01.536 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
47192026-03-12T16:17:02.675Z[ recovery-image] Mar 12 16:17:01.536 INFO O| Mar 12 16:17:01.536 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
47202026-03-12T16:17:02.675Z[ recovery-image] Mar 12 16:17:01.536 INFO O| Mar 12 16:17:01.536 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47212026-03-12T16:17:02.675Z[ recovery-image] Mar 12 16:17:01.536 INFO O| Mar 12 16:17:01.536 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47222026-03-12T16:17:02.675Z[ recovery-image] Mar 12 16:17:01.536 INFO O| Mar 12 16:17:01.536 INFO ok!
47232026-03-12T16:17:02.675Z[ recovery-image] Mar 12 16:17:01.536 INFO O| Mar 12 16:17:01.536 INFO STEP 63 (ensure_file) COMPLETE
47242026-03-12T16:17:02.675Z[ recovery-image] Mar 12 16:17:01.536 INFO O| Mar 12 16:17:01.536 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47252026-03-12T16:17:02.679Z[ recovery-image] Mar 12 16:17:01.544 INFO O| Mar 12 16:17:01.544 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
47262026-03-12T16:17:02.680Z[ recovery-image] Mar 12 16:17:01.544 INFO O| Mar 12 16:17:01.544 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
47272026-03-12T16:17:02.683Z[ recovery-image] Mar 12 16:17:01.544 INFO O| Mar 12 16:17:01.544 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
47282026-03-12T16:17:02.683Z[ recovery-image] Mar 12 16:17:01.544 INFO O| Mar 12 16:17:01.544 INFO ok!
47292026-03-12T16:17:02.683Z[ recovery-image] Mar 12 16:17:01.544 INFO O| Mar 12 16:17:01.544 INFO STEP 64 (assemble_files) COMPLETE
47302026-03-12T16:17:02.683Z[ recovery-image] Mar 12 16:17:01.544 INFO O| Mar 12 16:17:01.544 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47312026-03-12T16:17:02.687Z[ recovery-image] Mar 12 16:17:01.551 INFO O| Mar 12 16:17:01.551 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
47322026-03-12T16:17:02.687Z[ recovery-image] Mar 12 16:17:01.551 INFO O| Mar 12 16:17:01.551 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
47332026-03-12T16:17:02.690Z[ recovery-image] Mar 12 16:17:01.551 INFO O| Mar 12 16:17:01.551 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47342026-03-12T16:17:02.690Z[ recovery-image] Mar 12 16:17:01.551 INFO O| Mar 12 16:17:01.551 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47352026-03-12T16:17:02.690Z[ recovery-image] Mar 12 16:17:01.551 INFO O| Mar 12 16:17:01.551 INFO ok!
47362026-03-12T16:17:02.690Z[ recovery-image] Mar 12 16:17:01.551 INFO O| Mar 12 16:17:01.551 INFO STEP 65 (ensure_file) COMPLETE
47372026-03-12T16:17:02.690Z[ recovery-image] Mar 12 16:17:01.551 INFO O| Mar 12 16:17:01.551 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47382026-03-12T16:17:02.690Z[ recovery-image] Mar 12 16:17:01.551 INFO O| Mar 12 16:17:01.551 INFO skip step because feature "omicron1" is not enabled
47392026-03-12T16:17:02.690Z[ recovery-image] Mar 12 16:17:01.551 INFO O| Mar 12 16:17:01.551 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47402026-03-12T16:17:02.691Z[ recovery-image] Mar 12 16:17:01.551 INFO O| Mar 12 16:17:01.551 INFO skip step because feature "omicron1" is not enabled
47412026-03-12T16:17:02.691Z[ recovery-image] Mar 12 16:17:01.551 INFO O| Mar 12 16:17:01.551 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47422026-03-12T16:17:02.691Z[ recovery-image] Mar 12 16:17:01.551 INFO O| Mar 12 16:17:01.551 INFO skip step because feature "omicron1" is not enabled
47432026-03-12T16:17:02.691Z[ recovery-image] Mar 12 16:17:01.551 INFO O| Mar 12 16:17:01.551 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47442026-03-12T16:17:02.699Z[ recovery-image] Mar 12 16:17:01.563 INFO O| Mar 12 16:17:01.563 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
47452026-03-12T16:17:02.703Z[ recovery-image] Mar 12 16:17:01.563 INFO O| Mar 12 16:17:01.563 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
47462026-03-12T16:17:03.982Z[ recovery-image] Mar 12 16:17:02.846 INFO O| Mar 12 16:17:02.846 INFO STEP 69 (pack_tar) COMPLETE
47472026-03-12T16:17:03.982Z[ recovery-image] Mar 12 16:17:02.846 INFO O| Mar 12 16:17:02.846 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47482026-03-12T16:17:03.987Z[ recovery-image] Mar 12 16:17:02.846 INFO O| Mar 12 16:17:02.846 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
47492026-03-12T16:17:04.412Z[ recovery-image] Mar 12 16:17:03.276 INFO O| Mar 12 16:17:03.276 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
47502026-03-12T16:17:04.493Z[ recovery-image] Mar 12 16:17:03.356 INFO O| Mar 12 16:17:03.356 INFO completed processing sled/ramdisk-02-trim
47512026-03-12T16:17:04.497Z[ recovery-image] Mar 12 16:17:03.359 INFO image builder template: ramdisk-03-recovery-trim...
47522026-03-12T16:17:04.497Z[ recovery-image] Mar 12 16:17:03.359 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/.tmpzuqBXD/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
47532026-03-12T16:17:04.590Z[ recovery-image] Mar 12 16:17:03.453 INFO O| Mar 12 16:17:03.453 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47542026-03-12T16:17:04.595Z[ recovery-image] Mar 12 16:17:03.456 INFO O| Mar 12 16:17:03.456 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47552026-03-12T16:17:04.681Z[ recovery-image] Mar 12 16:17:03.545 INFO O| Mar 12 16:17:03.545 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
47562026-03-12T16:17:04.744Z[ recovery-image] Mar 12 16:17:03.608 INFO O| Mar 12 16:17:03.608 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47572026-03-12T16:17:04.744Z[ recovery-image] Mar 12 16:17:03.608 INFO O| Mar 12 16:17:03.608 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
47582026-03-12T16:17:04.750Z[ recovery-image] Mar 12 16:17:03.614 INFO O| Mar 12 16:17:03.614 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
47592026-03-12T16:17:04.754Z[ recovery-image] Mar 12 16:17:03.618 INFO O| Mar 12 16:17:03.618 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47602026-03-12T16:17:04.760Z[ recovery-image] Mar 12 16:17:03.622 INFO O| Mar 12 16:17:03.622 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
47612026-03-12T16:17:05.010Z[ recovery-image] Mar 12 16:17:03.873 INFO O| Mar 12 16:17:03.873 INFO rolled back to input snapshot; work may begin
47622026-03-12T16:17:05.010Z[ recovery-image] Mar 12 16:17:03.873 INFO O| Mar 12 16:17:03.873 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
47632026-03-12T16:17:05.015Z[ recovery-image] Mar 12 16:17:03.878 INFO O| Mar 12 16:17:03.878 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642026-03-12T16:17:05.023Z[ recovery-image] Mar 12 16:17:03.887 INFO O| Mar 12 16:17:03.887 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
47652026-03-12T16:17:05.027Z[ recovery-image] Mar 12 16:17:03.891 INFO O| Mar 12 16:17:03.891 INFO STEP 0 (remove_files) COMPLETE
47662026-03-12T16:17:05.027Z[ recovery-image] Mar 12 16:17:03.891 INFO O| Mar 12 16:17:03.891 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672026-03-12T16:17:05.034Z[ recovery-image] Mar 12 16:17:03.898 INFO O| Mar 12 16:17:03.898 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
47682026-03-12T16:17:05.083Z[ recovery-image] Mar 12 16:17:03.947 INFO O| Mar 12 16:17:03.947 INFO STEP 1 (remove_files) COMPLETE
47692026-03-12T16:17:05.083Z[ recovery-image] Mar 12 16:17:03.947 INFO O| Mar 12 16:17:03.947 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702026-03-12T16:17:05.093Z[ recovery-image] Mar 12 16:17:03.957 INFO O| Mar 12 16:17:03.956 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
47712026-03-12T16:17:05.098Z[ recovery-image] Mar 12 16:17:03.959 INFO O| Mar 12 16:17:03.959 INFO STEP 2 (remove_files) COMPLETE
47722026-03-12T16:17:05.098Z[ recovery-image] Mar 12 16:17:03.959 INFO O| Mar 12 16:17:03.959 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732026-03-12T16:17:05.103Z[ recovery-image] Mar 12 16:17:03.967 INFO O| Mar 12 16:17:03.967 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
47742026-03-12T16:17:05.141Z[ recovery-image] Mar 12 16:17:04.004 INFO O| Mar 12 16:17:04.004 INFO STEP 3 (remove_files) COMPLETE
47752026-03-12T16:17:05.141Z[ recovery-image] Mar 12 16:17:04.004 INFO O| Mar 12 16:17:04.004 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762026-03-12T16:17:05.149Z[ recovery-image] Mar 12 16:17:04.013 INFO O| Mar 12 16:17:04.013 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
47772026-03-12T16:17:05.170Z[ recovery-image] Mar 12 16:17:04.034 INFO O| Mar 12 16:17:04.034 INFO STEP 4 (remove_files) COMPLETE
47782026-03-12T16:17:05.170Z[ recovery-image] Mar 12 16:17:04.034 INFO O| Mar 12 16:17:04.034 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792026-03-12T16:17:05.184Z[ recovery-image] Mar 12 16:17:04.041 INFO O| Mar 12 16:17:04.041 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
47802026-03-12T16:17:05.198Z[ recovery-image] Mar 12 16:17:04.043 INFO O| Mar 12 16:17:04.043 INFO STEP 5 (remove_files) COMPLETE
47812026-03-12T16:17:05.198Z[ recovery-image] Mar 12 16:17:04.043 INFO O| Mar 12 16:17:04.043 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822026-03-12T16:17:05.198Z[ recovery-image] Mar 12 16:17:04.052 INFO O| Mar 12 16:17:04.052 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
47832026-03-12T16:17:05.198Z[ recovery-image] Mar 12 16:17:04.054 INFO O| Mar 12 16:17:04.054 INFO STEP 6 (remove_files) COMPLETE
47842026-03-12T16:17:05.198Z[ recovery-image] Mar 12 16:17:04.054 INFO O| Mar 12 16:17:04.054 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852026-03-12T16:17:05.202Z[ recovery-image] Mar 12 16:17:04.062 INFO O| Mar 12 16:17:04.062 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
47862026-03-12T16:17:05.205Z[ recovery-image] Mar 12 16:17:04.066 INFO O| Mar 12 16:17:04.066 INFO STEP 7 (remove_files) COMPLETE
47872026-03-12T16:17:05.205Z[ recovery-image] Mar 12 16:17:04.066 INFO O| Mar 12 16:17:04.066 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882026-03-12T16:17:05.211Z[ recovery-image] Mar 12 16:17:04.075 INFO O| Mar 12 16:17:04.075 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
47892026-03-12T16:17:05.214Z[ recovery-image] Mar 12 16:17:04.075 INFO O| Mar 12 16:17:04.075 INFO STEP 8 (remove_files) COMPLETE
47902026-03-12T16:17:05.214Z[ recovery-image] Mar 12 16:17:04.075 INFO O| Mar 12 16:17:04.075 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912026-03-12T16:17:05.219Z[ recovery-image] Mar 12 16:17:04.083 INFO O| Mar 12 16:17:04.083 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
47922026-03-12T16:17:05.256Z[ recovery-image] Mar 12 16:17:04.084 INFO O| Mar 12 16:17:04.084 INFO STEP 9 (remove_files) COMPLETE
47932026-03-12T16:17:05.256Z[ recovery-image] Mar 12 16:17:04.085 INFO O| Mar 12 16:17:04.084 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942026-03-12T16:17:05.262Z[ recovery-image] Mar 12 16:17:04.092 INFO O| Mar 12 16:17:04.092 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
47952026-03-12T16:17:05.273Z[ recovery-image] Mar 12 16:17:04.137 INFO O| Mar 12 16:17:04.137 INFO STEP 10 (remove_files) COMPLETE
47962026-03-12T16:17:05.273Z[ recovery-image] Mar 12 16:17:04.137 INFO O| Mar 12 16:17:04.137 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972026-03-12T16:17:05.281Z[ recovery-image] Mar 12 16:17:04.145 INFO O| Mar 12 16:17:04.145 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
47982026-03-12T16:17:05.285Z[ recovery-image] Mar 12 16:17:04.147 INFO O| Mar 12 16:17:04.147 INFO STEP 11 (remove_files) COMPLETE
47992026-03-12T16:17:05.286Z[ recovery-image] Mar 12 16:17:04.147 INFO O| Mar 12 16:17:04.147 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002026-03-12T16:17:05.293Z[ recovery-image] Mar 12 16:17:04.156 INFO O| Mar 12 16:17:04.156 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
48012026-03-12T16:17:05.300Z[ recovery-image] Mar 12 16:17:04.159 INFO O| Mar 12 16:17:04.159 INFO STEP 12 (remove_files) COMPLETE
48022026-03-12T16:17:05.300Z[ recovery-image] Mar 12 16:17:04.159 INFO O| Mar 12 16:17:04.159 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032026-03-12T16:17:05.303Z[ recovery-image] Mar 12 16:17:04.167 INFO O| Mar 12 16:17:04.167 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
48042026-03-12T16:17:05.307Z[ recovery-image] Mar 12 16:17:04.167 INFO O| Mar 12 16:17:04.167 INFO STEP 13 (remove_files) COMPLETE
48052026-03-12T16:17:05.307Z[ recovery-image] Mar 12 16:17:04.167 INFO O| Mar 12 16:17:04.167 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062026-03-12T16:17:05.313Z[ recovery-image] Mar 12 16:17:04.174 INFO O| Mar 12 16:17:04.174 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
48072026-03-12T16:17:05.313Z[ recovery-image] Mar 12 16:17:04.174 INFO O| Mar 12 16:17:04.174 INFO STEP 14 (remove_files) COMPLETE
48082026-03-12T16:17:05.313Z[ recovery-image] Mar 12 16:17:04.174 INFO O| Mar 12 16:17:04.174 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092026-03-12T16:17:05.321Z[ recovery-image] Mar 12 16:17:04.182 INFO O| Mar 12 16:17:04.182 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
48102026-03-12T16:17:05.326Z[ recovery-image] Mar 12 16:17:04.190 INFO O| Mar 12 16:17:04.190 INFO STEP 15 (remove_files) COMPLETE
48112026-03-12T16:17:05.326Z[ recovery-image] Mar 12 16:17:04.190 INFO O| Mar 12 16:17:04.190 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122026-03-12T16:17:05.337Z[ recovery-image] Mar 12 16:17:04.197 INFO O| Mar 12 16:17:04.197 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
48132026-03-12T16:17:05.342Z[ recovery-image] Mar 12 16:17:04.198 INFO O| Mar 12 16:17:04.198 INFO STEP 16 (remove_files) COMPLETE
48142026-03-12T16:17:05.342Z[ recovery-image] Mar 12 16:17:04.198 INFO O| Mar 12 16:17:04.198 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152026-03-12T16:17:05.342Z[ recovery-image] Mar 12 16:17:04.206 INFO O| Mar 12 16:17:04.206 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
48162026-03-12T16:17:05.346Z[ recovery-image] Mar 12 16:17:04.206 INFO O| Mar 12 16:17:04.206 INFO STEP 17 (remove_files) COMPLETE
48172026-03-12T16:17:05.346Z[ recovery-image] Mar 12 16:17:04.206 INFO O| Mar 12 16:17:04.206 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182026-03-12T16:17:05.350Z[ recovery-image] Mar 12 16:17:04.214 INFO O| Mar 12 16:17:04.214 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
48192026-03-12T16:17:05.390Z[ recovery-image] Mar 12 16:17:04.251 INFO O| Mar 12 16:17:04.251 INFO STEP 18 (remove_files) COMPLETE
48202026-03-12T16:17:05.390Z[ recovery-image] Mar 12 16:17:04.251 INFO O| Mar 12 16:17:04.251 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212026-03-12T16:17:05.420Z[ recovery-image] Mar 12 16:17:04.260 INFO O| Mar 12 16:17:04.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
48222026-03-12T16:17:05.421Z[ recovery-image] Mar 12 16:17:04.262 INFO O| Mar 12 16:17:04.262 INFO STEP 19 (remove_files) COMPLETE
48232026-03-12T16:17:05.421Z[ recovery-image] Mar 12 16:17:04.262 INFO O| Mar 12 16:17:04.262 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242026-03-12T16:17:05.421Z[ recovery-image] Mar 12 16:17:04.269 INFO O| Mar 12 16:17:04.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
48252026-03-12T16:17:05.422Z[ recovery-image] Mar 12 16:17:04.269 INFO O| Mar 12 16:17:04.269 INFO STEP 20 (remove_files) COMPLETE
48262026-03-12T16:17:05.422Z[ recovery-image] Mar 12 16:17:04.269 INFO O| Mar 12 16:17:04.269 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272026-03-12T16:17:05.427Z[ recovery-image] Mar 12 16:17:04.276 INFO O| Mar 12 16:17:04.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
48282026-03-12T16:17:05.427Z[ recovery-image] Mar 12 16:17:04.277 INFO O| Mar 12 16:17:04.277 INFO STEP 21 (remove_files) COMPLETE
48292026-03-12T16:17:05.427Z[ recovery-image] Mar 12 16:17:04.277 INFO O| Mar 12 16:17:04.277 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302026-03-12T16:17:05.427Z[ recovery-image] Mar 12 16:17:04.284 INFO O| Mar 12 16:17:04.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
48312026-03-12T16:17:05.427Z[ recovery-image] Mar 12 16:17:04.285 INFO O| Mar 12 16:17:04.285 INFO STEP 22 (remove_files) COMPLETE
48322026-03-12T16:17:05.428Z[ recovery-image] Mar 12 16:17:04.285 INFO O| Mar 12 16:17:04.285 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332026-03-12T16:17:05.446Z[ recovery-image] Mar 12 16:17:04.292 INFO O| Mar 12 16:17:04.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
48342026-03-12T16:17:05.447Z[ recovery-image] Mar 12 16:17:04.292 INFO O| Mar 12 16:17:04.292 INFO STEP 23 (remove_files) COMPLETE
48352026-03-12T16:17:05.447Z[ recovery-image] Mar 12 16:17:04.292 INFO O| Mar 12 16:17:04.292 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362026-03-12T16:17:05.463Z[ recovery-image] Mar 12 16:17:04.299 INFO O| Mar 12 16:17:04.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
48372026-03-12T16:17:05.463Z[ recovery-image] Mar 12 16:17:04.300 INFO O| Mar 12 16:17:04.300 INFO STEP 24 (remove_files) COMPLETE
48382026-03-12T16:17:05.464Z[ recovery-image] Mar 12 16:17:04.300 INFO O| Mar 12 16:17:04.300 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392026-03-12T16:17:05.464Z[ recovery-image] Mar 12 16:17:04.307 INFO O| Mar 12 16:17:04.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
48402026-03-12T16:17:05.464Z[ recovery-image] Mar 12 16:17:04.307 INFO O| Mar 12 16:17:04.307 INFO STEP 25 (remove_files) COMPLETE
48412026-03-12T16:17:05.464Z[ recovery-image] Mar 12 16:17:04.307 INFO O| Mar 12 16:17:04.307 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422026-03-12T16:17:05.492Z[ recovery-image] Mar 12 16:17:04.315 INFO O| Mar 12 16:17:04.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
48432026-03-12T16:17:05.492Z[ recovery-image] Mar 12 16:17:04.316 INFO O| Mar 12 16:17:04.316 INFO STEP 26 (remove_files) COMPLETE
48442026-03-12T16:17:05.492Z[ recovery-image] Mar 12 16:17:04.316 INFO O| Mar 12 16:17:04.316 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452026-03-12T16:17:05.492Z[ recovery-image] Mar 12 16:17:04.322 INFO O| Mar 12 16:17:04.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack"
48462026-03-12T16:17:05.492Z[ recovery-image] Mar 12 16:17:04.323 INFO O| Mar 12 16:17:04.323 INFO STEP 27 (remove_files) COMPLETE
48472026-03-12T16:17:05.492Z[ recovery-image] Mar 12 16:17:04.323 INFO O| Mar 12 16:17:04.323 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482026-03-12T16:17:05.492Z[ recovery-image] Mar 12 16:17:04.331 INFO O| Mar 12 16:17:04.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
48492026-03-12T16:17:05.492Z[ recovery-image] Mar 12 16:17:04.331 INFO O| Mar 12 16:17:04.331 INFO STEP 28 (remove_files) COMPLETE
48502026-03-12T16:17:05.493Z[ recovery-image] Mar 12 16:17:04.331 INFO O| Mar 12 16:17:04.331 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512026-03-12T16:17:05.493Z[ recovery-image] Mar 12 16:17:04.339 INFO O| Mar 12 16:17:04.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
48522026-03-12T16:17:05.493Z[ recovery-image] Mar 12 16:17:04.339 INFO O| Mar 12 16:17:04.339 INFO STEP 29 (remove_files) COMPLETE
48532026-03-12T16:17:05.493Z[ recovery-image] Mar 12 16:17:04.339 INFO O| Mar 12 16:17:04.339 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542026-03-12T16:17:05.494Z[ recovery-image] Mar 12 16:17:04.346 INFO O| Mar 12 16:17:04.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
48552026-03-12T16:17:05.494Z[ recovery-image] Mar 12 16:17:04.346 INFO O| Mar 12 16:17:04.346 INFO STEP 30 (remove_files) COMPLETE
48562026-03-12T16:17:05.494Z[ recovery-image] Mar 12 16:17:04.346 INFO O| Mar 12 16:17:04.346 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572026-03-12T16:17:05.494Z[ recovery-image] Mar 12 16:17:04.354 INFO O| Mar 12 16:17:04.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
48582026-03-12T16:17:05.494Z[ recovery-image] Mar 12 16:17:04.354 INFO O| Mar 12 16:17:04.354 INFO STEP 31 (remove_files) COMPLETE
48592026-03-12T16:17:05.494Z[ recovery-image] Mar 12 16:17:04.354 INFO O| Mar 12 16:17:04.354 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602026-03-12T16:17:05.502Z[ recovery-image] Mar 12 16:17:04.361 INFO O| Mar 12 16:17:04.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
48612026-03-12T16:17:05.502Z[ recovery-image] Mar 12 16:17:04.362 INFO O| Mar 12 16:17:04.362 INFO STEP 32 (remove_files) COMPLETE
48622026-03-12T16:17:05.502Z[ recovery-image] Mar 12 16:17:04.362 INFO O| Mar 12 16:17:04.362 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632026-03-12T16:17:05.508Z[ recovery-image] Mar 12 16:17:04.369 INFO O| Mar 12 16:17:04.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
48642026-03-12T16:17:05.508Z[ recovery-image] Mar 12 16:17:04.369 INFO O| Mar 12 16:17:04.369 INFO STEP 33 (remove_files) COMPLETE
48652026-03-12T16:17:05.508Z[ recovery-image] Mar 12 16:17:04.369 INFO O| Mar 12 16:17:04.369 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662026-03-12T16:17:05.516Z[ recovery-image] Mar 12 16:17:04.377 INFO O| Mar 12 16:17:04.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
48672026-03-12T16:17:05.516Z[ recovery-image] Mar 12 16:17:04.378 INFO O| Mar 12 16:17:04.378 INFO STEP 34 (remove_files) COMPLETE
48682026-03-12T16:17:05.516Z[ recovery-image] Mar 12 16:17:04.378 INFO O| Mar 12 16:17:04.378 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692026-03-12T16:17:05.531Z[ recovery-image] Mar 12 16:17:04.385 INFO O| Mar 12 16:17:04.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
48702026-03-12T16:17:05.531Z[ recovery-image] Mar 12 16:17:04.385 INFO O| Mar 12 16:17:04.385 INFO STEP 35 (remove_files) COMPLETE
48712026-03-12T16:17:05.531Z[ recovery-image] Mar 12 16:17:04.385 INFO O| Mar 12 16:17:04.385 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722026-03-12T16:17:05.531Z[ recovery-image] Mar 12 16:17:04.393 INFO O| Mar 12 16:17:04.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
48732026-03-12T16:17:05.531Z[ recovery-image] Mar 12 16:17:04.393 INFO O| Mar 12 16:17:04.393 INFO STEP 36 (remove_files) COMPLETE
48742026-03-12T16:17:05.531Z[ recovery-image] Mar 12 16:17:04.393 INFO O| Mar 12 16:17:04.393 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752026-03-12T16:17:05.537Z[ recovery-image] Mar 12 16:17:04.400 INFO O| Mar 12 16:17:04.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
48762026-03-12T16:17:05.537Z[ recovery-image] Mar 12 16:17:04.400 INFO O| Mar 12 16:17:04.400 INFO STEP 37 (remove_files) COMPLETE
48772026-03-12T16:17:05.537Z[ recovery-image] Mar 12 16:17:04.400 INFO O| Mar 12 16:17:04.400 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782026-03-12T16:17:05.544Z[ recovery-image] Mar 12 16:17:04.406 INFO O| Mar 12 16:17:04.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
48792026-03-12T16:17:05.544Z[ recovery-image] Mar 12 16:17:04.406 INFO O| Mar 12 16:17:04.406 INFO STEP 38 (remove_files) COMPLETE
48802026-03-12T16:17:05.549Z[ recovery-image] Mar 12 16:17:04.406 INFO O| Mar 12 16:17:04.406 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812026-03-12T16:17:05.553Z[ recovery-image] Mar 12 16:17:04.414 INFO O| Mar 12 16:17:04.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
48822026-03-12T16:17:05.553Z[ recovery-image] Mar 12 16:17:04.414 INFO O| Mar 12 16:17:04.414 INFO STEP 39 (remove_files) COMPLETE
48832026-03-12T16:17:05.553Z[ recovery-image] Mar 12 16:17:04.414 INFO O| Mar 12 16:17:04.414 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842026-03-12T16:17:05.558Z[ recovery-image] Mar 12 16:17:04.421 INFO O| Mar 12 16:17:04.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
48852026-03-12T16:17:05.561Z[ recovery-image] Mar 12 16:17:04.421 INFO O| Mar 12 16:17:04.421 INFO STEP 40 (remove_files) COMPLETE
48862026-03-12T16:17:05.561Z[ recovery-image] Mar 12 16:17:04.421 INFO O| Mar 12 16:17:04.421 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872026-03-12T16:17:05.567Z[ recovery-image] Mar 12 16:17:04.430 INFO O| Mar 12 16:17:04.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
48882026-03-12T16:17:05.567Z[ recovery-image] Mar 12 16:17:04.430 INFO O| Mar 12 16:17:04.430 INFO STEP 41 (remove_files) COMPLETE
48892026-03-12T16:17:05.567Z[ recovery-image] Mar 12 16:17:04.430 INFO O| Mar 12 16:17:04.430 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902026-03-12T16:17:05.573Z[ recovery-image] Mar 12 16:17:04.437 INFO O| Mar 12 16:17:04.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
48912026-03-12T16:17:05.573Z[ recovery-image] Mar 12 16:17:04.437 INFO O| Mar 12 16:17:04.437 INFO STEP 42 (remove_files) COMPLETE
48922026-03-12T16:17:05.573Z[ recovery-image] Mar 12 16:17:04.437 INFO O| Mar 12 16:17:04.437 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932026-03-12T16:17:05.581Z[ recovery-image] Mar 12 16:17:04.445 INFO O| Mar 12 16:17:04.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
48942026-03-12T16:17:05.581Z[ recovery-image] Mar 12 16:17:04.445 INFO O| Mar 12 16:17:04.445 INFO STEP 43 (remove_files) COMPLETE
48952026-03-12T16:17:05.584Z[ recovery-image] Mar 12 16:17:04.445 INFO O| Mar 12 16:17:04.445 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962026-03-12T16:17:05.591Z[ recovery-image] Mar 12 16:17:04.453 INFO O| Mar 12 16:17:04.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
48972026-03-12T16:17:05.594Z[ recovery-image] Mar 12 16:17:04.453 INFO O| Mar 12 16:17:04.453 INFO STEP 44 (remove_files) COMPLETE
48982026-03-12T16:17:05.594Z[ recovery-image] Mar 12 16:17:04.453 INFO O| Mar 12 16:17:04.453 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992026-03-12T16:17:05.598Z[ recovery-image] Mar 12 16:17:04.460 INFO O| Mar 12 16:17:04.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
49002026-03-12T16:17:05.599Z[ recovery-image] Mar 12 16:17:04.460 INFO O| Mar 12 16:17:04.460 INFO STEP 45 (remove_files) COMPLETE
49012026-03-12T16:17:05.599Z[ recovery-image] Mar 12 16:17:04.460 INFO O| Mar 12 16:17:04.460 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022026-03-12T16:17:05.602Z[ recovery-image] Mar 12 16:17:04.466 INFO O| Mar 12 16:17:04.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
49032026-03-12T16:17:05.605Z[ recovery-image] Mar 12 16:17:04.467 INFO O| Mar 12 16:17:04.467 INFO STEP 46 (remove_files) COMPLETE
49042026-03-12T16:17:05.605Z[ recovery-image] Mar 12 16:17:04.467 INFO O| Mar 12 16:17:04.467 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052026-03-12T16:17:05.611Z[ recovery-image] Mar 12 16:17:04.474 INFO O| Mar 12 16:17:04.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
49062026-03-12T16:17:05.618Z[ recovery-image] Mar 12 16:17:04.474 INFO O| Mar 12 16:17:04.474 INFO STEP 47 (remove_files) COMPLETE
49072026-03-12T16:17:05.618Z[ recovery-image] Mar 12 16:17:04.474 INFO O| Mar 12 16:17:04.474 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082026-03-12T16:17:05.621Z[ recovery-image] Mar 12 16:17:04.481 INFO O| Mar 12 16:17:04.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
49092026-03-12T16:17:05.621Z[ recovery-image] Mar 12 16:17:04.481 INFO O| Mar 12 16:17:04.481 INFO STEP 48 (remove_files) COMPLETE
49102026-03-12T16:17:05.621Z[ recovery-image] Mar 12 16:17:04.481 INFO O| Mar 12 16:17:04.481 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112026-03-12T16:17:05.625Z[ recovery-image] Mar 12 16:17:04.488 INFO O| Mar 12 16:17:04.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
49122026-03-12T16:17:05.625Z[ recovery-image] Mar 12 16:17:04.488 INFO O| Mar 12 16:17:04.488 INFO STEP 49 (remove_files) COMPLETE
49132026-03-12T16:17:05.625Z[ recovery-image] Mar 12 16:17:04.488 INFO O| Mar 12 16:17:04.488 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142026-03-12T16:17:05.632Z[ recovery-image] Mar 12 16:17:04.496 INFO O| Mar 12 16:17:04.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
49152026-03-12T16:17:05.638Z[ recovery-image] Mar 12 16:17:04.497 INFO O| Mar 12 16:17:04.497 INFO STEP 50 (remove_files) COMPLETE
49162026-03-12T16:17:05.638Z[ recovery-image] Mar 12 16:17:04.497 INFO O| Mar 12 16:17:04.497 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172026-03-12T16:17:05.642Z[ recovery-image] Mar 12 16:17:04.505 INFO O| Mar 12 16:17:04.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
49182026-03-12T16:17:05.642Z[ recovery-image] Mar 12 16:17:04.505 INFO O| Mar 12 16:17:04.505 INFO STEP 51 (remove_files) COMPLETE
49192026-03-12T16:17:05.642Z[ recovery-image] Mar 12 16:17:04.505 INFO O| Mar 12 16:17:04.505 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202026-03-12T16:17:05.648Z[ recovery-image] Mar 12 16:17:04.512 INFO O| Mar 12 16:17:04.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
49212026-03-12T16:17:05.651Z[ recovery-image] Mar 12 16:17:04.512 INFO O| Mar 12 16:17:04.512 INFO STEP 52 (remove_files) COMPLETE
49222026-03-12T16:17:05.651Z[ recovery-image] Mar 12 16:17:04.512 INFO O| Mar 12 16:17:04.512 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232026-03-12T16:17:05.658Z[ recovery-image] Mar 12 16:17:04.520 INFO O| Mar 12 16:17:04.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
49242026-03-12T16:17:05.664Z[ recovery-image] Mar 12 16:17:04.520 INFO O| Mar 12 16:17:04.520 INFO STEP 53 (remove_files) COMPLETE
49252026-03-12T16:17:05.665Z[ recovery-image] Mar 12 16:17:04.520 INFO O| Mar 12 16:17:04.520 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262026-03-12T16:17:05.665Z[ recovery-image] Mar 12 16:17:04.527 INFO O| Mar 12 16:17:04.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
49272026-03-12T16:17:05.665Z[ recovery-image] Mar 12 16:17:04.527 INFO O| Mar 12 16:17:04.527 INFO STEP 54 (remove_files) COMPLETE
49282026-03-12T16:17:05.665Z[ recovery-image] Mar 12 16:17:04.527 INFO O| Mar 12 16:17:04.527 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292026-03-12T16:17:05.670Z[ recovery-image] Mar 12 16:17:04.534 INFO O| Mar 12 16:17:04.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep"
49302026-03-12T16:17:05.674Z[ recovery-image] Mar 12 16:17:04.535 INFO O| Mar 12 16:17:04.535 INFO STEP 55 (remove_files) COMPLETE
49312026-03-12T16:17:05.674Z[ recovery-image] Mar 12 16:17:04.535 INFO O| Mar 12 16:17:04.535 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322026-03-12T16:17:05.678Z[ recovery-image] Mar 12 16:17:04.542 INFO O| Mar 12 16:17:04.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test"
49332026-03-12T16:17:05.682Z[ recovery-image] Mar 12 16:17:04.542 INFO O| Mar 12 16:17:04.542 INFO STEP 56 (remove_files) COMPLETE
49342026-03-12T16:17:05.682Z[ recovery-image] Mar 12 16:17:04.542 INFO O| Mar 12 16:17:04.542 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352026-03-12T16:17:05.687Z[ recovery-image] Mar 12 16:17:04.550 INFO O| Mar 12 16:17:04.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
49362026-03-12T16:17:05.687Z[ recovery-image] Mar 12 16:17:04.550 INFO O| Mar 12 16:17:04.550 INFO STEP 57 (remove_files) COMPLETE
49372026-03-12T16:17:05.687Z[ recovery-image] Mar 12 16:17:04.550 INFO O| Mar 12 16:17:04.550 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382026-03-12T16:17:05.695Z[ recovery-image] Mar 12 16:17:04.558 INFO O| Mar 12 16:17:04.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
49392026-03-12T16:17:05.699Z[ recovery-image] Mar 12 16:17:04.558 INFO O| Mar 12 16:17:04.558 INFO STEP 58 (remove_files) COMPLETE
49402026-03-12T16:17:05.699Z[ recovery-image] Mar 12 16:17:04.558 INFO O| Mar 12 16:17:04.558 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412026-03-12T16:17:05.703Z[ recovery-image] Mar 12 16:17:04.566 INFO O| Mar 12 16:17:04.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
49422026-03-12T16:17:05.703Z[ recovery-image] Mar 12 16:17:04.566 INFO O| Mar 12 16:17:04.566 INFO STEP 59 (remove_files) COMPLETE
49432026-03-12T16:17:05.703Z[ recovery-image] Mar 12 16:17:04.566 INFO O| Mar 12 16:17:04.566 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442026-03-12T16:17:05.710Z[ recovery-image] Mar 12 16:17:04.574 INFO O| Mar 12 16:17:04.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
49452026-03-12T16:17:05.710Z[ recovery-image] Mar 12 16:17:04.574 INFO O| Mar 12 16:17:04.574 INFO STEP 60 (remove_files) COMPLETE
49462026-03-12T16:17:05.715Z[ recovery-image] Mar 12 16:17:04.574 INFO O| Mar 12 16:17:04.574 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472026-03-12T16:17:05.718Z[ recovery-image] Mar 12 16:17:04.581 INFO O| Mar 12 16:17:04.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
49482026-03-12T16:17:05.718Z[ recovery-image] Mar 12 16:17:04.581 INFO O| Mar 12 16:17:04.581 INFO STEP 61 (remove_files) COMPLETE
49492026-03-12T16:17:05.718Z[ recovery-image] Mar 12 16:17:04.581 INFO O| Mar 12 16:17:04.581 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502026-03-12T16:17:05.725Z[ recovery-image] Mar 12 16:17:04.589 INFO O| Mar 12 16:17:04.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
49512026-03-12T16:17:05.725Z[ recovery-image] Mar 12 16:17:04.589 INFO O| Mar 12 16:17:04.589 INFO STEP 62 (remove_files) COMPLETE
49522026-03-12T16:17:05.728Z[ recovery-image] Mar 12 16:17:04.589 INFO O| Mar 12 16:17:04.589 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532026-03-12T16:17:05.732Z[ recovery-image] Mar 12 16:17:04.596 INFO O| Mar 12 16:17:04.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
49542026-03-12T16:17:05.733Z[ recovery-image] Mar 12 16:17:04.596 INFO O| Mar 12 16:17:04.596 INFO STEP 63 (remove_files) COMPLETE
49552026-03-12T16:17:05.737Z[ recovery-image] Mar 12 16:17:04.596 INFO O| Mar 12 16:17:04.596 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562026-03-12T16:17:05.741Z[ recovery-image] Mar 12 16:17:04.604 INFO O| Mar 12 16:17:04.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
49572026-03-12T16:17:05.742Z[ recovery-image] Mar 12 16:17:04.604 INFO O| Mar 12 16:17:04.604 INFO STEP 64 (remove_files) COMPLETE
49582026-03-12T16:17:05.742Z[ recovery-image] Mar 12 16:17:04.604 INFO O| Mar 12 16:17:04.604 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592026-03-12T16:17:05.747Z[ recovery-image] Mar 12 16:17:04.612 INFO O| Mar 12 16:17:04.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
49602026-03-12T16:17:05.747Z[ recovery-image] Mar 12 16:17:04.612 INFO O| Mar 12 16:17:04.612 INFO STEP 65 (remove_files) COMPLETE
49612026-03-12T16:17:05.751Z[ recovery-image] Mar 12 16:17:04.612 INFO O| Mar 12 16:17:04.612 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622026-03-12T16:17:05.757Z[ recovery-image] Mar 12 16:17:04.619 INFO O| Mar 12 16:17:04.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
49632026-03-12T16:17:05.757Z[ recovery-image] Mar 12 16:17:04.619 INFO O| Mar 12 16:17:04.619 INFO STEP 66 (remove_files) COMPLETE
49642026-03-12T16:17:05.757Z[ recovery-image] Mar 12 16:17:04.619 INFO O| Mar 12 16:17:04.619 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652026-03-12T16:17:05.762Z[ recovery-image] Mar 12 16:17:04.626 INFO O| Mar 12 16:17:04.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
49662026-03-12T16:17:05.767Z[ recovery-image] Mar 12 16:17:04.626 INFO O| Mar 12 16:17:04.626 INFO STEP 67 (remove_files) COMPLETE
49672026-03-12T16:17:05.767Z[ recovery-image] Mar 12 16:17:04.626 INFO O| Mar 12 16:17:04.626 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682026-03-12T16:17:05.772Z[ recovery-image] Mar 12 16:17:04.633 INFO O| Mar 12 16:17:04.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
49692026-03-12T16:17:05.772Z[ recovery-image] Mar 12 16:17:04.634 INFO O| Mar 12 16:17:04.634 INFO STEP 68 (remove_files) COMPLETE
49702026-03-12T16:17:05.772Z[ recovery-image] Mar 12 16:17:04.634 INFO O| Mar 12 16:17:04.634 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712026-03-12T16:17:05.778Z[ recovery-image] Mar 12 16:17:04.642 INFO O| Mar 12 16:17:04.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
49722026-03-12T16:17:05.784Z[ recovery-image] Mar 12 16:17:04.642 INFO O| Mar 12 16:17:04.642 INFO STEP 69 (remove_files) COMPLETE
49732026-03-12T16:17:05.784Z[ recovery-image] Mar 12 16:17:04.642 INFO O| Mar 12 16:17:04.642 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742026-03-12T16:17:05.789Z[ recovery-image] Mar 12 16:17:04.649 INFO O| Mar 12 16:17:04.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
49752026-03-12T16:17:05.789Z[ recovery-image] Mar 12 16:17:04.649 INFO O| Mar 12 16:17:04.649 INFO STEP 70 (remove_files) COMPLETE
49762026-03-12T16:17:05.789Z[ recovery-image] Mar 12 16:17:04.649 INFO O| Mar 12 16:17:04.649 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772026-03-12T16:17:05.794Z[ recovery-image] Mar 12 16:17:04.657 INFO O| Mar 12 16:17:04.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
49782026-03-12T16:17:05.799Z[ recovery-image] Mar 12 16:17:04.657 INFO O| Mar 12 16:17:04.657 INFO STEP 71 (remove_files) COMPLETE
49792026-03-12T16:17:05.799Z[ recovery-image] Mar 12 16:17:04.657 INFO O| Mar 12 16:17:04.657 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802026-03-12T16:17:05.802Z[ recovery-image] Mar 12 16:17:04.664 INFO O| Mar 12 16:17:04.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
49812026-03-12T16:17:05.802Z[ recovery-image] Mar 12 16:17:04.664 INFO O| Mar 12 16:17:04.664 INFO STEP 72 (remove_files) COMPLETE
49822026-03-12T16:17:05.802Z[ recovery-image] Mar 12 16:17:04.664 INFO O| Mar 12 16:17:04.664 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832026-03-12T16:17:05.808Z[ recovery-image] Mar 12 16:17:04.671 INFO O| Mar 12 16:17:04.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
49842026-03-12T16:17:05.808Z[ recovery-image] Mar 12 16:17:04.671 INFO O| Mar 12 16:17:04.671 INFO STEP 73 (remove_files) COMPLETE
49852026-03-12T16:17:05.808Z[ recovery-image] Mar 12 16:17:04.671 INFO O| Mar 12 16:17:04.671 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862026-03-12T16:17:05.815Z[ recovery-image] Mar 12 16:17:04.680 INFO O| Mar 12 16:17:04.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
49872026-03-12T16:17:05.818Z[ recovery-image] Mar 12 16:17:04.680 INFO O| Mar 12 16:17:04.680 INFO STEP 74 (remove_files) COMPLETE
49882026-03-12T16:17:05.818Z[ recovery-image] Mar 12 16:17:04.680 INFO O| Mar 12 16:17:04.680 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892026-03-12T16:17:05.825Z[ recovery-image] Mar 12 16:17:04.686 INFO O| Mar 12 16:17:04.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
49902026-03-12T16:17:05.825Z[ recovery-image] Mar 12 16:17:04.686 INFO O| Mar 12 16:17:04.686 INFO STEP 75 (remove_files) COMPLETE
49912026-03-12T16:17:05.825Z[ recovery-image] Mar 12 16:17:04.686 INFO O| Mar 12 16:17:04.686 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922026-03-12T16:17:05.829Z[ recovery-image] Mar 12 16:17:04.693 INFO O| Mar 12 16:17:04.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
49932026-03-12T16:17:05.829Z[ recovery-image] Mar 12 16:17:04.693 INFO O| Mar 12 16:17:04.693 INFO STEP 76 (remove_files) COMPLETE
49942026-03-12T16:17:05.834Z[ recovery-image] Mar 12 16:17:04.693 INFO O| Mar 12 16:17:04.693 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952026-03-12T16:17:05.838Z[ recovery-image] Mar 12 16:17:04.701 INFO O| Mar 12 16:17:04.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
49962026-03-12T16:17:05.838Z[ recovery-image] Mar 12 16:17:04.701 INFO O| Mar 12 16:17:04.701 INFO STEP 77 (remove_files) COMPLETE
49972026-03-12T16:17:05.838Z[ recovery-image] Mar 12 16:17:04.701 INFO O| Mar 12 16:17:04.701 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982026-03-12T16:17:05.845Z[ recovery-image] Mar 12 16:17:04.709 INFO O| Mar 12 16:17:04.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
49992026-03-12T16:17:05.848Z[ recovery-image] Mar 12 16:17:04.709 INFO O| Mar 12 16:17:04.709 INFO STEP 78 (remove_files) COMPLETE
50002026-03-12T16:17:05.848Z[ recovery-image] Mar 12 16:17:04.709 INFO O| Mar 12 16:17:04.709 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012026-03-12T16:17:05.853Z[ recovery-image] Mar 12 16:17:04.716 INFO O| Mar 12 16:17:04.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
50022026-03-12T16:17:05.853Z[ recovery-image] Mar 12 16:17:04.716 INFO O| Mar 12 16:17:04.716 INFO STEP 79 (remove_files) COMPLETE
50032026-03-12T16:17:05.853Z[ recovery-image] Mar 12 16:17:04.716 INFO O| Mar 12 16:17:04.716 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042026-03-12T16:17:05.859Z[ recovery-image] Mar 12 16:17:04.723 INFO O| Mar 12 16:17:04.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
50052026-03-12T16:17:05.859Z[ recovery-image] Mar 12 16:17:04.723 INFO O| Mar 12 16:17:04.723 INFO STEP 80 (remove_files) COMPLETE
50062026-03-12T16:17:05.859Z[ recovery-image] Mar 12 16:17:04.723 INFO O| Mar 12 16:17:04.723 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072026-03-12T16:17:05.867Z[ recovery-image] Mar 12 16:17:04.731 INFO O| Mar 12 16:17:04.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
50082026-03-12T16:17:05.867Z[ recovery-image] Mar 12 16:17:04.731 INFO O| Mar 12 16:17:04.731 INFO STEP 81 (remove_files) COMPLETE
50092026-03-12T16:17:05.871Z[ recovery-image] Mar 12 16:17:04.731 INFO O| Mar 12 16:17:04.731 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102026-03-12T16:17:05.875Z[ recovery-image] Mar 12 16:17:04.739 INFO O| Mar 12 16:17:04.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
50112026-03-12T16:17:05.875Z[ recovery-image] Mar 12 16:17:04.739 INFO O| Mar 12 16:17:04.739 INFO STEP 82 (remove_files) COMPLETE
50122026-03-12T16:17:05.882Z[ recovery-image] Mar 12 16:17:04.739 INFO O| Mar 12 16:17:04.739 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132026-03-12T16:17:05.892Z[ recovery-image] Mar 12 16:17:04.746 INFO O| Mar 12 16:17:04.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
50142026-03-12T16:17:05.892Z[ recovery-image] Mar 12 16:17:04.746 INFO O| Mar 12 16:17:04.746 INFO STEP 83 (remove_files) COMPLETE
50152026-03-12T16:17:05.892Z[ recovery-image] Mar 12 16:17:04.746 INFO O| Mar 12 16:17:04.746 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162026-03-12T16:17:05.892Z[ recovery-image] Mar 12 16:17:04.754 INFO O| Mar 12 16:17:04.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3"
50172026-03-12T16:17:05.892Z[ recovery-image] Mar 12 16:17:04.754 INFO O| Mar 12 16:17:04.754 INFO STEP 84 (remove_files) COMPLETE
50182026-03-12T16:17:05.892Z[ recovery-image] Mar 12 16:17:04.754 INFO O| Mar 12 16:17:04.754 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192026-03-12T16:17:05.897Z[ recovery-image] Mar 12 16:17:04.761 INFO O| Mar 12 16:17:04.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
50202026-03-12T16:17:05.904Z[ recovery-image] Mar 12 16:17:04.761 INFO O| Mar 12 16:17:04.761 INFO STEP 85 (remove_files) COMPLETE
50212026-03-12T16:17:05.904Z[ recovery-image] Mar 12 16:17:04.761 INFO O| Mar 12 16:17:04.761 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222026-03-12T16:17:05.910Z[ recovery-image] Mar 12 16:17:04.769 INFO O| Mar 12 16:17:04.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
50232026-03-12T16:17:05.910Z[ recovery-image] Mar 12 16:17:04.769 INFO O| Mar 12 16:17:04.769 INFO STEP 86 (remove_files) COMPLETE
50242026-03-12T16:17:05.910Z[ recovery-image] Mar 12 16:17:04.770 INFO O| Mar 12 16:17:04.769 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252026-03-12T16:17:05.914Z[ recovery-image] Mar 12 16:17:04.776 INFO O| Mar 12 16:17:04.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
50262026-03-12T16:17:05.914Z[ recovery-image] Mar 12 16:17:04.776 INFO O| Mar 12 16:17:04.776 INFO STEP 87 (remove_files) COMPLETE
50272026-03-12T16:17:05.914Z[ recovery-image] Mar 12 16:17:04.776 INFO O| Mar 12 16:17:04.776 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282026-03-12T16:17:05.921Z[ recovery-image] Mar 12 16:17:04.784 INFO O| Mar 12 16:17:04.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
50292026-03-12T16:17:05.921Z[ recovery-image] Mar 12 16:17:04.784 INFO O| Mar 12 16:17:04.784 INFO STEP 88 (remove_files) COMPLETE
50302026-03-12T16:17:05.928Z[ recovery-image] Mar 12 16:17:04.784 INFO O| Mar 12 16:17:04.784 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312026-03-12T16:17:05.938Z[ recovery-image] Mar 12 16:17:04.792 INFO O| Mar 12 16:17:04.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
50322026-03-12T16:17:05.938Z[ recovery-image] Mar 12 16:17:04.792 INFO O| Mar 12 16:17:04.792 INFO STEP 89 (remove_files) COMPLETE
50332026-03-12T16:17:05.938Z[ recovery-image] Mar 12 16:17:04.792 INFO O| Mar 12 16:17:04.792 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342026-03-12T16:17:05.941Z[ recovery-image] Mar 12 16:17:04.800 INFO O| Mar 12 16:17:04.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
50352026-03-12T16:17:05.941Z[ recovery-image] Mar 12 16:17:04.800 INFO O| Mar 12 16:17:04.800 INFO STEP 90 (remove_files) COMPLETE
50362026-03-12T16:17:05.941Z[ recovery-image] Mar 12 16:17:04.800 INFO O| Mar 12 16:17:04.800 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372026-03-12T16:17:05.947Z[ recovery-image] Mar 12 16:17:04.807 INFO O| Mar 12 16:17:04.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
50382026-03-12T16:17:05.947Z[ recovery-image] Mar 12 16:17:04.807 INFO O| Mar 12 16:17:04.807 INFO STEP 91 (remove_files) COMPLETE
50392026-03-12T16:17:05.947Z[ recovery-image] Mar 12 16:17:04.807 INFO O| Mar 12 16:17:04.807 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402026-03-12T16:17:05.956Z[ recovery-image] Mar 12 16:17:04.814 INFO O| Mar 12 16:17:04.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
50412026-03-12T16:17:05.956Z[ recovery-image] Mar 12 16:17:04.814 INFO O| Mar 12 16:17:04.814 INFO STEP 92 (remove_files) COMPLETE
50422026-03-12T16:17:05.956Z[ recovery-image] Mar 12 16:17:04.814 INFO O| Mar 12 16:17:04.814 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432026-03-12T16:17:05.962Z[ recovery-image] Mar 12 16:17:04.822 INFO O| Mar 12 16:17:04.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
50442026-03-12T16:17:05.963Z[ recovery-image] Mar 12 16:17:04.822 INFO O| Mar 12 16:17:04.822 INFO STEP 93 (remove_files) COMPLETE
50452026-03-12T16:17:05.963Z[ recovery-image] Mar 12 16:17:04.822 INFO O| Mar 12 16:17:04.822 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462026-03-12T16:17:05.969Z[ recovery-image] Mar 12 16:17:04.829 INFO O| Mar 12 16:17:04.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
50472026-03-12T16:17:05.969Z[ recovery-image] Mar 12 16:17:04.829 INFO O| Mar 12 16:17:04.829 INFO STEP 94 (remove_files) COMPLETE
50482026-03-12T16:17:05.969Z[ recovery-image] Mar 12 16:17:04.829 INFO O| Mar 12 16:17:04.829 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492026-03-12T16:17:05.974Z[ recovery-image] Mar 12 16:17:04.837 INFO O| Mar 12 16:17:04.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
50502026-03-12T16:17:05.974Z[ recovery-image] Mar 12 16:17:04.837 INFO O| Mar 12 16:17:04.837 INFO STEP 95 (remove_files) COMPLETE
50512026-03-12T16:17:05.974Z[ recovery-image] Mar 12 16:17:04.837 INFO O| Mar 12 16:17:04.837 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522026-03-12T16:17:05.984Z[ recovery-image] Mar 12 16:17:04.845 INFO O| Mar 12 16:17:04.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
50532026-03-12T16:17:05.984Z[ recovery-image] Mar 12 16:17:04.845 INFO O| Mar 12 16:17:04.845 INFO STEP 96 (remove_files) COMPLETE
50542026-03-12T16:17:05.989Z[ recovery-image] Mar 12 16:17:04.845 INFO O| Mar 12 16:17:04.845 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552026-03-12T16:17:05.993Z[ recovery-image] Mar 12 16:17:04.853 INFO O| Mar 12 16:17:04.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
50562026-03-12T16:17:05.993Z[ recovery-image] Mar 12 16:17:04.853 INFO O| Mar 12 16:17:04.853 INFO STEP 97 (remove_files) COMPLETE
50572026-03-12T16:17:05.993Z[ recovery-image] Mar 12 16:17:04.853 INFO O| Mar 12 16:17:04.853 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582026-03-12T16:17:05.998Z[ recovery-image] Mar 12 16:17:04.861 INFO O| Mar 12 16:17:04.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
50592026-03-12T16:17:06.013Z[ recovery-image] Mar 12 16:17:04.861 INFO O| Mar 12 16:17:04.861 INFO STEP 98 (remove_files) COMPLETE
50602026-03-12T16:17:06.014Z[ recovery-image] Mar 12 16:17:04.861 INFO O| Mar 12 16:17:04.861 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612026-03-12T16:17:06.015Z[ recovery-image] Mar 12 16:17:04.868 INFO O| Mar 12 16:17:04.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
50622026-03-12T16:17:06.015Z[ recovery-image] Mar 12 16:17:04.869 INFO O| Mar 12 16:17:04.869 INFO STEP 99 (remove_files) COMPLETE
50632026-03-12T16:17:06.015Z[ recovery-image] Mar 12 16:17:04.869 INFO O| Mar 12 16:17:04.869 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642026-03-12T16:17:06.015Z[ recovery-image] Mar 12 16:17:04.877 INFO O| Mar 12 16:17:04.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
50652026-03-12T16:17:06.015Z[ recovery-image] Mar 12 16:17:04.877 INFO O| Mar 12 16:17:04.877 INFO STEP 100 (remove_files) COMPLETE
50662026-03-12T16:17:06.015Z[ recovery-image] Mar 12 16:17:04.877 INFO O| Mar 12 16:17:04.877 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672026-03-12T16:17:06.020Z[ recovery-image] Mar 12 16:17:04.884 INFO O| Mar 12 16:17:04.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
50682026-03-12T16:17:06.020Z[ recovery-image] Mar 12 16:17:04.884 INFO O| Mar 12 16:17:04.884 INFO STEP 101 (remove_files) COMPLETE
50692026-03-12T16:17:06.024Z[ recovery-image] Mar 12 16:17:04.884 INFO O| Mar 12 16:17:04.884 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702026-03-12T16:17:06.027Z[ recovery-image] Mar 12 16:17:04.891 INFO O| Mar 12 16:17:04.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
50712026-03-12T16:17:06.031Z[ recovery-image] Mar 12 16:17:04.891 INFO O| Mar 12 16:17:04.891 INFO STEP 102 (remove_files) COMPLETE
50722026-03-12T16:17:06.031Z[ recovery-image] Mar 12 16:17:04.891 INFO O| Mar 12 16:17:04.891 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732026-03-12T16:17:06.036Z[ recovery-image] Mar 12 16:17:04.899 INFO O| Mar 12 16:17:04.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
50742026-03-12T16:17:06.040Z[ recovery-image] Mar 12 16:17:04.900 INFO O| Mar 12 16:17:04.900 INFO STEP 103 (remove_files) COMPLETE
50752026-03-12T16:17:06.040Z[ recovery-image] Mar 12 16:17:04.900 INFO O| Mar 12 16:17:04.900 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762026-03-12T16:17:06.045Z[ recovery-image] Mar 12 16:17:04.907 INFO O| Mar 12 16:17:04.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
50772026-03-12T16:17:06.045Z[ recovery-image] Mar 12 16:17:04.907 INFO O| Mar 12 16:17:04.907 INFO STEP 104 (remove_files) COMPLETE
50782026-03-12T16:17:06.045Z[ recovery-image] Mar 12 16:17:04.907 INFO O| Mar 12 16:17:04.907 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792026-03-12T16:17:06.051Z[ recovery-image] Mar 12 16:17:04.914 INFO O| Mar 12 16:17:04.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
50802026-03-12T16:17:06.051Z[ recovery-image] Mar 12 16:17:04.914 INFO O| Mar 12 16:17:04.914 INFO STEP 105 (remove_files) COMPLETE
50812026-03-12T16:17:06.058Z[ recovery-image] Mar 12 16:17:04.914 INFO O| Mar 12 16:17:04.914 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822026-03-12T16:17:06.061Z[ recovery-image] Mar 12 16:17:04.922 INFO O| Mar 12 16:17:04.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
50832026-03-12T16:17:06.061Z[ recovery-image] Mar 12 16:17:04.922 INFO O| Mar 12 16:17:04.922 INFO STEP 106 (remove_files) COMPLETE
50842026-03-12T16:17:06.062Z[ recovery-image] Mar 12 16:17:04.922 INFO O| Mar 12 16:17:04.922 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852026-03-12T16:17:06.067Z[ recovery-image] Mar 12 16:17:04.930 INFO O| Mar 12 16:17:04.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
50862026-03-12T16:17:06.067Z[ recovery-image] Mar 12 16:17:04.930 INFO O| Mar 12 16:17:04.930 INFO STEP 107 (remove_files) COMPLETE
50872026-03-12T16:17:06.067Z[ recovery-image] Mar 12 16:17:04.930 INFO O| Mar 12 16:17:04.930 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882026-03-12T16:17:06.073Z[ recovery-image] Mar 12 16:17:04.937 INFO O| Mar 12 16:17:04.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
50892026-03-12T16:17:06.073Z[ recovery-image] Mar 12 16:17:04.937 INFO O| Mar 12 16:17:04.937 INFO STEP 108 (remove_files) COMPLETE
50902026-03-12T16:17:06.077Z[ recovery-image] Mar 12 16:17:04.937 INFO O| Mar 12 16:17:04.937 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912026-03-12T16:17:06.081Z[ recovery-image] Mar 12 16:17:04.945 INFO O| Mar 12 16:17:04.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
50922026-03-12T16:17:06.084Z[ recovery-image] Mar 12 16:17:04.945 INFO O| Mar 12 16:17:04.945 INFO STEP 109 (remove_files) COMPLETE
50932026-03-12T16:17:06.085Z[ recovery-image] Mar 12 16:17:04.945 INFO O| Mar 12 16:17:04.945 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942026-03-12T16:17:06.088Z[ recovery-image] Mar 12 16:17:04.951 INFO O| Mar 12 16:17:04.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
50952026-03-12T16:17:06.089Z[ recovery-image] Mar 12 16:17:04.951 INFO O| Mar 12 16:17:04.951 INFO STEP 110 (remove_files) COMPLETE
50962026-03-12T16:17:06.089Z[ recovery-image] Mar 12 16:17:04.952 INFO O| Mar 12 16:17:04.951 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972026-03-12T16:17:06.094Z[ recovery-image] Mar 12 16:17:04.958 INFO O| Mar 12 16:17:04.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
50982026-03-12T16:17:06.099Z[ recovery-image] Mar 12 16:17:04.958 INFO O| Mar 12 16:17:04.958 INFO STEP 111 (remove_files) COMPLETE
50992026-03-12T16:17:06.099Z[ recovery-image] Mar 12 16:17:04.958 INFO O| Mar 12 16:17:04.958 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002026-03-12T16:17:06.103Z[ recovery-image] Mar 12 16:17:04.967 INFO O| Mar 12 16:17:04.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
51012026-03-12T16:17:06.107Z[ recovery-image] Mar 12 16:17:04.967 INFO O| Mar 12 16:17:04.967 INFO STEP 112 (remove_files) COMPLETE
51022026-03-12T16:17:06.107Z[ recovery-image] Mar 12 16:17:04.967 INFO O| Mar 12 16:17:04.967 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032026-03-12T16:17:06.110Z[ recovery-image] Mar 12 16:17:04.973 INFO O| Mar 12 16:17:04.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
51042026-03-12T16:17:06.110Z[ recovery-image] Mar 12 16:17:04.973 INFO O| Mar 12 16:17:04.973 INFO STEP 113 (remove_files) COMPLETE
51052026-03-12T16:17:06.110Z[ recovery-image] Mar 12 16:17:04.973 INFO O| Mar 12 16:17:04.973 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062026-03-12T16:17:06.116Z[ recovery-image] Mar 12 16:17:04.980 INFO O| Mar 12 16:17:04.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
51072026-03-12T16:17:06.119Z[ recovery-image] Mar 12 16:17:04.980 INFO O| Mar 12 16:17:04.980 INFO STEP 114 (remove_files) COMPLETE
51082026-03-12T16:17:06.119Z[ recovery-image] Mar 12 16:17:04.980 INFO O| Mar 12 16:17:04.980 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092026-03-12T16:17:06.124Z[ recovery-image] Mar 12 16:17:04.988 INFO O| Mar 12 16:17:04.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
51102026-03-12T16:17:06.127Z[ recovery-image] Mar 12 16:17:04.988 INFO O| Mar 12 16:17:04.988 INFO STEP 115 (remove_files) COMPLETE
51112026-03-12T16:17:06.127Z[ recovery-image] Mar 12 16:17:04.988 INFO O| Mar 12 16:17:04.988 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122026-03-12T16:17:06.131Z[ recovery-image] Mar 12 16:17:04.995 INFO O| Mar 12 16:17:04.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
51132026-03-12T16:17:06.131Z[ recovery-image] Mar 12 16:17:04.995 INFO O| Mar 12 16:17:04.995 INFO STEP 116 (remove_files) COMPLETE
51142026-03-12T16:17:06.131Z[ recovery-image] Mar 12 16:17:04.995 INFO O| Mar 12 16:17:04.995 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152026-03-12T16:17:06.139Z[ recovery-image] Mar 12 16:17:05.002 INFO O| Mar 12 16:17:05.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
51162026-03-12T16:17:06.142Z[ recovery-image] Mar 12 16:17:05.002 INFO O| Mar 12 16:17:05.002 INFO STEP 117 (remove_files) COMPLETE
51172026-03-12T16:17:06.142Z[ recovery-image] Mar 12 16:17:05.002 INFO O| Mar 12 16:17:05.002 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182026-03-12T16:17:06.147Z[ recovery-image] Mar 12 16:17:05.010 INFO O| Mar 12 16:17:05.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
51192026-03-12T16:17:06.151Z[ recovery-image] Mar 12 16:17:05.010 INFO O| Mar 12 16:17:05.010 INFO STEP 118 (remove_files) COMPLETE
51202026-03-12T16:17:06.151Z[ recovery-image] Mar 12 16:17:05.010 INFO O| Mar 12 16:17:05.010 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212026-03-12T16:17:06.155Z[ recovery-image] Mar 12 16:17:05.018 INFO O| Mar 12 16:17:05.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
51222026-03-12T16:17:06.155Z[ recovery-image] Mar 12 16:17:05.018 INFO O| Mar 12 16:17:05.018 INFO STEP 119 (remove_files) COMPLETE
51232026-03-12T16:17:06.155Z[ recovery-image] Mar 12 16:17:05.018 INFO O| Mar 12 16:17:05.018 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242026-03-12T16:17:06.163Z[ recovery-image] Mar 12 16:17:05.026 INFO O| Mar 12 16:17:05.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
51252026-03-12T16:17:06.163Z[ recovery-image] Mar 12 16:17:05.026 INFO O| Mar 12 16:17:05.026 INFO STEP 120 (remove_files) COMPLETE
51262026-03-12T16:17:06.168Z[ recovery-image] Mar 12 16:17:05.026 INFO O| Mar 12 16:17:05.026 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272026-03-12T16:17:06.171Z[ recovery-image] Mar 12 16:17:05.034 INFO O| Mar 12 16:17:05.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
51282026-03-12T16:17:06.171Z[ recovery-image] Mar 12 16:17:05.034 INFO O| Mar 12 16:17:05.034 INFO STEP 121 (remove_files) COMPLETE
51292026-03-12T16:17:06.171Z[ recovery-image] Mar 12 16:17:05.034 INFO O| Mar 12 16:17:05.034 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302026-03-12T16:17:06.177Z[ recovery-image] Mar 12 16:17:05.041 INFO O| Mar 12 16:17:05.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
51312026-03-12T16:17:06.181Z[ recovery-image] Mar 12 16:17:05.041 INFO O| Mar 12 16:17:05.041 INFO STEP 122 (remove_files) COMPLETE
51322026-03-12T16:17:06.181Z[ recovery-image] Mar 12 16:17:05.041 INFO O| Mar 12 16:17:05.041 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332026-03-12T16:17:06.184Z[ recovery-image] Mar 12 16:17:05.048 INFO O| Mar 12 16:17:05.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
51342026-03-12T16:17:06.184Z[ recovery-image] Mar 12 16:17:05.048 INFO O| Mar 12 16:17:05.048 INFO STEP 123 (remove_files) COMPLETE
51352026-03-12T16:17:06.185Z[ recovery-image] Mar 12 16:17:05.048 INFO O| Mar 12 16:17:05.048 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362026-03-12T16:17:06.191Z[ recovery-image] Mar 12 16:17:05.055 INFO O| Mar 12 16:17:05.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
51372026-03-12T16:17:06.191Z[ recovery-image] Mar 12 16:17:05.055 INFO O| Mar 12 16:17:05.055 INFO STEP 124 (remove_files) COMPLETE
51382026-03-12T16:17:06.195Z[ recovery-image] Mar 12 16:17:05.055 INFO O| Mar 12 16:17:05.055 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392026-03-12T16:17:06.199Z[ recovery-image] Mar 12 16:17:05.063 INFO O| Mar 12 16:17:05.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
51402026-03-12T16:17:06.203Z[ recovery-image] Mar 12 16:17:05.063 INFO O| Mar 12 16:17:05.063 INFO STEP 125 (remove_files) COMPLETE
51412026-03-12T16:17:06.203Z[ recovery-image] Mar 12 16:17:05.063 INFO O| Mar 12 16:17:05.063 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422026-03-12T16:17:06.209Z[ recovery-image] Mar 12 16:17:05.071 INFO O| Mar 12 16:17:05.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
51432026-03-12T16:17:06.215Z[ recovery-image] Mar 12 16:17:05.071 INFO O| Mar 12 16:17:05.071 INFO STEP 126 (remove_files) COMPLETE
51442026-03-12T16:17:06.215Z[ recovery-image] Mar 12 16:17:05.071 INFO O| Mar 12 16:17:05.071 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452026-03-12T16:17:06.215Z[ recovery-image] Mar 12 16:17:05.078 INFO O| Mar 12 16:17:05.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
51462026-03-12T16:17:06.215Z[ recovery-image] Mar 12 16:17:05.078 INFO O| Mar 12 16:17:05.078 INFO STEP 127 (remove_files) COMPLETE
51472026-03-12T16:17:06.215Z[ recovery-image] Mar 12 16:17:05.078 INFO O| Mar 12 16:17:05.078 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482026-03-12T16:17:06.222Z[ recovery-image] Mar 12 16:17:05.086 INFO O| Mar 12 16:17:05.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
51492026-03-12T16:17:06.222Z[ recovery-image] Mar 12 16:17:05.086 INFO O| Mar 12 16:17:05.086 INFO STEP 128 (remove_files) COMPLETE
51502026-03-12T16:17:06.226Z[ recovery-image] Mar 12 16:17:05.086 INFO O| Mar 12 16:17:05.086 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512026-03-12T16:17:06.230Z[ recovery-image] Mar 12 16:17:05.094 INFO O| Mar 12 16:17:05.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
51522026-03-12T16:17:06.230Z[ recovery-image] Mar 12 16:17:05.094 INFO O| Mar 12 16:17:05.094 INFO STEP 129 (remove_files) COMPLETE
51532026-03-12T16:17:06.230Z[ recovery-image] Mar 12 16:17:05.094 INFO O| Mar 12 16:17:05.094 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542026-03-12T16:17:06.239Z[ recovery-image] Mar 12 16:17:05.102 INFO O| Mar 12 16:17:05.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
51552026-03-12T16:17:06.239Z[ recovery-image] Mar 12 16:17:05.102 INFO O| Mar 12 16:17:05.102 INFO STEP 130 (remove_files) COMPLETE
51562026-03-12T16:17:06.243Z[ recovery-image] Mar 12 16:17:05.102 INFO O| Mar 12 16:17:05.102 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572026-03-12T16:17:06.246Z[ recovery-image] Mar 12 16:17:05.109 INFO O| Mar 12 16:17:05.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
51582026-03-12T16:17:06.246Z[ recovery-image] Mar 12 16:17:05.109 INFO O| Mar 12 16:17:05.109 INFO STEP 131 (remove_files) COMPLETE
51592026-03-12T16:17:06.246Z[ recovery-image] Mar 12 16:17:05.109 INFO O| Mar 12 16:17:05.109 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602026-03-12T16:17:06.252Z[ recovery-image] Mar 12 16:17:05.116 INFO O| Mar 12 16:17:05.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
51612026-03-12T16:17:06.257Z[ recovery-image] Mar 12 16:17:05.116 INFO O| Mar 12 16:17:05.116 INFO STEP 132 (remove_files) COMPLETE
51622026-03-12T16:17:06.257Z[ recovery-image] Mar 12 16:17:05.116 INFO O| Mar 12 16:17:05.116 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632026-03-12T16:17:06.262Z[ recovery-image] Mar 12 16:17:05.123 INFO O| Mar 12 16:17:05.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
51642026-03-12T16:17:06.262Z[ recovery-image] Mar 12 16:17:05.123 INFO O| Mar 12 16:17:05.123 INFO STEP 133 (remove_files) COMPLETE
51652026-03-12T16:17:06.262Z[ recovery-image] Mar 12 16:17:05.123 INFO O| Mar 12 16:17:05.123 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662026-03-12T16:17:06.267Z[ recovery-image] Mar 12 16:17:05.131 INFO O| Mar 12 16:17:05.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
51672026-03-12T16:17:06.267Z[ recovery-image] Mar 12 16:17:05.132 INFO O| Mar 12 16:17:05.132 INFO STEP 134 (remove_files) COMPLETE
51682026-03-12T16:17:06.271Z[ recovery-image] Mar 12 16:17:05.132 INFO O| Mar 12 16:17:05.132 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692026-03-12T16:17:06.274Z[ recovery-image] Mar 12 16:17:05.138 INFO O| Mar 12 16:17:05.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
51702026-03-12T16:17:06.278Z[ recovery-image] Mar 12 16:17:05.138 INFO O| Mar 12 16:17:05.138 INFO STEP 135 (remove_files) COMPLETE
51712026-03-12T16:17:06.278Z[ recovery-image] Mar 12 16:17:05.138 INFO O| Mar 12 16:17:05.138 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722026-03-12T16:17:06.282Z[ recovery-image] Mar 12 16:17:05.145 INFO O| Mar 12 16:17:05.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
51732026-03-12T16:17:06.286Z[ recovery-image] Mar 12 16:17:05.146 INFO O| Mar 12 16:17:05.146 INFO STEP 136 (remove_files) COMPLETE
51742026-03-12T16:17:06.286Z[ recovery-image] Mar 12 16:17:05.146 INFO O| Mar 12 16:17:05.146 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752026-03-12T16:17:06.289Z[ recovery-image] Mar 12 16:17:05.153 INFO O| Mar 12 16:17:05.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
51762026-03-12T16:17:06.292Z[ recovery-image] Mar 12 16:17:05.154 INFO O| Mar 12 16:17:05.154 INFO STEP 137 (remove_files) COMPLETE
51772026-03-12T16:17:06.292Z[ recovery-image] Mar 12 16:17:05.154 INFO O| Mar 12 16:17:05.154 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782026-03-12T16:17:06.297Z[ recovery-image] Mar 12 16:17:05.161 INFO O| Mar 12 16:17:05.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack"
51792026-03-12T16:17:06.301Z[ recovery-image] Mar 12 16:17:05.162 INFO O| Mar 12 16:17:05.162 INFO STEP 138 (remove_files) COMPLETE
51802026-03-12T16:17:06.301Z[ recovery-image] Mar 12 16:17:05.162 INFO O| Mar 12 16:17:05.162 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812026-03-12T16:17:06.305Z[ recovery-image] Mar 12 16:17:05.169 INFO O| Mar 12 16:17:05.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
51822026-03-12T16:17:06.309Z[ recovery-image] Mar 12 16:17:05.169 INFO O| Mar 12 16:17:05.169 INFO STEP 139 (remove_files) COMPLETE
51832026-03-12T16:17:06.309Z[ recovery-image] Mar 12 16:17:05.169 INFO O| Mar 12 16:17:05.169 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842026-03-12T16:17:06.314Z[ recovery-image] Mar 12 16:17:05.175 INFO O| Mar 12 16:17:05.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
51852026-03-12T16:17:06.314Z[ recovery-image] Mar 12 16:17:05.175 INFO O| Mar 12 16:17:05.175 INFO STEP 140 (remove_files) COMPLETE
51862026-03-12T16:17:06.314Z[ recovery-image] Mar 12 16:17:05.175 INFO O| Mar 12 16:17:05.175 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872026-03-12T16:17:06.318Z[ recovery-image] Mar 12 16:17:05.182 INFO O| Mar 12 16:17:05.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
51882026-03-12T16:17:06.321Z[ recovery-image] Mar 12 16:17:05.182 INFO O| Mar 12 16:17:05.182 INFO STEP 141 (remove_files) COMPLETE
51892026-03-12T16:17:06.321Z[ recovery-image] Mar 12 16:17:05.182 INFO O| Mar 12 16:17:05.182 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902026-03-12T16:17:06.326Z[ recovery-image] Mar 12 16:17:05.190 INFO O| Mar 12 16:17:05.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
51912026-03-12T16:17:06.330Z[ recovery-image] Mar 12 16:17:05.190 INFO O| Mar 12 16:17:05.190 INFO STEP 142 (remove_files) COMPLETE
51922026-03-12T16:17:06.330Z[ recovery-image] Mar 12 16:17:05.190 INFO O| Mar 12 16:17:05.190 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932026-03-12T16:17:06.335Z[ recovery-image] Mar 12 16:17:05.198 INFO O| Mar 12 16:17:05.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
51942026-03-12T16:17:06.339Z[ recovery-image] Mar 12 16:17:05.198 INFO O| Mar 12 16:17:05.198 INFO STEP 143 (remove_files) COMPLETE
51952026-03-12T16:17:06.339Z[ recovery-image] Mar 12 16:17:05.198 INFO O| Mar 12 16:17:05.198 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962026-03-12T16:17:06.343Z[ recovery-image] Mar 12 16:17:05.205 INFO O| Mar 12 16:17:05.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
51972026-03-12T16:17:06.343Z[ recovery-image] Mar 12 16:17:05.205 INFO O| Mar 12 16:17:05.205 INFO STEP 144 (remove_files) COMPLETE
51982026-03-12T16:17:06.344Z[ recovery-image] Mar 12 16:17:05.205 INFO O| Mar 12 16:17:05.205 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992026-03-12T16:17:06.349Z[ recovery-image] Mar 12 16:17:05.213 INFO O| Mar 12 16:17:05.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
52002026-03-12T16:17:06.349Z[ recovery-image] Mar 12 16:17:05.213 INFO O| Mar 12 16:17:05.213 INFO STEP 145 (remove_files) COMPLETE
52012026-03-12T16:17:06.349Z[ recovery-image] Mar 12 16:17:05.213 INFO O| Mar 12 16:17:05.213 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022026-03-12T16:17:06.356Z[ recovery-image] Mar 12 16:17:05.220 INFO O| Mar 12 16:17:05.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
52032026-03-12T16:17:06.356Z[ recovery-image] Mar 12 16:17:05.220 INFO O| Mar 12 16:17:05.220 INFO STEP 146 (remove_files) COMPLETE
52042026-03-12T16:17:06.362Z[ recovery-image] Mar 12 16:17:05.220 INFO O| Mar 12 16:17:05.220 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052026-03-12T16:17:06.367Z[ recovery-image] Mar 12 16:17:05.227 INFO O| Mar 12 16:17:05.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
52062026-03-12T16:17:06.367Z[ recovery-image] Mar 12 16:17:05.227 INFO O| Mar 12 16:17:05.227 INFO STEP 147 (remove_files) COMPLETE
52072026-03-12T16:17:06.367Z[ recovery-image] Mar 12 16:17:05.227 INFO O| Mar 12 16:17:05.227 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082026-03-12T16:17:06.371Z[ recovery-image] Mar 12 16:17:05.234 INFO O| Mar 12 16:17:05.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
52092026-03-12T16:17:06.371Z[ recovery-image] Mar 12 16:17:05.235 INFO O| Mar 12 16:17:05.235 INFO STEP 148 (remove_files) COMPLETE
52102026-03-12T16:17:06.371Z[ recovery-image] Mar 12 16:17:05.235 INFO O| Mar 12 16:17:05.235 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112026-03-12T16:17:06.380Z[ recovery-image] Mar 12 16:17:05.244 INFO O| Mar 12 16:17:05.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
52122026-03-12T16:17:06.384Z[ recovery-image] Mar 12 16:17:05.244 INFO O| Mar 12 16:17:05.244 INFO STEP 149 (remove_files) COMPLETE
52132026-03-12T16:17:06.384Z[ recovery-image] Mar 12 16:17:05.244 INFO O| Mar 12 16:17:05.244 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142026-03-12T16:17:06.389Z[ recovery-image] Mar 12 16:17:05.252 INFO O| Mar 12 16:17:05.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
52152026-03-12T16:17:06.389Z[ recovery-image] Mar 12 16:17:05.252 INFO O| Mar 12 16:17:05.252 INFO STEP 150 (remove_files) COMPLETE
52162026-03-12T16:17:06.389Z[ recovery-image] Mar 12 16:17:05.252 INFO O| Mar 12 16:17:05.252 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172026-03-12T16:17:06.396Z[ recovery-image] Mar 12 16:17:05.259 INFO O| Mar 12 16:17:05.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
52182026-03-12T16:17:06.399Z[ recovery-image] Mar 12 16:17:05.259 INFO O| Mar 12 16:17:05.259 INFO STEP 151 (remove_files) COMPLETE
52192026-03-12T16:17:06.399Z[ recovery-image] Mar 12 16:17:05.259 INFO O| Mar 12 16:17:05.259 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202026-03-12T16:17:06.403Z[ recovery-image] Mar 12 16:17:05.266 INFO O| Mar 12 16:17:05.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
52212026-03-12T16:17:06.403Z[ recovery-image] Mar 12 16:17:05.266 INFO O| Mar 12 16:17:05.266 INFO STEP 152 (remove_files) COMPLETE
52222026-03-12T16:17:06.403Z[ recovery-image] Mar 12 16:17:05.266 INFO O| Mar 12 16:17:05.266 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232026-03-12T16:17:06.411Z[ recovery-image] Mar 12 16:17:05.275 INFO O| Mar 12 16:17:05.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
52242026-03-12T16:17:06.411Z[ recovery-image] Mar 12 16:17:05.275 INFO O| Mar 12 16:17:05.275 INFO STEP 153 (remove_files) COMPLETE
52252026-03-12T16:17:06.419Z[ recovery-image] Mar 12 16:17:05.275 INFO O| Mar 12 16:17:05.275 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262026-03-12T16:17:06.423Z[ recovery-image] Mar 12 16:17:05.282 INFO O| Mar 12 16:17:05.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
52272026-03-12T16:17:06.424Z[ recovery-image] Mar 12 16:17:05.282 INFO O| Mar 12 16:17:05.282 INFO STEP 154 (remove_files) COMPLETE
52282026-03-12T16:17:06.424Z[ recovery-image] Mar 12 16:17:05.282 INFO O| Mar 12 16:17:05.282 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292026-03-12T16:17:06.427Z[ recovery-image] Mar 12 16:17:05.289 INFO O| Mar 12 16:17:05.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
52302026-03-12T16:17:06.427Z[ recovery-image] Mar 12 16:17:05.289 INFO O| Mar 12 16:17:05.289 INFO STEP 155 (remove_files) COMPLETE
52312026-03-12T16:17:06.427Z[ recovery-image] Mar 12 16:17:05.289 INFO O| Mar 12 16:17:05.289 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322026-03-12T16:17:06.435Z[ recovery-image] Mar 12 16:17:05.298 INFO O| Mar 12 16:17:05.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
52332026-03-12T16:17:06.440Z[ recovery-image] Mar 12 16:17:05.298 INFO O| Mar 12 16:17:05.298 INFO STEP 156 (remove_files) COMPLETE
52342026-03-12T16:17:06.440Z[ recovery-image] Mar 12 16:17:05.298 INFO O| Mar 12 16:17:05.298 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352026-03-12T16:17:06.444Z[ recovery-image] Mar 12 16:17:05.304 INFO O| Mar 12 16:17:05.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
52362026-03-12T16:17:06.445Z[ recovery-image] Mar 12 16:17:05.304 INFO O| Mar 12 16:17:05.304 INFO STEP 157 (remove_files) COMPLETE
52372026-03-12T16:17:06.445Z[ recovery-image] Mar 12 16:17:05.304 INFO O| Mar 12 16:17:05.304 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382026-03-12T16:17:06.448Z[ recovery-image] Mar 12 16:17:05.312 INFO O| Mar 12 16:17:05.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
52392026-03-12T16:17:06.448Z[ recovery-image] Mar 12 16:17:05.312 INFO O| Mar 12 16:17:05.312 INFO STEP 158 (remove_files) COMPLETE
52402026-03-12T16:17:06.448Z[ recovery-image] Mar 12 16:17:05.312 INFO O| Mar 12 16:17:05.312 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412026-03-12T16:17:06.506Z[ recovery-image] Mar 12 16:17:05.319 INFO O| Mar 12 16:17:05.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
52422026-03-12T16:17:06.506Z[ recovery-image] Mar 12 16:17:05.320 INFO O| Mar 12 16:17:05.320 INFO STEP 159 (remove_files) COMPLETE
52432026-03-12T16:17:06.506Z[ recovery-image] Mar 12 16:17:05.320 INFO O| Mar 12 16:17:05.320 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442026-03-12T16:17:06.506Z[ recovery-image] Mar 12 16:17:05.326 INFO O| Mar 12 16:17:05.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
52452026-03-12T16:17:06.506Z[ recovery-image] Mar 12 16:17:05.326 INFO O| Mar 12 16:17:05.326 INFO STEP 160 (remove_files) COMPLETE
52462026-03-12T16:17:06.506Z[ recovery-image] Mar 12 16:17:05.326 INFO O| Mar 12 16:17:05.326 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472026-03-12T16:17:06.507Z[ recovery-image] Mar 12 16:17:05.333 INFO O| Mar 12 16:17:05.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
52482026-03-12T16:17:06.507Z[ recovery-image] Mar 12 16:17:05.333 INFO O| Mar 12 16:17:05.333 INFO STEP 161 (remove_files) COMPLETE
52492026-03-12T16:17:06.507Z[ recovery-image] Mar 12 16:17:05.333 INFO O| Mar 12 16:17:05.333 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502026-03-12T16:17:06.507Z[ recovery-image] Mar 12 16:17:05.341 INFO O| Mar 12 16:17:05.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
52512026-03-12T16:17:06.507Z[ recovery-image] Mar 12 16:17:05.342 INFO O| Mar 12 16:17:05.342 INFO STEP 162 (remove_files) COMPLETE
52522026-03-12T16:17:06.507Z[ recovery-image] Mar 12 16:17:05.342 INFO O| Mar 12 16:17:05.342 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532026-03-12T16:17:06.507Z[ recovery-image] Mar 12 16:17:05.348 INFO O| Mar 12 16:17:05.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
52542026-03-12T16:17:06.507Z[ recovery-image] Mar 12 16:17:05.348 INFO O| Mar 12 16:17:05.348 INFO STEP 163 (remove_files) COMPLETE
52552026-03-12T16:17:06.507Z[ recovery-image] Mar 12 16:17:05.348 INFO O| Mar 12 16:17:05.348 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562026-03-12T16:17:06.507Z[ recovery-image] Mar 12 16:17:05.355 INFO O| Mar 12 16:17:05.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
52572026-03-12T16:17:06.507Z[ recovery-image] Mar 12 16:17:05.356 INFO O| Mar 12 16:17:05.356 INFO STEP 164 (remove_files) COMPLETE
52582026-03-12T16:17:06.507Z[ recovery-image] Mar 12 16:17:05.356 INFO O| Mar 12 16:17:05.356 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592026-03-12T16:17:06.507Z[ recovery-image] Mar 12 16:17:05.363 INFO O| Mar 12 16:17:05.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
52602026-03-12T16:17:06.507Z[ recovery-image] Mar 12 16:17:05.363 INFO O| Mar 12 16:17:05.363 INFO STEP 165 (remove_files) COMPLETE
52612026-03-12T16:17:06.507Z[ recovery-image] Mar 12 16:17:05.363 INFO O| Mar 12 16:17:05.363 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622026-03-12T16:17:06.515Z[ recovery-image] Mar 12 16:17:05.372 INFO O| Mar 12 16:17:05.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
52632026-03-12T16:17:06.515Z[ recovery-image] Mar 12 16:17:05.372 INFO O| Mar 12 16:17:05.372 INFO STEP 166 (remove_files) COMPLETE
52642026-03-12T16:17:06.515Z[ recovery-image] Mar 12 16:17:05.372 INFO O| Mar 12 16:17:05.372 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652026-03-12T16:17:06.515Z[ recovery-image] Mar 12 16:17:05.379 INFO O| Mar 12 16:17:05.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
52662026-03-12T16:17:06.515Z[ recovery-image] Mar 12 16:17:05.379 INFO O| Mar 12 16:17:05.379 INFO STEP 167 (remove_files) COMPLETE
52672026-03-12T16:17:06.515Z[ recovery-image] Mar 12 16:17:05.379 INFO O| Mar 12 16:17:05.379 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682026-03-12T16:17:06.522Z[ recovery-image] Mar 12 16:17:05.386 INFO O| Mar 12 16:17:05.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
52692026-03-12T16:17:06.522Z[ recovery-image] Mar 12 16:17:05.386 INFO O| Mar 12 16:17:05.386 INFO STEP 168 (remove_files) COMPLETE
52702026-03-12T16:17:06.526Z[ recovery-image] Mar 12 16:17:05.386 INFO O| Mar 12 16:17:05.386 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712026-03-12T16:17:06.530Z[ recovery-image] Mar 12 16:17:05.394 INFO O| Mar 12 16:17:05.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
52722026-03-12T16:17:06.530Z[ recovery-image] Mar 12 16:17:05.394 INFO O| Mar 12 16:17:05.394 INFO STEP 169 (remove_files) COMPLETE
52732026-03-12T16:17:06.530Z[ recovery-image] Mar 12 16:17:05.394 INFO O| Mar 12 16:17:05.394 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742026-03-12T16:17:06.537Z[ recovery-image] Mar 12 16:17:05.401 INFO O| Mar 12 16:17:05.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
52752026-03-12T16:17:06.537Z[ recovery-image] Mar 12 16:17:05.401 INFO O| Mar 12 16:17:05.401 INFO STEP 170 (remove_files) COMPLETE
52762026-03-12T16:17:06.544Z[ recovery-image] Mar 12 16:17:05.401 INFO O| Mar 12 16:17:05.401 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772026-03-12T16:17:06.547Z[ recovery-image] Mar 12 16:17:05.409 INFO O| Mar 12 16:17:05.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
52782026-03-12T16:17:06.547Z[ recovery-image] Mar 12 16:17:05.409 INFO O| Mar 12 16:17:05.409 INFO STEP 171 (remove_files) COMPLETE
52792026-03-12T16:17:06.547Z[ recovery-image] Mar 12 16:17:05.409 INFO O| Mar 12 16:17:05.409 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802026-03-12T16:17:06.554Z[ recovery-image] Mar 12 16:17:05.417 INFO O| Mar 12 16:17:05.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
52812026-03-12T16:17:06.554Z[ recovery-image] Mar 12 16:17:05.417 INFO O| Mar 12 16:17:05.417 INFO STEP 172 (remove_files) COMPLETE
52822026-03-12T16:17:06.560Z[ recovery-image] Mar 12 16:17:05.417 INFO O| Mar 12 16:17:05.417 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832026-03-12T16:17:06.563Z[ recovery-image] Mar 12 16:17:05.425 INFO O| Mar 12 16:17:05.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
52842026-03-12T16:17:06.563Z[ recovery-image] Mar 12 16:17:05.425 INFO O| Mar 12 16:17:05.425 INFO STEP 173 (remove_files) COMPLETE
52852026-03-12T16:17:06.563Z[ recovery-image] Mar 12 16:17:05.425 INFO O| Mar 12 16:17:05.425 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862026-03-12T16:17:06.571Z[ recovery-image] Mar 12 16:17:05.435 INFO O| Mar 12 16:17:05.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
52872026-03-12T16:17:06.574Z[ recovery-image] Mar 12 16:17:05.435 INFO O| Mar 12 16:17:05.435 INFO STEP 174 (remove_files) COMPLETE
52882026-03-12T16:17:06.574Z[ recovery-image] Mar 12 16:17:05.435 INFO O| Mar 12 16:17:05.435 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892026-03-12T16:17:06.581Z[ recovery-image] Mar 12 16:17:05.443 INFO O| Mar 12 16:17:05.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
52902026-03-12T16:17:06.581Z[ recovery-image] Mar 12 16:17:05.443 INFO O| Mar 12 16:17:05.443 INFO STEP 175 (remove_files) COMPLETE
52912026-03-12T16:17:06.584Z[ recovery-image] Mar 12 16:17:05.443 INFO O| Mar 12 16:17:05.443 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922026-03-12T16:17:06.589Z[ recovery-image] Mar 12 16:17:05.451 INFO O| Mar 12 16:17:05.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
52932026-03-12T16:17:06.589Z[ recovery-image] Mar 12 16:17:05.451 INFO O| Mar 12 16:17:05.451 INFO STEP 176 (remove_files) COMPLETE
52942026-03-12T16:17:06.589Z[ recovery-image] Mar 12 16:17:05.451 INFO O| Mar 12 16:17:05.451 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952026-03-12T16:17:06.593Z[ recovery-image] Mar 12 16:17:05.457 INFO O| Mar 12 16:17:05.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
52962026-03-12T16:17:06.597Z[ recovery-image] Mar 12 16:17:05.458 INFO O| Mar 12 16:17:05.458 INFO STEP 177 (remove_files) COMPLETE
52972026-03-12T16:17:06.597Z[ recovery-image] Mar 12 16:17:05.458 INFO O| Mar 12 16:17:05.458 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982026-03-12T16:17:06.601Z[ recovery-image] Mar 12 16:17:05.464 INFO O| Mar 12 16:17:05.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
52992026-03-12T16:17:06.601Z[ recovery-image] Mar 12 16:17:05.464 INFO O| Mar 12 16:17:05.464 INFO STEP 178 (remove_files) COMPLETE
53002026-03-12T16:17:06.601Z[ recovery-image] Mar 12 16:17:05.464 INFO O| Mar 12 16:17:05.464 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012026-03-12T16:17:06.608Z[ recovery-image] Mar 12 16:17:05.471 INFO O| Mar 12 16:17:05.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
53022026-03-12T16:17:06.608Z[ recovery-image] Mar 12 16:17:05.471 INFO O| Mar 12 16:17:05.471 INFO STEP 179 (remove_files) COMPLETE
53032026-03-12T16:17:06.608Z[ recovery-image] Mar 12 16:17:05.471 INFO O| Mar 12 16:17:05.471 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042026-03-12T16:17:06.616Z[ recovery-image] Mar 12 16:17:05.480 INFO O| Mar 12 16:17:05.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
53052026-03-12T16:17:06.616Z[ recovery-image] Mar 12 16:17:05.480 INFO O| Mar 12 16:17:05.480 INFO STEP 180 (remove_files) COMPLETE
53062026-03-12T16:17:06.620Z[ recovery-image] Mar 12 16:17:05.480 INFO O| Mar 12 16:17:05.480 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072026-03-12T16:17:06.625Z[ recovery-image] Mar 12 16:17:05.488 INFO O| Mar 12 16:17:05.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
53082026-03-12T16:17:06.629Z[ recovery-image] Mar 12 16:17:05.489 INFO O| Mar 12 16:17:05.489 INFO STEP 181 (remove_files) COMPLETE
53092026-03-12T16:17:06.629Z[ recovery-image] Mar 12 16:17:05.489 INFO O| Mar 12 16:17:05.489 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102026-03-12T16:17:06.634Z[ recovery-image] Mar 12 16:17:05.498 INFO O| Mar 12 16:17:05.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
53112026-03-12T16:17:06.643Z[ recovery-image] Mar 12 16:17:05.498 INFO O| Mar 12 16:17:05.498 INFO STEP 182 (remove_files) COMPLETE
53122026-03-12T16:17:06.643Z[ recovery-image] Mar 12 16:17:05.498 INFO O| Mar 12 16:17:05.498 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132026-03-12T16:17:06.647Z[ recovery-image] Mar 12 16:17:05.507 INFO O| Mar 12 16:17:05.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
53142026-03-12T16:17:06.647Z[ recovery-image] Mar 12 16:17:05.507 INFO O| Mar 12 16:17:05.507 INFO STEP 183 (remove_files) COMPLETE
53152026-03-12T16:17:06.647Z[ recovery-image] Mar 12 16:17:05.507 INFO O| Mar 12 16:17:05.507 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162026-03-12T16:17:06.653Z[ recovery-image] Mar 12 16:17:05.516 INFO O| Mar 12 16:17:05.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
53172026-03-12T16:17:06.656Z[ recovery-image] Mar 12 16:17:05.516 INFO O| Mar 12 16:17:05.516 INFO STEP 184 (remove_files) COMPLETE
53182026-03-12T16:17:06.656Z[ recovery-image] Mar 12 16:17:05.516 INFO O| Mar 12 16:17:05.516 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192026-03-12T16:17:06.661Z[ recovery-image] Mar 12 16:17:05.525 INFO O| Mar 12 16:17:05.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
53202026-03-12T16:17:06.665Z[ recovery-image] Mar 12 16:17:05.525 INFO O| Mar 12 16:17:05.525 INFO STEP 185 (remove_files) COMPLETE
53212026-03-12T16:17:06.665Z[ recovery-image] Mar 12 16:17:05.525 INFO O| Mar 12 16:17:05.525 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222026-03-12T16:17:06.671Z[ recovery-image] Mar 12 16:17:05.534 INFO O| Mar 12 16:17:05.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
53232026-03-12T16:17:06.675Z[ recovery-image] Mar 12 16:17:05.534 INFO O| Mar 12 16:17:05.534 INFO STEP 186 (remove_files) COMPLETE
53242026-03-12T16:17:06.675Z[ recovery-image] Mar 12 16:17:05.534 INFO O| Mar 12 16:17:05.534 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252026-03-12T16:17:06.679Z[ recovery-image] Mar 12 16:17:05.542 INFO O| Mar 12 16:17:05.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
53262026-03-12T16:17:06.679Z[ recovery-image] Mar 12 16:17:05.542 INFO O| Mar 12 16:17:05.542 INFO STEP 187 (remove_files) COMPLETE
53272026-03-12T16:17:06.679Z[ recovery-image] Mar 12 16:17:05.542 INFO O| Mar 12 16:17:05.542 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282026-03-12T16:17:06.685Z[ recovery-image] Mar 12 16:17:05.549 INFO O| Mar 12 16:17:05.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
53292026-03-12T16:17:06.688Z[ recovery-image] Mar 12 16:17:05.549 INFO O| Mar 12 16:17:05.549 INFO STEP 188 (remove_files) COMPLETE
53302026-03-12T16:17:06.688Z[ recovery-image] Mar 12 16:17:05.549 INFO O| Mar 12 16:17:05.549 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312026-03-12T16:17:06.693Z[ recovery-image] Mar 12 16:17:05.555 INFO O| Mar 12 16:17:05.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
53322026-03-12T16:17:06.693Z[ recovery-image] Mar 12 16:17:05.555 INFO O| Mar 12 16:17:05.555 INFO STEP 189 (remove_files) COMPLETE
53332026-03-12T16:17:06.693Z[ recovery-image] Mar 12 16:17:05.555 INFO O| Mar 12 16:17:05.555 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342026-03-12T16:17:06.698Z[ recovery-image] Mar 12 16:17:05.562 INFO O| Mar 12 16:17:05.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
53352026-03-12T16:17:06.702Z[ recovery-image] Mar 12 16:17:05.562 INFO O| Mar 12 16:17:05.562 INFO STEP 190 (remove_files) COMPLETE
53362026-03-12T16:17:06.702Z[ recovery-image] Mar 12 16:17:05.562 INFO O| Mar 12 16:17:05.562 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372026-03-12T16:17:06.708Z[ recovery-image] Mar 12 16:17:05.572 INFO O| Mar 12 16:17:05.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
53382026-03-12T16:17:06.708Z[ recovery-image] Mar 12 16:17:05.572 INFO O| Mar 12 16:17:05.572 INFO STEP 191 (remove_files) COMPLETE
53392026-03-12T16:17:06.712Z[ recovery-image] Mar 12 16:17:05.572 INFO O| Mar 12 16:17:05.572 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402026-03-12T16:17:06.716Z[ recovery-image] Mar 12 16:17:05.580 INFO O| Mar 12 16:17:05.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
53412026-03-12T16:17:06.721Z[ recovery-image] Mar 12 16:17:05.580 INFO O| Mar 12 16:17:05.580 INFO STEP 192 (remove_files) COMPLETE
53422026-03-12T16:17:06.721Z[ recovery-image] Mar 12 16:17:05.580 INFO O| Mar 12 16:17:05.580 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432026-03-12T16:17:06.725Z[ recovery-image] Mar 12 16:17:05.589 INFO O| Mar 12 16:17:05.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
53442026-03-12T16:17:06.725Z[ recovery-image] Mar 12 16:17:05.589 INFO O| Mar 12 16:17:05.589 INFO STEP 193 (remove_files) COMPLETE
53452026-03-12T16:17:06.729Z[ recovery-image] Mar 12 16:17:05.589 INFO O| Mar 12 16:17:05.589 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462026-03-12T16:17:06.734Z[ recovery-image] Mar 12 16:17:05.598 INFO O| Mar 12 16:17:05.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
53472026-03-12T16:17:06.737Z[ recovery-image] Mar 12 16:17:05.598 INFO O| Mar 12 16:17:05.598 INFO STEP 194 (remove_files) COMPLETE
53482026-03-12T16:17:06.737Z[ recovery-image] Mar 12 16:17:05.598 INFO O| Mar 12 16:17:05.598 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492026-03-12T16:17:06.741Z[ recovery-image] Mar 12 16:17:05.605 INFO O| Mar 12 16:17:05.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
53502026-03-12T16:17:06.742Z[ recovery-image] Mar 12 16:17:05.605 INFO O| Mar 12 16:17:05.605 INFO STEP 195 (remove_files) COMPLETE
53512026-03-12T16:17:06.742Z[ recovery-image] Mar 12 16:17:05.605 INFO O| Mar 12 16:17:05.605 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522026-03-12T16:17:06.748Z[ recovery-image] Mar 12 16:17:05.612 INFO O| Mar 12 16:17:05.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
53532026-03-12T16:17:06.752Z[ recovery-image] Mar 12 16:17:05.612 INFO O| Mar 12 16:17:05.612 INFO STEP 196 (remove_files) COMPLETE
53542026-03-12T16:17:06.752Z[ recovery-image] Mar 12 16:17:05.612 INFO O| Mar 12 16:17:05.612 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552026-03-12T16:17:06.758Z[ recovery-image] Mar 12 16:17:05.622 INFO O| Mar 12 16:17:05.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
53562026-03-12T16:17:06.762Z[ recovery-image] Mar 12 16:17:05.622 INFO O| Mar 12 16:17:05.622 INFO STEP 197 (remove_files) COMPLETE
53572026-03-12T16:17:06.762Z[ recovery-image] Mar 12 16:17:05.622 INFO O| Mar 12 16:17:05.622 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582026-03-12T16:17:06.766Z[ recovery-image] Mar 12 16:17:05.629 INFO O| Mar 12 16:17:05.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
53592026-03-12T16:17:06.766Z[ recovery-image] Mar 12 16:17:05.629 INFO O| Mar 12 16:17:05.629 INFO STEP 198 (remove_files) COMPLETE
53602026-03-12T16:17:06.766Z[ recovery-image] Mar 12 16:17:05.629 INFO O| Mar 12 16:17:05.629 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612026-03-12T16:17:06.774Z[ recovery-image] Mar 12 16:17:05.638 INFO O| Mar 12 16:17:05.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
53622026-03-12T16:17:06.774Z[ recovery-image] Mar 12 16:17:05.638 INFO O| Mar 12 16:17:05.638 INFO STEP 199 (remove_files) COMPLETE
53632026-03-12T16:17:06.778Z[ recovery-image] Mar 12 16:17:05.638 INFO O| Mar 12 16:17:05.638 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642026-03-12T16:17:06.784Z[ recovery-image] Mar 12 16:17:05.647 INFO O| Mar 12 16:17:05.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
53652026-03-12T16:17:06.784Z[ recovery-image] Mar 12 16:17:05.647 INFO O| Mar 12 16:17:05.647 INFO STEP 200 (remove_files) COMPLETE
53662026-03-12T16:17:06.788Z[ recovery-image] Mar 12 16:17:05.647 INFO O| Mar 12 16:17:05.647 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672026-03-12T16:17:06.793Z[ recovery-image] Mar 12 16:17:05.656 INFO O| Mar 12 16:17:05.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
53682026-03-12T16:17:06.793Z[ recovery-image] Mar 12 16:17:05.656 INFO O| Mar 12 16:17:05.656 INFO STEP 201 (remove_files) COMPLETE
53692026-03-12T16:17:06.793Z[ recovery-image] Mar 12 16:17:05.656 INFO O| Mar 12 16:17:05.656 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702026-03-12T16:17:06.801Z[ recovery-image] Mar 12 16:17:05.665 INFO O| Mar 12 16:17:05.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
53712026-03-12T16:17:06.801Z[ recovery-image] Mar 12 16:17:05.665 INFO O| Mar 12 16:17:05.665 INFO STEP 202 (remove_files) COMPLETE
53722026-03-12T16:17:06.801Z[ recovery-image] Mar 12 16:17:05.665 INFO O| Mar 12 16:17:05.665 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732026-03-12T16:17:06.811Z[ recovery-image] Mar 12 16:17:05.674 INFO O| Mar 12 16:17:05.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
53742026-03-12T16:17:06.811Z[ recovery-image] Mar 12 16:17:05.674 INFO O| Mar 12 16:17:05.674 INFO STEP 203 (remove_files) COMPLETE
53752026-03-12T16:17:06.816Z[ recovery-image] Mar 12 16:17:05.674 INFO O| Mar 12 16:17:05.674 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762026-03-12T16:17:06.820Z[ recovery-image] Mar 12 16:17:05.681 INFO O| Mar 12 16:17:05.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
53772026-03-12T16:17:06.820Z[ recovery-image] Mar 12 16:17:05.681 INFO O| Mar 12 16:17:05.681 INFO STEP 204 (remove_files) COMPLETE
53782026-03-12T16:17:06.820Z[ recovery-image] Mar 12 16:17:05.681 INFO O| Mar 12 16:17:05.681 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792026-03-12T16:17:06.826Z[ recovery-image] Mar 12 16:17:05.690 INFO O| Mar 12 16:17:05.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
53802026-03-12T16:17:06.826Z[ recovery-image] Mar 12 16:17:05.690 INFO O| Mar 12 16:17:05.690 INFO STEP 205 (remove_files) COMPLETE
53812026-03-12T16:17:06.826Z[ recovery-image] Mar 12 16:17:05.690 INFO O| Mar 12 16:17:05.690 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822026-03-12T16:17:06.835Z[ recovery-image] Mar 12 16:17:05.699 INFO O| Mar 12 16:17:05.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
53832026-03-12T16:17:06.835Z[ recovery-image] Mar 12 16:17:05.699 INFO O| Mar 12 16:17:05.699 INFO STEP 206 (remove_files) COMPLETE
53842026-03-12T16:17:06.835Z[ recovery-image] Mar 12 16:17:05.699 INFO O| Mar 12 16:17:05.699 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852026-03-12T16:17:06.844Z[ recovery-image] Mar 12 16:17:05.708 INFO O| Mar 12 16:17:05.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
53862026-03-12T16:17:06.844Z[ recovery-image] Mar 12 16:17:05.708 INFO O| Mar 12 16:17:05.708 INFO STEP 207 (remove_files) COMPLETE
53872026-03-12T16:17:06.848Z[ recovery-image] Mar 12 16:17:05.708 INFO O| Mar 12 16:17:05.708 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882026-03-12T16:17:06.852Z[ recovery-image] Mar 12 16:17:05.716 INFO O| Mar 12 16:17:05.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
53892026-03-12T16:17:06.852Z[ recovery-image] Mar 12 16:17:05.716 INFO O| Mar 12 16:17:05.716 INFO STEP 208 (remove_files) COMPLETE
53902026-03-12T16:17:06.852Z[ recovery-image] Mar 12 16:17:05.716 INFO O| Mar 12 16:17:05.716 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912026-03-12T16:17:06.859Z[ recovery-image] Mar 12 16:17:05.722 INFO O| Mar 12 16:17:05.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
53922026-03-12T16:17:06.859Z[ recovery-image] Mar 12 16:17:05.722 INFO O| Mar 12 16:17:05.722 INFO STEP 209 (remove_files) COMPLETE
53932026-03-12T16:17:06.859Z[ recovery-image] Mar 12 16:17:05.722 INFO O| Mar 12 16:17:05.722 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942026-03-12T16:17:06.866Z[ recovery-image] Mar 12 16:17:05.729 INFO O| Mar 12 16:17:05.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
53952026-03-12T16:17:06.870Z[ recovery-image] Mar 12 16:17:05.729 INFO O| Mar 12 16:17:05.729 INFO STEP 210 (remove_files) COMPLETE
53962026-03-12T16:17:06.870Z[ recovery-image] Mar 12 16:17:05.729 INFO O| Mar 12 16:17:05.729 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972026-03-12T16:17:06.873Z[ recovery-image] Mar 12 16:17:05.735 INFO O| Mar 12 16:17:05.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
53982026-03-12T16:17:06.873Z[ recovery-image] Mar 12 16:17:05.736 INFO O| Mar 12 16:17:05.736 INFO STEP 211 (remove_files) COMPLETE
53992026-03-12T16:17:06.873Z[ recovery-image] Mar 12 16:17:05.736 INFO O| Mar 12 16:17:05.736 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002026-03-12T16:17:06.879Z[ recovery-image] Mar 12 16:17:05.743 INFO O| Mar 12 16:17:05.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
54012026-03-12T16:17:06.884Z[ recovery-image] Mar 12 16:17:05.743 INFO O| Mar 12 16:17:05.743 INFO STEP 212 (remove_files) COMPLETE
54022026-03-12T16:17:06.884Z[ recovery-image] Mar 12 16:17:05.743 INFO O| Mar 12 16:17:05.743 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032026-03-12T16:17:06.889Z[ recovery-image] Mar 12 16:17:05.752 INFO O| Mar 12 16:17:05.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
54042026-03-12T16:17:06.889Z[ recovery-image] Mar 12 16:17:05.752 INFO O| Mar 12 16:17:05.752 INFO STEP 213 (remove_files) COMPLETE
54052026-03-12T16:17:06.892Z[ recovery-image] Mar 12 16:17:05.753 INFO O| Mar 12 16:17:05.752 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062026-03-12T16:17:06.897Z[ recovery-image] Mar 12 16:17:05.761 INFO O| Mar 12 16:17:05.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
54072026-03-12T16:17:06.902Z[ recovery-image] Mar 12 16:17:05.761 INFO O| Mar 12 16:17:05.761 INFO STEP 214 (remove_files) COMPLETE
54082026-03-12T16:17:06.902Z[ recovery-image] Mar 12 16:17:05.761 INFO O| Mar 12 16:17:05.761 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092026-03-12T16:17:06.907Z[ recovery-image] Mar 12 16:17:05.770 INFO O| Mar 12 16:17:05.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
54102026-03-12T16:17:06.907Z[ recovery-image] Mar 12 16:17:05.770 INFO O| Mar 12 16:17:05.770 INFO STEP 215 (remove_files) COMPLETE
54112026-03-12T16:17:06.910Z[ recovery-image] Mar 12 16:17:05.770 INFO O| Mar 12 16:17:05.770 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122026-03-12T16:17:06.914Z[ recovery-image] Mar 12 16:17:05.777 INFO O| Mar 12 16:17:05.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
54132026-03-12T16:17:06.914Z[ recovery-image] Mar 12 16:17:05.777 INFO O| Mar 12 16:17:05.777 INFO STEP 216 (remove_files) COMPLETE
54142026-03-12T16:17:06.914Z[ recovery-image] Mar 12 16:17:05.777 INFO O| Mar 12 16:17:05.777 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152026-03-12T16:17:06.921Z[ recovery-image] Mar 12 16:17:05.785 INFO O| Mar 12 16:17:05.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
54162026-03-12T16:17:06.927Z[ recovery-image] Mar 12 16:17:05.785 INFO O| Mar 12 16:17:05.785 INFO STEP 217 (remove_files) COMPLETE
54172026-03-12T16:17:06.927Z[ recovery-image] Mar 12 16:17:05.785 INFO O| Mar 12 16:17:05.785 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182026-03-12T16:17:06.930Z[ recovery-image] Mar 12 16:17:05.794 INFO O| Mar 12 16:17:05.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
54192026-03-12T16:17:06.930Z[ recovery-image] Mar 12 16:17:05.794 INFO O| Mar 12 16:17:05.794 INFO STEP 218 (remove_files) COMPLETE
54202026-03-12T16:17:06.930Z[ recovery-image] Mar 12 16:17:05.794 INFO O| Mar 12 16:17:05.794 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212026-03-12T16:17:06.938Z[ recovery-image] Mar 12 16:17:05.802 INFO O| Mar 12 16:17:05.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
54222026-03-12T16:17:06.941Z[ recovery-image] Mar 12 16:17:05.802 INFO O| Mar 12 16:17:05.802 INFO STEP 219 (remove_files) COMPLETE
54232026-03-12T16:17:06.941Z[ recovery-image] Mar 12 16:17:05.802 INFO O| Mar 12 16:17:05.802 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242026-03-12T16:17:06.945Z[ recovery-image] Mar 12 16:17:05.809 INFO O| Mar 12 16:17:05.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
54252026-03-12T16:17:06.951Z[ recovery-image] Mar 12 16:17:05.810 INFO O| Mar 12 16:17:05.810 INFO STEP 220 (remove_files) COMPLETE
54262026-03-12T16:17:06.951Z[ recovery-image] Mar 12 16:17:05.810 INFO O| Mar 12 16:17:05.810 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272026-03-12T16:17:06.955Z[ recovery-image] Mar 12 16:17:05.819 INFO O| Mar 12 16:17:05.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
54282026-03-12T16:17:06.955Z[ recovery-image] Mar 12 16:17:05.819 INFO O| Mar 12 16:17:05.819 INFO STEP 221 (remove_files) COMPLETE
54292026-03-12T16:17:06.959Z[ recovery-image] Mar 12 16:17:05.819 INFO O| Mar 12 16:17:05.819 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302026-03-12T16:17:06.963Z[ recovery-image] Mar 12 16:17:05.827 INFO O| Mar 12 16:17:05.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
54312026-03-12T16:17:06.967Z[ recovery-image] Mar 12 16:17:05.828 INFO O| Mar 12 16:17:05.828 INFO STEP 222 (remove_files) COMPLETE
54322026-03-12T16:17:06.967Z[ recovery-image] Mar 12 16:17:05.828 INFO O| Mar 12 16:17:05.828 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332026-03-12T16:17:06.973Z[ recovery-image] Mar 12 16:17:05.835 INFO O| Mar 12 16:17:05.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
54342026-03-12T16:17:06.973Z[ recovery-image] Mar 12 16:17:05.835 INFO O| Mar 12 16:17:05.835 INFO STEP 223 (remove_files) COMPLETE
54352026-03-12T16:17:06.973Z[ recovery-image] Mar 12 16:17:05.835 INFO O| Mar 12 16:17:05.835 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362026-03-12T16:17:06.978Z[ recovery-image] Mar 12 16:17:05.842 INFO O| Mar 12 16:17:05.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
54372026-03-12T16:17:06.978Z[ recovery-image] Mar 12 16:17:05.842 INFO O| Mar 12 16:17:05.842 INFO STEP 224 (remove_files) COMPLETE
54382026-03-12T16:17:06.982Z[ recovery-image] Mar 12 16:17:05.842 INFO O| Mar 12 16:17:05.842 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392026-03-12T16:17:06.986Z[ recovery-image] Mar 12 16:17:05.850 INFO O| Mar 12 16:17:05.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
54402026-03-12T16:17:06.986Z[ recovery-image] Mar 12 16:17:05.850 INFO O| Mar 12 16:17:05.850 INFO STEP 225 (remove_files) COMPLETE
54412026-03-12T16:17:06.989Z[ recovery-image] Mar 12 16:17:05.850 INFO O| Mar 12 16:17:05.850 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422026-03-12T16:17:06.994Z[ recovery-image] Mar 12 16:17:05.857 INFO O| Mar 12 16:17:05.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
54432026-03-12T16:17:06.998Z[ recovery-image] Mar 12 16:17:05.857 INFO O| Mar 12 16:17:05.857 INFO STEP 226 (remove_files) COMPLETE
54442026-03-12T16:17:06.998Z[ recovery-image] Mar 12 16:17:05.857 INFO O| Mar 12 16:17:05.857 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452026-03-12T16:17:07.002Z[ recovery-image] Mar 12 16:17:05.865 INFO O| Mar 12 16:17:05.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
54462026-03-12T16:17:07.002Z[ recovery-image] Mar 12 16:17:05.865 INFO O| Mar 12 16:17:05.865 INFO STEP 227 (remove_files) COMPLETE
54472026-03-12T16:17:07.002Z[ recovery-image] Mar 12 16:17:05.865 INFO O| Mar 12 16:17:05.865 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482026-03-12T16:17:07.010Z[ recovery-image] Mar 12 16:17:05.874 INFO O| Mar 12 16:17:05.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
54492026-03-12T16:17:07.011Z[ recovery-image] Mar 12 16:17:05.874 INFO O| Mar 12 16:17:05.874 INFO STEP 228 (remove_files) COMPLETE
54502026-03-12T16:17:07.014Z[ recovery-image] Mar 12 16:17:05.874 INFO O| Mar 12 16:17:05.874 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512026-03-12T16:17:07.019Z[ recovery-image] Mar 12 16:17:05.881 INFO O| Mar 12 16:17:05.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
54522026-03-12T16:17:07.019Z[ recovery-image] Mar 12 16:17:05.881 INFO O| Mar 12 16:17:05.881 INFO STEP 229 (remove_files) COMPLETE
54532026-03-12T16:17:07.019Z[ recovery-image] Mar 12 16:17:05.881 INFO O| Mar 12 16:17:05.881 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542026-03-12T16:17:07.025Z[ recovery-image] Mar 12 16:17:05.889 INFO O| Mar 12 16:17:05.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
54552026-03-12T16:17:07.025Z[ recovery-image] Mar 12 16:17:05.889 INFO O| Mar 12 16:17:05.889 INFO STEP 230 (remove_files) COMPLETE
54562026-03-12T16:17:07.028Z[ recovery-image] Mar 12 16:17:05.889 INFO O| Mar 12 16:17:05.889 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572026-03-12T16:17:07.032Z[ recovery-image] Mar 12 16:17:05.896 INFO O| Mar 12 16:17:05.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
54582026-03-12T16:17:07.032Z[ recovery-image] Mar 12 16:17:05.896 INFO O| Mar 12 16:17:05.896 INFO STEP 231 (remove_files) COMPLETE
54592026-03-12T16:17:07.032Z[ recovery-image] Mar 12 16:17:05.896 INFO O| Mar 12 16:17:05.896 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602026-03-12T16:17:07.039Z[ recovery-image] Mar 12 16:17:05.904 INFO O| Mar 12 16:17:05.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
54612026-03-12T16:17:07.040Z[ recovery-image] Mar 12 16:17:05.904 INFO O| Mar 12 16:17:05.904 INFO STEP 232 (remove_files) COMPLETE
54622026-03-12T16:17:07.044Z[ recovery-image] Mar 12 16:17:05.904 INFO O| Mar 12 16:17:05.904 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632026-03-12T16:17:07.048Z[ recovery-image] Mar 12 16:17:05.911 INFO O| Mar 12 16:17:05.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
54642026-03-12T16:17:07.049Z[ recovery-image] Mar 12 16:17:05.911 INFO O| Mar 12 16:17:05.911 INFO STEP 233 (remove_files) COMPLETE
54652026-03-12T16:17:07.049Z[ recovery-image] Mar 12 16:17:05.911 INFO O| Mar 12 16:17:05.911 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662026-03-12T16:17:07.055Z[ recovery-image] Mar 12 16:17:05.918 INFO O| Mar 12 16:17:05.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
54672026-03-12T16:17:07.055Z[ recovery-image] Mar 12 16:17:05.918 INFO O| Mar 12 16:17:05.918 INFO STEP 234 (remove_files) COMPLETE
54682026-03-12T16:17:07.058Z[ recovery-image] Mar 12 16:17:05.918 INFO O| Mar 12 16:17:05.918 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692026-03-12T16:17:07.062Z[ recovery-image] Mar 12 16:17:05.926 INFO O| Mar 12 16:17:05.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
54702026-03-12T16:17:07.062Z[ recovery-image] Mar 12 16:17:05.926 INFO O| Mar 12 16:17:05.926 INFO STEP 235 (remove_files) COMPLETE
54712026-03-12T16:17:07.062Z[ recovery-image] Mar 12 16:17:05.926 INFO O| Mar 12 16:17:05.926 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722026-03-12T16:17:07.069Z[ recovery-image] Mar 12 16:17:05.933 INFO O| Mar 12 16:17:05.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
54732026-03-12T16:17:07.069Z[ recovery-image] Mar 12 16:17:05.933 INFO O| Mar 12 16:17:05.933 INFO STEP 236 (remove_files) COMPLETE
54742026-03-12T16:17:07.074Z[ recovery-image] Mar 12 16:17:05.933 INFO O| Mar 12 16:17:05.933 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752026-03-12T16:17:07.079Z[ recovery-image] Mar 12 16:17:05.943 INFO O| Mar 12 16:17:05.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
54762026-03-12T16:17:07.083Z[ recovery-image] Mar 12 16:17:05.943 INFO O| Mar 12 16:17:05.943 INFO STEP 237 (remove_files) COMPLETE
54772026-03-12T16:17:07.083Z[ recovery-image] Mar 12 16:17:05.943 INFO O| Mar 12 16:17:05.943 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782026-03-12T16:17:07.088Z[ recovery-image] Mar 12 16:17:05.952 INFO O| Mar 12 16:17:05.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
54792026-03-12T16:17:07.088Z[ recovery-image] Mar 12 16:17:05.952 INFO O| Mar 12 16:17:05.952 INFO STEP 238 (remove_files) COMPLETE
54802026-03-12T16:17:07.094Z[ recovery-image] Mar 12 16:17:05.952 INFO O| Mar 12 16:17:05.952 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812026-03-12T16:17:07.098Z[ recovery-image] Mar 12 16:17:05.960 INFO O| Mar 12 16:17:05.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
54822026-03-12T16:17:07.098Z[ recovery-image] Mar 12 16:17:05.960 INFO O| Mar 12 16:17:05.960 INFO STEP 239 (remove_files) COMPLETE
54832026-03-12T16:17:07.098Z[ recovery-image] Mar 12 16:17:05.960 INFO O| Mar 12 16:17:05.960 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842026-03-12T16:17:07.103Z[ recovery-image] Mar 12 16:17:05.967 INFO O| Mar 12 16:17:05.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
54852026-03-12T16:17:07.103Z[ recovery-image] Mar 12 16:17:05.967 INFO O| Mar 12 16:17:05.967 INFO STEP 240 (remove_files) COMPLETE
54862026-03-12T16:17:07.107Z[ recovery-image] Mar 12 16:17:05.967 INFO O| Mar 12 16:17:05.967 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872026-03-12T16:17:07.113Z[ recovery-image] Mar 12 16:17:05.976 INFO O| Mar 12 16:17:05.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
54882026-03-12T16:17:07.119Z[ recovery-image] Mar 12 16:17:05.977 INFO O| Mar 12 16:17:05.977 INFO STEP 241 (remove_files) COMPLETE
54892026-03-12T16:17:07.119Z[ recovery-image] Mar 12 16:17:05.977 INFO O| Mar 12 16:17:05.977 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902026-03-12T16:17:07.124Z[ recovery-image] Mar 12 16:17:05.985 INFO O| Mar 12 16:17:05.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
54912026-03-12T16:17:07.124Z[ recovery-image] Mar 12 16:17:05.985 INFO O| Mar 12 16:17:05.985 INFO STEP 242 (remove_files) COMPLETE
54922026-03-12T16:17:07.124Z[ recovery-image] Mar 12 16:17:05.985 INFO O| Mar 12 16:17:05.985 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932026-03-12T16:17:07.129Z[ recovery-image] Mar 12 16:17:05.992 INFO O| Mar 12 16:17:05.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
54942026-03-12T16:17:07.129Z[ recovery-image] Mar 12 16:17:05.993 INFO O| Mar 12 16:17:05.993 INFO STEP 243 (remove_files) COMPLETE
54952026-03-12T16:17:07.132Z[ recovery-image] Mar 12 16:17:05.993 INFO O| Mar 12 16:17:05.993 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962026-03-12T16:17:07.138Z[ recovery-image] Mar 12 16:17:06.002 INFO O| Mar 12 16:17:06.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
54972026-03-12T16:17:07.142Z[ recovery-image] Mar 12 16:17:06.002 INFO O| Mar 12 16:17:06.002 INFO STEP 244 (remove_files) COMPLETE
54982026-03-12T16:17:07.142Z[ recovery-image] Mar 12 16:17:06.002 INFO O| Mar 12 16:17:06.002 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992026-03-12T16:17:07.148Z[ recovery-image] Mar 12 16:17:06.011 INFO O| Mar 12 16:17:06.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
55002026-03-12T16:17:07.148Z[ recovery-image] Mar 12 16:17:06.011 INFO O| Mar 12 16:17:06.011 INFO STEP 245 (remove_files) COMPLETE
55012026-03-12T16:17:07.153Z[ recovery-image] Mar 12 16:17:06.011 INFO O| Mar 12 16:17:06.011 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022026-03-12T16:17:07.156Z[ recovery-image] Mar 12 16:17:06.020 INFO O| Mar 12 16:17:06.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
55032026-03-12T16:17:07.156Z[ recovery-image] Mar 12 16:17:06.020 INFO O| Mar 12 16:17:06.020 INFO STEP 246 (remove_files) COMPLETE
55042026-03-12T16:17:07.159Z[ recovery-image] Mar 12 16:17:06.020 INFO O| Mar 12 16:17:06.020 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052026-03-12T16:17:07.165Z[ recovery-image] Mar 12 16:17:06.028 INFO O| Mar 12 16:17:06.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
55062026-03-12T16:17:07.165Z[ recovery-image] Mar 12 16:17:06.029 INFO O| Mar 12 16:17:06.028 INFO STEP 247 (remove_files) COMPLETE
55072026-03-12T16:17:07.165Z[ recovery-image] Mar 12 16:17:06.029 INFO O| Mar 12 16:17:06.029 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082026-03-12T16:17:07.172Z[ recovery-image] Mar 12 16:17:06.036 INFO O| Mar 12 16:17:06.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
55092026-03-12T16:17:07.172Z[ recovery-image] Mar 12 16:17:06.036 INFO O| Mar 12 16:17:06.036 INFO STEP 248 (remove_files) COMPLETE
55102026-03-12T16:17:07.172Z[ recovery-image] Mar 12 16:17:06.036 INFO O| Mar 12 16:17:06.036 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112026-03-12T16:17:07.181Z[ recovery-image] Mar 12 16:17:06.045 INFO O| Mar 12 16:17:06.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
55122026-03-12T16:17:07.181Z[ recovery-image] Mar 12 16:17:06.045 INFO O| Mar 12 16:17:06.045 INFO STEP 249 (remove_files) COMPLETE
55132026-03-12T16:17:07.184Z[ recovery-image] Mar 12 16:17:06.045 INFO O| Mar 12 16:17:06.045 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142026-03-12T16:17:07.190Z[ recovery-image] Mar 12 16:17:06.052 INFO O| Mar 12 16:17:06.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
55152026-03-12T16:17:07.190Z[ recovery-image] Mar 12 16:17:06.052 INFO O| Mar 12 16:17:06.052 INFO STEP 250 (remove_files) COMPLETE
55162026-03-12T16:17:07.194Z[ recovery-image] Mar 12 16:17:06.052 INFO O| Mar 12 16:17:06.052 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172026-03-12T16:17:07.198Z[ recovery-image] Mar 12 16:17:06.061 INFO O| Mar 12 16:17:06.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
55182026-03-12T16:17:07.198Z[ recovery-image] Mar 12 16:17:06.061 INFO O| Mar 12 16:17:06.061 INFO STEP 251 (remove_files) COMPLETE
55192026-03-12T16:17:07.198Z[ recovery-image] Mar 12 16:17:06.061 INFO O| Mar 12 16:17:06.061 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202026-03-12T16:17:07.206Z[ recovery-image] Mar 12 16:17:06.069 INFO O| Mar 12 16:17:06.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
55212026-03-12T16:17:07.206Z[ recovery-image] Mar 12 16:17:06.069 INFO O| Mar 12 16:17:06.069 INFO STEP 252 (remove_files) COMPLETE
55222026-03-12T16:17:07.212Z[ recovery-image] Mar 12 16:17:06.069 INFO O| Mar 12 16:17:06.069 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232026-03-12T16:17:07.215Z[ recovery-image] Mar 12 16:17:06.077 INFO O| Mar 12 16:17:06.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
55242026-03-12T16:17:07.215Z[ recovery-image] Mar 12 16:17:06.077 INFO O| Mar 12 16:17:06.077 INFO STEP 253 (remove_files) COMPLETE
55252026-03-12T16:17:07.215Z[ recovery-image] Mar 12 16:17:06.077 INFO O| Mar 12 16:17:06.077 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262026-03-12T16:17:07.220Z[ recovery-image] Mar 12 16:17:06.084 INFO O| Mar 12 16:17:06.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
55272026-03-12T16:17:07.220Z[ recovery-image] Mar 12 16:17:06.084 INFO O| Mar 12 16:17:06.084 INFO STEP 254 (remove_files) COMPLETE
55282026-03-12T16:17:07.224Z[ recovery-image] Mar 12 16:17:06.084 INFO O| Mar 12 16:17:06.084 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292026-03-12T16:17:07.229Z[ recovery-image] Mar 12 16:17:06.093 INFO O| Mar 12 16:17:06.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
55302026-03-12T16:17:07.229Z[ recovery-image] Mar 12 16:17:06.093 INFO O| Mar 12 16:17:06.093 INFO STEP 255 (remove_files) COMPLETE
55312026-03-12T16:17:07.229Z[ recovery-image] Mar 12 16:17:06.093 INFO O| Mar 12 16:17:06.093 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322026-03-12T16:17:07.237Z[ recovery-image] Mar 12 16:17:06.101 INFO O| Mar 12 16:17:06.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
55332026-03-12T16:17:07.241Z[ recovery-image] Mar 12 16:17:06.101 INFO O| Mar 12 16:17:06.101 INFO STEP 256 (remove_files) COMPLETE
55342026-03-12T16:17:07.241Z[ recovery-image] Mar 12 16:17:06.101 INFO O| Mar 12 16:17:06.101 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352026-03-12T16:17:07.246Z[ recovery-image] Mar 12 16:17:06.110 INFO O| Mar 12 16:17:06.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
55362026-03-12T16:17:07.250Z[ recovery-image] Mar 12 16:17:06.110 INFO O| Mar 12 16:17:06.110 INFO STEP 257 (remove_files) COMPLETE
55372026-03-12T16:17:07.250Z[ recovery-image] Mar 12 16:17:06.110 INFO O| Mar 12 16:17:06.110 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382026-03-12T16:17:07.254Z[ recovery-image] Mar 12 16:17:06.117 INFO O| Mar 12 16:17:06.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
55392026-03-12T16:17:07.254Z[ recovery-image] Mar 12 16:17:06.118 INFO O| Mar 12 16:17:06.118 INFO STEP 258 (remove_files) COMPLETE
55402026-03-12T16:17:07.254Z[ recovery-image] Mar 12 16:17:06.118 INFO O| Mar 12 16:17:06.118 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412026-03-12T16:17:07.263Z[ recovery-image] Mar 12 16:17:06.126 INFO O| Mar 12 16:17:06.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
55422026-03-12T16:17:07.266Z[ recovery-image] Mar 12 16:17:06.127 INFO O| Mar 12 16:17:06.127 INFO STEP 259 (remove_files) COMPLETE
55432026-03-12T16:17:07.266Z[ recovery-image] Mar 12 16:17:06.127 INFO O| Mar 12 16:17:06.127 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442026-03-12T16:17:07.272Z[ recovery-image] Mar 12 16:17:06.135 INFO O| Mar 12 16:17:06.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
55452026-03-12T16:17:07.275Z[ recovery-image] Mar 12 16:17:06.135 INFO O| Mar 12 16:17:06.135 INFO STEP 260 (remove_files) COMPLETE
55462026-03-12T16:17:07.275Z[ recovery-image] Mar 12 16:17:06.135 INFO O| Mar 12 16:17:06.135 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472026-03-12T16:17:07.281Z[ recovery-image] Mar 12 16:17:06.144 INFO O| Mar 12 16:17:06.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
55482026-03-12T16:17:07.281Z[ recovery-image] Mar 12 16:17:06.144 INFO O| Mar 12 16:17:06.144 INFO STEP 261 (remove_files) COMPLETE
55492026-03-12T16:17:07.285Z[ recovery-image] Mar 12 16:17:06.144 INFO O| Mar 12 16:17:06.144 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502026-03-12T16:17:07.289Z[ recovery-image] Mar 12 16:17:06.153 INFO O| Mar 12 16:17:06.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
55512026-03-12T16:17:07.294Z[ recovery-image] Mar 12 16:17:06.153 INFO O| Mar 12 16:17:06.153 INFO STEP 262 (remove_files) COMPLETE
55522026-03-12T16:17:07.294Z[ recovery-image] Mar 12 16:17:06.153 INFO O| Mar 12 16:17:06.153 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532026-03-12T16:17:07.297Z[ recovery-image] Mar 12 16:17:06.160 INFO O| Mar 12 16:17:06.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
55542026-03-12T16:17:07.297Z[ recovery-image] Mar 12 16:17:06.160 INFO O| Mar 12 16:17:06.160 INFO STEP 263 (remove_files) COMPLETE
55552026-03-12T16:17:07.297Z[ recovery-image] Mar 12 16:17:06.160 INFO O| Mar 12 16:17:06.160 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562026-03-12T16:17:07.304Z[ recovery-image] Mar 12 16:17:06.167 INFO O| Mar 12 16:17:06.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
55572026-03-12T16:17:07.309Z[ recovery-image] Mar 12 16:17:06.167 INFO O| Mar 12 16:17:06.167 INFO STEP 264 (remove_files) COMPLETE
55582026-03-12T16:17:07.309Z[ recovery-image] Mar 12 16:17:06.167 INFO O| Mar 12 16:17:06.167 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592026-03-12T16:17:07.313Z[ recovery-image] Mar 12 16:17:06.174 INFO O| Mar 12 16:17:06.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker"
55602026-03-12T16:17:07.313Z[ recovery-image] Mar 12 16:17:06.174 INFO O| Mar 12 16:17:06.174 INFO STEP 265 (remove_files) COMPLETE
55612026-03-12T16:17:07.313Z[ recovery-image] Mar 12 16:17:06.174 INFO O| Mar 12 16:17:06.174 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622026-03-12T16:17:07.331Z[ recovery-image] Mar 12 16:17:06.183 INFO O| Mar 12 16:17:06.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
55632026-03-12T16:17:07.331Z[ recovery-image] Mar 12 16:17:06.183 INFO O| Mar 12 16:17:06.183 INFO STEP 266 (remove_files) COMPLETE
55642026-03-12T16:17:07.332Z[ recovery-image] Mar 12 16:17:06.183 INFO O| Mar 12 16:17:06.183 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652026-03-12T16:17:07.332Z[ recovery-image] Mar 12 16:17:06.190 INFO O| Mar 12 16:17:06.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
55662026-03-12T16:17:07.332Z[ recovery-image] Mar 12 16:17:06.190 INFO O| Mar 12 16:17:06.190 INFO STEP 267 (remove_files) COMPLETE
55672026-03-12T16:17:07.332Z[ recovery-image] Mar 12 16:17:06.190 INFO O| Mar 12 16:17:06.190 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682026-03-12T16:17:07.335Z[ recovery-image] Mar 12 16:17:06.196 INFO O| Mar 12 16:17:06.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
55692026-03-12T16:17:07.335Z[ recovery-image] Mar 12 16:17:06.196 INFO O| Mar 12 16:17:06.196 INFO STEP 268 (remove_files) COMPLETE
55702026-03-12T16:17:07.335Z[ recovery-image] Mar 12 16:17:06.196 INFO O| Mar 12 16:17:06.196 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712026-03-12T16:17:07.341Z[ recovery-image] Mar 12 16:17:06.203 INFO O| Mar 12 16:17:06.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
55722026-03-12T16:17:07.341Z[ recovery-image] Mar 12 16:17:06.203 INFO O| Mar 12 16:17:06.203 INFO STEP 269 (remove_files) COMPLETE
55732026-03-12T16:17:07.342Z[ recovery-image] Mar 12 16:17:06.203 INFO O| Mar 12 16:17:06.203 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742026-03-12T16:17:07.346Z[ recovery-image] Mar 12 16:17:06.210 INFO O| Mar 12 16:17:06.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
55752026-03-12T16:17:07.349Z[ recovery-image] Mar 12 16:17:06.210 INFO O| Mar 12 16:17:06.210 INFO STEP 270 (remove_files) COMPLETE
55762026-03-12T16:17:07.349Z[ recovery-image] Mar 12 16:17:06.210 INFO O| Mar 12 16:17:06.210 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772026-03-12T16:17:07.354Z[ recovery-image] Mar 12 16:17:06.216 INFO O| Mar 12 16:17:06.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
55782026-03-12T16:17:07.354Z[ recovery-image] Mar 12 16:17:06.216 INFO O| Mar 12 16:17:06.216 INFO STEP 271 (remove_files) COMPLETE
55792026-03-12T16:17:07.354Z[ recovery-image] Mar 12 16:17:06.216 INFO O| Mar 12 16:17:06.216 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802026-03-12T16:17:07.361Z[ recovery-image] Mar 12 16:17:06.225 INFO O| Mar 12 16:17:06.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
55812026-03-12T16:17:07.361Z[ recovery-image] Mar 12 16:17:06.225 INFO O| Mar 12 16:17:06.225 INFO STEP 272 (remove_files) COMPLETE
55822026-03-12T16:17:07.364Z[ recovery-image] Mar 12 16:17:06.225 INFO O| Mar 12 16:17:06.225 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832026-03-12T16:17:07.368Z[ recovery-image] Mar 12 16:17:06.232 INFO O| Mar 12 16:17:06.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
55842026-03-12T16:17:07.372Z[ recovery-image] Mar 12 16:17:06.232 INFO O| Mar 12 16:17:06.232 INFO STEP 273 (remove_files) COMPLETE
55852026-03-12T16:17:07.372Z[ recovery-image] Mar 12 16:17:06.232 INFO O| Mar 12 16:17:06.232 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862026-03-12T16:17:07.376Z[ recovery-image] Mar 12 16:17:06.240 INFO O| Mar 12 16:17:06.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
55872026-03-12T16:17:07.381Z[ recovery-image] Mar 12 16:17:06.240 INFO O| Mar 12 16:17:06.240 INFO STEP 274 (remove_files) COMPLETE
55882026-03-12T16:17:07.381Z[ recovery-image] Mar 12 16:17:06.240 INFO O| Mar 12 16:17:06.240 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892026-03-12T16:17:07.385Z[ recovery-image] Mar 12 16:17:06.247 INFO O| Mar 12 16:17:06.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
55902026-03-12T16:17:07.385Z[ recovery-image] Mar 12 16:17:06.247 INFO O| Mar 12 16:17:06.247 INFO STEP 275 (remove_files) COMPLETE
55912026-03-12T16:17:07.385Z[ recovery-image] Mar 12 16:17:06.247 INFO O| Mar 12 16:17:06.247 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922026-03-12T16:17:07.390Z[ recovery-image] Mar 12 16:17:06.254 INFO O| Mar 12 16:17:06.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
55932026-03-12T16:17:07.395Z[ recovery-image] Mar 12 16:17:06.254 INFO O| Mar 12 16:17:06.254 INFO STEP 276 (remove_files) COMPLETE
55942026-03-12T16:17:07.395Z[ recovery-image] Mar 12 16:17:06.254 INFO O| Mar 12 16:17:06.254 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952026-03-12T16:17:07.400Z[ recovery-image] Mar 12 16:17:06.260 INFO O| Mar 12 16:17:06.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
55962026-03-12T16:17:07.400Z[ recovery-image] Mar 12 16:17:06.261 INFO O| Mar 12 16:17:06.261 INFO STEP 277 (remove_files) COMPLETE
55972026-03-12T16:17:07.400Z[ recovery-image] Mar 12 16:17:06.261 INFO O| Mar 12 16:17:06.261 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982026-03-12T16:17:07.405Z[ recovery-image] Mar 12 16:17:06.268 INFO O| Mar 12 16:17:06.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
55992026-03-12T16:17:07.405Z[ recovery-image] Mar 12 16:17:06.268 INFO O| Mar 12 16:17:06.268 INFO STEP 278 (remove_files) COMPLETE
56002026-03-12T16:17:07.405Z[ recovery-image] Mar 12 16:17:06.268 INFO O| Mar 12 16:17:06.268 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012026-03-12T16:17:07.411Z[ recovery-image] Mar 12 16:17:06.274 INFO O| Mar 12 16:17:06.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
56022026-03-12T16:17:07.411Z[ recovery-image] Mar 12 16:17:06.274 INFO O| Mar 12 16:17:06.274 INFO STEP 279 (remove_files) COMPLETE
56032026-03-12T16:17:07.411Z[ recovery-image] Mar 12 16:17:06.274 INFO O| Mar 12 16:17:06.274 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042026-03-12T16:17:07.417Z[ recovery-image] Mar 12 16:17:06.281 INFO O| Mar 12 16:17:06.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
56052026-03-12T16:17:07.421Z[ recovery-image] Mar 12 16:17:06.281 INFO O| Mar 12 16:17:06.281 INFO STEP 280 (remove_files) COMPLETE
56062026-03-12T16:17:07.421Z[ recovery-image] Mar 12 16:17:06.281 INFO O| Mar 12 16:17:06.281 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072026-03-12T16:17:07.428Z[ recovery-image] Mar 12 16:17:06.290 INFO O| Mar 12 16:17:06.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
56082026-03-12T16:17:07.428Z[ recovery-image] Mar 12 16:17:06.290 INFO O| Mar 12 16:17:06.290 INFO STEP 281 (remove_files) COMPLETE
56092026-03-12T16:17:07.431Z[ recovery-image] Mar 12 16:17:06.290 INFO O| Mar 12 16:17:06.290 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102026-03-12T16:17:07.434Z[ recovery-image] Mar 12 16:17:06.298 INFO O| Mar 12 16:17:06.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
56112026-03-12T16:17:07.435Z[ recovery-image] Mar 12 16:17:06.298 INFO O| Mar 12 16:17:06.298 INFO STEP 282 (remove_files) COMPLETE
56122026-03-12T16:17:07.435Z[ recovery-image] Mar 12 16:17:06.298 INFO O| Mar 12 16:17:06.298 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132026-03-12T16:17:07.445Z[ recovery-image] Mar 12 16:17:06.306 INFO O| Mar 12 16:17:06.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
56142026-03-12T16:17:07.445Z[ recovery-image] Mar 12 16:17:06.306 INFO O| Mar 12 16:17:06.306 INFO STEP 283 (remove_files) COMPLETE
56152026-03-12T16:17:07.449Z[ recovery-image] Mar 12 16:17:06.306 INFO O| Mar 12 16:17:06.306 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162026-03-12T16:17:07.454Z[ recovery-image] Mar 12 16:17:06.314 INFO O| Mar 12 16:17:06.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
56172026-03-12T16:17:07.454Z[ recovery-image] Mar 12 16:17:06.314 INFO O| Mar 12 16:17:06.314 INFO STEP 284 (remove_files) COMPLETE
56182026-03-12T16:17:07.454Z[ recovery-image] Mar 12 16:17:06.314 INFO O| Mar 12 16:17:06.314 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192026-03-12T16:17:07.458Z[ recovery-image] Mar 12 16:17:06.321 INFO O| Mar 12 16:17:06.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
56202026-03-12T16:17:07.458Z[ recovery-image] Mar 12 16:17:06.321 INFO O| Mar 12 16:17:06.321 INFO STEP 285 (remove_files) COMPLETE
56212026-03-12T16:17:07.459Z[ recovery-image] Mar 12 16:17:06.321 INFO O| Mar 12 16:17:06.321 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222026-03-12T16:17:07.464Z[ recovery-image] Mar 12 16:17:06.328 INFO O| Mar 12 16:17:06.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
56232026-03-12T16:17:07.467Z[ recovery-image] Mar 12 16:17:06.328 INFO O| Mar 12 16:17:06.328 INFO STEP 286 (remove_files) COMPLETE
56242026-03-12T16:17:07.467Z[ recovery-image] Mar 12 16:17:06.328 INFO O| Mar 12 16:17:06.328 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252026-03-12T16:17:07.471Z[ recovery-image] Mar 12 16:17:06.335 INFO O| Mar 12 16:17:06.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
56262026-03-12T16:17:07.471Z[ recovery-image] Mar 12 16:17:06.335 INFO O| Mar 12 16:17:06.335 INFO STEP 287 (remove_files) COMPLETE
56272026-03-12T16:17:07.477Z[ recovery-image] Mar 12 16:17:06.335 INFO O| Mar 12 16:17:06.335 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282026-03-12T16:17:07.481Z[ recovery-image] Mar 12 16:17:06.342 INFO O| Mar 12 16:17:06.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
56292026-03-12T16:17:07.481Z[ recovery-image] Mar 12 16:17:06.342 INFO O| Mar 12 16:17:06.342 INFO STEP 288 (remove_files) COMPLETE
56302026-03-12T16:17:07.481Z[ recovery-image] Mar 12 16:17:06.342 INFO O| Mar 12 16:17:06.342 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312026-03-12T16:17:07.485Z[ recovery-image] Mar 12 16:17:06.348 INFO O| Mar 12 16:17:06.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
56322026-03-12T16:17:07.485Z[ recovery-image] Mar 12 16:17:06.348 INFO O| Mar 12 16:17:06.348 INFO STEP 289 (remove_files) COMPLETE
56332026-03-12T16:17:07.489Z[ recovery-image] Mar 12 16:17:06.348 INFO O| Mar 12 16:17:06.348 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342026-03-12T16:17:07.492Z[ recovery-image] Mar 12 16:17:06.355 INFO O| Mar 12 16:17:06.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
56352026-03-12T16:17:07.492Z[ recovery-image] Mar 12 16:17:06.355 INFO O| Mar 12 16:17:06.355 INFO STEP 290 (remove_files) COMPLETE
56362026-03-12T16:17:07.492Z[ recovery-image] Mar 12 16:17:06.355 INFO O| Mar 12 16:17:06.355 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372026-03-12T16:17:07.500Z[ recovery-image] Mar 12 16:17:06.364 INFO O| Mar 12 16:17:06.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
56382026-03-12T16:17:07.500Z[ recovery-image] Mar 12 16:17:06.364 INFO O| Mar 12 16:17:06.364 INFO STEP 291 (remove_files) COMPLETE
56392026-03-12T16:17:07.503Z[ recovery-image] Mar 12 16:17:06.364 INFO O| Mar 12 16:17:06.364 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402026-03-12T16:17:07.507Z[ recovery-image] Mar 12 16:17:06.370 INFO O| Mar 12 16:17:06.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
56412026-03-12T16:17:07.507Z[ recovery-image] Mar 12 16:17:06.370 INFO O| Mar 12 16:17:06.370 INFO STEP 292 (remove_files) COMPLETE
56422026-03-12T16:17:07.507Z[ recovery-image] Mar 12 16:17:06.370 INFO O| Mar 12 16:17:06.370 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432026-03-12T16:17:07.514Z[ recovery-image] Mar 12 16:17:06.377 INFO O| Mar 12 16:17:06.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
56442026-03-12T16:17:07.514Z[ recovery-image] Mar 12 16:17:06.377 INFO O| Mar 12 16:17:06.377 INFO STEP 293 (remove_files) COMPLETE
56452026-03-12T16:17:07.518Z[ recovery-image] Mar 12 16:17:06.377 INFO O| Mar 12 16:17:06.377 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462026-03-12T16:17:07.522Z[ recovery-image] Mar 12 16:17:06.386 INFO O| Mar 12 16:17:06.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
56472026-03-12T16:17:07.522Z[ recovery-image] Mar 12 16:17:06.386 INFO O| Mar 12 16:17:06.386 INFO STEP 294 (remove_files) COMPLETE
56482026-03-12T16:17:07.525Z[ recovery-image] Mar 12 16:17:06.386 INFO O| Mar 12 16:17:06.386 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492026-03-12T16:17:07.531Z[ recovery-image] Mar 12 16:17:06.394 INFO O| Mar 12 16:17:06.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
56502026-03-12T16:17:07.531Z[ recovery-image] Mar 12 16:17:06.394 INFO O| Mar 12 16:17:06.394 INFO STEP 295 (remove_files) COMPLETE
56512026-03-12T16:17:07.534Z[ recovery-image] Mar 12 16:17:06.394 INFO O| Mar 12 16:17:06.394 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522026-03-12T16:17:07.537Z[ recovery-image] Mar 12 16:17:06.401 INFO O| Mar 12 16:17:06.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
56532026-03-12T16:17:07.543Z[ recovery-image] Mar 12 16:17:06.401 INFO O| Mar 12 16:17:06.401 INFO STEP 296 (remove_files) COMPLETE
56542026-03-12T16:17:07.543Z[ recovery-image] Mar 12 16:17:06.401 INFO O| Mar 12 16:17:06.401 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552026-03-12T16:17:07.546Z[ recovery-image] Mar 12 16:17:06.408 INFO O| Mar 12 16:17:06.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
56562026-03-12T16:17:07.546Z[ recovery-image] Mar 12 16:17:06.408 INFO O| Mar 12 16:17:06.408 INFO STEP 297 (remove_files) COMPLETE
56572026-03-12T16:17:07.546Z[ recovery-image] Mar 12 16:17:06.408 INFO O| Mar 12 16:17:06.408 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582026-03-12T16:17:07.551Z[ recovery-image] Mar 12 16:17:06.416 INFO O| Mar 12 16:17:06.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
56592026-03-12T16:17:07.555Z[ recovery-image] Mar 12 16:17:06.416 INFO O| Mar 12 16:17:06.416 INFO STEP 298 (remove_files) COMPLETE
56602026-03-12T16:17:07.556Z[ recovery-image] Mar 12 16:17:06.416 INFO O| Mar 12 16:17:06.416 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612026-03-12T16:17:07.560Z[ recovery-image] Mar 12 16:17:06.423 INFO O| Mar 12 16:17:06.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
56622026-03-12T16:17:07.560Z[ recovery-image] Mar 12 16:17:06.423 INFO O| Mar 12 16:17:06.423 INFO STEP 299 (remove_files) COMPLETE
56632026-03-12T16:17:07.560Z[ recovery-image] Mar 12 16:17:06.423 INFO O| Mar 12 16:17:06.423 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642026-03-12T16:17:07.566Z[ recovery-image] Mar 12 16:17:06.430 INFO O| Mar 12 16:17:06.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
56652026-03-12T16:17:07.570Z[ recovery-image] Mar 12 16:17:06.430 INFO O| Mar 12 16:17:06.430 INFO STEP 300 (remove_files) COMPLETE
56662026-03-12T16:17:07.570Z[ recovery-image] Mar 12 16:17:06.430 INFO O| Mar 12 16:17:06.430 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672026-03-12T16:17:07.575Z[ recovery-image] Mar 12 16:17:06.438 INFO O| Mar 12 16:17:06.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
56682026-03-12T16:17:07.575Z[ recovery-image] Mar 12 16:17:06.438 INFO O| Mar 12 16:17:06.438 INFO STEP 301 (remove_files) COMPLETE
56692026-03-12T16:17:07.575Z[ recovery-image] Mar 12 16:17:06.438 INFO O| Mar 12 16:17:06.438 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702026-03-12T16:17:07.582Z[ recovery-image] Mar 12 16:17:06.446 INFO O| Mar 12 16:17:06.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
56712026-03-12T16:17:07.586Z[ recovery-image] Mar 12 16:17:06.446 INFO O| Mar 12 16:17:06.446 INFO STEP 302 (remove_files) COMPLETE
56722026-03-12T16:17:07.586Z[ recovery-image] Mar 12 16:17:06.446 INFO O| Mar 12 16:17:06.446 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732026-03-12T16:17:07.591Z[ recovery-image] Mar 12 16:17:06.454 INFO O| Mar 12 16:17:06.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
56742026-03-12T16:17:07.591Z[ recovery-image] Mar 12 16:17:06.454 INFO O| Mar 12 16:17:06.454 INFO STEP 303 (remove_files) COMPLETE
56752026-03-12T16:17:07.591Z[ recovery-image] Mar 12 16:17:06.454 INFO O| Mar 12 16:17:06.454 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762026-03-12T16:17:07.598Z[ recovery-image] Mar 12 16:17:06.462 INFO O| Mar 12 16:17:06.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
56772026-03-12T16:17:07.598Z[ recovery-image] Mar 12 16:17:06.462 INFO O| Mar 12 16:17:06.462 INFO STEP 304 (remove_files) COMPLETE
56782026-03-12T16:17:07.601Z[ recovery-image] Mar 12 16:17:06.462 INFO O| Mar 12 16:17:06.462 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792026-03-12T16:17:07.608Z[ recovery-image] Mar 12 16:17:06.470 INFO O| Mar 12 16:17:06.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
56802026-03-12T16:17:07.608Z[ recovery-image] Mar 12 16:17:06.470 INFO O| Mar 12 16:17:06.470 INFO STEP 305 (remove_files) COMPLETE
56812026-03-12T16:17:07.608Z[ recovery-image] Mar 12 16:17:06.470 INFO O| Mar 12 16:17:06.470 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822026-03-12T16:17:07.614Z[ recovery-image] Mar 12 16:17:06.476 INFO O| Mar 12 16:17:06.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
56832026-03-12T16:17:07.617Z[ recovery-image] Mar 12 16:17:06.476 INFO O| Mar 12 16:17:06.476 INFO STEP 306 (remove_files) COMPLETE
56842026-03-12T16:17:07.617Z[ recovery-image] Mar 12 16:17:06.476 INFO O| Mar 12 16:17:06.476 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852026-03-12T16:17:07.621Z[ recovery-image] Mar 12 16:17:06.484 INFO O| Mar 12 16:17:06.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
56862026-03-12T16:17:07.621Z[ recovery-image] Mar 12 16:17:06.484 INFO O| Mar 12 16:17:06.484 INFO STEP 307 (remove_files) COMPLETE
56872026-03-12T16:17:07.621Z[ recovery-image] Mar 12 16:17:06.484 INFO O| Mar 12 16:17:06.484 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882026-03-12T16:17:07.628Z[ recovery-image] Mar 12 16:17:06.492 INFO O| Mar 12 16:17:06.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
56892026-03-12T16:17:07.628Z[ recovery-image] Mar 12 16:17:06.492 INFO O| Mar 12 16:17:06.492 INFO STEP 308 (remove_files) COMPLETE
56902026-03-12T16:17:07.631Z[ recovery-image] Mar 12 16:17:06.492 INFO O| Mar 12 16:17:06.492 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912026-03-12T16:17:07.637Z[ recovery-image] Mar 12 16:17:06.500 INFO O| Mar 12 16:17:06.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
56922026-03-12T16:17:07.641Z[ recovery-image] Mar 12 16:17:06.500 INFO O| Mar 12 16:17:06.500 INFO STEP 309 (remove_files) COMPLETE
56932026-03-12T16:17:07.641Z[ recovery-image] Mar 12 16:17:06.500 INFO O| Mar 12 16:17:06.500 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942026-03-12T16:17:07.644Z[ recovery-image] Mar 12 16:17:06.507 INFO O| Mar 12 16:17:06.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
56952026-03-12T16:17:07.644Z[ recovery-image] Mar 12 16:17:06.507 INFO O| Mar 12 16:17:06.507 INFO STEP 310 (remove_files) COMPLETE
56962026-03-12T16:17:07.644Z[ recovery-image] Mar 12 16:17:06.507 INFO O| Mar 12 16:17:06.507 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972026-03-12T16:17:07.650Z[ recovery-image] Mar 12 16:17:06.514 INFO O| Mar 12 16:17:06.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
56982026-03-12T16:17:07.652Z[ recovery-image] Mar 12 16:17:06.514 INFO O| Mar 12 16:17:06.514 INFO STEP 311 (remove_files) COMPLETE
56992026-03-12T16:17:07.652Z[ recovery-image] Mar 12 16:17:06.514 INFO O| Mar 12 16:17:06.514 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002026-03-12T16:17:07.659Z[ recovery-image] Mar 12 16:17:06.522 INFO O| Mar 12 16:17:06.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
57012026-03-12T16:17:07.659Z[ recovery-image] Mar 12 16:17:06.523 INFO O| Mar 12 16:17:06.522 INFO STEP 312 (remove_files) COMPLETE
57022026-03-12T16:17:07.664Z[ recovery-image] Mar 12 16:17:06.523 INFO O| Mar 12 16:17:06.522 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032026-03-12T16:17:07.682Z[ recovery-image] Mar 12 16:17:06.530 INFO O| Mar 12 16:17:06.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
57042026-03-12T16:17:07.682Z[ recovery-image] Mar 12 16:17:06.530 INFO O| Mar 12 16:17:06.530 INFO STEP 313 (remove_files) COMPLETE
57052026-03-12T16:17:07.682Z[ recovery-image] Mar 12 16:17:06.530 INFO O| Mar 12 16:17:06.530 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062026-03-12T16:17:07.682Z[ recovery-image] Mar 12 16:17:06.537 INFO O| Mar 12 16:17:06.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
57072026-03-12T16:17:07.682Z[ recovery-image] Mar 12 16:17:06.537 INFO O| Mar 12 16:17:06.537 INFO STEP 314 (remove_files) COMPLETE
57082026-03-12T16:17:07.682Z[ recovery-image] Mar 12 16:17:06.537 INFO O| Mar 12 16:17:06.537 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092026-03-12T16:17:07.686Z[ recovery-image] Mar 12 16:17:06.545 INFO O| Mar 12 16:17:06.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
57102026-03-12T16:17:07.686Z[ recovery-image] Mar 12 16:17:06.545 INFO O| Mar 12 16:17:06.545 INFO STEP 315 (remove_files) COMPLETE
57112026-03-12T16:17:07.687Z[ recovery-image] Mar 12 16:17:06.545 INFO O| Mar 12 16:17:06.545 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122026-03-12T16:17:07.690Z[ recovery-image] Mar 12 16:17:06.553 INFO O| Mar 12 16:17:06.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
57132026-03-12T16:17:07.690Z[ recovery-image] Mar 12 16:17:06.553 INFO O| Mar 12 16:17:06.553 INFO STEP 316 (remove_files) COMPLETE
57142026-03-12T16:17:07.690Z[ recovery-image] Mar 12 16:17:06.553 INFO O| Mar 12 16:17:06.553 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152026-03-12T16:17:07.696Z[ recovery-image] Mar 12 16:17:06.560 INFO O| Mar 12 16:17:06.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
57162026-03-12T16:17:07.699Z[ recovery-image] Mar 12 16:17:06.560 INFO O| Mar 12 16:17:06.560 INFO STEP 317 (remove_files) COMPLETE
57172026-03-12T16:17:07.699Z[ recovery-image] Mar 12 16:17:06.560 INFO O| Mar 12 16:17:06.560 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182026-03-12T16:17:07.703Z[ recovery-image] Mar 12 16:17:06.567 INFO O| Mar 12 16:17:06.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
57192026-03-12T16:17:07.703Z[ recovery-image] Mar 12 16:17:06.567 INFO O| Mar 12 16:17:06.567 INFO STEP 318 (remove_files) COMPLETE
57202026-03-12T16:17:07.703Z[ recovery-image] Mar 12 16:17:06.567 INFO O| Mar 12 16:17:06.567 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212026-03-12T16:17:07.711Z[ recovery-image] Mar 12 16:17:06.574 INFO O| Mar 12 16:17:06.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
57222026-03-12T16:17:07.711Z[ recovery-image] Mar 12 16:17:06.574 INFO O| Mar 12 16:17:06.574 INFO STEP 319 (remove_files) COMPLETE
57232026-03-12T16:17:07.714Z[ recovery-image] Mar 12 16:17:06.574 INFO O| Mar 12 16:17:06.574 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242026-03-12T16:17:07.718Z[ recovery-image] Mar 12 16:17:06.582 INFO O| Mar 12 16:17:06.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
57252026-03-12T16:17:07.719Z[ recovery-image] Mar 12 16:17:06.582 INFO O| Mar 12 16:17:06.582 INFO STEP 320 (remove_files) COMPLETE
57262026-03-12T16:17:07.722Z[ recovery-image] Mar 12 16:17:06.582 INFO O| Mar 12 16:17:06.582 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272026-03-12T16:17:07.725Z[ recovery-image] Mar 12 16:17:06.589 INFO O| Mar 12 16:17:06.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
57282026-03-12T16:17:07.725Z[ recovery-image] Mar 12 16:17:06.589 INFO O| Mar 12 16:17:06.589 INFO STEP 321 (remove_files) COMPLETE
57292026-03-12T16:17:07.725Z[ recovery-image] Mar 12 16:17:06.589 INFO O| Mar 12 16:17:06.589 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302026-03-12T16:17:07.736Z[ recovery-image] Mar 12 16:17:06.598 INFO O| Mar 12 16:17:06.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
57312026-03-12T16:17:07.736Z[ recovery-image] Mar 12 16:17:06.598 INFO O| Mar 12 16:17:06.598 INFO STEP 322 (remove_files) COMPLETE
57322026-03-12T16:17:07.739Z[ recovery-image] Mar 12 16:17:06.598 INFO O| Mar 12 16:17:06.598 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332026-03-12T16:17:07.743Z[ recovery-image] Mar 12 16:17:06.605 INFO O| Mar 12 16:17:06.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
57342026-03-12T16:17:07.743Z[ recovery-image] Mar 12 16:17:06.605 INFO O| Mar 12 16:17:06.605 INFO STEP 323 (remove_files) COMPLETE
57352026-03-12T16:17:07.743Z[ recovery-image] Mar 12 16:17:06.605 INFO O| Mar 12 16:17:06.605 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362026-03-12T16:17:07.748Z[ recovery-image] Mar 12 16:17:06.612 INFO O| Mar 12 16:17:06.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
57372026-03-12T16:17:07.748Z[ recovery-image] Mar 12 16:17:06.612 INFO O| Mar 12 16:17:06.612 INFO STEP 324 (remove_files) COMPLETE
57382026-03-12T16:17:07.751Z[ recovery-image] Mar 12 16:17:06.612 INFO O| Mar 12 16:17:06.612 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392026-03-12T16:17:07.758Z[ recovery-image] Mar 12 16:17:06.622 INFO O| Mar 12 16:17:06.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
57402026-03-12T16:17:07.758Z[ recovery-image] Mar 12 16:17:06.622 INFO O| Mar 12 16:17:06.622 INFO STEP 325 (remove_files) COMPLETE
57412026-03-12T16:17:07.761Z[ recovery-image] Mar 12 16:17:06.622 INFO O| Mar 12 16:17:06.622 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422026-03-12T16:17:07.767Z[ recovery-image] Mar 12 16:17:06.631 INFO O| Mar 12 16:17:06.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
57432026-03-12T16:17:07.767Z[ recovery-image] Mar 12 16:17:06.631 INFO O| Mar 12 16:17:06.631 INFO STEP 326 (remove_files) COMPLETE
57442026-03-12T16:17:07.770Z[ recovery-image] Mar 12 16:17:06.631 INFO O| Mar 12 16:17:06.631 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452026-03-12T16:17:07.774Z[ recovery-image] Mar 12 16:17:06.638 INFO O| Mar 12 16:17:06.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
57462026-03-12T16:17:07.779Z[ recovery-image] Mar 12 16:17:06.638 INFO O| Mar 12 16:17:06.638 INFO STEP 327 (remove_files) COMPLETE
57472026-03-12T16:17:07.779Z[ recovery-image] Mar 12 16:17:06.638 INFO O| Mar 12 16:17:06.638 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482026-03-12T16:17:07.784Z[ recovery-image] Mar 12 16:17:06.648 INFO O| Mar 12 16:17:06.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
57492026-03-12T16:17:07.787Z[ recovery-image] Mar 12 16:17:06.648 INFO O| Mar 12 16:17:06.648 INFO STEP 328 (remove_files) COMPLETE
57502026-03-12T16:17:07.788Z[ recovery-image] Mar 12 16:17:06.648 INFO O| Mar 12 16:17:06.648 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512026-03-12T16:17:07.791Z[ recovery-image] Mar 12 16:17:06.654 INFO O| Mar 12 16:17:06.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
57522026-03-12T16:17:07.792Z[ recovery-image] Mar 12 16:17:06.654 INFO O| Mar 12 16:17:06.654 INFO STEP 329 (remove_files) COMPLETE
57532026-03-12T16:17:07.792Z[ recovery-image] Mar 12 16:17:06.654 INFO O| Mar 12 16:17:06.654 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542026-03-12T16:17:07.797Z[ recovery-image] Mar 12 16:17:06.661 INFO O| Mar 12 16:17:06.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
57552026-03-12T16:17:07.797Z[ recovery-image] Mar 12 16:17:06.661 INFO O| Mar 12 16:17:06.661 INFO STEP 330 (remove_files) COMPLETE
57562026-03-12T16:17:07.800Z[ recovery-image] Mar 12 16:17:06.661 INFO O| Mar 12 16:17:06.661 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572026-03-12T16:17:08.212Z[ recovery-image] Mar 12 16:17:06.668 INFO O| Mar 12 16:17:06.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
57582026-03-12T16:17:08.218Z[ recovery-image] Mar 12 16:17:06.668 INFO O| Mar 12 16:17:06.668 INFO STEP 331 (remove_files) COMPLETE
57592026-03-12T16:17:08.219Z[ recovery-image] Mar 12 16:17:06.668 INFO O| Mar 12 16:17:06.668 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602026-03-12T16:17:08.219Z[ recovery-image] Mar 12 16:17:06.675 INFO O| Mar 12 16:17:06.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
57612026-03-12T16:17:08.219Z[ recovery-image] Mar 12 16:17:06.675 INFO O| Mar 12 16:17:06.675 INFO STEP 332 (remove_files) COMPLETE
57622026-03-12T16:17:08.219Z[ recovery-image] Mar 12 16:17:06.675 INFO O| Mar 12 16:17:06.675 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632026-03-12T16:17:08.219Z[ recovery-image] Mar 12 16:17:06.685 INFO O| Mar 12 16:17:06.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
57642026-03-12T16:17:08.219Z[ recovery-image] Mar 12 16:17:06.685 INFO O| Mar 12 16:17:06.685 INFO STEP 333 (remove_files) COMPLETE
57652026-03-12T16:17:08.219Z[ recovery-image] Mar 12 16:17:06.685 INFO O| Mar 12 16:17:06.685 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662026-03-12T16:17:08.219Z[ recovery-image] Mar 12 16:17:06.691 INFO O| Mar 12 16:17:06.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
57672026-03-12T16:17:08.219Z[ recovery-image] Mar 12 16:17:06.691 INFO O| Mar 12 16:17:06.691 INFO STEP 334 (remove_files) COMPLETE
57682026-03-12T16:17:08.219Z[ recovery-image] Mar 12 16:17:06.691 INFO O| Mar 12 16:17:06.691 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692026-03-12T16:17:08.219Z[ recovery-image] Mar 12 16:17:06.698 INFO O| Mar 12 16:17:06.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
57702026-03-12T16:17:08.219Z[ recovery-image] Mar 12 16:17:06.699 INFO O| Mar 12 16:17:06.699 INFO STEP 335 (remove_files) COMPLETE
57712026-03-12T16:17:08.220Z[ recovery-image] Mar 12 16:17:06.699 INFO O| Mar 12 16:17:06.699 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722026-03-12T16:17:08.220Z[ recovery-image] Mar 12 16:17:06.705 INFO O| Mar 12 16:17:06.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
57732026-03-12T16:17:08.220Z[ recovery-image] Mar 12 16:17:06.705 INFO O| Mar 12 16:17:06.705 INFO STEP 336 (remove_files) COMPLETE
57742026-03-12T16:17:08.220Z[ recovery-image] Mar 12 16:17:06.705 INFO O| Mar 12 16:17:06.705 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752026-03-12T16:17:08.220Z[ recovery-image] Mar 12 16:17:06.712 INFO O| Mar 12 16:17:06.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
57762026-03-12T16:17:08.220Z[ recovery-image] Mar 12 16:17:06.712 INFO O| Mar 12 16:17:06.712 INFO STEP 337 (remove_files) COMPLETE
57772026-03-12T16:17:08.220Z[ recovery-image] Mar 12 16:17:06.712 INFO O| Mar 12 16:17:06.712 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782026-03-12T16:17:08.220Z[ recovery-image] Mar 12 16:17:06.718 INFO O| Mar 12 16:17:06.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
57792026-03-12T16:17:08.221Z[ recovery-image] Mar 12 16:17:06.718 INFO O| Mar 12 16:17:06.718 INFO STEP 338 (remove_files) COMPLETE
57802026-03-12T16:17:08.221Z[ recovery-image] Mar 12 16:17:06.718 INFO O| Mar 12 16:17:06.718 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812026-03-12T16:17:08.221Z[ recovery-image] Mar 12 16:17:06.728 INFO O| Mar 12 16:17:06.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
57822026-03-12T16:17:08.221Z[ recovery-image] Mar 12 16:17:06.729 INFO O| Mar 12 16:17:06.728 INFO STEP 339 (remove_files) COMPLETE
57832026-03-12T16:17:08.221Z[ recovery-image] Mar 12 16:17:06.729 INFO O| Mar 12 16:17:06.728 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842026-03-12T16:17:08.221Z[ recovery-image] Mar 12 16:17:06.735 INFO O| Mar 12 16:17:06.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
57852026-03-12T16:17:08.221Z[ recovery-image] Mar 12 16:17:06.735 INFO O| Mar 12 16:17:06.735 INFO STEP 340 (remove_files) COMPLETE
57862026-03-12T16:17:08.221Z[ recovery-image] Mar 12 16:17:06.735 INFO O| Mar 12 16:17:06.735 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872026-03-12T16:17:08.221Z[ recovery-image] Mar 12 16:17:06.742 INFO O| Mar 12 16:17:06.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
57882026-03-12T16:17:08.221Z[ recovery-image] Mar 12 16:17:06.742 INFO O| Mar 12 16:17:06.742 INFO STEP 341 (remove_files) COMPLETE
57892026-03-12T16:17:08.221Z[ recovery-image] Mar 12 16:17:06.742 INFO O| Mar 12 16:17:06.742 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902026-03-12T16:17:08.221Z[ recovery-image] Mar 12 16:17:06.748 INFO O| Mar 12 16:17:06.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
57912026-03-12T16:17:08.221Z[ recovery-image] Mar 12 16:17:06.749 INFO O| Mar 12 16:17:06.749 INFO STEP 342 (remove_files) COMPLETE
57922026-03-12T16:17:08.221Z[ recovery-image] Mar 12 16:17:06.749 INFO O| Mar 12 16:17:06.749 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932026-03-12T16:17:08.221Z[ recovery-image] Mar 12 16:17:06.760 INFO O| Mar 12 16:17:06.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
57942026-03-12T16:17:08.221Z[ recovery-image] Mar 12 16:17:06.760 INFO O| Mar 12 16:17:06.760 INFO STEP 343 (remove_files) COMPLETE
57952026-03-12T16:17:08.221Z[ recovery-image] Mar 12 16:17:06.760 INFO O| Mar 12 16:17:06.760 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962026-03-12T16:17:08.221Z[ recovery-image] Mar 12 16:17:06.769 INFO O| Mar 12 16:17:06.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
57972026-03-12T16:17:08.221Z[ recovery-image] Mar 12 16:17:06.769 INFO O| Mar 12 16:17:06.769 INFO STEP 344 (remove_files) COMPLETE
57982026-03-12T16:17:08.221Z[ recovery-image] Mar 12 16:17:06.769 INFO O| Mar 12 16:17:06.769 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992026-03-12T16:17:08.221Z[ recovery-image] Mar 12 16:17:06.779 INFO O| Mar 12 16:17:06.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
58002026-03-12T16:17:08.221Z[ recovery-image] Mar 12 16:17:06.779 INFO O| Mar 12 16:17:06.779 INFO STEP 345 (remove_files) COMPLETE
58012026-03-12T16:17:08.221Z[ recovery-image] Mar 12 16:17:06.779 INFO O| Mar 12 16:17:06.779 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022026-03-12T16:17:08.221Z[ recovery-image] Mar 12 16:17:06.787 INFO O| Mar 12 16:17:06.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
58032026-03-12T16:17:08.221Z[ recovery-image] Mar 12 16:17:06.787 INFO O| Mar 12 16:17:06.787 INFO STEP 346 (remove_files) COMPLETE
58042026-03-12T16:17:08.221Z[ recovery-image] Mar 12 16:17:06.787 INFO O| Mar 12 16:17:06.787 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052026-03-12T16:17:08.222Z[ recovery-image] Mar 12 16:17:06.796 INFO O| Mar 12 16:17:06.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
58062026-03-12T16:17:08.222Z[ recovery-image] Mar 12 16:17:06.796 INFO O| Mar 12 16:17:06.796 INFO STEP 347 (remove_files) COMPLETE
58072026-03-12T16:17:08.222Z[ recovery-image] Mar 12 16:17:06.796 INFO O| Mar 12 16:17:06.796 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082026-03-12T16:17:08.222Z[ recovery-image] Mar 12 16:17:06.806 INFO O| Mar 12 16:17:06.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
58092026-03-12T16:17:08.222Z[ recovery-image] Mar 12 16:17:06.807 INFO O| Mar 12 16:17:06.807 INFO STEP 348 (remove_files) COMPLETE
58102026-03-12T16:17:08.222Z[ recovery-image] Mar 12 16:17:06.807 INFO O| Mar 12 16:17:06.807 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112026-03-12T16:17:08.222Z[ recovery-image] Mar 12 16:17:06.814 INFO O| Mar 12 16:17:06.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
58122026-03-12T16:17:08.222Z[ recovery-image] Mar 12 16:17:06.814 INFO O| Mar 12 16:17:06.814 INFO STEP 349 (remove_files) COMPLETE
58132026-03-12T16:17:08.222Z[ recovery-image] Mar 12 16:17:06.814 INFO O| Mar 12 16:17:06.814 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142026-03-12T16:17:08.222Z[ recovery-image] Mar 12 16:17:06.821 INFO O| Mar 12 16:17:06.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
58152026-03-12T16:17:08.222Z[ recovery-image] Mar 12 16:17:06.821 INFO O| Mar 12 16:17:06.821 INFO STEP 350 (remove_files) COMPLETE
58162026-03-12T16:17:08.222Z[ recovery-image] Mar 12 16:17:06.821 INFO O| Mar 12 16:17:06.821 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172026-03-12T16:17:08.222Z[ recovery-image] Mar 12 16:17:06.828 INFO O| Mar 12 16:17:06.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
58182026-03-12T16:17:08.222Z[ recovery-image] Mar 12 16:17:06.828 INFO O| Mar 12 16:17:06.828 INFO STEP 351 (remove_files) COMPLETE
58192026-03-12T16:17:08.222Z[ recovery-image] Mar 12 16:17:06.828 INFO O| Mar 12 16:17:06.828 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202026-03-12T16:17:08.223Z[ recovery-image] Mar 12 16:17:06.839 INFO O| Mar 12 16:17:06.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
58212026-03-12T16:17:08.223Z[ recovery-image] Mar 12 16:17:06.839 INFO O| Mar 12 16:17:06.839 INFO STEP 352 (remove_files) COMPLETE
58222026-03-12T16:17:08.223Z[ recovery-image] Mar 12 16:17:06.839 INFO O| Mar 12 16:17:06.839 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232026-03-12T16:17:08.223Z[ recovery-image] Mar 12 16:17:06.846 INFO O| Mar 12 16:17:06.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
58242026-03-12T16:17:08.224Z[ recovery-image] Mar 12 16:17:06.846 INFO O| Mar 12 16:17:06.846 INFO STEP 353 (remove_files) COMPLETE
58252026-03-12T16:17:08.224Z[ recovery-image] Mar 12 16:17:06.846 INFO O| Mar 12 16:17:06.846 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262026-03-12T16:17:08.224Z[ recovery-image] Mar 12 16:17:06.856 INFO O| Mar 12 16:17:06.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
58272026-03-12T16:17:08.224Z[ recovery-image] Mar 12 16:17:06.856 INFO O| Mar 12 16:17:06.856 INFO STEP 354 (remove_files) COMPLETE
58282026-03-12T16:17:08.224Z[ recovery-image] Mar 12 16:17:06.856 INFO O| Mar 12 16:17:06.856 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292026-03-12T16:17:08.224Z[ recovery-image] Mar 12 16:17:06.864 INFO O| Mar 12 16:17:06.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
58302026-03-12T16:17:08.224Z[ recovery-image] Mar 12 16:17:06.864 INFO O| Mar 12 16:17:06.864 INFO STEP 355 (remove_files) COMPLETE
58312026-03-12T16:17:08.224Z[ recovery-image] Mar 12 16:17:06.864 INFO O| Mar 12 16:17:06.864 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322026-03-12T16:17:08.224Z[ recovery-image] Mar 12 16:17:06.873 INFO O| Mar 12 16:17:06.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
58332026-03-12T16:17:08.224Z[ recovery-image] Mar 12 16:17:06.873 INFO O| Mar 12 16:17:06.873 INFO STEP 356 (remove_files) COMPLETE
58342026-03-12T16:17:08.224Z[ recovery-image] Mar 12 16:17:06.873 INFO O| Mar 12 16:17:06.873 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352026-03-12T16:17:08.224Z[ recovery-image] Mar 12 16:17:06.882 INFO O| Mar 12 16:17:06.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
58362026-03-12T16:17:08.224Z[ recovery-image] Mar 12 16:17:06.883 INFO O| Mar 12 16:17:06.883 INFO STEP 357 (remove_files) COMPLETE
58372026-03-12T16:17:08.224Z[ recovery-image] Mar 12 16:17:06.883 INFO O| Mar 12 16:17:06.883 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382026-03-12T16:17:08.224Z[ recovery-image] Mar 12 16:17:06.890 INFO O| Mar 12 16:17:06.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
58392026-03-12T16:17:08.224Z[ recovery-image] Mar 12 16:17:06.890 INFO O| Mar 12 16:17:06.890 INFO STEP 358 (remove_files) COMPLETE
58402026-03-12T16:17:08.224Z[ recovery-image] Mar 12 16:17:06.890 INFO O| Mar 12 16:17:06.890 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412026-03-12T16:17:08.224Z[ recovery-image] Mar 12 16:17:06.896 INFO O| Mar 12 16:17:06.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
58422026-03-12T16:17:08.224Z[ recovery-image] Mar 12 16:17:06.896 INFO O| Mar 12 16:17:06.896 INFO STEP 359 (remove_files) COMPLETE
58432026-03-12T16:17:08.224Z[ recovery-image] Mar 12 16:17:06.896 INFO O| Mar 12 16:17:06.896 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442026-03-12T16:17:08.224Z[ recovery-image] Mar 12 16:17:06.903 INFO O| Mar 12 16:17:06.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
58452026-03-12T16:17:08.224Z[ recovery-image] Mar 12 16:17:06.903 INFO O| Mar 12 16:17:06.903 INFO STEP 360 (remove_files) COMPLETE
58462026-03-12T16:17:08.224Z[ recovery-image] Mar 12 16:17:06.903 INFO O| Mar 12 16:17:06.903 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472026-03-12T16:17:08.224Z[ recovery-image] Mar 12 16:17:06.913 INFO O| Mar 12 16:17:06.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
58482026-03-12T16:17:08.225Z[ recovery-image] Mar 12 16:17:06.913 INFO O| Mar 12 16:17:06.913 INFO STEP 361 (remove_files) COMPLETE
58492026-03-12T16:17:08.225Z[ recovery-image] Mar 12 16:17:06.913 INFO O| Mar 12 16:17:06.913 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502026-03-12T16:17:08.225Z[ recovery-image] Mar 12 16:17:06.919 INFO O| Mar 12 16:17:06.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
58512026-03-12T16:17:08.225Z[ recovery-image] Mar 12 16:17:06.919 INFO O| Mar 12 16:17:06.919 INFO STEP 362 (remove_files) COMPLETE
58522026-03-12T16:17:08.225Z[ recovery-image] Mar 12 16:17:06.919 INFO O| Mar 12 16:17:06.919 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532026-03-12T16:17:08.225Z[ recovery-image] Mar 12 16:17:06.929 INFO O| Mar 12 16:17:06.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
58542026-03-12T16:17:08.225Z[ recovery-image] Mar 12 16:17:06.929 INFO O| Mar 12 16:17:06.929 INFO STEP 363 (remove_files) COMPLETE
58552026-03-12T16:17:08.225Z[ recovery-image] Mar 12 16:17:06.929 INFO O| Mar 12 16:17:06.929 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562026-03-12T16:17:08.225Z[ recovery-image] Mar 12 16:17:06.938 INFO O| Mar 12 16:17:06.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
58572026-03-12T16:17:08.225Z[ recovery-image] Mar 12 16:17:06.938 INFO O| Mar 12 16:17:06.938 INFO STEP 364 (remove_files) COMPLETE
58582026-03-12T16:17:08.230Z[ recovery-image] Mar 12 16:17:06.938 INFO O| Mar 12 16:17:06.938 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592026-03-12T16:17:08.230Z[ recovery-image] Mar 12 16:17:06.945 INFO O| Mar 12 16:17:06.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
58602026-03-12T16:17:08.230Z[ recovery-image] Mar 12 16:17:06.945 INFO O| Mar 12 16:17:06.945 INFO STEP 365 (remove_files) COMPLETE
58612026-03-12T16:17:08.230Z[ recovery-image] Mar 12 16:17:06.945 INFO O| Mar 12 16:17:06.945 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622026-03-12T16:17:08.230Z[ recovery-image] Mar 12 16:17:06.951 INFO O| Mar 12 16:17:06.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
58632026-03-12T16:17:08.231Z[ recovery-image] Mar 12 16:17:06.951 INFO O| Mar 12 16:17:06.951 INFO STEP 366 (remove_files) COMPLETE
58642026-03-12T16:17:08.231Z[ recovery-image] Mar 12 16:17:06.951 INFO O| Mar 12 16:17:06.951 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652026-03-12T16:17:08.231Z[ recovery-image] Mar 12 16:17:06.961 INFO O| Mar 12 16:17:06.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
58662026-03-12T16:17:08.231Z[ recovery-image] Mar 12 16:17:06.961 INFO O| Mar 12 16:17:06.961 INFO STEP 367 (remove_files) COMPLETE
58672026-03-12T16:17:08.231Z[ recovery-image] Mar 12 16:17:06.961 INFO O| Mar 12 16:17:06.961 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682026-03-12T16:17:08.231Z[ recovery-image] Mar 12 16:17:06.968 INFO O| Mar 12 16:17:06.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
58692026-03-12T16:17:08.231Z[ recovery-image] Mar 12 16:17:06.968 INFO O| Mar 12 16:17:06.968 INFO STEP 368 (remove_files) COMPLETE
58702026-03-12T16:17:08.231Z[ recovery-image] Mar 12 16:17:06.969 INFO O| Mar 12 16:17:06.968 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712026-03-12T16:17:08.231Z[ recovery-image] Mar 12 16:17:06.976 INFO O| Mar 12 16:17:06.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
58722026-03-12T16:17:08.231Z[ recovery-image] Mar 12 16:17:06.976 INFO O| Mar 12 16:17:06.976 INFO STEP 369 (remove_files) COMPLETE
58732026-03-12T16:17:08.231Z[ recovery-image] Mar 12 16:17:06.976 INFO O| Mar 12 16:17:06.976 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742026-03-12T16:17:08.231Z[ recovery-image] Mar 12 16:17:06.983 INFO O| Mar 12 16:17:06.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
58752026-03-12T16:17:08.231Z[ recovery-image] Mar 12 16:17:06.983 INFO O| Mar 12 16:17:06.983 INFO STEP 370 (remove_files) COMPLETE
58762026-03-12T16:17:08.231Z[ recovery-image] Mar 12 16:17:06.983 INFO O| Mar 12 16:17:06.983 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772026-03-12T16:17:08.231Z[ recovery-image] Mar 12 16:17:06.990 INFO O| Mar 12 16:17:06.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
58782026-03-12T16:17:08.231Z[ recovery-image] Mar 12 16:17:06.991 INFO O| Mar 12 16:17:06.991 INFO STEP 371 (remove_files) COMPLETE
58792026-03-12T16:17:08.231Z[ recovery-image] Mar 12 16:17:06.991 INFO O| Mar 12 16:17:06.991 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802026-03-12T16:17:08.231Z[ recovery-image] Mar 12 16:17:06.997 INFO O| Mar 12 16:17:06.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
58812026-03-12T16:17:08.231Z[ recovery-image] Mar 12 16:17:06.998 INFO O| Mar 12 16:17:06.998 INFO STEP 372 (remove_files) COMPLETE
58822026-03-12T16:17:08.231Z[ recovery-image] Mar 12 16:17:06.998 INFO O| Mar 12 16:17:06.998 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832026-03-12T16:17:08.232Z[ recovery-image] Mar 12 16:17:07.008 INFO O| Mar 12 16:17:07.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
58842026-03-12T16:17:08.232Z[ recovery-image] Mar 12 16:17:07.008 INFO O| Mar 12 16:17:07.008 INFO STEP 373 (remove_files) COMPLETE
58852026-03-12T16:17:08.232Z[ recovery-image] Mar 12 16:17:07.008 INFO O| Mar 12 16:17:07.008 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862026-03-12T16:17:08.232Z[ recovery-image] Mar 12 16:17:07.016 INFO O| Mar 12 16:17:07.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
58872026-03-12T16:17:08.232Z[ recovery-image] Mar 12 16:17:07.016 INFO O| Mar 12 16:17:07.016 INFO STEP 374 (remove_files) COMPLETE
58882026-03-12T16:17:08.232Z[ recovery-image] Mar 12 16:17:07.016 INFO O| Mar 12 16:17:07.016 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892026-03-12T16:17:08.232Z[ recovery-image] Mar 12 16:17:07.023 INFO O| Mar 12 16:17:07.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
58902026-03-12T16:17:08.232Z[ recovery-image] Mar 12 16:17:07.023 INFO O| Mar 12 16:17:07.023 INFO STEP 375 (remove_files) COMPLETE
58912026-03-12T16:17:08.232Z[ recovery-image] Mar 12 16:17:07.023 INFO O| Mar 12 16:17:07.023 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922026-03-12T16:17:08.232Z[ recovery-image] Mar 12 16:17:07.032 INFO O| Mar 12 16:17:07.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
58932026-03-12T16:17:08.232Z[ recovery-image] Mar 12 16:17:07.032 INFO O| Mar 12 16:17:07.032 INFO STEP 376 (remove_files) COMPLETE
58942026-03-12T16:17:08.232Z[ recovery-image] Mar 12 16:17:07.032 INFO O| Mar 12 16:17:07.032 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952026-03-12T16:17:08.232Z[ recovery-image] Mar 12 16:17:07.038 INFO O| Mar 12 16:17:07.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
58962026-03-12T16:17:08.233Z[ recovery-image] Mar 12 16:17:07.038 INFO O| Mar 12 16:17:07.038 INFO STEP 377 (remove_files) COMPLETE
58972026-03-12T16:17:08.233Z[ recovery-image] Mar 12 16:17:07.038 INFO O| Mar 12 16:17:07.038 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982026-03-12T16:17:08.233Z[ recovery-image] Mar 12 16:17:07.047 INFO O| Mar 12 16:17:07.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
58992026-03-12T16:17:08.233Z[ recovery-image] Mar 12 16:17:07.047 INFO O| Mar 12 16:17:07.047 INFO STEP 378 (remove_files) COMPLETE
59002026-03-12T16:17:08.233Z[ recovery-image] Mar 12 16:17:07.047 INFO O| Mar 12 16:17:07.047 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012026-03-12T16:17:08.233Z[ recovery-image] Mar 12 16:17:07.054 INFO O| Mar 12 16:17:07.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
59022026-03-12T16:17:08.233Z[ recovery-image] Mar 12 16:17:07.054 INFO O| Mar 12 16:17:07.054 INFO STEP 379 (remove_files) COMPLETE
59032026-03-12T16:17:08.233Z[ recovery-image] Mar 12 16:17:07.054 INFO O| Mar 12 16:17:07.054 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042026-03-12T16:17:08.233Z[ recovery-image] Mar 12 16:17:07.062 INFO O| Mar 12 16:17:07.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
59052026-03-12T16:17:08.233Z[ recovery-image] Mar 12 16:17:07.062 INFO O| Mar 12 16:17:07.062 INFO STEP 380 (remove_files) COMPLETE
59062026-03-12T16:17:08.233Z[ recovery-image] Mar 12 16:17:07.062 INFO O| Mar 12 16:17:07.062 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072026-03-12T16:17:08.233Z[ recovery-image] Mar 12 16:17:07.068 INFO O| Mar 12 16:17:07.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
59082026-03-12T16:17:08.233Z[ recovery-image] Mar 12 16:17:07.069 INFO O| Mar 12 16:17:07.068 INFO STEP 381 (remove_files) COMPLETE
59092026-03-12T16:17:08.233Z[ recovery-image] Mar 12 16:17:07.069 INFO O| Mar 12 16:17:07.068 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102026-03-12T16:17:08.233Z[ recovery-image] Mar 12 16:17:07.075 INFO O| Mar 12 16:17:07.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
59112026-03-12T16:17:08.233Z[ recovery-image] Mar 12 16:17:07.075 INFO O| Mar 12 16:17:07.075 INFO STEP 382 (remove_files) COMPLETE
59122026-03-12T16:17:08.233Z[ recovery-image] Mar 12 16:17:07.075 INFO O| Mar 12 16:17:07.075 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132026-03-12T16:17:08.233Z[ recovery-image] Mar 12 16:17:07.082 INFO O| Mar 12 16:17:07.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
59142026-03-12T16:17:08.233Z[ recovery-image] Mar 12 16:17:07.082 INFO O| Mar 12 16:17:07.082 INFO STEP 383 (remove_files) COMPLETE
59152026-03-12T16:17:08.233Z[ recovery-image] Mar 12 16:17:07.082 INFO O| Mar 12 16:17:07.082 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162026-03-12T16:17:08.233Z[ recovery-image] Mar 12 16:17:07.090 INFO O| Mar 12 16:17:07.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
59172026-03-12T16:17:08.233Z[ recovery-image] Mar 12 16:17:07.090 INFO O| Mar 12 16:17:07.090 INFO STEP 384 (remove_files) COMPLETE
59182026-03-12T16:17:08.233Z[ recovery-image] Mar 12 16:17:07.090 INFO O| Mar 12 16:17:07.090 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192026-03-12T16:17:08.238Z[ recovery-image] Mar 12 16:17:07.098 INFO O| Mar 12 16:17:07.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
59202026-03-12T16:17:08.238Z[ recovery-image] Mar 12 16:17:07.098 INFO O| Mar 12 16:17:07.098 INFO STEP 385 (remove_files) COMPLETE
59212026-03-12T16:17:08.238Z[ recovery-image] Mar 12 16:17:07.098 INFO O| Mar 12 16:17:07.098 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222026-03-12T16:17:08.243Z[ recovery-image] Mar 12 16:17:07.106 INFO O| Mar 12 16:17:07.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
59232026-03-12T16:17:08.244Z[ recovery-image] Mar 12 16:17:07.106 INFO O| Mar 12 16:17:07.106 INFO STEP 386 (remove_files) COMPLETE
59242026-03-12T16:17:08.244Z[ recovery-image] Mar 12 16:17:07.106 INFO O| Mar 12 16:17:07.106 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252026-03-12T16:17:08.250Z[ recovery-image] Mar 12 16:17:07.114 INFO O| Mar 12 16:17:07.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
59262026-03-12T16:17:08.250Z[ recovery-image] Mar 12 16:17:07.114 INFO O| Mar 12 16:17:07.114 INFO STEP 387 (remove_files) COMPLETE
59272026-03-12T16:17:08.250Z[ recovery-image] Mar 12 16:17:07.114 INFO O| Mar 12 16:17:07.114 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282026-03-12T16:17:08.257Z[ recovery-image] Mar 12 16:17:07.121 INFO O| Mar 12 16:17:07.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
59292026-03-12T16:17:08.257Z[ recovery-image] Mar 12 16:17:07.121 INFO O| Mar 12 16:17:07.121 INFO STEP 388 (remove_files) COMPLETE
59302026-03-12T16:17:08.257Z[ recovery-image] Mar 12 16:17:07.121 INFO O| Mar 12 16:17:07.121 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312026-03-12T16:17:08.265Z[ recovery-image] Mar 12 16:17:07.128 INFO O| Mar 12 16:17:07.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
59322026-03-12T16:17:08.265Z[ recovery-image] Mar 12 16:17:07.128 INFO O| Mar 12 16:17:07.128 INFO STEP 389 (remove_files) COMPLETE
59332026-03-12T16:17:08.268Z[ recovery-image] Mar 12 16:17:07.128 INFO O| Mar 12 16:17:07.128 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342026-03-12T16:17:08.273Z[ recovery-image] Mar 12 16:17:07.136 INFO O| Mar 12 16:17:07.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
59352026-03-12T16:17:08.273Z[ recovery-image] Mar 12 16:17:07.136 INFO O| Mar 12 16:17:07.136 INFO STEP 390 (remove_files) COMPLETE
59362026-03-12T16:17:08.273Z[ recovery-image] Mar 12 16:17:07.136 INFO O| Mar 12 16:17:07.136 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372026-03-12T16:17:08.278Z[ recovery-image] Mar 12 16:17:07.142 INFO O| Mar 12 16:17:07.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
59382026-03-12T16:17:08.281Z[ recovery-image] Mar 12 16:17:07.143 INFO O| Mar 12 16:17:07.143 INFO STEP 391 (remove_files) COMPLETE
59392026-03-12T16:17:08.282Z[ recovery-image] Mar 12 16:17:07.143 INFO O| Mar 12 16:17:07.143 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402026-03-12T16:17:08.287Z[ recovery-image] Mar 12 16:17:07.150 INFO O| Mar 12 16:17:07.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
59412026-03-12T16:17:08.287Z[ recovery-image] Mar 12 16:17:07.150 INFO O| Mar 12 16:17:07.150 INFO STEP 392 (remove_files) COMPLETE
59422026-03-12T16:17:08.287Z[ recovery-image] Mar 12 16:17:07.150 INFO O| Mar 12 16:17:07.150 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432026-03-12T16:17:08.294Z[ recovery-image] Mar 12 16:17:07.158 INFO O| Mar 12 16:17:07.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
59442026-03-12T16:17:08.294Z[ recovery-image] Mar 12 16:17:07.158 INFO O| Mar 12 16:17:07.158 INFO STEP 393 (remove_files) COMPLETE
59452026-03-12T16:17:08.294Z[ recovery-image] Mar 12 16:17:07.158 INFO O| Mar 12 16:17:07.158 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462026-03-12T16:17:08.302Z[ recovery-image] Mar 12 16:17:07.166 INFO O| Mar 12 16:17:07.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
59472026-03-12T16:17:08.305Z[ recovery-image] Mar 12 16:17:07.166 INFO O| Mar 12 16:17:07.166 INFO STEP 394 (remove_files) COMPLETE
59482026-03-12T16:17:08.305Z[ recovery-image] Mar 12 16:17:07.166 INFO O| Mar 12 16:17:07.166 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492026-03-12T16:17:08.309Z[ recovery-image] Mar 12 16:17:07.173 INFO O| Mar 12 16:17:07.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
59502026-03-12T16:17:08.312Z[ recovery-image] Mar 12 16:17:07.173 INFO O| Mar 12 16:17:07.173 INFO STEP 395 (remove_files) COMPLETE
59512026-03-12T16:17:08.312Z[ recovery-image] Mar 12 16:17:07.173 INFO O| Mar 12 16:17:07.173 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522026-03-12T16:17:08.317Z[ recovery-image] Mar 12 16:17:07.180 INFO O| Mar 12 16:17:07.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
59532026-03-12T16:17:08.321Z[ recovery-image] Mar 12 16:17:07.180 INFO O| Mar 12 16:17:07.180 INFO STEP 396 (remove_files) COMPLETE
59542026-03-12T16:17:08.321Z[ recovery-image] Mar 12 16:17:07.180 INFO O| Mar 12 16:17:07.180 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552026-03-12T16:17:08.326Z[ recovery-image] Mar 12 16:17:07.188 INFO O| Mar 12 16:17:07.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
59562026-03-12T16:17:08.326Z[ recovery-image] Mar 12 16:17:07.188 INFO O| Mar 12 16:17:07.188 INFO STEP 397 (remove_files) COMPLETE
59572026-03-12T16:17:08.326Z[ recovery-image] Mar 12 16:17:07.188 INFO O| Mar 12 16:17:07.188 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582026-03-12T16:17:08.336Z[ recovery-image] Mar 12 16:17:07.196 INFO O| Mar 12 16:17:07.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
59592026-03-12T16:17:08.339Z[ recovery-image] Mar 12 16:17:07.196 INFO O| Mar 12 16:17:07.196 INFO STEP 398 (remove_files) COMPLETE
59602026-03-12T16:17:08.339Z[ recovery-image] Mar 12 16:17:07.196 INFO O| Mar 12 16:17:07.196 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612026-03-12T16:17:08.343Z[ recovery-image] Mar 12 16:17:07.203 INFO O| Mar 12 16:17:07.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
59622026-03-12T16:17:08.343Z[ recovery-image] Mar 12 16:17:07.203 INFO O| Mar 12 16:17:07.203 INFO STEP 399 (remove_files) COMPLETE
59632026-03-12T16:17:08.343Z[ recovery-image] Mar 12 16:17:07.203 INFO O| Mar 12 16:17:07.203 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642026-03-12T16:17:08.347Z[ recovery-image] Mar 12 16:17:07.210 INFO O| Mar 12 16:17:07.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
59652026-03-12T16:17:08.347Z[ recovery-image] Mar 12 16:17:07.210 INFO O| Mar 12 16:17:07.210 INFO STEP 400 (remove_files) COMPLETE
59662026-03-12T16:17:08.347Z[ recovery-image] Mar 12 16:17:07.210 INFO O| Mar 12 16:17:07.210 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672026-03-12T16:17:08.354Z[ recovery-image] Mar 12 16:17:07.218 INFO O| Mar 12 16:17:07.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
59682026-03-12T16:17:08.357Z[ recovery-image] Mar 12 16:17:07.218 INFO O| Mar 12 16:17:07.218 INFO STEP 401 (remove_files) COMPLETE
59692026-03-12T16:17:08.357Z[ recovery-image] Mar 12 16:17:07.218 INFO O| Mar 12 16:17:07.218 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702026-03-12T16:17:08.361Z[ recovery-image] Mar 12 16:17:07.225 INFO O| Mar 12 16:17:07.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
59712026-03-12T16:17:08.361Z[ recovery-image] Mar 12 16:17:07.225 INFO O| Mar 12 16:17:07.225 INFO STEP 402 (remove_files) COMPLETE
59722026-03-12T16:17:08.364Z[ recovery-image] Mar 12 16:17:07.225 INFO O| Mar 12 16:17:07.225 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732026-03-12T16:17:08.368Z[ recovery-image] Mar 12 16:17:07.232 INFO O| Mar 12 16:17:07.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
59742026-03-12T16:17:08.368Z[ recovery-image] Mar 12 16:17:07.232 INFO O| Mar 12 16:17:07.232 INFO STEP 403 (remove_files) COMPLETE
59752026-03-12T16:17:08.372Z[ recovery-image] Mar 12 16:17:07.232 INFO O| Mar 12 16:17:07.232 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762026-03-12T16:17:08.376Z[ recovery-image] Mar 12 16:17:07.240 INFO O| Mar 12 16:17:07.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
59772026-03-12T16:17:08.376Z[ recovery-image] Mar 12 16:17:07.240 INFO O| Mar 12 16:17:07.240 INFO STEP 404 (remove_files) COMPLETE
59782026-03-12T16:17:08.379Z[ recovery-image] Mar 12 16:17:07.240 INFO O| Mar 12 16:17:07.240 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792026-03-12T16:17:08.384Z[ recovery-image] Mar 12 16:17:07.247 INFO O| Mar 12 16:17:07.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
59802026-03-12T16:17:08.390Z[ recovery-image] Mar 12 16:17:07.247 INFO O| Mar 12 16:17:07.247 INFO STEP 405 (remove_files) COMPLETE
59812026-03-12T16:17:08.390Z[ recovery-image] Mar 12 16:17:07.247 INFO O| Mar 12 16:17:07.247 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822026-03-12T16:17:08.395Z[ recovery-image] Mar 12 16:17:07.255 INFO O| Mar 12 16:17:07.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
59832026-03-12T16:17:08.395Z[ recovery-image] Mar 12 16:17:07.256 INFO O| Mar 12 16:17:07.256 INFO STEP 406 (remove_files) COMPLETE
59842026-03-12T16:17:08.395Z[ recovery-image] Mar 12 16:17:07.256 INFO O| Mar 12 16:17:07.256 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852026-03-12T16:17:08.448Z[ recovery-image] Mar 12 16:17:07.264 INFO O| Mar 12 16:17:07.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
59862026-03-12T16:17:08.448Z[ recovery-image] Mar 12 16:17:07.264 INFO O| Mar 12 16:17:07.264 INFO STEP 407 (remove_files) COMPLETE
59872026-03-12T16:17:08.448Z[ recovery-image] Mar 12 16:17:07.264 INFO O| Mar 12 16:17:07.264 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882026-03-12T16:17:08.448Z[ recovery-image] Mar 12 16:17:07.271 INFO O| Mar 12 16:17:07.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
59892026-03-12T16:17:08.448Z[ recovery-image] Mar 12 16:17:07.271 INFO O| Mar 12 16:17:07.271 INFO STEP 408 (remove_files) COMPLETE
59902026-03-12T16:17:08.448Z[ recovery-image] Mar 12 16:17:07.271 INFO O| Mar 12 16:17:07.271 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912026-03-12T16:17:08.448Z[ recovery-image] Mar 12 16:17:07.278 INFO O| Mar 12 16:17:07.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
59922026-03-12T16:17:08.448Z[ recovery-image] Mar 12 16:17:07.278 INFO O| Mar 12 16:17:07.278 INFO STEP 409 (remove_files) COMPLETE
59932026-03-12T16:17:08.448Z[ recovery-image] Mar 12 16:17:07.278 INFO O| Mar 12 16:17:07.278 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942026-03-12T16:17:08.448Z[ recovery-image] Mar 12 16:17:07.285 INFO O| Mar 12 16:17:07.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
59952026-03-12T16:17:08.448Z[ recovery-image] Mar 12 16:17:07.285 INFO O| Mar 12 16:17:07.285 INFO STEP 410 (remove_files) COMPLETE
59962026-03-12T16:17:08.448Z[ recovery-image] Mar 12 16:17:07.285 INFO O| Mar 12 16:17:07.285 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972026-03-12T16:17:08.448Z[ recovery-image] Mar 12 16:17:07.293 INFO O| Mar 12 16:17:07.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
59982026-03-12T16:17:08.448Z[ recovery-image] Mar 12 16:17:07.293 INFO O| Mar 12 16:17:07.293 INFO STEP 411 (remove_files) COMPLETE
59992026-03-12T16:17:08.448Z[ recovery-image] Mar 12 16:17:07.293 INFO O| Mar 12 16:17:07.293 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002026-03-12T16:17:08.449Z[ recovery-image] Mar 12 16:17:07.300 INFO O| Mar 12 16:17:07.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
60012026-03-12T16:17:08.449Z[ recovery-image] Mar 12 16:17:07.300 INFO O| Mar 12 16:17:07.300 INFO STEP 412 (remove_files) COMPLETE
60022026-03-12T16:17:08.449Z[ recovery-image] Mar 12 16:17:07.300 INFO O| Mar 12 16:17:07.300 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032026-03-12T16:17:08.449Z[ recovery-image] Mar 12 16:17:07.307 INFO O| Mar 12 16:17:07.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
60042026-03-12T16:17:08.450Z[ recovery-image] Mar 12 16:17:07.307 INFO O| Mar 12 16:17:07.307 INFO STEP 413 (remove_files) COMPLETE
60052026-03-12T16:17:08.450Z[ recovery-image] Mar 12 16:17:07.307 INFO O| Mar 12 16:17:07.307 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062026-03-12T16:17:08.457Z[ recovery-image] Mar 12 16:17:07.315 INFO O| Mar 12 16:17:07.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
60072026-03-12T16:17:08.457Z[ recovery-image] Mar 12 16:17:07.315 INFO O| Mar 12 16:17:07.315 INFO STEP 414 (remove_files) COMPLETE
60082026-03-12T16:17:08.457Z[ recovery-image] Mar 12 16:17:07.315 INFO O| Mar 12 16:17:07.315 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092026-03-12T16:17:08.460Z[ recovery-image] Mar 12 16:17:07.322 INFO O| Mar 12 16:17:07.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
60102026-03-12T16:17:08.460Z[ recovery-image] Mar 12 16:17:07.322 INFO O| Mar 12 16:17:07.322 INFO STEP 415 (remove_files) COMPLETE
60112026-03-12T16:17:08.460Z[ recovery-image] Mar 12 16:17:07.322 INFO O| Mar 12 16:17:07.322 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122026-03-12T16:17:08.466Z[ recovery-image] Mar 12 16:17:07.330 INFO O| Mar 12 16:17:07.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
60132026-03-12T16:17:08.470Z[ recovery-image] Mar 12 16:17:07.330 INFO O| Mar 12 16:17:07.330 INFO STEP 416 (remove_files) COMPLETE
60142026-03-12T16:17:08.470Z[ recovery-image] Mar 12 16:17:07.330 INFO O| Mar 12 16:17:07.330 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152026-03-12T16:17:08.475Z[ recovery-image] Mar 12 16:17:07.338 INFO O| Mar 12 16:17:07.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
60162026-03-12T16:17:08.475Z[ recovery-image] Mar 12 16:17:07.338 INFO O| Mar 12 16:17:07.338 INFO STEP 417 (remove_files) COMPLETE
60172026-03-12T16:17:08.475Z[ recovery-image] Mar 12 16:17:07.338 INFO O| Mar 12 16:17:07.338 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182026-03-12T16:17:08.482Z[ recovery-image] Mar 12 16:17:07.345 INFO O| Mar 12 16:17:07.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
60192026-03-12T16:17:08.485Z[ recovery-image] Mar 12 16:17:07.346 INFO O| Mar 12 16:17:07.345 INFO STEP 418 (remove_files) COMPLETE
60202026-03-12T16:17:08.486Z[ recovery-image] Mar 12 16:17:07.346 INFO O| Mar 12 16:17:07.346 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212026-03-12T16:17:08.489Z[ recovery-image] Mar 12 16:17:07.353 INFO O| Mar 12 16:17:07.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
60222026-03-12T16:17:08.493Z[ recovery-image] Mar 12 16:17:07.353 INFO O| Mar 12 16:17:07.353 INFO STEP 419 (remove_files) COMPLETE
60232026-03-12T16:17:08.493Z[ recovery-image] Mar 12 16:17:07.353 INFO O| Mar 12 16:17:07.353 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242026-03-12T16:17:08.498Z[ recovery-image] Mar 12 16:17:07.361 INFO O| Mar 12 16:17:07.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
60252026-03-12T16:17:08.498Z[ recovery-image] Mar 12 16:17:07.361 INFO O| Mar 12 16:17:07.361 INFO STEP 420 (remove_files) COMPLETE
60262026-03-12T16:17:08.501Z[ recovery-image] Mar 12 16:17:07.361 INFO O| Mar 12 16:17:07.361 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272026-03-12T16:17:08.506Z[ recovery-image] Mar 12 16:17:07.368 INFO O| Mar 12 16:17:07.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
60282026-03-12T16:17:08.506Z[ recovery-image] Mar 12 16:17:07.368 INFO O| Mar 12 16:17:07.368 INFO STEP 421 (remove_files) COMPLETE
60292026-03-12T16:17:08.506Z[ recovery-image] Mar 12 16:17:07.368 INFO O| Mar 12 16:17:07.368 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302026-03-12T16:17:08.513Z[ recovery-image] Mar 12 16:17:07.376 INFO O| Mar 12 16:17:07.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
60312026-03-12T16:17:08.517Z[ recovery-image] Mar 12 16:17:07.376 INFO O| Mar 12 16:17:07.376 INFO STEP 422 (remove_files) COMPLETE
60322026-03-12T16:17:08.517Z[ recovery-image] Mar 12 16:17:07.376 INFO O| Mar 12 16:17:07.376 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332026-03-12T16:17:08.520Z[ recovery-image] Mar 12 16:17:07.383 INFO O| Mar 12 16:17:07.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
60342026-03-12T16:17:08.520Z[ recovery-image] Mar 12 16:17:07.383 INFO O| Mar 12 16:17:07.383 INFO STEP 423 (remove_files) COMPLETE
60352026-03-12T16:17:08.520Z[ recovery-image] Mar 12 16:17:07.383 INFO O| Mar 12 16:17:07.383 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362026-03-12T16:17:08.526Z[ recovery-image] Mar 12 16:17:07.390 INFO O| Mar 12 16:17:07.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
60372026-03-12T16:17:08.529Z[ recovery-image] Mar 12 16:17:07.390 INFO O| Mar 12 16:17:07.390 INFO STEP 424 (remove_files) COMPLETE
60382026-03-12T16:17:08.529Z[ recovery-image] Mar 12 16:17:07.390 INFO O| Mar 12 16:17:07.390 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392026-03-12T16:17:08.532Z[ recovery-image] Mar 12 16:17:07.397 INFO O| Mar 12 16:17:07.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
60402026-03-12T16:17:08.535Z[ recovery-image] Mar 12 16:17:07.397 INFO O| Mar 12 16:17:07.397 INFO STEP 425 (remove_files) COMPLETE
60412026-03-12T16:17:08.536Z[ recovery-image] Mar 12 16:17:07.397 INFO O| Mar 12 16:17:07.397 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422026-03-12T16:17:08.540Z[ recovery-image] Mar 12 16:17:07.404 INFO O| Mar 12 16:17:07.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
60432026-03-12T16:17:08.543Z[ recovery-image] Mar 12 16:17:07.404 INFO O| Mar 12 16:17:07.404 INFO STEP 426 (remove_files) COMPLETE
60442026-03-12T16:17:08.543Z[ recovery-image] Mar 12 16:17:07.404 INFO O| Mar 12 16:17:07.404 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452026-03-12T16:17:08.547Z[ recovery-image] Mar 12 16:17:07.411 INFO O| Mar 12 16:17:07.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
60462026-03-12T16:17:08.547Z[ recovery-image] Mar 12 16:17:07.411 INFO O| Mar 12 16:17:07.411 INFO STEP 427 (remove_files) COMPLETE
60472026-03-12T16:17:08.547Z[ recovery-image] Mar 12 16:17:07.411 INFO O| Mar 12 16:17:07.411 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482026-03-12T16:17:08.554Z[ recovery-image] Mar 12 16:17:07.418 INFO O| Mar 12 16:17:07.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
60492026-03-12T16:17:08.554Z[ recovery-image] Mar 12 16:17:07.418 INFO O| Mar 12 16:17:07.418 INFO STEP 428 (remove_files) COMPLETE
60502026-03-12T16:17:08.557Z[ recovery-image] Mar 12 16:17:07.418 INFO O| Mar 12 16:17:07.418 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512026-03-12T16:17:08.561Z[ recovery-image] Mar 12 16:17:07.424 INFO O| Mar 12 16:17:07.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
60522026-03-12T16:17:08.561Z[ recovery-image] Mar 12 16:17:07.424 INFO O| Mar 12 16:17:07.424 INFO STEP 429 (remove_files) COMPLETE
60532026-03-12T16:17:08.561Z[ recovery-image] Mar 12 16:17:07.424 INFO O| Mar 12 16:17:07.424 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542026-03-12T16:17:08.567Z[ recovery-image] Mar 12 16:17:07.431 INFO O| Mar 12 16:17:07.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
60552026-03-12T16:17:08.570Z[ recovery-image] Mar 12 16:17:07.431 INFO O| Mar 12 16:17:07.431 INFO STEP 430 (remove_files) COMPLETE
60562026-03-12T16:17:08.570Z[ recovery-image] Mar 12 16:17:07.431 INFO O| Mar 12 16:17:07.431 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572026-03-12T16:17:08.576Z[ recovery-image] Mar 12 16:17:07.440 INFO O| Mar 12 16:17:07.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
60582026-03-12T16:17:08.576Z[ recovery-image] Mar 12 16:17:07.440 INFO O| Mar 12 16:17:07.440 INFO STEP 431 (remove_files) COMPLETE
60592026-03-12T16:17:08.581Z[ recovery-image] Mar 12 16:17:07.440 INFO O| Mar 12 16:17:07.440 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602026-03-12T16:17:08.584Z[ recovery-image] Mar 12 16:17:07.448 INFO O| Mar 12 16:17:07.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
60612026-03-12T16:17:08.584Z[ recovery-image] Mar 12 16:17:07.448 INFO O| Mar 12 16:17:07.448 INFO STEP 432 (remove_files) COMPLETE
60622026-03-12T16:17:08.584Z[ recovery-image] Mar 12 16:17:07.448 INFO O| Mar 12 16:17:07.448 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632026-03-12T16:17:08.592Z[ recovery-image] Mar 12 16:17:07.456 INFO O| Mar 12 16:17:07.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
60642026-03-12T16:17:08.595Z[ recovery-image] Mar 12 16:17:07.456 INFO O| Mar 12 16:17:07.456 INFO STEP 433 (remove_files) COMPLETE
60652026-03-12T16:17:08.595Z[ recovery-image] Mar 12 16:17:07.456 INFO O| Mar 12 16:17:07.456 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662026-03-12T16:17:08.602Z[ recovery-image] Mar 12 16:17:07.464 INFO O| Mar 12 16:17:07.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
60672026-03-12T16:17:08.608Z[ recovery-image] Mar 12 16:17:07.464 INFO O| Mar 12 16:17:07.464 INFO STEP 434 (remove_files) COMPLETE
60682026-03-12T16:17:08.608Z[ recovery-image] Mar 12 16:17:07.464 INFO O| Mar 12 16:17:07.464 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692026-03-12T16:17:08.612Z[ recovery-image] Mar 12 16:17:07.472 INFO O| Mar 12 16:17:07.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
60702026-03-12T16:17:08.612Z[ recovery-image] Mar 12 16:17:07.472 INFO O| Mar 12 16:17:07.472 INFO STEP 435 (remove_files) COMPLETE
60712026-03-12T16:17:08.612Z[ recovery-image] Mar 12 16:17:07.472 INFO O| Mar 12 16:17:07.472 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722026-03-12T16:17:08.615Z[ recovery-image] Mar 12 16:17:07.479 INFO O| Mar 12 16:17:07.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
60732026-03-12T16:17:08.618Z[ recovery-image] Mar 12 16:17:07.480 INFO O| Mar 12 16:17:07.480 INFO STEP 436 (remove_files) COMPLETE
60742026-03-12T16:17:08.618Z[ recovery-image] Mar 12 16:17:07.480 INFO O| Mar 12 16:17:07.480 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752026-03-12T16:17:08.624Z[ recovery-image] Mar 12 16:17:07.487 INFO O| Mar 12 16:17:07.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
60762026-03-12T16:17:08.624Z[ recovery-image] Mar 12 16:17:07.487 INFO O| Mar 12 16:17:07.487 INFO STEP 437 (remove_files) COMPLETE
60772026-03-12T16:17:08.624Z[ recovery-image] Mar 12 16:17:07.487 INFO O| Mar 12 16:17:07.487 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782026-03-12T16:17:08.630Z[ recovery-image] Mar 12 16:17:07.494 INFO O| Mar 12 16:17:07.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
60792026-03-12T16:17:08.630Z[ recovery-image] Mar 12 16:17:07.494 INFO O| Mar 12 16:17:07.494 INFO STEP 438 (remove_files) COMPLETE
60802026-03-12T16:17:08.630Z[ recovery-image] Mar 12 16:17:07.494 INFO O| Mar 12 16:17:07.494 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812026-03-12T16:17:08.638Z[ recovery-image] Mar 12 16:17:07.502 INFO O| Mar 12 16:17:07.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
60822026-03-12T16:17:08.641Z[ recovery-image] Mar 12 16:17:07.502 INFO O| Mar 12 16:17:07.502 INFO STEP 439 (remove_files) COMPLETE
60832026-03-12T16:17:08.641Z[ recovery-image] Mar 12 16:17:07.502 INFO O| Mar 12 16:17:07.502 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842026-03-12T16:17:08.645Z[ recovery-image] Mar 12 16:17:07.508 INFO O| Mar 12 16:17:07.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
60852026-03-12T16:17:08.645Z[ recovery-image] Mar 12 16:17:07.508 INFO O| Mar 12 16:17:07.508 INFO STEP 440 (remove_files) COMPLETE
60862026-03-12T16:17:08.645Z[ recovery-image] Mar 12 16:17:07.508 INFO O| Mar 12 16:17:07.508 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872026-03-12T16:17:08.653Z[ recovery-image] Mar 12 16:17:07.517 INFO O| Mar 12 16:17:07.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
60882026-03-12T16:17:08.657Z[ recovery-image] Mar 12 16:17:07.517 INFO O| Mar 12 16:17:07.517 INFO STEP 441 (remove_files) COMPLETE
60892026-03-12T16:17:08.657Z[ recovery-image] Mar 12 16:17:07.517 INFO O| Mar 12 16:17:07.517 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902026-03-12T16:17:08.661Z[ recovery-image] Mar 12 16:17:07.524 INFO O| Mar 12 16:17:07.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
60912026-03-12T16:17:08.661Z[ recovery-image] Mar 12 16:17:07.524 INFO O| Mar 12 16:17:07.524 INFO STEP 442 (remove_files) COMPLETE
60922026-03-12T16:17:08.661Z[ recovery-image] Mar 12 16:17:07.524 INFO O| Mar 12 16:17:07.524 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932026-03-12T16:17:08.667Z[ recovery-image] Mar 12 16:17:07.531 INFO O| Mar 12 16:17:07.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
60942026-03-12T16:17:08.667Z[ recovery-image] Mar 12 16:17:07.531 INFO O| Mar 12 16:17:07.531 INFO STEP 443 (remove_files) COMPLETE
60952026-03-12T16:17:08.672Z[ recovery-image] Mar 12 16:17:07.531 INFO O| Mar 12 16:17:07.531 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962026-03-12T16:17:08.675Z[ recovery-image] Mar 12 16:17:07.538 INFO O| Mar 12 16:17:07.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
60972026-03-12T16:17:08.675Z[ recovery-image] Mar 12 16:17:07.538 INFO O| Mar 12 16:17:07.538 INFO STEP 444 (remove_files) COMPLETE
60982026-03-12T16:17:08.675Z[ recovery-image] Mar 12 16:17:07.538 INFO O| Mar 12 16:17:07.538 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992026-03-12T16:17:08.683Z[ recovery-image] Mar 12 16:17:07.545 INFO O| Mar 12 16:17:07.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
61002026-03-12T16:17:08.683Z[ recovery-image] Mar 12 16:17:07.545 INFO O| Mar 12 16:17:07.545 INFO STEP 445 (remove_files) COMPLETE
61012026-03-12T16:17:08.683Z[ recovery-image] Mar 12 16:17:07.545 INFO O| Mar 12 16:17:07.545 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022026-03-12T16:17:08.689Z[ recovery-image] Mar 12 16:17:07.553 INFO O| Mar 12 16:17:07.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
61032026-03-12T16:17:08.692Z[ recovery-image] Mar 12 16:17:07.554 INFO O| Mar 12 16:17:07.554 INFO STEP 446 (remove_files) COMPLETE
61042026-03-12T16:17:08.692Z[ recovery-image] Mar 12 16:17:07.554 INFO O| Mar 12 16:17:07.554 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052026-03-12T16:17:08.699Z[ recovery-image] Mar 12 16:17:07.561 INFO O| Mar 12 16:17:07.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
61062026-03-12T16:17:08.699Z[ recovery-image] Mar 12 16:17:07.561 INFO O| Mar 12 16:17:07.561 INFO STEP 447 (remove_files) COMPLETE
61072026-03-12T16:17:08.703Z[ recovery-image] Mar 12 16:17:07.561 INFO O| Mar 12 16:17:07.561 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082026-03-12T16:17:08.707Z[ recovery-image] Mar 12 16:17:07.568 INFO O| Mar 12 16:17:07.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
61092026-03-12T16:17:08.707Z[ recovery-image] Mar 12 16:17:07.568 INFO O| Mar 12 16:17:07.568 INFO STEP 448 (remove_files) COMPLETE
61102026-03-12T16:17:08.707Z[ recovery-image] Mar 12 16:17:07.568 INFO O| Mar 12 16:17:07.568 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112026-03-12T16:17:08.711Z[ recovery-image] Mar 12 16:17:07.575 INFO O| Mar 12 16:17:07.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
61122026-03-12T16:17:08.711Z[ recovery-image] Mar 12 16:17:07.575 INFO O| Mar 12 16:17:07.575 INFO STEP 449 (remove_files) COMPLETE
61132026-03-12T16:17:08.717Z[ recovery-image] Mar 12 16:17:07.575 INFO O| Mar 12 16:17:07.575 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142026-03-12T16:17:08.722Z[ recovery-image] Mar 12 16:17:07.583 INFO O| Mar 12 16:17:07.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
61152026-03-12T16:17:08.722Z[ recovery-image] Mar 12 16:17:07.583 INFO O| Mar 12 16:17:07.583 INFO STEP 450 (remove_files) COMPLETE
61162026-03-12T16:17:08.722Z[ recovery-image] Mar 12 16:17:07.583 INFO O| Mar 12 16:17:07.583 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172026-03-12T16:17:08.726Z[ recovery-image] Mar 12 16:17:07.590 INFO O| Mar 12 16:17:07.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
61182026-03-12T16:17:08.726Z[ recovery-image] Mar 12 16:17:07.590 INFO O| Mar 12 16:17:07.590 INFO STEP 451 (remove_files) COMPLETE
61192026-03-12T16:17:08.729Z[ recovery-image] Mar 12 16:17:07.590 INFO O| Mar 12 16:17:07.590 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202026-03-12T16:17:08.733Z[ recovery-image] Mar 12 16:17:07.597 INFO O| Mar 12 16:17:07.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
61212026-03-12T16:17:08.735Z[ recovery-image] Mar 12 16:17:07.597 INFO O| Mar 12 16:17:07.597 INFO STEP 452 (remove_files) COMPLETE
61222026-03-12T16:17:08.735Z[ recovery-image] Mar 12 16:17:07.597 INFO O| Mar 12 16:17:07.597 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232026-03-12T16:17:08.741Z[ recovery-image] Mar 12 16:17:07.604 INFO O| Mar 12 16:17:07.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
61242026-03-12T16:17:08.745Z[ recovery-image] Mar 12 16:17:07.604 INFO O| Mar 12 16:17:07.604 INFO STEP 453 (remove_files) COMPLETE
61252026-03-12T16:17:08.745Z[ recovery-image] Mar 12 16:17:07.604 INFO O| Mar 12 16:17:07.604 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262026-03-12T16:17:08.749Z[ recovery-image] Mar 12 16:17:07.611 INFO O| Mar 12 16:17:07.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
61272026-03-12T16:17:08.749Z[ recovery-image] Mar 12 16:17:07.611 INFO O| Mar 12 16:17:07.611 INFO STEP 454 (remove_files) COMPLETE
61282026-03-12T16:17:08.749Z[ recovery-image] Mar 12 16:17:07.611 INFO O| Mar 12 16:17:07.611 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292026-03-12T16:17:08.755Z[ recovery-image] Mar 12 16:17:07.619 INFO O| Mar 12 16:17:07.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
61302026-03-12T16:17:08.759Z[ recovery-image] Mar 12 16:17:07.620 INFO O| Mar 12 16:17:07.620 INFO STEP 455 (remove_files) COMPLETE
61312026-03-12T16:17:08.759Z[ recovery-image] Mar 12 16:17:07.620 INFO O| Mar 12 16:17:07.620 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322026-03-12T16:17:08.762Z[ recovery-image] Mar 12 16:17:07.626 INFO O| Mar 12 16:17:07.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
61332026-03-12T16:17:08.766Z[ recovery-image] Mar 12 16:17:07.626 INFO O| Mar 12 16:17:07.626 INFO STEP 456 (remove_files) COMPLETE
61342026-03-12T16:17:08.767Z[ recovery-image] Mar 12 16:17:07.626 INFO O| Mar 12 16:17:07.626 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352026-03-12T16:17:08.770Z[ recovery-image] Mar 12 16:17:07.633 INFO O| Mar 12 16:17:07.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
61362026-03-12T16:17:08.770Z[ recovery-image] Mar 12 16:17:07.633 INFO O| Mar 12 16:17:07.633 INFO STEP 457 (remove_files) COMPLETE
61372026-03-12T16:17:08.770Z[ recovery-image] Mar 12 16:17:07.633 INFO O| Mar 12 16:17:07.633 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382026-03-12T16:17:08.777Z[ recovery-image] Mar 12 16:17:07.641 INFO O| Mar 12 16:17:07.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
61392026-03-12T16:17:08.780Z[ recovery-image] Mar 12 16:17:07.641 INFO O| Mar 12 16:17:07.641 INFO STEP 458 (remove_files) COMPLETE
61402026-03-12T16:17:08.780Z[ recovery-image] Mar 12 16:17:07.641 INFO O| Mar 12 16:17:07.641 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412026-03-12T16:17:08.785Z[ recovery-image] Mar 12 16:17:07.648 INFO O| Mar 12 16:17:07.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
61422026-03-12T16:17:08.788Z[ recovery-image] Mar 12 16:17:07.648 INFO O| Mar 12 16:17:07.648 INFO STEP 459 (remove_files) COMPLETE
61432026-03-12T16:17:08.788Z[ recovery-image] Mar 12 16:17:07.649 INFO O| Mar 12 16:17:07.648 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442026-03-12T16:17:08.792Z[ recovery-image] Mar 12 16:17:07.656 INFO O| Mar 12 16:17:07.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
61452026-03-12T16:17:08.795Z[ recovery-image] Mar 12 16:17:07.656 INFO O| Mar 12 16:17:07.656 INFO STEP 460 (remove_files) COMPLETE
61462026-03-12T16:17:08.795Z[ recovery-image] Mar 12 16:17:07.656 INFO O| Mar 12 16:17:07.656 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472026-03-12T16:17:08.800Z[ recovery-image] Mar 12 16:17:07.664 INFO O| Mar 12 16:17:07.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
61482026-03-12T16:17:08.803Z[ recovery-image] Mar 12 16:17:07.664 INFO O| Mar 12 16:17:07.664 INFO STEP 461 (remove_files) COMPLETE
61492026-03-12T16:17:08.803Z[ recovery-image] Mar 12 16:17:07.664 INFO O| Mar 12 16:17:07.664 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502026-03-12T16:17:08.808Z[ recovery-image] Mar 12 16:17:07.672 INFO O| Mar 12 16:17:07.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
61512026-03-12T16:17:08.811Z[ recovery-image] Mar 12 16:17:07.672 INFO O| Mar 12 16:17:07.672 INFO STEP 462 (remove_files) COMPLETE
61522026-03-12T16:17:08.811Z[ recovery-image] Mar 12 16:17:07.672 INFO O| Mar 12 16:17:07.672 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532026-03-12T16:17:08.816Z[ recovery-image] Mar 12 16:17:07.680 INFO O| Mar 12 16:17:07.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
61542026-03-12T16:17:08.816Z[ recovery-image] Mar 12 16:17:07.680 INFO O| Mar 12 16:17:07.680 INFO STEP 463 (remove_files) COMPLETE
61552026-03-12T16:17:08.816Z[ recovery-image] Mar 12 16:17:07.680 INFO O| Mar 12 16:17:07.680 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562026-03-12T16:17:08.824Z[ recovery-image] Mar 12 16:17:07.688 INFO O| Mar 12 16:17:07.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
61572026-03-12T16:17:08.826Z[ recovery-image] Mar 12 16:17:07.688 INFO O| Mar 12 16:17:07.688 INFO STEP 464 (remove_files) COMPLETE
61582026-03-12T16:17:08.826Z[ recovery-image] Mar 12 16:17:07.688 INFO O| Mar 12 16:17:07.688 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592026-03-12T16:17:08.832Z[ recovery-image] Mar 12 16:17:07.695 INFO O| Mar 12 16:17:07.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
61602026-03-12T16:17:08.832Z[ recovery-image] Mar 12 16:17:07.696 INFO O| Mar 12 16:17:07.696 INFO STEP 465 (remove_files) COMPLETE
61612026-03-12T16:17:08.835Z[ recovery-image] Mar 12 16:17:07.696 INFO O| Mar 12 16:17:07.696 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622026-03-12T16:17:08.840Z[ recovery-image] Mar 12 16:17:07.703 INFO O| Mar 12 16:17:07.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
61632026-03-12T16:17:08.840Z[ recovery-image] Mar 12 16:17:07.703 INFO O| Mar 12 16:17:07.703 INFO STEP 466 (remove_files) COMPLETE
61642026-03-12T16:17:08.841Z[ recovery-image] Mar 12 16:17:07.703 INFO O| Mar 12 16:17:07.703 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652026-03-12T16:17:08.847Z[ recovery-image] Mar 12 16:17:07.710 INFO O| Mar 12 16:17:07.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
61662026-03-12T16:17:08.847Z[ recovery-image] Mar 12 16:17:07.710 INFO O| Mar 12 16:17:07.710 INFO STEP 467 (remove_files) COMPLETE
61672026-03-12T16:17:08.851Z[ recovery-image] Mar 12 16:17:07.710 INFO O| Mar 12 16:17:07.710 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682026-03-12T16:17:08.856Z[ recovery-image] Mar 12 16:17:07.718 INFO O| Mar 12 16:17:07.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
61692026-03-12T16:17:08.856Z[ recovery-image] Mar 12 16:17:07.718 INFO O| Mar 12 16:17:07.718 INFO STEP 468 (remove_files) COMPLETE
61702026-03-12T16:17:08.861Z[ recovery-image] Mar 12 16:17:07.718 INFO O| Mar 12 16:17:07.718 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712026-03-12T16:17:08.866Z[ recovery-image] Mar 12 16:17:07.725 INFO O| Mar 12 16:17:07.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
61722026-03-12T16:17:08.866Z[ recovery-image] Mar 12 16:17:07.725 INFO O| Mar 12 16:17:07.725 INFO STEP 469 (remove_files) COMPLETE
61732026-03-12T16:17:08.867Z[ recovery-image] Mar 12 16:17:07.725 INFO O| Mar 12 16:17:07.725 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742026-03-12T16:17:08.870Z[ recovery-image] Mar 12 16:17:07.732 INFO O| Mar 12 16:17:07.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
61752026-03-12T16:17:08.870Z[ recovery-image] Mar 12 16:17:07.732 INFO O| Mar 12 16:17:07.732 INFO STEP 470 (remove_files) COMPLETE
61762026-03-12T16:17:08.870Z[ recovery-image] Mar 12 16:17:07.732 INFO O| Mar 12 16:17:07.732 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772026-03-12T16:17:08.876Z[ recovery-image] Mar 12 16:17:07.740 INFO O| Mar 12 16:17:07.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
61782026-03-12T16:17:08.877Z[ recovery-image] Mar 12 16:17:07.740 INFO O| Mar 12 16:17:07.740 INFO STEP 471 (remove_files) COMPLETE
61792026-03-12T16:17:08.877Z[ recovery-image] Mar 12 16:17:07.740 INFO O| Mar 12 16:17:07.740 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802026-03-12T16:17:08.883Z[ recovery-image] Mar 12 16:17:07.747 INFO O| Mar 12 16:17:07.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
61812026-03-12T16:17:08.883Z[ recovery-image] Mar 12 16:17:07.747 INFO O| Mar 12 16:17:07.747 INFO STEP 472 (remove_files) COMPLETE
61822026-03-12T16:17:08.888Z[ recovery-image] Mar 12 16:17:07.747 INFO O| Mar 12 16:17:07.747 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832026-03-12T16:17:08.892Z[ recovery-image] Mar 12 16:17:07.754 INFO O| Mar 12 16:17:07.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
61842026-03-12T16:17:08.892Z[ recovery-image] Mar 12 16:17:07.754 INFO O| Mar 12 16:17:07.754 INFO STEP 473 (remove_files) COMPLETE
61852026-03-12T16:17:08.893Z[ recovery-image] Mar 12 16:17:07.754 INFO O| Mar 12 16:17:07.754 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862026-03-12T16:17:08.898Z[ recovery-image] Mar 12 16:17:07.762 INFO O| Mar 12 16:17:07.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
61872026-03-12T16:17:08.898Z[ recovery-image] Mar 12 16:17:07.762 INFO O| Mar 12 16:17:07.762 INFO STEP 474 (remove_files) COMPLETE
61882026-03-12T16:17:08.901Z[ recovery-image] Mar 12 16:17:07.762 INFO O| Mar 12 16:17:07.762 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892026-03-12T16:17:08.905Z[ recovery-image] Mar 12 16:17:07.769 INFO O| Mar 12 16:17:07.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
61902026-03-12T16:17:08.905Z[ recovery-image] Mar 12 16:17:07.769 INFO O| Mar 12 16:17:07.769 INFO STEP 475 (remove_files) COMPLETE
61912026-03-12T16:17:08.910Z[ recovery-image] Mar 12 16:17:07.769 INFO O| Mar 12 16:17:07.769 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922026-03-12T16:17:08.915Z[ recovery-image] Mar 12 16:17:07.776 INFO O| Mar 12 16:17:07.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
61932026-03-12T16:17:08.915Z[ recovery-image] Mar 12 16:17:07.776 INFO O| Mar 12 16:17:07.776 INFO STEP 476 (remove_files) COMPLETE
61942026-03-12T16:17:08.915Z[ recovery-image] Mar 12 16:17:07.776 INFO O| Mar 12 16:17:07.776 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952026-03-12T16:17:08.919Z[ recovery-image] Mar 12 16:17:07.783 INFO O| Mar 12 16:17:07.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
61962026-03-12T16:17:08.922Z[ recovery-image] Mar 12 16:17:07.783 INFO O| Mar 12 16:17:07.783 INFO STEP 477 (remove_files) COMPLETE
61972026-03-12T16:17:08.922Z[ recovery-image] Mar 12 16:17:07.783 INFO O| Mar 12 16:17:07.783 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982026-03-12T16:17:08.928Z[ recovery-image] Mar 12 16:17:07.792 INFO O| Mar 12 16:17:07.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
61992026-03-12T16:17:08.931Z[ recovery-image] Mar 12 16:17:07.792 INFO O| Mar 12 16:17:07.792 INFO STEP 478 (remove_files) COMPLETE
62002026-03-12T16:17:08.931Z[ recovery-image] Mar 12 16:17:07.792 INFO O| Mar 12 16:17:07.792 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012026-03-12T16:17:08.936Z[ recovery-image] Mar 12 16:17:07.799 INFO O| Mar 12 16:17:07.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
62022026-03-12T16:17:08.939Z[ recovery-image] Mar 12 16:17:07.800 INFO O| Mar 12 16:17:07.800 INFO STEP 479 (remove_files) COMPLETE
62032026-03-12T16:17:08.940Z[ recovery-image] Mar 12 16:17:07.800 INFO O| Mar 12 16:17:07.800 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042026-03-12T16:17:08.943Z[ recovery-image] Mar 12 16:17:07.806 INFO O| Mar 12 16:17:07.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
62052026-03-12T16:17:08.943Z[ recovery-image] Mar 12 16:17:07.806 INFO O| Mar 12 16:17:07.806 INFO STEP 480 (remove_files) COMPLETE
62062026-03-12T16:17:08.943Z[ recovery-image] Mar 12 16:17:07.806 INFO O| Mar 12 16:17:07.806 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072026-03-12T16:17:08.949Z[ recovery-image] Mar 12 16:17:07.813 INFO O| Mar 12 16:17:07.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
62082026-03-12T16:17:08.952Z[ recovery-image] Mar 12 16:17:07.813 INFO O| Mar 12 16:17:07.813 INFO STEP 481 (remove_files) COMPLETE
62092026-03-12T16:17:08.952Z[ recovery-image] Mar 12 16:17:07.813 INFO O| Mar 12 16:17:07.813 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102026-03-12T16:17:08.957Z[ recovery-image] Mar 12 16:17:07.821 INFO O| Mar 12 16:17:07.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
62112026-03-12T16:17:08.957Z[ recovery-image] Mar 12 16:17:07.821 INFO O| Mar 12 16:17:07.821 INFO STEP 482 (remove_files) COMPLETE
62122026-03-12T16:17:08.960Z[ recovery-image] Mar 12 16:17:07.821 INFO O| Mar 12 16:17:07.821 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132026-03-12T16:17:08.964Z[ recovery-image] Mar 12 16:17:07.828 INFO O| Mar 12 16:17:07.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
62142026-03-12T16:17:08.967Z[ recovery-image] Mar 12 16:17:07.828 INFO O| Mar 12 16:17:07.828 INFO STEP 483 (remove_files) COMPLETE
62152026-03-12T16:17:08.967Z[ recovery-image] Mar 12 16:17:07.828 INFO O| Mar 12 16:17:07.828 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162026-03-12T16:17:08.972Z[ recovery-image] Mar 12 16:17:07.836 INFO O| Mar 12 16:17:07.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
62172026-03-12T16:17:08.972Z[ recovery-image] Mar 12 16:17:07.836 INFO O| Mar 12 16:17:07.836 INFO STEP 484 (remove_files) COMPLETE
62182026-03-12T16:17:08.975Z[ recovery-image] Mar 12 16:17:07.836 INFO O| Mar 12 16:17:07.836 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192026-03-12T16:17:08.980Z[ recovery-image] Mar 12 16:17:07.843 INFO O| Mar 12 16:17:07.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
62202026-03-12T16:17:08.982Z[ recovery-image] Mar 12 16:17:07.843 INFO O| Mar 12 16:17:07.843 INFO STEP 485 (remove_files) COMPLETE
62212026-03-12T16:17:08.982Z[ recovery-image] Mar 12 16:17:07.843 INFO O| Mar 12 16:17:07.843 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222026-03-12T16:17:08.987Z[ recovery-image] Mar 12 16:17:07.849 INFO O| Mar 12 16:17:07.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
62232026-03-12T16:17:08.987Z[ recovery-image] Mar 12 16:17:07.850 INFO O| Mar 12 16:17:07.850 INFO STEP 486 (remove_files) COMPLETE
62242026-03-12T16:17:08.987Z[ recovery-image] Mar 12 16:17:07.850 INFO O| Mar 12 16:17:07.850 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252026-03-12T16:17:08.993Z[ recovery-image] Mar 12 16:17:07.857 INFO O| Mar 12 16:17:07.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
62262026-03-12T16:17:08.996Z[ recovery-image] Mar 12 16:17:07.857 INFO O| Mar 12 16:17:07.857 INFO STEP 487 (remove_files) COMPLETE
62272026-03-12T16:17:08.996Z[ recovery-image] Mar 12 16:17:07.857 INFO O| Mar 12 16:17:07.857 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282026-03-12T16:17:09.001Z[ recovery-image] Mar 12 16:17:07.864 INFO O| Mar 12 16:17:07.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
62292026-03-12T16:17:09.001Z[ recovery-image] Mar 12 16:17:07.864 INFO O| Mar 12 16:17:07.864 INFO STEP 488 (remove_files) COMPLETE
62302026-03-12T16:17:09.006Z[ recovery-image] Mar 12 16:17:07.864 INFO O| Mar 12 16:17:07.864 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312026-03-12T16:17:09.009Z[ recovery-image] Mar 12 16:17:07.871 INFO O| Mar 12 16:17:07.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
62322026-03-12T16:17:09.009Z[ recovery-image] Mar 12 16:17:07.871 INFO O| Mar 12 16:17:07.871 INFO STEP 489 (remove_files) COMPLETE
62332026-03-12T16:17:09.009Z[ recovery-image] Mar 12 16:17:07.871 INFO O| Mar 12 16:17:07.871 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342026-03-12T16:17:09.013Z[ recovery-image] Mar 12 16:17:07.877 INFO O| Mar 12 16:17:07.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
62352026-03-12T16:17:09.016Z[ recovery-image] Mar 12 16:17:07.878 INFO O| Mar 12 16:17:07.878 INFO STEP 490 (remove_files) COMPLETE
62362026-03-12T16:17:09.016Z[ recovery-image] Mar 12 16:17:07.878 INFO O| Mar 12 16:17:07.878 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372026-03-12T16:17:09.022Z[ recovery-image] Mar 12 16:17:07.886 INFO O| Mar 12 16:17:07.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
62382026-03-12T16:17:09.022Z[ recovery-image] Mar 12 16:17:07.886 INFO O| Mar 12 16:17:07.886 INFO STEP 491 (remove_files) COMPLETE
62392026-03-12T16:17:09.025Z[ recovery-image] Mar 12 16:17:07.886 INFO O| Mar 12 16:17:07.886 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402026-03-12T16:17:09.030Z[ recovery-image] Mar 12 16:17:07.894 INFO O| Mar 12 16:17:07.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
62412026-03-12T16:17:09.030Z[ recovery-image] Mar 12 16:17:07.894 INFO O| Mar 12 16:17:07.894 INFO STEP 492 (remove_files) COMPLETE
62422026-03-12T16:17:09.033Z[ recovery-image] Mar 12 16:17:07.894 INFO O| Mar 12 16:17:07.894 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432026-03-12T16:17:09.038Z[ recovery-image] Mar 12 16:17:07.901 INFO O| Mar 12 16:17:07.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
62442026-03-12T16:17:09.041Z[ recovery-image] Mar 12 16:17:07.902 INFO O| Mar 12 16:17:07.902 INFO STEP 493 (remove_files) COMPLETE
62452026-03-12T16:17:09.041Z[ recovery-image] Mar 12 16:17:07.902 INFO O| Mar 12 16:17:07.902 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462026-03-12T16:17:09.045Z[ recovery-image] Mar 12 16:17:07.909 INFO O| Mar 12 16:17:07.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
62472026-03-12T16:17:09.045Z[ recovery-image] Mar 12 16:17:07.909 INFO O| Mar 12 16:17:07.909 INFO STEP 494 (remove_files) COMPLETE
62482026-03-12T16:17:09.048Z[ recovery-image] Mar 12 16:17:07.909 INFO O| Mar 12 16:17:07.909 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492026-03-12T16:17:09.053Z[ recovery-image] Mar 12 16:17:07.917 INFO O| Mar 12 16:17:07.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
62502026-03-12T16:17:09.056Z[ recovery-image] Mar 12 16:17:07.917 INFO O| Mar 12 16:17:07.917 INFO STEP 495 (remove_files) COMPLETE
62512026-03-12T16:17:09.056Z[ recovery-image] Mar 12 16:17:07.917 INFO O| Mar 12 16:17:07.917 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522026-03-12T16:17:09.061Z[ recovery-image] Mar 12 16:17:07.925 INFO O| Mar 12 16:17:07.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
62532026-03-12T16:17:09.064Z[ recovery-image] Mar 12 16:17:07.925 INFO O| Mar 12 16:17:07.925 INFO STEP 496 (remove_files) COMPLETE
62542026-03-12T16:17:09.064Z[ recovery-image] Mar 12 16:17:07.925 INFO O| Mar 12 16:17:07.925 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552026-03-12T16:17:09.068Z[ recovery-image] Mar 12 16:17:07.932 INFO O| Mar 12 16:17:07.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
62562026-03-12T16:17:09.071Z[ recovery-image] Mar 12 16:17:07.932 INFO O| Mar 12 16:17:07.932 INFO STEP 497 (remove_files) COMPLETE
62572026-03-12T16:17:09.071Z[ recovery-image] Mar 12 16:17:07.932 INFO O| Mar 12 16:17:07.932 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582026-03-12T16:17:09.076Z[ recovery-image] Mar 12 16:17:07.939 INFO O| Mar 12 16:17:07.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
62592026-03-12T16:17:09.076Z[ recovery-image] Mar 12 16:17:07.939 INFO O| Mar 12 16:17:07.939 INFO STEP 498 (remove_files) COMPLETE
62602026-03-12T16:17:09.080Z[ recovery-image] Mar 12 16:17:07.939 INFO O| Mar 12 16:17:07.939 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612026-03-12T16:17:09.084Z[ recovery-image] Mar 12 16:17:07.945 INFO O| Mar 12 16:17:07.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
62622026-03-12T16:17:09.084Z[ recovery-image] Mar 12 16:17:07.945 INFO O| Mar 12 16:17:07.945 INFO STEP 499 (remove_files) COMPLETE
62632026-03-12T16:17:09.084Z[ recovery-image] Mar 12 16:17:07.945 INFO O| Mar 12 16:17:07.945 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642026-03-12T16:17:09.089Z[ recovery-image] Mar 12 16:17:07.953 INFO O| Mar 12 16:17:07.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
62652026-03-12T16:17:09.092Z[ recovery-image] Mar 12 16:17:07.953 INFO O| Mar 12 16:17:07.953 INFO STEP 500 (remove_files) COMPLETE
62662026-03-12T16:17:09.092Z[ recovery-image] Mar 12 16:17:07.953 INFO O| Mar 12 16:17:07.953 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672026-03-12T16:17:09.095Z[ recovery-image] Mar 12 16:17:07.959 INFO O| Mar 12 16:17:07.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
62682026-03-12T16:17:09.101Z[ recovery-image] Mar 12 16:17:07.959 INFO O| Mar 12 16:17:07.959 INFO STEP 501 (remove_files) COMPLETE
62692026-03-12T16:17:09.101Z[ recovery-image] Mar 12 16:17:07.959 INFO O| Mar 12 16:17:07.959 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702026-03-12T16:17:09.105Z[ recovery-image] Mar 12 16:17:07.968 INFO O| Mar 12 16:17:07.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
62712026-03-12T16:17:09.105Z[ recovery-image] Mar 12 16:17:07.968 INFO O| Mar 12 16:17:07.968 INFO STEP 502 (remove_files) COMPLETE
62722026-03-12T16:17:09.105Z[ recovery-image] Mar 12 16:17:07.968 INFO O| Mar 12 16:17:07.968 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732026-03-12T16:17:09.112Z[ recovery-image] Mar 12 16:17:07.976 INFO O| Mar 12 16:17:07.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
62742026-03-12T16:17:09.115Z[ recovery-image] Mar 12 16:17:07.976 INFO O| Mar 12 16:17:07.976 INFO STEP 503 (remove_files) COMPLETE
62752026-03-12T16:17:09.115Z[ recovery-image] Mar 12 16:17:07.976 INFO O| Mar 12 16:17:07.976 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762026-03-12T16:17:09.118Z[ recovery-image] Mar 12 16:17:07.982 INFO O| Mar 12 16:17:07.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
62772026-03-12T16:17:09.118Z[ recovery-image] Mar 12 16:17:07.982 INFO O| Mar 12 16:17:07.982 INFO STEP 504 (remove_files) COMPLETE
62782026-03-12T16:17:09.119Z[ recovery-image] Mar 12 16:17:07.982 INFO O| Mar 12 16:17:07.982 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792026-03-12T16:17:09.128Z[ recovery-image] Mar 12 16:17:07.990 INFO O| Mar 12 16:17:07.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
62802026-03-12T16:17:09.132Z[ recovery-image] Mar 12 16:17:07.990 INFO O| Mar 12 16:17:07.990 INFO STEP 505 (remove_files) COMPLETE
62812026-03-12T16:17:09.132Z[ recovery-image] Mar 12 16:17:07.990 INFO O| Mar 12 16:17:07.990 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822026-03-12T16:17:09.135Z[ recovery-image] Mar 12 16:17:07.998 INFO O| Mar 12 16:17:07.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
62832026-03-12T16:17:09.136Z[ recovery-image] Mar 12 16:17:07.998 INFO O| Mar 12 16:17:07.998 INFO STEP 506 (remove_files) COMPLETE
62842026-03-12T16:17:09.136Z[ recovery-image] Mar 12 16:17:07.998 INFO O| Mar 12 16:17:07.998 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852026-03-12T16:17:09.142Z[ recovery-image] Mar 12 16:17:08.006 INFO O| Mar 12 16:17:08.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
62862026-03-12T16:17:09.145Z[ recovery-image] Mar 12 16:17:08.006 INFO O| Mar 12 16:17:08.006 INFO STEP 507 (remove_files) COMPLETE
62872026-03-12T16:17:09.145Z[ recovery-image] Mar 12 16:17:08.006 INFO O| Mar 12 16:17:08.006 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882026-03-12T16:17:09.150Z[ recovery-image] Mar 12 16:17:08.014 INFO O| Mar 12 16:17:08.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
62892026-03-12T16:17:09.153Z[ recovery-image] Mar 12 16:17:08.014 INFO O| Mar 12 16:17:08.014 INFO STEP 508 (remove_files) COMPLETE
62902026-03-12T16:17:09.153Z[ recovery-image] Mar 12 16:17:08.014 INFO O| Mar 12 16:17:08.014 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912026-03-12T16:17:09.157Z[ recovery-image] Mar 12 16:17:08.021 INFO O| Mar 12 16:17:08.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
62922026-03-12T16:17:09.160Z[ recovery-image] Mar 12 16:17:08.021 INFO O| Mar 12 16:17:08.021 INFO STEP 509 (remove_files) COMPLETE
62932026-03-12T16:17:09.160Z[ recovery-image] Mar 12 16:17:08.021 INFO O| Mar 12 16:17:08.021 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942026-03-12T16:17:09.164Z[ recovery-image] Mar 12 16:17:08.028 INFO O| Mar 12 16:17:08.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
62952026-03-12T16:17:09.164Z[ recovery-image] Mar 12 16:17:08.028 INFO O| Mar 12 16:17:08.028 INFO STEP 510 (remove_files) COMPLETE
62962026-03-12T16:17:09.167Z[ recovery-image] Mar 12 16:17:08.028 INFO O| Mar 12 16:17:08.028 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972026-03-12T16:17:09.173Z[ recovery-image] Mar 12 16:17:08.036 INFO O| Mar 12 16:17:08.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
62982026-03-12T16:17:09.173Z[ recovery-image] Mar 12 16:17:08.036 INFO O| Mar 12 16:17:08.036 INFO STEP 511 (remove_files) COMPLETE
62992026-03-12T16:17:09.177Z[ recovery-image] Mar 12 16:17:08.036 INFO O| Mar 12 16:17:08.036 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002026-03-12T16:17:09.180Z[ recovery-image] Mar 12 16:17:08.043 INFO O| Mar 12 16:17:08.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
63012026-03-12T16:17:09.180Z[ recovery-image] Mar 12 16:17:08.044 INFO O| Mar 12 16:17:08.044 INFO STEP 512 (remove_files) COMPLETE
63022026-03-12T16:17:09.181Z[ recovery-image] Mar 12 16:17:08.044 INFO O| Mar 12 16:17:08.044 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032026-03-12T16:17:09.191Z[ recovery-image] Mar 12 16:17:08.051 INFO O| Mar 12 16:17:08.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
63042026-03-12T16:17:09.194Z[ recovery-image] Mar 12 16:17:08.051 INFO O| Mar 12 16:17:08.051 INFO STEP 513 (remove_files) COMPLETE
63052026-03-12T16:17:09.194Z[ recovery-image] Mar 12 16:17:08.051 INFO O| Mar 12 16:17:08.051 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062026-03-12T16:17:09.199Z[ recovery-image] Mar 12 16:17:08.059 INFO O| Mar 12 16:17:08.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
63072026-03-12T16:17:09.199Z[ recovery-image] Mar 12 16:17:08.059 INFO O| Mar 12 16:17:08.059 INFO STEP 514 (remove_files) COMPLETE
63082026-03-12T16:17:09.199Z[ recovery-image] Mar 12 16:17:08.059 INFO O| Mar 12 16:17:08.059 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092026-03-12T16:17:09.203Z[ recovery-image] Mar 12 16:17:08.066 INFO O| Mar 12 16:17:08.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
63102026-03-12T16:17:09.203Z[ recovery-image] Mar 12 16:17:08.066 INFO O| Mar 12 16:17:08.066 INFO STEP 515 (remove_files) COMPLETE
63112026-03-12T16:17:09.203Z[ recovery-image] Mar 12 16:17:08.066 INFO O| Mar 12 16:17:08.066 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122026-03-12T16:17:09.210Z[ recovery-image] Mar 12 16:17:08.074 INFO O| Mar 12 16:17:08.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
63132026-03-12T16:17:09.210Z[ recovery-image] Mar 12 16:17:08.074 INFO O| Mar 12 16:17:08.074 INFO STEP 516 (remove_files) COMPLETE
63142026-03-12T16:17:09.213Z[ recovery-image] Mar 12 16:17:08.074 INFO O| Mar 12 16:17:08.074 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152026-03-12T16:17:09.217Z[ recovery-image] Mar 12 16:17:08.081 INFO O| Mar 12 16:17:08.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
63162026-03-12T16:17:09.221Z[ recovery-image] Mar 12 16:17:08.081 INFO O| Mar 12 16:17:08.081 INFO STEP 517 (remove_files) COMPLETE
63172026-03-12T16:17:09.221Z[ recovery-image] Mar 12 16:17:08.081 INFO O| Mar 12 16:17:08.081 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182026-03-12T16:17:09.224Z[ recovery-image] Mar 12 16:17:08.087 INFO O| Mar 12 16:17:08.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
63192026-03-12T16:17:09.224Z[ recovery-image] Mar 12 16:17:08.087 INFO O| Mar 12 16:17:08.087 INFO STEP 518 (remove_files) COMPLETE
63202026-03-12T16:17:09.224Z[ recovery-image] Mar 12 16:17:08.087 INFO O| Mar 12 16:17:08.087 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212026-03-12T16:17:09.231Z[ recovery-image] Mar 12 16:17:08.094 INFO O| Mar 12 16:17:08.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
63222026-03-12T16:17:09.234Z[ recovery-image] Mar 12 16:17:08.094 INFO O| Mar 12 16:17:08.094 INFO STEP 519 (remove_files) COMPLETE
63232026-03-12T16:17:09.234Z[ recovery-image] Mar 12 16:17:08.094 INFO O| Mar 12 16:17:08.094 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242026-03-12T16:17:09.237Z[ recovery-image] Mar 12 16:17:08.101 INFO O| Mar 12 16:17:08.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
63252026-03-12T16:17:09.237Z[ recovery-image] Mar 12 16:17:08.101 INFO O| Mar 12 16:17:08.101 INFO STEP 520 (remove_files) COMPLETE
63262026-03-12T16:17:09.237Z[ recovery-image] Mar 12 16:17:08.101 INFO O| Mar 12 16:17:08.101 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272026-03-12T16:17:09.244Z[ recovery-image] Mar 12 16:17:08.108 INFO O| Mar 12 16:17:08.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
63282026-03-12T16:17:09.249Z[ recovery-image] Mar 12 16:17:08.108 INFO O| Mar 12 16:17:08.108 INFO STEP 521 (remove_files) COMPLETE
63292026-03-12T16:17:09.249Z[ recovery-image] Mar 12 16:17:08.108 INFO O| Mar 12 16:17:08.108 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302026-03-12T16:17:09.253Z[ recovery-image] Mar 12 16:17:08.116 INFO O| Mar 12 16:17:08.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc"
63312026-03-12T16:17:09.255Z[ recovery-image] Mar 12 16:17:08.117 INFO O| Mar 12 16:17:08.117 INFO STEP 522 (remove_files) COMPLETE
63322026-03-12T16:17:09.255Z[ recovery-image] Mar 12 16:17:08.117 INFO O| Mar 12 16:17:08.117 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332026-03-12T16:17:09.260Z[ recovery-image] Mar 12 16:17:08.123 INFO O| Mar 12 16:17:08.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept"
63342026-03-12T16:17:09.260Z[ recovery-image] Mar 12 16:17:08.123 INFO O| Mar 12 16:17:08.123 INFO STEP 523 (remove_files) COMPLETE
63352026-03-12T16:17:09.260Z[ recovery-image] Mar 12 16:17:08.123 INFO O| Mar 12 16:17:08.123 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362026-03-12T16:17:09.267Z[ recovery-image] Mar 12 16:17:08.131 INFO O| Mar 12 16:17:08.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename"
63372026-03-12T16:17:09.271Z[ recovery-image] Mar 12 16:17:08.131 INFO O| Mar 12 16:17:08.131 INFO STEP 524 (remove_files) COMPLETE
63382026-03-12T16:17:09.272Z[ recovery-image] Mar 12 16:17:08.131 INFO O| Mar 12 16:17:08.131 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392026-03-12T16:17:09.275Z[ recovery-image] Mar 12 16:17:08.139 INFO O| Mar 12 16:17:08.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv"
63402026-03-12T16:17:09.275Z[ recovery-image] Mar 12 16:17:08.139 INFO O| Mar 12 16:17:08.139 INFO STEP 525 (remove_files) COMPLETE
63412026-03-12T16:17:09.275Z[ recovery-image] Mar 12 16:17:08.139 INFO O| Mar 12 16:17:08.139 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422026-03-12T16:17:09.282Z[ recovery-image] Mar 12 16:17:08.146 INFO O| Mar 12 16:17:08.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut"
63432026-03-12T16:17:09.282Z[ recovery-image] Mar 12 16:17:08.146 INFO O| Mar 12 16:17:08.146 INFO STEP 526 (remove_files) COMPLETE
63442026-03-12T16:17:09.285Z[ recovery-image] Mar 12 16:17:08.146 INFO O| Mar 12 16:17:08.146 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452026-03-12T16:17:09.288Z[ recovery-image] Mar 12 16:17:08.152 INFO O| Mar 12 16:17:08.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname"
63462026-03-12T16:17:09.289Z[ recovery-image] Mar 12 16:17:08.152 INFO O| Mar 12 16:17:08.152 INFO STEP 527 (remove_files) COMPLETE
63472026-03-12T16:17:09.289Z[ recovery-image] Mar 12 16:17:08.152 INFO O| Mar 12 16:17:08.152 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482026-03-12T16:17:09.295Z[ recovery-image] Mar 12 16:17:08.159 INFO O| Mar 12 16:17:08.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags"
63492026-03-12T16:17:09.295Z[ recovery-image] Mar 12 16:17:08.159 INFO O| Mar 12 16:17:08.159 INFO STEP 528 (remove_files) COMPLETE
63502026-03-12T16:17:09.298Z[ recovery-image] Mar 12 16:17:08.159 INFO O| Mar 12 16:17:08.159 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512026-03-12T16:17:09.303Z[ recovery-image] Mar 12 16:17:08.167 INFO O| Mar 12 16:17:08.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo"
63522026-03-12T16:17:09.307Z[ recovery-image] Mar 12 16:17:08.167 INFO O| Mar 12 16:17:08.167 INFO STEP 529 (remove_files) COMPLETE
63532026-03-12T16:17:09.307Z[ recovery-image] Mar 12 16:17:08.167 INFO O| Mar 12 16:17:08.167 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542026-03-12T16:17:09.311Z[ recovery-image] Mar 12 16:17:08.175 INFO O| Mar 12 16:17:08.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head"
63552026-03-12T16:17:09.314Z[ recovery-image] Mar 12 16:17:08.175 INFO O| Mar 12 16:17:08.175 INFO STEP 530 (remove_files) COMPLETE
63562026-03-12T16:17:09.314Z[ recovery-image] Mar 12 16:17:08.175 INFO O| Mar 12 16:17:08.175 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572026-03-12T16:17:09.318Z[ recovery-image] Mar 12 16:17:08.182 INFO O| Mar 12 16:17:08.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id"
63582026-03-12T16:17:09.319Z[ recovery-image] Mar 12 16:17:08.182 INFO O| Mar 12 16:17:08.182 INFO STEP 531 (remove_files) COMPLETE
63592026-03-12T16:17:09.321Z[ recovery-image] Mar 12 16:17:08.182 INFO O| Mar 12 16:17:08.182 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602026-03-12T16:17:09.327Z[ recovery-image] Mar 12 16:17:08.189 INFO O| Mar 12 16:17:08.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln"
63612026-03-12T16:17:09.330Z[ recovery-image] Mar 12 16:17:08.189 INFO O| Mar 12 16:17:08.189 INFO STEP 532 (remove_files) COMPLETE
63622026-03-12T16:17:09.330Z[ recovery-image] Mar 12 16:17:08.189 INFO O| Mar 12 16:17:08.189 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632026-03-12T16:17:09.334Z[ recovery-image] Mar 12 16:17:08.197 INFO O| Mar 12 16:17:08.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h"
63642026-03-12T16:17:09.334Z[ recovery-image] Mar 12 16:17:08.197 INFO O| Mar 12 16:17:08.197 INFO STEP 533 (remove_files) COMPLETE
63652026-03-12T16:17:09.334Z[ recovery-image] Mar 12 16:17:08.197 INFO O| Mar 12 16:17:08.197 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662026-03-12T16:17:09.340Z[ recovery-image] Mar 12 16:17:08.203 INFO O| Mar 12 16:17:08.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname"
63672026-03-12T16:17:09.340Z[ recovery-image] Mar 12 16:17:08.203 INFO O| Mar 12 16:17:08.203 INFO STEP 534 (remove_files) COMPLETE
63682026-03-12T16:17:09.345Z[ recovery-image] Mar 12 16:17:08.203 INFO O| Mar 12 16:17:08.203 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692026-03-12T16:17:09.348Z[ recovery-image] Mar 12 16:17:08.210 INFO O| Mar 12 16:17:08.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir"
63702026-03-12T16:17:09.349Z[ recovery-image] Mar 12 16:17:08.210 INFO O| Mar 12 16:17:08.210 INFO STEP 535 (remove_files) COMPLETE
63712026-03-12T16:17:09.349Z[ recovery-image] Mar 12 16:17:08.210 INFO O| Mar 12 16:17:08.210 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722026-03-12T16:17:09.356Z[ recovery-image] Mar 12 16:17:08.219 INFO O| Mar 12 16:17:08.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo"
63732026-03-12T16:17:09.356Z[ recovery-image] Mar 12 16:17:08.220 INFO O| Mar 12 16:17:08.219 INFO STEP 536 (remove_files) COMPLETE
63742026-03-12T16:17:09.359Z[ recovery-image] Mar 12 16:17:08.220 INFO O| Mar 12 16:17:08.220 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752026-03-12T16:17:09.363Z[ recovery-image] Mar 12 16:17:08.227 INFO O| Mar 12 16:17:08.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp"
63762026-03-12T16:17:09.366Z[ recovery-image] Mar 12 16:17:08.227 INFO O| Mar 12 16:17:08.227 INFO STEP 537 (remove_files) COMPLETE
63772026-03-12T16:17:09.367Z[ recovery-image] Mar 12 16:17:08.227 INFO O| Mar 12 16:17:08.227 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782026-03-12T16:17:09.371Z[ recovery-image] Mar 12 16:17:08.234 INFO O| Mar 12 16:17:08.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid"
63792026-03-12T16:17:09.375Z[ recovery-image] Mar 12 16:17:08.234 INFO O| Mar 12 16:17:08.234 INFO STEP 538 (remove_files) COMPLETE
63802026-03-12T16:17:09.375Z[ recovery-image] Mar 12 16:17:08.234 INFO O| Mar 12 16:17:08.234 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812026-03-12T16:17:09.379Z[ recovery-image] Mar 12 16:17:08.242 INFO O| Mar 12 16:17:08.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk"
63822026-03-12T16:17:09.382Z[ recovery-image] Mar 12 16:17:08.242 INFO O| Mar 12 16:17:08.242 INFO STEP 539 (remove_files) COMPLETE
63832026-03-12T16:17:09.382Z[ recovery-image] Mar 12 16:17:08.242 INFO O| Mar 12 16:17:08.242 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842026-03-12T16:17:09.391Z[ recovery-image] Mar 12 16:17:08.251 INFO O| Mar 12 16:17:08.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print"
63852026-03-12T16:17:09.391Z[ recovery-image] Mar 12 16:17:08.251 INFO O| Mar 12 16:17:08.251 INFO STEP 540 (remove_files) COMPLETE
63862026-03-12T16:17:09.391Z[ recovery-image] Mar 12 16:17:08.251 INFO O| Mar 12 16:17:08.251 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872026-03-12T16:17:09.394Z[ recovery-image] Mar 12 16:17:08.257 INFO O| Mar 12 16:17:08.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv"
63882026-03-12T16:17:09.394Z[ recovery-image] Mar 12 16:17:08.257 INFO O| Mar 12 16:17:08.257 INFO STEP 541 (remove_files) COMPLETE
63892026-03-12T16:17:09.394Z[ recovery-image] Mar 12 16:17:08.257 INFO O| Mar 12 16:17:08.257 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902026-03-12T16:17:09.401Z[ recovery-image] Mar 12 16:17:08.265 INFO O| Mar 12 16:17:08.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push"
63912026-03-12T16:17:09.403Z[ recovery-image] Mar 12 16:17:08.265 INFO O| Mar 12 16:17:08.265 INFO STEP 542 (remove_files) COMPLETE
63922026-03-12T16:17:09.403Z[ recovery-image] Mar 12 16:17:08.265 INFO O| Mar 12 16:17:08.265 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932026-03-12T16:17:09.408Z[ recovery-image] Mar 12 16:17:08.272 INFO O| Mar 12 16:17:08.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath"
63942026-03-12T16:17:09.408Z[ recovery-image] Mar 12 16:17:08.272 INFO O| Mar 12 16:17:08.272 INFO STEP 543 (remove_files) COMPLETE
63952026-03-12T16:17:09.413Z[ recovery-image] Mar 12 16:17:08.272 INFO O| Mar 12 16:17:08.272 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962026-03-12T16:17:09.417Z[ recovery-image] Mar 12 16:17:08.281 INFO O| Mar 12 16:17:08.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm"
63972026-03-12T16:17:09.417Z[ recovery-image] Mar 12 16:17:08.281 INFO O| Mar 12 16:17:08.281 INFO STEP 544 (remove_files) COMPLETE
63982026-03-12T16:17:09.420Z[ recovery-image] Mar 12 16:17:08.281 INFO O| Mar 12 16:17:08.281 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992026-03-12T16:17:09.425Z[ recovery-image] Mar 12 16:17:08.289 INFO O| Mar 12 16:17:08.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir"
64002026-03-12T16:17:09.428Z[ recovery-image] Mar 12 16:17:08.289 INFO O| Mar 12 16:17:08.289 INFO STEP 545 (remove_files) COMPLETE
64012026-03-12T16:17:09.428Z[ recovery-image] Mar 12 16:17:08.289 INFO O| Mar 12 16:17:08.289 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022026-03-12T16:17:09.434Z[ recovery-image] Mar 12 16:17:08.298 INFO O| Mar 12 16:17:08.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq"
64032026-03-12T16:17:09.434Z[ recovery-image] Mar 12 16:17:08.298 INFO O| Mar 12 16:17:08.298 INFO STEP 546 (remove_files) COMPLETE
64042026-03-12T16:17:09.436Z[ recovery-image] Mar 12 16:17:08.298 INFO O| Mar 12 16:17:08.298 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052026-03-12T16:17:09.441Z[ recovery-image] Mar 12 16:17:08.304 INFO O| Mar 12 16:17:08.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid"
64062026-03-12T16:17:09.444Z[ recovery-image] Mar 12 16:17:08.304 INFO O| Mar 12 16:17:08.304 INFO STEP 547 (remove_files) COMPLETE
64072026-03-12T16:17:09.444Z[ recovery-image] Mar 12 16:17:08.304 INFO O| Mar 12 16:17:08.304 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082026-03-12T16:17:09.449Z[ recovery-image] Mar 12 16:17:08.313 INFO O| Mar 12 16:17:08.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep"
64092026-03-12T16:17:09.452Z[ recovery-image] Mar 12 16:17:08.313 INFO O| Mar 12 16:17:08.313 INFO STEP 548 (remove_files) COMPLETE
64102026-03-12T16:17:09.452Z[ recovery-image] Mar 12 16:17:08.313 INFO O| Mar 12 16:17:08.313 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112026-03-12T16:17:09.458Z[ recovery-image] Mar 12 16:17:08.321 INFO O| Mar 12 16:17:08.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime"
64122026-03-12T16:17:09.461Z[ recovery-image] Mar 12 16:17:08.322 INFO O| Mar 12 16:17:08.322 INFO STEP 549 (remove_files) COMPLETE
64132026-03-12T16:17:09.461Z[ recovery-image] Mar 12 16:17:08.322 INFO O| Mar 12 16:17:08.322 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142026-03-12T16:17:09.467Z[ recovery-image] Mar 12 16:17:08.330 INFO O| Mar 12 16:17:08.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync"
64152026-03-12T16:17:09.467Z[ recovery-image] Mar 12 16:17:08.330 INFO O| Mar 12 16:17:08.330 INFO STEP 550 (remove_files) COMPLETE
64162026-03-12T16:17:09.467Z[ recovery-image] Mar 12 16:17:08.330 INFO O| Mar 12 16:17:08.330 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172026-03-12T16:17:09.475Z[ recovery-image] Mar 12 16:17:08.338 INFO O| Mar 12 16:17:08.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee"
64182026-03-12T16:17:09.475Z[ recovery-image] Mar 12 16:17:08.338 INFO O| Mar 12 16:17:08.338 INFO STEP 551 (remove_files) COMPLETE
64192026-03-12T16:17:09.479Z[ recovery-image] Mar 12 16:17:08.338 INFO O| Mar 12 16:17:08.338 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202026-03-12T16:17:09.483Z[ recovery-image] Mar 12 16:17:08.347 INFO O| Mar 12 16:17:08.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse"
64212026-03-12T16:17:09.483Z[ recovery-image] Mar 12 16:17:08.347 INFO O| Mar 12 16:17:08.347 INFO STEP 552 (remove_files) COMPLETE
64222026-03-12T16:17:09.483Z[ recovery-image] Mar 12 16:17:08.347 INFO O| Mar 12 16:17:08.347 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232026-03-12T16:17:09.489Z[ recovery-image] Mar 12 16:17:08.353 INFO O| Mar 12 16:17:08.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty"
64242026-03-12T16:17:09.489Z[ recovery-image] Mar 12 16:17:08.353 INFO O| Mar 12 16:17:08.353 INFO STEP 553 (remove_files) COMPLETE
64252026-03-12T16:17:09.492Z[ recovery-image] Mar 12 16:17:08.353 INFO O| Mar 12 16:17:08.353 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262026-03-12T16:17:09.498Z[ recovery-image] Mar 12 16:17:08.362 INFO O| Mar 12 16:17:08.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname"
64272026-03-12T16:17:09.498Z[ recovery-image] Mar 12 16:17:08.362 INFO O| Mar 12 16:17:08.362 INFO STEP 554 (remove_files) COMPLETE
64282026-03-12T16:17:09.502Z[ recovery-image] Mar 12 16:17:08.362 INFO O| Mar 12 16:17:08.362 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292026-03-12T16:17:09.506Z[ recovery-image] Mar 12 16:17:08.370 INFO O| Mar 12 16:17:08.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink"
64302026-03-12T16:17:09.509Z[ recovery-image] Mar 12 16:17:08.370 INFO O| Mar 12 16:17:08.370 INFO STEP 555 (remove_files) COMPLETE
64312026-03-12T16:17:09.510Z[ recovery-image] Mar 12 16:17:08.370 INFO O| Mar 12 16:17:08.370 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322026-03-12T16:17:09.513Z[ recovery-image] Mar 12 16:17:08.377 INFO O| Mar 12 16:17:08.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami"
64332026-03-12T16:17:09.517Z[ recovery-image] Mar 12 16:17:08.377 INFO O| Mar 12 16:17:08.377 INFO STEP 556 (remove_files) COMPLETE
64342026-03-12T16:17:09.517Z[ recovery-image] Mar 12 16:17:08.377 INFO O| Mar 12 16:17:08.377 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352026-03-12T16:17:09.522Z[ recovery-image] Mar 12 16:17:08.385 INFO O| Mar 12 16:17:08.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
64362026-03-12T16:17:09.525Z[ recovery-image] Mar 12 16:17:08.385 INFO O| Mar 12 16:17:08.385 INFO STEP 557 (remove_files) COMPLETE
64372026-03-12T16:17:09.525Z[ recovery-image] Mar 12 16:17:08.386 INFO O| Mar 12 16:17:08.385 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382026-03-12T16:17:09.531Z[ recovery-image] Mar 12 16:17:08.393 INFO O| Mar 12 16:17:08.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
64392026-03-12T16:17:09.531Z[ recovery-image] Mar 12 16:17:08.394 INFO O| Mar 12 16:17:08.394 INFO STEP 558 (remove_files) COMPLETE
64402026-03-12T16:17:09.531Z[ recovery-image] Mar 12 16:17:08.394 INFO O| Mar 12 16:17:08.394 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412026-03-12T16:17:09.537Z[ recovery-image] Mar 12 16:17:08.400 INFO O| Mar 12 16:17:08.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
64422026-03-12T16:17:09.537Z[ recovery-image] Mar 12 16:17:08.400 INFO O| Mar 12 16:17:08.400 INFO STEP 559 (remove_files) COMPLETE
64432026-03-12T16:17:09.540Z[ recovery-image] Mar 12 16:17:08.400 INFO O| Mar 12 16:17:08.400 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442026-03-12T16:17:09.545Z[ recovery-image] Mar 12 16:17:08.409 INFO O| Mar 12 16:17:08.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
64452026-03-12T16:17:09.548Z[ recovery-image] Mar 12 16:17:08.409 INFO O| Mar 12 16:17:08.409 INFO STEP 560 (remove_files) COMPLETE
64462026-03-12T16:17:09.548Z[ recovery-image] Mar 12 16:17:08.409 INFO O| Mar 12 16:17:08.409 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472026-03-12T16:17:09.553Z[ recovery-image] Mar 12 16:17:08.415 INFO O| Mar 12 16:17:08.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
64482026-03-12T16:17:09.557Z[ recovery-image] Mar 12 16:17:08.416 INFO O| Mar 12 16:17:08.416 INFO STEP 561 (remove_files) COMPLETE
64492026-03-12T16:17:09.557Z[ recovery-image] Mar 12 16:17:08.416 INFO O| Mar 12 16:17:08.416 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502026-03-12T16:17:09.561Z[ recovery-image] Mar 12 16:17:08.424 INFO O| Mar 12 16:17:08.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
64512026-03-12T16:17:09.561Z[ recovery-image] Mar 12 16:17:08.424 INFO O| Mar 12 16:17:08.424 INFO STEP 562 (remove_files) COMPLETE
64522026-03-12T16:17:09.561Z[ recovery-image] Mar 12 16:17:08.424 INFO O| Mar 12 16:17:08.424 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532026-03-12T16:17:09.573Z[ recovery-image] Mar 12 16:17:08.430 INFO O| Mar 12 16:17:08.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
64542026-03-12T16:17:09.578Z[ recovery-image] Mar 12 16:17:08.431 INFO O| Mar 12 16:17:08.431 INFO STEP 563 (remove_files) COMPLETE
64552026-03-12T16:17:09.578Z[ recovery-image] Mar 12 16:17:08.431 INFO O| Mar 12 16:17:08.431 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562026-03-12T16:17:09.578Z[ recovery-image] Mar 12 16:17:08.437 INFO O| Mar 12 16:17:08.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
64572026-03-12T16:17:09.578Z[ recovery-image] Mar 12 16:17:08.438 INFO O| Mar 12 16:17:08.438 INFO STEP 564 (remove_files) COMPLETE
64582026-03-12T16:17:09.578Z[ recovery-image] Mar 12 16:17:08.438 INFO O| Mar 12 16:17:08.438 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592026-03-12T16:17:09.581Z[ recovery-image] Mar 12 16:17:08.444 INFO O| Mar 12 16:17:08.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
64602026-03-12T16:17:09.581Z[ recovery-image] Mar 12 16:17:08.444 INFO O| Mar 12 16:17:08.444 INFO STEP 565 (remove_files) COMPLETE
64612026-03-12T16:17:09.581Z[ recovery-image] Mar 12 16:17:08.444 INFO O| Mar 12 16:17:08.444 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622026-03-12T16:17:09.589Z[ recovery-image] Mar 12 16:17:08.452 INFO O| Mar 12 16:17:08.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
64632026-03-12T16:17:09.592Z[ recovery-image] Mar 12 16:17:08.452 INFO O| Mar 12 16:17:08.452 INFO STEP 566 (remove_files) COMPLETE
64642026-03-12T16:17:09.592Z[ recovery-image] Mar 12 16:17:08.452 INFO O| Mar 12 16:17:08.452 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652026-03-12T16:17:09.596Z[ recovery-image] Mar 12 16:17:08.459 INFO O| Mar 12 16:17:08.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
64662026-03-12T16:17:09.599Z[ recovery-image] Mar 12 16:17:08.460 INFO O| Mar 12 16:17:08.460 INFO STEP 567 (remove_files) COMPLETE
64672026-03-12T16:17:09.599Z[ recovery-image] Mar 12 16:17:08.460 INFO O| Mar 12 16:17:08.460 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682026-03-12T16:17:09.603Z[ recovery-image] Mar 12 16:17:08.467 INFO O| Mar 12 16:17:08.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
64692026-03-12T16:17:09.606Z[ recovery-image] Mar 12 16:17:08.467 INFO O| Mar 12 16:17:08.467 INFO STEP 568 (remove_files) COMPLETE
64702026-03-12T16:17:09.607Z[ recovery-image] Mar 12 16:17:08.467 INFO O| Mar 12 16:17:08.467 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712026-03-12T16:17:09.612Z[ recovery-image] Mar 12 16:17:08.475 INFO O| Mar 12 16:17:08.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
64722026-03-12T16:17:09.612Z[ recovery-image] Mar 12 16:17:08.475 INFO O| Mar 12 16:17:08.475 INFO STEP 569 (remove_files) COMPLETE
64732026-03-12T16:17:09.615Z[ recovery-image] Mar 12 16:17:08.475 INFO O| Mar 12 16:17:08.475 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742026-03-12T16:17:09.618Z[ recovery-image] Mar 12 16:17:08.482 INFO O| Mar 12 16:17:08.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
64752026-03-12T16:17:09.620Z[ recovery-image] Mar 12 16:17:08.482 INFO O| Mar 12 16:17:08.482 INFO STEP 570 (remove_files) COMPLETE
64762026-03-12T16:17:09.621Z[ recovery-image] Mar 12 16:17:08.482 INFO O| Mar 12 16:17:08.482 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772026-03-12T16:17:09.630Z[ recovery-image] Mar 12 16:17:08.490 INFO O| Mar 12 16:17:08.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
64782026-03-12T16:17:09.630Z[ recovery-image] Mar 12 16:17:08.490 INFO O| Mar 12 16:17:08.490 INFO STEP 571 (remove_files) COMPLETE
64792026-03-12T16:17:09.630Z[ recovery-image] Mar 12 16:17:08.490 INFO O| Mar 12 16:17:08.490 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802026-03-12T16:17:09.635Z[ recovery-image] Mar 12 16:17:08.498 INFO O| Mar 12 16:17:08.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
64812026-03-12T16:17:09.638Z[ recovery-image] Mar 12 16:17:08.499 INFO O| Mar 12 16:17:08.499 INFO STEP 572 (remove_files) COMPLETE
64822026-03-12T16:17:09.638Z[ recovery-image] Mar 12 16:17:08.499 INFO O| Mar 12 16:17:08.499 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832026-03-12T16:17:09.643Z[ recovery-image] Mar 12 16:17:08.507 INFO O| Mar 12 16:17:08.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
64842026-03-12T16:17:09.646Z[ recovery-image] Mar 12 16:17:08.507 INFO O| Mar 12 16:17:08.507 INFO STEP 573 (remove_files) COMPLETE
64852026-03-12T16:17:09.646Z[ recovery-image] Mar 12 16:17:08.507 INFO O| Mar 12 16:17:08.507 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862026-03-12T16:17:09.651Z[ recovery-image] Mar 12 16:17:08.515 INFO O| Mar 12 16:17:08.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
64872026-03-12T16:17:09.651Z[ recovery-image] Mar 12 16:17:08.515 INFO O| Mar 12 16:17:08.515 INFO STEP 574 (remove_files) COMPLETE
64882026-03-12T16:17:09.655Z[ recovery-image] Mar 12 16:17:08.515 INFO O| Mar 12 16:17:08.515 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892026-03-12T16:17:09.659Z[ recovery-image] Mar 12 16:17:08.523 INFO O| Mar 12 16:17:08.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
64902026-03-12T16:17:09.661Z[ recovery-image] Mar 12 16:17:08.523 INFO O| Mar 12 16:17:08.523 INFO STEP 575 (remove_files) COMPLETE
64912026-03-12T16:17:09.661Z[ recovery-image] Mar 12 16:17:08.523 INFO O| Mar 12 16:17:08.523 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922026-03-12T16:17:09.666Z[ recovery-image] Mar 12 16:17:08.530 INFO O| Mar 12 16:17:08.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1"
64932026-03-12T16:17:09.672Z[ recovery-image] Mar 12 16:17:08.530 INFO O| Mar 12 16:17:08.530 INFO STEP 576 (remove_files) COMPLETE
64942026-03-12T16:17:09.672Z[ recovery-image] Mar 12 16:17:08.530 INFO O| Mar 12 16:17:08.530 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952026-03-12T16:17:09.674Z[ recovery-image] Mar 12 16:17:08.538 INFO O| Mar 12 16:17:08.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
64962026-03-12T16:17:09.674Z[ recovery-image] Mar 12 16:17:08.538 INFO O| Mar 12 16:17:08.538 INFO STEP 577 (remove_files) COMPLETE
64972026-03-12T16:17:09.675Z[ recovery-image] Mar 12 16:17:08.538 INFO O| Mar 12 16:17:08.538 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982026-03-12T16:17:09.680Z[ recovery-image] Mar 12 16:17:08.544 INFO O| Mar 12 16:17:08.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
64992026-03-12T16:17:09.683Z[ recovery-image] Mar 12 16:17:08.544 INFO O| Mar 12 16:17:08.544 INFO STEP 578 (remove_files) COMPLETE
65002026-03-12T16:17:09.683Z[ recovery-image] Mar 12 16:17:08.544 INFO O| Mar 12 16:17:08.544 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012026-03-12T16:17:09.687Z[ recovery-image] Mar 12 16:17:08.551 INFO O| Mar 12 16:17:08.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
65022026-03-12T16:17:09.690Z[ recovery-image] Mar 12 16:17:08.552 INFO O| Mar 12 16:17:08.552 INFO STEP 579 (remove_files) COMPLETE
65032026-03-12T16:17:09.690Z[ recovery-image] Mar 12 16:17:08.552 INFO O| Mar 12 16:17:08.552 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042026-03-12T16:17:09.696Z[ recovery-image] Mar 12 16:17:08.558 INFO O| Mar 12 16:17:08.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
65052026-03-12T16:17:09.699Z[ recovery-image] Mar 12 16:17:08.559 INFO O| Mar 12 16:17:08.559 INFO STEP 580 (remove_files) COMPLETE
65062026-03-12T16:17:09.699Z[ recovery-image] Mar 12 16:17:08.559 INFO O| Mar 12 16:17:08.559 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072026-03-12T16:17:09.703Z[ recovery-image] Mar 12 16:17:08.567 INFO O| Mar 12 16:17:08.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
65082026-03-12T16:17:09.707Z[ recovery-image] Mar 12 16:17:08.567 INFO O| Mar 12 16:17:08.567 INFO STEP 581 (remove_files) COMPLETE
65092026-03-12T16:17:09.707Z[ recovery-image] Mar 12 16:17:08.567 INFO O| Mar 12 16:17:08.567 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102026-03-12T16:17:09.710Z[ recovery-image] Mar 12 16:17:08.574 INFO O| Mar 12 16:17:08.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
65112026-03-12T16:17:09.714Z[ recovery-image] Mar 12 16:17:08.574 INFO O| Mar 12 16:17:08.574 INFO STEP 582 (remove_files) COMPLETE
65122026-03-12T16:17:09.714Z[ recovery-image] Mar 12 16:17:08.574 INFO O| Mar 12 16:17:08.574 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132026-03-12T16:17:09.720Z[ recovery-image] Mar 12 16:17:08.582 INFO O| Mar 12 16:17:08.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
65142026-03-12T16:17:09.720Z[ recovery-image] Mar 12 16:17:08.582 INFO O| Mar 12 16:17:08.582 INFO STEP 583 (remove_files) COMPLETE
65152026-03-12T16:17:09.720Z[ recovery-image] Mar 12 16:17:08.582 INFO O| Mar 12 16:17:08.582 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162026-03-12T16:17:09.726Z[ recovery-image] Mar 12 16:17:08.590 INFO O| Mar 12 16:17:08.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
65172026-03-12T16:17:09.730Z[ recovery-image] Mar 12 16:17:08.590 INFO O| Mar 12 16:17:08.590 INFO STEP 584 (remove_files) COMPLETE
65182026-03-12T16:17:09.730Z[ recovery-image] Mar 12 16:17:08.590 INFO O| Mar 12 16:17:08.590 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192026-03-12T16:17:09.733Z[ recovery-image] Mar 12 16:17:08.597 INFO O| Mar 12 16:17:08.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
65202026-03-12T16:17:09.737Z[ recovery-image] Mar 12 16:17:08.597 INFO O| Mar 12 16:17:08.597 INFO STEP 585 (remove_files) COMPLETE
65212026-03-12T16:17:09.737Z[ recovery-image] Mar 12 16:17:08.597 INFO O| Mar 12 16:17:08.597 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222026-03-12T16:17:09.742Z[ recovery-image] Mar 12 16:17:08.605 INFO O| Mar 12 16:17:08.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
65232026-03-12T16:17:09.745Z[ recovery-image] Mar 12 16:17:08.605 INFO O| Mar 12 16:17:08.605 INFO STEP 586 (remove_files) COMPLETE
65242026-03-12T16:17:09.746Z[ recovery-image] Mar 12 16:17:08.605 INFO O| Mar 12 16:17:08.605 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252026-03-12T16:17:09.749Z[ recovery-image] Mar 12 16:17:08.613 INFO O| Mar 12 16:17:08.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
65262026-03-12T16:17:09.758Z[ recovery-image] Mar 12 16:17:08.613 INFO O| Mar 12 16:17:08.613 INFO STEP 587 (remove_files) COMPLETE
65272026-03-12T16:17:09.758Z[ recovery-image] Mar 12 16:17:08.613 INFO O| Mar 12 16:17:08.613 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282026-03-12T16:17:09.761Z[ recovery-image] Mar 12 16:17:08.622 INFO O| Mar 12 16:17:08.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
65292026-03-12T16:17:09.761Z[ recovery-image] Mar 12 16:17:08.622 INFO O| Mar 12 16:17:08.622 INFO STEP 588 (remove_files) COMPLETE
65302026-03-12T16:17:09.761Z[ recovery-image] Mar 12 16:17:08.622 INFO O| Mar 12 16:17:08.622 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312026-03-12T16:17:09.765Z[ recovery-image] Mar 12 16:17:08.629 INFO O| Mar 12 16:17:08.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
65322026-03-12T16:17:09.765Z[ recovery-image] Mar 12 16:17:08.629 INFO O| Mar 12 16:17:08.629 INFO STEP 589 (remove_files) COMPLETE
65332026-03-12T16:17:09.765Z[ recovery-image] Mar 12 16:17:08.629 INFO O| Mar 12 16:17:08.629 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342026-03-12T16:17:09.772Z[ recovery-image] Mar 12 16:17:08.636 INFO O| Mar 12 16:17:08.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
65352026-03-12T16:17:09.776Z[ recovery-image] Mar 12 16:17:08.636 INFO O| Mar 12 16:17:08.636 INFO STEP 590 (remove_files) COMPLETE
65362026-03-12T16:17:09.776Z[ recovery-image] Mar 12 16:17:08.636 INFO O| Mar 12 16:17:08.636 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372026-03-12T16:17:09.780Z[ recovery-image] Mar 12 16:17:08.644 INFO O| Mar 12 16:17:08.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
65382026-03-12T16:17:09.783Z[ recovery-image] Mar 12 16:17:08.644 INFO O| Mar 12 16:17:08.644 INFO STEP 591 (remove_files) COMPLETE
65392026-03-12T16:17:09.783Z[ recovery-image] Mar 12 16:17:08.644 INFO O| Mar 12 16:17:08.644 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402026-03-12T16:17:09.789Z[ recovery-image] Mar 12 16:17:08.653 INFO O| Mar 12 16:17:08.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
65412026-03-12T16:17:09.799Z[ recovery-image] Mar 12 16:17:08.653 INFO O| Mar 12 16:17:08.653 INFO STEP 592 (remove_files) COMPLETE
65422026-03-12T16:17:09.799Z[ recovery-image] Mar 12 16:17:08.653 INFO O| Mar 12 16:17:08.653 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432026-03-12T16:17:09.799Z[ recovery-image] Mar 12 16:17:08.661 INFO O| Mar 12 16:17:08.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
65442026-03-12T16:17:09.799Z[ recovery-image] Mar 12 16:17:08.661 INFO O| Mar 12 16:17:08.661 INFO STEP 593 (remove_files) COMPLETE
65452026-03-12T16:17:09.799Z[ recovery-image] Mar 12 16:17:08.661 INFO O| Mar 12 16:17:08.661 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462026-03-12T16:17:09.805Z[ recovery-image] Mar 12 16:17:08.669 INFO O| Mar 12 16:17:08.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
65472026-03-12T16:17:09.809Z[ recovery-image] Mar 12 16:17:08.669 INFO O| Mar 12 16:17:08.669 INFO STEP 594 (remove_files) COMPLETE
65482026-03-12T16:17:09.810Z[ recovery-image] Mar 12 16:17:08.669 INFO O| Mar 12 16:17:08.669 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492026-03-12T16:17:09.813Z[ recovery-image] Mar 12 16:17:08.676 INFO O| Mar 12 16:17:08.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
65502026-03-12T16:17:09.813Z[ recovery-image] Mar 12 16:17:08.676 INFO O| Mar 12 16:17:08.676 INFO STEP 595 (remove_files) COMPLETE
65512026-03-12T16:17:09.813Z[ recovery-image] Mar 12 16:17:08.676 INFO O| Mar 12 16:17:08.676 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522026-03-12T16:17:09.820Z[ recovery-image] Mar 12 16:17:08.684 INFO O| Mar 12 16:17:08.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
65532026-03-12T16:17:09.824Z[ recovery-image] Mar 12 16:17:08.685 INFO O| Mar 12 16:17:08.685 INFO STEP 596 (remove_files) COMPLETE
65542026-03-12T16:17:09.824Z[ recovery-image] Mar 12 16:17:08.685 INFO O| Mar 12 16:17:08.685 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552026-03-12T16:17:09.829Z[ recovery-image] Mar 12 16:17:08.692 INFO O| Mar 12 16:17:08.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
65562026-03-12T16:17:09.832Z[ recovery-image] Mar 12 16:17:08.692 INFO O| Mar 12 16:17:08.692 INFO STEP 597 (remove_files) COMPLETE
65572026-03-12T16:17:09.832Z[ recovery-image] Mar 12 16:17:08.693 INFO O| Mar 12 16:17:08.692 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582026-03-12T16:17:09.837Z[ recovery-image] Mar 12 16:17:08.701 INFO O| Mar 12 16:17:08.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
65592026-03-12T16:17:09.842Z[ recovery-image] Mar 12 16:17:08.701 INFO O| Mar 12 16:17:08.701 INFO STEP 598 (remove_files) COMPLETE
65602026-03-12T16:17:09.842Z[ recovery-image] Mar 12 16:17:08.701 INFO O| Mar 12 16:17:08.701 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612026-03-12T16:17:09.845Z[ recovery-image] Mar 12 16:17:08.709 INFO O| Mar 12 16:17:08.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
65622026-03-12T16:17:09.845Z[ recovery-image] Mar 12 16:17:08.709 INFO O| Mar 12 16:17:08.709 INFO STEP 599 (remove_files) COMPLETE
65632026-03-12T16:17:09.845Z[ recovery-image] Mar 12 16:17:08.709 INFO O| Mar 12 16:17:08.709 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642026-03-12T16:17:09.858Z[ recovery-image] Mar 12 16:17:08.717 INFO O| Mar 12 16:17:08.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
65652026-03-12T16:17:09.858Z[ recovery-image] Mar 12 16:17:08.717 INFO O| Mar 12 16:17:08.717 INFO STEP 600 (remove_files) COMPLETE
65662026-03-12T16:17:09.862Z[ recovery-image] Mar 12 16:17:08.717 INFO O| Mar 12 16:17:08.717 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672026-03-12T16:17:09.862Z[ recovery-image] Mar 12 16:17:08.724 INFO O| Mar 12 16:17:08.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
65682026-03-12T16:17:09.862Z[ recovery-image] Mar 12 16:17:08.724 INFO O| Mar 12 16:17:08.724 INFO STEP 601 (remove_files) COMPLETE
65692026-03-12T16:17:09.862Z[ recovery-image] Mar 12 16:17:08.724 INFO O| Mar 12 16:17:08.724 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702026-03-12T16:17:09.867Z[ recovery-image] Mar 12 16:17:08.731 INFO O| Mar 12 16:17:08.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
65712026-03-12T16:17:09.871Z[ recovery-image] Mar 12 16:17:08.731 INFO O| Mar 12 16:17:08.731 INFO STEP 602 (remove_files) COMPLETE
65722026-03-12T16:17:09.871Z[ recovery-image] Mar 12 16:17:08.731 INFO O| Mar 12 16:17:08.731 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732026-03-12T16:17:09.875Z[ recovery-image] Mar 12 16:17:08.738 INFO O| Mar 12 16:17:08.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
65742026-03-12T16:17:09.879Z[ recovery-image] Mar 12 16:17:08.738 INFO O| Mar 12 16:17:08.738 INFO STEP 603 (remove_files) COMPLETE
65752026-03-12T16:17:09.879Z[ recovery-image] Mar 12 16:17:08.738 INFO O| Mar 12 16:17:08.738 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762026-03-12T16:17:09.883Z[ recovery-image] Mar 12 16:17:08.747 INFO O| Mar 12 16:17:08.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
65772026-03-12T16:17:09.887Z[ recovery-image] Mar 12 16:17:08.747 INFO O| Mar 12 16:17:08.747 INFO STEP 604 (remove_files) COMPLETE
65782026-03-12T16:17:09.887Z[ recovery-image] Mar 12 16:17:08.747 INFO O| Mar 12 16:17:08.747 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792026-03-12T16:17:09.935Z[ recovery-image] Mar 12 16:17:08.754 INFO O| Mar 12 16:17:08.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
65802026-03-12T16:17:09.935Z[ recovery-image] Mar 12 16:17:08.754 INFO O| Mar 12 16:17:08.754 INFO STEP 605 (remove_files) COMPLETE
65812026-03-12T16:17:09.935Z[ recovery-image] Mar 12 16:17:08.754 INFO O| Mar 12 16:17:08.754 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822026-03-12T16:17:09.935Z[ recovery-image] Mar 12 16:17:08.760 INFO O| Mar 12 16:17:08.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
65832026-03-12T16:17:09.935Z[ recovery-image] Mar 12 16:17:08.760 INFO O| Mar 12 16:17:08.760 INFO STEP 606 (remove_files) COMPLETE
65842026-03-12T16:17:09.935Z[ recovery-image] Mar 12 16:17:08.760 INFO O| Mar 12 16:17:08.760 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852026-03-12T16:17:09.935Z[ recovery-image] Mar 12 16:17:08.767 INFO O| Mar 12 16:17:08.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1"
65862026-03-12T16:17:09.935Z[ recovery-image] Mar 12 16:17:08.767 INFO O| Mar 12 16:17:08.767 INFO STEP 607 (remove_files) COMPLETE
65872026-03-12T16:17:09.935Z[ recovery-image] Mar 12 16:17:08.767 INFO O| Mar 12 16:17:08.767 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882026-03-12T16:17:09.935Z[ recovery-image] Mar 12 16:17:08.776 INFO O| Mar 12 16:17:08.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
65892026-03-12T16:17:09.935Z[ recovery-image] Mar 12 16:17:08.776 INFO O| Mar 12 16:17:08.776 INFO STEP 608 (remove_files) COMPLETE
65902026-03-12T16:17:09.935Z[ recovery-image] Mar 12 16:17:08.776 INFO O| Mar 12 16:17:08.776 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912026-03-12T16:17:09.935Z[ recovery-image] Mar 12 16:17:08.784 INFO O| Mar 12 16:17:08.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
65922026-03-12T16:17:09.935Z[ recovery-image] Mar 12 16:17:08.784 INFO O| Mar 12 16:17:08.784 INFO STEP 609 (remove_files) COMPLETE
65932026-03-12T16:17:09.935Z[ recovery-image] Mar 12 16:17:08.784 INFO O| Mar 12 16:17:08.784 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942026-03-12T16:17:09.935Z[ recovery-image] Mar 12 16:17:08.792 INFO O| Mar 12 16:17:08.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
65952026-03-12T16:17:09.935Z[ recovery-image] Mar 12 16:17:08.792 INFO O| Mar 12 16:17:08.792 INFO STEP 610 (remove_files) COMPLETE
65962026-03-12T16:17:09.935Z[ recovery-image] Mar 12 16:17:08.792 INFO O| Mar 12 16:17:08.792 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972026-03-12T16:17:09.941Z[ recovery-image] Mar 12 16:17:08.799 INFO O| Mar 12 16:17:08.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
65982026-03-12T16:17:09.941Z[ recovery-image] Mar 12 16:17:08.799 INFO O| Mar 12 16:17:08.799 INFO STEP 611 (remove_files) COMPLETE
65992026-03-12T16:17:09.941Z[ recovery-image] Mar 12 16:17:08.799 INFO O| Mar 12 16:17:08.799 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002026-03-12T16:17:09.946Z[ recovery-image] Mar 12 16:17:08.805 INFO O| Mar 12 16:17:08.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
66012026-03-12T16:17:09.946Z[ recovery-image] Mar 12 16:17:08.806 INFO O| Mar 12 16:17:08.805 INFO STEP 612 (remove_files) COMPLETE
66022026-03-12T16:17:09.946Z[ recovery-image] Mar 12 16:17:08.806 INFO O| Mar 12 16:17:08.806 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032026-03-12T16:17:09.955Z[ recovery-image] Mar 12 16:17:08.814 INFO O| Mar 12 16:17:08.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
66042026-03-12T16:17:09.959Z[ recovery-image] Mar 12 16:17:08.819 INFO O| Mar 12 16:17:08.819 INFO STEP 613 (remove_files) COMPLETE
66052026-03-12T16:17:09.959Z[ recovery-image] Mar 12 16:17:08.819 INFO O| Mar 12 16:17:08.819 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062026-03-12T16:17:09.965Z[ recovery-image] Mar 12 16:17:08.828 INFO O| Mar 12 16:17:08.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
66072026-03-12T16:17:09.965Z[ recovery-image] Mar 12 16:17:08.828 INFO O| Mar 12 16:17:08.828 INFO STEP 614 (remove_files) COMPLETE
66082026-03-12T16:17:09.965Z[ recovery-image] Mar 12 16:17:08.828 INFO O| Mar 12 16:17:08.828 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092026-03-12T16:17:09.975Z[ recovery-image] Mar 12 16:17:08.838 INFO O| Mar 12 16:17:08.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
66102026-03-12T16:17:09.975Z[ recovery-image] Mar 12 16:17:08.838 INFO O| Mar 12 16:17:08.838 INFO STEP 615 (remove_files) COMPLETE
66112026-03-12T16:17:09.977Z[ recovery-image] Mar 12 16:17:08.838 INFO O| Mar 12 16:17:08.838 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122026-03-12T16:17:09.984Z[ recovery-image] Mar 12 16:17:08.848 INFO O| Mar 12 16:17:08.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
66132026-03-12T16:17:09.984Z[ recovery-image] Mar 12 16:17:08.849 INFO O| Mar 12 16:17:08.848 INFO STEP 616 (remove_files) COMPLETE
66142026-03-12T16:17:09.984Z[ recovery-image] Mar 12 16:17:08.849 INFO O| Mar 12 16:17:08.848 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152026-03-12T16:17:09.992Z[ recovery-image] Mar 12 16:17:08.856 INFO O| Mar 12 16:17:08.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
66162026-03-12T16:17:09.996Z[ recovery-image] Mar 12 16:17:08.856 INFO O| Mar 12 16:17:08.856 INFO STEP 617 (remove_files) COMPLETE
66172026-03-12T16:17:09.996Z[ recovery-image] Mar 12 16:17:08.856 INFO O| Mar 12 16:17:08.856 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182026-03-12T16:17:10.000Z[ recovery-image] Mar 12 16:17:08.864 INFO O| Mar 12 16:17:08.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
66192026-03-12T16:17:10.004Z[ recovery-image] Mar 12 16:17:08.864 INFO O| Mar 12 16:17:08.864 INFO STEP 618 (remove_files) COMPLETE
66202026-03-12T16:17:10.004Z[ recovery-image] Mar 12 16:17:08.864 INFO O| Mar 12 16:17:08.864 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212026-03-12T16:17:10.010Z[ recovery-image] Mar 12 16:17:08.874 INFO O| Mar 12 16:17:08.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
66222026-03-12T16:17:10.013Z[ recovery-image] Mar 12 16:17:08.874 INFO O| Mar 12 16:17:08.874 INFO STEP 619 (remove_files) COMPLETE
66232026-03-12T16:17:10.013Z[ recovery-image] Mar 12 16:17:08.874 INFO O| Mar 12 16:17:08.874 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242026-03-12T16:17:10.019Z[ recovery-image] Mar 12 16:17:08.883 INFO O| Mar 12 16:17:08.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
66252026-03-12T16:17:10.027Z[ recovery-image] Mar 12 16:17:08.883 INFO O| Mar 12 16:17:08.883 INFO STEP 620 (remove_files) COMPLETE
66262026-03-12T16:17:10.027Z[ recovery-image] Mar 12 16:17:08.883 INFO O| Mar 12 16:17:08.883 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272026-03-12T16:17:10.030Z[ recovery-image] Mar 12 16:17:08.890 INFO O| Mar 12 16:17:08.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
66282026-03-12T16:17:10.030Z[ recovery-image] Mar 12 16:17:08.890 INFO O| Mar 12 16:17:08.890 INFO STEP 621 (remove_files) COMPLETE
66292026-03-12T16:17:10.030Z[ recovery-image] Mar 12 16:17:08.890 INFO O| Mar 12 16:17:08.890 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302026-03-12T16:17:10.036Z[ recovery-image] Mar 12 16:17:08.899 INFO O| Mar 12 16:17:08.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
66312026-03-12T16:17:10.036Z[ recovery-image] Mar 12 16:17:08.899 INFO O| Mar 12 16:17:08.899 INFO STEP 622 (remove_files) COMPLETE
66322026-03-12T16:17:10.036Z[ recovery-image] Mar 12 16:17:08.899 INFO O| Mar 12 16:17:08.899 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332026-03-12T16:17:10.043Z[ recovery-image] Mar 12 16:17:08.907 INFO O| Mar 12 16:17:08.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
66342026-03-12T16:17:10.043Z[ recovery-image] Mar 12 16:17:08.907 INFO O| Mar 12 16:17:08.907 INFO STEP 623 (remove_files) COMPLETE
66352026-03-12T16:17:10.046Z[ recovery-image] Mar 12 16:17:08.907 INFO O| Mar 12 16:17:08.907 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362026-03-12T16:17:10.050Z[ recovery-image] Mar 12 16:17:08.914 INFO O| Mar 12 16:17:08.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
66372026-03-12T16:17:10.054Z[ recovery-image] Mar 12 16:17:08.914 INFO O| Mar 12 16:17:08.914 INFO STEP 624 (remove_files) COMPLETE
66382026-03-12T16:17:10.054Z[ recovery-image] Mar 12 16:17:08.914 INFO O| Mar 12 16:17:08.914 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392026-03-12T16:17:10.058Z[ recovery-image] Mar 12 16:17:08.922 INFO O| Mar 12 16:17:08.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
66402026-03-12T16:17:10.063Z[ recovery-image] Mar 12 16:17:08.922 INFO O| Mar 12 16:17:08.922 INFO STEP 625 (remove_files) COMPLETE
66412026-03-12T16:17:10.063Z[ recovery-image] Mar 12 16:17:08.922 INFO O| Mar 12 16:17:08.922 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422026-03-12T16:17:10.066Z[ recovery-image] Mar 12 16:17:08.929 INFO O| Mar 12 16:17:08.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
66432026-03-12T16:17:10.067Z[ recovery-image] Mar 12 16:17:08.929 INFO O| Mar 12 16:17:08.929 INFO STEP 626 (remove_files) COMPLETE
66442026-03-12T16:17:10.067Z[ recovery-image] Mar 12 16:17:08.929 INFO O| Mar 12 16:17:08.929 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452026-03-12T16:17:10.074Z[ recovery-image] Mar 12 16:17:08.937 INFO O| Mar 12 16:17:08.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
66462026-03-12T16:17:10.077Z[ recovery-image] Mar 12 16:17:08.937 INFO O| Mar 12 16:17:08.937 INFO STEP 627 (remove_files) COMPLETE
66472026-03-12T16:17:10.077Z[ recovery-image] Mar 12 16:17:08.937 INFO O| Mar 12 16:17:08.937 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482026-03-12T16:17:10.082Z[ recovery-image] Mar 12 16:17:08.946 INFO O| Mar 12 16:17:08.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
66492026-03-12T16:17:10.082Z[ recovery-image] Mar 12 16:17:08.946 INFO O| Mar 12 16:17:08.946 INFO STEP 628 (remove_files) COMPLETE
66502026-03-12T16:17:10.082Z[ recovery-image] Mar 12 16:17:08.946 INFO O| Mar 12 16:17:08.946 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512026-03-12T16:17:10.090Z[ recovery-image] Mar 12 16:17:08.954 INFO O| Mar 12 16:17:08.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
66522026-03-12T16:17:10.093Z[ recovery-image] Mar 12 16:17:08.954 INFO O| Mar 12 16:17:08.954 INFO STEP 629 (remove_files) COMPLETE
66532026-03-12T16:17:10.093Z[ recovery-image] Mar 12 16:17:08.954 INFO O| Mar 12 16:17:08.954 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542026-03-12T16:17:10.097Z[ recovery-image] Mar 12 16:17:08.961 INFO O| Mar 12 16:17:08.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
66552026-03-12T16:17:10.097Z[ recovery-image] Mar 12 16:17:08.961 INFO O| Mar 12 16:17:08.961 INFO STEP 630 (remove_files) COMPLETE
66562026-03-12T16:17:10.100Z[ recovery-image] Mar 12 16:17:08.961 INFO O| Mar 12 16:17:08.961 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572026-03-12T16:17:10.105Z[ recovery-image] Mar 12 16:17:08.968 INFO O| Mar 12 16:17:08.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
66582026-03-12T16:17:10.108Z[ recovery-image] Mar 12 16:17:08.968 INFO O| Mar 12 16:17:08.968 INFO STEP 631 (remove_files) COMPLETE
66592026-03-12T16:17:10.108Z[ recovery-image] Mar 12 16:17:08.968 INFO O| Mar 12 16:17:08.968 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602026-03-12T16:17:10.111Z[ recovery-image] Mar 12 16:17:08.974 INFO O| Mar 12 16:17:08.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
66612026-03-12T16:17:10.111Z[ recovery-image] Mar 12 16:17:08.975 INFO O| Mar 12 16:17:08.975 INFO STEP 632 (remove_files) COMPLETE
66622026-03-12T16:17:10.112Z[ recovery-image] Mar 12 16:17:08.975 INFO O| Mar 12 16:17:08.975 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632026-03-12T16:17:10.118Z[ recovery-image] Mar 12 16:17:08.982 INFO O| Mar 12 16:17:08.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
66642026-03-12T16:17:10.122Z[ recovery-image] Mar 12 16:17:08.982 INFO O| Mar 12 16:17:08.982 INFO STEP 633 (remove_files) COMPLETE
66652026-03-12T16:17:10.122Z[ recovery-image] Mar 12 16:17:08.982 INFO O| Mar 12 16:17:08.982 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662026-03-12T16:17:10.126Z[ recovery-image] Mar 12 16:17:08.989 INFO O| Mar 12 16:17:08.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
66672026-03-12T16:17:10.126Z[ recovery-image] Mar 12 16:17:08.989 INFO O| Mar 12 16:17:08.989 INFO STEP 634 (remove_files) COMPLETE
66682026-03-12T16:17:10.130Z[ recovery-image] Mar 12 16:17:08.989 INFO O| Mar 12 16:17:08.989 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692026-03-12T16:17:10.135Z[ recovery-image] Mar 12 16:17:08.998 INFO O| Mar 12 16:17:08.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
66702026-03-12T16:17:10.135Z[ recovery-image] Mar 12 16:17:08.998 INFO O| Mar 12 16:17:08.998 INFO STEP 635 (remove_files) COMPLETE
66712026-03-12T16:17:10.135Z[ recovery-image] Mar 12 16:17:08.998 INFO O| Mar 12 16:17:08.998 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722026-03-12T16:17:10.143Z[ recovery-image] Mar 12 16:17:09.007 INFO O| Mar 12 16:17:09.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
66732026-03-12T16:17:10.143Z[ recovery-image] Mar 12 16:17:09.007 INFO O| Mar 12 16:17:09.007 INFO STEP 636 (remove_files) COMPLETE
66742026-03-12T16:17:10.147Z[ recovery-image] Mar 12 16:17:09.007 INFO O| Mar 12 16:17:09.007 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752026-03-12T16:17:10.151Z[ recovery-image] Mar 12 16:17:09.015 INFO O| Mar 12 16:17:09.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
66762026-03-12T16:17:10.156Z[ recovery-image] Mar 12 16:17:09.015 INFO O| Mar 12 16:17:09.015 INFO STEP 637 (remove_files) COMPLETE
66772026-03-12T16:17:10.156Z[ recovery-image] Mar 12 16:17:09.015 INFO O| Mar 12 16:17:09.015 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782026-03-12T16:17:10.167Z[ recovery-image] Mar 12 16:17:09.023 INFO O| Mar 12 16:17:09.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
66792026-03-12T16:17:10.167Z[ recovery-image] Mar 12 16:17:09.024 INFO O| Mar 12 16:17:09.024 INFO STEP 638 (remove_files) COMPLETE
66802026-03-12T16:17:10.167Z[ recovery-image] Mar 12 16:17:09.024 INFO O| Mar 12 16:17:09.024 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812026-03-12T16:17:10.170Z[ recovery-image] Mar 12 16:17:09.032 INFO O| Mar 12 16:17:09.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
66822026-03-12T16:17:10.170Z[ recovery-image] Mar 12 16:17:09.032 INFO O| Mar 12 16:17:09.032 INFO STEP 639 (remove_files) COMPLETE
66832026-03-12T16:17:10.170Z[ recovery-image] Mar 12 16:17:09.032 INFO O| Mar 12 16:17:09.032 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842026-03-12T16:17:10.178Z[ recovery-image] Mar 12 16:17:09.040 INFO O| Mar 12 16:17:09.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
66852026-03-12T16:17:10.182Z[ recovery-image] Mar 12 16:17:09.040 INFO O| Mar 12 16:17:09.040 INFO STEP 640 (remove_files) COMPLETE
66862026-03-12T16:17:10.182Z[ recovery-image] Mar 12 16:17:09.040 INFO O| Mar 12 16:17:09.040 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872026-03-12T16:17:10.185Z[ recovery-image] Mar 12 16:17:09.048 INFO O| Mar 12 16:17:09.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
66882026-03-12T16:17:10.185Z[ recovery-image] Mar 12 16:17:09.048 INFO O| Mar 12 16:17:09.048 INFO STEP 641 (remove_files) COMPLETE
66892026-03-12T16:17:10.185Z[ recovery-image] Mar 12 16:17:09.048 INFO O| Mar 12 16:17:09.048 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902026-03-12T16:17:10.192Z[ recovery-image] Mar 12 16:17:09.055 INFO O| Mar 12 16:17:09.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
66912026-03-12T16:17:10.195Z[ recovery-image] Mar 12 16:17:09.055 INFO O| Mar 12 16:17:09.055 INFO STEP 642 (remove_files) COMPLETE
66922026-03-12T16:17:10.195Z[ recovery-image] Mar 12 16:17:09.055 INFO O| Mar 12 16:17:09.055 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932026-03-12T16:17:10.198Z[ recovery-image] Mar 12 16:17:09.062 INFO O| Mar 12 16:17:09.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
66942026-03-12T16:17:10.202Z[ recovery-image] Mar 12 16:17:09.062 INFO O| Mar 12 16:17:09.062 INFO STEP 643 (remove_files) COMPLETE
66952026-03-12T16:17:10.202Z[ recovery-image] Mar 12 16:17:09.062 INFO O| Mar 12 16:17:09.062 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962026-03-12T16:17:10.202Z[ host-image] Mar 12 16:17:09.064 INFO O| Mar 12 16:17:09.064 INFO O| Startup: Caching catalogs ... Done
66972026-03-12T16:17:10.206Z[ recovery-image] Mar 12 16:17:09.069 INFO O| Mar 12 16:17:09.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
66982026-03-12T16:17:10.206Z[ recovery-image] Mar 12 16:17:09.070 INFO O| Mar 12 16:17:09.070 INFO STEP 644 (remove_files) COMPLETE
66992026-03-12T16:17:10.206Z[ recovery-image] Mar 12 16:17:09.070 INFO O| Mar 12 16:17:09.070 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002026-03-12T16:17:10.212Z[ recovery-image] Mar 12 16:17:09.076 INFO O| Mar 12 16:17:09.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
67012026-03-12T16:17:10.213Z[ recovery-image] Mar 12 16:17:09.076 INFO O| Mar 12 16:17:09.076 INFO STEP 645 (remove_files) COMPLETE
67022026-03-12T16:17:10.216Z[ recovery-image] Mar 12 16:17:09.076 INFO O| Mar 12 16:17:09.076 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032026-03-12T16:17:10.220Z[ recovery-image] Mar 12 16:17:09.083 INFO O| Mar 12 16:17:09.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
67042026-03-12T16:17:10.224Z[ recovery-image] Mar 12 16:17:09.084 INFO O| Mar 12 16:17:09.084 INFO STEP 646 (remove_files) COMPLETE
67052026-03-12T16:17:10.224Z[ recovery-image] Mar 12 16:17:09.084 INFO O| Mar 12 16:17:09.084 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062026-03-12T16:17:10.228Z[ recovery-image] Mar 12 16:17:09.090 INFO O| Mar 12 16:17:09.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
67072026-03-12T16:17:10.228Z[ recovery-image] Mar 12 16:17:09.090 INFO O| Mar 12 16:17:09.090 INFO STEP 647 (remove_files) COMPLETE
67082026-03-12T16:17:10.228Z[ recovery-image] Mar 12 16:17:09.090 INFO O| Mar 12 16:17:09.090 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092026-03-12T16:17:10.237Z[ recovery-image] Mar 12 16:17:09.100 INFO O| Mar 12 16:17:09.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
67102026-03-12T16:17:10.241Z[ recovery-image] Mar 12 16:17:09.101 INFO O| Mar 12 16:17:09.101 INFO STEP 648 (remove_files) COMPLETE
67112026-03-12T16:17:10.241Z[ recovery-image] Mar 12 16:17:09.101 INFO O| Mar 12 16:17:09.101 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122026-03-12T16:17:10.247Z[ recovery-image] Mar 12 16:17:09.110 INFO O| Mar 12 16:17:09.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
67132026-03-12T16:17:10.252Z[ recovery-image] Mar 12 16:17:09.111 INFO O| Mar 12 16:17:09.110 INFO STEP 649 (remove_files) COMPLETE
67142026-03-12T16:17:10.252Z[ recovery-image] Mar 12 16:17:09.111 INFO O| Mar 12 16:17:09.111 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152026-03-12T16:17:10.255Z[ recovery-image] Mar 12 16:17:09.118 INFO O| Mar 12 16:17:09.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
67162026-03-12T16:17:10.255Z[ recovery-image] Mar 12 16:17:09.118 INFO O| Mar 12 16:17:09.118 INFO STEP 650 (remove_files) COMPLETE
67172026-03-12T16:17:10.255Z[ recovery-image] Mar 12 16:17:09.118 INFO O| Mar 12 16:17:09.118 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182026-03-12T16:17:10.262Z[ recovery-image] Mar 12 16:17:09.126 INFO O| Mar 12 16:17:09.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
67192026-03-12T16:17:10.266Z[ recovery-image] Mar 12 16:17:09.126 INFO O| Mar 12 16:17:09.126 INFO STEP 651 (remove_files) COMPLETE
67202026-03-12T16:17:10.266Z[ recovery-image] Mar 12 16:17:09.126 INFO O| Mar 12 16:17:09.126 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212026-03-12T16:17:10.272Z[ recovery-image] Mar 12 16:17:09.135 INFO O| Mar 12 16:17:09.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
67222026-03-12T16:17:10.277Z[ recovery-image] Mar 12 16:17:09.135 INFO O| Mar 12 16:17:09.135 INFO STEP 652 (remove_files) COMPLETE
67232026-03-12T16:17:10.277Z[ recovery-image] Mar 12 16:17:09.135 INFO O| Mar 12 16:17:09.135 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242026-03-12T16:17:10.280Z[ recovery-image] Mar 12 16:17:09.144 INFO O| Mar 12 16:17:09.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
67252026-03-12T16:17:10.284Z[ recovery-image] Mar 12 16:17:09.144 INFO O| Mar 12 16:17:09.144 INFO STEP 653 (remove_files) COMPLETE
67262026-03-12T16:17:10.284Z[ recovery-image] Mar 12 16:17:09.144 INFO O| Mar 12 16:17:09.144 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272026-03-12T16:17:10.288Z[ recovery-image] Mar 12 16:17:09.152 INFO O| Mar 12 16:17:09.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
67282026-03-12T16:17:10.291Z[ recovery-image] Mar 12 16:17:09.152 INFO O| Mar 12 16:17:09.152 INFO STEP 654 (remove_files) COMPLETE
67292026-03-12T16:17:10.291Z[ recovery-image] Mar 12 16:17:09.152 INFO O| Mar 12 16:17:09.152 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302026-03-12T16:17:10.298Z[ recovery-image] Mar 12 16:17:09.160 INFO O| Mar 12 16:17:09.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
67312026-03-12T16:17:10.298Z[ recovery-image] Mar 12 16:17:09.160 INFO O| Mar 12 16:17:09.160 INFO STEP 655 (remove_files) COMPLETE
67322026-03-12T16:17:10.302Z[ recovery-image] Mar 12 16:17:09.160 INFO O| Mar 12 16:17:09.160 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332026-03-12T16:17:10.306Z[ recovery-image] Mar 12 16:17:09.167 INFO O| Mar 12 16:17:09.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
67342026-03-12T16:17:10.306Z[ recovery-image] Mar 12 16:17:09.167 INFO O| Mar 12 16:17:09.167 INFO STEP 656 (remove_files) COMPLETE
67352026-03-12T16:17:10.306Z[ recovery-image] Mar 12 16:17:09.167 INFO O| Mar 12 16:17:09.167 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362026-03-12T16:17:10.314Z[ recovery-image] Mar 12 16:17:09.176 INFO O| Mar 12 16:17:09.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
67372026-03-12T16:17:10.318Z[ recovery-image] Mar 12 16:17:09.176 INFO O| Mar 12 16:17:09.176 INFO STEP 657 (remove_files) COMPLETE
67382026-03-12T16:17:10.318Z[ recovery-image] Mar 12 16:17:09.176 INFO O| Mar 12 16:17:09.176 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392026-03-12T16:17:10.322Z[ recovery-image] Mar 12 16:17:09.184 INFO O| Mar 12 16:17:09.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
67402026-03-12T16:17:10.322Z[ recovery-image] Mar 12 16:17:09.184 INFO O| Mar 12 16:17:09.184 INFO STEP 658 (remove_files) COMPLETE
67412026-03-12T16:17:10.322Z[ recovery-image] Mar 12 16:17:09.184 INFO O| Mar 12 16:17:09.184 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422026-03-12T16:17:10.328Z[ recovery-image] Mar 12 16:17:09.191 INFO O| Mar 12 16:17:09.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
67432026-03-12T16:17:10.331Z[ recovery-image] Mar 12 16:17:09.191 INFO O| Mar 12 16:17:09.191 INFO STEP 659 (remove_files) COMPLETE
67442026-03-12T16:17:10.331Z[ recovery-image] Mar 12 16:17:09.191 INFO O| Mar 12 16:17:09.191 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452026-03-12T16:17:10.335Z[ recovery-image] Mar 12 16:17:09.198 INFO O| Mar 12 16:17:09.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
67462026-03-12T16:17:10.335Z[ recovery-image] Mar 12 16:17:09.198 INFO O| Mar 12 16:17:09.198 INFO STEP 660 (remove_files) COMPLETE
67472026-03-12T16:17:10.335Z[ recovery-image] Mar 12 16:17:09.198 INFO O| Mar 12 16:17:09.198 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482026-03-12T16:17:10.342Z[ recovery-image] Mar 12 16:17:09.205 INFO O| Mar 12 16:17:09.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
67492026-03-12T16:17:10.348Z[ recovery-image] Mar 12 16:17:09.205 INFO O| Mar 12 16:17:09.205 INFO STEP 661 (remove_files) COMPLETE
67502026-03-12T16:17:10.350Z[ recovery-image] Mar 12 16:17:09.205 INFO O| Mar 12 16:17:09.205 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512026-03-12T16:17:10.371Z[ recovery-image] Mar 12 16:17:09.215 INFO O| Mar 12 16:17:09.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
67522026-03-12T16:17:10.371Z[ recovery-image] Mar 12 16:17:09.215 INFO O| Mar 12 16:17:09.215 INFO STEP 662 (remove_files) COMPLETE
67532026-03-12T16:17:10.371Z[ recovery-image] Mar 12 16:17:09.215 INFO O| Mar 12 16:17:09.215 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542026-03-12T16:17:10.371Z[ recovery-image] Mar 12 16:17:09.222 INFO O| Mar 12 16:17:09.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
67552026-03-12T16:17:10.371Z[ recovery-image] Mar 12 16:17:09.222 INFO O| Mar 12 16:17:09.222 INFO STEP 663 (remove_files) COMPLETE
67562026-03-12T16:17:10.371Z[ recovery-image] Mar 12 16:17:09.222 INFO O| Mar 12 16:17:09.222 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572026-03-12T16:17:10.413Z[ recovery-image] Mar 12 16:17:09.229 INFO O| Mar 12 16:17:09.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
67582026-03-12T16:17:10.414Z[ recovery-image] Mar 12 16:17:09.229 INFO O| Mar 12 16:17:09.229 INFO STEP 664 (remove_files) COMPLETE
67592026-03-12T16:17:10.414Z[ recovery-image] Mar 12 16:17:09.229 INFO O| Mar 12 16:17:09.229 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602026-03-12T16:17:10.414Z[ recovery-image] Mar 12 16:17:09.235 INFO O| Mar 12 16:17:09.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
67612026-03-12T16:17:10.414Z[ recovery-image] Mar 12 16:17:09.236 INFO O| Mar 12 16:17:09.236 INFO STEP 665 (remove_files) COMPLETE
67622026-03-12T16:17:10.414Z[ recovery-image] Mar 12 16:17:09.236 INFO O| Mar 12 16:17:09.236 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632026-03-12T16:17:10.414Z[ recovery-image] Mar 12 16:17:09.242 INFO O| Mar 12 16:17:09.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
67642026-03-12T16:17:10.414Z[ recovery-image] Mar 12 16:17:09.242 INFO O| Mar 12 16:17:09.242 INFO STEP 666 (remove_files) COMPLETE
67652026-03-12T16:17:10.414Z[ recovery-image] Mar 12 16:17:09.242 INFO O| Mar 12 16:17:09.242 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662026-03-12T16:17:10.414Z[ recovery-image] Mar 12 16:17:09.252 INFO O| Mar 12 16:17:09.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
67672026-03-12T16:17:10.414Z[ recovery-image] Mar 12 16:17:09.252 INFO O| Mar 12 16:17:09.252 INFO STEP 667 (remove_files) COMPLETE
67682026-03-12T16:17:10.414Z[ recovery-image] Mar 12 16:17:09.252 INFO O| Mar 12 16:17:09.252 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692026-03-12T16:17:10.453Z[ recovery-image] Mar 12 16:17:09.259 INFO O| Mar 12 16:17:09.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
67702026-03-12T16:17:10.453Z[ recovery-image] Mar 12 16:17:09.259 INFO O| Mar 12 16:17:09.259 INFO STEP 668 (remove_files) COMPLETE
67712026-03-12T16:17:10.453Z[ recovery-image] Mar 12 16:17:09.259 INFO O| Mar 12 16:17:09.259 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722026-03-12T16:17:10.453Z[ recovery-image] Mar 12 16:17:09.267 INFO O| Mar 12 16:17:09.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
67732026-03-12T16:17:10.453Z[ recovery-image] Mar 12 16:17:09.267 INFO O| Mar 12 16:17:09.267 INFO STEP 669 (remove_files) COMPLETE
67742026-03-12T16:17:10.453Z[ recovery-image] Mar 12 16:17:09.267 INFO O| Mar 12 16:17:09.267 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752026-03-12T16:17:10.453Z[ recovery-image] Mar 12 16:17:09.276 INFO O| Mar 12 16:17:09.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
67762026-03-12T16:17:10.453Z[ recovery-image] Mar 12 16:17:09.276 INFO O| Mar 12 16:17:09.276 INFO STEP 670 (remove_files) COMPLETE
67772026-03-12T16:17:10.453Z[ recovery-image] Mar 12 16:17:09.276 INFO O| Mar 12 16:17:09.276 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782026-03-12T16:17:10.453Z[ recovery-image] Mar 12 16:17:09.285 INFO O| Mar 12 16:17:09.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
67792026-03-12T16:17:10.453Z[ recovery-image] Mar 12 16:17:09.285 INFO O| Mar 12 16:17:09.285 INFO STEP 671 (remove_files) COMPLETE
67802026-03-12T16:17:10.454Z[ recovery-image] Mar 12 16:17:09.285 INFO O| Mar 12 16:17:09.285 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812026-03-12T16:17:10.454Z[ recovery-image] Mar 12 16:17:09.292 INFO O| Mar 12 16:17:09.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
67822026-03-12T16:17:10.454Z[ recovery-image] Mar 12 16:17:09.292 INFO O| Mar 12 16:17:09.292 INFO STEP 672 (remove_files) COMPLETE
67832026-03-12T16:17:10.454Z[ recovery-image] Mar 12 16:17:09.292 INFO O| Mar 12 16:17:09.292 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842026-03-12T16:17:10.502Z[ recovery-image] Mar 12 16:17:09.299 INFO O| Mar 12 16:17:09.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
67852026-03-12T16:17:10.503Z[ recovery-image] Mar 12 16:17:09.299 INFO O| Mar 12 16:17:09.299 INFO STEP 673 (remove_files) COMPLETE
67862026-03-12T16:17:10.503Z[ recovery-image] Mar 12 16:17:09.299 INFO O| Mar 12 16:17:09.299 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872026-03-12T16:17:10.503Z[ recovery-image] Mar 12 16:17:09.307 INFO O| Mar 12 16:17:09.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
67882026-03-12T16:17:10.503Z[ recovery-image] Mar 12 16:17:09.307 INFO O| Mar 12 16:17:09.307 INFO STEP 674 (remove_files) COMPLETE
67892026-03-12T16:17:10.503Z[ recovery-image] Mar 12 16:17:09.307 INFO O| Mar 12 16:17:09.307 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902026-03-12T16:17:10.503Z[ recovery-image] Mar 12 16:17:09.314 INFO O| Mar 12 16:17:09.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
67912026-03-12T16:17:10.503Z[ recovery-image] Mar 12 16:17:09.314 INFO O| Mar 12 16:17:09.314 INFO STEP 675 (remove_files) COMPLETE
67922026-03-12T16:17:10.503Z[ recovery-image] Mar 12 16:17:09.314 INFO O| Mar 12 16:17:09.314 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932026-03-12T16:17:10.503Z[ recovery-image] Mar 12 16:17:09.322 INFO O| Mar 12 16:17:09.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
67942026-03-12T16:17:10.503Z[ recovery-image] Mar 12 16:17:09.322 INFO O| Mar 12 16:17:09.322 INFO STEP 676 (remove_files) COMPLETE
67952026-03-12T16:17:10.503Z[ recovery-image] Mar 12 16:17:09.322 INFO O| Mar 12 16:17:09.322 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962026-03-12T16:17:10.503Z[ recovery-image] Mar 12 16:17:09.331 INFO O| Mar 12 16:17:09.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
67972026-03-12T16:17:10.503Z[ recovery-image] Mar 12 16:17:09.331 INFO O| Mar 12 16:17:09.331 INFO STEP 677 (remove_files) COMPLETE
67982026-03-12T16:17:10.503Z[ recovery-image] Mar 12 16:17:09.331 INFO O| Mar 12 16:17:09.331 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992026-03-12T16:17:10.503Z[ recovery-image] Mar 12 16:17:09.339 INFO O| Mar 12 16:17:09.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
68002026-03-12T16:17:10.503Z[ recovery-image] Mar 12 16:17:09.339 INFO O| Mar 12 16:17:09.339 INFO STEP 678 (remove_files) COMPLETE
68012026-03-12T16:17:10.503Z[ recovery-image] Mar 12 16:17:09.339 INFO O| Mar 12 16:17:09.339 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022026-03-12T16:17:10.503Z[ recovery-image] Mar 12 16:17:09.346 INFO O| Mar 12 16:17:09.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
68032026-03-12T16:17:10.503Z[ recovery-image] Mar 12 16:17:09.346 INFO O| Mar 12 16:17:09.346 INFO STEP 679 (remove_files) COMPLETE
68042026-03-12T16:17:10.503Z[ recovery-image] Mar 12 16:17:09.346 INFO O| Mar 12 16:17:09.346 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052026-03-12T16:17:10.503Z[ recovery-image] Mar 12 16:17:09.354 INFO O| Mar 12 16:17:09.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
68062026-03-12T16:17:10.503Z[ recovery-image] Mar 12 16:17:09.354 INFO O| Mar 12 16:17:09.354 INFO STEP 680 (remove_files) COMPLETE
68072026-03-12T16:17:10.503Z[ recovery-image] Mar 12 16:17:09.354 INFO O| Mar 12 16:17:09.354 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082026-03-12T16:17:10.504Z[ recovery-image] Mar 12 16:17:09.362 INFO O| Mar 12 16:17:09.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
68092026-03-12T16:17:10.504Z[ recovery-image] Mar 12 16:17:09.362 INFO O| Mar 12 16:17:09.362 INFO STEP 681 (remove_files) COMPLETE
68102026-03-12T16:17:10.504Z[ recovery-image] Mar 12 16:17:09.362 INFO O| Mar 12 16:17:09.362 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112026-03-12T16:17:10.509Z[ recovery-image] Mar 12 16:17:09.370 INFO O| Mar 12 16:17:09.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
68122026-03-12T16:17:10.509Z[ recovery-image] Mar 12 16:17:09.370 INFO O| Mar 12 16:17:09.370 INFO STEP 682 (remove_files) COMPLETE
68132026-03-12T16:17:10.509Z[ recovery-image] Mar 12 16:17:09.370 INFO O| Mar 12 16:17:09.370 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142026-03-12T16:17:10.513Z[ recovery-image] Mar 12 16:17:09.377 INFO O| Mar 12 16:17:09.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
68152026-03-12T16:17:10.513Z[ recovery-image] Mar 12 16:17:09.377 INFO O| Mar 12 16:17:09.377 INFO STEP 683 (remove_files) COMPLETE
68162026-03-12T16:17:10.513Z[ recovery-image] Mar 12 16:17:09.377 INFO O| Mar 12 16:17:09.377 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172026-03-12T16:17:10.520Z[ recovery-image] Mar 12 16:17:09.384 INFO O| Mar 12 16:17:09.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
68182026-03-12T16:17:10.524Z[ recovery-image] Mar 12 16:17:09.384 INFO O| Mar 12 16:17:09.384 INFO STEP 684 (remove_files) COMPLETE
68192026-03-12T16:17:10.524Z[ recovery-image] Mar 12 16:17:09.384 INFO O| Mar 12 16:17:09.384 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202026-03-12T16:17:10.530Z[ recovery-image] Mar 12 16:17:09.394 INFO O| Mar 12 16:17:09.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
68212026-03-12T16:17:10.534Z[ recovery-image] Mar 12 16:17:09.394 INFO O| Mar 12 16:17:09.394 INFO STEP 685 (remove_files) COMPLETE
68222026-03-12T16:17:10.534Z[ recovery-image] Mar 12 16:17:09.394 INFO O| Mar 12 16:17:09.394 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232026-03-12T16:17:10.538Z[ recovery-image] Mar 12 16:17:09.401 INFO O| Mar 12 16:17:09.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
68242026-03-12T16:17:10.538Z[ recovery-image] Mar 12 16:17:09.401 INFO O| Mar 12 16:17:09.401 INFO STEP 686 (remove_files) COMPLETE
68252026-03-12T16:17:10.538Z[ recovery-image] Mar 12 16:17:09.401 INFO O| Mar 12 16:17:09.401 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262026-03-12T16:17:10.544Z[ recovery-image] Mar 12 16:17:09.408 INFO O| Mar 12 16:17:09.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
68272026-03-12T16:17:10.549Z[ recovery-image] Mar 12 16:17:09.408 INFO O| Mar 12 16:17:09.408 INFO STEP 687 (remove_files) COMPLETE
68282026-03-12T16:17:10.549Z[ recovery-image] Mar 12 16:17:09.408 INFO O| Mar 12 16:17:09.408 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292026-03-12T16:17:10.552Z[ recovery-image] Mar 12 16:17:09.415 INFO O| Mar 12 16:17:09.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
68302026-03-12T16:17:10.552Z[ recovery-image] Mar 12 16:17:09.415 INFO O| Mar 12 16:17:09.415 INFO STEP 688 (remove_files) COMPLETE
68312026-03-12T16:17:10.553Z[ recovery-image] Mar 12 16:17:09.415 INFO O| Mar 12 16:17:09.415 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322026-03-12T16:17:10.557Z[ recovery-image] Mar 12 16:17:09.421 INFO O| Mar 12 16:17:09.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
68332026-03-12T16:17:10.560Z[ recovery-image] Mar 12 16:17:09.421 INFO O| Mar 12 16:17:09.421 INFO STEP 689 (remove_files) COMPLETE
68342026-03-12T16:17:10.560Z[ recovery-image] Mar 12 16:17:09.421 INFO O| Mar 12 16:17:09.421 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352026-03-12T16:17:10.568Z[ recovery-image] Mar 12 16:17:09.432 INFO O| Mar 12 16:17:09.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
68362026-03-12T16:17:10.573Z[ recovery-image] Mar 12 16:17:09.433 INFO O| Mar 12 16:17:09.433 INFO STEP 690 (remove_files) COMPLETE
68372026-03-12T16:17:10.573Z[ recovery-image] Mar 12 16:17:09.433 INFO O| Mar 12 16:17:09.433 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382026-03-12T16:17:10.578Z[ recovery-image] Mar 12 16:17:09.442 INFO O| Mar 12 16:17:09.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
68392026-03-12T16:17:10.583Z[ recovery-image] Mar 12 16:17:09.442 INFO O| Mar 12 16:17:09.442 INFO STEP 691 (remove_files) COMPLETE
68402026-03-12T16:17:10.583Z[ recovery-image] Mar 12 16:17:09.442 INFO O| Mar 12 16:17:09.442 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412026-03-12T16:17:10.586Z[ recovery-image] Mar 12 16:17:09.449 INFO O| Mar 12 16:17:09.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
68422026-03-12T16:17:10.586Z[ recovery-image] Mar 12 16:17:09.449 INFO O| Mar 12 16:17:09.449 INFO STEP 692 (remove_files) COMPLETE
68432026-03-12T16:17:10.586Z[ recovery-image] Mar 12 16:17:09.449 INFO O| Mar 12 16:17:09.449 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442026-03-12T16:17:10.592Z[ recovery-image] Mar 12 16:17:09.456 INFO O| Mar 12 16:17:09.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
68452026-03-12T16:17:10.596Z[ recovery-image] Mar 12 16:17:09.456 INFO O| Mar 12 16:17:09.456 INFO STEP 693 (remove_files) COMPLETE
68462026-03-12T16:17:10.596Z[ recovery-image] Mar 12 16:17:09.456 INFO O| Mar 12 16:17:09.456 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472026-03-12T16:17:10.599Z[ recovery-image] Mar 12 16:17:09.463 INFO O| Mar 12 16:17:09.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
68482026-03-12T16:17:10.599Z[ recovery-image] Mar 12 16:17:09.463 INFO O| Mar 12 16:17:09.463 INFO STEP 694 (remove_files) COMPLETE
68492026-03-12T16:17:10.602Z[ recovery-image] Mar 12 16:17:09.463 INFO O| Mar 12 16:17:09.463 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502026-03-12T16:17:10.608Z[ recovery-image] Mar 12 16:17:09.472 INFO O| Mar 12 16:17:09.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
68512026-03-12T16:17:10.611Z[ recovery-image] Mar 12 16:17:09.472 INFO O| Mar 12 16:17:09.472 INFO STEP 695 (remove_files) COMPLETE
68522026-03-12T16:17:10.611Z[ recovery-image] Mar 12 16:17:09.472 INFO O| Mar 12 16:17:09.472 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532026-03-12T16:17:10.618Z[ recovery-image] Mar 12 16:17:09.482 INFO O| Mar 12 16:17:09.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
68542026-03-12T16:17:10.622Z[ recovery-image] Mar 12 16:17:09.482 INFO O| Mar 12 16:17:09.482 INFO STEP 696 (remove_files) COMPLETE
68552026-03-12T16:17:10.622Z[ recovery-image] Mar 12 16:17:09.482 INFO O| Mar 12 16:17:09.482 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562026-03-12T16:17:10.627Z[ recovery-image] Mar 12 16:17:09.491 INFO O| Mar 12 16:17:09.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
68572026-03-12T16:17:10.631Z[ recovery-image] Mar 12 16:17:09.492 INFO O| Mar 12 16:17:09.492 INFO STEP 697 (remove_files) COMPLETE
68582026-03-12T16:17:10.631Z[ recovery-image] Mar 12 16:17:09.492 INFO O| Mar 12 16:17:09.492 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592026-03-12T16:17:10.636Z[ recovery-image] Mar 12 16:17:09.499 INFO O| Mar 12 16:17:09.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
68602026-03-12T16:17:10.639Z[ recovery-image] Mar 12 16:17:09.499 INFO O| Mar 12 16:17:09.499 INFO STEP 698 (remove_files) COMPLETE
68612026-03-12T16:17:10.639Z[ recovery-image] Mar 12 16:17:09.499 INFO O| Mar 12 16:17:09.499 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622026-03-12T16:17:10.643Z[ recovery-image] Mar 12 16:17:09.506 INFO O| Mar 12 16:17:09.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
68632026-03-12T16:17:10.643Z[ recovery-image] Mar 12 16:17:09.506 INFO O| Mar 12 16:17:09.506 INFO STEP 699 (remove_files) COMPLETE
68642026-03-12T16:17:10.643Z[ recovery-image] Mar 12 16:17:09.506 INFO O| Mar 12 16:17:09.506 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652026-03-12T16:17:10.651Z[ recovery-image] Mar 12 16:17:09.515 INFO O| Mar 12 16:17:09.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
68662026-03-12T16:17:10.651Z[ recovery-image] Mar 12 16:17:09.515 INFO O| Mar 12 16:17:09.515 INFO STEP 700 (remove_files) COMPLETE
68672026-03-12T16:17:10.654Z[ recovery-image] Mar 12 16:17:09.515 INFO O| Mar 12 16:17:09.515 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682026-03-12T16:17:10.660Z[ recovery-image] Mar 12 16:17:09.523 INFO O| Mar 12 16:17:09.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
68692026-03-12T16:17:10.663Z[ recovery-image] Mar 12 16:17:09.523 INFO O| Mar 12 16:17:09.523 INFO STEP 701 (remove_files) COMPLETE
68702026-03-12T16:17:10.663Z[ recovery-image] Mar 12 16:17:09.523 INFO O| Mar 12 16:17:09.523 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712026-03-12T16:17:10.669Z[ recovery-image] Mar 12 16:17:09.532 INFO O| Mar 12 16:17:09.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
68722026-03-12T16:17:10.672Z[ recovery-image] Mar 12 16:17:09.532 INFO O| Mar 12 16:17:09.532 INFO STEP 702 (remove_files) COMPLETE
68732026-03-12T16:17:10.672Z[ recovery-image] Mar 12 16:17:09.532 INFO O| Mar 12 16:17:09.532 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742026-03-12T16:17:10.677Z[ recovery-image] Mar 12 16:17:09.540 INFO O| Mar 12 16:17:09.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
68752026-03-12T16:17:10.681Z[ recovery-image] Mar 12 16:17:09.540 INFO O| Mar 12 16:17:09.540 INFO STEP 703 (remove_files) COMPLETE
68762026-03-12T16:17:10.681Z[ recovery-image] Mar 12 16:17:09.540 INFO O| Mar 12 16:17:09.540 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772026-03-12T16:17:10.685Z[ recovery-image] Mar 12 16:17:09.547 INFO O| Mar 12 16:17:09.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
68782026-03-12T16:17:10.685Z[ recovery-image] Mar 12 16:17:09.547 INFO O| Mar 12 16:17:09.547 INFO STEP 704 (remove_files) COMPLETE
68792026-03-12T16:17:10.685Z[ recovery-image] Mar 12 16:17:09.547 INFO O| Mar 12 16:17:09.547 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802026-03-12T16:17:10.691Z[ recovery-image] Mar 12 16:17:09.554 INFO O| Mar 12 16:17:09.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
68812026-03-12T16:17:10.696Z[ recovery-image] Mar 12 16:17:09.555 INFO O| Mar 12 16:17:09.555 INFO STEP 705 (remove_files) COMPLETE
68822026-03-12T16:17:10.696Z[ recovery-image] Mar 12 16:17:09.555 INFO O| Mar 12 16:17:09.555 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832026-03-12T16:17:10.699Z[ recovery-image] Mar 12 16:17:09.562 INFO O| Mar 12 16:17:09.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
68842026-03-12T16:17:10.699Z[ recovery-image] Mar 12 16:17:09.562 INFO O| Mar 12 16:17:09.562 INFO STEP 706 (remove_files) COMPLETE
68852026-03-12T16:17:10.699Z[ recovery-image] Mar 12 16:17:09.562 INFO O| Mar 12 16:17:09.562 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862026-03-12T16:17:10.705Z[ recovery-image] Mar 12 16:17:09.569 INFO O| Mar 12 16:17:09.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
68872026-03-12T16:17:10.708Z[ recovery-image] Mar 12 16:17:09.569 INFO O| Mar 12 16:17:09.569 INFO STEP 707 (remove_files) COMPLETE
68882026-03-12T16:17:10.708Z[ recovery-image] Mar 12 16:17:09.569 INFO O| Mar 12 16:17:09.569 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892026-03-12T16:17:10.712Z[ recovery-image] Mar 12 16:17:09.576 INFO O| Mar 12 16:17:09.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
68902026-03-12T16:17:10.717Z[ recovery-image] Mar 12 16:17:09.576 INFO O| Mar 12 16:17:09.576 INFO STEP 708 (remove_files) COMPLETE
68912026-03-12T16:17:10.717Z[ recovery-image] Mar 12 16:17:09.576 INFO O| Mar 12 16:17:09.576 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922026-03-12T16:17:10.722Z[ recovery-image] Mar 12 16:17:09.586 INFO O| Mar 12 16:17:09.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
68932026-03-12T16:17:10.726Z[ recovery-image] Mar 12 16:17:09.586 INFO O| Mar 12 16:17:09.586 INFO STEP 709 (remove_files) COMPLETE
68942026-03-12T16:17:10.726Z[ recovery-image] Mar 12 16:17:09.586 INFO O| Mar 12 16:17:09.586 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952026-03-12T16:17:10.732Z[ recovery-image] Mar 12 16:17:09.595 INFO O| Mar 12 16:17:09.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
68962026-03-12T16:17:10.736Z[ recovery-image] Mar 12 16:17:09.596 INFO O| Mar 12 16:17:09.595 INFO STEP 710 (remove_files) COMPLETE
68972026-03-12T16:17:10.736Z[ recovery-image] Mar 12 16:17:09.596 INFO O| Mar 12 16:17:09.596 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982026-03-12T16:17:10.741Z[ recovery-image] Mar 12 16:17:09.603 INFO O| Mar 12 16:17:09.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
68992026-03-12T16:17:10.741Z[ recovery-image] Mar 12 16:17:09.603 INFO O| Mar 12 16:17:09.603 INFO STEP 711 (remove_files) COMPLETE
69002026-03-12T16:17:10.741Z[ recovery-image] Mar 12 16:17:09.603 INFO O| Mar 12 16:17:09.603 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012026-03-12T16:17:10.746Z[ recovery-image] Mar 12 16:17:09.610 INFO O| Mar 12 16:17:09.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
69022026-03-12T16:17:10.749Z[ recovery-image] Mar 12 16:17:09.610 INFO O| Mar 12 16:17:09.610 INFO STEP 712 (remove_files) COMPLETE
69032026-03-12T16:17:10.749Z[ recovery-image] Mar 12 16:17:09.610 INFO O| Mar 12 16:17:09.610 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042026-03-12T16:17:10.754Z[ recovery-image] Mar 12 16:17:09.617 INFO O| Mar 12 16:17:09.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
69052026-03-12T16:17:10.756Z[ recovery-image] Mar 12 16:17:09.617 INFO O| Mar 12 16:17:09.617 INFO STEP 713 (remove_files) COMPLETE
69062026-03-12T16:17:10.756Z[ recovery-image] Mar 12 16:17:09.617 INFO O| Mar 12 16:17:09.617 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072026-03-12T16:17:10.764Z[ recovery-image] Mar 12 16:17:09.627 INFO O| Mar 12 16:17:09.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
69082026-03-12T16:17:10.767Z[ recovery-image] Mar 12 16:17:09.628 INFO O| Mar 12 16:17:09.628 INFO STEP 714 (remove_files) COMPLETE
69092026-03-12T16:17:10.767Z[ recovery-image] Mar 12 16:17:09.628 INFO O| Mar 12 16:17:09.628 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102026-03-12T16:17:10.771Z[ recovery-image] Mar 12 16:17:09.634 INFO O| Mar 12 16:17:09.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
69112026-03-12T16:17:10.771Z[ recovery-image] Mar 12 16:17:09.634 INFO O| Mar 12 16:17:09.634 INFO STEP 715 (remove_files) COMPLETE
69122026-03-12T16:17:10.771Z[ recovery-image] Mar 12 16:17:09.634 INFO O| Mar 12 16:17:09.634 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132026-03-12T16:17:10.782Z[ recovery-image] Mar 12 16:17:09.641 INFO O| Mar 12 16:17:09.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
69142026-03-12T16:17:10.783Z[ recovery-image] Mar 12 16:17:09.641 INFO O| Mar 12 16:17:09.641 INFO STEP 716 (remove_files) COMPLETE
69152026-03-12T16:17:10.787Z[ recovery-image] Mar 12 16:17:09.641 INFO O| Mar 12 16:17:09.641 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162026-03-12T16:17:10.787Z[ recovery-image] Mar 12 16:17:09.647 INFO O| Mar 12 16:17:09.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
69172026-03-12T16:17:10.787Z[ recovery-image] Mar 12 16:17:09.647 INFO O| Mar 12 16:17:09.647 INFO STEP 717 (remove_files) COMPLETE
69182026-03-12T16:17:10.787Z[ recovery-image] Mar 12 16:17:09.647 INFO O| Mar 12 16:17:09.647 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192026-03-12T16:17:10.791Z[ recovery-image] Mar 12 16:17:09.655 INFO O| Mar 12 16:17:09.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
69202026-03-12T16:17:10.794Z[ recovery-image] Mar 12 16:17:09.655 INFO O| Mar 12 16:17:09.655 INFO STEP 718 (remove_files) COMPLETE
69212026-03-12T16:17:10.795Z[ recovery-image] Mar 12 16:17:09.655 INFO O| Mar 12 16:17:09.655 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222026-03-12T16:17:10.801Z[ recovery-image] Mar 12 16:17:09.665 INFO O| Mar 12 16:17:09.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
69232026-03-12T16:17:10.804Z[ recovery-image] Mar 12 16:17:09.665 INFO O| Mar 12 16:17:09.665 INFO STEP 719 (remove_files) COMPLETE
69242026-03-12T16:17:10.804Z[ recovery-image] Mar 12 16:17:09.665 INFO O| Mar 12 16:17:09.665 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252026-03-12T16:17:10.812Z[ recovery-image] Mar 12 16:17:09.674 INFO O| Mar 12 16:17:09.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
69262026-03-12T16:17:10.816Z[ recovery-image] Mar 12 16:17:09.674 INFO O| Mar 12 16:17:09.674 INFO STEP 720 (remove_files) COMPLETE
69272026-03-12T16:17:10.816Z[ recovery-image] Mar 12 16:17:09.674 INFO O| Mar 12 16:17:09.674 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282026-03-12T16:17:10.821Z[ recovery-image] Mar 12 16:17:09.682 INFO O| Mar 12 16:17:09.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
69292026-03-12T16:17:10.824Z[ recovery-image] Mar 12 16:17:09.683 INFO O| Mar 12 16:17:09.683 INFO STEP 721 (remove_files) COMPLETE
69302026-03-12T16:17:10.824Z[ recovery-image] Mar 12 16:17:09.683 INFO O| Mar 12 16:17:09.683 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312026-03-12T16:17:10.828Z[ recovery-image] Mar 12 16:17:09.692 INFO O| Mar 12 16:17:09.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
69322026-03-12T16:17:10.832Z[ recovery-image] Mar 12 16:17:09.692 INFO O| Mar 12 16:17:09.692 INFO STEP 722 (remove_files) COMPLETE
69332026-03-12T16:17:10.832Z[ recovery-image] Mar 12 16:17:09.692 INFO O| Mar 12 16:17:09.692 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342026-03-12T16:17:10.836Z[ recovery-image] Mar 12 16:17:09.700 INFO O| Mar 12 16:17:09.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
69352026-03-12T16:17:10.836Z[ recovery-image] Mar 12 16:17:09.700 INFO O| Mar 12 16:17:09.700 INFO STEP 723 (remove_files) COMPLETE
69362026-03-12T16:17:10.836Z[ recovery-image] Mar 12 16:17:09.700 INFO O| Mar 12 16:17:09.700 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372026-03-12T16:17:10.846Z[ recovery-image] Mar 12 16:17:09.709 INFO O| Mar 12 16:17:09.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
69382026-03-12T16:17:10.849Z[ recovery-image] Mar 12 16:17:09.710 INFO O| Mar 12 16:17:09.710 INFO STEP 724 (remove_files) COMPLETE
69392026-03-12T16:17:10.849Z[ recovery-image] Mar 12 16:17:09.710 INFO O| Mar 12 16:17:09.710 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402026-03-12T16:17:10.852Z[ recovery-image] Mar 12 16:17:09.716 INFO O| Mar 12 16:17:09.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
69412026-03-12T16:17:10.857Z[ recovery-image] Mar 12 16:17:09.716 INFO O| Mar 12 16:17:09.716 INFO STEP 725 (remove_files) COMPLETE
69422026-03-12T16:17:10.857Z[ recovery-image] Mar 12 16:17:09.716 INFO O| Mar 12 16:17:09.716 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432026-03-12T16:17:10.859Z[ recovery-image] Mar 12 16:17:09.723 INFO O| Mar 12 16:17:09.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
69442026-03-12T16:17:10.859Z[ recovery-image] Mar 12 16:17:09.723 INFO O| Mar 12 16:17:09.723 INFO STEP 726 (remove_files) COMPLETE
69452026-03-12T16:17:10.864Z[ recovery-image] Mar 12 16:17:09.723 INFO O| Mar 12 16:17:09.723 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462026-03-12T16:17:10.869Z[ recovery-image] Mar 12 16:17:09.733 INFO O| Mar 12 16:17:09.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
69472026-03-12T16:17:10.869Z[ recovery-image] Mar 12 16:17:09.733 INFO O| Mar 12 16:17:09.733 INFO STEP 727 (remove_files) COMPLETE
69482026-03-12T16:17:10.872Z[ recovery-image] Mar 12 16:17:09.733 INFO O| Mar 12 16:17:09.733 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492026-03-12T16:17:10.879Z[ recovery-image] Mar 12 16:17:09.742 INFO O| Mar 12 16:17:09.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
69502026-03-12T16:17:10.882Z[ recovery-image] Mar 12 16:17:09.742 INFO O| Mar 12 16:17:09.742 INFO STEP 728 (remove_files) COMPLETE
69512026-03-12T16:17:10.882Z[ recovery-image] Mar 12 16:17:09.742 INFO O| Mar 12 16:17:09.742 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522026-03-12T16:17:10.886Z[ recovery-image] Mar 12 16:17:09.749 INFO O| Mar 12 16:17:09.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
69532026-03-12T16:17:10.886Z[ recovery-image] Mar 12 16:17:09.749 INFO O| Mar 12 16:17:09.749 INFO STEP 729 (remove_files) COMPLETE
69542026-03-12T16:17:10.887Z[ recovery-image] Mar 12 16:17:09.749 INFO O| Mar 12 16:17:09.749 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552026-03-12T16:17:10.895Z[ recovery-image] Mar 12 16:17:09.758 INFO O| Mar 12 16:17:09.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
69562026-03-12T16:17:10.899Z[ recovery-image] Mar 12 16:17:09.758 INFO O| Mar 12 16:17:09.758 INFO STEP 730 (remove_files) COMPLETE
69572026-03-12T16:17:10.899Z[ recovery-image] Mar 12 16:17:09.758 INFO O| Mar 12 16:17:09.758 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582026-03-12T16:17:10.902Z[ recovery-image] Mar 12 16:17:09.765 INFO O| Mar 12 16:17:09.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
69592026-03-12T16:17:10.902Z[ recovery-image] Mar 12 16:17:09.765 INFO O| Mar 12 16:17:09.765 INFO STEP 731 (remove_files) COMPLETE
69602026-03-12T16:17:10.902Z[ recovery-image] Mar 12 16:17:09.765 INFO O| Mar 12 16:17:09.765 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612026-03-12T16:17:10.910Z[ recovery-image] Mar 12 16:17:09.773 INFO O| Mar 12 16:17:09.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
69622026-03-12T16:17:10.914Z[ recovery-image] Mar 12 16:17:09.773 INFO O| Mar 12 16:17:09.773 INFO STEP 732 (remove_files) COMPLETE
69632026-03-12T16:17:10.914Z[ recovery-image] Mar 12 16:17:09.773 INFO O| Mar 12 16:17:09.773 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642026-03-12T16:17:10.917Z[ recovery-image] Mar 12 16:17:09.780 INFO O| Mar 12 16:17:09.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
69652026-03-12T16:17:10.917Z[ recovery-image] Mar 12 16:17:09.780 INFO O| Mar 12 16:17:09.780 INFO STEP 733 (remove_files) COMPLETE
69662026-03-12T16:17:10.917Z[ recovery-image] Mar 12 16:17:09.780 INFO O| Mar 12 16:17:09.780 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672026-03-12T16:17:10.927Z[ recovery-image] Mar 12 16:17:09.790 INFO O| Mar 12 16:17:09.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
69682026-03-12T16:17:10.927Z[ recovery-image] Mar 12 16:17:09.790 INFO O| Mar 12 16:17:09.790 INFO STEP 734 (remove_files) COMPLETE
69692026-03-12T16:17:10.931Z[ recovery-image] Mar 12 16:17:09.790 INFO O| Mar 12 16:17:09.790 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702026-03-12T16:17:10.936Z[ recovery-image] Mar 12 16:17:09.800 INFO O| Mar 12 16:17:09.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
69712026-03-12T16:17:10.939Z[ recovery-image] Mar 12 16:17:09.800 INFO O| Mar 12 16:17:09.800 INFO STEP 735 (remove_files) COMPLETE
69722026-03-12T16:17:10.939Z[ recovery-image] Mar 12 16:17:09.800 INFO O| Mar 12 16:17:09.800 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732026-03-12T16:17:10.944Z[ recovery-image] Mar 12 16:17:09.807 INFO O| Mar 12 16:17:09.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
69742026-03-12T16:17:10.946Z[ recovery-image] Mar 12 16:17:09.807 INFO O| Mar 12 16:17:09.807 INFO STEP 736 (remove_files) COMPLETE
69752026-03-12T16:17:10.946Z[ recovery-image] Mar 12 16:17:09.807 INFO O| Mar 12 16:17:09.807 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762026-03-12T16:17:10.953Z[ recovery-image] Mar 12 16:17:09.816 INFO O| Mar 12 16:17:09.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
69772026-03-12T16:17:10.955Z[ recovery-image] Mar 12 16:17:09.816 INFO O| Mar 12 16:17:09.816 INFO STEP 737 (remove_files) COMPLETE
69782026-03-12T16:17:10.955Z[ recovery-image] Mar 12 16:17:09.816 INFO O| Mar 12 16:17:09.816 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792026-03-12T16:17:10.961Z[ recovery-image] Mar 12 16:17:09.825 INFO O| Mar 12 16:17:09.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
69802026-03-12T16:17:10.961Z[ recovery-image] Mar 12 16:17:09.825 INFO O| Mar 12 16:17:09.825 INFO STEP 738 (remove_files) COMPLETE
69812026-03-12T16:17:10.965Z[ recovery-image] Mar 12 16:17:09.825 INFO O| Mar 12 16:17:09.825 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822026-03-12T16:17:10.969Z[ recovery-image] Mar 12 16:17:09.832 INFO O| Mar 12 16:17:09.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
69832026-03-12T16:17:10.969Z[ recovery-image] Mar 12 16:17:09.832 INFO O| Mar 12 16:17:09.832 INFO STEP 739 (remove_files) COMPLETE
69842026-03-12T16:17:10.969Z[ recovery-image] Mar 12 16:17:09.832 INFO O| Mar 12 16:17:09.832 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852026-03-12T16:17:10.978Z[ recovery-image] Mar 12 16:17:09.841 INFO O| Mar 12 16:17:09.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
69862026-03-12T16:17:10.982Z[ recovery-image] Mar 12 16:17:09.841 INFO O| Mar 12 16:17:09.841 INFO STEP 740 (remove_files) COMPLETE
69872026-03-12T16:17:10.983Z[ recovery-image] Mar 12 16:17:09.841 INFO O| Mar 12 16:17:09.841 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882026-03-12T16:17:10.985Z[ recovery-image] Mar 12 16:17:09.848 INFO O| Mar 12 16:17:09.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
69892026-03-12T16:17:10.985Z[ recovery-image] Mar 12 16:17:09.848 INFO O| Mar 12 16:17:09.848 INFO STEP 741 (remove_files) COMPLETE
69902026-03-12T16:17:10.985Z[ recovery-image] Mar 12 16:17:09.848 INFO O| Mar 12 16:17:09.848 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912026-03-12T16:17:10.991Z[ recovery-image] Mar 12 16:17:09.855 INFO O| Mar 12 16:17:09.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
69922026-03-12T16:17:10.992Z[ recovery-image] Mar 12 16:17:09.855 INFO O| Mar 12 16:17:09.855 INFO STEP 742 (remove_files) COMPLETE
69932026-03-12T16:17:10.995Z[ recovery-image] Mar 12 16:17:09.855 INFO O| Mar 12 16:17:09.855 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942026-03-12T16:17:10.998Z[ recovery-image] Mar 12 16:17:09.862 INFO O| Mar 12 16:17:09.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
69952026-03-12T16:17:11.002Z[ recovery-image] Mar 12 16:17:09.862 INFO O| Mar 12 16:17:09.862 INFO STEP 743 (remove_files) COMPLETE
69962026-03-12T16:17:11.002Z[ recovery-image] Mar 12 16:17:09.862 INFO O| Mar 12 16:17:09.862 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972026-03-12T16:17:11.007Z[ recovery-image] Mar 12 16:17:09.871 INFO O| Mar 12 16:17:09.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
69982026-03-12T16:17:11.007Z[ recovery-image] Mar 12 16:17:09.871 INFO O| Mar 12 16:17:09.871 INFO STEP 744 (remove_files) COMPLETE
69992026-03-12T16:17:11.008Z[ recovery-image] Mar 12 16:17:09.871 INFO O| Mar 12 16:17:09.871 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002026-03-12T16:17:11.014Z[ recovery-image] Mar 12 16:17:09.878 INFO O| Mar 12 16:17:09.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
70012026-03-12T16:17:11.018Z[ recovery-image] Mar 12 16:17:09.878 INFO O| Mar 12 16:17:09.878 INFO STEP 745 (remove_files) COMPLETE
70022026-03-12T16:17:11.018Z[ recovery-image] Mar 12 16:17:09.878 INFO O| Mar 12 16:17:09.878 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032026-03-12T16:17:11.023Z[ recovery-image] Mar 12 16:17:09.887 INFO O| Mar 12 16:17:09.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
70042026-03-12T16:17:11.023Z[ recovery-image] Mar 12 16:17:09.887 INFO O| Mar 12 16:17:09.887 INFO STEP 746 (remove_files) COMPLETE
70052026-03-12T16:17:11.028Z[ recovery-image] Mar 12 16:17:09.887 INFO O| Mar 12 16:17:09.887 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062026-03-12T16:17:11.031Z[ recovery-image] Mar 12 16:17:09.894 INFO O| Mar 12 16:17:09.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
70072026-03-12T16:17:11.031Z[ recovery-image] Mar 12 16:17:09.894 INFO O| Mar 12 16:17:09.894 INFO STEP 747 (remove_files) COMPLETE
70082026-03-12T16:17:11.031Z[ recovery-image] Mar 12 16:17:09.894 INFO O| Mar 12 16:17:09.894 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092026-03-12T16:17:11.039Z[ recovery-image] Mar 12 16:17:09.903 INFO O| Mar 12 16:17:09.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
70102026-03-12T16:17:11.043Z[ recovery-image] Mar 12 16:17:09.903 INFO O| Mar 12 16:17:09.903 INFO STEP 748 (remove_files) COMPLETE
70112026-03-12T16:17:11.043Z[ recovery-image] Mar 12 16:17:09.903 INFO O| Mar 12 16:17:09.903 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122026-03-12T16:17:11.046Z[ recovery-image] Mar 12 16:17:09.910 INFO O| Mar 12 16:17:09.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
70132026-03-12T16:17:11.047Z[ recovery-image] Mar 12 16:17:09.910 INFO O| Mar 12 16:17:09.910 INFO STEP 749 (remove_files) COMPLETE
70142026-03-12T16:17:11.051Z[ recovery-image] Mar 12 16:17:09.910 INFO O| Mar 12 16:17:09.910 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152026-03-12T16:17:11.054Z[ recovery-image] Mar 12 16:17:09.918 INFO O| Mar 12 16:17:09.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
70162026-03-12T16:17:11.058Z[ recovery-image] Mar 12 16:17:09.918 INFO O| Mar 12 16:17:09.918 INFO STEP 750 (remove_files) COMPLETE
70172026-03-12T16:17:11.058Z[ recovery-image] Mar 12 16:17:09.918 INFO O| Mar 12 16:17:09.918 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182026-03-12T16:17:11.067Z[ recovery-image] Mar 12 16:17:09.926 INFO O| Mar 12 16:17:09.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
70192026-03-12T16:17:11.071Z[ recovery-image] Mar 12 16:17:09.926 INFO O| Mar 12 16:17:09.926 INFO STEP 751 (remove_files) COMPLETE
70202026-03-12T16:17:11.071Z[ recovery-image] Mar 12 16:17:09.926 INFO O| Mar 12 16:17:09.926 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212026-03-12T16:17:11.081Z[ recovery-image] Mar 12 16:17:09.934 INFO O| Mar 12 16:17:09.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
70222026-03-12T16:17:11.081Z[ recovery-image] Mar 12 16:17:09.934 INFO O| Mar 12 16:17:09.934 INFO STEP 752 (remove_files) COMPLETE
70232026-03-12T16:17:11.081Z[ recovery-image] Mar 12 16:17:09.934 INFO O| Mar 12 16:17:09.934 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242026-03-12T16:17:11.081Z[ recovery-image] Mar 12 16:17:09.941 INFO O| Mar 12 16:17:09.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
70252026-03-12T16:17:11.081Z[ recovery-image] Mar 12 16:17:09.941 INFO O| Mar 12 16:17:09.941 INFO STEP 753 (remove_files) COMPLETE
70262026-03-12T16:17:11.081Z[ recovery-image] Mar 12 16:17:09.941 INFO O| Mar 12 16:17:09.941 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272026-03-12T16:17:11.085Z[ recovery-image] Mar 12 16:17:09.949 INFO O| Mar 12 16:17:09.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
70282026-03-12T16:17:11.090Z[ recovery-image] Mar 12 16:17:09.949 INFO O| Mar 12 16:17:09.949 INFO STEP 754 (remove_files) COMPLETE
70292026-03-12T16:17:11.090Z[ recovery-image] Mar 12 16:17:09.949 INFO O| Mar 12 16:17:09.949 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302026-03-12T16:17:11.093Z[ recovery-image] Mar 12 16:17:09.957 INFO O| Mar 12 16:17:09.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
70312026-03-12T16:17:11.097Z[ recovery-image] Mar 12 16:17:09.957 INFO O| Mar 12 16:17:09.957 INFO STEP 755 (remove_files) COMPLETE
70322026-03-12T16:17:11.097Z[ recovery-image] Mar 12 16:17:09.957 INFO O| Mar 12 16:17:09.957 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332026-03-12T16:17:11.101Z[ recovery-image] Mar 12 16:17:09.964 INFO O| Mar 12 16:17:09.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
70342026-03-12T16:17:11.104Z[ recovery-image] Mar 12 16:17:09.964 INFO O| Mar 12 16:17:09.964 INFO STEP 756 (remove_files) COMPLETE
70352026-03-12T16:17:11.104Z[ recovery-image] Mar 12 16:17:09.964 INFO O| Mar 12 16:17:09.964 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362026-03-12T16:17:11.113Z[ recovery-image] Mar 12 16:17:09.972 INFO O| Mar 12 16:17:09.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
70372026-03-12T16:17:11.116Z[ recovery-image] Mar 12 16:17:09.972 INFO O| Mar 12 16:17:09.972 INFO STEP 757 (remove_files) COMPLETE
70382026-03-12T16:17:11.116Z[ recovery-image] Mar 12 16:17:09.972 INFO O| Mar 12 16:17:09.972 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392026-03-12T16:17:11.120Z[ recovery-image] Mar 12 16:17:09.982 INFO O| Mar 12 16:17:09.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
70402026-03-12T16:17:11.120Z[ recovery-image] Mar 12 16:17:09.982 INFO O| Mar 12 16:17:09.982 INFO STEP 758 (remove_files) COMPLETE
70412026-03-12T16:17:11.120Z[ recovery-image] Mar 12 16:17:09.982 INFO O| Mar 12 16:17:09.982 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422026-03-12T16:17:11.126Z[ recovery-image] Mar 12 16:17:09.989 INFO O| Mar 12 16:17:09.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
70432026-03-12T16:17:11.129Z[ recovery-image] Mar 12 16:17:09.989 INFO O| Mar 12 16:17:09.989 INFO STEP 759 (remove_files) COMPLETE
70442026-03-12T16:17:11.129Z[ recovery-image] Mar 12 16:17:09.989 INFO O| Mar 12 16:17:09.989 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452026-03-12T16:17:11.133Z[ recovery-image] Mar 12 16:17:09.997 INFO O| Mar 12 16:17:09.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
70462026-03-12T16:17:11.136Z[ recovery-image] Mar 12 16:17:09.997 INFO O| Mar 12 16:17:09.997 INFO STEP 760 (remove_files) COMPLETE
70472026-03-12T16:17:11.136Z[ recovery-image] Mar 12 16:17:09.997 INFO O| Mar 12 16:17:09.997 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482026-03-12T16:17:11.142Z[ recovery-image] Mar 12 16:17:10.005 INFO O| Mar 12 16:17:10.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
70492026-03-12T16:17:11.146Z[ recovery-image] Mar 12 16:17:10.005 INFO O| Mar 12 16:17:10.005 INFO STEP 761 (remove_files) COMPLETE
70502026-03-12T16:17:11.146Z[ recovery-image] Mar 12 16:17:10.005 INFO O| Mar 12 16:17:10.005 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512026-03-12T16:17:11.151Z[ recovery-image] Mar 12 16:17:10.015 INFO O| Mar 12 16:17:10.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
70522026-03-12T16:17:11.156Z[ recovery-image] Mar 12 16:17:10.015 INFO O| Mar 12 16:17:10.015 INFO STEP 762 (remove_files) COMPLETE
70532026-03-12T16:17:11.156Z[ recovery-image] Mar 12 16:17:10.015 INFO O| Mar 12 16:17:10.015 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542026-03-12T16:17:11.159Z[ recovery-image] Mar 12 16:17:10.022 INFO O| Mar 12 16:17:10.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
70552026-03-12T16:17:11.159Z[ recovery-image] Mar 12 16:17:10.022 INFO O| Mar 12 16:17:10.022 INFO STEP 763 (remove_files) COMPLETE
70562026-03-12T16:17:11.159Z[ recovery-image] Mar 12 16:17:10.022 INFO O| Mar 12 16:17:10.022 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572026-03-12T16:17:11.168Z[ recovery-image] Mar 12 16:17:10.032 INFO O| Mar 12 16:17:10.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
70582026-03-12T16:17:11.168Z[ recovery-image] Mar 12 16:17:10.032 INFO O| Mar 12 16:17:10.032 INFO STEP 764 (remove_files) COMPLETE
70592026-03-12T16:17:11.173Z[ recovery-image] Mar 12 16:17:10.032 INFO O| Mar 12 16:17:10.032 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602026-03-12T16:17:11.176Z[ recovery-image] Mar 12 16:17:10.039 INFO O| Mar 12 16:17:10.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
70612026-03-12T16:17:11.176Z[ recovery-image] Mar 12 16:17:10.039 INFO O| Mar 12 16:17:10.039 INFO STEP 765 (remove_files) COMPLETE
70622026-03-12T16:17:11.176Z[ recovery-image] Mar 12 16:17:10.039 INFO O| Mar 12 16:17:10.039 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632026-03-12T16:17:11.183Z[ recovery-image] Mar 12 16:17:10.047 INFO O| Mar 12 16:17:10.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
70642026-03-12T16:17:11.186Z[ recovery-image] Mar 12 16:17:10.048 INFO O| Mar 12 16:17:10.048 INFO STEP 766 (remove_files) COMPLETE
70652026-03-12T16:17:11.186Z[ recovery-image] Mar 12 16:17:10.048 INFO O| Mar 12 16:17:10.048 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662026-03-12T16:17:11.193Z[ recovery-image] Mar 12 16:17:10.057 INFO O| Mar 12 16:17:10.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
70672026-03-12T16:17:11.196Z[ recovery-image] Mar 12 16:17:10.057 INFO O| Mar 12 16:17:10.057 INFO STEP 767 (remove_files) COMPLETE
70682026-03-12T16:17:11.196Z[ recovery-image] Mar 12 16:17:10.057 INFO O| Mar 12 16:17:10.057 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692026-03-12T16:17:11.207Z[ recovery-image] Mar 12 16:17:10.066 INFO O| Mar 12 16:17:10.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
70702026-03-12T16:17:11.210Z[ recovery-image] Mar 12 16:17:10.066 INFO O| Mar 12 16:17:10.066 INFO STEP 768 (remove_files) COMPLETE
70712026-03-12T16:17:11.210Z[ recovery-image] Mar 12 16:17:10.066 INFO O| Mar 12 16:17:10.066 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722026-03-12T16:17:11.210Z[ recovery-image] Mar 12 16:17:10.073 INFO O| Mar 12 16:17:10.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
70732026-03-12T16:17:11.211Z[ recovery-image] Mar 12 16:17:10.073 INFO O| Mar 12 16:17:10.073 INFO STEP 769 (remove_files) COMPLETE
70742026-03-12T16:17:11.211Z[ recovery-image] Mar 12 16:17:10.073 INFO O| Mar 12 16:17:10.073 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752026-03-12T16:17:11.217Z[ recovery-image] Mar 12 16:17:10.080 INFO O| Mar 12 16:17:10.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
70762026-03-12T16:17:11.220Z[ recovery-image] Mar 12 16:17:10.080 INFO O| Mar 12 16:17:10.080 INFO STEP 770 (remove_files) COMPLETE
70772026-03-12T16:17:11.220Z[ recovery-image] Mar 12 16:17:10.080 INFO O| Mar 12 16:17:10.080 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782026-03-12T16:17:11.226Z[ recovery-image] Mar 12 16:17:10.090 INFO O| Mar 12 16:17:10.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
70792026-03-12T16:17:11.226Z[ recovery-image] Mar 12 16:17:10.090 INFO O| Mar 12 16:17:10.090 INFO STEP 771 (remove_files) COMPLETE
70802026-03-12T16:17:11.229Z[ recovery-image] Mar 12 16:17:10.090 INFO O| Mar 12 16:17:10.090 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812026-03-12T16:17:11.234Z[ recovery-image] Mar 12 16:17:10.098 INFO O| Mar 12 16:17:10.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
70822026-03-12T16:17:11.239Z[ recovery-image] Mar 12 16:17:10.098 INFO O| Mar 12 16:17:10.098 INFO STEP 772 (remove_files) COMPLETE
70832026-03-12T16:17:11.239Z[ recovery-image] Mar 12 16:17:10.098 INFO O| Mar 12 16:17:10.098 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842026-03-12T16:17:11.242Z[ recovery-image] Mar 12 16:17:10.106 INFO O| Mar 12 16:17:10.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
70852026-03-12T16:17:11.246Z[ recovery-image] Mar 12 16:17:10.106 INFO O| Mar 12 16:17:10.106 INFO STEP 773 (remove_files) COMPLETE
70862026-03-12T16:17:11.246Z[ recovery-image] Mar 12 16:17:10.106 INFO O| Mar 12 16:17:10.106 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872026-03-12T16:17:11.250Z[ recovery-image] Mar 12 16:17:10.114 INFO O| Mar 12 16:17:10.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
70882026-03-12T16:17:11.253Z[ recovery-image] Mar 12 16:17:10.114 INFO O| Mar 12 16:17:10.114 INFO STEP 774 (remove_files) COMPLETE
70892026-03-12T16:17:11.253Z[ recovery-image] Mar 12 16:17:10.114 INFO O| Mar 12 16:17:10.114 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902026-03-12T16:17:11.259Z[ recovery-image] Mar 12 16:17:10.122 INFO O| Mar 12 16:17:10.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
70912026-03-12T16:17:11.264Z[ recovery-image] Mar 12 16:17:10.122 INFO O| Mar 12 16:17:10.122 INFO STEP 775 (remove_files) COMPLETE
70922026-03-12T16:17:11.264Z[ recovery-image] Mar 12 16:17:10.122 INFO O| Mar 12 16:17:10.122 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932026-03-12T16:17:11.268Z[ recovery-image] Mar 12 16:17:10.129 INFO O| Mar 12 16:17:10.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
70942026-03-12T16:17:11.268Z[ recovery-image] Mar 12 16:17:10.129 INFO O| Mar 12 16:17:10.129 INFO STEP 776 (remove_files) COMPLETE
70952026-03-12T16:17:11.268Z[ recovery-image] Mar 12 16:17:10.129 INFO O| Mar 12 16:17:10.129 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962026-03-12T16:17:11.273Z[ recovery-image] Mar 12 16:17:10.137 INFO O| Mar 12 16:17:10.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
70972026-03-12T16:17:11.276Z[ recovery-image] Mar 12 16:17:10.137 INFO O| Mar 12 16:17:10.137 INFO STEP 777 (remove_files) COMPLETE
70982026-03-12T16:17:11.276Z[ recovery-image] Mar 12 16:17:10.137 INFO O| Mar 12 16:17:10.137 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992026-03-12T16:17:11.280Z[ recovery-image] Mar 12 16:17:10.144 INFO O| Mar 12 16:17:10.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
71002026-03-12T16:17:11.284Z[ recovery-image] Mar 12 16:17:10.144 INFO O| Mar 12 16:17:10.144 INFO STEP 778 (remove_files) COMPLETE
71012026-03-12T16:17:11.285Z[ recovery-image] Mar 12 16:17:10.144 INFO O| Mar 12 16:17:10.144 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022026-03-12T16:17:11.288Z[ recovery-image] Mar 12 16:17:10.151 INFO O| Mar 12 16:17:10.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
71032026-03-12T16:17:11.288Z[ recovery-image] Mar 12 16:17:10.151 INFO O| Mar 12 16:17:10.151 INFO STEP 779 (remove_files) COMPLETE
71042026-03-12T16:17:11.288Z[ recovery-image] Mar 12 16:17:10.151 INFO O| Mar 12 16:17:10.151 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052026-03-12T16:17:11.295Z[ recovery-image] Mar 12 16:17:10.159 INFO O| Mar 12 16:17:10.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
71062026-03-12T16:17:11.298Z[ recovery-image] Mar 12 16:17:10.159 INFO O| Mar 12 16:17:10.159 INFO STEP 780 (remove_files) COMPLETE
71072026-03-12T16:17:11.301Z[ recovery-image] Mar 12 16:17:10.159 INFO O| Mar 12 16:17:10.159 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082026-03-12T16:17:11.303Z[ recovery-image] Mar 12 16:17:10.166 INFO O| Mar 12 16:17:10.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
71092026-03-12T16:17:11.303Z[ recovery-image] Mar 12 16:17:10.166 INFO O| Mar 12 16:17:10.166 INFO STEP 781 (remove_files) COMPLETE
71102026-03-12T16:17:11.303Z[ recovery-image] Mar 12 16:17:10.166 INFO O| Mar 12 16:17:10.166 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112026-03-12T16:17:11.310Z[ recovery-image] Mar 12 16:17:10.173 INFO O| Mar 12 16:17:10.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
71122026-03-12T16:17:11.310Z[ recovery-image] Mar 12 16:17:10.173 INFO O| Mar 12 16:17:10.173 INFO STEP 782 (remove_files) COMPLETE
71132026-03-12T16:17:11.313Z[ recovery-image] Mar 12 16:17:10.173 INFO O| Mar 12 16:17:10.173 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142026-03-12T16:17:11.316Z[ recovery-image] Mar 12 16:17:10.180 INFO O| Mar 12 16:17:10.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
71152026-03-12T16:17:11.320Z[ recovery-image] Mar 12 16:17:10.181 INFO O| Mar 12 16:17:10.181 INFO STEP 783 (remove_files) COMPLETE
71162026-03-12T16:17:11.320Z[ recovery-image] Mar 12 16:17:10.181 INFO O| Mar 12 16:17:10.181 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172026-03-12T16:17:11.325Z[ recovery-image] Mar 12 16:17:10.188 INFO O| Mar 12 16:17:10.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
71182026-03-12T16:17:11.327Z[ recovery-image] Mar 12 16:17:10.188 INFO O| Mar 12 16:17:10.188 INFO STEP 784 (remove_files) COMPLETE
71192026-03-12T16:17:11.327Z[ recovery-image] Mar 12 16:17:10.188 INFO O| Mar 12 16:17:10.188 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202026-03-12T16:17:11.333Z[ recovery-image] Mar 12 16:17:10.196 INFO O| Mar 12 16:17:10.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
71212026-03-12T16:17:11.336Z[ recovery-image] Mar 12 16:17:10.196 INFO O| Mar 12 16:17:10.196 INFO STEP 785 (remove_files) COMPLETE
71222026-03-12T16:17:11.336Z[ recovery-image] Mar 12 16:17:10.196 INFO O| Mar 12 16:17:10.196 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232026-03-12T16:17:11.341Z[ recovery-image] Mar 12 16:17:10.205 INFO O| Mar 12 16:17:10.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
71242026-03-12T16:17:11.342Z[ recovery-image] Mar 12 16:17:10.205 INFO O| Mar 12 16:17:10.205 INFO STEP 786 (remove_files) COMPLETE
71252026-03-12T16:17:11.349Z[ recovery-image] Mar 12 16:17:10.205 INFO O| Mar 12 16:17:10.205 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262026-03-12T16:17:11.353Z[ recovery-image] Mar 12 16:17:10.213 INFO O| Mar 12 16:17:10.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
71272026-03-12T16:17:11.353Z[ recovery-image] Mar 12 16:17:10.213 INFO O| Mar 12 16:17:10.213 INFO STEP 787 (remove_files) COMPLETE
71282026-03-12T16:17:11.353Z[ recovery-image] Mar 12 16:17:10.213 INFO O| Mar 12 16:17:10.213 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292026-03-12T16:17:11.358Z[ recovery-image] Mar 12 16:17:10.221 INFO O| Mar 12 16:17:10.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
71302026-03-12T16:17:11.361Z[ recovery-image] Mar 12 16:17:10.222 INFO O| Mar 12 16:17:10.222 INFO STEP 788 (remove_files) COMPLETE
71312026-03-12T16:17:11.361Z[ recovery-image] Mar 12 16:17:10.222 INFO O| Mar 12 16:17:10.222 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322026-03-12T16:17:11.365Z[ recovery-image] Mar 12 16:17:10.229 INFO O| Mar 12 16:17:10.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
71332026-03-12T16:17:11.365Z[ recovery-image] Mar 12 16:17:10.229 INFO O| Mar 12 16:17:10.229 INFO STEP 789 (remove_files) COMPLETE
71342026-03-12T16:17:11.368Z[ recovery-image] Mar 12 16:17:10.229 INFO O| Mar 12 16:17:10.229 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352026-03-12T16:17:11.373Z[ recovery-image] Mar 12 16:17:10.237 INFO O| Mar 12 16:17:10.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
71362026-03-12T16:17:11.374Z[ recovery-image] Mar 12 16:17:10.237 INFO O| Mar 12 16:17:10.237 INFO STEP 790 (remove_files) COMPLETE
71372026-03-12T16:17:11.377Z[ recovery-image] Mar 12 16:17:10.237 INFO O| Mar 12 16:17:10.237 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382026-03-12T16:17:11.382Z[ recovery-image] Mar 12 16:17:10.246 INFO O| Mar 12 16:17:10.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
71392026-03-12T16:17:11.382Z[ recovery-image] Mar 12 16:17:10.246 INFO O| Mar 12 16:17:10.246 INFO STEP 791 (remove_files) COMPLETE
71402026-03-12T16:17:11.386Z[ recovery-image] Mar 12 16:17:10.246 INFO O| Mar 12 16:17:10.246 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412026-03-12T16:17:11.391Z[ recovery-image] Mar 12 16:17:10.254 INFO O| Mar 12 16:17:10.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
71422026-03-12T16:17:11.391Z[ recovery-image] Mar 12 16:17:10.254 INFO O| Mar 12 16:17:10.254 INFO STEP 792 (remove_files) COMPLETE
71432026-03-12T16:17:11.393Z[ recovery-image] Mar 12 16:17:10.254 INFO O| Mar 12 16:17:10.254 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442026-03-12T16:17:11.398Z[ recovery-image] Mar 12 16:17:10.262 INFO O| Mar 12 16:17:10.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
71452026-03-12T16:17:11.398Z[ recovery-image] Mar 12 16:17:10.262 INFO O| Mar 12 16:17:10.262 INFO STEP 793 (remove_files) COMPLETE
71462026-03-12T16:17:11.403Z[ recovery-image] Mar 12 16:17:10.262 INFO O| Mar 12 16:17:10.262 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472026-03-12T16:17:11.406Z[ recovery-image] Mar 12 16:17:10.269 INFO O| Mar 12 16:17:10.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
71482026-03-12T16:17:11.406Z[ recovery-image] Mar 12 16:17:10.269 INFO O| Mar 12 16:17:10.269 INFO STEP 794 (remove_files) COMPLETE
71492026-03-12T16:17:11.406Z[ recovery-image] Mar 12 16:17:10.269 INFO O| Mar 12 16:17:10.269 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502026-03-12T16:17:11.413Z[ recovery-image] Mar 12 16:17:10.276 INFO O| Mar 12 16:17:10.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
71512026-03-12T16:17:11.418Z[ recovery-image] Mar 12 16:17:10.277 INFO O| Mar 12 16:17:10.276 INFO STEP 795 (remove_files) COMPLETE
71522026-03-12T16:17:11.418Z[ recovery-image] Mar 12 16:17:10.277 INFO O| Mar 12 16:17:10.277 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532026-03-12T16:17:11.423Z[ recovery-image] Mar 12 16:17:10.284 INFO O| Mar 12 16:17:10.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
71542026-03-12T16:17:11.424Z[ recovery-image] Mar 12 16:17:10.284 INFO O| Mar 12 16:17:10.284 INFO STEP 796 (remove_files) COMPLETE
71552026-03-12T16:17:11.424Z[ recovery-image] Mar 12 16:17:10.284 INFO O| Mar 12 16:17:10.284 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562026-03-12T16:17:11.428Z[ recovery-image] Mar 12 16:17:10.291 INFO O| Mar 12 16:17:10.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
71572026-03-12T16:17:11.428Z[ recovery-image] Mar 12 16:17:10.291 INFO O| Mar 12 16:17:10.291 INFO STEP 797 (remove_files) COMPLETE
71582026-03-12T16:17:11.428Z[ recovery-image] Mar 12 16:17:10.291 INFO O| Mar 12 16:17:10.291 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592026-03-12T16:17:11.437Z[ recovery-image] Mar 12 16:17:10.301 INFO O| Mar 12 16:17:10.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
71602026-03-12T16:17:11.440Z[ recovery-image] Mar 12 16:17:10.301 INFO O| Mar 12 16:17:10.301 INFO STEP 798 (remove_files) COMPLETE
71612026-03-12T16:17:11.440Z[ recovery-image] Mar 12 16:17:10.301 INFO O| Mar 12 16:17:10.301 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622026-03-12T16:17:11.444Z[ recovery-image] Mar 12 16:17:10.308 INFO O| Mar 12 16:17:10.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
71632026-03-12T16:17:11.449Z[ recovery-image] Mar 12 16:17:10.308 INFO O| Mar 12 16:17:10.308 INFO STEP 799 (remove_files) COMPLETE
71642026-03-12T16:17:11.449Z[ recovery-image] Mar 12 16:17:10.308 INFO O| Mar 12 16:17:10.308 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652026-03-12T16:17:11.452Z[ recovery-image] Mar 12 16:17:10.316 INFO O| Mar 12 16:17:10.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
71662026-03-12T16:17:11.452Z[ recovery-image] Mar 12 16:17:10.316 INFO O| Mar 12 16:17:10.316 INFO STEP 800 (remove_files) COMPLETE
71672026-03-12T16:17:11.452Z[ recovery-image] Mar 12 16:17:10.316 INFO O| Mar 12 16:17:10.316 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682026-03-12T16:17:11.460Z[ recovery-image] Mar 12 16:17:10.323 INFO O| Mar 12 16:17:10.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
71692026-03-12T16:17:11.463Z[ recovery-image] Mar 12 16:17:10.323 INFO O| Mar 12 16:17:10.323 INFO STEP 801 (remove_files) COMPLETE
71702026-03-12T16:17:11.463Z[ recovery-image] Mar 12 16:17:10.323 INFO O| Mar 12 16:17:10.323 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712026-03-12T16:17:11.467Z[ recovery-image] Mar 12 16:17:10.331 INFO O| Mar 12 16:17:10.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
71722026-03-12T16:17:11.470Z[ recovery-image] Mar 12 16:17:10.331 INFO O| Mar 12 16:17:10.331 INFO STEP 802 (remove_files) COMPLETE
71732026-03-12T16:17:11.470Z[ recovery-image] Mar 12 16:17:10.331 INFO O| Mar 12 16:17:10.331 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742026-03-12T16:17:11.475Z[ recovery-image] Mar 12 16:17:10.339 INFO O| Mar 12 16:17:10.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
71752026-03-12T16:17:11.475Z[ recovery-image] Mar 12 16:17:10.339 INFO O| Mar 12 16:17:10.339 INFO STEP 803 (remove_files) COMPLETE
71762026-03-12T16:17:11.524Z[ recovery-image] Mar 12 16:17:10.339 INFO O| Mar 12 16:17:10.339 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772026-03-12T16:17:11.524Z[ recovery-image] Mar 12 16:17:10.348 INFO O| Mar 12 16:17:10.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
71782026-03-12T16:17:11.524Z[ recovery-image] Mar 12 16:17:10.348 INFO O| Mar 12 16:17:10.348 INFO STEP 804 (remove_files) COMPLETE
71792026-03-12T16:17:11.524Z[ recovery-image] Mar 12 16:17:10.348 INFO O| Mar 12 16:17:10.348 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802026-03-12T16:17:11.524Z[ recovery-image] Mar 12 16:17:10.357 INFO O| Mar 12 16:17:10.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
71812026-03-12T16:17:11.524Z[ recovery-image] Mar 12 16:17:10.357 INFO O| Mar 12 16:17:10.357 INFO STEP 805 (remove_files) COMPLETE
71822026-03-12T16:17:11.524Z[ recovery-image] Mar 12 16:17:10.357 INFO O| Mar 12 16:17:10.357 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832026-03-12T16:17:11.524Z[ recovery-image] Mar 12 16:17:10.364 INFO O| Mar 12 16:17:10.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
71842026-03-12T16:17:11.524Z[ recovery-image] Mar 12 16:17:10.364 INFO O| Mar 12 16:17:10.364 INFO STEP 806 (remove_files) COMPLETE
71852026-03-12T16:17:11.524Z[ recovery-image] Mar 12 16:17:10.364 INFO O| Mar 12 16:17:10.364 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862026-03-12T16:17:11.524Z[ recovery-image] Mar 12 16:17:10.373 INFO O| Mar 12 16:17:10.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
71872026-03-12T16:17:11.524Z[ recovery-image] Mar 12 16:17:10.373 INFO O| Mar 12 16:17:10.373 INFO STEP 807 (remove_files) COMPLETE
71882026-03-12T16:17:11.524Z[ recovery-image] Mar 12 16:17:10.373 INFO O| Mar 12 16:17:10.373 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892026-03-12T16:17:11.524Z[ recovery-image] Mar 12 16:17:10.380 INFO O| Mar 12 16:17:10.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
71902026-03-12T16:17:11.524Z[ recovery-image] Mar 12 16:17:10.380 INFO O| Mar 12 16:17:10.380 INFO STEP 808 (remove_files) COMPLETE
71912026-03-12T16:17:11.524Z[ recovery-image] Mar 12 16:17:10.380 INFO O| Mar 12 16:17:10.380 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922026-03-12T16:17:11.524Z[ recovery-image] Mar 12 16:17:10.386 INFO O| Mar 12 16:17:10.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
71932026-03-12T16:17:11.524Z[ recovery-image] Mar 12 16:17:10.386 INFO O| Mar 12 16:17:10.386 INFO STEP 809 (remove_files) COMPLETE
71942026-03-12T16:17:11.524Z[ recovery-image] Mar 12 16:17:10.386 INFO O| Mar 12 16:17:10.386 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952026-03-12T16:17:11.531Z[ recovery-image] Mar 12 16:17:10.393 INFO O| Mar 12 16:17:10.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
71962026-03-12T16:17:11.531Z[ recovery-image] Mar 12 16:17:10.393 INFO O| Mar 12 16:17:10.393 INFO STEP 810 (remove_files) COMPLETE
71972026-03-12T16:17:11.532Z[ recovery-image] Mar 12 16:17:10.393 INFO O| Mar 12 16:17:10.393 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982026-03-12T16:17:11.535Z[ recovery-image] Mar 12 16:17:10.399 INFO O| Mar 12 16:17:10.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
71992026-03-12T16:17:11.539Z[ recovery-image] Mar 12 16:17:10.400 INFO O| Mar 12 16:17:10.400 INFO STEP 811 (remove_files) COMPLETE
72002026-03-12T16:17:11.540Z[ recovery-image] Mar 12 16:17:10.400 INFO O| Mar 12 16:17:10.400 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012026-03-12T16:17:11.543Z[ recovery-image] Mar 12 16:17:10.406 INFO O| Mar 12 16:17:10.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
72022026-03-12T16:17:11.543Z[ recovery-image] Mar 12 16:17:10.406 INFO O| Mar 12 16:17:10.406 INFO STEP 812 (remove_files) COMPLETE
72032026-03-12T16:17:11.543Z[ recovery-image] Mar 12 16:17:10.406 INFO O| Mar 12 16:17:10.406 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042026-03-12T16:17:11.550Z[ recovery-image] Mar 12 16:17:10.414 INFO O| Mar 12 16:17:10.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
72052026-03-12T16:17:11.555Z[ recovery-image] Mar 12 16:17:10.414 INFO O| Mar 12 16:17:10.414 INFO STEP 813 (remove_files) COMPLETE
72062026-03-12T16:17:11.555Z[ recovery-image] Mar 12 16:17:10.414 INFO O| Mar 12 16:17:10.414 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072026-03-12T16:17:11.559Z[ recovery-image] Mar 12 16:17:10.420 INFO O| Mar 12 16:17:10.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
72082026-03-12T16:17:11.559Z[ recovery-image] Mar 12 16:17:10.420 INFO O| Mar 12 16:17:10.420 INFO STEP 814 (remove_files) COMPLETE
72092026-03-12T16:17:11.559Z[ recovery-image] Mar 12 16:17:10.420 INFO O| Mar 12 16:17:10.420 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102026-03-12T16:17:11.565Z[ recovery-image] Mar 12 16:17:10.429 INFO O| Mar 12 16:17:10.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
72112026-03-12T16:17:11.569Z[ recovery-image] Mar 12 16:17:10.429 INFO O| Mar 12 16:17:10.429 INFO STEP 815 (remove_files) COMPLETE
72122026-03-12T16:17:11.569Z[ recovery-image] Mar 12 16:17:10.429 INFO O| Mar 12 16:17:10.429 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132026-03-12T16:17:11.577Z[ recovery-image] Mar 12 16:17:10.436 INFO O| Mar 12 16:17:10.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
72142026-03-12T16:17:11.577Z[ recovery-image] Mar 12 16:17:10.436 INFO O| Mar 12 16:17:10.436 INFO STEP 816 (remove_files) COMPLETE
72152026-03-12T16:17:11.577Z[ recovery-image] Mar 12 16:17:10.436 INFO O| Mar 12 16:17:10.436 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162026-03-12T16:17:11.582Z[ recovery-image] Mar 12 16:17:10.443 INFO O| Mar 12 16:17:10.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
72172026-03-12T16:17:11.582Z[ recovery-image] Mar 12 16:17:10.443 INFO O| Mar 12 16:17:10.443 INFO STEP 817 (remove_files) COMPLETE
72182026-03-12T16:17:11.582Z[ recovery-image] Mar 12 16:17:10.443 INFO O| Mar 12 16:17:10.443 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192026-03-12T16:17:11.585Z[ recovery-image] Mar 12 16:17:10.449 INFO O| Mar 12 16:17:10.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
72202026-03-12T16:17:11.589Z[ recovery-image] Mar 12 16:17:10.449 INFO O| Mar 12 16:17:10.449 INFO STEP 818 (remove_files) COMPLETE
72212026-03-12T16:17:11.589Z[ recovery-image] Mar 12 16:17:10.449 INFO O| Mar 12 16:17:10.449 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222026-03-12T16:17:11.593Z[ recovery-image] Mar 12 16:17:10.456 INFO O| Mar 12 16:17:10.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
72232026-03-12T16:17:11.596Z[ recovery-image] Mar 12 16:17:10.456 INFO O| Mar 12 16:17:10.456 INFO STEP 819 (remove_files) COMPLETE
72242026-03-12T16:17:11.596Z[ recovery-image] Mar 12 16:17:10.456 INFO O| Mar 12 16:17:10.456 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252026-03-12T16:17:11.599Z[ recovery-image] Mar 12 16:17:10.463 INFO O| Mar 12 16:17:10.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
72262026-03-12T16:17:11.600Z[ recovery-image] Mar 12 16:17:10.463 INFO O| Mar 12 16:17:10.463 INFO STEP 820 (remove_files) COMPLETE
72272026-03-12T16:17:11.605Z[ recovery-image] Mar 12 16:17:10.463 INFO O| Mar 12 16:17:10.463 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282026-03-12T16:17:11.608Z[ recovery-image] Mar 12 16:17:10.472 INFO O| Mar 12 16:17:10.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
72292026-03-12T16:17:11.608Z[ recovery-image] Mar 12 16:17:10.472 INFO O| Mar 12 16:17:10.472 INFO STEP 821 (remove_files) COMPLETE
72302026-03-12T16:17:11.608Z[ recovery-image] Mar 12 16:17:10.472 INFO O| Mar 12 16:17:10.472 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312026-03-12T16:17:11.619Z[ recovery-image] Mar 12 16:17:10.481 INFO O| Mar 12 16:17:10.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
72322026-03-12T16:17:11.622Z[ recovery-image] Mar 12 16:17:10.481 INFO O| Mar 12 16:17:10.481 INFO STEP 822 (remove_files) COMPLETE
72332026-03-12T16:17:11.622Z[ recovery-image] Mar 12 16:17:10.481 INFO O| Mar 12 16:17:10.481 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342026-03-12T16:17:11.629Z[ recovery-image] Mar 12 16:17:10.487 INFO O| Mar 12 16:17:10.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
72352026-03-12T16:17:11.630Z[ recovery-image] Mar 12 16:17:10.488 INFO O| Mar 12 16:17:10.488 INFO STEP 823 (remove_files) COMPLETE
72362026-03-12T16:17:11.630Z[ recovery-image] Mar 12 16:17:10.488 INFO O| Mar 12 16:17:10.488 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372026-03-12T16:17:11.633Z[ recovery-image] Mar 12 16:17:10.495 INFO O| Mar 12 16:17:10.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
72382026-03-12T16:17:11.633Z[ recovery-image] Mar 12 16:17:10.495 INFO O| Mar 12 16:17:10.495 INFO STEP 824 (remove_files) COMPLETE
72392026-03-12T16:17:11.633Z[ recovery-image] Mar 12 16:17:10.495 INFO O| Mar 12 16:17:10.495 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402026-03-12T16:17:11.641Z[ recovery-image] Mar 12 16:17:10.504 INFO O| Mar 12 16:17:10.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
72412026-03-12T16:17:11.641Z[ recovery-image] Mar 12 16:17:10.504 INFO O| Mar 12 16:17:10.504 INFO STEP 825 (remove_files) COMPLETE
72422026-03-12T16:17:11.641Z[ recovery-image] Mar 12 16:17:10.504 INFO O| Mar 12 16:17:10.504 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432026-03-12T16:17:11.648Z[ recovery-image] Mar 12 16:17:10.512 INFO O| Mar 12 16:17:10.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
72442026-03-12T16:17:11.653Z[ recovery-image] Mar 12 16:17:10.512 INFO O| Mar 12 16:17:10.512 INFO STEP 826 (remove_files) COMPLETE
72452026-03-12T16:17:11.653Z[ recovery-image] Mar 12 16:17:10.512 INFO O| Mar 12 16:17:10.512 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462026-03-12T16:17:11.657Z[ recovery-image] Mar 12 16:17:10.519 INFO O| Mar 12 16:17:10.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
72472026-03-12T16:17:11.658Z[ recovery-image] Mar 12 16:17:10.519 INFO O| Mar 12 16:17:10.519 INFO STEP 827 (remove_files) COMPLETE
72482026-03-12T16:17:11.658Z[ recovery-image] Mar 12 16:17:10.519 INFO O| Mar 12 16:17:10.519 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492026-03-12T16:17:11.662Z[ recovery-image] Mar 12 16:17:10.526 INFO O| Mar 12 16:17:10.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
72502026-03-12T16:17:11.665Z[ recovery-image] Mar 12 16:17:10.526 INFO O| Mar 12 16:17:10.526 INFO STEP 828 (remove_files) COMPLETE
72512026-03-12T16:17:11.665Z[ recovery-image] Mar 12 16:17:10.526 INFO O| Mar 12 16:17:10.526 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522026-03-12T16:17:11.671Z[ recovery-image] Mar 12 16:17:10.535 INFO O| Mar 12 16:17:10.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
72532026-03-12T16:17:11.674Z[ recovery-image] Mar 12 16:17:10.535 INFO O| Mar 12 16:17:10.535 INFO STEP 829 (remove_files) COMPLETE
72542026-03-12T16:17:11.674Z[ recovery-image] Mar 12 16:17:10.535 INFO O| Mar 12 16:17:10.535 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552026-03-12T16:17:11.682Z[ recovery-image] Mar 12 16:17:10.542 INFO O| Mar 12 16:17:10.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
72562026-03-12T16:17:11.682Z[ recovery-image] Mar 12 16:17:10.542 INFO O| Mar 12 16:17:10.542 INFO STEP 830 (remove_files) COMPLETE
72572026-03-12T16:17:11.682Z[ recovery-image] Mar 12 16:17:10.542 INFO O| Mar 12 16:17:10.542 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582026-03-12T16:17:11.686Z[ recovery-image] Mar 12 16:17:10.548 INFO O| Mar 12 16:17:10.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
72592026-03-12T16:17:11.686Z[ recovery-image] Mar 12 16:17:10.548 INFO O| Mar 12 16:17:10.548 INFO STEP 831 (remove_files) COMPLETE
72602026-03-12T16:17:11.686Z[ recovery-image] Mar 12 16:17:10.548 INFO O| Mar 12 16:17:10.548 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612026-03-12T16:17:11.691Z[ recovery-image] Mar 12 16:17:10.555 INFO O| Mar 12 16:17:10.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
72622026-03-12T16:17:11.694Z[ recovery-image] Mar 12 16:17:10.555 INFO O| Mar 12 16:17:10.555 INFO STEP 832 (remove_files) COMPLETE
72632026-03-12T16:17:11.694Z[ recovery-image] Mar 12 16:17:10.555 INFO O| Mar 12 16:17:10.555 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642026-03-12T16:17:11.698Z[ recovery-image] Mar 12 16:17:10.562 INFO O| Mar 12 16:17:10.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
72652026-03-12T16:17:11.701Z[ recovery-image] Mar 12 16:17:10.562 INFO O| Mar 12 16:17:10.562 INFO STEP 833 (remove_files) COMPLETE
72662026-03-12T16:17:11.701Z[ recovery-image] Mar 12 16:17:10.562 INFO O| Mar 12 16:17:10.562 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672026-03-12T16:17:11.708Z[ recovery-image] Mar 12 16:17:10.572 INFO O| Mar 12 16:17:10.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
72682026-03-12T16:17:11.711Z[ recovery-image] Mar 12 16:17:10.572 INFO O| Mar 12 16:17:10.572 INFO STEP 834 (remove_files) COMPLETE
72692026-03-12T16:17:11.711Z[ recovery-image] Mar 12 16:17:10.572 INFO O| Mar 12 16:17:10.572 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702026-03-12T16:17:11.716Z[ recovery-image] Mar 12 16:17:10.579 INFO O| Mar 12 16:17:10.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
72712026-03-12T16:17:11.719Z[ recovery-image] Mar 12 16:17:10.579 INFO O| Mar 12 16:17:10.579 INFO STEP 835 (remove_files) COMPLETE
72722026-03-12T16:17:11.719Z[ recovery-image] Mar 12 16:17:10.579 INFO O| Mar 12 16:17:10.579 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732026-03-12T16:17:11.722Z[ recovery-image] Mar 12 16:17:10.586 INFO O| Mar 12 16:17:10.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
72742026-03-12T16:17:11.722Z[ recovery-image] Mar 12 16:17:10.586 INFO O| Mar 12 16:17:10.586 INFO STEP 836 (remove_files) COMPLETE
72752026-03-12T16:17:11.723Z[ recovery-image] Mar 12 16:17:10.586 INFO O| Mar 12 16:17:10.586 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762026-03-12T16:17:11.732Z[ recovery-image] Mar 12 16:17:10.595 INFO O| Mar 12 16:17:10.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
72772026-03-12T16:17:11.732Z[ recovery-image] Mar 12 16:17:10.595 INFO O| Mar 12 16:17:10.595 INFO STEP 837 (remove_files) COMPLETE
72782026-03-12T16:17:11.740Z[ recovery-image] Mar 12 16:17:10.595 INFO O| Mar 12 16:17:10.595 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792026-03-12T16:17:11.740Z[ recovery-image] Mar 12 16:17:10.602 INFO O| Mar 12 16:17:10.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
72802026-03-12T16:17:11.740Z[ recovery-image] Mar 12 16:17:10.602 INFO O| Mar 12 16:17:10.602 INFO STEP 838 (remove_files) COMPLETE
72812026-03-12T16:17:11.740Z[ recovery-image] Mar 12 16:17:10.602 INFO O| Mar 12 16:17:10.602 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822026-03-12T16:17:11.745Z[ recovery-image] Mar 12 16:17:10.608 INFO O| Mar 12 16:17:10.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
72832026-03-12T16:17:11.747Z[ recovery-image] Mar 12 16:17:10.608 INFO O| Mar 12 16:17:10.608 INFO STEP 839 (remove_files) COMPLETE
72842026-03-12T16:17:11.747Z[ recovery-image] Mar 12 16:17:10.608 INFO O| Mar 12 16:17:10.608 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852026-03-12T16:17:11.751Z[ recovery-image] Mar 12 16:17:10.615 INFO O| Mar 12 16:17:10.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
72862026-03-12T16:17:11.754Z[ recovery-image] Mar 12 16:17:10.615 INFO O| Mar 12 16:17:10.615 INFO STEP 840 (remove_files) COMPLETE
72872026-03-12T16:17:11.754Z[ recovery-image] Mar 12 16:17:10.615 INFO O| Mar 12 16:17:10.615 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882026-03-12T16:17:11.759Z[ recovery-image] Mar 12 16:17:10.622 INFO O| Mar 12 16:17:10.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
72892026-03-12T16:17:11.763Z[ recovery-image] Mar 12 16:17:10.622 INFO O| Mar 12 16:17:10.622 INFO STEP 841 (remove_files) COMPLETE
72902026-03-12T16:17:11.763Z[ recovery-image] Mar 12 16:17:10.622 INFO O| Mar 12 16:17:10.622 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912026-03-12T16:17:11.768Z[ recovery-image] Mar 12 16:17:10.630 INFO O| Mar 12 16:17:10.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
72922026-03-12T16:17:11.768Z[ recovery-image] Mar 12 16:17:10.630 INFO O| Mar 12 16:17:10.630 INFO STEP 842 (remove_files) COMPLETE
72932026-03-12T16:17:11.768Z[ recovery-image] Mar 12 16:17:10.630 INFO O| Mar 12 16:17:10.630 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942026-03-12T16:17:11.773Z[ recovery-image] Mar 12 16:17:10.637 INFO O| Mar 12 16:17:10.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
72952026-03-12T16:17:11.782Z[ recovery-image] Mar 12 16:17:10.637 INFO O| Mar 12 16:17:10.637 INFO STEP 843 (remove_files) COMPLETE
72962026-03-12T16:17:11.782Z[ recovery-image] Mar 12 16:17:10.637 INFO O| Mar 12 16:17:10.637 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972026-03-12T16:17:11.787Z[ recovery-image] Mar 12 16:17:10.644 INFO O| Mar 12 16:17:10.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
72982026-03-12T16:17:11.787Z[ recovery-image] Mar 12 16:17:10.644 INFO O| Mar 12 16:17:10.644 INFO STEP 844 (remove_files) COMPLETE
72992026-03-12T16:17:11.787Z[ recovery-image] Mar 12 16:17:10.644 INFO O| Mar 12 16:17:10.644 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002026-03-12T16:17:11.790Z[ recovery-image] Mar 12 16:17:10.651 INFO O| Mar 12 16:17:10.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
73012026-03-12T16:17:11.790Z[ recovery-image] Mar 12 16:17:10.651 INFO O| Mar 12 16:17:10.651 INFO STEP 845 (remove_files) COMPLETE
73022026-03-12T16:17:11.790Z[ recovery-image] Mar 12 16:17:10.651 INFO O| Mar 12 16:17:10.651 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032026-03-12T16:17:11.794Z[ recovery-image] Mar 12 16:17:10.658 INFO O| Mar 12 16:17:10.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
73042026-03-12T16:17:11.797Z[ recovery-image] Mar 12 16:17:10.658 INFO O| Mar 12 16:17:10.658 INFO STEP 846 (remove_files) COMPLETE
73052026-03-12T16:17:11.797Z[ recovery-image] Mar 12 16:17:10.658 INFO O| Mar 12 16:17:10.658 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062026-03-12T16:17:11.805Z[ recovery-image] Mar 12 16:17:10.668 INFO O| Mar 12 16:17:10.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
73072026-03-12T16:17:11.810Z[ recovery-image] Mar 12 16:17:10.668 INFO O| Mar 12 16:17:10.668 INFO STEP 847 (remove_files) COMPLETE
73082026-03-12T16:17:11.810Z[ recovery-image] Mar 12 16:17:10.668 INFO O| Mar 12 16:17:10.668 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092026-03-12T16:17:11.813Z[ recovery-image] Mar 12 16:17:10.675 INFO O| Mar 12 16:17:10.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
73102026-03-12T16:17:11.813Z[ recovery-image] Mar 12 16:17:10.675 INFO O| Mar 12 16:17:10.675 INFO STEP 848 (remove_files) COMPLETE
73112026-03-12T16:17:11.813Z[ recovery-image] Mar 12 16:17:10.675 INFO O| Mar 12 16:17:10.675 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122026-03-12T16:17:11.818Z[ recovery-image] Mar 12 16:17:10.682 INFO O| Mar 12 16:17:10.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
73132026-03-12T16:17:11.822Z[ recovery-image] Mar 12 16:17:10.682 INFO O| Mar 12 16:17:10.682 INFO STEP 849 (remove_files) COMPLETE
73142026-03-12T16:17:11.822Z[ recovery-image] Mar 12 16:17:10.682 INFO O| Mar 12 16:17:10.682 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152026-03-12T16:17:11.825Z[ recovery-image] Mar 12 16:17:10.688 INFO O| Mar 12 16:17:10.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
73162026-03-12T16:17:11.825Z[ recovery-image] Mar 12 16:17:10.688 INFO O| Mar 12 16:17:10.688 INFO STEP 850 (remove_files) COMPLETE
73172026-03-12T16:17:11.825Z[ recovery-image] Mar 12 16:17:10.688 INFO O| Mar 12 16:17:10.688 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182026-03-12T16:17:11.831Z[ recovery-image] Mar 12 16:17:10.695 INFO O| Mar 12 16:17:10.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
73192026-03-12T16:17:11.836Z[ recovery-image] Mar 12 16:17:10.695 INFO O| Mar 12 16:17:10.695 INFO STEP 851 (remove_files) COMPLETE
73202026-03-12T16:17:11.836Z[ recovery-image] Mar 12 16:17:10.695 INFO O| Mar 12 16:17:10.695 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212026-03-12T16:17:11.840Z[ recovery-image] Mar 12 16:17:10.704 INFO O| Mar 12 16:17:10.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
73222026-03-12T16:17:11.840Z[ recovery-image] Mar 12 16:17:10.704 INFO O| Mar 12 16:17:10.704 INFO STEP 852 (remove_files) COMPLETE
73232026-03-12T16:17:11.840Z[ recovery-image] Mar 12 16:17:10.704 INFO O| Mar 12 16:17:10.704 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242026-03-12T16:17:11.849Z[ recovery-image] Mar 12 16:17:10.712 INFO O| Mar 12 16:17:10.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
73252026-03-12T16:17:11.852Z[ recovery-image] Mar 12 16:17:10.712 INFO O| Mar 12 16:17:10.712 INFO STEP 853 (remove_files) COMPLETE
73262026-03-12T16:17:11.852Z[ recovery-image] Mar 12 16:17:10.712 INFO O| Mar 12 16:17:10.712 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272026-03-12T16:17:11.855Z[ recovery-image] Mar 12 16:17:10.719 INFO O| Mar 12 16:17:10.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
73282026-03-12T16:17:11.855Z[ recovery-image] Mar 12 16:17:10.719 INFO O| Mar 12 16:17:10.719 INFO STEP 854 (remove_files) COMPLETE
73292026-03-12T16:17:11.856Z[ recovery-image] Mar 12 16:17:10.719 INFO O| Mar 12 16:17:10.719 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302026-03-12T16:17:11.884Z[ recovery-image] Mar 12 16:17:10.728 INFO O| Mar 12 16:17:10.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
73312026-03-12T16:17:11.889Z[ recovery-image] Mar 12 16:17:10.728 INFO O| Mar 12 16:17:10.728 INFO STEP 855 (remove_files) COMPLETE
73322026-03-12T16:17:11.889Z[ recovery-image] Mar 12 16:17:10.728 INFO O| Mar 12 16:17:10.728 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332026-03-12T16:17:11.889Z[ recovery-image] Mar 12 16:17:10.735 INFO O| Mar 12 16:17:10.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
73342026-03-12T16:17:11.889Z[ recovery-image] Mar 12 16:17:10.735 INFO O| Mar 12 16:17:10.735 INFO STEP 856 (remove_files) COMPLETE
73352026-03-12T16:17:11.889Z[ recovery-image] Mar 12 16:17:10.735 INFO O| Mar 12 16:17:10.735 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362026-03-12T16:17:11.889Z[ recovery-image] Mar 12 16:17:10.742 INFO O| Mar 12 16:17:10.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
73372026-03-12T16:17:11.889Z[ recovery-image] Mar 12 16:17:10.742 INFO O| Mar 12 16:17:10.742 INFO STEP 857 (remove_files) COMPLETE
73382026-03-12T16:17:11.890Z[ recovery-image] Mar 12 16:17:10.742 INFO O| Mar 12 16:17:10.742 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392026-03-12T16:17:11.890Z[ recovery-image] Mar 12 16:17:10.751 INFO O| Mar 12 16:17:10.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
73402026-03-12T16:17:11.890Z[ recovery-image] Mar 12 16:17:10.751 INFO O| Mar 12 16:17:10.751 INFO STEP 858 (remove_files) COMPLETE
73412026-03-12T16:17:11.890Z[ recovery-image] Mar 12 16:17:10.751 INFO O| Mar 12 16:17:10.751 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422026-03-12T16:17:11.894Z[ recovery-image] Mar 12 16:17:10.757 INFO O| Mar 12 16:17:10.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
73432026-03-12T16:17:11.897Z[ recovery-image] Mar 12 16:17:10.757 INFO O| Mar 12 16:17:10.757 INFO STEP 859 (remove_files) COMPLETE
73442026-03-12T16:17:11.897Z[ recovery-image] Mar 12 16:17:10.757 INFO O| Mar 12 16:17:10.757 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452026-03-12T16:17:11.902Z[ recovery-image] Mar 12 16:17:10.765 INFO O| Mar 12 16:17:10.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
73462026-03-12T16:17:11.904Z[ recovery-image] Mar 12 16:17:10.766 INFO O| Mar 12 16:17:10.766 INFO STEP 860 (remove_files) COMPLETE
73472026-03-12T16:17:11.904Z[ recovery-image] Mar 12 16:17:10.766 INFO O| Mar 12 16:17:10.766 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482026-03-12T16:17:11.911Z[ recovery-image] Mar 12 16:17:10.773 INFO O| Mar 12 16:17:10.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
73492026-03-12T16:17:11.918Z[ recovery-image] Mar 12 16:17:10.773 INFO O| Mar 12 16:17:10.773 INFO STEP 861 (remove_files) COMPLETE
73502026-03-12T16:17:11.918Z[ recovery-image] Mar 12 16:17:10.773 INFO O| Mar 12 16:17:10.773 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512026-03-12T16:17:11.922Z[ recovery-image] Mar 12 16:17:10.781 INFO O| Mar 12 16:17:10.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
73522026-03-12T16:17:11.922Z[ recovery-image] Mar 12 16:17:10.781 INFO O| Mar 12 16:17:10.781 INFO STEP 862 (remove_files) COMPLETE
73532026-03-12T16:17:11.922Z[ recovery-image] Mar 12 16:17:10.781 INFO O| Mar 12 16:17:10.781 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542026-03-12T16:17:11.927Z[ recovery-image] Mar 12 16:17:10.790 INFO O| Mar 12 16:17:10.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
73552026-03-12T16:17:11.927Z[ recovery-image] Mar 12 16:17:10.790 INFO O| Mar 12 16:17:10.790 INFO STEP 863 (remove_files) COMPLETE
73562026-03-12T16:17:11.930Z[ recovery-image] Mar 12 16:17:10.790 INFO O| Mar 12 16:17:10.790 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572026-03-12T16:17:11.934Z[ recovery-image] Mar 12 16:17:10.798 INFO O| Mar 12 16:17:10.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
73582026-03-12T16:17:11.946Z[ recovery-image] Mar 12 16:17:10.798 INFO O| Mar 12 16:17:10.798 INFO STEP 864 (remove_files) COMPLETE
73592026-03-12T16:17:11.946Z[ recovery-image] Mar 12 16:17:10.798 INFO O| Mar 12 16:17:10.798 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602026-03-12T16:17:11.950Z[ recovery-image] Mar 12 16:17:10.805 INFO O| Mar 12 16:17:10.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
73612026-03-12T16:17:11.950Z[ recovery-image] Mar 12 16:17:10.806 INFO O| Mar 12 16:17:10.806 INFO STEP 865 (remove_files) COMPLETE
73622026-03-12T16:17:11.950Z[ recovery-image] Mar 12 16:17:10.806 INFO O| Mar 12 16:17:10.806 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632026-03-12T16:17:11.953Z[ recovery-image] Mar 12 16:17:10.815 INFO O| Mar 12 16:17:10.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
73642026-03-12T16:17:11.953Z[ recovery-image] Mar 12 16:17:10.815 INFO O| Mar 12 16:17:10.815 INFO STEP 866 (remove_files) COMPLETE
73652026-03-12T16:17:11.953Z[ recovery-image] Mar 12 16:17:10.815 INFO O| Mar 12 16:17:10.815 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662026-03-12T16:17:11.960Z[ recovery-image] Mar 12 16:17:10.824 INFO O| Mar 12 16:17:10.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
73672026-03-12T16:17:11.965Z[ recovery-image] Mar 12 16:17:10.824 INFO O| Mar 12 16:17:10.824 INFO STEP 867 (remove_files) COMPLETE
73682026-03-12T16:17:11.965Z[ recovery-image] Mar 12 16:17:10.824 INFO O| Mar 12 16:17:10.824 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692026-03-12T16:17:11.979Z[ recovery-image] Mar 12 16:17:10.831 INFO O| Mar 12 16:17:10.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
73702026-03-12T16:17:11.979Z[ recovery-image] Mar 12 16:17:10.832 INFO O| Mar 12 16:17:10.832 INFO STEP 868 (remove_files) COMPLETE
73712026-03-12T16:17:11.979Z[ recovery-image] Mar 12 16:17:10.832 INFO O| Mar 12 16:17:10.832 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722026-03-12T16:17:11.983Z[ recovery-image] Mar 12 16:17:10.842 INFO O| Mar 12 16:17:10.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
73732026-03-12T16:17:11.983Z[ recovery-image] Mar 12 16:17:10.842 INFO O| Mar 12 16:17:10.842 INFO STEP 869 (remove_files) COMPLETE
73742026-03-12T16:17:11.983Z[ recovery-image] Mar 12 16:17:10.842 INFO O| Mar 12 16:17:10.842 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752026-03-12T16:17:11.986Z[ recovery-image] Mar 12 16:17:10.848 INFO O| Mar 12 16:17:10.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
73762026-03-12T16:17:11.986Z[ recovery-image] Mar 12 16:17:10.848 INFO O| Mar 12 16:17:10.848 INFO STEP 870 (remove_files) COMPLETE
73772026-03-12T16:17:11.986Z[ recovery-image] Mar 12 16:17:10.848 INFO O| Mar 12 16:17:10.848 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782026-03-12T16:17:11.993Z[ recovery-image] Mar 12 16:17:10.855 INFO O| Mar 12 16:17:10.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
73792026-03-12T16:17:11.996Z[ recovery-image] Mar 12 16:17:10.855 INFO O| Mar 12 16:17:10.855 INFO STEP 871 (remove_files) COMPLETE
73802026-03-12T16:17:11.996Z[ recovery-image] Mar 12 16:17:10.855 INFO O| Mar 12 16:17:10.855 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812026-03-12T16:17:12.004Z[ recovery-image] Mar 12 16:17:10.862 INFO O| Mar 12 16:17:10.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
73822026-03-12T16:17:12.005Z[ recovery-image] Mar 12 16:17:10.862 INFO O| Mar 12 16:17:10.862 INFO STEP 872 (remove_files) COMPLETE
73832026-03-12T16:17:12.005Z[ recovery-image] Mar 12 16:17:10.862 INFO O| Mar 12 16:17:10.862 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842026-03-12T16:17:12.008Z[ recovery-image] Mar 12 16:17:10.872 INFO O| Mar 12 16:17:10.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
73852026-03-12T16:17:12.012Z[ recovery-image] Mar 12 16:17:10.872 INFO O| Mar 12 16:17:10.872 INFO STEP 873 (remove_files) COMPLETE
73862026-03-12T16:17:12.012Z[ recovery-image] Mar 12 16:17:10.872 INFO O| Mar 12 16:17:10.872 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872026-03-12T16:17:12.020Z[ recovery-image] Mar 12 16:17:10.881 INFO O| Mar 12 16:17:10.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
73882026-03-12T16:17:12.024Z[ recovery-image] Mar 12 16:17:10.882 INFO O| Mar 12 16:17:10.882 INFO STEP 874 (remove_files) COMPLETE
73892026-03-12T16:17:12.024Z[ recovery-image] Mar 12 16:17:10.882 INFO O| Mar 12 16:17:10.882 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902026-03-12T16:17:12.028Z[ recovery-image] Mar 12 16:17:10.891 INFO O| Mar 12 16:17:10.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
73912026-03-12T16:17:12.032Z[ recovery-image] Mar 12 16:17:10.891 INFO O| Mar 12 16:17:10.891 INFO STEP 875 (remove_files) COMPLETE
73922026-03-12T16:17:12.032Z[ recovery-image] Mar 12 16:17:10.891 INFO O| Mar 12 16:17:10.891 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932026-03-12T16:17:12.035Z[ recovery-image] Mar 12 16:17:10.898 INFO O| Mar 12 16:17:10.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
73942026-03-12T16:17:12.035Z[ recovery-image] Mar 12 16:17:10.899 INFO O| Mar 12 16:17:10.899 INFO STEP 876 (remove_files) COMPLETE
73952026-03-12T16:17:12.035Z[ recovery-image] Mar 12 16:17:10.899 INFO O| Mar 12 16:17:10.899 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962026-03-12T16:17:12.044Z[ recovery-image] Mar 12 16:17:10.906 INFO O| Mar 12 16:17:10.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
73972026-03-12T16:17:12.044Z[ recovery-image] Mar 12 16:17:10.906 INFO O| Mar 12 16:17:10.906 INFO STEP 877 (remove_files) COMPLETE
73982026-03-12T16:17:12.044Z[ recovery-image] Mar 12 16:17:10.906 INFO O| Mar 12 16:17:10.906 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992026-03-12T16:17:12.049Z[ recovery-image] Mar 12 16:17:10.913 INFO O| Mar 12 16:17:10.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
74002026-03-12T16:17:12.061Z[ recovery-image] Mar 12 16:17:10.913 INFO O| Mar 12 16:17:10.913 INFO STEP 878 (remove_files) COMPLETE
74012026-03-12T16:17:12.061Z[ recovery-image] Mar 12 16:17:10.913 INFO O| Mar 12 16:17:10.913 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022026-03-12T16:17:12.066Z[ recovery-image] Mar 12 16:17:10.923 INFO O| Mar 12 16:17:10.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
74032026-03-12T16:17:12.066Z[ recovery-image] Mar 12 16:17:10.923 INFO O| Mar 12 16:17:10.923 INFO STEP 879 (remove_files) COMPLETE
74042026-03-12T16:17:12.066Z[ recovery-image] Mar 12 16:17:10.923 INFO O| Mar 12 16:17:10.923 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052026-03-12T16:17:12.071Z[ recovery-image] Mar 12 16:17:10.931 INFO O| Mar 12 16:17:10.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
74062026-03-12T16:17:12.071Z[ recovery-image] Mar 12 16:17:10.932 INFO O| Mar 12 16:17:10.932 INFO STEP 880 (remove_files) COMPLETE
74072026-03-12T16:17:12.071Z[ recovery-image] Mar 12 16:17:10.932 INFO O| Mar 12 16:17:10.932 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082026-03-12T16:17:12.075Z[ recovery-image] Mar 12 16:17:10.939 INFO O| Mar 12 16:17:10.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
74092026-03-12T16:17:12.079Z[ recovery-image] Mar 12 16:17:10.939 INFO O| Mar 12 16:17:10.939 INFO STEP 881 (remove_files) COMPLETE
74102026-03-12T16:17:12.079Z[ recovery-image] Mar 12 16:17:10.939 INFO O| Mar 12 16:17:10.939 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112026-03-12T16:17:12.082Z[ recovery-image] Mar 12 16:17:10.946 INFO O| Mar 12 16:17:10.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
74122026-03-12T16:17:12.087Z[ recovery-image] Mar 12 16:17:10.946 INFO O| Mar 12 16:17:10.946 INFO STEP 882 (remove_files) COMPLETE
74132026-03-12T16:17:12.087Z[ recovery-image] Mar 12 16:17:10.946 INFO O| Mar 12 16:17:10.946 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142026-03-12T16:17:12.092Z[ recovery-image] Mar 12 16:17:10.956 INFO O| Mar 12 16:17:10.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
74152026-03-12T16:17:12.095Z[ recovery-image] Mar 12 16:17:10.956 INFO O| Mar 12 16:17:10.956 INFO STEP 883 (remove_files) COMPLETE
74162026-03-12T16:17:12.095Z[ recovery-image] Mar 12 16:17:10.956 INFO O| Mar 12 16:17:10.956 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172026-03-12T16:17:12.101Z[ recovery-image] Mar 12 16:17:10.964 INFO O| Mar 12 16:17:10.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
74182026-03-12T16:17:12.101Z[ recovery-image] Mar 12 16:17:10.964 INFO O| Mar 12 16:17:10.964 INFO STEP 884 (remove_files) COMPLETE
74192026-03-12T16:17:12.105Z[ recovery-image] Mar 12 16:17:10.964 INFO O| Mar 12 16:17:10.964 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202026-03-12T16:17:12.108Z[ recovery-image] Mar 12 16:17:10.972 INFO O| Mar 12 16:17:10.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
74212026-03-12T16:17:12.108Z[ recovery-image] Mar 12 16:17:10.972 INFO O| Mar 12 16:17:10.972 INFO STEP 885 (remove_files) COMPLETE
74222026-03-12T16:17:12.111Z[ recovery-image] Mar 12 16:17:10.972 INFO O| Mar 12 16:17:10.972 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232026-03-12T16:17:12.115Z[ recovery-image] Mar 12 16:17:10.979 INFO O| Mar 12 16:17:10.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
74242026-03-12T16:17:12.121Z[ recovery-image] Mar 12 16:17:10.979 INFO O| Mar 12 16:17:10.979 INFO STEP 886 (remove_files) COMPLETE
74252026-03-12T16:17:12.121Z[ recovery-image] Mar 12 16:17:10.979 INFO O| Mar 12 16:17:10.979 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262026-03-12T16:17:12.124Z[ recovery-image] Mar 12 16:17:10.988 INFO O| Mar 12 16:17:10.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
74272026-03-12T16:17:12.125Z[ recovery-image] Mar 12 16:17:10.988 INFO O| Mar 12 16:17:10.988 INFO STEP 887 (remove_files) COMPLETE
74282026-03-12T16:17:12.125Z[ recovery-image] Mar 12 16:17:10.988 INFO O| Mar 12 16:17:10.988 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292026-03-12T16:17:12.131Z[ recovery-image] Mar 12 16:17:10.995 INFO O| Mar 12 16:17:10.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
74302026-03-12T16:17:12.131Z[ recovery-image] Mar 12 16:17:10.995 INFO O| Mar 12 16:17:10.995 INFO STEP 888 (remove_files) COMPLETE
74312026-03-12T16:17:12.135Z[ recovery-image] Mar 12 16:17:10.995 INFO O| Mar 12 16:17:10.995 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322026-03-12T16:17:12.138Z[ recovery-image] Mar 12 16:17:11.002 INFO O| Mar 12 16:17:11.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
74332026-03-12T16:17:12.138Z[ recovery-image] Mar 12 16:17:11.002 INFO O| Mar 12 16:17:11.002 INFO STEP 889 (remove_files) COMPLETE
74342026-03-12T16:17:12.138Z[ recovery-image] Mar 12 16:17:11.002 INFO O| Mar 12 16:17:11.002 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352026-03-12T16:17:12.148Z[ recovery-image] Mar 12 16:17:11.011 INFO O| Mar 12 16:17:11.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
74362026-03-12T16:17:12.152Z[ recovery-image] Mar 12 16:17:11.011 INFO O| Mar 12 16:17:11.011 INFO STEP 890 (remove_files) COMPLETE
74372026-03-12T16:17:12.152Z[ recovery-image] Mar 12 16:17:11.011 INFO O| Mar 12 16:17:11.011 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382026-03-12T16:17:12.156Z[ recovery-image] Mar 12 16:17:11.020 INFO O| Mar 12 16:17:11.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
74392026-03-12T16:17:12.156Z[ recovery-image] Mar 12 16:17:11.020 INFO O| Mar 12 16:17:11.020 INFO STEP 891 (remove_files) COMPLETE
74402026-03-12T16:17:12.157Z[ recovery-image] Mar 12 16:17:11.020 INFO O| Mar 12 16:17:11.020 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412026-03-12T16:17:12.165Z[ recovery-image] Mar 12 16:17:11.029 INFO O| Mar 12 16:17:11.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
74422026-03-12T16:17:12.174Z[ recovery-image] Mar 12 16:17:11.029 INFO O| Mar 12 16:17:11.029 INFO STEP 892 (remove_files) COMPLETE
74432026-03-12T16:17:12.174Z[ recovery-image] Mar 12 16:17:11.029 INFO O| Mar 12 16:17:11.029 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442026-03-12T16:17:12.174Z[ recovery-image] Mar 12 16:17:11.036 INFO O| Mar 12 16:17:11.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
74452026-03-12T16:17:12.174Z[ recovery-image] Mar 12 16:17:11.036 INFO O| Mar 12 16:17:11.036 INFO STEP 893 (remove_files) COMPLETE
74462026-03-12T16:17:12.174Z[ recovery-image] Mar 12 16:17:11.036 INFO O| Mar 12 16:17:11.036 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472026-03-12T16:17:12.180Z[ recovery-image] Mar 12 16:17:11.044 INFO O| Mar 12 16:17:11.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
74482026-03-12T16:17:12.184Z[ recovery-image] Mar 12 16:17:11.044 INFO O| Mar 12 16:17:11.044 INFO STEP 894 (remove_files) COMPLETE
74492026-03-12T16:17:12.184Z[ recovery-image] Mar 12 16:17:11.044 INFO O| Mar 12 16:17:11.044 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502026-03-12T16:17:12.190Z[ recovery-image] Mar 12 16:17:11.053 INFO O| Mar 12 16:17:11.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
74512026-03-12T16:17:12.190Z[ recovery-image] Mar 12 16:17:11.053 INFO O| Mar 12 16:17:11.053 INFO STEP 895 (remove_files) COMPLETE
74522026-03-12T16:17:12.193Z[ recovery-image] Mar 12 16:17:11.053 INFO O| Mar 12 16:17:11.053 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532026-03-12T16:17:12.199Z[ recovery-image] Mar 12 16:17:11.061 INFO O| Mar 12 16:17:11.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
74542026-03-12T16:17:12.202Z[ recovery-image] Mar 12 16:17:11.062 INFO O| Mar 12 16:17:11.062 INFO STEP 896 (remove_files) COMPLETE
74552026-03-12T16:17:12.202Z[ recovery-image] Mar 12 16:17:11.062 INFO O| Mar 12 16:17:11.062 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562026-03-12T16:17:12.206Z[ recovery-image] Mar 12 16:17:11.069 INFO O| Mar 12 16:17:11.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
74572026-03-12T16:17:12.206Z[ recovery-image] Mar 12 16:17:11.069 INFO O| Mar 12 16:17:11.069 INFO STEP 897 (remove_files) COMPLETE
74582026-03-12T16:17:12.209Z[ recovery-image] Mar 12 16:17:11.069 INFO O| Mar 12 16:17:11.069 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592026-03-12T16:17:12.214Z[ recovery-image] Mar 12 16:17:11.077 INFO O| Mar 12 16:17:11.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
74602026-03-12T16:17:12.217Z[ recovery-image] Mar 12 16:17:11.078 INFO O| Mar 12 16:17:11.077 INFO STEP 898 (remove_files) COMPLETE
74612026-03-12T16:17:12.217Z[ recovery-image] Mar 12 16:17:11.078 INFO O| Mar 12 16:17:11.078 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622026-03-12T16:17:12.224Z[ recovery-image] Mar 12 16:17:11.085 INFO O| Mar 12 16:17:11.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
74632026-03-12T16:17:12.224Z[ recovery-image] Mar 12 16:17:11.085 INFO O| Mar 12 16:17:11.085 INFO STEP 899 (remove_files) COMPLETE
74642026-03-12T16:17:12.224Z[ recovery-image] Mar 12 16:17:11.085 INFO O| Mar 12 16:17:11.085 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652026-03-12T16:17:12.229Z[ recovery-image] Mar 12 16:17:11.093 INFO O| Mar 12 16:17:11.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
74662026-03-12T16:17:12.232Z[ recovery-image] Mar 12 16:17:11.093 INFO O| Mar 12 16:17:11.093 INFO STEP 900 (remove_files) COMPLETE
74672026-03-12T16:17:12.232Z[ recovery-image] Mar 12 16:17:11.093 INFO O| Mar 12 16:17:11.093 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682026-03-12T16:17:12.237Z[ recovery-image] Mar 12 16:17:11.101 INFO O| Mar 12 16:17:11.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
74692026-03-12T16:17:12.240Z[ recovery-image] Mar 12 16:17:11.101 INFO O| Mar 12 16:17:11.101 INFO STEP 901 (remove_files) COMPLETE
74702026-03-12T16:17:12.240Z[ recovery-image] Mar 12 16:17:11.101 INFO O| Mar 12 16:17:11.101 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712026-03-12T16:17:12.247Z[ recovery-image] Mar 12 16:17:11.110 INFO O| Mar 12 16:17:11.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
74722026-03-12T16:17:12.247Z[ recovery-image] Mar 12 16:17:11.110 INFO O| Mar 12 16:17:11.110 INFO STEP 902 (remove_files) COMPLETE
74732026-03-12T16:17:12.251Z[ recovery-image] Mar 12 16:17:11.110 INFO O| Mar 12 16:17:11.110 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742026-03-12T16:17:12.255Z[ recovery-image] Mar 12 16:17:11.119 INFO O| Mar 12 16:17:11.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
74752026-03-12T16:17:12.255Z[ recovery-image] Mar 12 16:17:11.119 INFO O| Mar 12 16:17:11.119 INFO STEP 903 (remove_files) COMPLETE
74762026-03-12T16:17:12.255Z[ recovery-image] Mar 12 16:17:11.119 INFO O| Mar 12 16:17:11.119 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772026-03-12T16:17:12.264Z[ recovery-image] Mar 12 16:17:11.127 INFO O| Mar 12 16:17:11.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
74782026-03-12T16:17:12.267Z[ recovery-image] Mar 12 16:17:11.127 INFO O| Mar 12 16:17:11.127 INFO STEP 904 (remove_files) COMPLETE
74792026-03-12T16:17:12.267Z[ recovery-image] Mar 12 16:17:11.127 INFO O| Mar 12 16:17:11.127 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802026-03-12T16:17:12.274Z[ recovery-image] Mar 12 16:17:11.135 INFO O| Mar 12 16:17:11.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
74812026-03-12T16:17:12.274Z[ recovery-image] Mar 12 16:17:11.135 INFO O| Mar 12 16:17:11.135 INFO STEP 905 (remove_files) COMPLETE
74822026-03-12T16:17:12.274Z[ recovery-image] Mar 12 16:17:11.135 INFO O| Mar 12 16:17:11.135 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832026-03-12T16:17:12.280Z[ recovery-image] Mar 12 16:17:11.144 INFO O| Mar 12 16:17:11.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
74842026-03-12T16:17:12.280Z[ recovery-image] Mar 12 16:17:11.144 INFO O| Mar 12 16:17:11.144 INFO STEP 906 (remove_files) COMPLETE
74852026-03-12T16:17:12.283Z[ recovery-image] Mar 12 16:17:11.144 INFO O| Mar 12 16:17:11.144 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862026-03-12T16:17:12.287Z[ recovery-image] Mar 12 16:17:11.151 INFO O| Mar 12 16:17:11.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
74872026-03-12T16:17:12.290Z[ recovery-image] Mar 12 16:17:11.151 INFO O| Mar 12 16:17:11.151 INFO STEP 907 (remove_files) COMPLETE
74882026-03-12T16:17:12.290Z[ recovery-image] Mar 12 16:17:11.151 INFO O| Mar 12 16:17:11.151 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892026-03-12T16:17:12.296Z[ recovery-image] Mar 12 16:17:11.159 INFO O| Mar 12 16:17:11.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
74902026-03-12T16:17:12.296Z[ recovery-image] Mar 12 16:17:11.159 INFO O| Mar 12 16:17:11.159 INFO STEP 908 (remove_files) COMPLETE
74912026-03-12T16:17:12.296Z[ recovery-image] Mar 12 16:17:11.159 INFO O| Mar 12 16:17:11.159 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922026-03-12T16:17:12.304Z[ recovery-image] Mar 12 16:17:11.168 INFO O| Mar 12 16:17:11.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
74932026-03-12T16:17:12.308Z[ recovery-image] Mar 12 16:17:11.168 INFO O| Mar 12 16:17:11.168 INFO STEP 909 (remove_files) COMPLETE
74942026-03-12T16:17:12.308Z[ recovery-image] Mar 12 16:17:11.168 INFO O| Mar 12 16:17:11.168 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952026-03-12T16:17:12.312Z[ recovery-image] Mar 12 16:17:11.176 INFO O| Mar 12 16:17:11.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
74962026-03-12T16:17:12.312Z[ recovery-image] Mar 12 16:17:11.176 INFO O| Mar 12 16:17:11.176 INFO STEP 910 (remove_files) COMPLETE
74972026-03-12T16:17:12.316Z[ recovery-image] Mar 12 16:17:11.176 INFO O| Mar 12 16:17:11.176 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982026-03-12T16:17:12.320Z[ recovery-image] Mar 12 16:17:11.184 INFO O| Mar 12 16:17:11.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
74992026-03-12T16:17:12.338Z[ recovery-image] Mar 12 16:17:11.184 INFO O| Mar 12 16:17:11.184 INFO STEP 911 (remove_files) COMPLETE
75002026-03-12T16:17:12.338Z[ recovery-image] Mar 12 16:17:11.184 INFO O| Mar 12 16:17:11.184 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012026-03-12T16:17:12.338Z[ recovery-image] Mar 12 16:17:11.192 INFO O| Mar 12 16:17:11.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
75022026-03-12T16:17:12.338Z[ recovery-image] Mar 12 16:17:11.192 INFO O| Mar 12 16:17:11.192 INFO STEP 912 (remove_files) COMPLETE
75032026-03-12T16:17:12.338Z[ recovery-image] Mar 12 16:17:11.192 INFO O| Mar 12 16:17:11.192 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042026-03-12T16:17:12.339Z[ recovery-image] Mar 12 16:17:11.200 INFO O| Mar 12 16:17:11.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
75052026-03-12T16:17:12.339Z[ recovery-image] Mar 12 16:17:11.200 INFO O| Mar 12 16:17:11.200 INFO STEP 913 (remove_files) COMPLETE
75062026-03-12T16:17:12.339Z[ recovery-image] Mar 12 16:17:11.200 INFO O| Mar 12 16:17:11.200 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072026-03-12T16:17:12.345Z[ recovery-image] Mar 12 16:17:11.208 INFO O| Mar 12 16:17:11.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
75082026-03-12T16:17:12.351Z[ recovery-image] Mar 12 16:17:11.208 INFO O| Mar 12 16:17:11.208 INFO STEP 914 (remove_files) COMPLETE
75092026-03-12T16:17:12.351Z[ recovery-image] Mar 12 16:17:11.208 INFO O| Mar 12 16:17:11.208 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102026-03-12T16:17:12.354Z[ recovery-image] Mar 12 16:17:11.217 INFO O| Mar 12 16:17:11.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
75112026-03-12T16:17:12.354Z[ recovery-image] Mar 12 16:17:11.218 INFO O| Mar 12 16:17:11.217 INFO STEP 915 (remove_files) COMPLETE
75122026-03-12T16:17:12.358Z[ recovery-image] Mar 12 16:17:11.218 INFO O| Mar 12 16:17:11.218 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132026-03-12T16:17:12.362Z[ recovery-image] Mar 12 16:17:11.226 INFO O| Mar 12 16:17:11.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
75142026-03-12T16:17:12.365Z[ recovery-image] Mar 12 16:17:11.226 INFO O| Mar 12 16:17:11.226 INFO STEP 916 (remove_files) COMPLETE
75152026-03-12T16:17:12.365Z[ recovery-image] Mar 12 16:17:11.226 INFO O| Mar 12 16:17:11.226 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162026-03-12T16:17:12.370Z[ recovery-image] Mar 12 16:17:11.233 INFO O| Mar 12 16:17:11.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
75172026-03-12T16:17:12.377Z[ recovery-image] Mar 12 16:17:11.233 INFO O| Mar 12 16:17:11.233 INFO STEP 917 (remove_files) COMPLETE
75182026-03-12T16:17:12.377Z[ recovery-image] Mar 12 16:17:11.233 INFO O| Mar 12 16:17:11.233 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192026-03-12T16:17:12.380Z[ recovery-image] Mar 12 16:17:11.241 INFO O| Mar 12 16:17:11.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
75202026-03-12T16:17:12.380Z[ recovery-image] Mar 12 16:17:11.241 INFO O| Mar 12 16:17:11.241 INFO STEP 918 (remove_files) COMPLETE
75212026-03-12T16:17:12.381Z[ recovery-image] Mar 12 16:17:11.241 INFO O| Mar 12 16:17:11.241 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222026-03-12T16:17:12.387Z[ recovery-image] Mar 12 16:17:11.250 INFO O| Mar 12 16:17:11.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
75232026-03-12T16:17:12.390Z[ recovery-image] Mar 12 16:17:11.250 INFO O| Mar 12 16:17:11.250 INFO STEP 919 (remove_files) COMPLETE
75242026-03-12T16:17:12.390Z[ recovery-image] Mar 12 16:17:11.250 INFO O| Mar 12 16:17:11.250 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252026-03-12T16:17:12.395Z[ recovery-image] Mar 12 16:17:11.258 INFO O| Mar 12 16:17:11.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
75262026-03-12T16:17:12.404Z[ recovery-image] Mar 12 16:17:11.259 INFO O| Mar 12 16:17:11.259 INFO STEP 920 (remove_files) COMPLETE
75272026-03-12T16:17:12.404Z[ recovery-image] Mar 12 16:17:11.259 INFO O| Mar 12 16:17:11.259 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282026-03-12T16:17:12.407Z[ recovery-image] Mar 12 16:17:11.266 INFO O| Mar 12 16:17:11.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
75292026-03-12T16:17:12.407Z[ recovery-image] Mar 12 16:17:11.266 INFO O| Mar 12 16:17:11.266 INFO STEP 921 (remove_files) COMPLETE
75302026-03-12T16:17:12.407Z[ recovery-image] Mar 12 16:17:11.266 INFO O| Mar 12 16:17:11.266 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312026-03-12T16:17:12.410Z[ recovery-image] Mar 12 16:17:11.274 INFO O| Mar 12 16:17:11.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
75322026-03-12T16:17:12.410Z[ recovery-image] Mar 12 16:17:11.274 INFO O| Mar 12 16:17:11.274 INFO STEP 922 (remove_files) COMPLETE
75332026-03-12T16:17:12.410Z[ recovery-image] Mar 12 16:17:11.274 INFO O| Mar 12 16:17:11.274 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342026-03-12T16:17:12.418Z[ recovery-image] Mar 12 16:17:11.282 INFO O| Mar 12 16:17:11.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
75352026-03-12T16:17:12.425Z[ recovery-image] Mar 12 16:17:11.282 INFO O| Mar 12 16:17:11.282 INFO STEP 923 (remove_files) COMPLETE
75362026-03-12T16:17:12.426Z[ recovery-image] Mar 12 16:17:11.282 INFO O| Mar 12 16:17:11.282 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372026-03-12T16:17:12.430Z[ recovery-image] Mar 12 16:17:11.289 INFO O| Mar 12 16:17:11.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
75382026-03-12T16:17:12.430Z[ recovery-image] Mar 12 16:17:11.289 INFO O| Mar 12 16:17:11.289 INFO STEP 924 (remove_files) COMPLETE
75392026-03-12T16:17:12.430Z[ recovery-image] Mar 12 16:17:11.289 INFO O| Mar 12 16:17:11.289 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402026-03-12T16:17:12.433Z[ recovery-image] Mar 12 16:17:11.297 INFO O| Mar 12 16:17:11.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
75412026-03-12T16:17:12.436Z[ recovery-image] Mar 12 16:17:11.297 INFO O| Mar 12 16:17:11.297 INFO STEP 925 (remove_files) COMPLETE
75422026-03-12T16:17:12.436Z[ recovery-image] Mar 12 16:17:11.297 INFO O| Mar 12 16:17:11.297 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432026-03-12T16:17:12.441Z[ recovery-image] Mar 12 16:17:11.305 INFO O| Mar 12 16:17:11.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
75442026-03-12T16:17:12.441Z[ recovery-image] Mar 12 16:17:11.305 INFO O| Mar 12 16:17:11.305 INFO STEP 926 (remove_files) COMPLETE
75452026-03-12T16:17:12.444Z[ recovery-image] Mar 12 16:17:11.305 INFO O| Mar 12 16:17:11.305 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462026-03-12T16:17:12.450Z[ recovery-image] Mar 12 16:17:11.313 INFO O| Mar 12 16:17:11.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
75472026-03-12T16:17:12.454Z[ recovery-image] Mar 12 16:17:11.313 INFO O| Mar 12 16:17:11.313 INFO STEP 927 (remove_files) COMPLETE
75482026-03-12T16:17:12.454Z[ recovery-image] Mar 12 16:17:11.313 INFO O| Mar 12 16:17:11.313 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492026-03-12T16:17:12.461Z[ recovery-image] Mar 12 16:17:11.323 INFO O| Mar 12 16:17:11.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
75502026-03-12T16:17:12.464Z[ recovery-image] Mar 12 16:17:11.323 INFO O| Mar 12 16:17:11.323 INFO STEP 928 (remove_files) COMPLETE
75512026-03-12T16:17:12.464Z[ recovery-image] Mar 12 16:17:11.323 INFO O| Mar 12 16:17:11.323 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522026-03-12T16:17:12.467Z[ recovery-image] Mar 12 16:17:11.330 INFO O| Mar 12 16:17:11.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
75532026-03-12T16:17:12.467Z[ recovery-image] Mar 12 16:17:11.330 INFO O| Mar 12 16:17:11.330 INFO STEP 929 (remove_files) COMPLETE
75542026-03-12T16:17:12.467Z[ recovery-image] Mar 12 16:17:11.330 INFO O| Mar 12 16:17:11.330 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552026-03-12T16:17:12.476Z[ recovery-image] Mar 12 16:17:11.337 INFO O| Mar 12 16:17:11.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
75562026-03-12T16:17:12.476Z[ recovery-image] Mar 12 16:17:11.338 INFO O| Mar 12 16:17:11.337 INFO STEP 930 (remove_files) COMPLETE
75572026-03-12T16:17:12.476Z[ recovery-image] Mar 12 16:17:11.338 INFO O| Mar 12 16:17:11.338 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582026-03-12T16:17:12.481Z[ recovery-image] Mar 12 16:17:11.345 INFO O| Mar 12 16:17:11.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
75592026-03-12T16:17:12.484Z[ recovery-image] Mar 12 16:17:11.345 INFO O| Mar 12 16:17:11.345 INFO STEP 931 (remove_files) COMPLETE
75602026-03-12T16:17:12.484Z[ recovery-image] Mar 12 16:17:11.345 INFO O| Mar 12 16:17:11.345 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612026-03-12T16:17:12.489Z[ recovery-image] Mar 12 16:17:11.352 INFO O| Mar 12 16:17:11.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
75622026-03-12T16:17:12.492Z[ recovery-image] Mar 12 16:17:11.353 INFO O| Mar 12 16:17:11.353 INFO STEP 932 (remove_files) COMPLETE
75632026-03-12T16:17:12.492Z[ recovery-image] Mar 12 16:17:11.353 INFO O| Mar 12 16:17:11.353 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642026-03-12T16:17:12.499Z[ recovery-image] Mar 12 16:17:11.362 INFO O| Mar 12 16:17:11.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
75652026-03-12T16:17:12.503Z[ recovery-image] Mar 12 16:17:11.362 INFO O| Mar 12 16:17:11.362 INFO STEP 933 (remove_files) COMPLETE
75662026-03-12T16:17:12.503Z[ recovery-image] Mar 12 16:17:11.362 INFO O| Mar 12 16:17:11.362 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672026-03-12T16:17:12.506Z[ recovery-image] Mar 12 16:17:11.369 INFO O| Mar 12 16:17:11.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
75682026-03-12T16:17:12.506Z[ recovery-image] Mar 12 16:17:11.369 INFO O| Mar 12 16:17:11.369 INFO STEP 934 (remove_files) COMPLETE
75692026-03-12T16:17:12.506Z[ recovery-image] Mar 12 16:17:11.369 INFO O| Mar 12 16:17:11.369 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702026-03-12T16:17:12.512Z[ recovery-image] Mar 12 16:17:11.376 INFO O| Mar 12 16:17:11.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
75712026-03-12T16:17:12.516Z[ recovery-image] Mar 12 16:17:11.376 INFO O| Mar 12 16:17:11.376 INFO STEP 935 (remove_files) COMPLETE
75722026-03-12T16:17:12.516Z[ recovery-image] Mar 12 16:17:11.376 INFO O| Mar 12 16:17:11.376 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732026-03-12T16:17:12.521Z[ recovery-image] Mar 12 16:17:11.385 INFO O| Mar 12 16:17:11.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
75742026-03-12T16:17:12.526Z[ recovery-image] Mar 12 16:17:11.385 INFO O| Mar 12 16:17:11.385 INFO STEP 936 (remove_files) COMPLETE
75752026-03-12T16:17:12.526Z[ recovery-image] Mar 12 16:17:11.385 INFO O| Mar 12 16:17:11.385 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762026-03-12T16:17:12.530Z[ recovery-image] Mar 12 16:17:11.394 INFO O| Mar 12 16:17:11.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
75772026-03-12T16:17:12.534Z[ recovery-image] Mar 12 16:17:11.394 INFO O| Mar 12 16:17:11.394 INFO STEP 937 (remove_files) COMPLETE
75782026-03-12T16:17:12.534Z[ recovery-image] Mar 12 16:17:11.394 INFO O| Mar 12 16:17:11.394 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792026-03-12T16:17:12.537Z[ recovery-image] Mar 12 16:17:11.401 INFO O| Mar 12 16:17:11.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
75802026-03-12T16:17:12.539Z[ recovery-image] Mar 12 16:17:11.401 INFO O| Mar 12 16:17:11.401 INFO STEP 938 (remove_files) COMPLETE
75812026-03-12T16:17:12.539Z[ recovery-image] Mar 12 16:17:11.401 INFO O| Mar 12 16:17:11.401 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822026-03-12T16:17:12.545Z[ recovery-image] Mar 12 16:17:11.407 INFO O| Mar 12 16:17:11.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
75832026-03-12T16:17:12.548Z[ recovery-image] Mar 12 16:17:11.408 INFO O| Mar 12 16:17:11.408 INFO STEP 939 (remove_files) COMPLETE
75842026-03-12T16:17:12.548Z[ recovery-image] Mar 12 16:17:11.408 INFO O| Mar 12 16:17:11.408 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852026-03-12T16:17:12.551Z[ recovery-image] Mar 12 16:17:11.414 INFO O| Mar 12 16:17:11.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
75862026-03-12T16:17:12.553Z[ recovery-image] Mar 12 16:17:11.414 INFO O| Mar 12 16:17:11.414 INFO STEP 940 (remove_files) COMPLETE
75872026-03-12T16:17:12.554Z[ recovery-image] Mar 12 16:17:11.414 INFO O| Mar 12 16:17:11.414 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882026-03-12T16:17:12.560Z[ recovery-image] Mar 12 16:17:11.423 INFO O| Mar 12 16:17:11.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
75892026-03-12T16:17:12.563Z[ recovery-image] Mar 12 16:17:11.423 INFO O| Mar 12 16:17:11.423 INFO STEP 941 (remove_files) COMPLETE
75902026-03-12T16:17:12.563Z[ recovery-image] Mar 12 16:17:11.423 INFO O| Mar 12 16:17:11.423 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912026-03-12T16:17:12.568Z[ recovery-image] Mar 12 16:17:11.432 INFO O| Mar 12 16:17:11.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
75922026-03-12T16:17:12.571Z[ recovery-image] Mar 12 16:17:11.432 INFO O| Mar 12 16:17:11.432 INFO STEP 942 (remove_files) COMPLETE
75932026-03-12T16:17:12.571Z[ recovery-image] Mar 12 16:17:11.432 INFO O| Mar 12 16:17:11.432 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942026-03-12T16:17:12.576Z[ recovery-image] Mar 12 16:17:11.440 INFO O| Mar 12 16:17:11.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
75952026-03-12T16:17:12.579Z[ recovery-image] Mar 12 16:17:11.441 INFO O| Mar 12 16:17:11.441 INFO STEP 943 (remove_files) COMPLETE
75962026-03-12T16:17:12.579Z[ recovery-image] Mar 12 16:17:11.441 INFO O| Mar 12 16:17:11.441 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972026-03-12T16:17:12.584Z[ recovery-image] Mar 12 16:17:11.447 INFO O| Mar 12 16:17:11.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
75982026-03-12T16:17:12.584Z[ recovery-image] Mar 12 16:17:11.447 INFO O| Mar 12 16:17:11.447 INFO STEP 944 (remove_files) COMPLETE
75992026-03-12T16:17:12.587Z[ recovery-image] Mar 12 16:17:11.447 INFO O| Mar 12 16:17:11.447 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002026-03-12T16:17:12.592Z[ recovery-image] Mar 12 16:17:11.456 INFO O| Mar 12 16:17:11.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
76012026-03-12T16:17:12.592Z[ recovery-image] Mar 12 16:17:11.456 INFO O| Mar 12 16:17:11.456 INFO STEP 945 (remove_files) COMPLETE
76022026-03-12T16:17:12.595Z[ recovery-image] Mar 12 16:17:11.456 INFO O| Mar 12 16:17:11.456 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032026-03-12T16:17:12.600Z[ recovery-image] Mar 12 16:17:11.464 INFO O| Mar 12 16:17:11.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
76042026-03-12T16:17:12.603Z[ recovery-image] Mar 12 16:17:11.464 INFO O| Mar 12 16:17:11.464 INFO STEP 946 (remove_files) COMPLETE
76052026-03-12T16:17:12.603Z[ recovery-image] Mar 12 16:17:11.464 INFO O| Mar 12 16:17:11.464 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062026-03-12T16:17:12.607Z[ recovery-image] Mar 12 16:17:11.471 INFO O| Mar 12 16:17:11.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
76072026-03-12T16:17:12.610Z[ recovery-image] Mar 12 16:17:11.471 INFO O| Mar 12 16:17:11.471 INFO STEP 947 (remove_files) COMPLETE
76082026-03-12T16:17:12.610Z[ recovery-image] Mar 12 16:17:11.471 INFO O| Mar 12 16:17:11.471 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092026-03-12T16:17:12.615Z[ recovery-image] Mar 12 16:17:11.479 INFO O| Mar 12 16:17:11.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
76102026-03-12T16:17:12.616Z[ recovery-image] Mar 12 16:17:11.479 INFO O| Mar 12 16:17:11.479 INFO STEP 948 (remove_files) COMPLETE
76112026-03-12T16:17:12.618Z[ recovery-image] Mar 12 16:17:11.479 INFO O| Mar 12 16:17:11.479 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122026-03-12T16:17:12.623Z[ recovery-image] Mar 12 16:17:11.487 INFO O| Mar 12 16:17:11.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
76132026-03-12T16:17:12.626Z[ recovery-image] Mar 12 16:17:11.487 INFO O| Mar 12 16:17:11.487 INFO STEP 949 (remove_files) COMPLETE
76142026-03-12T16:17:12.626Z[ recovery-image] Mar 12 16:17:11.487 INFO O| Mar 12 16:17:11.487 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152026-03-12T16:17:12.631Z[ recovery-image] Mar 12 16:17:11.495 INFO O| Mar 12 16:17:11.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
76162026-03-12T16:17:12.631Z[ recovery-image] Mar 12 16:17:11.495 INFO O| Mar 12 16:17:11.495 INFO STEP 950 (remove_files) COMPLETE
76172026-03-12T16:17:12.634Z[ recovery-image] Mar 12 16:17:11.495 INFO O| Mar 12 16:17:11.495 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182026-03-12T16:17:12.640Z[ recovery-image] Mar 12 16:17:11.503 INFO O| Mar 12 16:17:11.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
76192026-03-12T16:17:12.640Z[ recovery-image] Mar 12 16:17:11.503 INFO O| Mar 12 16:17:11.503 INFO STEP 951 (remove_files) COMPLETE
76202026-03-12T16:17:12.643Z[ recovery-image] Mar 12 16:17:11.503 INFO O| Mar 12 16:17:11.503 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212026-03-12T16:17:12.648Z[ recovery-image] Mar 12 16:17:11.511 INFO O| Mar 12 16:17:11.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
76222026-03-12T16:17:12.648Z[ recovery-image] Mar 12 16:17:11.511 INFO O| Mar 12 16:17:11.511 INFO STEP 952 (remove_files) COMPLETE
76232026-03-12T16:17:12.648Z[ recovery-image] Mar 12 16:17:11.511 INFO O| Mar 12 16:17:11.511 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242026-03-12T16:17:12.655Z[ recovery-image] Mar 12 16:17:11.519 INFO O| Mar 12 16:17:11.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
76252026-03-12T16:17:12.658Z[ recovery-image] Mar 12 16:17:11.519 INFO O| Mar 12 16:17:11.519 INFO STEP 953 (remove_files) COMPLETE
76262026-03-12T16:17:12.659Z[ recovery-image] Mar 12 16:17:11.519 INFO O| Mar 12 16:17:11.519 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272026-03-12T16:17:12.663Z[ recovery-image] Mar 12 16:17:11.526 INFO O| Mar 12 16:17:11.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
76282026-03-12T16:17:12.663Z[ recovery-image] Mar 12 16:17:11.526 INFO O| Mar 12 16:17:11.526 INFO STEP 954 (remove_files) COMPLETE
76292026-03-12T16:17:12.666Z[ recovery-image] Mar 12 16:17:11.526 INFO O| Mar 12 16:17:11.526 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302026-03-12T16:17:12.669Z[ recovery-image] Mar 12 16:17:11.533 INFO O| Mar 12 16:17:11.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
76312026-03-12T16:17:12.672Z[ recovery-image] Mar 12 16:17:11.533 INFO O| Mar 12 16:17:11.533 INFO STEP 955 (remove_files) COMPLETE
76322026-03-12T16:17:12.672Z[ recovery-image] Mar 12 16:17:11.533 INFO O| Mar 12 16:17:11.533 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332026-03-12T16:17:12.677Z[ recovery-image] Mar 12 16:17:11.541 INFO O| Mar 12 16:17:11.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
76342026-03-12T16:17:12.680Z[ recovery-image] Mar 12 16:17:11.541 INFO O| Mar 12 16:17:11.541 INFO STEP 956 (remove_files) COMPLETE
76352026-03-12T16:17:12.680Z[ recovery-image] Mar 12 16:17:11.541 INFO O| Mar 12 16:17:11.541 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362026-03-12T16:17:12.684Z[ recovery-image] Mar 12 16:17:11.548 INFO O| Mar 12 16:17:11.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
76372026-03-12T16:17:12.684Z[ recovery-image] Mar 12 16:17:11.548 INFO O| Mar 12 16:17:11.548 INFO STEP 957 (remove_files) COMPLETE
76382026-03-12T16:17:12.684Z[ recovery-image] Mar 12 16:17:11.548 INFO O| Mar 12 16:17:11.548 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392026-03-12T16:17:12.692Z[ recovery-image] Mar 12 16:17:11.556 INFO O| Mar 12 16:17:11.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
76402026-03-12T16:17:12.695Z[ recovery-image] Mar 12 16:17:11.556 INFO O| Mar 12 16:17:11.556 INFO STEP 958 (remove_files) COMPLETE
76412026-03-12T16:17:12.695Z[ recovery-image] Mar 12 16:17:11.556 INFO O| Mar 12 16:17:11.556 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422026-03-12T16:17:12.700Z[ recovery-image] Mar 12 16:17:11.564 INFO O| Mar 12 16:17:11.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
76432026-03-12T16:17:12.703Z[ recovery-image] Mar 12 16:17:11.564 INFO O| Mar 12 16:17:11.564 INFO STEP 959 (remove_files) COMPLETE
76442026-03-12T16:17:12.703Z[ recovery-image] Mar 12 16:17:11.564 INFO O| Mar 12 16:17:11.564 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452026-03-12T16:17:12.707Z[ recovery-image] Mar 12 16:17:11.571 INFO O| Mar 12 16:17:11.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
76462026-03-12T16:17:12.711Z[ recovery-image] Mar 12 16:17:11.571 INFO O| Mar 12 16:17:11.571 INFO STEP 960 (remove_files) COMPLETE
76472026-03-12T16:17:12.711Z[ recovery-image] Mar 12 16:17:11.571 INFO O| Mar 12 16:17:11.571 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482026-03-12T16:17:12.715Z[ recovery-image] Mar 12 16:17:11.579 INFO O| Mar 12 16:17:11.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
76492026-03-12T16:17:12.718Z[ recovery-image] Mar 12 16:17:11.579 INFO O| Mar 12 16:17:11.579 INFO STEP 961 (remove_files) COMPLETE
76502026-03-12T16:17:12.718Z[ recovery-image] Mar 12 16:17:11.579 INFO O| Mar 12 16:17:11.579 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512026-03-12T16:17:12.724Z[ recovery-image] Mar 12 16:17:11.587 INFO O| Mar 12 16:17:11.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
76522026-03-12T16:17:12.727Z[ recovery-image] Mar 12 16:17:11.587 INFO O| Mar 12 16:17:11.587 INFO STEP 962 (remove_files) COMPLETE
76532026-03-12T16:17:12.728Z[ recovery-image] Mar 12 16:17:11.587 INFO O| Mar 12 16:17:11.587 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542026-03-12T16:17:12.731Z[ recovery-image] Mar 12 16:17:11.594 INFO O| Mar 12 16:17:11.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
76552026-03-12T16:17:12.731Z[ recovery-image] Mar 12 16:17:11.594 INFO O| Mar 12 16:17:11.594 INFO STEP 963 (remove_files) COMPLETE
76562026-03-12T16:17:12.731Z[ recovery-image] Mar 12 16:17:11.594 INFO O| Mar 12 16:17:11.594 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572026-03-12T16:17:12.739Z[ recovery-image] Mar 12 16:17:11.602 INFO O| Mar 12 16:17:11.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
76582026-03-12T16:17:12.742Z[ recovery-image] Mar 12 16:17:11.602 INFO O| Mar 12 16:17:11.602 INFO STEP 964 (remove_files) COMPLETE
76592026-03-12T16:17:12.742Z[ recovery-image] Mar 12 16:17:11.602 INFO O| Mar 12 16:17:11.602 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76602026-03-12T16:17:12.745Z[ recovery-image] Mar 12 16:17:11.609 INFO O| Mar 12 16:17:11.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
76612026-03-12T16:17:12.748Z[ recovery-image] Mar 12 16:17:11.609 INFO O| Mar 12 16:17:11.609 INFO STEP 965 (remove_files) COMPLETE
76622026-03-12T16:17:12.748Z[ recovery-image] Mar 12 16:17:11.609 INFO O| Mar 12 16:17:11.609 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76632026-03-12T16:17:12.752Z[ recovery-image] Mar 12 16:17:11.616 INFO O| Mar 12 16:17:11.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
76642026-03-12T16:17:12.752Z[ recovery-image] Mar 12 16:17:11.616 INFO O| Mar 12 16:17:11.616 INFO STEP 966 (remove_files) COMPLETE
76652026-03-12T16:17:12.765Z[ recovery-image] Mar 12 16:17:11.616 INFO O| Mar 12 16:17:11.616 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76662026-03-12T16:17:12.768Z[ recovery-image] Mar 12 16:17:11.623 INFO O| Mar 12 16:17:11.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
76672026-03-12T16:17:12.768Z[ recovery-image] Mar 12 16:17:11.623 INFO O| Mar 12 16:17:11.623 INFO STEP 967 (remove_files) COMPLETE
76682026-03-12T16:17:12.768Z[ recovery-image] Mar 12 16:17:11.623 INFO O| Mar 12 16:17:11.623 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76692026-03-12T16:17:12.768Z[ recovery-image] Mar 12 16:17:11.630 INFO O| Mar 12 16:17:11.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
76702026-03-12T16:17:12.768Z[ recovery-image] Mar 12 16:17:11.630 INFO O| Mar 12 16:17:11.630 INFO STEP 968 (remove_files) COMPLETE
76712026-03-12T16:17:12.768Z[ recovery-image] Mar 12 16:17:11.630 INFO O| Mar 12 16:17:11.630 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76722026-03-12T16:17:12.773Z[ recovery-image] Mar 12 16:17:11.637 INFO O| Mar 12 16:17:11.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
76732026-03-12T16:17:12.773Z[ recovery-image] Mar 12 16:17:11.637 INFO O| Mar 12 16:17:11.637 INFO STEP 969 (remove_files) COMPLETE
76742026-03-12T16:17:12.773Z[ recovery-image] Mar 12 16:17:11.637 INFO O| Mar 12 16:17:11.637 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76752026-03-12T16:17:12.780Z[ recovery-image] Mar 12 16:17:11.644 INFO O| Mar 12 16:17:11.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
76762026-03-12T16:17:12.780Z[ recovery-image] Mar 12 16:17:11.644 INFO O| Mar 12 16:17:11.644 INFO STEP 970 (remove_files) COMPLETE
76772026-03-12T16:17:12.780Z[ recovery-image] Mar 12 16:17:11.644 INFO O| Mar 12 16:17:11.644 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76782026-03-12T16:17:12.789Z[ recovery-image] Mar 12 16:17:11.652 INFO O| Mar 12 16:17:11.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
76792026-03-12T16:17:12.789Z[ recovery-image] Mar 12 16:17:11.652 INFO O| Mar 12 16:17:11.652 INFO STEP 971 (remove_files) COMPLETE
76802026-03-12T16:17:12.792Z[ recovery-image] Mar 12 16:17:11.652 INFO O| Mar 12 16:17:11.652 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76812026-03-12T16:17:12.796Z[ recovery-image] Mar 12 16:17:11.660 INFO O| Mar 12 16:17:11.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
76822026-03-12T16:17:12.796Z[ recovery-image] Mar 12 16:17:11.660 INFO O| Mar 12 16:17:11.660 INFO STEP 972 (remove_files) COMPLETE
76832026-03-12T16:17:12.799Z[ recovery-image] Mar 12 16:17:11.660 INFO O| Mar 12 16:17:11.660 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76842026-03-12T16:17:12.817Z[ recovery-image] Mar 12 16:17:11.667 INFO O| Mar 12 16:17:11.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
76852026-03-12T16:17:12.817Z[ recovery-image] Mar 12 16:17:11.667 INFO O| Mar 12 16:17:11.667 INFO STEP 973 (remove_files) COMPLETE
76862026-03-12T16:17:12.845Z[ recovery-image] Mar 12 16:17:11.667 INFO O| Mar 12 16:17:11.667 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76872026-03-12T16:17:12.845Z[ recovery-image] Mar 12 16:17:11.676 INFO O| Mar 12 16:17:11.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
76882026-03-12T16:17:12.845Z[ recovery-image] Mar 12 16:17:11.676 INFO O| Mar 12 16:17:11.676 INFO STEP 974 (remove_files) COMPLETE
76892026-03-12T16:17:12.845Z[ recovery-image] Mar 12 16:17:11.676 INFO O| Mar 12 16:17:11.676 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76902026-03-12T16:17:12.845Z[ recovery-image] Mar 12 16:17:11.683 INFO O| Mar 12 16:17:11.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
76912026-03-12T16:17:12.845Z[ recovery-image] Mar 12 16:17:11.683 INFO O| Mar 12 16:17:11.683 INFO STEP 975 (remove_files) COMPLETE
76922026-03-12T16:17:12.845Z[ recovery-image] Mar 12 16:17:11.683 INFO O| Mar 12 16:17:11.683 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76932026-03-12T16:17:12.845Z[ recovery-image] Mar 12 16:17:11.690 INFO O| Mar 12 16:17:11.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
76942026-03-12T16:17:12.845Z[ recovery-image] Mar 12 16:17:11.690 INFO O| Mar 12 16:17:11.690 INFO STEP 976 (remove_files) COMPLETE
76952026-03-12T16:17:12.845Z[ recovery-image] Mar 12 16:17:11.690 INFO O| Mar 12 16:17:11.690 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76962026-03-12T16:17:12.845Z[ recovery-image] Mar 12 16:17:11.699 INFO O| Mar 12 16:17:11.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
76972026-03-12T16:17:12.846Z[ recovery-image] Mar 12 16:17:11.699 INFO O| Mar 12 16:17:11.699 INFO STEP 977 (remove_files) COMPLETE
76982026-03-12T16:17:12.846Z[ recovery-image] Mar 12 16:17:11.699 INFO O| Mar 12 16:17:11.699 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76992026-03-12T16:17:12.887Z[ recovery-image] Mar 12 16:17:11.708 INFO O| Mar 12 16:17:11.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
77002026-03-12T16:17:12.887Z[ recovery-image] Mar 12 16:17:11.708 INFO O| Mar 12 16:17:11.708 INFO STEP 978 (remove_files) COMPLETE
77012026-03-12T16:17:12.888Z[ recovery-image] Mar 12 16:17:11.708 INFO O| Mar 12 16:17:11.708 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77022026-03-12T16:17:12.904Z[ recovery-image] Mar 12 16:17:11.716 INFO O| Mar 12 16:17:11.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
77032026-03-12T16:17:12.904Z[ recovery-image] Mar 12 16:17:11.717 INFO O| Mar 12 16:17:11.717 INFO STEP 979 (remove_files) COMPLETE
77042026-03-12T16:17:12.904Z[ recovery-image] Mar 12 16:17:11.717 INFO O| Mar 12 16:17:11.717 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77052026-03-12T16:17:12.904Z[ recovery-image] Mar 12 16:17:11.724 INFO O| Mar 12 16:17:11.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
77062026-03-12T16:17:12.904Z[ recovery-image] Mar 12 16:17:11.724 INFO O| Mar 12 16:17:11.724 INFO STEP 980 (remove_files) COMPLETE
77072026-03-12T16:17:12.904Z[ recovery-image] Mar 12 16:17:11.724 INFO O| Mar 12 16:17:11.724 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77082026-03-12T16:17:12.905Z[ recovery-image] Mar 12 16:17:11.732 INFO O| Mar 12 16:17:11.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
77092026-03-12T16:17:12.905Z[ recovery-image] Mar 12 16:17:11.732 INFO O| Mar 12 16:17:11.732 INFO STEP 981 (remove_files) COMPLETE
77102026-03-12T16:17:12.905Z[ recovery-image] Mar 12 16:17:11.732 INFO O| Mar 12 16:17:11.732 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77112026-03-12T16:17:12.905Z[ recovery-image] Mar 12 16:17:11.740 INFO O| Mar 12 16:17:11.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
77122026-03-12T16:17:12.906Z[ recovery-image] Mar 12 16:17:11.740 INFO O| Mar 12 16:17:11.740 INFO STEP 982 (remove_files) COMPLETE
77132026-03-12T16:17:12.906Z[ recovery-image] Mar 12 16:17:11.740 INFO O| Mar 12 16:17:11.740 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77142026-03-12T16:17:12.906Z[ recovery-image] Mar 12 16:17:11.748 INFO O| Mar 12 16:17:11.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
77152026-03-12T16:17:12.906Z[ recovery-image] Mar 12 16:17:11.748 INFO O| Mar 12 16:17:11.748 INFO STEP 983 (remove_files) COMPLETE
77162026-03-12T16:17:12.907Z[ recovery-image] Mar 12 16:17:11.748 INFO O| Mar 12 16:17:11.748 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77172026-03-12T16:17:12.958Z[ recovery-image] Mar 12 16:17:11.755 INFO O| Mar 12 16:17:11.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
77182026-03-12T16:17:12.958Z[ recovery-image] Mar 12 16:17:11.755 INFO O| Mar 12 16:17:11.755 INFO STEP 984 (remove_files) COMPLETE
77192026-03-12T16:17:12.958Z[ recovery-image] Mar 12 16:17:11.755 INFO O| Mar 12 16:17:11.755 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77202026-03-12T16:17:12.958Z[ recovery-image] Mar 12 16:17:11.762 INFO O| Mar 12 16:17:11.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
77212026-03-12T16:17:12.958Z[ recovery-image] Mar 12 16:17:11.762 INFO O| Mar 12 16:17:11.762 INFO STEP 985 (remove_files) COMPLETE
77222026-03-12T16:17:12.958Z[ recovery-image] Mar 12 16:17:11.762 INFO O| Mar 12 16:17:11.762 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77232026-03-12T16:17:12.958Z[ recovery-image] Mar 12 16:17:11.770 INFO O| Mar 12 16:17:11.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
77242026-03-12T16:17:12.959Z[ recovery-image] Mar 12 16:17:11.770 INFO O| Mar 12 16:17:11.770 INFO STEP 986 (remove_files) COMPLETE
77252026-03-12T16:17:12.959Z[ recovery-image] Mar 12 16:17:11.770 INFO O| Mar 12 16:17:11.770 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77262026-03-12T16:17:12.959Z[ recovery-image] Mar 12 16:17:11.776 INFO O| Mar 12 16:17:11.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
77272026-03-12T16:17:12.959Z[ recovery-image] Mar 12 16:17:11.776 INFO O| Mar 12 16:17:11.776 INFO STEP 987 (remove_files) COMPLETE
77282026-03-12T16:17:12.959Z[ recovery-image] Mar 12 16:17:11.776 INFO O| Mar 12 16:17:11.776 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77292026-03-12T16:17:12.959Z[ recovery-image] Mar 12 16:17:11.783 INFO O| Mar 12 16:17:11.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
77302026-03-12T16:17:12.959Z[ recovery-image] Mar 12 16:17:11.783 INFO O| Mar 12 16:17:11.783 INFO STEP 988 (remove_files) COMPLETE
77312026-03-12T16:17:12.959Z[ recovery-image] Mar 12 16:17:11.783 INFO O| Mar 12 16:17:11.783 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77322026-03-12T16:17:12.959Z[ recovery-image] Mar 12 16:17:11.791 INFO O| Mar 12 16:17:11.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
77332026-03-12T16:17:12.959Z[ recovery-image] Mar 12 16:17:11.791 INFO O| Mar 12 16:17:11.791 INFO STEP 989 (remove_files) COMPLETE
77342026-03-12T16:17:12.959Z[ recovery-image] Mar 12 16:17:11.791 INFO O| Mar 12 16:17:11.791 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77352026-03-12T16:17:12.959Z[ recovery-image] Mar 12 16:17:11.798 INFO O| Mar 12 16:17:11.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
77362026-03-12T16:17:12.960Z[ recovery-image] Mar 12 16:17:11.798 INFO O| Mar 12 16:17:11.798 INFO STEP 990 (remove_files) COMPLETE
77372026-03-12T16:17:12.960Z[ recovery-image] Mar 12 16:17:11.798 INFO O| Mar 12 16:17:11.798 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77382026-03-12T16:17:12.973Z[ recovery-image] Mar 12 16:17:11.805 INFO O| Mar 12 16:17:11.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
77392026-03-12T16:17:12.973Z[ recovery-image] Mar 12 16:17:11.805 INFO O| Mar 12 16:17:11.805 INFO STEP 991 (remove_files) COMPLETE
77402026-03-12T16:17:12.973Z[ recovery-image] Mar 12 16:17:11.805 INFO O| Mar 12 16:17:11.805 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77412026-03-12T16:17:12.973Z[ recovery-image] Mar 12 16:17:11.812 INFO O| Mar 12 16:17:11.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
77422026-03-12T16:17:12.973Z[ recovery-image] Mar 12 16:17:11.812 INFO O| Mar 12 16:17:11.812 INFO STEP 992 (remove_files) COMPLETE
77432026-03-12T16:17:12.973Z[ recovery-image] Mar 12 16:17:11.812 INFO O| Mar 12 16:17:11.812 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77442026-03-12T16:17:12.973Z[ recovery-image] Mar 12 16:17:11.819 INFO O| Mar 12 16:17:11.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
77452026-03-12T16:17:12.973Z[ recovery-image] Mar 12 16:17:11.819 INFO O| Mar 12 16:17:11.819 INFO STEP 993 (remove_files) COMPLETE
77462026-03-12T16:17:12.974Z[ recovery-image] Mar 12 16:17:11.819 INFO O| Mar 12 16:17:11.819 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77472026-03-12T16:17:12.974Z[ recovery-image] Mar 12 16:17:11.826 INFO O| Mar 12 16:17:11.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
77482026-03-12T16:17:12.974Z[ recovery-image] Mar 12 16:17:11.826 INFO O| Mar 12 16:17:11.826 INFO STEP 994 (remove_files) COMPLETE
77492026-03-12T16:17:12.974Z[ recovery-image] Mar 12 16:17:11.826 INFO O| Mar 12 16:17:11.826 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77502026-03-12T16:17:12.977Z[ recovery-image] Mar 12 16:17:11.835 INFO O| Mar 12 16:17:11.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
77512026-03-12T16:17:12.978Z[ recovery-image] Mar 12 16:17:11.835 INFO O| Mar 12 16:17:11.835 INFO STEP 995 (remove_files) COMPLETE
77522026-03-12T16:17:12.978Z[ recovery-image] Mar 12 16:17:11.835 INFO O| Mar 12 16:17:11.835 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77532026-03-12T16:17:12.982Z[ recovery-image] Mar 12 16:17:11.842 INFO O| Mar 12 16:17:11.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
77542026-03-12T16:17:12.982Z[ recovery-image] Mar 12 16:17:11.842 INFO O| Mar 12 16:17:11.842 INFO STEP 996 (remove_files) COMPLETE
77552026-03-12T16:17:12.982Z[ recovery-image] Mar 12 16:17:11.842 INFO O| Mar 12 16:17:11.842 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77562026-03-12T16:17:12.994Z[ recovery-image] Mar 12 16:17:11.850 INFO O| Mar 12 16:17:11.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
77572026-03-12T16:17:12.994Z[ recovery-image] Mar 12 16:17:11.850 INFO O| Mar 12 16:17:11.850 INFO STEP 997 (remove_files) COMPLETE
77582026-03-12T16:17:12.998Z[ recovery-image] Mar 12 16:17:11.850 INFO O| Mar 12 16:17:11.850 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77592026-03-12T16:17:12.998Z[ recovery-image] Mar 12 16:17:11.857 INFO O| Mar 12 16:17:11.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
77602026-03-12T16:17:12.998Z[ recovery-image] Mar 12 16:17:11.858 INFO O| Mar 12 16:17:11.857 INFO STEP 998 (remove_files) COMPLETE
77612026-03-12T16:17:12.998Z[ recovery-image] Mar 12 16:17:11.858 INFO O| Mar 12 16:17:11.858 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77622026-03-12T16:17:13.002Z[ recovery-image] Mar 12 16:17:11.865 INFO O| Mar 12 16:17:11.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
77632026-03-12T16:17:13.002Z[ recovery-image] Mar 12 16:17:11.865 INFO O| Mar 12 16:17:11.865 INFO STEP 999 (remove_files) COMPLETE
77642026-03-12T16:17:13.002Z[ recovery-image] Mar 12 16:17:11.865 INFO O| Mar 12 16:17:11.865 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77652026-03-12T16:17:13.010Z[ recovery-image] Mar 12 16:17:11.873 INFO O| Mar 12 16:17:11.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
77662026-03-12T16:17:13.010Z[ recovery-image] Mar 12 16:17:11.873 INFO O| Mar 12 16:17:11.873 INFO STEP 1000 (remove_files) COMPLETE
77672026-03-12T16:17:13.013Z[ recovery-image] Mar 12 16:17:11.873 INFO O| Mar 12 16:17:11.873 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77682026-03-12T16:17:13.016Z[ recovery-image] Mar 12 16:17:11.879 INFO O| Mar 12 16:17:11.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
77692026-03-12T16:17:13.016Z[ recovery-image] Mar 12 16:17:11.879 INFO O| Mar 12 16:17:11.879 INFO STEP 1001 (remove_files) COMPLETE
77702026-03-12T16:17:13.016Z[ recovery-image] Mar 12 16:17:11.879 INFO O| Mar 12 16:17:11.879 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77712026-03-12T16:17:13.023Z[ recovery-image] Mar 12 16:17:11.886 INFO O| Mar 12 16:17:11.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
77722026-03-12T16:17:13.026Z[ recovery-image] Mar 12 16:17:11.886 INFO O| Mar 12 16:17:11.886 INFO STEP 1002 (remove_files) COMPLETE
77732026-03-12T16:17:13.026Z[ recovery-image] Mar 12 16:17:11.886 INFO O| Mar 12 16:17:11.886 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77742026-03-12T16:17:13.031Z[ recovery-image] Mar 12 16:17:11.895 INFO O| Mar 12 16:17:11.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
77752026-03-12T16:17:13.031Z[ recovery-image] Mar 12 16:17:11.895 INFO O| Mar 12 16:17:11.895 INFO STEP 1003 (remove_files) COMPLETE
77762026-03-12T16:17:13.031Z[ recovery-image] Mar 12 16:17:11.895 INFO O| Mar 12 16:17:11.895 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77772026-03-12T16:17:13.038Z[ recovery-image] Mar 12 16:17:11.902 INFO O| Mar 12 16:17:11.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
77782026-03-12T16:17:13.039Z[ recovery-image] Mar 12 16:17:11.902 INFO O| Mar 12 16:17:11.902 INFO STEP 1004 (remove_files) COMPLETE
77792026-03-12T16:17:13.042Z[ recovery-image] Mar 12 16:17:11.902 INFO O| Mar 12 16:17:11.902 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77802026-03-12T16:17:13.047Z[ recovery-image] Mar 12 16:17:11.910 INFO O| Mar 12 16:17:11.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
77812026-03-12T16:17:13.050Z[ recovery-image] Mar 12 16:17:11.910 INFO O| Mar 12 16:17:11.910 INFO STEP 1005 (remove_files) COMPLETE
77822026-03-12T16:17:13.050Z[ recovery-image] Mar 12 16:17:11.910 INFO O| Mar 12 16:17:11.910 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77832026-03-12T16:17:13.055Z[ recovery-image] Mar 12 16:17:11.918 INFO O| Mar 12 16:17:11.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
77842026-03-12T16:17:13.055Z[ recovery-image] Mar 12 16:17:11.918 INFO O| Mar 12 16:17:11.918 INFO STEP 1006 (remove_files) COMPLETE
77852026-03-12T16:17:13.055Z[ recovery-image] Mar 12 16:17:11.918 INFO O| Mar 12 16:17:11.918 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77862026-03-12T16:17:13.062Z[ recovery-image] Mar 12 16:17:11.926 INFO O| Mar 12 16:17:11.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
77872026-03-12T16:17:13.065Z[ recovery-image] Mar 12 16:17:11.926 INFO O| Mar 12 16:17:11.926 INFO STEP 1007 (remove_files) COMPLETE
77882026-03-12T16:17:13.065Z[ recovery-image] Mar 12 16:17:11.926 INFO O| Mar 12 16:17:11.926 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77892026-03-12T16:17:13.070Z[ recovery-image] Mar 12 16:17:11.933 INFO O| Mar 12 16:17:11.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
77902026-03-12T16:17:13.070Z[ recovery-image] Mar 12 16:17:11.933 INFO O| Mar 12 16:17:11.933 INFO STEP 1008 (remove_files) COMPLETE
77912026-03-12T16:17:13.074Z[ recovery-image] Mar 12 16:17:11.933 INFO O| Mar 12 16:17:11.933 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77922026-03-12T16:17:13.079Z[ recovery-image] Mar 12 16:17:11.942 INFO O| Mar 12 16:17:11.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat"
77932026-03-12T16:17:13.083Z[ recovery-image] Mar 12 16:17:11.942 INFO O| Mar 12 16:17:11.942 INFO STEP 1009 (remove_files) COMPLETE
77942026-03-12T16:17:13.083Z[ recovery-image] Mar 12 16:17:11.942 INFO O| Mar 12 16:17:11.942 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77952026-03-12T16:17:13.086Z[ recovery-image] Mar 12 16:17:11.948 INFO O| Mar 12 16:17:11.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
77962026-03-12T16:17:13.086Z[ recovery-image] Mar 12 16:17:11.948 INFO O| Mar 12 16:17:11.948 INFO STEP 1010 (remove_files) COMPLETE
77972026-03-12T16:17:13.087Z[ recovery-image] Mar 12 16:17:11.948 INFO O| Mar 12 16:17:11.948 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77982026-03-12T16:17:13.095Z[ recovery-image] Mar 12 16:17:11.958 INFO O| Mar 12 16:17:11.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
77992026-03-12T16:17:13.095Z[ recovery-image] Mar 12 16:17:11.958 INFO O| Mar 12 16:17:11.958 INFO STEP 1011 (remove_files) COMPLETE
78002026-03-12T16:17:13.098Z[ recovery-image] Mar 12 16:17:11.958 INFO O| Mar 12 16:17:11.958 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78012026-03-12T16:17:13.104Z[ recovery-image] Mar 12 16:17:11.967 INFO O| Mar 12 16:17:11.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
78022026-03-12T16:17:13.104Z[ recovery-image] Mar 12 16:17:11.967 INFO O| Mar 12 16:17:11.967 INFO STEP 1012 (remove_files) COMPLETE
78032026-03-12T16:17:13.165Z[ recovery-image] Mar 12 16:17:11.967 INFO O| Mar 12 16:17:11.967 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78042026-03-12T16:17:13.165Z[ recovery-image] Mar 12 16:17:11.975 INFO O| Mar 12 16:17:11.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
78052026-03-12T16:17:13.165Z[ recovery-image] Mar 12 16:17:11.975 INFO O| Mar 12 16:17:11.975 INFO STEP 1013 (remove_files) COMPLETE
78062026-03-12T16:17:13.165Z[ recovery-image] Mar 12 16:17:11.975 INFO O| Mar 12 16:17:11.975 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78072026-03-12T16:17:13.165Z[ recovery-image] Mar 12 16:17:11.981 INFO O| Mar 12 16:17:11.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
78082026-03-12T16:17:13.165Z[ recovery-image] Mar 12 16:17:11.981 INFO O| Mar 12 16:17:11.981 INFO STEP 1014 (remove_files) COMPLETE
78092026-03-12T16:17:13.166Z[ recovery-image] Mar 12 16:17:11.981 INFO O| Mar 12 16:17:11.981 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78102026-03-12T16:17:13.166Z[ recovery-image] Mar 12 16:17:11.990 INFO O| Mar 12 16:17:11.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
78112026-03-12T16:17:13.166Z[ recovery-image] Mar 12 16:17:11.990 INFO O| Mar 12 16:17:11.990 INFO STEP 1015 (remove_files) COMPLETE
78122026-03-12T16:17:13.166Z[ recovery-image] Mar 12 16:17:11.990 INFO O| Mar 12 16:17:11.990 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78132026-03-12T16:17:13.166Z[ recovery-image] Mar 12 16:17:11.999 INFO O| Mar 12 16:17:11.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
78142026-03-12T16:17:13.166Z[ recovery-image] Mar 12 16:17:12.000 INFO O| Mar 12 16:17:12.000 INFO STEP 1016 (remove_files) COMPLETE
78152026-03-12T16:17:13.166Z[ recovery-image] Mar 12 16:17:12.000 INFO O| Mar 12 16:17:12.000 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78162026-03-12T16:17:13.166Z[ recovery-image] Mar 12 16:17:12.010 INFO O| Mar 12 16:17:12.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
78172026-03-12T16:17:13.166Z[ recovery-image] Mar 12 16:17:12.011 INFO O| Mar 12 16:17:12.010 INFO STEP 1017 (remove_files) COMPLETE
78182026-03-12T16:17:13.166Z[ recovery-image] Mar 12 16:17:12.011 INFO O| Mar 12 16:17:12.010 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78192026-03-12T16:17:13.167Z[ recovery-image] Mar 12 16:17:12.021 INFO O| Mar 12 16:17:12.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
78202026-03-12T16:17:13.167Z[ recovery-image] Mar 12 16:17:12.021 INFO O| Mar 12 16:17:12.021 INFO STEP 1018 (remove_files) COMPLETE
78212026-03-12T16:17:13.167Z[ recovery-image] Mar 12 16:17:12.021 INFO O| Mar 12 16:17:12.021 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78222026-03-12T16:17:13.172Z[ recovery-image] Mar 12 16:17:12.031 INFO O| Mar 12 16:17:12.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
78232026-03-12T16:17:13.172Z[ recovery-image] Mar 12 16:17:12.032 INFO O| Mar 12 16:17:12.032 INFO STEP 1019 (remove_files) COMPLETE
78242026-03-12T16:17:13.172Z[ recovery-image] Mar 12 16:17:12.032 INFO O| Mar 12 16:17:12.032 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78252026-03-12T16:17:13.176Z[ recovery-image] Mar 12 16:17:12.039 INFO O| Mar 12 16:17:12.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
78262026-03-12T16:17:13.176Z[ recovery-image] Mar 12 16:17:12.039 INFO O| Mar 12 16:17:12.039 INFO STEP 1020 (remove_files) COMPLETE
78272026-03-12T16:17:13.178Z[ recovery-image] Mar 12 16:17:12.039 INFO O| Mar 12 16:17:12.039 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78282026-03-12T16:17:13.182Z[ recovery-image] Mar 12 16:17:12.046 INFO O| Mar 12 16:17:12.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
78292026-03-12T16:17:13.183Z[ recovery-image] Mar 12 16:17:12.046 INFO O| Mar 12 16:17:12.046 INFO STEP 1021 (remove_files) COMPLETE
78302026-03-12T16:17:13.185Z[ recovery-image] Mar 12 16:17:12.046 INFO O| Mar 12 16:17:12.046 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78312026-03-12T16:17:13.189Z[ recovery-image] Mar 12 16:17:12.053 INFO O| Mar 12 16:17:12.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
78322026-03-12T16:17:13.192Z[ recovery-image] Mar 12 16:17:12.053 INFO O| Mar 12 16:17:12.053 INFO STEP 1022 (remove_files) COMPLETE
78332026-03-12T16:17:13.192Z[ recovery-image] Mar 12 16:17:12.053 INFO O| Mar 12 16:17:12.053 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78342026-03-12T16:17:13.196Z[ recovery-image] Mar 12 16:17:12.059 INFO O| Mar 12 16:17:12.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
78352026-03-12T16:17:13.196Z[ recovery-image] Mar 12 16:17:12.059 INFO O| Mar 12 16:17:12.059 INFO STEP 1023 (remove_files) COMPLETE
78362026-03-12T16:17:13.201Z[ recovery-image] Mar 12 16:17:12.059 INFO O| Mar 12 16:17:12.059 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78372026-03-12T16:17:13.207Z[ recovery-image] Mar 12 16:17:12.070 INFO O| Mar 12 16:17:12.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
78382026-03-12T16:17:13.210Z[ recovery-image] Mar 12 16:17:12.070 INFO O| Mar 12 16:17:12.070 INFO STEP 1024 (remove_files) COMPLETE
78392026-03-12T16:17:13.210Z[ recovery-image] Mar 12 16:17:12.070 INFO O| Mar 12 16:17:12.070 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78402026-03-12T16:17:13.215Z[ recovery-image] Mar 12 16:17:12.078 INFO O| Mar 12 16:17:12.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
78412026-03-12T16:17:13.218Z[ recovery-image] Mar 12 16:17:12.078 INFO O| Mar 12 16:17:12.078 INFO STEP 1025 (remove_files) COMPLETE
78422026-03-12T16:17:13.218Z[ recovery-image] Mar 12 16:17:12.078 INFO O| Mar 12 16:17:12.078 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78432026-03-12T16:17:13.224Z[ recovery-image] Mar 12 16:17:12.088 INFO O| Mar 12 16:17:12.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
78442026-03-12T16:17:13.228Z[ recovery-image] Mar 12 16:17:12.088 INFO O| Mar 12 16:17:12.088 INFO STEP 1026 (remove_files) COMPLETE
78452026-03-12T16:17:13.228Z[ recovery-image] Mar 12 16:17:12.088 INFO O| Mar 12 16:17:12.088 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78462026-03-12T16:17:13.233Z[ recovery-image] Mar 12 16:17:12.096 INFO O| Mar 12 16:17:12.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
78472026-03-12T16:17:13.233Z[ recovery-image] Mar 12 16:17:12.096 INFO O| Mar 12 16:17:12.096 INFO STEP 1027 (remove_files) COMPLETE
78482026-03-12T16:17:13.236Z[ recovery-image] Mar 12 16:17:12.096 INFO O| Mar 12 16:17:12.096 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78492026-03-12T16:17:13.240Z[ recovery-image] Mar 12 16:17:12.104 INFO O| Mar 12 16:17:12.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
78502026-03-12T16:17:13.244Z[ recovery-image] Mar 12 16:17:12.104 INFO O| Mar 12 16:17:12.104 INFO STEP 1028 (remove_files) COMPLETE
78512026-03-12T16:17:13.244Z[ recovery-image] Mar 12 16:17:12.104 INFO O| Mar 12 16:17:12.104 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78522026-03-12T16:17:13.248Z[ recovery-image] Mar 12 16:17:12.111 INFO O| Mar 12 16:17:12.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
78532026-03-12T16:17:13.248Z[ recovery-image] Mar 12 16:17:12.111 INFO O| Mar 12 16:17:12.111 INFO STEP 1029 (remove_files) COMPLETE
78542026-03-12T16:17:13.248Z[ recovery-image] Mar 12 16:17:12.111 INFO O| Mar 12 16:17:12.111 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78552026-03-12T16:17:13.257Z[ recovery-image] Mar 12 16:17:12.121 INFO O| Mar 12 16:17:12.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
78562026-03-12T16:17:13.261Z[ recovery-image] Mar 12 16:17:12.121 INFO O| Mar 12 16:17:12.121 INFO STEP 1030 (remove_files) COMPLETE
78572026-03-12T16:17:13.261Z[ recovery-image] Mar 12 16:17:12.121 INFO O| Mar 12 16:17:12.121 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78582026-03-12T16:17:13.264Z[ recovery-image] Mar 12 16:17:12.127 INFO O| Mar 12 16:17:12.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
78592026-03-12T16:17:13.267Z[ recovery-image] Mar 12 16:17:12.128 INFO O| Mar 12 16:17:12.127 INFO STEP 1031 (remove_files) COMPLETE
78602026-03-12T16:17:13.267Z[ recovery-image] Mar 12 16:17:12.128 INFO O| Mar 12 16:17:12.127 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78612026-03-12T16:17:13.270Z[ recovery-image] Mar 12 16:17:12.134 INFO O| Mar 12 16:17:12.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
78622026-03-12T16:17:13.273Z[ recovery-image] Mar 12 16:17:12.134 INFO O| Mar 12 16:17:12.134 INFO STEP 1032 (remove_files) COMPLETE
78632026-03-12T16:17:13.274Z[ recovery-image] Mar 12 16:17:12.134 INFO O| Mar 12 16:17:12.134 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78642026-03-12T16:17:13.277Z[ recovery-image] Mar 12 16:17:12.141 INFO O| Mar 12 16:17:12.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
78652026-03-12T16:17:13.277Z[ recovery-image] Mar 12 16:17:12.141 INFO O| Mar 12 16:17:12.141 INFO STEP 1033 (remove_files) COMPLETE
78662026-03-12T16:17:13.277Z[ recovery-image] Mar 12 16:17:12.141 INFO O| Mar 12 16:17:12.141 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78672026-03-12T16:17:13.284Z[ recovery-image] Mar 12 16:17:12.147 INFO O| Mar 12 16:17:12.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
78682026-03-12T16:17:13.284Z[ recovery-image] Mar 12 16:17:12.147 INFO O| Mar 12 16:17:12.147 INFO STEP 1034 (remove_files) COMPLETE
78692026-03-12T16:17:13.287Z[ recovery-image] Mar 12 16:17:12.147 INFO O| Mar 12 16:17:12.147 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78702026-03-12T16:17:13.293Z[ recovery-image] Mar 12 16:17:12.157 INFO O| Mar 12 16:17:12.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
78712026-03-12T16:17:13.293Z[ recovery-image] Mar 12 16:17:12.157 INFO O| Mar 12 16:17:12.157 INFO STEP 1035 (remove_files) COMPLETE
78722026-03-12T16:17:13.296Z[ recovery-image] Mar 12 16:17:12.157 INFO O| Mar 12 16:17:12.157 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78732026-03-12T16:17:13.303Z[ recovery-image] Mar 12 16:17:12.166 INFO O| Mar 12 16:17:12.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
78742026-03-12T16:17:13.303Z[ recovery-image] Mar 12 16:17:12.166 INFO O| Mar 12 16:17:12.166 INFO STEP 1036 (remove_files) COMPLETE
78752026-03-12T16:17:13.306Z[ recovery-image] Mar 12 16:17:12.166 INFO O| Mar 12 16:17:12.166 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78762026-03-12T16:17:13.312Z[ recovery-image] Mar 12 16:17:12.176 INFO O| Mar 12 16:17:12.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
78772026-03-12T16:17:13.316Z[ recovery-image] Mar 12 16:17:12.176 INFO O| Mar 12 16:17:12.176 INFO STEP 1037 (remove_files) COMPLETE
78782026-03-12T16:17:13.316Z[ recovery-image] Mar 12 16:17:12.176 INFO O| Mar 12 16:17:12.176 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78792026-03-12T16:17:13.320Z[ recovery-image] Mar 12 16:17:12.183 INFO O| Mar 12 16:17:12.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
78802026-03-12T16:17:13.320Z[ recovery-image] Mar 12 16:17:12.183 INFO O| Mar 12 16:17:12.183 INFO STEP 1038 (remove_files) COMPLETE
78812026-03-12T16:17:13.320Z[ recovery-image] Mar 12 16:17:12.183 INFO O| Mar 12 16:17:12.183 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78822026-03-12T16:17:13.326Z[ recovery-image] Mar 12 16:17:12.189 INFO O| Mar 12 16:17:12.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
78832026-03-12T16:17:13.329Z[ recovery-image] Mar 12 16:17:12.189 INFO O| Mar 12 16:17:12.189 INFO STEP 1039 (remove_files) COMPLETE
78842026-03-12T16:17:13.329Z[ recovery-image] Mar 12 16:17:12.189 INFO O| Mar 12 16:17:12.189 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78852026-03-12T16:17:13.333Z[ recovery-image] Mar 12 16:17:12.196 INFO O| Mar 12 16:17:12.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
78862026-03-12T16:17:13.333Z[ recovery-image] Mar 12 16:17:12.196 INFO O| Mar 12 16:17:12.196 INFO STEP 1040 (remove_files) COMPLETE
78872026-03-12T16:17:13.336Z[ recovery-image] Mar 12 16:17:12.196 INFO O| Mar 12 16:17:12.196 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78882026-03-12T16:17:13.339Z[ recovery-image] Mar 12 16:17:12.203 INFO O| Mar 12 16:17:12.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
78892026-03-12T16:17:13.339Z[ recovery-image] Mar 12 16:17:12.203 INFO O| Mar 12 16:17:12.203 INFO STEP 1041 (remove_files) COMPLETE
78902026-03-12T16:17:13.340Z[ recovery-image] Mar 12 16:17:12.203 INFO O| Mar 12 16:17:12.203 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78912026-03-12T16:17:13.346Z[ recovery-image] Mar 12 16:17:12.210 INFO O| Mar 12 16:17:12.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
78922026-03-12T16:17:13.349Z[ recovery-image] Mar 12 16:17:12.210 INFO O| Mar 12 16:17:12.210 INFO STEP 1042 (remove_files) COMPLETE
78932026-03-12T16:17:13.349Z[ recovery-image] Mar 12 16:17:12.210 INFO O| Mar 12 16:17:12.210 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78942026-03-12T16:17:13.356Z[ recovery-image] Mar 12 16:17:12.219 INFO O| Mar 12 16:17:12.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
78952026-03-12T16:17:13.359Z[ recovery-image] Mar 12 16:17:12.219 INFO O| Mar 12 16:17:12.219 INFO STEP 1043 (remove_files) COMPLETE
78962026-03-12T16:17:13.359Z[ recovery-image] Mar 12 16:17:12.219 INFO O| Mar 12 16:17:12.219 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78972026-03-12T16:17:13.363Z[ recovery-image] Mar 12 16:17:12.227 INFO O| Mar 12 16:17:12.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
78982026-03-12T16:17:13.366Z[ recovery-image] Mar 12 16:17:12.227 INFO O| Mar 12 16:17:12.227 INFO STEP 1044 (remove_files) COMPLETE
78992026-03-12T16:17:13.366Z[ recovery-image] Mar 12 16:17:12.227 INFO O| Mar 12 16:17:12.227 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79002026-03-12T16:17:13.370Z[ recovery-image] Mar 12 16:17:12.233 INFO O| Mar 12 16:17:12.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
79012026-03-12T16:17:13.373Z[ recovery-image] Mar 12 16:17:12.233 INFO O| Mar 12 16:17:12.233 INFO STEP 1045 (remove_files) COMPLETE
79022026-03-12T16:17:13.373Z[ recovery-image] Mar 12 16:17:12.233 INFO O| Mar 12 16:17:12.233 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79032026-03-12T16:17:13.379Z[ recovery-image] Mar 12 16:17:12.242 INFO O| Mar 12 16:17:12.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
79042026-03-12T16:17:13.379Z[ recovery-image] Mar 12 16:17:12.242 INFO O| Mar 12 16:17:12.242 INFO STEP 1046 (remove_files) COMPLETE
79052026-03-12T16:17:13.379Z[ recovery-image] Mar 12 16:17:12.242 INFO O| Mar 12 16:17:12.242 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79062026-03-12T16:17:13.386Z[ recovery-image] Mar 12 16:17:12.249 INFO O| Mar 12 16:17:12.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
79072026-03-12T16:17:13.386Z[ recovery-image] Mar 12 16:17:12.249 INFO O| Mar 12 16:17:12.249 INFO STEP 1047 (remove_files) COMPLETE
79082026-03-12T16:17:13.389Z[ recovery-image] Mar 12 16:17:12.249 INFO O| Mar 12 16:17:12.249 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79092026-03-12T16:17:13.395Z[ recovery-image] Mar 12 16:17:12.259 INFO O| Mar 12 16:17:12.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
79102026-03-12T16:17:13.395Z[ recovery-image] Mar 12 16:17:12.259 INFO O| Mar 12 16:17:12.259 INFO STEP 1048 (remove_files) COMPLETE
79112026-03-12T16:17:13.399Z[ recovery-image] Mar 12 16:17:12.259 INFO O| Mar 12 16:17:12.259 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79122026-03-12T16:17:13.403Z[ recovery-image] Mar 12 16:17:12.267 INFO O| Mar 12 16:17:12.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
79132026-03-12T16:17:13.403Z[ recovery-image] Mar 12 16:17:12.267 INFO O| Mar 12 16:17:12.267 INFO STEP 1049 (remove_files) COMPLETE
79142026-03-12T16:17:13.406Z[ recovery-image] Mar 12 16:17:12.267 INFO O| Mar 12 16:17:12.267 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79152026-03-12T16:17:13.410Z[ recovery-image] Mar 12 16:17:12.274 INFO O| Mar 12 16:17:12.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
79162026-03-12T16:17:13.414Z[ recovery-image] Mar 12 16:17:12.274 INFO O| Mar 12 16:17:12.274 INFO STEP 1050 (remove_files) COMPLETE
79172026-03-12T16:17:13.414Z[ recovery-image] Mar 12 16:17:12.274 INFO O| Mar 12 16:17:12.274 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79182026-03-12T16:17:13.416Z[ recovery-image] Mar 12 16:17:12.280 INFO O| Mar 12 16:17:12.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
79192026-03-12T16:17:13.419Z[ recovery-image] Mar 12 16:17:12.281 INFO O| Mar 12 16:17:12.281 INFO STEP 1051 (remove_files) COMPLETE
79202026-03-12T16:17:13.420Z[ recovery-image] Mar 12 16:17:12.281 INFO O| Mar 12 16:17:12.281 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79212026-03-12T16:17:13.425Z[ recovery-image] Mar 12 16:17:12.288 INFO O| Mar 12 16:17:12.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
79222026-03-12T16:17:13.428Z[ recovery-image] Mar 12 16:17:12.288 INFO O| Mar 12 16:17:12.288 INFO STEP 1052 (remove_files) COMPLETE
79232026-03-12T16:17:13.428Z[ recovery-image] Mar 12 16:17:12.288 INFO O| Mar 12 16:17:12.288 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79242026-03-12T16:17:13.432Z[ recovery-image] Mar 12 16:17:12.296 INFO O| Mar 12 16:17:12.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
79252026-03-12T16:17:13.435Z[ recovery-image] Mar 12 16:17:12.296 INFO O| Mar 12 16:17:12.296 INFO STEP 1053 (remove_files) COMPLETE
79262026-03-12T16:17:13.435Z[ recovery-image] Mar 12 16:17:12.296 INFO O| Mar 12 16:17:12.296 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79272026-03-12T16:17:13.439Z[ recovery-image] Mar 12 16:17:12.303 INFO O| Mar 12 16:17:12.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
79282026-03-12T16:17:13.453Z[ recovery-image] Mar 12 16:17:12.303 INFO O| Mar 12 16:17:12.303 INFO STEP 1054 (remove_files) COMPLETE
79292026-03-12T16:17:13.453Z[ recovery-image] Mar 12 16:17:12.303 INFO O| Mar 12 16:17:12.303 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79302026-03-12T16:17:13.453Z[ recovery-image] Mar 12 16:17:12.310 INFO O| Mar 12 16:17:12.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
79312026-03-12T16:17:13.453Z[ recovery-image] Mar 12 16:17:12.310 INFO O| Mar 12 16:17:12.310 INFO STEP 1055 (remove_files) COMPLETE
79322026-03-12T16:17:13.453Z[ recovery-image] Mar 12 16:17:12.310 INFO O| Mar 12 16:17:12.310 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79332026-03-12T16:17:13.480Z[ recovery-image] Mar 12 16:17:12.317 INFO O| Mar 12 16:17:12.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
79342026-03-12T16:17:13.480Z[ recovery-image] Mar 12 16:17:12.317 INFO O| Mar 12 16:17:12.317 INFO STEP 1056 (remove_files) COMPLETE
79352026-03-12T16:17:13.480Z[ recovery-image] Mar 12 16:17:12.317 INFO O| Mar 12 16:17:12.317 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79362026-03-12T16:17:13.480Z[ recovery-image] Mar 12 16:17:12.323 INFO O| Mar 12 16:17:12.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
79372026-03-12T16:17:13.480Z[ recovery-image] Mar 12 16:17:12.323 INFO O| Mar 12 16:17:12.323 INFO STEP 1057 (remove_files) COMPLETE
79382026-03-12T16:17:13.480Z[ recovery-image] Mar 12 16:17:12.323 INFO O| Mar 12 16:17:12.323 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79392026-03-12T16:17:13.483Z[ recovery-image] Mar 12 16:17:12.332 INFO O| Mar 12 16:17:12.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
79402026-03-12T16:17:13.483Z[ recovery-image] Mar 12 16:17:12.332 INFO O| Mar 12 16:17:12.332 INFO STEP 1058 (remove_files) COMPLETE
79412026-03-12T16:17:13.483Z[ recovery-image] Mar 12 16:17:12.332 INFO O| Mar 12 16:17:12.332 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79422026-03-12T16:17:13.486Z[ recovery-image] Mar 12 16:17:12.341 INFO O| Mar 12 16:17:12.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
79432026-03-12T16:17:13.486Z[ recovery-image] Mar 12 16:17:12.341 INFO O| Mar 12 16:17:12.341 INFO STEP 1059 (remove_files) COMPLETE
79442026-03-12T16:17:13.486Z[ recovery-image] Mar 12 16:17:12.341 INFO O| Mar 12 16:17:12.341 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79452026-03-12T16:17:13.486Z[ recovery-image] Mar 12 16:17:12.348 INFO O| Mar 12 16:17:12.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
79462026-03-12T16:17:13.487Z[ recovery-image] Mar 12 16:17:12.348 INFO O| Mar 12 16:17:12.348 INFO STEP 1060 (remove_files) COMPLETE
79472026-03-12T16:17:13.487Z[ recovery-image] Mar 12 16:17:12.348 INFO O| Mar 12 16:17:12.348 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79482026-03-12T16:17:13.494Z[ recovery-image] Mar 12 16:17:12.358 INFO O| Mar 12 16:17:12.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
79492026-03-12T16:17:13.497Z[ recovery-image] Mar 12 16:17:12.358 INFO O| Mar 12 16:17:12.358 INFO STEP 1061 (remove_files) COMPLETE
79502026-03-12T16:17:13.497Z[ recovery-image] Mar 12 16:17:12.358 INFO O| Mar 12 16:17:12.358 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79512026-03-12T16:17:13.501Z[ recovery-image] Mar 12 16:17:12.365 INFO O| Mar 12 16:17:12.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
79522026-03-12T16:17:13.505Z[ recovery-image] Mar 12 16:17:12.365 INFO O| Mar 12 16:17:12.365 INFO STEP 1062 (remove_files) COMPLETE
79532026-03-12T16:17:13.505Z[ recovery-image] Mar 12 16:17:12.365 INFO O| Mar 12 16:17:12.365 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79542026-03-12T16:17:13.509Z[ recovery-image] Mar 12 16:17:12.372 INFO O| Mar 12 16:17:12.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
79552026-03-12T16:17:13.509Z[ recovery-image] Mar 12 16:17:12.372 INFO O| Mar 12 16:17:12.372 INFO STEP 1063 (remove_files) COMPLETE
79562026-03-12T16:17:13.509Z[ recovery-image] Mar 12 16:17:12.372 INFO O| Mar 12 16:17:12.372 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79572026-03-12T16:17:13.518Z[ recovery-image] Mar 12 16:17:12.382 INFO O| Mar 12 16:17:12.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
79582026-03-12T16:17:13.521Z[ recovery-image] Mar 12 16:17:12.382 INFO O| Mar 12 16:17:12.382 INFO STEP 1064 (remove_files) COMPLETE
79592026-03-12T16:17:13.521Z[ recovery-image] Mar 12 16:17:12.382 INFO O| Mar 12 16:17:12.382 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79602026-03-12T16:17:13.689Z[ recovery-image] Mar 12 16:17:12.391 INFO O| Mar 12 16:17:12.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
79612026-03-12T16:17:13.689Z[ recovery-image] Mar 12 16:17:12.391 INFO O| Mar 12 16:17:12.391 INFO STEP 1065 (remove_files) COMPLETE
79622026-03-12T16:17:13.689Z[ recovery-image] Mar 12 16:17:12.391 INFO O| Mar 12 16:17:12.391 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79632026-03-12T16:17:13.689Z[ recovery-image] Mar 12 16:17:12.399 INFO O| Mar 12 16:17:12.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
79642026-03-12T16:17:13.689Z[ recovery-image] Mar 12 16:17:12.399 INFO O| Mar 12 16:17:12.399 INFO STEP 1066 (remove_files) COMPLETE
79652026-03-12T16:17:13.689Z[ recovery-image] Mar 12 16:17:12.399 INFO O| Mar 12 16:17:12.399 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79662026-03-12T16:17:13.689Z[ recovery-image] Mar 12 16:17:12.406 INFO O| Mar 12 16:17:12.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
79672026-03-12T16:17:13.689Z[ recovery-image] Mar 12 16:17:12.406 INFO O| Mar 12 16:17:12.406 INFO STEP 1067 (remove_files) COMPLETE
79682026-03-12T16:17:13.690Z[ recovery-image] Mar 12 16:17:12.406 INFO O| Mar 12 16:17:12.406 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79692026-03-12T16:17:13.690Z[ recovery-image] Mar 12 16:17:12.415 INFO O| Mar 12 16:17:12.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
79702026-03-12T16:17:13.690Z[ recovery-image] Mar 12 16:17:12.415 INFO O| Mar 12 16:17:12.415 INFO STEP 1068 (remove_files) COMPLETE
79712026-03-12T16:17:13.690Z[ recovery-image] Mar 12 16:17:12.415 INFO O| Mar 12 16:17:12.415 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79722026-03-12T16:17:13.690Z[ recovery-image] Mar 12 16:17:12.422 INFO O| Mar 12 16:17:12.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
79732026-03-12T16:17:13.690Z[ recovery-image] Mar 12 16:17:12.422 INFO O| Mar 12 16:17:12.422 INFO STEP 1069 (remove_files) COMPLETE
79742026-03-12T16:17:13.690Z[ recovery-image] Mar 12 16:17:12.422 INFO O| Mar 12 16:17:12.422 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79752026-03-12T16:17:13.690Z[ recovery-image] Mar 12 16:17:12.429 INFO O| Mar 12 16:17:12.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
79762026-03-12T16:17:13.690Z[ recovery-image] Mar 12 16:17:12.429 INFO O| Mar 12 16:17:12.429 INFO STEP 1070 (remove_files) COMPLETE
79772026-03-12T16:17:13.690Z[ recovery-image] Mar 12 16:17:12.429 INFO O| Mar 12 16:17:12.429 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79782026-03-12T16:17:13.690Z[ recovery-image] Mar 12 16:17:12.435 INFO O| Mar 12 16:17:12.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
79792026-03-12T16:17:13.690Z[ recovery-image] Mar 12 16:17:12.435 INFO O| Mar 12 16:17:12.435 INFO STEP 1071 (remove_files) COMPLETE
79802026-03-12T16:17:13.690Z[ recovery-image] Mar 12 16:17:12.435 INFO O| Mar 12 16:17:12.435 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79812026-03-12T16:17:13.690Z[ recovery-image] Mar 12 16:17:12.442 INFO O| Mar 12 16:17:12.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
79822026-03-12T16:17:13.690Z[ recovery-image] Mar 12 16:17:12.442 INFO O| Mar 12 16:17:12.442 INFO STEP 1072 (remove_files) COMPLETE
79832026-03-12T16:17:13.690Z[ recovery-image] Mar 12 16:17:12.442 INFO O| Mar 12 16:17:12.442 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79842026-03-12T16:17:13.690Z[ recovery-image] Mar 12 16:17:12.452 INFO O| Mar 12 16:17:12.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
79852026-03-12T16:17:13.691Z[ recovery-image] Mar 12 16:17:12.452 INFO O| Mar 12 16:17:12.452 INFO STEP 1073 (remove_files) COMPLETE
79862026-03-12T16:17:13.691Z[ recovery-image] Mar 12 16:17:12.452 INFO O| Mar 12 16:17:12.452 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79872026-03-12T16:17:13.691Z[ recovery-image] Mar 12 16:17:12.459 INFO O| Mar 12 16:17:12.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
79882026-03-12T16:17:13.691Z[ recovery-image] Mar 12 16:17:12.459 INFO O| Mar 12 16:17:12.459 INFO STEP 1074 (remove_files) COMPLETE
79892026-03-12T16:17:13.691Z[ recovery-image] Mar 12 16:17:12.459 INFO O| Mar 12 16:17:12.459 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79902026-03-12T16:17:13.691Z[ recovery-image] Mar 12 16:17:12.466 INFO O| Mar 12 16:17:12.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
79912026-03-12T16:17:13.691Z[ recovery-image] Mar 12 16:17:12.466 INFO O| Mar 12 16:17:12.466 INFO STEP 1075 (remove_files) COMPLETE
79922026-03-12T16:17:13.691Z[ recovery-image] Mar 12 16:17:12.466 INFO O| Mar 12 16:17:12.466 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79932026-03-12T16:17:13.691Z[ recovery-image] Mar 12 16:17:12.475 INFO O| Mar 12 16:17:12.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
79942026-03-12T16:17:13.691Z[ recovery-image] Mar 12 16:17:12.475 INFO O| Mar 12 16:17:12.475 INFO STEP 1076 (remove_files) COMPLETE
79952026-03-12T16:17:13.691Z[ recovery-image] Mar 12 16:17:12.475 INFO O| Mar 12 16:17:12.475 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79962026-03-12T16:17:13.691Z[ recovery-image] Mar 12 16:17:12.482 INFO O| Mar 12 16:17:12.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
79972026-03-12T16:17:13.691Z[ recovery-image] Mar 12 16:17:12.482 INFO O| Mar 12 16:17:12.482 INFO STEP 1077 (remove_files) COMPLETE
79982026-03-12T16:17:13.691Z[ recovery-image] Mar 12 16:17:12.482 INFO O| Mar 12 16:17:12.482 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79992026-03-12T16:17:13.691Z[ recovery-image] Mar 12 16:17:12.488 INFO O| Mar 12 16:17:12.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
80002026-03-12T16:17:13.691Z[ recovery-image] Mar 12 16:17:12.488 INFO O| Mar 12 16:17:12.488 INFO STEP 1078 (remove_files) COMPLETE
80012026-03-12T16:17:13.691Z[ recovery-image] Mar 12 16:17:12.488 INFO O| Mar 12 16:17:12.488 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80022026-03-12T16:17:13.691Z[ recovery-image] Mar 12 16:17:12.495 INFO O| Mar 12 16:17:12.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
80032026-03-12T16:17:13.691Z[ recovery-image] Mar 12 16:17:12.495 INFO O| Mar 12 16:17:12.495 INFO STEP 1079 (remove_files) COMPLETE
80042026-03-12T16:17:13.691Z[ recovery-image] Mar 12 16:17:12.495 INFO O| Mar 12 16:17:12.495 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80052026-03-12T16:17:13.691Z[ recovery-image] Mar 12 16:17:12.501 INFO O| Mar 12 16:17:12.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
80062026-03-12T16:17:13.691Z[ recovery-image] Mar 12 16:17:12.501 INFO O| Mar 12 16:17:12.501 INFO STEP 1080 (remove_files) COMPLETE
80072026-03-12T16:17:13.692Z[ recovery-image] Mar 12 16:17:12.501 INFO O| Mar 12 16:17:12.501 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80082026-03-12T16:17:13.692Z[ recovery-image] Mar 12 16:17:12.511 INFO O| Mar 12 16:17:12.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
80092026-03-12T16:17:13.692Z[ recovery-image] Mar 12 16:17:12.511 INFO O| Mar 12 16:17:12.511 INFO STEP 1081 (remove_files) COMPLETE
80102026-03-12T16:17:13.692Z[ recovery-image] Mar 12 16:17:12.511 INFO O| Mar 12 16:17:12.511 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80112026-03-12T16:17:13.692Z[ recovery-image] Mar 12 16:17:12.517 INFO O| Mar 12 16:17:12.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
80122026-03-12T16:17:13.692Z[ recovery-image] Mar 12 16:17:12.517 INFO O| Mar 12 16:17:12.517 INFO STEP 1082 (remove_files) COMPLETE
80132026-03-12T16:17:13.692Z[ recovery-image] Mar 12 16:17:12.517 INFO O| Mar 12 16:17:12.517 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80142026-03-12T16:17:13.692Z[ recovery-image] Mar 12 16:17:12.524 INFO O| Mar 12 16:17:12.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
80152026-03-12T16:17:13.692Z[ recovery-image] Mar 12 16:17:12.524 INFO O| Mar 12 16:17:12.524 INFO STEP 1083 (remove_files) COMPLETE
80162026-03-12T16:17:13.692Z[ recovery-image] Mar 12 16:17:12.524 INFO O| Mar 12 16:17:12.524 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80172026-03-12T16:17:13.692Z[ recovery-image] Mar 12 16:17:12.530 INFO O| Mar 12 16:17:12.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
80182026-03-12T16:17:13.692Z[ recovery-image] Mar 12 16:17:12.530 INFO O| Mar 12 16:17:12.530 INFO STEP 1084 (remove_files) COMPLETE
80192026-03-12T16:17:13.692Z[ recovery-image] Mar 12 16:17:12.530 INFO O| Mar 12 16:17:12.530 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80202026-03-12T16:17:13.692Z[ recovery-image] Mar 12 16:17:12.537 INFO O| Mar 12 16:17:12.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
80212026-03-12T16:17:13.692Z[ recovery-image] Mar 12 16:17:12.537 INFO O| Mar 12 16:17:12.537 INFO STEP 1085 (remove_files) COMPLETE
80222026-03-12T16:17:13.692Z[ recovery-image] Mar 12 16:17:12.537 INFO O| Mar 12 16:17:12.537 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80232026-03-12T16:17:13.692Z[ recovery-image] Mar 12 16:17:12.543 INFO O| Mar 12 16:17:12.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
80242026-03-12T16:17:13.692Z[ recovery-image] Mar 12 16:17:12.543 INFO O| Mar 12 16:17:12.543 INFO STEP 1086 (remove_files) COMPLETE
80252026-03-12T16:17:13.693Z[ recovery-image] Mar 12 16:17:12.543 INFO O| Mar 12 16:17:12.543 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80262026-03-12T16:17:13.693Z[ recovery-image] Mar 12 16:17:12.550 INFO O| Mar 12 16:17:12.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
80272026-03-12T16:17:13.693Z[ recovery-image] Mar 12 16:17:12.550 INFO O| Mar 12 16:17:12.550 INFO STEP 1087 (remove_files) COMPLETE
80282026-03-12T16:17:13.693Z[ recovery-image] Mar 12 16:17:12.550 INFO O| Mar 12 16:17:12.550 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80292026-03-12T16:17:13.698Z[ recovery-image] Mar 12 16:17:12.560 INFO O| Mar 12 16:17:12.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
80302026-03-12T16:17:13.698Z[ recovery-image] Mar 12 16:17:12.560 INFO O| Mar 12 16:17:12.560 INFO STEP 1088 (remove_files) COMPLETE
80312026-03-12T16:17:13.701Z[ recovery-image] Mar 12 16:17:12.560 INFO O| Mar 12 16:17:12.560 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80322026-03-12T16:17:13.705Z[ recovery-image] Mar 12 16:17:12.567 INFO O| Mar 12 16:17:12.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
80332026-03-12T16:17:13.705Z[ recovery-image] Mar 12 16:17:12.567 INFO O| Mar 12 16:17:12.567 INFO STEP 1089 (remove_files) COMPLETE
80342026-03-12T16:17:13.705Z[ recovery-image] Mar 12 16:17:12.567 INFO O| Mar 12 16:17:12.567 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80352026-03-12T16:17:13.713Z[ recovery-image] Mar 12 16:17:12.576 INFO O| Mar 12 16:17:12.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
80362026-03-12T16:17:13.713Z[ recovery-image] Mar 12 16:17:12.576 INFO O| Mar 12 16:17:12.576 INFO STEP 1090 (remove_files) COMPLETE
80372026-03-12T16:17:13.717Z[ recovery-image] Mar 12 16:17:12.576 INFO O| Mar 12 16:17:12.576 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80382026-03-12T16:17:13.720Z[ recovery-image] Mar 12 16:17:12.583 INFO O| Mar 12 16:17:12.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
80392026-03-12T16:17:13.720Z[ recovery-image] Mar 12 16:17:12.583 INFO O| Mar 12 16:17:12.583 INFO STEP 1091 (remove_files) COMPLETE
80402026-03-12T16:17:13.720Z[ recovery-image] Mar 12 16:17:12.583 INFO O| Mar 12 16:17:12.583 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80412026-03-12T16:17:13.728Z[ recovery-image] Mar 12 16:17:12.592 INFO O| Mar 12 16:17:12.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
80422026-03-12T16:17:13.728Z[ recovery-image] Mar 12 16:17:12.592 INFO O| Mar 12 16:17:12.592 INFO STEP 1092 (remove_files) COMPLETE
80432026-03-12T16:17:13.732Z[ recovery-image] Mar 12 16:17:12.592 INFO O| Mar 12 16:17:12.592 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80442026-03-12T16:17:13.736Z[ recovery-image] Mar 12 16:17:12.598 INFO O| Mar 12 16:17:12.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
80452026-03-12T16:17:13.736Z[ recovery-image] Mar 12 16:17:12.598 INFO O| Mar 12 16:17:12.598 INFO STEP 1093 (remove_files) COMPLETE
80462026-03-12T16:17:13.736Z[ recovery-image] Mar 12 16:17:12.598 INFO O| Mar 12 16:17:12.598 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80472026-03-12T16:17:13.741Z[ recovery-image] Mar 12 16:17:12.605 INFO O| Mar 12 16:17:12.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
80482026-03-12T16:17:13.745Z[ recovery-image] Mar 12 16:17:12.605 INFO O| Mar 12 16:17:12.605 INFO STEP 1094 (remove_files) COMPLETE
80492026-03-12T16:17:13.745Z[ recovery-image] Mar 12 16:17:12.605 INFO O| Mar 12 16:17:12.605 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80502026-03-12T16:17:13.751Z[ recovery-image] Mar 12 16:17:12.615 INFO O| Mar 12 16:17:12.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
80512026-03-12T16:17:13.751Z[ recovery-image] Mar 12 16:17:12.615 INFO O| Mar 12 16:17:12.615 INFO STEP 1095 (remove_files) COMPLETE
80522026-03-12T16:17:13.751Z[ recovery-image] Mar 12 16:17:12.615 INFO O| Mar 12 16:17:12.615 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80532026-03-12T16:17:13.760Z[ recovery-image] Mar 12 16:17:12.623 INFO O| Mar 12 16:17:12.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
80542026-03-12T16:17:13.763Z[ recovery-image] Mar 12 16:17:12.623 INFO O| Mar 12 16:17:12.623 INFO STEP 1096 (remove_files) COMPLETE
80552026-03-12T16:17:13.763Z[ recovery-image] Mar 12 16:17:12.623 INFO O| Mar 12 16:17:12.623 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80562026-03-12T16:17:13.769Z[ recovery-image] Mar 12 16:17:12.632 INFO O| Mar 12 16:17:12.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
80572026-03-12T16:17:13.772Z[ recovery-image] Mar 12 16:17:12.632 INFO O| Mar 12 16:17:12.632 INFO STEP 1097 (remove_files) COMPLETE
80582026-03-12T16:17:13.772Z[ recovery-image] Mar 12 16:17:12.632 INFO O| Mar 12 16:17:12.632 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80592026-03-12T16:17:13.776Z[ recovery-image] Mar 12 16:17:12.639 INFO O| Mar 12 16:17:12.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
80602026-03-12T16:17:13.776Z[ recovery-image] Mar 12 16:17:12.639 INFO O| Mar 12 16:17:12.639 INFO STEP 1098 (remove_files) COMPLETE
80612026-03-12T16:17:13.776Z[ recovery-image] Mar 12 16:17:12.639 INFO O| Mar 12 16:17:12.639 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80622026-03-12T16:17:13.784Z[ recovery-image] Mar 12 16:17:12.648 INFO O| Mar 12 16:17:12.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
80632026-03-12T16:17:13.784Z[ recovery-image] Mar 12 16:17:12.648 INFO O| Mar 12 16:17:12.648 INFO STEP 1099 (remove_files) COMPLETE
80642026-03-12T16:17:13.788Z[ recovery-image] Mar 12 16:17:12.648 INFO O| Mar 12 16:17:12.648 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80652026-03-12T16:17:13.793Z[ recovery-image] Mar 12 16:17:12.656 INFO O| Mar 12 16:17:12.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
80662026-03-12T16:17:13.795Z[ recovery-image] Mar 12 16:17:12.656 INFO O| Mar 12 16:17:12.656 INFO STEP 1100 (remove_files) COMPLETE
80672026-03-12T16:17:13.795Z[ recovery-image] Mar 12 16:17:12.656 INFO O| Mar 12 16:17:12.656 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80682026-03-12T16:17:13.800Z[ recovery-image] Mar 12 16:17:12.663 INFO O| Mar 12 16:17:12.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
80692026-03-12T16:17:13.800Z[ recovery-image] Mar 12 16:17:12.663 INFO O| Mar 12 16:17:12.663 INFO STEP 1101 (remove_files) COMPLETE
80702026-03-12T16:17:13.802Z[ recovery-image] Mar 12 16:17:12.663 INFO O| Mar 12 16:17:12.663 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80712026-03-12T16:17:13.809Z[ recovery-image] Mar 12 16:17:12.672 INFO O| Mar 12 16:17:12.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
80722026-03-12T16:17:13.809Z[ recovery-image] Mar 12 16:17:12.672 INFO O| Mar 12 16:17:12.672 INFO STEP 1102 (remove_files) COMPLETE
80732026-03-12T16:17:13.809Z[ recovery-image] Mar 12 16:17:12.672 INFO O| Mar 12 16:17:12.672 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80742026-03-12T16:17:13.818Z[ recovery-image] Mar 12 16:17:12.680 INFO O| Mar 12 16:17:12.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
80752026-03-12T16:17:13.819Z[ recovery-image] Mar 12 16:17:12.681 INFO O| Mar 12 16:17:12.681 INFO STEP 1103 (remove_files) COMPLETE
80762026-03-12T16:17:13.822Z[ recovery-image] Mar 12 16:17:12.681 INFO O| Mar 12 16:17:12.681 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80772026-03-12T16:17:13.826Z[ recovery-image] Mar 12 16:17:12.688 INFO O| Mar 12 16:17:12.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
80782026-03-12T16:17:13.826Z[ recovery-image] Mar 12 16:17:12.688 INFO O| Mar 12 16:17:12.688 INFO STEP 1104 (remove_files) COMPLETE
80792026-03-12T16:17:13.826Z[ recovery-image] Mar 12 16:17:12.688 INFO O| Mar 12 16:17:12.688 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80802026-03-12T16:17:13.833Z[ recovery-image] Mar 12 16:17:12.696 INFO O| Mar 12 16:17:12.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
80812026-03-12T16:17:13.837Z[ recovery-image] Mar 12 16:17:12.696 INFO O| Mar 12 16:17:12.696 INFO STEP 1105 (remove_files) COMPLETE
80822026-03-12T16:17:13.837Z[ recovery-image] Mar 12 16:17:12.696 INFO O| Mar 12 16:17:12.696 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80832026-03-12T16:17:13.840Z[ recovery-image] Mar 12 16:17:12.703 INFO O| Mar 12 16:17:12.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
80842026-03-12T16:17:13.840Z[ recovery-image] Mar 12 16:17:12.703 INFO O| Mar 12 16:17:12.703 INFO STEP 1106 (remove_files) COMPLETE
80852026-03-12T16:17:13.840Z[ recovery-image] Mar 12 16:17:12.703 INFO O| Mar 12 16:17:12.703 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80862026-03-12T16:17:13.848Z[ recovery-image] Mar 12 16:17:12.711 INFO O| Mar 12 16:17:12.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
80872026-03-12T16:17:13.848Z[ recovery-image] Mar 12 16:17:12.711 INFO O| Mar 12 16:17:12.711 INFO STEP 1107 (remove_files) COMPLETE
80882026-03-12T16:17:13.851Z[ recovery-image] Mar 12 16:17:12.711 INFO O| Mar 12 16:17:12.711 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80892026-03-12T16:17:13.856Z[ recovery-image] Mar 12 16:17:12.719 INFO O| Mar 12 16:17:12.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
80902026-03-12T16:17:13.860Z[ recovery-image] Mar 12 16:17:12.719 INFO O| Mar 12 16:17:12.719 INFO STEP 1108 (remove_files) COMPLETE
80912026-03-12T16:17:13.860Z[ recovery-image] Mar 12 16:17:12.719 INFO O| Mar 12 16:17:12.719 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80922026-03-12T16:17:13.896Z[ recovery-image] Mar 12 16:17:12.726 INFO O| Mar 12 16:17:12.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
80932026-03-12T16:17:13.896Z[ recovery-image] Mar 12 16:17:12.726 INFO O| Mar 12 16:17:12.726 INFO STEP 1109 (remove_files) COMPLETE
80942026-03-12T16:17:13.896Z[ recovery-image] Mar 12 16:17:12.726 INFO O| Mar 12 16:17:12.726 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80952026-03-12T16:17:13.896Z[ recovery-image] Mar 12 16:17:12.733 INFO O| Mar 12 16:17:12.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
80962026-03-12T16:17:13.897Z[ recovery-image] Mar 12 16:17:12.733 INFO O| Mar 12 16:17:12.733 INFO STEP 1110 (remove_files) COMPLETE
80972026-03-12T16:17:13.897Z[ recovery-image] Mar 12 16:17:12.733 INFO O| Mar 12 16:17:12.733 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80982026-03-12T16:17:13.897Z[ recovery-image] Mar 12 16:17:12.741 INFO O| Mar 12 16:17:12.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
80992026-03-12T16:17:13.897Z[ recovery-image] Mar 12 16:17:12.741 INFO O| Mar 12 16:17:12.741 INFO STEP 1111 (remove_files) COMPLETE
81002026-03-12T16:17:13.897Z[ recovery-image] Mar 12 16:17:12.741 INFO O| Mar 12 16:17:12.741 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81012026-03-12T16:17:13.913Z[ recovery-image] Mar 12 16:17:12.748 INFO O| Mar 12 16:17:12.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
81022026-03-12T16:17:13.913Z[ recovery-image] Mar 12 16:17:12.748 INFO O| Mar 12 16:17:12.748 INFO STEP 1112 (remove_files) COMPLETE
81032026-03-12T16:17:13.913Z[ recovery-image] Mar 12 16:17:12.748 INFO O| Mar 12 16:17:12.748 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81042026-03-12T16:17:13.913Z[ recovery-image] Mar 12 16:17:12.755 INFO O| Mar 12 16:17:12.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
81052026-03-12T16:17:13.913Z[ recovery-image] Mar 12 16:17:12.755 INFO O| Mar 12 16:17:12.755 INFO STEP 1113 (remove_files) COMPLETE
81062026-03-12T16:17:13.913Z[ recovery-image] Mar 12 16:17:12.755 INFO O| Mar 12 16:17:12.755 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81072026-03-12T16:17:13.913Z[ recovery-image] Mar 12 16:17:12.762 INFO O| Mar 12 16:17:12.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
81082026-03-12T16:17:13.913Z[ recovery-image] Mar 12 16:17:12.762 INFO O| Mar 12 16:17:12.762 INFO STEP 1114 (remove_files) COMPLETE
81092026-03-12T16:17:13.913Z[ recovery-image] Mar 12 16:17:12.762 INFO O| Mar 12 16:17:12.762 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81102026-03-12T16:17:13.914Z[ recovery-image] Mar 12 16:17:12.768 INFO O| Mar 12 16:17:12.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
81112026-03-12T16:17:13.914Z[ recovery-image] Mar 12 16:17:12.768 INFO O| Mar 12 16:17:12.768 INFO STEP 1115 (remove_files) COMPLETE
81122026-03-12T16:17:13.914Z[ recovery-image] Mar 12 16:17:12.768 INFO O| Mar 12 16:17:12.768 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81132026-03-12T16:17:13.914Z[ recovery-image] Mar 12 16:17:12.775 INFO O| Mar 12 16:17:12.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
81142026-03-12T16:17:13.914Z[ recovery-image] Mar 12 16:17:12.775 INFO O| Mar 12 16:17:12.775 INFO STEP 1116 (remove_files) COMPLETE
81152026-03-12T16:17:13.914Z[ recovery-image] Mar 12 16:17:12.775 INFO O| Mar 12 16:17:12.775 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81162026-03-12T16:17:13.932Z[ recovery-image] Mar 12 16:17:12.782 INFO O| Mar 12 16:17:12.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
81172026-03-12T16:17:13.932Z[ recovery-image] Mar 12 16:17:12.782 INFO O| Mar 12 16:17:12.782 INFO STEP 1117 (remove_files) COMPLETE
81182026-03-12T16:17:13.932Z[ recovery-image] Mar 12 16:17:12.782 INFO O| Mar 12 16:17:12.782 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81192026-03-12T16:17:13.932Z[ recovery-image] Mar 12 16:17:12.789 INFO O| Mar 12 16:17:12.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
81202026-03-12T16:17:13.932Z[ recovery-image] Mar 12 16:17:12.789 INFO O| Mar 12 16:17:12.789 INFO STEP 1118 (remove_files) COMPLETE
81212026-03-12T16:17:13.932Z[ recovery-image] Mar 12 16:17:12.789 INFO O| Mar 12 16:17:12.789 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81222026-03-12T16:17:13.943Z[ recovery-image] Mar 12 16:17:12.797 INFO O| Mar 12 16:17:12.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
81232026-03-12T16:17:13.943Z[ recovery-image] Mar 12 16:17:12.797 INFO O| Mar 12 16:17:12.797 INFO STEP 1119 (remove_files) COMPLETE
81242026-03-12T16:17:13.943Z[ recovery-image] Mar 12 16:17:12.797 INFO O| Mar 12 16:17:12.797 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81252026-03-12T16:17:13.944Z[ recovery-image] Mar 12 16:17:12.804 INFO O| Mar 12 16:17:12.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
81262026-03-12T16:17:13.944Z[ recovery-image] Mar 12 16:17:12.804 INFO O| Mar 12 16:17:12.804 INFO STEP 1120 (remove_files) COMPLETE
81272026-03-12T16:17:13.944Z[ recovery-image] Mar 12 16:17:12.804 INFO O| Mar 12 16:17:12.804 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81282026-03-12T16:17:13.956Z[ recovery-image] Mar 12 16:17:12.812 INFO O| Mar 12 16:17:12.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
81292026-03-12T16:17:13.956Z[ recovery-image] Mar 12 16:17:12.812 INFO O| Mar 12 16:17:12.812 INFO STEP 1121 (remove_files) COMPLETE
81302026-03-12T16:17:13.964Z[ recovery-image] Mar 12 16:17:12.812 INFO O| Mar 12 16:17:12.812 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81312026-03-12T16:17:13.964Z[ recovery-image] Mar 12 16:17:12.819 INFO O| Mar 12 16:17:12.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
81322026-03-12T16:17:13.964Z[ recovery-image] Mar 12 16:17:12.819 INFO O| Mar 12 16:17:12.819 INFO STEP 1122 (remove_files) COMPLETE
81332026-03-12T16:17:13.964Z[ recovery-image] Mar 12 16:17:12.819 INFO O| Mar 12 16:17:12.819 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81342026-03-12T16:17:13.979Z[ recovery-image] Mar 12 16:17:12.827 INFO O| Mar 12 16:17:12.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
81352026-03-12T16:17:13.979Z[ recovery-image] Mar 12 16:17:12.827 INFO O| Mar 12 16:17:12.827 INFO STEP 1123 (remove_files) COMPLETE
81362026-03-12T16:17:13.979Z[ recovery-image] Mar 12 16:17:12.827 INFO O| Mar 12 16:17:12.827 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81372026-03-12T16:17:13.979Z[ recovery-image] Mar 12 16:17:12.834 INFO O| Mar 12 16:17:12.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
81382026-03-12T16:17:13.979Z[ recovery-image] Mar 12 16:17:12.834 INFO O| Mar 12 16:17:12.834 INFO STEP 1124 (remove_files) COMPLETE
81392026-03-12T16:17:13.979Z[ recovery-image] Mar 12 16:17:12.834 INFO O| Mar 12 16:17:12.834 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81402026-03-12T16:17:13.979Z[ recovery-image] Mar 12 16:17:12.840 INFO O| Mar 12 16:17:12.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
81412026-03-12T16:17:13.979Z[ recovery-image] Mar 12 16:17:12.841 INFO O| Mar 12 16:17:12.840 INFO STEP 1125 (remove_files) COMPLETE
81422026-03-12T16:17:13.979Z[ recovery-image] Mar 12 16:17:12.841 INFO O| Mar 12 16:17:12.840 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81432026-03-12T16:17:13.989Z[ recovery-image] Mar 12 16:17:12.848 INFO O| Mar 12 16:17:12.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
81442026-03-12T16:17:13.989Z[ recovery-image] Mar 12 16:17:12.848 INFO O| Mar 12 16:17:12.848 INFO STEP 1126 (remove_files) COMPLETE
81452026-03-12T16:17:13.989Z[ recovery-image] Mar 12 16:17:12.848 INFO O| Mar 12 16:17:12.848 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81462026-03-12T16:17:13.993Z[ recovery-image] Mar 12 16:17:12.856 INFO O| Mar 12 16:17:12.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
81472026-03-12T16:17:13.993Z[ recovery-image] Mar 12 16:17:12.856 INFO O| Mar 12 16:17:12.856 INFO STEP 1127 (remove_files) COMPLETE
81482026-03-12T16:17:13.997Z[ recovery-image] Mar 12 16:17:12.856 INFO O| Mar 12 16:17:12.856 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81492026-03-12T16:17:14.002Z[ recovery-image] Mar 12 16:17:12.864 INFO O| Mar 12 16:17:12.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
81502026-03-12T16:17:14.002Z[ recovery-image] Mar 12 16:17:12.864 INFO O| Mar 12 16:17:12.864 INFO STEP 1128 (remove_files) COMPLETE
81512026-03-12T16:17:14.002Z[ recovery-image] Mar 12 16:17:12.864 INFO O| Mar 12 16:17:12.864 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81522026-03-12T16:17:14.008Z[ recovery-image] Mar 12 16:17:12.871 INFO O| Mar 12 16:17:12.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
81532026-03-12T16:17:14.018Z[ recovery-image] Mar 12 16:17:12.871 INFO O| Mar 12 16:17:12.871 INFO STEP 1129 (remove_files) COMPLETE
81542026-03-12T16:17:14.018Z[ recovery-image] Mar 12 16:17:12.871 INFO O| Mar 12 16:17:12.871 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81552026-03-12T16:17:14.023Z[ recovery-image] Mar 12 16:17:12.878 INFO O| Mar 12 16:17:12.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
81562026-03-12T16:17:14.023Z[ recovery-image] Mar 12 16:17:12.878 INFO O| Mar 12 16:17:12.878 INFO STEP 1130 (remove_files) COMPLETE
81572026-03-12T16:17:14.023Z[ recovery-image] Mar 12 16:17:12.878 INFO O| Mar 12 16:17:12.878 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81582026-03-12T16:17:14.023Z[ recovery-image] Mar 12 16:17:12.885 INFO O| Mar 12 16:17:12.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
81592026-03-12T16:17:14.023Z[ recovery-image] Mar 12 16:17:12.885 INFO O| Mar 12 16:17:12.885 INFO STEP 1131 (remove_files) COMPLETE
81602026-03-12T16:17:14.023Z[ recovery-image] Mar 12 16:17:12.885 INFO O| Mar 12 16:17:12.885 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81612026-03-12T16:17:14.030Z[ recovery-image] Mar 12 16:17:12.894 INFO O| Mar 12 16:17:12.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
81622026-03-12T16:17:14.030Z[ recovery-image] Mar 12 16:17:12.894 INFO O| Mar 12 16:17:12.894 INFO STEP 1132 (remove_files) COMPLETE
81632026-03-12T16:17:14.037Z[ recovery-image] Mar 12 16:17:12.894 INFO O| Mar 12 16:17:12.894 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81642026-03-12T16:17:14.041Z[ recovery-image] Mar 12 16:17:12.902 INFO O| Mar 12 16:17:12.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
81652026-03-12T16:17:14.041Z[ recovery-image] Mar 12 16:17:12.902 INFO O| Mar 12 16:17:12.902 INFO STEP 1133 (remove_files) COMPLETE
81662026-03-12T16:17:14.041Z[ recovery-image] Mar 12 16:17:12.902 INFO O| Mar 12 16:17:12.902 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81672026-03-12T16:17:14.047Z[ recovery-image] Mar 12 16:17:12.910 INFO O| Mar 12 16:17:12.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
81682026-03-12T16:17:14.047Z[ recovery-image] Mar 12 16:17:12.910 INFO O| Mar 12 16:17:12.910 INFO STEP 1134 (remove_files) COMPLETE
81692026-03-12T16:17:14.052Z[ recovery-image] Mar 12 16:17:12.910 INFO O| Mar 12 16:17:12.910 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81702026-03-12T16:17:14.059Z[ recovery-image] Mar 12 16:17:12.918 INFO O| Mar 12 16:17:12.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
81712026-03-12T16:17:14.059Z[ recovery-image] Mar 12 16:17:12.918 INFO O| Mar 12 16:17:12.918 INFO STEP 1135 (remove_files) COMPLETE
81722026-03-12T16:17:14.059Z[ recovery-image] Mar 12 16:17:12.918 INFO O| Mar 12 16:17:12.918 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81732026-03-12T16:17:14.062Z[ recovery-image] Mar 12 16:17:12.926 INFO O| Mar 12 16:17:12.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
81742026-03-12T16:17:14.068Z[ recovery-image] Mar 12 16:17:12.926 INFO O| Mar 12 16:17:12.926 INFO STEP 1136 (remove_files) COMPLETE
81752026-03-12T16:17:14.068Z[ recovery-image] Mar 12 16:17:12.926 INFO O| Mar 12 16:17:12.926 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81762026-03-12T16:17:14.076Z[ recovery-image] Mar 12 16:17:12.933 INFO O| Mar 12 16:17:12.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
81772026-03-12T16:17:14.076Z[ recovery-image] Mar 12 16:17:12.933 INFO O| Mar 12 16:17:12.933 INFO STEP 1137 (remove_files) COMPLETE
81782026-03-12T16:17:14.076Z[ recovery-image] Mar 12 16:17:12.933 INFO O| Mar 12 16:17:12.933 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81792026-03-12T16:17:14.080Z[ recovery-image] Mar 12 16:17:12.940 INFO O| Mar 12 16:17:12.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
81802026-03-12T16:17:14.080Z[ recovery-image] Mar 12 16:17:12.940 INFO O| Mar 12 16:17:12.940 INFO STEP 1138 (remove_files) COMPLETE
81812026-03-12T16:17:14.080Z[ recovery-image] Mar 12 16:17:12.940 INFO O| Mar 12 16:17:12.940 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81822026-03-12T16:17:14.086Z[ recovery-image] Mar 12 16:17:12.948 INFO O| Mar 12 16:17:12.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
81832026-03-12T16:17:14.086Z[ recovery-image] Mar 12 16:17:12.948 INFO O| Mar 12 16:17:12.948 INFO STEP 1139 (remove_files) COMPLETE
81842026-03-12T16:17:14.087Z[ recovery-image] Mar 12 16:17:12.948 INFO O| Mar 12 16:17:12.948 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81852026-03-12T16:17:14.093Z[ recovery-image] Mar 12 16:17:12.956 INFO O| Mar 12 16:17:12.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
81862026-03-12T16:17:14.097Z[ recovery-image] Mar 12 16:17:12.957 INFO O| Mar 12 16:17:12.957 INFO STEP 1140 (remove_files) COMPLETE
81872026-03-12T16:17:14.097Z[ recovery-image] Mar 12 16:17:12.957 INFO O| Mar 12 16:17:12.957 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81882026-03-12T16:17:14.101Z[ recovery-image] Mar 12 16:17:12.964 INFO O| Mar 12 16:17:12.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
81892026-03-12T16:17:14.101Z[ recovery-image] Mar 12 16:17:12.964 INFO O| Mar 12 16:17:12.964 INFO STEP 1141 (remove_files) COMPLETE
81902026-03-12T16:17:14.101Z[ recovery-image] Mar 12 16:17:12.964 INFO O| Mar 12 16:17:12.964 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81912026-03-12T16:17:14.108Z[ recovery-image] Mar 12 16:17:12.971 INFO O| Mar 12 16:17:12.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
81922026-03-12T16:17:14.111Z[ recovery-image] Mar 12 16:17:12.971 INFO O| Mar 12 16:17:12.971 INFO STEP 1142 (remove_files) COMPLETE
81932026-03-12T16:17:14.111Z[ recovery-image] Mar 12 16:17:12.971 INFO O| Mar 12 16:17:12.971 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81942026-03-12T16:17:14.114Z[ recovery-image] Mar 12 16:17:12.978 INFO O| Mar 12 16:17:12.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
81952026-03-12T16:17:14.118Z[ recovery-image] Mar 12 16:17:12.978 INFO O| Mar 12 16:17:12.978 INFO STEP 1143 (remove_files) COMPLETE
81962026-03-12T16:17:14.119Z[ recovery-image] Mar 12 16:17:12.978 INFO O| Mar 12 16:17:12.978 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81972026-03-12T16:17:14.122Z[ recovery-image] Mar 12 16:17:12.985 INFO O| Mar 12 16:17:12.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
81982026-03-12T16:17:14.122Z[ recovery-image] Mar 12 16:17:12.985 INFO O| Mar 12 16:17:12.985 INFO STEP 1144 (remove_files) COMPLETE
81992026-03-12T16:17:14.122Z[ recovery-image] Mar 12 16:17:12.985 INFO O| Mar 12 16:17:12.985 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82002026-03-12T16:17:14.130Z[ recovery-image] Mar 12 16:17:12.993 INFO O| Mar 12 16:17:12.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
82012026-03-12T16:17:14.130Z[ recovery-image] Mar 12 16:17:12.993 INFO O| Mar 12 16:17:12.993 INFO STEP 1145 (remove_files) COMPLETE
82022026-03-12T16:17:14.133Z[ recovery-image] Mar 12 16:17:12.993 INFO O| Mar 12 16:17:12.993 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82032026-03-12T16:17:14.137Z[ recovery-image] Mar 12 16:17:13.001 INFO O| Mar 12 16:17:13.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
82042026-03-12T16:17:14.141Z[ recovery-image] Mar 12 16:17:13.001 INFO O| Mar 12 16:17:13.001 INFO STEP 1146 (remove_files) COMPLETE
82052026-03-12T16:17:14.141Z[ recovery-image] Mar 12 16:17:13.001 INFO O| Mar 12 16:17:13.001 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82062026-03-12T16:17:14.145Z[ recovery-image] Mar 12 16:17:13.008 INFO O| Mar 12 16:17:13.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
82072026-03-12T16:17:14.145Z[ recovery-image] Mar 12 16:17:13.008 INFO O| Mar 12 16:17:13.008 INFO STEP 1147 (remove_files) COMPLETE
82082026-03-12T16:17:14.145Z[ recovery-image] Mar 12 16:17:13.008 INFO O| Mar 12 16:17:13.008 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82092026-03-12T16:17:14.152Z[ recovery-image] Mar 12 16:17:13.016 INFO O| Mar 12 16:17:13.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
82102026-03-12T16:17:14.155Z[ recovery-image] Mar 12 16:17:13.016 INFO O| Mar 12 16:17:13.016 INFO STEP 1148 (remove_files) COMPLETE
82112026-03-12T16:17:14.155Z[ recovery-image] Mar 12 16:17:13.016 INFO O| Mar 12 16:17:13.016 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82122026-03-12T16:17:14.159Z[ recovery-image] Mar 12 16:17:13.022 INFO O| Mar 12 16:17:13.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
82132026-03-12T16:17:14.159Z[ recovery-image] Mar 12 16:17:13.022 INFO O| Mar 12 16:17:13.022 INFO STEP 1149 (remove_files) COMPLETE
82142026-03-12T16:17:14.162Z[ recovery-image] Mar 12 16:17:13.022 INFO O| Mar 12 16:17:13.022 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82152026-03-12T16:17:14.169Z[ recovery-image] Mar 12 16:17:13.029 INFO O| Mar 12 16:17:13.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
82162026-03-12T16:17:14.172Z[ recovery-image] Mar 12 16:17:13.029 INFO O| Mar 12 16:17:13.029 INFO STEP 1150 (remove_files) COMPLETE
82172026-03-12T16:17:14.172Z[ recovery-image] Mar 12 16:17:13.029 INFO O| Mar 12 16:17:13.029 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82182026-03-12T16:17:14.175Z[ recovery-image] Mar 12 16:17:13.037 INFO O| Mar 12 16:17:13.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
82192026-03-12T16:17:14.175Z[ recovery-image] Mar 12 16:17:13.038 INFO O| Mar 12 16:17:13.038 INFO STEP 1151 (remove_files) COMPLETE
82202026-03-12T16:17:14.175Z[ recovery-image] Mar 12 16:17:13.038 INFO O| Mar 12 16:17:13.038 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82212026-03-12T16:17:14.181Z[ recovery-image] Mar 12 16:17:13.044 INFO O| Mar 12 16:17:13.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
82222026-03-12T16:17:14.181Z[ recovery-image] Mar 12 16:17:13.044 INFO O| Mar 12 16:17:13.044 INFO STEP 1152 (remove_files) COMPLETE
82232026-03-12T16:17:14.185Z[ recovery-image] Mar 12 16:17:13.044 INFO O| Mar 12 16:17:13.044 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82242026-03-12T16:17:14.188Z[ recovery-image] Mar 12 16:17:13.051 INFO O| Mar 12 16:17:13.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
82252026-03-12T16:17:14.188Z[ recovery-image] Mar 12 16:17:13.051 INFO O| Mar 12 16:17:13.051 INFO STEP 1153 (remove_files) COMPLETE
82262026-03-12T16:17:14.188Z[ recovery-image] Mar 12 16:17:13.051 INFO O| Mar 12 16:17:13.051 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82272026-03-12T16:17:14.195Z[ recovery-image] Mar 12 16:17:13.058 INFO O| Mar 12 16:17:13.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
82282026-03-12T16:17:14.195Z[ recovery-image] Mar 12 16:17:13.058 INFO O| Mar 12 16:17:13.058 INFO STEP 1154 (remove_files) COMPLETE
82292026-03-12T16:17:14.199Z[ recovery-image] Mar 12 16:17:13.058 INFO O| Mar 12 16:17:13.058 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82302026-03-12T16:17:14.203Z[ recovery-image] Mar 12 16:17:13.067 INFO O| Mar 12 16:17:13.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
82312026-03-12T16:17:14.203Z[ recovery-image] Mar 12 16:17:13.067 INFO O| Mar 12 16:17:13.067 INFO STEP 1155 (remove_files) COMPLETE
82322026-03-12T16:17:14.207Z[ recovery-image] Mar 12 16:17:13.067 INFO O| Mar 12 16:17:13.067 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82332026-03-12T16:17:14.211Z[ recovery-image] Mar 12 16:17:13.075 INFO O| Mar 12 16:17:13.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
82342026-03-12T16:17:14.212Z[ recovery-image] Mar 12 16:17:13.075 INFO O| Mar 12 16:17:13.075 INFO STEP 1156 (remove_files) COMPLETE
82352026-03-12T16:17:14.215Z[ recovery-image] Mar 12 16:17:13.075 INFO O| Mar 12 16:17:13.075 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82362026-03-12T16:17:14.219Z[ recovery-image] Mar 12 16:17:13.082 INFO O| Mar 12 16:17:13.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
82372026-03-12T16:17:14.219Z[ recovery-image] Mar 12 16:17:13.082 INFO O| Mar 12 16:17:13.082 INFO STEP 1157 (remove_files) COMPLETE
82382026-03-12T16:17:14.219Z[ recovery-image] Mar 12 16:17:13.082 INFO O| Mar 12 16:17:13.082 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82392026-03-12T16:17:14.226Z[ recovery-image] Mar 12 16:17:13.089 INFO O| Mar 12 16:17:13.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
82402026-03-12T16:17:14.229Z[ recovery-image] Mar 12 16:17:13.089 INFO O| Mar 12 16:17:13.089 INFO STEP 1158 (remove_files) COMPLETE
82412026-03-12T16:17:14.229Z[ recovery-image] Mar 12 16:17:13.089 INFO O| Mar 12 16:17:13.089 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82422026-03-12T16:17:14.234Z[ recovery-image] Mar 12 16:17:13.097 INFO O| Mar 12 16:17:13.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
82432026-03-12T16:17:14.237Z[ recovery-image] Mar 12 16:17:13.098 INFO O| Mar 12 16:17:13.098 INFO STEP 1159 (remove_files) COMPLETE
82442026-03-12T16:17:14.237Z[ recovery-image] Mar 12 16:17:13.098 INFO O| Mar 12 16:17:13.098 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82452026-03-12T16:17:14.242Z[ recovery-image] Mar 12 16:17:13.106 INFO O| Mar 12 16:17:13.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
82462026-03-12T16:17:14.242Z[ recovery-image] Mar 12 16:17:13.106 INFO O| Mar 12 16:17:13.106 INFO STEP 1160 (remove_files) COMPLETE
82472026-03-12T16:17:14.242Z[ recovery-image] Mar 12 16:17:13.106 INFO O| Mar 12 16:17:13.106 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82482026-03-12T16:17:14.249Z[ recovery-image] Mar 12 16:17:13.112 INFO O| Mar 12 16:17:13.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
82492026-03-12T16:17:14.252Z[ recovery-image] Mar 12 16:17:13.112 INFO O| Mar 12 16:17:13.112 INFO STEP 1161 (remove_files) COMPLETE
82502026-03-12T16:17:14.252Z[ recovery-image] Mar 12 16:17:13.112 INFO O| Mar 12 16:17:13.112 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82512026-03-12T16:17:14.257Z[ recovery-image] Mar 12 16:17:13.120 INFO O| Mar 12 16:17:13.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
82522026-03-12T16:17:14.257Z[ recovery-image] Mar 12 16:17:13.120 INFO O| Mar 12 16:17:13.120 INFO STEP 1162 (remove_files) COMPLETE
82532026-03-12T16:17:14.261Z[ recovery-image] Mar 12 16:17:13.120 INFO O| Mar 12 16:17:13.120 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82542026-03-12T16:17:14.266Z[ recovery-image] Mar 12 16:17:13.127 INFO O| Mar 12 16:17:13.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
82552026-03-12T16:17:14.266Z[ recovery-image] Mar 12 16:17:13.127 INFO O| Mar 12 16:17:13.127 INFO STEP 1163 (remove_files) COMPLETE
82562026-03-12T16:17:14.266Z[ recovery-image] Mar 12 16:17:13.127 INFO O| Mar 12 16:17:13.127 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82572026-03-12T16:17:14.271Z[ recovery-image] Mar 12 16:17:13.134 INFO O| Mar 12 16:17:13.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
82582026-03-12T16:17:14.274Z[ recovery-image] Mar 12 16:17:13.134 INFO O| Mar 12 16:17:13.134 INFO STEP 1164 (remove_files) COMPLETE
82592026-03-12T16:17:14.274Z[ recovery-image] Mar 12 16:17:13.134 INFO O| Mar 12 16:17:13.134 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82602026-03-12T16:17:14.279Z[ recovery-image] Mar 12 16:17:13.142 INFO O| Mar 12 16:17:13.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
82612026-03-12T16:17:14.279Z[ recovery-image] Mar 12 16:17:13.142 INFO O| Mar 12 16:17:13.142 INFO STEP 1165 (remove_files) COMPLETE
82622026-03-12T16:17:14.282Z[ recovery-image] Mar 12 16:17:13.142 INFO O| Mar 12 16:17:13.142 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
82632026-03-12T16:17:14.290Z[ recovery-image] Mar 12 16:17:13.154 INFO O| Mar 12 16:17:13.154 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
82642026-03-12T16:17:14.290Z[ recovery-image] Mar 12 16:17:13.154 INFO O| Mar 12 16:17:13.154 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
82652026-03-12T16:17:14.927Z[ recovery-image] Mar 12 16:17:13.789 INFO O| Mar 12 16:17:13.789 INFO STEP 1166 (pack_tar) COMPLETE
82662026-03-12T16:17:14.927Z[ recovery-image] Mar 12 16:17:13.789 INFO O| Mar 12 16:17:13.789 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
82672026-03-12T16:17:14.927Z[ recovery-image] Mar 12 16:17:13.789 INFO O| Mar 12 16:17:13.789 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
82682026-03-12T16:17:15.243Z[ recovery-image] Mar 12 16:17:14.105 INFO O| Mar 12 16:17:14.105 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
82692026-03-12T16:17:15.319Z[ recovery-image] Mar 12 16:17:14.182 INFO O| Mar 12 16:17:14.181 INFO completed processing sled/ramdisk-03-recovery-trim
82702026-03-12T16:17:15.325Z[ recovery-image] Mar 12 16:17:14.186 INFO image builder template: zfs-recovery...
82712026-03-12T16:17:15.325Z[ recovery-image] Mar 12 16:17:14.186 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/.tmpzuqBXD/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "zfs-recovery"], pwd: None
82722026-03-12T16:17:15.350Z[ recovery-image] Mar 12 16:17:14.213 INFO O| Mar 12 16:17:14.213 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
82732026-03-12T16:17:15.357Z[ recovery-image] Mar 12 16:17:14.216 INFO O| Mar 12 16:17:14.216 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
82742026-03-12T16:17:15.440Z[ recovery-image] Mar 12 16:17:14.303 INFO O| Mar 12 16:17:14.303 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
82752026-03-12T16:17:15.513Z[ recovery-image] Mar 12 16:17:14.376 INFO O| Mar 12 16:17:14.376 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
82762026-03-12T16:17:15.513Z[ recovery-image] Mar 12 16:17:14.376 INFO O| Mar 12 16:17:14.376 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
82772026-03-12T16:17:15.521Z[ recovery-image] Mar 12 16:17:14.379 INFO O| Mar 12 16:17:14.379 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
82782026-03-12T16:17:15.529Z[ host-image] Mar 12 16:17:14.393 INFO O| Mar 12 16:17:14.393 INFO O| Planning: Solver setup ... Done
82792026-03-12T16:17:15.538Z[ host-image] Mar 12 16:17:14.400 INFO O| Mar 12 16:17:14.400 INFO O| Planning: Running solver ... Done
82802026-03-12T16:17:15.598Z[ recovery-image] Mar 12 16:17:14.460 INFO O| Mar 12 16:17:14.460 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
82812026-03-12T16:17:15.660Z[ host-image] Mar 12 16:17:14.522 INFO O| Mar 12 16:17:14.522 INFO O| Planning: Finding local manifests ... Done
82822026-03-12T16:17:15.666Z[ recovery-image] Mar 12 16:17:14.523 INFO O| Mar 12 16:17:14.523 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
82832026-03-12T16:17:15.684Z[ recovery-image] Mar 12 16:17:14.532 INFO O| Mar 12 16:17:14.532 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
82842026-03-12T16:17:15.684Z[ host-image] Mar 12 16:17:14.535 INFO O| Mar 12 16:17:14.535 INFO O| Planning: Fetching manifests: 0/1 0% complete
82852026-03-12T16:17:15.685Z[ recovery-image] Mar 12 16:17:14.536 INFO O| Mar 12 16:17:14.536 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
82862026-03-12T16:17:15.685Z[ recovery-image] Mar 12 16:17:14.537 INFO O| Mar 12 16:17:14.537 INFO no lofi found
82872026-03-12T16:17:15.685Z[ recovery-image] Mar 12 16:17:14.537 INFO O| Mar 12 16:17:14.537 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
82882026-03-12T16:17:15.685Z[ recovery-image] Mar 12 16:17:14.537 INFO O| Mar 12 16:17:14.537 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
82892026-03-12T16:17:15.685Z[ host-image] Mar 12 16:17:14.540 INFO O| Mar 12 16:17:14.540 INFO O| Planning: Fetching manifests: 1/1 100% complete
82902026-03-12T16:17:15.726Z[ host-image] Mar 12 16:17:14.556 INFO O| Mar 12 16:17:14.556 INFO O| Planning: Package planning ... Done
82912026-03-12T16:17:15.726Z[ host-image] Mar 12 16:17:14.556 INFO O| Mar 12 16:17:14.556 INFO O| Planning: Merging actions ... Done
82922026-03-12T16:17:15.735Z[ host-image] Mar 12 16:17:14.598 INFO O| Mar 12 16:17:14.598 INFO O| Planning: Checking for conflicting actions ... Done
82932026-03-12T16:17:15.743Z[ host-image] Mar 12 16:17:14.599 INFO O| Mar 12 16:17:14.599 INFO O| Planning: Consolidating action changes ... Done
82942026-03-12T16:17:15.883Z[ host-image] Mar 12 16:17:14.746 INFO O| Mar 12 16:17:14.746 INFO O| Planning: Evaluating mediators ... Done
82952026-03-12T16:17:15.893Z[ host-image] Mar 12 16:17:14.746 INFO O| Mar 12 16:17:14.746 INFO O| Planning: Planning completed in 5.58 seconds
82962026-03-12T16:17:15.893Z[ host-image] Mar 12 16:17:14.747 INFO O| Mar 12 16:17:14.747 INFO O| Packages to install: 1
82972026-03-12T16:17:15.902Z[ host-image] Mar 12 16:17:14.765 INFO O| Mar 12 16:17:14.765 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
82982026-03-12T16:17:16.441Z[ host-image] Mar 12 16:17:15.301 INFO O| Mar 12 16:17:15.301 INFO O| Download: Completed 12.26 MB in 0.54 seconds (22.9M/s)
82992026-03-12T16:17:16.467Z[ host-image] Mar 12 16:17:15.330 INFO O| Mar 12 16:17:15.330 INFO O| Actions: 1/22 actions (Installing new actions)
83002026-03-12T16:17:16.730Z[ host-image] Mar 12 16:17:15.592 INFO O| Mar 12 16:17:15.592 INFO O| Actions: Completed 22 actions in 0.26 seconds.
83012026-03-12T16:17:17.140Z[ recovery-image] Mar 12 16:17:16.002 INFO O| Mar 12 16:17:16.002 INFO lofi device = /dev/dsk/c2t1d0p0
83022026-03-12T16:17:17.148Z[ recovery-image] Mar 12 16:17:16.002 INFO O| Mar 12 16:17:16.002 INFO pool device = /dev/dsk/c2t1d0p0
83032026-03-12T16:17:17.148Z[ recovery-image] Mar 12 16:17:16.002 INFO O| Mar 12 16:17:16.002 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
83042026-03-12T16:17:17.243Z[ recovery-image] Mar 12 16:17:16.105 INFO O| Mar 12 16:17:16.105 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83052026-03-12T16:17:17.243Z[ recovery-image] Mar 12 16:17:16.106 INFO O| Mar 12 16:17:16.105 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
83062026-03-12T16:17:17.258Z[ recovery-image] Mar 12 16:17:16.121 INFO O| Mar 12 16:17:16.121 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
83072026-03-12T16:17:17.307Z[ recovery-image] Mar 12 16:17:16.170 INFO O| Mar 12 16:17:16.170 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
83082026-03-12T16:17:17.357Z[ recovery-image] Mar 12 16:17:16.219 INFO O| Mar 12 16:17:16.219 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
83092026-03-12T16:17:17.368Z[ recovery-image] Mar 12 16:17:16.231 INFO O| Mar 12 16:17:16.231 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
83102026-03-12T16:17:17.378Z[ recovery-image] Mar 12 16:17:16.240 INFO O| Mar 12 16:17:16.240 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
83112026-03-12T16:17:17.413Z[ recovery-image] Mar 12 16:17:16.276 INFO O| Mar 12 16:17:16.275 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83122026-03-12T16:17:17.440Z[ recovery-image] Mar 12 16:17:16.276 INFO O| Mar 12 16:17:16.276 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83132026-03-12T16:17:17.440Z[ recovery-image] Mar 12 16:17:16.276 INFO O| Mar 12 16:17:16.276 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83142026-03-12T16:17:17.440Z[ recovery-image] Mar 12 16:17:16.286 INFO O| Mar 12 16:17:16.286 INFO boot environment UUID: 80ed90ea-a35a-4471-8726-9768bfe47f7f
83152026-03-12T16:17:17.440Z[ recovery-image] Mar 12 16:17:16.286 INFO O| Mar 12 16:17:16.286 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 80ed90ea-a35a-4471-8726-9768bfe47f7f
83162026-03-12T16:17:17.440Z[ recovery-image] Mar 12 16:17:16.293 INFO O| Mar 12 16:17:16.293 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
83172026-03-12T16:17:17.440Z[ recovery-image] Mar 12 16:17:16.300 INFO O| Mar 12 16:17:16.300 INFO STEP 0 (create_be) COMPLETE
83182026-03-12T16:17:17.440Z[ recovery-image] Mar 12 16:17:16.300 INFO O| Mar 12 16:17:16.300 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83192026-03-12T16:17:17.448Z[ recovery-image] Mar 12 16:17:16.311 INFO O| Mar 12 16:17:16.311 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"]
83202026-03-12T16:17:18.070Z[ host-image] Mar 12 16:17:16.932 INFO O| Mar 12 16:17:16.932 INFO O| Done
83212026-03-12T16:17:18.070Z[ host-image] Mar 12 16:17:16.932 INFO O| Mar 12 16:17:16.932 INFO O| Done
83222026-03-12T16:17:19.410Z[ recovery-image] Mar 12 16:17:18.273 INFO O| Mar 12 16:17:18.273 INFO STEP 1 (unpack_tar) COMPLETE
83232026-03-12T16:17:19.410Z[ recovery-image] Mar 12 16:17:18.273 INFO O| Mar 12 16:17:18.273 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83242026-03-12T16:17:19.420Z[ recovery-image] Mar 12 16:17:18.283 INFO O| Mar 12 16:17:18.283 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83252026-03-12T16:17:19.453Z[ host-image] Mar 12 16:17:18.315 INFO O| Mar 12 16:17:18.315 INFO O| Done
83262026-03-12T16:17:19.814Z[ recovery-image] Mar 12 16:17:18.677 INFO O| Mar 12 16:17:18.677 INFO STEP 2 (devfsadm) COMPLETE
83272026-03-12T16:17:19.814Z[ recovery-image] Mar 12 16:17:18.677 INFO O| Mar 12 16:17:18.677 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83282026-03-12T16:17:19.847Z[ recovery-image] Mar 12 16:17:18.687 INFO O| Mar 12 16:17:18.687 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83292026-03-12T16:17:19.855Z[ recovery-image] Mar 12 16:17:18.687 INFO O| Mar 12 16:17:18.687 INFO STEP 3 (ensure_dir) COMPLETE
83302026-03-12T16:17:19.855Z[ recovery-image] Mar 12 16:17:18.687 INFO O| Mar 12 16:17:18.687 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83312026-03-12T16:17:19.855Z[ recovery-image] Mar 12 16:17:18.695 INFO O| Mar 12 16:17:18.695 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83322026-03-12T16:17:19.855Z[ recovery-image] Mar 12 16:17:18.695 INFO O| Mar 12 16:17:18.695 INFO STEP 4 (ensure_dir) COMPLETE
83332026-03-12T16:17:19.856Z[ recovery-image] Mar 12 16:17:18.695 INFO O| Mar 12 16:17:18.695 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83342026-03-12T16:17:19.856Z[ recovery-image] Mar 12 16:17:18.703 INFO O| Mar 12 16:17:18.703 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83352026-03-12T16:17:19.856Z[ recovery-image] Mar 12 16:17:18.704 INFO O| Mar 12 16:17:18.703 INFO STEP 5 (ensure_dir) COMPLETE
83362026-03-12T16:17:19.856Z[ recovery-image] Mar 12 16:17:18.704 INFO O| Mar 12 16:17:18.703 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83372026-03-12T16:17:19.856Z[ recovery-image] Mar 12 16:17:18.712 INFO O| Mar 12 16:17:18.712 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83382026-03-12T16:17:19.856Z[ recovery-image] Mar 12 16:17:18.712 INFO O| Mar 12 16:17:18.712 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83392026-03-12T16:17:19.856Z[ recovery-image] Mar 12 16:17:18.712 INFO O| Mar 12 16:17:18.712 INFO STEP 6 (ensure_dir) COMPLETE
83402026-03-12T16:17:19.856Z[ recovery-image] Mar 12 16:17:18.712 INFO O| Mar 12 16:17:18.712 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83412026-03-12T16:17:19.864Z[ recovery-image] Mar 12 16:17:18.720 INFO O| Mar 12 16:17:18.720 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83422026-03-12T16:17:19.864Z[ recovery-image] Mar 12 16:17:18.720 INFO O| Mar 12 16:17:18.720 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83432026-03-12T16:17:19.864Z[ recovery-image] Mar 12 16:17:18.720 INFO O| Mar 12 16:17:18.720 INFO STEP 7 (ensure_dir) COMPLETE
83442026-03-12T16:17:19.864Z[ recovery-image] Mar 12 16:17:18.720 INFO O| Mar 12 16:17:18.720 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83452026-03-12T16:17:19.873Z[ recovery-image] Mar 12 16:17:18.729 INFO O| Mar 12 16:17:18.729 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
83462026-03-12T16:17:19.873Z[ recovery-image] Mar 12 16:17:18.730 INFO O| Mar 12 16:17:18.730 INFO STEP 8 (remove_files) COMPLETE
83472026-03-12T16:17:19.873Z[ recovery-image] Mar 12 16:17:18.730 INFO O| Mar 12 16:17:18.730 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83482026-03-12T16:17:19.880Z[ recovery-image] Mar 12 16:17:18.737 INFO O| Mar 12 16:17:18.737 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
83492026-03-12T16:17:19.880Z[ recovery-image] Mar 12 16:17:18.738 INFO O| Mar 12 16:17:18.738 INFO STEP 9 (remove_files) COMPLETE
83502026-03-12T16:17:19.880Z[ recovery-image] Mar 12 16:17:18.738 INFO O| Mar 12 16:17:18.738 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83512026-03-12T16:17:19.910Z[ recovery-image] Mar 12 16:17:18.746 INFO O| Mar 12 16:17:18.746 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
83522026-03-12T16:17:19.910Z[ recovery-image] Mar 12 16:17:18.747 INFO O| Mar 12 16:17:18.747 INFO STEP 10 (remove_files) COMPLETE
83532026-03-12T16:17:19.910Z[ recovery-image] Mar 12 16:17:18.747 INFO O| Mar 12 16:17:18.747 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83542026-03-12T16:17:19.910Z[ recovery-image] Mar 12 16:17:18.757 INFO O| Mar 12 16:17:18.757 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
83552026-03-12T16:17:19.910Z[ recovery-image] Mar 12 16:17:18.757 INFO O| Mar 12 16:17:18.757 INFO STEP 11 (remove_files) COMPLETE
83562026-03-12T16:17:19.910Z[ recovery-image] Mar 12 16:17:18.757 INFO O| Mar 12 16:17:18.757 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83572026-03-12T16:17:19.910Z[ recovery-image] Mar 12 16:17:18.764 INFO O| Mar 12 16:17:18.764 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
83582026-03-12T16:17:19.910Z[ recovery-image] Mar 12 16:17:18.764 INFO O| Mar 12 16:17:18.764 INFO STEP 12 (remove_files) COMPLETE
83592026-03-12T16:17:19.910Z[ recovery-image] Mar 12 16:17:18.764 INFO O| Mar 12 16:17:18.764 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83602026-03-12T16:17:19.916Z[ recovery-image] Mar 12 16:17:18.771 INFO O| Mar 12 16:17:18.771 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83612026-03-12T16:17:19.916Z[ recovery-image] Mar 12 16:17:18.771 INFO O| Mar 12 16:17:18.771 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83622026-03-12T16:17:19.916Z[ recovery-image] Mar 12 16:17:18.771 INFO O| Mar 12 16:17:18.771 INFO STEP 13 (ensure_dir) COMPLETE
83632026-03-12T16:17:19.916Z[ recovery-image] Mar 12 16:17:18.771 INFO O| Mar 12 16:17:18.771 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83642026-03-12T16:17:19.916Z[ recovery-image] Mar 12 16:17:18.778 INFO O| Mar 12 16:17:18.778 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83652026-03-12T16:17:19.916Z[ recovery-image] Mar 12 16:17:18.779 INFO O| Mar 12 16:17:18.778 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83662026-03-12T16:17:19.916Z[ recovery-image] Mar 12 16:17:18.779 INFO O| Mar 12 16:17:18.779 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83672026-03-12T16:17:19.916Z[ recovery-image] Mar 12 16:17:18.779 INFO O| Mar 12 16:17:18.779 INFO STEP 14 (ensure_dir) COMPLETE
83682026-03-12T16:17:19.916Z[ recovery-image] Mar 12 16:17:18.779 INFO O| Mar 12 16:17:18.779 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83692026-03-12T16:17:19.923Z[ recovery-image] Mar 12 16:17:18.786 INFO O| Mar 12 16:17:18.786 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83702026-03-12T16:17:19.923Z[ recovery-image] Mar 12 16:17:18.786 INFO O| Mar 12 16:17:18.786 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83712026-03-12T16:17:19.923Z[ recovery-image] Mar 12 16:17:18.786 INFO O| Mar 12 16:17:18.786 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83722026-03-12T16:17:19.930Z[ recovery-image] Mar 12 16:17:18.786 INFO O| Mar 12 16:17:18.786 INFO STEP 15 (ensure_dir) COMPLETE
83732026-03-12T16:17:19.930Z[ recovery-image] Mar 12 16:17:18.786 INFO O| Mar 12 16:17:18.786 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83742026-03-12T16:17:19.948Z[ recovery-image] Mar 12 16:17:18.794 INFO O| Mar 12 16:17:18.794 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83752026-03-12T16:17:19.948Z[ recovery-image] Mar 12 16:17:18.794 INFO O| Mar 12 16:17:18.794 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83762026-03-12T16:17:19.960Z[ recovery-image] Mar 12 16:17:18.794 INFO O| Mar 12 16:17:18.794 INFO STEP 16 (ensure_dir) COMPLETE
83772026-03-12T16:17:19.961Z[ recovery-image] Mar 12 16:17:18.794 INFO O| Mar 12 16:17:18.794 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83782026-03-12T16:17:19.961Z[ recovery-image] Mar 12 16:17:18.801 INFO O| Mar 12 16:17:18.801 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83792026-03-12T16:17:19.961Z[ recovery-image] Mar 12 16:17:18.801 INFO O| Mar 12 16:17:18.801 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83802026-03-12T16:17:19.961Z[ recovery-image] Mar 12 16:17:18.801 INFO O| Mar 12 16:17:18.801 INFO STEP 17 (ensure_dir) COMPLETE
83812026-03-12T16:17:19.961Z[ recovery-image] Mar 12 16:17:18.801 INFO O| Mar 12 16:17:18.801 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83822026-03-12T16:17:19.961Z[ recovery-image] Mar 12 16:17:18.809 INFO O| Mar 12 16:17:18.809 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
83832026-03-12T16:17:19.961Z[ recovery-image] Mar 12 16:17:18.809 INFO O| Mar 12 16:17:18.809 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
83842026-03-12T16:17:19.961Z[ recovery-image] Mar 12 16:17:18.809 INFO O| Mar 12 16:17:18.809 INFO ok!
83852026-03-12T16:17:19.961Z[ recovery-image] Mar 12 16:17:18.809 INFO O| Mar 12 16:17:18.809 INFO STEP 18 (ensure_symlink) COMPLETE
83862026-03-12T16:17:19.961Z[ recovery-image] Mar 12 16:17:18.809 INFO O| Mar 12 16:17:18.809 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83872026-03-12T16:17:19.975Z[ recovery-image] Mar 12 16:17:18.818 INFO O| Mar 12 16:17:18.818 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
83882026-03-12T16:17:19.975Z[ recovery-image] Mar 12 16:17:18.818 INFO O| Mar 12 16:17:18.818 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
83892026-03-12T16:17:19.975Z[ recovery-image] Mar 12 16:17:18.818 INFO O| Mar 12 16:17:18.818 INFO ok!
83902026-03-12T16:17:19.975Z[ recovery-image] Mar 12 16:17:18.818 INFO O| Mar 12 16:17:18.818 INFO STEP 19 (ensure_file) COMPLETE
83912026-03-12T16:17:19.975Z[ recovery-image] Mar 12 16:17:18.818 INFO O| Mar 12 16:17:18.818 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83922026-03-12T16:17:19.975Z[ recovery-image] Mar 12 16:17:18.826 INFO O| Mar 12 16:17:18.826 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
83932026-03-12T16:17:19.975Z[ recovery-image] Mar 12 16:17:18.826 INFO O| Mar 12 16:17:18.826 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
83942026-03-12T16:17:19.976Z[ recovery-image] Mar 12 16:17:18.826 INFO O| Mar 12 16:17:18.826 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
83952026-03-12T16:17:19.976Z[ recovery-image] Mar 12 16:17:18.826 INFO O| Mar 12 16:17:18.826 INFO ok!
83962026-03-12T16:17:19.976Z[ recovery-image] Mar 12 16:17:18.826 INFO O| Mar 12 16:17:18.826 INFO STEP 20 (ensure_symlink) COMPLETE
83972026-03-12T16:17:19.976Z[ recovery-image] Mar 12 16:17:18.826 INFO O| Mar 12 16:17:18.826 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83982026-03-12T16:17:19.976Z[ recovery-image] Mar 12 16:17:18.834 INFO O| Mar 12 16:17:18.834 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
83992026-03-12T16:17:19.976Z[ recovery-image] Mar 12 16:17:18.834 INFO O| Mar 12 16:17:18.834 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
84002026-03-12T16:17:19.976Z[ recovery-image] Mar 12 16:17:18.834 INFO O| Mar 12 16:17:18.834 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
84012026-03-12T16:17:19.976Z[ recovery-image] Mar 12 16:17:18.834 INFO O| Mar 12 16:17:18.834 INFO ok!
84022026-03-12T16:17:19.976Z[ recovery-image] Mar 12 16:17:18.834 INFO O| Mar 12 16:17:18.834 INFO STEP 21 (ensure_symlink) COMPLETE
84032026-03-12T16:17:19.976Z[ recovery-image] Mar 12 16:17:18.834 INFO O| Mar 12 16:17:18.834 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84042026-03-12T16:17:19.982Z[ recovery-image] Mar 12 16:17:18.842 INFO O| Mar 12 16:17:18.842 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
84052026-03-12T16:17:19.982Z[ recovery-image] Mar 12 16:17:18.842 INFO O| Mar 12 16:17:18.842 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
84062026-03-12T16:17:19.983Z[ recovery-image] Mar 12 16:17:18.842 INFO O| Mar 12 16:17:18.842 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
84072026-03-12T16:17:19.983Z[ recovery-image] Mar 12 16:17:18.842 INFO O| Mar 12 16:17:18.842 INFO ok!
84082026-03-12T16:17:19.983Z[ recovery-image] Mar 12 16:17:18.842 INFO O| Mar 12 16:17:18.842 INFO STEP 22 (ensure_symlink) COMPLETE
84092026-03-12T16:17:19.983Z[ recovery-image] Mar 12 16:17:18.842 INFO O| Mar 12 16:17:18.842 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84102026-03-12T16:17:19.992Z[ recovery-image] Mar 12 16:17:18.849 INFO O| Mar 12 16:17:18.849 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
84112026-03-12T16:17:19.992Z[ recovery-image] Mar 12 16:17:18.849 INFO O| Mar 12 16:17:18.849 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
84122026-03-12T16:17:19.993Z[ recovery-image] Mar 12 16:17:18.849 INFO O| Mar 12 16:17:18.849 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
84132026-03-12T16:17:19.993Z[ recovery-image] Mar 12 16:17:18.849 INFO O| Mar 12 16:17:18.849 INFO ok!
84142026-03-12T16:17:19.993Z[ recovery-image] Mar 12 16:17:18.849 INFO O| Mar 12 16:17:18.849 INFO STEP 23 (ensure_symlink) COMPLETE
84152026-03-12T16:17:19.993Z[ recovery-image] Mar 12 16:17:18.849 INFO O| Mar 12 16:17:18.849 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84162026-03-12T16:17:20.007Z[ recovery-image] Mar 12 16:17:18.856 INFO O| Mar 12 16:17:18.856 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
84172026-03-12T16:17:20.007Z[ recovery-image] Mar 12 16:17:18.856 INFO O| Mar 12 16:17:18.856 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 ...
84182026-03-12T16:17:20.007Z[ recovery-image] Mar 12 16:17:18.856 INFO O| Mar 12 16:17:18.856 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
84192026-03-12T16:17:20.007Z[ recovery-image] Mar 12 16:17:18.856 INFO O| Mar 12 16:17:18.856 INFO ok!
84202026-03-12T16:17:20.007Z[ recovery-image] Mar 12 16:17:18.856 INFO O| Mar 12 16:17:18.856 INFO STEP 24 (ensure_file) COMPLETE
84212026-03-12T16:17:20.007Z[ recovery-image] Mar 12 16:17:18.856 INFO O| Mar 12 16:17:18.856 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
84222026-03-12T16:17:20.007Z[ recovery-image] Mar 12 16:17:18.865 INFO O| Mar 12 16:17:18.865 INFO updating shadow file
84232026-03-12T16:17:20.007Z[ recovery-image] Mar 12 16:17:18.865 INFO O| Mar 12 16:17:18.865 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84242026-03-12T16:17:20.007Z[ recovery-image] Mar 12 16:17:18.865 INFO O| Mar 12 16:17:18.865 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84252026-03-12T16:17:20.007Z[ recovery-image] Mar 12 16:17:18.865 INFO O| Mar 12 16:17:18.865 INFO STEP 25 (shadow) COMPLETE
84262026-03-12T16:17:20.007Z[ recovery-image] Mar 12 16:17:18.865 INFO O| Mar 12 16:17:18.865 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84272026-03-12T16:17:20.015Z[ recovery-image] Mar 12 16:17:18.871 INFO O| Mar 12 16:17:18.871 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
84282026-03-12T16:17:20.015Z[ recovery-image] Mar 12 16:17:18.872 INFO O| Mar 12 16:17:18.872 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
84292026-03-12T16:17:20.015Z[ recovery-image] Mar 12 16:17:18.872 INFO O| Mar 12 16:17:18.872 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
84302026-03-12T16:17:20.015Z[ recovery-image] Mar 12 16:17:18.872 INFO O| Mar 12 16:17:18.872 INFO ok!
84312026-03-12T16:17:20.015Z[ recovery-image] Mar 12 16:17:18.872 INFO O| Mar 12 16:17:18.872 INFO STEP 26 (ensure_file) COMPLETE
84322026-03-12T16:17:20.015Z[ recovery-image] Mar 12 16:17:18.872 INFO O| Mar 12 16:17:18.872 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84332026-03-12T16:17:20.028Z[ recovery-image] Mar 12 16:17:18.880 INFO O| Mar 12 16:17:18.880 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
84342026-03-12T16:17:20.028Z[ recovery-image] Mar 12 16:17:18.880 INFO O| Mar 12 16:17:18.880 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
84352026-03-12T16:17:20.028Z[ recovery-image] Mar 12 16:17:18.880 INFO O| Mar 12 16:17:18.880 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
84362026-03-12T16:17:20.028Z[ recovery-image] Mar 12 16:17:18.880 INFO O| Mar 12 16:17:18.880 INFO ok!
84372026-03-12T16:17:20.028Z[ recovery-image] Mar 12 16:17:18.880 INFO O| Mar 12 16:17:18.880 INFO STEP 27 (ensure_file) COMPLETE
84382026-03-12T16:17:20.028Z[ recovery-image] Mar 12 16:17:18.880 INFO O| Mar 12 16:17:18.880 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84392026-03-12T16:17:20.029Z[ recovery-image] Mar 12 16:17:18.887 INFO O| Mar 12 16:17:18.887 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
84402026-03-12T16:17:20.029Z[ recovery-image] Mar 12 16:17:18.887 INFO O| Mar 12 16:17:18.887 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
84412026-03-12T16:17:20.029Z[ recovery-image] Mar 12 16:17:18.887 INFO O| Mar 12 16:17:18.887 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84422026-03-12T16:17:20.029Z[ recovery-image] Mar 12 16:17:18.887 INFO O| Mar 12 16:17:18.887 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84432026-03-12T16:17:20.029Z[ recovery-image] Mar 12 16:17:18.887 INFO O| Mar 12 16:17:18.887 INFO ok!
84442026-03-12T16:17:20.029Z[ recovery-image] Mar 12 16:17:18.887 INFO O| Mar 12 16:17:18.887 INFO STEP 28 (ensure_file) COMPLETE
84452026-03-12T16:17:20.029Z[ recovery-image] Mar 12 16:17:18.887 INFO O| Mar 12 16:17:18.887 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84462026-03-12T16:17:20.037Z[ recovery-image] Mar 12 16:17:18.894 INFO O| Mar 12 16:17:18.894 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
84472026-03-12T16:17:20.037Z[ recovery-image] Mar 12 16:17:18.894 INFO O| Mar 12 16:17:18.894 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
84482026-03-12T16:17:20.038Z[ recovery-image] Mar 12 16:17:18.894 INFO O| Mar 12 16:17:18.894 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
84492026-03-12T16:17:20.038Z[ recovery-image] Mar 12 16:17:18.894 INFO O| Mar 12 16:17:18.894 INFO ok!
84502026-03-12T16:17:20.038Z[ recovery-image] Mar 12 16:17:18.894 INFO O| Mar 12 16:17:18.894 INFO STEP 29 (ensure_file) COMPLETE
84512026-03-12T16:17:20.038Z[ recovery-image] Mar 12 16:17:18.894 INFO O| Mar 12 16:17:18.894 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
84522026-03-12T16:17:20.054Z[ recovery-image] Mar 12 16:17:18.901 INFO O| Mar 12 16:17:18.901 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84532026-03-12T16:17:20.060Z[ recovery-image] Mar 12 16:17:18.901 INFO O| Mar 12 16:17:18.901 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84542026-03-12T16:17:20.060Z[ recovery-image] Mar 12 16:17:18.901 INFO O| Mar 12 16:17:18.901 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84552026-03-12T16:17:20.060Z[ recovery-image] Mar 12 16:17:18.901 INFO O| Mar 12 16:17:18.901 INFO STEP 30 (ensure_dir) COMPLETE
84562026-03-12T16:17:20.060Z[ recovery-image] Mar 12 16:17:18.901 INFO O| Mar 12 16:17:18.901 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84572026-03-12T16:17:20.060Z[ recovery-image] Mar 12 16:17:18.908 INFO O| Mar 12 16:17:18.908 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
84582026-03-12T16:17:20.060Z[ recovery-image] Mar 12 16:17:18.908 INFO O| Mar 12 16:17:18.908 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 ...
84592026-03-12T16:17:20.060Z[ recovery-image] Mar 12 16:17:18.908 INFO O| Mar 12 16:17:18.908 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
84602026-03-12T16:17:20.060Z[ recovery-image] Mar 12 16:17:18.908 INFO O| Mar 12 16:17:18.908 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
84612026-03-12T16:17:20.060Z[ recovery-image] Mar 12 16:17:18.908 INFO O| Mar 12 16:17:18.908 INFO ok!
84622026-03-12T16:17:20.060Z[ recovery-image] Mar 12 16:17:18.908 INFO O| Mar 12 16:17:18.908 INFO STEP 31 (ensure_file) COMPLETE
84632026-03-12T16:17:20.060Z[ recovery-image] Mar 12 16:17:18.908 INFO O| Mar 12 16:17:18.908 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
84642026-03-12T16:17:20.069Z[ recovery-image] Mar 12 16:17:18.916 INFO O| Mar 12 16:17:18.916 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84652026-03-12T16:17:20.069Z[ recovery-image] Mar 12 16:17:18.916 INFO O| Mar 12 16:17:18.916 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84662026-03-12T16:17:20.069Z[ recovery-image] Mar 12 16:17:18.916 INFO O| Mar 12 16:17:18.916 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84672026-03-12T16:17:20.070Z[ recovery-image] Mar 12 16:17:18.916 INFO O| Mar 12 16:17:18.916 INFO STEP 32 (ensure_dir) COMPLETE
84682026-03-12T16:17:20.070Z[ recovery-image] Mar 12 16:17:18.916 INFO O| Mar 12 16:17:18.916 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84692026-03-12T16:17:20.070Z[ recovery-image] Mar 12 16:17:18.924 INFO O| Mar 12 16:17:18.924 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
84702026-03-12T16:17:20.070Z[ recovery-image] Mar 12 16:17:18.924 INFO O| Mar 12 16:17:18.924 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 ...
84712026-03-12T16:17:20.070Z[ recovery-image] Mar 12 16:17:18.924 INFO O| Mar 12 16:17:18.924 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
84722026-03-12T16:17:20.070Z[ recovery-image] Mar 12 16:17:18.924 INFO O| Mar 12 16:17:18.924 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
84732026-03-12T16:17:20.070Z[ recovery-image] Mar 12 16:17:18.924 INFO O| Mar 12 16:17:18.924 INFO ok!
84742026-03-12T16:17:20.070Z[ recovery-image] Mar 12 16:17:18.924 INFO O| Mar 12 16:17:18.924 INFO STEP 33 (ensure_file) COMPLETE
84752026-03-12T16:17:20.070Z[ recovery-image] Mar 12 16:17:18.924 INFO O| Mar 12 16:17:18.924 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84762026-03-12T16:17:20.070Z[ recovery-image] Mar 12 16:17:18.931 INFO O| Mar 12 16:17:18.931 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
84772026-03-12T16:17:20.070Z[ recovery-image] Mar 12 16:17:18.931 INFO O| Mar 12 16:17:18.931 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
84782026-03-12T16:17:20.070Z[ recovery-image] Mar 12 16:17:18.931 INFO O| Mar 12 16:17:18.931 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
84792026-03-12T16:17:20.070Z[ recovery-image] Mar 12 16:17:18.931 INFO O| Mar 12 16:17:18.931 INFO ok!
84802026-03-12T16:17:20.070Z[ recovery-image] Mar 12 16:17:18.931 INFO O| Mar 12 16:17:18.931 INFO STEP 34 (ensure_file) COMPLETE
84812026-03-12T16:17:20.070Z[ recovery-image] Mar 12 16:17:18.931 INFO O| Mar 12 16:17:18.931 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84822026-03-12T16:17:20.084Z[ recovery-image] Mar 12 16:17:18.940 INFO O| Mar 12 16:17:18.939 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
84832026-03-12T16:17:20.102Z[ recovery-image] Mar 12 16:17:18.940 INFO O| Mar 12 16:17:18.940 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
84842026-03-12T16:17:20.102Z[ recovery-image] Mar 12 16:17:18.940 INFO O| Mar 12 16:17:18.940 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
84852026-03-12T16:17:20.102Z[ recovery-image] Mar 12 16:17:18.940 INFO O| Mar 12 16:17:18.940 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
84862026-03-12T16:17:20.102Z[ recovery-image] Mar 12 16:17:18.940 INFO O| Mar 12 16:17:18.940 INFO ok!
84872026-03-12T16:17:20.103Z[ recovery-image] Mar 12 16:17:18.940 INFO O| Mar 12 16:17:18.940 INFO STEP 35 (ensure_file) COMPLETE
84882026-03-12T16:17:20.103Z[ recovery-image] Mar 12 16:17:18.940 INFO O| Mar 12 16:17:18.940 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84892026-03-12T16:17:20.111Z[ recovery-image] Mar 12 16:17:18.947 INFO O| Mar 12 16:17:18.947 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
84902026-03-12T16:17:20.111Z[ recovery-image] Mar 12 16:17:18.947 INFO O| Mar 12 16:17:18.947 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
84912026-03-12T16:17:20.111Z[ recovery-image] Mar 12 16:17:18.947 INFO O| Mar 12 16:17:18.947 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
84922026-03-12T16:17:20.111Z[ recovery-image] Mar 12 16:17:18.947 INFO O| Mar 12 16:17:18.947 INFO ok!
84932026-03-12T16:17:20.111Z[ recovery-image] Mar 12 16:17:18.947 INFO O| Mar 12 16:17:18.947 INFO STEP 36 (ensure_file) COMPLETE
84942026-03-12T16:17:20.111Z[ recovery-image] Mar 12 16:17:18.947 INFO O| Mar 12 16:17:18.947 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84952026-03-12T16:17:20.112Z[ recovery-image] Mar 12 16:17:18.954 INFO O| Mar 12 16:17:18.954 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
84962026-03-12T16:17:20.112Z[ recovery-image] Mar 12 16:17:18.954 INFO O| Mar 12 16:17:18.954 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
84972026-03-12T16:17:20.113Z[ recovery-image] Mar 12 16:17:18.954 INFO O| Mar 12 16:17:18.954 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
84982026-03-12T16:17:20.113Z[ recovery-image] Mar 12 16:17:18.954 INFO O| Mar 12 16:17:18.954 INFO ok!
84992026-03-12T16:17:20.113Z[ recovery-image] Mar 12 16:17:18.954 INFO O| Mar 12 16:17:18.954 INFO STEP 37 (ensure_file) COMPLETE
85002026-03-12T16:17:20.113Z[ recovery-image] Mar 12 16:17:18.954 INFO O| Mar 12 16:17:18.954 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85012026-03-12T16:17:20.113Z[ recovery-image] Mar 12 16:17:18.962 INFO O| Mar 12 16:17:18.962 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
85022026-03-12T16:17:20.113Z[ recovery-image] Mar 12 16:17:18.962 INFO O| Mar 12 16:17:18.962 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
85032026-03-12T16:17:20.113Z[ recovery-image] Mar 12 16:17:18.962 INFO O| Mar 12 16:17:18.962 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85042026-03-12T16:17:20.113Z[ recovery-image] Mar 12 16:17:18.962 INFO O| Mar 12 16:17:18.962 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85052026-03-12T16:17:20.113Z[ recovery-image] Mar 12 16:17:18.962 INFO O| Mar 12 16:17:18.962 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85062026-03-12T16:17:20.113Z[ recovery-image] Mar 12 16:17:18.962 INFO O| Mar 12 16:17:18.962 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85072026-03-12T16:17:20.113Z[ recovery-image] Mar 12 16:17:18.962 INFO O| Mar 12 16:17:18.962 INFO ok!
85082026-03-12T16:17:20.114Z[ recovery-image] Mar 12 16:17:18.962 INFO O| Mar 12 16:17:18.962 INFO STEP 38 (ensure_file) COMPLETE
85092026-03-12T16:17:20.115Z[ recovery-image] Mar 12 16:17:18.962 INFO O| Mar 12 16:17:18.962 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85102026-03-12T16:17:20.115Z[ recovery-image] Mar 12 16:17:18.969 INFO O| Mar 12 16:17:18.969 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85112026-03-12T16:17:20.115Z[ recovery-image] Mar 12 16:17:18.970 INFO O| Mar 12 16:17:18.969 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85122026-03-12T16:17:20.115Z[ recovery-image] Mar 12 16:17:18.970 INFO O| Mar 12 16:17:18.970 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85132026-03-12T16:17:20.115Z[ recovery-image] Mar 12 16:17:18.970 INFO O| Mar 12 16:17:18.970 INFO STEP 39 (ensure_dir) COMPLETE
85142026-03-12T16:17:20.115Z[ recovery-image] Mar 12 16:17:18.970 INFO O| Mar 12 16:17:18.970 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85152026-03-12T16:17:20.126Z[ recovery-image] Mar 12 16:17:18.977 INFO O| Mar 12 16:17:18.977 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
85162026-03-12T16:17:20.126Z[ recovery-image] Mar 12 16:17:18.977 INFO O| Mar 12 16:17:18.977 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 ...
85172026-03-12T16:17:20.126Z[ recovery-image] Mar 12 16:17:18.977 INFO O| Mar 12 16:17:18.977 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
85182026-03-12T16:17:20.127Z[ recovery-image] Mar 12 16:17:18.977 INFO O| Mar 12 16:17:18.977 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
85192026-03-12T16:17:20.127Z[ recovery-image] Mar 12 16:17:18.977 INFO O| Mar 12 16:17:18.977 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
85202026-03-12T16:17:20.127Z[ recovery-image] Mar 12 16:17:18.977 INFO O| Mar 12 16:17:18.977 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
85212026-03-12T16:17:20.127Z[ recovery-image] Mar 12 16:17:18.977 INFO O| Mar 12 16:17:18.977 INFO ok!
85222026-03-12T16:17:20.127Z[ recovery-image] Mar 12 16:17:18.977 INFO O| Mar 12 16:17:18.977 INFO STEP 40 (ensure_file) COMPLETE
85232026-03-12T16:17:20.127Z[ recovery-image] Mar 12 16:17:18.977 INFO O| Mar 12 16:17:18.977 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85242026-03-12T16:17:20.127Z[ recovery-image] Mar 12 16:17:18.984 INFO O| Mar 12 16:17:18.984 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
85252026-03-12T16:17:20.127Z[ recovery-image] Mar 12 16:17:18.984 INFO O| Mar 12 16:17:18.984 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 ...
85262026-03-12T16:17:20.127Z[ recovery-image] Mar 12 16:17:18.984 INFO O| Mar 12 16:17:18.984 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
85272026-03-12T16:17:20.127Z[ recovery-image] Mar 12 16:17:18.984 INFO O| Mar 12 16:17:18.984 INFO ok!
85282026-03-12T16:17:20.127Z[ recovery-image] Mar 12 16:17:18.984 INFO O| Mar 12 16:17:18.984 INFO STEP 41 (ensure_symlink) COMPLETE
85292026-03-12T16:17:20.127Z[ recovery-image] Mar 12 16:17:18.984 INFO O| Mar 12 16:17:18.984 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85302026-03-12T16:17:20.139Z[ recovery-image] Mar 12 16:17:18.993 INFO O| Mar 12 16:17:18.993 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
85312026-03-12T16:17:20.139Z[ recovery-image] Mar 12 16:17:18.993 INFO O| Mar 12 16:17:18.993 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
85322026-03-12T16:17:20.140Z[ recovery-image] Mar 12 16:17:18.993 INFO O| Mar 12 16:17:18.993 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
85332026-03-12T16:17:20.140Z[ recovery-image] Mar 12 16:17:18.993 INFO O| Mar 12 16:17:18.993 INFO ok!
85342026-03-12T16:17:20.140Z[ recovery-image] Mar 12 16:17:18.993 INFO O| Mar 12 16:17:18.993 INFO STEP 42 (ensure_symlink) COMPLETE
85352026-03-12T16:17:20.140Z[ recovery-image] Mar 12 16:17:18.993 INFO O| Mar 12 16:17:18.993 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85362026-03-12T16:17:20.140Z[ recovery-image] Mar 12 16:17:19.000 INFO O| Mar 12 16:17:19.000 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
85372026-03-12T16:17:20.140Z[ recovery-image] Mar 12 16:17:19.000 INFO O| Mar 12 16:17:19.000 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
85382026-03-12T16:17:20.140Z[ recovery-image] Mar 12 16:17:19.000 INFO O| Mar 12 16:17:19.000 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85392026-03-12T16:17:20.149Z[ recovery-image] Mar 12 16:17:19.000 INFO O| Mar 12 16:17:19.000 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85402026-03-12T16:17:20.149Z[ recovery-image] Mar 12 16:17:19.000 INFO O| Mar 12 16:17:19.000 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85412026-03-12T16:17:20.149Z[ recovery-image] Mar 12 16:17:19.000 INFO O| Mar 12 16:17:19.000 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85422026-03-12T16:17:20.149Z[ recovery-image] Mar 12 16:17:19.000 INFO O| Mar 12 16:17:19.000 INFO ok!
85432026-03-12T16:17:20.149Z[ recovery-image] Mar 12 16:17:19.000 INFO O| Mar 12 16:17:19.000 INFO STEP 43 (ensure_file) COMPLETE
85442026-03-12T16:17:20.149Z[ recovery-image] Mar 12 16:17:19.000 INFO O| Mar 12 16:17:19.000 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85452026-03-12T16:17:20.499Z[ recovery-image] Mar 12 16:17:19.007 INFO O| Mar 12 16:17:19.007 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
85462026-03-12T16:17:20.499Z[ recovery-image] Mar 12 16:17:19.007 INFO O| Mar 12 16:17:19.007 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 ...
85472026-03-12T16:17:20.499Z[ recovery-image] Mar 12 16:17:19.008 INFO O| Mar 12 16:17:19.008 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
85482026-03-12T16:17:20.499Z[ recovery-image] Mar 12 16:17:19.008 INFO O| Mar 12 16:17:19.008 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
85492026-03-12T16:17:20.499Z[ recovery-image] Mar 12 16:17:19.008 INFO O| Mar 12 16:17:19.008 INFO ok!
85502026-03-12T16:17:20.499Z[ recovery-image] Mar 12 16:17:19.008 INFO O| Mar 12 16:17:19.008 INFO STEP 44 (ensure_file) COMPLETE
85512026-03-12T16:17:20.499Z[ recovery-image] Mar 12 16:17:19.008 INFO O| Mar 12 16:17:19.008 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85522026-03-12T16:17:20.499Z[ recovery-image] Mar 12 16:17:19.015 INFO O| Mar 12 16:17:19.014 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
85532026-03-12T16:17:20.500Z[ recovery-image] Mar 12 16:17:19.015 INFO O| Mar 12 16:17:19.014 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
85542026-03-12T16:17:20.500Z[ recovery-image] Mar 12 16:17:19.015 INFO O| Mar 12 16:17:19.015 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
85552026-03-12T16:17:20.500Z[ recovery-image] Mar 12 16:17:19.015 INFO O| Mar 12 16:17:19.015 INFO ok!
85562026-03-12T16:17:20.500Z[ recovery-image] Mar 12 16:17:19.015 INFO O| Mar 12 16:17:19.015 INFO STEP 45 (ensure_file) COMPLETE
85572026-03-12T16:17:20.500Z[ recovery-image] Mar 12 16:17:19.015 INFO O| Mar 12 16:17:19.015 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
85582026-03-12T16:17:20.500Z[ recovery-image] Mar 12 16:17:19.021 INFO O| Mar 12 16:17:19.021 INFO updating shadow file
85592026-03-12T16:17:20.500Z[ recovery-image] Mar 12 16:17:19.022 INFO O| Mar 12 16:17:19.021 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
85602026-03-12T16:17:20.500Z[ recovery-image] Mar 12 16:17:19.022 INFO O| Mar 12 16:17:19.022 INFO STEP 46 (shadow) COMPLETE
85612026-03-12T16:17:20.500Z[ recovery-image] Mar 12 16:17:19.022 INFO O| Mar 12 16:17:19.022 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
85622026-03-12T16:17:20.500Z[ recovery-image] Mar 12 16:17:19.029 INFO O| Mar 12 16:17:19.029 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
85632026-03-12T16:17:20.500Z[ recovery-image] Mar 12 16:17:19.029 INFO O| Mar 12 16:17:19.029 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
85642026-03-12T16:17:20.500Z[ recovery-image] Mar 12 16:17:19.029 INFO O| Mar 12 16:17:19.029 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
85652026-03-12T16:17:20.500Z[ recovery-image] Mar 12 16:17:19.029 INFO O| Mar 12 16:17:19.029 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
85662026-03-12T16:17:20.500Z[ recovery-image] Mar 12 16:17:19.029 INFO O| Mar 12 16:17:19.029 INFO ok!
85672026-03-12T16:17:20.500Z[ recovery-image] Mar 12 16:17:19.029 INFO O| Mar 12 16:17:19.029 INFO STEP 47 (ensure_file) COMPLETE
85682026-03-12T16:17:20.500Z[ recovery-image] Mar 12 16:17:19.029 INFO O| Mar 12 16:17:19.029 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85692026-03-12T16:17:20.500Z[ recovery-image] Mar 12 16:17:19.036 INFO O| Mar 12 16:17:19.036 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
85702026-03-12T16:17:20.501Z[ recovery-image] Mar 12 16:17:19.036 INFO O| Mar 12 16:17:19.036 INFO STEP 48 (ensure_dir) COMPLETE
85712026-03-12T16:17:20.501Z[ recovery-image] Mar 12 16:17:19.036 INFO O| Mar 12 16:17:19.036 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85722026-03-12T16:17:20.501Z[ recovery-image] Mar 12 16:17:19.042 INFO O| Mar 12 16:17:19.042 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
85732026-03-12T16:17:20.501Z[ recovery-image] Mar 12 16:17:19.042 INFO O| Mar 12 16:17:19.042 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
85742026-03-12T16:17:20.501Z[ recovery-image] Mar 12 16:17:19.042 INFO O| Mar 12 16:17:19.042 INFO STEP 49 (ensure_dir) COMPLETE
85752026-03-12T16:17:20.501Z[ recovery-image] Mar 12 16:17:19.042 INFO O| Mar 12 16:17:19.042 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85762026-03-12T16:17:20.501Z[ recovery-image] Mar 12 16:17:19.049 INFO O| Mar 12 16:17:19.049 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
85772026-03-12T16:17:20.501Z[ recovery-image] Mar 12 16:17:19.049 INFO O| Mar 12 16:17:19.049 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
85782026-03-12T16:17:20.501Z[ recovery-image] Mar 12 16:17:19.049 INFO O| Mar 12 16:17:19.049 INFO STEP 50 (ensure_dir) COMPLETE
85792026-03-12T16:17:20.501Z[ recovery-image] Mar 12 16:17:19.049 INFO O| Mar 12 16:17:19.049 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85802026-03-12T16:17:20.501Z[ recovery-image] Mar 12 16:17:19.056 INFO O| Mar 12 16:17:19.056 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
85812026-03-12T16:17:20.501Z[ recovery-image] Mar 12 16:17:19.056 INFO O| Mar 12 16:17:19.056 INFO copying /tmp/.tmpzuqBXD/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
85822026-03-12T16:17:20.501Z[ recovery-image] Mar 12 16:17:19.094 INFO O| Mar 12 16:17:19.094 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
85832026-03-12T16:17:20.501Z[ recovery-image] Mar 12 16:17:19.094 INFO O| Mar 12 16:17:19.094 INFO ok!
85842026-03-12T16:17:20.501Z[ recovery-image] Mar 12 16:17:19.094 INFO O| Mar 12 16:17:19.094 INFO STEP 51 (ensure_file) COMPLETE
85852026-03-12T16:17:20.502Z[ recovery-image] Mar 12 16:17:19.094 INFO O| Mar 12 16:17:19.094 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85862026-03-12T16:17:20.502Z[ recovery-image] Mar 12 16:17:19.104 INFO O| Mar 12 16:17:19.103 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
85872026-03-12T16:17:20.502Z[ recovery-image] Mar 12 16:17:19.104 INFO O| Mar 12 16:17:19.104 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
85882026-03-12T16:17:20.502Z[ recovery-image] Mar 12 16:17:19.104 INFO O| Mar 12 16:17:19.104 INFO STEP 52 (ensure_dir) COMPLETE
85892026-03-12T16:17:20.502Z[ recovery-image] Mar 12 16:17:19.104 INFO O| Mar 12 16:17:19.104 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85902026-03-12T16:17:20.502Z[ recovery-image] Mar 12 16:17:19.113 INFO O| Mar 12 16:17:19.113 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
85912026-03-12T16:17:20.502Z[ recovery-image] Mar 12 16:17:19.113 INFO O| Mar 12 16:17:19.113 INFO copying /tmp/.tmpzuqBXD/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
85922026-03-12T16:17:20.502Z[ recovery-image] Mar 12 16:17:19.113 INFO O| Mar 12 16:17:19.113 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
85932026-03-12T16:17:20.502Z[ recovery-image] Mar 12 16:17:19.113 INFO O| Mar 12 16:17:19.113 INFO ok!
85942026-03-12T16:17:20.502Z[ recovery-image] Mar 12 16:17:19.113 INFO O| Mar 12 16:17:19.113 INFO STEP 53 (ensure_file) COMPLETE
85952026-03-12T16:17:20.502Z[ recovery-image] Mar 12 16:17:19.113 INFO O| Mar 12 16:17:19.113 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85962026-03-12T16:17:20.502Z[ recovery-image] Mar 12 16:17:19.119 INFO O| Mar 12 16:17:19.119 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
85972026-03-12T16:17:20.502Z[ recovery-image] Mar 12 16:17:19.119 INFO O| Mar 12 16:17:19.119 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
85982026-03-12T16:17:20.502Z[ recovery-image] Mar 12 16:17:19.119 INFO O| Mar 12 16:17:19.119 INFO STEP 54 (ensure_dir) COMPLETE
85992026-03-12T16:17:20.502Z[ recovery-image] Mar 12 16:17:19.119 INFO O| Mar 12 16:17:19.119 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86002026-03-12T16:17:20.502Z[ recovery-image] Mar 12 16:17:19.126 INFO O| Mar 12 16:17:19.126 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
86012026-03-12T16:17:20.512Z[ recovery-image] Mar 12 16:17:19.126 INFO O| Mar 12 16:17:19.126 INFO copying /tmp/.tmpzuqBXD/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
86022026-03-12T16:17:20.692Z[ recovery-image] Mar 12 16:17:19.555 INFO O| Mar 12 16:17:19.555 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
86032026-03-12T16:17:20.693Z[ recovery-image] Mar 12 16:17:19.555 INFO O| Mar 12 16:17:19.555 INFO ok!
86042026-03-12T16:17:20.693Z[ recovery-image] Mar 12 16:17:19.555 INFO O| Mar 12 16:17:19.555 INFO STEP 55 (ensure_file) COMPLETE
86052026-03-12T16:17:20.701Z[ recovery-image] Mar 12 16:17:19.555 INFO O| Mar 12 16:17:19.555 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86062026-03-12T16:17:20.701Z[ recovery-image] Mar 12 16:17:19.563 INFO O| Mar 12 16:17:19.563 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
86072026-03-12T16:17:20.701Z[ recovery-image] Mar 12 16:17:19.563 INFO O| Mar 12 16:17:19.563 INFO copying /tmp/.tmpzuqBXD/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
86082026-03-12T16:17:21.144Z[ recovery-image] Mar 12 16:17:20.007 INFO O| Mar 12 16:17:20.007 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
86092026-03-12T16:17:21.144Z[ recovery-image] Mar 12 16:17:20.007 INFO O| Mar 12 16:17:20.007 INFO ok!
86102026-03-12T16:17:21.144Z[ recovery-image] Mar 12 16:17:20.007 INFO O| Mar 12 16:17:20.007 INFO STEP 56 (ensure_file) COMPLETE
86112026-03-12T16:17:21.151Z[ recovery-image] Mar 12 16:17:20.007 INFO O| Mar 12 16:17:20.007 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86122026-03-12T16:17:21.158Z[ recovery-image] Mar 12 16:17:20.018 INFO O| Mar 12 16:17:20.018 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86132026-03-12T16:17:21.158Z[ recovery-image] Mar 12 16:17:20.018 INFO O| Mar 12 16:17:20.018 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86142026-03-12T16:17:21.158Z[ recovery-image] Mar 12 16:17:20.018 INFO O| Mar 12 16:17:20.018 INFO STEP 57 (ensure_dir) COMPLETE
86152026-03-12T16:17:21.158Z[ recovery-image] Mar 12 16:17:20.018 INFO O| Mar 12 16:17:20.018 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86162026-03-12T16:17:21.168Z[ recovery-image] Mar 12 16:17:20.024 INFO O| Mar 12 16:17:20.024 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
86172026-03-12T16:17:21.168Z[ recovery-image] Mar 12 16:17:20.024 INFO O| Mar 12 16:17:20.024 INFO copying /tmp/.tmpzuqBXD/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 ...
86182026-03-12T16:17:21.168Z[ recovery-image] Mar 12 16:17:20.024 INFO O| Mar 12 16:17:20.024 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
86192026-03-12T16:17:21.168Z[ recovery-image] Mar 12 16:17:20.024 INFO O| Mar 12 16:17:20.024 INFO ok!
86202026-03-12T16:17:21.168Z[ recovery-image] Mar 12 16:17:20.024 INFO O| Mar 12 16:17:20.024 INFO STEP 58 (ensure_file) COMPLETE
86212026-03-12T16:17:21.168Z[ recovery-image] Mar 12 16:17:20.024 INFO O| Mar 12 16:17:20.024 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86222026-03-12T16:17:21.174Z[ recovery-image] Mar 12 16:17:20.033 INFO O| Mar 12 16:17:20.033 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
86232026-03-12T16:17:21.174Z[ recovery-image] Mar 12 16:17:20.033 INFO O| Mar 12 16:17:20.033 INFO copying /tmp/.tmpzuqBXD/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 ...
86242026-03-12T16:17:21.174Z[ recovery-image] Mar 12 16:17:20.033 INFO O| Mar 12 16:17:20.033 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
86252026-03-12T16:17:21.174Z[ recovery-image] Mar 12 16:17:20.033 INFO O| Mar 12 16:17:20.033 INFO ok!
86262026-03-12T16:17:21.174Z[ recovery-image] Mar 12 16:17:20.033 INFO O| Mar 12 16:17:20.033 INFO STEP 59 (ensure_file) COMPLETE
86272026-03-12T16:17:21.174Z[ recovery-image] Mar 12 16:17:20.033 INFO O| Mar 12 16:17:20.033 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86282026-03-12T16:17:21.182Z[ recovery-image] Mar 12 16:17:20.042 INFO O| Mar 12 16:17:20.042 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86292026-03-12T16:17:21.182Z[ recovery-image] Mar 12 16:17:20.042 INFO O| Mar 12 16:17:20.042 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86302026-03-12T16:17:21.182Z[ recovery-image] Mar 12 16:17:20.042 INFO O| Mar 12 16:17:20.042 INFO STEP 60 (ensure_dir) COMPLETE
86312026-03-12T16:17:21.182Z[ recovery-image] Mar 12 16:17:20.042 INFO O| Mar 12 16:17:20.042 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86322026-03-12T16:17:21.190Z[ recovery-image] Mar 12 16:17:20.050 INFO O| Mar 12 16:17:20.050 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
86332026-03-12T16:17:21.190Z[ recovery-image] Mar 12 16:17:20.050 INFO O| Mar 12 16:17:20.050 INFO copying /tmp/.tmpzuqBXD/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 ...
86342026-03-12T16:17:21.190Z[ recovery-image] Mar 12 16:17:20.050 INFO O| Mar 12 16:17:20.050 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
86352026-03-12T16:17:21.190Z[ recovery-image] Mar 12 16:17:20.050 INFO O| Mar 12 16:17:20.050 INFO ok!
86362026-03-12T16:17:21.190Z[ recovery-image] Mar 12 16:17:20.050 INFO O| Mar 12 16:17:20.050 INFO STEP 61 (ensure_file) COMPLETE
86372026-03-12T16:17:21.190Z[ recovery-image] Mar 12 16:17:20.050 INFO O| Mar 12 16:17:20.050 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86382026-03-12T16:17:21.202Z[ recovery-image] Mar 12 16:17:20.057 INFO O| Mar 12 16:17:20.057 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
86392026-03-12T16:17:21.202Z[ recovery-image] Mar 12 16:17:20.057 INFO O| Mar 12 16:17:20.057 INFO copying /tmp/.tmpzuqBXD/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 ...
86402026-03-12T16:17:21.202Z[ recovery-image] Mar 12 16:17:20.057 INFO O| Mar 12 16:17:20.057 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
86412026-03-12T16:17:21.202Z[ recovery-image] Mar 12 16:17:20.057 INFO O| Mar 12 16:17:20.057 INFO ok!
86422026-03-12T16:17:21.202Z[ recovery-image] Mar 12 16:17:20.057 INFO O| Mar 12 16:17:20.057 INFO STEP 62 (ensure_file) COMPLETE
86432026-03-12T16:17:21.202Z[ recovery-image] Mar 12 16:17:20.057 INFO O| Mar 12 16:17:20.057 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86442026-03-12T16:17:21.202Z[ host-image] Mar 12 16:17:20.060 INFO O| Mar 12 16:17:20.060 INFO O| Done
86452026-03-12T16:17:21.212Z[ recovery-image] Mar 12 16:17:20.065 INFO O| Mar 12 16:17:20.065 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86462026-03-12T16:17:21.212Z[ recovery-image] Mar 12 16:17:20.065 INFO O| Mar 12 16:17:20.065 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86472026-03-12T16:17:21.212Z[ recovery-image] Mar 12 16:17:20.065 INFO O| Mar 12 16:17:20.065 INFO STEP 63 (ensure_dir) COMPLETE
86482026-03-12T16:17:21.212Z[ recovery-image] Mar 12 16:17:20.065 INFO O| Mar 12 16:17:20.065 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86492026-03-12T16:17:21.212Z[ recovery-image] Mar 12 16:17:20.072 INFO O| Mar 12 16:17:20.072 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
86502026-03-12T16:17:21.212Z[ recovery-image] Mar 12 16:17:20.072 INFO O| Mar 12 16:17:20.072 INFO copying /tmp/.tmpzuqBXD/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 ...
86512026-03-12T16:17:21.212Z[ recovery-image] Mar 12 16:17:20.072 INFO O| Mar 12 16:17:20.072 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
86522026-03-12T16:17:21.212Z[ recovery-image] Mar 12 16:17:20.072 INFO O| Mar 12 16:17:20.072 INFO ok!
86532026-03-12T16:17:21.212Z[ recovery-image] Mar 12 16:17:20.072 INFO O| Mar 12 16:17:20.072 INFO STEP 64 (ensure_file) COMPLETE
86542026-03-12T16:17:21.212Z[ recovery-image] Mar 12 16:17:20.072 INFO O| Mar 12 16:17:20.072 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86552026-03-12T16:17:21.220Z[ recovery-image] Mar 12 16:17:20.082 INFO O| Mar 12 16:17:20.082 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
86562026-03-12T16:17:21.220Z[ recovery-image] Mar 12 16:17:20.082 INFO O| Mar 12 16:17:20.082 INFO copying /tmp/.tmpzuqBXD/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
86572026-03-12T16:17:21.220Z[ recovery-image] Mar 12 16:17:20.082 INFO O| Mar 12 16:17:20.082 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
86582026-03-12T16:17:21.220Z[ recovery-image] Mar 12 16:17:20.082 INFO O| Mar 12 16:17:20.082 INFO ok!
86592026-03-12T16:17:21.220Z[ recovery-image] Mar 12 16:17:20.082 INFO O| Mar 12 16:17:20.082 INFO STEP 65 (ensure_file) COMPLETE
86602026-03-12T16:17:21.220Z[ recovery-image] Mar 12 16:17:20.082 INFO O| Mar 12 16:17:20.082 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86612026-03-12T16:17:21.227Z[ host-image] Mar 12 16:17:20.087 INFO O| Mar 12 16:17:20.087 INFO O| Done
86622026-03-12T16:17:21.227Z[ host-image] Mar 12 16:17:20.087 INFO O| Mar 12 16:17:20.087 INFO O| Done
86632026-03-12T16:17:21.236Z[ recovery-image] Mar 12 16:17:20.090 INFO O| Mar 12 16:17:20.090 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
86642026-03-12T16:17:21.236Z[ recovery-image] Mar 12 16:17:20.090 INFO O| Mar 12 16:17:20.090 INFO STEP 66 (ensure_dir) COMPLETE
86652026-03-12T16:17:21.236Z[ recovery-image] Mar 12 16:17:20.090 INFO O| Mar 12 16:17:20.090 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86662026-03-12T16:17:21.236Z[ recovery-image] Mar 12 16:17:20.097 INFO O| Mar 12 16:17:20.097 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
86672026-03-12T16:17:21.236Z[ recovery-image] Mar 12 16:17:20.097 INFO O| Mar 12 16:17:20.097 INFO STEP 67 (ensure_dir) COMPLETE
86682026-03-12T16:17:21.236Z[ recovery-image] Mar 12 16:17:20.097 INFO O| Mar 12 16:17:20.097 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86692026-03-12T16:17:21.242Z[ host-image] Mar 12 16:17:20.100 INFO O| Mar 12 16:17:20.100 INFO O| Done
86702026-03-12T16:17:21.242Z[ recovery-image] Mar 12 16:17:20.104 INFO O| Mar 12 16:17:20.104 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
86712026-03-12T16:17:21.242Z[ recovery-image] Mar 12 16:17:20.104 INFO O| Mar 12 16:17:20.104 INFO STEP 68 (ensure_dir) COMPLETE
86722026-03-12T16:17:21.242Z[ recovery-image] Mar 12 16:17:20.104 INFO O| Mar 12 16:17:20.104 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86732026-03-12T16:17:21.250Z[ recovery-image] Mar 12 16:17:20.111 INFO O| Mar 12 16:17:20.111 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
86742026-03-12T16:17:21.251Z[ recovery-image] Mar 12 16:17:20.111 INFO O| Mar 12 16:17:20.111 INFO STEP 69 (ensure_dir) COMPLETE
86752026-03-12T16:17:21.251Z[ recovery-image] Mar 12 16:17:20.111 INFO O| Mar 12 16:17:20.111 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86762026-03-12T16:17:21.257Z[ recovery-image] Mar 12 16:17:20.120 INFO O| Mar 12 16:17:20.120 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
86772026-03-12T16:17:21.258Z[ recovery-image] Mar 12 16:17:20.120 INFO O| Mar 12 16:17:20.120 INFO copying /tmp/.tmpzuqBXD/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
86782026-03-12T16:17:21.258Z[ recovery-image] Mar 12 16:17:20.120 INFO O| Mar 12 16:17:20.120 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
86792026-03-12T16:17:21.258Z[ recovery-image] Mar 12 16:17:20.120 INFO O| Mar 12 16:17:20.120 INFO ok!
86802026-03-12T16:17:21.258Z[ recovery-image] Mar 12 16:17:20.120 INFO O| Mar 12 16:17:20.120 INFO STEP 70 (ensure_file) COMPLETE
86812026-03-12T16:17:21.258Z[ recovery-image] Mar 12 16:17:20.120 INFO O| Mar 12 16:17:20.120 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86822026-03-12T16:17:21.268Z[ recovery-image] Mar 12 16:17:20.127 INFO O| Mar 12 16:17:20.127 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
86832026-03-12T16:17:21.275Z[ recovery-image] Mar 12 16:17:20.128 INFO O| Mar 12 16:17:20.128 INFO STEP 71 (remove_files) COMPLETE
86842026-03-12T16:17:21.275Z[ recovery-image] Mar 12 16:17:20.128 INFO O| Mar 12 16:17:20.128 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86852026-03-12T16:17:21.276Z[ recovery-image] Mar 12 16:17:20.134 INFO O| Mar 12 16:17:20.134 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
86862026-03-12T16:17:21.276Z[ recovery-image] Mar 12 16:17:20.134 INFO O| Mar 12 16:17:20.134 INFO STEP 72 (remove_files) COMPLETE
86872026-03-12T16:17:21.276Z[ recovery-image] Mar 12 16:17:20.134 INFO O| Mar 12 16:17:20.134 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86882026-03-12T16:17:21.283Z[ recovery-image] Mar 12 16:17:20.142 INFO O| Mar 12 16:17:20.142 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
86892026-03-12T16:17:21.283Z[ recovery-image] Mar 12 16:17:20.142 INFO O| Mar 12 16:17:20.142 INFO STEP 73 (remove_files) COMPLETE
86902026-03-12T16:17:21.283Z[ recovery-image] Mar 12 16:17:20.142 INFO O| Mar 12 16:17:20.142 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86912026-03-12T16:17:21.292Z[ recovery-image] Mar 12 16:17:20.152 INFO O| Mar 12 16:17:20.152 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
86922026-03-12T16:17:21.292Z[ recovery-image] Mar 12 16:17:20.152 INFO O| Mar 12 16:17:20.152 INFO STEP 74 (remove_files) COMPLETE
86932026-03-12T16:17:21.292Z[ recovery-image] Mar 12 16:17:20.152 INFO O| Mar 12 16:17:20.152 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86942026-03-12T16:17:21.300Z[ recovery-image] Mar 12 16:17:20.161 INFO O| Mar 12 16:17:20.161 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
86952026-03-12T16:17:21.300Z[ recovery-image] Mar 12 16:17:20.161 INFO O| Mar 12 16:17:20.161 INFO STEP 75 (remove_files) COMPLETE
86962026-03-12T16:17:21.300Z[ recovery-image] Mar 12 16:17:20.161 INFO O| Mar 12 16:17:20.161 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86972026-03-12T16:17:21.309Z[ recovery-image] Mar 12 16:17:20.171 INFO O| Mar 12 16:17:20.171 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
86982026-03-12T16:17:21.316Z[ recovery-image] Mar 12 16:17:20.172 INFO O| Mar 12 16:17:20.172 INFO STEP 76 (remove_files) COMPLETE
86992026-03-12T16:17:21.316Z[ recovery-image] Mar 12 16:17:20.172 INFO O| Mar 12 16:17:20.172 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87002026-03-12T16:17:21.325Z[ recovery-image] Mar 12 16:17:20.182 INFO O| Mar 12 16:17:20.182 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
87012026-03-12T16:17:21.325Z[ recovery-image] Mar 12 16:17:20.182 INFO O| Mar 12 16:17:20.182 INFO STEP 77 (remove_files) COMPLETE
87022026-03-12T16:17:21.325Z[ recovery-image] Mar 12 16:17:20.182 INFO O| Mar 12 16:17:20.182 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87032026-03-12T16:17:21.333Z[ recovery-image] Mar 12 16:17:20.191 INFO O| Mar 12 16:17:20.191 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
87042026-03-12T16:17:21.333Z[ recovery-image] Mar 12 16:17:20.191 INFO O| Mar 12 16:17:20.191 INFO STEP 78 (remove_files) COMPLETE
87052026-03-12T16:17:21.333Z[ recovery-image] Mar 12 16:17:20.191 INFO O| Mar 12 16:17:20.191 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87062026-03-12T16:17:21.351Z[ recovery-image] Mar 12 16:17:20.201 INFO O| Mar 12 16:17:20.201 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
87072026-03-12T16:17:21.351Z[ recovery-image] Mar 12 16:17:20.201 INFO O| Mar 12 16:17:20.201 INFO STEP 79 (remove_files) COMPLETE
87082026-03-12T16:17:21.351Z[ recovery-image] Mar 12 16:17:20.201 INFO O| Mar 12 16:17:20.201 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87092026-03-12T16:17:21.351Z[ recovery-image] Mar 12 16:17:20.210 INFO O| Mar 12 16:17:20.209 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
87102026-03-12T16:17:21.351Z[ recovery-image] Mar 12 16:17:20.210 INFO O| Mar 12 16:17:20.210 INFO STEP 80 (remove_files) COMPLETE
87112026-03-12T16:17:21.351Z[ recovery-image] Mar 12 16:17:20.210 INFO O| Mar 12 16:17:20.210 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87122026-03-12T16:17:21.361Z[ recovery-image] Mar 12 16:17:20.217 INFO O| Mar 12 16:17:20.217 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
87132026-03-12T16:17:21.361Z[ recovery-image] Mar 12 16:17:20.217 INFO O| Mar 12 16:17:20.217 INFO STEP 81 (remove_files) COMPLETE
87142026-03-12T16:17:21.361Z[ recovery-image] Mar 12 16:17:20.217 INFO O| Mar 12 16:17:20.217 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87152026-03-12T16:17:21.368Z[ recovery-image] Mar 12 16:17:20.225 INFO O| Mar 12 16:17:20.225 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
87162026-03-12T16:17:21.368Z[ recovery-image] Mar 12 16:17:20.225 INFO O| Mar 12 16:17:20.225 INFO STEP 82 (remove_files) COMPLETE
87172026-03-12T16:17:21.373Z[ recovery-image] Mar 12 16:17:20.225 INFO O| Mar 12 16:17:20.225 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87182026-03-12T16:17:21.388Z[ recovery-image] Mar 12 16:17:20.232 INFO O| Mar 12 16:17:20.232 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
87192026-03-12T16:17:21.388Z[ recovery-image] Mar 12 16:17:20.233 INFO O| Mar 12 16:17:20.232 INFO STEP 83 (remove_files) COMPLETE
87202026-03-12T16:17:21.388Z[ recovery-image] Mar 12 16:17:20.233 INFO O| Mar 12 16:17:20.232 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87212026-03-12T16:17:21.388Z[ recovery-image] Mar 12 16:17:20.240 INFO O| Mar 12 16:17:20.240 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
87222026-03-12T16:17:21.388Z[ recovery-image] Mar 12 16:17:20.240 INFO O| Mar 12 16:17:20.240 INFO STEP 84 (remove_files) COMPLETE
87232026-03-12T16:17:21.388Z[ recovery-image] Mar 12 16:17:20.240 INFO O| Mar 12 16:17:20.240 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87242026-03-12T16:17:21.388Z[ recovery-image] Mar 12 16:17:20.247 INFO O| Mar 12 16:17:20.247 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
87252026-03-12T16:17:21.388Z[ recovery-image] Mar 12 16:17:20.247 INFO O| Mar 12 16:17:20.247 INFO STEP 85 (remove_files) COMPLETE
87262026-03-12T16:17:21.389Z[ recovery-image] Mar 12 16:17:20.247 INFO O| Mar 12 16:17:20.247 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87272026-03-12T16:17:21.405Z[ recovery-image] Mar 12 16:17:20.257 INFO O| Mar 12 16:17:20.257 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
87282026-03-12T16:17:21.405Z[ recovery-image] Mar 12 16:17:20.257 INFO O| Mar 12 16:17:20.257 INFO STEP 86 (remove_files) COMPLETE
87292026-03-12T16:17:21.405Z[ recovery-image] Mar 12 16:17:20.257 INFO O| Mar 12 16:17:20.257 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87302026-03-12T16:17:21.405Z[ recovery-image] Mar 12 16:17:20.266 INFO O| Mar 12 16:17:20.266 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
87312026-03-12T16:17:21.406Z[ recovery-image] Mar 12 16:17:20.266 INFO O| Mar 12 16:17:20.266 INFO STEP 87 (remove_files) COMPLETE
87322026-03-12T16:17:21.406Z[ recovery-image] Mar 12 16:17:20.266 INFO O| Mar 12 16:17:20.266 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87332026-03-12T16:17:21.414Z[ recovery-image] Mar 12 16:17:20.276 INFO O| Mar 12 16:17:20.276 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
87342026-03-12T16:17:21.414Z[ recovery-image] Mar 12 16:17:20.276 INFO O| Mar 12 16:17:20.276 INFO STEP 88 (remove_files) COMPLETE
87352026-03-12T16:17:21.414Z[ recovery-image] Mar 12 16:17:20.276 INFO O| Mar 12 16:17:20.276 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87362026-03-12T16:17:21.427Z[ recovery-image] Mar 12 16:17:20.287 INFO O| Mar 12 16:17:20.287 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
87372026-03-12T16:17:21.427Z[ recovery-image] Mar 12 16:17:20.287 INFO O| Mar 12 16:17:20.287 INFO STEP 89 (remove_files) COMPLETE
87382026-03-12T16:17:21.427Z[ recovery-image] Mar 12 16:17:20.287 INFO O| Mar 12 16:17:20.287 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87392026-03-12T16:17:21.434Z[ recovery-image] Mar 12 16:17:20.294 INFO O| Mar 12 16:17:20.294 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
87402026-03-12T16:17:21.435Z[ recovery-image] Mar 12 16:17:20.294 INFO O| Mar 12 16:17:20.294 INFO STEP 90 (remove_files) COMPLETE
87412026-03-12T16:17:21.435Z[ recovery-image] Mar 12 16:17:20.294 INFO O| Mar 12 16:17:20.294 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87422026-03-12T16:17:21.441Z[ recovery-image] Mar 12 16:17:20.304 INFO O| Mar 12 16:17:20.304 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
87432026-03-12T16:17:21.441Z[ recovery-image] Mar 12 16:17:20.304 INFO O| Mar 12 16:17:20.304 INFO STEP 91 (remove_files) COMPLETE
87442026-03-12T16:17:21.441Z[ recovery-image] Mar 12 16:17:20.304 INFO O| Mar 12 16:17:20.304 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87452026-03-12T16:17:21.450Z[ recovery-image] Mar 12 16:17:20.312 INFO O| Mar 12 16:17:20.312 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
87462026-03-12T16:17:21.450Z[ recovery-image] Mar 12 16:17:20.312 INFO O| Mar 12 16:17:20.312 INFO STEP 92 (remove_files) COMPLETE
87472026-03-12T16:17:21.450Z[ recovery-image] Mar 12 16:17:20.312 INFO O| Mar 12 16:17:20.312 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87482026-03-12T16:17:21.456Z[ recovery-image] Mar 12 16:17:20.319 INFO O| Mar 12 16:17:20.319 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
87492026-03-12T16:17:21.457Z[ recovery-image] Mar 12 16:17:20.319 INFO O| Mar 12 16:17:20.319 INFO STEP 93 (remove_files) COMPLETE
87502026-03-12T16:17:21.457Z[ recovery-image] Mar 12 16:17:20.319 INFO O| Mar 12 16:17:20.319 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87512026-03-12T16:17:21.463Z[ recovery-image] Mar 12 16:17:20.325 INFO O| Mar 12 16:17:20.325 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
87522026-03-12T16:17:21.463Z[ recovery-image] Mar 12 16:17:20.325 INFO O| Mar 12 16:17:20.325 INFO STEP 94 (remove_files) COMPLETE
87532026-03-12T16:17:21.463Z[ recovery-image] Mar 12 16:17:20.325 INFO O| Mar 12 16:17:20.325 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87542026-03-12T16:17:21.476Z[ recovery-image] Mar 12 16:17:20.332 INFO O| Mar 12 16:17:20.332 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
87552026-03-12T16:17:21.476Z[ recovery-image] Mar 12 16:17:20.332 INFO O| Mar 12 16:17:20.332 INFO STEP 95 (remove_files) COMPLETE
87562026-03-12T16:17:21.477Z[ recovery-image] Mar 12 16:17:20.332 INFO O| Mar 12 16:17:20.332 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87572026-03-12T16:17:21.477Z[ recovery-image] Mar 12 16:17:20.339 INFO O| Mar 12 16:17:20.339 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
87582026-03-12T16:17:21.477Z[ recovery-image] Mar 12 16:17:20.339 INFO O| Mar 12 16:17:20.339 INFO STEP 96 (remove_files) COMPLETE
87592026-03-12T16:17:21.477Z[ recovery-image] Mar 12 16:17:20.339 INFO O| Mar 12 16:17:20.339 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87602026-03-12T16:17:21.484Z[ recovery-image] Mar 12 16:17:20.345 INFO O| Mar 12 16:17:20.345 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
87612026-03-12T16:17:21.484Z[ recovery-image] Mar 12 16:17:20.346 INFO O| Mar 12 16:17:20.346 INFO STEP 97 (remove_files) COMPLETE
87622026-03-12T16:17:21.484Z[ recovery-image] Mar 12 16:17:20.346 INFO O| Mar 12 16:17:20.346 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87632026-03-12T16:17:21.490Z[ recovery-image] Mar 12 16:17:20.353 INFO O| Mar 12 16:17:20.353 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
87642026-03-12T16:17:21.490Z[ recovery-image] Mar 12 16:17:20.353 INFO O| Mar 12 16:17:20.353 INFO STEP 98 (remove_files) COMPLETE
87652026-03-12T16:17:21.490Z[ recovery-image] Mar 12 16:17:20.353 INFO O| Mar 12 16:17:20.353 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87662026-03-12T16:17:21.498Z[ recovery-image] Mar 12 16:17:20.359 INFO O| Mar 12 16:17:20.359 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
87672026-03-12T16:17:21.498Z[ recovery-image] Mar 12 16:17:20.359 INFO O| Mar 12 16:17:20.359 INFO STEP 99 (remove_files) COMPLETE
87682026-03-12T16:17:21.498Z[ recovery-image] Mar 12 16:17:20.359 INFO O| Mar 12 16:17:20.359 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87692026-03-12T16:17:21.507Z[ recovery-image] Mar 12 16:17:20.369 INFO O| Mar 12 16:17:20.369 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
87702026-03-12T16:17:21.515Z[ recovery-image] Mar 12 16:17:20.369 INFO O| Mar 12 16:17:20.369 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
87712026-03-12T16:17:26.292Z[ host-image] Mar 12 16:17:21.649 INFO O| Mar 12 16:17:21.649 INFO STEP 14 (pkg_install) COMPLETE
87722026-03-12T16:17:26.293Z[ host-image] Mar 12 16:17:21.649 INFO O| Mar 12 16:17:21.649 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
87732026-03-12T16:17:26.308Z[ host-image] Mar 12 16:17:21.649 INFO O| Mar 12 16:17:21.649 INFO skip step because feature "mbist" is not enabled
87742026-03-12T16:17:26.308Z[ host-image] Mar 12 16:17:21.649 INFO O| Mar 12 16:17:21.649 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
87752026-03-12T16:17:26.308Z[ host-image] Mar 12 16:17:21.649 INFO O| Mar 12 16:17:21.649 INFO skip step because feature "mfg" is not enabled
87762026-03-12T16:17:26.308Z[ host-image] Mar 12 16:17:21.649 INFO O| Mar 12 16:17:21.649 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
87772026-03-12T16:17:26.308Z[ host-image] Mar 12 16:17:21.649 INFO O| Mar 12 16:17:21.649 INFO skip step because feature "compliance" is not enabled
87782026-03-12T16:17:26.308Z[ host-image] Mar 12 16:17:21.649 INFO O| Mar 12 16:17:21.649 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
87792026-03-12T16:17:26.308Z[ host-image] Mar 12 16:17:21.649 INFO O| Mar 12 16:17:21.649 INFO skip step because feature "stress" is not enabled
87802026-03-12T16:17:26.308Z[ host-image] Mar 12 16:17:21.649 INFO O| Mar 12 16:17:21.649 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
87812026-03-12T16:17:26.308Z[ host-image] Mar 12 16:17:21.649 INFO O| Mar 12 16:17:21.649 INFO skip step because feature "compliance" is not enabled
87822026-03-12T16:17:26.308Z[ host-image] Mar 12 16:17:21.649 INFO O| Mar 12 16:17:21.649 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
87832026-03-12T16:17:26.308Z[ host-image] Mar 12 16:17:21.649 INFO O| Mar 12 16:17:21.649 INFO skip step because feature "nfs" is not enabled
87842026-03-12T16:17:26.308Z[ host-image] Mar 12 16:17:21.649 INFO O| Mar 12 16:17:21.649 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
87852026-03-12T16:17:26.308Z[ host-image] Mar 12 16:17:21.649 INFO O| Mar 12 16:17:21.649 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
87862026-03-12T16:17:26.309Z[ host-image] Mar 12 16:17:21.898 INFO O| Mar 12 16:17:21.898 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
87872026-03-12T16:17:26.309Z[ host-image] Mar 12 16:17:21.983 INFO O| Mar 12 16:17:21.983 INFO completed processing sled/ramdisk-01-os
87882026-03-12T16:17:26.309Z[ host-image] Mar 12 16:17:21.985 INFO omicron1 baseline generation...
87892026-03-12T16:17:26.309Z[ host-image] Mar 12 16:17:21.985 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
87902026-03-12T16:17:26.309Z[ host-image] Mar 12 16:17:22.328 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23819:20260309T213324Z
87912026-03-12T16:17:26.309Z[ recovery-image] Mar 12 16:17:25.147 INFO O| Mar 12 16:17:25.147 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
87922026-03-12T16:17:26.309Z[ recovery-image] Mar 12 16:17:25.147 INFO O| Mar 12 16:17:25.147 INFO E| svccfg: Loaded 68 smf(7) service descriptions
87932026-03-12T16:17:26.313Z[ recovery-image] Mar 12 16:17:25.160 INFO O| Mar 12 16:17:25.160 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
87942026-03-12T16:17:26.423Z[ recovery-image] Mar 12 16:17:25.281 INFO O| Mar 12 16:17:25.281 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "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"}
87952026-03-12T16:17:26.484Z[ recovery-image] Mar 12 16:17:25.346 INFO O| Mar 12 16:17:25.346 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
87962026-03-12T16:17:26.559Z[ recovery-image] Mar 12 16:17:25.421 INFO O| Mar 12 16:17:25.421 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
87972026-03-12T16:17:26.559Z[ recovery-image] Mar 12 16:17:25.421 INFO O| Mar 12 16:17:25.421 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 ...
87982026-03-12T16:17:26.562Z[ recovery-image] Mar 12 16:17:25.423 INFO O| Mar 12 16:17:25.423 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
87992026-03-12T16:17:26.562Z[ recovery-image] Mar 12 16:17:25.423 INFO O| Mar 12 16:17:25.423 INFO ok!
88002026-03-12T16:17:26.562Z[ recovery-image] Mar 12 16:17:25.423 INFO O| Mar 12 16:17:25.423 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
88012026-03-12T16:17:26.562Z[ recovery-image] Mar 12 16:17:25.423 INFO O| Mar 12 16:17:25.423 INFO STEP 100 (seed_smf) COMPLETE
88022026-03-12T16:17:26.562Z[ recovery-image] Mar 12 16:17:25.423 INFO O| Mar 12 16:17:25.423 INFO steps complete; finalising image!
88032026-03-12T16:17:26.562Z[ recovery-image] Mar 12 16:17:25.423 INFO O| Mar 12 16:17:25.423 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
88042026-03-12T16:17:26.589Z[ recovery-image] Mar 12 16:17:25.451 INFO O| Mar 12 16:17:25.451 INFO trim TEMPORARY-sled-zfs-recovery: (8% trimmed, started at Thu Mar 12 16:17:25 2026)
88052026-03-12T16:17:26.806Z[ recovery-image] Mar 12 16:17:25.668 INFO O| Mar 12 16:17:25.668 INFO temporary pool has 431M used, 1.33G avail, 1.00x compressratio
88062026-03-12T16:17:26.806Z[ recovery-image] Mar 12 16:17:25.668 INFO O| Mar 12 16:17:25.668 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
88072026-03-12T16:17:27.025Z[ recovery-image] Mar 12 16:17:25.887 INFO O| Mar 12 16:17:25.887 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
88082026-03-12T16:17:27.026Z[ recovery-image] Mar 12 16:17:25.887 INFO O| Mar 12 16:17:25.887 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
88092026-03-12T16:17:29.591Z[ recovery-image] Mar 12 16:17:28.453 INFO O| Mar 12 16:17:28.453 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88102026-03-12T16:17:29.591Z[ recovery-image] Mar 12 16:17:28.453 INFO O| Mar 12 16:17:28.453 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88112026-03-12T16:17:29.592Z[ recovery-image] Mar 12 16:17:28.453 INFO O| Mar 12 16:17:28.453 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88122026-03-12T16:17:29.594Z[ recovery-image] Mar 12 16:17:28.453 INFO O| Mar 12 16:17:28.453 INFO completed processing sled/zfs-recovery
88132026-03-12T16:17:29.594Z[ recovery-image] Mar 12 16:17:28.453 INFO O| Mar 12 16:17:28.453 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
88142026-03-12T16:17:30.632Z[ recovery-image] Mar 12 16:17:29.494 INFO O| Mar 12 16:17:29.494 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
88152026-03-12T16:17:30.719Z[ recovery-image] Mar 12 16:17:29.580 INFO BUILD STRING "heads/stlouis-0-g3baf9f2fef\n"
88162026-03-12T16:17:30.719Z[ recovery-image] Mar 12 16:17:29.580 INFO expanded image name: "recovery 6e4dd7c/${os_short_commit} 2026-03-12 15:51" -> "recovery 6e4dd7c/3baf9f2 2026-03-12 15:51"
88172026-03-12T16:17:30.722Z[ recovery-image] Mar 12 16:17:29.580 INFO output artefacts stored in: "/work/os-recovery"
88182026-03-12T16:17:30.722Z[ recovery-image] Mar 12 16:17:29.580 INFO collecting git info from project "bootserver"...
88192026-03-12T16:17:30.725Z[ recovery-image] Mar 12 16:17:29.588 INFO collecting git info from project "pilot"...
88202026-03-12T16:17:30.735Z[ recovery-image] Mar 12 16:17:29.597 INFO collecting git info from project "phbl"...
88212026-03-12T16:17:30.741Z[ recovery-image] Mar 12 16:17:29.603 INFO collecting git info from project "chelsio-t6-roms"...
88222026-03-12T16:17:30.761Z[ recovery-image] Mar 12 16:17:29.623 INFO collecting git info from project "image-builder"...
88232026-03-12T16:17:30.767Z[ recovery-image] Mar 12 16:17:29.629 INFO collecting git info from project "amd-firmware"...
88242026-03-12T16:17:30.858Z[ recovery-image] Mar 12 16:17:29.720 INFO collecting git info from project "amd-host-image-builder"...
88252026-03-12T16:17:30.902Z[ recovery-image] Mar 12 16:17:29.764 INFO collecting git info from project "dmar-report"...
88262026-03-12T16:17:30.913Z[ recovery-image] Mar 12 16:17:29.775 INFO collecting git info from project "pinprick"...
88272026-03-12T16:17:30.918Z[ recovery-image] Mar 12 16:17:29.780 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
88282026-03-12T16:17:31.243Z[ recovery-image] Mar 12 16:17:30.104 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
88292026-03-12T16:17:31.564Z[ recovery-image] Mar 12 16:17:30.426 INFO creating Oxide boot image...
88302026-03-12T16:17:31.564Z[ recovery-image] Mar 12 16:17:30.426 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 6e4dd7c/3baf9f2 2026-03-12 15:51", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
88312026-03-12T16:18:06.830Z[ host-image] Mar 12 16:18:05.689 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23819:20260309T213357Z
88322026-03-12T16:18:06.830Z[ host-image] Mar 12 16:18:05.689 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23819:20260309T213357Z
88332026-03-12T16:18:06.836Z[ host-image] Mar 12 16:18:05.689 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
88342026-03-12T16:18:06.836Z[ host-image] Mar 12 16:18:05.689 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
88352026-03-12T16:18:06.836Z[ host-image] Mar 12 16:18:05.689 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
88362026-03-12T16:18:06.836Z[ host-image] Mar 12 16:18:05.689 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
88372026-03-12T16:18:06.836Z[ host-image] Mar 12 16:18:05.689 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
88382026-03-12T16:18:06.836Z[ host-image] Mar 12 16:18:05.689 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
88392026-03-12T16:18:06.836Z[ host-image] Mar 12 16:18:05.690 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0:20260312T155207Z
88402026-03-12T16:18:06.836Z[ host-image] Mar 12 16:18:05.690 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.25:20250809T001145Z
88412026-03-12T16:18:06.836Z[ host-image] Mar 12 16:18:05.690 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
88422026-03-12T16:18:06.836Z[ host-image] Mar 12 16:18:05.690 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23819:20260309T213358Z
88432026-03-12T16:18:06.836Z[ host-image] Mar 12 16:18:05.691 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23819:20260309T213359Z
88442026-03-12T16:18:06.836Z[ host-image] Mar 12 16:18:05.691 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23819:20260309T213359Z
88452026-03-12T16:18:06.836Z[ host-image] Mar 12 16:18:05.691 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23819:20260309T213359Z
88462026-03-12T16:18:06.836Z[ host-image] Mar 12 16:18:05.691 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
88472026-03-12T16:18:06.837Z[ host-image] Mar 12 16:18:05.692 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23819:20260309T213359Z
88482026-03-12T16:18:06.837Z[ host-image] Mar 12 16:18:05.692 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23819:20260309T213359Z
88492026-03-12T16:18:06.837Z[ host-image] Mar 12 16:18:05.692 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23819:20260309T213359Z
88502026-03-12T16:18:06.837Z[ host-image] Mar 12 16:18:05.692 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23819:20260309T213359Z
88512026-03-12T16:18:06.837Z[ host-image] Mar 12 16:18:05.692 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23819:20260309T213400Z
88522026-03-12T16:18:06.837Z[ host-image] Mar 12 16:18:05.692 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23819:20260309T213400Z
88532026-03-12T16:18:06.837Z[ host-image] Mar 12 16:18:05.692 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23819:20260309T213401Z
88542026-03-12T16:18:06.837Z[ host-image] Mar 12 16:18:05.692 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23819:20260309T213401Z
88552026-03-12T16:18:06.837Z[ host-image] Mar 12 16:18:05.692 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23819:20260309T213402Z
88562026-03-12T16:18:06.837Z[ host-image] Mar 12 16:18:05.692 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23819:20260309T213402Z
88572026-03-12T16:18:06.837Z[ host-image] Mar 12 16:18:05.693 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23819:20260309T213403Z
88582026-03-12T16:18:06.837Z[ host-image] Mar 12 16:18:05.693 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23819:20260309T213403Z
88592026-03-12T16:18:06.837Z[ host-image] Mar 12 16:18:05.693 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23819:20260309T213405Z
88602026-03-12T16:18:06.837Z[ host-image] Mar 12 16:18:05.693 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23819:20260309T213405Z
88612026-03-12T16:18:06.837Z[ host-image] Mar 12 16:18:05.693 INFO O| install = pkg://helios-dev/driver/network/opte@0.39.455:20260129T171925Z
88622026-03-12T16:18:06.837Z[ host-image] Mar 12 16:18:05.693 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23819:20260309T213407Z
88632026-03-12T16:18:06.837Z[ host-image] Mar 12 16:18:05.693 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23819:20260309T213409Z
88642026-03-12T16:18:06.837Z[ host-image] Mar 12 16:18:05.693 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23819:20260309T213410Z
88652026-03-12T16:18:06.837Z[ host-image] Mar 12 16:18:05.693 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23819:20260309T213410Z
88662026-03-12T16:18:06.837Z[ host-image] Mar 12 16:18:05.693 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23819:20260309T213411Z
88672026-03-12T16:18:06.837Z[ host-image] Mar 12 16:18:05.693 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23819:20260309T213412Z
88682026-03-12T16:18:06.841Z[ host-image] Mar 12 16:18:05.697 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
88692026-03-12T16:18:06.841Z[ host-image] Mar 12 16:18:05.697 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23819:20260309T213412Z
88702026-03-12T16:18:06.841Z[ host-image] Mar 12 16:18:05.697 INFO O| install = pkg://helios-dev/library/expat@2.7.2-2.0:20250922T152653Z
88712026-03-12T16:18:06.841Z[ host-image] Mar 12 16:18:05.697 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
88722026-03-12T16:18:06.841Z[ host-image] Mar 12 16:18:05.698 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
88732026-03-12T16:18:06.841Z[ host-image] Mar 12 16:18:05.698 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23819:20260309T213412Z
88742026-03-12T16:18:06.842Z[ host-image] Mar 12 16:18:05.698 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
88752026-03-12T16:18:06.842Z[ host-image] Mar 12 16:18:05.698 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
88762026-03-12T16:18:06.842Z[ host-image] Mar 12 16:18:05.698 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
88772026-03-12T16:18:06.842Z[ host-image] Mar 12 16:18:05.698 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
88782026-03-12T16:18:06.845Z[ host-image] Mar 12 16:18:05.703 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
88792026-03-12T16:18:06.845Z[ host-image] Mar 12 16:18:05.703 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
88802026-03-12T16:18:06.845Z[ host-image] Mar 12 16:18:05.703 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
88812026-03-12T16:18:06.845Z[ host-image] Mar 12 16:18:05.703 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
88822026-03-12T16:18:06.845Z[ host-image] Mar 12 16:18:05.704 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
88832026-03-12T16:18:06.845Z[ host-image] Mar 12 16:18:05.704 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
88842026-03-12T16:18:06.858Z[ host-image] Mar 12 16:18:05.717 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.19-2.0:20260128T223505Z
88852026-03-12T16:18:06.862Z[ host-image] Mar 12 16:18:05.718 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
88862026-03-12T16:18:06.862Z[ host-image] Mar 12 16:18:05.718 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
88872026-03-12T16:18:06.862Z[ host-image] Mar 12 16:18:05.718 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23819:20260309T213414Z
88882026-03-12T16:18:06.862Z[ host-image] Mar 12 16:18:05.718 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23819:20260309T213419Z
88892026-03-12T16:18:06.862Z[ host-image] Mar 12 16:18:05.718 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
88902026-03-12T16:18:06.862Z[ host-image] Mar 12 16:18:05.718 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23819:20260309T213420Z
88912026-03-12T16:18:06.862Z[ host-image] Mar 12 16:18:05.718 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
88922026-03-12T16:18:06.862Z[ host-image] Mar 12 16:18:05.718 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
88932026-03-12T16:18:06.862Z[ host-image] Mar 12 16:18:05.718 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.42:20260217T052359Z
88942026-03-12T16:18:06.862Z[ host-image] Mar 12 16:18:05.718 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
88952026-03-12T16:18:06.862Z[ host-image] Mar 12 16:18:05.718 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23819:20260309T213420Z
88962026-03-12T16:18:06.862Z[ host-image] Mar 12 16:18:05.718 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
88972026-03-12T16:18:06.862Z[ host-image] Mar 12 16:18:05.720 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
88982026-03-12T16:18:06.862Z[ host-image] Mar 12 16:18:05.720 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
88992026-03-12T16:18:06.862Z[ host-image] Mar 12 16:18:05.720 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
89002026-03-12T16:18:06.862Z[ host-image] Mar 12 16:18:05.720 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23819:20260309T213420Z
89012026-03-12T16:18:06.862Z[ host-image] Mar 12 16:18:05.720 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
89022026-03-12T16:18:06.866Z[ host-image] Mar 12 16:18:05.725 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
89032026-03-12T16:18:06.869Z[ host-image] Mar 12 16:18:05.725 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23819:20260309T213421Z
89042026-03-12T16:18:06.869Z[ host-image] Mar 12 16:18:05.726 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23819:20260309T213421Z
89052026-03-12T16:18:06.869Z[ host-image] Mar 12 16:18:05.726 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23819:20260309T213421Z
89062026-03-12T16:18:06.869Z[ host-image] Mar 12 16:18:05.726 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
89072026-03-12T16:18:06.869Z[ host-image] Mar 12 16:18:05.726 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23819:20260309T213423Z
89082026-03-12T16:18:06.869Z[ host-image] Mar 12 16:18:05.727 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23819:20260309T213423Z
89092026-03-12T16:18:06.869Z[ host-image] Mar 12 16:18:05.727 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23819:20260309T213423Z
89102026-03-12T16:18:06.869Z[ host-image] Mar 12 16:18:05.727 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23819:20260309T213423Z
89112026-03-12T16:18:06.869Z[ host-image] Mar 12 16:18:05.728 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
89122026-03-12T16:18:06.872Z[ host-image] Mar 12 16:18:05.728 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23819:20260309T213424Z
89132026-03-12T16:18:06.873Z[ host-image] Mar 12 16:18:05.728 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23819:20260309T213425Z
89142026-03-12T16:18:06.873Z[ host-image] Mar 12 16:18:05.728 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
89152026-03-12T16:18:06.873Z[ host-image] Mar 12 16:18:05.728 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23819:20260309T213425Z
89162026-03-12T16:18:06.873Z[ host-image] Mar 12 16:18:05.729 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23819:20260309T213425Z
89172026-03-12T16:18:06.873Z[ host-image] Mar 12 16:18:05.729 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23819:20260309T213425Z
89182026-03-12T16:18:06.873Z[ host-image] Mar 12 16:18:05.729 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23819:20260309T213425Z
89192026-03-12T16:18:06.876Z[ host-image] Mar 12 16:18:05.732 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23819:20260309T213425Z
89202026-03-12T16:18:06.876Z[ host-image] Mar 12 16:18:05.732 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
89212026-03-12T16:18:06.876Z[ host-image] Mar 12 16:18:05.733 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23819:20260309T213425Z
89222026-03-12T16:18:06.876Z[ host-image] Mar 12 16:18:05.733 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23819:20260309T213426Z
89232026-03-12T16:18:06.876Z[ host-image] Mar 12 16:18:05.733 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23819:20260309T213426Z
89242026-03-12T16:18:06.876Z[ host-image] Mar 12 16:18:05.733 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23819:20260309T213426Z
89252026-03-12T16:18:06.876Z[ host-image] Mar 12 16:18:05.734 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23819:20260309T213426Z
89262026-03-12T16:18:06.876Z[ host-image] Mar 12 16:18:05.734 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23819:20260309T213426Z
89272026-03-12T16:18:06.876Z[ host-image] Mar 12 16:18:05.734 INFO O| install = pkg://helios-dev/system/i2c@0.5.11-2.0.23819:20260309T213427Z
89282026-03-12T16:18:06.879Z[ host-image] Mar 12 16:18:05.738 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23819:20260309T213428Z
89292026-03-12T16:18:06.879Z[ host-image] Mar 12 16:18:05.738 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23819:20260309T213427Z
89302026-03-12T16:18:06.879Z[ host-image] Mar 12 16:18:05.738 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23819:20260309T213427Z
89312026-03-12T16:18:06.882Z[ host-image] Mar 12 16:18:05.738 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23819:20260309T213427Z
89322026-03-12T16:18:06.882Z[ host-image] Mar 12 16:18:05.739 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23819:20260309T213428Z
89332026-03-12T16:18:06.887Z[ host-image] Mar 12 16:18:05.746 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23819:20260309T213431Z
89342026-03-12T16:18:06.887Z[ host-image] Mar 12 16:18:05.747 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23819:20260309T213428Z
89352026-03-12T16:18:06.890Z[ host-image] Mar 12 16:18:05.747 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23819:20260309T213428Z
89362026-03-12T16:18:06.890Z[ host-image] Mar 12 16:18:05.747 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
89372026-03-12T16:18:06.890Z[ host-image] Mar 12 16:18:05.747 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
89382026-03-12T16:18:06.899Z[ host-image] Mar 12 16:18:05.758 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23819:20260309T213428Z
89392026-03-12T16:18:06.902Z[ host-image] Mar 12 16:18:05.758 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
89402026-03-12T16:18:06.902Z[ host-image] Mar 12 16:18:05.758 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23819:20260309T213429Z
89412026-03-12T16:18:06.902Z[ host-image] Mar 12 16:18:05.758 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23819:20260309T213429Z
89422026-03-12T16:18:06.902Z[ host-image] Mar 12 16:18:05.759 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23819:20260309T213429Z
89432026-03-12T16:18:06.902Z[ host-image] Mar 12 16:18:05.759 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
89442026-03-12T16:18:06.903Z[ host-image] Mar 12 16:18:05.759 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
89452026-03-12T16:18:06.903Z[ host-image] Mar 12 16:18:05.759 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23819:20260309T213430Z
89462026-03-12T16:18:06.903Z[ host-image] Mar 12 16:18:05.759 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23819:20260309T213430Z
89472026-03-12T16:18:06.903Z[ host-image] Mar 12 16:18:05.759 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23819:20260309T213430Z
89482026-03-12T16:18:06.903Z[ host-image] Mar 12 16:18:05.760 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23819:20260309T213430Z
89492026-03-12T16:18:06.903Z[ host-image] Mar 12 16:18:05.760 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23819:20260309T213431Z
89502026-03-12T16:18:06.903Z[ host-image] Mar 12 16:18:05.760 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23819:20260309T213431Z
89512026-03-12T16:18:06.903Z[ host-image] Mar 12 16:18:05.761 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
89522026-03-12T16:18:06.903Z[ host-image] Mar 12 16:18:05.761 INFO O| install = pkg://helios-dev/system/microcode/amd@20251202-2.0.23819:20260309T213432Z
89532026-03-12T16:18:06.906Z[ host-image] Mar 12 16:18:05.762 INFO O| install = pkg://helios-dev/system/microcode/intel@20260210-2.0.23819:20260309T213432Z
89542026-03-12T16:18:06.906Z[ host-image] Mar 12 16:18:05.762 INFO O| install = pkg://helios-dev/system/microcode/oxide@20251202-2.0.23819:20260309T213432Z
89552026-03-12T16:18:06.906Z[ host-image] Mar 12 16:18:05.762 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23819:20260309T213433Z
89562026-03-12T16:18:06.906Z[ host-image] Mar 12 16:18:05.762 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23819:20260309T213432Z
89572026-03-12T16:18:06.906Z[ host-image] Mar 12 16:18:05.762 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23819:20260309T213432Z
89582026-03-12T16:18:06.906Z[ host-image] Mar 12 16:18:05.762 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
89592026-03-12T16:18:06.906Z[ host-image] Mar 12 16:18:05.762 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
89602026-03-12T16:18:06.906Z[ host-image] Mar 12 16:18:05.762 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23819:20260309T213435Z
89612026-03-12T16:18:06.906Z[ host-image] Mar 12 16:18:05.762 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23819:20260309T213435Z
89622026-03-12T16:18:06.906Z[ host-image] Mar 12 16:18:05.762 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.25:20250809T001126Z
89632026-03-12T16:18:06.906Z[ host-image] Mar 12 16:18:05.762 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
89642026-03-12T16:18:06.906Z[ host-image] Mar 12 16:18:05.762 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
89652026-03-12T16:18:06.906Z[ host-image] Mar 12 16:18:05.762 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
89662026-03-12T16:18:06.906Z[ host-image] Mar 12 16:18:05.762 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z
89672026-03-12T16:18:06.906Z[ host-image] Mar 12 16:18:05.763 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
89682026-03-12T16:18:06.906Z[ host-image] Mar 12 16:18:05.764 INFO O| install = pkg://helios-dev/web/curl@8.19.0-2.0:20260311T180610Z
89692026-03-12T16:18:06.906Z[ host-image] Mar 12 16:18:05.764 INFO O| tempdir @ "/tmp/.tmpGBmf5S/tmp"
89702026-03-12T16:18:06.906Z[ host-image] Mar 12 16:18:05.764 INFO O| image root @ "/tmp/.tmpGBmf5S/tmp/root"
89712026-03-12T16:18:06.907Z[ host-image] Mar 12 16:18:05.764 INFO O| creating image...
89722026-03-12T16:18:07.276Z[ host-image] Mar 12 16:18:06.135 INFO O| copying publishers...
89732026-03-12T16:18:20.326Z[ recovery-image] Mar 12 16:18:19.182 INFO O| ok, image written!
89742026-03-12T16:18:20.326Z[ recovery-image] Mar 12 16:18:19.183 INFO O| ok, boot_image_csum file written!
89752026-03-12T16:18:20.330Z[ recovery-image] Mar 12 16:18:19.186 INFO creating boot archive (CPIO)...
89762026-03-12T16:18:20.330Z[ recovery-image] Mar 12 16:18:19.186 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
89772026-03-12T16:18:20.333Z[ recovery-image] Mar 12 16:18:19.190 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
89782026-03-12T16:18:20.333Z[ recovery-image] Mar 12 16:18:19.190 INFO E| + outfile=/work/os-recovery/cpio
89792026-03-12T16:18:20.333Z[ recovery-image] Mar 12 16:18:19.190 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
89802026-03-12T16:18:20.337Z[ recovery-image] Mar 12 16:18:19.193 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
89812026-03-12T16:18:20.337Z[ recovery-image] Mar 12 16:18:19.193 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
89822026-03-12T16:18:20.352Z[ recovery-image] Mar 12 16:18:19.209 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
89832026-03-12T16:18:20.355Z[ recovery-image] Mar 12 16:18:19.209 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
89842026-03-12T16:18:20.359Z[ recovery-image] Mar 12 16:18:19.216 INFO creating compressed cpio/unix for dev loaders...
89852026-03-12T16:18:20.359Z[ recovery-image] Mar 12 16:18:19.216 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
89862026-03-12T16:18:20.659Z[ recovery-image] Mar 12 16:18:19.516 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
89872026-03-12T16:18:25.059Z[ recovery-image] Mar 12 16:18:23.915 INFO creating reset image...
89882026-03-12T16:18:25.059Z[ recovery-image] Mar 12 16:18:23.915 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
89892026-03-12T16:18:41.183Z[ host-image] Mar 12 16:18:40.038 INFO O| adding properties...
89902026-03-12T16:18:42.856Z[ host-image] Mar 12 16:18:41.711 INFO O| installing packages...
89912026-03-12T16:18:46.251Z[ recovery-image] Mar 12 16:18:45.106 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')"
89922026-03-12T16:18:46.251Z[ recovery-image] Mar 12 16:18:45.106 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")
89932026-03-12T16:18:46.428Z[ recovery-image] Mar 12 16:18:45.283 INFO E| Updating crates.io index
89942026-03-12T16:18:46.634Z[ recovery-image] Mar 12 16:18:45.489 INFO E| Downloading crates ...
89952026-03-12T16:18:46.691Z[ recovery-image] Mar 12 16:18:45.546 INFO E| Downloaded shared_child v1.1.1
89962026-03-12T16:18:46.697Z[ recovery-image] Mar 12 16:18:45.553 INFO E| Downloaded clap_lex v0.7.7
89972026-03-12T16:18:46.700Z[ recovery-image] Mar 12 16:18:45.556 INFO E| Downloaded unicode-ident v1.0.23
89982026-03-12T16:18:46.703Z[ recovery-image] Mar 12 16:18:45.558 INFO E| Downloaded os_pipe v1.2.3
89992026-03-12T16:18:46.707Z[ recovery-image] Mar 12 16:18:45.562 INFO E| Downloaded sigchld v0.2.4
90002026-03-12T16:18:46.710Z[ recovery-image] Mar 12 16:18:45.565 INFO E| Downloaded shared_thread v0.2.0
90012026-03-12T16:18:46.716Z[ recovery-image] Mar 12 16:18:45.571 INFO E| Downloaded clap v4.5.57
90022026-03-12T16:18:46.724Z[ recovery-image] Mar 12 16:18:45.579 INFO E| Downloaded duct v1.1.1
90032026-03-12T16:18:46.744Z[ recovery-image] Mar 12 16:18:45.599 INFO E| Downloaded syn v2.0.114
90042026-03-12T16:18:46.753Z[ recovery-image] Mar 12 16:18:45.609 INFO E| Downloaded clap_builder v4.5.57
90052026-03-12T16:18:46.797Z[ recovery-image] Mar 12 16:18:45.653 INFO E| Compiling libc v0.2.180
90062026-03-12T16:18:46.797Z[ recovery-image] Mar 12 16:18:45.653 INFO E| Compiling proc-macro2 v1.0.106
90072026-03-12T16:18:46.798Z[ recovery-image] Mar 12 16:18:45.653 INFO E| Compiling unicode-ident v1.0.23
90082026-03-12T16:18:46.801Z[ recovery-image] Mar 12 16:18:45.653 INFO E| Compiling signal-hook v0.3.18
90092026-03-12T16:18:46.801Z[ recovery-image] Mar 12 16:18:45.653 INFO E| Compiling quote v1.0.44
90102026-03-12T16:18:46.801Z[ recovery-image] Mar 12 16:18:45.653 INFO E| Compiling utf8parse v0.2.2
90112026-03-12T16:18:46.801Z[ recovery-image] Mar 12 16:18:45.653 INFO E| Compiling is_terminal_polyfill v1.70.2
90122026-03-12T16:18:46.801Z[ recovery-image] Mar 12 16:18:45.653 INFO E| Compiling colorchoice v1.0.4
90132026-03-12T16:18:46.801Z[ recovery-image] Mar 12 16:18:45.653 INFO E| Compiling anstyle-query v1.1.5
90142026-03-12T16:18:46.801Z[ recovery-image] Mar 12 16:18:45.653 INFO E| Compiling anstyle v1.0.13
90152026-03-12T16:18:46.801Z[ recovery-image] Mar 12 16:18:45.653 INFO E| Compiling clap_lex v0.7.7
90162026-03-12T16:18:46.801Z[ recovery-image] Mar 12 16:18:45.653 INFO E| Compiling strsim v0.11.1
90172026-03-12T16:18:46.809Z[ recovery-image] Mar 12 16:18:45.665 INFO E| Compiling heck v0.5.0
90182026-03-12T16:18:46.812Z[ recovery-image] Mar 12 16:18:45.665 INFO E| Compiling shared_thread v0.2.0
90192026-03-12T16:18:46.934Z[ recovery-image] Mar 12 16:18:45.789 INFO E| Compiling anstyle-parse v0.2.7
90202026-03-12T16:18:47.106Z[ recovery-image] Mar 12 16:18:45.960 INFO E| Compiling anstream v0.6.21
90212026-03-12T16:18:47.355Z[ recovery-image] Mar 12 16:18:46.209 INFO E| Compiling clap_builder v4.5.57
90222026-03-12T16:18:47.660Z[ recovery-image] Mar 12 16:18:46.515 INFO E| Compiling errno v0.3.14
90232026-03-12T16:18:47.660Z[ recovery-image] Mar 12 16:18:46.515 INFO E| Compiling os_pipe v1.2.3
90242026-03-12T16:18:47.774Z[ recovery-image] Mar 12 16:18:46.628 INFO E| Compiling signal-hook-registry v1.4.8
90252026-03-12T16:18:48.037Z[ recovery-image] Mar 12 16:18:46.892 INFO E| Compiling syn v2.0.114
90262026-03-12T16:18:48.083Z[ recovery-image] Mar 12 16:18:46.938 INFO E| Compiling sigchld v0.2.4
90272026-03-12T16:18:48.186Z[ recovery-image] Mar 12 16:18:47.041 INFO E| Compiling shared_child v1.1.1
90282026-03-12T16:18:48.321Z[ recovery-image] Mar 12 16:18:47.176 INFO E| Compiling duct v1.1.1
90292026-03-12T16:18:50.716Z[ recovery-image] Mar 12 16:18:49.570 INFO E| Compiling clap_derive v4.5.55
90302026-03-12T16:18:52.258Z[ recovery-image] Mar 12 16:18:51.113 INFO E| Compiling clap v4.5.57
90312026-03-12T16:18:52.326Z[ recovery-image] Mar 12 16:18:51.180 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
90322026-03-12T16:18:53.286Z[ recovery-image] Mar 12 16:18:52.140 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.99s
90332026-03-12T16:18:53.297Z[ recovery-image] Mar 12 16:18:52.152 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
90342026-03-12T16:18:53.542Z[ recovery-image] Mar 12 16:18:52.396 INFO E| Downloading crates ...
90352026-03-12T16:18:53.603Z[ recovery-image] Mar 12 16:18:52.458 INFO E| Downloaded bitstruct v0.1.1
90362026-03-12T16:18:53.606Z[ recovery-image] Mar 12 16:18:52.459 INFO E| Downloaded bitstruct_derive v0.1.0
90372026-03-12T16:18:53.606Z[ recovery-image] Mar 12 16:18:52.460 INFO E| Downloaded cpio_reader v0.1.2
90382026-03-12T16:18:53.606Z[ recovery-image] Mar 12 16:18:52.461 INFO E| Downloaded bit_field v0.10.3
90392026-03-12T16:18:53.632Z[ recovery-image] Mar 12 16:18:52.487 INFO E| Downloaded goblin v0.10.4
90402026-03-12T16:18:53.638Z[ recovery-image] Mar 12 16:18:52.493 INFO E| Downloaded miniz_oxide v0.9.0
90412026-03-12T16:18:53.641Z[ recovery-image] Mar 12 16:18:52.495 INFO E| Downloaded raw-cpuid v10.7.0
90422026-03-12T16:18:53.764Z[ recovery-image] Mar 12 16:18:52.618 INFO E| Downloaded x86 v0.52.0
90432026-03-12T16:18:53.804Z[ recovery-image] Mar 12 16:18:52.658 INFO E| Updating crates.io index
90442026-03-12T16:18:53.864Z[ recovery-image] Mar 12 16:18:52.718 INFO E| Downloading crates ...
90452026-03-12T16:18:53.905Z[ recovery-image] Mar 12 16:18:52.760 INFO E| Downloaded rustc-literal-escaper v0.0.7
90462026-03-12T16:18:53.963Z[ recovery-image] Mar 12 16:18:52.817 INFO E| Downloaded libc v0.2.178
90472026-03-12T16:18:54.033Z[ recovery-image] Mar 12 16:18:52.887 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)
90482026-03-12T16:18:54.037Z[ recovery-image] Mar 12 16:18:52.887 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)
90492026-03-12T16:18:54.038Z[ recovery-image] Mar 12 16:18:52.887 INFO E| Compiling proc-macro2 v1.0.106
90502026-03-12T16:18:54.038Z[ recovery-image] Mar 12 16:18:52.888 INFO E| Compiling unicode-ident v1.0.23
90512026-03-12T16:18:54.038Z[ recovery-image] Mar 12 16:18:52.888 INFO E| Compiling quote v1.0.44
90522026-03-12T16:18:54.038Z[ recovery-image] Mar 12 16:18:52.888 INFO E| Compiling syn v1.0.109
90532026-03-12T16:18:54.038Z[ recovery-image] Mar 12 16:18:52.888 INFO E| Compiling x86 v0.52.0
90542026-03-12T16:18:54.038Z[ recovery-image] Mar 12 16:18:52.888 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
90552026-03-12T16:18:54.038Z[ recovery-image] Mar 12 16:18:52.888 INFO E| Compiling seq-macro v0.3.6
90562026-03-12T16:18:55.200Z[ recovery-image] Mar 12 16:18:54.055 INFO E| Compiling syn v2.0.114
90572026-03-12T16:18:56.938Z[ recovery-image] Mar 12 16:18:55.792 INFO E| Compiling scroll_derive v0.13.1
90582026-03-12T16:18:58.390Z[ recovery-image] Mar 12 16:18:57.244 INFO E| Compiling bitstruct_derive v0.1.0
90592026-03-12T16:19:05.237Z[ host-image] Mar 12 16:19:04.090 INFO O| seeding SMF database...
90602026-03-12T16:19:11.008Z[ recovery-image] Mar 12 16:19:09.861 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)
90612026-03-12T16:19:11.362Z[ host-image] Mar 12 16:19:10.213 INFO O| configuring SMF profile...
90622026-03-12T16:19:11.362Z[ host-image] Mar 12 16:19:10.213 INFO O| modifying shadow(5)...
90632026-03-12T16:19:11.362Z[ host-image] Mar 12 16:19:10.213 INFO O| loading user and group database...
90642026-03-12T16:19:11.366Z[ host-image] Mar 12 16:19:10.213 INFO O| loading facet selections...
90652026-03-12T16:19:11.694Z[ host-image] Mar 12 16:19:10.547 INFO O| devel -> true
90662026-03-12T16:19:11.694Z[ host-image] Mar 12 16:19:10.547 INFO O| doc.man -> true
90672026-03-12T16:19:11.698Z[ host-image] Mar 12 16:19:10.547 INFO O| version-lock.shell/ksh93 -> true
90682026-03-12T16:19:11.698Z[ host-image] Mar 12 16:19:10.547 INFO O| version-lock.system/data/hardware-registry -> true
90692026-03-12T16:19:11.698Z[ host-image] Mar 12 16:19:10.547 INFO O| version-lock.system/data/zoneinfo -> true
90702026-03-12T16:19:11.698Z[ host-image] Mar 12 16:19:10.547 INFO O| version-lock.system/microcode/amd -> true
90712026-03-12T16:19:11.698Z[ host-image] Mar 12 16:19:10.547 INFO O| version-lock.system/microcode/intel -> true
90722026-03-12T16:19:11.698Z[ host-image] Mar 12 16:19:10.547 INFO O| version-lock.system/microcode/oxide -> true
90732026-03-12T16:19:11.698Z[ host-image] Mar 12 16:19:10.547 INFO O| assessing packaged files...
90742026-03-12T16:19:13.622Z[ host-image] Mar 12 16:19:12.474 INFO O| creating archive...
90752026-03-12T16:19:13.648Z[ host-image] Mar 12 16:19:12.501 INFO O| missing from packaging:
90762026-03-12T16:19:13.648Z[ host-image] Mar 12 16:19:12.501 INFO O| "etc/.pwd.lock"
90772026-03-12T16:19:13.651Z[ host-image] Mar 12 16:19:12.501 INFO O| "etc/bash"
90782026-03-12T16:19:13.654Z[ host-image] Mar 12 16:19:12.505 INFO O| "etc/svc/profile/generic.xml"
90792026-03-12T16:19:13.654Z[ host-image] Mar 12 16:19:12.505 INFO O| "etc/svc/profile/inetd_services.xml"
90802026-03-12T16:19:13.654Z[ host-image] Mar 12 16:19:12.505 INFO O| "etc/svc/profile/name_service.xml"
90812026-03-12T16:19:13.654Z[ host-image] Mar 12 16:19:12.505 INFO O| "etc/svc/profile/platform.xml"
90822026-03-12T16:19:13.654Z[ host-image] Mar 12 16:19:12.505 INFO O| "etc/svc/profile/platform_omicron1.xml"
90832026-03-12T16:19:13.654Z[ host-image] Mar 12 16:19:12.505 INFO O| "etc/svc/repository.db"
90842026-03-12T16:19:13.660Z[ host-image] Mar 12 16:19:12.513 INFO O| "opt/ooce/share"
90852026-03-12T16:19:13.660Z[ host-image] Mar 12 16:19:12.513 INFO O| "opt/ooce/share/man"
90862026-03-12T16:19:13.663Z[ host-image] Mar 12 16:19:12.513 INFO O| "opt/ooce/share/man/man1"
90872026-03-12T16:19:13.670Z[ host-image] Mar 12 16:19:12.523 INFO O| finishing archive...
90882026-03-12T16:19:13.853Z[ recovery-image] Mar 12 16:19:12.706 INFO E| Compiling bitflags v1.3.2
90892026-03-12T16:19:13.853Z[ recovery-image] Mar 12 16:19:12.706 INFO E| Compiling bit_field v0.10.3
90902026-03-12T16:19:13.856Z[ recovery-image] Mar 12 16:19:12.706 INFO E| Compiling adler2 v2.0.1
90912026-03-12T16:19:13.856Z[ recovery-image] Mar 12 16:19:12.706 INFO E| Compiling scroll v0.13.0
90922026-03-12T16:19:13.856Z[ recovery-image] Mar 12 16:19:12.706 INFO E| Compiling bitflags v2.10.0
90932026-03-12T16:19:13.856Z[ recovery-image] Mar 12 16:19:12.706 INFO E| Compiling log v0.4.29
90942026-03-12T16:19:13.856Z[ recovery-image] Mar 12 16:19:12.706 INFO E| Compiling plain v0.2.3
90952026-03-12T16:19:13.856Z[ recovery-image] Mar 12 16:19:12.706 INFO E| Compiling bitstruct v0.1.1
90962026-03-12T16:19:13.856Z[ recovery-image] Mar 12 16:19:12.706 INFO E| Compiling static_assertions v1.1.0
90972026-03-12T16:19:13.914Z[ recovery-image] Mar 12 16:19:12.767 INFO E| Compiling raw-cpuid v10.7.0
90982026-03-12T16:19:13.988Z[ recovery-image] Mar 12 16:19:12.840 INFO E| Compiling miniz_oxide v0.9.0
90992026-03-12T16:19:14.056Z[ recovery-image] Mar 12 16:19:12.908 INFO E| Compiling cpio_reader v0.1.2
91002026-03-12T16:19:14.141Z[ recovery-image] Mar 12 16:19:12.994 INFO E| Compiling goblin v0.10.4
91012026-03-12T16:19:16.712Z[ host-image] Mar 12 16:19:15.565 INFO O| creating gzonly manifest...
91022026-03-12T16:19:16.719Z[ host-image] Mar 12 16:19:15.572 INFO O| ok
91032026-03-12T16:19:16.883Z[ host-image] Mar 12 16:19:15.736 INFO image builder template: ramdisk-02-trim...
91042026-03-12T16:19:16.883Z[ host-image] Mar 12 16:19:15.736 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/.tmpzuqBXD/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
91052026-03-12T16:19:16.903Z[ host-image] Mar 12 16:19:15.755 INFO O| Mar 12 16:19:15.755 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
91062026-03-12T16:19:16.906Z[ host-image] Mar 12 16:19:15.758 INFO O| Mar 12 16:19:15.758 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
91072026-03-12T16:19:17.023Z[ host-image] Mar 12 16:19:15.875 INFO O| Mar 12 16:19:15.875 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
91082026-03-12T16:19:17.146Z[ host-image] Mar 12 16:19:15.998 INFO O| Mar 12 16:19:15.998 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
91092026-03-12T16:19:17.146Z[ host-image] Mar 12 16:19:15.998 INFO O| Mar 12 16:19:15.998 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
91102026-03-12T16:19:17.149Z[ host-image] Mar 12 16:19:16.002 INFO O| Mar 12 16:19:16.002 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
91112026-03-12T16:19:17.153Z[ host-image] Mar 12 16:19:16.006 INFO O| Mar 12 16:19:16.006 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
91122026-03-12T16:19:17.158Z[ host-image] Mar 12 16:19:16.011 INFO O| Mar 12 16:19:16.010 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
91132026-03-12T16:19:17.650Z[ host-image] Mar 12 16:19:16.502 INFO O| Mar 12 16:19:16.502 INFO rolled back to input snapshot; work may begin
91142026-03-12T16:19:17.650Z[ host-image] Mar 12 16:19:16.502 INFO O| Mar 12 16:19:16.502 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
91152026-03-12T16:19:17.654Z[ host-image] Mar 12 16:19:16.507 INFO O| Mar 12 16:19:16.507 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91162026-03-12T16:19:17.662Z[ host-image] Mar 12 16:19:16.514 INFO O| Mar 12 16:19:16.514 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
91172026-03-12T16:19:17.709Z[ host-image] Mar 12 16:19:16.562 INFO O| Mar 12 16:19:16.561 INFO STEP 0 (remove_files) COMPLETE
91182026-03-12T16:19:17.709Z[ host-image] Mar 12 16:19:16.562 INFO O| Mar 12 16:19:16.562 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91192026-03-12T16:19:17.719Z[ host-image] Mar 12 16:19:16.572 INFO O| Mar 12 16:19:16.572 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
91202026-03-12T16:19:17.722Z[ host-image] Mar 12 16:19:16.573 INFO O| Mar 12 16:19:16.573 INFO STEP 1 (remove_files) COMPLETE
91212026-03-12T16:19:17.722Z[ host-image] Mar 12 16:19:16.573 INFO O| Mar 12 16:19:16.573 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91222026-03-12T16:19:17.730Z[ host-image] Mar 12 16:19:16.583 INFO O| Mar 12 16:19:16.583 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
91232026-03-12T16:19:17.743Z[ host-image] Mar 12 16:19:16.596 INFO O| Mar 12 16:19:16.596 INFO STEP 2 (remove_files) COMPLETE
91242026-03-12T16:19:17.743Z[ host-image] Mar 12 16:19:16.596 INFO O| Mar 12 16:19:16.596 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91252026-03-12T16:19:17.752Z[ host-image] Mar 12 16:19:16.605 INFO O| Mar 12 16:19:16.605 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
91262026-03-12T16:19:17.755Z[ host-image] Mar 12 16:19:16.606 INFO O| Mar 12 16:19:16.606 INFO STEP 3 (remove_files) COMPLETE
91272026-03-12T16:19:17.755Z[ host-image] Mar 12 16:19:16.606 INFO O| Mar 12 16:19:16.606 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91282026-03-12T16:19:17.762Z[ host-image] Mar 12 16:19:16.615 INFO O| Mar 12 16:19:16.615 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
91292026-03-12T16:19:17.765Z[ host-image] Mar 12 16:19:16.618 INFO O| Mar 12 16:19:16.618 INFO STEP 4 (remove_files) COMPLETE
91302026-03-12T16:19:17.765Z[ host-image] Mar 12 16:19:16.618 INFO O| Mar 12 16:19:16.618 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91312026-03-12T16:19:17.775Z[ host-image] Mar 12 16:19:16.627 INFO O| Mar 12 16:19:16.627 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
91322026-03-12T16:19:17.777Z[ host-image] Mar 12 16:19:16.629 INFO O| Mar 12 16:19:16.629 INFO STEP 5 (remove_files) COMPLETE
91332026-03-12T16:19:17.777Z[ host-image] Mar 12 16:19:16.629 INFO O| Mar 12 16:19:16.629 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91342026-03-12T16:19:17.780Z[ recovery-image] Mar 12 16:19:16.631 INFO E| Finished `release` profile [optimized] target(s) in 24.46s
91352026-03-12T16:19:17.785Z[ host-image] Mar 12 16:19:16.638 INFO O| Mar 12 16:19:16.638 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
91362026-03-12T16:19:17.795Z[ host-image] Mar 12 16:19:16.647 INFO O| Mar 12 16:19:16.647 INFO STEP 6 (remove_files) COMPLETE
91372026-03-12T16:19:17.795Z[ host-image] Mar 12 16:19:16.647 INFO O| Mar 12 16:19:16.647 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91382026-03-12T16:19:17.798Z[ recovery-image] Mar 12 16:19:16.651 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
91392026-03-12T16:19:17.803Z[ host-image] Mar 12 16:19:16.656 INFO O| Mar 12 16:19:16.656 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man"
91402026-03-12T16:19:17.815Z[ host-image] Mar 12 16:19:16.668 INFO O| Mar 12 16:19:16.668 INFO STEP 7 (remove_files) COMPLETE
91412026-03-12T16:19:17.815Z[ host-image] Mar 12 16:19:16.668 INFO O| Mar 12 16:19:16.668 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91422026-03-12T16:19:17.823Z[ host-image] Mar 12 16:19:16.676 INFO O| Mar 12 16:19:16.676 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
91432026-03-12T16:19:17.850Z[ recovery-image] Mar 12 16:19:16.702 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')"
91442026-03-12T16:19:17.850Z[ recovery-image] Mar 12 16:19:16.702 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
91452026-03-12T16:19:17.854Z[ recovery-image] Mar 12 16:19:16.702 INFO building ROM for gimlet
91462026-03-12T16:19:17.854Z[ recovery-image] Mar 12 16:19:16.702 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")
91472026-03-12T16:19:17.896Z[ host-image] Mar 12 16:19:16.748 INFO O| Mar 12 16:19:16.748 INFO STEP 8 (remove_files) COMPLETE
91482026-03-12T16:19:17.896Z[ host-image] Mar 12 16:19:16.748 INFO O| Mar 12 16:19:16.748 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91492026-03-12T16:19:17.904Z[ host-image] Mar 12 16:19:16.757 INFO O| Mar 12 16:19:16.757 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
91502026-03-12T16:19:17.956Z[ recovery-image] Mar 12 16:19:16.808 INFO E| Downloading crates ...
91512026-03-12T16:19:17.980Z[ host-image] Mar 12 16:19:16.833 INFO O| Mar 12 16:19:16.833 INFO STEP 9 (remove_files) COMPLETE
91522026-03-12T16:19:17.980Z[ host-image] Mar 12 16:19:16.833 INFO O| Mar 12 16:19:16.833 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91532026-03-12T16:19:17.989Z[ host-image] Mar 12 16:19:16.841 INFO O| Mar 12 16:19:16.841 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
91542026-03-12T16:19:17.992Z[ host-image] Mar 12 16:19:16.844 INFO O| Mar 12 16:19:16.844 INFO STEP 10 (remove_files) COMPLETE
91552026-03-12T16:19:17.992Z[ host-image] Mar 12 16:19:16.845 INFO O| Mar 12 16:19:16.844 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91562026-03-12T16:19:18.001Z[ host-image] Mar 12 16:19:16.853 INFO O| Mar 12 16:19:16.853 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
91572026-03-12T16:19:18.004Z[ host-image] Mar 12 16:19:16.854 INFO O| Mar 12 16:19:16.854 INFO STEP 11 (remove_files) COMPLETE
91582026-03-12T16:19:18.004Z[ host-image] Mar 12 16:19:16.854 INFO O| Mar 12 16:19:16.854 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91592026-03-12T16:19:18.009Z[ host-image] Mar 12 16:19:16.862 INFO O| Mar 12 16:19:16.861 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
91602026-03-12T16:19:18.012Z[ host-image] Mar 12 16:19:16.863 INFO O| Mar 12 16:19:16.863 INFO STEP 12 (remove_files) COMPLETE
91612026-03-12T16:19:18.012Z[ host-image] Mar 12 16:19:16.863 INFO O| Mar 12 16:19:16.863 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91622026-03-12T16:19:18.020Z[ host-image] Mar 12 16:19:16.873 INFO O| Mar 12 16:19:16.873 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
91632026-03-12T16:19:18.023Z[ host-image] Mar 12 16:19:16.873 INFO O| Mar 12 16:19:16.873 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
91642026-03-12T16:19:18.023Z[ host-image] Mar 12 16:19:16.873 INFO O| Mar 12 16:19:16.873 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
91652026-03-12T16:19:18.023Z[ host-image] Mar 12 16:19:16.873 INFO O| Mar 12 16:19:16.873 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
91662026-03-12T16:19:18.023Z[ host-image] Mar 12 16:19:16.874 INFO O| Mar 12 16:19:16.874 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
91672026-03-12T16:19:18.023Z[ host-image] Mar 12 16:19:16.874 INFO O| Mar 12 16:19:16.874 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
91682026-03-12T16:19:18.023Z[ host-image] Mar 12 16:19:16.874 INFO O| Mar 12 16:19:16.874 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
91692026-03-12T16:19:18.023Z[ host-image] Mar 12 16:19:16.874 INFO O| Mar 12 16:19:16.874 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
91702026-03-12T16:19:18.023Z[ host-image] Mar 12 16:19:16.874 INFO O| Mar 12 16:19:16.874 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
91712026-03-12T16:19:18.023Z[ host-image] Mar 12 16:19:16.874 INFO O| Mar 12 16:19:16.874 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
91722026-03-12T16:19:18.023Z[ host-image] Mar 12 16:19:16.874 INFO O| Mar 12 16:19:16.874 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
91732026-03-12T16:19:18.023Z[ host-image] Mar 12 16:19:16.874 INFO O| Mar 12 16:19:16.874 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
91742026-03-12T16:19:18.023Z[ host-image] Mar 12 16:19:16.874 INFO O| Mar 12 16:19:16.874 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
91752026-03-12T16:19:18.024Z[ host-image] Mar 12 16:19:16.874 INFO O| Mar 12 16:19:16.874 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
91762026-03-12T16:19:18.024Z[ host-image] Mar 12 16:19:16.874 INFO O| Mar 12 16:19:16.874 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
91772026-03-12T16:19:18.024Z[ host-image] Mar 12 16:19:16.874 INFO O| Mar 12 16:19:16.874 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
91782026-03-12T16:19:18.024Z[ host-image] Mar 12 16:19:16.874 INFO O| Mar 12 16:19:16.874 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
91792026-03-12T16:19:18.024Z[ recovery-image] Mar 12 16:19:16.875 INFO E| Downloaded clap_derive v4.5.32
91802026-03-12T16:19:18.027Z[ recovery-image] Mar 12 16:19:16.877 INFO E| Downloaded toml_datetime v0.6.9
91812026-03-12T16:19:18.027Z[ recovery-image] Mar 12 16:19:16.878 INFO E| Downloaded clap v4.5.37
91822026-03-12T16:19:18.032Z[ recovery-image] Mar 12 16:19:16.885 INFO E| Downloaded os_pipe v1.2.1
91832026-03-12T16:19:18.035Z[ recovery-image] Mar 12 16:19:16.886 INFO E| Downloaded is_terminal_polyfill v1.70.1
91842026-03-12T16:19:18.035Z[ recovery-image] Mar 12 16:19:16.887 INFO E| Downloaded shared_child v1.0.1
91852026-03-12T16:19:18.038Z[ recovery-image] Mar 12 16:19:16.888 INFO E| Downloaded colorchoice v1.0.3
91862026-03-12T16:19:18.038Z[ recovery-image] Mar 12 16:19:16.889 INFO E| Downloaded anstyle-query v1.1.2
91872026-03-12T16:19:18.038Z[ recovery-image] Mar 12 16:19:16.890 INFO E| Downloaded serde_spanned v0.6.8
91882026-03-12T16:19:18.038Z[ recovery-image] Mar 12 16:19:16.891 INFO E| Downloaded anstyle v1.0.10
91892026-03-12T16:19:18.041Z[ recovery-image] Mar 12 16:19:16.894 INFO E| Downloaded toml_write v0.1.1
91902026-03-12T16:19:18.044Z[ recovery-image] Mar 12 16:19:16.895 INFO E| Downloaded duct v0.13.7
91912026-03-12T16:19:18.044Z[ recovery-image] Mar 12 16:19:16.897 INFO E| Downloaded anstream v0.6.18
91922026-03-12T16:19:18.047Z[ recovery-image] Mar 12 16:19:16.899 INFO E| Downloaded anstyle-parse v0.2.6
91932026-03-12T16:19:18.058Z[ recovery-image] Mar 12 16:19:16.911 INFO E| Downloaded toml v0.8.22
91942026-03-12T16:19:18.087Z[ recovery-image] Mar 12 16:19:16.939 INFO E| Downloaded cc v1.2.20
91952026-03-12T16:19:18.090Z[ recovery-image] Mar 12 16:19:16.942 INFO E| Downloaded toml_edit v0.22.26
91962026-03-12T16:19:18.127Z[ recovery-image] Mar 12 16:19:16.979 INFO E| Downloaded winnow v0.7.7
91972026-03-12T16:19:18.133Z[ recovery-image] Mar 12 16:19:16.986 INFO E| Downloaded clap_builder v4.5.37
91982026-03-12T16:19:18.148Z[ recovery-image] Mar 12 16:19:17.001 INFO E| Compiling libc v0.2.172
91992026-03-12T16:19:18.152Z[ recovery-image] Mar 12 16:19:17.001 INFO E| Compiling utf8parse v0.2.2
92002026-03-12T16:19:18.152Z[ recovery-image] Mar 12 16:19:17.001 INFO E| Compiling anstyle-query v1.1.2
92012026-03-12T16:19:18.152Z[ recovery-image] Mar 12 16:19:17.001 INFO E| Compiling colorchoice v1.0.3
92022026-03-12T16:19:18.152Z[ recovery-image] Mar 12 16:19:17.001 INFO E| Compiling is_terminal_polyfill v1.70.1
92032026-03-12T16:19:18.152Z[ recovery-image] Mar 12 16:19:17.001 INFO E| Compiling equivalent v1.0.2
92042026-03-12T16:19:18.152Z[ recovery-image] Mar 12 16:19:17.001 INFO E| Compiling once_cell v1.21.3
92052026-03-12T16:19:18.152Z[ recovery-image] Mar 12 16:19:17.001 INFO E| Compiling anstyle v1.0.10
92062026-03-12T16:19:18.152Z[ recovery-image] Mar 12 16:19:17.001 INFO E| Compiling hashbrown v0.15.2
92072026-03-12T16:19:18.152Z[ recovery-image] Mar 12 16:19:17.002 INFO E| Compiling shlex v1.3.0
92082026-03-12T16:19:18.152Z[ recovery-image] Mar 12 16:19:17.002 INFO E| Compiling anyhow v1.0.98
92092026-03-12T16:19:18.153Z[ recovery-image] Mar 12 16:19:17.002 INFO E| Compiling strsim v0.11.1
92102026-03-12T16:19:18.181Z[ recovery-image] Mar 12 16:19:17.034 INFO E| Compiling winnow v0.7.7
92112026-03-12T16:19:18.185Z[ recovery-image] Mar 12 16:19:17.034 INFO E| Compiling toml_write v0.1.1
92122026-03-12T16:19:18.189Z[ recovery-image] Mar 12 16:19:17.042 INFO E| Compiling clap_lex v0.7.4
92132026-03-12T16:19:18.194Z[ recovery-image] Mar 12 16:19:17.046 INFO E| Compiling syn v2.0.101
92142026-03-12T16:19:18.200Z[ host-image] Mar 12 16:19:17.052 INFO O| Mar 12 16:19:17.052 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
92152026-03-12T16:19:18.205Z[ host-image] Mar 12 16:19:17.058 INFO O| Mar 12 16:19:17.058 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a"
92162026-03-12T16:19:18.245Z[ host-image] Mar 12 16:19:17.098 INFO O| Mar 12 16:19:17.098 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
92172026-03-12T16:19:18.249Z[ host-image] Mar 12 16:19:17.099 INFO O| Mar 12 16:19:17.099 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
92182026-03-12T16:19:18.281Z[ recovery-image] Mar 12 16:19:17.134 INFO E| Compiling anstyle-parse v0.2.6
92192026-03-12T16:19:18.356Z[ host-image] Mar 12 16:19:17.208 INFO O| Mar 12 16:19:17.208 INFO STEP 13 (remove_files) COMPLETE
92202026-03-12T16:19:18.356Z[ host-image] Mar 12 16:19:17.208 INFO O| Mar 12 16:19:17.208 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92212026-03-12T16:19:18.366Z[ recovery-image] Mar 12 16:19:17.219 INFO E| Compiling cc v1.2.20
92222026-03-12T16:19:18.380Z[ host-image] Mar 12 16:19:17.232 INFO O| Mar 12 16:19:17.232 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
92232026-03-12T16:19:18.383Z[ host-image] Mar 12 16:19:17.233 INFO O| Mar 12 16:19:17.233 INFO STEP 14 (remove_files) COMPLETE
92242026-03-12T16:19:18.383Z[ host-image] Mar 12 16:19:17.233 INFO O| Mar 12 16:19:17.233 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92252026-03-12T16:19:18.393Z[ host-image] Mar 12 16:19:17.245 INFO O| Mar 12 16:19:17.245 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
92262026-03-12T16:19:18.401Z[ host-image] Mar 12 16:19:17.253 INFO O| Mar 12 16:19:17.253 INFO STEP 15 (remove_files) COMPLETE
92272026-03-12T16:19:18.401Z[ host-image] Mar 12 16:19:17.253 INFO O| Mar 12 16:19:17.253 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92282026-03-12T16:19:18.412Z[ host-image] Mar 12 16:19:17.265 INFO O| Mar 12 16:19:17.265 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
92292026-03-12T16:19:18.415Z[ host-image] Mar 12 16:19:17.265 INFO O| Mar 12 16:19:17.265 INFO STEP 16 (remove_files) COMPLETE
92302026-03-12T16:19:18.415Z[ host-image] Mar 12 16:19:17.265 INFO O| Mar 12 16:19:17.265 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92312026-03-12T16:19:18.424Z[ host-image] Mar 12 16:19:17.277 INFO O| Mar 12 16:19:17.277 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
92322026-03-12T16:19:18.427Z[ host-image] Mar 12 16:19:17.279 INFO O| Mar 12 16:19:17.279 INFO STEP 17 (remove_files) COMPLETE
92332026-03-12T16:19:18.427Z[ host-image] Mar 12 16:19:17.279 INFO O| Mar 12 16:19:17.279 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92342026-03-12T16:19:18.438Z[ host-image] Mar 12 16:19:17.290 INFO O| Mar 12 16:19:17.290 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
92352026-03-12T16:19:18.438Z[ host-image] Mar 12 16:19:17.291 INFO O| Mar 12 16:19:17.291 INFO STEP 18 (remove_files) COMPLETE
92362026-03-12T16:19:18.441Z[ host-image] Mar 12 16:19:17.291 INFO O| Mar 12 16:19:17.291 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92372026-03-12T16:19:18.450Z[ host-image] Mar 12 16:19:17.302 INFO O| Mar 12 16:19:17.302 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
92382026-03-12T16:19:18.450Z[ host-image] Mar 12 16:19:17.302 INFO O| Mar 12 16:19:17.302 INFO STEP 19 (remove_files) COMPLETE
92392026-03-12T16:19:18.450Z[ host-image] Mar 12 16:19:17.302 INFO O| Mar 12 16:19:17.302 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92402026-03-12T16:19:18.462Z[ host-image] Mar 12 16:19:17.314 INFO O| Mar 12 16:19:17.314 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
92412026-03-12T16:19:18.462Z[ host-image] Mar 12 16:19:17.314 INFO O| Mar 12 16:19:17.314 INFO STEP 20 (remove_files) COMPLETE
92422026-03-12T16:19:18.465Z[ host-image] Mar 12 16:19:17.314 INFO O| Mar 12 16:19:17.314 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92432026-03-12T16:19:18.465Z[ recovery-image] Mar 12 16:19:17.316 INFO E| Compiling anstream v0.6.18
92442026-03-12T16:19:18.473Z[ host-image] Mar 12 16:19:17.326 INFO O| Mar 12 16:19:17.326 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
92452026-03-12T16:19:18.473Z[ host-image] Mar 12 16:19:17.326 INFO O| Mar 12 16:19:17.326 INFO STEP 21 (remove_files) COMPLETE
92462026-03-12T16:19:18.478Z[ host-image] Mar 12 16:19:17.326 INFO O| Mar 12 16:19:17.326 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92472026-03-12T16:19:18.486Z[ host-image] Mar 12 16:19:17.338 INFO O| Mar 12 16:19:17.338 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
92482026-03-12T16:19:18.486Z[ host-image] Mar 12 16:19:17.338 INFO O| Mar 12 16:19:17.338 INFO STEP 22 (remove_files) COMPLETE
92492026-03-12T16:19:18.486Z[ host-image] Mar 12 16:19:17.338 INFO O| Mar 12 16:19:17.338 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92502026-03-12T16:19:18.497Z[ host-image] Mar 12 16:19:17.349 INFO O| Mar 12 16:19:17.349 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
92512026-03-12T16:19:18.497Z[ host-image] Mar 12 16:19:17.349 INFO O| Mar 12 16:19:17.349 INFO STEP 23 (remove_files) COMPLETE
92522026-03-12T16:19:18.499Z[ host-image] Mar 12 16:19:17.349 INFO O| Mar 12 16:19:17.349 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92532026-03-12T16:19:18.508Z[ host-image] Mar 12 16:19:17.360 INFO O| Mar 12 16:19:17.360 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
92542026-03-12T16:19:18.508Z[ host-image] Mar 12 16:19:17.361 INFO O| Mar 12 16:19:17.360 INFO STEP 24 (remove_files) COMPLETE
92552026-03-12T16:19:18.511Z[ host-image] Mar 12 16:19:17.361 INFO O| Mar 12 16:19:17.361 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92562026-03-12T16:19:18.519Z[ host-image] Mar 12 16:19:17.372 INFO O| Mar 12 16:19:17.372 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
92572026-03-12T16:19:18.522Z[ host-image] Mar 12 16:19:17.372 INFO O| Mar 12 16:19:17.372 INFO STEP 25 (remove_files) COMPLETE
92582026-03-12T16:19:18.522Z[ host-image] Mar 12 16:19:17.372 INFO O| Mar 12 16:19:17.372 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92592026-03-12T16:19:18.530Z[ host-image] Mar 12 16:19:17.382 INFO O| Mar 12 16:19:17.382 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
92602026-03-12T16:19:18.533Z[ host-image] Mar 12 16:19:17.383 INFO O| Mar 12 16:19:17.383 INFO STEP 26 (remove_files) COMPLETE
92612026-03-12T16:19:18.533Z[ host-image] Mar 12 16:19:17.383 INFO O| Mar 12 16:19:17.383 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92622026-03-12T16:19:18.541Z[ host-image] Mar 12 16:19:17.393 INFO O| Mar 12 16:19:17.393 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
92632026-03-12T16:19:18.541Z[ host-image] Mar 12 16:19:17.393 INFO O| Mar 12 16:19:17.393 INFO STEP 27 (remove_files) COMPLETE
92642026-03-12T16:19:18.544Z[ host-image] Mar 12 16:19:17.393 INFO O| Mar 12 16:19:17.393 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92652026-03-12T16:19:18.551Z[ host-image] Mar 12 16:19:17.404 INFO O| Mar 12 16:19:17.404 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
92662026-03-12T16:19:18.551Z[ host-image] Mar 12 16:19:17.404 INFO O| Mar 12 16:19:17.404 INFO STEP 28 (remove_files) COMPLETE
92672026-03-12T16:19:18.554Z[ host-image] Mar 12 16:19:17.404 INFO O| Mar 12 16:19:17.404 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92682026-03-12T16:19:18.562Z[ host-image] Mar 12 16:19:17.415 INFO O| Mar 12 16:19:17.415 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
92692026-03-12T16:19:18.565Z[ host-image] Mar 12 16:19:17.415 INFO O| Mar 12 16:19:17.415 INFO STEP 29 (remove_files) COMPLETE
92702026-03-12T16:19:18.565Z[ host-image] Mar 12 16:19:17.415 INFO O| Mar 12 16:19:17.415 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92712026-03-12T16:19:18.574Z[ host-image] Mar 12 16:19:17.427 INFO O| Mar 12 16:19:17.427 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
92722026-03-12T16:19:18.574Z[ host-image] Mar 12 16:19:17.427 INFO O| Mar 12 16:19:17.427 INFO STEP 30 (remove_files) COMPLETE
92732026-03-12T16:19:18.577Z[ host-image] Mar 12 16:19:17.427 INFO O| Mar 12 16:19:17.427 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92742026-03-12T16:19:18.585Z[ host-image] Mar 12 16:19:17.438 INFO O| Mar 12 16:19:17.437 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
92752026-03-12T16:19:18.588Z[ host-image] Mar 12 16:19:17.438 INFO O| Mar 12 16:19:17.438 INFO STEP 31 (remove_files) COMPLETE
92762026-03-12T16:19:18.588Z[ host-image] Mar 12 16:19:17.438 INFO O| Mar 12 16:19:17.438 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92772026-03-12T16:19:18.596Z[ host-image] Mar 12 16:19:17.449 INFO O| Mar 12 16:19:17.449 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
92782026-03-12T16:19:18.599Z[ host-image] Mar 12 16:19:17.449 INFO O| Mar 12 16:19:17.449 INFO STEP 32 (remove_files) COMPLETE
92792026-03-12T16:19:18.599Z[ host-image] Mar 12 16:19:17.449 INFO O| Mar 12 16:19:17.449 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92802026-03-12T16:19:18.606Z[ host-image] Mar 12 16:19:17.459 INFO O| Mar 12 16:19:17.459 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
92812026-03-12T16:19:18.609Z[ host-image] Mar 12 16:19:17.459 INFO O| Mar 12 16:19:17.459 INFO STEP 33 (remove_files) COMPLETE
92822026-03-12T16:19:18.609Z[ host-image] Mar 12 16:19:17.459 INFO O| Mar 12 16:19:17.459 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92832026-03-12T16:19:18.615Z[ host-image] Mar 12 16:19:17.467 INFO O| Mar 12 16:19:17.467 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
92842026-03-12T16:19:18.618Z[ host-image] Mar 12 16:19:17.468 INFO O| Mar 12 16:19:17.468 INFO STEP 34 (remove_files) COMPLETE
92852026-03-12T16:19:18.618Z[ host-image] Mar 12 16:19:17.468 INFO O| Mar 12 16:19:17.468 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92862026-03-12T16:19:18.624Z[ host-image] Mar 12 16:19:17.476 INFO O| Mar 12 16:19:17.476 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
92872026-03-12T16:19:18.627Z[ host-image] Mar 12 16:19:17.476 INFO O| Mar 12 16:19:17.476 INFO STEP 35 (remove_files) COMPLETE
92882026-03-12T16:19:18.627Z[ host-image] Mar 12 16:19:17.476 INFO O| Mar 12 16:19:17.476 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92892026-03-12T16:19:18.634Z[ host-image] Mar 12 16:19:17.486 INFO O| Mar 12 16:19:17.486 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
92902026-03-12T16:19:18.637Z[ host-image] Mar 12 16:19:17.486 INFO O| Mar 12 16:19:17.486 INFO STEP 36 (remove_files) COMPLETE
92912026-03-12T16:19:18.637Z[ host-image] Mar 12 16:19:17.486 INFO O| Mar 12 16:19:17.486 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92922026-03-12T16:19:18.645Z[ host-image] Mar 12 16:19:17.497 INFO O| Mar 12 16:19:17.497 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
92932026-03-12T16:19:18.645Z[ host-image] Mar 12 16:19:17.497 INFO O| Mar 12 16:19:17.497 INFO STEP 37 (remove_files) COMPLETE
92942026-03-12T16:19:18.648Z[ host-image] Mar 12 16:19:17.497 INFO O| Mar 12 16:19:17.497 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92952026-03-12T16:19:18.655Z[ host-image] Mar 12 16:19:17.507 INFO O| Mar 12 16:19:17.507 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
92962026-03-12T16:19:18.655Z[ host-image] Mar 12 16:19:17.507 INFO O| Mar 12 16:19:17.507 INFO STEP 38 (remove_files) COMPLETE
92972026-03-12T16:19:18.658Z[ host-image] Mar 12 16:19:17.507 INFO O| Mar 12 16:19:17.507 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92982026-03-12T16:19:18.665Z[ host-image] Mar 12 16:19:17.517 INFO O| Mar 12 16:19:17.517 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
92992026-03-12T16:19:18.668Z[ host-image] Mar 12 16:19:17.518 INFO O| Mar 12 16:19:17.518 INFO STEP 39 (remove_files) COMPLETE
93002026-03-12T16:19:18.668Z[ host-image] Mar 12 16:19:17.518 INFO O| Mar 12 16:19:17.518 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93012026-03-12T16:19:18.675Z[ host-image] Mar 12 16:19:17.528 INFO O| Mar 12 16:19:17.528 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
93022026-03-12T16:19:18.675Z[ host-image] Mar 12 16:19:17.528 INFO O| Mar 12 16:19:17.528 INFO STEP 40 (remove_files) COMPLETE
93032026-03-12T16:19:18.678Z[ host-image] Mar 12 16:19:17.528 INFO O| Mar 12 16:19:17.528 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93042026-03-12T16:19:18.686Z[ host-image] Mar 12 16:19:17.539 INFO O| Mar 12 16:19:17.539 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
93052026-03-12T16:19:18.689Z[ host-image] Mar 12 16:19:17.539 INFO O| Mar 12 16:19:17.539 INFO STEP 41 (remove_files) COMPLETE
93062026-03-12T16:19:18.689Z[ host-image] Mar 12 16:19:17.539 INFO O| Mar 12 16:19:17.539 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93072026-03-12T16:19:18.697Z[ host-image] Mar 12 16:19:17.549 INFO O| Mar 12 16:19:17.549 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
93082026-03-12T16:19:18.700Z[ host-image] Mar 12 16:19:17.549 INFO O| Mar 12 16:19:17.549 INFO STEP 42 (remove_files) COMPLETE
93092026-03-12T16:19:18.700Z[ host-image] Mar 12 16:19:17.549 INFO O| Mar 12 16:19:17.549 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93102026-03-12T16:19:18.707Z[ host-image] Mar 12 16:19:17.559 INFO O| Mar 12 16:19:17.559 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
93112026-03-12T16:19:18.710Z[ host-image] Mar 12 16:19:17.559 INFO O| Mar 12 16:19:17.559 INFO STEP 43 (remove_files) COMPLETE
93122026-03-12T16:19:18.710Z[ host-image] Mar 12 16:19:17.559 INFO O| Mar 12 16:19:17.559 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93132026-03-12T16:19:18.716Z[ recovery-image] Mar 12 16:19:17.568 INFO E| Compiling clap_builder v4.5.37
93142026-03-12T16:19:18.719Z[ host-image] Mar 12 16:19:17.569 INFO O| Mar 12 16:19:17.569 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
93152026-03-12T16:19:18.719Z[ host-image] Mar 12 16:19:17.569 INFO O| Mar 12 16:19:17.569 INFO STEP 44 (remove_files) COMPLETE
93162026-03-12T16:19:18.719Z[ host-image] Mar 12 16:19:17.569 INFO O| Mar 12 16:19:17.569 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93172026-03-12T16:19:18.727Z[ host-image] Mar 12 16:19:17.580 INFO O| Mar 12 16:19:17.579 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
93182026-03-12T16:19:18.727Z[ host-image] Mar 12 16:19:17.580 INFO O| Mar 12 16:19:17.580 INFO STEP 45 (remove_files) COMPLETE
93192026-03-12T16:19:18.730Z[ host-image] Mar 12 16:19:17.580 INFO O| Mar 12 16:19:17.580 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93202026-03-12T16:19:18.737Z[ host-image] Mar 12 16:19:17.589 INFO O| Mar 12 16:19:17.589 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
93212026-03-12T16:19:18.740Z[ host-image] Mar 12 16:19:17.589 INFO O| Mar 12 16:19:17.589 INFO STEP 46 (remove_files) COMPLETE
93222026-03-12T16:19:18.740Z[ host-image] Mar 12 16:19:17.589 INFO O| Mar 12 16:19:17.589 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93232026-03-12T16:19:18.747Z[ host-image] Mar 12 16:19:17.599 INFO O| Mar 12 16:19:17.599 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
93242026-03-12T16:19:18.750Z[ host-image] Mar 12 16:19:17.599 INFO O| Mar 12 16:19:17.599 INFO STEP 47 (remove_files) COMPLETE
93252026-03-12T16:19:18.750Z[ host-image] Mar 12 16:19:17.599 INFO O| Mar 12 16:19:17.599 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93262026-03-12T16:19:18.756Z[ host-image] Mar 12 16:19:17.609 INFO O| Mar 12 16:19:17.609 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
93272026-03-12T16:19:18.759Z[ host-image] Mar 12 16:19:17.609 INFO O| Mar 12 16:19:17.609 INFO STEP 48 (remove_files) COMPLETE
93282026-03-12T16:19:18.759Z[ host-image] Mar 12 16:19:17.609 INFO O| Mar 12 16:19:17.609 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93292026-03-12T16:19:18.766Z[ host-image] Mar 12 16:19:17.619 INFO O| Mar 12 16:19:17.618 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
93302026-03-12T16:19:18.769Z[ host-image] Mar 12 16:19:17.619 INFO O| Mar 12 16:19:17.619 INFO STEP 49 (remove_files) COMPLETE
93312026-03-12T16:19:18.769Z[ host-image] Mar 12 16:19:17.619 INFO O| Mar 12 16:19:17.619 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93322026-03-12T16:19:18.777Z[ host-image] Mar 12 16:19:17.630 INFO O| Mar 12 16:19:17.630 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
93332026-03-12T16:19:18.777Z[ host-image] Mar 12 16:19:17.630 INFO O| Mar 12 16:19:17.630 INFO STEP 50 (remove_files) COMPLETE
93342026-03-12T16:19:18.780Z[ host-image] Mar 12 16:19:17.630 INFO O| Mar 12 16:19:17.630 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93352026-03-12T16:19:18.786Z[ host-image] Mar 12 16:19:17.639 INFO O| Mar 12 16:19:17.639 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
93362026-03-12T16:19:18.789Z[ host-image] Mar 12 16:19:17.639 INFO O| Mar 12 16:19:17.639 INFO STEP 51 (remove_files) COMPLETE
93372026-03-12T16:19:18.789Z[ host-image] Mar 12 16:19:17.639 INFO O| Mar 12 16:19:17.639 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93382026-03-12T16:19:18.797Z[ host-image] Mar 12 16:19:17.650 INFO O| Mar 12 16:19:17.650 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
93392026-03-12T16:19:18.801Z[ host-image] Mar 12 16:19:17.650 INFO O| Mar 12 16:19:17.650 INFO STEP 52 (remove_files) COMPLETE
93402026-03-12T16:19:18.801Z[ host-image] Mar 12 16:19:17.650 INFO O| Mar 12 16:19:17.650 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93412026-03-12T16:19:18.804Z[ recovery-image] Mar 12 16:19:17.655 INFO E| Compiling indexmap v2.9.0
93422026-03-12T16:19:18.808Z[ host-image] Mar 12 16:19:17.661 INFO O| Mar 12 16:19:17.661 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
93432026-03-12T16:19:18.811Z[ host-image] Mar 12 16:19:17.661 INFO O| Mar 12 16:19:17.661 INFO STEP 53 (remove_files) COMPLETE
93442026-03-12T16:19:18.811Z[ host-image] Mar 12 16:19:17.661 INFO O| Mar 12 16:19:17.661 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93452026-03-12T16:19:18.818Z[ host-image] Mar 12 16:19:17.671 INFO O| Mar 12 16:19:17.671 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
93462026-03-12T16:19:18.818Z[ host-image] Mar 12 16:19:17.671 INFO O| Mar 12 16:19:17.671 INFO STEP 54 (remove_files) COMPLETE
93472026-03-12T16:19:18.818Z[ host-image] Mar 12 16:19:17.671 INFO O| Mar 12 16:19:17.671 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93482026-03-12T16:19:18.828Z[ host-image] Mar 12 16:19:17.680 INFO O| Mar 12 16:19:17.680 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
93492026-03-12T16:19:18.831Z[ host-image] Mar 12 16:19:17.680 INFO O| Mar 12 16:19:17.680 INFO STEP 55 (remove_files) COMPLETE
93502026-03-12T16:19:18.831Z[ host-image] Mar 12 16:19:17.680 INFO O| Mar 12 16:19:17.680 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93512026-03-12T16:19:18.838Z[ host-image] Mar 12 16:19:17.691 INFO O| Mar 12 16:19:17.691 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
93522026-03-12T16:19:18.841Z[ host-image] Mar 12 16:19:17.691 INFO O| Mar 12 16:19:17.691 INFO STEP 56 (remove_files) COMPLETE
93532026-03-12T16:19:18.841Z[ host-image] Mar 12 16:19:17.691 INFO O| Mar 12 16:19:17.691 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93542026-03-12T16:19:18.848Z[ host-image] Mar 12 16:19:17.701 INFO O| Mar 12 16:19:17.701 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
93552026-03-12T16:19:18.848Z[ host-image] Mar 12 16:19:17.701 INFO O| Mar 12 16:19:17.701 INFO STEP 57 (remove_files) COMPLETE
93562026-03-12T16:19:18.852Z[ host-image] Mar 12 16:19:17.701 INFO O| Mar 12 16:19:17.701 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93572026-03-12T16:19:18.858Z[ host-image] Mar 12 16:19:17.710 INFO O| Mar 12 16:19:17.710 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
93582026-03-12T16:19:18.861Z[ host-image] Mar 12 16:19:17.710 INFO O| Mar 12 16:19:17.710 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
93592026-03-12T16:19:18.861Z[ host-image] Mar 12 16:19:17.711 INFO O| Mar 12 16:19:17.711 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93602026-03-12T16:19:18.861Z[ host-image] Mar 12 16:19:17.711 INFO O| Mar 12 16:19:17.711 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93612026-03-12T16:19:18.861Z[ host-image] Mar 12 16:19:17.711 INFO O| Mar 12 16:19:17.711 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93622026-03-12T16:19:18.861Z[ host-image] Mar 12 16:19:17.711 INFO O| Mar 12 16:19:17.711 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93632026-03-12T16:19:18.861Z[ host-image] Mar 12 16:19:17.711 INFO O| Mar 12 16:19:17.711 INFO ok!
93642026-03-12T16:19:18.861Z[ host-image] Mar 12 16:19:17.711 INFO O| Mar 12 16:19:17.711 INFO STEP 58 (ensure_file) COMPLETE
93652026-03-12T16:19:18.861Z[ host-image] Mar 12 16:19:17.711 INFO O| Mar 12 16:19:17.711 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93662026-03-12T16:19:18.870Z[ host-image] Mar 12 16:19:17.722 INFO O| Mar 12 16:19:17.722 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
93672026-03-12T16:19:18.873Z[ host-image] Mar 12 16:19:17.722 INFO O| Mar 12 16:19:17.722 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
93682026-03-12T16:19:18.873Z[ host-image] Mar 12 16:19:17.723 INFO O| Mar 12 16:19:17.723 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93692026-03-12T16:19:18.873Z[ host-image] Mar 12 16:19:17.723 INFO O| Mar 12 16:19:17.723 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93702026-03-12T16:19:18.873Z[ host-image] Mar 12 16:19:17.723 INFO O| Mar 12 16:19:17.723 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93712026-03-12T16:19:18.873Z[ host-image] Mar 12 16:19:17.723 INFO O| Mar 12 16:19:17.723 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93722026-03-12T16:19:18.873Z[ host-image] Mar 12 16:19:17.723 INFO O| Mar 12 16:19:17.723 INFO ok!
93732026-03-12T16:19:18.873Z[ host-image] Mar 12 16:19:17.723 INFO O| Mar 12 16:19:17.723 INFO STEP 59 (ensure_file) COMPLETE
93742026-03-12T16:19:18.873Z[ host-image] Mar 12 16:19:17.723 INFO O| Mar 12 16:19:17.723 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93752026-03-12T16:19:18.880Z[ host-image] Mar 12 16:19:17.733 INFO O| Mar 12 16:19:17.733 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
93762026-03-12T16:19:18.880Z[ host-image] Mar 12 16:19:17.733 INFO O| Mar 12 16:19:17.733 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
93772026-03-12T16:19:18.883Z[ host-image] Mar 12 16:19:17.733 INFO O| Mar 12 16:19:17.733 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
93782026-03-12T16:19:18.883Z[ host-image] Mar 12 16:19:17.733 INFO O| Mar 12 16:19:17.733 INFO ok!
93792026-03-12T16:19:18.883Z[ host-image] Mar 12 16:19:17.733 INFO O| Mar 12 16:19:17.733 INFO STEP 60 (ensure_file) COMPLETE
93802026-03-12T16:19:18.883Z[ host-image] Mar 12 16:19:17.733 INFO O| Mar 12 16:19:17.733 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93812026-03-12T16:19:18.890Z[ host-image] Mar 12 16:19:17.743 INFO O| Mar 12 16:19:17.742 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
93822026-03-12T16:19:18.890Z[ host-image] Mar 12 16:19:17.743 INFO O| Mar 12 16:19:17.743 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
93832026-03-12T16:19:18.893Z[ host-image] Mar 12 16:19:17.743 INFO O| Mar 12 16:19:17.743 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
93842026-03-12T16:19:18.893Z[ host-image] Mar 12 16:19:17.743 INFO O| Mar 12 16:19:17.743 INFO ok!
93852026-03-12T16:19:18.895Z[ host-image] Mar 12 16:19:17.743 INFO O| Mar 12 16:19:17.743 INFO STEP 61 (ensure_file) COMPLETE
93862026-03-12T16:19:18.895Z[ host-image] Mar 12 16:19:17.743 INFO O| Mar 12 16:19:17.743 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93872026-03-12T16:19:18.899Z[ host-image] Mar 12 16:19:17.751 INFO O| Mar 12 16:19:17.751 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
93882026-03-12T16:19:18.899Z[ host-image] Mar 12 16:19:17.751 INFO O| Mar 12 16:19:17.751 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
93892026-03-12T16:19:18.939Z[ host-image] Mar 12 16:19:17.752 INFO O| Mar 12 16:19:17.751 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
93902026-03-12T16:19:18.939Z[ host-image] Mar 12 16:19:17.752 INFO O| Mar 12 16:19:17.752 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
93912026-03-12T16:19:18.939Z[ host-image] Mar 12 16:19:17.752 INFO O| Mar 12 16:19:17.752 INFO ok!
93922026-03-12T16:19:18.939Z[ host-image] Mar 12 16:19:17.752 INFO O| Mar 12 16:19:17.752 INFO STEP 62 (ensure_file) COMPLETE
93932026-03-12T16:19:18.939Z[ host-image] Mar 12 16:19:17.752 INFO O| Mar 12 16:19:17.752 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93942026-03-12T16:19:18.943Z[ host-image] Mar 12 16:19:17.760 INFO O| Mar 12 16:19:17.760 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
93952026-03-12T16:19:18.943Z[ host-image] Mar 12 16:19:17.760 INFO O| Mar 12 16:19:17.760 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
93962026-03-12T16:19:18.943Z[ host-image] Mar 12 16:19:17.760 INFO O| Mar 12 16:19:17.760 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
93972026-03-12T16:19:18.943Z[ host-image] Mar 12 16:19:17.760 INFO O| Mar 12 16:19:17.760 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
93982026-03-12T16:19:18.943Z[ host-image] Mar 12 16:19:17.760 INFO O| Mar 12 16:19:17.760 INFO ok!
93992026-03-12T16:19:18.943Z[ host-image] Mar 12 16:19:17.760 INFO O| Mar 12 16:19:17.760 INFO STEP 63 (ensure_file) COMPLETE
94002026-03-12T16:19:18.943Z[ host-image] Mar 12 16:19:17.760 INFO O| Mar 12 16:19:17.760 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94012026-03-12T16:19:18.943Z[ host-image] Mar 12 16:19:17.768 INFO O| Mar 12 16:19:17.768 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
94022026-03-12T16:19:18.943Z[ host-image] Mar 12 16:19:17.768 INFO O| Mar 12 16:19:17.768 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
94032026-03-12T16:19:18.943Z[ host-image] Mar 12 16:19:17.768 INFO O| Mar 12 16:19:17.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
94042026-03-12T16:19:18.943Z[ host-image] Mar 12 16:19:17.768 INFO O| Mar 12 16:19:17.768 INFO ok!
94052026-03-12T16:19:18.943Z[ host-image] Mar 12 16:19:17.768 INFO O| Mar 12 16:19:17.768 INFO STEP 64 (assemble_files) COMPLETE
94062026-03-12T16:19:18.943Z[ host-image] Mar 12 16:19:17.768 INFO O| Mar 12 16:19:17.768 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94072026-03-12T16:19:18.943Z[ host-image] Mar 12 16:19:17.778 INFO O| Mar 12 16:19:17.778 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
94082026-03-12T16:19:18.943Z[ host-image] Mar 12 16:19:17.778 INFO O| Mar 12 16:19:17.778 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
94092026-03-12T16:19:18.943Z[ host-image] Mar 12 16:19:17.778 INFO O| Mar 12 16:19:17.778 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
94102026-03-12T16:19:18.944Z[ host-image] Mar 12 16:19:17.778 INFO O| Mar 12 16:19:17.778 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
94112026-03-12T16:19:18.944Z[ host-image] Mar 12 16:19:17.778 INFO O| Mar 12 16:19:17.778 INFO ok!
94122026-03-12T16:19:18.944Z[ host-image] Mar 12 16:19:17.778 INFO O| Mar 12 16:19:17.778 INFO STEP 65 (ensure_file) COMPLETE
94132026-03-12T16:19:18.944Z[ host-image] Mar 12 16:19:17.778 INFO O| Mar 12 16:19:17.778 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94142026-03-12T16:19:18.944Z[ host-image] Mar 12 16:19:17.787 INFO O| Mar 12 16:19:17.787 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94152026-03-12T16:19:18.944Z[ host-image] Mar 12 16:19:17.788 INFO O| Mar 12 16:19:17.788 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94162026-03-12T16:19:18.944Z[ host-image] Mar 12 16:19:17.788 INFO O| Mar 12 16:19:17.788 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94172026-03-12T16:19:18.944Z[ host-image] Mar 12 16:19:17.788 INFO O| Mar 12 16:19:17.788 INFO STEP 66 (ensure_dir) COMPLETE
94182026-03-12T16:19:18.944Z[ host-image] Mar 12 16:19:17.788 INFO O| Mar 12 16:19:17.788 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94192026-03-12T16:19:18.947Z[ host-image] Mar 12 16:19:17.798 INFO O| Mar 12 16:19:17.797 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
94202026-03-12T16:19:18.947Z[ host-image] Mar 12 16:19:17.798 INFO O| Mar 12 16:19:17.798 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 ...
94212026-03-12T16:19:18.952Z[ host-image] Mar 12 16:19:17.804 INFO O| Mar 12 16:19:17.804 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
94222026-03-12T16:19:18.952Z[ host-image] Mar 12 16:19:17.804 INFO O| Mar 12 16:19:17.804 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
94232026-03-12T16:19:18.955Z[ host-image] Mar 12 16:19:17.804 INFO O| Mar 12 16:19:17.804 INFO ok!
94242026-03-12T16:19:18.955Z[ host-image] Mar 12 16:19:17.804 INFO O| Mar 12 16:19:17.804 INFO STEP 67 (ensure_file) COMPLETE
94252026-03-12T16:19:18.955Z[ host-image] Mar 12 16:19:17.804 INFO O| Mar 12 16:19:17.804 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94262026-03-12T16:19:18.961Z[ host-image] Mar 12 16:19:17.814 INFO O| Mar 12 16:19:17.814 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
94272026-03-12T16:19:18.961Z[ host-image] Mar 12 16:19:17.814 INFO O| Mar 12 16:19:17.814 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 ...
94282026-03-12T16:19:18.965Z[ host-image] Mar 12 16:19:17.814 INFO O| Mar 12 16:19:17.814 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
94292026-03-12T16:19:18.965Z[ host-image] Mar 12 16:19:17.814 INFO O| Mar 12 16:19:17.814 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
94302026-03-12T16:19:18.965Z[ host-image] Mar 12 16:19:17.814 INFO O| Mar 12 16:19:17.814 INFO ok!
94312026-03-12T16:19:18.965Z[ host-image] Mar 12 16:19:17.814 INFO O| Mar 12 16:19:17.814 INFO STEP 68 (ensure_file) COMPLETE
94322026-03-12T16:19:18.965Z[ host-image] Mar 12 16:19:17.814 INFO O| Mar 12 16:19:17.814 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94332026-03-12T16:19:18.976Z[ host-image] Mar 12 16:19:17.829 INFO O| Mar 12 16:19:17.829 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
94342026-03-12T16:19:18.979Z[ host-image] Mar 12 16:19:17.829 INFO O| Mar 12 16:19:17.829 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
94352026-03-12T16:19:19.045Z[ recovery-image] Mar 12 16:19:17.897 INFO E| Compiling os_pipe v1.2.1
94362026-03-12T16:19:19.045Z[ recovery-image] Mar 12 16:19:17.897 INFO E| Compiling shared_child v1.0.1
94372026-03-12T16:19:19.179Z[ recovery-image] Mar 12 16:19:18.031 INFO E| Compiling duct v0.13.7
94382026-03-12T16:19:19.734Z[ recovery-image] Mar 12 16:19:18.586 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
94392026-03-12T16:19:20.811Z[ host-image] Mar 12 16:19:19.663 INFO O| Mar 12 16:19:19.663 INFO STEP 69 (pack_tar) COMPLETE
94402026-03-12T16:19:20.811Z[ host-image] Mar 12 16:19:19.663 INFO O| Mar 12 16:19:19.663 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94412026-03-12T16:19:20.814Z[ host-image] Mar 12 16:19:19.663 INFO O| Mar 12 16:19:19.663 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
94422026-03-12T16:19:21.045Z[ recovery-image] Mar 12 16:19:19.897 INFO E| Compiling serde_derive v1.0.219
94432026-03-12T16:19:21.045Z[ recovery-image] Mar 12 16:19:19.897 INFO E| Compiling clap_derive v4.5.32
94442026-03-12T16:19:21.423Z[ host-image] Mar 12 16:19:20.275 INFO O| Mar 12 16:19:20.275 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94452026-03-12T16:19:21.529Z[ host-image] Mar 12 16:19:20.380 INFO O| Mar 12 16:19:20.380 INFO completed processing sled/ramdisk-02-trim
94462026-03-12T16:19:21.532Z[ host-image] Mar 12 16:19:20.383 INFO image builder template: zfs...
94472026-03-12T16:19:21.532Z[ host-image] Mar 12 16:19:20.383 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/.tmpzuqBXD/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
94482026-03-12T16:19:21.544Z[ host-image] Mar 12 16:19:20.396 INFO O| Mar 12 16:19:20.396 INFO skip include "stress" because feature "stress" is not enabled
94492026-03-12T16:19:21.544Z[ host-image] Mar 12 16:19:20.396 INFO O| Mar 12 16:19:20.396 INFO skip include "stress" because feature "compliance" is not enabled
94502026-03-12T16:19:21.577Z[ host-image] Mar 12 16:19:20.429 INFO O| Mar 12 16:19:20.429 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
94512026-03-12T16:19:21.581Z[ host-image] Mar 12 16:19:20.433 INFO O| Mar 12 16:19:20.433 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
94522026-03-12T16:19:21.725Z[ host-image] Mar 12 16:19:20.577 INFO O| Mar 12 16:19:20.577 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
94532026-03-12T16:19:21.791Z[ host-image] Mar 12 16:19:20.643 INFO O| Mar 12 16:19:20.643 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
94542026-03-12T16:19:21.791Z[ host-image] Mar 12 16:19:20.643 INFO O| Mar 12 16:19:20.643 INFO work dataset: rpool/images/build/host/work/sled/zfs
94552026-03-12T16:19:21.796Z[ host-image] Mar 12 16:19:20.648 INFO O| Mar 12 16:19:20.648 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
94562026-03-12T16:19:21.900Z[ host-image] Mar 12 16:19:20.752 INFO O| Mar 12 16:19:20.752 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
94572026-03-12T16:19:21.942Z[ host-image] Mar 12 16:19:20.794 INFO O| Mar 12 16:19:20.794 INFO DESTROY POOL: TEMPORARY-sled-zfs
94582026-03-12T16:19:21.950Z[ host-image] Mar 12 16:19:20.802 INFO O| Mar 12 16:19:20.802 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
94592026-03-12T16:19:21.954Z[ host-image] Mar 12 16:19:20.806 INFO O| Mar 12 16:19:20.806 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
94602026-03-12T16:19:21.957Z[ host-image] Mar 12 16:19:20.806 INFO O| Mar 12 16:19:20.806 INFO no lofi found
94612026-03-12T16:19:21.957Z[ host-image] Mar 12 16:19:20.806 INFO O| Mar 12 16:19:20.806 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
94622026-03-12T16:19:21.957Z[ host-image] Mar 12 16:19:20.806 INFO O| Mar 12 16:19:20.806 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
94632026-03-12T16:19:22.715Z[ recovery-image] Mar 12 16:19:21.566 INFO E| Compiling clap v4.5.37
94642026-03-12T16:19:23.526Z[ recovery-image] Mar 12 16:19:22.378 INFO E| Compiling serde v1.0.219
94652026-03-12T16:19:24.151Z[ host-image] Mar 12 16:19:23.002 INFO O| Mar 12 16:19:23.002 INFO lofi device = /dev/dsk/c2t1d0p0
94662026-03-12T16:19:24.151Z[ host-image] Mar 12 16:19:23.002 INFO O| Mar 12 16:19:23.002 INFO pool device = /dev/dsk/c2t1d0p0
94672026-03-12T16:19:24.154Z[ host-image] Mar 12 16:19:23.002 INFO O| Mar 12 16:19:23.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"]
94682026-03-12T16:19:24.251Z[ host-image] Mar 12 16:19:23.103 INFO O| Mar 12 16:19:23.102 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94692026-03-12T16:19:24.251Z[ host-image] Mar 12 16:19:23.103 INFO O| Mar 12 16:19:23.103 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
94702026-03-12T16:19:24.270Z[ host-image] Mar 12 16:19:23.122 INFO O| Mar 12 16:19:23.122 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
94712026-03-12T16:19:24.322Z[ host-image] Mar 12 16:19:23.174 INFO O| Mar 12 16:19:23.174 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
94722026-03-12T16:19:24.351Z[ host-image] Mar 12 16:19:23.203 INFO O| Mar 12 16:19:23.203 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
94732026-03-12T16:19:24.361Z[ host-image] Mar 12 16:19:23.213 INFO O| Mar 12 16:19:23.213 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
94742026-03-12T16:19:24.369Z[ host-image] Mar 12 16:19:23.221 INFO O| Mar 12 16:19:23.221 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
94752026-03-12T16:19:24.407Z[ host-image] Mar 12 16:19:23.259 INFO O| Mar 12 16:19:23.259 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
94762026-03-12T16:19:24.407Z[ host-image] Mar 12 16:19:23.259 INFO O| Mar 12 16:19:23.259 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
94772026-03-12T16:19:24.407Z[ host-image] Mar 12 16:19:23.259 INFO O| Mar 12 16:19:23.259 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
94782026-03-12T16:19:24.415Z[ host-image] Mar 12 16:19:23.267 INFO O| Mar 12 16:19:23.267 INFO boot environment UUID: b293f3e4-3035-4268-8d9a-13f77b9ec9c8
94792026-03-12T16:19:24.415Z[ host-image] Mar 12 16:19:23.267 INFO O| Mar 12 16:19:23.267 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = b293f3e4-3035-4268-8d9a-13f77b9ec9c8
94802026-03-12T16:19:24.422Z[ host-image] Mar 12 16:19:23.274 INFO O| Mar 12 16:19:23.274 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
94812026-03-12T16:19:24.429Z[ host-image] Mar 12 16:19:23.281 INFO O| Mar 12 16:19:23.281 INFO STEP 0 (create_be) COMPLETE
94822026-03-12T16:19:24.432Z[ host-image] Mar 12 16:19:23.281 INFO O| Mar 12 16:19:23.281 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94832026-03-12T16:19:24.444Z[ host-image] Mar 12 16:19:23.296 INFO O| Mar 12 16:19:23.296 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
94842026-03-12T16:19:26.188Z[ recovery-image] Mar 12 16:19:25.040 INFO E| Compiling serde_spanned v0.6.8
94852026-03-12T16:19:26.188Z[ recovery-image] Mar 12 16:19:25.040 INFO E| Compiling toml_datetime v0.6.9
94862026-03-12T16:19:26.394Z[ recovery-image] Mar 12 16:19:25.245 INFO E| Compiling toml_edit v0.22.26
94872026-03-12T16:19:28.301Z[ recovery-image] Mar 12 16:19:27.152 INFO E| Compiling toml v0.8.22
94882026-03-12T16:19:31.495Z[ recovery-image] Mar 12 16:19:30.347 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.59s
94892026-03-12T16:19:31.511Z[ recovery-image] Mar 12 16:19:30.362 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`
94902026-03-12T16:19:31.525Z[ recovery-image] Mar 12 16:19:30.376 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
94912026-03-12T16:19:31.623Z[ recovery-image] Mar 12 16:19:30.474 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
94922026-03-12T16:19:31.627Z[ recovery-image] Mar 12 16:19:30.478 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`
94932026-03-12T16:19:31.789Z[ recovery-image] Mar 12 16:19:30.639 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
94942026-03-12T16:19:31.789Z[ recovery-image] Mar 12 16:19:30.639 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
94952026-03-12T16:19:31.789Z[ recovery-image] Mar 12 16:19:30.639 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
94962026-03-12T16:19:31.789Z[ recovery-image] Mar 12 16:19:30.639 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
94972026-03-12T16:19:31.793Z[ recovery-image] Mar 12 16:19:30.639 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
94982026-03-12T16:19:31.793Z[ recovery-image] Mar 12 16:19:30.640 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
94992026-03-12T16:19:31.793Z[ recovery-image] Mar 12 16:19:30.640 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
95002026-03-12T16:19:31.793Z[ recovery-image] Mar 12 16:19:30.640 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
95012026-03-12T16:19:31.793Z[ recovery-image] Mar 12 16:19:30.640 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
95022026-03-12T16:19:31.793Z[ recovery-image] Mar 12 16:19:30.640 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
95032026-03-12T16:19:31.793Z[ recovery-image] Mar 12 16:19:30.640 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
95042026-03-12T16:19:31.793Z[ recovery-image] Mar 12 16:19:30.640 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
95052026-03-12T16:19:31.793Z[ recovery-image] Mar 12 16:19:30.640 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
95062026-03-12T16:19:31.793Z[ recovery-image] Mar 12 16:19:30.640 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
95072026-03-12T16:19:31.793Z[ recovery-image] Mar 12 16:19:30.640 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
95082026-03-12T16:19:31.793Z[ recovery-image] Mar 12 16:19:30.640 INFO O| Info: ABL version: 0x100f5010
95092026-03-12T16:19:31.793Z[ recovery-image] Mar 12 16:19:30.640 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
95102026-03-12T16:19:31.793Z[ recovery-image] Mar 12 16:19:30.640 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
95112026-03-12T16:19:31.793Z[ recovery-image] Mar 12 16:19:30.641 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
95122026-03-12T16:19:31.793Z[ recovery-image] Mar 12 16:19:30.641 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
95132026-03-12T16:19:31.793Z[ recovery-image] Mar 12 16:19:30.641 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
95142026-03-12T16:19:31.793Z[ recovery-image] Mar 12 16:19:30.641 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
95152026-03-12T16:19:31.793Z[ recovery-image] Mar 12 16:19:30.641 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
95162026-03-12T16:19:31.793Z[ recovery-image] Mar 12 16:19:30.641 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
95172026-03-12T16:19:31.793Z[ recovery-image] Mar 12 16:19:30.641 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
95182026-03-12T16:19:31.793Z[ recovery-image] Mar 12 16:19:30.641 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
95192026-03-12T16:19:31.793Z[ recovery-image] Mar 12 16:19:30.641 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
95202026-03-12T16:19:31.793Z[ recovery-image] Mar 12 16:19:30.641 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
95212026-03-12T16:19:31.793Z[ recovery-image] Mar 12 16:19:30.641 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
95222026-03-12T16:19:31.793Z[ recovery-image] Mar 12 16:19:30.641 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
95232026-03-12T16:19:31.793Z[ recovery-image] Mar 12 16:19:30.641 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
95242026-03-12T16:19:31.793Z[ recovery-image] Mar 12 16:19:30.641 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
95252026-03-12T16:19:31.794Z[ recovery-image] Mar 12 16:19:30.641 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
95262026-03-12T16:19:31.794Z[ recovery-image] Mar 12 16:19:30.641 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
95272026-03-12T16:19:31.794Z[ recovery-image] Mar 12 16:19:30.641 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
95282026-03-12T16:19:31.838Z[ recovery-image] Mar 12 16:19:30.689 INFO building ROM for cosmo
95292026-03-12T16:19:31.838Z[ recovery-image] Mar 12 16:19:30.689 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")
95302026-03-12T16:19:31.963Z[ recovery-image] Mar 12 16:19:30.814 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
95312026-03-12T16:19:31.966Z[ recovery-image] Mar 12 16:19:30.817 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`
95322026-03-12T16:19:31.976Z[ recovery-image] Mar 12 16:19:30.828 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
95332026-03-12T16:19:32.062Z[ recovery-image] Mar 12 16:19:30.913 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
95342026-03-12T16:19:32.066Z[ recovery-image] Mar 12 16:19:30.917 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`
95352026-03-12T16:19:32.367Z[ recovery-image] Mar 12 16:19:31.218 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
95362026-03-12T16:19:32.367Z[ recovery-image] Mar 12 16:19:31.218 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
95372026-03-12T16:19:32.368Z[ recovery-image] Mar 12 16:19:31.218 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
95382026-03-12T16:19:32.372Z[ recovery-image] Mar 12 16:19:31.218 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
95392026-03-12T16:19:32.372Z[ recovery-image] Mar 12 16:19:31.218 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
95402026-03-12T16:19:32.372Z[ recovery-image] Mar 12 16:19:31.218 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
95412026-03-12T16:19:32.373Z[ recovery-image] Mar 12 16:19:31.218 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
95422026-03-12T16:19:32.373Z[ recovery-image] Mar 12 16:19:31.218 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
95432026-03-12T16:19:32.373Z[ recovery-image] Mar 12 16:19:31.218 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
95442026-03-12T16:19:32.373Z[ recovery-image] Mar 12 16:19:31.218 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
95452026-03-12T16:19:32.373Z[ recovery-image] Mar 12 16:19:31.219 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
95462026-03-12T16:19:32.373Z[ recovery-image] Mar 12 16:19:31.219 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
95472026-03-12T16:19:32.373Z[ recovery-image] Mar 12 16:19:31.219 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
95482026-03-12T16:19:32.373Z[ recovery-image] Mar 12 16:19:31.219 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
95492026-03-12T16:19:32.373Z[ recovery-image] Mar 12 16:19:31.219 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
95502026-03-12T16:19:32.373Z[ recovery-image] Mar 12 16:19:31.219 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
95512026-03-12T16:19:32.373Z[ recovery-image] Mar 12 16:19:31.219 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
95522026-03-12T16:19:32.373Z[ recovery-image] Mar 12 16:19:31.219 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
95532026-03-12T16:19:32.373Z[ recovery-image] Mar 12 16:19:31.219 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
95542026-03-12T16:19:32.373Z[ recovery-image] Mar 12 16:19:31.219 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
95552026-03-12T16:19:32.373Z[ recovery-image] Mar 12 16:19:31.219 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
95562026-03-12T16:19:32.373Z[ recovery-image] Mar 12 16:19:31.219 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
95572026-03-12T16:19:32.373Z[ recovery-image] Mar 12 16:19:31.219 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
95582026-03-12T16:19:32.373Z[ recovery-image] Mar 12 16:19:31.219 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
95592026-03-12T16:19:32.373Z[ recovery-image] Mar 12 16:19:31.219 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
95602026-03-12T16:19:32.373Z[ recovery-image] Mar 12 16:19:31.219 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
95612026-03-12T16:19:32.373Z[ recovery-image] Mar 12 16:19:31.219 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
95622026-03-12T16:19:32.373Z[ recovery-image] Mar 12 16:19:31.219 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
95632026-03-12T16:19:32.373Z[ recovery-image] Mar 12 16:19:31.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
95642026-03-12T16:19:32.373Z[ recovery-image] Mar 12 16:19:31.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
95652026-03-12T16:19:32.373Z[ recovery-image] Mar 12 16:19:31.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
95662026-03-12T16:19:32.374Z[ recovery-image] Mar 12 16:19:31.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
95672026-03-12T16:19:32.374Z[ recovery-image] Mar 12 16:19:31.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
95682026-03-12T16:19:32.374Z[ recovery-image] Mar 12 16:19:31.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
95692026-03-12T16:19:32.374Z[ recovery-image] Mar 12 16:19:31.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
95702026-03-12T16:19:32.374Z[ recovery-image] Mar 12 16:19:31.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
95712026-03-12T16:19:32.374Z[ recovery-image] Mar 12 16:19:31.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
95722026-03-12T16:19:32.374Z[ recovery-image] Mar 12 16:19:31.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
95732026-03-12T16:19:32.374Z[ recovery-image] Mar 12 16:19:31.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
95742026-03-12T16:19:32.374Z[ recovery-image] Mar 12 16:19:31.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
95752026-03-12T16:19:32.374Z[ recovery-image] Mar 12 16:19:31.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
95762026-03-12T16:19:32.374Z[ recovery-image] Mar 12 16:19:31.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
95772026-03-12T16:19:32.374Z[ recovery-image] Mar 12 16:19:31.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
95782026-03-12T16:19:32.374Z[ recovery-image] Mar 12 16:19:31.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
95792026-03-12T16:19:32.374Z[ recovery-image] Mar 12 16:19:31.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
95802026-03-12T16:19:32.374Z[ recovery-image] Mar 12 16:19:31.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
95812026-03-12T16:19:32.374Z[ recovery-image] Mar 12 16:19:31.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
95822026-03-12T16:19:32.374Z[ recovery-image] Mar 12 16:19:31.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
95832026-03-12T16:19:32.374Z[ recovery-image] Mar 12 16:19:31.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
95842026-03-12T16:19:32.374Z[ recovery-image] Mar 12 16:19:31.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
95852026-03-12T16:19:32.374Z[ recovery-image] Mar 12 16:19:31.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
95862026-03-12T16:19:32.374Z[ recovery-image] Mar 12 16:19:31.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
95872026-03-12T16:19:32.374Z[ recovery-image] Mar 12 16:19:31.220 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
95882026-03-12T16:19:32.374Z[ recovery-image] Mar 12 16:19:31.221 INFO O| Info: ABL version: 0x1007f011
95892026-03-12T16:19:32.374Z[ recovery-image] Mar 12 16:19:31.221 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
95902026-03-12T16:19:32.374Z[ recovery-image] Mar 12 16:19:31.221 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
95912026-03-12T16:19:32.375Z[ recovery-image] Mar 12 16:19:31.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
95922026-03-12T16:19:32.375Z[ recovery-image] Mar 12 16:19:31.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
95932026-03-12T16:19:32.375Z[ recovery-image] Mar 12 16:19:31.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
95942026-03-12T16:19:32.375Z[ recovery-image] Mar 12 16:19:31.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
95952026-03-12T16:19:32.375Z[ recovery-image] Mar 12 16:19:31.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
95962026-03-12T16:19:32.375Z[ recovery-image] Mar 12 16:19:31.221 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
95972026-03-12T16:19:32.375Z[ recovery-image] Mar 12 16:19:31.222 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
95982026-03-12T16:19:32.375Z[ recovery-image] Mar 12 16:19:31.222 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
95992026-03-12T16:19:32.375Z[ recovery-image] Mar 12 16:19:31.222 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
96002026-03-12T16:19:32.375Z[ recovery-image] Mar 12 16:19:31.222 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
96012026-03-12T16:19:32.375Z[ recovery-image] Mar 12 16:19:31.222 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
96022026-03-12T16:19:32.375Z[ recovery-image] Mar 12 16:19:31.222 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
96032026-03-12T16:19:32.375Z[ recovery-image] Mar 12 16:19:31.222 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
96042026-03-12T16:19:32.375Z[ recovery-image] Mar 12 16:19:31.222 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
96052026-03-12T16:19:32.375Z[ recovery-image] Mar 12 16:19:31.222 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
96062026-03-12T16:19:32.375Z[ recovery-image] Mar 12 16:19:31.222 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
96072026-03-12T16:19:32.375Z[ recovery-image] Mar 12 16:19:31.222 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
96082026-03-12T16:19:32.375Z[ recovery-image] Mar 12 16:19:31.222 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
96092026-03-12T16:19:32.375Z[ recovery-image] Mar 12 16:19:31.222 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
96102026-03-12T16:19:32.375Z[ recovery-image] Mar 12 16:19:31.222 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
96112026-03-12T16:19:32.415Z[ recovery-image] Mar 12 16:19:31.266 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
96122026-03-12T16:19:32.419Z[ recovery-image] Mar 12 16:19:31.266 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
96132026-03-12T16:19:33.752Z[ host-image] Mar 12 16:19:32.603 INFO O| Mar 12 16:19:32.603 INFO STEP 1 (unpack_tar) COMPLETE
96142026-03-12T16:19:33.752Z[ host-image] Mar 12 16:19:32.603 INFO O| Mar 12 16:19:32.603 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96152026-03-12T16:19:33.762Z[ host-image] Mar 12 16:19:32.613 INFO O| Mar 12 16:19:32.613 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
96162026-03-12T16:19:34.149Z[ host-image] Mar 12 16:19:32.999 INFO O| Mar 12 16:19:32.999 INFO STEP 2 (devfsadm) COMPLETE
96172026-03-12T16:19:34.149Z[ host-image] Mar 12 16:19:32.999 INFO O| Mar 12 16:19:32.999 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96182026-03-12T16:19:34.158Z[ host-image] Mar 12 16:19:33.009 INFO O| Mar 12 16:19:33.009 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
96192026-03-12T16:19:34.158Z[ host-image] Mar 12 16:19:33.009 INFO O| Mar 12 16:19:33.009 INFO STEP 3 (ensure_dir) COMPLETE
96202026-03-12T16:19:34.161Z[ host-image] Mar 12 16:19:33.009 INFO O| Mar 12 16:19:33.009 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96212026-03-12T16:19:34.168Z[ host-image] Mar 12 16:19:33.020 INFO O| Mar 12 16:19:33.020 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
96222026-03-12T16:19:34.168Z[ host-image] Mar 12 16:19:33.020 INFO O| Mar 12 16:19:33.020 INFO STEP 4 (ensure_dir) COMPLETE
96232026-03-12T16:19:34.172Z[ host-image] Mar 12 16:19:33.020 INFO O| Mar 12 16:19:33.020 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96242026-03-12T16:19:34.176Z[ host-image] Mar 12 16:19:33.027 INFO O| Mar 12 16:19:33.027 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
96252026-03-12T16:19:34.179Z[ host-image] Mar 12 16:19:33.027 INFO O| Mar 12 16:19:33.027 INFO STEP 5 (ensure_dir) COMPLETE
96262026-03-12T16:19:34.179Z[ host-image] Mar 12 16:19:33.027 INFO O| Mar 12 16:19:33.027 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96272026-03-12T16:19:34.183Z[ host-image] Mar 12 16:19:33.034 INFO O| Mar 12 16:19:33.034 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
96282026-03-12T16:19:34.183Z[ host-image] Mar 12 16:19:33.034 INFO O| Mar 12 16:19:33.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
96292026-03-12T16:19:34.186Z[ host-image] Mar 12 16:19:33.034 INFO O| Mar 12 16:19:33.034 INFO STEP 6 (ensure_dir) COMPLETE
96302026-03-12T16:19:34.186Z[ host-image] Mar 12 16:19:33.034 INFO O| Mar 12 16:19:33.034 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96312026-03-12T16:19:34.191Z[ host-image] Mar 12 16:19:33.042 INFO O| Mar 12 16:19:33.042 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
96322026-03-12T16:19:34.194Z[ host-image] Mar 12 16:19:33.042 INFO O| Mar 12 16:19:33.042 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
96332026-03-12T16:19:34.194Z[ host-image] Mar 12 16:19:33.042 INFO O| Mar 12 16:19:33.042 INFO STEP 7 (ensure_dir) COMPLETE
96342026-03-12T16:19:34.194Z[ host-image] Mar 12 16:19:33.042 INFO O| Mar 12 16:19:33.042 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96352026-03-12T16:19:34.199Z[ host-image] Mar 12 16:19:33.050 INFO O| Mar 12 16:19:33.050 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
96362026-03-12T16:19:34.202Z[ host-image] Mar 12 16:19:33.051 INFO O| Mar 12 16:19:33.051 INFO STEP 8 (remove_files) COMPLETE
96372026-03-12T16:19:34.202Z[ host-image] Mar 12 16:19:33.051 INFO O| Mar 12 16:19:33.051 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96382026-03-12T16:19:34.207Z[ host-image] Mar 12 16:19:33.059 INFO O| Mar 12 16:19:33.059 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
96392026-03-12T16:19:34.210Z[ host-image] Mar 12 16:19:33.059 INFO O| Mar 12 16:19:33.059 INFO STEP 9 (remove_files) COMPLETE
96402026-03-12T16:19:34.211Z[ host-image] Mar 12 16:19:33.059 INFO O| Mar 12 16:19:33.059 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96412026-03-12T16:19:34.215Z[ host-image] Mar 12 16:19:33.066 INFO O| Mar 12 16:19:33.066 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
96422026-03-12T16:19:34.218Z[ host-image] Mar 12 16:19:33.067 INFO O| Mar 12 16:19:33.067 INFO STEP 10 (remove_files) COMPLETE
96432026-03-12T16:19:34.218Z[ host-image] Mar 12 16:19:33.067 INFO O| Mar 12 16:19:33.067 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96442026-03-12T16:19:34.223Z[ host-image] Mar 12 16:19:33.075 INFO O| Mar 12 16:19:33.074 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
96452026-03-12T16:19:34.223Z[ host-image] Mar 12 16:19:33.075 INFO O| Mar 12 16:19:33.075 INFO STEP 11 (remove_files) COMPLETE
96462026-03-12T16:19:34.226Z[ host-image] Mar 12 16:19:33.075 INFO O| Mar 12 16:19:33.075 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96472026-03-12T16:19:34.276Z[ host-image] Mar 12 16:19:33.082 INFO O| Mar 12 16:19:33.082 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
96482026-03-12T16:19:34.276Z[ host-image] Mar 12 16:19:33.082 INFO O| Mar 12 16:19:33.082 INFO STEP 12 (remove_files) COMPLETE
96492026-03-12T16:19:34.276Z[ host-image] Mar 12 16:19:33.082 INFO O| Mar 12 16:19:33.082 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96502026-03-12T16:19:34.276Z[ host-image] Mar 12 16:19:33.091 INFO O| Mar 12 16:19:33.091 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
96512026-03-12T16:19:34.276Z[ host-image] Mar 12 16:19:33.091 INFO O| Mar 12 16:19:33.091 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
96522026-03-12T16:19:34.276Z[ host-image] Mar 12 16:19:33.091 INFO O| Mar 12 16:19:33.091 INFO STEP 13 (ensure_dir) COMPLETE
96532026-03-12T16:19:34.276Z[ host-image] Mar 12 16:19:33.091 INFO O| Mar 12 16:19:33.091 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96542026-03-12T16:19:34.276Z[ host-image] Mar 12 16:19:33.098 INFO O| Mar 12 16:19:33.098 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
96552026-03-12T16:19:34.276Z[ host-image] Mar 12 16:19:33.098 INFO O| Mar 12 16:19:33.098 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
96562026-03-12T16:19:34.276Z[ host-image] Mar 12 16:19:33.098 INFO O| Mar 12 16:19:33.098 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
96572026-03-12T16:19:34.276Z[ host-image] Mar 12 16:19:33.098 INFO O| Mar 12 16:19:33.098 INFO STEP 14 (ensure_dir) COMPLETE
96582026-03-12T16:19:34.276Z[ host-image] Mar 12 16:19:33.098 INFO O| Mar 12 16:19:33.098 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96592026-03-12T16:19:34.276Z[ host-image] Mar 12 16:19:33.105 INFO O| Mar 12 16:19:33.105 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
96602026-03-12T16:19:34.276Z[ host-image] Mar 12 16:19:33.105 INFO O| Mar 12 16:19:33.105 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
96612026-03-12T16:19:34.276Z[ host-image] Mar 12 16:19:33.105 INFO O| Mar 12 16:19:33.105 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
96622026-03-12T16:19:34.276Z[ host-image] Mar 12 16:19:33.105 INFO O| Mar 12 16:19:33.105 INFO STEP 15 (ensure_dir) COMPLETE
96632026-03-12T16:19:34.276Z[ host-image] Mar 12 16:19:33.105 INFO O| Mar 12 16:19:33.105 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96642026-03-12T16:19:34.276Z[ host-image] Mar 12 16:19:33.113 INFO O| Mar 12 16:19:33.113 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
96652026-03-12T16:19:34.276Z[ host-image] Mar 12 16:19:33.113 INFO O| Mar 12 16:19:33.113 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
96662026-03-12T16:19:34.276Z[ host-image] Mar 12 16:19:33.113 INFO O| Mar 12 16:19:33.113 INFO STEP 16 (ensure_dir) COMPLETE
96672026-03-12T16:19:34.276Z[ host-image] Mar 12 16:19:33.113 INFO O| Mar 12 16:19:33.113 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96682026-03-12T16:19:34.276Z[ host-image] Mar 12 16:19:33.121 INFO O| Mar 12 16:19:33.121 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
96692026-03-12T16:19:34.276Z[ host-image] Mar 12 16:19:33.121 INFO O| Mar 12 16:19:33.121 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
96702026-03-12T16:19:34.276Z[ host-image] Mar 12 16:19:33.121 INFO O| Mar 12 16:19:33.121 INFO STEP 17 (ensure_dir) COMPLETE
96712026-03-12T16:19:34.276Z[ host-image] Mar 12 16:19:33.121 INFO O| Mar 12 16:19:33.121 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96722026-03-12T16:19:34.282Z[ host-image] Mar 12 16:19:33.128 INFO O| Mar 12 16:19:33.128 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
96732026-03-12T16:19:34.282Z[ host-image] Mar 12 16:19:33.128 INFO O| Mar 12 16:19:33.128 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
96742026-03-12T16:19:34.282Z[ host-image] Mar 12 16:19:33.128 INFO O| Mar 12 16:19:33.128 INFO ok!
96752026-03-12T16:19:34.282Z[ host-image] Mar 12 16:19:33.128 INFO O| Mar 12 16:19:33.128 INFO STEP 18 (ensure_symlink) COMPLETE
96762026-03-12T16:19:34.282Z[ host-image] Mar 12 16:19:33.128 INFO O| Mar 12 16:19:33.128 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96772026-03-12T16:19:34.285Z[ host-image] Mar 12 16:19:33.135 INFO O| Mar 12 16:19:33.135 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
96782026-03-12T16:19:34.285Z[ host-image] Mar 12 16:19:33.135 INFO O| Mar 12 16:19:33.135 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
96792026-03-12T16:19:34.285Z[ host-image] Mar 12 16:19:33.135 INFO O| Mar 12 16:19:33.135 INFO ok!
96802026-03-12T16:19:34.285Z[ host-image] Mar 12 16:19:33.135 INFO O| Mar 12 16:19:33.135 INFO STEP 19 (ensure_file) COMPLETE
96812026-03-12T16:19:34.285Z[ host-image] Mar 12 16:19:33.135 INFO O| Mar 12 16:19:33.135 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
96822026-03-12T16:19:34.291Z[ host-image] Mar 12 16:19:33.142 INFO O| Mar 12 16:19:33.142 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
96832026-03-12T16:19:34.291Z[ host-image] Mar 12 16:19:33.142 INFO O| Mar 12 16:19:33.142 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
96842026-03-12T16:19:34.294Z[ host-image] Mar 12 16:19:33.142 INFO O| Mar 12 16:19:33.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
96852026-03-12T16:19:34.294Z[ host-image] Mar 12 16:19:33.142 INFO O| Mar 12 16:19:33.142 INFO ok!
96862026-03-12T16:19:34.294Z[ host-image] Mar 12 16:19:33.142 INFO O| Mar 12 16:19:33.142 INFO STEP 20 (ensure_symlink) COMPLETE
96872026-03-12T16:19:34.294Z[ host-image] Mar 12 16:19:33.142 INFO O| Mar 12 16:19:33.142 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
96882026-03-12T16:19:34.297Z[ host-image] Mar 12 16:19:33.149 INFO O| Mar 12 16:19:33.149 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
96892026-03-12T16:19:34.297Z[ host-image] Mar 12 16:19:33.149 INFO O| Mar 12 16:19:33.149 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
96902026-03-12T16:19:34.300Z[ host-image] Mar 12 16:19:33.149 INFO O| Mar 12 16:19:33.149 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
96912026-03-12T16:19:34.300Z[ host-image] Mar 12 16:19:33.149 INFO O| Mar 12 16:19:33.149 INFO ok!
96922026-03-12T16:19:34.300Z[ host-image] Mar 12 16:19:33.149 INFO O| Mar 12 16:19:33.149 INFO STEP 21 (ensure_symlink) COMPLETE
96932026-03-12T16:19:34.300Z[ host-image] Mar 12 16:19:33.149 INFO O| Mar 12 16:19:33.149 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
96942026-03-12T16:19:34.305Z[ host-image] Mar 12 16:19:33.156 INFO O| Mar 12 16:19:33.156 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
96952026-03-12T16:19:34.308Z[ host-image] Mar 12 16:19:33.156 INFO O| Mar 12 16:19:33.156 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
96962026-03-12T16:19:34.308Z[ host-image] Mar 12 16:19:33.157 INFO O| Mar 12 16:19:33.156 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
96972026-03-12T16:19:34.308Z[ host-image] Mar 12 16:19:33.157 INFO O| Mar 12 16:19:33.156 INFO ok!
96982026-03-12T16:19:34.308Z[ host-image] Mar 12 16:19:33.157 INFO O| Mar 12 16:19:33.157 INFO STEP 22 (ensure_symlink) COMPLETE
96992026-03-12T16:19:34.308Z[ host-image] Mar 12 16:19:33.157 INFO O| Mar 12 16:19:33.157 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97002026-03-12T16:19:34.313Z[ host-image] Mar 12 16:19:33.164 INFO O| Mar 12 16:19:33.164 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
97012026-03-12T16:19:34.313Z[ host-image] Mar 12 16:19:33.164 INFO O| Mar 12 16:19:33.164 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
97022026-03-12T16:19:34.316Z[ host-image] Mar 12 16:19:33.164 INFO O| Mar 12 16:19:33.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
97032026-03-12T16:19:34.316Z[ host-image] Mar 12 16:19:33.164 INFO O| Mar 12 16:19:33.164 INFO ok!
97042026-03-12T16:19:34.316Z[ host-image] Mar 12 16:19:33.164 INFO O| Mar 12 16:19:33.164 INFO STEP 23 (ensure_symlink) COMPLETE
97052026-03-12T16:19:34.316Z[ host-image] Mar 12 16:19:33.164 INFO O| Mar 12 16:19:33.164 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97062026-03-12T16:19:34.320Z[ host-image] Mar 12 16:19:33.172 INFO O| Mar 12 16:19:33.172 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
97072026-03-12T16:19:34.323Z[ host-image] Mar 12 16:19:33.172 INFO O| Mar 12 16:19:33.172 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
97082026-03-12T16:19:34.323Z[ host-image] Mar 12 16:19:33.172 INFO O| Mar 12 16:19:33.172 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
97092026-03-12T16:19:34.323Z[ host-image] Mar 12 16:19:33.172 INFO O| Mar 12 16:19:33.172 INFO ok!
97102026-03-12T16:19:34.323Z[ host-image] Mar 12 16:19:33.172 INFO O| Mar 12 16:19:33.172 INFO STEP 24 (ensure_file) COMPLETE
97112026-03-12T16:19:34.323Z[ host-image] Mar 12 16:19:33.172 INFO O| Mar 12 16:19:33.172 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
97122026-03-12T16:19:34.328Z[ host-image] Mar 12 16:19:33.179 INFO O| Mar 12 16:19:33.179 INFO updating shadow file
97132026-03-12T16:19:34.330Z[ host-image] Mar 12 16:19:33.179 INFO O| Mar 12 16:19:33.179 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
97142026-03-12T16:19:34.330Z[ host-image] Mar 12 16:19:33.179 INFO O| Mar 12 16:19:33.179 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
97152026-03-12T16:19:34.330Z[ host-image] Mar 12 16:19:33.179 INFO O| Mar 12 16:19:33.179 INFO STEP 25 (shadow) COMPLETE
97162026-03-12T16:19:34.330Z[ host-image] Mar 12 16:19:33.179 INFO O| Mar 12 16:19:33.179 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97172026-03-12T16:19:34.335Z[ host-image] Mar 12 16:19:33.186 INFO O| Mar 12 16:19:33.186 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
97182026-03-12T16:19:34.338Z[ host-image] Mar 12 16:19:33.186 INFO O| Mar 12 16:19:33.186 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
97192026-03-12T16:19:34.338Z[ host-image] Mar 12 16:19:33.186 INFO O| Mar 12 16:19:33.186 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
97202026-03-12T16:19:34.338Z[ host-image] Mar 12 16:19:33.186 INFO O| Mar 12 16:19:33.186 INFO ok!
97212026-03-12T16:19:34.338Z[ host-image] Mar 12 16:19:33.186 INFO O| Mar 12 16:19:33.186 INFO STEP 26 (ensure_file) COMPLETE
97222026-03-12T16:19:34.338Z[ host-image] Mar 12 16:19:33.186 INFO O| Mar 12 16:19:33.186 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97232026-03-12T16:19:34.342Z[ host-image] Mar 12 16:19:33.193 INFO O| Mar 12 16:19:33.193 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
97242026-03-12T16:19:34.345Z[ host-image] Mar 12 16:19:33.193 INFO O| Mar 12 16:19:33.193 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
97252026-03-12T16:19:34.345Z[ host-image] Mar 12 16:19:33.193 INFO O| Mar 12 16:19:33.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
97262026-03-12T16:19:34.345Z[ host-image] Mar 12 16:19:33.193 INFO O| Mar 12 16:19:33.193 INFO ok!
97272026-03-12T16:19:34.345Z[ host-image] Mar 12 16:19:33.193 INFO O| Mar 12 16:19:33.193 INFO STEP 27 (ensure_file) COMPLETE
97282026-03-12T16:19:34.345Z[ host-image] Mar 12 16:19:33.193 INFO O| Mar 12 16:19:33.193 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97292026-03-12T16:19:34.349Z[ host-image] Mar 12 16:19:33.200 INFO O| Mar 12 16:19:33.200 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
97302026-03-12T16:19:34.352Z[ host-image] Mar 12 16:19:33.200 INFO O| Mar 12 16:19:33.200 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
97312026-03-12T16:19:34.352Z[ host-image] Mar 12 16:19:33.200 INFO O| Mar 12 16:19:33.200 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
97322026-03-12T16:19:34.352Z[ host-image] Mar 12 16:19:33.200 INFO O| Mar 12 16:19:33.200 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
97332026-03-12T16:19:34.352Z[ host-image] Mar 12 16:19:33.200 INFO O| Mar 12 16:19:33.200 INFO ok!
97342026-03-12T16:19:34.352Z[ host-image] Mar 12 16:19:33.200 INFO O| Mar 12 16:19:33.200 INFO STEP 28 (ensure_file) COMPLETE
97352026-03-12T16:19:34.352Z[ host-image] Mar 12 16:19:33.200 INFO O| Mar 12 16:19:33.200 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97362026-03-12T16:19:34.356Z[ host-image] Mar 12 16:19:33.207 INFO O| Mar 12 16:19:33.207 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
97372026-03-12T16:19:34.356Z[ host-image] Mar 12 16:19:33.207 INFO O| Mar 12 16:19:33.207 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
97382026-03-12T16:19:34.359Z[ host-image] Mar 12 16:19:33.207 INFO O| Mar 12 16:19:33.207 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
97392026-03-12T16:19:34.359Z[ host-image] Mar 12 16:19:33.207 INFO O| Mar 12 16:19:33.207 INFO ok!
97402026-03-12T16:19:34.359Z[ host-image] Mar 12 16:19:33.207 INFO O| Mar 12 16:19:33.207 INFO STEP 29 (ensure_file) COMPLETE
97412026-03-12T16:19:34.359Z[ host-image] Mar 12 16:19:33.207 INFO O| Mar 12 16:19:33.207 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
97422026-03-12T16:19:34.363Z[ host-image] Mar 12 16:19:33.214 INFO O| Mar 12 16:19:33.214 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
97432026-03-12T16:19:34.366Z[ host-image] Mar 12 16:19:33.214 INFO O| Mar 12 16:19:33.214 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
97442026-03-12T16:19:34.366Z[ host-image] Mar 12 16:19:33.214 INFO O| Mar 12 16:19:33.214 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
97452026-03-12T16:19:34.366Z[ host-image] Mar 12 16:19:33.214 INFO O| Mar 12 16:19:33.214 INFO STEP 30 (ensure_dir) COMPLETE
97462026-03-12T16:19:34.366Z[ host-image] Mar 12 16:19:33.214 INFO O| Mar 12 16:19:33.214 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97472026-03-12T16:19:34.370Z[ host-image] Mar 12 16:19:33.221 INFO O| Mar 12 16:19:33.221 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
97482026-03-12T16:19:34.373Z[ host-image] Mar 12 16:19:33.221 INFO O| Mar 12 16:19:33.221 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
97492026-03-12T16:19:34.373Z[ host-image] Mar 12 16:19:33.221 INFO O| Mar 12 16:19:33.221 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
97502026-03-12T16:19:34.373Z[ host-image] Mar 12 16:19:33.221 INFO O| Mar 12 16:19:33.221 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
97512026-03-12T16:19:34.373Z[ host-image] Mar 12 16:19:33.221 INFO O| Mar 12 16:19:33.221 INFO ok!
97522026-03-12T16:19:34.373Z[ host-image] Mar 12 16:19:33.221 INFO O| Mar 12 16:19:33.221 INFO STEP 31 (ensure_file) COMPLETE
97532026-03-12T16:19:34.373Z[ host-image] Mar 12 16:19:33.221 INFO O| Mar 12 16:19:33.221 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
97542026-03-12T16:19:34.377Z[ host-image] Mar 12 16:19:33.228 INFO O| Mar 12 16:19:33.228 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
97552026-03-12T16:19:34.380Z[ host-image] Mar 12 16:19:33.228 INFO O| Mar 12 16:19:33.228 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
97562026-03-12T16:19:34.380Z[ host-image] Mar 12 16:19:33.228 INFO O| Mar 12 16:19:33.228 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
97572026-03-12T16:19:34.380Z[ host-image] Mar 12 16:19:33.228 INFO O| Mar 12 16:19:33.228 INFO STEP 32 (ensure_dir) COMPLETE
97582026-03-12T16:19:34.380Z[ host-image] Mar 12 16:19:33.228 INFO O| Mar 12 16:19:33.228 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97592026-03-12T16:19:34.384Z[ host-image] Mar 12 16:19:33.235 INFO O| Mar 12 16:19:33.235 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
97602026-03-12T16:19:34.384Z[ host-image] Mar 12 16:19:33.235 INFO O| Mar 12 16:19:33.235 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 ...
97612026-03-12T16:19:34.387Z[ host-image] Mar 12 16:19:33.235 INFO O| Mar 12 16:19:33.235 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
97622026-03-12T16:19:34.387Z[ host-image] Mar 12 16:19:33.235 INFO O| Mar 12 16:19:33.235 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
97632026-03-12T16:19:34.387Z[ host-image] Mar 12 16:19:33.235 INFO O| Mar 12 16:19:33.235 INFO ok!
97642026-03-12T16:19:34.387Z[ host-image] Mar 12 16:19:33.235 INFO O| Mar 12 16:19:33.235 INFO STEP 33 (ensure_file) COMPLETE
97652026-03-12T16:19:34.387Z[ host-image] Mar 12 16:19:33.235 INFO O| Mar 12 16:19:33.235 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97662026-03-12T16:19:34.391Z[ host-image] Mar 12 16:19:33.242 INFO O| Mar 12 16:19:33.242 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
97672026-03-12T16:19:34.391Z[ host-image] Mar 12 16:19:33.242 INFO O| Mar 12 16:19:33.242 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
97682026-03-12T16:19:34.394Z[ host-image] Mar 12 16:19:33.243 INFO O| Mar 12 16:19:33.242 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
97692026-03-12T16:19:34.394Z[ host-image] Mar 12 16:19:33.243 INFO O| Mar 12 16:19:33.243 INFO ok!
97702026-03-12T16:19:34.394Z[ host-image] Mar 12 16:19:33.243 INFO O| Mar 12 16:19:33.243 INFO STEP 34 (ensure_file) COMPLETE
97712026-03-12T16:19:34.394Z[ host-image] Mar 12 16:19:33.243 INFO O| Mar 12 16:19:33.243 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97722026-03-12T16:19:34.398Z[ host-image] Mar 12 16:19:33.249 INFO O| Mar 12 16:19:33.249 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
97732026-03-12T16:19:34.398Z[ host-image] Mar 12 16:19:33.250 INFO O| Mar 12 16:19:33.250 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
97742026-03-12T16:19:34.401Z[ host-image] Mar 12 16:19:33.250 INFO O| Mar 12 16:19:33.250 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
97752026-03-12T16:19:34.401Z[ host-image] Mar 12 16:19:33.250 INFO O| Mar 12 16:19:33.250 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
97762026-03-12T16:19:34.401Z[ host-image] Mar 12 16:19:33.250 INFO O| Mar 12 16:19:33.250 INFO ok!
97772026-03-12T16:19:34.401Z[ host-image] Mar 12 16:19:33.250 INFO O| Mar 12 16:19:33.250 INFO STEP 35 (ensure_file) COMPLETE
97782026-03-12T16:19:34.401Z[ host-image] Mar 12 16:19:33.250 INFO O| Mar 12 16:19:33.250 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97792026-03-12T16:19:34.405Z[ host-image] Mar 12 16:19:33.256 INFO O| Mar 12 16:19:33.256 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
97802026-03-12T16:19:34.405Z[ host-image] Mar 12 16:19:33.256 INFO O| Mar 12 16:19:33.256 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
97812026-03-12T16:19:34.408Z[ host-image] Mar 12 16:19:33.257 INFO O| Mar 12 16:19:33.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
97822026-03-12T16:19:34.408Z[ host-image] Mar 12 16:19:33.257 INFO O| Mar 12 16:19:33.257 INFO ok!
97832026-03-12T16:19:34.408Z[ host-image] Mar 12 16:19:33.257 INFO O| Mar 12 16:19:33.257 INFO STEP 36 (ensure_file) COMPLETE
97842026-03-12T16:19:34.408Z[ host-image] Mar 12 16:19:33.257 INFO O| Mar 12 16:19:33.257 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97852026-03-12T16:19:34.413Z[ host-image] Mar 12 16:19:33.264 INFO O| Mar 12 16:19:33.264 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
97862026-03-12T16:19:34.416Z[ host-image] Mar 12 16:19:33.264 INFO O| Mar 12 16:19:33.264 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
97872026-03-12T16:19:34.416Z[ host-image] Mar 12 16:19:33.264 INFO O| Mar 12 16:19:33.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
97882026-03-12T16:19:34.416Z[ host-image] Mar 12 16:19:33.264 INFO O| Mar 12 16:19:33.264 INFO ok!
97892026-03-12T16:19:34.416Z[ host-image] Mar 12 16:19:33.264 INFO O| Mar 12 16:19:33.264 INFO STEP 37 (ensure_file) COMPLETE
97902026-03-12T16:19:34.416Z[ host-image] Mar 12 16:19:33.264 INFO O| Mar 12 16:19:33.264 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97912026-03-12T16:19:34.420Z[ host-image] Mar 12 16:19:33.271 INFO O| Mar 12 16:19:33.271 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
97922026-03-12T16:19:34.420Z[ host-image] Mar 12 16:19:33.271 INFO O| Mar 12 16:19:33.271 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
97932026-03-12T16:19:34.423Z[ host-image] Mar 12 16:19:33.271 INFO O| Mar 12 16:19:33.271 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
97942026-03-12T16:19:34.423Z[ host-image] Mar 12 16:19:33.271 INFO O| Mar 12 16:19:33.271 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
97952026-03-12T16:19:34.424Z[ host-image] Mar 12 16:19:33.271 INFO O| Mar 12 16:19:33.271 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
97962026-03-12T16:19:34.424Z[ host-image] Mar 12 16:19:33.271 INFO O| Mar 12 16:19:33.271 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
97972026-03-12T16:19:34.424Z[ host-image] Mar 12 16:19:33.271 INFO O| Mar 12 16:19:33.271 INFO ok!
97982026-03-12T16:19:34.424Z[ host-image] Mar 12 16:19:33.271 INFO O| Mar 12 16:19:33.271 INFO STEP 38 (ensure_file) COMPLETE
97992026-03-12T16:19:34.424Z[ host-image] Mar 12 16:19:33.271 INFO O| Mar 12 16:19:33.271 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
98002026-03-12T16:19:34.427Z[ host-image] Mar 12 16:19:33.278 INFO O| Mar 12 16:19:33.278 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
98012026-03-12T16:19:34.430Z[ host-image] Mar 12 16:19:33.278 INFO O| Mar 12 16:19:33.278 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
98022026-03-12T16:19:34.430Z[ host-image] Mar 12 16:19:33.278 INFO O| Mar 12 16:19:33.278 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
98032026-03-12T16:19:34.430Z[ host-image] Mar 12 16:19:33.278 INFO O| Mar 12 16:19:33.278 INFO STEP 39 (ensure_dir) COMPLETE
98042026-03-12T16:19:34.430Z[ host-image] Mar 12 16:19:33.278 INFO O| Mar 12 16:19:33.278 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
98052026-03-12T16:19:34.434Z[ host-image] Mar 12 16:19:33.285 INFO O| Mar 12 16:19:33.285 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
98062026-03-12T16:19:34.434Z[ host-image] Mar 12 16:19:33.285 INFO O| Mar 12 16:19:33.285 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 ...
98072026-03-12T16:19:34.437Z[ host-image] Mar 12 16:19:33.286 INFO O| Mar 12 16:19:33.285 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
98082026-03-12T16:19:34.437Z[ host-image] Mar 12 16:19:33.286 INFO O| Mar 12 16:19:33.286 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
98092026-03-12T16:19:34.438Z[ host-image] Mar 12 16:19:33.286 INFO O| Mar 12 16:19:33.286 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
98102026-03-12T16:19:34.438Z[ host-image] Mar 12 16:19:33.286 INFO O| Mar 12 16:19:33.286 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
98112026-03-12T16:19:34.438Z[ host-image] Mar 12 16:19:33.286 INFO O| Mar 12 16:19:33.286 INFO ok!
98122026-03-12T16:19:34.438Z[ host-image] Mar 12 16:19:33.286 INFO O| Mar 12 16:19:33.286 INFO STEP 40 (ensure_file) COMPLETE
98132026-03-12T16:19:34.438Z[ host-image] Mar 12 16:19:33.286 INFO O| Mar 12 16:19:33.286 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
98142026-03-12T16:19:34.442Z[ host-image] Mar 12 16:19:33.293 INFO O| Mar 12 16:19:33.293 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
98152026-03-12T16:19:34.442Z[ host-image] Mar 12 16:19:33.293 INFO O| Mar 12 16:19:33.293 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 ...
98162026-03-12T16:19:34.442Z[ host-image] Mar 12 16:19:33.293 INFO O| Mar 12 16:19:33.293 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
98172026-03-12T16:19:34.442Z[ host-image] Mar 12 16:19:33.293 INFO O| Mar 12 16:19:33.293 INFO ok!
98182026-03-12T16:19:34.442Z[ host-image] Mar 12 16:19:33.293 INFO O| Mar 12 16:19:33.293 INFO STEP 41 (ensure_symlink) COMPLETE
98192026-03-12T16:19:34.442Z[ host-image] Mar 12 16:19:33.293 INFO O| Mar 12 16:19:33.293 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
98202026-03-12T16:19:34.452Z[ host-image] Mar 12 16:19:33.303 INFO O| Mar 12 16:19:33.303 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
98212026-03-12T16:19:34.452Z[ host-image] Mar 12 16:19:33.303 INFO O| Mar 12 16:19:33.303 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
98222026-03-12T16:19:34.455Z[ host-image] Mar 12 16:19:33.303 INFO O| Mar 12 16:19:33.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
98232026-03-12T16:19:34.456Z[ host-image] Mar 12 16:19:33.303 INFO O| Mar 12 16:19:33.303 INFO ok!
98242026-03-12T16:19:34.456Z[ host-image] Mar 12 16:19:33.303 INFO O| Mar 12 16:19:33.303 INFO STEP 42 (ensure_symlink) COMPLETE
98252026-03-12T16:19:34.456Z[ host-image] Mar 12 16:19:33.303 INFO O| Mar 12 16:19:33.303 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98262026-03-12T16:19:34.459Z[ host-image] Mar 12 16:19:33.310 INFO O| Mar 12 16:19:33.310 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
98272026-03-12T16:19:34.459Z[ host-image] Mar 12 16:19:33.310 INFO O| Mar 12 16:19:33.310 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
98282026-03-12T16:19:34.459Z[ host-image] Mar 12 16:19:33.310 INFO O| Mar 12 16:19:33.310 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
98292026-03-12T16:19:34.459Z[ host-image] Mar 12 16:19:33.310 INFO O| Mar 12 16:19:33.310 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
98302026-03-12T16:19:34.459Z[ host-image] Mar 12 16:19:33.310 INFO O| Mar 12 16:19:33.310 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
98312026-03-12T16:19:34.459Z[ host-image] Mar 12 16:19:33.310 INFO O| Mar 12 16:19:33.310 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
98322026-03-12T16:19:34.459Z[ host-image] Mar 12 16:19:33.310 INFO O| Mar 12 16:19:33.310 INFO ok!
98332026-03-12T16:19:34.460Z[ host-image] Mar 12 16:19:33.310 INFO O| Mar 12 16:19:33.310 INFO STEP 43 (ensure_file) COMPLETE
98342026-03-12T16:19:34.460Z[ host-image] Mar 12 16:19:33.310 INFO O| Mar 12 16:19:33.310 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98352026-03-12T16:19:34.468Z[ host-image] Mar 12 16:19:33.318 INFO O| Mar 12 16:19:33.318 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
98362026-03-12T16:19:34.468Z[ host-image] Mar 12 16:19:33.318 INFO O| Mar 12 16:19:33.318 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 ...
98372026-03-12T16:19:34.471Z[ host-image] Mar 12 16:19:33.318 INFO O| Mar 12 16:19:33.318 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
98382026-03-12T16:19:34.471Z[ host-image] Mar 12 16:19:33.318 INFO O| Mar 12 16:19:33.318 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
98392026-03-12T16:19:34.471Z[ host-image] Mar 12 16:19:33.318 INFO O| Mar 12 16:19:33.318 INFO ok!
98402026-03-12T16:19:34.471Z[ host-image] Mar 12 16:19:33.318 INFO O| Mar 12 16:19:33.318 INFO STEP 44 (ensure_file) COMPLETE
98412026-03-12T16:19:34.471Z[ host-image] Mar 12 16:19:33.318 INFO O| Mar 12 16:19:33.318 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98422026-03-12T16:19:34.475Z[ host-image] Mar 12 16:19:33.326 INFO O| Mar 12 16:19:33.326 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
98432026-03-12T16:19:34.478Z[ host-image] Mar 12 16:19:33.326 INFO O| Mar 12 16:19:33.326 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
98442026-03-12T16:19:34.478Z[ host-image] Mar 12 16:19:33.327 INFO O| Mar 12 16:19:33.327 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
98452026-03-12T16:19:34.478Z[ host-image] Mar 12 16:19:33.327 INFO O| Mar 12 16:19:33.327 INFO ok!
98462026-03-12T16:19:34.478Z[ host-image] Mar 12 16:19:33.327 INFO O| Mar 12 16:19:33.327 INFO STEP 45 (ensure_file) COMPLETE
98472026-03-12T16:19:34.478Z[ host-image] Mar 12 16:19:33.327 INFO O| Mar 12 16:19:33.327 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
98482026-03-12T16:19:34.483Z[ host-image] Mar 12 16:19:33.334 INFO O| Mar 12 16:19:33.334 INFO updating shadow file
98492026-03-12T16:19:34.486Z[ host-image] Mar 12 16:19:33.334 INFO O| Mar 12 16:19:33.334 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98502026-03-12T16:19:34.486Z[ host-image] Mar 12 16:19:33.334 INFO O| Mar 12 16:19:33.334 INFO STEP 46 (shadow) COMPLETE
98512026-03-12T16:19:34.486Z[ host-image] Mar 12 16:19:33.334 INFO O| Mar 12 16:19:33.334 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
98522026-03-12T16:19:34.490Z[ host-image] Mar 12 16:19:33.342 INFO O| Mar 12 16:19:33.341 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
98532026-03-12T16:19:34.490Z[ host-image] Mar 12 16:19:33.342 INFO O| Mar 12 16:19:33.342 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
98542026-03-12T16:19:34.493Z[ host-image] Mar 12 16:19:33.342 INFO O| Mar 12 16:19:33.342 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
98552026-03-12T16:19:34.493Z[ host-image] Mar 12 16:19:33.342 INFO O| Mar 12 16:19:33.342 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
98562026-03-12T16:19:34.494Z[ host-image] Mar 12 16:19:33.342 INFO O| Mar 12 16:19:33.342 INFO ok!
98572026-03-12T16:19:34.494Z[ host-image] Mar 12 16:19:33.342 INFO O| Mar 12 16:19:33.342 INFO STEP 47 (ensure_file) COMPLETE
98582026-03-12T16:19:34.494Z[ host-image] Mar 12 16:19:33.342 INFO O| Mar 12 16:19:33.342 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98592026-03-12T16:19:34.494Z[ host-image] Mar 12 16:19:33.342 INFO O| Mar 12 16:19:33.342 INFO skip step because feature "mfg" is not enabled
98602026-03-12T16:19:34.494Z[ host-image] Mar 12 16:19:33.342 INFO O| Mar 12 16:19:33.342 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98612026-03-12T16:19:34.494Z[ host-image] Mar 12 16:19:33.342 INFO O| Mar 12 16:19:33.342 INFO skip step because feature "mfg" is not enabled
98622026-03-12T16:19:34.494Z[ host-image] Mar 12 16:19:33.342 INFO O| Mar 12 16:19:33.342 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98632026-03-12T16:19:34.497Z[ host-image] Mar 12 16:19:33.348 INFO O| Mar 12 16:19:33.348 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
98642026-03-12T16:19:34.497Z[ host-image] Mar 12 16:19:33.348 INFO O| Mar 12 16:19:33.348 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
98652026-03-12T16:19:34.524Z[ host-image] Mar 12 16:19:33.375 INFO O| Mar 12 16:19:33.375 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
98662026-03-12T16:19:34.524Z[ host-image] Mar 12 16:19:33.375 INFO O| Mar 12 16:19:33.375 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
98672026-03-12T16:19:34.527Z[ host-image] Mar 12 16:19:33.375 INFO O| Mar 12 16:19:33.375 INFO ok!
98682026-03-12T16:19:34.527Z[ host-image] Mar 12 16:19:33.375 INFO O| Mar 12 16:19:33.375 INFO STEP 50 (ensure_file) COMPLETE
98692026-03-12T16:19:34.527Z[ host-image] Mar 12 16:19:33.375 INFO O| Mar 12 16:19:33.375 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98702026-03-12T16:19:34.528Z[ host-image] Mar 12 16:19:33.375 INFO O| Mar 12 16:19:33.375 INFO skip step because feature "compliance" is not enabled
98712026-03-12T16:19:34.528Z[ host-image] Mar 12 16:19:33.375 INFO O| Mar 12 16:19:33.375 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98722026-03-12T16:19:34.532Z[ host-image] Mar 12 16:19:33.383 INFO O| Mar 12 16:19:33.383 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
98732026-03-12T16:19:34.532Z[ host-image] Mar 12 16:19:33.383 INFO O| Mar 12 16:19:33.383 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
98742026-03-12T16:19:34.535Z[ host-image] Mar 12 16:19:33.383 INFO O| Mar 12 16:19:33.383 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
98752026-03-12T16:19:34.535Z[ host-image] Mar 12 16:19:33.383 INFO O| Mar 12 16:19:33.383 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
98762026-03-12T16:19:34.535Z[ host-image] Mar 12 16:19:33.383 INFO O| Mar 12 16:19:33.383 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
98772026-03-12T16:19:34.535Z[ host-image] Mar 12 16:19:33.383 INFO O| Mar 12 16:19:33.383 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
98782026-03-12T16:19:34.535Z[ host-image] Mar 12 16:19:33.383 INFO O| Mar 12 16:19:33.383 INFO ok!
98792026-03-12T16:19:34.535Z[ host-image] Mar 12 16:19:33.383 INFO O| Mar 12 16:19:33.383 INFO STEP 52 (ensure_file) COMPLETE
98802026-03-12T16:19:34.535Z[ host-image] Mar 12 16:19:33.383 INFO O| Mar 12 16:19:33.383 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98812026-03-12T16:19:34.541Z[ host-image] Mar 12 16:19:33.392 INFO O| Mar 12 16:19:33.392 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
98822026-03-12T16:19:34.541Z[ host-image] Mar 12 16:19:33.392 INFO O| Mar 12 16:19:33.392 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 ...
98832026-03-12T16:19:34.544Z[ host-image] Mar 12 16:19:33.392 INFO O| Mar 12 16:19:33.392 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
98842026-03-12T16:19:34.544Z[ host-image] Mar 12 16:19:33.392 INFO O| Mar 12 16:19:33.392 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
98852026-03-12T16:19:34.544Z[ host-image] Mar 12 16:19:33.392 INFO O| Mar 12 16:19:33.392 INFO ok!
98862026-03-12T16:19:34.544Z[ host-image] Mar 12 16:19:33.392 INFO O| Mar 12 16:19:33.392 INFO STEP 53 (ensure_file) COMPLETE
98872026-03-12T16:19:34.544Z[ host-image] Mar 12 16:19:33.392 INFO O| Mar 12 16:19:33.392 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98882026-03-12T16:19:34.548Z[ host-image] Mar 12 16:19:33.399 INFO O| Mar 12 16:19:33.399 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
98892026-03-12T16:19:34.548Z[ host-image] Mar 12 16:19:33.399 INFO O| Mar 12 16:19:33.399 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 ...
98902026-03-12T16:19:34.551Z[ host-image] Mar 12 16:19:33.399 INFO O| Mar 12 16:19:33.399 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
98912026-03-12T16:19:34.551Z[ host-image] Mar 12 16:19:33.399 INFO O| Mar 12 16:19:33.399 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
98922026-03-12T16:19:34.551Z[ host-image] Mar 12 16:19:33.399 INFO O| Mar 12 16:19:33.399 INFO ok!
98932026-03-12T16:19:34.552Z[ host-image] Mar 12 16:19:33.399 INFO O| Mar 12 16:19:33.399 INFO STEP 54 (ensure_file) COMPLETE
98942026-03-12T16:19:34.552Z[ host-image] Mar 12 16:19:33.399 INFO O| Mar 12 16:19:33.399 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98952026-03-12T16:19:34.555Z[ host-image] Mar 12 16:19:33.407 INFO O| Mar 12 16:19:33.407 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
98962026-03-12T16:19:34.555Z[ host-image] Mar 12 16:19:33.407 INFO O| Mar 12 16:19:33.407 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 ...
98972026-03-12T16:19:34.559Z[ host-image] Mar 12 16:19:33.407 INFO O| Mar 12 16:19:33.407 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
98982026-03-12T16:19:34.559Z[ host-image] Mar 12 16:19:33.407 INFO O| Mar 12 16:19:33.407 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
98992026-03-12T16:19:34.559Z[ host-image] Mar 12 16:19:33.407 INFO O| Mar 12 16:19:33.407 INFO ok!
99002026-03-12T16:19:34.559Z[ host-image] Mar 12 16:19:33.407 INFO O| Mar 12 16:19:33.407 INFO STEP 55 (ensure_file) COMPLETE
99012026-03-12T16:19:34.559Z[ host-image] Mar 12 16:19:33.407 INFO O| Mar 12 16:19:33.407 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99022026-03-12T16:19:34.564Z[ host-image] Mar 12 16:19:33.415 INFO O| Mar 12 16:19:33.415 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
99032026-03-12T16:19:34.564Z[ host-image] Mar 12 16:19:33.415 INFO O| Mar 12 16:19:33.415 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 ...
99042026-03-12T16:19:34.567Z[ host-image] Mar 12 16:19:33.415 INFO O| Mar 12 16:19:33.415 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
99052026-03-12T16:19:34.567Z[ host-image] Mar 12 16:19:33.415 INFO O| Mar 12 16:19:33.415 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
99062026-03-12T16:19:34.567Z[ host-image] Mar 12 16:19:33.415 INFO O| Mar 12 16:19:33.415 INFO ok!
99072026-03-12T16:19:34.567Z[ host-image] Mar 12 16:19:33.415 INFO O| Mar 12 16:19:33.415 INFO STEP 56 (ensure_file) COMPLETE
99082026-03-12T16:19:34.567Z[ host-image] Mar 12 16:19:33.415 INFO O| Mar 12 16:19:33.415 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99092026-03-12T16:19:34.572Z[ host-image] Mar 12 16:19:33.423 INFO O| Mar 12 16:19:33.423 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
99102026-03-12T16:19:34.574Z[ host-image] Mar 12 16:19:33.423 INFO O| Mar 12 16:19:33.423 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 ...
99112026-03-12T16:19:34.575Z[ host-image] Mar 12 16:19:33.423 INFO O| Mar 12 16:19:33.423 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
99122026-03-12T16:19:34.575Z[ host-image] Mar 12 16:19:33.423 INFO O| Mar 12 16:19:33.423 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
99132026-03-12T16:19:34.575Z[ host-image] Mar 12 16:19:33.423 INFO O| Mar 12 16:19:33.423 INFO ok!
99142026-03-12T16:19:34.575Z[ host-image] Mar 12 16:19:33.423 INFO O| Mar 12 16:19:33.423 INFO STEP 57 (ensure_file) COMPLETE
99152026-03-12T16:19:34.575Z[ host-image] Mar 12 16:19:33.423 INFO O| Mar 12 16:19:33.423 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99162026-03-12T16:19:34.578Z[ host-image] Mar 12 16:19:33.430 INFO O| Mar 12 16:19:33.430 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
99172026-03-12T16:19:34.578Z[ host-image] Mar 12 16:19:33.430 INFO O| Mar 12 16:19:33.430 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 ...
99182026-03-12T16:19:34.581Z[ host-image] Mar 12 16:19:33.430 INFO O| Mar 12 16:19:33.430 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
99192026-03-12T16:19:34.581Z[ host-image] Mar 12 16:19:33.430 INFO O| Mar 12 16:19:33.430 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
99202026-03-12T16:19:34.581Z[ host-image] Mar 12 16:19:33.430 INFO O| Mar 12 16:19:33.430 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
99212026-03-12T16:19:34.582Z[ host-image] Mar 12 16:19:33.430 INFO O| Mar 12 16:19:33.430 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
99222026-03-12T16:19:34.582Z[ host-image] Mar 12 16:19:33.430 INFO O| Mar 12 16:19:33.430 INFO ok!
99232026-03-12T16:19:34.582Z[ host-image] Mar 12 16:19:33.430 INFO O| Mar 12 16:19:33.430 INFO STEP 58 (ensure_file) COMPLETE
99242026-03-12T16:19:34.582Z[ host-image] Mar 12 16:19:33.430 INFO O| Mar 12 16:19:33.430 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99252026-03-12T16:19:34.585Z[ host-image] Mar 12 16:19:33.437 INFO O| Mar 12 16:19:33.437 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
99262026-03-12T16:19:34.585Z[ host-image] Mar 12 16:19:33.437 INFO O| Mar 12 16:19:33.437 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 ...
99272026-03-12T16:19:34.588Z[ host-image] Mar 12 16:19:33.437 INFO O| Mar 12 16:19:33.437 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
99282026-03-12T16:19:34.588Z[ host-image] Mar 12 16:19:33.437 INFO O| Mar 12 16:19:33.437 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
99292026-03-12T16:19:34.589Z[ host-image] Mar 12 16:19:33.437 INFO O| Mar 12 16:19:33.437 INFO ok!
99302026-03-12T16:19:34.589Z[ host-image] Mar 12 16:19:33.437 INFO O| Mar 12 16:19:33.437 INFO STEP 59 (ensure_file) COMPLETE
99312026-03-12T16:19:34.589Z[ host-image] Mar 12 16:19:33.437 INFO O| Mar 12 16:19:33.437 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99322026-03-12T16:19:34.592Z[ host-image] Mar 12 16:19:33.443 INFO O| Mar 12 16:19:33.443 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
99332026-03-12T16:19:34.592Z[ host-image] Mar 12 16:19:33.443 INFO O| Mar 12 16:19:33.443 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
99342026-03-12T16:19:34.595Z[ host-image] Mar 12 16:19:33.443 INFO O| Mar 12 16:19:33.443 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
99352026-03-12T16:19:34.595Z[ host-image] Mar 12 16:19:33.443 INFO O| Mar 12 16:19:33.443 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
99362026-03-12T16:19:34.595Z[ host-image] Mar 12 16:19:33.443 INFO O| Mar 12 16:19:33.443 INFO ok!
99372026-03-12T16:19:34.595Z[ host-image] Mar 12 16:19:33.443 INFO O| Mar 12 16:19:33.443 INFO STEP 60 (ensure_file) COMPLETE
99382026-03-12T16:19:34.595Z[ host-image] Mar 12 16:19:33.443 INFO O| Mar 12 16:19:33.443 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99392026-03-12T16:19:34.600Z[ host-image] Mar 12 16:19:33.452 INFO O| Mar 12 16:19:33.452 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
99402026-03-12T16:19:34.600Z[ host-image] Mar 12 16:19:33.452 INFO O| Mar 12 16:19:33.452 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 ...
99412026-03-12T16:19:34.604Z[ host-image] Mar 12 16:19:33.452 INFO O| Mar 12 16:19:33.452 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
99422026-03-12T16:19:34.604Z[ host-image] Mar 12 16:19:33.452 INFO O| Mar 12 16:19:33.452 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
99432026-03-12T16:19:34.604Z[ host-image] Mar 12 16:19:33.452 INFO O| Mar 12 16:19:33.452 INFO ok!
99442026-03-12T16:19:34.604Z[ host-image] Mar 12 16:19:33.452 INFO O| Mar 12 16:19:33.452 INFO STEP 61 (ensure_file) COMPLETE
99452026-03-12T16:19:34.604Z[ host-image] Mar 12 16:19:33.452 INFO O| Mar 12 16:19:33.452 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99462026-03-12T16:19:34.608Z[ host-image] Mar 12 16:19:33.460 INFO O| Mar 12 16:19:33.460 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
99472026-03-12T16:19:34.608Z[ host-image] Mar 12 16:19:33.460 INFO O| Mar 12 16:19:33.460 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
99482026-03-12T16:19:34.612Z[ host-image] Mar 12 16:19:33.460 INFO O| Mar 12 16:19:33.460 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
99492026-03-12T16:19:34.612Z[ host-image] Mar 12 16:19:33.460 INFO O| Mar 12 16:19:33.460 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
99502026-03-12T16:19:34.612Z[ host-image] Mar 12 16:19:33.460 INFO O| Mar 12 16:19:33.460 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
99512026-03-12T16:19:34.612Z[ host-image] Mar 12 16:19:33.460 INFO O| Mar 12 16:19:33.460 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
99522026-03-12T16:19:34.612Z[ host-image] Mar 12 16:19:33.460 INFO O| Mar 12 16:19:33.460 INFO ok!
99532026-03-12T16:19:34.612Z[ host-image] Mar 12 16:19:33.460 INFO O| Mar 12 16:19:33.460 INFO STEP 62 (ensure_file) COMPLETE
99542026-03-12T16:19:34.612Z[ host-image] Mar 12 16:19:33.460 INFO O| Mar 12 16:19:33.460 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99552026-03-12T16:19:34.616Z[ host-image] Mar 12 16:19:33.467 INFO O| Mar 12 16:19:33.467 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
99562026-03-12T16:19:34.616Z[ host-image] Mar 12 16:19:33.467 INFO O| Mar 12 16:19:33.467 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 ...
99572026-03-12T16:19:34.619Z[ host-image] Mar 12 16:19:33.467 INFO O| Mar 12 16:19:33.467 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
99582026-03-12T16:19:34.619Z[ host-image] Mar 12 16:19:33.467 INFO O| Mar 12 16:19:33.467 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
99592026-03-12T16:19:34.619Z[ host-image] Mar 12 16:19:33.467 INFO O| Mar 12 16:19:33.467 INFO ok!
99602026-03-12T16:19:34.619Z[ host-image] Mar 12 16:19:33.467 INFO O| Mar 12 16:19:33.467 INFO STEP 63 (ensure_file) COMPLETE
99612026-03-12T16:19:34.619Z[ host-image] Mar 12 16:19:33.467 INFO O| Mar 12 16:19:33.467 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99622026-03-12T16:19:34.624Z[ host-image] Mar 12 16:19:33.475 INFO O| Mar 12 16:19:33.475 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
99632026-03-12T16:19:34.624Z[ host-image] Mar 12 16:19:33.475 INFO O| Mar 12 16:19:33.475 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 ...
99642026-03-12T16:19:34.626Z[ host-image] Mar 12 16:19:33.475 INFO O| Mar 12 16:19:33.475 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
99652026-03-12T16:19:34.627Z[ host-image] Mar 12 16:19:33.475 INFO O| Mar 12 16:19:33.475 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
99662026-03-12T16:19:34.627Z[ host-image] Mar 12 16:19:33.475 INFO O| Mar 12 16:19:33.475 INFO ok!
99672026-03-12T16:19:34.627Z[ host-image] Mar 12 16:19:33.475 INFO O| Mar 12 16:19:33.475 INFO STEP 64 (ensure_file) COMPLETE
99682026-03-12T16:19:34.627Z[ host-image] Mar 12 16:19:33.475 INFO O| Mar 12 16:19:33.475 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99692026-03-12T16:19:34.632Z[ host-image] Mar 12 16:19:33.483 INFO O| Mar 12 16:19:33.483 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
99702026-03-12T16:19:34.632Z[ host-image] Mar 12 16:19:33.483 INFO O| Mar 12 16:19:33.483 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 ...
99712026-03-12T16:19:34.632Z[ host-image] Mar 12 16:19:33.483 INFO O| Mar 12 16:19:33.483 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
99722026-03-12T16:19:34.636Z[ host-image] Mar 12 16:19:33.483 INFO O| Mar 12 16:19:33.483 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
99732026-03-12T16:19:34.636Z[ host-image] Mar 12 16:19:33.483 INFO O| Mar 12 16:19:33.483 INFO ok!
99742026-03-12T16:19:34.636Z[ host-image] Mar 12 16:19:33.483 INFO O| Mar 12 16:19:33.483 INFO STEP 65 (ensure_file) COMPLETE
99752026-03-12T16:19:34.636Z[ host-image] Mar 12 16:19:33.483 INFO O| Mar 12 16:19:33.483 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99762026-03-12T16:19:34.636Z[ host-image] Mar 12 16:19:33.483 INFO O| Mar 12 16:19:33.483 INFO skip step because feature "mbist" is not enabled
99772026-03-12T16:19:34.636Z[ host-image] Mar 12 16:19:33.483 INFO O| Mar 12 16:19:33.483 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99782026-03-12T16:19:34.639Z[ host-image] Mar 12 16:19:33.490 INFO O| Mar 12 16:19:33.490 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
99792026-03-12T16:19:34.639Z[ host-image] Mar 12 16:19:33.490 INFO O| Mar 12 16:19:33.490 INFO STEP 67 (ensure_dir) COMPLETE
99802026-03-12T16:19:34.639Z[ host-image] Mar 12 16:19:33.490 INFO O| Mar 12 16:19:33.490 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99812026-03-12T16:19:34.646Z[ host-image] Mar 12 16:19:33.497 INFO O| Mar 12 16:19:33.497 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
99822026-03-12T16:19:34.646Z[ host-image] Mar 12 16:19:33.497 INFO O| Mar 12 16:19:33.497 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
99832026-03-12T16:19:34.649Z[ host-image] Mar 12 16:19:33.497 INFO O| Mar 12 16:19:33.497 INFO STEP 68 (ensure_dir) COMPLETE
99842026-03-12T16:19:34.649Z[ host-image] Mar 12 16:19:33.497 INFO O| Mar 12 16:19:33.497 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99852026-03-12T16:19:34.654Z[ host-image] Mar 12 16:19:33.505 INFO O| Mar 12 16:19:33.505 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
99862026-03-12T16:19:34.657Z[ host-image] Mar 12 16:19:33.505 INFO O| Mar 12 16:19:33.505 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
99872026-03-12T16:19:34.657Z[ host-image] Mar 12 16:19:33.505 INFO O| Mar 12 16:19:33.505 INFO STEP 69 (ensure_dir) COMPLETE
99882026-03-12T16:19:34.657Z[ host-image] Mar 12 16:19:33.505 INFO O| Mar 12 16:19:33.505 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99892026-03-12T16:19:34.660Z[ host-image] Mar 12 16:19:33.511 INFO O| Mar 12 16:19:33.511 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
99902026-03-12T16:19:34.660Z[ host-image] Mar 12 16:19:33.511 INFO O| Mar 12 16:19:33.511 INFO copying /tmp/.tmpzuqBXD/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
99912026-03-12T16:19:35.015Z[ host-image] Mar 12 16:19:33.865 INFO O| Mar 12 16:19:33.865 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
99922026-03-12T16:19:35.015Z[ host-image] Mar 12 16:19:33.865 INFO O| Mar 12 16:19:33.865 INFO ok!
99932026-03-12T16:19:35.018Z[ host-image] Mar 12 16:19:33.865 INFO O| Mar 12 16:19:33.865 INFO STEP 70 (ensure_file) COMPLETE
99942026-03-12T16:19:35.018Z[ host-image] Mar 12 16:19:33.865 INFO O| Mar 12 16:19:33.865 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99952026-03-12T16:19:35.023Z[ host-image] Mar 12 16:19:33.874 INFO O| Mar 12 16:19:33.874 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
99962026-03-12T16:19:35.023Z[ host-image] Mar 12 16:19:33.874 INFO O| Mar 12 16:19:33.874 INFO copying /tmp/.tmpzuqBXD/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
99972026-03-12T16:19:35.349Z[ recovery-image] Mar 12 16:19:34.199 INFO image complete! materials are in "/work/os-recovery"
99982026-03-12T16:19:35.352Z[ recovery-image]
99992026-03-12T16:19:35.352Z[ recovery-image] real 15:12.703015025
100002026-03-12T16:19:35.352Z[ recovery-image] user 13:10.156481767
100012026-03-12T16:19:35.352Z[ recovery-image] sys 1:09.188957098
100022026-03-12T16:19:35.352Z[ recovery-image] trap 0.226944616
100032026-03-12T16:19:35.352Z[ recovery-image] tflt 0.607010339
100042026-03-12T16:19:35.352Z[ recovery-image] dflt 1.121370918
100052026-03-12T16:19:35.352Z[ recovery-image] kflt 0.000093040
100062026-03-12T16:19:35.352Z[ recovery-image] lock 15:55.902760290
100072026-03-12T16:19:35.352Z[ recovery-image] slp 1:29:12.368466475
100082026-03-12T16:19:35.352Z[ recovery-image] lat 57.938749743
100092026-03-12T16:19:35.352Z[ recovery-image] stop 6.117462301
100102026-03-12T16:19:35.355ZMar 12 16:19:34.203 INFO [recovery-image] process exited with exit status: 0 (912.70857547s)
100112026-03-12T16:19:35.589Z[ host-image] Mar 12 16:19:34.440 INFO O| Mar 12 16:19:34.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
100122026-03-12T16:19:35.590Z[ host-image] Mar 12 16:19:34.440 INFO O| Mar 12 16:19:34.440 INFO ok!
100132026-03-12T16:19:35.593Z[ host-image] Mar 12 16:19:34.440 INFO O| Mar 12 16:19:34.440 INFO STEP 71 (ensure_file) COMPLETE
100142026-03-12T16:19:35.593Z[ host-image] Mar 12 16:19:34.440 INFO O| Mar 12 16:19:34.440 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100152026-03-12T16:19:35.599Z[ host-image] Mar 12 16:19:34.450 INFO O| Mar 12 16:19:34.450 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
100162026-03-12T16:19:35.599Z[ host-image] Mar 12 16:19:34.451 INFO O| Mar 12 16:19:34.450 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
100172026-03-12T16:19:35.599Z[ host-image] Mar 12 16:19:34.451 INFO O| Mar 12 16:19:34.451 INFO STEP 72 (ensure_dir) COMPLETE
100182026-03-12T16:19:35.603Z[ host-image] Mar 12 16:19:34.451 INFO O| Mar 12 16:19:34.451 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100192026-03-12T16:19:35.609Z[ host-image] Mar 12 16:19:34.460 INFO O| Mar 12 16:19:34.460 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
100202026-03-12T16:19:35.609Z[ host-image] Mar 12 16:19:34.460 INFO O| Mar 12 16:19:34.460 INFO copying /tmp/.tmpzuqBXD/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 ...
100212026-03-12T16:19:35.612Z[ host-image] Mar 12 16:19:34.460 INFO O| Mar 12 16:19:34.460 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
100222026-03-12T16:19:35.612Z[ host-image] Mar 12 16:19:34.460 INFO O| Mar 12 16:19:34.460 INFO ok!
100232026-03-12T16:19:35.612Z[ host-image] Mar 12 16:19:34.460 INFO O| Mar 12 16:19:34.460 INFO STEP 73 (ensure_file) COMPLETE
100242026-03-12T16:19:35.612Z[ host-image] Mar 12 16:19:34.460 INFO O| Mar 12 16:19:34.460 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100252026-03-12T16:19:35.616Z[ host-image] Mar 12 16:19:34.467 INFO O| Mar 12 16:19:34.467 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
100262026-03-12T16:19:35.616Z[ host-image] Mar 12 16:19:34.467 INFO O| Mar 12 16:19:34.467 INFO copying /tmp/.tmpzuqBXD/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 ...
100272026-03-12T16:19:35.618Z[ host-image] Mar 12 16:19:34.467 INFO O| Mar 12 16:19:34.467 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
100282026-03-12T16:19:35.618Z[ host-image] Mar 12 16:19:34.467 INFO O| Mar 12 16:19:34.467 INFO ok!
100292026-03-12T16:19:35.618Z[ host-image] Mar 12 16:19:34.467 INFO O| Mar 12 16:19:34.467 INFO STEP 74 (ensure_file) COMPLETE
100302026-03-12T16:19:35.619Z[ host-image] Mar 12 16:19:34.467 INFO O| Mar 12 16:19:34.467 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100312026-03-12T16:19:35.622Z[ host-image] Mar 12 16:19:34.473 INFO O| Mar 12 16:19:34.473 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
100322026-03-12T16:19:35.625Z[ host-image] Mar 12 16:19:34.474 INFO O| Mar 12 16:19:34.474 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
100332026-03-12T16:19:35.625Z[ host-image] Mar 12 16:19:34.474 INFO O| Mar 12 16:19:34.474 INFO STEP 75 (ensure_dir) COMPLETE
100342026-03-12T16:19:35.625Z[ host-image] Mar 12 16:19:34.474 INFO O| Mar 12 16:19:34.474 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100352026-03-12T16:19:35.630Z[ host-image] Mar 12 16:19:34.480 INFO O| Mar 12 16:19:34.480 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
100362026-03-12T16:19:35.630Z[ host-image] Mar 12 16:19:34.480 INFO O| Mar 12 16:19:34.480 INFO copying /tmp/.tmpzuqBXD/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 ...
100372026-03-12T16:19:35.630Z[ host-image] Mar 12 16:19:34.480 INFO O| Mar 12 16:19:34.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
100382026-03-12T16:19:35.630Z[ host-image] Mar 12 16:19:34.480 INFO O| Mar 12 16:19:34.480 INFO ok!
100392026-03-12T16:19:35.630Z[ host-image] Mar 12 16:19:34.480 INFO O| Mar 12 16:19:34.480 INFO STEP 76 (ensure_file) COMPLETE
100402026-03-12T16:19:35.630Z[ host-image] Mar 12 16:19:34.480 INFO O| Mar 12 16:19:34.480 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100412026-03-12T16:19:35.636Z[ host-image] Mar 12 16:19:34.487 INFO O| Mar 12 16:19:34.487 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
100422026-03-12T16:19:35.636Z[ host-image] Mar 12 16:19:34.487 INFO O| Mar 12 16:19:34.487 INFO copying /tmp/.tmpzuqBXD/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 ...
100432026-03-12T16:19:35.639Z[ host-image] Mar 12 16:19:34.487 INFO O| Mar 12 16:19:34.487 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
100442026-03-12T16:19:35.639Z[ host-image] Mar 12 16:19:34.487 INFO O| Mar 12 16:19:34.487 INFO ok!
100452026-03-12T16:19:35.639Z[ host-image] Mar 12 16:19:34.487 INFO O| Mar 12 16:19:34.487 INFO STEP 77 (ensure_file) COMPLETE
100462026-03-12T16:19:35.639Z[ host-image] Mar 12 16:19:34.487 INFO O| Mar 12 16:19:34.487 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100472026-03-12T16:19:35.643Z[ host-image] Mar 12 16:19:34.494 INFO O| Mar 12 16:19:34.494 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
100482026-03-12T16:19:35.643Z[ host-image] Mar 12 16:19:34.494 INFO O| Mar 12 16:19:34.494 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
100492026-03-12T16:19:35.646Z[ host-image] Mar 12 16:19:34.494 INFO O| Mar 12 16:19:34.494 INFO STEP 78 (ensure_dir) COMPLETE
100502026-03-12T16:19:35.646Z[ host-image] Mar 12 16:19:34.494 INFO O| Mar 12 16:19:34.494 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100512026-03-12T16:19:35.650Z[ host-image] Mar 12 16:19:34.501 INFO O| Mar 12 16:19:34.501 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
100522026-03-12T16:19:35.650Z[ host-image] Mar 12 16:19:34.501 INFO O| Mar 12 16:19:34.501 INFO copying /tmp/.tmpzuqBXD/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 ...
100532026-03-12T16:19:35.653Z[ host-image] Mar 12 16:19:34.501 INFO O| Mar 12 16:19:34.501 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
100542026-03-12T16:19:35.653Z[ host-image] Mar 12 16:19:34.501 INFO O| Mar 12 16:19:34.501 INFO ok!
100552026-03-12T16:19:35.653Z[ host-image] Mar 12 16:19:34.501 INFO O| Mar 12 16:19:34.501 INFO STEP 79 (ensure_file) COMPLETE
100562026-03-12T16:19:35.653Z[ host-image] Mar 12 16:19:34.501 INFO O| Mar 12 16:19:34.501 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100572026-03-12T16:19:35.657Z[ host-image] Mar 12 16:19:34.509 INFO O| Mar 12 16:19:34.509 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
100582026-03-12T16:19:35.657Z[ host-image] Mar 12 16:19:34.509 INFO O| Mar 12 16:19:34.509 INFO copying /tmp/.tmpzuqBXD/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
100592026-03-12T16:19:35.661Z[ host-image] Mar 12 16:19:34.509 INFO O| Mar 12 16:19:34.509 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
100602026-03-12T16:19:35.661Z[ host-image] Mar 12 16:19:34.509 INFO O| Mar 12 16:19:34.509 INFO ok!
100612026-03-12T16:19:35.661Z[ host-image] Mar 12 16:19:34.509 INFO O| Mar 12 16:19:34.509 INFO STEP 80 (ensure_file) COMPLETE
100622026-03-12T16:19:35.661Z[ host-image] Mar 12 16:19:34.509 INFO O| Mar 12 16:19:34.509 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100632026-03-12T16:19:35.666Z[ host-image] Mar 12 16:19:34.518 INFO O| Mar 12 16:19:34.518 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
100642026-03-12T16:19:35.666Z[ host-image] Mar 12 16:19:34.518 INFO O| Mar 12 16:19:34.518 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
100652026-03-12T16:19:35.670Z[ host-image] Mar 12 16:19:34.518 INFO O| Mar 12 16:19:34.518 INFO STEP 81 (ensure_dir) COMPLETE
100662026-03-12T16:19:35.670Z[ host-image] Mar 12 16:19:34.518 INFO O| Mar 12 16:19:34.518 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100672026-03-12T16:19:35.674Z[ host-image] Mar 12 16:19:34.525 INFO O| Mar 12 16:19:34.525 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
100682026-03-12T16:19:35.674Z[ host-image] Mar 12 16:19:34.525 INFO O| Mar 12 16:19:34.525 INFO copying /tmp/.tmpzuqBXD/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
100692026-03-12T16:19:36.241Z[ host-image] Mar 12 16:19:35.092 INFO O| Mar 12 16:19:35.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
100702026-03-12T16:19:36.241Z[ host-image] Mar 12 16:19:35.092 INFO O| Mar 12 16:19:35.092 INFO ok!
100712026-03-12T16:19:36.244Z[ host-image] Mar 12 16:19:35.092 INFO O| Mar 12 16:19:35.092 INFO STEP 82 (ensure_file) COMPLETE
100722026-03-12T16:19:36.244Z[ host-image] Mar 12 16:19:35.092 INFO O| Mar 12 16:19:35.092 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100732026-03-12T16:19:36.250Z[ host-image] Mar 12 16:19:35.101 INFO O| Mar 12 16:19:35.101 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
100742026-03-12T16:19:36.250Z[ host-image] Mar 12 16:19:35.101 INFO O| Mar 12 16:19:35.101 INFO copying /tmp/.tmpzuqBXD/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
100752026-03-12T16:19:36.575Z[ host-image] Mar 12 16:19:35.426 INFO O| Mar 12 16:19:35.426 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
100762026-03-12T16:19:36.575Z[ host-image] Mar 12 16:19:35.426 INFO O| Mar 12 16:19:35.426 INFO ok!
100772026-03-12T16:19:36.575Z[ host-image] Mar 12 16:19:35.426 INFO O| Mar 12 16:19:35.426 INFO STEP 83 (ensure_file) COMPLETE
100782026-03-12T16:19:36.579Z[ host-image] Mar 12 16:19:35.426 INFO O| Mar 12 16:19:35.426 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100792026-03-12T16:19:36.584Z[ host-image] Mar 12 16:19:35.435 INFO O| Mar 12 16:19:35.435 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
100802026-03-12T16:19:36.584Z[ host-image] Mar 12 16:19:35.435 INFO O| Mar 12 16:19:35.435 INFO copying /tmp/.tmpzuqBXD/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
100812026-03-12T16:19:37.776Z[ host-image] Mar 12 16:19:36.626 INFO O| Mar 12 16:19:36.626 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
100822026-03-12T16:19:37.776Z[ host-image] Mar 12 16:19:36.627 INFO O| Mar 12 16:19:36.626 INFO ok!
100832026-03-12T16:19:37.780Z[ host-image] Mar 12 16:19:36.627 INFO O| Mar 12 16:19:36.626 INFO STEP 84 (ensure_file) COMPLETE
100842026-03-12T16:19:37.780Z[ host-image] Mar 12 16:19:36.627 INFO O| Mar 12 16:19:36.626 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100852026-03-12T16:19:37.785Z[ host-image] Mar 12 16:19:36.636 INFO O| Mar 12 16:19:36.635 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
100862026-03-12T16:19:37.788Z[ host-image] Mar 12 16:19:36.636 INFO O| Mar 12 16:19:36.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
100872026-03-12T16:19:37.788Z[ host-image] Mar 12 16:19:36.636 INFO O| Mar 12 16:19:36.636 INFO STEP 85 (ensure_dir) COMPLETE
100882026-03-12T16:19:37.788Z[ host-image] Mar 12 16:19:36.636 INFO O| Mar 12 16:19:36.636 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100892026-03-12T16:19:37.794Z[ host-image] Mar 12 16:19:36.645 INFO O| Mar 12 16:19:36.645 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
100902026-03-12T16:19:37.797Z[ host-image] Mar 12 16:19:36.645 INFO O| Mar 12 16:19:36.645 INFO copying /tmp/.tmpzuqBXD/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 ...
100912026-03-12T16:19:37.797Z[ host-image] Mar 12 16:19:36.645 INFO O| Mar 12 16:19:36.645 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
100922026-03-12T16:19:37.797Z[ host-image] Mar 12 16:19:36.645 INFO O| Mar 12 16:19:36.645 INFO ok!
100932026-03-12T16:19:37.798Z[ host-image] Mar 12 16:19:36.645 INFO O| Mar 12 16:19:36.645 INFO STEP 86 (ensure_file) COMPLETE
100942026-03-12T16:19:37.798Z[ host-image] Mar 12 16:19:36.645 INFO O| Mar 12 16:19:36.645 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100952026-03-12T16:19:37.802Z[ host-image] Mar 12 16:19:36.653 INFO O| Mar 12 16:19:36.653 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
100962026-03-12T16:19:37.802Z[ host-image] Mar 12 16:19:36.653 INFO O| Mar 12 16:19:36.653 INFO copying /tmp/.tmpzuqBXD/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 ...
100972026-03-12T16:19:37.805Z[ host-image] Mar 12 16:19:36.653 INFO O| Mar 12 16:19:36.653 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
100982026-03-12T16:19:37.805Z[ host-image] Mar 12 16:19:36.653 INFO O| Mar 12 16:19:36.653 INFO ok!
100992026-03-12T16:19:37.805Z[ host-image] Mar 12 16:19:36.653 INFO O| Mar 12 16:19:36.653 INFO STEP 87 (ensure_file) COMPLETE
101002026-03-12T16:19:37.805Z[ host-image] Mar 12 16:19:36.653 INFO O| Mar 12 16:19:36.653 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101012026-03-12T16:19:37.810Z[ host-image] Mar 12 16:19:36.661 INFO O| Mar 12 16:19:36.661 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
101022026-03-12T16:19:37.810Z[ host-image] Mar 12 16:19:36.661 INFO O| Mar 12 16:19:36.661 INFO copying /tmp/.tmpzuqBXD/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
101032026-03-12T16:19:37.814Z[ host-image] Mar 12 16:19:36.662 INFO O| Mar 12 16:19:36.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
101042026-03-12T16:19:37.814Z[ host-image] Mar 12 16:19:36.662 INFO O| Mar 12 16:19:36.662 INFO ok!
101052026-03-12T16:19:37.814Z[ host-image] Mar 12 16:19:36.662 INFO O| Mar 12 16:19:36.662 INFO STEP 88 (ensure_file) COMPLETE
101062026-03-12T16:19:37.814Z[ host-image] Mar 12 16:19:36.662 INFO O| Mar 12 16:19:36.662 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101072026-03-12T16:19:37.819Z[ host-image] Mar 12 16:19:36.670 INFO O| Mar 12 16:19:36.670 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
101082026-03-12T16:19:37.819Z[ host-image] Mar 12 16:19:36.670 INFO O| Mar 12 16:19:36.670 INFO copying /tmp/.tmpzuqBXD/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
101092026-03-12T16:19:37.822Z[ host-image] Mar 12 16:19:36.670 INFO O| Mar 12 16:19:36.670 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
101102026-03-12T16:19:37.822Z[ host-image] Mar 12 16:19:36.670 INFO O| Mar 12 16:19:36.670 INFO ok!
101112026-03-12T16:19:37.822Z[ host-image] Mar 12 16:19:36.670 INFO O| Mar 12 16:19:36.670 INFO STEP 89 (ensure_file) COMPLETE
101122026-03-12T16:19:37.822Z[ host-image] Mar 12 16:19:36.670 INFO O| Mar 12 16:19:36.670 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101132026-03-12T16:19:37.827Z[ host-image] Mar 12 16:19:36.678 INFO O| Mar 12 16:19:36.678 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
101142026-03-12T16:19:37.830Z[ host-image] Mar 12 16:19:36.678 INFO O| Mar 12 16:19:36.678 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
101152026-03-12T16:19:37.830Z[ host-image] Mar 12 16:19:36.678 INFO O| Mar 12 16:19:36.678 INFO STEP 90 (ensure_dir) COMPLETE
101162026-03-12T16:19:37.830Z[ host-image] Mar 12 16:19:36.678 INFO O| Mar 12 16:19:36.678 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101172026-03-12T16:19:37.834Z[ host-image] Mar 12 16:19:36.685 INFO O| Mar 12 16:19:36.685 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
101182026-03-12T16:19:37.834Z[ host-image] Mar 12 16:19:36.685 INFO O| Mar 12 16:19:36.685 INFO copying /tmp/.tmpzuqBXD/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
101192026-03-12T16:19:37.837Z[ host-image] Mar 12 16:19:36.688 INFO O| Mar 12 16:19:36.688 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
101202026-03-12T16:19:37.837Z[ host-image] Mar 12 16:19:36.688 INFO O| Mar 12 16:19:36.688 INFO ok!
101212026-03-12T16:19:37.840Z[ host-image] Mar 12 16:19:36.688 INFO O| Mar 12 16:19:36.688 INFO STEP 91 (ensure_file) COMPLETE
101222026-03-12T16:19:37.840Z[ host-image] Mar 12 16:19:36.688 INFO O| Mar 12 16:19:36.688 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101232026-03-12T16:19:37.845Z[ host-image] Mar 12 16:19:36.696 INFO O| Mar 12 16:19:36.696 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
101242026-03-12T16:19:37.845Z[ host-image] Mar 12 16:19:36.696 INFO O| Mar 12 16:19:36.696 INFO copying /tmp/.tmpzuqBXD/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
101252026-03-12T16:19:37.848Z[ host-image] Mar 12 16:19:36.696 INFO O| Mar 12 16:19:36.696 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
101262026-03-12T16:19:37.848Z[ host-image] Mar 12 16:19:36.696 INFO O| Mar 12 16:19:36.696 INFO ok!
101272026-03-12T16:19:37.848Z[ host-image] Mar 12 16:19:36.696 INFO O| Mar 12 16:19:36.696 INFO STEP 92 (ensure_file) COMPLETE
101282026-03-12T16:19:37.848Z[ host-image] Mar 12 16:19:36.696 INFO O| Mar 12 16:19:36.696 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101292026-03-12T16:19:37.853Z[ host-image] Mar 12 16:19:36.704 INFO O| Mar 12 16:19:36.704 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
101302026-03-12T16:19:37.853Z[ host-image] Mar 12 16:19:36.704 INFO O| Mar 12 16:19:36.704 INFO copying /tmp/.tmpzuqBXD/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
101312026-03-12T16:19:38.274Z[ host-image] Mar 12 16:19:37.125 INFO O| Mar 12 16:19:37.125 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
101322026-03-12T16:19:38.274Z[ host-image] Mar 12 16:19:37.125 INFO O| Mar 12 16:19:37.125 INFO ok!
101332026-03-12T16:19:38.274Z[ host-image] Mar 12 16:19:37.125 INFO O| Mar 12 16:19:37.125 INFO STEP 93 (ensure_file) COMPLETE
101342026-03-12T16:19:38.274Z[ host-image] Mar 12 16:19:37.125 INFO O| Mar 12 16:19:37.125 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101352026-03-12T16:19:38.283Z[ host-image] Mar 12 16:19:37.134 INFO O| Mar 12 16:19:37.134 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
101362026-03-12T16:19:38.286Z[ host-image] Mar 12 16:19:37.134 INFO O| Mar 12 16:19:37.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
101372026-03-12T16:19:38.286Z[ host-image] Mar 12 16:19:37.134 INFO O| Mar 12 16:19:37.134 INFO STEP 94 (ensure_dir) COMPLETE
101382026-03-12T16:19:38.287Z[ host-image] Mar 12 16:19:37.134 INFO O| Mar 12 16:19:37.134 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101392026-03-12T16:19:38.292Z[ host-image] Mar 12 16:19:37.143 INFO O| Mar 12 16:19:37.143 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
101402026-03-12T16:19:38.292Z[ host-image] Mar 12 16:19:37.143 INFO O| Mar 12 16:19:37.143 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
101412026-03-12T16:19:38.295Z[ host-image] Mar 12 16:19:37.143 INFO O| Mar 12 16:19:37.143 INFO STEP 95 (ensure_dir) COMPLETE
101422026-03-12T16:19:38.295Z[ host-image] Mar 12 16:19:37.143 INFO O| Mar 12 16:19:37.143 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101432026-03-12T16:19:38.300Z[ host-image] Mar 12 16:19:37.150 INFO O| Mar 12 16:19:37.150 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
101442026-03-12T16:19:38.303Z[ host-image] Mar 12 16:19:37.151 INFO O| Mar 12 16:19:37.151 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
101452026-03-12T16:19:38.303Z[ host-image] Mar 12 16:19:37.151 INFO O| Mar 12 16:19:37.151 INFO STEP 96 (ensure_dir) COMPLETE
101462026-03-12T16:19:38.303Z[ host-image] Mar 12 16:19:37.151 INFO O| Mar 12 16:19:37.151 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101472026-03-12T16:19:38.307Z[ host-image] Mar 12 16:19:37.158 INFO O| Mar 12 16:19:37.158 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
101482026-03-12T16:19:38.310Z[ host-image] Mar 12 16:19:37.158 INFO O| Mar 12 16:19:37.158 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
101492026-03-12T16:19:38.310Z[ host-image] Mar 12 16:19:37.158 INFO O| Mar 12 16:19:37.158 INFO STEP 97 (ensure_dir) COMPLETE
101502026-03-12T16:19:38.310Z[ host-image] Mar 12 16:19:37.158 INFO O| Mar 12 16:19:37.158 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101512026-03-12T16:19:38.315Z[ host-image] Mar 12 16:19:37.166 INFO O| Mar 12 16:19:37.166 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
101522026-03-12T16:19:38.315Z[ host-image] Mar 12 16:19:37.166 INFO O| Mar 12 16:19:37.166 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
101532026-03-12T16:19:38.315Z[ host-image] Mar 12 16:19:37.166 INFO O| Mar 12 16:19:37.166 INFO STEP 98 (ensure_dir) COMPLETE
101542026-03-12T16:19:38.319Z[ host-image] Mar 12 16:19:37.166 INFO O| Mar 12 16:19:37.166 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101552026-03-12T16:19:38.323Z[ host-image] Mar 12 16:19:37.174 INFO O| Mar 12 16:19:37.174 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
101562026-03-12T16:19:38.323Z[ host-image] Mar 12 16:19:37.174 INFO O| Mar 12 16:19:37.174 INFO copying /tmp/.tmpzuqBXD/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 ...
101572026-03-12T16:19:38.326Z[ host-image] Mar 12 16:19:37.174 INFO O| Mar 12 16:19:37.174 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
101582026-03-12T16:19:38.326Z[ host-image] Mar 12 16:19:37.174 INFO O| Mar 12 16:19:37.174 INFO ok!
101592026-03-12T16:19:38.326Z[ host-image] Mar 12 16:19:37.174 INFO O| Mar 12 16:19:37.174 INFO STEP 99 (ensure_file) COMPLETE
101602026-03-12T16:19:38.326Z[ host-image] Mar 12 16:19:37.174 INFO O| Mar 12 16:19:37.174 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101612026-03-12T16:19:38.330Z[ host-image] Mar 12 16:19:37.181 INFO O| Mar 12 16:19:37.181 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
101622026-03-12T16:19:38.334Z[ host-image] Mar 12 16:19:37.181 INFO O| Mar 12 16:19:37.181 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
101632026-03-12T16:19:38.334Z[ host-image] Mar 12 16:19:37.181 INFO O| Mar 12 16:19:37.181 INFO STEP 100 (ensure_dir) COMPLETE
101642026-03-12T16:19:38.334Z[ host-image] Mar 12 16:19:37.181 INFO O| Mar 12 16:19:37.181 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101652026-03-12T16:19:38.339Z[ host-image] Mar 12 16:19:37.189 INFO O| Mar 12 16:19:37.189 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
101662026-03-12T16:19:38.339Z[ host-image] Mar 12 16:19:37.189 INFO O| Mar 12 16:19:37.189 INFO copying /tmp/.tmpzuqBXD/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
101672026-03-12T16:19:38.499Z[ host-image] Mar 12 16:19:37.350 INFO O| Mar 12 16:19:37.350 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
101682026-03-12T16:19:38.500Z[ host-image] Mar 12 16:19:37.350 INFO O| Mar 12 16:19:37.350 INFO ok!
101692026-03-12T16:19:38.500Z[ host-image] Mar 12 16:19:37.350 INFO O| Mar 12 16:19:37.350 INFO STEP 101 (ensure_file) COMPLETE
101702026-03-12T16:19:38.503Z[ host-image] Mar 12 16:19:37.350 INFO O| Mar 12 16:19:37.350 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101712026-03-12T16:19:38.508Z[ host-image] Mar 12 16:19:37.359 INFO O| Mar 12 16:19:37.359 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
101722026-03-12T16:19:38.509Z[ host-image] Mar 12 16:19:37.359 INFO O| Mar 12 16:19:37.359 INFO copying /tmp/.tmpzuqBXD/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
101732026-03-12T16:19:38.512Z[ host-image] Mar 12 16:19:37.359 INFO O| Mar 12 16:19:37.359 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
101742026-03-12T16:19:38.512Z[ host-image] Mar 12 16:19:37.359 INFO O| Mar 12 16:19:37.359 INFO ok!
101752026-03-12T16:19:38.512Z[ host-image] Mar 12 16:19:37.359 INFO O| Mar 12 16:19:37.359 INFO STEP 102 (ensure_file) COMPLETE
101762026-03-12T16:19:38.512Z[ host-image] Mar 12 16:19:37.359 INFO O| Mar 12 16:19:37.359 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101772026-03-12T16:19:38.518Z[ host-image] Mar 12 16:19:37.369 INFO O| Mar 12 16:19:37.369 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
101782026-03-12T16:19:38.518Z[ host-image] Mar 12 16:19:37.369 INFO O| Mar 12 16:19:37.369 INFO copying /tmp/.tmpzuqBXD/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
101792026-03-12T16:19:38.800Z[ host-image] Mar 12 16:19:37.651 INFO O| Mar 12 16:19:37.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
101802026-03-12T16:19:38.800Z[ host-image] Mar 12 16:19:37.651 INFO O| Mar 12 16:19:37.651 INFO ok!
101812026-03-12T16:19:38.800Z[ host-image] Mar 12 16:19:37.651 INFO O| Mar 12 16:19:37.651 INFO STEP 103 (ensure_file) COMPLETE
101822026-03-12T16:19:38.804Z[ host-image] Mar 12 16:19:37.651 INFO O| Mar 12 16:19:37.651 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101832026-03-12T16:19:38.809Z[ host-image] Mar 12 16:19:37.660 INFO O| Mar 12 16:19:37.660 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
101842026-03-12T16:19:38.809Z[ host-image] Mar 12 16:19:37.660 INFO O| Mar 12 16:19:37.660 INFO copying /tmp/.tmpzuqBXD/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
101852026-03-12T16:19:38.812Z[ host-image] Mar 12 16:19:37.660 INFO O| Mar 12 16:19:37.660 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
101862026-03-12T16:19:38.812Z[ host-image] Mar 12 16:19:37.660 INFO O| Mar 12 16:19:37.660 INFO ok!
101872026-03-12T16:19:38.812Z[ host-image] Mar 12 16:19:37.660 INFO O| Mar 12 16:19:37.660 INFO STEP 104 (ensure_file) COMPLETE
101882026-03-12T16:19:38.812Z[ host-image] Mar 12 16:19:37.660 INFO O| Mar 12 16:19:37.660 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101892026-03-12T16:19:38.818Z[ host-image] Mar 12 16:19:37.669 INFO O| Mar 12 16:19:37.669 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
101902026-03-12T16:19:38.821Z[ host-image] Mar 12 16:19:37.669 INFO O| Mar 12 16:19:37.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
101912026-03-12T16:19:38.821Z[ host-image] Mar 12 16:19:37.669 INFO O| Mar 12 16:19:37.669 INFO STEP 105 (ensure_dir) COMPLETE
101922026-03-12T16:19:38.822Z[ host-image] Mar 12 16:19:37.669 INFO O| Mar 12 16:19:37.669 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101932026-03-12T16:19:38.827Z[ host-image] Mar 12 16:19:37.678 INFO O| Mar 12 16:19:37.678 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
101942026-03-12T16:19:38.827Z[ host-image] Mar 12 16:19:37.678 INFO O| Mar 12 16:19:37.678 INFO copying /tmp/.tmpzuqBXD/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 ...
101952026-03-12T16:19:38.843Z[ host-image] Mar 12 16:19:37.694 INFO O| Mar 12 16:19:37.694 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
101962026-03-12T16:19:38.844Z[ host-image] Mar 12 16:19:37.694 INFO O| Mar 12 16:19:37.694 INFO ok!
101972026-03-12T16:19:38.847Z[ host-image] Mar 12 16:19:37.694 INFO O| Mar 12 16:19:37.694 INFO STEP 106 (ensure_file) COMPLETE
101982026-03-12T16:19:38.847Z[ host-image] Mar 12 16:19:37.694 INFO O| Mar 12 16:19:37.694 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101992026-03-12T16:19:38.851Z[ host-image] Mar 12 16:19:37.702 INFO O| Mar 12 16:19:37.702 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
102002026-03-12T16:19:38.851Z[ host-image] Mar 12 16:19:37.702 INFO O| Mar 12 16:19:37.702 INFO copying /tmp/.tmpzuqBXD/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 ...
102012026-03-12T16:19:38.854Z[ host-image] Mar 12 16:19:37.702 INFO O| Mar 12 16:19:37.702 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
102022026-03-12T16:19:38.854Z[ host-image] Mar 12 16:19:37.702 INFO O| Mar 12 16:19:37.702 INFO ok!
102032026-03-12T16:19:38.855Z[ host-image] Mar 12 16:19:37.702 INFO O| Mar 12 16:19:37.702 INFO STEP 107 (ensure_file) COMPLETE
102042026-03-12T16:19:38.855Z[ host-image] Mar 12 16:19:37.702 INFO O| Mar 12 16:19:37.702 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102052026-03-12T16:19:38.859Z[ host-image] Mar 12 16:19:37.709 INFO O| Mar 12 16:19:37.709 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
102062026-03-12T16:19:38.859Z[ host-image] Mar 12 16:19:37.709 INFO O| Mar 12 16:19:37.709 INFO copying /tmp/.tmpzuqBXD/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 ...
102072026-03-12T16:19:38.862Z[ host-image] Mar 12 16:19:37.710 INFO O| Mar 12 16:19:37.710 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
102082026-03-12T16:19:38.862Z[ host-image] Mar 12 16:19:37.710 INFO O| Mar 12 16:19:37.710 INFO ok!
102092026-03-12T16:19:38.862Z[ host-image] Mar 12 16:19:37.710 INFO O| Mar 12 16:19:37.710 INFO STEP 108 (ensure_file) COMPLETE
102102026-03-12T16:19:38.862Z[ host-image] Mar 12 16:19:37.710 INFO O| Mar 12 16:19:37.710 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102112026-03-12T16:19:38.867Z[ host-image] Mar 12 16:19:37.718 INFO O| Mar 12 16:19:37.718 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
102122026-03-12T16:19:38.867Z[ host-image] Mar 12 16:19:37.718 INFO O| Mar 12 16:19:37.718 INFO copying /tmp/.tmpzuqBXD/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 ...
102132026-03-12T16:19:38.870Z[ host-image] Mar 12 16:19:37.718 INFO O| Mar 12 16:19:37.718 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
102142026-03-12T16:19:38.870Z[ host-image] Mar 12 16:19:37.718 INFO O| Mar 12 16:19:37.718 INFO ok!
102152026-03-12T16:19:38.870Z[ host-image] Mar 12 16:19:37.718 INFO O| Mar 12 16:19:37.718 INFO STEP 109 (ensure_file) COMPLETE
102162026-03-12T16:19:38.870Z[ host-image] Mar 12 16:19:37.718 INFO O| Mar 12 16:19:37.718 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102172026-03-12T16:19:38.875Z[ host-image] Mar 12 16:19:37.726 INFO O| Mar 12 16:19:37.726 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
102182026-03-12T16:19:38.875Z[ host-image] Mar 12 16:19:37.726 INFO O| Mar 12 16:19:37.726 INFO copying /tmp/.tmpzuqBXD/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 ...
102192026-03-12T16:19:38.878Z[ host-image] Mar 12 16:19:37.726 INFO O| Mar 12 16:19:37.726 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
102202026-03-12T16:19:38.878Z[ host-image] Mar 12 16:19:37.726 INFO O| Mar 12 16:19:37.726 INFO ok!
102212026-03-12T16:19:38.878Z[ host-image] Mar 12 16:19:37.726 INFO O| Mar 12 16:19:37.726 INFO STEP 110 (ensure_file) COMPLETE
102222026-03-12T16:19:38.878Z[ host-image] Mar 12 16:19:37.726 INFO O| Mar 12 16:19:37.726 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102232026-03-12T16:19:38.883Z[ host-image] Mar 12 16:19:37.733 INFO O| Mar 12 16:19:37.733 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
102242026-03-12T16:19:38.883Z[ host-image] Mar 12 16:19:37.733 INFO O| Mar 12 16:19:37.733 INFO copying /tmp/.tmpzuqBXD/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 ...
102252026-03-12T16:19:38.886Z[ host-image] Mar 12 16:19:37.733 INFO O| Mar 12 16:19:37.733 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
102262026-03-12T16:19:38.886Z[ host-image] Mar 12 16:19:37.733 INFO O| Mar 12 16:19:37.733 INFO ok!
102272026-03-12T16:19:38.886Z[ host-image] Mar 12 16:19:37.733 INFO O| Mar 12 16:19:37.733 INFO STEP 111 (ensure_file) COMPLETE
102282026-03-12T16:19:38.886Z[ host-image] Mar 12 16:19:37.734 INFO O| Mar 12 16:19:37.733 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102292026-03-12T16:19:38.890Z[ host-image] Mar 12 16:19:37.740 INFO O| Mar 12 16:19:37.740 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
102302026-03-12T16:19:38.890Z[ host-image] Mar 12 16:19:37.740 INFO O| Mar 12 16:19:37.740 INFO copying /tmp/.tmpzuqBXD/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 ...
102312026-03-12T16:19:38.893Z[ host-image] Mar 12 16:19:37.741 INFO O| Mar 12 16:19:37.741 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
102322026-03-12T16:19:38.893Z[ host-image] Mar 12 16:19:37.741 INFO O| Mar 12 16:19:37.741 INFO ok!
102332026-03-12T16:19:38.893Z[ host-image] Mar 12 16:19:37.741 INFO O| Mar 12 16:19:37.741 INFO STEP 112 (ensure_file) COMPLETE
102342026-03-12T16:19:38.893Z[ host-image] Mar 12 16:19:37.741 INFO O| Mar 12 16:19:37.741 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102352026-03-12T16:19:38.897Z[ host-image] Mar 12 16:19:37.747 INFO O| Mar 12 16:19:37.747 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
102362026-03-12T16:19:38.897Z[ host-image] Mar 12 16:19:37.748 INFO O| Mar 12 16:19:37.747 INFO copying /tmp/.tmpzuqBXD/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
102372026-03-12T16:19:38.899Z[ host-image] Mar 12 16:19:37.748 INFO O| Mar 12 16:19:37.748 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
102382026-03-12T16:19:38.900Z[ host-image] Mar 12 16:19:37.748 INFO O| Mar 12 16:19:37.748 INFO ok!
102392026-03-12T16:19:38.900Z[ host-image] Mar 12 16:19:37.748 INFO O| Mar 12 16:19:37.748 INFO STEP 113 (ensure_file) COMPLETE
102402026-03-12T16:19:38.900Z[ host-image] Mar 12 16:19:37.748 INFO O| Mar 12 16:19:37.748 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102412026-03-12T16:19:38.904Z[ host-image] Mar 12 16:19:37.755 INFO O| Mar 12 16:19:37.755 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
102422026-03-12T16:19:38.904Z[ host-image] Mar 12 16:19:37.755 INFO O| Mar 12 16:19:37.755 INFO copying /tmp/.tmpzuqBXD/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 ...
102432026-03-12T16:19:38.907Z[ host-image] Mar 12 16:19:37.755 INFO O| Mar 12 16:19:37.755 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
102442026-03-12T16:19:38.907Z[ host-image] Mar 12 16:19:37.755 INFO O| Mar 12 16:19:37.755 INFO ok!
102452026-03-12T16:19:38.907Z[ host-image] Mar 12 16:19:37.755 INFO O| Mar 12 16:19:37.755 INFO STEP 114 (ensure_file) COMPLETE
102462026-03-12T16:19:38.907Z[ host-image] Mar 12 16:19:37.755 INFO O| Mar 12 16:19:37.755 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102472026-03-12T16:19:38.911Z[ host-image] Mar 12 16:19:37.762 INFO O| Mar 12 16:19:37.762 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
102482026-03-12T16:19:38.914Z[ host-image] Mar 12 16:19:37.762 INFO O| Mar 12 16:19:37.762 INFO copying /tmp/.tmpzuqBXD/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 ...
102492026-03-12T16:19:38.914Z[ host-image] Mar 12 16:19:37.762 INFO O| Mar 12 16:19:37.762 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
102502026-03-12T16:19:38.914Z[ host-image] Mar 12 16:19:37.762 INFO O| Mar 12 16:19:37.762 INFO ok!
102512026-03-12T16:19:38.914Z[ host-image] Mar 12 16:19:37.762 INFO O| Mar 12 16:19:37.762 INFO STEP 115 (ensure_file) COMPLETE
102522026-03-12T16:19:38.914Z[ host-image] Mar 12 16:19:37.762 INFO O| Mar 12 16:19:37.762 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102532026-03-12T16:19:38.918Z[ host-image] Mar 12 16:19:37.769 INFO O| Mar 12 16:19:37.769 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
102542026-03-12T16:19:38.918Z[ host-image] Mar 12 16:19:37.769 INFO O| Mar 12 16:19:37.769 INFO copying /tmp/.tmpzuqBXD/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 ...
102552026-03-12T16:19:38.921Z[ host-image] Mar 12 16:19:37.769 INFO O| Mar 12 16:19:37.769 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
102562026-03-12T16:19:38.921Z[ host-image] Mar 12 16:19:37.769 INFO O| Mar 12 16:19:37.769 INFO ok!
102572026-03-12T16:19:38.921Z[ host-image] Mar 12 16:19:37.769 INFO O| Mar 12 16:19:37.769 INFO STEP 116 (ensure_file) COMPLETE
102582026-03-12T16:19:38.922Z[ host-image] Mar 12 16:19:37.769 INFO O| Mar 12 16:19:37.769 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102592026-03-12T16:19:38.926Z[ host-image] Mar 12 16:19:37.777 INFO O| Mar 12 16:19:37.777 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
102602026-03-12T16:19:38.927Z[ host-image] Mar 12 16:19:37.777 INFO O| Mar 12 16:19:37.777 INFO copying /tmp/.tmpzuqBXD/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
102612026-03-12T16:19:38.927Z[ host-image] Mar 12 16:19:37.777 INFO O| Mar 12 16:19:37.777 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
102622026-03-12T16:19:38.927Z[ host-image] Mar 12 16:19:37.777 INFO O| Mar 12 16:19:37.777 INFO ok!
102632026-03-12T16:19:38.930Z[ host-image] Mar 12 16:19:37.777 INFO O| Mar 12 16:19:37.777 INFO STEP 117 (ensure_file) COMPLETE
102642026-03-12T16:19:38.930Z[ host-image] Mar 12 16:19:37.777 INFO O| Mar 12 16:19:37.777 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102652026-03-12T16:19:38.934Z[ host-image] Mar 12 16:19:37.785 INFO O| Mar 12 16:19:37.785 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
102662026-03-12T16:19:38.934Z[ host-image] Mar 12 16:19:37.785 INFO O| Mar 12 16:19:37.785 INFO copying /tmp/.tmpzuqBXD/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 ...
102672026-03-12T16:19:38.937Z[ host-image] Mar 12 16:19:37.785 INFO O| Mar 12 16:19:37.785 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
102682026-03-12T16:19:38.937Z[ host-image] Mar 12 16:19:37.785 INFO O| Mar 12 16:19:37.785 INFO ok!
102692026-03-12T16:19:38.938Z[ host-image] Mar 12 16:19:37.785 INFO O| Mar 12 16:19:37.785 INFO STEP 118 (ensure_file) COMPLETE
102702026-03-12T16:19:38.938Z[ host-image] Mar 12 16:19:37.785 INFO O| Mar 12 16:19:37.785 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102712026-03-12T16:19:38.942Z[ host-image] Mar 12 16:19:37.793 INFO O| Mar 12 16:19:37.793 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
102722026-03-12T16:19:38.942Z[ host-image] Mar 12 16:19:37.793 INFO O| Mar 12 16:19:37.793 INFO copying /tmp/.tmpzuqBXD/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 ...
102732026-03-12T16:19:38.945Z[ host-image] Mar 12 16:19:37.793 INFO O| Mar 12 16:19:37.793 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
102742026-03-12T16:19:38.945Z[ host-image] Mar 12 16:19:37.793 INFO O| Mar 12 16:19:37.793 INFO ok!
102752026-03-12T16:19:38.945Z[ host-image] Mar 12 16:19:37.793 INFO O| Mar 12 16:19:37.793 INFO STEP 119 (ensure_file) COMPLETE
102762026-03-12T16:19:38.945Z[ host-image] Mar 12 16:19:37.793 INFO O| Mar 12 16:19:37.793 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102772026-03-12T16:19:38.950Z[ host-image] Mar 12 16:19:37.801 INFO O| Mar 12 16:19:37.801 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
102782026-03-12T16:19:38.950Z[ host-image] Mar 12 16:19:37.801 INFO O| Mar 12 16:19:37.801 INFO copying /tmp/.tmpzuqBXD/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 ...
102792026-03-12T16:19:38.953Z[ host-image] Mar 12 16:19:37.801 INFO O| Mar 12 16:19:37.801 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
102802026-03-12T16:19:38.953Z[ host-image] Mar 12 16:19:37.801 INFO O| Mar 12 16:19:37.801 INFO ok!
102812026-03-12T16:19:38.953Z[ host-image] Mar 12 16:19:37.801 INFO O| Mar 12 16:19:37.801 INFO STEP 120 (ensure_file) COMPLETE
102822026-03-12T16:19:38.953Z[ host-image] Mar 12 16:19:37.801 INFO O| Mar 12 16:19:37.801 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102832026-03-12T16:19:38.958Z[ host-image] Mar 12 16:19:37.809 INFO O| Mar 12 16:19:37.809 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
102842026-03-12T16:19:38.958Z[ host-image] Mar 12 16:19:37.809 INFO O| Mar 12 16:19:37.809 INFO copying /tmp/.tmpzuqBXD/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 ...
102852026-03-12T16:19:38.961Z[ host-image] Mar 12 16:19:37.809 INFO O| Mar 12 16:19:37.809 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
102862026-03-12T16:19:38.961Z[ host-image] Mar 12 16:19:37.809 INFO O| Mar 12 16:19:37.809 INFO ok!
102872026-03-12T16:19:38.961Z[ host-image] Mar 12 16:19:37.809 INFO O| Mar 12 16:19:37.809 INFO STEP 121 (ensure_file) COMPLETE
102882026-03-12T16:19:38.961Z[ host-image] Mar 12 16:19:37.809 INFO O| Mar 12 16:19:37.809 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102892026-03-12T16:19:38.965Z[ host-image] Mar 12 16:19:37.816 INFO O| Mar 12 16:19:37.816 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
102902026-03-12T16:19:38.965Z[ host-image] Mar 12 16:19:37.816 INFO O| Mar 12 16:19:37.816 INFO copying /tmp/.tmpzuqBXD/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 ...
102912026-03-12T16:19:38.968Z[ host-image] Mar 12 16:19:37.816 INFO O| Mar 12 16:19:37.816 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
102922026-03-12T16:19:38.968Z[ host-image] Mar 12 16:19:37.816 INFO O| Mar 12 16:19:37.816 INFO ok!
102932026-03-12T16:19:38.968Z[ host-image] Mar 12 16:19:37.816 INFO O| Mar 12 16:19:37.816 INFO STEP 122 (ensure_file) COMPLETE
102942026-03-12T16:19:38.968Z[ host-image] Mar 12 16:19:37.816 INFO O| Mar 12 16:19:37.816 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102952026-03-12T16:19:38.973Z[ host-image] Mar 12 16:19:37.824 INFO O| Mar 12 16:19:37.823 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
102962026-03-12T16:19:38.973Z[ host-image] Mar 12 16:19:37.824 INFO O| Mar 12 16:19:37.823 INFO copying /tmp/.tmpzuqBXD/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 ...
102972026-03-12T16:19:38.976Z[ host-image] Mar 12 16:19:37.824 INFO O| Mar 12 16:19:37.824 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
102982026-03-12T16:19:38.976Z[ host-image] Mar 12 16:19:37.824 INFO O| Mar 12 16:19:37.824 INFO ok!
102992026-03-12T16:19:38.976Z[ host-image] Mar 12 16:19:37.824 INFO O| Mar 12 16:19:37.824 INFO STEP 123 (ensure_file) COMPLETE
103002026-03-12T16:19:38.976Z[ host-image] Mar 12 16:19:37.824 INFO O| Mar 12 16:19:37.824 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103012026-03-12T16:19:38.980Z[ host-image] Mar 12 16:19:37.831 INFO O| Mar 12 16:19:37.831 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
103022026-03-12T16:19:38.980Z[ host-image] Mar 12 16:19:37.831 INFO O| Mar 12 16:19:37.831 INFO copying /tmp/.tmpzuqBXD/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 ...
103032026-03-12T16:19:38.983Z[ host-image] Mar 12 16:19:37.831 INFO O| Mar 12 16:19:37.831 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
103042026-03-12T16:19:38.983Z[ host-image] Mar 12 16:19:37.831 INFO O| Mar 12 16:19:37.831 INFO ok!
103052026-03-12T16:19:38.983Z[ host-image] Mar 12 16:19:37.831 INFO O| Mar 12 16:19:37.831 INFO STEP 124 (ensure_file) COMPLETE
103062026-03-12T16:19:38.983Z[ host-image] Mar 12 16:19:37.831 INFO O| Mar 12 16:19:37.831 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103072026-03-12T16:19:38.987Z[ host-image] Mar 12 16:19:37.838 INFO O| Mar 12 16:19:37.838 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
103082026-03-12T16:19:38.990Z[ host-image] Mar 12 16:19:37.838 INFO O| Mar 12 16:19:37.838 INFO copying /tmp/.tmpzuqBXD/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 ...
103092026-03-12T16:19:38.990Z[ host-image] Mar 12 16:19:37.838 INFO O| Mar 12 16:19:37.838 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
103102026-03-12T16:19:38.990Z[ host-image] Mar 12 16:19:37.838 INFO O| Mar 12 16:19:37.838 INFO ok!
103112026-03-12T16:19:38.990Z[ host-image] Mar 12 16:19:37.838 INFO O| Mar 12 16:19:37.838 INFO STEP 125 (ensure_file) COMPLETE
103122026-03-12T16:19:38.990Z[ host-image] Mar 12 16:19:37.838 INFO O| Mar 12 16:19:37.838 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103132026-03-12T16:19:38.996Z[ host-image] Mar 12 16:19:37.846 INFO O| Mar 12 16:19:37.846 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
103142026-03-12T16:19:38.999Z[ host-image] Mar 12 16:19:37.847 INFO O| Mar 12 16:19:37.846 INFO copying /tmp/.tmpzuqBXD/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 ...
103152026-03-12T16:19:38.999Z[ host-image] Mar 12 16:19:37.847 INFO O| Mar 12 16:19:37.847 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
103162026-03-12T16:19:38.999Z[ host-image] Mar 12 16:19:37.847 INFO O| Mar 12 16:19:37.847 INFO ok!
103172026-03-12T16:19:38.999Z[ host-image] Mar 12 16:19:37.847 INFO O| Mar 12 16:19:37.847 INFO STEP 126 (ensure_file) COMPLETE
103182026-03-12T16:19:38.999Z[ host-image] Mar 12 16:19:37.847 INFO O| Mar 12 16:19:37.847 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103192026-03-12T16:19:39.003Z[ host-image] Mar 12 16:19:37.854 INFO O| Mar 12 16:19:37.854 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
103202026-03-12T16:19:39.003Z[ host-image] Mar 12 16:19:37.854 INFO O| Mar 12 16:19:37.854 INFO copying /tmp/.tmpzuqBXD/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 ...
103212026-03-12T16:19:39.003Z[ host-image] Mar 12 16:19:37.854 INFO O| Mar 12 16:19:37.854 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
103222026-03-12T16:19:39.007Z[ host-image] Mar 12 16:19:37.854 INFO O| Mar 12 16:19:37.854 INFO ok!
103232026-03-12T16:19:39.007Z[ host-image] Mar 12 16:19:37.854 INFO O| Mar 12 16:19:37.854 INFO STEP 127 (ensure_file) COMPLETE
103242026-03-12T16:19:39.007Z[ host-image] Mar 12 16:19:37.854 INFO O| Mar 12 16:19:37.854 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103252026-03-12T16:19:39.011Z[ host-image] Mar 12 16:19:37.862 INFO O| Mar 12 16:19:37.862 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
103262026-03-12T16:19:39.011Z[ host-image] Mar 12 16:19:37.862 INFO O| Mar 12 16:19:37.862 INFO copying /tmp/.tmpzuqBXD/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 ...
103272026-03-12T16:19:39.014Z[ host-image] Mar 12 16:19:37.862 INFO O| Mar 12 16:19:37.862 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
103282026-03-12T16:19:39.014Z[ host-image] Mar 12 16:19:37.862 INFO O| Mar 12 16:19:37.862 INFO ok!
103292026-03-12T16:19:39.015Z[ host-image] Mar 12 16:19:37.862 INFO O| Mar 12 16:19:37.862 INFO STEP 128 (ensure_file) COMPLETE
103302026-03-12T16:19:39.015Z[ host-image] Mar 12 16:19:37.862 INFO O| Mar 12 16:19:37.862 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103312026-03-12T16:19:39.019Z[ host-image] Mar 12 16:19:37.869 INFO O| Mar 12 16:19:37.869 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
103322026-03-12T16:19:39.019Z[ host-image] Mar 12 16:19:37.869 INFO O| Mar 12 16:19:37.869 INFO copying /tmp/.tmpzuqBXD/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 ...
103332026-03-12T16:19:39.022Z[ host-image] Mar 12 16:19:37.869 INFO O| Mar 12 16:19:37.869 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
103342026-03-12T16:19:39.022Z[ host-image] Mar 12 16:19:37.870 INFO O| Mar 12 16:19:37.869 INFO ok!
103352026-03-12T16:19:39.022Z[ host-image] Mar 12 16:19:37.870 INFO O| Mar 12 16:19:37.869 INFO STEP 129 (ensure_file) COMPLETE
103362026-03-12T16:19:39.022Z[ host-image] Mar 12 16:19:37.870 INFO O| Mar 12 16:19:37.870 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103372026-03-12T16:19:39.027Z[ host-image] Mar 12 16:19:37.877 INFO O| Mar 12 16:19:37.877 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
103382026-03-12T16:19:39.027Z[ host-image] Mar 12 16:19:37.878 INFO O| Mar 12 16:19:37.877 INFO copying /tmp/.tmpzuqBXD/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 ...
103392026-03-12T16:19:39.030Z[ host-image] Mar 12 16:19:37.878 INFO O| Mar 12 16:19:37.878 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
103402026-03-12T16:19:39.030Z[ host-image] Mar 12 16:19:37.878 INFO O| Mar 12 16:19:37.878 INFO ok!
103412026-03-12T16:19:39.030Z[ host-image] Mar 12 16:19:37.878 INFO O| Mar 12 16:19:37.878 INFO STEP 130 (ensure_file) COMPLETE
103422026-03-12T16:19:39.030Z[ host-image] Mar 12 16:19:37.878 INFO O| Mar 12 16:19:37.878 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103432026-03-12T16:19:39.034Z[ host-image] Mar 12 16:19:37.885 INFO O| Mar 12 16:19:37.885 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
103442026-03-12T16:19:39.034Z[ host-image] Mar 12 16:19:37.885 INFO O| Mar 12 16:19:37.885 INFO copying /tmp/.tmpzuqBXD/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 ...
103452026-03-12T16:19:39.037Z[ host-image] Mar 12 16:19:37.885 INFO O| Mar 12 16:19:37.885 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
103462026-03-12T16:19:39.037Z[ host-image] Mar 12 16:19:37.885 INFO O| Mar 12 16:19:37.885 INFO ok!
103472026-03-12T16:19:39.037Z[ host-image] Mar 12 16:19:37.885 INFO O| Mar 12 16:19:37.885 INFO STEP 131 (ensure_file) COMPLETE
103482026-03-12T16:19:39.037Z[ host-image] Mar 12 16:19:37.885 INFO O| Mar 12 16:19:37.885 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103492026-03-12T16:19:39.041Z[ host-image] Mar 12 16:19:37.892 INFO O| Mar 12 16:19:37.892 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
103502026-03-12T16:19:39.041Z[ host-image] Mar 12 16:19:37.892 INFO O| Mar 12 16:19:37.892 INFO copying /tmp/.tmpzuqBXD/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 ...
103512026-03-12T16:19:39.044Z[ host-image] Mar 12 16:19:37.892 INFO O| Mar 12 16:19:37.892 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
103522026-03-12T16:19:39.044Z[ host-image] Mar 12 16:19:37.892 INFO O| Mar 12 16:19:37.892 INFO ok!
103532026-03-12T16:19:39.044Z[ host-image] Mar 12 16:19:37.892 INFO O| Mar 12 16:19:37.892 INFO STEP 132 (ensure_file) COMPLETE
103542026-03-12T16:19:39.044Z[ host-image] Mar 12 16:19:37.892 INFO O| Mar 12 16:19:37.892 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103552026-03-12T16:19:39.048Z[ host-image] Mar 12 16:19:37.899 INFO O| Mar 12 16:19:37.899 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
103562026-03-12T16:19:39.051Z[ host-image] Mar 12 16:19:37.899 INFO O| Mar 12 16:19:37.899 INFO copying /tmp/.tmpzuqBXD/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 ...
103572026-03-12T16:19:39.051Z[ host-image] Mar 12 16:19:37.899 INFO O| Mar 12 16:19:37.899 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
103582026-03-12T16:19:39.051Z[ host-image] Mar 12 16:19:37.899 INFO O| Mar 12 16:19:37.899 INFO ok!
103592026-03-12T16:19:39.051Z[ host-image] Mar 12 16:19:37.899 INFO O| Mar 12 16:19:37.899 INFO STEP 133 (ensure_file) COMPLETE
103602026-03-12T16:19:39.051Z[ host-image] Mar 12 16:19:37.899 INFO O| Mar 12 16:19:37.899 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103612026-03-12T16:19:39.056Z[ host-image] Mar 12 16:19:37.907 INFO O| Mar 12 16:19:37.907 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
103622026-03-12T16:19:39.058Z[ host-image] Mar 12 16:19:37.907 INFO O| Mar 12 16:19:37.907 INFO copying /tmp/.tmpzuqBXD/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 ...
103632026-03-12T16:19:39.062Z[ host-image] Mar 12 16:19:37.907 INFO O| Mar 12 16:19:37.907 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
103642026-03-12T16:19:39.062Z[ host-image] Mar 12 16:19:37.907 INFO O| Mar 12 16:19:37.907 INFO ok!
103652026-03-12T16:19:39.062Z[ host-image] Mar 12 16:19:37.907 INFO O| Mar 12 16:19:37.907 INFO STEP 134 (ensure_file) COMPLETE
103662026-03-12T16:19:39.062Z[ host-image] Mar 12 16:19:37.907 INFO O| Mar 12 16:19:37.907 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103672026-03-12T16:19:39.068Z[ host-image] Mar 12 16:19:37.915 INFO O| Mar 12 16:19:37.915 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
103682026-03-12T16:19:39.068Z[ host-image] Mar 12 16:19:37.915 INFO O| Mar 12 16:19:37.915 INFO copying /tmp/.tmpzuqBXD/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 ...
103692026-03-12T16:19:39.068Z[ host-image] Mar 12 16:19:37.915 INFO O| Mar 12 16:19:37.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
103702026-03-12T16:19:39.068Z[ host-image] Mar 12 16:19:37.915 INFO O| Mar 12 16:19:37.915 INFO ok!
103712026-03-12T16:19:39.068Z[ host-image] Mar 12 16:19:37.915 INFO O| Mar 12 16:19:37.915 INFO STEP 135 (ensure_file) COMPLETE
103722026-03-12T16:19:39.068Z[ host-image] Mar 12 16:19:37.915 INFO O| Mar 12 16:19:37.915 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103732026-03-12T16:19:39.072Z[ host-image] Mar 12 16:19:37.923 INFO O| Mar 12 16:19:37.923 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
103742026-03-12T16:19:39.072Z[ host-image] Mar 12 16:19:37.923 INFO O| Mar 12 16:19:37.923 INFO copying /tmp/.tmpzuqBXD/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
103752026-03-12T16:19:39.075Z[ host-image] Mar 12 16:19:37.923 INFO O| Mar 12 16:19:37.923 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
103762026-03-12T16:19:39.075Z[ host-image] Mar 12 16:19:37.923 INFO O| Mar 12 16:19:37.923 INFO ok!
103772026-03-12T16:19:39.075Z[ host-image] Mar 12 16:19:37.923 INFO O| Mar 12 16:19:37.923 INFO STEP 136 (ensure_file) COMPLETE
103782026-03-12T16:19:39.075Z[ host-image] Mar 12 16:19:37.923 INFO O| Mar 12 16:19:37.923 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103792026-03-12T16:19:39.079Z[ host-image] Mar 12 16:19:37.930 INFO O| Mar 12 16:19:37.930 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
103802026-03-12T16:19:39.079Z[ host-image] Mar 12 16:19:37.930 INFO O| Mar 12 16:19:37.930 INFO copying /tmp/.tmpzuqBXD/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 ...
103812026-03-12T16:19:39.082Z[ host-image] Mar 12 16:19:37.930 INFO O| Mar 12 16:19:37.930 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
103822026-03-12T16:19:39.082Z[ host-image] Mar 12 16:19:37.930 INFO O| Mar 12 16:19:37.930 INFO ok!
103832026-03-12T16:19:39.082Z[ host-image] Mar 12 16:19:37.930 INFO O| Mar 12 16:19:37.930 INFO STEP 137 (ensure_file) COMPLETE
103842026-03-12T16:19:39.082Z[ host-image] Mar 12 16:19:37.930 INFO O| Mar 12 16:19:37.930 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103852026-03-12T16:19:39.086Z[ host-image] Mar 12 16:19:37.937 INFO O| Mar 12 16:19:37.937 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
103862026-03-12T16:19:39.087Z[ host-image] Mar 12 16:19:37.937 INFO O| Mar 12 16:19:37.937 INFO copying /tmp/.tmpzuqBXD/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
103872026-03-12T16:19:39.090Z[ host-image] Mar 12 16:19:37.937 INFO O| Mar 12 16:19:37.937 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
103882026-03-12T16:19:39.090Z[ host-image] Mar 12 16:19:37.937 INFO O| Mar 12 16:19:37.937 INFO ok!
103892026-03-12T16:19:39.090Z[ host-image] Mar 12 16:19:37.937 INFO O| Mar 12 16:19:37.937 INFO STEP 138 (ensure_file) COMPLETE
103902026-03-12T16:19:39.090Z[ host-image] Mar 12 16:19:37.937 INFO O| Mar 12 16:19:37.937 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103912026-03-12T16:19:39.094Z[ host-image] Mar 12 16:19:37.945 INFO O| Mar 12 16:19:37.945 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
103922026-03-12T16:19:39.094Z[ host-image] Mar 12 16:19:37.945 INFO O| Mar 12 16:19:37.945 INFO copying /tmp/.tmpzuqBXD/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
103932026-03-12T16:19:41.841Z[ host-image] Mar 12 16:19:40.691 INFO O| Mar 12 16:19:40.691 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
103942026-03-12T16:19:41.841Z[ host-image] Mar 12 16:19:40.691 INFO O| Mar 12 16:19:40.691 INFO ok!
103952026-03-12T16:19:41.841Z[ host-image] Mar 12 16:19:40.691 INFO O| Mar 12 16:19:40.691 INFO STEP 139 (ensure_file) COMPLETE
103962026-03-12T16:19:41.844Z[ host-image] Mar 12 16:19:40.691 INFO O| Mar 12 16:19:40.691 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103972026-03-12T16:19:41.849Z[ host-image] Mar 12 16:19:40.700 INFO O| Mar 12 16:19:40.700 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
103982026-03-12T16:19:41.852Z[ host-image] Mar 12 16:19:40.700 INFO O| Mar 12 16:19:40.700 INFO STEP 140 (ensure_dir) COMPLETE
103992026-03-12T16:19:41.852Z[ host-image] Mar 12 16:19:40.700 INFO O| Mar 12 16:19:40.700 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104002026-03-12T16:19:41.857Z[ host-image] Mar 12 16:19:40.708 INFO O| Mar 12 16:19:40.708 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
104012026-03-12T16:19:41.857Z[ host-image] Mar 12 16:19:40.708 INFO O| Mar 12 16:19:40.708 INFO STEP 141 (ensure_dir) COMPLETE
104022026-03-12T16:19:41.860Z[ host-image] Mar 12 16:19:40.708 INFO O| Mar 12 16:19:40.708 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104032026-03-12T16:19:41.864Z[ host-image] Mar 12 16:19:40.715 INFO O| Mar 12 16:19:40.715 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
104042026-03-12T16:19:41.922Z[ host-image] Mar 12 16:19:40.715 INFO O| Mar 12 16:19:40.715 INFO STEP 142 (ensure_dir) COMPLETE
104052026-03-12T16:19:41.922Z[ host-image] Mar 12 16:19:40.715 INFO O| Mar 12 16:19:40.715 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104062026-03-12T16:19:41.922Z[ host-image] Mar 12 16:19:40.724 INFO O| Mar 12 16:19:40.724 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
104072026-03-12T16:19:41.922Z[ host-image] Mar 12 16:19:40.724 INFO O| Mar 12 16:19:40.724 INFO STEP 143 (ensure_dir) COMPLETE
104082026-03-12T16:19:41.922Z[ host-image] Mar 12 16:19:40.724 INFO O| Mar 12 16:19:40.724 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104092026-03-12T16:19:41.922Z[ host-image] Mar 12 16:19:40.732 INFO O| Mar 12 16:19:40.732 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
104102026-03-12T16:19:41.922Z[ host-image] Mar 12 16:19:40.732 INFO O| Mar 12 16:19:40.732 INFO copying /tmp/.tmpzuqBXD/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 ...
104112026-03-12T16:19:41.922Z[ host-image] Mar 12 16:19:40.732 INFO O| Mar 12 16:19:40.732 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
104122026-03-12T16:19:41.922Z[ host-image] Mar 12 16:19:40.732 INFO O| Mar 12 16:19:40.732 INFO ok!
104132026-03-12T16:19:41.922Z[ host-image] Mar 12 16:19:40.732 INFO O| Mar 12 16:19:40.732 INFO STEP 144 (ensure_file) COMPLETE
104142026-03-12T16:19:41.922Z[ host-image] Mar 12 16:19:40.732 INFO O| Mar 12 16:19:40.732 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104152026-03-12T16:19:41.922Z[ host-image] Mar 12 16:19:40.740 INFO O| Mar 12 16:19:40.740 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
104162026-03-12T16:19:41.922Z[ host-image] Mar 12 16:19:40.740 INFO O| Mar 12 16:19:40.740 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
104172026-03-12T16:19:41.923Z[ host-image] Mar 12 16:19:40.740 INFO O| Mar 12 16:19:40.740 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
104182026-03-12T16:19:41.923Z[ host-image] Mar 12 16:19:40.740 INFO O| Mar 12 16:19:40.740 INFO STEP 145 (ensure_dir) COMPLETE
104192026-03-12T16:19:41.923Z[ host-image] Mar 12 16:19:40.740 INFO O| Mar 12 16:19:40.740 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104202026-03-12T16:19:41.923Z[ host-image] Mar 12 16:19:40.747 INFO O| Mar 12 16:19:40.747 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
104212026-03-12T16:19:41.923Z[ host-image] Mar 12 16:19:40.747 INFO O| Mar 12 16:19:40.747 INFO copying /tmp/.tmpzuqBXD/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
104222026-03-12T16:19:41.923Z[ host-image] Mar 12 16:19:40.747 INFO O| Mar 12 16:19:40.747 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
104232026-03-12T16:19:41.923Z[ host-image] Mar 12 16:19:40.747 INFO O| Mar 12 16:19:40.747 INFO ok!
104242026-03-12T16:19:41.923Z[ host-image] Mar 12 16:19:40.747 INFO O| Mar 12 16:19:40.747 INFO STEP 146 (ensure_file) COMPLETE
104252026-03-12T16:19:41.923Z[ host-image] Mar 12 16:19:40.747 INFO O| Mar 12 16:19:40.747 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104262026-03-12T16:19:41.923Z[ host-image] Mar 12 16:19:40.755 INFO O| Mar 12 16:19:40.755 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
104272026-03-12T16:19:41.923Z[ host-image] Mar 12 16:19:40.756 INFO O| Mar 12 16:19:40.756 INFO STEP 147 (remove_files) COMPLETE
104282026-03-12T16:19:41.923Z[ host-image] Mar 12 16:19:40.756 INFO O| Mar 12 16:19:40.756 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104292026-03-12T16:19:41.923Z[ host-image] Mar 12 16:19:40.762 INFO O| Mar 12 16:19:40.762 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
104302026-03-12T16:19:41.923Z[ host-image] Mar 12 16:19:40.763 INFO O| Mar 12 16:19:40.763 INFO STEP 148 (remove_files) COMPLETE
104312026-03-12T16:19:41.923Z[ host-image] Mar 12 16:19:40.763 INFO O| Mar 12 16:19:40.763 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104322026-03-12T16:19:41.923Z[ host-image] Mar 12 16:19:40.769 INFO O| Mar 12 16:19:40.769 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
104332026-03-12T16:19:41.924Z[ host-image] Mar 12 16:19:40.769 INFO O| Mar 12 16:19:40.769 INFO STEP 149 (remove_files) COMPLETE
104342026-03-12T16:19:41.924Z[ host-image] Mar 12 16:19:40.770 INFO O| Mar 12 16:19:40.769 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104352026-03-12T16:19:41.928Z[ host-image] Mar 12 16:19:40.776 INFO O| Mar 12 16:19:40.776 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
104362026-03-12T16:19:41.928Z[ host-image] Mar 12 16:19:40.776 INFO O| Mar 12 16:19:40.776 INFO STEP 150 (remove_files) COMPLETE
104372026-03-12T16:19:41.928Z[ host-image] Mar 12 16:19:40.776 INFO O| Mar 12 16:19:40.776 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104382026-03-12T16:19:41.933Z[ host-image] Mar 12 16:19:40.783 INFO O| Mar 12 16:19:40.783 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
104392026-03-12T16:19:41.937Z[ host-image] Mar 12 16:19:40.783 INFO O| Mar 12 16:19:40.783 INFO STEP 151 (remove_files) COMPLETE
104402026-03-12T16:19:41.937Z[ host-image] Mar 12 16:19:40.783 INFO O| Mar 12 16:19:40.783 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104412026-03-12T16:19:41.940Z[ host-image] Mar 12 16:19:40.790 INFO O| Mar 12 16:19:40.790 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
104422026-03-12T16:19:41.940Z[ host-image] Mar 12 16:19:40.790 INFO O| Mar 12 16:19:40.790 INFO STEP 152 (remove_files) COMPLETE
104432026-03-12T16:19:41.940Z[ host-image] Mar 12 16:19:40.790 INFO O| Mar 12 16:19:40.790 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104442026-03-12T16:19:41.946Z[ host-image] Mar 12 16:19:40.797 INFO O| Mar 12 16:19:40.797 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
104452026-03-12T16:19:41.949Z[ host-image] Mar 12 16:19:40.797 INFO O| Mar 12 16:19:40.797 INFO STEP 153 (remove_files) COMPLETE
104462026-03-12T16:19:41.949Z[ host-image] Mar 12 16:19:40.797 INFO O| Mar 12 16:19:40.797 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104472026-03-12T16:19:41.953Z[ host-image] Mar 12 16:19:40.803 INFO O| Mar 12 16:19:40.803 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
104482026-03-12T16:19:41.956Z[ host-image] Mar 12 16:19:40.803 INFO O| Mar 12 16:19:40.803 INFO STEP 154 (remove_files) COMPLETE
104492026-03-12T16:19:41.956Z[ host-image] Mar 12 16:19:40.804 INFO O| Mar 12 16:19:40.803 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104502026-03-12T16:19:41.962Z[ host-image] Mar 12 16:19:40.812 INFO O| Mar 12 16:19:40.812 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
104512026-03-12T16:19:41.965Z[ host-image] Mar 12 16:19:40.812 INFO O| Mar 12 16:19:40.812 INFO STEP 155 (remove_files) COMPLETE
104522026-03-12T16:19:41.965Z[ host-image] Mar 12 16:19:40.812 INFO O| Mar 12 16:19:40.812 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104532026-03-12T16:19:41.969Z[ host-image] Mar 12 16:19:40.820 INFO O| Mar 12 16:19:40.820 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
104542026-03-12T16:19:41.972Z[ host-image] Mar 12 16:19:40.820 INFO O| Mar 12 16:19:40.820 INFO STEP 156 (remove_files) COMPLETE
104552026-03-12T16:19:41.972Z[ host-image] Mar 12 16:19:40.820 INFO O| Mar 12 16:19:40.820 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104562026-03-12T16:19:41.977Z[ host-image] Mar 12 16:19:40.827 INFO O| Mar 12 16:19:40.827 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
104572026-03-12T16:19:41.980Z[ host-image] Mar 12 16:19:40.827 INFO O| Mar 12 16:19:40.827 INFO STEP 157 (remove_files) COMPLETE
104582026-03-12T16:19:41.980Z[ host-image] Mar 12 16:19:40.827 INFO O| Mar 12 16:19:40.827 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104592026-03-12T16:19:41.984Z[ host-image] Mar 12 16:19:40.835 INFO O| Mar 12 16:19:40.835 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
104602026-03-12T16:19:41.987Z[ host-image] Mar 12 16:19:40.835 INFO O| Mar 12 16:19:40.835 INFO STEP 158 (remove_files) COMPLETE
104612026-03-12T16:19:41.987Z[ host-image] Mar 12 16:19:40.835 INFO O| Mar 12 16:19:40.835 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104622026-03-12T16:19:41.991Z[ host-image] Mar 12 16:19:40.842 INFO O| Mar 12 16:19:40.842 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
104632026-03-12T16:19:41.991Z[ host-image] Mar 12 16:19:40.842 INFO O| Mar 12 16:19:40.842 INFO STEP 159 (remove_files) COMPLETE
104642026-03-12T16:19:41.995Z[ host-image] Mar 12 16:19:40.842 INFO O| Mar 12 16:19:40.842 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104652026-03-12T16:19:41.998Z[ host-image] Mar 12 16:19:40.849 INFO O| Mar 12 16:19:40.849 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
104662026-03-12T16:19:41.998Z[ host-image] Mar 12 16:19:40.849 INFO O| Mar 12 16:19:40.849 INFO STEP 160 (remove_files) COMPLETE
104672026-03-12T16:19:42.001Z[ host-image] Mar 12 16:19:40.849 INFO O| Mar 12 16:19:40.849 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104682026-03-12T16:19:42.006Z[ host-image] Mar 12 16:19:40.857 INFO O| Mar 12 16:19:40.857 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
104692026-03-12T16:19:42.006Z[ host-image] Mar 12 16:19:40.857 INFO O| Mar 12 16:19:40.857 INFO STEP 161 (remove_files) COMPLETE
104702026-03-12T16:19:42.006Z[ host-image] Mar 12 16:19:40.857 INFO O| Mar 12 16:19:40.857 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104712026-03-12T16:19:42.014Z[ host-image] Mar 12 16:19:40.864 INFO O| Mar 12 16:19:40.864 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
104722026-03-12T16:19:42.014Z[ host-image] Mar 12 16:19:40.865 INFO O| Mar 12 16:19:40.865 INFO STEP 162 (remove_files) COMPLETE
104732026-03-12T16:19:42.014Z[ host-image] Mar 12 16:19:40.865 INFO O| Mar 12 16:19:40.865 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104742026-03-12T16:19:42.021Z[ host-image] Mar 12 16:19:40.872 INFO O| Mar 12 16:19:40.872 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
104752026-03-12T16:19:42.024Z[ host-image] Mar 12 16:19:40.872 INFO O| Mar 12 16:19:40.872 INFO STEP 163 (remove_files) COMPLETE
104762026-03-12T16:19:42.024Z[ host-image] Mar 12 16:19:40.872 INFO O| Mar 12 16:19:40.872 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104772026-03-12T16:19:42.029Z[ host-image] Mar 12 16:19:40.880 INFO O| Mar 12 16:19:40.880 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
104782026-03-12T16:19:42.029Z[ host-image] Mar 12 16:19:40.880 INFO O| Mar 12 16:19:40.880 INFO STEP 164 (remove_files) COMPLETE
104792026-03-12T16:19:42.032Z[ host-image] Mar 12 16:19:40.880 INFO O| Mar 12 16:19:40.880 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104802026-03-12T16:19:42.037Z[ host-image] Mar 12 16:19:40.887 INFO O| Mar 12 16:19:40.887 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
104812026-03-12T16:19:42.040Z[ host-image] Mar 12 16:19:40.887 INFO O| Mar 12 16:19:40.887 INFO STEP 165 (remove_files) COMPLETE
104822026-03-12T16:19:42.040Z[ host-image] Mar 12 16:19:40.887 INFO O| Mar 12 16:19:40.887 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104832026-03-12T16:19:42.044Z[ host-image] Mar 12 16:19:40.894 INFO O| Mar 12 16:19:40.894 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
104842026-03-12T16:19:42.047Z[ host-image] Mar 12 16:19:40.894 INFO O| Mar 12 16:19:40.894 INFO STEP 166 (remove_files) COMPLETE
104852026-03-12T16:19:42.047Z[ host-image] Mar 12 16:19:40.894 INFO O| Mar 12 16:19:40.894 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104862026-03-12T16:19:42.051Z[ host-image] Mar 12 16:19:40.902 INFO O| Mar 12 16:19:40.902 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
104872026-03-12T16:19:42.051Z[ host-image] Mar 12 16:19:40.902 INFO O| Mar 12 16:19:40.902 INFO STEP 167 (remove_files) COMPLETE
104882026-03-12T16:19:42.054Z[ host-image] Mar 12 16:19:40.902 INFO O| Mar 12 16:19:40.902 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104892026-03-12T16:19:42.059Z[ host-image] Mar 12 16:19:40.910 INFO O| Mar 12 16:19:40.910 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
104902026-03-12T16:19:42.062Z[ host-image] Mar 12 16:19:40.910 INFO O| Mar 12 16:19:40.910 INFO STEP 168 (remove_files) COMPLETE
104912026-03-12T16:19:42.062Z[ host-image] Mar 12 16:19:40.910 INFO O| Mar 12 16:19:40.910 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104922026-03-12T16:19:42.067Z[ host-image] Mar 12 16:19:40.917 INFO O| Mar 12 16:19:40.917 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
104932026-03-12T16:19:42.070Z[ host-image] Mar 12 16:19:40.918 INFO O| Mar 12 16:19:40.918 INFO STEP 169 (remove_files) COMPLETE
104942026-03-12T16:19:42.070Z[ host-image] Mar 12 16:19:40.918 INFO O| Mar 12 16:19:40.918 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104952026-03-12T16:19:42.074Z[ host-image] Mar 12 16:19:40.924 INFO O| Mar 12 16:19:40.924 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
104962026-03-12T16:19:42.077Z[ host-image] Mar 12 16:19:40.924 INFO O| Mar 12 16:19:40.924 INFO STEP 170 (remove_files) COMPLETE
104972026-03-12T16:19:42.077Z[ host-image] Mar 12 16:19:40.924 INFO O| Mar 12 16:19:40.924 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104982026-03-12T16:19:42.080Z[ host-image] Mar 12 16:19:40.931 INFO O| Mar 12 16:19:40.931 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
104992026-03-12T16:19:42.083Z[ host-image] Mar 12 16:19:40.931 INFO O| Mar 12 16:19:40.931 INFO STEP 171 (remove_files) COMPLETE
105002026-03-12T16:19:42.083Z[ host-image] Mar 12 16:19:40.931 INFO O| Mar 12 16:19:40.931 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105012026-03-12T16:19:42.087Z[ host-image] Mar 12 16:19:40.938 INFO O| Mar 12 16:19:40.938 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
105022026-03-12T16:19:42.087Z[ host-image] Mar 12 16:19:40.938 INFO O| Mar 12 16:19:40.938 INFO STEP 172 (remove_files) COMPLETE
105032026-03-12T16:19:42.090Z[ host-image] Mar 12 16:19:40.938 INFO O| Mar 12 16:19:40.938 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105042026-03-12T16:19:42.094Z[ host-image] Mar 12 16:19:40.945 INFO O| Mar 12 16:19:40.945 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
105052026-03-12T16:19:42.097Z[ host-image] Mar 12 16:19:40.945 INFO O| Mar 12 16:19:40.945 INFO STEP 173 (remove_files) COMPLETE
105062026-03-12T16:19:42.097Z[ host-image] Mar 12 16:19:40.945 INFO O| Mar 12 16:19:40.945 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105072026-03-12T16:19:42.101Z[ host-image] Mar 12 16:19:40.952 INFO O| Mar 12 16:19:40.952 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
105082026-03-12T16:19:42.101Z[ host-image] Mar 12 16:19:40.952 INFO O| Mar 12 16:19:40.952 INFO STEP 174 (remove_files) COMPLETE
105092026-03-12T16:19:42.104Z[ host-image] Mar 12 16:19:40.952 INFO O| Mar 12 16:19:40.952 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105102026-03-12T16:19:42.108Z[ host-image] Mar 12 16:19:40.958 INFO O| Mar 12 16:19:40.958 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
105112026-03-12T16:19:42.108Z[ host-image] Mar 12 16:19:40.958 INFO O| Mar 12 16:19:40.958 INFO STEP 175 (remove_files) COMPLETE
105122026-03-12T16:19:42.111Z[ host-image] Mar 12 16:19:40.958 INFO O| Mar 12 16:19:40.958 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
105132026-03-12T16:19:42.119Z[ host-image] Mar 12 16:19:40.970 INFO O| Mar 12 16:19:40.970 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
105142026-03-12T16:19:42.122Z[ host-image] Mar 12 16:19:40.970 INFO O| Mar 12 16:19:40.970 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
105152026-03-12T16:19:47.438Z[ host-image] Mar 12 16:19:46.287 INFO O| Mar 12 16:19:46.287 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
105162026-03-12T16:19:47.438Z[ host-image] Mar 12 16:19:46.288 INFO O| Mar 12 16:19:46.287 INFO E| svccfg: Loaded 79 smf(7) service descriptions
105172026-03-12T16:19:47.453Z[ host-image] Mar 12 16:19:46.303 INFO O| Mar 12 16:19:46.303 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
105182026-03-12T16:19:47.584Z[ host-image] Mar 12 16:19:46.434 INFO O| Mar 12 16:19:46.434 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "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"}
105192026-03-12T16:19:47.658Z[ host-image] Mar 12 16:19:46.508 INFO O| Mar 12 16:19:46.507 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "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"}
105202026-03-12T16:19:47.742Z[ host-image] Mar 12 16:19:46.591 INFO O| Mar 12 16:19:46.591 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
105212026-03-12T16:19:47.742Z[ host-image] Mar 12 16:19:46.591 INFO O| Mar 12 16:19:46.591 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
105222026-03-12T16:19:47.745Z[ host-image] Mar 12 16:19:46.593 INFO O| Mar 12 16:19:46.593 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
105232026-03-12T16:19:47.745Z[ host-image] Mar 12 16:19:46.593 INFO O| Mar 12 16:19:46.593 INFO ok!
105242026-03-12T16:19:47.745Z[ host-image] Mar 12 16:19:46.593 INFO O| Mar 12 16:19:46.593 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
105252026-03-12T16:19:47.745Z[ host-image] Mar 12 16:19:46.594 INFO O| Mar 12 16:19:46.593 INFO STEP 176 (seed_smf) COMPLETE
105262026-03-12T16:19:47.745Z[ host-image] Mar 12 16:19:46.594 INFO O| Mar 12 16:19:46.594 INFO steps complete; finalising image!
105272026-03-12T16:19:47.745Z[ host-image] Mar 12 16:19:46.594 INFO O| Mar 12 16:19:46.594 INFO TRIM POOL: TEMPORARY-sled-zfs
105282026-03-12T16:19:47.846Z[ host-image] Mar 12 16:19:46.696 INFO O| Mar 12 16:19:46.696 INFO trim TEMPORARY-sled-zfs: (4% trimmed, started at Thu Mar 12 16:19:46 2026)
105292026-03-12T16:19:48.062Z[ host-image] Mar 12 16:19:46.912 INFO O| Mar 12 16:19:46.911 INFO temporary pool has 802M used, 94.2M avail, 1.80x compressratio
105302026-03-12T16:19:48.062Z[ host-image] Mar 12 16:19:46.912 INFO O| Mar 12 16:19:46.912 INFO EXPORT POOL: TEMPORARY-sled-zfs
105312026-03-12T16:19:48.438Z[ host-image] Mar 12 16:19:47.287 INFO O| Mar 12 16:19:47.287 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
105322026-03-12T16:19:48.438Z[ host-image] Mar 12 16:19:47.287 INFO O| Mar 12 16:19:47.287 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
105332026-03-12T16:19:49.367Z[ host-image] Mar 12 16:19:48.217 INFO O| Mar 12 16:19:48.217 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
105342026-03-12T16:19:49.367Z[ host-image] Mar 12 16:19:48.217 INFO O| Mar 12 16:19:48.217 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
105352026-03-12T16:19:49.371Z[ host-image] Mar 12 16:19:48.217 INFO O| Mar 12 16:19:48.217 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
105362026-03-12T16:19:49.371Z[ host-image] Mar 12 16:19:48.217 INFO O| Mar 12 16:19:48.217 INFO completed processing sled/zfs
105372026-03-12T16:19:49.371Z[ host-image] Mar 12 16:19:48.217 INFO O| Mar 12 16:19:48.217 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
105382026-03-12T16:19:59.050Z[ host-image] Mar 12 16:19:57.898 INFO O| Mar 12 16:19:57.898 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
105392026-03-12T16:19:59.131Z[ host-image] Mar 12 16:19:57.980 INFO BUILD STRING "heads/stlouis-0-g3baf9f2fef\n"
105402026-03-12T16:19:59.131Z[ host-image] Mar 12 16:19:57.980 INFO expanded image name: "ci 6e4dd7c/${os_short_commit} 2026-03-12 15:51" -> "ci 6e4dd7c/3baf9f2 2026-03-12 15:51"
105412026-03-12T16:19:59.134Z[ host-image] Mar 12 16:19:57.980 INFO output artefacts stored in: "/work/os-host"
105422026-03-12T16:19:59.134Z[ host-image] Mar 12 16:19:57.980 INFO collecting git info from project "bootserver"...
105432026-03-12T16:19:59.138Z[ host-image] Mar 12 16:19:57.987 INFO collecting git info from project "pilot"...
105442026-03-12T16:19:59.143Z[ host-image] Mar 12 16:19:57.992 INFO collecting git info from project "phbl"...
105452026-03-12T16:19:59.150Z[ host-image] Mar 12 16:19:57.997 INFO collecting git info from project "chelsio-t6-roms"...
105462026-03-12T16:19:59.153Z[ host-image] Mar 12 16:19:58.002 INFO collecting git info from project "image-builder"...
105472026-03-12T16:19:59.158Z[ host-image] Mar 12 16:19:58.007 INFO collecting git info from project "amd-firmware"...
105482026-03-12T16:19:59.172Z[ host-image] Mar 12 16:19:58.021 INFO collecting git info from project "amd-host-image-builder"...
105492026-03-12T16:19:59.177Z[ host-image] Mar 12 16:19:58.026 INFO collecting git info from project "dmar-report"...
105502026-03-12T16:19:59.182Z[ host-image] Mar 12 16:19:58.031 INFO collecting git info from project "pinprick"...
105512026-03-12T16:19:59.187Z[ host-image] Mar 12 16:19:58.036 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
105522026-03-12T16:19:59.531Z[ host-image] Mar 12 16:19:58.379 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
105532026-03-12T16:19:59.852Z[ host-image] Mar 12 16:19:58.701 INFO creating Oxide boot image...
105542026-03-12T16:19:59.852Z[ host-image] Mar 12 16:19:58.701 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 6e4dd7c/3baf9f2 2026-03-12 15:51", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
105552026-03-12T16:20:00.962Z[ host-image] Mar 12 16:19:59.811 INFO O| ok, image written!
105562026-03-12T16:20:00.962Z[ host-image] Mar 12 16:19:59.811 INFO O| ok, boot_image_csum file written!
105572026-03-12T16:20:00.965Z[ host-image] Mar 12 16:19:59.814 INFO creating boot archive (CPIO)...
105582026-03-12T16:20:00.965Z[ host-image] Mar 12 16:19:59.814 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
105592026-03-12T16:20:00.969Z[ host-image] Mar 12 16:19:59.818 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
105602026-03-12T16:20:00.970Z[ host-image] Mar 12 16:19:59.818 INFO E| + outfile=/work/os-host/cpio
105612026-03-12T16:20:00.970Z[ host-image] Mar 12 16:19:59.818 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
105622026-03-12T16:20:00.972Z[ host-image] Mar 12 16:19:59.821 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
105632026-03-12T16:20:00.973Z[ host-image] Mar 12 16:19:59.821 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
105642026-03-12T16:20:00.991Z[ host-image] Mar 12 16:19:59.839 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
105652026-03-12T16:20:00.994Z[ host-image] Mar 12 16:19:59.839 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
105662026-03-12T16:20:00.998Z[ host-image] Mar 12 16:19:59.846 INFO creating compressed cpio/unix for dev loaders...
105672026-03-12T16:20:00.998Z[ host-image] Mar 12 16:19:59.846 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
105682026-03-12T16:20:01.300Z[ host-image] Mar 12 16:20:00.148 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
105692026-03-12T16:20:05.694Z[ host-image] Mar 12 16:20:04.542 INFO creating reset image...
105702026-03-12T16:20:05.694Z[ host-image] Mar 12 16:20:04.542 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
105712026-03-12T16:20:05.735Z[ host-image] Mar 12 16:20:04.583 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')"
105722026-03-12T16:20:05.735Z[ host-image] Mar 12 16:20:04.583 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")
105732026-03-12T16:20:05.814Z[ host-image] Mar 12 16:20:04.662 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
105742026-03-12T16:20:05.817Z[ host-image] Mar 12 16:20:04.665 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
105752026-03-12T16:20:06.116Z[ host-image] Mar 12 16:20:04.964 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)
105762026-03-12T16:20:06.116Z[ host-image] Mar 12 16:20:04.964 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)
105772026-03-12T16:20:06.116Z[ host-image] Mar 12 16:20:04.964 INFO E| Compiling proc-macro2 v1.0.106
105782026-03-12T16:20:06.121Z[ host-image] Mar 12 16:20:04.964 INFO E| Compiling unicode-ident v1.0.23
105792026-03-12T16:20:06.121Z[ host-image] Mar 12 16:20:04.964 INFO E| Compiling quote v1.0.44
105802026-03-12T16:20:06.121Z[ host-image] Mar 12 16:20:04.964 INFO E| Compiling syn v1.0.109
105812026-03-12T16:20:06.121Z[ host-image] Mar 12 16:20:04.964 INFO E| Compiling x86 v0.52.0
105822026-03-12T16:20:06.122Z[ host-image] Mar 12 16:20:04.964 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
105832026-03-12T16:20:06.122Z[ host-image] Mar 12 16:20:04.964 INFO E| Compiling seq-macro v0.3.6
105842026-03-12T16:20:07.285Z[ host-image] Mar 12 16:20:06.132 INFO E| Compiling syn v2.0.114
105852026-03-12T16:20:09.042Z[ host-image] Mar 12 16:20:07.890 INFO E| Compiling scroll_derive v0.13.1
105862026-03-12T16:20:10.499Z[ host-image] Mar 12 16:20:09.346 INFO E| Compiling bitstruct_derive v0.1.0
105872026-03-12T16:20:23.181Z[ host-image] Mar 12 16:20:22.027 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)
105882026-03-12T16:20:26.017Z[ host-image] Mar 12 16:20:24.863 INFO E| Compiling bitflags v1.3.2
105892026-03-12T16:20:26.018Z[ host-image] Mar 12 16:20:24.863 INFO E| Compiling scroll v0.13.0
105902026-03-12T16:20:26.021Z[ host-image] Mar 12 16:20:24.863 INFO E| Compiling log v0.4.29
105912026-03-12T16:20:26.021Z[ host-image] Mar 12 16:20:24.863 INFO E| Compiling bitflags v2.10.0
105922026-03-12T16:20:26.021Z[ host-image] Mar 12 16:20:24.863 INFO E| Compiling adler2 v2.0.1
105932026-03-12T16:20:26.021Z[ host-image] Mar 12 16:20:24.863 INFO E| Compiling bit_field v0.10.3
105942026-03-12T16:20:26.021Z[ host-image] Mar 12 16:20:24.863 INFO E| Compiling plain v0.2.3
105952026-03-12T16:20:26.021Z[ host-image] Mar 12 16:20:24.863 INFO E| Compiling static_assertions v1.1.0
105962026-03-12T16:20:26.021Z[ host-image] Mar 12 16:20:24.863 INFO E| Compiling bitstruct v0.1.1
105972026-03-12T16:20:26.077Z[ host-image] Mar 12 16:20:24.923 INFO E| Compiling raw-cpuid v10.7.0
105982026-03-12T16:20:26.136Z[ host-image] Mar 12 16:20:24.982 INFO E| Compiling miniz_oxide v0.9.0
105992026-03-12T16:20:26.220Z[ host-image] Mar 12 16:20:25.067 INFO E| Compiling cpio_reader v0.1.2
106002026-03-12T16:20:26.315Z[ host-image] Mar 12 16:20:25.161 INFO E| Compiling goblin v0.10.4
106012026-03-12T16:20:29.965Z[ host-image] Mar 12 16:20:28.811 INFO E| Finished `release` profile [optimized] target(s) in 24.13s
106022026-03-12T16:20:29.979Z[ host-image] Mar 12 16:20:28.825 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
106032026-03-12T16:20:30.024Z[ host-image] Mar 12 16:20:28.870 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')"
106042026-03-12T16:20:30.027Z[ host-image] Mar 12 16:20:28.870 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
106052026-03-12T16:20:30.028Z[ host-image] Mar 12 16:20:28.870 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
106062026-03-12T16:20:30.028Z[ host-image] Mar 12 16:20:28.870 INFO building ROM for cosmo
106072026-03-12T16:20:30.028Z[ host-image] Mar 12 16:20:28.870 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")
106082026-03-12T16:20:30.135Z[ host-image] Mar 12 16:20:28.981 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
106092026-03-12T16:20:30.140Z[ host-image] Mar 12 16:20:28.987 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`
106102026-03-12T16:20:30.154Z[ host-image] Mar 12 16:20:29.000 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
106112026-03-12T16:20:30.237Z[ host-image] Mar 12 16:20:29.083 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
106122026-03-12T16:20:30.240Z[ host-image] Mar 12 16:20:29.087 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`
106132026-03-12T16:20:30.512Z[ host-image] Mar 12 16:20:29.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
106142026-03-12T16:20:30.512Z[ host-image] Mar 12 16:20:29.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
106152026-03-12T16:20:30.512Z[ host-image] Mar 12 16:20:29.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
106162026-03-12T16:20:30.516Z[ host-image] Mar 12 16:20:29.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
106172026-03-12T16:20:30.516Z[ host-image] Mar 12 16:20:29.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
106182026-03-12T16:20:30.516Z[ host-image] Mar 12 16:20:29.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
106192026-03-12T16:20:30.516Z[ host-image] Mar 12 16:20:29.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
106202026-03-12T16:20:30.516Z[ host-image] Mar 12 16:20:29.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
106212026-03-12T16:20:30.516Z[ host-image] Mar 12 16:20:29.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
106222026-03-12T16:20:30.516Z[ host-image] Mar 12 16:20:29.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
106232026-03-12T16:20:30.516Z[ host-image] Mar 12 16:20:29.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
106242026-03-12T16:20:30.516Z[ host-image] Mar 12 16:20:29.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
106252026-03-12T16:20:30.516Z[ host-image] Mar 12 16:20:29.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
106262026-03-12T16:20:30.516Z[ host-image] Mar 12 16:20:29.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
106272026-03-12T16:20:30.516Z[ host-image] Mar 12 16:20:29.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
106282026-03-12T16:20:30.516Z[ host-image] Mar 12 16:20:29.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
106292026-03-12T16:20:30.516Z[ host-image] Mar 12 16:20:29.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
106302026-03-12T16:20:30.516Z[ host-image] Mar 12 16:20:29.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
106312026-03-12T16:20:30.516Z[ host-image] Mar 12 16:20:29.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
106322026-03-12T16:20:30.516Z[ host-image] Mar 12 16:20:29.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
106332026-03-12T16:20:30.516Z[ host-image] Mar 12 16:20:29.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
106342026-03-12T16:20:30.516Z[ host-image] Mar 12 16:20:29.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
106352026-03-12T16:20:30.516Z[ host-image] Mar 12 16:20:29.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
106362026-03-12T16:20:30.516Z[ host-image] Mar 12 16:20:29.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
106372026-03-12T16:20:30.516Z[ host-image] Mar 12 16:20:29.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
106382026-03-12T16:20:30.516Z[ host-image] Mar 12 16:20:29.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
106392026-03-12T16:20:30.516Z[ host-image] Mar 12 16:20:29.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
106402026-03-12T16:20:30.516Z[ host-image] Mar 12 16:20:29.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
106412026-03-12T16:20:30.517Z[ host-image] Mar 12 16:20:29.358 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
106422026-03-12T16:20:30.517Z[ host-image] Mar 12 16:20:29.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
106432026-03-12T16:20:30.517Z[ host-image] Mar 12 16:20:29.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
106442026-03-12T16:20:30.517Z[ host-image] Mar 12 16:20:29.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
106452026-03-12T16:20:30.517Z[ host-image] Mar 12 16:20:29.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
106462026-03-12T16:20:30.517Z[ host-image] Mar 12 16:20:29.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
106472026-03-12T16:20:30.517Z[ host-image] Mar 12 16:20:29.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
106482026-03-12T16:20:30.517Z[ host-image] Mar 12 16:20:29.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
106492026-03-12T16:20:30.517Z[ host-image] Mar 12 16:20:29.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
106502026-03-12T16:20:30.517Z[ host-image] Mar 12 16:20:29.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
106512026-03-12T16:20:30.517Z[ host-image] Mar 12 16:20:29.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
106522026-03-12T16:20:30.517Z[ host-image] Mar 12 16:20:29.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
106532026-03-12T16:20:30.517Z[ host-image] Mar 12 16:20:29.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
106542026-03-12T16:20:30.517Z[ host-image] Mar 12 16:20:29.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
106552026-03-12T16:20:30.517Z[ host-image] Mar 12 16:20:29.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
106562026-03-12T16:20:30.517Z[ host-image] Mar 12 16:20:29.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
106572026-03-12T16:20:30.517Z[ host-image] Mar 12 16:20:29.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
106582026-03-12T16:20:30.517Z[ host-image] Mar 12 16:20:29.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
106592026-03-12T16:20:30.517Z[ host-image] Mar 12 16:20:29.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
106602026-03-12T16:20:30.517Z[ host-image] Mar 12 16:20:29.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
106612026-03-12T16:20:30.518Z[ host-image] Mar 12 16:20:29.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
106622026-03-12T16:20:30.518Z[ host-image] Mar 12 16:20:29.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
106632026-03-12T16:20:30.518Z[ host-image] Mar 12 16:20:29.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
106642026-03-12T16:20:30.518Z[ host-image] Mar 12 16:20:29.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
106652026-03-12T16:20:30.518Z[ host-image] Mar 12 16:20:29.359 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
106662026-03-12T16:20:30.518Z[ host-image] Mar 12 16:20:29.359 INFO O| Info: ABL version: 0x1007f011
106672026-03-12T16:20:30.518Z[ host-image] Mar 12 16:20:29.359 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
106682026-03-12T16:20:30.518Z[ host-image] Mar 12 16:20:29.359 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
106692026-03-12T16:20:30.518Z[ host-image] Mar 12 16:20:29.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
106702026-03-12T16:20:30.518Z[ host-image] Mar 12 16:20:29.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
106712026-03-12T16:20:30.518Z[ host-image] Mar 12 16:20:29.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
106722026-03-12T16:20:30.518Z[ host-image] Mar 12 16:20:29.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
106732026-03-12T16:20:30.518Z[ host-image] Mar 12 16:20:29.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
106742026-03-12T16:20:30.518Z[ host-image] Mar 12 16:20:29.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
106752026-03-12T16:20:30.518Z[ host-image] Mar 12 16:20:29.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
106762026-03-12T16:20:30.518Z[ host-image] Mar 12 16:20:29.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
106772026-03-12T16:20:30.519Z[ host-image] Mar 12 16:20:29.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
106782026-03-12T16:20:30.519Z[ host-image] Mar 12 16:20:29.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
106792026-03-12T16:20:30.519Z[ host-image] Mar 12 16:20:29.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
106802026-03-12T16:20:30.519Z[ host-image] Mar 12 16:20:29.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
106812026-03-12T16:20:30.519Z[ host-image] Mar 12 16:20:29.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
106822026-03-12T16:20:30.519Z[ host-image] Mar 12 16:20:29.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
106832026-03-12T16:20:30.519Z[ host-image] Mar 12 16:20:29.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
106842026-03-12T16:20:30.519Z[ host-image] Mar 12 16:20:29.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
106852026-03-12T16:20:30.519Z[ host-image] Mar 12 16:20:29.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
106862026-03-12T16:20:30.519Z[ host-image] Mar 12 16:20:29.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
106872026-03-12T16:20:30.519Z[ host-image] Mar 12 16:20:29.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
106882026-03-12T16:20:30.519Z[ host-image] Mar 12 16:20:29.360 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
106892026-03-12T16:20:30.552Z[ host-image] Mar 12 16:20:29.398 INFO building ROM for gimlet
106902026-03-12T16:20:30.555Z[ host-image] Mar 12 16:20:29.398 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")
106912026-03-12T16:20:30.663Z[ host-image] Mar 12 16:20:29.510 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
106922026-03-12T16:20:30.667Z[ host-image] Mar 12 16:20:29.512 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`
106932026-03-12T16:20:30.676Z[ host-image] Mar 12 16:20:29.522 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
106942026-03-12T16:20:30.759Z[ host-image] Mar 12 16:20:29.605 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
106952026-03-12T16:20:30.762Z[ host-image] Mar 12 16:20:29.608 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`
106962026-03-12T16:20:30.909Z[ host-image] Mar 12 16:20:29.754 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
106972026-03-12T16:20:30.909Z[ host-image] Mar 12 16:20:29.754 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
106982026-03-12T16:20:30.912Z[ host-image] Mar 12 16:20:29.754 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
106992026-03-12T16:20:30.912Z[ host-image] Mar 12 16:20:29.754 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
107002026-03-12T16:20:30.912Z[ host-image] Mar 12 16:20:29.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
107012026-03-12T16:20:30.912Z[ host-image] Mar 12 16:20:29.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
107022026-03-12T16:20:30.912Z[ host-image] Mar 12 16:20:29.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
107032026-03-12T16:20:30.912Z[ host-image] Mar 12 16:20:29.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
107042026-03-12T16:20:30.912Z[ host-image] Mar 12 16:20:29.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
107052026-03-12T16:20:30.912Z[ host-image] Mar 12 16:20:29.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
107062026-03-12T16:20:30.912Z[ host-image] Mar 12 16:20:29.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
107072026-03-12T16:20:30.913Z[ host-image] Mar 12 16:20:29.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
107082026-03-12T16:20:30.913Z[ host-image] Mar 12 16:20:29.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
107092026-03-12T16:20:30.913Z[ host-image] Mar 12 16:20:29.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
107102026-03-12T16:20:30.913Z[ host-image] Mar 12 16:20:29.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
107112026-03-12T16:20:30.913Z[ host-image] Mar 12 16:20:29.755 INFO O| Info: ABL version: 0x100f5010
107122026-03-12T16:20:30.913Z[ host-image] Mar 12 16:20:29.755 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
107132026-03-12T16:20:30.913Z[ host-image] Mar 12 16:20:29.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
107142026-03-12T16:20:30.913Z[ host-image] Mar 12 16:20:29.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
107152026-03-12T16:20:30.913Z[ host-image] Mar 12 16:20:29.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
107162026-03-12T16:20:30.913Z[ host-image] Mar 12 16:20:29.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
107172026-03-12T16:20:30.913Z[ host-image] Mar 12 16:20:29.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
107182026-03-12T16:20:30.914Z[ host-image] Mar 12 16:20:29.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
107192026-03-12T16:20:30.914Z[ host-image] Mar 12 16:20:29.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
107202026-03-12T16:20:30.914Z[ host-image] Mar 12 16:20:29.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
107212026-03-12T16:20:30.914Z[ host-image] Mar 12 16:20:29.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
107222026-03-12T16:20:30.914Z[ host-image] Mar 12 16:20:29.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
107232026-03-12T16:20:30.914Z[ host-image] Mar 12 16:20:29.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
107242026-03-12T16:20:30.914Z[ host-image] Mar 12 16:20:29.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
107252026-03-12T16:20:30.914Z[ host-image] Mar 12 16:20:29.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
107262026-03-12T16:20:30.914Z[ host-image] Mar 12 16:20:29.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
107272026-03-12T16:20:30.914Z[ host-image] Mar 12 16:20:29.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
107282026-03-12T16:20:30.914Z[ host-image] Mar 12 16:20:29.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
107292026-03-12T16:20:30.914Z[ host-image] Mar 12 16:20:29.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
107302026-03-12T16:20:30.914Z[ host-image] Mar 12 16:20:29.756 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
107312026-03-12T16:20:30.953Z[ host-image] Mar 12 16:20:29.799 INFO finishing image archive at "/work/os-host/os.tar.gz"...
107322026-03-12T16:20:53.513Z[ host-image] Mar 12 16:20:52.357 INFO image complete! materials are in "/work/os-host"
107332026-03-12T16:20:53.517Z[ host-image]
107342026-03-12T16:20:53.517Z[ host-image] real 16:57.318118722
107352026-03-12T16:20:53.517Z[ host-image] user 13:48.499480270
107362026-03-12T16:20:53.517Z[ host-image] sys 1:09.484656055
107372026-03-12T16:20:53.517Z[ host-image] trap 0.307672985
107382026-03-12T16:20:53.517Z[ host-image] tflt 0.207083847
107392026-03-12T16:20:53.517Z[ host-image] dflt 0.378103858
107402026-03-12T16:20:53.517Z[ host-image] kflt 0.000003919
107412026-03-12T16:20:53.517Z[ host-image] lock 16:11.330263927
107422026-03-12T16:20:53.517Z[ host-image] slp 1:37:58.248540930
107432026-03-12T16:20:53.517Z[ host-image] lat 55.454480726
107442026-03-12T16:20:53.517Z[ host-image] stop 1.930699965
107452026-03-12T16:20:53.520ZMar 12 16:20:52.361 INFO [host-image] process exited with exit status: 0 (1017.323491551s)
107462026-03-12T16:20:53.520ZMar 12 16:20:52.361 INFO [tuf-repo] running task
107472026-03-12T16:21:16.364ZMar 12 16:21:15.206 INFO assembling repository in `/tmp/tufaceousRPj7Hr`, component: OmicronRepoAssembler
107482026-03-12T16:21:22.439ZMar 12 16:21:21.280 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
107492026-03-12T16:21:22.746ZMar 12 16:21:21.588 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
107502026-03-12T16:21:33.732ZMar 12 16:21:32.572 INFO extracting uploaded archive to /tmp/.tmpLMrYrY
107512026-03-12T16:21:35.957ZMar 12 16:21:34.797 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.FGVSO1
107522026-03-12T16:21:36.013ZMar 12 16:21:34.853 INFO added artifact, length: 6616642, hash: 3c3f8e5a8d460de9bb22a4717c50874b1f398fe13465db0f19de8b8d3a1cbc53, version: 1.0.64, kind: gimlet_sp, name: cosmo-a
107532026-03-12T16:21:36.122ZMar 12 16:21:34.962 INFO added artifact, length: 6616872, hash: 50c344385cc2bdcdbbb8a9e966e2d4340a25432b5d4295b18e7f3b7002ac6a21, version: 1.0.64, kind: gimlet_sp, name: cosmo-b
107542026-03-12T16:21:36.226ZMar 12 16:21:35.066 INFO added artifact, length: 5489720, hash: 896925b9362a9790844ee502c8ffba83c8d3b303c4d69dd08304a6bdda5abafd, version: 1.0.64, kind: gimlet_sp, name: gimlet-b
107552026-03-12T16:21:36.325ZMar 12 16:21:35.165 INFO added artifact, length: 5492131, hash: 4109c1b90c8b1d97153f0221a6a1b71f1dd225202ff250552c77ca2a9f4cf6db, version: 1.0.64, kind: gimlet_sp, name: gimlet-c
107562026-03-12T16:21:36.422ZMar 12 16:21:35.262 INFO added artifact, length: 5496239, hash: 147d21bc6a9540f799991c8ce73cf4db902ca870245adb90531e0d1158fb0461, version: 1.0.64, kind: gimlet_sp, name: gimlet-d
107572026-03-12T16:21:36.522ZMar 12 16:21:35.362 INFO added artifact, length: 5496312, hash: 7f5fa010d518c1f06a416b2a0d2ad9085c2b72322a2de4937b1fd488ed11cb96, version: 1.0.64, kind: gimlet_sp, name: gimlet-e
107582026-03-12T16:21:36.619ZMar 12 16:21:35.459 INFO added artifact, length: 5496257, hash: bef4fde566e3305b4d1418137558e95cf2fda1d0b326a0202bdc7195515ae9cd, version: 1.0.64, kind: gimlet_sp, name: gimlet-f
107592026-03-12T16:21:36.723ZMar 12 16:21:35.563 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
107602026-03-12T16:21:36.723ZMar 12 16:21:35.563 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
107612026-03-12T16:21:36.780ZMar 12 16:21:35.620 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
107622026-03-12T16:21:36.780ZMar 12 16:21:35.620 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
107632026-03-12T16:21:36.839ZMar 12 16:21:35.680 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107642026-03-12T16:21:36.839ZMar 12 16:21:35.680 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107652026-03-12T16:21:36.897ZMar 12 16:21:35.738 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
107662026-03-12T16:21:36.901ZMar 12 16:21:35.738 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
107672026-03-12T16:21:36.957ZMar 12 16:21:35.797 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107682026-03-12T16:21:36.957ZMar 12 16:21:35.797 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107692026-03-12T16:21:37.013ZMar 12 16:21:35.853 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
107702026-03-12T16:21:37.013ZMar 12 16:21:35.853 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
107712026-03-12T16:21:37.070ZMar 12 16:21:35.910 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
107722026-03-12T16:21:37.073ZMar 12 16:21:35.911 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
107732026-03-12T16:21:37.073ZMar 12 16:21:35.911 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
107742026-03-12T16:21:37.073ZMar 12 16:21:35.912 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
107752026-03-12T16:21:37.074ZMar 12 16:21:35.913 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
107762026-03-12T16:21:37.074ZMar 12 16:21:35.913 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
107772026-03-12T16:21:37.077ZMar 12 16:21:35.914 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
107782026-03-12T16:21:43.779ZMar 12 16:21:42.618 INFO added artifact, length: 33554432, hash: c12cdbb01fb0ba20204b95e375783824c93d9675e6007e73a092a9168bed3b79, version: 19.0.0-0.ci+git6e4dd7ca17a, kind: gimlet_host_phase_1, name: host
107792026-03-12T16:21:43.779ZMar 12 16:21:42.618 INFO added artifact, length: 33554432, hash: 744aed7edf9144812b721453f16beac55d56231c04aa6ca3c7f81f1e270a57a6, version: 19.0.0-0.ci+git6e4dd7ca17a, kind: cosmo_host_phase_1, name: host
107802026-03-12T16:21:43.782ZMar 12 16:21:42.618 INFO added artifact, length: 1101008896, hash: f8cb52c0f62f5260becbcf18bb1be2c6cff8f87d6d2516f35bbe084a74c491e7, version: 19.0.0-0.ci+git6e4dd7ca17a, kind: host_phase_2, name: host
107812026-03-12T16:21:44.983ZMar 12 16:21:43.822 INFO added artifact, length: 33554432, hash: 76061b196b79e352cce2bcbd6e583a186a7e7dfd9356b5f08870a9863bb2af91, version: 19.0.0-0.ci+git6e4dd7ca17a, kind: gimlet_trampoline_phase_1, name: trampoline
107822026-03-12T16:21:44.983ZMar 12 16:21:43.822 INFO added artifact, length: 33554432, hash: 8dc2295c053856e8734ccce483cf58aeb64cacc78b132a9d4aed5568e0e3a2b5, version: 19.0.0-0.ci+git6e4dd7ca17a, kind: cosmo_trampoline_phase_1, name: trampoline
107832026-03-12T16:21:44.986ZMar 12 16:21:43.822 INFO added artifact, length: 148007316, hash: 7c7ba9b58cbc96554590460318f0e9a03f117042c17f83068ff3a73116220c14, version: 19.0.0-0.ci+git6e4dd7ca17a, kind: trampoline_phase_2, name: trampoline
107842026-03-12T16:21:47.234ZMar 12 16:21:46.073 INFO added artifact, length: 294738484, hash: 15d2f694f8204178d9c9a64f0ff4ff34788c70c54db6f94c18e5d9c097f2a9f8, version: 19.0.0-0.ci+git6e4dd7ca17a, kind: zone, name: clickhouse_keeper
107852026-03-12T16:21:49.596ZMar 12 16:21:48.435 INFO added artifact, length: 309793540, hash: 0471b922c1b1a2c720c6eafc21320f20386067b99d1f272a71fbc32f27df7fd8, version: 19.0.0-0.ci+git6e4dd7ca17a, kind: zone, name: clickhouse_server
107862026-03-12T16:21:51.958ZMar 12 16:21:50.796 INFO added artifact, length: 309794339, hash: bd3c142ab5f091848fc5280f682d683cfaf8628afa93582958af89e06bf76949, version: 19.0.0-0.ci+git6e4dd7ca17a, kind: zone, name: clickhouse
107872026-03-12T16:21:53.177ZMar 12 16:21:52.016 INFO added artifact, length: 159835887, hash: 003341e2b58783842e9dea826da30cd5c76057975a037454e882d60080cd6a52, version: 19.0.0-0.ci+git6e4dd7ca17a, kind: zone, name: cockroachdb
107882026-03-12T16:21:53.478ZMar 12 16:21:52.315 INFO added artifact, length: 39231463, hash: 543438f4cb089d199da7f8a0c52d9bc68573e3fc249ef459b91551c18c17e4f0, version: 19.0.0-0.ci+git6e4dd7ca17a, kind: zone, name: crucible-pantry-zone
107892026-03-12T16:21:53.889ZMar 12 16:21:52.728 INFO added artifact, length: 53708810, hash: 41d193465327c179d3fa9144d191977692db40fe9509be00af40e17ef8533c87, version: 19.0.0-0.ci+git6e4dd7ca17a, kind: zone, name: crucible-zone
107902026-03-12T16:21:54.214ZMar 12 16:21:53.052 INFO added artifact, length: 42529894, hash: adfc87fe848ec69b4ccbf29dfcc289b43496873fb718e365246d11549c51b022, version: 19.0.0-0.ci+git6e4dd7ca17a, kind: zone, name: external-dns
107912026-03-12T16:21:54.536ZMar 12 16:21:53.374 INFO added artifact, length: 42529490, hash: 25c1e02f7e033b2c0eba74a4cb850c037184804dfe8628e16ffa0cb87ef43b3a, version: 19.0.0-0.ci+git6e4dd7ca17a, kind: zone, name: internal-dns
107922026-03-12T16:21:56.192ZMar 12 16:21:55.030 INFO added artifact, length: 215924597, hash: 121ef8d9083f253242232f7aea601731f376fdb79e564df288613d5d932c0c9e, version: 19.0.0-0.ci+git6e4dd7ca17a, kind: zone, name: nexus
107932026-03-12T16:21:56.367ZMar 12 16:21:55.205 INFO added artifact, length: 23091469, hash: 1dc43f1c6d992cc06e5d16e253381ac795a32061ff11eca1e9ce994a84182ef3, version: 19.0.0-0.ci+git6e4dd7ca17a, kind: zone, name: ntp
107942026-03-12T16:21:56.820ZMar 12 16:21:55.659 INFO added artifact, length: 59253866, hash: cca8c39ac94b379239099f3fd16bc375457854da4faa1d8cab1365f07ccafb32, version: 19.0.0-0.ci+git6e4dd7ca17a, kind: zone, name: oximeter
107952026-03-12T16:21:56.844ZMar 12 16:21:55.682 INFO added artifact, length: 3109590, hash: c2827d9be2cf8cdadedc1775b9f6fc08a34cd56b00185a9dcc4b7ab109710f15, version: 19.0.0-0.ci+git6e4dd7ca17a, kind: zone, name: probe
107962026-03-12T16:21:56.847ZMar 12 16:21:55.682 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
107972026-03-12T16:21:56.847ZMar 12 16:21:55.683 INFO added artifact, length: 829, hash: 8d31cc914cabad194ddc9edd9a4e81e0b1a0f4b4e19ab3e60b40b4e0849ccb28, version: 1.0.64, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.64
107982026-03-12T16:21:56.847ZMar 12 16:21:55.683 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
107992026-03-12T16:21:56.881ZMar 12 16:21:55.720 INFO added artifact, length: 4131713, hash: f9ff2503d2e6a68b1b0e00ebf9ccfaa0b45584da4df9c9804b9640362c6d9957, version: 1.0.64, kind: psc_sp, name: psc-b
108002026-03-12T16:21:56.917ZMar 12 16:21:55.756 INFO added artifact, length: 4134969, hash: ec041b00eaa464debd07c4c1d03cf878915c8486e6db7a1db3a6df0e09dc95b7, version: 1.0.64, kind: psc_sp, name: psc-c
108012026-03-12T16:21:56.974ZMar 12 16:21:55.812 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
108022026-03-12T16:21:56.978ZMar 12 16:21:55.813 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
108032026-03-12T16:21:57.032ZMar 12 16:21:55.871 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
108042026-03-12T16:21:57.036ZMar 12 16:21:55.871 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
108052026-03-12T16:21:57.090ZMar 12 16:21:55.929 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108062026-03-12T16:21:57.093ZMar 12 16:21:55.929 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108072026-03-12T16:21:57.147ZMar 12 16:21:55.985 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
108082026-03-12T16:21:57.150ZMar 12 16:21:55.985 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
108092026-03-12T16:21:57.150ZMar 12 16:21:55.986 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
108102026-03-12T16:21:57.150ZMar 12 16:21:55.987 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108112026-03-12T16:21:57.150ZMar 12 16:21:55.987 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
108122026-03-12T16:21:57.207ZMar 12 16:21:56.045 INFO added artifact, length: 6951866, hash: 3ac43dace5b12e04db083782cba0ee0565915cd7dbb6679dc880188691085b69, version: 1.0.64, kind: switch_sp, name: sidecar-b
108132026-03-12T16:21:57.320ZMar 12 16:21:56.158 INFO added artifact, length: 6968798, hash: 1c20d0785ce918ebac3d3d2bece934bb0c3c1db70b6d000fe5cbf75eec95fd6f, version: 1.0.64, kind: switch_sp, name: sidecar-c
108142026-03-12T16:21:57.435ZMar 12 16:21:56.274 INFO added artifact, length: 6968897, hash: b5906bd03932b0d6f662e1abc4f11a545fbcde55ae11efbdb9473b46ee69cea0, version: 1.0.64, kind: switch_sp, name: sidecar-d
108152026-03-12T16:21:57.548ZMar 12 16:21:56.386 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
108162026-03-12T16:21:57.548ZMar 12 16:21:56.386 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
108172026-03-12T16:21:57.608ZMar 12 16:21:56.446 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108182026-03-12T16:21:57.611ZMar 12 16:21:56.446 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108192026-03-12T16:21:57.667ZMar 12 16:21:56.505 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108202026-03-12T16:21:57.671ZMar 12 16:21:56.506 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108212026-03-12T16:21:57.724ZMar 12 16:21:56.563 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
108222026-03-12T16:21:57.724ZMar 12 16:21:56.563 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
108232026-03-12T16:21:57.727ZMar 12 16:21:56.563 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
108242026-03-12T16:21:57.728ZMar 12 16:21:56.564 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108252026-03-12T16:21:57.728ZMar 12 16:21:56.565 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
108262026-03-12T16:21:57.728ZMar 12 16:21:56.565 INFO added artifact, length: 924, hash: 9d26ced03745fb3526ba3d49762d91592bcdacc07600caff489883121e53a28e, version: 19.0.0-0.ci+git6e4dd7ca17a, kind: installinator_document, name: installinator_document
108272026-03-12T16:21:58.320ZMar 12 16:21:57.158 INFO extracting uploaded archive to /tmp/.tmpNr7Bra
108282026-03-12T16:22:00.590ZMar 12 16:21:59.427 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.A0pq46
108292026-03-12T16:22:00.645ZMar 12 16:21:59.483 INFO added artifact, length: 6616642, hash: 3c3f8e5a8d460de9bb22a4717c50874b1f398fe13465db0f19de8b8d3a1cbc53, version: 1.0.64, kind: gimlet_sp, name: cosmo-a
108302026-03-12T16:22:00.754ZMar 12 16:21:59.592 INFO added artifact, length: 6616872, hash: 50c344385cc2bdcdbbb8a9e966e2d4340a25432b5d4295b18e7f3b7002ac6a21, version: 1.0.64, kind: gimlet_sp, name: cosmo-b
108312026-03-12T16:22:00.859ZMar 12 16:21:59.697 INFO added artifact, length: 5489720, hash: 896925b9362a9790844ee502c8ffba83c8d3b303c4d69dd08304a6bdda5abafd, version: 1.0.64, kind: gimlet_sp, name: gimlet-b
108322026-03-12T16:22:00.959ZMar 12 16:21:59.797 INFO added artifact, length: 5492131, hash: 4109c1b90c8b1d97153f0221a6a1b71f1dd225202ff250552c77ca2a9f4cf6db, version: 1.0.64, kind: gimlet_sp, name: gimlet-c
108332026-03-12T16:22:01.057ZMar 12 16:21:59.894 INFO added artifact, length: 5496239, hash: 147d21bc6a9540f799991c8ce73cf4db902ca870245adb90531e0d1158fb0461, version: 1.0.64, kind: gimlet_sp, name: gimlet-d
108342026-03-12T16:22:01.156ZMar 12 16:21:59.993 INFO added artifact, length: 5496312, hash: 7f5fa010d518c1f06a416b2a0d2ad9085c2b72322a2de4937b1fd488ed11cb96, version: 1.0.64, kind: gimlet_sp, name: gimlet-e
108352026-03-12T16:22:01.252ZMar 12 16:22:00.090 INFO added artifact, length: 5496257, hash: bef4fde566e3305b4d1418137558e95cf2fda1d0b326a0202bdc7195515ae9cd, version: 1.0.64, kind: gimlet_sp, name: gimlet-f
108362026-03-12T16:22:01.356ZMar 12 16:22:00.194 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
108372026-03-12T16:22:01.356ZMar 12 16:22:00.194 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
108382026-03-12T16:22:01.413ZMar 12 16:22:00.251 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
108392026-03-12T16:22:01.416ZMar 12 16:22:00.251 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
108402026-03-12T16:22:01.471ZMar 12 16:22:00.309 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108412026-03-12T16:22:01.474ZMar 12 16:22:00.309 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108422026-03-12T16:22:01.530ZMar 12 16:22:00.368 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108432026-03-12T16:22:01.530ZMar 12 16:22:00.368 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108442026-03-12T16:22:01.588ZMar 12 16:22:00.426 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108452026-03-12T16:22:01.589ZMar 12 16:22:00.426 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108462026-03-12T16:22:01.644ZMar 12 16:22:00.482 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
108472026-03-12T16:22:01.648ZMar 12 16:22:00.482 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
108482026-03-12T16:22:01.700ZMar 12 16:22:00.538 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
108492026-03-12T16:22:01.700ZMar 12 16:22:00.538 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
108502026-03-12T16:22:01.703ZMar 12 16:22:00.539 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
108512026-03-12T16:22:01.703ZMar 12 16:22:00.540 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
108522026-03-12T16:22:01.703ZMar 12 16:22:00.540 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108532026-03-12T16:22:01.703ZMar 12 16:22:00.541 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
108542026-03-12T16:22:01.706ZMar 12 16:22:00.542 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
108552026-03-12T16:22:08.400ZMar 12 16:22:07.237 INFO added artifact, length: 33554432, hash: c12cdbb01fb0ba20204b95e375783824c93d9675e6007e73a092a9168bed3b79, version: 19.0.0-0.ci+git6e4dd7ca17a, kind: gimlet_host_phase_1, name: host
108562026-03-12T16:22:08.400ZMar 12 16:22:07.237 INFO added artifact, length: 33554432, hash: 744aed7edf9144812b721453f16beac55d56231c04aa6ca3c7f81f1e270a57a6, version: 19.0.0-0.ci+git6e4dd7ca17a, kind: cosmo_host_phase_1, name: host
108572026-03-12T16:22:08.403ZMar 12 16:22:07.237 INFO added artifact, length: 1101008896, hash: f8cb52c0f62f5260becbcf18bb1be2c6cff8f87d6d2516f35bbe084a74c491e7, version: 19.0.0-0.ci+git6e4dd7ca17a, kind: host_phase_2, name: host
108582026-03-12T16:22:09.592ZMar 12 16:22:08.429 INFO added artifact, length: 33554432, hash: 76061b196b79e352cce2bcbd6e583a186a7e7dfd9356b5f08870a9863bb2af91, version: 19.0.0-0.ci+git6e4dd7ca17a, kind: gimlet_trampoline_phase_1, name: trampoline
108592026-03-12T16:22:09.592ZMar 12 16:22:08.429 INFO added artifact, length: 33554432, hash: 8dc2295c053856e8734ccce483cf58aeb64cacc78b132a9d4aed5568e0e3a2b5, version: 19.0.0-0.ci+git6e4dd7ca17a, kind: cosmo_trampoline_phase_1, name: trampoline
108602026-03-12T16:22:09.595ZMar 12 16:22:08.429 INFO added artifact, length: 148007316, hash: 7c7ba9b58cbc96554590460318f0e9a03f117042c17f83068ff3a73116220c14, version: 19.0.0-0.ci+git6e4dd7ca17a, kind: trampoline_phase_2, name: trampoline
108612026-03-12T16:22:16.696ZMar 12 16:22:15.533 INFO added artifact, length: 1606882862, hash: a174684ca132b2564c53ca555c3a3544a9320438fd4bba4a95bdfb22272231ab, version: 19.0.0-0.ci+git6e4dd7ca17a, kind: control_plane, name: control-plane
108622026-03-12T16:22:16.700ZMar 12 16:22:15.533 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
108632026-03-12T16:22:16.700ZMar 12 16:22:15.533 INFO added artifact, length: 829, hash: 8d31cc914cabad194ddc9edd9a4e81e0b1a0f4b4e19ab3e60b40b4e0849ccb28, version: 1.0.64, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.64
108642026-03-12T16:22:16.700ZMar 12 16:22:15.534 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
108652026-03-12T16:22:16.733ZMar 12 16:22:15.570 INFO added artifact, length: 4131713, hash: f9ff2503d2e6a68b1b0e00ebf9ccfaa0b45584da4df9c9804b9640362c6d9957, version: 1.0.64, kind: psc_sp, name: psc-b
108662026-03-12T16:22:16.769ZMar 12 16:22:15.606 INFO added artifact, length: 4134969, hash: ec041b00eaa464debd07c4c1d03cf878915c8486e6db7a1db3a6df0e09dc95b7, version: 1.0.64, kind: psc_sp, name: psc-c
108672026-03-12T16:22:16.825ZMar 12 16:22:15.661 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
108682026-03-12T16:22:16.828ZMar 12 16:22:15.661 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
108692026-03-12T16:22:16.882ZMar 12 16:22:15.719 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
108702026-03-12T16:22:16.882ZMar 12 16:22:15.719 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
108712026-03-12T16:22:16.940ZMar 12 16:22:15.777 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108722026-03-12T16:22:16.943ZMar 12 16:22:15.777 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108732026-03-12T16:22:16.995ZMar 12 16:22:15.832 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
108742026-03-12T16:22:16.995ZMar 12 16:22:15.832 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
108752026-03-12T16:22:16.999ZMar 12 16:22:15.833 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
108762026-03-12T16:22:16.999ZMar 12 16:22:15.833 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108772026-03-12T16:22:16.999ZMar 12 16:22:15.834 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
108782026-03-12T16:22:17.055ZMar 12 16:22:15.892 INFO added artifact, length: 6951866, hash: 3ac43dace5b12e04db083782cba0ee0565915cd7dbb6679dc880188691085b69, version: 1.0.64, kind: switch_sp, name: sidecar-b
108792026-03-12T16:22:17.167ZMar 12 16:22:16.003 INFO added artifact, length: 6968798, hash: 1c20d0785ce918ebac3d3d2bece934bb0c3c1db70b6d000fe5cbf75eec95fd6f, version: 1.0.64, kind: switch_sp, name: sidecar-c
108802026-03-12T16:22:17.276ZMar 12 16:22:16.113 INFO added artifact, length: 6968897, hash: b5906bd03932b0d6f662e1abc4f11a545fbcde55ae11efbdb9473b46ee69cea0, version: 1.0.64, kind: switch_sp, name: sidecar-d
108812026-03-12T16:22:17.386ZMar 12 16:22:16.222 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
108822026-03-12T16:22:17.386ZMar 12 16:22:16.222 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
108832026-03-12T16:22:17.442ZMar 12 16:22:16.279 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108842026-03-12T16:22:17.443ZMar 12 16:22:16.279 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108852026-03-12T16:22:17.500ZMar 12 16:22:16.336 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108862026-03-12T16:22:17.503ZMar 12 16:22:16.336 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108872026-03-12T16:22:17.555ZMar 12 16:22:16.391 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
108882026-03-12T16:22:17.556ZMar 12 16:22:16.391 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
108892026-03-12T16:22:17.560ZMar 12 16:22:16.392 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
108902026-03-12T16:22:17.560ZMar 12 16:22:16.393 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108912026-03-12T16:22:17.560ZMar 12 16:22:16.394 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
108922026-03-12T16:22:17.560ZMar 12 16:22:16.394 INFO added artifact, length: 924, hash: 9d26ced03745fb3526ba3d49762d91592bcdacc07600caff489883121e53a28e, version: 19.0.0-0.ci+git6e4dd7ca17a, kind: installinator_document, name: installinator_document
108932026-03-12T16:22:18.152ZMar 12 16:22:16.988 INFO [tuf-repo] task succeeded (84.627032626s)
108942026-03-12T16:22:18.152ZMar 12 16:22:16.988 INFO all jobs completed in 1838.890813681s
108952026-03-12T16:22:19.170Zprocess exited: duration 2234569 ms, exit code 0
 
108962026-03-12T16:22:19.183Zfound 41 output files
108972026-03-12T16:22:19.183Zuploading: /work/manifest.toml (17174 bytes)
108982026-03-12T16:22:20.196Zuploaded: /work/manifest.toml
108992026-03-12T16:22:20.196Zuploading: /work/repo.zip (2844396156 bytes)
109002026-03-12T16:22:58.720Zuploaded: /work/repo.zip
109012026-03-12T16:22:58.720Zuploading: /work/repo.zip.sha256.txt (65 bytes)
109022026-03-12T16:22:59.738Zuploaded: /work/repo.zip.sha256.txt
109032026-03-12T16:22:59.738Zuploading: /work/helios.json (647 bytes)
109042026-03-12T16:23:00.748Zuploaded: /work/helios.json
109052026-03-12T16:23:00.748Zuploading: /work/incorporation.p5m (100410 bytes)
109062026-03-12T16:23:01.764Zuploaded: /work/incorporation.p5m
109072026-03-12T16:23:01.765Zuploading: /work/incorporation.p5p (122880 bytes)
109082026-03-12T16:23:02.780Zuploaded: /work/incorporation.p5p
109092026-03-12T16:23:02.780Zuploading: /work/helios-incorp.log (526 bytes)
109102026-03-12T16:23:03.790Zuploaded: /work/helios-incorp.log
109112026-03-12T16:23:03.790Zuploading: /work/helios-setup.log (57348 bytes)
109122026-03-12T16:23:04.805Zuploaded: /work/helios-setup.log
109132026-03-12T16:23:04.806Zuploading: /work/host-image.log (232534 bytes)
109142026-03-12T16:23:05.824Zuploaded: /work/host-image.log
109152026-03-12T16:23:05.824Zuploading: /work/host-package.log (33860 bytes)
109162026-03-12T16:23:06.836Zuploaded: /work/host-package.log
109172026-03-12T16:23:06.836Zuploading: /work/host-target.log (101 bytes)
109182026-03-12T16:23:07.845Zuploaded: /work/host-target.log
109192026-03-12T16:23:07.845Zuploading: /work/incorp-create.log (0 bytes)
109202026-03-12T16:23:08.852Zuploaded: /work/incorp-create.log
109212026-03-12T16:23:08.852Zuploading: /work/incorp-fmt.log (0 bytes)
109222026-03-12T16:23:09.859Zuploaded: /work/incorp-fmt.log
109232026-03-12T16:23:09.859Zuploading: /work/incorp-pkgsend.log (108 bytes)
109242026-03-12T16:23:10.868Zuploaded: /work/incorp-pkgsend.log
109252026-03-12T16:23:10.872Zuploading: /work/incorp-publisher.log (0 bytes)
109262026-03-12T16:23:11.877Zuploaded: /work/incorp-publisher.log
109272026-03-12T16:23:11.877Zuploading: /work/omicron-package.log (6922 bytes)
109282026-03-12T16:23:12.885Zuploaded: /work/omicron-package.log
109292026-03-12T16:23:12.885Zuploading: /work/recovery-image.log (602052 bytes)
109302026-03-12T16:23:13.908Zuploaded: /work/recovery-image.log
109312026-03-12T16:23:13.908Zuploading: /work/recovery-package.log (1955 bytes)
109322026-03-12T16:23:14.917Zuploaded: /work/recovery-package.log
109332026-03-12T16:23:14.917Zuploading: /work/recovery-target.log (98 bytes)
109342026-03-12T16:23:15.926Zuploaded: /work/recovery-target.log
109352026-03-12T16:23:15.926Zuploading: /work/stamp-clickhouse.log (117 bytes)
109362026-03-12T16:23:16.936Zuploaded: /work/stamp-clickhouse.log
109372026-03-12T16:23:16.936Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
109382026-03-12T16:23:17.944Zuploaded: /work/stamp-clickhouse_keeper.log
109392026-03-12T16:23:17.944Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
109402026-03-12T16:23:18.953Zuploaded: /work/stamp-clickhouse_server.log
109412026-03-12T16:23:18.953Zuploading: /work/stamp-cockroachdb.log (118 bytes)
109422026-03-12T16:23:19.962Zuploaded: /work/stamp-cockroachdb.log
109432026-03-12T16:23:19.962Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
109442026-03-12T16:23:20.971Zuploaded: /work/stamp-crucible-pantry-zone.log
109452026-03-12T16:23:20.971Zuploading: /work/stamp-crucible-utils.log (118 bytes)
109462026-03-12T16:23:21.980Zuploaded: /work/stamp-crucible-utils.log
109472026-03-12T16:23:21.980Zuploading: /work/stamp-crucible-zone.log (120 bytes)
109482026-03-12T16:23:22.988Zuploaded: /work/stamp-crucible-zone.log
109492026-03-12T16:23:22.988Zuploading: /work/stamp-external-dns.log (119 bytes)
109502026-03-12T16:23:23.997Zuploaded: /work/stamp-external-dns.log
109512026-03-12T16:23:23.997Zuploading: /work/stamp-installinator.log (103 bytes)
109522026-03-12T16:23:25.007Zuploaded: /work/stamp-installinator.log
109532026-03-12T16:23:25.008Zuploading: /work/stamp-internal-dns.log (119 bytes)
109542026-03-12T16:23:26.016Zuploaded: /work/stamp-internal-dns.log
109552026-03-12T16:23:26.016Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
109562026-03-12T16:23:27.025Zuploaded: /work/stamp-mg-ddm-gz.log
109572026-03-12T16:23:27.025Zuploading: /work/stamp-nexus.log (112 bytes)
109582026-03-12T16:23:28.034Zuploaded: /work/stamp-nexus.log
109592026-03-12T16:23:28.034Zuploading: /work/stamp-ntp.log (110 bytes)
109602026-03-12T16:23:29.044Zuploaded: /work/stamp-ntp.log
109612026-03-12T16:23:29.044Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
109622026-03-12T16:23:30.053Zuploaded: /work/stamp-omicron-sled-agent.log
109632026-03-12T16:23:30.053Zuploading: /work/stamp-overlay.log (114 bytes)
109642026-03-12T16:23:31.063Zuploaded: /work/stamp-overlay.log
109652026-03-12T16:23:31.063Zuploading: /work/stamp-oximeter.log (115 bytes)
109662026-03-12T16:23:32.073Zuploaded: /work/stamp-oximeter.log
109672026-03-12T16:23:32.073Zuploading: /work/stamp-oxlog.log (109 bytes)
109682026-03-12T16:23:33.082Zuploaded: /work/stamp-oxlog.log
109692026-03-12T16:23:33.082Zuploading: /work/stamp-probe.log (112 bytes)
109702026-03-12T16:23:34.090Zuploaded: /work/stamp-probe.log
109712026-03-12T16:23:34.090Zuploading: /work/stamp-propolis-server.log (122 bytes)
109722026-03-12T16:23:35.097Zuploaded: /work/stamp-propolis-server.log
109732026-03-12T16:23:35.098Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
109742026-03-12T16:23:36.106Zuploaded: /work/stamp-pumpkind-gz.log
109752026-03-12T16:23:36.107Zuploading: /work/stamp-switch-asic.log (118 bytes)
109762026-03-12T16:23:37.115Zuploaded: /work/stamp-switch-asic.log
109772026-03-12T16:23:37.116Zuploading: /work/verify-libraries.log (12315 bytes)
109782026-03-12T16:23:38.125Zuploaded: /work/verify-libraries.log