01KJWXT72VTAMWMBXP5KF9NSQP: helios / build TUF repo

BasicConfig {
    output_rules: [
        "=/work/manifest.toml",
        "=/work/repo.zip",
        "=/work/repo.zip.sha256.txt",
        "=/work/helios.json",
        "=/work/incorporation.p5m",
        "=/work/incorporation.p5p",
        "%/work/*.log",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/amd-firmware",
        "oxidecomputer/chelsio-t6-roms",
        "oxidecomputer/dmar-report",
        "oxidecomputer/pilot",
    ],
    publish: [
        BasicConfigPublish {
            from_output: "/work/manifest.toml",
            series: "rot-all",
            name: "manifest.toml",
        },
        BasicConfigPublish {
            from_output: "/work/repo.zip",
            series: "rot-all",
            name: "repo.zip",
        },
        BasicConfigPublish {
            from_output: "/work/repo.zip.sha256.txt",
            series: "rot-all",
            name: "repo.zip.sha256.txt",
        },
        BasicConfigPublish {
            from_output: "/work/helios.json",
            series: "rot-all",
            name: "helios.json",
        },
        BasicConfigPublish {
            from_output: "/work/incorporation.p5m",
            series: "rot-all",
            name: "incorporation.p5m",
        },
        BasicConfigPublish {
            from_output: "/work/incorporation.p5p",
            series: "rot-all",
            name: "incorporation.p5p",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KJWXTVRAR0YEQMFDABVNAD28

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-04T17:21:23.126Zjob assigned to worker 01KJWXV4NAZ0G0CPRET7CNPC2D [factory aws, i-0af7fc9df6f3dc3f6] (queued for 1 m 0 s)
 
22026-03-04T17:21:31.923Zstarting task 0: "setup"
32026-03-04T17:21:31.928Z++ uname -s
42026-03-04T17:21:31.930Z+ kern=SunOS
52026-03-04T17:21:31.930Z+ build_user=build
62026-03-04T17:21:31.930Z+ build_uid=12345
72026-03-04T17:21:31.930Z+ work_dir=/work
82026-03-04T17:21:31.930Z+ input_dir=/input
92026-03-04T17:21:31.930Z+ [[ 0 == 12345 ]]
102026-03-04T17:21:31.930Z+ case "$kern" in
112026-03-04T17:21:31.931Z+ groupadd -g 12345 build
122026-03-04T17:21:31.933Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-04T17:21:33.939Z+ zfs create -o mountpoint=/work rpool/work
142026-03-04T17:21:34.051Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-04T17:21:34.054Z+ home_fs=zfs
162026-03-04T17:21:34.054Z+ [[ zfs == autofs ]]
172026-03-04T17:21:34.054Z+ mkdir -p /home/build
182026-03-04T17:21:34.057Z+ chown build:build /home/build /work
192026-03-04T17:21:36.058Z+ chmod 0700 /home/build /work
202026-03-04T17:21:36.062Zprocess exited: duration 4141 ms, exit code 0
 
212026-03-04T17:21:36.068Zstarting task 1: "rust-toolchain"
222026-03-04T17:21:36.074Z * rust toolchain channel = "1.91.1"
232026-03-04T17:21:36.074Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
242026-03-04T17:21:36.074Z * rust toolchain profile = "default"
252026-03-04T17:21:36.074Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-04T17:21:36.074Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-04T17:21:36.074Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-04T17:21:36.077Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-04T17:21:36.077Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-04T17:21:36.225Zinfo: downloading installer
312026-03-04T17:21:38.040Zwarn: It looks like you have an existing installation of Rust at:
322026-03-04T17:21:38.040Zwarn: /opt/ooce/bin
332026-03-04T17:21:38.040Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-04T17:21:38.040Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-04T17:21:38.040Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-04T17:21:38.040Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-04T17:21:38.040Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-04T17:21:38.040Zerror: cannot install while Rust is installed
392026-03-04T17:21:38.040Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-04T17:21:38.068Zinfo: profile set to 'default'
412026-03-04T17:21:38.068Zinfo: default host triple is x86_64-unknown-illumos
422026-03-04T17:21:38.071Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-03-04T17:21:38.247Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-03-04T17:21:38.247Zinfo: downloading component 'cargo'
452026-03-04T17:21:39.398Zinfo: downloading component 'clippy'
462026-03-04T17:21:39.785Zinfo: downloading component 'rust-docs'
472026-03-04T17:21:41.255Zinfo: downloading component 'rust-std'
482026-03-04T17:21:43.455Zinfo: downloading component 'rustc'
492026-03-04T17:21:50.951Zinfo: downloading component 'rustfmt'
502026-03-04T17:21:51.276Zinfo: installing component 'cargo'
512026-03-04T17:21:52.223Zinfo: installing component 'clippy'
522026-03-04T17:21:52.624Zinfo: installing component 'rust-docs'
532026-03-04T17:21:54.592Zinfo: installing component 'rust-std'
542026-03-04T17:21:56.413Zinfo: installing component 'rustc'
552026-03-04T17:22:03.479Zinfo: installing component 'rustfmt'
562026-03-04T17:22:03.875Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-03-04T17:22:03.875Z
582026-03-04T17:22:04.365Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-03-04T17:22:04.365Z
602026-03-04T17:22:04.368Z
612026-03-04T17:22:04.368ZRust is installed now. Great!
622026-03-04T17:22:04.368Z
632026-03-04T17:22:04.368ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-03-04T17:22:04.368Zenvironment variable. This has not been done automatically.
652026-03-04T17:22:04.368Z
662026-03-04T17:22:04.368ZTo configure your current shell, you need to source
672026-03-04T17:22:04.368Zthe corresponding env file under $HOME/.cargo.
682026-03-04T17:22:04.368Z
692026-03-04T17:22:04.368ZThis is usually done by running one of the following (note the leading DOT):
702026-03-04T17:22:04.368Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-03-04T17:22:04.368Zsource "$HOME/.cargo/env.fish" # For fish
722026-03-04T17:22:04.368Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-03-04T17:22:04.479Z+ rustup --version
742026-03-04T17:22:04.490Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-03-04T17:22:04.490Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-03-04T17:22:04.587Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-03-04T17:22:04.590Z+ cargo --version
782026-03-04T17:22:04.668Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-03-04T17:22:04.671Z+ rustc --version
802026-03-04T17:22:04.755Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-03-04T17:22:04.760Zprocess exited: duration 28689 ms, exit code 0
 
822026-03-04T17:22:04.767Zstarting task 2: "authentication"
832026-03-04T17:22:04.794Zprocess exited: duration 25 ms, exit code 0
 
842026-03-04T17:22:04.801Zstarting task 3: "clone repository"
852026-03-04T17:22:04.806Z+ mkdir -p /work/oxidecomputer/omicron
862026-03-04T17:22:04.809Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-03-04T17:22:04.842ZCloning into '/work/oxidecomputer/omicron'...
882026-03-04T17:23:09.293Z+ cd /work/oxidecomputer/omicron
892026-03-04T17:23:09.293Z+ git fetch origin 1f5d8cd303a7e152ad832c95655d17cd972470a3
902026-03-04T17:23:10.019ZFrom https://github.com/oxidecomputer/omicron
912026-03-04T17:23:10.019Z * branch 1f5d8cd303a7e152ad832c95655d17cd972470a3 -> FETCH_HEAD
922026-03-04T17:23:10.032Z+ [[ -n andy/pgsql18 ]]
932026-03-04T17:23:10.035Z++ git branch --show-current
942026-03-04T17:23:10.038Z+ current=main
952026-03-04T17:23:10.038Z+ [[ main != andy/pgsql18 ]]
962026-03-04T17:23:10.038Z+ git branch -f andy/pgsql18 1f5d8cd303a7e152ad832c95655d17cd972470a3
972026-03-04T17:23:10.040Z+ git checkout -f andy/pgsql18
982026-03-04T17:23:10.397ZSwitched to branch 'andy/pgsql18'
992026-03-04T17:23:10.402Z+ git reset --hard 1f5d8cd303a7e152ad832c95655d17cd972470a3
1002026-03-04T17:23:10.420ZHEAD is now at 1f5d8cd30 Use PostgreSQL v18 client libraries
1012026-03-04T17:23:10.423Zprocess exited: duration 65618 ms, exit code 0
 
1022026-03-04T17:23:10.429Zstarting task 4: "build"
1032026-03-04T17:23:10.435Z+ source .github/buildomat/ci-env.sh
1042026-03-04T17:23:10.435Z++ export CARGO_TERM_COLOR=always
1052026-03-04T17:23:10.435Z++ CARGO_TERM_COLOR=always
1062026-03-04T17:23:10.435Z+ cargo --version
1072026-03-04T17:23:10.500Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-03-04T17:23:10.505Z+ rustc --version
1092026-03-04T17:23:10.581Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-03-04T17:23:10.584Z+ cargo tree --locked
1112026-03-04T17:23:10.885Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122026-03-04T17:23:11.566Z Updating crates.io index
1132026-03-04T17:23:11.569Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1142026-03-04T17:23:12.378Z Updating git repository `https://github.com/oxidecomputer/lldp`
1152026-03-04T17:23:13.205Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1162026-03-04T17:23:13.879Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1172026-03-04T17:23:14.546Z Updating git repository `https://github.com/oxidecomputer/propolis`
1182026-03-04T17:23:18.561Z Updating git repository `https://github.com/oxidecomputer/crucible`
1192026-03-04T17:23:25.024Z Updating git repository `https://github.com/oxidecomputer/opte`
1202026-03-04T17:23:27.846Z Updating git repository `https://github.com/oxidecomputer/tofino`
1212026-03-04T17:23:28.762Z Updating git repository `https://github.com/oxidecomputer/falcon`
1222026-03-04T17:23:32.160Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1232026-03-04T17:23:33.752Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1242026-03-04T17:23:36.546Z Updating git repository `https://github.com/oxidecomputer/clickward`
1252026-03-04T17:23:37.234Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1262026-03-04T17:23:38.239Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1272026-03-04T17:23:38.882Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1282026-03-04T17:23:40.818Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1292026-03-04T17:23:42.128Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1302026-03-04T17:23:42.776Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1312026-03-04T17:23:43.479Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1322026-03-04T17:23:44.408Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1332026-03-04T17:23:45.113Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1342026-03-04T17:23:45.626Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1352026-03-04T17:23:46.253Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1362026-03-04T17:23:47.126Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1372026-03-04T17:23:48.229Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1382026-03-04T17:23:49.489Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1392026-03-04T17:23:50.171Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1402026-03-04T17:23:50.920Z Updating git repository `https://github.com/oxidecomputer/ispf`
1412026-03-04T17:23:51.534Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-03-04T17:23:53.566Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1432026-03-04T17:23:54.163Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1442026-03-04T17:23:54.918Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1452026-03-04T17:23:55.556Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1462026-03-04T17:23:56.462Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1472026-03-04T17:23:57.272Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1482026-03-04T17:23:57.923Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1492026-03-04T17:23:58.442Z Updating git repository `https://github.com/illumos/smf-rs`
1502026-03-04T17:23:59.190Z Updating git repository `https://github.com/oxidecomputer/omicron`
1512026-03-04T17:24:54.576Z Downloading crates ...
1522026-03-04T17:24:54.682Z Downloaded bit-set v0.8.0
1532026-03-04T17:24:54.691Z Downloaded bb8 v0.8.6
1542026-03-04T17:24:54.696Z Downloaded approx v0.5.1
1552026-03-04T17:24:54.703Z Downloaded anes v0.1.6
1562026-03-04T17:24:54.709Z Downloaded cast v0.3.0
1572026-03-04T17:24:54.715Z Downloaded blowfish v0.9.1
1582026-03-04T17:24:54.720Z Downloaded argon2 v0.5.3
1592026-03-04T17:24:54.726Z Downloaded anstyle-parse v0.2.7
1602026-03-04T17:24:54.733Z Downloaded castaway v0.2.4
1612026-03-04T17:24:54.739Z Downloaded dirs-next v2.0.0
1622026-03-04T17:24:54.744Z Downloaded clang-sys v1.8.1
1632026-03-04T17:24:54.750Z Downloaded crossbeam-deque v0.8.6
1642026-03-04T17:24:54.755Z Downloaded defmt v0.3.100
1652026-03-04T17:24:54.760Z Downloaded darling_macro v0.21.3
1662026-03-04T17:24:54.765Z Downloaded cmake v0.1.57
1672026-03-04T17:24:54.770Z Downloaded darling_macro v0.23.0
1682026-03-04T17:24:54.775Z Downloaded crucible-workspace-hack v0.1.0
1692026-03-04T17:24:54.779Z Downloaded debug-ignore v1.0.5
1702026-03-04T17:24:54.784Z Downloaded crypto-common v0.1.7
1712026-03-04T17:24:54.789Z Downloaded curve25519-dalek-derive v0.1.1
1722026-03-04T17:24:54.794Z Downloaded defmt-parser v1.0.0
1732026-03-04T17:24:54.800Z Downloaded document-features v0.2.12
1742026-03-04T17:24:54.804Z Downloaded csv-core v0.1.13
1752026-03-04T17:24:54.809Z Downloaded cassowary v0.3.0
1762026-03-04T17:24:54.814Z Downloaded cstr-argument v0.1.2
1772026-03-04T17:24:54.819Z Downloaded dsl_auto_type v0.1.3
1782026-03-04T17:24:54.824Z Downloaded dyn-clone v1.0.20
1792026-03-04T17:24:54.829Z Downloaded chacha20 v0.9.1
1802026-03-04T17:24:54.835Z Downloaded crc v3.4.0
1812026-03-04T17:24:54.840Z Downloaded diesel_table_macro_syntax v0.2.0
1822026-03-04T17:24:54.845Z Downloaded darling_macro v0.20.11
1832026-03-04T17:24:54.849Z Downloaded env_filter v1.0.0
1842026-03-04T17:24:54.854Z Downloaded convert_case v0.4.0
1852026-03-04T17:24:54.858Z Downloaded dof v0.4.0
1862026-03-04T17:24:54.863Z Downloaded enum-as-inner v0.6.1
1872026-03-04T17:24:54.868Z Downloaded event-listener-strategy v0.5.4
1882026-03-04T17:24:54.874Z Downloaded defmt-macros v1.0.1
1892026-03-04T17:24:54.880Z Downloaded equivalent v1.0.2
1902026-03-04T17:24:54.884Z Downloaded fastrand v2.3.0
1912026-03-04T17:24:54.889Z Downloaded flagset v0.4.7
1922026-03-04T17:24:54.894Z Downloaded foreign-types-shared v0.1.1
1932026-03-04T17:24:54.898Z Downloaded fd-lock v4.0.4
1942026-03-04T17:24:54.904Z Downloaded foreign-types v0.3.2
1952026-03-04T17:24:54.908Z Downloaded futures-io v0.3.32
1962026-03-04T17:24:54.912Z Downloaded funty v2.0.0
1972026-03-04T17:24:54.916Z Downloaded dof v0.3.0
1982026-03-04T17:24:54.921Z Downloaded corncobs v0.1.4
1992026-03-04T17:24:54.925Z Downloaded gethostname v0.5.0
2002026-03-04T17:24:54.930Z Downloaded erased-serde v0.3.31
2012026-03-04T17:24:54.935Z Downloaded ghash v0.5.1
2022026-03-04T17:24:54.940Z Downloaded futures-task v0.3.32
2032026-03-04T17:24:54.944Z Downloaded guppy-workspace-hack v0.1.0
2042026-03-04T17:24:54.948Z Downloaded diesel-dtrace v0.4.2
2052026-03-04T17:24:54.953Z Downloaded ena v0.14.4
2062026-03-04T17:24:54.958Z Downloaded hash32 v0.2.1
2072026-03-04T17:24:54.963Z Downloaded headers-core v0.3.0
2082026-03-04T17:24:54.967Z Downloaded hash32 v0.3.1
2092026-03-04T17:24:54.972Z Downloaded heck v0.4.1
2102026-03-04T17:24:54.976Z Downloaded hex v0.4.3
2112026-03-04T17:24:54.982Z Downloaded hostname v0.3.1
2122026-03-04T17:24:54.987Z Downloaded home v0.5.12
2132026-03-04T17:24:54.991Z Downloaded httpdate v1.0.3
2142026-03-04T17:24:54.995Z Downloaded event-listener v5.4.1
2152026-03-04T17:24:55.001Z Downloaded git-stub-vcs v0.1.0
2162026-03-04T17:24:55.005Z Downloaded http-body v1.0.1
2172026-03-04T17:24:55.009Z Downloaded hubpack v0.1.2
2182026-03-04T17:24:55.014Z Downloaded derive-where v1.6.0
2192026-03-04T17:24:55.020Z Downloaded ident_case v1.0.1
2202026-03-04T17:24:55.024Z Downloaded hyper-tls v0.6.0
2212026-03-04T17:24:55.028Z Downloaded compact_str v0.8.1
2222026-03-04T17:24:55.034Z Downloaded group v0.13.0
2232026-03-04T17:24:55.039Z Downloaded instant v0.1.13
2242026-03-04T17:24:55.043Z Downloaded internet-checksum v0.2.1
2252026-03-04T17:24:55.047Z Downloaded is_terminal_polyfill v1.70.2
2262026-03-04T17:24:55.051Z Downloaded is_ci v1.2.0
2272026-03-04T17:24:55.056Z Downloaded fs_extra v1.3.0
2282026-03-04T17:24:55.060Z Downloaded ff v0.13.1
2292026-03-04T17:24:55.065Z Downloaded libscf-sys v1.1.0
2302026-03-04T17:24:55.069Z Downloaded kstat-rs v0.2.4
2312026-03-04T17:24:55.073Z Downloaded keccak v0.1.6
2322026-03-04T17:24:55.078Z Downloaded highway v1.3.0
2332026-03-04T17:24:55.082Z Downloaded lalrpop-util v0.19.12
2342026-03-04T17:24:55.086Z Downloaded getrandom v0.2.17
2352026-03-04T17:24:55.092Z Downloaded bytes v1.11.1
2362026-03-04T17:24:55.099Z Downloaded indent_write v2.2.0
2372026-03-04T17:24:55.102Z Downloaded lzss v0.8.2
2382026-03-04T17:24:55.107Z Downloaded md5 v0.7.0
2392026-03-04T17:24:55.111Z Downloaded macaddr v1.0.1
2402026-03-04T17:24:55.115Z Downloaded md-5 v0.10.6
2412026-03-04T17:24:55.119Z Downloaded hyper-staticfile v0.10.1
2422026-03-04T17:24:55.124Z Downloaded indoc v1.0.9
2432026-03-04T17:24:55.130Z Downloaded mime v0.3.17
2442026-03-04T17:24:55.135Z Downloaded bumpalo v3.20.2
2452026-03-04T17:24:55.140Z Downloaded memoffset v0.9.1
2462026-03-04T17:24:55.144Z Downloaded ipnetwork v0.21.1
2472026-03-04T17:24:55.148Z Downloaded futures v0.3.32
2482026-03-04T17:24:55.156Z Downloaded hickory-client v0.25.2
2492026-03-04T17:24:55.160Z Downloaded newtype_derive v0.1.6
2502026-03-04T17:24:55.164Z Downloaded nibble_vec v0.1.0
2512026-03-04T17:24:55.168Z Downloaded linear-map v1.2.0
2522026-03-04T17:24:55.173Z Downloaded linkme v0.3.35
2532026-03-04T17:24:55.178Z Downloaded num-conv v0.2.0
2542026-03-04T17:24:55.183Z Downloaded nodrop v0.1.14
2552026-03-04T17:24:55.186Z Downloaded half v2.7.1
2562026-03-04T17:24:55.191Z Downloaded nonempty v0.12.0
2572026-03-04T17:24:55.194Z Downloaded httptest v0.16.4
2582026-03-04T17:24:55.199Z Downloaded num_threads v0.1.7
2592026-03-04T17:24:55.202Z Downloaded olpc-cjson v0.1.4
2602026-03-04T17:24:55.206Z Downloaded darling_core v0.21.3
2612026-03-04T17:24:55.213Z Downloaded num v0.4.3
2622026-03-04T17:24:55.217Z Downloaded nanorand v0.7.0
2632026-03-04T17:24:55.222Z Downloaded num-iter v0.1.45
2642026-03-04T17:24:55.225Z Downloaded num-derive v0.4.2
2652026-03-04T17:24:55.230Z Downloaded mime_guess v2.0.5
2662026-03-04T17:24:55.234Z Downloaded ordered-float v2.10.1
2672026-03-04T17:24:55.238Z Downloaded openssl-macros v0.1.1
2682026-03-04T17:24:55.241Z Downloaded hmac v0.12.1
2692026-03-04T17:24:55.246Z Downloaded num-integer v0.1.46
2702026-03-04T17:24:55.250Z Downloaded packed_struct_codegen v0.10.1
2712026-03-04T17:24:55.253Z Downloaded openssl-probe v0.1.6
2722026-03-04T17:24:55.256Z Downloaded parse-size v1.1.0
2732026-03-04T17:24:55.260Z Downloaded dropshot-api-manager v0.5.2
2742026-03-04T17:24:55.265Z Downloaded fancy-regex v0.14.0
2752026-03-04T17:24:55.271Z Downloaded diesel_derives v2.2.7
2762026-03-04T17:24:55.277Z Downloaded pbkdf2 v0.11.0
2772026-03-04T17:24:55.283Z Downloaded heapless v0.7.17
2782026-03-04T17:24:55.302Z Downloaded litrs v1.0.0
2792026-03-04T17:24:55.302Z Downloaded num-complex v0.4.6
2802026-03-04T17:24:55.302Z Downloaded pin-utils v0.1.0
2812026-03-04T17:24:55.305Z Downloaded icu_provider v2.1.1
2822026-03-04T17:24:55.309Z Downloaded ignore v0.4.25
2832026-03-04T17:24:55.313Z Downloaded num_enum_derive v0.7.5
2842026-03-04T17:24:55.316Z Downloaded pbkdf2 v0.12.2
2852026-03-04T17:24:55.319Z Downloaded peg-runtime v0.8.5
2862026-03-04T17:24:55.323Z Downloaded phf_shared v0.13.1
2872026-03-04T17:24:55.326Z Downloaded packed_struct v0.10.1
2882026-03-04T17:24:55.329Z Downloaded plain v0.2.3
2892026-03-04T17:24:55.333Z Downloaded plotters-svg v0.3.7
2902026-03-04T17:24:55.337Z Downloaded password-hash v0.4.2
2912026-03-04T17:24:55.340Z Downloaded oxide-tokio-rt v0.1.2
2922026-03-04T17:24:55.343Z Downloaded icu_normalizer_data v2.1.1
2932026-03-04T17:24:55.347Z Downloaded password-hash v0.5.0
2942026-03-04T17:24:55.352Z Downloaded predicates-tree v1.0.13
2952026-03-04T17:24:55.355Z Downloaded precomputed-hash v0.1.1
2962026-03-04T17:24:55.358Z Downloaded owo-colors v4.3.0
2972026-03-04T17:24:55.362Z Downloaded percent-encoding v2.3.2
2982026-03-04T17:24:55.364Z Downloaded omicron-zone-package v0.12.2
2992026-03-04T17:24:55.370Z Downloaded proc-macro-error-attr v1.0.4
3002026-03-04T17:24:55.373Z Downloaded phf v0.13.1
3012026-03-04T17:24:55.378Z Downloaded potential_utf v0.1.4
3022026-03-04T17:24:55.381Z Downloaded log v0.4.29
3032026-03-04T17:24:55.385Z Downloaded proc-macro-error-attr2 v2.0.0
3042026-03-04T17:24:55.388Z Downloaded pretty-hex v0.4.1
3052026-03-04T17:24:55.391Z Downloaded progenitor-client v0.11.2
3062026-03-04T17:24:55.394Z Downloaded pem-rfc7468 v0.7.0
3072026-03-04T17:24:55.398Z Downloaded path-tree v0.8.3
3082026-03-04T17:24:55.401Z Downloaded num_enum v0.5.11
3092026-03-04T17:24:55.409Z Downloaded progenitor-macro v0.10.0
3102026-03-04T17:24:55.412Z Downloaded progenitor-client v0.10.0
3112026-03-04T17:24:55.415Z Downloaded progenitor-macro v0.13.0
3122026-03-04T17:24:55.418Z Downloaded expectorate v1.2.0
3132026-03-04T17:24:55.423Z Downloaded icu_collections v2.1.1
3142026-03-04T17:24:55.431Z Downloaded predicates v3.1.4
3152026-03-04T17:24:55.436Z Downloaded psl-types v2.0.11
3162026-03-04T17:24:55.439Z Downloaded radium v0.7.0
3172026-03-04T17:24:55.442Z Downloaded quick-error v1.2.3
3182026-03-04T17:24:55.445Z Downloaded polyval v0.6.2
3192026-03-04T17:24:55.449Z Downloaded primeorder v0.13.6
3202026-03-04T17:24:55.452Z Downloaded jiff-static v0.2.21
3212026-03-04T17:24:55.457Z Downloaded parking_lot_core v0.9.12
3222026-03-04T17:24:55.461Z Downloaded progenitor v0.11.2
3232026-03-04T17:24:55.464Z Downloaded ref-cast-impl v1.0.25
3242026-03-04T17:24:55.467Z Downloaded recursive-proc-macro-impl v0.1.1
3252026-03-04T17:24:55.470Z Downloaded recursive v0.1.1
3262026-03-04T17:24:55.473Z Downloaded progenitor v0.10.0
3272026-03-04T17:24:55.476Z Downloaded proc-macro-error2 v2.0.1
3282026-03-04T17:24:55.480Z Downloaded rand_xorshift v0.4.0
3292026-03-04T17:24:55.483Z Downloaded progenitor-extras v0.1.0
3302026-03-04T17:24:55.489Z Downloaded ref-cast v1.0.25
3312026-03-04T17:24:55.492Z Downloaded num-rational v0.4.2
3322026-03-04T17:24:55.495Z Downloaded rfc6979 v0.4.0
3332026-03-04T17:24:55.498Z Downloaded progenitor-client v0.13.0
3342026-03-04T17:24:55.501Z Downloaded icu_locale_core v2.1.1
3352026-03-04T17:24:55.509Z Downloaded rtoolbox v0.0.3
3362026-03-04T17:24:55.512Z Downloaded poly1305 v0.8.0
3372026-03-04T17:24:55.516Z Downloaded psm v0.1.30
3382026-03-04T17:24:55.521Z Downloaded r2d2 v0.8.10
3392026-03-04T17:24:55.524Z Downloaded rustc_version v0.4.1
3402026-03-04T17:24:55.527Z Downloaded russh-cryptovec v0.7.3
3412026-03-04T17:24:55.530Z Downloaded postgres-types v0.2.12
3422026-03-04T17:24:55.534Z Downloaded rand_core v0.9.5
3432026-03-04T17:24:55.537Z Downloaded papergrid v0.11.0
3442026-03-04T17:24:55.543Z Downloaded rustc_version v0.1.7
3452026-03-04T17:24:55.545Z Downloaded rustc-hash v2.1.1
3462026-03-04T17:24:55.548Z Downloaded rand_core v0.10.0
3472026-03-04T17:24:55.551Z Downloaded rand_chacha v0.9.0
3482026-03-04T17:24:55.554Z Downloaded p256 v0.13.2
3492026-03-04T17:24:55.559Z Downloaded rand_seeder v0.4.0
3502026-03-04T17:24:55.562Z Downloaded rand_core v0.6.4
3512026-03-04T17:24:55.565Z Downloaded postgres-protocol v0.6.10
3522026-03-04T17:24:55.568Z Downloaded parking_lot v0.12.5
3532026-03-04T17:24:55.572Z Downloaded sapling-renderdag v0.1.0
3542026-03-04T17:24:55.576Z Downloaded resolv-conf v0.7.6
3552026-03-04T17:24:55.579Z Downloaded relative-path v1.9.3
3562026-03-04T17:24:55.582Z Downloaded salsa20 v0.10.2
3572026-03-04T17:24:55.585Z Downloaded miette v5.10.0
3582026-03-04T17:24:55.589Z Downloaded same-file v1.0.6
3592026-03-04T17:24:55.592Z Downloaded scopeguard v1.2.0
3602026-03-04T17:24:55.595Z Downloaded scroll_derive v0.12.1
3612026-03-04T17:24:55.598Z Downloaded scheduled-thread-pool v0.2.7
3622026-03-04T17:24:55.601Z Downloaded postcard v1.1.3
3632026-03-04T17:24:55.604Z Downloaded prefix-trie v0.7.0
3642026-03-04T17:24:55.608Z Downloaded scrypt v0.11.0
3652026-03-04T17:24:55.611Z Downloaded semver v0.1.20
3662026-03-04T17:24:55.614Z Downloaded secrecy v0.10.3
3672026-03-04T17:24:55.617Z Downloaded rustc-demangle v0.1.27
3682026-03-04T17:24:55.620Z Downloaded secrecy v0.8.0
3692026-03-04T17:24:55.622Z Downloaded scroll_derive v0.13.1
3702026-03-04T17:24:55.625Z Downloaded quinn-udp v0.5.14
3712026-03-04T17:24:55.628Z Downloaded pest_meta v2.8.6
3722026-03-04T17:24:55.632Z Downloaded serde-value v0.7.0
3732026-03-04T17:24:55.635Z Downloaded serde-big-array v0.5.1
3742026-03-04T17:24:55.638Z Downloaded rustversion v1.0.22
3752026-03-04T17:24:55.641Z Downloaded openssl-sys v0.9.111
3762026-03-04T17:24:55.648Z Downloaded rustls-pemfile v2.2.0
3772026-03-04T17:24:55.651Z Downloaded progenitor-impl v0.13.0
3782026-03-04T17:24:55.655Z Downloaded serde_repr v0.1.20
3792026-03-04T17:24:55.658Z Downloaded serde_bytes v0.11.19
3802026-03-04T17:24:55.661Z Downloaded serde_urlencoded v0.7.1
3812026-03-04T17:24:55.664Z Downloaded serde_spanned v1.0.4
3822026-03-04T17:24:55.667Z Downloaded serde_spanned v0.6.9
3832026-03-04T17:24:55.670Z Downloaded serde_plain v1.0.2
3842026-03-04T17:24:55.673Z Downloaded hashbrown v0.14.5
3852026-03-04T17:24:55.678Z Downloaded serde_regex v1.1.0
3862026-03-04T17:24:55.681Z Downloaded schemars_derive v0.8.22
3872026-03-04T17:24:55.684Z Downloaded proc-macro2 v1.0.106
3882026-03-04T17:24:55.689Z Downloaded shell-words v1.1.1
3892026-03-04T17:24:55.689Z Downloaded scroll v0.12.0
3902026-03-04T17:24:55.692Z Downloaded signal-hook-tokio v0.3.1
3912026-03-04T17:24:55.695Z Downloaded siphasher v1.0.2
3922026-03-04T17:24:55.698Z Downloaded sigpipe v0.1.3
3932026-03-04T17:24:55.702Z Downloaded signature v2.2.0
3942026-03-04T17:24:55.704Z Downloaded signal-hook-mio v0.2.5
3952026-03-04T17:24:55.709Z Downloaded russh-keys v0.45.0
3962026-03-04T17:24:55.712Z Downloaded sct v0.7.1
3972026-03-04T17:24:55.714Z Downloaded similar-asserts v1.7.0
3982026-03-04T17:24:55.717Z Downloaded http v1.4.0
3992026-03-04T17:24:55.721Z Downloaded crossterm v0.29.0
4002026-03-04T17:24:55.728Z Downloaded serde-untagged v0.1.9
4012026-03-04T17:24:55.731Z Downloaded slog-bunyan v2.5.0
4022026-03-04T17:24:55.734Z Downloaded progenitor-impl v0.10.0
4032026-03-04T17:24:55.737Z Downloaded serde-hex v0.1.0
4042026-03-04T17:24:55.741Z Downloaded semver v1.0.27
4052026-03-04T17:24:55.744Z Downloaded smawk v0.3.2
4062026-03-04T17:24:55.748Z Downloaded serde_tokenstream v0.2.3
4072026-03-04T17:24:55.751Z Downloaded rustls-native-certs v0.8.3
4082026-03-04T17:24:55.754Z Downloaded sec1 v0.7.3
4092026-03-04T17:24:55.754Z Downloaded rustls-pki-types v1.14.0
4102026-03-04T17:24:55.758Z Downloaded slog-envlogger v2.2.0
4112026-03-04T17:24:55.761Z Downloaded rusty-fork v0.3.1
4122026-03-04T17:24:55.765Z Downloaded hashbrown v0.16.1
4132026-03-04T17:24:55.771Z Downloaded scroll v0.13.0
4142026-03-04T17:24:55.775Z Downloaded serde_derive_internals v0.29.1
4152026-03-04T17:24:55.777Z Downloaded itertools v0.12.1
4162026-03-04T17:24:55.783Z Downloaded stable_deref_trait v1.2.1
4172026-03-04T17:24:55.786Z Downloaded ssh-cipher v0.2.0
4182026-03-04T17:24:55.788Z Downloaded prettyplease v0.2.37
4192026-03-04T17:24:55.792Z Downloaded signal-hook-registry v1.4.8
4202026-03-04T17:24:55.795Z Downloaded ssh-encoding v0.2.0
4212026-03-04T17:24:55.801Z Downloaded strsim v0.11.1
4222026-03-04T17:24:55.801Z Downloaded strip-ansi-escapes v0.2.1
4232026-03-04T17:24:55.805Z Downloaded structmeta v0.3.0
4242026-03-04T17:24:55.805Z Downloaded strum v0.26.3
4252026-03-04T17:24:55.808Z Downloaded sqlparser_derive v0.5.0
4262026-03-04T17:24:55.811Z Downloaded structmeta-derive v0.3.0
4272026-03-04T17:24:55.812Z Downloaded simd-adler32 v0.3.8
4282026-03-04T17:24:55.815Z Downloaded futures-util v0.3.32
4292026-03-04T17:24:55.826Z Downloaded supports-hyperlinks v2.1.0
4302026-03-04T17:24:55.829Z Downloaded supports-color v2.1.0
4312026-03-04T17:24:55.832Z Downloaded serde_path_to_error v0.1.20
4322026-03-04T17:24:55.835Z Downloaded slog-json v2.6.1
4332026-03-04T17:24:55.838Z Downloaded rustls-platform-verifier v0.6.2
4342026-03-04T17:24:55.841Z Downloaded schemars v0.8.22
4352026-03-04T17:24:55.856Z Downloaded sync_wrapper v1.0.2
4362026-03-04T17:24:55.859Z Downloaded sync-ptr v0.1.4
4372026-03-04T17:24:55.859Z Downloaded tabwriter v1.4.1
4382026-03-04T17:24:55.862Z Downloaded idna v1.1.0
4392026-03-04T17:24:55.865Z Downloaded target-triple v1.0.0
4402026-03-04T17:24:55.868Z Downloaded hkdf v0.12.4
4412026-03-04T17:24:55.871Z Downloaded stacker v0.1.23
4422026-03-04T17:24:55.874Z Downloaded tap v1.0.1
4432026-03-04T17:24:55.876Z Downloaded tagptr v0.2.0
4442026-03-04T17:24:55.879Z Downloaded stringprep v0.1.5
4452026-03-04T17:24:55.882Z Downloaded static_assertions v1.1.0
4462026-03-04T17:24:55.885Z Downloaded strum_macros v0.24.3
4472026-03-04T17:24:55.885Z Downloaded spki v0.7.3
4482026-03-04T17:24:55.888Z Downloaded rstest_macros v0.25.0
4492026-03-04T17:24:55.892Z Downloaded ron v0.8.1
4502026-03-04T17:24:55.898Z Downloaded quinn v0.11.9
4512026-03-04T17:24:55.902Z Downloaded terminal_size v0.4.3
4522026-03-04T17:24:55.905Z Downloaded strum v0.27.2
4532026-03-04T17:24:55.910Z Downloaded terminal_size v0.1.17
4542026-03-04T17:24:55.910Z Downloaded termtree v0.5.1
4552026-03-04T17:24:55.913Z Downloaded icu_properties_data v2.1.2
4562026-03-04T17:24:55.921Z Downloaded testing_table v0.3.0
4572026-03-04T17:24:55.924Z Downloaded synstructure v0.13.2
4582026-03-04T17:24:55.928Z Downloaded signal-hook v0.3.18
4592026-03-04T17:24:55.930Z Downloaded smallvec v1.15.1
4602026-03-04T17:24:55.933Z Downloaded thread-id v4.2.2
4612026-03-04T17:24:55.933Z Downloaded thiserror-impl-no-std v2.0.2
4622026-03-04T17:24:55.937Z Downloaded time-core v0.1.8
4632026-03-04T17:24:55.940Z Downloaded thread-id v5.1.0
4642026-03-04T17:24:55.940Z Downloaded serde_core v1.0.228
4652026-03-04T17:24:55.943Z Downloaded libm v0.2.16
4662026-03-04T17:24:55.953Z Downloaded tinyvec_macros v0.1.1
4672026-03-04T17:24:55.957Z Downloaded serde_yaml v0.9.34+deprecated
4682026-03-04T17:24:55.960Z Downloaded target-spec v3.5.7
4692026-03-04T17:24:55.963Z Downloaded spin v0.9.8
4702026-03-04T17:24:55.966Z Downloaded p521 v0.13.3
4712026-03-04T17:24:55.969Z Downloaded socket2 v0.5.10
4722026-03-04T17:24:55.973Z Downloaded similar v2.7.0
4732026-03-04T17:24:55.976Z Downloaded rustls-webpki v0.103.9
4742026-03-04T17:24:55.980Z Downloaded topological-sort v0.2.2
4752026-03-04T17:24:55.983Z Downloaded toml_write v0.1.2
4762026-03-04T17:24:55.986Z Downloaded publicsuffix v2.3.0
4772026-03-04T17:24:55.988Z Downloaded serde_derive v1.0.228
4782026-03-04T17:24:55.991Z Downloaded slog v2.8.2
4792026-03-04T17:24:55.995Z Downloaded thiserror v1.0.69
4802026-03-04T17:24:56.001Z Downloaded thiserror v2.0.18
4812026-03-04T17:24:56.007Z Downloaded try-lock v0.2.5
4822026-03-04T17:24:56.010Z Downloaded termios v0.3.3
4832026-03-04T17:24:56.013Z Downloaded rand v0.9.2
4842026-03-04T17:24:56.015Z Downloaded tower-service v0.3.3
4852026-03-04T17:24:56.018Z Downloaded tower-layer v0.3.3
4862026-03-04T17:24:56.018Z Downloaded toml_datetime v0.6.11
4872026-03-04T17:24:56.021Z Downloaded thread_local v1.1.9
4882026-03-04T17:24:56.024Z Downloaded tokio-native-tls v0.3.1
4892026-03-04T17:24:56.024Z Downloaded trait-variant v0.1.2
4902026-03-04T17:24:56.027Z Downloaded tinytemplate v1.2.1
4912026-03-04T17:24:56.030Z Downloaded typify-macro v0.6.1
4922026-03-04T17:24:56.030Z Downloaded unicode-xid v0.2.6
4932026-03-04T17:24:56.033Z Downloaded chrono v0.4.44
4942026-03-04T17:24:56.038Z Downloaded plotters v0.3.7
4952026-03-04T17:24:56.047Z Downloaded typeid v1.0.3
4962026-03-04T17:24:56.049Z Downloaded tokio-tungstenite v0.21.0
4972026-03-04T17:24:56.052Z Downloaded tokio-macros v2.6.0
4982026-03-04T17:24:56.052Z Downloaded tokio-tungstenite v0.23.1
4992026-03-04T17:24:56.055Z Downloaded tokio-dtrace v0.1.1
5002026-03-04T17:24:56.059Z Downloaded universal-hash v0.5.1
5012026-03-04T17:24:56.059Z Downloaded tls_codec_derive v0.4.2
5022026-03-04T17:24:56.061Z Downloaded untrusted v0.9.0
5032026-03-04T17:24:56.064Z Downloaded bindgen v0.71.1
5042026-03-04T17:24:56.070Z Downloaded usdt-attr-macro v0.6.0
5052026-03-04T17:24:56.073Z Downloaded usdt v0.6.0
5062026-03-04T17:24:56.073Z Downloaded unicode-truncate v1.1.0
5072026-03-04T17:24:56.076Z Downloaded untrusted v0.7.1
5082026-03-04T17:24:56.076Z Downloaded unit-prefix v0.5.2
5092026-03-04T17:24:56.079Z Downloaded unicode-linebreak v0.1.5
5102026-03-04T17:24:56.079Z Downloaded usdt v0.5.0
5112026-03-04T17:24:56.082Z Downloaded typify-macro v0.4.3
5122026-03-04T17:24:56.082Z Downloaded toml_writer v1.0.6+spec-1.1.0
5132026-03-04T17:24:56.085Z Downloaded term v0.7.0
5142026-03-04T17:24:56.088Z Downloaded toml_datetime v1.0.0+spec-1.1.0
5152026-03-04T17:24:56.091Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5162026-03-04T17:24:56.091Z Downloaded tar v0.4.44
5172026-03-04T17:24:56.094Z Downloaded tiny-keccak v2.0.2
5182026-03-04T17:24:56.097Z Downloaded usdt-macro v0.6.0
5192026-03-04T17:24:56.099Z Downloaded usdt-macro v0.5.0
5202026-03-04T17:24:56.102Z Downloaded usdt-attr-macro v0.5.0
5212026-03-04T17:24:56.102Z Downloaded tokio-rustls v0.25.0
5222026-03-04T17:24:56.102Z Downloaded tls_codec v0.4.2
5232026-03-04T17:24:56.106Z Downloaded utf8_iter v1.0.4
5242026-03-04T17:24:56.109Z Downloaded socket2 v0.6.2
5252026-03-04T17:24:56.109Z Downloaded utf8parse v0.2.2
5262026-03-04T17:24:56.109Z Downloaded void v1.0.2
5272026-03-04T17:24:56.112Z Downloaded tinystr v0.8.2
5282026-03-04T17:24:56.112Z Downloaded term v1.2.1
5292026-03-04T17:24:56.115Z Downloaded waitgroup v0.1.2
5302026-03-04T17:24:56.118Z Downloaded tui-tree-widget v0.23.1
5312026-03-04T17:24:56.121Z Downloaded serde v1.0.228
5322026-03-04T17:24:56.124Z Downloaded target-lexicon v0.13.3
5332026-03-04T17:24:56.128Z Downloaded goblin v0.8.2
5342026-03-04T17:24:56.131Z Downloaded time-macros v0.2.27
5352026-03-04T17:24:56.134Z Downloaded unicase v2.9.0
5362026-03-04T17:24:56.135Z Downloaded toml v0.8.23
5372026-03-04T17:24:56.138Z Downloaded thiserror-impl v1.0.69
5382026-03-04T17:24:56.140Z Downloaded want v0.3.1
5392026-03-04T17:24:56.140Z Downloaded version_check v0.9.5
5402026-03-04T17:24:56.144Z Downloaded tempfile v3.25.0
5412026-03-04T17:24:56.148Z Downloaded xshell-macros v0.2.7
5422026-03-04T17:24:56.148Z Downloaded thiserror-no-std v2.0.2
5432026-03-04T17:24:56.151Z Downloaded toml_parser v1.0.9+spec-1.1.0
5442026-03-04T17:24:56.154Z Downloaded tokio-rustls v0.24.1
5452026-03-04T17:24:56.157Z Downloaded tokio-stream v0.1.18
5462026-03-04T17:24:56.160Z Downloaded unarray v0.1.4
5472026-03-04T17:24:56.163Z Downloaded tokio-rustls v0.26.4
5482026-03-04T17:24:56.165Z Downloaded usdt-impl v0.6.0
5492026-03-04T17:24:56.166Z Downloaded usdt-impl v0.5.0
5502026-03-04T17:24:56.168Z Downloaded yoke-derive v0.8.1
5512026-03-04T17:24:56.168Z Downloaded tracing-attributes v0.1.31
5522026-03-04T17:24:56.171Z Downloaded zeroize_derive v1.4.3
5532026-03-04T17:24:56.174Z Downloaded xattr v1.6.1
5542026-03-04T17:24:56.175Z Downloaded rpassword v7.4.0
5552026-03-04T17:24:56.178Z Downloaded textwrap v0.15.2
5562026-03-04T17:24:56.181Z Downloaded tinyvec v1.10.0
5572026-03-04T17:24:56.183Z Downloaded ucd-trie v0.1.7
5582026-03-04T17:24:56.185Z Downloaded textwrap v0.16.2
5592026-03-04T17:24:56.188Z Downloaded zerofrom v0.1.6
5602026-03-04T17:24:56.188Z Downloaded walkdir v2.5.0
5612026-03-04T17:24:56.191Z Downloaded git2 v0.20.4
5622026-03-04T17:24:56.198Z Downloaded zone_cfg_derive v0.3.1
5632026-03-04T17:24:56.200Z Downloaded utf-8 v0.7.6
5642026-03-04T17:24:56.200Z Downloaded subprocess v0.2.15
5652026-03-04T17:24:56.204Z Downloaded rustyline v14.0.0
5662026-03-04T17:24:56.209Z Downloaded trybuild v1.0.116
5672026-03-04T17:24:56.213Z Downloaded toml v0.7.8
5682026-03-04T17:24:56.216Z Downloaded reedline v0.40.0
5692026-03-04T17:24:56.224Z Downloaded xz2 v0.1.7
5702026-03-04T17:24:56.229Z Downloaded twox-hash v2.1.2
5712026-03-04T17:24:56.231Z Downloaded writeable v0.6.2
5722026-03-04T17:24:56.232Z Downloaded vsss-rs v3.3.4
5732026-03-04T17:24:57.238Z Downloaded uzers v0.12.2
5742026-03-04T17:24:57.242Z Downloaded wait-timeout v0.2.1
5752026-03-04T17:24:57.242Z Downloaded whoami v2.1.0
5762026-03-04T17:24:57.242Z Downloaded zone v0.3.1
5772026-03-04T17:24:57.242Z Downloaded vergen-lib v0.1.6
5782026-03-04T17:24:57.242Z Downloaded tungstenite v0.23.0
5792026-03-04T17:24:57.243Z Downloaded samael v0.0.19
5802026-03-04T17:24:57.243Z Downloaded steno v0.4.1
5812026-03-04T17:24:57.243Z Downloaded vergen-gitcl v1.0.8
5822026-03-04T17:24:57.243Z Downloaded vergen v9.0.6
5832026-03-04T17:24:57.243Z Downloaded zerovec-derive v0.11.2
5842026-03-04T17:24:57.243Z Downloaded whoami v1.6.1
5852026-03-04T17:24:57.243Z Downloaded xshell v0.2.7
5862026-03-04T17:24:57.243Z Downloaded wyz v0.5.1
5872026-03-04T17:24:57.243Z Downloaded typify v0.6.1
5882026-03-04T17:24:57.243Z Downloaded regex v1.12.3
5892026-03-04T17:24:57.243Z Downloaded unicode-ident v1.0.24
5902026-03-04T17:24:57.243Z Downloaded unsafe-libyaml v0.2.11
5912026-03-04T17:24:57.243Z Downloaded toml v0.9.12+spec-1.1.0
5922026-03-04T17:24:57.243Z Downloaded yoke v0.8.1
5932026-03-04T17:24:57.243Z Downloaded portable-atomic v1.13.1
5942026-03-04T17:24:57.243Z Downloaded unicode-bidi v0.3.18
5952026-03-04T17:24:57.243Z Downloaded yasna v0.5.2
5962026-03-04T17:24:57.243Z Downloaded ssh-key v0.6.7
5972026-03-04T17:24:57.243Z Downloaded zeroize v1.8.2
5982026-03-04T17:24:57.243Z Downloaded zerocopy-derive v0.7.35
5992026-03-04T17:24:57.243Z Downloaded uuid v1.21.0
6002026-03-04T17:24:57.243Z Downloaded tungstenite v0.21.0
6012026-03-04T17:24:57.243Z Downloaded reqwest v0.13.2
6022026-03-04T17:24:57.243Z Downloaded typify v0.4.3
6032026-03-04T17:24:57.243Z Downloaded zstd v0.13.3
6042026-03-04T17:24:57.243Z Downloaded vte v0.14.1
6052026-03-04T17:24:57.243Z Downloaded zstd-safe v7.2.4
6062026-03-04T17:24:57.243Z Downloaded russh v0.45.0
6072026-03-04T17:24:57.243Z Downloaded reqwest v0.12.28
6082026-03-04T17:24:57.243Z Downloaded toml_edit v0.22.27
6092026-03-04T17:24:57.243Z Downloaded unicode-properties v0.1.4
6102026-03-04T17:24:57.243Z Downloaded toml v1.0.3+spec-1.1.0
6112026-03-04T17:24:57.243Z Downloaded p384 v0.13.1
6122026-03-04T17:24:57.243Z Downloaded zerofrom-derive v0.1.6
6132026-03-04T17:24:57.243Z Downloaded tracing-core v0.1.36
6142026-03-04T17:24:57.243Z Downloaded toml_edit v0.23.10+spec-1.0.0
6152026-03-04T17:24:57.243Z Downloaded vergen-git2 v1.0.7
6162026-03-04T17:24:57.243Z Downloaded test-strategy v0.4.5
6172026-03-04T17:24:57.244Z Downloaded schemars v1.2.1
6182026-03-04T17:24:57.244Z Downloaded zopfli v0.8.3
6192026-03-04T17:24:57.244Z Downloaded zerocopy v0.6.6
6202026-03-04T17:24:57.244Z Downloaded quick-xml v0.37.5
6212026-03-04T17:24:57.244Z Downloaded schemars v0.9.0
6222026-03-04T17:24:57.244Z Downloaded zmij v1.0.21
6232026-03-04T17:24:57.244Z Downloaded zerotrie v0.2.3
6242026-03-04T17:24:57.244Z Downloaded lalrpop v0.19.12
6252026-03-04T17:24:57.244Z Downloaded tokio-postgres v0.7.16
6262026-03-04T17:24:57.244Z Downloaded proptest v1.10.0
6272026-03-04T17:24:57.244Z Downloaded yansi v1.0.1
6282026-03-04T17:24:57.244Z Downloaded rustls-webpki v0.102.8
6292026-03-04T17:24:57.244Z Downloaded rayon v1.11.0
6302026-03-04T17:24:57.244Z Downloaded zerocopy-derive v0.8.40
6312026-03-04T17:24:57.244Z Downloaded bstr v1.12.1
6322026-03-04T17:24:57.244Z Downloaded gimli v0.32.3
6332026-03-04T17:24:57.244Z Downloaded unicode_categories v0.1.1
6342026-03-04T17:24:57.244Z Downloaded typenum v1.19.0
6352026-03-04T17:24:57.244Z Downloaded toml_edit v0.19.15
6362026-03-04T17:24:57.244Z Downloaded url v2.5.8
6372026-03-04T17:24:57.244Z Downloaded salty v0.3.0
6382026-03-04T17:24:57.244Z Downloaded zip v0.6.6
6392026-03-04T17:24:57.244Z Downloaded polar-core v0.27.3
6402026-03-04T17:24:57.244Z Downloaded moka v0.12.13
6412026-03-04T17:24:57.244Z Downloaded openssl v0.10.75
6422026-03-04T17:24:57.244Z Downloaded zerovec v0.11.5
6432026-03-04T17:24:57.244Z Downloaded curve25519-dalek v4.1.3
6442026-03-04T17:24:57.245Z Downloaded nix v0.27.1
6452026-03-04T17:24:57.245Z Downloaded serde_json v1.0.149
6462026-03-04T17:24:57.245Z Downloaded rustls-webpki v0.101.7
6472026-03-04T17:24:57.245Z Downloaded x509-cert v0.2.5
6482026-03-04T17:24:57.245Z Downloaded tokio-util v0.7.18
6492026-03-04T17:24:57.245Z Downloaded dropshot v0.16.7
6502026-03-04T17:24:57.245Z Downloaded typed-path v0.9.3
6512026-03-04T17:24:57.245Z Downloaded unicode-normalization v0.1.25
6522026-03-04T17:24:57.245Z Downloaded serde_with v3.17.0
6532026-03-04T17:24:57.245Z Downloaded unicode-segmentation v1.12.0
6542026-03-04T17:24:57.245Z Downloaded rustls v0.21.12
6552026-03-04T17:24:57.245Z Downloaded tower-http v0.6.8
6562026-03-04T17:24:57.245Z Downloaded tower v0.5.3
6572026-03-04T17:24:57.245Z Downloaded winnow v0.7.14
6582026-03-04T17:24:57.245Z Downloaded quinn-proto v0.11.13
6592026-03-04T17:24:57.245Z Downloaded tough v0.20.0
6602026-03-04T17:24:57.245Z Downloaded zip v4.6.1
6612026-03-04T17:24:57.245Z Downloaded hickory-proto v0.25.2
6622026-03-04T17:24:57.245Z Downloaded goblin v0.10.5
6632026-03-04T17:24:57.245Z Downloaded radix_trie v0.2.1
6642026-03-04T17:24:57.246Z Downloaded syn v1.0.109
6652026-03-04T17:24:57.246Z Downloaded regress v0.10.5
6662026-03-04T17:24:57.246Z Downloaded openapiv3 v2.2.0
6672026-03-04T17:24:57.246Z Downloaded winnow v0.5.40
6682026-03-04T17:24:57.246Z Downloaded smoltcp v0.11.0
6692026-03-04T17:24:57.246Z Downloaded zerocopy v0.7.35
6702026-03-04T17:24:57.246Z Downloaded unicode-width v0.2.0
6712026-03-04T17:24:57.246Z Downloaded diesel v2.2.12
6722026-03-04T17:24:57.246Z Downloaded tabled v0.20.0
6732026-03-04T17:24:57.247Z Downloaded smoltcp v0.9.1
6742026-03-04T17:24:57.250Z Downloaded nix v0.30.1
6752026-03-04T17:24:57.250Z Downloaded zlib-rs v0.6.2
6762026-03-04T17:24:57.250Z Downloaded rustix v1.1.3
6772026-03-04T17:24:57.250Z Downloaded nix v0.31.1
6782026-03-04T17:24:57.250Z Downloaded webpki-roots v1.0.6
6792026-03-04T17:24:57.250Z Downloaded vcpkg v0.2.15
6802026-03-04T17:24:57.250Z Downloaded syn v2.0.117
6812026-03-04T17:24:57.250Z Downloaded rustls v0.23.37
6822026-03-04T17:24:57.250Z Downloaded zerocopy v0.8.40
6832026-03-04T17:24:57.250Z Downloaded sled v0.34.7
6842026-03-04T17:24:57.250Z Downloaded rustix v0.38.44
6852026-03-04T17:24:57.250Z Downloaded ratatui v0.29.0
6862026-03-04T17:24:57.250Z Downloaded typify-impl v0.6.1
6872026-03-04T17:24:57.250Z Downloaded tracing v0.1.44
6882026-03-04T17:24:57.250Z Downloaded typify-impl v0.4.3
6892026-03-04T17:24:57.250Z Downloaded sqlparser v0.61.0
6902026-03-04T17:24:57.250Z Downloaded bzip2-sys v0.1.13+1.0.8
6912026-03-04T17:24:57.250Z Downloaded rustls v0.22.4
6922026-03-04T17:24:57.251Z Downloaded unicode-width v0.1.14
6932026-03-04T17:24:57.251Z Downloaded regex-automata v0.4.14
6942026-03-04T17:24:57.251Z Downloaded tabled v0.15.0
6952026-03-04T17:24:57.252Z Downloaded petgraph v0.6.5
6962026-03-04T17:24:57.252Z Downloaded lzma-sys v0.1.20
6972026-03-04T17:24:57.252Z Downloaded jiff v0.2.21
6982026-03-04T17:24:57.252Z Downloaded chrono-tz v0.10.4
6992026-03-04T17:24:57.252Z Downloaded nix v0.29.0
7002026-03-04T17:24:57.252Z Downloaded zerocopy-derive v0.6.6
7012026-03-04T17:24:57.252Z Downloaded nix v0.28.0
7022026-03-04T17:24:57.266Z Downloaded winnow v0.6.26
7032026-03-04T17:24:57.266Z Downloaded regex-syntax v0.8.10
7042026-03-04T17:24:57.270Z Downloaded time v0.3.47
7052026-03-04T17:24:57.279Z Downloaded object v0.37.3
7062026-03-04T17:24:57.290Z Downloaded libc v0.2.180
7072026-03-04T17:24:57.322Z Downloaded object v0.30.4
7082026-03-04T17:24:57.330Z Downloaded hickory-proto v0.24.4
7092026-03-04T17:24:57.343Z Downloaded regex-syntax v0.6.29
7102026-03-04T17:24:57.349Z Downloaded sha3 v0.10.8
7112026-03-04T17:24:57.355Z Downloaded petgraph v0.8.3
7122026-03-04T17:24:57.376Z Downloaded csv v1.4.0
7132026-03-04T17:24:57.393Z Downloaded petname v2.0.2
7142026-03-04T17:24:57.397Z Downloaded ron v0.12.0
7152026-03-04T17:24:57.405Z Downloaded libz-sys v1.1.24
7162026-03-04T17:24:57.425Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
7172026-03-04T17:24:57.441Z Downloaded snafu v0.8.9
7182026-03-04T17:24:57.447Z Downloaded thiserror-impl v2.0.18
7192026-03-04T17:24:57.450Z Downloaded rand v0.10.0
7202026-03-04T17:24:57.453Z Downloaded tokio v1.49.0
7212026-03-04T17:24:57.490Z Downloaded aws-lc-rs v1.16.0
7222026-03-04T17:24:57.499Z Downloaded termcolor v1.4.1
7232026-03-04T17:24:57.503Z Downloaded itertools v0.14.0
7242026-03-04T17:24:57.506Z Downloaded bitvec v1.0.1
7252026-03-04T17:24:57.520Z Downloaded tabled_derive v0.11.0
7262026-03-04T17:24:57.523Z Downloaded slog-dtrace v0.3.0
7272026-03-04T17:24:57.523Z Downloaded pest v2.8.6
7282026-03-04T17:24:57.527Z Downloaded qorb v0.4.1
7292026-03-04T17:24:57.531Z Downloaded support-bundle-viewer v0.1.2
7302026-03-04T17:24:57.534Z Downloaded strum_macros v0.27.2
7312026-03-04T17:24:57.537Z Downloaded rsa v0.9.10
7322026-03-04T17:24:57.539Z Downloaded rand v0.8.5
7332026-03-04T17:24:57.542Z Downloaded num-bigint-dig v0.8.6
7342026-03-04T17:24:57.546Z Downloaded num-bigint v0.4.6
7352026-03-04T17:24:57.550Z Downloaded h2 v0.4.13
7362026-03-04T17:24:57.556Z Downloaded strum_macros v0.26.4
7372026-03-04T17:24:57.559Z Downloaded nom v7.1.3
7382026-03-04T17:24:57.562Z Downloaded libxml v0.3.3
7392026-03-04T17:24:57.568Z Downloaded iri-string v0.7.10
7402026-03-04T17:24:57.573Z Downloaded stringmetrics v2.2.2
7412026-03-04T17:24:57.576Z Downloaded string_cache v0.8.9
7422026-03-04T17:24:57.579Z Downloaded iddqd v0.3.17
7432026-03-04T17:24:57.582Z Downloaded encoding_rs v0.8.35
7442026-03-04T17:24:57.601Z Downloaded take_mut v0.2.2
7452026-03-04T17:24:57.604Z Downloaded tabled_derive v0.7.0
7462026-03-04T17:24:57.604Z Downloaded shlex v1.3.0
7472026-03-04T17:24:57.604Z Downloaded ring v0.17.14
7482026-03-04T17:24:57.641Z Downloaded serde_with_macros v3.17.0
7492026-03-04T17:24:57.644Z Downloaded blake3 v1.8.3
7502026-03-04T17:24:57.650Z Downloaded swrite v0.1.0
7512026-03-04T17:24:57.653Z Downloaded supports-unicode v2.1.0
7522026-03-04T17:24:57.653Z Downloaded supports-color v3.0.2
7532026-03-04T17:24:57.653Z Downloaded sqlformat v0.3.5
7542026-03-04T17:24:57.656Z Downloaded smf v0.2.3
7552026-03-04T17:24:57.656Z Downloaded slog-scope v4.4.1
7562026-03-04T17:24:57.659Z Downloaded serde_cbor v0.11.2
7572026-03-04T17:24:57.659Z Downloaded ryu v1.0.23
7582026-03-04T17:24:57.663Z Downloaded itertools v0.13.0
7592026-03-04T17:24:57.668Z Downloaded rayon-core v1.13.0
7602026-03-04T17:24:57.671Z Downloaded rand_distr v0.5.1
7612026-03-04T17:24:57.674Z Downloaded subtle v2.6.1
7622026-03-04T17:24:57.677Z Downloaded httpmock v0.8.3
7632026-03-04T17:24:57.694Z Downloaded snafu-derive v0.8.9
7642026-03-04T17:24:57.696Z Downloaded smallvec v0.6.14
7652026-03-04T17:24:57.696Z Downloaded slog-async v2.8.0
7662026-03-04T17:24:57.699Z Downloaded slab v0.4.12
7672026-03-04T17:24:57.699Z Downloaded hyper v1.8.1
7682026-03-04T17:24:57.704Z Downloaded rstest v0.25.0
7692026-03-04T17:24:57.709Z Downloaded slog-term v2.9.2
7702026-03-04T17:24:57.712Z Downloaded slog-stdlog v4.1.1
7712026-03-04T17:24:57.715Z Downloaded libgit2-sys v0.18.3+1.9.2
7722026-03-04T17:24:57.762Z Downloaded sha2 v0.10.9
7732026-03-04T17:24:57.765Z Downloaded sha1 v0.10.6
7742026-03-04T17:24:57.768Z Downloaded guppy v0.17.25
7752026-03-04T17:24:57.771Z Downloaded hashbrown v0.15.5
7762026-03-04T17:24:57.775Z Downloaded rcgen v0.12.1
7772026-03-04T17:24:57.778Z Downloaded pretty_assertions v1.4.1
7782026-03-04T17:24:57.781Z Downloaded mio v1.1.1
7792026-03-04T17:24:57.784Z Downloaded itertools v0.10.5
7802026-03-04T17:24:57.789Z Downloaded hashbrown v0.12.3
7812026-03-04T17:24:57.793Z Downloaded progenitor-impl v0.11.2
7822026-03-04T17:24:57.795Z Downloaded hyper-util v0.1.20
7832026-03-04T17:24:57.799Z Downloaded seq-macro v0.3.6
7842026-03-04T17:24:57.803Z Downloaded rustls-pemfile v1.0.4
7852026-03-04T17:24:57.805Z Downloaded rust-argon2 v2.1.0
7862026-03-04T17:24:57.806Z Downloaded pin-project v1.1.11
7872026-03-04T17:24:57.814Z Downloaded memchr v2.8.0
7882026-03-04T17:24:57.819Z Downloaded clap_builder v4.5.60
7892026-03-04T17:24:57.825Z Downloaded indexmap v2.13.0
7902026-03-04T17:24:57.828Z Downloaded papergrid v0.17.0
7912026-03-04T17:24:57.833Z Downloaded criterion v0.7.0
7922026-03-04T17:24:57.839Z Downloaded rand_chacha v0.3.1
7932026-03-04T17:24:57.842Z Downloaded quote v1.0.44
7942026-03-04T17:24:57.845Z Downloaded pest_derive v2.8.6
7952026-03-04T17:24:57.845Z Downloaded oso v0.27.3
7962026-03-04T17:24:57.848Z Downloaded hickory-server v0.25.2
7972026-03-04T17:24:57.851Z Downloaded pest_generator v2.8.6
7982026-03-04T17:24:57.857Z Downloaded minimal-lexical v0.2.1
7992026-03-04T17:24:57.859Z Downloaded pkcs5 v0.7.1
8002026-03-04T17:24:57.859Z Downloaded pkcs1 v0.7.5
8012026-03-04T17:24:57.865Z Downloaded pin-project-lite v0.2.17
8022026-03-04T17:24:57.868Z Downloaded hashbrown v0.13.2
8032026-03-04T17:24:57.871Z Downloaded crossterm v0.28.1
8042026-03-04T17:24:57.875Z Downloaded progenitor v0.13.0
8052026-03-04T17:24:57.879Z Downloaded num-traits v0.2.19
8062026-03-04T17:24:57.882Z Downloaded ppv-lite86 v0.2.21
8072026-03-04T17:24:57.882Z Downloaded paste v1.0.15
8082026-03-04T17:24:57.886Z Downloaded proc-macro-error v1.0.4
8092026-03-04T17:24:57.886Z Downloaded parking_lot_core v0.8.6
8102026-03-04T17:24:57.889Z Downloaded hickory-resolver v0.24.4
8112026-03-04T17:24:57.892Z Downloaded pkg-config v0.3.32
8122026-03-04T17:24:57.892Z Downloaded pkcs8 v0.10.2
8132026-03-04T17:24:57.896Z Downloaded pin-project-internal v1.1.11
8142026-03-04T17:24:57.896Z Downloaded miniz_oxide v0.8.9
8152026-03-04T17:24:57.899Z Downloaded progenitor-macro v0.11.2
8162026-03-04T17:24:57.899Z Downloaded phf_shared v0.12.1
8172026-03-04T17:24:57.899Z Downloaded pem v3.0.6
8182026-03-04T17:24:57.902Z Downloaded peg-macros v0.8.5
8192026-03-04T17:24:57.902Z Downloaded peg v0.8.5
8202026-03-04T17:24:57.905Z Downloaded parking_lot v0.11.2
8212026-03-04T17:24:57.910Z Downloaded predicates-core v1.0.10
8222026-03-04T17:24:57.910Z Downloaded knuffel v3.2.0
8232026-03-04T17:24:57.913Z Downloaded hickory-resolver v0.25.2
8242026-03-04T17:24:57.916Z Downloaded once_cell v1.21.3
8252026-03-04T17:24:57.916Z Downloaded derive_more-impl v2.1.1
8262026-03-04T17:24:57.920Z Downloaded phf v0.12.1
8272026-03-04T17:24:57.924Z Downloaded proc-macro-crate v3.4.0
8282026-03-04T17:24:57.924Z Downloaded proc-macro-crate v1.3.1
8292026-03-04T17:24:57.928Z Downloaded parse-display-derive v0.10.0
8302026-03-04T17:24:57.928Z Downloaded aho-corasick v1.1.4
8312026-03-04T17:24:57.931Z Downloaded powerfmt v0.2.0
8322026-03-04T17:24:57.931Z Downloaded heapless v0.8.0
8332026-03-04T17:24:57.934Z Downloaded partial-io v0.5.4
8342026-03-04T17:24:57.937Z Downloaded indicatif v0.18.4
8352026-03-04T17:24:57.940Z Downloaded indexmap v1.9.3
8362026-03-04T17:24:57.943Z Downloaded icu_normalizer v2.1.1
8372026-03-04T17:24:57.946Z Downloaded owo-colors v3.5.0
8382026-03-04T17:24:57.948Z Downloaded plotters-backend v0.3.7
8392026-03-04T17:24:57.948Z Downloaded headers v0.4.1
8402026-03-04T17:24:57.952Z Downloaded flume v0.11.1
8412026-03-04T17:24:57.955Z Downloaded flate2 v1.1.9
8422026-03-04T17:24:57.960Z Downloaded crossbeam-channel v0.5.15
8432026-03-04T17:24:57.963Z Downloaded oxnet v0.1.4
8442026-03-04T17:24:57.967Z Downloaded phf_shared v0.11.3
8452026-03-04T17:24:57.967Z Downloaded parking v2.2.1
8462026-03-04T17:24:57.969Z Downloaded oorandom v11.1.5
8472026-03-04T17:24:57.969Z Downloaded num_enum_derive v0.5.11
8482026-03-04T17:24:57.969Z Downloaded memmap2 v0.9.10
8492026-03-04T17:24:57.972Z Downloaded libbz2-rs-sys v0.2.2
8502026-03-04T17:24:57.972Z Downloaded cc v1.2.56
8512026-03-04T17:24:57.975Z Downloaded pathdiff v0.2.3
8522026-03-04T17:24:57.978Z Downloaded path-slash v0.1.5
8532026-03-04T17:24:57.978Z Downloaded parse-display v0.10.0
8542026-03-04T17:24:57.978Z Downloaded num_enum v0.7.5
8552026-03-04T17:24:57.982Z Downloaded derive_more v2.1.1
8562026-03-04T17:24:57.993Z Downloaded der v0.7.10
8572026-03-04T17:24:57.998Z Downloaded crypto-bigint v0.5.5
8582026-03-04T17:24:58.003Z Downloaded oso-derive v0.27.3
8592026-03-04T17:24:58.006Z Downloaded newtype-uuid v1.3.2
8602026-03-04T17:24:58.006Z Downloaded multer v3.1.0
8612026-03-04T17:24:58.009Z Downloaded num-derive v0.3.3
8622026-03-04T17:24:58.009Z Downloaded nu-ansi-term v0.50.3
8632026-03-04T17:24:58.012Z Downloaded litemap v0.8.1
8642026-03-04T17:24:58.015Z Downloaded icu_properties v2.1.2
8652026-03-04T17:24:58.015Z Downloaded opaque-debug v0.3.1
8662026-03-04T17:24:58.020Z Downloaded openssl-probe v0.2.1
8672026-03-04T17:24:58.020Z Downloaded native-tls v0.2.18
8682026-03-04T17:24:58.020Z Downloaded lazy_static v1.5.0
8692026-03-04T17:24:58.020Z Downloaded match_cfg v0.1.0
8702026-03-04T17:24:58.024Z Downloaded jobserver v0.1.34
8712026-03-04T17:24:58.024Z Downloaded ingot-macros v0.1.1
8722026-03-04T17:24:58.024Z Downloaded getrandom v0.3.4
8732026-03-04T17:24:58.027Z Downloaded ed25519-dalek v2.2.0
8742026-03-04T17:24:58.030Z Downloaded aes-gcm v0.10.3
8752026-03-04T17:24:58.033Z Downloaded darling_core v0.23.0
8762026-03-04T17:24:58.037Z Downloaded libtest-mimic v0.8.1
8772026-03-04T17:24:58.040Z Downloaded libsw-core v0.3.2
8782026-03-04T17:24:58.043Z Downloaded libsw v3.5.0
8792026-03-04T17:24:58.043Z Downloaded normalize-line-endings v0.3.0
8802026-03-04T17:24:58.043Z Downloaded lock_api v0.4.14
8812026-03-04T17:24:58.046Z Downloaded libloading v0.8.9
8822026-03-04T17:24:58.049Z Downloaded httparse v1.10.1
8832026-03-04T17:24:58.049Z Downloaded libefi-sys v0.1.0
8842026-03-04T17:24:58.051Z Downloaded iana-time-zone v0.1.65
8852026-03-04T17:24:58.054Z Downloaded hyper-rustls v0.27.7
8862026-03-04T17:24:58.054Z Downloaded getrandom v0.4.1
8872026-03-04T17:24:58.057Z Downloaded newtype-uuid-macros v0.1.0
8882026-03-04T17:24:58.060Z Downloaded newline-converter v0.3.0
8892026-03-04T17:24:58.060Z Downloaded new_debug_unreachable v1.0.6
8902026-03-04T17:24:58.060Z Downloaded nested v0.1.1
8912026-03-04T17:24:58.063Z Downloaded multimap v0.10.1
8922026-03-04T17:24:58.063Z Downloaded knuffel-derive v3.2.0
8932026-03-04T17:24:58.063Z Downloaded base64 v0.21.7
8942026-03-04T17:24:58.067Z Downloaded ipnet v2.11.0
8952026-03-04T17:24:58.070Z Downloaded backtrace v0.3.76
8962026-03-04T17:24:58.073Z Downloaded miette-derive v5.10.0
8972026-03-04T17:24:58.076Z Downloaded memmap v0.7.0
8982026-03-04T17:24:58.076Z Downloaded maybe-uninit v2.0.0
8992026-03-04T17:24:58.076Z Downloaded instability v0.3.11
9002026-03-04T17:24:58.079Z Downloaded ingot-types v0.1.2
9012026-03-04T17:24:58.079Z Downloaded ingot v0.1.1
9022026-03-04T17:24:58.079Z Downloaded indoc v2.0.7
9032026-03-04T17:24:58.082Z Downloaded impl-trait-for-tuples v0.2.3
9042026-03-04T17:24:58.085Z Downloaded half v1.8.3
9052026-03-04T17:24:58.088Z Downloaded maplit v1.0.2
9062026-03-04T17:24:58.088Z Downloaded find-msvc-tools v0.1.9
9072026-03-04T17:24:58.091Z Downloaded lru-cache v0.1.2
9082026-03-04T17:24:58.091Z Downloaded lru v0.12.5
9092026-03-04T17:24:58.091Z Downloaded fatfs v0.3.6
9102026-03-04T17:24:58.094Z Downloaded managed v0.8.0
9112026-03-04T17:24:58.094Z Downloaded lru-slab v0.1.2
9122026-03-04T17:24:58.096Z Downloaded linked-hash-map v0.5.6
9132026-03-04T17:24:58.096Z Downloaded linkme-impl v0.3.35
9142026-03-04T17:24:58.096Z Downloaded idna_adapter v1.2.1
9152026-03-04T17:24:58.100Z Downloaded humantime v2.3.0
9162026-03-04T17:24:58.100Z Downloaded http-body-util v0.1.3
9172026-03-04T17:24:58.100Z Downloaded glob v0.3.3
9182026-03-04T17:24:58.103Z Downloaded base64 v0.22.1
9192026-03-04T17:24:58.106Z Downloaded clap v4.5.60
9202026-03-04T17:24:58.111Z Downloaded diff v0.1.13
9212026-03-04T17:24:58.114Z Downloaded derive_more v0.99.20
9222026-03-04T17:24:58.118Z Downloaded itoa v1.0.17
9232026-03-04T17:24:58.120Z Downloaded futures-channel v0.3.32
9242026-03-04T17:24:58.120Z Downloaded elliptic-curve v0.13.8
9252026-03-04T17:24:58.123Z Downloaded is-terminal v0.4.17
9262026-03-04T17:24:58.126Z Downloaded inout v0.1.4
9272026-03-04T17:24:58.126Z Downloaded globwalk v0.9.1
9282026-03-04T17:24:58.126Z Downloaded env_logger v0.11.9
9292026-03-04T17:24:58.129Z Downloaded hubpack_derive v0.1.1
9302026-03-04T17:24:58.129Z Downloaded globset v0.4.18
9312026-03-04T17:24:58.132Z Downloaded dropshot_endpoint v0.16.7
9322026-03-04T17:24:58.135Z Downloaded http-range v0.1.5
9332026-03-04T17:24:58.135Z Downloaded crc-any v2.5.0
9342026-03-04T17:24:58.138Z Downloaded hostname v0.4.2
9352026-03-04T17:24:58.138Z Downloaded futures-timer v3.0.3
9362026-03-04T17:24:58.141Z Downloaded cookie v0.18.1
9372026-03-04T17:24:58.143Z Downloaded git-stub v1.0.0
9382026-03-04T17:24:58.143Z Downloaded futures-executor v0.3.32
9392026-03-04T17:24:58.143Z Downloaded des v0.8.1
9402026-03-04T17:24:58.146Z Downloaded ctr v0.9.2
9412026-03-04T17:24:58.146Z Downloaded const-oid v0.9.6
9422026-03-04T17:24:58.150Z Downloaded crossbeam-utils v0.8.21
9432026-03-04T17:24:58.153Z Downloaded arc-swap v1.8.2
9442026-03-04T17:24:58.156Z Downloaded datatest-stable v0.3.3
9452026-03-04T17:24:58.159Z Downloaded crossbeam-epoch v0.9.18
9462026-03-04T17:24:58.159Z Downloaded cookie_store v0.22.1
9472026-03-04T17:24:58.162Z Downloaded hex-literal v0.4.1
9482026-03-04T17:24:58.162Z Downloaded heck v0.5.0
9492026-03-04T17:24:58.165Z Downloaded futures-macro v0.3.32
9502026-03-04T17:24:58.165Z Downloaded fixedbitset v0.5.7
9512026-03-04T17:24:58.168Z Downloaded async-bb8-diesel v0.2.1
9522026-03-04T17:24:58.168Z Downloaded fs-err v3.3.0
9532026-03-04T17:24:58.171Z Downloaded fs-err v2.11.0
9542026-03-04T17:24:58.171Z Downloaded filetime v0.2.27
9552026-03-04T17:24:58.174Z Downloaded fallible-iterator v0.2.0
9562026-03-04T17:24:58.174Z Downloaded console v0.16.2
9572026-03-04T17:24:58.178Z Downloaded bitflags v2.11.0
9582026-03-04T17:24:58.181Z Downloaded foldhash v0.2.0
9592026-03-04T17:24:58.181Z Downloaded foldhash v0.1.5
9602026-03-04T17:24:58.183Z Downloaded darling v0.21.3
9612026-03-04T17:24:58.186Z Downloaded derive_builder v0.20.2
9622026-03-04T17:24:58.191Z Downloaded der_derive v0.7.3
9632026-03-04T17:24:58.194Z Downloaded darling v0.23.0
9642026-03-04T17:24:58.198Z Downloaded crc32fast v1.5.0
9652026-03-04T17:24:58.201Z Downloaded futures-sink v0.3.32
9662026-03-04T17:24:58.201Z Downloaded futures-core v0.3.32
9672026-03-04T17:24:58.204Z Downloaded erased-serde v0.4.9
9682026-03-04T17:24:58.204Z Downloaded derive_builder_core v0.20.2
9692026-03-04T17:24:58.207Z Downloaded cargo_toml v0.22.3
9702026-03-04T17:24:58.207Z Downloaded derive-ex v0.1.8
9712026-03-04T17:24:58.210Z Downloaded constant_time_eq v0.4.2
9722026-03-04T17:24:58.211Z Downloaded bitflags v1.3.2
9732026-03-04T17:24:58.213Z Downloaded generic-array v0.14.7
9742026-03-04T17:24:58.216Z Downloaded fxhash v0.2.1
9752026-03-04T17:24:58.216Z Downloaded digest v0.10.7
9762026-03-04T17:24:58.219Z Downloaded cargo-util-schemas v0.8.2
9772026-03-04T17:24:58.219Z Downloaded camino-tempfile v1.4.1
9782026-03-04T17:24:58.222Z Downloaded aes v0.8.4
9792026-03-04T17:24:58.225Z Downloaded displaydoc v0.2.5
9802026-03-04T17:24:58.228Z Downloaded daft-derive v0.1.5
9812026-03-04T17:24:58.232Z Downloaded colored v3.1.1
9822026-03-04T17:24:58.235Z Downloaded colored v2.2.0
9832026-03-04T17:24:58.238Z Downloaded cargo_metadata v0.19.2
9842026-03-04T17:24:58.238Z Downloaded bzip2 v0.6.1
9852026-03-04T17:24:58.241Z Downloaded bzip2 v0.4.4
9862026-03-04T17:24:58.241Z Downloaded form_urlencoded v1.2.2
9872026-03-04T17:24:58.241Z Downloaded foreign-types-shared v0.3.1
9882026-03-04T17:24:58.244Z Downloaded foreign-types v0.5.0
9892026-03-04T17:24:58.244Z Downloaded float-ord v0.3.2
9902026-03-04T17:24:58.244Z Downloaded ed25519 v2.2.3
9912026-03-04T17:24:58.247Z Downloaded ecdsa v0.16.9
9922026-03-04T17:24:58.247Z Downloaded bcs v0.1.6
9932026-03-04T17:24:58.250Z Downloaded cancel-safe-futures v0.1.5
9942026-03-04T17:24:58.253Z Downloaded camino v1.2.2
9952026-03-04T17:24:58.256Z Downloaded blake2 v0.10.6
9962026-03-04T17:24:58.259Z Downloaded escape8259 v0.5.3
9972026-03-04T17:24:58.259Z Downloaded errno v0.3.14
9982026-03-04T17:24:58.262Z Downloaded either v1.15.0
9992026-03-04T17:24:58.262Z Downloaded defmt v1.0.1
10002026-03-04T17:24:58.265Z Downloaded chumsky v0.9.3
10012026-03-04T17:24:58.267Z Downloaded chacha20poly1305 v0.10.1
10022026-03-04T17:24:58.270Z Downloaded chacha20 v0.10.0
10032026-03-04T17:24:58.273Z Downloaded cfg-expr v0.20.6
10042026-03-04T17:24:58.276Z Downloaded cargo_metadata v0.21.0
10052026-03-04T17:24:58.277Z Downloaded backon v1.6.0
10062026-03-04T17:24:58.279Z Downloaded async-lock v3.4.2
10072026-03-04T17:24:58.282Z Downloaded ar_archive_writer v0.5.1
10082026-03-04T17:24:58.285Z Downloaded foreign-types-macros v0.2.3
10092026-03-04T17:24:58.285Z Downloaded fnv v1.0.7
10102026-03-04T17:24:58.288Z Downloaded float-cmp v0.10.0
10112026-03-04T17:24:58.289Z Downloaded deranged v0.5.8
10122026-03-04T17:24:58.289Z Downloaded const_format_proc_macros v0.2.34
10132026-03-04T17:24:58.291Z Downloaded fixedbitset v0.4.2
10142026-03-04T17:24:58.291Z Downloaded darling_core v0.20.11
10152026-03-04T17:24:58.296Z Downloaded daft v0.1.5
10162026-03-04T17:24:58.300Z Downloaded const_format v0.2.35
10172026-03-04T17:24:58.303Z Downloaded drift v0.1.3
10182026-03-04T17:24:58.307Z Downloaded darling v0.20.11
10192026-03-04T17:24:58.312Z Downloaded clap_derive v4.5.55
10202026-03-04T17:24:58.315Z Downloaded endian-type v0.1.2
10212026-03-04T17:24:58.318Z Downloaded data-encoding v2.10.0
10222026-03-04T17:24:58.318Z Downloaded convert_case v0.10.0
10232026-03-04T17:24:58.318Z Downloaded cbc v0.1.2
10242026-03-04T17:24:58.321Z Downloaded blake2b_simd v1.0.4
10252026-03-04T17:24:58.321Z Downloaded critical-section v1.2.0
10262026-03-04T17:24:58.324Z Downloaded byteorder v1.5.0
10272026-03-04T17:24:58.324Z Downloaded bytecount v0.6.9
10282026-03-04T17:24:58.327Z Downloaded cexpr v0.6.0
10292026-03-04T17:24:58.330Z Downloaded camino-tempfile-ext v0.3.3
10302026-03-04T17:24:58.330Z Downloaded autocfg v1.5.0
10312026-03-04T17:24:58.333Z Downloaded buf-list v1.1.2
10322026-03-04T17:24:58.336Z Downloaded bitfield v0.19.4
10332026-03-04T17:24:58.336Z Downloaded base64ct v1.8.3
10342026-03-04T17:24:58.338Z Downloaded embedded-io v0.6.1
10352026-03-04T17:24:58.338Z Downloaded embedded-io v0.4.0
10362026-03-04T17:24:58.341Z Downloaded display-error-chain v0.2.2
10372026-03-04T17:24:58.341Z Downloaded cargo_metadata v0.23.1
10382026-03-04T17:24:58.344Z Downloaded backoff v0.4.0
10392026-03-04T17:24:58.347Z Downloaded anstyle v1.0.13
10402026-03-04T17:24:58.347Z Downloaded assert_cmd v2.1.2
10412026-03-04T17:24:58.350Z Downloaded dunce v1.0.5
10422026-03-04T17:24:58.350Z Downloaded dtrace-parser v0.3.0
10432026-03-04T17:24:58.353Z Downloaded dtrace-parser v0.2.0
10442026-03-04T17:24:58.354Z Downloaded dirs-sys-next v0.1.2
10452026-03-04T17:24:58.354Z Downloaded difflib v0.4.0
10462026-03-04T17:24:58.354Z Downloaded derive_builder_macro v0.20.2
10472026-03-04T17:24:58.356Z Downloaded crunchy v0.2.4
10482026-03-04T17:24:58.357Z Downloaded cpufeatures v0.3.0
10492026-03-04T17:24:58.357Z Downloaded ascii-canvas v3.0.0
10502026-03-04T17:24:58.360Z Downloaded arrayvec v0.7.6
10512026-03-04T17:24:58.360Z Downloaded dropshot-api-manager-types v0.5.2
10522026-03-04T17:24:58.362Z Downloaded bitfield-macros v0.19.4
10532026-03-04T17:24:58.362Z Downloaded bit-vec v0.8.0
10542026-03-04T17:24:58.365Z Downloaded bit-vec v0.6.3
10552026-03-04T17:24:58.365Z Downloaded async-trait v0.1.89
10562026-03-04T17:24:58.368Z Downloaded ciborium v0.2.2
10572026-03-04T17:24:58.371Z Downloaded crc8 v0.1.1
10582026-03-04T17:24:58.371Z Downloaded crc-catalog v2.4.0
10592026-03-04T17:24:58.371Z Downloaded console v0.15.11
10602026-03-04T17:24:58.374Z Downloaded cargo-platform v0.1.9
10612026-03-04T17:24:58.377Z Downloaded cargo-platform v0.3.2
10622026-03-04T17:24:58.377Z Downloaded bit-set v0.5.3
10632026-03-04T17:24:58.377Z Downloaded async-stream-impl v0.3.6
10642026-03-04T17:24:58.382Z Downloaded async-stream v0.3.6
10652026-03-04T17:24:58.382Z Downloaded clap_lex v1.0.0
10662026-03-04T17:24:58.385Z Downloaded atomicwrites v0.4.4
10672026-03-04T17:24:58.385Z Downloaded array-init v0.0.4
10682026-03-04T17:24:58.385Z Downloaded cpufeatures v0.2.17
10692026-03-04T17:24:58.385Z Downloaded cargo-platform v0.2.0
10702026-03-04T17:24:58.385Z Downloaded atty v0.2.14
10712026-03-04T17:24:58.388Z Downloaded assert_matches v1.5.0
10722026-03-04T17:24:58.388Z Downloaded criterion-plot v0.6.0
10732026-03-04T17:24:58.391Z Downloaded atomic-waker v1.1.2
10742026-03-04T17:24:58.391Z Downloaded cfg_aliases v0.2.1
10752026-03-04T17:24:58.391Z Downloaded block-buffer v0.10.4
10762026-03-04T17:24:58.394Z Downloaded arrayref v0.3.9
10772026-03-04T17:24:58.394Z Downloaded constant_time_eq v0.3.1
10782026-03-04T17:24:58.394Z Downloaded cobs v0.3.0
10792026-03-04T17:24:58.399Z Downloaded cfg-if v1.0.4
10802026-03-04T17:24:58.399Z Downloaded block-padding v0.3.3
10812026-03-04T17:24:58.399Z Downloaded backtrace-ext v0.2.1
10822026-03-04T17:24:58.402Z Downloaded concurrent-queue v2.5.0
10832026-03-04T17:24:58.402Z Downloaded bcrypt-pbkdf v0.10.0
10842026-03-04T17:24:58.402Z Downloaded async-recursion v1.1.1
10852026-03-04T17:24:58.405Z Downloaded cipher v0.4.4
10862026-03-04T17:24:58.408Z Downloaded bitfield-struct v0.6.2
10872026-03-04T17:24:58.408Z Downloaded base16ct v0.2.0
10882026-03-04T17:24:58.408Z Downloaded ciborium-io v0.2.2
10892026-03-04T17:24:58.411Z Downloaded cfg_aliases v0.1.1
10902026-03-04T17:24:58.411Z Downloaded allocator-api2 v0.2.21
10912026-03-04T17:24:58.414Z Downloaded colorchoice v1.0.4
10922026-03-04T17:24:58.414Z Downloaded ciborium-ll v0.2.2
10932026-03-04T17:24:58.416Z Downloaded anstream v0.6.21
10942026-03-04T17:24:58.416Z Downloaded ahash v0.8.12
10952026-03-04T17:24:58.419Z Downloaded addr2line v0.25.1
10962026-03-04T17:24:58.422Z Downloaded base16ct v1.0.0
10972026-03-04T17:24:58.422Z Downloaded async-object-pool v0.2.0
10982026-03-04T17:24:58.423Z Downloaded assert-json-diff v2.0.2
10992026-03-04T17:24:58.425Z Downloaded aead v0.5.2
11002026-03-04T17:24:58.426Z Downloaded adler2 v2.0.1
11012026-03-04T17:24:58.428Z Downloaded anyhow v1.0.102
11022026-03-04T17:24:58.431Z Downloaded anstyle-query v1.1.5
11032026-03-04T17:24:58.573Z Downloaded aws-lc-sys v0.37.1
11042026-03-04T17:24:59.267Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11052026-03-04T17:25:11.181Z Startup: Refreshing catalog 'helios-dev' ... Done
11062026-03-04T17:25:21.735Z Startup: Caching catalogs ... Done
11072026-03-04T17:25:46.715ZPlanning: Solver setup ... Done (23.114s)
11082026-03-04T17:25:46.885ZPlanning: Running solver ... Done (0.170s)
11092026-03-04T17:25:47.064ZPlanning: Finding local manifests ... Done (0.002s)
11102026-03-04T17:25:47.079ZPlanning: Fetching manifests: 0/5 0% complete
11112026-03-04T17:25:47.257ZPlanning: Fetching manifests: 5/5 100% complete
11122026-03-04T17:25:47.319ZPlanning: Package planning ... Done (0.062s)
11132026-03-04T17:25:47.388ZPlanning: Merging actions ... Done (0.068s)
11142026-03-04T17:25:47.972ZPlanning: Checking for conflicting actions ... Done (0.583s)
11152026-03-04T17:25:47.988ZPlanning: Consolidating action changes ... Done (0.015s)
11162026-03-04T17:25:48.766ZPlanning: Evaluating mediators ... Done (0.779s)
11172026-03-04T17:25:48.782ZPlanning: Planning completed in 26.89 seconds
11182026-03-04T17:25:48.897Z Packages to install: 5
11192026-03-04T17:25:48.897Z Mediators to change: 3
11202026-03-04T17:25:48.901Z Services to change: 1
11212026-03-04T17:25:48.901Z Estimated space available: 155.06 GB
11222026-03-04T17:25:48.901ZEstimated space to be consumed: 1.85 GB
11232026-03-04T17:25:48.901Z Create boot environment: No
11242026-03-04T17:25:48.901ZCreate backup boot environment: No
11252026-03-04T17:25:48.901Z Rebuild boot archive: No
11262026-03-04T17:25:48.901Z
11272026-03-04T17:25:48.901ZChanged mediators:
11282026-03-04T17:25:48.901Z mediator clang:
11292026-03-04T17:25:48.901Z version: None -> 15 (system default)
11302026-03-04T17:25:48.901Z
11312026-03-04T17:25:48.901Z mediator llvm:
11322026-03-04T17:25:48.901Z version: 14 (system default) -> 15 (system default)
11332026-03-04T17:25:48.901Z
11342026-03-04T17:25:48.901Z mediator postgresql:
11352026-03-04T17:25:48.901Z version: 15 (system default) -> 18 (system default)
11362026-03-04T17:25:48.901Z
11372026-03-04T17:25:48.901ZChanged packages:
11382026-03-04T17:25:48.901Zhelios-dev
11392026-03-04T17:25:48.901Z developer/build-essential
11402026-03-04T17:25:48.901Z None -> 11-2.0
11412026-03-04T17:25:48.901Z library/libxmlsec1
11422026-03-04T17:25:48.901Z None -> 1.2.35-2.0
11432026-03-04T17:25:48.901Z ooce/developer/clang-15
11442026-03-04T17:25:48.901Z None -> 15.0.7-2.0
11452026-03-04T17:25:48.901Z ooce/developer/llvm-15
11462026-03-04T17:25:48.901Z None -> 15.0.7-2.0
11472026-03-04T17:25:48.901Z ooce/library/postgresql-18
11482026-03-04T17:25:48.901Z None -> 18.1-2.0
11492026-03-04T17:25:48.901Z
11502026-03-04T17:25:48.901ZServices:
11512026-03-04T17:25:48.901Z restart_fmri:
11522026-03-04T17:25:48.901Z svc:/system/update-man-index:default
11532026-03-04T17:25:48.954Z
11542026-03-04T17:25:48.954ZDownload: 0/4272 items 0.0/219.0MB 0% complete
11552026-03-04T17:25:53.984ZDownload: 2225/4272 items 119.2/219.0MB 54% complete (23.9M/s)
11562026-03-04T17:25:59.267ZDownload: 4251/4272 items 218.9/219.0MB 99% complete (22.8M/s)
11572026-03-04T17:25:59.390ZDownload: Completed 218.99 MB in 10.44 seconds (21.0M/s)
11582026-03-04T17:26:00.483Z Actions: 1/4789 actions (Installing new actions)
11592026-03-04T17:26:05.431Z Actions: Completed 4789 actions in 4.95 seconds.
11602026-03-04T17:26:05.867Z Done (0.431s)
11612026-03-04T17:26:05.867Z Done (0.000s)
11622026-03-04T17:26:06.991Z Done (1.123s)
11632026-03-04T17:26:12.029Z Done (4.662s)
11642026-03-04T17:26:12.147Z Done (0.018s)
11652026-03-04T17:26:12.150Z Done (0.000s)
11662026-03-04T17:26:12.365Z Done (0.000s)
11672026-03-04T17:26:13.529ZPlanning: Evaluating mediator changes ... Done
11682026-03-04T17:26:13.705ZPlanning: Checking for conflicting actions ... Done
11692026-03-04T17:26:13.708ZPlanning: Consolidating action changes ... Done
11702026-03-04T17:26:14.015ZPlanning: Evaluating mediators ... Done
11712026-03-04T17:26:14.018ZPlanning: Planning completed in 0.49 seconds
11722026-03-04T17:26:14.052Z Mediators to change: 2
11732026-03-04T17:26:14.052Z Create boot environment: No
11742026-03-04T17:26:14.052ZCreate backup boot environment: No
11752026-03-04T17:26:14.147Z Done
11762026-03-04T17:26:14.147Z Done
11772026-03-04T17:26:14.957Z Done
11782026-03-04T17:26:19.268Z Done
11792026-03-04T17:26:19.364Z Done
11802026-03-04T17:26:19.367Z Done
11812026-03-04T17:26:19.442Z Done
11822026-03-04T17:26:19.876ZPlanning: Evaluating mediator changes ... Done
11832026-03-04T17:26:20.051ZPlanning: Checking for conflicting actions ... Done
11842026-03-04T17:26:20.053ZPlanning: Consolidating action changes ... Done
11852026-03-04T17:26:20.333ZPlanning: Evaluating mediators ... Done
11862026-03-04T17:26:20.336ZPlanning: Planning completed in 0.46 seconds
11872026-03-04T17:26:20.369Z Mediators to change: 1
11882026-03-04T17:26:20.369Z Create boot environment: No
11892026-03-04T17:26:20.369ZCreate backup boot environment: No
11902026-03-04T17:26:20.448Z Done
11912026-03-04T17:26:20.448Z Done
11922026-03-04T17:26:21.249Z Done
11932026-03-04T17:26:25.343Z Done
11942026-03-04T17:26:25.454Z Done
11952026-03-04T17:26:25.473Z Done
11962026-03-04T17:26:25.619Z Done
11972026-03-04T17:26:26.112ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11982026-03-04T17:26:26.112Zclang system 15 system
11992026-03-04T17:26:26.112Zcsh system system illumos
12002026-03-04T17:26:26.112Zctags system system illumos
12012026-03-04T17:26:26.112Zfile system system illumos
12022026-03-04T17:26:26.112Zgcc vendor 12 vendor
12032026-03-04T17:26:26.113Zgcc system 10 system
12042026-03-04T17:26:26.113Zgcc system 7 system
12052026-03-04T17:26:26.113Zgo system 1.20 system
12062026-03-04T17:26:26.113Zgo system 1.19 system
12072026-03-04T17:26:26.113Zllvm system 15 system
12082026-03-04T17:26:26.113Zllvm system 14 system
12092026-03-04T17:26:26.113Zmariadb system 10.6 system
12102026-03-04T17:26:26.113Zmta vendor vendor dma
12112026-03-04T17:26:26.113Zopenjdk system 17 system
12122026-03-04T17:26:26.113Zopenjdk system 11 system
12132026-03-04T17:26:26.113Zopenjdk system 1.8 system
12142026-03-04T17:26:26.113Zopenssl vendor 3 vendor
12152026-03-04T17:26:26.113Zperl system 5.36 system
12162026-03-04T17:26:26.113Zpostgresql system 18 system
12172026-03-04T17:26:26.113Zpostgresql system 15 system
12182026-03-04T17:26:26.113Zpostgresql system 13 system
12192026-03-04T17:26:26.113Zpython vendor 3 vendor
12202026-03-04T17:26:26.113Zpython system 2 system
12212026-03-04T17:26:26.113Zpython3 system 3.11 system
12222026-03-04T17:26:26.113Zruby system 3.0 system
12232026-03-04T17:26:26.113Zwords vendor vendor american-english
12242026-03-04T17:26:26.113Zwords system system australian-english
12252026-03-04T17:26:26.114Zwords system system british-english
12262026-03-04T17:26:26.114Zwords system system canadian-english
12272026-03-04T17:26:26.114Zwords system system french
12282026-03-04T17:26:26.114Zwords system system italian
12292026-03-04T17:26:26.116Zwords system system ngerman
12302026-03-04T17:26:26.116Zwords system system ogerman
12312026-03-04T17:26:26.116Zwords system system spanish
12322026-03-04T17:26:26.478ZPUBLISHER TYPE STATUS P LOCATION
12332026-03-04T17:26:26.478Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
12342026-03-04T17:26:33.154ZFMRI IFO
12352026-03-04T17:26:33.154Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
12362026-03-04T17:26:33.154Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
12372026-03-04T17:26:33.154Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
12382026-03-04T17:26:33.154Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
12392026-03-04T17:26:33.154Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
12402026-03-04T17:26:33.154Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
12412026-03-04T17:26:33.154Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
12422026-03-04T17:26:33.154Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
12432026-03-04T17:26:33.154Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
12442026-03-04T17:26:33.154Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
12452026-03-04T17:26:33.155Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
12462026-03-04T17:26:33.155Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
12472026-03-04T17:26:33.155Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
12482026-03-04T17:26:33.155Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
12492026-03-04T17:26:33.155Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
12502026-03-04T17:26:33.155Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
12512026-03-04T17:26:33.155Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
12522026-03-04T17:26:34.892Z Downloading crates ...
12532026-03-04T17:26:34.995Z Downloaded cargo_toml v0.21.0
12542026-03-04T17:26:35.058Z Compiling proc-macro2 v1.0.106
12552026-03-04T17:26:35.062Z Compiling quote v1.0.44
12562026-03-04T17:26:35.062Z Compiling unicode-ident v1.0.24
12572026-03-04T17:26:35.062Z Compiling serde_core v1.0.228
12582026-03-04T17:26:35.062Z Compiling libc v0.2.180
12592026-03-04T17:26:35.062Z Compiling version_check v0.9.5
12602026-03-04T17:26:35.063Z Compiling stable_deref_trait v1.2.1
12612026-03-04T17:26:35.063Z Compiling memchr v2.8.0
12622026-03-04T17:26:35.345Z Compiling serde v1.0.228
12632026-03-04T17:26:35.417Z Compiling zmij v1.0.21
12642026-03-04T17:26:35.850Z Compiling ucd-trie v0.1.7
12652026-03-04T17:26:35.997Z Compiling thiserror v1.0.69
12662026-03-04T17:26:36.348Z Compiling autocfg v1.5.0
12672026-03-04T17:26:36.425Z Compiling itoa v1.0.17
12682026-03-04T17:26:36.597Z Compiling pest v2.8.6
12692026-03-04T17:26:36.646Z Compiling writeable v0.6.2
12702026-03-04T17:26:36.781Z Compiling litemap v0.8.1
12712026-03-04T17:26:37.009Z Compiling rustix v1.1.3
12722026-03-04T17:26:37.123Z Compiling icu_normalizer_data v2.1.1
12732026-03-04T17:26:37.456Z Compiling byteorder v1.5.0
12742026-03-04T17:26:37.560Z Compiling icu_properties_data v2.1.2
12752026-03-04T17:26:37.815Z Compiling syn v2.0.117
12762026-03-04T17:26:37.924Z Compiling errno v0.3.14
12772026-03-04T17:26:37.942Z Compiling serde_json v1.0.149
12782026-03-04T17:26:37.957Z Compiling bitflags v2.11.0
12792026-03-04T17:26:38.169Z Compiling num-traits v0.2.19
12802026-03-04T17:26:38.356Z Compiling equivalent v1.0.2
12812026-03-04T17:26:38.510Z Compiling hashbrown v0.16.1
12822026-03-04T17:26:38.526Z Compiling smallvec v1.15.1
12832026-03-04T17:26:38.754Z Compiling typeid v1.0.3
12842026-03-04T17:26:39.194Z Compiling pest_meta v2.8.6
12852026-03-04T17:26:39.313Z Compiling thread-id v4.2.2
12862026-03-04T17:26:39.442Z Compiling usdt-impl v0.5.0
12872026-03-04T17:26:39.486Z Compiling proc-macro-error-attr v1.0.4
12882026-03-04T17:26:39.718Z Compiling indexmap v2.13.0
12892026-03-04T17:26:39.845Z Compiling erased-serde v0.4.9
12902026-03-04T17:26:39.848Z Compiling syn v1.0.109
12912026-03-04T17:26:40.365Z Compiling toml_write v0.1.2
12922026-03-04T17:26:40.496Z Compiling winnow v0.7.14
12932026-03-04T17:26:41.198Z Compiling proc-macro-error v1.0.4
12942026-03-04T17:26:41.241Z Compiling plain v0.2.3
12952026-03-04T17:26:41.548Z Compiling percent-encoding v2.3.2
12962026-03-04T17:26:41.552Z Compiling utf8_iter v1.0.4
12972026-03-04T17:26:41.828Z Compiling log v0.4.29
12982026-03-04T17:26:41.896Z Compiling getrandom v0.4.1
12992026-03-04T17:26:42.188Z Compiling utf8parse v0.2.2
13002026-03-04T17:26:42.365Z Compiling camino v1.2.2
13012026-03-04T17:26:42.637Z Compiling thiserror v2.0.18
13022026-03-04T17:26:42.881Z Compiling ordered-float v2.10.1
13032026-03-04T17:26:43.100Z Compiling anstyle-parse v0.2.7
13042026-03-04T17:26:43.284Z Compiling form_urlencoded v1.2.2
13052026-03-04T17:26:43.629Z Compiling terminal_size v0.4.3
13062026-03-04T17:26:43.854Z Compiling colorchoice v1.0.4
13072026-03-04T17:26:43.872Z Compiling anstyle-query v1.1.5
13082026-03-04T17:26:44.024Z Compiling cfg-if v1.0.4
13092026-03-04T17:26:44.043Z Compiling pretty-hex v0.4.1
13102026-03-04T17:26:44.078Z Compiling is_terminal_polyfill v1.70.2
13112026-03-04T17:26:44.107Z Compiling anstyle v1.0.13
13122026-03-04T17:26:44.361Z Compiling semver v1.0.27
13132026-03-04T17:26:44.416Z Compiling fs-err v3.3.0
13142026-03-04T17:26:44.543Z Compiling synstructure v0.13.2
13152026-03-04T17:26:44.634Z Compiling pest_generator v2.8.6
13162026-03-04T17:26:44.748Z Compiling serde-untagged v0.1.9
13172026-03-04T17:26:45.028Z Compiling anstream v0.6.21
13182026-03-04T17:26:45.118Z Compiling once_cell v1.21.3
13192026-03-04T17:26:45.253Z Compiling bytecount v0.6.9
13202026-03-04T17:26:45.481Z Compiling anyhow v1.0.102
13212026-03-04T17:26:45.523Z Compiling unicode-width v0.1.14
13222026-03-04T17:26:45.700Z Compiling clap_lex v1.0.0
13232026-03-04T17:26:45.930Z Compiling fastrand v2.3.0
13242026-03-04T17:26:46.089Z Compiling unicode-xid v0.2.6
13252026-03-04T17:26:46.103Z Compiling heck v0.4.1
13262026-03-04T17:26:46.162Z Compiling strsim v0.11.1
13272026-03-04T17:26:46.416Z Compiling fnv v1.0.7
13282026-03-04T17:26:46.448Z Compiling heck v0.5.0
13292026-03-04T17:26:46.509Z Compiling clap_builder v4.5.60
13302026-03-04T17:26:46.563Z Compiling papergrid v0.11.0
13312026-03-04T17:26:46.872Z Compiling tempfile v3.25.0
13322026-03-04T17:26:47.088Z Compiling memmap v0.7.0
13332026-03-04T17:26:47.301Z Compiling smawk v0.3.2
13342026-03-04T17:26:47.421Z Compiling unicode-width v0.2.0
13352026-03-04T17:26:47.548Z Compiling unicode-linebreak v0.1.5
13362026-03-04T17:26:47.979Z Compiling textwrap v0.16.2
13372026-03-04T17:26:48.056Z Compiling camino-tempfile v1.4.1
13382026-03-04T17:26:48.498Z Compiling swrite v0.1.0
13392026-03-04T17:26:48.646Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13402026-03-04T17:26:48.841Z Compiling tabled_derive v0.7.0
13412026-03-04T17:26:49.241Z Compiling serde_derive v1.0.228
13422026-03-04T17:26:49.273Z Compiling zerofrom-derive v0.1.6
13432026-03-04T17:26:49.305Z Compiling yoke-derive v0.8.1
13442026-03-04T17:26:49.309Z Compiling zerovec-derive v0.11.2
13452026-03-04T17:26:49.393Z Compiling displaydoc v0.2.5
13462026-03-04T17:26:50.912Z Compiling thiserror-impl v1.0.69
13472026-03-04T17:26:51.042Z Compiling zerocopy-derive v0.7.35
13482026-03-04T17:26:51.943Z Compiling pest_derive v2.8.6
13492026-03-04T17:26:52.058Z Compiling scroll_derive v0.12.1
13502026-03-04T17:26:52.622Z Compiling zerofrom v0.1.6
13512026-03-04T17:26:52.735Z Compiling thiserror-impl v2.0.18
13522026-03-04T17:26:52.851Z Compiling yoke v0.8.1
13532026-03-04T17:26:52.965Z Compiling zerocopy v0.7.35
13542026-03-04T17:26:53.236Z Compiling zerovec v0.11.5
13552026-03-04T17:26:53.453Z Compiling zerotrie v0.2.3
13562026-03-04T17:26:53.982Z Compiling dtrace-parser v0.2.0
13572026-03-04T17:26:54.041Z Compiling scroll v0.12.0
13582026-03-04T17:26:54.057Z Compiling clap_derive v4.5.55
13592026-03-04T17:26:54.353Z Compiling tinystr v0.8.2
13602026-03-04T17:26:54.399Z Compiling potential_utf v0.1.4
13612026-03-04T17:26:54.578Z Compiling goblin v0.8.2
13622026-03-04T17:26:54.705Z Compiling icu_locale_core v2.1.1
13632026-03-04T17:26:54.754Z Compiling icu_collections v2.1.1
13642026-03-04T17:26:55.149Z Compiling tabled v0.15.0
13652026-03-04T17:26:56.268Z Compiling icu_provider v2.1.1
13662026-03-04T17:26:56.747Z Compiling icu_properties v2.1.2
13672026-03-04T17:26:56.843Z Compiling icu_normalizer v2.1.1
13682026-03-04T17:26:57.526Z Compiling toml_datetime v0.6.11
13692026-03-04T17:26:57.529Z Compiling serde_spanned v0.6.9
13702026-03-04T17:26:57.640Z Compiling serde-value v0.7.0
13712026-03-04T17:26:57.746Z Compiling dof v0.3.0
13722026-03-04T17:26:57.836Z Compiling toml_edit v0.22.27
13732026-03-04T17:26:57.995Z Compiling serde_tokenstream v0.2.3
13742026-03-04T17:26:58.054Z Compiling cargo-platform v0.2.0
13752026-03-04T17:26:58.576Z Compiling clap v4.5.60
13762026-03-04T17:26:58.610Z Compiling macaddr v1.0.1
13772026-03-04T17:26:58.894Z Compiling idna_adapter v1.2.1
13782026-03-04T17:26:59.122Z Compiling idna v1.1.0
13792026-03-04T17:26:59.562Z Compiling usdt-attr-macro v0.5.0
13802026-03-04T17:26:59.562Z Compiling usdt-macro v0.5.0
13812026-03-04T17:26:59.652Z Compiling url v2.5.8
13822026-03-04T17:27:01.136Z Compiling toml v0.8.23
13832026-03-04T17:27:01.477Z Compiling usdt v0.5.0
13842026-03-04T17:27:01.918Z Compiling cargo-util-schemas v0.8.2
13852026-03-04T17:27:01.918Z Compiling cargo_toml v0.21.0
13862026-03-04T17:27:03.400Z Compiling cargo_metadata v0.21.0
13872026-03-04T17:27:05.252Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13882026-03-04T17:27:08.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.53s
13892026-03-04T17:27:08.717Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
13902026-03-04T17:27:09.826Z Compiling libc v0.2.180
13912026-03-04T17:27:09.826Z Compiling serde v1.0.228
13922026-03-04T17:27:09.829Z Compiling log v0.4.29
13932026-03-04T17:27:09.829Z Compiling find-msvc-tools v0.1.9
13942026-03-04T17:27:09.829Z Compiling shlex v1.3.0
13952026-03-04T17:27:09.829Z Compiling smallvec v1.15.1
13962026-03-04T17:27:09.983Z Compiling syn v2.0.117
13972026-03-04T17:27:09.996Z Compiling typenum v1.19.0
13982026-03-04T17:27:10.343Z Compiling generic-array v0.14.7
13992026-03-04T17:27:10.360Z Compiling subtle v2.6.1
14002026-03-04T17:27:10.433Z Compiling scopeguard v1.2.0
14012026-03-04T17:27:10.502Z Compiling portable-atomic v1.13.1
14022026-03-04T17:27:10.573Z Compiling const-oid v0.9.6
14032026-03-04T17:27:10.622Z Compiling lock_api v0.4.14
14042026-03-04T17:27:10.722Z Compiling critical-section v1.2.0
14052026-03-04T17:27:10.779Z Compiling zerocopy v0.8.40
14062026-03-04T17:27:10.899Z Compiling serde_json v1.0.149
14072026-03-04T17:27:11.080Z Compiling pin-project-lite v0.2.17
14082026-03-04T17:27:11.246Z Compiling parking_lot_core v0.9.12
14092026-03-04T17:27:11.621Z Compiling pkg-config v0.3.32
14102026-03-04T17:27:11.725Z Compiling libm v0.2.16
14112026-03-04T17:27:12.070Z Compiling getrandom v0.2.17
14122026-03-04T17:27:12.108Z Compiling jobserver v0.1.34
14132026-03-04T17:27:12.316Z Compiling rand_core v0.6.4
14142026-03-04T17:27:12.439Z Compiling errno v0.3.14
14152026-03-04T17:27:12.696Z Compiling cc v1.2.56
14162026-03-04T17:27:12.740Z Compiling once_cell v1.21.3
14172026-03-04T17:27:12.856Z Compiling signal-hook-registry v1.4.8
14182026-03-04T17:27:12.893Z Compiling parking_lot v0.12.5
14192026-03-04T17:27:12.914Z Compiling mio v1.1.1
14202026-03-04T17:27:13.078Z Compiling num-traits v0.2.19
14212026-03-04T17:27:13.131Z Compiling bitflags v2.11.0
14222026-03-04T17:27:13.371Z Compiling futures-core v0.3.32
14232026-03-04T17:27:13.610Z Compiling socket2 v0.6.2
14242026-03-04T17:27:13.642Z Compiling percent-encoding v2.3.2
14252026-03-04T17:27:13.662Z Compiling allocator-api2 v0.2.21
14262026-03-04T17:27:13.973Z Compiling futures-sink v0.3.32
14272026-03-04T17:27:13.994Z Compiling cpufeatures v0.2.17
14282026-03-04T17:27:14.011Z Compiling foldhash v0.2.0
14292026-03-04T17:27:14.108Z Compiling futures-channel v0.3.32
14302026-03-04T17:27:14.152Z Compiling slab v0.4.12
14312026-03-04T17:27:14.386Z Compiling hashbrown v0.16.1
14322026-03-04T17:27:14.411Z Compiling futures-io v0.3.32
14332026-03-04T17:27:14.468Z Compiling futures-task v0.3.32
14342026-03-04T17:27:14.528Z Compiling getrandom v0.4.1
14352026-03-04T17:27:14.562Z Compiling getrandom v0.3.4
14362026-03-04T17:27:14.688Z Compiling rand_core v0.10.0
14372026-03-04T17:27:14.784Z Compiling rustversion v1.0.22
14382026-03-04T17:27:15.006Z Compiling cmake v0.1.57
14392026-03-04T17:27:15.691Z Compiling indexmap v2.13.0
14402026-03-04T17:27:15.878Z Compiling form_urlencoded v1.2.2
14412026-03-04T17:27:16.221Z Compiling ident_case v1.0.1
14422026-03-04T17:27:16.348Z Compiling base64ct v1.8.3
14432026-03-04T17:27:16.394Z Compiling fs_extra v1.3.0
14442026-03-04T17:27:16.418Z Compiling dunce v1.0.5
14452026-03-04T17:27:16.434Z Compiling flagset v0.4.7
14462026-03-04T17:27:16.566Z Compiling rand_core v0.9.5
14472026-03-04T17:27:16.663Z Compiling rustix v1.1.3
14482026-03-04T17:27:16.944Z Compiling aws-lc-sys v0.37.1
14492026-03-04T17:27:16.948Z Compiling pem-rfc7468 v0.7.0
14502026-03-04T17:27:16.982Z Compiling iana-time-zone v0.1.65
14512026-03-04T17:27:17.111Z Compiling ring v0.17.14
14522026-03-04T17:27:17.139Z Compiling uuid v1.21.0
14532026-03-04T17:27:17.294Z Compiling synstructure v0.13.2
14542026-03-04T17:27:17.360Z Compiling rustc_version v0.4.1
14552026-03-04T17:27:17.535Z Compiling regex-syntax v0.8.10
14562026-03-04T17:27:17.742Z Compiling aws-lc-rs v1.16.0
14572026-03-04T17:27:18.011Z Compiling vcpkg v0.2.15
14582026-03-04T17:27:18.638Z Compiling tracing-core v0.1.36
14592026-03-04T17:27:18.656Z Compiling crossbeam-utils v0.8.21
14602026-03-04T17:27:19.205Z Compiling pest_generator v2.8.6
14612026-03-04T17:27:19.659Z Compiling openssl-sys v0.9.111
14622026-03-04T17:27:19.839Z Compiling serde_derive_internals v0.29.1
14632026-03-04T17:27:20.832Z Compiling httparse v1.10.1
14642026-03-04T17:27:20.858Z Compiling untrusted v0.9.0
14652026-03-04T17:27:21.063Z Compiling openssl-probe v0.2.1
14662026-03-04T17:27:21.087Z Compiling untrusted v0.7.1
14672026-03-04T17:27:21.295Z Compiling schemars v0.8.22
14682026-03-04T17:27:21.375Z Compiling base64 v0.22.1
14692026-03-04T17:27:21.514Z Compiling syn v1.0.109
14702026-03-04T17:27:21.826Z Compiling serde_derive v1.0.228
14712026-03-04T17:27:21.987Z Compiling zeroize_derive v1.4.3
14722026-03-04T17:27:21.990Z Compiling zerofrom-derive v0.1.6
14732026-03-04T17:27:22.115Z Compiling yoke-derive v0.8.1
14742026-03-04T17:27:22.814Z Compiling zerocopy-derive v0.8.40
14752026-03-04T17:27:22.969Z Compiling zerovec-derive v0.11.2
14762026-03-04T17:27:23.314Z Compiling zeroize v1.8.2
14772026-03-04T17:27:23.821Z Compiling displaydoc v0.2.5
14782026-03-04T17:27:24.831Z Compiling tokio-macros v2.6.0
14792026-03-04T17:27:25.114Z Compiling crypto-common v0.1.7
14802026-03-04T17:27:25.314Z Compiling zerofrom v0.1.6
14812026-03-04T17:27:25.361Z Compiling block-buffer v0.10.4
14822026-03-04T17:27:25.382Z Compiling futures-macro v0.3.32
14832026-03-04T17:27:25.548Z Compiling yoke v0.8.1
14842026-03-04T17:27:25.551Z Compiling block-padding v0.3.3
14852026-03-04T17:27:25.715Z Compiling digest v0.10.7
14862026-03-04T17:27:25.875Z Compiling inout v0.1.4
14872026-03-04T17:27:25.948Z Compiling zerovec v0.11.5
14882026-03-04T17:27:26.194Z Compiling zerotrie v0.2.3
14892026-03-04T17:27:26.235Z Compiling hmac v0.12.1
14902026-03-04T17:27:26.428Z Compiling sha2 v0.10.9
14912026-03-04T17:27:26.525Z Compiling cipher v0.4.4
14922026-03-04T17:27:26.786Z Compiling der_derive v0.7.3
14932026-03-04T17:27:27.081Z Compiling tinystr v0.8.2
14942026-03-04T17:27:27.138Z Compiling potential_utf v0.1.4
14952026-03-04T17:27:27.191Z Compiling futures-util v0.3.32
14962026-03-04T17:27:27.428Z Compiling icu_locale_core v2.1.1
14972026-03-04T17:27:27.462Z Compiling icu_collections v2.1.1
14982026-03-04T17:27:28.546Z Compiling salsa20 v0.10.2
14992026-03-04T17:27:28.763Z Compiling pbkdf2 v0.12.2
15002026-03-04T17:27:28.941Z Compiling icu_provider v2.1.1
15012026-03-04T17:27:28.961Z Compiling der v0.7.10
15022026-03-04T17:27:29.506Z Compiling icu_properties v2.1.2
15032026-03-04T17:27:29.528Z Compiling icu_normalizer v2.1.1
15042026-03-04T17:27:29.879Z Compiling bytes v1.11.1
15052026-03-04T17:27:29.995Z Compiling chrono v0.4.44
15062026-03-04T17:27:30.730Z Compiling thiserror-impl v2.0.18
15072026-03-04T17:27:31.308Z Compiling tokio v1.49.0
15082026-03-04T17:27:31.821Z Compiling idna_adapter v1.2.1
15092026-03-04T17:27:32.065Z Compiling idna v1.1.0
15102026-03-04T17:27:32.262Z Compiling http v1.4.0
15112026-03-04T17:27:32.456Z Compiling spki v0.7.3
15122026-03-04T17:27:32.841Z Compiling url v2.5.8
15132026-03-04T17:27:33.290Z Compiling scrypt v0.11.0
15142026-03-04T17:27:33.515Z Compiling aes v0.8.4
15152026-03-04T17:27:33.672Z Compiling thiserror v2.0.18
15162026-03-04T17:27:33.799Z Compiling cbc v0.1.2
15172026-03-04T17:27:33.841Z Compiling rustls-pki-types v1.14.0
15182026-03-04T17:27:34.044Z Compiling ppv-lite86 v0.2.21
15192026-03-04T17:27:34.296Z Compiling tracing-attributes v0.1.31
15202026-03-04T17:27:34.344Z Compiling http-body v1.0.1
15212026-03-04T17:27:34.520Z Compiling pkcs5 v0.7.1
15222026-03-04T17:27:34.768Z Compiling rand_chacha v0.9.0
15232026-03-04T17:27:34.866Z Compiling schemars_derive v0.8.22
15242026-03-04T17:27:35.633Z Compiling rand v0.9.2
15252026-03-04T17:27:36.087Z Compiling pkcs8 v0.10.2
15262026-03-04T17:27:36.396Z Compiling scroll_derive v0.13.1
15272026-03-04T17:27:36.758Z Compiling pest_derive v2.8.6
15282026-03-04T17:27:37.400Z Compiling tracing v0.1.44
15292026-03-04T17:27:37.403Z Compiling darling_core v0.20.11
15302026-03-04T17:27:37.533Z Compiling tower-layer v0.3.3
15312026-03-04T17:27:37.768Z Compiling rustls v0.23.37
15322026-03-04T17:27:37.837Z Compiling dyn-clone v1.0.20
15332026-03-04T17:27:37.894Z Compiling atomic-waker v1.1.2
15342026-03-04T17:27:38.069Z Compiling tinyvec_macros v0.1.1
15352026-03-04T17:27:38.072Z Compiling try-lock v0.2.5
15362026-03-04T17:27:38.106Z Compiling tower-service v0.3.3
15372026-03-04T17:27:38.131Z Compiling scroll v0.13.0
15382026-03-04T17:27:38.164Z Compiling tinyvec v1.10.0
15392026-03-04T17:27:38.238Z Compiling want v0.3.1
15402026-03-04T17:27:38.658Z Compiling ipnet v2.11.0
15412026-03-04T17:27:38.953Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15422026-03-04T17:27:39.337Z Compiling spin v0.9.8
15432026-03-04T17:27:39.716Z Compiling aho-corasick v1.1.4
15442026-03-04T17:27:39.737Z Compiling tokio-util v0.7.18
15452026-03-04T17:27:39.755Z Compiling time-core v0.1.8
15462026-03-04T17:27:40.071Z Compiling openssl v0.10.75
15472026-03-04T17:27:40.478Z Compiling crc32fast v1.5.0
15482026-03-04T17:27:41.054Z Compiling foreign-types-shared v0.1.1
15492026-03-04T17:27:41.198Z Compiling num-conv v0.2.0
15502026-03-04T17:27:41.399Z Compiling h2 v0.4.13
15512026-03-04T17:27:41.467Z Compiling pin-utils v0.1.0
15522026-03-04T17:27:41.581Z Compiling httpdate v1.0.3
15532026-03-04T17:27:42.017Z Compiling powerfmt v0.2.0
15542026-03-04T17:27:42.150Z Compiling regex-automata v0.4.14
15552026-03-04T17:27:42.414Z Compiling deranged v0.5.8
15562026-03-04T17:27:43.177Z Compiling darling_macro v0.20.11
15572026-03-04T17:27:43.945Z Compiling time-macros v0.2.27
15582026-03-04T17:27:44.086Z Compiling darling v0.20.11
15592026-03-04T17:27:44.225Z Compiling foreign-types v0.3.2
15602026-03-04T17:27:44.421Z Compiling tempfile v3.25.0
15612026-03-04T17:27:45.031Z Compiling goblin v0.10.5
15622026-03-04T17:27:45.193Z Compiling openssl-macros v0.1.1
15632026-03-04T17:27:45.900Z Compiling thiserror-impl v1.0.69
15642026-03-04T17:27:47.652Z Compiling wait-timeout v0.2.1
15652026-03-04T17:27:48.162Z Compiling hyper v1.8.1
15662026-03-04T17:27:48.623Z Compiling num_threads v0.1.7
15672026-03-04T17:27:48.782Z Compiling siphasher v1.0.2
15682026-03-04T17:27:48.807Z Compiling quick-error v1.2.3
15692026-03-04T17:27:48.974Z Compiling bit-vec v0.8.0
15702026-03-04T17:27:49.119Z Compiling native-tls v0.2.18
15712026-03-04T17:27:49.415Z Compiling simd-adler32 v0.3.8
15722026-03-04T17:27:49.510Z Compiling either v1.15.0
15732026-03-04T17:27:49.922Z Compiling usdt-impl v0.6.0
15742026-03-04T17:27:49.974Z Compiling bit-set v0.8.0
15752026-03-04T17:27:50.264Z Compiling rusty-fork v0.3.1
15762026-03-04T17:27:50.352Z Compiling time v0.3.47
15772026-03-04T17:27:50.532Z Compiling hyper-util v0.1.20
15782026-03-04T17:27:50.936Z Compiling thiserror v1.0.69
15792026-03-04T17:27:51.717Z Compiling dof v0.4.0
15802026-03-04T17:27:52.113Z Compiling derive_builder_core v0.20.2
15812026-03-04T17:27:54.261Z Compiling unicode-normalization v0.1.25
15822026-03-04T17:27:54.264Z Compiling dtrace-parser v0.3.0
15832026-03-04T17:27:54.375Z Compiling rustls-native-certs v0.8.3
15842026-03-04T17:27:54.739Z Compiling signature v2.2.0
15852026-03-04T17:27:54.939Z Compiling crossbeam-epoch v0.9.18
15862026-03-04T17:27:55.025Z Compiling scroll_derive v0.12.1
15872026-03-04T17:27:55.257Z Compiling heapless v0.7.17
15882026-03-04T17:27:55.620Z Compiling darling_core v0.21.3
15892026-03-04T17:27:55.688Z Compiling slog v2.8.2
15902026-03-04T17:27:55.735Z Compiling rand_xorshift v0.4.0
15912026-03-04T17:27:55.997Z Compiling bzip2-sys v0.1.13+1.0.8
15922026-03-04T17:27:56.016Z Compiling sync_wrapper v1.0.2
15932026-03-04T17:27:56.101Z Compiling thread-id v5.1.0
15942026-03-04T17:27:56.181Z Compiling cookie v0.18.1
15952026-03-04T17:27:56.232Z Compiling unicode-properties v0.1.4
15962026-03-04T17:27:56.435Z Compiling rayon-core v1.13.0
15972026-03-04T17:27:56.518Z Compiling unarray v0.1.4
15982026-03-04T17:27:56.534Z Compiling unicode-segmentation v1.12.0
15992026-03-04T17:27:56.588Z Compiling paste v1.0.15
16002026-03-04T17:27:56.690Z Compiling zstd-safe v7.2.4
16012026-03-04T17:27:56.738Z Compiling adler2 v2.0.1
16022026-03-04T17:27:56.961Z Compiling signal-hook v0.3.18
16032026-03-04T17:27:57.035Z Compiling unicode-bidi v0.3.18
16042026-03-04T17:27:57.089Z Compiling anyhow v1.0.102
16052026-03-04T17:27:57.308Z Compiling miniz_oxide v0.8.9
16062026-03-04T17:27:57.392Z Compiling proptest v1.10.0
16072026-03-04T17:27:58.069Z Compiling stringprep v0.1.5
16082026-03-04T17:27:58.711Z Compiling scroll v0.12.0
16092026-03-04T17:27:59.012Z Compiling tower v0.5.3
16102026-03-04T17:27:59.216Z Compiling crossbeam-deque v0.8.6
16112026-03-04T17:27:59.267Z Compiling derive_builder_macro v0.20.2
16122026-03-04T17:27:59.583Z Compiling ipnetwork v0.21.1
16132026-03-04T17:27:59.810Z Compiling rand_chacha v0.3.1
16142026-03-04T17:27:59.903Z Compiling http-body-util v0.1.3
16152026-03-04T17:28:00.123Z Compiling webpki-roots v1.0.6
16162026-03-04T17:28:00.145Z Compiling toml_datetime v0.6.11
16172026-03-04T17:28:00.343Z Compiling serde_tokenstream v0.2.3
16182026-03-04T17:28:00.379Z Compiling serde_spanned v0.6.9
16192026-03-04T17:28:00.417Z Compiling erased-serde v0.3.31
16202026-03-04T17:28:00.676Z Compiling md-5 v0.10.6
16212026-03-04T17:28:00.697Z Compiling zerocopy-derive v0.7.35
16222026-03-04T17:28:00.994Z Compiling curve25519-dalek v4.1.3
16232026-03-04T17:28:01.016Z Compiling num-integer v0.1.46
16242026-03-04T17:28:01.685Z Compiling darling_macro v0.21.3
16252026-03-04T17:28:01.731Z Compiling vergen-lib v0.1.6
16262026-03-04T17:28:01.752Z Compiling hash32 v0.2.1
16272026-03-04T17:28:01.773Z Compiling ff v0.13.1
16282026-03-04T17:28:01.848Z Compiling iri-string v0.7.10
16292026-03-04T17:28:02.014Z Compiling litrs v1.0.0
16302026-03-04T17:28:02.076Z Compiling num-bigint-dig v0.8.6
16312026-03-04T17:28:02.112Z Compiling ryu v1.0.23
16322026-03-04T17:28:02.412Z Compiling fallible-iterator v0.2.0
16332026-03-04T17:28:02.448Z Compiling rustix v0.38.44
16342026-03-04T17:28:02.611Z Compiling psl-types v2.0.11
16352026-03-04T17:28:02.703Z Compiling zlib-rs v0.6.2
16362026-03-04T17:28:02.835Z Compiling ref-cast v1.0.25
16372026-03-04T17:28:03.091Z Compiling smoltcp v0.9.1
16382026-03-04T17:28:03.120Z Compiling base16ct v0.2.0
16392026-03-04T17:28:03.274Z Compiling newtype-uuid v1.3.2
16402026-03-04T17:28:03.406Z Compiling sec1 v0.7.3
16412026-03-04T17:28:03.484Z Compiling document-features v0.2.12
16422026-03-04T17:28:03.745Z Compiling postgres-protocol v0.6.10
16432026-03-04T17:28:03.908Z Compiling publicsuffix v2.3.0
16442026-03-04T17:28:03.979Z Compiling zerocopy v0.7.35
16452026-03-04T17:28:04.213Z Compiling darling v0.21.3
16462026-03-04T17:28:04.381Z Compiling serde_urlencoded v0.7.1
16472026-03-04T17:28:04.749Z Compiling tower-http v0.6.8
16482026-03-04T17:28:04.964Z Compiling group v0.13.0
16492026-03-04T17:28:05.413Z Compiling num-iter v0.1.45
16502026-03-04T17:28:05.505Z Compiling rand v0.8.5
16512026-03-04T17:28:05.611Z Compiling derive_builder v0.20.2
16522026-03-04T17:28:05.674Z Compiling oxnet v0.1.4
16532026-03-04T17:28:05.993Z Compiling proc-macro-error v1.0.4
16542026-03-04T17:28:06.181Z Compiling goblin v0.8.2
16552026-03-04T17:28:06.624Z Compiling tokio-native-tls v0.3.1
16562026-03-04T17:28:07.909Z Compiling heck v0.4.1
16572026-03-04T17:28:08.315Z Compiling phf_shared v0.13.1
16582026-03-04T17:28:08.334Z Compiling hubpack_derive v0.1.1
16592026-03-04T17:28:08.391Z Compiling regex v1.12.3
16602026-03-04T17:28:08.779Z Compiling lazy_static v1.5.0
16612026-03-04T17:28:08.869Z Compiling cargo-platform v0.1.9
16622026-03-04T17:28:08.926Z Compiling flate2 v1.1.9
16632026-03-04T17:28:09.218Z Compiling hkdf v0.12.4
16642026-03-04T17:28:09.350Z Compiling crypto-bigint v0.5.5
16652026-03-04T17:28:09.398Z Compiling async-trait v0.1.89
16662026-03-04T17:28:09.515Z Compiling ref-cast-impl v1.0.25
16672026-03-04T17:28:09.801Z Compiling strum_macros v0.27.2
16682026-03-04T17:28:09.893Z Compiling daft-derive v0.1.5
16692026-03-04T17:28:10.745Z Compiling curve25519-dalek-derive v0.1.1
16702026-03-04T17:28:11.607Z Compiling terminal_size v0.4.3
16712026-03-04T17:28:11.864Z Compiling vergen v9.0.6
16722026-03-04T17:28:11.946Z Compiling fs-err v3.3.0
16732026-03-04T17:28:12.189Z Compiling ahash v0.8.12
16742026-03-04T17:28:12.215Z Compiling libbz2-rs-sys v0.2.2
16752026-03-04T17:28:12.347Z Compiling winnow v0.5.40
16762026-03-04T17:28:12.567Z Compiling object v0.37.3
16772026-03-04T17:28:13.079Z Compiling bumpalo v3.20.2
16782026-03-04T17:28:13.623Z Compiling managed v0.8.0
16792026-03-04T17:28:13.851Z Compiling foldhash v0.1.5
16802026-03-04T17:28:14.100Z Compiling bitflags v1.3.2
16812026-03-04T17:28:14.248Z Compiling hashbrown v0.15.5
16822026-03-04T17:28:14.736Z Compiling strum v0.27.2
16832026-03-04T17:28:14.968Z Compiling console v0.16.2
16842026-03-04T17:28:15.370Z Compiling zopfli v0.8.3
16852026-03-04T17:28:15.535Z Compiling bzip2 v0.6.1
16862026-03-04T17:28:15.694Z Compiling toml_edit v0.19.15
16872026-03-04T17:28:15.996Z Compiling clap_builder v4.5.60
16882026-03-04T17:28:16.100Z Compiling elliptic-curve v0.13.8
16892026-03-04T17:28:16.299Z Compiling dof v0.3.0
16902026-03-04T17:28:16.921Z Compiling daft v0.1.5
16912026-03-04T17:28:17.205Z Compiling hubpack v0.1.2
16922026-03-04T17:28:17.528Z Compiling cargo_metadata v0.19.2
16932026-03-04T17:28:18.071Z Compiling phf v0.13.1
16942026-03-04T17:28:18.397Z Compiling zone_cfg_derive v0.3.1
16952026-03-04T17:28:19.786Z Compiling signal-hook-mio v0.2.5
16962026-03-04T17:28:19.987Z Compiling cookie_store v0.22.1
16972026-03-04T17:28:21.522Z Compiling hyper-tls v0.6.0
16982026-03-04T17:28:21.817Z Compiling rayon v1.11.0
16992026-03-04T17:28:21.959Z Compiling zstd v0.13.3
17002026-03-04T17:28:22.576Z Compiling bzip2 v0.4.4
17012026-03-04T17:28:22.617Z Compiling postgres-types v0.2.12
17022026-03-04T17:28:23.044Z Compiling serde_with_macros v3.17.0
17032026-03-04T17:28:24.026Z Compiling usdt-attr-macro v0.6.0
17042026-03-04T17:28:24.268Z Compiling usdt-macro v0.6.0
17052026-03-04T17:28:24.700Z Compiling ed25519 v2.2.3
17062026-03-04T17:28:25.782Z Compiling dtrace-parser v0.2.0
17072026-03-04T17:28:25.871Z Compiling itertools v0.12.1
17082026-03-04T17:28:25.894Z Compiling phf_shared v0.11.3
17092026-03-04T17:28:26.297Z Compiling bstr v1.12.1
17102026-03-04T17:28:26.499Z Compiling pkcs1 v0.7.5
17112026-03-04T17:28:26.747Z Compiling serde-big-array v0.5.1
17122026-03-04T17:28:27.035Z Compiling hex v0.4.3
17132026-03-04T17:28:27.063Z Compiling rfc6979 v0.4.0
17142026-03-04T17:28:27.317Z Compiling enum-as-inner v0.6.1
17152026-03-04T17:28:27.434Z Compiling strum_macros v0.26.4
17162026-03-04T17:28:27.700Z Compiling clap_derive v4.5.55
17172026-03-04T17:28:27.798Z Compiling serde_repr v0.1.20
17182026-03-04T17:28:27.946Z Compiling float-cmp v0.10.0
17192026-03-04T17:28:28.225Z Compiling thread-id v4.2.2
17202026-03-04T17:28:28.369Z Compiling memmap2 v0.9.10
17212026-03-04T17:28:28.399Z Compiling env_filter v1.0.0
17222026-03-04T17:28:28.800Z Compiling encoding_rs v0.8.35
17232026-03-04T17:28:28.856Z Compiling data-encoding v2.10.0
17242026-03-04T17:28:28.894Z Compiling keccak v0.1.6
17252026-03-04T17:28:29.022Z Compiling unit-prefix v0.5.2
17262026-03-04T17:28:29.278Z Compiling static_assertions v1.1.0
17272026-03-04T17:28:29.400Z Compiling precomputed-hash v0.1.1
17282026-03-04T17:28:29.546Z Compiling new_debug_unreachable v1.0.6
17292026-03-04T17:28:29.671Z Compiling fixedbitset v0.5.7
17302026-03-04T17:28:30.340Z Compiling rustc-hash v2.1.1
17312026-03-04T17:28:30.571Z Compiling predicates-core v1.0.10
17322026-03-04T17:28:30.612Z Compiling fixedbitset v0.4.2
17332026-03-04T17:28:30.917Z Compiling whoami v2.1.0
17342026-03-04T17:28:31.066Z Compiling mime v0.3.17
17352026-03-04T17:28:31.236Z Compiling difflib v0.4.0
17362026-03-04T17:28:31.588Z Compiling normalize-line-endings v0.3.0
17372026-03-04T17:28:31.683Z Compiling jiff v0.2.21
17382026-03-04T17:28:31.735Z Compiling predicates v3.1.4
17392026-03-04T17:28:31.753Z Compiling tokio-postgres v0.7.16
17402026-03-04T17:28:31.859Z Compiling strum v0.26.3
17412026-03-04T17:28:32.067Z Compiling petgraph v0.6.5
17422026-03-04T17:28:32.170Z Compiling clap v4.5.60
17432026-03-04T17:28:32.306Z Compiling iddqd v0.3.17
17442026-03-04T17:28:32.523Z Compiling petgraph v0.8.3
17452026-03-04T17:28:32.545Z Compiling string_cache v0.8.9
17462026-03-04T17:28:33.005Z Compiling hickory-proto v0.25.2
17472026-03-04T17:28:33.197Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17482026-03-04T17:28:34.973Z Compiling indicatif v0.18.4
17492026-03-04T17:28:35.673Z Compiling sha3 v0.10.8
17502026-03-04T17:28:36.798Z Compiling toml_edit v0.22.27
17512026-03-04T17:28:37.039Z Compiling env_logger v0.11.9
17522026-03-04T17:28:37.153Z Compiling zone v0.3.1
17532026-03-04T17:28:37.358Z Compiling usdt v0.6.0
17542026-03-04T17:28:37.788Z Compiling usdt-impl v0.5.0
17552026-03-04T17:28:37.862Z Compiling serde_with v3.17.0
17562026-03-04T17:28:38.700Z Compiling zip v4.6.1
17572026-03-04T17:28:39.162Z Compiling similar v2.7.0
17582026-03-04T17:28:40.292Z Compiling ecdsa v0.16.9
17592026-03-04T17:28:41.004Z Compiling rsa v0.9.10
17602026-03-04T17:28:41.285Z Compiling crossterm v0.28.1
17612026-03-04T17:28:41.400Z Compiling ed25519-dalek v2.2.0
17622026-03-04T17:28:42.384Z Compiling zip v0.6.6
17632026-03-04T17:28:43.062Z Compiling toml v0.7.8
17642026-03-04T17:28:44.234Z Compiling toml_parser v1.0.9+spec-1.1.0
17652026-03-04T17:28:44.311Z Compiling itertools v0.13.0
17662026-03-04T17:28:44.589Z Compiling tokio-stream v0.1.18
17672026-03-04T17:28:44.646Z Compiling buf-list v1.1.2
17682026-03-04T17:28:45.089Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17692026-03-04T17:28:45.197Z Compiling x509-cert v0.2.5
17702026-03-04T17:28:45.548Z Compiling openapiv3 v2.2.0
17712026-03-04T17:28:45.778Z Compiling sha1 v0.10.6
17722026-03-04T17:28:45.837Z Compiling toml_datetime v0.7.5+spec-1.1.0
17732026-03-04T17:28:46.224Z Compiling peg-runtime v0.8.5
17742026-03-04T17:28:46.474Z Compiling lalrpop-util v0.19.12
17752026-03-04T17:28:46.781Z Compiling thread_local v1.1.9
17762026-03-04T17:28:46.868Z Compiling slog-async v2.8.0
17772026-03-04T17:28:47.290Z Compiling futures-executor v0.3.32
17782026-03-04T17:28:47.369Z Compiling crossbeam-channel v0.5.15
17792026-03-04T17:28:47.494Z Compiling is-terminal v0.4.17
17802026-03-04T17:28:47.658Z Compiling filetime v0.2.27
17812026-03-04T17:28:47.803Z Compiling term v1.2.1
17822026-03-04T17:28:47.980Z Compiling take_mut v0.2.2
17832026-03-04T17:28:48.170Z Compiling xattr v1.6.1
17842026-03-04T17:28:48.375Z Compiling slog-term v2.9.2
17852026-03-04T17:28:48.481Z Compiling tar v0.4.44
17862026-03-04T17:28:49.147Z Compiling futures v0.3.32
17872026-03-04T17:28:58.440Z Compiling rustls-webpki v0.103.9
17882026-03-04T17:29:03.935Z Compiling tokio-rustls v0.26.4
17892026-03-04T17:29:03.935Z Compiling rustls-platform-verifier v0.6.2
17902026-03-04T17:29:04.303Z Compiling hyper-rustls v0.27.7
17912026-03-04T17:29:04.609Z Compiling reqwest v0.12.28
17922026-03-04T17:29:04.609Z Compiling reqwest v0.13.2
17932026-03-04T17:29:08.964Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17942026-03-04T17:29:09.274Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17952026-03-04T17:29:13.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 05s
17962026-03-04T17:29:14.162Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17972026-03-04T17:29:14.221ZMar 04 17:29:13.657 INFO Starting download, target: Clickhouse
17982026-03-04T17:29:14.222ZMar 04 17:29:13.658 INFO Starting download, target: Cockroach
17992026-03-04T17:29:14.222ZMar 04 17:29:13.658 INFO Starting download, target: Console
18002026-03-04T17:29:14.222ZMar 04 17:29:13.658 INFO Starting download, target: DendriteStub
18012026-03-04T17:29:14.222ZMar 04 17:29:13.658 INFO Starting download, target: MaghemiteMgd
18022026-03-04T17:29:14.225ZMar 04 17:29:13.658 INFO Starting download, target: TransceiverControl
18032026-03-04T17:29:14.225ZMar 04 17:29:13.658 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18042026-03-04T17:29:14.226ZMar 04 17:29:13.659 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18052026-03-04T17:29:14.226ZMar 04 17:29:13.659 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18062026-03-04T17:29:14.226ZMar 04 17:29:13.659 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18072026-03-04T17:29:14.226ZMar 04 17:29:13.659 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18082026-03-04T17:29:14.226ZMar 04 17:29:13.659 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
18092026-03-04T17:29:14.790ZMar 04 17:29:14.214 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18102026-03-04T17:29:15.176ZMar 04 17:29:14.602 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18112026-03-04T17:29:15.345ZMar 04 17:29:14.766 INFO Download complete, target: TransceiverControl
18122026-03-04T17:29:15.802ZMar 04 17:29:15.236 INFO Download complete, target: Console
18132026-03-04T17:29:16.398ZMar 04 17:29:15.823 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18142026-03-04T17:29:16.476ZMar 04 17:29:15.896 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18152026-03-04T17:29:16.527ZMar 04 17:29:15.932 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
18162026-03-04T17:29:17.241ZMar 04 17:29:16.670 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18172026-03-04T17:29:17.241ZMar 04 17:29:16.670 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18182026-03-04T17:29:21.284ZMar 04 17:29:20.720 INFO Download complete, target: DendriteStub
18192026-03-04T17:29:21.425ZMar 04 17:29:20.861 INFO Download complete, target: MaghemiteMgd
18202026-03-04T17:29:27.079ZMar 04 17:29:26.515 INFO Checking that binary works, target: Cockroach
18212026-03-04T17:29:27.215ZMar 04 17:29:26.651 INFO Download complete, target: Cockroach
18222026-03-04T17:29:30.884ZMar 04 17:29:30.320 INFO Checking that binary works, target: Clickhouse
18232026-03-04T17:29:31.087ZMar 04 17:29:30.522 INFO Download complete, target: Clickhouse
18242026-03-04T17:29:31.095ZAll prerequisites installed successfully
18252026-03-04T17:29:31.098Z
18262026-03-04T17:29:31.098Zreal 4:31.810226008
18272026-03-04T17:29:31.098Zuser 17:07.064397082
18282026-03-04T17:29:31.098Zsys 2:23.389092245
18292026-03-04T17:29:31.098Ztrap 0.609964350
18302026-03-04T17:29:31.098Ztflt 0.872816600
18312026-03-04T17:29:31.098Zdflt 1.189386128
18322026-03-04T17:29:31.098Zkflt 0.023562994
18332026-03-04T17:29:31.098Zlock 43:30.020922497
18342026-03-04T17:29:31.098Zslp 1:02:32.054548236
18352026-03-04T17:29:31.098Zlat 1:10.231352587
18362026-03-04T17:29:31.098Zstop 2:56.867563590
18372026-03-04T17:29:31.098Z+ source ./tools/include/force-git-over-https.sh
18382026-03-04T17:29:31.100Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18392026-03-04T17:29:31.100Z++ (( i = 0 ))
18402026-03-04T17:29:31.100Z++ (( i < 5 ))
18412026-03-04T17:29:31.100Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18422026-03-04T17:29:31.103Z++ (( i++ ))
18432026-03-04T17:29:31.103Z++ (( i < 5 ))
18442026-03-04T17:29:31.103Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18452026-03-04T17:29:31.106Z++ (( i++ ))
18462026-03-04T17:29:31.106Z++ (( i < 5 ))
18472026-03-04T17:29:31.106Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18482026-03-04T17:29:31.110Z++ (( i++ ))
18492026-03-04T17:29:31.110Z++ (( i < 5 ))
18502026-03-04T17:29:31.110Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18512026-03-04T17:29:31.114Z++ (( i++ ))
18522026-03-04T17:29:31.114Z++ (( i < 5 ))
18532026-03-04T17:29:31.114Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18542026-03-04T17:29:31.118Z++ (( i++ ))
18552026-03-04T17:29:31.118Z++ (( i < 5 ))
18562026-03-04T17:29:31.118Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18572026-03-04T17:29:31.118Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18582026-03-04T17:29:31.119Z+ rc=0
18592026-03-04T17:29:31.119Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18602026-03-04T17:30:04.048Z+ case $rc in
18612026-03-04T17:30:04.048Z+ pfexec zfs create -p rpool/images/build/host
18622026-03-04T17:30:04.304Z+ pfexec zfs create -p rpool/images/build/recovery
18632026-03-04T17:30:04.377Z+ cargo xtask releng --output-dir /work --mkincorp
18642026-03-04T17:30:05.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
18652026-03-04T17:30:05.273Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18662026-03-04T17:30:06.560Z Compiling proc-macro2 v1.0.106
18672026-03-04T17:30:06.560Z Compiling quote v1.0.44
18682026-03-04T17:30:06.563Z Compiling unicode-ident v1.0.24
18692026-03-04T17:30:06.564Z Compiling libc v0.2.180
18702026-03-04T17:30:06.564Z Compiling serde_core v1.0.228
18712026-03-04T17:30:06.564Z Compiling serde v1.0.228
18722026-03-04T17:30:06.564Z Compiling cfg-if v1.0.4
18732026-03-04T17:30:06.564Z Compiling version_check v0.9.5
18742026-03-04T17:30:07.037Z Compiling find-msvc-tools v0.1.9
18752026-03-04T17:30:07.077Z Compiling shlex v1.3.0
18762026-03-04T17:30:07.496Z Compiling typenum v1.19.0
18772026-03-04T17:30:07.539Z Compiling generic-array v0.14.7
18782026-03-04T17:30:07.733Z Compiling portable-atomic v1.13.1
18792026-03-04T17:30:07.898Z Compiling autocfg v1.5.0
18802026-03-04T17:30:08.172Z Compiling zerocopy v0.8.40
18812026-03-04T17:30:08.663Z Compiling memchr v2.8.0
18822026-03-04T17:30:08.761Z Compiling zmij v1.0.21
18832026-03-04T17:30:08.928Z Compiling jobserver v0.1.34
18842026-03-04T17:30:09.053Z Compiling serde_json v1.0.149
18852026-03-04T17:30:09.311Z Compiling libm v0.2.16
18862026-03-04T17:30:09.530Z Compiling syn v2.0.117
18872026-03-04T17:30:09.567Z Compiling cc v1.2.56
18882026-03-04T17:30:09.719Z Compiling parking_lot_core v0.9.12
18892026-03-04T17:30:09.973Z Compiling num-traits v0.2.19
18902026-03-04T17:30:10.189Z Compiling getrandom v0.2.17
18912026-03-04T17:30:10.386Z Compiling smallvec v1.15.1
18922026-03-04T17:30:10.629Z Compiling icu_properties_data v2.1.2
18932026-03-04T17:30:11.020Z Compiling icu_normalizer_data v2.1.1
18942026-03-04T17:30:11.067Z Compiling pkg-config v0.3.32
18952026-03-04T17:30:11.125Z Compiling errno v0.3.14
18962026-03-04T17:30:11.414Z Compiling log v0.4.29
18972026-03-04T17:30:11.463Z Compiling itoa v1.0.17
18982026-03-04T17:30:12.052Z Compiling getrandom v0.4.1
18992026-03-04T17:30:12.058Z Compiling subtle v2.6.1
19002026-03-04T17:30:12.221Z Compiling getrandom v0.3.4
19012026-03-04T17:30:12.409Z Compiling rand_core v0.6.4
19022026-03-04T17:30:12.694Z Compiling scopeguard v1.2.0
19032026-03-04T17:30:12.932Z Compiling lock_api v0.4.14
19042026-03-04T17:30:12.935Z Compiling stable_deref_trait v1.2.1
19052026-03-04T17:30:13.071Z Compiling critical-section v1.2.0
19062026-03-04T17:30:13.452Z Compiling rustix v1.1.3
19072026-03-04T17:30:13.510Z Compiling bitflags v2.11.0
19082026-03-04T17:30:13.838Z Compiling ring v0.17.14
19092026-03-04T17:30:14.248Z Compiling cmake v0.1.57
19102026-03-04T17:30:14.383Z Compiling once_cell v1.21.3
19112026-03-04T17:30:14.626Z Compiling fs_extra v1.3.0
19122026-03-04T17:30:14.962Z Compiling dunce v1.0.5
19132026-03-04T17:30:15.096Z Compiling pin-project-lite v0.2.17
19142026-03-04T17:30:15.156Z Compiling semver v1.0.27
19152026-03-04T17:30:15.309Z Compiling const-oid v0.9.6
19162026-03-04T17:30:15.341Z Compiling aws-lc-sys v0.37.1
19172026-03-04T17:30:15.344Z Compiling thiserror v2.0.18
19182026-03-04T17:30:15.859Z Compiling litemap v0.8.1
19192026-03-04T17:30:15.863Z Compiling writeable v0.6.2
19202026-03-04T17:30:16.372Z Compiling rustversion v1.0.22
19212026-03-04T17:30:16.477Z Compiling fnv v1.0.7
19222026-03-04T17:30:17.155Z Compiling percent-encoding v2.3.2
19232026-03-04T17:30:17.409Z Compiling synstructure v0.13.2
19242026-03-04T17:30:18.465Z Compiling heck v0.5.0
19252026-03-04T17:30:18.902Z Compiling signal-hook-registry v1.4.8
19262026-03-04T17:30:19.216Z Compiling futures-core v0.3.32
19272026-03-04T17:30:19.274Z Compiling allocator-api2 v0.2.21
19282026-03-04T17:30:19.483Z Compiling aws-lc-rs v1.16.0
19292026-03-04T17:30:19.573Z Compiling equivalent v1.0.2
19302026-03-04T17:30:19.886Z Compiling parking_lot v0.12.5
19312026-03-04T17:30:20.089Z Compiling mio v1.1.1
19322026-03-04T17:30:20.163Z Compiling foldhash v0.2.0
19332026-03-04T17:30:20.274Z Compiling httparse v1.10.1
19342026-03-04T17:30:20.310Z Compiling schemars v0.8.22
19352026-03-04T17:30:20.745Z Compiling hashbrown v0.16.1
19362026-03-04T17:30:20.886Z Compiling vcpkg v0.2.15
19372026-03-04T17:30:21.319Z Compiling serde_derive v1.0.228
19382026-03-04T17:30:21.576Z Compiling zeroize_derive v1.4.3
19392026-03-04T17:30:21.876Z Compiling zerofrom-derive v0.1.6
19402026-03-04T17:30:22.054Z Compiling yoke-derive v0.8.1
19412026-03-04T17:30:22.261Z Compiling zerocopy-derive v0.8.40
19422026-03-04T17:30:22.504Z Compiling zerovec-derive v0.11.2
19432026-03-04T17:30:22.617Z Compiling displaydoc v0.2.5
19442026-03-04T17:30:22.736Z Compiling tokio-macros v2.6.0
19452026-03-04T17:30:23.063Z Compiling zeroize v1.8.2
19462026-03-04T17:30:24.038Z Compiling futures-macro v0.3.32
19472026-03-04T17:30:24.619Z Compiling der_derive v0.7.3
19482026-03-04T17:30:24.786Z Compiling zerofrom v0.1.6
19492026-03-04T17:30:25.040Z Compiling yoke v0.8.1
19502026-03-04T17:30:25.085Z Compiling thiserror-impl v2.0.18
19512026-03-04T17:30:25.619Z Compiling zerovec v0.11.5
19522026-03-04T17:30:25.733Z Compiling crypto-common v0.1.7
19532026-03-04T17:30:25.981Z Compiling zerotrie v0.2.3
19542026-03-04T17:30:26.024Z Compiling block-buffer v0.10.4
19552026-03-04T17:30:26.827Z Compiling digest v0.10.7
19562026-03-04T17:30:27.151Z Compiling tinystr v0.8.2
19572026-03-04T17:30:27.262Z Compiling potential_utf v0.1.4
19582026-03-04T17:30:27.316Z Compiling tracing-attributes v0.1.31
19592026-03-04T17:30:27.655Z Compiling icu_locale_core v2.1.1
19602026-03-04T17:30:27.753Z Compiling icu_collections v2.1.1
19612026-03-04T17:30:28.044Z Compiling openssl-sys v0.9.111
19622026-03-04T17:30:29.300Z Compiling serde_derive_internals v0.29.1
19632026-03-04T17:30:30.116Z Compiling bytes v1.11.1
19642026-03-04T17:30:30.207Z Compiling icu_provider v2.1.1
19652026-03-04T17:30:30.422Z Compiling socket2 v0.6.2
19662026-03-04T17:30:31.395Z Compiling icu_normalizer v2.1.1
19672026-03-04T17:30:31.495Z Compiling icu_properties v2.1.2
19682026-03-04T17:30:32.201Z Compiling utf8_iter v1.0.4
19692026-03-04T17:30:32.486Z Compiling tokio v1.49.0
19702026-03-04T17:30:32.600Z Compiling schemars_derive v0.8.22
19712026-03-04T17:30:33.494Z Compiling form_urlencoded v1.2.2
19722026-03-04T17:30:34.126Z Compiling indexmap v2.13.0
19732026-03-04T17:30:34.385Z Compiling idna_adapter v1.2.1
19742026-03-04T17:30:34.733Z Compiling idna v1.1.0
19752026-03-04T17:30:35.258Z Compiling rand_core v0.10.0
19762026-03-04T17:30:35.679Z Compiling url v2.5.8
19772026-03-04T17:30:35.824Z Compiling cpufeatures v0.2.17
19782026-03-04T17:30:35.986Z Compiling rustls v0.23.37
19792026-03-04T17:30:36.443Z Compiling crossbeam-utils v0.8.21
19802026-03-04T17:30:36.473Z Compiling futures-sink v0.3.32
19812026-03-04T17:30:36.676Z Compiling futures-channel v0.3.32
19822026-03-04T17:30:37.874Z Compiling futures-io v0.3.32
19832026-03-04T17:30:38.383Z Compiling slab v0.4.12
19842026-03-04T17:30:38.865Z Compiling futures-task v0.3.32
19852026-03-04T17:30:39.259Z Compiling syn v1.0.109
19862026-03-04T17:30:39.366Z Compiling futures-util v0.3.32
19872026-03-04T17:30:40.153Z Compiling ppv-lite86 v0.2.21
19882026-03-04T17:30:40.216Z Compiling rustc_version v0.4.1
19892026-03-04T17:30:41.129Z Compiling byteorder v1.5.0
19902026-03-04T17:30:41.133Z Compiling crc32fast v1.5.0
19912026-03-04T17:30:41.346Z Compiling strsim v0.11.1
19922026-03-04T17:30:41.728Z Compiling thiserror v1.0.69
19932026-03-04T17:30:41.795Z Compiling ucd-trie v0.1.7
19942026-03-04T17:30:42.339Z Compiling pest v2.8.6
19952026-03-04T17:30:42.867Z Compiling hmac v0.12.1
19962026-03-04T17:30:43.307Z Compiling openssl v0.10.75
19972026-03-04T17:30:45.546Z Compiling pest_meta v2.8.6
19982026-03-04T17:30:45.730Z Compiling block-padding v0.3.3
19992026-03-04T17:30:46.065Z Compiling thiserror-impl v1.0.69
20002026-03-04T17:30:46.870Z Compiling ident_case v1.0.1
20012026-03-04T17:30:47.369Z Compiling iana-time-zone v0.1.65
20022026-03-04T17:30:48.066Z Compiling chrono v0.4.44
20032026-03-04T17:30:48.102Z Compiling pest_generator v2.8.6
20042026-03-04T17:30:48.555Z Compiling inout v0.1.4
20052026-03-04T17:30:49.863Z Compiling rustls-pki-types v1.14.0
20062026-03-04T17:30:49.912Z Compiling openssl-macros v0.1.1
20072026-03-04T17:30:51.109Z Compiling time-core v0.1.8
20082026-03-04T17:30:51.174Z Compiling native-tls v0.2.18
20092026-03-04T17:30:51.263Z Compiling num-conv v0.2.0
20102026-03-04T17:30:51.668Z Compiling time-macros v0.2.27
20112026-03-04T17:30:52.611Z Compiling pest_derive v2.8.6
20122026-03-04T17:30:53.428Z Compiling cipher v0.4.4
20132026-03-04T17:30:53.530Z Compiling sha2 v0.10.9
20142026-03-04T17:30:54.166Z Compiling scroll_derive v0.13.1
20152026-03-04T17:30:54.542Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20162026-03-04T17:30:54.604Z Compiling base64 v0.22.1
20172026-03-04T17:30:55.466Z Compiling base64ct v1.8.3
20182026-03-04T17:30:56.156Z Compiling pem-rfc7468 v0.7.0
20192026-03-04T17:30:56.301Z Compiling uuid v1.21.0
20202026-03-04T17:30:56.584Z Compiling http v1.4.0
20212026-03-04T17:30:56.713Z Compiling slog v2.8.2
20222026-03-04T17:30:57.767Z Compiling regex-syntax v0.8.10
20232026-03-04T17:30:57.905Z Compiling flagset v0.4.7
20242026-03-04T17:30:57.957Z Compiling untrusted v0.9.0
20252026-03-04T17:30:58.201Z Compiling der v0.7.10
20262026-03-04T17:31:00.614Z Compiling rand_core v0.9.5
20272026-03-04T17:31:01.172Z Compiling bzip2-sys v0.1.13+1.0.8
20282026-03-04T17:31:01.523Z Compiling paste v1.0.15
20292026-03-04T17:31:01.648Z Compiling camino v1.2.2
20302026-03-04T17:31:01.938Z Compiling plain v0.2.3
20312026-03-04T17:31:02.128Z Compiling rayon-core v1.13.0
20322026-03-04T17:31:02.772Z Compiling spki v0.7.3
20332026-03-04T17:31:03.081Z Compiling salsa20 v0.10.2
20342026-03-04T17:31:03.350Z Compiling tokio-util v0.7.18
20352026-03-04T17:31:03.508Z Compiling pbkdf2 v0.12.2
20362026-03-04T17:31:04.261Z Compiling tracing-core v0.1.36
20372026-03-04T17:31:06.341Z Compiling dyn-clone v1.0.20
20382026-03-04T17:31:06.543Z Compiling num-bigint-dig v0.8.6
20392026-03-04T17:31:07.999Z Compiling tracing v0.1.44
20402026-03-04T17:31:09.266Z Compiling scrypt v0.11.0
20412026-03-04T17:31:09.775Z Compiling rand_chacha v0.9.0
20422026-03-04T17:31:10.171Z Compiling http-body v1.0.1
20432026-03-04T17:31:10.553Z Compiling cbc v0.1.2
20442026-03-04T17:31:10.786Z Compiling aes v0.8.4
20452026-03-04T17:31:12.029Z Compiling ahash v0.8.12
20462026-03-04T17:31:12.424Z Compiling cookie v0.18.1
20472026-03-04T17:31:12.456Z Compiling zstd-safe v7.2.4
20482026-03-04T17:31:12.621Z Compiling pretty-hex v0.4.1
20492026-03-04T17:31:12.792Z Compiling unicode-segmentation v1.12.0
20502026-03-04T17:31:12.810Z Compiling anyhow v1.0.102
20512026-03-04T17:31:12.917Z Compiling atomic-waker v1.1.2
20522026-03-04T17:31:13.122Z Compiling usdt-impl v0.6.0
20532026-03-04T17:31:13.409Z Compiling fastrand v2.3.0
20542026-03-04T17:31:13.653Z Compiling pkcs5 v0.7.1
20552026-03-04T17:31:14.708Z Compiling rand v0.9.2
20562026-03-04T17:31:16.230Z Compiling scroll v0.13.0
20572026-03-04T17:31:16.541Z Compiling heapless v0.7.17
20582026-03-04T17:31:16.748Z Compiling serde_tokenstream v0.2.3
20592026-03-04T17:31:17.167Z Compiling daft-derive v0.1.5
20602026-03-04T17:31:17.375Z Compiling clap_derive v4.5.55
20612026-03-04T17:31:17.414Z Compiling async-trait v0.1.89
20622026-03-04T17:31:17.792Z Compiling scroll_derive v0.12.1
20632026-03-04T17:31:17.832Z Compiling aho-corasick v1.1.4
20642026-03-04T17:31:18.787Z Compiling tower-service v0.3.3
20652026-03-04T17:31:18.973Z Compiling openssl-probe v0.2.1
20662026-03-04T17:31:19.314Z Compiling try-lock v0.2.5
20672026-03-04T17:31:19.604Z Compiling signal-hook v0.3.18
20682026-03-04T17:31:19.707Z Compiling untrusted v0.7.1
20692026-03-04T17:31:19.843Z Compiling tower-layer v0.3.3
20702026-03-04T17:31:20.365Z Compiling regex-automata v0.4.14
20712026-03-04T17:31:20.769Z Compiling want v0.3.1
20722026-03-04T17:31:21.077Z Compiling goblin v0.10.5
20732026-03-04T17:31:23.206Z Compiling pkcs8 v0.10.2
20742026-03-04T17:31:23.914Z Compiling tempfile v3.25.0
20752026-03-04T17:31:24.226Z Compiling heck v0.4.1
20762026-03-04T17:31:24.281Z Compiling h2 v0.4.13
20772026-03-04T17:31:24.644Z Compiling darling_core v0.20.11
20782026-03-04T17:31:24.978Z Compiling ipnet v2.11.0
20792026-03-04T17:31:26.122Z Compiling spin v0.9.8
20802026-03-04T17:31:26.830Z Compiling tinyvec_macros v0.1.1
20812026-03-04T17:31:27.050Z Compiling pin-utils v0.1.0
20822026-03-04T17:31:27.961Z Compiling httpdate v1.0.3
20832026-03-04T17:31:28.849Z Compiling dof v0.4.0
20842026-03-04T17:31:29.310Z Compiling tinyvec v1.10.0
20852026-03-04T17:31:30.164Z Compiling darling_macro v0.20.11
20862026-03-04T17:31:31.812Z Compiling dtrace-parser v0.3.0
20872026-03-04T17:31:31.857Z Compiling darling_core v0.21.3
20882026-03-04T17:31:33.438Z Compiling hyper v1.8.1
20892026-03-04T17:31:33.498Z Compiling curve25519-dalek v4.1.3
20902026-03-04T17:31:34.341Z Compiling hex v0.4.3
20912026-03-04T17:31:35.148Z Compiling strum_macros v0.26.4
20922026-03-04T17:31:35.246Z Compiling zerocopy-derive v0.7.35
20932026-03-04T17:31:37.860Z Compiling thread-id v5.1.0
20942026-03-04T17:31:38.009Z Compiling proc-macro-error-attr v1.0.4
20952026-03-04T17:31:38.049Z Compiling ref-cast v1.0.25
20962026-03-04T17:31:38.208Z Compiling foreign-types-shared v0.1.1
20972026-03-04T17:31:38.410Z Compiling anstyle v1.0.13
20982026-03-04T17:31:39.033Z Compiling rustix v0.38.44
20992026-03-04T17:31:39.166Z Compiling litrs v1.0.0
21002026-03-04T17:31:39.289Z Compiling smoltcp v0.9.1
21012026-03-04T17:31:39.563Z Compiling utf8parse v0.2.2
21022026-03-04T17:31:39.868Z Compiling anstyle-parse v0.2.7
21032026-03-04T17:31:40.391Z Compiling document-features v0.2.12
21042026-03-04T17:31:40.526Z Compiling foreign-types v0.3.2
21052026-03-04T17:31:40.663Z Compiling darling_macro v0.21.3
21062026-03-04T17:32:23.256Z Compiling hyper-util v0.1.20
21072026-03-04T17:32:23.458Z Compiling darling v0.20.11
21082026-03-04T17:32:23.606Z Compiling toml_datetime v0.6.11
21092026-03-04T17:32:23.606Z Compiling serde_spanned v0.6.9
21102026-03-04T17:32:23.607Z Compiling wait-timeout v0.2.1
21112026-03-04T17:32:23.607Z Compiling proc-macro-error v1.0.4
21122026-03-04T17:32:23.607Z Compiling colorchoice v1.0.4
21132026-03-04T17:32:23.607Z Compiling simd-adler32 v0.3.8
21142026-03-04T17:32:23.607Z Compiling siphasher v1.0.2
21152026-03-04T17:32:23.607Z Compiling bit-vec v0.8.0
21162026-03-04T17:32:23.607Z Compiling quick-error v1.2.3
21172026-03-04T17:32:23.607Z Compiling either v1.15.0
21182026-03-04T17:32:23.607Z Compiling powerfmt v0.2.0
21192026-03-04T17:32:23.607Z Compiling is_terminal_polyfill v1.70.2
21202026-03-04T17:32:23.607Z Compiling anstyle-query v1.1.5
21212026-03-04T17:32:23.607Z Compiling deranged v0.5.8
21222026-03-04T17:32:23.607Z Compiling anstream v0.6.21
21232026-03-04T17:32:23.607Z Compiling bit-set v0.8.0
21242026-03-04T17:32:23.607Z Compiling rusty-fork v0.3.1
21252026-03-04T17:32:23.607Z Compiling derive_builder_core v0.20.2
21262026-03-04T17:32:23.608Z Compiling crossbeam-epoch v0.9.18
21272026-03-04T17:32:23.608Z Compiling darling v0.21.3
21282026-03-04T17:32:23.608Z Compiling unicode-normalization v0.1.25
21292026-03-04T17:32:23.608Z Compiling regex v1.12.3
21302026-03-04T17:32:23.608Z Compiling rustls-native-certs v0.8.3
21312026-03-04T17:32:23.608Z Compiling http-body-util v0.1.3
21322026-03-04T17:32:23.608Z Compiling rand_xorshift v0.4.0
21332026-03-04T17:32:23.608Z Compiling hubpack_derive v0.1.1
21342026-03-04T17:32:23.608Z Compiling sync_wrapper v1.0.2
21352026-03-04T17:32:23.608Z Compiling erased-serde v0.3.31
21362026-03-04T17:32:23.608Z Compiling signature v2.2.0
21372026-03-04T17:32:23.608Z Compiling strum_macros v0.27.2
21382026-03-04T17:32:23.608Z Compiling ref-cast-impl v1.0.25
21392026-03-04T17:32:23.608Z Compiling curve25519-dalek-derive v0.1.1
21402026-03-04T17:32:23.609Z Compiling fs-err v3.3.0
21412026-03-04T17:32:23.609Z Compiling usdt-impl v0.5.0
21422026-03-04T17:32:23.609Z Compiling num_threads v0.1.7
21432026-03-04T17:32:23.609Z Compiling unicode-properties v0.1.4
21442026-03-04T17:32:23.609Z Compiling object v0.37.3
21452026-03-04T17:32:23.609Z Compiling unarray v0.1.4
21462026-03-04T17:32:23.609Z Compiling adler2 v2.0.1
21472026-03-04T17:32:23.609Z Compiling ryu v1.0.23
21482026-03-04T17:32:23.609Z Compiling unicode-bidi v0.3.18
21492026-03-04T17:32:23.609Z Compiling time v0.3.47
21502026-03-04T17:32:23.609Z Compiling miniz_oxide v0.8.9
21512026-03-04T17:32:23.609Z Compiling serde_urlencoded v0.7.1
21522026-03-04T17:32:23.609Z Compiling proptest v1.10.0
21532026-03-04T17:32:23.609Z Compiling stringprep v0.1.5
21542026-03-04T17:32:23.609Z Compiling tower v0.5.3
21552026-03-04T17:32:23.609Z Compiling derive_builder_macro v0.20.2
21562026-03-04T17:32:23.609Z Compiling crossbeam-deque v0.8.6
21572026-03-04T17:32:23.609Z Compiling serde_with_macros v3.17.0
21582026-03-04T17:32:23.609Z Compiling usdt-macro v0.6.0
21592026-03-04T17:32:23.609Z Compiling usdt-attr-macro v0.6.0
21602026-03-04T17:32:23.609Z Compiling ipnetwork v0.21.1
21612026-03-04T17:32:23.609Z Compiling scroll v0.12.0
21622026-03-04T17:32:23.609Z Compiling webpki-roots v1.0.6
21632026-03-04T17:32:23.609Z Compiling rand_chacha v0.3.1
21642026-03-04T17:32:23.609Z Compiling terminal_size v0.4.3
21652026-03-04T17:32:23.609Z Compiling hash32 v0.2.1
21662026-03-04T17:32:23.609Z Compiling num-integer v0.1.46
21672026-03-04T17:32:23.609Z Compiling md-5 v0.10.6
21682026-03-04T17:32:23.609Z Compiling vergen-lib v0.1.6
21692026-03-04T17:32:23.609Z Compiling ff v0.13.1
21702026-03-04T17:32:23.609Z Compiling clap_lex v1.0.0
21712026-03-04T17:32:23.609Z Compiling psl-types v2.0.11
21722026-03-04T17:32:23.609Z Compiling base16ct v0.2.0
21732026-03-04T17:32:23.609Z Compiling iri-string v0.7.10
21742026-03-04T17:32:23.609Z Compiling zlib-rs v0.6.2
21752026-03-04T17:32:23.610Z Compiling winnow v0.7.14
21762026-03-04T17:32:23.610Z Compiling fallible-iterator v0.2.0
21772026-03-04T17:32:23.610Z Compiling flate2 v1.1.9
21782026-03-04T17:32:23.610Z Compiling tower-http v0.6.8
21792026-03-04T17:32:23.610Z Compiling postgres-protocol v0.6.10
21802026-03-04T17:32:23.610Z Compiling sec1 v0.7.3
21812026-03-04T17:32:23.610Z Compiling clap_builder v4.5.60
21822026-03-04T17:32:23.610Z Compiling publicsuffix v2.3.0
21832026-03-04T17:32:23.610Z Compiling group v0.13.0
21842026-03-04T17:32:23.610Z Compiling rand v0.8.5
21852026-03-04T17:32:23.610Z Compiling num-iter v0.1.45
21862026-03-04T17:32:24.837Z Compiling goblin v0.8.2
21872026-03-04T17:32:25.346Z Compiling oxnet v0.1.4
21882026-03-04T17:32:26.020Z Compiling derive_builder v0.20.2
21892026-03-04T17:32:26.251Z Compiling zone_cfg_derive v0.3.1
21902026-03-04T17:32:26.279Z Compiling tokio-native-tls v0.3.1
21912026-03-04T17:32:26.616Z Compiling newtype-uuid v1.3.2
21922026-03-04T17:32:27.696Z Compiling phf_shared v0.13.1
21932026-03-04T17:32:28.419Z Compiling rustls-webpki v0.103.9
21942026-03-04T17:32:29.455Z Compiling lazy_static v1.5.0
21952026-03-04T17:32:29.490Z Compiling zerocopy v0.7.35
21962026-03-04T17:32:31.630Z Compiling hkdf v0.12.4
21972026-03-04T17:32:32.024Z Compiling cargo-platform v0.1.9
21982026-03-04T17:32:32.544Z Compiling crypto-bigint v0.5.5
21992026-03-04T17:32:34.002Z Compiling serde_repr v0.1.20
22002026-03-04T17:32:34.926Z Compiling enum-as-inner v0.6.1
22012026-03-04T17:32:35.229Z Compiling vergen v9.0.6
22022026-03-04T17:32:36.260Z Compiling encoding_rs v0.8.35
22032026-03-04T17:32:36.963Z Compiling libbz2-rs-sys v0.2.2
22042026-03-04T17:32:37.552Z Compiling managed v0.8.0
22052026-03-04T17:32:38.106Z Compiling tokio-rustls v0.26.4
22062026-03-04T17:32:38.714Z Compiling hyper-rustls v0.27.7
22072026-03-04T17:32:40.829Z Compiling bumpalo v3.20.2
22082026-03-04T17:32:41.016Z Compiling foldhash v0.1.5
22092026-03-04T17:32:41.481Z Compiling winnow v0.5.40
22102026-03-04T17:32:41.577Z Compiling unicode-width v0.2.0
22112026-03-04T17:32:42.697Z Compiling mime v0.3.17
22122026-03-04T17:32:42.793Z Compiling bitflags v1.3.2
22132026-03-04T17:32:43.953Z Compiling console v0.16.2
22142026-03-04T17:32:45.271Z Compiling toml_edit v0.19.15
22152026-03-04T17:32:45.299Z Compiling hashbrown v0.15.5
22162026-03-04T17:32:45.460Z Compiling zopfli v0.8.3
22172026-03-04T17:32:47.381Z Compiling bzip2 v0.6.1
22182026-03-04T17:32:47.844Z Compiling rustls-platform-verifier v0.6.2
22192026-03-04T17:32:48.294Z Compiling elliptic-curve v0.13.8
22202026-03-04T17:32:48.547Z Compiling cargo_metadata v0.19.2
22212026-03-04T17:32:51.274Z Compiling dof v0.3.0
22222026-03-04T17:32:51.964Z Compiling phf v0.13.1
22232026-03-04T17:32:52.113Z Compiling zstd v0.13.3
22242026-03-04T17:32:52.355Z Compiling daft v0.1.5
22252026-03-04T17:32:52.715Z Compiling hyper-tls v0.6.0
22262026-03-04T17:32:53.189Z Compiling signal-hook-mio v0.2.5
22272026-03-04T17:32:53.250Z Compiling clap v4.5.60
22282026-03-04T17:32:53.409Z Compiling rayon v1.11.0
22292026-03-04T17:32:53.464Z Compiling cookie_store v0.22.1
22302026-03-04T17:32:53.568Z Compiling bzip2 v0.4.4
22312026-03-04T17:32:54.155Z Compiling postgres-types v0.2.12
22322026-03-04T17:32:54.479Z Compiling strum v0.27.2
22332026-03-04T17:32:54.871Z Compiling hubpack v0.1.2
22342026-03-04T17:32:54.897Z Compiling ed25519 v2.2.3
22352026-03-04T17:32:54.940Z Compiling dtrace-parser v0.2.0
22362026-03-04T17:32:55.028Z Compiling itertools v0.12.1
22372026-03-04T17:32:55.294Z Compiling phf_shared v0.11.3
22382026-03-04T17:32:55.505Z Compiling bstr v1.12.1
22392026-03-04T17:32:55.587Z Compiling pkcs1 v0.7.5
22402026-03-04T17:32:56.508Z Compiling rfc6979 v0.4.0
22412026-03-04T17:32:56.573Z Compiling float-cmp v0.10.0
22422026-03-04T17:32:56.989Z Compiling serde-big-array v0.5.1
22432026-03-04T17:32:57.281Z Compiling structmeta-derive v0.3.0
22442026-03-04T17:32:57.358Z Compiling env_filter v1.0.0
22452026-03-04T17:32:57.883Z Compiling thread-id v4.2.2
22462026-03-04T17:32:57.968Z Compiling memmap2 v0.9.10
22472026-03-04T17:32:58.251Z Compiling toml_write v0.1.2
22482026-03-04T17:32:58.408Z Compiling unit-prefix v0.5.2
22492026-03-04T17:32:58.665Z Compiling jiff v0.2.21
22502026-03-04T17:32:58.691Z Compiling precomputed-hash v0.1.1
22512026-03-04T17:32:58.718Z Compiling keccak v0.1.6
22522026-03-04T17:32:59.197Z Compiling new_debug_unreachable v1.0.6
22532026-03-04T17:32:59.218Z Compiling radium v0.7.0
22542026-03-04T17:32:59.341Z Compiling static_assertions v1.1.0
22552026-03-04T17:32:59.524Z Compiling data-encoding v2.10.0
22562026-03-04T17:32:59.667Z Compiling difflib v0.4.0
22572026-03-04T17:32:59.759Z Compiling rustc-hash v2.1.1
22582026-03-04T17:33:00.702Z Compiling whoami v2.1.0
22592026-03-04T17:33:01.050Z Compiling fixedbitset v0.5.7
22602026-03-04T17:33:01.369Z Compiling predicates-core v1.0.10
22612026-03-04T17:33:01.486Z Compiling fixedbitset v0.4.2
22622026-03-04T17:33:01.653Z Compiling normalize-line-endings v0.3.0
22632026-03-04T17:33:01.702Z Compiling petgraph v0.8.3
22642026-03-04T17:33:01.824Z Compiling petgraph v0.6.5
22652026-03-04T17:33:01.896Z Compiling predicates v3.1.4
22662026-03-04T17:33:02.798Z Compiling tokio-postgres v0.7.16
22672026-03-04T17:33:03.303Z Compiling reqwest v0.12.28
22682026-03-04T17:33:05.733Z Compiling zip v4.6.1
22692026-03-04T17:33:06.992Z Compiling hickory-proto v0.25.2
22702026-03-04T17:33:08.111Z Compiling iddqd v0.3.17
22712026-03-04T17:33:08.515Z Compiling structmeta v0.3.0
22722026-03-04T17:33:08.841Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22732026-03-04T17:33:09.143Z Compiling string_cache v0.8.9
22742026-03-04T17:33:11.012Z Compiling sha3 v0.10.8
22752026-03-04T17:33:13.278Z Compiling indicatif v0.18.4
22762026-03-04T17:33:13.503Z Compiling toml_edit v0.22.27
22772026-03-04T17:33:15.258Z Compiling usdt v0.6.0
22782026-03-04T17:33:16.077Z Compiling zone v0.3.1
22792026-03-04T17:33:17.758Z Compiling env_logger v0.11.9
22802026-03-04T17:33:18.108Z Compiling serde_with v3.17.0
22812026-03-04T17:33:18.519Z Compiling ecdsa v0.16.9
22822026-03-04T17:33:18.951Z Compiling similar v2.7.0
22832026-03-04T17:33:18.997Z Compiling rsa v0.9.10
22842026-03-04T17:33:21.764Z Compiling ed25519-dalek v2.2.0
22852026-03-04T17:33:23.281Z Compiling reqwest v0.13.2
22862026-03-04T17:33:23.761Z Compiling crossterm v0.28.1
22872026-03-04T17:33:23.970Z Compiling zip v0.6.6
22882026-03-04T17:33:27.247Z Compiling toml v0.7.8
22892026-03-04T17:33:27.311Z Compiling toml_parser v1.0.9+spec-1.1.0
22902026-03-04T17:33:28.716Z Compiling itertools v0.13.0
22912026-03-04T17:33:28.912Z Compiling strum v0.26.3
22922026-03-04T17:33:29.210Z Compiling tokio-stream v0.1.18
22932026-03-04T17:33:30.237Z Compiling x509-cert v0.2.5
22942026-03-04T17:33:32.113Z Compiling openapiv3 v2.2.0
22952026-03-04T17:33:32.329Z Compiling buf-list v1.1.2
22962026-03-04T17:33:32.396Z Compiling sha1 v0.10.6
22972026-03-04T17:33:32.501Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22982026-03-04T17:33:32.921Z Compiling toml_datetime v0.7.5+spec-1.1.0
22992026-03-04T17:33:33.254Z Compiling lalrpop-util v0.19.12
23002026-03-04T17:33:33.334Z Compiling peg-runtime v0.8.5
23012026-03-04T17:33:33.658Z Compiling tap v1.0.1
23022026-03-04T17:33:33.885Z Compiling maybe-uninit v2.0.0
23032026-03-04T17:33:34.065Z Compiling wyz v0.5.1
23042026-03-04T17:33:36.525Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23052026-03-04T17:33:46.415Z Compiling funty v2.0.0
23062026-03-04T17:33:47.416Z Compiling packed_struct v0.10.1
23072026-03-04T17:33:51.237Z Compiling bitvec v1.0.1
23082026-03-04T17:34:00.226Z Compiling packed_struct_codegen v0.10.1
23092026-03-04T17:34:00.562Z Compiling futures-executor v0.3.32
23102026-03-04T17:34:02.520Z Compiling zerocopy-derive v0.6.6
23112026-03-04T17:34:02.843Z Compiling bitfield-macros v0.19.4
23122026-03-04T17:34:04.760Z Compiling indexmap v1.9.3
23132026-03-04T17:34:04.816Z Compiling typeid v1.0.3
23142026-03-04T17:34:05.278Z Compiling nodrop v0.1.14
23152026-03-04T17:34:05.486Z Compiling crc-catalog v2.4.0
23162026-03-04T17:34:05.732Z Compiling crc v3.4.0
23172026-03-04T17:34:05.818Z Compiling array-init v0.0.4
23182026-03-04T17:34:07.524Z Compiling bitfield v0.19.4
23192026-03-04T17:34:08.291Z Compiling zerocopy v0.6.6
23202026-03-04T17:34:09.226Z Compiling futures v0.3.32
23212026-03-04T17:34:10.284Z Compiling smallvec v0.6.14
23222026-03-04T17:34:12.401Z Compiling derive-ex v0.1.8
23232026-03-04T17:34:16.404Z Compiling base64 v0.21.7
23242026-03-04T17:34:16.582Z Compiling rustls v0.22.4
23252026-03-04T17:34:17.712Z Compiling hashbrown v0.12.3
23262026-03-04T17:34:17.860Z Compiling erased-serde v0.4.9
23272026-03-04T17:34:21.658Z Compiling ron v0.8.1
23282026-03-04T17:34:22.123Z Compiling test-strategy v0.4.5
23292026-03-04T17:34:25.621Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23302026-03-04T17:34:29.944Z Compiling serde-hex v0.1.0
23312026-03-04T17:34:31.557Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23322026-03-04T17:34:34.412Z Compiling toml v0.8.23
23332026-03-04T17:34:36.829Z Compiling hashbrown v0.13.2
23342026-03-04T17:34:42.609Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23352026-03-04T17:34:42.826Z Compiling rustls-webpki v0.102.8
23362026-03-04T17:34:44.501Z Compiling pin-project-internal v1.1.11
23372026-03-04T17:34:45.356Z Compiling filetime v0.2.27
23382026-03-04T17:34:45.816Z Compiling multer v3.1.0
23392026-03-04T17:34:45.821Z Compiling thread_local v1.1.9
23402026-03-04T17:34:46.597Z Compiling crc-any v2.5.0
23412026-03-04T17:34:46.622Z Compiling slog-async v2.8.0
23422026-03-04T17:34:47.911Z Compiling xattr v1.6.1
23432026-03-04T17:34:48.284Z Compiling same-file v1.0.6
23442026-03-04T17:34:49.219Z Compiling match_cfg v0.1.0
23452026-03-04T17:34:49.385Z Compiling hostname v0.3.1
23462026-03-04T17:34:53.742Z Compiling walkdir v2.5.0
23472026-03-04T17:34:54.527Z Compiling tar v0.4.44
23482026-03-04T17:34:57.488Z Compiling pin-project v1.1.11
23492026-03-04T17:34:57.769Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23502026-03-04T17:35:05.030Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23512026-03-04T17:35:08.845Z Compiling object v0.30.4
23522026-03-04T17:35:11.137Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23532026-03-04T17:35:54.226Z Compiling slog-json v2.6.1
23542026-03-04T17:35:54.362Z Compiling crossbeam-channel v0.5.15
23552026-03-04T17:35:54.362Z Compiling snafu-derive v0.8.9
23562026-03-04T17:35:54.362Z Compiling async-stream-impl v0.3.6
23572026-03-04T17:35:54.362Z Compiling ordered-float v2.10.1
23582026-03-04T17:35:54.362Z Compiling serde_spanned v1.0.4
23592026-03-04T17:35:54.362Z Compiling serde_path_to_error v0.1.20
23602026-03-04T17:35:54.362Z Compiling is-terminal v0.4.17
23612026-03-04T17:35:54.362Z Compiling fs-err v2.11.0
23622026-03-04T17:35:54.362Z Compiling dropshot v0.16.7
23632026-03-04T17:35:54.363Z Compiling debug-ignore v1.0.5
23642026-03-04T17:35:54.363Z Compiling term v1.2.1
23652026-03-04T17:35:54.363Z Compiling take_mut v0.2.2
23662026-03-04T17:35:54.363Z Compiling path-slash v0.1.5
23672026-03-04T17:35:54.670Z Compiling toml_writer v1.0.6+spec-1.1.0
23682026-03-04T17:35:54.671Z Compiling slog-term v2.9.2
23692026-03-04T17:35:54.671Z Compiling snafu v0.8.9
23702026-03-04T17:35:54.671Z Compiling toml v0.9.12+spec-1.1.0
23712026-03-04T17:35:54.671Z Compiling async-stream v0.3.6
23722026-03-04T17:35:54.671Z Compiling serde-value v0.7.0
23732026-03-04T17:35:54.671Z Compiling slog-bunyan v2.5.0
23742026-03-04T17:35:54.671Z Compiling serde-untagged v0.1.9
23752026-03-04T17:35:54.671Z Compiling tokio-rustls v0.25.0
23762026-03-04T17:35:54.671Z Compiling globset v0.4.18
23772026-03-04T17:35:54.671Z Compiling camino-tempfile v1.4.1
23782026-03-04T17:35:54.671Z Compiling parse-display-derive v0.10.0
23792026-03-04T17:35:54.671Z Compiling olpc-cjson v0.1.4
23802026-03-04T17:35:54.671Z Compiling newtype-uuid-macros v0.1.0
23812026-03-04T17:35:54.672Z Compiling dropshot_endpoint v0.16.7
23822026-03-04T17:35:54.672Z Compiling waitgroup v0.1.2
23832026-03-04T17:35:54.672Z Compiling pem v3.0.6
23842026-03-04T17:35:54.672Z Compiling rustls-pemfile v2.2.0
23852026-03-04T17:35:54.672Z Compiling half v2.7.1
23862026-03-04T17:35:54.672Z Compiling serde_plain v1.0.2
23872026-03-04T17:35:54.672Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23882026-03-04T17:35:54.672Z Compiling async-recursion v1.1.1
23892026-03-04T17:35:54.759Z Compiling blake3 v1.8.3
23902026-03-04T17:35:54.759Z Compiling hostname v0.4.2
23912026-03-04T17:35:54.759Z Compiling instant v0.1.13
23922026-03-04T17:35:54.759Z Compiling unicode-xid v0.2.6
23932026-03-04T17:35:54.760Z Compiling typed-path v0.9.3
23942026-03-04T17:35:54.760Z Compiling ciborium-io v0.2.2
23952026-03-04T17:35:54.760Z Compiling cargo-util-schemas v0.8.2
23962026-03-04T17:35:54.760Z Compiling ciborium-ll v0.2.2
23972026-03-04T17:35:54.760Z Compiling backoff v0.4.0
23982026-03-04T17:35:54.760Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23992026-03-04T17:35:54.760Z Compiling parse-display v0.10.0
24002026-03-04T17:35:54.760Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24012026-03-04T17:35:54.760Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24022026-03-04T17:35:54.760Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24032026-03-04T17:35:54.760Z Compiling tough v0.20.0
24042026-03-04T17:35:54.761Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24052026-03-04T17:35:54.761Z Compiling progenitor-client v0.13.0
24062026-03-04T17:35:54.761Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24072026-03-04T17:35:54.761Z Compiling progenitor-client v0.10.0
24082026-03-04T17:35:54.761Z Compiling itertools v0.14.0
24092026-03-04T17:35:54.761Z Compiling backon v1.6.0
24102026-03-04T17:35:54.761Z Compiling macaddr v1.0.1
24112026-03-04T17:35:54.761Z Compiling cargo-platform v0.2.0
24122026-03-04T17:35:54.761Z Compiling regress v0.10.5
24132026-03-04T17:35:54.762Z Compiling indent_write v2.2.0
24142026-03-04T17:35:54.762Z Compiling constant_time_eq v0.4.2
24152026-03-04T17:35:54.762Z Compiling parse-size v1.1.0
24162026-03-04T17:35:54.762Z Compiling arrayvec v0.7.6
24172026-03-04T17:35:54.762Z Compiling arrayref v0.3.9
24182026-03-04T17:35:54.762Z Compiling cargo_metadata v0.21.0
24192026-03-04T17:35:54.762Z Compiling ciborium v0.2.2
24202026-03-04T17:35:54.762Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24212026-03-04T17:35:54.762Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24222026-03-04T17:35:54.763Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
24232026-03-04T17:35:54.763Z Compiling topological-sort v0.2.2
24242026-03-04T17:35:54.763Z Compiling display-error-chain v0.2.2
24252026-03-04T17:35:54.763Z Compiling omicron-zone-package v0.12.2
24262026-03-04T17:35:54.763Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24272026-03-04T17:35:54.763Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24282026-03-04T17:35:54.763Z Compiling shell-words v1.1.1
24292026-03-04T17:35:54.763Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24302026-03-04T17:36:07.744Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24312026-03-04T17:36:26.936Z Finished `release` profile [optimized] target(s) in 6m 21s
24322026-03-04T17:36:27.124Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
24332026-03-04T17:36:27.180ZMar 04 17:36:26.594 DEBG changing working directory to /work/oxidecomputer/omicron
24342026-03-04T17:36:27.316ZMar 04 17:36:26.729 DEBG running: git rev-parse HEAD
24352026-03-04T17:36:27.320ZMar 04 17:36:26.732 DEBG process exited with exit status: 0 (3.203634ms)
24362026-03-04T17:36:27.320ZMar 04 17:36:26.732 INFO version: 19.0.0-0.ci+git1f5d8cd303a
24372026-03-04T17:36:27.331ZMar 04 17:36:26.743 INFO cloning helios to /work/oxidecomputer/helios
24382026-03-04T17:36:27.331ZMar 04 17:36:26.743 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24392026-03-04T17:36:27.334ZCloning into '/work/oxidecomputer/helios'...
24402026-03-04T17:36:28.343ZMar 04 17:36:27.757 DEBG process exited with exit status: 0 (1.014552996s)
24412026-03-04T17:36:28.343ZMar 04 17:36:27.757 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24422026-03-04T17:36:28.347ZMar 04 17:36:27.760 DEBG process exited with exit status: 0 (2.998561ms)
24432026-03-04T17:36:28.347ZMar 04 17:36:27.760 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24442026-03-04T17:36:29.743ZMar 04 17:36:29.157 DEBG process exited with exit status: 0 (1.397006716s)
24452026-03-04T17:36:29.744ZMar 04 17:36:29.157 DEBG running: zfs list rpool/images/build/host
24462026-03-04T17:36:29.748ZNAME USED AVAIL REFER MOUNTPOINT
24472026-03-04T17:36:29.748Zrpool/images/build/host 24K 151G 24K /rpool/images/build/host
24482026-03-04T17:36:29.752ZMar 04 17:36:29.163 DEBG process exited with exit status: 0 (5.494425ms)
24492026-03-04T17:36:29.752ZMar 04 17:36:29.163 DEBG running: zfs list rpool/images/build/recovery
24502026-03-04T17:36:29.755ZNAME USED AVAIL REFER MOUNTPOINT
24512026-03-04T17:36:29.755Zrpool/images/build/recovery 24K 151G 24K /rpool/images/build/recovery
24522026-03-04T17:36:29.755ZMar 04 17:36:29.168 DEBG process exited with exit status: 0 (4.607312ms)
24532026-03-04T17:36:29.755ZMar 04 17:36:29.168 INFO [incorp-manifest] running task
24542026-03-04T17:36:29.755ZMar 04 17:36:29.168 INFO [hubris-staging] running task
24552026-03-04T17:36:29.755ZMar 04 17:36:29.169 INFO [hubris-production] running task
24562026-03-04T17:36:29.758ZMar 04 17:36:29.169 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*'
24572026-03-04T17:36:29.758ZMar 04 17:36:29.169 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-04T17:36:29.758ZMar 04 17:36:29.169 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24592026-03-04T17:36:29.758ZMar 04 17:36:29.170 INFO [incorp-create] running: pkgrepo create /work/incorporation
24602026-03-04T17:36:29.847Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24612026-03-04T17:36:30.138ZMar 04 17:36:29.552 INFO [incorp-create] process exited with exit status: 0 (381.827409ms)
24622026-03-04T17:36:30.141ZMar 04 17:36:29.552 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev
24632026-03-04T17:36:30.495ZMar 04 17:36:29.909 INFO [incorp-publisher] process exited with exit status: 0 (356.690992ms)
24642026-03-04T17:36:30.677Z[ omicron-package] Blocking waiting for file lock on package cache
24652026-03-04T17:36:31.537Z[ omicron-package] Blocking waiting for file lock on package cache
24662026-03-04T17:36:31.630ZMar 04 17:36:31.044 INFO [hubris-production] task succeeded (1.875671676s)
24672026-03-04T17:36:32.691Z[ omicron-package] Compiling ring v0.17.14
24682026-03-04T17:36:32.699Z[ omicron-package] Compiling itertools v0.14.0
24692026-03-04T17:36:32.699Z[ omicron-package] Compiling heapless v0.8.0
24702026-03-04T17:36:32.702Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24712026-03-04T17:36:32.702Z[ omicron-package] Compiling hash32 v0.3.1
24722026-03-04T17:36:32.702Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24732026-03-04T17:36:32.702Z[ omicron-package] Compiling smoltcp v0.11.0
24742026-03-04T17:36:33.759Z[ omicron-package] Compiling cobs v0.3.0
24752026-03-04T17:36:34.526Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24762026-03-04T17:36:34.907Z[ omicron-package] Compiling postcard v1.1.3
24772026-03-04T17:36:35.234Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24782026-03-04T17:36:35.837Z[ omicron-package] Compiling proc-macro-crate v3.4.0
24792026-03-04T17:36:37.183Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24802026-03-04T17:36:37.183Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24812026-03-04T17:36:37.215Z[ omicron-package] Compiling foreign-types-macros v0.2.3
24822026-03-04T17:36:38.264Z[ omicron-package] Compiling num_enum_derive v0.7.5
24832026-03-04T17:36:38.388Z[ omicron-package] Compiling cpufeatures v0.3.0
24842026-03-04T17:36:39.140Z[ omicron-package] Compiling foreign-types-shared v0.3.1
24852026-03-04T17:36:39.180Z[ omicron-package] Compiling chacha20 v0.10.0
24862026-03-04T17:36:40.091Z[ omicron-package] Compiling num_enum_derive v0.5.11
24872026-03-04T17:36:40.106Z[ omicron-package] Compiling foreign-types v0.5.0
24882026-03-04T17:36:40.439Z[ omicron-package] Compiling rustls v0.23.37
24892026-03-04T17:36:40.752Z[ omicron-package] Compiling tabwriter v1.4.1
24902026-03-04T17:36:40.900Z[ omicron-package] Compiling ingot-macros v0.1.1
24912026-03-04T17:36:41.439Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24922026-03-04T17:36:42.517Z[ omicron-package] Compiling cstr-argument v0.1.2
24932026-03-04T17:36:43.500Z[ omicron-package] Compiling memoffset v0.9.1
24942026-03-04T17:36:43.507Z[ omicron-package] Compiling num_enum v0.7.5
24952026-03-04T17:36:43.545Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24962026-03-04T17:36:44.425Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
24972026-03-04T17:36:44.490Z[ omicron-package] Compiling cfg_aliases v0.2.1
24982026-03-04T17:36:44.524Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24992026-03-04T17:36:44.766Z[ omicron-package] Compiling nix v0.30.1
25002026-03-04T17:36:45.827Z[ omicron-package] Compiling num_enum v0.5.11
25012026-03-04T17:36:46.003Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25022026-03-04T17:36:46.030Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25032026-03-04T17:36:46.334Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25042026-03-04T17:36:46.548Z[ omicron-package] Compiling rand v0.10.0
25052026-03-04T17:36:46.795Z[ omicron-package] Compiling rustls-webpki v0.103.9
25062026-03-04T17:36:46.812Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25072026-03-04T17:36:47.821Z[ omicron-package] Compiling colored v3.1.1
25082026-03-04T17:36:48.441Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25092026-03-04T17:36:50.196Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25102026-03-04T17:36:50.602Z[ omicron-package] Compiling secrecy v0.10.3
25112026-03-04T17:36:50.602Z[ omicron-package] Compiling sigpipe v0.1.3
25122026-03-04T17:36:50.704Z[ omicron-package] Compiling num-derive v0.4.2
25132026-03-04T17:36:50.823Z[ omicron-package] Compiling libefi-sys v0.1.0
25142026-03-04T17:36:50.916Z[ omicron-package] Compiling glob v0.3.3
25152026-03-04T17:36:51.543Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25162026-03-04T17:36:52.226Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25172026-03-04T17:36:52.916Z[ omicron-package] Compiling ingot-types v0.1.2
25182026-03-04T17:36:53.817Z[ omicron-package] Compiling usdt-macro v0.5.0
25192026-03-04T17:36:54.522Z[ omicron-package] Compiling ingot v0.1.1
25202026-03-04T17:36:54.964Z[ omicron-package] Compiling rustls v0.22.4
25212026-03-04T17:36:54.964Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25222026-03-04T17:36:54.967Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25232026-03-04T17:36:56.222Z[ omicron-package] Compiling smf v0.2.3
25242026-03-04T17:36:56.286ZMar 04 17:36:55.698 INFO [hubris-staging] task succeeded (26.529377433s)
25252026-03-04T17:36:56.946Z[ omicron-package] Compiling memmap v0.7.0
25262026-03-04T17:36:57.607Z[ omicron-package] Compiling bitfield-struct v0.6.2
25272026-03-04T17:36:57.730Z[ omicron-package] Compiling whoami v1.6.1
25282026-03-04T17:36:59.316Z[ omicron-package] Compiling rustls-webpki v0.102.8
25292026-03-04T17:36:59.386Z[ omicron-package] Compiling usdt v0.5.0
25302026-03-04T17:36:59.580Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25312026-03-04T17:37:01.220Z[ omicron-package] Compiling tokio-rustls v0.26.4
25322026-03-04T17:37:02.192Z[ omicron-package] Compiling hyper-rustls v0.27.7
25332026-03-04T17:37:02.496Z[ omicron-package] Compiling rustls-platform-verifier v0.6.2
25342026-03-04T17:37:03.231Z[ omicron-package] Compiling reqwest v0.13.2
25352026-03-04T17:37:03.300Z[ omicron-package] Compiling reqwest v0.12.28
25362026-03-04T17:37:03.342Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25372026-03-04T17:37:07.115Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25382026-03-04T17:37:07.710Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25392026-03-04T17:37:08.240Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25402026-03-04T17:37:08.763Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25412026-03-04T17:37:09.456Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25422026-03-04T17:37:10.011Z[ omicron-package] Compiling gethostname v0.5.0
25432026-03-04T17:37:10.324Z[ omicron-package] Compiling oxide-tokio-rt v0.1.2
25442026-03-04T17:37:10.442Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25452026-03-04T17:37:12.284Z[ omicron-package] Compiling tokio-rustls v0.25.0
25462026-03-04T17:37:12.808Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25472026-03-04T17:37:12.860Z[ omicron-package] Compiling dropshot v0.16.7
25482026-03-04T17:37:13.053Z[ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing
25492026-03-04T17:37:13.053Z[ helios-setup] --> src/main.rs:79:10
25502026-03-04T17:37:13.057Z[ helios-setup] |
25512026-03-04T17:37:13.057Z[ helios-setup] 79 | fn pc(s: &str) -> Component {
25522026-03-04T17:37:13.057Z[ helios-setup] | ^^^^ ^^^^^^^^^ the same lifetime is hidden here
25532026-03-04T17:37:13.057Z[ helios-setup] | |
25542026-03-04T17:37:13.057Z[ helios-setup] | the lifetime is elided here
25552026-03-04T17:37:13.057Z[ helios-setup] |
25562026-03-04T17:37:13.057Z[ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
25572026-03-04T17:37:13.057Z[ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
25582026-03-04T17:37:13.057Z[ helios-setup] help: use `'_` for type paths
25592026-03-04T17:37:13.057Z[ helios-setup] |
25602026-03-04T17:37:13.057Z[ helios-setup] 79 | fn pc(s: &str) -> Component<'_> {
25612026-03-04T17:37:13.057Z[ helios-setup] | ++++
25622026-03-04T17:37:13.057Z[ helios-setup]
25632026-03-04T17:37:13.329Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25642026-03-04T17:37:15.534Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25652026-03-04T17:37:20.092Z[ helios-setup] Mar 04 17:37:19.503 INFO helios repository root is: /work/oxidecomputer/helios
25662026-03-04T17:37:20.095Z[ helios-setup] Mar 04 17:37:19.506 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
25672026-03-04T17:37:20.095Z[ helios-setup] Mar 04 17:37:19.506 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
25682026-03-04T17:37:20.098Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
25692026-03-04T17:37:21.382Z[ helios-setup] Mar 04 17:37:20.793 INFO clone ok!, project: dmar-report
25702026-03-04T17:37:21.385Z[ helios-setup] Mar 04 17:37:20.794 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
25712026-03-04T17:37:21.385Z[ helios-setup] Mar 04 17:37:20.794 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
25722026-03-04T17:37:21.388Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
25732026-03-04T17:37:22.174Z[ helios-setup] Mar 04 17:37:21.585 INFO clone ok!, project: pinprick
25742026-03-04T17:37:22.177Z[ helios-setup] Mar 04 17:37:21.585 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
25752026-03-04T17:37:22.177Z[ helios-setup] Mar 04 17:37:21.585 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
25762026-03-04T17:37:22.177Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
25772026-03-04T17:37:23.153Z[ helios-setup] Mar 04 17:37:22.564 INFO clone ok!, project: phbl
25782026-03-04T17:37:23.156Z[ helios-setup] Mar 04 17:37:22.564 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
25792026-03-04T17:37:23.157Z[ helios-setup] Mar 04 17:37:22.564 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
25802026-03-04T17:37:23.160Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
25812026-03-04T17:37:23.476Z[ omicron-package] Compiling progenitor-client v0.13.0
25822026-03-04T17:37:23.628Z[ omicron-package] Compiling progenitor-client v0.10.0
25832026-03-04T17:37:23.814Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25842026-03-04T17:37:24.032Z[ helios-setup] Mar 04 17:37:23.443 INFO clone ok!, project: image-builder
25852026-03-04T17:37:24.032Z[ helios-setup] Mar 04 17:37:23.443 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
25862026-03-04T17:37:24.035Z[ helios-setup] Mar 04 17:37:23.443 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
25872026-03-04T17:37:24.035Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
25882026-03-04T17:37:24.143Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25892026-03-04T17:37:24.706Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25902026-03-04T17:37:24.957Z[ omicron-package] Compiling omicron-zone-package v0.12.2
25912026-03-04T17:37:25.636Z[ helios-setup] Mar 04 17:37:25.047 INFO clone ok!, project: pilot
25922026-03-04T17:37:25.639Z[ helios-setup] Mar 04 17:37:25.047 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
25932026-03-04T17:37:25.639Z[ helios-setup] Mar 04 17:37:25.047 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
25942026-03-04T17:37:25.642Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
25952026-03-04T17:37:38.331ZMar 04 17:37:37.729 DEBG process exited with exit status: 0 (68.560171306s)
25962026-03-04T17:37:38.335ZMar 04 17:37:37.731 INFO [incorp-manifest] task succeeded (68.56235799s)
25972026-03-04T17:37:38.335ZMar 04 17:37:37.731 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25982026-03-04T17:37:38.890ZMar 04 17:37:38.299 INFO [incorp-fmt] process exited with exit status: 0 (567.993396ms)
25992026-03-04T17:37:38.895ZMar 04 17:37:38.299 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
26002026-03-04T17:37:39.660Z[ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260304T173738Z
26012026-03-04T17:37:39.663Z[ incorp-pkgsend] PUBLISHED
26022026-03-04T17:37:39.734ZMar 04 17:37:39.144 INFO [incorp-pkgsend] process exited with exit status: 0 (844.728881ms)
26032026-03-04T17:37:39.737ZMar 04 17:37:39.144 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
26042026-03-04T17:37:40.248Z[ helios-incorp] Retrieving packages for publisher helios-dev ...
26052026-03-04T17:37:40.258Z[ helios-incorp] Retrieving catalog 'helios-dev' ... Done
26062026-03-04T17:37:40.324Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
26072026-03-04T17:37:40.325Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26082026-03-04T17:37:40.325Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26092026-03-04T17:37:40.345Z[ helios-incorp]
26102026-03-04T17:37:40.345Z[ helios-incorp] Archiving packages ...
26112026-03-04T17:37:40.348Z[ helios-incorp] Packages to add: 1
26122026-03-04T17:37:40.348Z[ helios-incorp] Files to retrieve: 0
26132026-03-04T17:37:40.348Z[ helios-incorp] Estimated transfer size: 0.00 B
26142026-03-04T17:37:40.349Z[ helios-incorp]
26152026-03-04T17:37:40.349Z[ helios-incorp] Packages to archive:
26162026-03-04T17:37:40.349Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260304T173738Z
26172026-03-04T17:37:40.349Z[ helios-incorp]
26182026-03-04T17:37:40.349Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26192026-03-04T17:37:40.349Z[ helios-incorp] Archiving: Completed 108.19 kB in 0.00 seconds
26202026-03-04T17:37:40.438ZMar 04 17:37:39.849 INFO [helios-incorp] process exited with exit status: 0 (704.4276ms)
26212026-03-04T17:37:49.720Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26222026-03-04T17:37:50.830Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26232026-03-04T17:37:53.363Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26242026-03-04T17:38:11.131Z[ omicron-package] Finished `release` profile [optimized] target(s) in 1m 41s
26252026-03-04T17:38:11.393Z[ omicron-package]
26262026-03-04T17:38:11.393Z[ omicron-package] real 1:41.581857623
26272026-03-04T17:38:11.396Z[ omicron-package] user 9:04.081279942
26282026-03-04T17:38:11.396Z[ omicron-package] sys 33.367740399
26292026-03-04T17:38:11.396Z[ omicron-package] trap 0.911821505
26302026-03-04T17:38:11.396Z[ omicron-package] tflt 0.942240418
26312026-03-04T17:38:11.396Z[ omicron-package] dflt 0.824320970
26322026-03-04T17:38:11.396Z[ omicron-package] kflt 0.000553892
26332026-03-04T17:38:11.396Z[ omicron-package] lock 28:40.536856552
26342026-03-04T17:38:11.396Z[ omicron-package] slp 33:53.840768763
26352026-03-04T17:38:11.396ZMar 04 17:38:10.802 INFO [omicron-package] process exited with exit status: 0 (101.633624082s)
26362026-03-04T17:38:11.396Z[ omicron-package] lat 3:12.768066607
26372026-03-04T17:38:11.396Z[ omicron-package] stop 1:39.271125314
26382026-03-04T17:38:11.397ZMar 04 17:38:10.803 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
26392026-03-04T17:38:11.397ZMar 04 17:38:10.803 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
26402026-03-04T17:38:11.409Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
26412026-03-04T17:38:11.412Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
26422026-03-04T17:38:11.412Z[ recovery-target] Created new build target 'recovery' and set it as active
26432026-03-04T17:38:11.412Z[ host-target] Created new build target 'host' and set it as active
26442026-03-04T17:38:11.415ZMar 04 17:38:10.822 INFO [host-target] process exited with exit status: 0 (18.787678ms)
26452026-03-04T17:38:11.415ZMar 04 17:38:10.822 INFO [recovery-target] process exited with exit status: 0 (18.528396ms)
26462026-03-04T17:38:11.415ZMar 04 17:38:10.822 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
26472026-03-04T17:38:11.421Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
26482026-03-04T17:38:13.452Z[ host-package] Compiling ring v0.17.14
26492026-03-04T17:38:13.738Z[ host-package] Compiling regress v0.10.5
26502026-03-04T17:38:13.741Z[ host-package] Compiling heck v0.5.0
26512026-03-04T17:38:13.763Z[ host-package] Compiling unsafe-libyaml v0.2.11
26522026-03-04T17:38:13.824Z[ host-package] Compiling convert_case v0.4.0
26532026-03-04T17:38:13.857Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26542026-03-04T17:38:13.860Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26552026-03-04T17:38:14.568Z[ host-package] Compiling derive_more v0.99.20
26562026-03-04T17:38:15.284Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
26572026-03-04T17:38:15.391Z[ helios-setup] Mar 04 17:38:14.800 INFO clone ok!, project: amd-firmware
26582026-03-04T17:38:15.395Z[ helios-setup] Mar 04 17:38:14.800 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26592026-03-04T17:38:15.395Z[ helios-setup] Mar 04 17:38:14.800 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
26602026-03-04T17:38:15.395Z[ helios-setup] Mar 04 17:38:14.800 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26612026-03-04T17:38:15.398Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26622026-03-04T17:38:15.546Z[ host-package] Compiling typify-impl v0.6.1
26632026-03-04T17:38:16.193Z[ helios-setup] Mar 04 17:38:15.601 INFO clone ok!, project: bootserver
26642026-03-04T17:38:16.193Z[ helios-setup] Mar 04 17:38:15.601 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26652026-03-04T17:38:16.196Z[ helios-setup] Mar 04 17:38:15.601 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26662026-03-04T17:38:16.196Z[ helios-setup] Mar 04 17:38:15.601 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
26672026-03-04T17:38:16.196Z[ helios-setup] Mar 04 17:38:15.601 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
26682026-03-04T17:38:16.199Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26692026-03-04T17:38:16.511Z[ host-package] Compiling prettyplease v0.2.37
26702026-03-04T17:38:16.955Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26712026-03-04T17:38:17.775Z[ helios-setup] Mar 04 17:38:17.184 INFO clone ok!, project: amd-host-image-builder
26722026-03-04T17:38:17.778Z[ helios-setup] Mar 04 17:38:17.184 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
26732026-03-04T17:38:17.778Z[ helios-setup] Mar 04 17:38:17.184 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26742026-03-04T17:38:17.779Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26752026-03-04T17:38:18.585Z[ host-package] Compiling universal-hash v0.5.1
26762026-03-04T17:38:18.712Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
26772026-03-04T17:38:18.863Z[ host-package] Compiling rustls v0.23.37
26782026-03-04T17:38:18.918Z[ host-package] Compiling opaque-debug v0.3.1
26792026-03-04T17:38:19.077Z[ host-package] Compiling unicode-width v0.1.14
26802026-03-04T17:38:19.205Z[ helios-setup] Mar 04 17:38:18.611 INFO clone ok!, project: chelsio-t6-roms
26812026-03-04T17:38:19.208Z[ helios-setup] Mar 04 17:38:18.611 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26822026-03-04T17:38:19.796Z[ host-package] Compiling poly1305 v0.8.0
26832026-03-04T17:38:19.828Z[ helios-setup] Mar 04 17:38:19.225 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
26842026-03-04T17:38:20.283Z[ host-package] Compiling chacha20 v0.9.1
26852026-03-04T17:38:20.393Z[ helios-setup] Mar 04 17:38:19.801 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
26862026-03-04T17:38:20.396Z[ helios-setup] Mar 04 17:38:19.801 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26872026-03-04T17:38:20.839Z[ host-package] Compiling password-hash v0.5.0
26882026-03-04T17:38:20.951Z[ helios-setup] Mar 04 17:38:20.359 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
26892026-03-04T17:38:21.344Z[ host-package] Compiling blake2 v0.10.6
26902026-03-04T17:38:21.380Z[ host-package] Compiling thiserror-no-std v2.0.2
26912026-03-04T17:38:21.509Z[ helios-setup] Mar 04 17:38:20.917 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
26922026-03-04T17:38:21.509Z[ helios-setup] Mar 04 17:38:20.917 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26932026-03-04T17:38:21.558Z[ host-package] Compiling aead v0.5.2
26942026-03-04T17:38:22.040Z[ helios-setup] Mar 04 17:38:21.445 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
26952026-03-04T17:38:22.077Z[ host-package] Compiling rustls-webpki v0.103.9
26962026-03-04T17:38:22.670Z[ helios-setup] Mar 04 17:38:22.077 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
26972026-03-04T17:38:22.674Z[ helios-setup] Mar 04 17:38:22.077 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26982026-03-04T17:38:22.674Z[ helios-setup] Mar 04 17:38:22.077 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26992026-03-04T17:38:22.674Z[ helios-setup] Mar 04 17:38:22.078 INFO ok!
27002026-03-04T17:38:22.674Z[ helios-setup] Mar 04 17:38:22.078 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27012026-03-04T17:38:22.674Z[ helios-setup] Mar 04 17:38:22.078 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27022026-03-04T17:38:22.674Z[ helios-setup] Mar 04 17:38:22.078 INFO ok!
27032026-03-04T17:38:22.674Z[ helios-setup] Mar 04 17:38:22.078 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27042026-03-04T17:38:22.674Z[ helios-setup] Mar 04 17:38:22.078 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27052026-03-04T17:38:22.674Z[ helios-setup] Mar 04 17:38:22.078 INFO ok!
27062026-03-04T17:38:22.674Z[ helios-setup] Mar 04 17:38:22.078 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
27072026-03-04T17:38:22.677Z[ host-package] Compiling is-terminal v0.4.17
27082026-03-04T17:38:22.769Z[ helios-setup] Mar 04 17:38:22.177 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.91.1-x86_64-unknown-illumos (default)"
27092026-03-04T17:38:22.769Z[ helios-setup] Mar 04 17:38:22.177 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
27102026-03-04T17:38:22.769Z[ helios-setup] Mar 04 17:38:22.177 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
27112026-03-04T17:38:22.899Z[ host-package] Compiling swrite v0.1.0
27122026-03-04T17:38:23.109Z[ host-package] Compiling chacha20poly1305 v0.10.1
27132026-03-04T17:38:23.190Z[ host-package] Compiling argon2 v0.5.3
27142026-03-04T17:38:23.194Z[ helios-setup] Mar 04 17:38:22.600 INFO E| Updating crates.io index
27152026-03-04T17:38:23.279Z[ host-package] Compiling vsss-rs v3.3.4
27162026-03-04T17:38:23.442Z[ helios-setup] Mar 04 17:38:22.850 INFO E| Downloading crates ...
27172026-03-04T17:38:23.589Z[ helios-setup] Mar 04 17:38:22.996 INFO E| Downloaded autocfg v1.4.0
27182026-03-04T17:38:23.592Z[ helios-setup] Mar 04 17:38:23.000 INFO E| Downloaded anyhow v1.0.98
27192026-03-04T17:38:23.600Z[ helios-setup] Mar 04 17:38:23.007 INFO E| Downloaded tempfile v3.20.0
27202026-03-04T17:38:23.604Z[ helios-setup] Mar 04 17:38:23.012 INFO E| Downloaded time-core v0.1.4
27212026-03-04T17:38:23.606Z[ helios-setup] Mar 04 17:38:23.014 INFO E| Downloaded errno v0.3.12
27222026-03-04T17:38:23.637Z[ helios-setup] Mar 04 17:38:23.045 INFO E| Downloaded thiserror-impl v2.0.12
27232026-03-04T17:38:23.640Z[ helios-setup] Mar 04 17:38:23.047 INFO E| Downloaded deranged v0.4.0
27242026-03-04T17:38:23.643Z[ helios-setup] Mar 04 17:38:23.050 INFO E| Downloaded thiserror v2.0.12
27252026-03-04T17:38:23.652Z[ helios-setup] Mar 04 17:38:23.060 INFO E| Downloaded time-macros v0.2.22
27262026-03-04T17:38:23.655Z[ helios-setup] Mar 04 17:38:23.064 INFO E| Downloaded serde_with_macros v3.12.0
27272026-03-04T17:38:23.658Z[ helios-setup] Mar 04 17:38:23.066 INFO E| Downloaded iana-time-zone v0.1.63
27282026-03-04T17:38:23.662Z[ helios-setup] Mar 04 17:38:23.071 INFO E| Downloaded ryu v1.0.20
27292026-03-04T17:38:23.667Z[ helios-setup] Mar 04 17:38:23.075 INFO E| Downloaded bitflags v2.9.1
27302026-03-04T17:38:23.673Z[ helios-setup] Mar 04 17:38:23.081 INFO E| Downloaded quote v1.0.40
27312026-03-04T17:38:23.677Z[ helios-setup] Mar 04 17:38:23.085 INFO E| Downloaded getrandom v0.3.3
27322026-03-04T17:38:23.683Z[ helios-setup] Mar 04 17:38:23.091 INFO E| Downloaded serde_derive v1.0.219
27332026-03-04T17:38:23.687Z[ helios-setup] Mar 04 17:38:23.095 INFO E| Downloaded proc-macro2 v1.0.95
27342026-03-04T17:38:23.691Z[ helios-setup] Mar 04 17:38:23.099 INFO E| Downloaded unicode-ident v1.0.18
27352026-03-04T17:38:23.695Z[ helios-setup] Mar 04 17:38:23.103 INFO E| Downloaded itoa v1.0.15
27362026-03-04T17:38:23.729Z[ helios-setup] Mar 04 17:38:23.137 INFO E| Downloaded serde v1.0.219
27372026-03-04T17:38:23.738Z[ helios-setup] Mar 04 17:38:23.146 INFO E| Downloaded memchr v2.7.4
27382026-03-04T17:38:23.761Z[ helios-setup] Mar 04 17:38:23.165 INFO E| Downloaded indexmap v2.9.0
27392026-03-04T17:38:23.764Z[ helios-setup] Mar 04 17:38:23.170 INFO E| Downloaded hashbrown v0.15.3
27402026-03-04T17:38:23.768Z[ helios-setup] Mar 04 17:38:23.176 INFO E| Downloaded time v0.3.41
27412026-03-04T17:38:23.779Z[ helios-setup] Mar 04 17:38:23.187 INFO E| Downloaded serde_with v3.12.0
27422026-03-04T17:38:23.791Z[ helios-setup] Mar 04 17:38:23.199 INFO E| Downloaded serde_json v1.0.140
27432026-03-04T17:38:23.802Z[ helios-setup] Mar 04 17:38:23.210 INFO E| Downloaded chrono v0.4.41
27442026-03-04T17:38:23.823Z[ helios-setup] Mar 04 17:38:23.231 INFO E| Downloaded syn v2.0.101
27452026-03-04T17:38:23.848Z[ helios-setup] Mar 04 17:38:23.256 INFO E| Downloaded rustix v1.0.7
27462026-03-04T17:38:23.914Z[ helios-setup] Mar 04 17:38:23.322 INFO E| Downloaded libc v0.2.172
27472026-03-04T17:38:24.015Z[ helios-setup] Mar 04 17:38:23.421 INFO E| Compiling proc-macro2 v1.0.95
27482026-03-04T17:38:24.040Z[ helios-setup] Mar 04 17:38:23.421 INFO E| Compiling unicode-ident v1.0.18
27492026-03-04T17:38:24.040Z[ helios-setup] Mar 04 17:38:23.422 INFO E| Compiling libc v0.2.172
27502026-03-04T17:38:24.040Z[ helios-setup] Mar 04 17:38:23.422 INFO E| Compiling strsim v0.11.1
27512026-03-04T17:38:24.040Z[ helios-setup] Mar 04 17:38:23.422 INFO E| Compiling fnv v1.0.7
27522026-03-04T17:38:24.040Z[ helios-setup] Mar 04 17:38:23.422 INFO E| Compiling ident_case v1.0.1
27532026-03-04T17:38:24.040Z[ helios-setup] Mar 04 17:38:23.422 INFO E| Compiling serde v1.0.219
27542026-03-04T17:38:24.040Z[ helios-setup] Mar 04 17:38:23.422 INFO E| Compiling getrandom v0.3.3
27552026-03-04T17:38:24.232Z[ host-package] Compiling typify-impl v0.4.3
27562026-03-04T17:38:24.739Z[ helios-setup] Mar 04 17:38:24.146 INFO E| Compiling rustix v1.0.7
27572026-03-04T17:38:24.742Z[ helios-setup] Mar 04 17:38:24.146 INFO E| Compiling anyhow v1.0.98
27582026-03-04T17:38:24.971Z[ helios-setup] Mar 04 17:38:24.376 INFO E| Compiling thiserror v2.0.12
27592026-03-04T17:38:25.086Z[ helios-setup] Mar 04 17:38:24.494 INFO E| Compiling serde_json v1.0.140
27602026-03-04T17:38:25.847Z[ helios-setup] Mar 04 17:38:25.255 INFO E| Compiling bitflags v2.9.1
27612026-03-04T17:38:25.876Z[ helios-setup] Mar 04 17:38:25.283 INFO E| Compiling cfg-if v1.0.0
27622026-03-04T17:38:25.903Z[ helios-setup] Mar 04 17:38:25.311 INFO E| Compiling memchr v2.7.4
27632026-03-04T17:38:25.982Z[ helios-setup] Mar 04 17:38:25.390 INFO E| Compiling fastrand v2.3.0
27642026-03-04T17:38:26.626Z[ helios-setup] Mar 04 17:38:26.033 INFO E| Compiling errno v0.3.12
27652026-03-04T17:38:26.992Z[ helios-setup] Mar 04 17:38:26.399 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
27662026-03-04T17:38:27.035Z[ helios-setup] Mar 04 17:38:26.442 INFO E| Compiling once_cell v1.21.3
27672026-03-04T17:38:27.145Z[ host-package] Compiling serde_spanned v1.0.4
27682026-03-04T17:38:27.283Z[ helios-setup] Mar 04 17:38:26.691 INFO E| Compiling itoa v1.0.15
27692026-03-04T17:38:27.497Z[ helios-setup] Mar 04 17:38:26.905 INFO E| Compiling ryu v1.0.20
27702026-03-04T17:38:27.594Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
27712026-03-04T17:38:28.355Z[ helios-setup] Mar 04 17:38:27.763 INFO E| Compiling quote v1.0.40
27722026-03-04T17:38:28.409Z[ host-package] Compiling rustls v0.22.4
27732026-03-04T17:38:28.507Z[ host-package] Compiling toml v0.9.12+spec-1.1.0
27742026-03-04T17:38:29.046Z[ helios-setup] Mar 04 17:38:28.454 INFO E| Compiling syn v2.0.101
27752026-03-04T17:38:29.873Z[ host-package] Compiling typify-macro v0.6.1
27762026-03-04T17:38:30.232Z[ helios-setup] Mar 04 17:38:29.639 INFO E| Compiling tempfile v3.20.0
27772026-03-04T17:38:30.903Z[ host-package] Compiling bytecount v0.6.9
27782026-03-04T17:38:31.458Z[ host-package] Compiling rustls-webpki v0.102.8
27792026-03-04T17:38:36.491Z[ helios-setup] Mar 04 17:38:35.898 INFO E| Compiling darling_core v0.20.11
27802026-03-04T17:38:36.603Z[ host-package] Compiling tokio-rustls v0.26.4
27812026-03-04T17:38:37.489Z[ host-package] Compiling hyper-rustls v0.27.7
27822026-03-04T17:38:37.714Z[ host-package] Compiling rustls-platform-verifier v0.6.2
27832026-03-04T17:38:38.369Z[ host-package] Compiling reqwest v0.12.28
27842026-03-04T17:38:38.442Z[ host-package] Compiling reqwest v0.13.2
27852026-03-04T17:38:38.975Z[ helios-setup] Mar 04 17:38:38.381 INFO E| Compiling serde_derive v1.0.219
27862026-03-04T17:38:38.975Z[ helios-setup] Mar 04 17:38:38.381 INFO E| Compiling thiserror-impl v2.0.12
27872026-03-04T17:38:39.618Z[ host-package] Compiling typify v0.6.1
27882026-03-04T17:38:39.860Z[ host-package] Compiling progenitor-impl v0.13.0
27892026-03-04T17:38:41.179Z[ host-package] Compiling typify-macro v0.4.3
27902026-03-04T17:38:42.844Z[ helios-setup] Mar 04 17:38:42.251 INFO E| Compiling darling_macro v0.20.11
27912026-03-04T17:38:44.290Z[ helios-setup] Mar 04 17:38:43.676 INFO E| Compiling darling v0.20.11
27922026-03-04T17:38:44.416Z[ helios-setup] Mar 04 17:38:43.823 INFO E| Compiling serde_with_macros v3.12.0
27932026-03-04T17:38:45.652Z[ host-package] Compiling tokio-rustls v0.25.0
27942026-03-04T17:38:46.436Z[ host-package] Compiling dropshot v0.16.7
27952026-03-04T17:38:49.983Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27962026-03-04T17:38:51.193Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27972026-03-04T17:38:52.687Z[ host-package] Compiling progenitor-macro v0.13.0
27982026-03-04T17:38:54.385Z[ helios-setup] Mar 04 17:38:53.791 INFO E| Compiling serde_with v3.12.0
27992026-03-04T17:39:06.505Z[ helios-setup] Mar 04 17:39:05.911 INFO E| Finished `release` profile [optimized] target(s) in 43.55s
28002026-03-04T17:39:06.544Z[ helios-setup] Mar 04 17:39:05.950 INFO building project "dmar-report" ok (43 seconds)
28012026-03-04T17:39:06.548Z[ helios-setup] Mar 04 17:39:05.950 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
28022026-03-04T17:39:06.667Z[ helios-setup] Mar 04 17:39:06.072 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.91.1-x86_64-unknown-illumos (default)"
28032026-03-04T17:39:06.667Z[ helios-setup] Mar 04 17:39:06.072 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
28042026-03-04T17:39:06.670Z[ helios-setup] Mar 04 17:39:06.072 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
28052026-03-04T17:39:07.115Z[ helios-setup] Mar 04 17:39:06.519 INFO E| Downloading crates ...
28062026-03-04T17:39:07.312Z[ helios-setup] Mar 04 17:39:06.717 INFO E| Downloaded miniz_oxide v0.8.8
28072026-03-04T17:39:07.316Z[ helios-setup] Mar 04 17:39:06.722 INFO E| Downloaded adler2 v2.0.0
28082026-03-04T17:39:07.376Z[ helios-setup] Mar 04 17:39:06.781 INFO E| Compiling adler2 v2.0.0
28092026-03-04T17:39:07.676Z[ helios-setup] Mar 04 17:39:07.082 INFO E| Compiling miniz_oxide v0.8.8
28102026-03-04T17:39:07.852Z[ host-package] Compiling progenitor-client v0.13.0
28112026-03-04T17:39:09.040Z[ host-package] Compiling progenitor-client v0.10.0
28122026-03-04T17:39:10.401Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28132026-03-04T17:39:10.556Z[ helios-setup] Mar 04 17:39:09.961 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
28142026-03-04T17:39:11.507Z[ helios-setup] Mar 04 17:39:10.912 INFO E| Finished `release` profile [optimized] target(s) in 4.70s
28152026-03-04T17:39:11.522Z[ helios-setup] Mar 04 17:39:10.927 INFO building project "pinprick" ok (4 seconds)
28162026-03-04T17:39:11.522Z[ helios-setup] Mar 04 17:39:10.927 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
28172026-03-04T17:39:11.666Z[ helios-setup] Mar 04 17:39:11.071 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.91.1-x86_64-unknown-illumos (default)"
28182026-03-04T17:39:11.666Z[ helios-setup] Mar 04 17:39:11.071 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
28192026-03-04T17:39:11.669Z[ helios-setup] Mar 04 17:39:11.071 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
28202026-03-04T17:39:12.047Z[ helios-setup] Mar 04 17:39:11.452 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
28212026-03-04T17:39:12.618Z[ helios-setup] Mar 04 17:39:12.023 INFO E| From https://github.com/jclulow/rust-jmclib
28222026-03-04T17:39:12.618Z[ helios-setup] Mar 04 17:39:12.023 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
28232026-03-04T17:39:12.641Z[ helios-setup] Mar 04 17:39:12.046 INFO E| Updating crates.io index
28242026-03-04T17:39:12.823Z[ helios-setup] Mar 04 17:39:12.229 INFO E| Downloading crates ...
28252026-03-04T17:39:12.912Z[ helios-setup] Mar 04 17:39:12.317 INFO E| Downloaded getrandom v0.2.10
28262026-03-04T17:39:12.952Z[ helios-setup] Mar 04 17:39:12.357 INFO E| Downloaded typenum v1.16.0
28272026-03-04T17:39:12.956Z[ helios-setup] Mar 04 17:39:12.361 INFO E| Downloaded errno v0.3.1
28282026-03-04T17:39:12.960Z[ helios-setup] Mar 04 17:39:12.363 INFO E| Downloaded cpufeatures v0.2.9
28292026-03-04T17:39:12.964Z[ helios-setup] Mar 04 17:39:12.365 INFO E| Downloaded block-buffer v0.9.0
28302026-03-04T17:39:12.964Z[ helios-setup] Mar 04 17:39:12.367 INFO E| Downloaded libdevinfo-sys v1.0.0
28312026-03-04T17:39:12.964Z[ helios-setup] Mar 04 17:39:12.369 INFO E| Downloaded sha-1 v0.9.8
28322026-03-04T17:39:12.967Z[ helios-setup] Mar 04 17:39:12.372 INFO E| Downloaded opaque-debug v0.3.0
28332026-03-04T17:39:12.970Z[ helios-setup] Mar 04 17:39:12.374 INFO E| Downloaded md-5 v0.9.1
28342026-03-04T17:39:12.973Z[ helios-setup] Mar 04 17:39:12.377 INFO E| Downloaded itoa v1.0.9
28352026-03-04T17:39:12.976Z[ helios-setup] Mar 04 17:39:12.379 INFO E| Downloaded digest v0.9.0
28362026-03-04T17:39:13.007Z[ helios-setup] Mar 04 17:39:12.412 INFO E| Downloaded walkdir v2.3.3
28372026-03-04T17:39:13.010Z[ helios-setup] Mar 04 17:39:12.415 INFO E| Downloaded ryu v1.0.15
28382026-03-04T17:39:13.013Z[ helios-setup] Mar 04 17:39:12.418 INFO E| Downloaded uuid v0.8.2
28392026-03-04T17:39:13.018Z[ helios-setup] Mar 04 17:39:12.424 INFO E| Downloaded unicode-ident v1.0.11
28402026-03-04T17:39:13.022Z[ helios-setup] Mar 04 17:39:12.427 INFO E| Downloaded anyhow v1.0.72
28412026-03-04T17:39:13.027Z[ helios-setup] Mar 04 17:39:12.433 INFO E| Downloaded toml v0.5.11
28422026-03-04T17:39:13.030Z[ helios-setup] Mar 04 17:39:12.435 INFO E| Downloaded serde_derive v1.0.193
28432026-03-04T17:39:13.033Z[ helios-setup] Mar 04 17:39:12.439 INFO E| Downloaded proc-macro2 v1.0.66
28442026-03-04T17:39:13.038Z[ helios-setup] Mar 04 17:39:12.443 INFO E| Downloaded once_cell v1.18.0
28452026-03-04T17:39:13.042Z[ helios-setup] Mar 04 17:39:12.448 INFO E| Downloaded bitflags v2.3.3
28462026-03-04T17:39:13.047Z[ helios-setup] Mar 04 17:39:12.453 INFO E| Downloaded serde v1.0.193
28472026-03-04T17:39:13.052Z[ helios-setup] Mar 04 17:39:12.457 INFO E| Downloaded unicode-width v0.1.10
28482026-03-04T17:39:13.055Z[ helios-setup] Mar 04 17:39:12.460 INFO E| Downloaded tempfile v3.7.0
28492026-03-04T17:39:13.060Z[ helios-setup] Mar 04 17:39:12.465 INFO E| Downloaded quote v1.0.31
28502026-03-04T17:39:13.064Z[ helios-setup] Mar 04 17:39:12.470 INFO E| Downloaded serde_json v1.0.103
28512026-03-04T17:39:13.076Z[ helios-setup] Mar 04 17:39:12.481 INFO E| Downloaded fastrand v2.0.0
28522026-03-04T17:39:13.079Z[ helios-setup] Mar 04 17:39:12.483 INFO E| Downloaded glob v0.3.1
28532026-03-04T17:39:13.108Z[ helios-setup] Mar 04 17:39:12.513 INFO E| Downloaded syn v2.0.32
28542026-03-04T17:39:13.122Z[ helios-setup] Mar 04 17:39:12.527 INFO E| Downloaded rustix v0.38.4
28552026-03-04T17:39:13.211Z[ helios-setup] Mar 04 17:39:12.616 INFO E| Downloaded libc v0.2.147
28562026-03-04T17:39:13.409Z[ helios-setup] Mar 04 17:39:12.814 INFO E| Compiling libc v0.2.147
28572026-03-04T17:39:13.409Z[ helios-setup] Mar 04 17:39:12.814 INFO E| Compiling proc-macro2 v1.0.66
28582026-03-04T17:39:13.413Z[ helios-setup] Mar 04 17:39:12.814 INFO E| Compiling cfg-if v1.0.0
28592026-03-04T17:39:13.413Z[ helios-setup] Mar 04 17:39:12.814 INFO E| Compiling unicode-ident v1.0.11
28602026-03-04T17:39:13.413Z[ helios-setup] Mar 04 17:39:12.814 INFO E| Compiling typenum v1.16.0
28612026-03-04T17:39:13.413Z[ helios-setup] Mar 04 17:39:12.814 INFO E| Compiling version_check v0.9.4
28622026-03-04T17:39:13.414Z[ helios-setup] Mar 04 17:39:12.814 INFO E| Compiling serde v1.0.193
28632026-03-04T17:39:13.414Z[ helios-setup] Mar 04 17:39:12.815 INFO E| Compiling powerfmt v0.2.0
28642026-03-04T17:39:13.746Z[ helios-setup] Mar 04 17:39:13.151 INFO E| Compiling num-conv v0.1.0
28652026-03-04T17:39:14.331Z[ helios-setup] Mar 04 17:39:13.736 INFO E| Compiling slog v2.7.0
28662026-03-04T17:39:14.769Z[ helios-setup] Mar 04 17:39:14.173 INFO E| Compiling rustix v0.38.4
28672026-03-04T17:39:14.778Z[ helios-setup] Mar 04 17:39:14.183 INFO E| Compiling itoa v1.0.9
28682026-03-04T17:39:14.976Z[ helios-setup] Mar 04 17:39:14.381 INFO E| Compiling generic-array v0.14.7
28692026-03-04T17:39:15.351Z[ helios-setup] Mar 04 17:39:14.755 INFO E| Compiling time-core v0.1.2
28702026-03-04T17:39:15.403Z[ helios-setup] Mar 04 17:39:14.808 INFO E| Compiling deranged v0.3.11
28712026-03-04T17:39:15.605Z[ helios-setup] Mar 04 17:39:15.010 INFO E| Compiling time-macros v0.2.18
28722026-03-04T17:39:15.670Z[ helios-setup] Mar 04 17:39:15.075 INFO E| Compiling once_cell v1.18.0
28732026-03-04T17:39:15.840Z[ helios-setup] Mar 04 17:39:15.245 INFO E| Compiling num_threads v0.1.6
28742026-03-04T17:39:16.399Z[ helios-setup] Mar 04 17:39:15.804 INFO E| Compiling quote v1.0.31
28752026-03-04T17:39:16.564Z[ helios-setup] Mar 04 17:39:15.969 INFO E| Compiling bitflags v2.3.3
28762026-03-04T17:39:16.798Z[ helios-setup] Mar 04 17:39:16.203 INFO E| Compiling thread_local v1.1.7
28772026-03-04T17:39:17.311Z[ helios-setup] Mar 04 17:39:16.716 INFO E| Compiling syn v2.0.32
28782026-03-04T17:39:17.653Z[ helios-setup] Mar 04 17:39:17.058 INFO E| Compiling dirs-sys-next v0.1.2
28792026-03-04T17:39:17.781Z[ helios-setup] Mar 04 17:39:17.186 INFO E| Compiling errno v0.3.1
28802026-03-04T17:39:18.042Z[ helios-setup] Mar 04 17:39:17.447 INFO E| Compiling atty v0.2.14
28812026-03-04T17:39:18.209Z[ helios-setup] Mar 04 17:39:17.614 INFO E| Compiling dirs-next v2.0.0
28822026-03-04T17:39:18.288Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
28832026-03-04T17:39:18.675Z[ helios-setup] Mar 04 17:39:18.080 INFO E| Compiling term v0.7.0
28842026-03-04T17:39:18.769Z[ helios-setup] Mar 04 17:39:18.174 INFO E| Compiling serde_json v1.0.103
28852026-03-04T17:39:18.793Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28862026-03-04T17:39:18.888Z[ helios-setup] Mar 04 17:39:18.293 INFO E| Compiling fastrand v2.0.0
28872026-03-04T17:39:19.849Z[ helios-setup] Mar 04 17:39:19.254 INFO E| Compiling block-buffer v0.9.0
28882026-03-04T17:39:19.902Z[ helios-setup] Mar 04 17:39:19.307 INFO E| Compiling digest v0.9.0
28892026-03-04T17:39:20.166Z[ helios-setup] Mar 04 17:39:19.568 INFO E| Compiling opaque-debug v0.3.0
28902026-03-04T17:39:20.279Z[ helios-setup] Mar 04 17:39:19.684 INFO E| Compiling anyhow v1.0.72
28912026-03-04T17:39:20.328Z[ helios-setup] Mar 04 17:39:19.733 INFO E| Compiling getrandom v0.2.10
28922026-03-04T17:39:20.336Z[ helios-setup] Mar 04 17:39:19.740 INFO E| Compiling ryu v1.0.15
28932026-03-04T17:39:20.400Z[ helios-setup] Mar 04 17:39:19.805 INFO E| Compiling same-file v1.0.6
28942026-03-04T17:39:20.926Z[ helios-setup] Mar 04 17:39:20.331 INFO E| Compiling cpufeatures v0.2.9
28952026-03-04T17:39:20.940Z[ helios-setup] Mar 04 17:39:20.345 INFO E| Compiling unicode-width v0.1.10
28962026-03-04T17:39:21.092Z[ helios-setup] Mar 04 17:39:20.497 INFO E| Compiling sha-1 v0.9.8
28972026-03-04T17:39:21.180Z[ helios-setup] Mar 04 17:39:20.584 INFO E| Compiling walkdir v2.3.3
28982026-03-04T17:39:21.212Z[ helios-setup] Mar 04 17:39:20.617 INFO E| Compiling time v0.3.36
28992026-03-04T17:39:21.398Z[ helios-setup] Mar 04 17:39:20.803 INFO E| Compiling getopts v0.2.21
29002026-03-04T17:39:21.536Z[ helios-setup] Mar 04 17:39:20.941 INFO E| Compiling md-5 v0.9.1
29012026-03-04T17:39:22.205Z[ helios-setup] Mar 04 17:39:21.565 INFO E| Compiling tempfile v3.7.0
29022026-03-04T17:39:22.650Z[ helios-setup] Mar 04 17:39:22.055 INFO E| Compiling glob v0.3.1
29032026-03-04T17:39:22.814Z[ helios-setup] Mar 04 17:39:22.219 INFO E| Compiling libdevinfo-sys v1.0.0
29042026-03-04T17:39:25.004Z[ helios-setup] Mar 04 17:39:24.409 INFO E| Compiling serde_derive v1.0.193
29052026-03-04T17:39:25.131Z[ helios-setup] Mar 04 17:39:24.536 INFO E| Compiling slog-term v2.9.0
29062026-03-04T17:39:26.390Z[ host-package] Compiling progenitor v0.13.0
29072026-03-04T17:39:27.104Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29082026-03-04T17:40:11.379Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29092026-03-04T17:40:11.483Z[ host-package] Compiling derive-where v1.6.0
29102026-03-04T17:40:11.695Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29112026-03-04T17:40:11.696Z[ host-package] Compiling thread_local v1.1.9
29122026-03-04T17:40:11.696Z[ host-package] Compiling match_cfg v0.1.0
29132026-03-04T17:40:11.696Z[ host-package] Compiling hostname v0.3.1
29142026-03-04T17:40:11.696Z[ helios-setup] Mar 04 17:39:37.569 INFO E| Compiling toml v0.5.11
29152026-03-04T17:40:11.696Z[ helios-setup] Mar 04 17:39:37.569 INFO E| Compiling uuid v0.8.2
29162026-03-04T17:40:11.696Z[ helios-setup] Mar 04 17:39:40.065 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
29172026-03-04T17:40:11.696Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29182026-03-04T17:40:11.696Z[ helios-setup] Mar 04 17:39:41.600 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
29192026-03-04T17:40:11.696Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29202026-03-04T17:40:11.696Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29212026-03-04T17:40:11.696Z[ host-package] Compiling multer v3.1.0
29222026-03-04T17:40:11.696Z[ host-package] Compiling slog-async v2.8.0
29232026-03-04T17:40:11.696Z[ host-package] Compiling slog-json v2.6.1
29242026-03-04T17:40:11.696Z[ host-package] Compiling crossbeam-channel v0.5.15
29252026-03-04T17:40:11.696Z[ host-package] Compiling futures-executor v0.3.32
29262026-03-04T17:40:11.696Z[ host-package] Compiling take_mut v0.2.2
29272026-03-04T17:40:11.696Z[ host-package] Compiling term v1.2.1
29282026-03-04T17:40:11.696Z[ host-package] Compiling slog-term v2.9.2
29292026-03-04T17:40:11.696Z[ host-package] Compiling futures v0.3.32
29302026-03-04T17:40:11.696Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29312026-03-04T17:40:11.696Z[ host-package] Compiling slog-bunyan v2.5.0
29322026-03-04T17:40:11.696Z[ host-package] Compiling typify v0.4.3
29332026-03-04T17:40:11.696Z[ host-package] Compiling async-stream v0.3.6
29342026-03-04T17:40:11.696Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
29352026-03-04T17:40:11.696Z[ host-package] Compiling waitgroup v0.1.2
29362026-03-04T17:40:11.696Z[ host-package] Compiling rustls-pemfile v2.2.0
29372026-03-04T17:40:11.697Z[ host-package] Compiling serde_path_to_error v0.1.20
29382026-03-04T17:40:11.697Z[ host-package] Compiling instant v0.1.13
29392026-03-04T17:40:11.697Z[ helios-setup] Mar 04 17:39:52.549 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.29s
29402026-03-04T17:40:11.697Z[ helios-setup] Mar 04 17:39:52.582 INFO building project "image-builder" ok (41 seconds)
29412026-03-04T17:40:11.697Z[ helios-setup] Mar 04 17:39:52.582 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
29422026-03-04T17:40:11.697Z[ helios-setup] Mar 04 17:39:52.692 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.91.1-x86_64-unknown-illumos (default)"
29432026-03-04T17:40:11.697Z[ helios-setup] Mar 04 17:39:52.693 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
29442026-03-04T17:40:11.697Z[ helios-setup] Mar 04 17:39:52.693 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
29452026-03-04T17:40:11.697Z[ host-package] Compiling hostname v0.4.2
29462026-03-04T17:40:11.697Z[ host-package] Compiling debug-ignore v1.0.5
29472026-03-04T17:40:11.697Z[ host-package] Compiling backoff v0.4.0
29482026-03-04T17:40:11.697Z[ helios-setup] Mar 04 17:39:53.056 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
29492026-03-04T17:40:11.697Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
29502026-03-04T17:40:11.697Z[ helios-setup] Mar 04 17:39:53.641 INFO E| From https://github.com/jclulow/hiercmd
29512026-03-04T17:40:11.697Z[ helios-setup] Mar 04 17:39:53.641 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
29522026-03-04T17:40:11.697Z[ helios-setup] Mar 04 17:39:53.662 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
29532026-03-04T17:40:11.697Z[ helios-setup] Mar 04 17:39:54.209 INFO E| From https://github.com/oxidecomputer/network-interface
29542026-03-04T17:40:11.697Z[ helios-setup] Mar 04 17:39:54.209 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
29552026-03-04T17:40:11.698Z[ helios-setup] Mar 04 17:39:54.234 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
29562026-03-04T17:40:11.698Z[ helios-setup] Mar 04 17:39:54.746 INFO E| From https://github.com/oxidecomputer/boot-image-tools
29572026-03-04T17:40:11.698Z[ helios-setup] Mar 04 17:39:54.746 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
29582026-03-04T17:40:11.698Z[ helios-setup] Mar 04 17:39:54.791 INFO E| Updating crates.io index
29592026-03-04T17:40:11.698Z[ host-package] Compiling parse-display v0.10.0
29602026-03-04T17:40:11.698Z[ helios-setup] Mar 04 17:39:54.971 INFO E| Downloading crates ...
29612026-03-04T17:40:11.698Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29622026-03-04T17:40:11.698Z[ helios-setup] Mar 04 17:39:55.150 INFO E| Downloaded anstyle-query v1.1.4
29632026-03-04T17:40:11.698Z[ helios-setup] Mar 04 17:39:55.159 INFO E| Downloaded anyhow v1.0.100
29642026-03-04T17:40:11.698Z[ helios-setup] Mar 04 17:39:55.171 INFO E| Downloaded bitflags v2.10.0
29652026-03-04T17:40:11.698Z[ helios-setup] Mar 04 17:39:55.178 INFO E| Downloaded time-core v0.1.6
29662026-03-04T17:40:11.698Z[ helios-setup] Mar 04 17:39:55.181 INFO E| Downloaded pin-project-lite v0.2.16
29672026-03-04T17:40:11.698Z[ helios-setup] Mar 04 17:39:55.191 INFO E| Downloaded futures-task v0.3.31
29682026-03-04T17:40:11.698Z[ helios-setup] Mar 04 17:39:55.193 INFO E| Downloaded zeroize_derive v1.4.2
29692026-03-04T17:40:11.698Z[ helios-setup] Mar 04 17:39:55.195 INFO E| Downloaded bytes v1.10.1
29702026-03-04T17:40:11.698Z[ helios-setup] Mar 04 17:39:55.202 INFO E| Downloaded serde_spanned v1.0.3
29712026-03-04T17:40:11.699Z[ helios-setup] Mar 04 17:39:55.204 INFO E| Downloaded libdevinfo-sys v1.1.0
29722026-03-04T17:40:11.699Z[ helios-setup] Mar 04 17:39:55.206 INFO E| Downloaded futures-macro v0.3.31
29732026-03-04T17:40:11.699Z[ helios-setup] Mar 04 17:39:55.207 INFO E| Downloaded futures-io v0.3.31
29742026-03-04T17:40:11.699Z[ helios-setup] Mar 04 17:39:55.209 INFO E| Downloaded crc v3.3.0
29752026-03-04T17:40:11.699Z[ helios-setup] Mar 04 17:39:55.211 INFO E| Downloaded clap_derive v4.5.49
29762026-03-04T17:40:11.699Z[ helios-setup] Mar 04 17:39:55.216 INFO E| Downloaded env_filter v0.1.4
29772026-03-04T17:40:11.699Z[ helios-setup] Mar 04 17:39:55.218 INFO E| Downloaded thiserror v2.0.17
29782026-03-04T17:40:11.699Z[ helios-setup] Mar 04 17:39:55.227 INFO E| Downloaded socket2 v0.6.1
29792026-03-04T17:40:11.699Z[ helios-setup] Mar 04 17:39:55.230 INFO E| Downloaded devinfo v0.1.0
29802026-03-04T17:40:11.699Z[ helios-setup] Mar 04 17:39:55.232 INFO E| Downloaded generic-array v0.14.9
29812026-03-04T17:40:11.699Z[ helios-setup] Mar 04 17:39:55.234 INFO E| Downloaded quote v1.0.41
29822026-03-04T17:40:11.699Z[ helios-setup] Mar 04 17:39:55.239 INFO E| Downloaded futures-core v0.3.31
29832026-03-04T17:40:11.699Z[ helios-setup] Mar 04 17:39:55.241 INFO E| Downloaded bitfield-macros v0.19.3
29842026-03-04T17:40:11.699Z[ helios-setup] Mar 04 17:39:55.242 INFO E| Downloaded bitfield v0.19.3
29852026-03-04T17:40:11.699Z[ helios-setup] Mar 04 17:39:55.244 INFO E| Downloaded simd-adler32 v0.3.7
29862026-03-04T17:40:11.699Z[ helios-setup] Mar 04 17:39:55.247 INFO E| Downloaded toml_datetime v0.7.3
29872026-03-04T17:40:11.699Z[ helios-setup] Mar 04 17:39:55.249 INFO E| Downloaded base64ct v1.8.0
29882026-03-04T17:40:11.699Z[ helios-setup] Mar 04 17:39:55.253 INFO E| Downloaded clap_lex v0.7.6
29892026-03-04T17:40:11.699Z[ helios-setup] Mar 04 17:39:55.264 INFO E| Downloaded toml_writer v1.0.4
29902026-03-04T17:40:11.699Z[ helios-setup] Mar 04 17:39:55.267 INFO E| Downloaded toml v0.9.8
29912026-03-04T17:40:11.699Z[ helios-setup] Mar 04 17:39:55.273 INFO E| Downloaded futures-sink v0.3.31
29922026-03-04T17:40:11.699Z[ helios-setup] Mar 04 17:39:55.274 INFO E| Downloaded futures-executor v0.3.31
29932026-03-04T17:40:11.699Z[ helios-setup] Mar 04 17:39:55.276 INFO E| Downloaded futures-channel v0.3.31
29942026-03-04T17:40:11.699Z[ helios-setup] Mar 04 17:39:55.279 INFO E| Downloaded getopts v0.2.24
29952026-03-04T17:40:11.699Z[ helios-setup] Mar 04 17:39:55.281 INFO E| Downloaded term v1.2.0
29962026-03-04T17:40:11.699Z[ helios-setup] Mar 04 17:39:55.286 INFO E| Downloaded time-macros v0.2.24
29972026-03-04T17:40:11.699Z[ helios-setup] Mar 04 17:39:55.289 INFO E| Downloaded find-msvc-tools v0.1.4
29982026-03-04T17:40:11.699Z[ helios-setup] Mar 04 17:39:55.292 INFO E| Downloaded slab v0.4.11
29992026-03-04T17:40:11.699Z[ helios-setup] Mar 04 17:39:55.294 INFO E| Downloaded env_logger v0.11.8
30002026-03-04T17:40:11.699Z[ helios-setup] Mar 04 17:39:55.298 INFO E| Downloaded thiserror-impl v2.0.17
30012026-03-04T17:40:11.699Z[ helios-setup] Mar 04 17:39:55.300 INFO E| Downloaded signal-hook-registry v1.4.6
30022026-03-04T17:40:11.699Z[ helios-setup] Mar 04 17:39:55.301 INFO E| Downloaded deranged v0.5.5
30032026-03-04T17:40:11.699Z[ helios-setup] Mar 04 17:39:55.304 INFO E| Downloaded zerocopy-derive v0.8.27
30042026-03-04T17:40:11.699Z[ helios-setup] Mar 04 17:39:55.314 INFO E| Downloaded toml_parser v1.0.4
30052026-03-04T17:40:11.699Z[ helios-setup] Mar 04 17:39:55.317 INFO E| Downloaded unicode-ident v1.0.22
30062026-03-04T17:40:11.699Z[ helios-setup] Mar 04 17:39:55.322 INFO E| Downloaded log v0.4.28
30072026-03-04T17:40:11.699Z[ helios-setup] Mar 04 17:39:55.326 INFO E| Downloaded flate2 v1.1.5
30082026-03-04T17:40:11.699Z[ helios-setup] Mar 04 17:39:55.349 INFO E| Downloaded uuid v1.18.1
30092026-03-04T17:40:11.700Z[ helios-setup] Mar 04 17:39:55.354 INFO E| Downloaded iana-time-zone v0.1.64
30102026-03-04T17:40:11.777Z[ helios-setup] Mar 04 17:39:55.358 INFO E| Downloaded proc-macro2 v1.0.103
30112026-03-04T17:40:11.777Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30122026-03-04T17:40:11.777Z[ host-package] Compiling backon v1.6.0
30132026-03-04T17:40:11.777Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30142026-03-04T17:40:11.777Z[ host-package] Compiling macaddr v1.0.1
30152026-03-04T17:40:11.777Z[ host-package] Compiling console v0.15.11
30162026-03-04T17:40:11.777Z[ host-package] Compiling newline-converter v0.3.0
30172026-03-04T17:40:11.777Z[ helios-setup] Mar 04 17:39:55.363 INFO E| Downloaded getrandom v0.2.16
30182026-03-04T17:40:11.778Z[ host-package] Compiling atomicwrites v0.4.4
30192026-03-04T17:40:11.778Z[ helios-setup] Mar 04 17:39:55.369 INFO E| Downloaded mio v1.1.0
30202026-03-04T17:40:11.778Z[ host-package] Compiling num-rational v0.4.2
30212026-03-04T17:40:11.778Z[ host-package] Compiling num-complex v0.4.6
30222026-03-04T17:40:11.778Z[ helios-setup] Mar 04 17:39:55.378 INFO E| Downloaded clap v4.5.51
30232026-03-04T17:40:11.778Z[ helios-setup] Mar 04 17:39:55.394 INFO E| Downloaded toml_edit v0.23.7
30242026-03-04T17:40:11.778Z[ helios-setup] Mar 04 17:39:55.400 INFO E| Downloaded rsa v0.9.8
30252026-03-04T17:40:11.778Z[ helios-setup] Mar 04 17:39:55.408 INFO E| Downloaded indexmap v2.12.0
30262026-03-04T17:40:11.778Z[ helios-setup] Mar 04 17:39:55.415 INFO E| Downloaded iddqd v0.3.14
30272026-03-04T17:40:11.778Z[ helios-setup] Mar 04 17:39:55.426 INFO E| Downloaded memchr v2.7.6
30282026-03-04T17:40:11.778Z[ helios-setup] Mar 04 17:39:55.433 INFO E| Downloaded cc v1.2.44
30292026-03-04T17:40:11.779Z[ helios-setup] Mar 04 17:39:55.436 INFO E| Downloaded futures v0.3.31
30302026-03-04T17:40:11.779Z[ helios-setup] Mar 04 17:39:55.442 INFO E| Downloaded num-bigint-dig v0.8.4
30312026-03-04T17:40:11.779Z[ helios-setup] Mar 04 17:39:55.453 INFO E| Downloaded time v0.3.44
30322026-03-04T17:40:11.779Z[ helios-setup] Mar 04 17:39:55.462 INFO E| Downloaded hashbrown v0.16.0
30332026-03-04T17:40:11.779Z[ helios-setup] Mar 04 17:39:55.469 INFO E| Downloaded serde_json v1.0.145
30342026-03-04T17:40:11.779Z[ helios-setup] Mar 04 17:39:55.477 INFO E| Downloaded libm v0.2.15
30352026-03-04T17:40:11.779Z[ helios-setup] Mar 04 17:39:55.489 INFO E| Downloaded clap_builder v4.5.51
30362026-03-04T17:40:11.779Z[ helios-setup] Mar 04 17:39:55.506 INFO E| Downloaded winnow v0.7.13
30372026-03-04T17:40:11.779Z[ helios-setup] Mar 04 17:39:55.519 INFO E| Downloaded zerocopy v0.8.27
30382026-03-04T17:40:11.779Z[ helios-setup] Mar 04 17:39:55.566 INFO E| Downloaded chrono v0.4.42
30392026-03-04T17:40:11.779Z[ helios-setup] Mar 04 17:39:55.574 INFO E| Downloaded futures-util v0.3.31
30402026-03-04T17:40:11.779Z[ helios-setup] Mar 04 17:39:55.594 INFO E| Downloaded syn v2.0.108
30412026-03-04T17:40:11.779Z[ helios-setup] Mar 04 17:39:55.610 INFO E| Downloaded unicode-width v0.2.2
30422026-03-04T17:40:11.779Z[ helios-setup] Mar 04 17:39:55.654 INFO E| Downloaded rustix v1.1.2
30432026-03-04T17:40:11.780Z[ helios-setup] Mar 04 17:39:55.759 INFO E| Downloaded tokio v1.48.0
30442026-03-04T17:40:11.780Z[ helios-setup] Mar 04 17:39:55.822 INFO E| Downloaded libc v0.2.177
30452026-03-04T17:40:11.780Z[ helios-setup] Mar 04 17:39:55.998 INFO E| Compiling proc-macro2 v1.0.103
30462026-03-04T17:40:11.780Z[ helios-setup] Mar 04 17:39:55.998 INFO E| Compiling unicode-ident v1.0.22
30472026-03-04T17:40:11.780Z[ helios-setup] Mar 04 17:39:55.998 INFO E| Compiling quote v1.0.41
30482026-03-04T17:40:11.780Z[ helios-setup] Mar 04 17:39:55.998 INFO E| Compiling libc v0.2.177
30492026-03-04T17:40:11.780Z[ helios-setup] Mar 04 17:39:55.998 INFO E| Compiling serde_core v1.0.228
30502026-03-04T17:40:11.780Z[ helios-setup] Mar 04 17:39:55.998 INFO E| Compiling cfg-if v1.0.4
30512026-03-04T17:40:11.780Z[ helios-setup] Mar 04 17:39:55.999 INFO E| Compiling serde v1.0.228
30522026-03-04T17:40:11.780Z[ helios-setup] Mar 04 17:39:55.999 INFO E| Compiling version_check v0.9.5
30532026-03-04T17:40:11.780Z[ helios-setup] Mar 04 17:39:56.467 INFO E| Compiling autocfg v1.5.0
30542026-03-04T17:40:11.780Z[ helios-setup] Mar 04 17:39:56.591 INFO E| Compiling typenum v1.19.0
30552026-03-04T17:40:11.780Z[ helios-setup] Mar 04 17:39:57.409 INFO E| Compiling const-oid v0.9.6
30562026-03-04T17:40:11.780Z[ helios-setup] Mar 04 17:39:57.537 INFO E| Compiling generic-array v0.14.9
30572026-03-04T17:40:11.780Z[ helios-setup] Mar 04 17:39:58.142 INFO E| Compiling libm v0.2.15
30582026-03-04T17:40:11.780Z[ helios-setup] Mar 04 17:39:58.341 INFO E| Compiling num-traits v0.2.19
30592026-03-04T17:40:11.780Z[ helios-setup] Mar 04 17:39:59.386 INFO E| Compiling zerocopy v0.8.27
30602026-03-04T17:40:11.780Z[ helios-setup] Mar 04 17:40:00.178 INFO E| Compiling rustversion v1.0.22
30612026-03-04T17:40:11.780Z[ helios-setup] Mar 04 17:40:01.392 INFO E| Compiling zeroize v1.8.2
30622026-03-04T17:40:11.780Z[ helios-setup] Mar 04 17:40:01.480 INFO E| Compiling base64ct v1.8.0
30632026-03-04T17:40:11.780Z[ helios-setup] Mar 04 17:40:01.913 INFO E| Compiling syn v2.0.108
30642026-03-04T17:40:11.780Z[ helios-setup] Mar 04 17:40:02.222 INFO E| Compiling smallvec v1.15.1
30652026-03-04T17:40:11.780Z[ helios-setup] Mar 04 17:40:02.249 INFO E| Compiling getrandom v0.2.16
30662026-03-04T17:40:11.780Z[ helios-setup] Mar 04 17:40:03.097 INFO E| Compiling pem-rfc7468 v0.7.0
30672026-03-04T17:40:11.780Z[ helios-setup] Mar 04 17:40:03.253 INFO E| Compiling memchr v2.7.6
30682026-03-04T17:40:11.780Z[ helios-setup] Mar 04 17:40:03.823 INFO E| Compiling crc32fast v1.5.0
30692026-03-04T17:40:11.780Z[ helios-setup] Mar 04 17:40:05.295 INFO E| Compiling block-buffer v0.10.4
30702026-03-04T17:40:11.780Z[ helios-setup] Mar 04 17:40:05.534 INFO E| Compiling crypto-common v0.1.6
30712026-03-04T17:40:11.780Z[ helios-setup] Mar 04 17:40:06.177 INFO E| Compiling digest v0.10.7
30722026-03-04T17:40:11.780Z[ helios-setup] Mar 04 17:40:06.244 INFO E| Compiling anyhow v1.0.100
30732026-03-04T17:40:11.780Z[ helios-setup] Mar 04 17:40:06.244 INFO E| Compiling winnow v0.7.13
30742026-03-04T17:40:11.780Z[ helios-setup] Mar 04 17:40:06.880 INFO E| Compiling flagset v0.4.7
30752026-03-04T17:40:11.780Z[ helios-setup] Mar 04 17:40:07.511 INFO E| Compiling utf8parse v0.2.2
30762026-03-04T17:40:11.780Z[ helios-setup] Mar 04 17:40:07.566 INFO E| Compiling byteorder v1.5.0
30772026-03-04T17:40:11.780Z[ helios-setup] Mar 04 17:40:08.051 INFO E| Compiling rustix v1.1.2
30782026-03-04T17:40:11.780Z[ helios-setup] Mar 04 17:40:08.129 INFO E| Compiling equivalent v1.0.2
30792026-03-04T17:40:11.780Z[ helios-setup] Mar 04 17:40:08.580 INFO E| Compiling hashbrown v0.16.0
30802026-03-04T17:40:11.781Z[ helios-setup] Mar 04 17:40:08.839 INFO E| Compiling anstyle-parse v0.2.7
30812026-03-04T17:40:11.781Z[ helios-setup] Mar 04 17:40:09.215 INFO E| Compiling bitflags v2.10.0
30822026-03-04T17:40:11.781Z[ helios-setup] Mar 04 17:40:09.721 INFO E| Compiling rand_core v0.6.4
30832026-03-04T17:40:11.781Z[ helios-setup] Mar 04 17:40:09.864 INFO E| Compiling errno v0.3.14
30842026-03-04T17:40:11.781Z[ helios-setup] Mar 04 17:40:09.979 INFO E| Compiling colorchoice v1.0.4
30852026-03-04T17:40:11.781Z[ helios-setup] Mar 04 17:40:10.299 INFO E| Compiling shlex v1.3.0
30862026-03-04T17:40:11.781Z[ helios-setup] Mar 04 17:40:10.400 INFO E| Compiling allocator-api2 v0.2.21
30872026-03-04T17:40:11.781Z[ helios-setup] Mar 04 17:40:10.863 INFO E| Compiling anstyle-query v1.1.4
30882026-03-04T17:40:11.781Z[ helios-setup] Mar 04 17:40:10.895 INFO E| Compiling radium v0.7.0
30892026-03-04T17:40:11.781Z[ helios-setup] Mar 04 17:40:11.057 INFO E| Compiling is_terminal_polyfill v1.70.2
30902026-03-04T17:40:11.826Z[ helios-setup] Mar 04 17:40:11.174 INFO E| Compiling indexmap v2.12.0
30912026-03-04T17:40:11.861Z[ helios-setup] Mar 04 17:40:11.253 INFO E| Compiling cpufeatures v0.2.17
30922026-03-04T17:40:11.911Z[ helios-setup] Mar 04 17:40:11.313 INFO E| Compiling anstyle v1.0.13
30932026-03-04T17:40:11.986Z[ helios-setup] Mar 04 17:40:11.382 INFO E| Compiling toml_datetime v0.7.3
30942026-03-04T17:40:12.412Z[ helios-setup] Mar 04 17:40:11.798 INFO E| Compiling find-msvc-tools v0.1.4
30952026-03-04T17:40:12.755Z[ helios-setup] Mar 04 17:40:12.156 INFO E| Compiling syn v1.0.109
30962026-03-04T17:40:12.847Z[ helios-setup] Mar 04 17:40:12.249 INFO E| Compiling anstream v0.6.21
30972026-03-04T17:40:13.122Z[ helios-setup] Mar 04 17:40:12.524 INFO E| Compiling cc v1.2.44
30982026-03-04T17:40:13.745Z[ helios-setup] Mar 04 17:40:13.140 INFO E| Compiling sha2 v0.10.9
30992026-03-04T17:40:14.484Z[ helios-setup] Mar 04 17:40:13.875 INFO E| Compiling toml_parser v1.0.4
31002026-03-04T17:40:15.876Z[ host-package] Compiling slog-dtrace v0.3.0
31012026-03-04T17:40:15.881Z[ helios-setup] Mar 04 17:40:15.284 INFO E| Compiling slog v2.8.2
31022026-03-04T17:40:16.181Z[ host-package] Compiling num v0.4.3
31032026-03-04T17:40:16.199Z[ helios-setup] Mar 04 17:40:15.601 INFO E| Compiling pin-project-lite v0.2.16
31042026-03-04T17:40:16.479Z[ helios-setup] Mar 04 17:40:15.880 INFO E| Compiling toml_edit v0.23.7
31052026-03-04T17:40:17.078Z[ helios-setup] Mar 04 17:40:16.480 INFO E| Compiling parking_lot_core v0.9.12
31062026-03-04T17:40:17.110Z[ host-package] Compiling expectorate v1.2.0
31072026-03-04T17:40:17.124Z[ helios-setup] Mar 04 17:40:16.526 INFO E| Compiling maybe-uninit v2.0.0
31082026-03-04T17:40:17.256Z[ host-package] Compiling float-ord v0.3.2
31092026-03-04T17:40:17.794Z[ host-package] Compiling cancel-safe-futures v0.1.5
31102026-03-04T17:40:17.890Z[ host-package] Compiling owo-colors v4.3.0
31112026-03-04T17:40:18.244Z[ helios-setup] Mar 04 17:40:17.645 INFO E| Compiling futures-sink v0.3.31
31122026-03-04T17:40:18.424Z[ helios-setup] Mar 04 17:40:17.824 INFO E| Compiling pkg-config v0.3.32
31132026-03-04T17:40:18.593Z[ helios-setup] Mar 04 17:40:17.995 INFO E| Compiling unicode-width v0.2.2
31142026-03-04T17:40:18.691Z[ helios-setup] Mar 04 17:40:18.092 INFO E| Compiling tap v1.0.1
31152026-03-04T17:40:18.798Z[ helios-setup] Mar 04 17:40:18.199 INFO E| Compiling futures-core v0.3.31
31162026-03-04T17:40:19.168Z[ helios-setup] Mar 04 17:40:18.569 INFO E| Compiling wyz v0.5.1
31172026-03-04T17:40:19.507Z[ helios-setup] Mar 04 17:40:18.909 INFO E| Compiling futures-channel v0.3.31
31182026-03-04T17:40:19.738Z[ host-package] Compiling libsw-core v0.3.2
31192026-03-04T17:40:19.886Z[ helios-setup] Mar 04 17:40:19.288 INFO E| Compiling getopts v0.2.24
31202026-03-04T17:40:19.947Z[ helios-setup] Mar 04 17:40:19.345 INFO E| Compiling proc-macro-crate v3.4.0
31212026-03-04T17:40:19.958Z[ helios-setup] Mar 04 17:40:19.360 INFO E| Compiling terminal_size v0.4.3
31222026-03-04T17:40:20.166Z[ host-package] Compiling resolv-conf v0.7.6
31232026-03-04T17:40:20.444Z[ helios-setup] Mar 04 17:40:19.846 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
31242026-03-04T17:40:20.572Z[ host-package] Compiling libsw v3.5.0
31252026-03-04T17:40:20.866Z[ helios-setup] Mar 04 17:40:20.266 INFO E| Compiling num-integer v0.1.46
31262026-03-04T17:40:21.811Z[ helios-setup] Mar 04 17:40:21.212 INFO E| Compiling ahash v0.8.12
31272026-03-04T17:40:21.862Z[ helios-setup] Mar 04 17:40:21.263 INFO E| Compiling heck v0.5.0
31282026-03-04T17:40:21.992Z[ helios-setup] Mar 04 17:40:21.394 INFO E| Compiling bytes v1.10.1
31292026-03-04T17:40:22.185Z[ helios-setup] Mar 04 17:40:21.586 INFO E| Compiling num-conv v0.1.0
31302026-03-04T17:40:22.498Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31312026-03-04T17:40:22.836Z[ helios-setup] Mar 04 17:40:22.237 INFO E| Compiling itoa v1.0.15
31322026-03-04T17:40:22.894Z[ helios-setup] Mar 04 17:40:22.296 INFO E| Compiling futures-io v0.3.31
31332026-03-04T17:40:22.985Z[ helios-setup] Mar 04 17:40:22.384 INFO E| Compiling clap_lex v0.7.6
31342026-03-04T17:40:23.099Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31352026-03-04T17:40:23.446Z[ helios-setup] Mar 04 17:40:22.847 INFO E| Compiling packed_struct v0.10.1
31362026-03-04T17:40:23.491Z[ helios-setup] Mar 04 17:40:22.893 INFO E| Compiling funty v2.0.0
31372026-03-04T17:40:23.634Z[ helios-setup] Mar 04 17:40:23.034 INFO E| Compiling serde_derive v1.0.228
31382026-03-04T17:40:23.844Z[ host-package] Compiling toml v0.8.23
31392026-03-04T17:40:23.924Z[ helios-setup] Mar 04 17:40:23.326 INFO E| Compiling zerocopy-derive v0.8.27
31402026-03-04T17:40:24.603Z[ helios-setup] Mar 04 17:40:24.005 INFO E| Compiling der_derive v0.7.3
31412026-03-04T17:40:24.628Z[ helios-setup] Mar 04 17:40:24.030 INFO E| Compiling futures-macro v0.3.31
31422026-03-04T17:40:25.128Z[ helios-setup] Mar 04 17:40:24.530 INFO E| Compiling scopeguard v1.2.0
31432026-03-04T17:40:25.170Z[ host-package] Compiling linear-map v1.2.0
31442026-03-04T17:40:25.774Z[ helios-setup] Mar 04 17:40:25.176 INFO E| Compiling num-bigint-dig v0.8.4
31452026-03-04T17:40:26.521Z[ host-package] Compiling linked-hash-map v0.5.6
31462026-03-04T17:40:26.718Z[ helios-setup] Mar 04 17:40:26.119 INFO E| Compiling strsim v0.11.1
31472026-03-04T17:40:26.742Z[ host-package] Compiling minimal-lexical v0.2.1
31482026-03-04T17:40:26.997Z[ helios-setup] Mar 04 17:40:26.399 INFO E| Compiling thiserror v1.0.69
31492026-03-04T17:40:27.738Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31502026-03-04T17:40:27.841Z[ host-package] Compiling nom v7.1.3
31512026-03-04T17:40:28.182Z[ host-package] Compiling lru-cache v0.1.2
31522026-03-04T17:40:28.467Z[ helios-setup] Mar 04 17:40:27.869 INFO E| Compiling time-core v0.1.6
31532026-03-04T17:40:28.512Z[ helios-setup] Mar 04 17:40:27.914 INFO E| Compiling spin v0.9.8
31542026-03-04T17:40:28.713Z[ helios-setup] Mar 04 17:40:28.114 INFO E| Compiling getrandom v0.3.4
31552026-03-04T17:40:28.896Z[ helios-setup] Mar 04 17:40:28.297 INFO E| Compiling der v0.7.10
31562026-03-04T17:40:29.205Z[ helios-setup] Mar 04 17:40:28.606 INFO E| Compiling pin-utils v0.1.0
31572026-03-04T17:40:29.257Z[ helios-setup] Mar 04 17:40:28.656 INFO E| Compiling slab v0.4.11
31582026-03-04T17:40:29.522Z[ helios-setup] Mar 04 17:40:28.924 INFO E| Compiling powerfmt v0.2.0
31592026-03-04T17:40:30.180Z[ helios-setup] Mar 04 17:40:29.581 INFO E| Compiling futures-task v0.3.31
31602026-03-04T17:40:30.299Z[ helios-setup] Mar 04 17:40:29.701 INFO E| Compiling deranged v0.5.5
31612026-03-04T17:40:30.529Z[ helios-setup] Mar 04 17:40:29.930 INFO E| Compiling time-macros v0.2.24
31622026-03-04T17:40:30.716Z[ helios-setup] Mar 04 17:40:30.117 INFO E| Compiling futures-util v0.3.31
31632026-03-04T17:40:30.887Z[ helios-setup] Mar 04 17:40:30.288 INFO E| Compiling lazy_static v1.5.0
31642026-03-04T17:40:32.268Z[ helios-setup] Mar 04 17:40:31.670 INFO E| Compiling clap_builder v4.5.51
31652026-03-04T17:40:35.015Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31662026-03-04T17:40:35.874Z[ host-package] Compiling unicode-xid v0.2.6
31672026-03-04T17:40:35.893Z[ helios-setup] Mar 04 17:40:35.294 INFO E| Compiling spki v0.7.3
31682026-03-04T17:40:36.076Z[ helios-setup] Mar 04 17:40:35.477 INFO E| Compiling packed_struct_codegen v0.10.1
31692026-03-04T17:40:36.783Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31702026-03-04T17:40:37.161Z[ helios-setup] Mar 04 17:40:36.562 INFO E| Compiling pkcs8 v0.10.2
31712026-03-04T17:40:37.333Z[ helios-setup] Mar 04 17:40:36.733 INFO E| Compiling bitvec v1.0.1
31722026-03-04T17:40:40.194Z[ helios-setup] Mar 04 17:40:39.595 INFO E| Compiling ppv-lite86 v0.2.21
31732026-03-04T17:40:40.588Z[ helios-setup] Mar 04 17:40:39.988 INFO E| Compiling lock_api v0.4.14
31742026-03-04T17:40:41.656Z[ host-package] Compiling hickory-proto v0.24.4
31752026-03-04T17:40:41.739Z[ helios-setup] Mar 04 17:40:41.140 INFO E| Compiling erased-serde v0.3.31
31762026-03-04T17:40:41.902Z[ helios-setup] Mar 04 17:40:41.303 INFO E| Compiling bitfield-macros v0.19.3
31772026-03-04T17:40:41.977Z[ helios-setup] Mar 04 17:40:41.378 INFO E| Compiling clap_derive v4.5.49
31782026-03-04T17:40:42.403Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31792026-03-04T17:40:42.448Z[ helios-setup] Mar 04 17:40:41.847 INFO E| Compiling rand_chacha v0.3.1
31802026-03-04T17:40:42.521Z[ helios-setup] Mar 04 17:40:41.922 INFO E| Compiling zerocopy-derive v0.6.6
31812026-03-04T17:40:44.460Z[ helios-setup] Mar 04 17:40:43.861 INFO E| Compiling rand v0.8.5
31822026-03-04T17:40:45.456Z[ helios-setup] Mar 04 17:40:44.857 INFO E| Compiling thiserror-impl v1.0.69
31832026-03-04T17:40:45.796Z[ helios-setup] Mar 04 17:40:45.197 INFO E| Compiling num_enum_derive v0.7.5
31842026-03-04T17:40:46.219Z[ host-package] Compiling progenitor-impl v0.11.2
31852026-03-04T17:40:46.895Z[ helios-setup] Mar 04 17:40:46.296 INFO E| Compiling num-iter v0.1.45
31862026-03-04T17:40:48.287Z[ helios-setup] Mar 04 17:40:47.688 INFO E| Compiling indexmap v1.9.3
31872026-03-04T17:40:48.322Z[ helios-setup] Mar 04 17:40:47.722 INFO E| Compiling adler2 v2.0.1
31882026-03-04T17:40:48.781Z[ helios-setup] Mar 04 17:40:48.181 INFO E| Compiling serde_json v1.0.145
31892026-03-04T17:40:49.095Z[ helios-setup] Mar 04 17:40:48.495 INFO E| Compiling simd-adler32 v0.3.7
31902026-03-04T17:40:49.453Z[ helios-setup] Mar 04 17:40:48.853 INFO E| Compiling log v0.4.28
31912026-03-04T17:40:50.267Z[ helios-setup] Mar 04 17:40:49.667 INFO E| Compiling iana-time-zone v0.1.64
31922026-03-04T17:40:50.794Z[ helios-setup] Mar 04 17:40:50.194 INFO E| Compiling crc-catalog v2.4.0
31932026-03-04T17:40:51.515Z[ helios-setup] Mar 04 17:40:50.915 INFO E| Compiling thiserror v2.0.17
31942026-03-04T17:40:51.583Z[ helios-setup] Mar 04 17:40:50.983 INFO E| Compiling nodrop v0.1.14
31952026-03-04T17:40:51.668Z[ helios-setup] Mar 04 17:40:51.069 INFO E| Compiling once_cell v1.21.3
31962026-03-04T17:40:51.902Z[ helios-setup] Mar 04 17:40:51.302 INFO E| Compiling array-init v0.0.4
31972026-03-04T17:40:52.331Z[ helios-setup] Mar 04 17:40:51.731 INFO E| Compiling time v0.3.44
31982026-03-04T17:40:53.495Z[ helios-setup] Mar 04 17:40:52.895 INFO E| Compiling crc v3.3.0
31992026-03-04T17:40:53.820Z[ helios-setup] Mar 04 17:40:53.220 INFO E| Compiling chrono v0.4.42
32002026-03-04T17:40:54.420Z[ helios-setup] Mar 04 17:40:53.820 INFO E| Compiling num_enum v0.7.5
32012026-03-04T17:40:54.456Z[ helios-setup] Mar 04 17:40:53.856 INFO E| Compiling clap v4.5.51
32022026-03-04T17:40:54.659Z[ helios-setup] Mar 04 17:40:54.059 INFO E| Compiling env_filter v0.1.4
32032026-03-04T17:40:54.868Z[ helios-setup] Mar 04 17:40:54.268 INFO E| Compiling miniz_oxide v0.8.9
32042026-03-04T17:40:55.027Z[ helios-setup] Mar 04 17:40:54.427 INFO E| Compiling parking_lot v0.12.5
32052026-03-04T17:40:57.406Z[ host-package] Compiling hickory-resolver v0.24.4
32062026-03-04T17:40:57.633Z[ helios-setup] Mar 04 17:40:57.032 INFO E| Compiling smallvec v0.6.14
32072026-03-04T17:40:59.728Z[ helios-setup] Mar 04 17:40:59.127 INFO E| Compiling zerocopy v0.6.6
32082026-03-04T17:41:01.856Z[ helios-setup] Mar 04 17:41:01.253 INFO E| Compiling bitfield v0.19.3
32092026-03-04T17:41:02.094Z[ helios-setup] Mar 04 17:41:01.493 INFO E| Compiling futures-executor v0.3.31
32102026-03-04T17:41:02.151Z[ helios-setup] Mar 04 17:41:01.550 INFO E| Compiling toml_datetime v0.6.11
32112026-03-04T17:41:03.399Z[ helios-setup] Mar 04 17:41:02.798 INFO E| Compiling serde_spanned v0.6.9
32122026-03-04T17:41:03.982Z[ helios-setup] Mar 04 17:41:03.381 INFO E| Compiling pkcs1 v0.7.5
32132026-03-04T17:41:04.134Z[ helios-setup] Mar 04 17:41:03.533 INFO E| Compiling thiserror-impl v2.0.17
32142026-03-04T17:41:04.872Z[ helios-setup] Mar 04 17:41:04.271 INFO E| Compiling tokio-macros v2.6.0
32152026-03-04T17:41:08.271Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32162026-03-04T17:41:08.626Z[ helios-setup] Mar 04 17:41:08.024 INFO E| Compiling signature v2.2.0
32172026-03-04T17:41:08.716Z[ helios-setup] Mar 04 17:41:08.115 INFO E| Compiling serde_spanned v1.0.3
32182026-03-04T17:41:09.659Z[ helios-setup] Mar 04 17:41:09.058 INFO E| Compiling socket2 v0.6.1
32192026-03-04T17:41:10.068Z[ helios-setup] Mar 04 17:41:09.467 INFO E| Compiling mio v1.1.0
32202026-03-04T17:41:10.079Z[ helios-setup] Mar 04 17:41:09.477 INFO E| Compiling is-terminal v0.4.17
32212026-03-04T17:41:10.524Z[ helios-setup] Mar 04 17:41:09.923 INFO E| Compiling signal-hook-registry v1.4.6
32222026-03-04T17:41:10.850Z[ helios-setup] Mar 04 17:41:10.249 INFO E| Compiling thread_local v1.1.9
32232026-03-04T17:41:11.611Z[ helios-setup] Mar 04 17:41:11.010 INFO E| Compiling toml_writer v1.0.4
32242026-03-04T17:41:11.856Z[ helios-setup] Mar 04 17:41:11.254 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
32252026-03-04T17:41:12.795Z[ helios-setup] Mar 04 17:41:12.194 INFO E| Compiling base64 v0.21.7
32262026-03-04T17:41:13.002Z[ helios-setup] Mar 04 17:41:12.400 INFO E| Compiling ryu v1.0.20
32272026-03-04T17:41:13.196Z[ helios-setup] Mar 04 17:41:12.595 INFO E| Compiling libdevinfo-sys v1.1.0
32282026-03-04T17:41:13.497Z[ helios-setup] Mar 04 17:41:12.895 INFO E| Compiling term v1.2.0
32292026-03-04T17:41:13.659Z[ helios-setup] Mar 04 17:41:13.058 INFO E| Compiling winnow v0.5.40
32302026-03-04T17:41:13.662Z[ helios-setup] Mar 04 17:41:13.059 INFO E| Compiling hashbrown v0.12.3
32312026-03-04T17:41:13.728Z[ helios-setup] Mar 04 17:41:13.127 INFO E| Compiling subtle v2.6.1
32322026-03-04T17:41:14.398Z[ helios-setup] Mar 04 17:41:13.795 INFO E| Compiling ron v0.8.1
32332026-03-04T17:41:14.523Z[ helios-setup] Mar 04 17:41:13.921 INFO E| Compiling rsa v0.9.8
32342026-03-04T17:41:15.169Z[ helios-setup] Mar 04 17:41:14.568 INFO E| Compiling slog-term v2.9.2
32352026-03-04T17:41:18.088Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32362026-03-04T17:41:20.901Z[ host-package] Compiling convert_case v0.10.0
32372026-03-04T17:41:22.505Z[ helios-setup] Mar 04 17:41:21.903 INFO E| Compiling toml_edit v0.19.15
32382026-03-04T17:41:22.751Z[ host-package] Compiling derive_more-impl v2.1.1
32392026-03-04T17:41:22.800Z[ helios-setup] Mar 04 17:41:22.198 INFO E| Compiling devinfo v0.1.0
32402026-03-04T17:41:23.133Z[ helios-setup] Mar 04 17:41:22.531 INFO E| Compiling toml v0.9.8
32412026-03-04T17:41:23.496Z[ host-package] Compiling qorb v0.4.1
32422026-03-04T17:41:24.658Z[ helios-setup] Mar 04 17:41:24.057 INFO E| Compiling tokio v1.48.0
32432026-03-04T17:41:26.051Z[ helios-setup] Mar 04 17:41:25.450 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
32442026-03-04T17:41:26.231Z[ helios-setup] Mar 04 17:41:25.630 INFO E| Compiling uuid v1.18.1
32452026-03-04T17:41:26.285Z[ helios-setup] Mar 04 17:41:25.683 INFO E| Compiling futures v0.3.31
32462026-03-04T17:41:26.709Z[ helios-setup] Mar 04 17:41:26.107 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32472026-03-04T17:41:26.895Z[ host-package] Compiling progenitor-macro v0.11.2
32482026-03-04T17:41:27.829Z[ helios-setup] Mar 04 17:41:27.226 INFO E| Compiling serde-hex v0.1.0
32492026-03-04T17:41:28.724Z[ helios-setup] Mar 04 17:41:28.122 INFO E| Compiling bzip2 v0.4.4
32502026-03-04T17:41:28.960Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32512026-03-04T17:41:29.992Z[ helios-setup] Mar 04 17:41:29.389 INFO E| Compiling flate2 v1.1.5
32522026-03-04T17:41:30.862Z[ helios-setup] Mar 04 17:41:30.260 INFO E| Compiling env_logger v0.11.8
32532026-03-04T17:41:32.666Z[ helios-setup] Mar 04 17:41:32.062 INFO E| Compiling hashbrown v0.13.2
32542026-03-04T17:41:32.669Z[ helios-setup] Mar 04 17:41:32.064 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
32552026-03-04T17:41:35.006Z[ helios-setup] Mar 04 17:41:34.404 INFO E| Compiling x509-cert v0.2.5
32562026-03-04T17:41:35.901Z[ helios-setup] Mar 04 17:41:35.299 INFO E| Compiling foldhash v0.2.0
32572026-03-04T17:41:37.183Z[ helios-setup] Mar 04 17:41:36.581 INFO E| Compiling crc-any v2.5.0
32582026-03-04T17:41:39.019Z[ helios-setup] Mar 04 17:41:38.416 INFO E| Compiling rustc-hash v2.1.1
32592026-03-04T17:41:39.286Z[ helios-setup] Mar 04 17:41:38.684 INFO E| Compiling bitflags v1.3.2
32602026-03-04T17:41:39.771Z[ helios-setup] Mar 04 17:41:39.167 INFO E| Compiling hex v0.4.3
32612026-03-04T17:41:39.820Z[ helios-setup] Mar 04 17:41:39.216 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
32622026-03-04T17:41:40.041Z[ helios-setup] Mar 04 17:41:39.439 INFO E| Compiling iddqd v0.3.14
32632026-03-04T17:41:40.750Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32642026-03-04T17:41:41.450Z[ helios-setup] Mar 04 17:41:40.847 INFO E| Compiling object v0.30.4
32652026-03-04T17:41:42.168Z[ host-package] Compiling progenitor-client v0.11.2
32662026-03-04T17:41:42.215Z[ helios-setup] Mar 04 17:41:41.613 INFO E| Compiling toml v0.7.8
32672026-03-04T17:41:44.297Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32682026-03-04T17:41:45.673Z[ helios-setup] Mar 04 17:41:45.071 INFO E| Compiling zip v0.6.6
32692026-03-04T17:41:46.851Z[ helios-setup] Mar 04 17:41:46.249 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32702026-03-04T17:41:48.196Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32712026-03-04T17:41:48.987Z[ host-package] Compiling derive_more v2.1.1
32722026-03-04T17:41:49.762Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32732026-03-04T17:41:49.898Z[ helios-setup] Mar 04 17:41:49.294 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
32742026-03-04T17:41:50.139Z[ host-package] Compiling progenitor v0.11.2
32752026-03-04T17:41:50.715Z[ host-package] Compiling termtree v0.5.1
32762026-03-04T17:41:50.927Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32772026-03-04T17:41:51.006Z[ host-package] Compiling crossterm v0.29.0
32782026-03-04T17:41:51.282Z[ helios-setup] Mar 04 17:41:50.679 INFO E| Compiling path-slash v0.1.5
32792026-03-04T17:41:51.803Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32802026-03-04T17:41:51.933Z[ helios-setup] Mar 04 17:41:51.330 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
32812026-03-04T17:41:51.972Z[ helios-setup] Mar 04 17:41:51.368 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
32822026-03-04T17:41:52.286Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32832026-03-04T17:41:53.644Z[ helios-setup] Mar 04 17:41:53.041 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
32842026-03-04T17:42:00.235Z[ helios-setup] Mar 04 17:41:59.631 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
32852026-03-04T17:42:04.567Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32862026-03-04T17:42:05.006Z[ host-package] Compiling phf_shared v0.12.1
32872026-03-04T17:42:06.691Z[ host-package] Compiling vte v0.14.1
32882026-03-04T17:42:06.812Z[ host-package] Compiling csv-core v0.1.13
32892026-03-04T17:42:07.865Z[ host-package] Compiling chrono-tz v0.10.4
32902026-03-04T17:42:08.717Z[ host-package] Compiling highway v1.3.0
32912026-03-04T17:42:09.121Z[ host-package] Compiling tough v0.20.0
32922026-03-04T17:42:09.244Z[ host-package] Compiling csv v1.4.0
32932026-03-04T17:42:12.261Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32942026-03-04T17:42:14.550Z[ host-package] Compiling strip-ansi-escapes v0.2.1
32952026-03-04T17:42:17.369Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32962026-03-04T17:42:17.502Z[ host-package] Compiling phf v0.12.1
32972026-03-04T17:42:18.594Z[ host-package] Compiling const_format_proc_macros v0.2.34
32982026-03-04T17:42:18.860Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32992026-03-04T17:42:21.830Z[ host-package] Compiling papergrid v0.11.0
33002026-03-04T17:42:22.278Z[ host-package] Compiling fd-lock v4.0.4
33012026-03-04T17:42:22.808Z[ host-package] Compiling peg-macros v0.8.5
33022026-03-04T17:42:25.484Z[ helios-setup] Mar 04 17:42:24.856 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
33032026-03-04T17:42:25.530Z[ host-package] Compiling tabled_derive v0.7.0
33042026-03-04T17:42:26.625Z[ host-package] Compiling nu-ansi-term v0.50.3
33052026-03-04T17:42:31.692Z[ host-package] Compiling tabled v0.15.0
33062026-03-04T17:42:31.775Z[ host-package] Compiling reedline v0.40.0
33072026-03-04T17:42:33.324Z[ host-package] Compiling peg v0.8.5
33082026-03-04T17:42:33.597Z[ host-package] Compiling const_format v0.2.35
33092026-03-04T17:42:35.535Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33102026-03-04T17:42:39.009Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33112026-03-04T17:42:41.333Z[ host-package] Compiling bcs v0.1.6
33122026-03-04T17:42:42.501Z[ host-package] Compiling semver v0.1.20
33132026-03-04T17:42:43.655Z[ host-package] Compiling rustc_version v0.1.7
33142026-03-04T17:42:44.593Z[ host-package] Compiling newtype_derive v0.1.6
33152026-03-04T17:42:45.521Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33162026-03-04T17:42:45.984Z[ host-package] Compiling humantime v2.3.0
33172026-03-04T17:42:46.651Z[ host-package] Compiling smawk v0.3.2
33182026-03-04T17:42:47.799Z[ host-package] Compiling unicode-linebreak v0.1.5
33192026-03-04T17:42:48.592Z[ host-package] Compiling dropshot-api-manager-types v0.5.2
33202026-03-04T17:42:49.403Z[ host-package] Compiling textwrap v0.16.2
33212026-03-04T17:42:50.076Z[ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
33222026-03-04T17:42:51.206Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
33232026-03-04T17:42:52.761Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
33242026-03-04T17:42:54.633Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33252026-03-04T17:42:55.419Z[ host-package] Compiling steno v0.4.1
33262026-03-04T17:42:56.209Z[ host-package] Compiling utf-8 v0.7.6
33272026-03-04T17:42:56.851Z[ host-package] Compiling progenitor-impl v0.10.0
33282026-03-04T17:42:58.490Z[ host-package] Compiling tagptr v0.2.0
33292026-03-04T17:42:58.879Z[ host-package] Compiling moka v0.12.13
33302026-03-04T17:42:58.889Z[ helios-setup] Mar 04 17:42:58.283 INFO E| Finished `release` profile [optimized] target(s) in 3m 05s
33312026-03-04T17:42:58.892Z[ helios-setup] Mar 04 17:42:58.283 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
33322026-03-04T17:42:58.895Z[ helios-setup] Mar 04 17:42:58.286 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
33332026-03-04T17:42:58.982Z[ helios-setup] Mar 04 17:42:58.376 INFO building project "pilot" ok (185 seconds)
33342026-03-04T17:42:58.985Z[ helios-setup] Mar 04 17:42:58.376 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
33352026-03-04T17:42:59.116Z[ helios-setup] Mar 04 17:42:58.510 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.91.1-x86_64-unknown-illumos (default)"
33362026-03-04T17:42:59.116Z[ helios-setup] Mar 04 17:42:58.510 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
33372026-03-04T17:42:59.119Z[ helios-setup] Mar 04 17:42:58.510 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
33382026-03-04T17:42:59.533Z[ helios-setup] Mar 04 17:42:58.927 INFO E| Downloading crates ...
33392026-03-04T17:42:59.728Z[ helios-setup] Mar 04 17:42:59.121 INFO E| Downloaded sha2 v0.10.5
33402026-03-04T17:42:59.731Z[ helios-setup] Mar 04 17:42:59.125 INFO E| Downloaded cpufeatures v0.2.5
33412026-03-04T17:42:59.734Z[ helios-setup] Mar 04 17:42:59.126 INFO E| Downloaded bytes v1.2.1
33422026-03-04T17:42:59.737Z[ helios-setup] Mar 04 17:42:59.131 INFO E| Downloaded generic-array v0.14.6
33432026-03-04T17:42:59.740Z[ helios-setup] Mar 04 17:42:59.133 INFO E| Downloaded digest v0.10.3
33442026-03-04T17:42:59.743Z[ helios-setup] Mar 04 17:42:59.136 INFO E| Downloaded anyhow v1.0.62
33452026-03-04T17:42:59.747Z[ helios-setup] Mar 04 17:42:59.141 INFO E| Downloaded block-buffer v0.10.3
33462026-03-04T17:42:59.750Z[ helios-setup] Mar 04 17:42:59.142 INFO E| Downloaded typenum v1.15.0
33472026-03-04T17:42:59.753Z[ helios-setup] Mar 04 17:42:59.146 INFO E| Downloaded flate2 v1.0.25
33482026-03-04T17:42:59.759Z[ helios-setup] Mar 04 17:42:59.153 INFO E| Downloaded miniz_oxide v0.6.2
33492026-03-04T17:42:59.857Z[ helios-setup] Mar 04 17:42:59.249 INFO E| Compiling version_check v0.9.4
33502026-03-04T17:42:59.857Z[ helios-setup] Mar 04 17:42:59.249 INFO E| Compiling typenum v1.15.0
33512026-03-04T17:42:59.860Z[ helios-setup] Mar 04 17:42:59.249 INFO E| Compiling cfg-if v1.0.0
33522026-03-04T17:42:59.860Z[ helios-setup] Mar 04 17:42:59.250 INFO E| Compiling crc32fast v1.3.2
33532026-03-04T17:42:59.860Z[ helios-setup] Mar 04 17:42:59.250 INFO E| Compiling anyhow v1.0.62
33542026-03-04T17:42:59.860Z[ helios-setup] Mar 04 17:42:59.250 INFO E| Compiling adler v1.0.2
33552026-03-04T17:42:59.861Z[ helios-setup] Mar 04 17:42:59.250 INFO E| Compiling unicode-width v0.1.10
33562026-03-04T17:42:59.867Z[ helios-setup] Mar 04 17:42:59.260 INFO E| Compiling cpufeatures v0.2.5
33572026-03-04T17:43:00.223Z[ helios-setup] Mar 04 17:42:59.616 INFO E| Compiling miniz_oxide v0.6.2
33582026-03-04T17:43:00.419Z[ helios-setup] Mar 04 17:42:59.812 INFO E| Compiling getopts v0.2.21
33592026-03-04T17:43:00.466Z[ helios-setup] Mar 04 17:42:59.859 INFO E| Compiling bytes v1.2.1
33602026-03-04T17:43:00.639Z[ helios-setup] Mar 04 17:43:00.033 INFO E| Compiling bitflags v1.3.2
33612026-03-04T17:43:01.002Z[ helios-setup] Mar 04 17:43:00.396 INFO E| Compiling generic-array v0.14.6
33622026-03-04T17:43:02.150Z[ helios-setup] Mar 04 17:43:01.543 INFO E| Compiling flate2 v1.0.25
33632026-03-04T17:43:05.218Z[ host-package] Compiling hickory-resolver v0.25.2
33642026-03-04T17:43:05.288Z[ host-package] Compiling progenitor-macro v0.10.0
33652026-03-04T17:43:05.926Z[ helios-setup] Mar 04 17:43:05.319 INFO E| Compiling crypto-common v0.1.6
33662026-03-04T17:43:05.926Z[ helios-setup] Mar 04 17:43:05.319 INFO E| Compiling block-buffer v0.10.3
33672026-03-04T17:43:06.179Z[ helios-setup] Mar 04 17:43:05.571 INFO E| Compiling digest v0.10.3
33682026-03-04T17:43:06.600Z[ helios-setup] Mar 04 17:43:05.993 INFO E| Compiling sha2 v0.10.5
33692026-03-04T17:43:07.151Z[ host-package] Compiling tungstenite v0.21.0
33702026-03-04T17:43:07.306Z[ helios-setup] Mar 04 17:43:06.698 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
33712026-03-04T17:43:12.530Z[ helios-setup] Mar 04 17:43:11.923 INFO E| Finished `release` profile [optimized] target(s) in 13.28s
33722026-03-04T17:43:12.548Z[ helios-setup] Mar 04 17:43:11.941 INFO building project "bootserver" ok (13 seconds)
33732026-03-04T17:43:12.551Z[ helios-setup] Mar 04 17:43:11.941 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
33742026-03-04T17:43:12.680Z[ helios-setup] Mar 04 17:43:12.073 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')"
33752026-03-04T17:43:12.680Z[ helios-setup] Mar 04 17:43:12.073 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
33762026-03-04T17:43:12.680Z[ helios-setup] Mar 04 17:43:12.073 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
33772026-03-04T17:43:13.100Z[ helios-setup] Mar 04 17:43:12.493 INFO E| Updating crates.io index
33782026-03-04T17:43:13.103Z[ helios-setup] Mar 04 17:43:12.493 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
33792026-03-04T17:43:13.742Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33802026-03-04T17:43:14.030Z[ helios-setup] Mar 04 17:43:13.423 INFO E| From https://github.com/oxidecomputer/amd-apcb
33812026-03-04T17:43:14.030Z[ helios-setup] Mar 04 17:43:13.423 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
33822026-03-04T17:43:14.151Z[ helios-setup] Mar 04 17:43:13.543 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
33832026-03-04T17:43:14.972Z[ helios-setup] Mar 04 17:43:14.364 INFO E| From https://github.com/oxidecomputer/amd-efs
33842026-03-04T17:43:14.972Z[ helios-setup] Mar 04 17:43:14.364 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
33852026-03-04T17:43:15.435Z[ helios-setup] Mar 04 17:43:14.828 INFO E| Downloading crates ...
33862026-03-04T17:43:15.612Z[ helios-setup] Mar 04 17:43:15.005 INFO E| Downloaded unic-ucd-version v0.9.0
33872026-03-04T17:43:15.616Z[ helios-setup] Mar 04 17:43:15.007 INFO E| Downloaded heck v0.3.3
33882026-03-04T17:43:15.619Z[ helios-setup] Mar 04 17:43:15.010 INFO E| Downloaded ansi_term v0.12.1
33892026-03-04T17:43:15.622Z[ helios-setup] Mar 04 17:43:15.012 INFO E| Downloaded unic-common v0.9.0
33902026-03-04T17:43:15.622Z[ helios-setup] Mar 04 17:43:15.014 INFO E| Downloaded parse_int v0.9.0
33912026-03-04T17:43:15.625Z[ helios-setup] Mar 04 17:43:15.015 INFO E| Downloaded strsim v0.8.0
33922026-03-04T17:43:15.625Z[ helios-setup] Mar 04 17:43:15.017 INFO E| Downloaded strum v0.27.1
33932026-03-04T17:43:15.628Z[ helios-setup] Mar 04 17:43:15.019 INFO E| Downloaded vec_map v0.8.2
33942026-03-04T17:43:15.628Z[ helios-setup] Mar 04 17:43:15.021 INFO E| Downloaded dyn-clone v1.0.19
33952026-03-04T17:43:15.631Z[ helios-setup] Mar 04 17:43:15.023 INFO E| Downloaded unic-char-property v0.9.0
33962026-03-04T17:43:15.634Z[ helios-setup] Mar 04 17:43:15.025 INFO E| Downloaded unic-char-range v0.9.0
33972026-03-04T17:43:15.637Z[ helios-setup] Mar 04 17:43:15.027 INFO E| Downloaded fletcher v1.0.0
33982026-03-04T17:43:15.654Z[ helios-setup] Mar 04 17:43:15.047 INFO E| Downloaded unic-ucd-ident v0.9.0
33992026-03-04T17:43:15.657Z[ helios-setup] Mar 04 17:43:15.050 INFO E| Downloaded modular-bitfield-impl v0.13.1
34002026-03-04T17:43:15.660Z[ helios-setup] Mar 04 17:43:15.053 INFO E| Downloaded four-cc v0.4.0
34012026-03-04T17:43:15.664Z[ helios-setup] Mar 04 17:43:15.055 INFO E| Downloaded bytesize v2.0.1
34022026-03-04T17:43:15.666Z[ helios-setup] Mar 04 17:43:15.058 INFO E| Downloaded pest_meta v2.8.0
34032026-03-04T17:43:15.669Z[ helios-setup] Mar 04 17:43:15.062 INFO E| Downloaded typenum v1.18.0
34042026-03-04T17:43:15.674Z[ helios-setup] Mar 04 17:43:15.067 INFO E| Downloaded log v0.4.27
34052026-03-04T17:43:15.677Z[ helios-setup] Mar 04 17:43:15.070 INFO E| Downloaded structopt v0.3.26
34062026-03-04T17:43:15.689Z[ helios-setup] Mar 04 17:43:15.082 INFO E| Downloaded pest_derive v2.8.0
34072026-03-04T17:43:15.692Z[ helios-setup] Mar 04 17:43:15.085 INFO E| Downloaded zerocopy-derive v0.8.25
34082026-03-04T17:43:15.701Z[ helios-setup] Mar 04 17:43:15.094 INFO E| Downloaded modular-bitfield v0.13.1
34092026-03-04T17:43:15.712Z[ helios-setup] Mar 04 17:43:15.105 INFO E| Downloaded pest v2.8.0
34102026-03-04T17:43:15.720Z[ helios-setup] Mar 04 17:43:15.113 INFO E| Downloaded modular-bitfield v0.11.2
34112026-03-04T17:43:15.737Z[ helios-setup] Mar 04 17:43:15.130 INFO E| Downloaded textwrap v0.11.0
34122026-03-04T17:43:15.740Z[ helios-setup] Mar 04 17:43:15.133 INFO E| Downloaded goblin v0.9.3
34132026-03-04T17:43:15.750Z[ helios-setup] Mar 04 17:43:15.142 INFO E| Downloaded clap v2.34.0
34142026-03-04T17:43:15.760Z[ helios-setup] Mar 04 17:43:15.152 INFO E| Downloaded strum_macros v0.27.1
34152026-03-04T17:43:15.765Z[ helios-setup] Mar 04 17:43:15.156 INFO E| Downloaded structopt-derive v0.4.18
34162026-03-04T17:43:15.768Z[ helios-setup] Mar 04 17:43:15.158 INFO E| Downloaded rustversion v1.0.20
34172026-03-04T17:43:15.771Z[ helios-setup] Mar 04 17:43:15.163 INFO E| Downloaded pest_generator v2.8.0
34182026-03-04T17:43:15.773Z[ helios-setup] Mar 04 17:43:15.165 INFO E| Downloaded zerocopy v0.8.25
34192026-03-04T17:43:15.813Z[ helios-setup] Mar 04 17:43:15.205 INFO E| Downloaded modular-bitfield-impl v0.11.2
34202026-03-04T17:43:15.947Z[ helios-setup] Mar 04 17:43:15.340 INFO E| Compiling proc-macro2 v1.0.95
34212026-03-04T17:43:15.947Z[ helios-setup] Mar 04 17:43:15.340 INFO E| Compiling unicode-ident v1.0.18
34222026-03-04T17:43:15.950Z[ helios-setup] Mar 04 17:43:15.340 INFO E| Compiling memchr v2.7.4
34232026-03-04T17:43:15.950Z[ helios-setup] Mar 04 17:43:15.340 INFO E| Compiling autocfg v1.4.0
34242026-03-04T17:43:15.950Z[ helios-setup] Mar 04 17:43:15.340 INFO E| Compiling thiserror v2.0.12
34252026-03-04T17:43:15.950Z[ helios-setup] Mar 04 17:43:15.340 INFO E| Compiling syn v1.0.109
34262026-03-04T17:43:15.950Z[ helios-setup] Mar 04 17:43:15.341 INFO E| Compiling serde v1.0.219
34272026-03-04T17:43:15.950Z[ helios-setup] Mar 04 17:43:15.341 INFO E| Compiling version_check v0.9.5
34282026-03-04T17:43:16.878Z[ helios-setup] Mar 04 17:43:16.271 INFO E| Compiling serde_json v1.0.140
34292026-03-04T17:43:17.265Z[ helios-setup] Mar 04 17:43:16.658 INFO E| Compiling num-traits v0.2.19
34302026-03-04T17:43:17.324Z[ helios-setup] Mar 04 17:43:16.717 INFO E| Compiling itoa v1.0.15
34312026-03-04T17:43:17.880Z[ helios-setup] Mar 04 17:43:17.273 INFO E| Compiling schemars v0.8.22
34322026-03-04T17:43:18.045Z[ helios-setup] Mar 04 17:43:17.438 INFO E| Compiling ryu v1.0.20
34332026-03-04T17:43:18.270Z[ helios-setup] Mar 04 17:43:17.662 INFO E| Compiling proc-macro-error-attr v1.0.4
34342026-03-04T17:43:18.273Z[ helios-setup] Mar 04 17:43:17.663 INFO E| Compiling memoffset v0.9.1
34352026-03-04T17:43:18.749Z[ helios-setup] Mar 04 17:43:18.141 INFO E| Compiling ucd-trie v0.1.7
34362026-03-04T17:43:18.813Z[ helios-setup] Mar 04 17:43:18.205 INFO E| Compiling static_assertions v1.1.0
34372026-03-04T17:43:19.077Z[ helios-setup] Mar 04 17:43:18.469 INFO E| Compiling rustversion v1.0.20
34382026-03-04T17:43:19.235Z[ helios-setup] Mar 04 17:43:18.627 INFO E| Compiling libc v0.2.172
34392026-03-04T17:43:19.238Z[ helios-setup] Mar 04 17:43:18.628 INFO E| Compiling paste v1.0.15
34402026-03-04T17:43:19.274Z[ helios-setup] Mar 04 17:43:18.667 INFO E| Compiling dyn-clone v1.0.19
34412026-03-04T17:43:19.557Z[ helios-setup] Mar 04 17:43:18.949 INFO E| Compiling zerocopy v0.8.25
34422026-03-04T17:43:20.023Z[ helios-setup] Mar 04 17:43:19.415 INFO E| Compiling proc-macro-error v1.0.4
34432026-03-04T17:43:20.163Z[ helios-setup] Mar 04 17:43:19.555 INFO E| Compiling once_cell v1.21.3
34442026-03-04T17:43:20.704Z[ host-package] Compiling progenitor v0.10.0
34452026-03-04T17:43:20.886Z[ helios-setup] Mar 04 17:43:20.279 INFO E| Compiling quote v1.0.40
34462026-03-04T17:43:21.679Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34472026-03-04T17:43:21.823Z[ helios-setup] Mar 04 17:43:21.215 INFO E| Compiling syn v2.0.101
34482026-03-04T17:43:22.051Z[ helios-setup] Mar 04 17:43:21.443 INFO E| Compiling unicode-width v0.1.14
34492026-03-04T17:43:22.307Z[ helios-setup] Mar 04 17:43:21.700 INFO E| Compiling heck v0.5.0
34502026-03-04T17:43:22.648Z[ host-package] Compiling tokio-tungstenite v0.21.0
34512026-03-04T17:43:23.258Z[ helios-setup] Mar 04 17:43:22.650 INFO E| Compiling unicode-segmentation v1.12.0
34522026-03-04T17:43:23.557Z[ helios-setup] Mar 04 17:43:22.949 INFO E| Compiling parse_int v0.9.0
34532026-03-04T17:43:23.615Z[ helios-setup] Mar 04 17:43:23.008 INFO E| Compiling textwrap v0.11.0
34542026-03-04T17:43:23.661Z[ helios-setup] Mar 04 17:43:23.053 INFO E| Compiling atty v0.2.14
34552026-03-04T17:43:23.708Z[ helios-setup] Mar 04 17:43:23.100 INFO E| Compiling byteorder v1.5.0
34562026-03-04T17:43:24.038Z[ helios-setup] Mar 04 17:43:23.430 INFO E| Compiling bitflags v1.3.2
34572026-03-04T17:43:24.066Z[ helios-setup] Mar 04 17:43:23.458 INFO E| Compiling fletcher v1.0.0
34582026-03-04T17:43:24.123Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34592026-03-04T17:43:24.171Z[ helios-setup] Mar 04 17:43:23.563 INFO E| Compiling ansi_term v0.12.1
34602026-03-04T17:43:24.227Z[ helios-setup] Mar 04 17:43:23.619 INFO E| Compiling strum v0.27.1
34612026-03-04T17:43:24.623Z[ helios-setup] Mar 04 17:43:24.015 INFO E| Compiling unic-common v0.9.0
34622026-03-04T17:43:24.635Z[ helios-setup] Mar 04 17:43:24.027 INFO E| Compiling strsim v0.8.0
34632026-03-04T17:43:24.854Z[ helios-setup] Mar 04 17:43:24.246 INFO E| Compiling unic-char-range v0.9.0
34642026-03-04T17:43:25.153Z[ helios-setup] Mar 04 17:43:24.545 INFO E| Compiling heck v0.3.3
34652026-03-04T17:43:25.173Z[ helios-setup] Mar 04 17:43:24.564 INFO E| Compiling vec_map v0.8.2
34662026-03-04T17:43:25.526Z[ helios-setup] Mar 04 17:43:24.918 INFO E| Compiling unic-char-property v0.9.0
34672026-03-04T17:43:25.669Z[ helios-setup] Mar 04 17:43:25.062 INFO E| Compiling clap v2.34.0
34682026-03-04T17:43:25.706Z[ helios-setup] Mar 04 17:43:25.099 INFO E| Compiling unic-ucd-version v0.9.0
34692026-03-04T17:43:25.779Z[ helios-setup] Mar 04 17:43:25.171 INFO E| Compiling log v0.4.27
34702026-03-04T17:43:25.868Z[ helios-setup] Mar 04 17:43:25.261 INFO E| Compiling lazy_static v1.5.0
34712026-03-04T17:43:25.893Z[ helios-setup] Mar 04 17:43:25.285 INFO E| Compiling plain v0.2.3
34722026-03-04T17:43:25.930Z[ helios-setup] Mar 04 17:43:25.322 INFO E| Compiling unic-ucd-ident v0.9.0
34732026-03-04T17:43:25.995Z[ helios-setup] Mar 04 17:43:25.387 INFO E| Compiling bytesize v2.0.1
34742026-03-04T17:43:27.497Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34752026-03-04T17:43:30.082Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34762026-03-04T17:43:30.969Z[ host-package] Compiling num-derive v0.3.3
34772026-03-04T17:43:32.228Z[ helios-setup] Mar 04 17:43:31.620 INFO E| Compiling modular-bitfield-impl v0.11.2
34782026-03-04T17:43:32.228Z[ helios-setup] Mar 04 17:43:31.620 INFO E| Compiling structopt-derive v0.4.18
34792026-03-04T17:43:32.849Z[ helios-setup] Mar 04 17:43:32.240 INFO E| Compiling serde_derive_internals v0.29.1
34802026-03-04T17:43:34.821Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34812026-03-04T17:43:37.128Z[ helios-setup] Mar 04 17:43:36.519 INFO E| Compiling modular-bitfield v0.11.2
34822026-03-04T17:43:37.214Z[ helios-setup] Mar 04 17:43:36.606 INFO E| Compiling thiserror-impl v2.0.12
34832026-03-04T17:43:37.214Z[ helios-setup] Mar 04 17:43:36.606 INFO E| Compiling serde_derive v1.0.219
34842026-03-04T17:43:37.217Z[ helios-setup] Mar 04 17:43:36.606 INFO E| Compiling schemars_derive v0.8.22
34852026-03-04T17:43:37.217Z[ helios-setup] Mar 04 17:43:36.606 INFO E| Compiling zerocopy-derive v0.8.25
34862026-03-04T17:43:37.217Z[ helios-setup] Mar 04 17:43:36.606 INFO E| Compiling num-derive v0.4.2
34872026-03-04T17:43:37.444Z[ helios-setup] Mar 04 17:43:36.836 INFO E| Compiling modular-bitfield-impl v0.13.1
34882026-03-04T17:43:37.824Z[ helios-setup] Mar 04 17:43:37.216 INFO E| Compiling strum_macros v0.27.1
34892026-03-04T17:43:39.486Z[ helios-setup] Mar 04 17:43:38.877 INFO E| Compiling scroll_derive v0.12.1
34902026-03-04T17:43:40.321Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
34912026-03-04T17:43:41.296Z[ host-package] Compiling libscf-sys v1.1.0
34922026-03-04T17:43:41.940Z[ host-package] Compiling nix v0.31.1
34932026-03-04T17:43:42.025Z[ helios-setup] Mar 04 17:43:41.416 INFO E| Compiling structopt v0.3.26
34942026-03-04T17:43:42.386Z[ host-package] Compiling proc-macro-error2 v2.0.1
34952026-03-04T17:43:42.952Z[ host-package] Compiling vergen-gitcl v1.0.8
34962026-03-04T17:43:43.387Z[ helios-setup] Mar 04 17:43:42.702 INFO E| Compiling scroll v0.12.0
34972026-03-04T17:43:43.507Z[ host-package] Compiling dirs-sys-next v0.1.2
34982026-03-04T17:43:43.612Z[ helios-setup] Mar 04 17:43:43.002 INFO E| Compiling modular-bitfield v0.13.1
34992026-03-04T17:43:43.689Z[ host-package] Compiling crunchy v0.2.4
35002026-03-04T17:43:43.887Z[ helios-setup] Mar 04 17:43:43.278 INFO E| Compiling pest v2.8.0
35012026-03-04T17:43:43.985Z[ host-package] Compiling maplit v1.0.2
35022026-03-04T17:43:44.274Z[ helios-setup] Mar 04 17:43:43.664 INFO E| Compiling goblin v0.9.3
35032026-03-04T17:43:44.534Z[ host-package] Compiling glob v0.3.3
35042026-03-04T17:43:44.714Z[ host-package] Compiling dirs-next v2.0.0
35052026-03-04T17:43:45.594Z[ host-package] Compiling tabled_derive v0.11.0
35062026-03-04T17:43:45.768Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
35072026-03-04T17:43:46.145Z[ host-package] Compiling clang-sys v1.8.1
35082026-03-04T17:43:47.506Z[ host-package] Compiling papergrid v0.17.0
35092026-03-04T17:43:48.024Z[ helios-setup] Mar 04 17:43:47.415 INFO E| Compiling pest_meta v2.8.0
35102026-03-04T17:43:48.236Z[ host-package] Compiling testing_table v0.3.0
35112026-03-04T17:43:49.399Z[ host-package] Compiling dsl_auto_type v0.1.3
35122026-03-04T17:43:49.633Z[ host-package] Compiling scheduled-thread-pool v0.2.7
35132026-03-04T17:43:50.351Z[ helios-setup] Mar 04 17:43:49.740 INFO E| Compiling pest_generator v2.8.0
35142026-03-04T17:43:51.345Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
35152026-03-04T17:43:51.800Z[ host-package] Compiling tiny-keccak v2.0.2
35162026-03-04T17:43:52.317Z[ host-package] Compiling diesel_derives v2.2.7
35172026-03-04T17:43:52.797Z[ host-package] Compiling tabled v0.20.0
35182026-03-04T17:43:52.988Z[ helios-setup] Mar 04 17:43:52.371 INFO E| Compiling pest_derive v2.8.0
35192026-03-04T17:43:56.176Z[ helios-setup] Mar 04 17:43:55.564 INFO E| Compiling json5 v0.4.1
35202026-03-04T17:43:58.949Z[ host-package] Compiling r2d2 v0.8.10
35212026-03-04T17:44:01.976Z[ helios-setup] Mar 04 17:44:01.366 INFO E| Compiling four-cc v0.4.0
35222026-03-04T17:44:01.976Z[ helios-setup] Mar 04 17:44:01.366 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
35232026-03-04T17:44:02.313Z[ helios-setup] Mar 04 17:44:01.703 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
35242026-03-04T17:44:03.888Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35252026-03-04T17:44:06.851Z[ host-package] Compiling term v0.7.0
35262026-03-04T17:44:06.982Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
35272026-03-04T17:44:08.320Z[ host-package] Compiling arc-swap v1.8.2
35282026-03-04T17:44:08.573Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
35292026-03-04T17:44:09.098Z[ host-package] Compiling xshell-macros v0.2.7
35302026-03-04T17:44:09.608Z[ host-package] Compiling bit-vec v0.6.3
35312026-03-04T17:44:10.231Z[ host-package] Compiling xshell v0.2.7
35322026-03-04T17:44:10.279Z[ host-package] Compiling bit-set v0.5.3
35332026-03-04T17:44:10.696Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
35342026-03-04T17:44:11.441Z[ host-package] Compiling slog-scope v4.4.1
35352026-03-04T17:44:12.776Z[ host-package] Compiling ascii-canvas v3.0.0
35362026-03-04T17:44:13.483Z[ host-package] Compiling diesel v2.2.12
35372026-03-04T17:44:14.247Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35382026-03-04T17:44:17.102Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35392026-03-04T17:44:18.843Z[ host-package] Compiling itertools v0.10.5
35402026-03-04T17:44:21.874Z[ host-package] Compiling ena v0.14.4
35412026-03-04T17:44:22.463Z[ host-package] Compiling libloading v0.8.9
35422026-03-04T17:44:22.985Z[ host-package] Compiling bindgen v0.71.1
35432026-03-04T17:44:23.735Z[ host-package] Compiling diff v0.1.13
35442026-03-04T17:44:23.824Z[ host-package] Compiling regex-syntax v0.6.29
35452026-03-04T17:44:24.415Z[ host-package] Compiling unicase v2.9.0
35462026-03-04T17:44:25.493Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35472026-03-04T17:44:28.439Z[ host-package] Compiling lalrpop v0.19.12
35482026-03-04T17:44:35.884Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35492026-03-04T17:44:36.851Z[ host-package] Compiling slog-stdlog v4.1.1
35502026-03-04T17:44:38.101Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
35512026-03-04T17:44:41.293Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
35522026-03-04T17:44:43.031Z[ host-package] Compiling cexpr v0.6.0
35532026-03-04T17:44:44.789Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
35542026-03-04T17:44:45.406Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35552026-03-04T17:44:45.797Z[ host-package] Compiling crc8 v0.1.1
35562026-03-04T17:44:47.750Z[ host-package] Compiling slog-envlogger v2.2.0
35572026-03-04T17:44:48.831Z[ helios-setup] Mar 04 17:44:48.219 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
35582026-03-04T17:44:51.062Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
35592026-03-04T17:44:52.348Z[ host-package] Compiling headers-core v0.3.0
35602026-03-04T17:44:52.632Z[ host-package] Compiling libxml v0.3.3
35612026-03-04T17:44:53.319Z[ host-package] Compiling polar-core v0.27.3
35622026-03-04T17:44:53.440Z[ host-package] Compiling headers v0.4.1
35632026-03-04T17:44:54.760Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
35642026-03-04T17:44:58.261Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
35652026-03-04T17:44:58.740Z[ helios-setup] Mar 04 17:44:58.127 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
35662026-03-04T17:44:58.747Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
35672026-03-04T17:44:58.803Z[ host-package] Compiling strum_macros v0.24.3
35682026-03-04T17:44:59.057Z[ host-package] Compiling indoc v1.0.9
35692026-03-04T17:45:00.175Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
35702026-03-04T17:45:00.944Z[ host-package] Compiling derive_builder v0.20.2
35712026-03-04T17:45:01.337Z[ host-package] Compiling oso-derive v0.27.3
35722026-03-04T17:45:01.439Z[ host-package] Compiling quick-xml v0.37.5
35732026-03-04T17:45:02.508Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
35742026-03-04T17:45:02.554Z[ host-package] Compiling samael v0.0.19
35752026-03-04T17:45:05.576Z[ host-package] Compiling openssl-probe v0.1.6
35762026-03-04T17:45:06.062Z[ host-package] Compiling half v1.8.3
35772026-03-04T17:45:06.304Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
35782026-03-04T17:45:07.205Z[ host-package] Compiling serde_cbor v0.11.2
35792026-03-04T17:45:08.063Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35802026-03-04T17:45:08.756Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35812026-03-04T17:45:09.879Z[ host-package] Compiling diesel-dtrace v0.4.2
35822026-03-04T17:45:10.747Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
35832026-03-04T17:45:10.962Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35842026-03-04T17:45:11.595Z[ host-package] Compiling bb8 v0.8.6
35852026-03-04T17:45:12.510Z[ host-package] Compiling trait-variant v0.1.2
35862026-03-04T17:45:14.073Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
35872026-03-04T17:45:14.337Z[ host-package] Compiling async-bb8-diesel v0.2.1
35882026-03-04T17:45:15.710Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35892026-03-04T17:45:15.994Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
35902026-03-04T17:45:20.920Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35912026-03-04T17:45:21.577Z[ host-package] Compiling fxhash v0.2.1
35922026-03-04T17:45:22.054Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
35932026-03-04T17:45:22.776Z[ host-package] Compiling kstat-rs v0.2.4
35942026-03-04T17:45:22.894Z[ host-package] Compiling libz-sys v1.1.24
35952026-03-04T17:45:23.911Z[ host-package] Compiling oso v0.27.3
35962026-03-04T17:45:23.954Z[ host-package] Compiling nonempty v0.12.0
35972026-03-04T17:45:24.588Z[ host-package] Compiling salty v0.3.0
35982026-03-04T17:45:25.679Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
35992026-03-04T17:45:29.799Z[ helios-setup] Mar 04 17:45:29.185 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s
36002026-03-04T17:45:29.871Z[ helios-setup] Mar 04 17:45:29.257 INFO building project "amd-host-image-builder" ok (137 seconds)
36012026-03-04T17:45:29.874Z[ helios-setup] rm -f helios-build
36022026-03-04T17:45:29.877Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
36032026-03-04T17:45:29.880Z[ helios-setup]
36042026-03-04T17:45:29.883Z[ helios-setup] Setup complete! ./helios-build is now available.
36052026-03-04T17:45:29.886Z[ helios-setup]
36062026-03-04T17:45:29.886Z[ helios-setup]
36072026-03-04T17:45:29.886Z[ helios-setup] real 9:00.098748035
36082026-03-04T17:45:29.886Z[ helios-setup] user 18:08.417278532
36092026-03-04T17:45:29.886Z[ helios-setup] sys 2:04.171046028
36102026-03-04T17:45:29.886Z[ helios-setup] trap 1.276553266
36112026-03-04T17:45:29.886Z[ helios-setup] tflt 5.218129619
36122026-03-04T17:45:29.887Z[ helios-setup] dflt 10.582542216
36132026-03-04T17:45:29.887Z[ helios-setup] kflt 0.000195587
36142026-03-04T17:45:29.887Z[ helios-setup] lock 1:35:34.376662710
36152026-03-04T17:45:29.887Z[ helios-setup] slp 2:26:03.476152917
36162026-03-04T17:45:29.887Z[ helios-setup] lat 20:03.485726196
36172026-03-04T17:45:29.887Z[ helios-setup] stop 3:14.467546446
36182026-03-04T17:45:29.887ZMar 04 17:45:29.272 INFO [helios-setup] process exited with exit status: 0 (540.102339347s)
36192026-03-04T17:45:29.887ZMar 04 17:45:29.272 INFO [helios-record] running task
36202026-03-04T17:45:29.887ZMar 04 17:45:29.272 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
36212026-03-04T17:45:29.895ZMar 04 17:45:29.280 DEBG process exited with exit status: 0 (8.544574ms)
36222026-03-04T17:45:29.895ZMar 04 17:45:29.281 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
36232026-03-04T17:45:29.903ZMar 04 17:45:29.289 DEBG process exited with exit status: 0 (8.070028ms)
36242026-03-04T17:45:29.906ZMar 04 17:45:29.289 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
36252026-03-04T17:45:29.911ZMar 04 17:45:29.297 DEBG process exited with exit status: 0 (8.147966ms)
36262026-03-04T17:45:29.911ZMar 04 17:45:29.297 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
36272026-03-04T17:45:29.919ZMar 04 17:45:29.305 DEBG process exited with exit status: 0 (8.096478ms)
36282026-03-04T17:45:29.919ZMar 04 17:45:29.305 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
36292026-03-04T17:45:29.928ZMar 04 17:45:29.314 DEBG process exited with exit status: 0 (9.177816ms)
36302026-03-04T17:45:29.928ZMar 04 17:45:29.314 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
36312026-03-04T17:45:29.937ZMar 04 17:45:29.323 DEBG process exited with exit status: 0 (8.835476ms)
36322026-03-04T17:45:29.937ZMar 04 17:45:29.323 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
36332026-03-04T17:45:29.946ZMar 04 17:45:29.332 DEBG process exited with exit status: 0 (8.647771ms)
36342026-03-04T17:45:29.946ZMar 04 17:45:29.332 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
36352026-03-04T17:45:29.954ZMar 04 17:45:29.340 DEBG process exited with exit status: 0 (8.137446ms)
36362026-03-04T17:45:29.954ZMar 04 17:45:29.340 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
36372026-03-04T17:45:29.962ZMar 04 17:45:29.347 DEBG process exited with exit status: 0 (7.373729ms)
36382026-03-04T17:45:29.965ZMar 04 17:45:29.348 INFO [helios-record] task succeeded (76.010434ms)
36392026-03-04T17:45:33.010Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36402026-03-04T17:45:33.207Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36412026-03-04T17:45:40.788Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36422026-03-04T17:45:45.921Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e)
36432026-03-04T17:45:48.227Z[ host-package] Compiling darling_core v0.23.0
36442026-03-04T17:45:49.090Z[ host-package] Compiling nanorand v0.7.0
36452026-03-04T17:45:50.251Z[ host-package] Compiling parking_lot_core v0.8.6
36462026-03-04T17:45:50.825Z[ host-package] Compiling mime_guess v2.0.5
36472026-03-04T17:45:51.911Z[ host-package] Compiling flume v0.11.1
36482026-03-04T17:45:52.753Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e)
36492026-03-04T17:45:54.201Z[ host-package] Compiling darling_macro v0.23.0
36502026-03-04T17:45:55.188Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36512026-03-04T17:46:03.249Z[ host-package] Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36522026-03-04T17:46:03.825Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36532026-03-04T17:46:04.796Z[ host-package] Compiling git-stub v1.0.0
36542026-03-04T17:46:05.384Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
36552026-03-04T17:46:05.425Z[ host-package] Compiling instability v0.3.11
36562026-03-04T17:46:05.881Z[ host-package] Compiling git-stub-vcs v0.1.0
36572026-03-04T17:46:06.625Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36582026-03-04T17:46:13.136Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36592026-03-04T17:46:27.873Z[ host-package] Compiling darling v0.23.0
36602026-03-04T17:46:29.337Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36612026-03-04T17:46:31.107Z[ host-package] Compiling ignore v0.4.25
36622026-03-04T17:46:35.672Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36632026-03-04T17:46:36.466Z[ host-package] Compiling primeorder v0.13.6
36642026-03-04T17:46:37.108Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
36652026-03-04T17:46:38.458Z[ host-package] Compiling castaway v0.2.4
36662026-03-04T17:46:38.503Z[ host-package] Compiling nibble_vec v0.1.0
36672026-03-04T17:46:38.608Z[ host-package] Compiling atty v0.2.14
36682026-03-04T17:46:38.748Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
36692026-03-04T17:46:38.823Z[ host-package] Compiling indoc v2.0.7
36702026-03-04T17:46:38.862Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36712026-03-04T17:46:39.195Z[ host-package] Compiling http-range v0.1.5
36722026-03-04T17:46:39.290Z[ host-package] Compiling endian-type v0.1.2
36732026-03-04T17:46:39.647Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36742026-03-04T17:46:39.855Z[ host-package] Compiling radix_trie v0.2.1
36752026-03-04T17:46:40.484Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
36762026-03-04T17:46:40.928Z[ host-package] Compiling compact_str v0.8.1
36772026-03-04T17:46:41.264Z[ host-package] Compiling p384 v0.13.1
36782026-03-04T17:46:43.740Z[ host-package] Compiling globwalk v0.9.1
36792026-03-04T17:46:45.192Z[ host-package] Compiling parking_lot v0.11.2
36802026-03-04T17:46:47.308Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36812026-03-04T17:46:48.969Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36822026-03-04T17:46:49.837Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36832026-03-04T17:46:50.652Z[ host-package] Compiling predicates-tree v1.0.13
36842026-03-04T17:46:51.844Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
36852026-03-04T17:46:52.011Z[ host-package] Compiling unicode-truncate v1.1.0
36862026-03-04T17:46:52.385Z[ host-package] Compiling lru v0.12.5
36872026-03-04T17:46:52.804Z[ host-package] Compiling prefix-trie v0.7.0
36882026-03-04T17:46:53.800Z[ host-package] Compiling vergen-git2 v1.0.7
36892026-03-04T17:46:54.317Z[ host-package] Compiling cassowary v0.3.0
36902026-03-04T17:46:54.810Z[ host-package] Compiling hickory-server v0.25.2
36912026-03-04T17:46:55.332Z[ host-package] Compiling ratatui v0.29.0
36922026-03-04T17:46:57.845Z[ host-package] Compiling camino-tempfile-ext v0.3.3
36932026-03-04T17:46:59.235Z[ host-package] Compiling git2 v0.20.4
36942026-03-04T17:46:59.293Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36952026-03-04T17:46:59.510Z[ host-package] Compiling hyper-staticfile v0.10.1
36962026-03-04T17:47:04.983Z[ host-package] Compiling sled v0.34.7
36972026-03-04T17:47:08.148Z[ host-package] Compiling hickory-client v0.25.2
36982026-03-04T17:47:08.192Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36992026-03-04T17:47:09.636Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37002026-03-04T17:47:10.311Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37012026-03-04T17:47:12.058Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37022026-03-04T17:47:15.934Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
37032026-03-04T17:47:16.691Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37042026-03-04T17:47:18.114Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37052026-03-04T17:47:18.722Z[ host-package] Compiling rand_seeder v0.4.0
37062026-03-04T17:47:19.206Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37072026-03-04T17:47:19.253Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37082026-03-04T17:47:19.656Z[ host-package] Compiling lzma-sys v0.1.20
37092026-03-04T17:47:20.253Z[ host-package] Compiling rustls v0.21.12
37102026-03-04T17:47:20.461Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37112026-03-04T17:47:20.673Z[ host-package] Compiling corncobs v0.1.4
37122026-03-04T17:47:20.962Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37132026-03-04T17:47:21.364Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37142026-03-04T17:47:21.912Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37152026-03-04T17:47:22.560Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37162026-03-04T17:47:22.753Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37172026-03-04T17:47:22.945Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37182026-03-04T17:47:24.546Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37192026-03-04T17:47:37.720Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37202026-03-04T17:47:39.474Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
37212026-03-04T17:47:42.113Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37222026-03-04T17:47:46.549Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
37232026-03-04T17:47:47.521Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
37242026-03-04T17:47:47.944Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
37252026-03-04T17:47:48.380Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37262026-03-04T17:47:48.825Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37272026-03-04T17:47:49.616Z[ host-package] Compiling sct v0.7.1
37282026-03-04T17:47:50.161Z[ host-package] Compiling rustls-webpki v0.101.7
37292026-03-04T17:47:54.298Z[ host-package] Compiling cargo_toml v0.22.3
37302026-03-04T17:48:38.206Z[ host-package] Compiling nix v0.29.0
37312026-03-04T17:48:38.206Z[ host-package] Compiling secrecy v0.8.0
37322026-03-04T17:48:38.300Z[ host-package] Compiling void v1.0.2
37332026-03-04T17:48:38.301Z[ host-package] Compiling lzss v0.8.2
37342026-03-04T17:48:38.301Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
37352026-03-04T17:48:38.301Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
37362026-03-04T17:48:38.301Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37372026-03-04T17:48:38.301Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37382026-03-04T17:48:38.301Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37392026-03-04T17:48:38.301Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37402026-03-04T17:48:38.301Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37412026-03-04T17:48:38.301Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37422026-03-04T17:48:38.301Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37432026-03-04T17:48:38.301Z[ host-package] Compiling tungstenite v0.23.0
37442026-03-04T17:48:38.301Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37452026-03-04T17:48:38.301Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37462026-03-04T17:48:38.301Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37472026-03-04T17:48:38.301Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37482026-03-04T17:48:38.301Z[ host-package] Compiling nix v0.27.1
37492026-03-04T17:48:38.301Z[ host-package] Compiling serde_bytes v0.11.19
37502026-03-04T17:48:38.301Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
37512026-03-04T17:48:38.301Z[ host-package] Compiling tokio-tungstenite v0.23.1
37522026-03-04T17:48:38.301Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
37532026-03-04T17:48:38.301Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37542026-03-04T17:48:38.301Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37552026-03-04T17:48:38.301Z[ host-package] Compiling ron v0.12.0
37562026-03-04T17:48:38.301Z[ host-package] Compiling xz2 v0.1.7
37572026-03-04T17:48:38.508Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37582026-03-04T17:48:46.407Z[ host-package] Compiling tokio-rustls v0.24.1
37592026-03-04T17:48:48.016Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37602026-03-04T17:48:49.145Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37612026-03-04T17:48:54.531Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
37622026-03-04T17:48:56.505Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
37632026-03-04T17:49:17.018Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37642026-03-04T17:50:03.025Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37652026-03-04T17:50:04.030Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37662026-03-04T17:50:04.037Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37672026-03-04T17:50:04.038Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
37682026-03-04T17:50:04.038Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37692026-03-04T17:50:04.038Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37702026-03-04T17:50:04.038Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
37712026-03-04T17:50:04.038Z[ host-package] Compiling rustls-pemfile v1.0.4
37722026-03-04T17:50:04.038Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
37732026-03-04T17:50:04.038Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37742026-03-04T17:50:04.038Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37752026-03-04T17:50:04.038Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
37762026-03-04T17:50:04.038Z[ host-package] Compiling signal-hook-tokio v0.3.1
37772026-03-04T17:50:04.038Z[ host-package] Compiling yasna v0.5.2
37782026-03-04T17:50:04.038Z[ host-package] Compiling twox-hash v2.1.2
37792026-03-04T17:50:04.038Z[ host-package] Compiling is_ci v1.2.0
37802026-03-04T17:50:04.038Z[ host-package] Compiling base16ct v1.0.0
37812026-03-04T17:50:04.038Z[ host-package] Compiling supports-color v3.0.2
37822026-03-04T17:50:04.038Z[ host-package] Compiling rcgen v0.12.1
37832026-03-04T17:50:04.038Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37842026-03-04T17:50:10.895Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37852026-03-04T17:50:11.384Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37862026-03-04T17:50:13.905Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37872026-03-04T17:50:38.998Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
37882026-03-04T17:50:46.332Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
37892026-03-04T17:50:48.072Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
37902026-03-04T17:50:51.834Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
37912026-03-04T17:51:07.117Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37922026-03-04T17:51:10.957Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37932026-03-04T17:51:11.592Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37942026-03-04T17:51:12.023Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37952026-03-04T17:51:12.436Z[ host-package] Compiling progenitor-extras v0.1.0
37962026-03-04T17:51:12.885Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
37972026-03-04T17:51:13.245Z[ host-package] Compiling fatfs v0.3.6
37982026-03-04T17:51:16.001Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
37992026-03-04T17:51:16.301Z[ host-package] Compiling subprocess v0.2.15
38002026-03-04T17:51:21.059Z[ host-package] Compiling rtoolbox v0.0.3
38012026-03-04T17:51:21.528Z[ host-package] Compiling seq-macro v0.3.6
38022026-03-04T17:51:22.524Z[ host-package] Compiling assert_matches v1.5.0
38032026-03-04T17:51:25.397Z[ host-package] Compiling rpassword v7.4.0
38042026-03-04T17:51:25.937Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38052026-03-04T17:52:06.291Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38062026-03-04T17:52:06.291Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38072026-03-04T17:52:06.291Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38082026-03-04T17:52:06.291Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38092026-03-04T17:52:06.291Z[ host-package] Compiling tui-tree-widget v0.23.1
38102026-03-04T17:52:06.291Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38112026-03-04T17:52:09.963Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38122026-03-04T17:52:10.922Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38132026-03-04T17:52:11.187Z[ host-package] Compiling uzers v0.12.2
38142026-03-04T17:52:14.472Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38152026-03-04T17:52:16.774Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38162026-03-04T17:52:26.853Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38172026-03-04T17:52:43.340Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38182026-03-04T17:52:57.819Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38192026-03-04T17:52:58.405Z[ host-package] Compiling support-bundle-viewer v0.1.2
38202026-03-04T17:53:02.494Z[ host-package] Compiling multimap v0.10.1
38212026-03-04T17:55:07.541Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38222026-03-04T18:07:04.598Z[ host-package] Finished `release` profile [optimized] target(s) in 28m 52s
38232026-03-04T18:08:05.841ZMar 04 18:08:05.156 INFO [host-package] process exited with exit status: 0 (1794.334223721s)
38242026-03-04T18:08:05.841ZMar 04 18:08:05.156 INFO [host-stamp] running task
38252026-03-04T18:08:05.844ZMar 04 18:08:05.157 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38262026-03-04T18:08:05.844ZMar 04 18:08:05.157 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+git1f5d8cd303a
38272026-03-04T18:08:05.844ZMar 04 18:08:05.158 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+git1f5d8cd303a
38282026-03-04T18:08:05.844ZMar 04 18:08:05.158 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+git1f5d8cd303a
38292026-03-04T18:08:05.845ZMar 04 18:08:05.158 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+git1f5d8cd303a
38302026-03-04T18:08:05.845ZMar 04 18:08:05.159 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+git1f5d8cd303a
38312026-03-04T18:08:05.845ZMar 04 18:08:05.159 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+git1f5d8cd303a
38322026-03-04T18:08:05.845ZMar 04 18:08:05.159 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+git1f5d8cd303a
38332026-03-04T18:08:05.848ZMar 04 18:08:05.160 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+git1f5d8cd303a
38342026-03-04T18:08:05.859Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38352026-03-04T18:08:05.859Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38362026-03-04T18:08:05.859Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38372026-03-04T18:08:05.862Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38382026-03-04T18:08:05.862Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38392026-03-04T18:08:05.862Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38402026-03-04T18:08:05.862Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38412026-03-04T18:08:05.862Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38422026-03-04T18:08:05.867Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38432026-03-04T18:08:05.870Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38442026-03-04T18:08:05.878ZMar 04 18:08:05.192 INFO [stamp-overlay] process exited with exit status: 0 (34.295803ms)
38452026-03-04T18:08:05.882Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38462026-03-04T18:08:05.884ZMar 04 18:08:05.198 INFO [stamp-oxlog] process exited with exit status: 0 (39.152718ms)
38472026-03-04T18:08:05.935Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38482026-03-04T18:08:05.940ZMar 04 18:08:05.255 INFO [stamp-crucible-utils] process exited with exit status: 0 (95.038024ms)
38492026-03-04T18:08:05.970Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38502026-03-04T18:08:05.975ZMar 04 18:08:05.290 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (131.902041ms)
38512026-03-04T18:08:06.174Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38522026-03-04T18:08:06.178ZMar 04 18:08:05.493 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (335.391039ms)
38532026-03-04T18:08:06.487Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38542026-03-04T18:08:06.490ZMar 04 18:08:05.805 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (647.214423ms)
38552026-03-04T18:08:07.364Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38562026-03-04T18:08:07.367ZMar 04 18:08:06.682 INFO [stamp-propolis-server] process exited with exit status: 0 (1.523555078s)
38572026-03-04T18:08:07.603Z[recovery-package] Compiling newtype-uuid v1.3.2
38582026-03-04T18:08:07.936Z[recovery-package] Compiling daft v0.1.5
38592026-03-04T18:08:08.292Z[recovery-package] Compiling iddqd v0.3.17
38602026-03-04T18:08:10.066Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38612026-03-04T18:08:10.468Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38622026-03-04T18:08:10.468Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38632026-03-04T18:08:10.471Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38642026-03-04T18:08:10.472Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38652026-03-04T18:08:10.554Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38662026-03-04T18:08:11.298Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38672026-03-04T18:08:14.544Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38682026-03-04T18:08:14.559ZMar 04 18:08:13.873 INFO [stamp-switch-asic] process exited with exit status: 0 (8.714231343s)
38692026-03-04T18:08:14.559ZMar 04 18:08:13.873 INFO [host-stamp] task succeeded (8.717233583s)
38702026-03-04T18:08:14.559ZMar 04 18:08:13.873 INFO [host-proto] running task
38712026-03-04T18:08:15.201ZMar 04 18:08:14.514 INFO [host-proto] task succeeded (641.016439ms)
38722026-03-04T18:08:15.201ZMar 04 18:08:14.514 INFO [host-profile] running task
38732026-03-04T18:08:15.204ZMar 04 18:08:14.515 INFO [host-profile] task succeeded (250.712µs)
38742026-03-04T18:08:15.204ZMar 04 18:08:14.515 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/.tmph2t7CP/proto/host/root -N 'ci 1f5d8cd/${os_short_commit} 2026-03-04 17:36' -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/'
38752026-03-04T18:08:15.209Z[ host-image] Mar 04 18:08:14.522 INFO Checking files for board 'cosmo-mbist'
38762026-03-04T18:08:15.213Z[ host-image] Mar 04 18:08:14.523 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
38772026-03-04T18:08:15.213Z[ host-image] Mar 04 18:08:14.523 INFO Checking files for board 'gimlet'
38782026-03-04T18:08:15.213Z[ host-image] Mar 04 18:08:14.523 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38792026-03-04T18:08:15.214Z[ host-image] Mar 04 18:08:14.523 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
38802026-03-04T18:08:15.214Z[ host-image] Mar 04 18:08:14.523 INFO Checking files for board 'cosmo'
38812026-03-04T18:08:15.214Z[ host-image] Mar 04 18:08:14.523 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38822026-03-04T18:08:15.214Z[ host-image] Mar 04 18:08:14.523 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
38832026-03-04T18:08:15.214Z[ host-image] Mar 04 18:08:14.523 INFO Checking files for board 'cosmo-mbist-noaggr'
38842026-03-04T18:08:15.214Z[ host-image] Mar 04 18:08:14.523 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
38852026-03-04T18:08:15.227Z[ host-image] Mar 04 18:08:14.536 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmph2t7CP/proto/host/root"
38862026-03-04T18:08:15.227Z[ host-image] Mar 04 18:08:14.536 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
38872026-03-04T18:08:15.228Z[ host-image] Mar 04 18:08:14.536 INFO image builder template: ramdisk-01-os...
38882026-03-04T18:08:15.231Z[ host-image] Mar 04 18:08:14.536 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/.tmph2t7CP/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38892026-03-04T18:08:15.241Z[ host-image] Mar 04 18:08:14.554 INFO O| Mar 04 18:08:14.554 INFO CREATE DATASET: rpool/images/build/host/output
38902026-03-04T18:08:15.714Z[ host-image] Mar 04 18:08:15.028 INFO O| Mar 04 18:08:15.028 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38912026-03-04T18:08:15.719Z[ host-image] Mar 04 18:08:15.034 INFO O| Mar 04 18:08:15.034 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38922026-03-04T18:08:15.944Z[ host-image] Mar 04 18:08:15.258 INFO O| Mar 04 18:08:15.258 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
38932026-03-04T18:08:16.010Z[ host-image] Mar 04 18:08:15.324 INFO O| Mar 04 18:08:15.324 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
38942026-03-04T18:08:16.010Z[ host-image] Mar 04 18:08:15.324 INFO O| Mar 04 18:08:15.324 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
38952026-03-04T18:08:16.013Z[ host-image] Mar 04 18:08:15.324 INFO O| Mar 04 18:08:15.324 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
38962026-03-04T18:08:16.014Z[ host-image] Mar 04 18:08:15.324 INFO O| Mar 04 18:08:15.324 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
38972026-03-04T18:08:16.018Z[ host-image] Mar 04 18:08:15.332 INFO O| Mar 04 18:08:15.332 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
38982026-03-04T18:08:16.262Z[ host-image] Mar 04 18:08:15.576 INFO O| Mar 04 18:08:15.576 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38992026-03-04T18:08:16.271Z[ host-image] Mar 04 18:08:15.586 INFO O| Mar 04 18:08:15.585 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39002026-03-04T18:08:16.657Z[ host-image] Mar 04 18:08:15.971 INFO O| Mar 04 18:08:15.971 INFO O| Caching catalogs ... Done
39012026-03-04T18:08:16.752Z[ host-image] Mar 04 18:08:16.066 INFO O| Mar 04 18:08:16.066 INFO STEP 0 (pkg_image_create) COMPLETE
39022026-03-04T18:08:16.752Z[ host-image] Mar 04 18:08:16.066 INFO O| Mar 04 18:08:16.066 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39032026-03-04T18:08:16.762Z[ host-image] Mar 04 18:08:16.076 INFO O| Mar 04 18:08:16.076 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"]
39042026-03-04T18:08:17.102Z[ host-image] Mar 04 18:08:16.416 INFO O| Mar 04 18:08:16.416 INFO STEP 1 (pkg_set_publisher) COMPLETE
39052026-03-04T18:08:17.102Z[ host-image] Mar 04 18:08:16.416 INFO O| Mar 04 18:08:16.416 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39062026-03-04T18:08:17.102Z[ host-image] Mar 04 18:08:16.416 INFO O| Mar 04 18:08:16.416 INFO skip step because feature "publisher_1_name" is not enabled
39072026-03-04T18:08:17.105Z[ host-image] Mar 04 18:08:16.416 INFO O| Mar 04 18:08:16.416 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39082026-03-04T18:08:17.105Z[ host-image] Mar 04 18:08:16.416 INFO O| Mar 04 18:08:16.416 INFO skip step because feature "publisher_2_name" is not enabled
39092026-03-04T18:08:17.105Z[ host-image] Mar 04 18:08:16.416 INFO O| Mar 04 18:08:16.416 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39102026-03-04T18:08:17.105Z[ host-image] Mar 04 18:08:16.416 INFO O| Mar 04 18:08:16.416 INFO skip step because feature "publisher_3_name" is not enabled
39112026-03-04T18:08:17.105Z[ host-image] Mar 04 18:08:16.416 INFO O| Mar 04 18:08:16.416 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39122026-03-04T18:08:17.462Z[ host-image] Mar 04 18:08:16.776 INFO O| Mar 04 18:08:16.775 INFO variant opensolaris.zone is already global
39132026-03-04T18:08:17.462Z[ host-image] Mar 04 18:08:16.776 INFO O| Mar 04 18:08:16.776 INFO STEP 5 (pkg_change_variant) COMPLETE
39142026-03-04T18:08:17.465Z[ host-image] Mar 04 18:08:16.776 INFO O| Mar 04 18:08:16.776 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39152026-03-04T18:08:17.811Z[ host-image] Mar 04 18:08:17.123 INFO O| Mar 04 18:08:17.123 INFO variant opensolaris.imagetype is full; changing to partial
39162026-03-04T18:08:17.811Z[ host-image] Mar 04 18:08:17.124 INFO O| Mar 04 18:08:17.123 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39172026-03-04T18:08:20.791Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39182026-03-04T18:08:20.791Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39192026-03-04T18:08:20.794Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39202026-03-04T18:08:20.794Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39212026-03-04T18:08:27.295Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
39222026-03-04T18:08:27.354Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39232026-03-04T18:08:29.689Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39242026-03-04T18:08:29.847Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39252026-03-04T18:08:32.207Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39262026-03-04T18:08:33.783Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39272026-03-04T18:08:53.436Z[ host-image] Mar 04 18:08:52.747 INFO O| Mar 04 18:08:52.747 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39282026-03-04T18:08:58.756Z[recovery-package] Finished `release` profile [optimized] target(s) in 52.59s
39292026-03-04T18:09:00.940ZMar 04 18:09:00.251 INFO [recovery-package] process exited with exit status: 0 (55.094662735s)
39302026-03-04T18:09:00.940ZMar 04 18:09:00.251 INFO [recovery-stamp] running task
39312026-03-04T18:09:00.943ZMar 04 18:09:00.252 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
39322026-03-04T18:09:00.943ZMar 04 18:09:00.252 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+git1f5d8cd303a
39332026-03-04T18:09:00.943ZMar 04 18:09:00.252 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 19.0.0-0.ci+git1f5d8cd303a
39342026-03-04T18:09:00.950Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39352026-03-04T18:09:00.950Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39362026-03-04T18:09:01.059Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39372026-03-04T18:09:01.063ZMar 04 18:09:00.375 INFO [stamp-installinator] process exited with exit status: 0 (122.58903ms)
39382026-03-04T18:09:01.132Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39392026-03-04T18:09:01.135ZMar 04 18:09:00.447 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (195.511947ms)
39402026-03-04T18:09:01.135ZMar 04 18:09:00.447 INFO [recovery-stamp] task succeeded (195.814168ms)
39412026-03-04T18:09:01.135ZMar 04 18:09:00.447 INFO [recovery-proto] running task
39422026-03-04T18:09:01.135ZMar 04 18:09:00.447 INFO [tuf-stamp] running task
39432026-03-04T18:09:01.138ZMar 04 18:09:00.448 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+git1f5d8cd303a
39442026-03-04T18:09:01.138ZMar 04 18:09:00.448 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+git1f5d8cd303a
39452026-03-04T18:09:01.138ZMar 04 18:09:00.449 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+git1f5d8cd303a
39462026-03-04T18:09:01.138ZMar 04 18:09:00.449 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+git1f5d8cd303a
39472026-03-04T18:09:01.138ZMar 04 18:09:00.449 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+git1f5d8cd303a
39482026-03-04T18:09:01.138ZMar 04 18:09:00.449 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+git1f5d8cd303a
39492026-03-04T18:09:01.142ZMar 04 18:09:00.454 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+git1f5d8cd303a
39502026-03-04T18:09:01.145ZMar 04 18:09:00.455 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+git1f5d8cd303a
39512026-03-04T18:09:01.145ZMar 04 18:09:00.457 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+git1f5d8cd303a
39522026-03-04T18:09:01.150ZMar 04 18:09:00.462 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+git1f5d8cd303a
39532026-03-04T18:09:01.150Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
39542026-03-04T18:09:01.150Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39552026-03-04T18:09:01.153ZMar 04 18:09:00.462 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+git1f5d8cd303a
39562026-03-04T18:09:01.156Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39572026-03-04T18:09:01.157Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
39582026-03-04T18:09:01.157Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
39592026-03-04T18:09:01.157ZMar 04 18:09:00.468 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+git1f5d8cd303a
39602026-03-04T18:09:01.162Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
39612026-03-04T18:09:01.166Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
39622026-03-04T18:09:01.169Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
39632026-03-04T18:09:01.172Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39642026-03-04T18:09:01.172Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
39652026-03-04T18:09:01.190Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39662026-03-04T18:09:01.197Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
39672026-03-04T18:09:01.279Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
39682026-03-04T18:09:01.284ZMar 04 18:09:00.596 INFO [stamp-probe] process exited with exit status: 0 (148.097606ms)
39692026-03-04T18:09:01.400ZMar 04 18:09:00.711 INFO [recovery-proto] task succeeded (263.995347ms)
39702026-03-04T18:09:01.403ZMar 04 18:09:00.711 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/.tmph2t7CP/proto/recovery/root -N 'recovery 1f5d8cd/${os_short_commit} 2026-03-04 17:36' -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/'
39712026-03-04T18:09:01.413Z[ recovery-image] Mar 04 18:09:00.725 INFO Checking files for board 'cosmo-mbist'
39722026-03-04T18:09:01.413Z[ recovery-image] Mar 04 18:09:00.725 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
39732026-03-04T18:09:01.416Z[ recovery-image] Mar 04 18:09:00.725 INFO Checking files for board 'cosmo-mbist-noaggr'
39742026-03-04T18:09:01.416Z[ recovery-image] Mar 04 18:09:00.725 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
39752026-03-04T18:09:01.416Z[ recovery-image] Mar 04 18:09:00.725 INFO Checking files for board 'cosmo'
39762026-03-04T18:09:01.416Z[ recovery-image] Mar 04 18:09:00.725 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39772026-03-04T18:09:01.416Z[ recovery-image] Mar 04 18:09:00.725 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
39782026-03-04T18:09:01.416Z[ recovery-image] Mar 04 18:09:00.725 INFO Checking files for board 'gimlet'
39792026-03-04T18:09:01.416Z[ recovery-image] Mar 04 18:09:00.725 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39802026-03-04T18:09:01.416Z[ recovery-image] Mar 04 18:09:00.725 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
39812026-03-04T18:09:01.428Z[ recovery-image] Mar 04 18:09:00.740 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmph2t7CP/proto/recovery/root"
39822026-03-04T18:09:01.428Z[ recovery-image] Mar 04 18:09:00.740 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
39832026-03-04T18:09:01.431Z[ recovery-image] Mar 04 18:09:00.740 INFO image builder template: ramdisk-01-os...
39842026-03-04T18:09:01.431Z[ recovery-image] Mar 04 18:09:00.740 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/.tmph2t7CP/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
39852026-03-04T18:09:01.454Z[ recovery-image] Mar 04 18:09:00.766 INFO O| Mar 04 18:09:00.766 INFO CREATE DATASET: rpool/images/build/recovery/output
39862026-03-04T18:09:01.812Z[ recovery-image] Mar 04 18:09:01.124 INFO O| Mar 04 18:09:01.124 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
39872026-03-04T18:09:01.817Z[ recovery-image] Mar 04 18:09:01.129 INFO O| Mar 04 18:09:01.129 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
39882026-03-04T18:09:02.096Z[ recovery-image] Mar 04 18:09:01.408 INFO O| Mar 04 18:09:01.408 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
39892026-03-04T18:09:02.171Z[ recovery-image] Mar 04 18:09:01.482 INFO O| Mar 04 18:09:01.482 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
39902026-03-04T18:09:02.174Z[ recovery-image] Mar 04 18:09:01.482 INFO O| Mar 04 18:09:01.482 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
39912026-03-04T18:09:02.174Z[ recovery-image] Mar 04 18:09:01.483 INFO O| Mar 04 18:09:01.482 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
39922026-03-04T18:09:02.174Z[ recovery-image] Mar 04 18:09:01.483 INFO O| Mar 04 18:09:01.483 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
39932026-03-04T18:09:02.180Z[ recovery-image] Mar 04 18:09:01.492 INFO O| Mar 04 18:09:01.492 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
39942026-03-04T18:09:02.430Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
39952026-03-04T18:09:02.449ZMar 04 18:09:01.760 INFO [stamp-ntp] process exited with exit status: 0 (1.311676262s)
39962026-03-04T18:09:02.592Z[ recovery-image] Mar 04 18:09:01.903 INFO O| Mar 04 18:09:01.903 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39972026-03-04T18:09:02.604Z[ recovery-image] Mar 04 18:09:01.916 INFO O| Mar 04 18:09:01.916 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
39982026-03-04T18:09:02.851Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s
39992026-03-04T18:09:02.938Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40002026-03-04T18:09:02.964Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40012026-03-04T18:09:02.964Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
40022026-03-04T18:09:03.007ZMar 04 18:09:02.319 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.861644526s)
40032026-03-04T18:09:03.016ZMar 04 18:09:02.328 INFO [stamp-internal-dns] process exited with exit status: 0 (1.8795651s)
40042026-03-04T18:09:03.070Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40052026-03-04T18:09:03.119ZMar 04 18:09:02.431 INFO [stamp-external-dns] process exited with exit status: 0 (1.981532167s)
40062026-03-04T18:09:03.332Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40072026-03-04T18:09:03.367Z[ recovery-image] Mar 04 18:09:02.678 INFO O| Mar 04 18:09:02.678 INFO O| Caching catalogs ... Done
40082026-03-04T18:09:03.392ZMar 04 18:09:02.704 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.241354449s)
40092026-03-04T18:09:03.500Z[ recovery-image] Mar 04 18:09:02.811 INFO O| Mar 04 18:09:02.811 INFO STEP 0 (pkg_image_create) COMPLETE
40102026-03-04T18:09:03.500Z[ recovery-image] Mar 04 18:09:02.811 INFO O| Mar 04 18:09:02.811 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40112026-03-04T18:09:03.512Z[ recovery-image] Mar 04 18:09:02.824 INFO O| Mar 04 18:09:02.824 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"]
40122026-03-04T18:09:03.535Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40132026-03-04T18:09:03.545ZMar 04 18:09:02.857 INFO [stamp-oximeter] process exited with exit status: 0 (2.407769846s)
40142026-03-04T18:09:04.035Z[ recovery-image] Mar 04 18:09:03.346 INFO O| Mar 04 18:09:03.346 INFO STEP 1 (pkg_set_publisher) COMPLETE
40152026-03-04T18:09:04.035Z[ recovery-image] Mar 04 18:09:03.346 INFO O| Mar 04 18:09:03.346 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40162026-03-04T18:09:04.038Z[ recovery-image] Mar 04 18:09:03.346 INFO O| Mar 04 18:09:03.346 INFO skip step because feature "publisher_1_name" is not enabled
40172026-03-04T18:09:04.038Z[ recovery-image] Mar 04 18:09:03.346 INFO O| Mar 04 18:09:03.346 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40182026-03-04T18:09:04.038Z[ recovery-image] Mar 04 18:09:03.346 INFO O| Mar 04 18:09:03.346 INFO skip step because feature "publisher_2_name" is not enabled
40192026-03-04T18:09:04.038Z[ recovery-image] Mar 04 18:09:03.346 INFO O| Mar 04 18:09:03.346 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40202026-03-04T18:09:04.038Z[ recovery-image] Mar 04 18:09:03.346 INFO O| Mar 04 18:09:03.346 INFO skip step because feature "publisher_3_name" is not enabled
40212026-03-04T18:09:04.038Z[ recovery-image] Mar 04 18:09:03.346 INFO O| Mar 04 18:09:03.346 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40222026-03-04T18:09:04.526Z[ recovery-image] Mar 04 18:09:03.838 INFO O| Mar 04 18:09:03.837 INFO variant opensolaris.zone is already global
40232026-03-04T18:09:04.526Z[ recovery-image] Mar 04 18:09:03.838 INFO O| Mar 04 18:09:03.838 INFO STEP 5 (pkg_change_variant) COMPLETE
40242026-03-04T18:09:04.529Z[ recovery-image] Mar 04 18:09:03.838 INFO O| Mar 04 18:09:03.838 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40252026-03-04T18:09:05.034Z[ recovery-image] Mar 04 18:09:04.345 INFO O| Mar 04 18:09:04.345 INFO variant opensolaris.imagetype is full; changing to partial
40262026-03-04T18:09:05.034Z[ recovery-image] Mar 04 18:09:04.345 INFO O| Mar 04 18:09:04.345 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40272026-03-04T18:09:06.776Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40282026-03-04T18:09:06.781ZMar 04 18:09:06.093 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.638126726s)
40292026-03-04T18:09:08.116Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40302026-03-04T18:09:08.121ZMar 04 18:09:07.433 INFO [stamp-nexus] process exited with exit status: 0 (6.964972562s)
40312026-03-04T18:09:09.292Z[ host-image] Mar 04 18:09:08.603 INFO O| Mar 04 18:09:08.603 INFO O| Startup: Caching catalogs ... Done
40322026-03-04T18:09:09.411Z[ host-image] Mar 04 18:09:08.722 INFO O| Mar 04 18:09:08.722 INFO O| Planning: Planning completed in 0.00 seconds
40332026-03-04T18:09:09.438Z[ host-image] Mar 04 18:09:08.723 INFO O| Mar 04 18:09:08.723 INFO O| Planning: Consolidating action changes ... Done
40342026-03-04T18:09:09.438Z[ host-image] Mar 04 18:09:08.723 INFO O| Mar 04 18:09:08.723 INFO O| Planning: Evaluating mediators ... Done
40352026-03-04T18:09:09.438Z[ host-image] Mar 04 18:09:08.724 INFO O| Mar 04 18:09:08.723 INFO O| Planning: Planning completed in 0.00 seconds
40362026-03-04T18:09:09.439Z[ host-image] Mar 04 18:09:08.724 INFO O| Mar 04 18:09:08.724 INFO O| Variants/Facets to change: 1
40372026-03-04T18:09:09.792Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40382026-03-04T18:09:09.795ZMar 04 18:09:09.107 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (8.652939629s)
40392026-03-04T18:09:10.083Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40402026-03-04T18:09:10.087ZMar 04 18:09:09.398 INFO [stamp-clickhouse_server] process exited with exit status: 0 (8.93644928s)
40412026-03-04T18:09:10.127Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40422026-03-04T18:09:10.130ZMar 04 18:09:09.442 INFO [stamp-clickhouse] process exited with exit status: 0 (8.992384636s)
40432026-03-04T18:09:10.130ZMar 04 18:09:09.442 INFO [tuf-stamp] task succeeded (8.994768125s)
40442026-03-04T18:09:10.449Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
40452026-03-04T18:09:10.674Z[verify-libraries] Compiling ar_archive_writer v0.5.1
40462026-03-04T18:09:10.696Z[verify-libraries] Compiling stacker v0.1.23
40472026-03-04T18:09:10.716Z[verify-libraries] Compiling cfg_aliases v0.1.1
40482026-03-04T18:09:10.720Z[verify-libraries] Compiling home v0.5.12
40492026-03-04T18:09:10.758Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
40502026-03-04T18:09:10.787Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40512026-03-04T18:09:10.790Z[verify-libraries] Compiling winnow v0.6.26
40522026-03-04T18:09:10.859Z[verify-libraries] Compiling nix v0.28.0
40532026-03-04T18:09:11.232Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
40542026-03-04T18:09:11.264Z[verify-libraries] Compiling sqlparser_derive v0.5.0
40552026-03-04T18:09:11.569Z[verify-libraries] Compiling unicode_categories v0.1.1
40562026-03-04T18:09:11.977Z[ host-image] Mar 04 18:09:11.271 INFO O| Mar 04 18:09:11.271 INFO O| Done
40572026-03-04T18:09:11.977Z[ host-image] Mar 04 18:09:11.271 INFO O| Mar 04 18:09:11.271 INFO O| Done
40582026-03-04T18:09:12.086Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40592026-03-04T18:09:12.210Z[verify-libraries] Compiling polyval v0.6.2
40602026-03-04T18:09:12.806Z[verify-libraries] Compiling ghash v0.5.1
40612026-03-04T18:09:12.873Z[verify-libraries] Compiling psm v0.1.30
40622026-03-04T18:09:12.992Z[verify-libraries] Compiling ctr v0.9.2
40632026-03-04T18:09:13.113Z[verify-libraries] Compiling colored v2.2.0
40642026-03-04T18:09:13.179Z[verify-libraries] Compiling ssh-encoding v0.2.0
40652026-03-04T18:09:13.577Z[verify-libraries] Compiling aes-gcm v0.10.3
40662026-03-04T18:09:14.106Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
40672026-03-04T18:09:14.133Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
40682026-03-04T18:09:14.216Z[ host-image] Mar 04 18:09:13.527 INFO O| Mar 04 18:09:13.527 INFO O| Done
40692026-03-04T18:09:14.411Z[ host-image] Mar 04 18:09:13.722 INFO O| Mar 04 18:09:13.722 INFO O| Done
40702026-03-04T18:09:14.415Z[ host-image] Mar 04 18:09:13.724 INFO O| Mar 04 18:09:13.723 INFO O| Done
40712026-03-04T18:09:14.415Z[ host-image] Mar 04 18:09:13.724 INFO O| Mar 04 18:09:13.724 INFO O| Done
40722026-03-04T18:09:14.415Z[ host-image] Mar 04 18:09:13.726 INFO O| Mar 04 18:09:13.726 INFO O| Done
40732026-03-04T18:09:14.752Z[verify-libraries] Compiling blowfish v0.9.1
40742026-03-04T18:09:14.871Z[verify-libraries] Compiling ssh-cipher v0.2.0
40752026-03-04T18:09:14.915Z[verify-libraries] Compiling password-hash v0.4.2
40762026-03-04T18:09:15.343Z[verify-libraries] Compiling recursive v0.1.1
40772026-03-04T18:09:15.540Z[verify-libraries] Compiling rustyline v14.0.0
40782026-03-04T18:09:15.646Z[verify-libraries] Compiling sqlparser v0.61.0
40792026-03-04T18:09:16.158Z[verify-libraries] Compiling sqlformat v0.3.5
40802026-03-04T18:09:16.505Z[ host-image] Mar 04 18:09:15.816 INFO O| Mar 04 18:09:15.816 INFO STEP 6 (pkg_change_variant) COMPLETE
40812026-03-04T18:09:16.505Z[ host-image] Mar 04 18:09:15.816 INFO O| Mar 04 18:09:15.816 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40822026-03-04T18:09:16.505Z[ host-image] Mar 04 18:09:15.816 INFO O| Mar 04 18:09:15.816 INFO skip step because feature "debug_variant" is not enabled
40832026-03-04T18:09:16.509Z[ host-image] Mar 04 18:09:15.816 INFO O| Mar 04 18:09:15.816 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40842026-03-04T18:09:17.388Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
40852026-03-04T18:09:17.425Z[ host-image] Mar 04 18:09:16.736 INFO O| Mar 04 18:09:16.736 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
40862026-03-04T18:09:18.160Z[verify-libraries] Compiling petname v2.0.2
40872026-03-04T18:09:18.356Z[verify-libraries] Compiling ssh-key v0.6.7
40882026-03-04T18:09:18.971Z[verify-libraries] Compiling pbkdf2 v0.11.0
40892026-03-04T18:09:19.517Z[verify-libraries] Compiling p256 v0.13.2
40902026-03-04T18:09:19.976Z[verify-libraries] Compiling p521 v0.13.3
40912026-03-04T18:09:22.336Z[verify-libraries] Compiling russh-cryptovec v0.7.3
40922026-03-04T18:09:23.020Z[verify-libraries] Compiling md5 v0.7.0
40932026-03-04T18:09:23.566Z[verify-libraries] Compiling russh-keys v0.45.0
40942026-03-04T18:09:26.523Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40952026-03-04T18:09:26.978Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40962026-03-04T18:09:27.727Z[verify-libraries] Compiling num-bigint v0.4.6
40972026-03-04T18:09:29.228Z[verify-libraries] Compiling des v0.8.1
40982026-03-04T18:09:29.887Z[verify-libraries] Compiling sapling-renderdag v0.1.0
40992026-03-04T18:09:30.428Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41002026-03-04T18:09:31.111Z[verify-libraries] Compiling hex-literal v0.4.1
41012026-03-04T18:09:31.212Z[verify-libraries] Compiling sync-ptr v0.1.4
41022026-03-04T18:09:31.475Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41032026-03-04T18:09:31.583Z[verify-libraries] Compiling russh v0.45.0
41042026-03-04T18:09:31.731Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41052026-03-04T18:09:38.163Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
41062026-03-04T18:09:38.665Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41072026-03-04T18:09:39.416Z[verify-libraries] Compiling socket2 v0.5.10
41082026-03-04T18:09:41.664Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
41092026-03-04T18:09:42.224Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
41102026-03-04T18:09:48.060Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
41112026-03-04T18:09:52.355Z[ recovery-image] Mar 04 18:09:51.664 INFO O| Mar 04 18:09:51.664 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41122026-03-04T18:09:57.802Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
41132026-03-04T18:10:13.670Z[ host-image] Mar 04 18:10:12.977 INFO O| Mar 04 18:10:12.977 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41142026-03-04T18:10:16.412Z[ recovery-image] Mar 04 18:10:15.720 INFO O| Mar 04 18:10:15.720 INFO O| Startup: Caching catalogs ... Done
41152026-03-04T18:10:16.478Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
41162026-03-04T18:10:16.536Z[ recovery-image] Mar 04 18:10:15.844 INFO O| Mar 04 18:10:15.844 INFO O| Planning: Planning completed in 0.00 seconds
41172026-03-04T18:10:16.539Z[ recovery-image] Mar 04 18:10:15.844 INFO O| Mar 04 18:10:15.844 INFO O| Planning: Consolidating action changes ... Done
41182026-03-04T18:10:16.539Z[ recovery-image] Mar 04 18:10:15.845 INFO O| Mar 04 18:10:15.844 INFO O| Planning: Evaluating mediators ... Done
41192026-03-04T18:10:16.540Z[ recovery-image] Mar 04 18:10:15.845 INFO O| Mar 04 18:10:15.845 INFO O| Planning: Planning completed in 0.00 seconds
41202026-03-04T18:10:16.540Z[ recovery-image] Mar 04 18:10:15.845 INFO O| Mar 04 18:10:15.845 INFO O| Variants/Facets to change: 1
41212026-03-04T18:10:16.573Z[ recovery-image] Mar 04 18:10:15.880 INFO O| Mar 04 18:10:15.880 INFO O| Done
41222026-03-04T18:10:16.573Z[ recovery-image] Mar 04 18:10:15.880 INFO O| Mar 04 18:10:15.880 INFO O| Done
41232026-03-04T18:10:19.149Z[ recovery-image] Mar 04 18:10:18.456 INFO O| Mar 04 18:10:18.456 INFO O| Done
41242026-03-04T18:10:19.374Z[ recovery-image] Mar 04 18:10:18.682 INFO O| Mar 04 18:10:18.682 INFO O| Done
41252026-03-04T18:10:19.378Z[ recovery-image] Mar 04 18:10:18.684 INFO O| Mar 04 18:10:18.683 INFO O| Done
41262026-03-04T18:10:19.378Z[ recovery-image] Mar 04 18:10:18.684 INFO O| Mar 04 18:10:18.684 INFO O| Done
41272026-03-04T18:10:19.382Z[ recovery-image] Mar 04 18:10:18.686 INFO O| Mar 04 18:10:18.686 INFO O| Done
41282026-03-04T18:10:21.362Z[ recovery-image] Mar 04 18:10:20.669 INFO O| Mar 04 18:10:20.669 INFO STEP 6 (pkg_change_variant) COMPLETE
41292026-03-04T18:10:21.362Z[ recovery-image] Mar 04 18:10:20.669 INFO O| Mar 04 18:10:20.669 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41302026-03-04T18:10:21.365Z[ recovery-image] Mar 04 18:10:20.669 INFO O| Mar 04 18:10:20.669 INFO skip step because feature "debug_variant" is not enabled
41312026-03-04T18:10:21.365Z[ recovery-image] Mar 04 18:10:20.669 INFO O| Mar 04 18:10:20.669 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41322026-03-04T18:10:22.272Z[ recovery-image] Mar 04 18:10:21.579 INFO O| Mar 04 18:10:21.579 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41332026-03-04T18:10:28.857Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41342026-03-04T18:10:38.617Z[ host-image] Mar 04 18:10:37.924 INFO O| Mar 04 18:10:37.924 INFO O| Startup: Caching catalogs ... Done
41352026-03-04T18:10:38.759Z[ host-image] Mar 04 18:10:38.066 INFO O| Mar 04 18:10:38.066 INFO O| Planning: Planning completed in 0.00 seconds
41362026-03-04T18:10:38.763Z[ host-image] Mar 04 18:10:38.067 INFO O| Mar 04 18:10:38.067 INFO O| Planning: Consolidating action changes ... Done
41372026-03-04T18:10:38.763Z[ host-image] Mar 04 18:10:38.067 INFO O| Mar 04 18:10:38.067 INFO O| Planning: Evaluating mediators ... Done
41382026-03-04T18:10:38.763Z[ host-image] Mar 04 18:10:38.068 INFO O| Mar 04 18:10:38.068 INFO O| Planning: Planning completed in 0.00 seconds
41392026-03-04T18:10:38.763Z[ host-image] Mar 04 18:10:38.068 INFO O| Mar 04 18:10:38.068 INFO O| Variants/Facets to change: 1
41402026-03-04T18:10:38.827Z[ host-image] Mar 04 18:10:38.134 INFO O| Mar 04 18:10:38.134 INFO O| Done
41412026-03-04T18:10:38.827Z[ host-image] Mar 04 18:10:38.134 INFO O| Mar 04 18:10:38.134 INFO O| Done
41422026-03-04T18:10:40.980Z[ host-image] Mar 04 18:10:40.284 INFO O| Mar 04 18:10:40.284 INFO O| Done
41432026-03-04T18:10:41.436Z[ host-image] Mar 04 18:10:40.742 INFO O| Mar 04 18:10:40.742 INFO O| Done
41442026-03-04T18:10:41.439Z[ host-image] Mar 04 18:10:40.743 INFO O| Mar 04 18:10:40.743 INFO O| Done
41452026-03-04T18:10:41.439Z[ host-image] Mar 04 18:10:40.744 INFO O| Mar 04 18:10:40.744 INFO O| Done
41462026-03-04T18:10:41.442Z[ host-image] Mar 04 18:10:40.747 INFO O| Mar 04 18:10:40.746 INFO O| Done
41472026-03-04T18:10:44.056Z[ host-image] Mar 04 18:10:43.362 INFO O| Mar 04 18:10:43.362 INFO STEP 8 (pkg_change_facet) COMPLETE
41482026-03-04T18:10:44.060Z[ host-image] Mar 04 18:10:43.362 INFO O| Mar 04 18:10:43.362 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41492026-03-04T18:10:44.060Z[ host-image] Mar 04 18:10:43.362 INFO O| Mar 04 18:10:43.362 INFO skip step because feature "recovery" is not enabled
41502026-03-04T18:10:44.060Z[ host-image] Mar 04 18:10:43.362 INFO O| Mar 04 18:10:43.362 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41512026-03-04T18:10:44.060Z[ host-image] Mar 04 18:10:43.362 INFO O| Mar 04 18:10:43.362 INFO skip step because feature "recovery" is not enabled
41522026-03-04T18:10:44.060Z[ host-image] Mar 04 18:10:43.362 INFO O| Mar 04 18:10:43.362 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41532026-03-04T18:10:44.073Z[ host-image] Mar 04 18:10:43.379 INFO O| Mar 04 18:10:43.379 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"]
41542026-03-04T18:11:03.450Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41552026-03-04T18:11:06.760Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41562026-03-04T18:11:10.905Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41572026-03-04T18:11:14.930Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41582026-03-04T18:11:20.988Z[ recovery-image] Mar 04 18:11:20.292 INFO O| Mar 04 18:11:20.292 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41592026-03-04T18:11:25.130Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41602026-03-04T18:11:26.011Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41612026-03-04T18:11:38.034Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
41622026-03-04T18:11:38.863Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41632026-03-04T18:11:40.321Z[ host-image] Mar 04 18:11:39.624 INFO O| Mar 04 18:11:39.624 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41642026-03-04T18:11:45.397Z[ recovery-image] Mar 04 18:11:44.700 INFO O| Mar 04 18:11:44.700 INFO O| Startup: Caching catalogs ... Done
41652026-03-04T18:11:45.560Z[ recovery-image] Mar 04 18:11:44.863 INFO O| Mar 04 18:11:44.863 INFO O| Planning: Planning completed in 0.00 seconds
41662026-03-04T18:11:45.563Z[ recovery-image] Mar 04 18:11:44.864 INFO O| Mar 04 18:11:44.864 INFO O| Planning: Consolidating action changes ... Done
41672026-03-04T18:11:45.563Z[ recovery-image] Mar 04 18:11:44.864 INFO O| Mar 04 18:11:44.864 INFO O| Planning: Evaluating mediators ... Done
41682026-03-04T18:11:45.563Z[ recovery-image] Mar 04 18:11:44.865 INFO O| Mar 04 18:11:44.865 INFO O| Planning: Planning completed in 0.00 seconds
41692026-03-04T18:11:45.564Z[ recovery-image] Mar 04 18:11:44.865 INFO O| Mar 04 18:11:44.865 INFO O| Variants/Facets to change: 1
41702026-03-04T18:11:45.625Z[ recovery-image] Mar 04 18:11:44.928 INFO O| Mar 04 18:11:44.928 INFO O| Done
41712026-03-04T18:11:45.625Z[ recovery-image] Mar 04 18:11:44.928 INFO O| Mar 04 18:11:44.928 INFO O| Done
41722026-03-04T18:11:48.015Z[ recovery-image] Mar 04 18:11:47.318 INFO O| Mar 04 18:11:47.318 INFO O| Done
41732026-03-04T18:11:48.220Z[ recovery-image] Mar 04 18:11:47.523 INFO O| Mar 04 18:11:47.523 INFO O| Done
41742026-03-04T18:11:48.224Z[ recovery-image] Mar 04 18:11:47.524 INFO O| Mar 04 18:11:47.524 INFO O| Done
41752026-03-04T18:11:48.224Z[ recovery-image] Mar 04 18:11:47.524 INFO O| Mar 04 18:11:47.524 INFO O| Done
41762026-03-04T18:11:48.224Z[ recovery-image] Mar 04 18:11:47.526 INFO O| Mar 04 18:11:47.526 INFO O| Done
41772026-03-04T18:11:50.409Z[ recovery-image] Mar 04 18:11:49.710 INFO O| Mar 04 18:11:49.710 INFO STEP 8 (pkg_change_facet) COMPLETE
41782026-03-04T18:11:50.409Z[ recovery-image] Mar 04 18:11:49.710 INFO O| Mar 04 18:11:49.710 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41792026-03-04T18:11:51.100Z[ recovery-image] Mar 04 18:11:50.403 INFO O| Mar 04 18:11:50.402 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
41802026-03-04T18:11:55.162Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
41812026-03-04T18:12:00.496Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
41822026-03-04T18:12:04.054Z[ host-image] Mar 04 18:12:03.356 INFO O| Mar 04 18:12:03.356 INFO O| Startup: Caching catalogs ... Done
41832026-03-04T18:12:10.740Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
41842026-03-04T18:12:22.040Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
41852026-03-04T18:12:31.046Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41862026-03-04T18:12:34.951Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
41872026-03-04T18:12:45.504Z[ recovery-image] Mar 04 18:12:44.804 INFO O| Mar 04 18:12:44.804 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41882026-03-04T18:12:50.647Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41892026-03-04T18:12:53.295Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41902026-03-04T18:13:10.035Z[ recovery-image] Mar 04 18:13:09.334 INFO O| Mar 04 18:13:09.333 INFO O| Startup: Caching catalogs ... Done
41912026-03-04T18:13:10.180Z[ recovery-image] Mar 04 18:13:09.479 INFO O| Mar 04 18:13:09.478 INFO O| Planning: Planning completed in 0.00 seconds
41922026-03-04T18:13:10.197Z[ recovery-image] Mar 04 18:13:09.496 INFO O| Mar 04 18:13:09.496 INFO O| Planning: Consolidating action changes ... Done
41932026-03-04T18:13:10.201Z[ recovery-image] Mar 04 18:13:09.496 INFO O| Mar 04 18:13:09.496 INFO O| Planning: Evaluating mediators ... Done
41942026-03-04T18:13:10.201Z[ recovery-image] Mar 04 18:13:09.497 INFO O| Mar 04 18:13:09.497 INFO O| Planning: Planning completed in 0.02 seconds
41952026-03-04T18:13:10.201Z[ recovery-image] Mar 04 18:13:09.497 INFO O| Mar 04 18:13:09.497 INFO O| Variants/Facets to change: 1
41962026-03-04T18:13:10.279Z[ recovery-image] Mar 04 18:13:09.578 INFO O| Mar 04 18:13:09.577 INFO O| Done
41972026-03-04T18:13:10.279Z[ recovery-image] Mar 04 18:13:09.578 INFO O| Mar 04 18:13:09.577 INFO O| Done
41982026-03-04T18:13:10.554Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41992026-03-04T18:13:10.832Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
42002026-03-04T18:13:12.393Z[ recovery-image] Mar 04 18:13:11.692 INFO O| Mar 04 18:13:11.692 INFO O| Done
42012026-03-04T18:13:12.579Z[ recovery-image] Mar 04 18:13:11.877 INFO O| Mar 04 18:13:11.877 INFO O| Done
42022026-03-04T18:13:12.582Z[ recovery-image] Mar 04 18:13:11.878 INFO O| Mar 04 18:13:11.878 INFO O| Done
42032026-03-04T18:13:12.582Z[ recovery-image] Mar 04 18:13:11.878 INFO O| Mar 04 18:13:11.878 INFO O| Done
42042026-03-04T18:13:12.582Z[ recovery-image] Mar 04 18:13:11.880 INFO O| Mar 04 18:13:11.880 INFO O| Done
42052026-03-04T18:13:13.083Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42062026-03-04T18:13:14.890Z[ recovery-image] Mar 04 18:13:14.188 INFO O| Mar 04 18:13:14.188 INFO STEP 9 (pkg_change_facet) COMPLETE
42072026-03-04T18:13:14.890Z[ recovery-image] Mar 04 18:13:14.188 INFO O| Mar 04 18:13:14.188 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42082026-03-04T18:13:14.962Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42092026-03-04T18:13:15.595Z[ recovery-image] Mar 04 18:13:14.893 INFO O| Mar 04 18:13:14.893 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42102026-03-04T18:13:29.348Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42112026-03-04T18:14:13.189Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42122026-03-04T18:14:13.209Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42132026-03-04T18:14:13.209Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
42142026-03-04T18:14:13.209Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42152026-03-04T18:14:13.209Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42162026-03-04T18:14:13.209Z[ recovery-image] Mar 04 18:14:10.288 INFO O| Mar 04 18:14:10.288 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42172026-03-04T18:14:17.034Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42182026-03-04T18:14:35.232Z[ recovery-image] Mar 04 18:14:34.526 INFO O| Mar 04 18:14:34.526 INFO O| Startup: Caching catalogs ... Done
42192026-03-04T18:14:35.354Z[ recovery-image] Mar 04 18:14:34.646 INFO O| Mar 04 18:14:34.646 INFO O| Planning: Planning completed in 0.00 seconds
42202026-03-04T18:14:35.358Z[ recovery-image] Mar 04 18:14:34.647 INFO O| Mar 04 18:14:34.647 INFO O| Planning: Consolidating action changes ... Done
42212026-03-04T18:14:35.358Z[ recovery-image] Mar 04 18:14:34.647 INFO O| Mar 04 18:14:34.647 INFO O| Planning: Evaluating mediators ... Done
42222026-03-04T18:14:35.358Z[ recovery-image] Mar 04 18:14:34.648 INFO O| Mar 04 18:14:34.648 INFO O| Planning: Planning completed in 0.00 seconds
42232026-03-04T18:14:35.358Z[ recovery-image] Mar 04 18:14:34.648 INFO O| Mar 04 18:14:34.648 INFO O| Variants/Facets to change: 1
42242026-03-04T18:14:35.391Z[ recovery-image] Mar 04 18:14:34.685 INFO O| Mar 04 18:14:34.685 INFO O| Done
42252026-03-04T18:14:35.391Z[ recovery-image] Mar 04 18:14:34.685 INFO O| Mar 04 18:14:34.685 INFO O| Done
42262026-03-04T18:14:35.625Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42272026-03-04T18:14:36.315Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42282026-03-04T18:14:38.022Z[ recovery-image] Mar 04 18:14:37.315 INFO O| Mar 04 18:14:37.315 INFO O| Done
42292026-03-04T18:14:38.286Z[ recovery-image] Mar 04 18:14:37.580 INFO O| Mar 04 18:14:37.580 INFO O| Done
42302026-03-04T18:14:38.290Z[ recovery-image] Mar 04 18:14:37.581 INFO O| Mar 04 18:14:37.581 INFO O| Done
42312026-03-04T18:14:38.290Z[ recovery-image] Mar 04 18:14:37.581 INFO O| Mar 04 18:14:37.581 INFO O| Done
42322026-03-04T18:14:38.290Z[ recovery-image] Mar 04 18:14:37.583 INFO O| Mar 04 18:14:37.583 INFO O| Done
42332026-03-04T18:14:40.515Z[ recovery-image] Mar 04 18:14:39.809 INFO O| Mar 04 18:14:39.809 INFO STEP 10 (pkg_change_facet) COMPLETE
42342026-03-04T18:14:40.515Z[ recovery-image] Mar 04 18:14:39.809 INFO O| Mar 04 18:14:39.809 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42352026-03-04T18:14:40.533Z[ recovery-image] Mar 04 18:14:39.827 INFO O| Mar 04 18:14:39.827 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"]
42362026-03-04T18:14:40.982Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42372026-03-04T18:14:59.275Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
42382026-03-04T18:15:20.040Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42392026-03-04T18:15:28.254Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42402026-03-04T18:16:21.988Z[ recovery-image] Mar 04 18:15:45.346 INFO O| Mar 04 18:15:45.346 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42412026-03-04T18:16:21.988Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42422026-03-04T18:16:21.988Z[ host-image] Mar 04 18:15:59.991 INFO O| Mar 04 18:15:59.991 INFO O| Planning: Solver setup ... Done
42432026-03-04T18:16:21.988Z[ recovery-image] Mar 04 18:16:18.192 INFO O| Mar 04 18:16:18.192 INFO O| Startup: Caching catalogs ... Done
42442026-03-04T18:16:42.543Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42452026-03-04T18:16:46.217Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42462026-03-04T18:16:50.285Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42472026-03-04T18:16:53.415Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42482026-03-04T18:17:01.009Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
42492026-03-04T18:17:06.693Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42502026-03-04T18:17:07.691Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
42512026-03-04T18:17:35.973Z[verify-libraries] Compiling internet-checksum v0.2.1
42522026-03-04T18:17:36.463Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
42532026-03-04T18:17:39.162Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42542026-03-04T18:17:43.044Z[verify-libraries] Compiling omicron-zone-package v0.12.2
42552026-03-04T18:18:35.496Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42562026-03-04T18:18:35.496Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
42572026-03-04T18:18:35.496Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42582026-03-04T18:18:35.496Z[verify-libraries] Compiling git-stub v1.0.0
42592026-03-04T18:18:35.496Z[verify-libraries] Compiling diff v0.1.13
42602026-03-04T18:18:35.496Z[verify-libraries] Compiling yansi v1.0.1
42612026-03-04T18:18:35.496Z[verify-libraries] Compiling pretty_assertions v1.4.1
42622026-03-04T18:18:35.496Z[verify-libraries] Compiling git-stub-vcs v0.1.0
42632026-03-04T18:18:36.950Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
42642026-03-04T18:18:48.773Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
42652026-03-04T18:18:49.326Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42662026-03-04T18:18:49.925Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
42672026-03-04T18:18:50.623Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42682026-03-04T18:18:51.210Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
42692026-03-04T18:18:51.893Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
42702026-03-04T18:19:01.111Z[verify-libraries] Compiling drift v0.1.3
42712026-03-04T18:19:01.349Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
42722026-03-04T18:20:06.375Z[verify-libraries] Compiling dropshot-api-manager v0.5.2
42732026-03-04T18:20:06.523Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
42742026-03-04T18:20:06.575Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
42752026-03-04T18:20:16.078Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
42762026-03-04T18:20:19.583Z[ recovery-image] Mar 04 18:20:18.859 INFO O| Mar 04 18:20:18.859 INFO O| Planning: Solver setup ... Done
42772026-03-04T18:20:21.683Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
42782026-03-04T18:20:34.026Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
42792026-03-04T18:20:45.637Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42802026-03-04T18:21:33.779Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42812026-03-04T18:21:33.797Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
42822026-03-04T18:21:38.889Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
42832026-03-04T18:21:39.997Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42842026-03-04T18:21:40.033Z[verify-libraries] Compiling termios v0.3.3
42852026-03-04T18:21:40.633Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
42862026-03-04T18:21:41.668Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42872026-03-04T18:21:47.749Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42882026-03-04T18:22:08.115Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42892026-03-04T18:22:10.020Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
42902026-03-04T18:23:05.721Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
42912026-03-04T18:26:22.663Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42922026-03-04T18:26:38.845Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42932026-03-04T18:27:20.135Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
42942026-03-04T18:29:42.016Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
42952026-03-04T18:29:42.016Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
42962026-03-04T18:29:42.016Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
42972026-03-04T18:29:42.016Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
42982026-03-04T18:32:46.006Z[ host-image] Mar 04 18:30:34.733 INFO O| Mar 04 18:30:34.733 INFO O| Planning: Running solver ... Done
42992026-03-04T18:32:46.006Z[ host-image] Mar 04 18:30:36.699 INFO O| Mar 04 18:30:36.699 INFO O| Planning: Finding local manifests ... Done
43002026-03-04T18:32:46.120Z[ host-image] Mar 04 18:30:36.839 INFO O| Mar 04 18:30:36.839 INFO O| Planning: Fetching manifests: 0/126 0% complete
43012026-03-04T18:32:46.120Z[ host-image] Mar 04 18:30:41.845 INFO O| Mar 04 18:30:41.845 INFO O| Planning: Fetching manifests: 80/126 63% complete
43022026-03-04T18:32:46.120Z[ host-image] Mar 04 18:30:44.172 INFO O| Mar 04 18:30:44.172 INFO O| Planning: Fetching manifests: 126/126 100% complete
43032026-03-04T18:32:46.120Z[ host-image] Mar 04 18:30:46.303 INFO O| Mar 04 18:30:46.303 INFO O| Planning: Package planning ... Done
43042026-03-04T18:32:46.120Z[ host-image] Mar 04 18:30:47.987 INFO O| Mar 04 18:30:47.987 INFO O| Planning: Merging actions ... Done
43052026-03-04T18:32:46.120Z[ host-image] Mar 04 18:30:48.308 INFO O| Mar 04 18:30:48.308 INFO O| Planning: Checking for conflicting actions ... Done
43062026-03-04T18:32:46.120Z[ host-image] Mar 04 18:30:48.630 INFO O| Mar 04 18:30:48.630 INFO O| Planning: Consolidating action changes ... Done
43072026-03-04T18:32:46.120Z[ host-image] Mar 04 18:30:49.223 INFO O| Mar 04 18:30:49.223 INFO O| Planning: Evaluating mediators ... Done
43082026-03-04T18:32:46.120Z[ host-image] Mar 04 18:30:56.171 INFO O| Mar 04 18:30:56.171 INFO O| Planning: Planning completed in 1132.67 seconds
43092026-03-04T18:32:46.120Z[ host-image] Mar 04 18:30:56.181 INFO O| Mar 04 18:30:56.181 INFO O| Packages to install: 126
43102026-03-04T18:32:46.120Z[ host-image] Mar 04 18:30:56.181 INFO O| Mar 04 18:30:56.181 INFO O| Mediators to change: 5
43112026-03-04T18:32:46.120Z[ host-image] Mar 04 18:30:56.181 INFO O| Mar 04 18:30:56.181 INFO O| Services to change: 6
43122026-03-04T18:32:46.120Z[ host-image] Mar 04 18:30:56.373 INFO O| Mar 04 18:30:56.373 INFO O| Download: 0/22925 items 0.0/210.6MB 0% complete
43132026-03-04T18:32:46.120Z[ host-image] Mar 04 18:31:01.378 INFO O| Mar 04 18:31:01.378 INFO O| Download: 1315/22925 items 8.2/210.6MB 3% complete (1.7M/s)
43142026-03-04T18:32:46.120Z[ host-image] Mar 04 18:31:06.629 INFO O| Mar 04 18:31:06.629 INFO O| Download: 1774/22925 items 12.0/210.6MB 5% complete (1.2M/s)
43152026-03-04T18:32:46.120Z[ host-image] Mar 04 18:31:11.630 INFO O| Mar 04 18:31:11.630 INFO O| Download: 2229/22925 items 24.5/210.6MB 11% complete (1.6M/s)
43162026-03-04T18:32:46.120Z[ host-image] Mar 04 18:31:16.641 INFO O| Mar 04 18:31:16.641 INFO O| Download: 3354/22925 items 34.4/210.6MB 16% complete (2.3M/s)
43172026-03-04T18:32:46.120Z[ host-image] Mar 04 18:31:21.791 INFO O| Mar 04 18:31:21.791 INFO O| Download: 4546/22925 items 42.1/210.6MB 19% complete (1.8M/s)
43182026-03-04T18:32:46.120Z[ host-image] Mar 04 18:31:26.794 INFO O| Mar 04 18:31:26.794 INFO O| Download: 5192/22925 items 46.4/210.6MB 22% complete (1.2M/s)
43192026-03-04T18:32:46.120Z[ host-image] Mar 04 18:31:31.800 INFO O| Mar 04 18:31:31.800 INFO O| Download: 6659/22925 items 47.2/210.6MB 22% complete (523k/s)
43202026-03-04T18:32:46.120Z[ host-image] Mar 04 18:31:36.814 INFO O| Mar 04 18:31:36.813 INFO O| Download: 7329/22925 items 57.6/210.6MB 27% complete (1.1M/s)
43212026-03-04T18:32:46.120Z[ host-image] Mar 04 18:31:42.107 INFO O| Mar 04 18:31:42.107 INFO O| Download: 8314/22925 items 63.6/210.6MB 30% complete (1.5M/s)
43222026-03-04T18:32:46.120Z[ host-image] Mar 04 18:31:47.109 INFO O| Mar 04 18:31:47.109 INFO O| Download: 9251/22925 items 80.3/210.6MB 38% complete (2.2M/s)
43232026-03-04T18:32:46.120Z[ host-image] Mar 04 18:31:52.465 INFO O| Mar 04 18:31:52.465 INFO O| Download: 10496/22925 items 92.8/210.6MB 44% complete (3.0M/s)
43242026-03-04T18:32:46.120Z[ host-image] Mar 04 18:31:57.874 INFO O| Mar 04 18:31:57.874 INFO O| Download: 11284/22925 items 98.7/210.6MB 46% complete (1.4M/s)
43252026-03-04T18:32:46.120Z[ host-image] Mar 04 18:32:02.883 INFO O| Mar 04 18:32:02.883 INFO O| Download: 12167/22925 items 105.7/210.6MB 50% complete (1.3M/s)
43262026-03-04T18:32:46.120Z[ host-image] Mar 04 18:32:07.899 INFO O| Mar 04 18:32:07.898 INFO O| Download: 13145/22925 items 114.7/210.6MB 54% complete (1.6M/s)
43272026-03-04T18:32:46.120Z[ host-image] Mar 04 18:32:13.042 INFO O| Mar 04 18:32:13.042 INFO O| Download: 14338/22925 items 115.6/210.6MB 54% complete (1.0M/s)
43282026-03-04T18:32:46.120Z[ host-image] Mar 04 18:32:18.042 INFO O| Mar 04 18:32:18.042 INFO O| Download: 15104/22925 items 125.2/210.6MB 59% complete (1.1M/s)
43292026-03-04T18:32:46.120Z[ host-image] Mar 04 18:32:23.069 INFO O| Mar 04 18:32:23.068 INFO O| Download: 16005/22925 items 138.0/210.6MB 65% complete (2.1M/s)
43302026-03-04T18:32:46.120Z[ host-image] Mar 04 18:32:28.072 INFO O| Mar 04 18:32:28.071 INFO O| Download: 17289/22925 items 154.2/210.6MB 73% complete (2.9M/s)
43312026-03-04T18:32:46.120Z[ host-image] Mar 04 18:32:33.090 INFO O| Mar 04 18:32:33.090 INFO O| Download: 18454/22925 items 168.7/210.6MB 80% complete (3.2M/s)
43322026-03-04T18:32:46.121Z[ host-image] Mar 04 18:32:38.107 INFO O| Mar 04 18:32:38.107 INFO O| Download: 19835/22925 items 174.5/210.6MB 82% complete (2.1M/s)
43332026-03-04T18:32:46.121Z[ host-image] Mar 04 18:32:43.117 INFO O| Mar 04 18:32:43.117 INFO O| Download: 20791/22925 items 178.4/210.6MB 84% complete (1006k/s)
43342026-03-04T18:32:48.932Z[ host-image] Mar 04 18:32:48.133 INFO O| Mar 04 18:32:48.132 INFO O| Download: 21536/22925 items 185.7/210.6MB 88% complete (1.1M/s)
43352026-03-04T18:32:53.975Z[ host-image] Mar 04 18:32:53.207 INFO O| Mar 04 18:32:53.207 INFO O| Download: 22092/22925 items 203.8/210.6MB 96% complete (2.6M/s)
43362026-03-04T18:32:58.971Z[ host-image] Mar 04 18:32:58.207 INFO O| Mar 04 18:32:58.207 INFO O| Download: 22925/22925 items 210.6/210.6MB 100% complete (2.5M/s)
43372026-03-04T18:32:59.068Z[ host-image] Mar 04 18:32:58.304 INFO O| Mar 04 18:32:58.303 INFO O| Download: Completed 210.64 MB in 121.93 seconds (1.7M/s)
43382026-03-04T18:33:00.890Z[ host-image] Mar 04 18:33:00.127 INFO O| Mar 04 18:33:00.127 INFO O| Actions: 1/50885 actions (Installing new actions)
43392026-03-04T18:33:05.893Z[ host-image] Mar 04 18:33:05.129 INFO O| Mar 04 18:33:05.129 INFO O| Actions: 10239/50885 actions (Installing new actions)
43402026-03-04T18:33:10.893Z[ host-image] Mar 04 18:33:10.129 INFO O| Mar 04 18:33:10.129 INFO O| Actions: 15728/50885 actions (Installing new actions)
43412026-03-04T18:33:16.048Z[ host-image] Mar 04 18:33:15.283 INFO O| Mar 04 18:33:15.283 INFO O| Actions: 21833/50885 actions (Installing new actions)
43422026-03-04T18:33:21.048Z[ host-image] Mar 04 18:33:20.283 INFO O| Mar 04 18:33:20.283 INFO O| Actions: 41011/50885 actions (Installing new actions)
43432026-03-04T18:33:24.070Z[ host-image] Mar 04 18:33:23.304 INFO O| Mar 04 18:33:23.304 INFO O| Actions: Completed 50885 actions in 23.17 seconds.
43442026-03-04T18:33:25.103Z[ host-image] Mar 04 18:33:24.338 INFO O| Mar 04 18:33:24.338 INFO O| Done
43452026-03-04T18:33:25.106Z[ host-image] Mar 04 18:33:24.338 INFO O| Mar 04 18:33:24.338 INFO O| Done
43462026-03-04T18:33:28.696Z[ host-image] Mar 04 18:33:27.930 INFO O| Mar 04 18:33:27.930 INFO O| Done
43472026-03-04T18:33:32.618Z[ host-image] Mar 04 18:33:31.852 INFO O| Mar 04 18:33:31.852 INFO O| Done
43482026-03-04T18:33:32.681Z[ host-image] Mar 04 18:33:31.915 INFO O| Mar 04 18:33:31.915 INFO O| Done
43492026-03-04T18:33:41.106Z[ host-image] Mar 04 18:33:40.312 INFO O| Mar 04 18:33:40.312 INFO O| Done
43502026-03-04T18:33:42.273Z[ host-image] Mar 04 18:33:41.507 INFO O| Mar 04 18:33:41.507 INFO O| Done
43512026-03-04T18:33:47.054Z[ host-image] Mar 04 18:33:46.281 INFO O| Mar 04 18:33:46.281 INFO STEP 11 (pkg_install) COMPLETE
43522026-03-04T18:33:47.054Z[ host-image] Mar 04 18:33:46.288 INFO O| Mar 04 18:33:46.281 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43532026-03-04T18:33:47.081Z[ host-image] Mar 04 18:33:46.315 INFO O| Mar 04 18:33:46.314 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"]
43542026-03-04T18:35:01.104Z[ recovery-image] Mar 04 18:34:24.882 INFO O| Mar 04 18:34:24.882 INFO O| Planning: Running solver ... Done
43552026-03-04T18:35:01.148Z[ recovery-image] Mar 04 18:34:26.597 INFO O| Mar 04 18:34:26.597 INFO O| Planning: Finding local manifests ... Done
43562026-03-04T18:35:01.149Z[ recovery-image] Mar 04 18:34:26.696 INFO O| Mar 04 18:34:26.696 INFO O| Planning: Fetching manifests: 0/126 0% complete
43572026-03-04T18:35:01.149Z[ recovery-image] Mar 04 18:34:31.715 INFO O| Mar 04 18:34:31.715 INFO O| Planning: Fetching manifests: 121/126 96% complete
43582026-03-04T18:35:01.149Z[ recovery-image] Mar 04 18:34:32.429 INFO O| Mar 04 18:34:32.429 INFO O| Planning: Fetching manifests: 126/126 100% complete
43592026-03-04T18:35:01.149Z[ recovery-image] Mar 04 18:34:33.492 INFO O| Mar 04 18:34:33.492 INFO O| Planning: Package planning ... Done
43602026-03-04T18:35:01.149Z[ recovery-image] Mar 04 18:34:34.065 INFO O| Mar 04 18:34:34.065 INFO O| Planning: Merging actions ... Done
43612026-03-04T18:35:01.149Z[ recovery-image] Mar 04 18:34:34.315 INFO O| Mar 04 18:34:34.315 INFO O| Planning: Checking for conflicting actions ... Done
43622026-03-04T18:35:01.149Z[ recovery-image] Mar 04 18:34:34.483 INFO O| Mar 04 18:34:34.482 INFO O| Planning: Consolidating action changes ... Done
43632026-03-04T18:35:01.149Z[ recovery-image] Mar 04 18:34:34.856 INFO O| Mar 04 18:34:34.856 INFO O| Planning: Evaluating mediators ... Done
43642026-03-04T18:35:01.149Z[ recovery-image] Mar 04 18:34:41.287 INFO O| Mar 04 18:34:41.287 INFO O| Planning: Planning completed in 1102.92 seconds
43652026-03-04T18:35:01.149Z[ recovery-image] Mar 04 18:34:41.292 INFO O| Mar 04 18:34:41.292 INFO O| Packages to install: 126
43662026-03-04T18:35:01.149Z[ recovery-image] Mar 04 18:34:41.292 INFO O| Mar 04 18:34:41.292 INFO O| Mediators to change: 5
43672026-03-04T18:35:01.149Z[ recovery-image] Mar 04 18:34:41.292 INFO O| Mar 04 18:34:41.292 INFO O| Services to change: 5
43682026-03-04T18:35:01.150Z[ recovery-image] Mar 04 18:34:41.394 INFO O| Mar 04 18:34:41.394 INFO O| Download: 0/15969 items 0.0/187.3MB 0% complete
43692026-03-04T18:35:01.150Z[ host-image] Mar 04 18:34:42.305 INFO O| Mar 04 18:34:42.305 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43702026-03-04T18:35:01.150Z[ recovery-image] Mar 04 18:34:46.567 INFO O| Mar 04 18:34:46.567 INFO O| Download: 1075/15969 items 9.0/187.3MB 4% complete (2.0M/s)
43712026-03-04T18:35:01.150Z[ recovery-image] Mar 04 18:34:52.015 INFO O| Mar 04 18:34:52.015 INFO O| Download: 1528/15969 items 22.1/187.3MB 11% complete (2.2M/s)
43722026-03-04T18:35:01.150Z[ recovery-image] Mar 04 18:34:57.015 INFO O| Mar 04 18:34:57.015 INFO O| Download: 3529/15969 items 38.6/187.3MB 20% complete (3.0M/s)
43732026-03-04T18:35:01.883Z[ host-image] Mar 04 18:35:01.113 INFO O| Mar 04 18:35:01.113 INFO O| Startup: Caching catalogs ... Done
43742026-03-04T18:35:02.897Z[ recovery-image] Mar 04 18:35:02.126 INFO O| Mar 04 18:35:02.126 INFO O| Download: 4854/15969 items 43.3/187.3MB 23% complete (2.2M/s)
43752026-03-04T18:35:07.897Z[ recovery-image] Mar 04 18:35:07.127 INFO O| Mar 04 18:35:07.127 INFO O| Download: 6158/15969 items 54.7/187.3MB 29% complete (1.6M/s)
43762026-03-04T18:35:12.168Z[ host-image] Mar 04 18:35:11.397 INFO O| Mar 04 18:35:11.397 INFO O| Planning: Solver setup ... Done
43772026-03-04T18:35:12.183Z[ host-image] Mar 04 18:35:11.412 INFO O| Mar 04 18:35:11.412 INFO O| Planning: Running solver ... Done
43782026-03-04T18:35:12.389Z[ host-image] Mar 04 18:35:11.619 INFO O| Mar 04 18:35:11.618 INFO O| Planning: Finding local manifests ... Done
43792026-03-04T18:35:12.432Z[ host-image] Mar 04 18:35:11.661 INFO O| Mar 04 18:35:11.661 INFO O| Planning: Fetching manifests: 0/6 0% complete
43802026-03-04T18:35:12.501Z[ host-image] Mar 04 18:35:11.730 INFO O| Mar 04 18:35:11.730 INFO O| Planning: Fetching manifests: 6/6 100% complete
43812026-03-04T18:35:12.549Z[ host-image] Mar 04 18:35:11.778 INFO O| Mar 04 18:35:11.778 INFO O| Planning: Package planning ... Done
43822026-03-04T18:35:12.559Z[ host-image] Mar 04 18:35:11.787 INFO O| Mar 04 18:35:11.786 INFO O| Planning: Merging actions ... Done
43832026-03-04T18:35:12.637Z[ host-image] Mar 04 18:35:11.866 INFO O| Mar 04 18:35:11.866 INFO O| Planning: Checking for conflicting actions ... Done
43842026-03-04T18:35:12.642Z[ host-image] Mar 04 18:35:11.868 INFO O| Mar 04 18:35:11.868 INFO O| Planning: Consolidating action changes ... Done
43852026-03-04T18:35:12.902Z[ host-image] Mar 04 18:35:12.131 INFO O| Mar 04 18:35:12.130 INFO O| Planning: Evaluating mediators ... Done
43862026-03-04T18:35:12.905Z[ host-image] Mar 04 18:35:12.134 INFO O| Mar 04 18:35:12.133 INFO O| Planning: Planning completed in 10.88 seconds
43872026-03-04T18:35:12.909Z[ host-image] Mar 04 18:35:12.134 INFO O| Mar 04 18:35:12.134 INFO O| Packages to install: 6
43882026-03-04T18:35:12.909Z[ host-image] Mar 04 18:35:12.135 INFO O| Mar 04 18:35:12.135 INFO O| Services to change: 2
43892026-03-04T18:35:12.940Z[ host-image] Mar 04 18:35:12.170 INFO O| Mar 04 18:35:12.169 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
43902026-03-04T18:35:13.028Z[ recovery-image] Mar 04 18:35:12.258 INFO O| Mar 04 18:35:12.258 INFO O| Download: 7697/15969 items 78.4/187.3MB 41% complete (3.6M/s)
43912026-03-04T18:35:15.639Z[ host-image] Mar 04 18:35:14.868 INFO O| Mar 04 18:35:14.868 INFO O| Download: Completed 1.75 MB in 2.70 seconds (661k/s)
43922026-03-04T18:35:15.695Z[ host-image] Mar 04 18:35:14.923 INFO O| Mar 04 18:35:14.923 INFO O| Actions: 1/390 actions (Installing new actions)
43932026-03-04T18:35:16.074Z[ host-image] Mar 04 18:35:15.298 INFO O| Mar 04 18:35:15.298 INFO O| Actions: Completed 390 actions in 0.37 seconds.
43942026-03-04T18:35:17.524Z[ host-image] Mar 04 18:35:16.753 INFO O| Mar 04 18:35:16.753 INFO O| Done
43952026-03-04T18:35:17.524Z[ host-image] Mar 04 18:35:16.753 INFO O| Mar 04 18:35:16.753 INFO O| Done
43962026-03-04T18:35:18.229Z[ recovery-image] Mar 04 18:35:17.458 INFO O| Mar 04 18:35:17.458 INFO O| Download: 8019/15969 items 82.4/187.3MB 44% complete (2.9M/s)
43972026-03-04T18:35:19.093Z[ host-image] Mar 04 18:35:18.322 INFO O| Mar 04 18:35:18.322 INFO O| Done
43982026-03-04T18:35:21.296Z[ host-image] Mar 04 18:35:20.525 INFO O| Mar 04 18:35:20.525 INFO O| Done
43992026-03-04T18:35:21.349Z[ host-image] Mar 04 18:35:20.578 INFO O| Mar 04 18:35:20.577 INFO O| Done
44002026-03-04T18:35:21.352Z[ host-image] Mar 04 18:35:20.578 INFO O| Mar 04 18:35:20.578 INFO O| Done
44012026-03-04T18:35:21.372Z[ host-image] Mar 04 18:35:20.601 INFO O| Mar 04 18:35:20.601 INFO O| Done
44022026-03-04T18:35:23.192Z[ host-image] Mar 04 18:35:22.418 INFO O| Mar 04 18:35:22.418 INFO STEP 12 (pkg_install) COMPLETE
44032026-03-04T18:35:23.192Z[ host-image] Mar 04 18:35:22.418 INFO O| Mar 04 18:35:22.418 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44042026-03-04T18:35:23.204Z[ host-image] Mar 04 18:35:22.433 INFO O| Mar 04 18:35:22.432 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44052026-03-04T18:35:23.740Z[ recovery-image] Mar 04 18:35:22.968 INFO O| Mar 04 18:35:22.968 INFO O| Download: 9003/15969 items 97.4/187.3MB 52% complete (2.0M/s)
44062026-03-04T18:35:28.739Z[ recovery-image] Mar 04 18:35:27.968 INFO O| Mar 04 18:35:27.968 INFO O| Download: 10820/15969 items 98.7/187.3MB 52% complete (1.4M/s)
44072026-03-04T18:35:33.741Z[ recovery-image] Mar 04 18:35:32.969 INFO O| Mar 04 18:35:32.969 INFO O| Download: 11740/15969 items 121.6/187.3MB 64% complete (2.4M/s)
44082026-03-04T18:35:38.750Z[ recovery-image] Mar 04 18:35:37.975 INFO O| Mar 04 18:35:37.975 INFO O| Download: 13777/15969 items 152.1/187.3MB 81% complete (5.3M/s)
44092026-03-04T18:35:43.749Z[ recovery-image] Mar 04 18:35:42.977 INFO O| Mar 04 18:35:42.976 INFO O| Download: 14793/15969 items 156.9/187.3MB 83% complete (4.3M/s)
44102026-03-04T18:35:48.883Z[ recovery-image] Mar 04 18:35:48.110 INFO O| Mar 04 18:35:48.110 INFO O| Download: 15666/15969 items 181.0/187.3MB 96% complete (3.0M/s)
44112026-03-04T18:35:55.083Z[ recovery-image] Mar 04 18:35:54.310 INFO O| Mar 04 18:35:54.310 INFO O| Download: 15764/15969 items 182.4/187.3MB 97% complete (2.7M/s)
44122026-03-04T18:35:57.572Z[ host-image] Mar 04 18:35:56.799 INFO O| Mar 04 18:35:56.799 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44132026-03-04T18:36:00.285Z[ recovery-image] Mar 04 18:35:59.512 INFO O| Mar 04 18:35:59.512 INFO O| Download: 15959/15969 items 187.2/187.3MB 99% complete (558k/s)
44142026-03-04T18:36:03.956Z[ recovery-image] Mar 04 18:36:03.182 INFO O| Mar 04 18:36:03.182 INFO O| Download: Completed 187.25 MB in 81.79 seconds (2.3M/s)
44152026-03-04T18:36:04.973Z[ recovery-image] Mar 04 18:36:04.199 INFO O| Mar 04 18:36:04.199 INFO O| Actions: 1/26357 actions (Installing new actions)
44162026-03-04T18:36:09.973Z[ recovery-image] Mar 04 18:36:09.200 INFO O| Mar 04 18:36:09.199 INFO O| Actions: 9224/26357 actions (Installing new actions)
44172026-03-04T18:36:14.974Z[ recovery-image] Mar 04 18:36:14.200 INFO O| Mar 04 18:36:14.200 INFO O| Actions: 16505/26357 actions (Installing new actions)
44182026-03-04T18:36:19.982Z[ recovery-image] Mar 04 18:36:19.205 INFO O| Mar 04 18:36:19.205 INFO O| Actions: 25901/26357 actions (Installing new actions)
44192026-03-04T18:36:20.900Z[ recovery-image] Mar 04 18:36:20.126 INFO O| Mar 04 18:36:20.126 INFO O| Actions: Completed 26357 actions in 15.92 seconds.
44202026-03-04T18:36:22.563Z[ host-image] Mar 04 18:36:21.788 INFO O| Mar 04 18:36:21.788 INFO O| Startup: Caching catalogs ... Done
44212026-03-04T18:36:23.210Z[ recovery-image] Mar 04 18:36:22.436 INFO O| Mar 04 18:36:22.436 INFO O| Done
44222026-03-04T18:36:23.211Z[ recovery-image] Mar 04 18:36:22.436 INFO O| Mar 04 18:36:22.436 INFO O| Done
44232026-03-04T18:36:26.637Z[ recovery-image] Mar 04 18:36:25.862 INFO O| Mar 04 18:36:25.862 INFO O| Done
44242026-03-04T18:36:29.139Z[ recovery-image] Mar 04 18:36:28.364 INFO O| Mar 04 18:36:28.364 INFO O| Done
44252026-03-04T18:36:29.167Z[ recovery-image] Mar 04 18:36:28.392 INFO O| Mar 04 18:36:28.392 INFO O| Done
44262026-03-04T18:37:09.504Z[ host-image] Mar 04 18:36:32.938 INFO O| Mar 04 18:36:32.938 INFO O| Planning: Solver setup ... Done
44272026-03-04T18:37:09.504Z[ host-image] Mar 04 18:36:32.954 INFO O| Mar 04 18:36:32.954 INFO O| Planning: Running solver ... Done
44282026-03-04T18:37:09.504Z[ host-image] Mar 04 18:36:33.197 INFO O| Mar 04 18:36:33.197 INFO O| Planning: Finding local manifests ... Done
44292026-03-04T18:37:09.504Z[ host-image] Mar 04 18:36:33.261 INFO O| Mar 04 18:36:33.261 INFO O| Planning: Fetching manifests: 0/6 0% complete
44302026-03-04T18:37:09.507Z[ host-image] Mar 04 18:36:33.547 INFO O| Mar 04 18:36:33.547 INFO O| Planning: Fetching manifests: 6/6 100% complete
44312026-03-04T18:37:09.507Z[ host-image] Mar 04 18:36:33.667 INFO O| Mar 04 18:36:33.667 INFO O| Planning: Package planning ... Done
44322026-03-04T18:37:09.507Z[ host-image] Mar 04 18:36:33.710 INFO O| Mar 04 18:36:33.710 INFO O| Planning: Merging actions ... Done
44332026-03-04T18:37:09.507Z[ host-image] Mar 04 18:36:33.865 INFO O| Mar 04 18:36:33.865 INFO O| Planning: Checking for conflicting actions ... Done
44342026-03-04T18:37:09.507Z[ host-image] Mar 04 18:36:33.874 INFO O| Mar 04 18:36:33.874 INFO O| Planning: Consolidating action changes ... Done
44352026-03-04T18:37:09.507Z[ recovery-image] Mar 04 18:36:33.899 INFO O| Mar 04 18:36:33.899 INFO O| Done
44362026-03-04T18:37:09.507Z[ host-image] Mar 04 18:36:34.328 INFO O| Mar 04 18:36:34.328 INFO O| Planning: Evaluating mediators ... Done
44372026-03-04T18:37:09.507Z[ host-image] Mar 04 18:36:34.335 INFO O| Mar 04 18:36:34.335 INFO O| Planning: Planning completed in 12.25 seconds
44382026-03-04T18:37:09.507Z[ host-image] Mar 04 18:36:34.336 INFO O| Mar 04 18:36:34.336 INFO O| Packages to install: 6
44392026-03-04T18:37:09.507Z[ host-image] Mar 04 18:36:34.336 INFO O| Mar 04 18:36:34.336 INFO O| Mediators to change: 1
44402026-03-04T18:37:09.508Z[ host-image] Mar 04 18:36:34.336 INFO O| Mar 04 18:36:34.336 INFO O| Services to change: 1
44412026-03-04T18:37:09.508Z[ host-image] Mar 04 18:36:34.390 INFO O| Mar 04 18:36:34.390 INFO O| Download: 0/1140 items 0.0/7.7MB 0% complete
44422026-03-04T18:37:09.508Z[ recovery-image] Mar 04 18:36:34.637 INFO O| Mar 04 18:36:34.637 INFO O| Done
44432026-03-04T18:37:09.508Z[ host-image] Mar 04 18:36:39.392 INFO O| Mar 04 18:36:39.392 INFO O| Download: 1110/1140 items 6.6/7.7MB 85% complete (1.2M/s)
44442026-03-04T18:37:09.508Z[ recovery-image] Mar 04 18:36:39.528 INFO O| Mar 04 18:36:39.528 INFO STEP 11 (pkg_install) COMPLETE
44452026-03-04T18:37:09.508Z[ recovery-image] Mar 04 18:36:39.528 INFO O| Mar 04 18:36:39.528 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44462026-03-04T18:37:09.508Z[ recovery-image] Mar 04 18:36:39.528 INFO O| Mar 04 18:36:39.528 INFO skip step because feature "recovery" is enabled
44472026-03-04T18:37:09.508Z[ recovery-image] Mar 04 18:36:39.528 INFO O| Mar 04 18:36:39.528 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44482026-03-04T18:37:09.509Z[ recovery-image] Mar 04 18:36:39.528 INFO O| Mar 04 18:36:39.528 INFO skip step because feature "omicron1" is not enabled
44492026-03-04T18:37:09.509Z[ recovery-image] Mar 04 18:36:39.528 INFO O| Mar 04 18:36:39.528 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44502026-03-04T18:37:09.509Z[ recovery-image] Mar 04 18:36:39.546 INFO O| Mar 04 18:36:39.546 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
44512026-03-04T18:37:09.509Z[ host-image] Mar 04 18:36:40.114 INFO O| Mar 04 18:36:40.113 INFO O| Download: Completed 7.71 MB in 5.72 seconds (1.4M/s)
44522026-03-04T18:37:09.581Z[ host-image] Mar 04 18:36:40.254 INFO O| Mar 04 18:36:40.253 INFO O| Actions: 1/1361 actions (Installing new actions)
44532026-03-04T18:37:09.581Z[ host-image] Mar 04 18:36:40.953 INFO O| Mar 04 18:36:40.953 INFO O| Actions: Completed 1361 actions in 0.70 seconds.
44542026-03-04T18:37:09.581Z[ host-image] Mar 04 18:36:42.675 INFO O| Mar 04 18:36:42.675 INFO O| Done
44552026-03-04T18:37:09.581Z[ host-image] Mar 04 18:36:42.675 INFO O| Mar 04 18:36:42.675 INFO O| Done
44562026-03-04T18:37:09.581Z[ host-image] Mar 04 18:36:44.931 INFO O| Mar 04 18:36:44.931 INFO O| Done
44572026-03-04T18:37:09.581Z[ host-image] Mar 04 18:36:48.107 INFO O| Mar 04 18:36:48.107 INFO O| Done
44582026-03-04T18:37:09.581Z[ host-image] Mar 04 18:36:48.201 INFO O| Mar 04 18:36:48.201 INFO O| Done
44592026-03-04T18:37:09.581Z[ host-image] Mar 04 18:36:48.202 INFO O| Mar 04 18:36:48.202 INFO O| Done
44602026-03-04T18:37:09.582Z[ host-image] Mar 04 18:36:48.293 INFO O| Mar 04 18:36:48.293 INFO O| Done
44612026-03-04T18:37:09.582Z[ host-image] Mar 04 18:36:50.582 INFO O| Mar 04 18:36:50.582 INFO STEP 13 (pkg_install) COMPLETE
44622026-03-04T18:37:09.582Z[ host-image] Mar 04 18:36:50.582 INFO O| Mar 04 18:36:50.582 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44632026-03-04T18:37:09.582Z[ host-image] Mar 04 18:36:50.597 INFO O| Mar 04 18:36:50.597 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
44642026-03-04T18:37:33.967Z[ recovery-image] Mar 04 18:37:33.189 INFO O| Mar 04 18:37:33.189 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44652026-03-04T18:37:46.411Z[ host-image] Mar 04 18:37:45.632 INFO O| Mar 04 18:37:45.632 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44662026-03-04T18:38:28.577Z[ recovery-image] Mar 04 18:37:58.208 INFO O| Mar 04 18:37:58.208 INFO O| Startup: Caching catalogs ... Done
44672026-03-04T18:38:28.577Z[ recovery-image] Mar 04 18:38:08.809 INFO O| Mar 04 18:38:08.809 INFO O| Planning: Solver setup ... Done
44682026-03-04T18:38:28.577Z[ recovery-image] Mar 04 18:38:08.823 INFO O| Mar 04 18:38:08.823 INFO O| Planning: Running solver ... Done
44692026-03-04T18:38:28.675Z[ recovery-image] Mar 04 18:38:09.050 INFO O| Mar 04 18:38:09.050 INFO O| Planning: Finding local manifests ... Done
44702026-03-04T18:38:28.675Z[ recovery-image] Mar 04 18:38:09.150 INFO O| Mar 04 18:38:09.150 INFO O| Planning: Fetching manifests: 0/1 0% complete
44712026-03-04T18:38:28.675Z[ recovery-image] Mar 04 18:38:09.161 INFO O| Mar 04 18:38:09.161 INFO O| Planning: Fetching manifests: 1/1 100% complete
44722026-03-04T18:38:28.675Z[ recovery-image] Mar 04 18:38:09.208 INFO O| Mar 04 18:38:09.208 INFO O| Planning: Package planning ... Done
44732026-03-04T18:38:28.675Z[ recovery-image] Mar 04 18:38:09.208 INFO O| Mar 04 18:38:09.208 INFO O| Planning: Merging actions ... Done
44742026-03-04T18:38:28.676Z[ recovery-image] Mar 04 18:38:09.285 INFO O| Mar 04 18:38:09.284 INFO O| Planning: Checking for conflicting actions ... Done
44752026-03-04T18:38:28.676Z[ recovery-image] Mar 04 18:38:09.285 INFO O| Mar 04 18:38:09.285 INFO O| Planning: Consolidating action changes ... Done
44762026-03-04T18:38:28.676Z[ recovery-image] Mar 04 18:38:09.590 INFO O| Mar 04 18:38:09.590 INFO O| Planning: Evaluating mediators ... Done
44772026-03-04T18:38:28.676Z[ recovery-image] Mar 04 18:38:09.591 INFO O| Mar 04 18:38:09.591 INFO O| Planning: Planning completed in 11.20 seconds
44782026-03-04T18:38:28.676Z[ recovery-image] Mar 04 18:38:09.592 INFO O| Mar 04 18:38:09.591 INFO O| Packages to install: 1
44792026-03-04T18:38:28.676Z[ recovery-image] Mar 04 18:38:09.624 INFO O| Mar 04 18:38:09.624 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
44802026-03-04T18:38:28.676Z[ host-image] Mar 04 18:38:10.053 INFO O| Mar 04 18:38:10.053 INFO O| Startup: Caching catalogs ... Done
44812026-03-04T18:38:28.676Z[ recovery-image] Mar 04 18:38:10.233 INFO O| Mar 04 18:38:10.233 INFO O| Download: Completed 12.26 MB in 0.61 seconds (20.1M/s)
44822026-03-04T18:38:28.676Z[ recovery-image] Mar 04 18:38:10.300 INFO O| Mar 04 18:38:10.300 INFO O| Actions: 1/22 actions (Installing new actions)
44832026-03-04T18:38:28.676Z[ recovery-image] Mar 04 18:38:10.818 INFO O| Mar 04 18:38:10.818 INFO O| Actions: Completed 22 actions in 0.52 seconds.
44842026-03-04T18:38:28.676Z[ recovery-image] Mar 04 18:38:12.891 INFO O| Mar 04 18:38:12.891 INFO O| Done
44852026-03-04T18:38:28.676Z[ recovery-image] Mar 04 18:38:12.892 INFO O| Mar 04 18:38:12.891 INFO O| Done
44862026-03-04T18:38:28.676Z[ recovery-image] Mar 04 18:38:15.510 INFO O| Mar 04 18:38:15.510 INFO O| Done
44872026-03-04T18:38:28.676Z[ recovery-image] Mar 04 18:38:17.845 INFO O| Mar 04 18:38:17.845 INFO O| Done
44882026-03-04T18:38:28.676Z[ recovery-image] Mar 04 18:38:17.883 INFO O| Mar 04 18:38:17.883 INFO O| Done
44892026-03-04T18:38:28.676Z[ recovery-image] Mar 04 18:38:17.883 INFO O| Mar 04 18:38:17.883 INFO O| Done
44902026-03-04T18:38:28.676Z[ recovery-image] Mar 04 18:38:17.925 INFO O| Mar 04 18:38:17.925 INFO O| Done
44912026-03-04T18:38:28.676Z[ recovery-image] Mar 04 18:38:20.076 INFO O| Mar 04 18:38:20.076 INFO STEP 14 (pkg_install) COMPLETE
44922026-03-04T18:38:28.676Z[ recovery-image] Mar 04 18:38:20.076 INFO O| Mar 04 18:38:20.076 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44932026-03-04T18:38:28.676Z[ recovery-image] Mar 04 18:38:20.076 INFO O| Mar 04 18:38:20.076 INFO skip step because feature "mbist" is not enabled
44942026-03-04T18:38:28.676Z[ recovery-image] Mar 04 18:38:20.076 INFO O| Mar 04 18:38:20.076 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44952026-03-04T18:38:28.676Z[ recovery-image] Mar 04 18:38:20.076 INFO O| Mar 04 18:38:20.076 INFO skip step because feature "mfg" is not enabled
44962026-03-04T18:38:28.676Z[ recovery-image] Mar 04 18:38:20.076 INFO O| Mar 04 18:38:20.076 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44972026-03-04T18:38:28.676Z[ recovery-image] Mar 04 18:38:20.076 INFO O| Mar 04 18:38:20.076 INFO skip step because feature "compliance" is not enabled
44982026-03-04T18:38:28.676Z[ recovery-image] Mar 04 18:38:20.076 INFO O| Mar 04 18:38:20.076 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44992026-03-04T18:38:28.676Z[ recovery-image] Mar 04 18:38:20.076 INFO O| Mar 04 18:38:20.076 INFO skip step because feature "stress" is not enabled
45002026-03-04T18:38:28.676Z[ recovery-image] Mar 04 18:38:20.076 INFO O| Mar 04 18:38:20.076 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45012026-03-04T18:38:28.676Z[ recovery-image] Mar 04 18:38:20.076 INFO O| Mar 04 18:38:20.076 INFO skip step because feature "compliance" is not enabled
45022026-03-04T18:38:28.676Z[ recovery-image] Mar 04 18:38:20.076 INFO O| Mar 04 18:38:20.076 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45032026-03-04T18:38:28.676Z[ recovery-image] Mar 04 18:38:20.076 INFO O| Mar 04 18:38:20.076 INFO skip step because feature "nfs" is not enabled
45042026-03-04T18:38:28.676Z[ recovery-image] Mar 04 18:38:20.076 INFO O| Mar 04 18:38:20.076 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45052026-03-04T18:38:28.676Z[ recovery-image] Mar 04 18:38:20.076 INFO O| Mar 04 18:38:20.076 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45062026-03-04T18:38:28.676Z[ recovery-image] Mar 04 18:38:20.161 INFO O| Mar 04 18:38:20.161 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45072026-03-04T18:38:28.676Z[ recovery-image] Mar 04 18:38:20.309 INFO O| Mar 04 18:38:20.309 INFO completed processing sled/ramdisk-01-os
45082026-03-04T18:38:28.676Z[ recovery-image] Mar 04 18:38:20.325 INFO image builder template: ramdisk-02-trim...
45092026-03-04T18:38:28.676Z[ recovery-image] Mar 04 18:38:20.325 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/.tmph2t7CP/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
45102026-03-04T18:38:28.677Z[ recovery-image] Mar 04 18:38:20.364 INFO O| Mar 04 18:38:20.364 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45112026-03-04T18:38:28.677Z[ recovery-image] Mar 04 18:38:20.370 INFO O| Mar 04 18:38:20.370 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45122026-03-04T18:38:28.677Z[ host-image] Mar 04 18:38:20.419 INFO O| Mar 04 18:38:20.418 INFO O| Planning: Solver setup ... Done
45132026-03-04T18:38:28.677Z[ host-image] Mar 04 18:38:20.434 INFO O| Mar 04 18:38:20.434 INFO O| Planning: Running solver ... Done
45142026-03-04T18:38:28.677Z[ recovery-image] Mar 04 18:38:20.470 INFO O| Mar 04 18:38:20.470 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
45152026-03-04T18:38:28.677Z[ recovery-image] Mar 04 18:38:20.545 INFO O| Mar 04 18:38:20.545 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45162026-03-04T18:38:28.677Z[ recovery-image] Mar 04 18:38:20.545 INFO O| Mar 04 18:38:20.545 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45172026-03-04T18:38:28.677Z[ recovery-image] Mar 04 18:38:20.553 INFO O| Mar 04 18:38:20.553 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
45182026-03-04T18:38:28.677Z[ recovery-image] Mar 04 18:38:20.560 INFO O| Mar 04 18:38:20.560 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45192026-03-04T18:38:28.677Z[ recovery-image] Mar 04 18:38:20.566 INFO O| Mar 04 18:38:20.566 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45202026-03-04T18:38:28.677Z[ host-image] Mar 04 18:38:20.603 INFO O| Mar 04 18:38:20.603 INFO O| Planning: Finding local manifests ... Done
45212026-03-04T18:38:28.677Z[ host-image] Mar 04 18:38:20.678 INFO O| Mar 04 18:38:20.678 INFO O| Planning: Fetching manifests: 0/1 0% complete
45222026-03-04T18:38:28.677Z[ host-image] Mar 04 18:38:20.703 INFO O| Mar 04 18:38:20.703 INFO O| Planning: Fetching manifests: 1/1 100% complete
45232026-03-04T18:38:28.677Z[ host-image] Mar 04 18:38:20.736 INFO O| Mar 04 18:38:20.736 INFO O| Planning: Package planning ... Done
45242026-03-04T18:38:28.677Z[ host-image] Mar 04 18:38:20.737 INFO O| Mar 04 18:38:20.737 INFO O| Planning: Merging actions ... Done
45252026-03-04T18:38:28.677Z[ host-image] Mar 04 18:38:20.873 INFO O| Mar 04 18:38:20.873 INFO O| Planning: Checking for conflicting actions ... Done
45262026-03-04T18:38:28.677Z[ host-image] Mar 04 18:38:20.874 INFO O| Mar 04 18:38:20.874 INFO O| Planning: Consolidating action changes ... Done
45272026-03-04T18:38:28.678Z[ recovery-image] Mar 04 18:38:21.102 INFO O| Mar 04 18:38:21.102 INFO rolled back to input snapshot; work may begin
45282026-03-04T18:38:28.678Z[ recovery-image] Mar 04 18:38:21.103 INFO O| Mar 04 18:38:21.102 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45292026-03-04T18:38:28.678Z[ recovery-image] Mar 04 18:38:21.109 INFO O| Mar 04 18:38:21.109 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45302026-03-04T18:38:28.678Z[ recovery-image] Mar 04 18:38:21.126 INFO O| Mar 04 18:38:21.126 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
45312026-03-04T18:38:28.678Z[ recovery-image] Mar 04 18:38:21.256 INFO O| Mar 04 18:38:21.256 INFO STEP 0 (remove_files) COMPLETE
45322026-03-04T18:38:28.678Z[ recovery-image] Mar 04 18:38:21.257 INFO O| Mar 04 18:38:21.256 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45332026-03-04T18:38:28.678Z[ recovery-image] Mar 04 18:38:21.271 INFO O| Mar 04 18:38:21.270 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
45342026-03-04T18:38:28.678Z[ recovery-image] Mar 04 18:38:21.274 INFO O| Mar 04 18:38:21.273 INFO STEP 1 (remove_files) COMPLETE
45352026-03-04T18:38:28.678Z[ recovery-image] Mar 04 18:38:21.274 INFO O| Mar 04 18:38:21.274 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45362026-03-04T18:38:28.678Z[ recovery-image] Mar 04 18:38:21.286 INFO O| Mar 04 18:38:21.286 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
45372026-03-04T18:38:28.678Z[ host-image] Mar 04 18:38:21.291 INFO O| Mar 04 18:38:21.291 INFO O| Planning: Evaluating mediators ... Done
45382026-03-04T18:38:28.678Z[ host-image] Mar 04 18:38:21.292 INFO O| Mar 04 18:38:21.292 INFO O| Planning: Planning completed in 11.03 seconds
45392026-03-04T18:38:28.678Z[ host-image] Mar 04 18:38:21.293 INFO O| Mar 04 18:38:21.293 INFO O| Packages to install: 1
45402026-03-04T18:38:28.678Z[ recovery-image] Mar 04 18:38:21.313 INFO O| Mar 04 18:38:21.313 INFO STEP 2 (remove_files) COMPLETE
45412026-03-04T18:38:28.678Z[ recovery-image] Mar 04 18:38:21.313 INFO O| Mar 04 18:38:21.313 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45422026-03-04T18:38:28.678Z[ host-image] Mar 04 18:38:21.326 INFO O| Mar 04 18:38:21.325 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
45432026-03-04T18:38:28.678Z[ recovery-image] Mar 04 18:38:21.326 INFO O| Mar 04 18:38:21.326 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
45442026-03-04T18:38:28.679Z[ recovery-image] Mar 04 18:38:21.329 INFO O| Mar 04 18:38:21.329 INFO STEP 3 (remove_files) COMPLETE
45452026-03-04T18:38:28.679Z[ recovery-image] Mar 04 18:38:21.329 INFO O| Mar 04 18:38:21.329 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45462026-03-04T18:38:28.679Z[ recovery-image] Mar 04 18:38:21.343 INFO O| Mar 04 18:38:21.343 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
45472026-03-04T18:38:28.679Z[ recovery-image] Mar 04 18:38:21.349 INFO O| Mar 04 18:38:21.349 INFO STEP 4 (remove_files) COMPLETE
45482026-03-04T18:38:28.679Z[ recovery-image] Mar 04 18:38:21.349 INFO O| Mar 04 18:38:21.349 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45492026-03-04T18:38:28.679Z[ recovery-image] Mar 04 18:38:21.364 INFO O| Mar 04 18:38:21.364 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
45502026-03-04T18:38:28.679Z[ recovery-image] Mar 04 18:38:21.365 INFO O| Mar 04 18:38:21.365 INFO STEP 5 (remove_files) COMPLETE
45512026-03-04T18:38:28.679Z[ recovery-image] Mar 04 18:38:21.365 INFO O| Mar 04 18:38:21.365 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45522026-03-04T18:38:28.679Z[ recovery-image] Mar 04 18:38:21.379 INFO O| Mar 04 18:38:21.379 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
45532026-03-04T18:38:28.679Z[ recovery-image] Mar 04 18:38:21.395 INFO O| Mar 04 18:38:21.395 INFO STEP 6 (remove_files) COMPLETE
45542026-03-04T18:38:28.679Z[ recovery-image] Mar 04 18:38:21.395 INFO O| Mar 04 18:38:21.395 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45552026-03-04T18:38:28.679Z[ recovery-image] Mar 04 18:38:21.395 INFO O| Mar 04 18:38:21.395 INFO skip step because feature "recovery" is enabled
45562026-03-04T18:38:28.679Z[ recovery-image] Mar 04 18:38:21.395 INFO O| Mar 04 18:38:21.395 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45572026-03-04T18:38:28.679Z[ recovery-image] Mar 04 18:38:21.395 INFO O| Mar 04 18:38:21.395 INFO skip step because feature "recovery" is enabled
45582026-03-04T18:38:28.679Z[ recovery-image] Mar 04 18:38:21.395 INFO O| Mar 04 18:38:21.395 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45592026-03-04T18:38:28.679Z[ recovery-image] Mar 04 18:38:21.395 INFO O| Mar 04 18:38:21.395 INFO skip step because feature "recovery" is enabled
45602026-03-04T18:38:28.679Z[ recovery-image] Mar 04 18:38:21.395 INFO O| Mar 04 18:38:21.395 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45612026-03-04T18:38:28.679Z[ recovery-image] Mar 04 18:38:21.409 INFO O| Mar 04 18:38:21.409 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
45622026-03-04T18:38:28.679Z[ recovery-image] Mar 04 18:38:21.413 INFO O| Mar 04 18:38:21.413 INFO STEP 10 (remove_files) COMPLETE
45632026-03-04T18:38:28.679Z[ recovery-image] Mar 04 18:38:21.413 INFO O| Mar 04 18:38:21.413 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45642026-03-04T18:38:28.679Z[ recovery-image] Mar 04 18:38:21.426 INFO O| Mar 04 18:38:21.426 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
45652026-03-04T18:38:28.679Z[ recovery-image] Mar 04 18:38:21.428 INFO O| Mar 04 18:38:21.428 INFO STEP 11 (remove_files) COMPLETE
45662026-03-04T18:38:28.679Z[ recovery-image] Mar 04 18:38:21.428 INFO O| Mar 04 18:38:21.428 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45672026-03-04T18:38:28.679Z[ recovery-image] Mar 04 18:38:21.451 INFO O| Mar 04 18:38:21.451 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
45682026-03-04T18:38:28.679Z[ recovery-image] Mar 04 18:38:21.453 INFO O| Mar 04 18:38:21.453 INFO STEP 12 (remove_files) COMPLETE
45692026-03-04T18:38:28.705Z[ recovery-image] Mar 04 18:38:21.453 INFO O| Mar 04 18:38:21.453 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45702026-03-04T18:38:28.705Z[ recovery-image] Mar 04 18:38:21.527 INFO O| Mar 04 18:38:21.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
45712026-03-04T18:38:28.706Z[ recovery-image] Mar 04 18:38:21.682 INFO O| Mar 04 18:38:21.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
45722026-03-04T18:38:28.706Z[ recovery-image] Mar 04 18:38:21.693 INFO O| Mar 04 18:38:21.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a"
45732026-03-04T18:38:28.706Z[ recovery-image] Mar 04 18:38:21.696 INFO O| Mar 04 18:38:21.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
45742026-03-04T18:38:28.706Z[ recovery-image] Mar 04 18:38:21.699 INFO O| Mar 04 18:38:21.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
45752026-03-04T18:38:28.706Z[ recovery-image] Mar 04 18:38:21.870 INFO O| Mar 04 18:38:21.870 INFO STEP 13 (remove_files) COMPLETE
45762026-03-04T18:38:28.706Z[ recovery-image] Mar 04 18:38:21.870 INFO O| Mar 04 18:38:21.870 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45772026-03-04T18:38:28.706Z[ recovery-image] Mar 04 18:38:21.887 INFO O| Mar 04 18:38:21.887 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
45782026-03-04T18:38:28.706Z[ recovery-image] Mar 04 18:38:21.889 INFO O| Mar 04 18:38:21.889 INFO STEP 14 (remove_files) COMPLETE
45792026-03-04T18:38:28.706Z[ recovery-image] Mar 04 18:38:21.889 INFO O| Mar 04 18:38:21.889 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45802026-03-04T18:38:28.706Z[ recovery-image] Mar 04 18:38:21.904 INFO O| Mar 04 18:38:21.904 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
45812026-03-04T18:38:28.706Z[ recovery-image] Mar 04 18:38:21.915 INFO O| Mar 04 18:38:21.915 INFO STEP 15 (remove_files) COMPLETE
45822026-03-04T18:38:28.706Z[ recovery-image] Mar 04 18:38:21.915 INFO O| Mar 04 18:38:21.915 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45832026-03-04T18:38:28.706Z[ recovery-image] Mar 04 18:38:22.007 INFO O| Mar 04 18:38:22.007 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
45842026-03-04T18:38:28.707Z[ recovery-image] Mar 04 18:38:22.008 INFO O| Mar 04 18:38:22.007 INFO STEP 16 (remove_files) COMPLETE
45852026-03-04T18:38:28.708Z[ recovery-image] Mar 04 18:38:22.008 INFO O| Mar 04 18:38:22.008 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45862026-03-04T18:38:28.708Z[ recovery-image] Mar 04 18:38:22.073 INFO O| Mar 04 18:38:22.073 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
45872026-03-04T18:38:28.708Z[ recovery-image] Mar 04 18:38:22.075 INFO O| Mar 04 18:38:22.075 INFO STEP 17 (remove_files) COMPLETE
45882026-03-04T18:38:28.708Z[ recovery-image] Mar 04 18:38:22.075 INFO O| Mar 04 18:38:22.075 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45892026-03-04T18:38:28.708Z[ recovery-image] Mar 04 18:38:22.089 INFO O| Mar 04 18:38:22.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
45902026-03-04T18:38:28.708Z[ recovery-image] Mar 04 18:38:22.089 INFO O| Mar 04 18:38:22.089 INFO STEP 18 (remove_files) COMPLETE
45912026-03-04T18:38:28.708Z[ recovery-image] Mar 04 18:38:22.089 INFO O| Mar 04 18:38:22.089 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45922026-03-04T18:38:28.708Z[ recovery-image] Mar 04 18:38:22.103 INFO O| Mar 04 18:38:22.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
45932026-03-04T18:38:28.709Z[ recovery-image] Mar 04 18:38:22.103 INFO O| Mar 04 18:38:22.103 INFO STEP 19 (remove_files) COMPLETE
45942026-03-04T18:38:28.709Z[ recovery-image] Mar 04 18:38:22.103 INFO O| Mar 04 18:38:22.103 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45952026-03-04T18:38:28.710Z[ recovery-image] Mar 04 18:38:22.116 INFO O| Mar 04 18:38:22.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
45962026-03-04T18:38:28.710Z[ recovery-image] Mar 04 18:38:22.116 INFO O| Mar 04 18:38:22.116 INFO STEP 20 (remove_files) COMPLETE
45972026-03-04T18:38:28.710Z[ recovery-image] Mar 04 18:38:22.116 INFO O| Mar 04 18:38:22.116 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45982026-03-04T18:38:28.710Z[ recovery-image] Mar 04 18:38:22.129 INFO O| Mar 04 18:38:22.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
45992026-03-04T18:38:28.710Z[ recovery-image] Mar 04 18:38:22.129 INFO O| Mar 04 18:38:22.129 INFO STEP 21 (remove_files) COMPLETE
46002026-03-04T18:38:28.710Z[ recovery-image] Mar 04 18:38:22.129 INFO O| Mar 04 18:38:22.129 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46012026-03-04T18:38:28.710Z[ recovery-image] Mar 04 18:38:22.143 INFO O| Mar 04 18:38:22.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
46022026-03-04T18:38:28.710Z[ recovery-image] Mar 04 18:38:22.143 INFO O| Mar 04 18:38:22.143 INFO STEP 22 (remove_files) COMPLETE
46032026-03-04T18:38:28.710Z[ recovery-image] Mar 04 18:38:22.143 INFO O| Mar 04 18:38:22.143 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46042026-03-04T18:38:28.710Z[ recovery-image] Mar 04 18:38:22.158 INFO O| Mar 04 18:38:22.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
46052026-03-04T18:38:28.710Z[ recovery-image] Mar 04 18:38:22.158 INFO O| Mar 04 18:38:22.158 INFO STEP 23 (remove_files) COMPLETE
46062026-03-04T18:38:28.710Z[ recovery-image] Mar 04 18:38:22.158 INFO O| Mar 04 18:38:22.158 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46072026-03-04T18:38:28.710Z[ recovery-image] Mar 04 18:38:22.172 INFO O| Mar 04 18:38:22.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
46082026-03-04T18:38:28.711Z[ recovery-image] Mar 04 18:38:22.172 INFO O| Mar 04 18:38:22.172 INFO STEP 24 (remove_files) COMPLETE
46092026-03-04T18:38:28.711Z[ recovery-image] Mar 04 18:38:22.172 INFO O| Mar 04 18:38:22.172 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46102026-03-04T18:38:28.711Z[ recovery-image] Mar 04 18:38:22.185 INFO O| Mar 04 18:38:22.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
46112026-03-04T18:38:28.711Z[ recovery-image] Mar 04 18:38:22.185 INFO O| Mar 04 18:38:22.185 INFO STEP 25 (remove_files) COMPLETE
46122026-03-04T18:38:28.712Z[ recovery-image] Mar 04 18:38:22.185 INFO O| Mar 04 18:38:22.185 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46132026-03-04T18:38:28.712Z[ recovery-image] Mar 04 18:38:22.199 INFO O| Mar 04 18:38:22.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
46142026-03-04T18:38:28.712Z[ recovery-image] Mar 04 18:38:22.199 INFO O| Mar 04 18:38:22.199 INFO STEP 26 (remove_files) COMPLETE
46152026-03-04T18:38:28.712Z[ recovery-image] Mar 04 18:38:22.199 INFO O| Mar 04 18:38:22.199 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46162026-03-04T18:38:28.712Z[ recovery-image] Mar 04 18:38:22.211 INFO O| Mar 04 18:38:22.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
46172026-03-04T18:38:28.712Z[ recovery-image] Mar 04 18:38:22.211 INFO O| Mar 04 18:38:22.211 INFO STEP 27 (remove_files) COMPLETE
46182026-03-04T18:38:28.712Z[ recovery-image] Mar 04 18:38:22.211 INFO O| Mar 04 18:38:22.211 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46192026-03-04T18:38:28.712Z[ recovery-image] Mar 04 18:38:22.224 INFO O| Mar 04 18:38:22.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
46202026-03-04T18:38:28.712Z[ recovery-image] Mar 04 18:38:22.224 INFO O| Mar 04 18:38:22.224 INFO STEP 28 (remove_files) COMPLETE
46212026-03-04T18:38:28.712Z[ recovery-image] Mar 04 18:38:22.224 INFO O| Mar 04 18:38:22.224 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46222026-03-04T18:38:28.712Z[ host-image] Mar 04 18:38:22.227 INFO O| Mar 04 18:38:22.227 INFO O| Download: Completed 12.26 MB in 0.90 seconds (13.6M/s)
46232026-03-04T18:38:28.712Z[ recovery-image] Mar 04 18:38:22.237 INFO O| Mar 04 18:38:22.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
46242026-03-04T18:38:28.712Z[ recovery-image] Mar 04 18:38:22.237 INFO O| Mar 04 18:38:22.237 INFO STEP 29 (remove_files) COMPLETE
46252026-03-04T18:38:28.712Z[ recovery-image] Mar 04 18:38:22.237 INFO O| Mar 04 18:38:22.237 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46262026-03-04T18:38:28.714Z[ recovery-image] Mar 04 18:38:22.250 INFO O| Mar 04 18:38:22.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
46272026-03-04T18:38:28.714Z[ recovery-image] Mar 04 18:38:22.250 INFO O| Mar 04 18:38:22.250 INFO STEP 30 (remove_files) COMPLETE
46282026-03-04T18:38:28.714Z[ recovery-image] Mar 04 18:38:22.250 INFO O| Mar 04 18:38:22.250 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46292026-03-04T18:38:28.714Z[ recovery-image] Mar 04 18:38:22.264 INFO O| Mar 04 18:38:22.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
46302026-03-04T18:38:28.714Z[ recovery-image] Mar 04 18:38:22.264 INFO O| Mar 04 18:38:22.264 INFO STEP 31 (remove_files) COMPLETE
46312026-03-04T18:38:28.714Z[ recovery-image] Mar 04 18:38:22.264 INFO O| Mar 04 18:38:22.264 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46322026-03-04T18:38:28.714Z[ recovery-image] Mar 04 18:38:22.285 INFO O| Mar 04 18:38:22.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
46332026-03-04T18:38:28.714Z[ recovery-image] Mar 04 18:38:22.285 INFO O| Mar 04 18:38:22.285 INFO STEP 32 (remove_files) COMPLETE
46342026-03-04T18:38:28.714Z[ recovery-image] Mar 04 18:38:22.285 INFO O| Mar 04 18:38:22.285 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46352026-03-04T18:38:28.714Z[ host-image] Mar 04 18:38:22.295 INFO O| Mar 04 18:38:22.295 INFO O| Actions: 1/22 actions (Installing new actions)
46362026-03-04T18:38:28.714Z[ recovery-image] Mar 04 18:38:22.299 INFO O| Mar 04 18:38:22.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
46372026-03-04T18:38:28.714Z[ recovery-image] Mar 04 18:38:22.299 INFO O| Mar 04 18:38:22.299 INFO STEP 33 (remove_files) COMPLETE
46382026-03-04T18:38:28.714Z[ recovery-image] Mar 04 18:38:22.299 INFO O| Mar 04 18:38:22.299 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46392026-03-04T18:38:28.714Z[ recovery-image] Mar 04 18:38:22.313 INFO O| Mar 04 18:38:22.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
46402026-03-04T18:38:28.714Z[ recovery-image] Mar 04 18:38:22.314 INFO O| Mar 04 18:38:22.313 INFO STEP 34 (remove_files) COMPLETE
46412026-03-04T18:38:28.714Z[ recovery-image] Mar 04 18:38:22.314 INFO O| Mar 04 18:38:22.313 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46422026-03-04T18:38:28.715Z[ recovery-image] Mar 04 18:38:22.327 INFO O| Mar 04 18:38:22.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
46432026-03-04T18:38:28.715Z[ recovery-image] Mar 04 18:38:22.327 INFO O| Mar 04 18:38:22.327 INFO STEP 35 (remove_files) COMPLETE
46442026-03-04T18:38:28.715Z[ recovery-image] Mar 04 18:38:22.327 INFO O| Mar 04 18:38:22.327 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46452026-03-04T18:38:28.715Z[ recovery-image] Mar 04 18:38:22.341 INFO O| Mar 04 18:38:22.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
46462026-03-04T18:38:28.715Z[ recovery-image] Mar 04 18:38:22.341 INFO O| Mar 04 18:38:22.341 INFO STEP 36 (remove_files) COMPLETE
46472026-03-04T18:38:28.715Z[ recovery-image] Mar 04 18:38:22.341 INFO O| Mar 04 18:38:22.341 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46482026-03-04T18:38:28.715Z[ recovery-image] Mar 04 18:38:22.353 INFO O| Mar 04 18:38:22.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
46492026-03-04T18:38:28.715Z[ recovery-image] Mar 04 18:38:22.353 INFO O| Mar 04 18:38:22.353 INFO STEP 37 (remove_files) COMPLETE
46502026-03-04T18:38:28.715Z[ recovery-image] Mar 04 18:38:22.353 INFO O| Mar 04 18:38:22.353 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46512026-03-04T18:38:28.715Z[ recovery-image] Mar 04 18:38:22.366 INFO O| Mar 04 18:38:22.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
46522026-03-04T18:38:28.715Z[ recovery-image] Mar 04 18:38:22.366 INFO O| Mar 04 18:38:22.366 INFO STEP 38 (remove_files) COMPLETE
46532026-03-04T18:38:28.715Z[ recovery-image] Mar 04 18:38:22.366 INFO O| Mar 04 18:38:22.366 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46542026-03-04T18:38:28.715Z[ recovery-image] Mar 04 18:38:22.379 INFO O| Mar 04 18:38:22.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
46552026-03-04T18:38:28.715Z[ recovery-image] Mar 04 18:38:22.379 INFO O| Mar 04 18:38:22.379 INFO STEP 39 (remove_files) COMPLETE
46562026-03-04T18:38:28.715Z[ recovery-image] Mar 04 18:38:22.379 INFO O| Mar 04 18:38:22.379 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46572026-03-04T18:38:28.716Z[ recovery-image] Mar 04 18:38:22.392 INFO O| Mar 04 18:38:22.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
46582026-03-04T18:38:28.716Z[ recovery-image] Mar 04 18:38:22.392 INFO O| Mar 04 18:38:22.392 INFO STEP 40 (remove_files) COMPLETE
46592026-03-04T18:38:28.716Z[ recovery-image] Mar 04 18:38:22.392 INFO O| Mar 04 18:38:22.392 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46602026-03-04T18:38:28.716Z[ recovery-image] Mar 04 18:38:22.406 INFO O| Mar 04 18:38:22.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
46612026-03-04T18:38:28.716Z[ recovery-image] Mar 04 18:38:22.406 INFO O| Mar 04 18:38:22.406 INFO STEP 41 (remove_files) COMPLETE
46622026-03-04T18:38:28.716Z[ recovery-image] Mar 04 18:38:22.406 INFO O| Mar 04 18:38:22.406 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46632026-03-04T18:38:28.716Z[ recovery-image] Mar 04 18:38:22.419 INFO O| Mar 04 18:38:22.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
46642026-03-04T18:38:28.716Z[ recovery-image] Mar 04 18:38:22.419 INFO O| Mar 04 18:38:22.419 INFO STEP 42 (remove_files) COMPLETE
46652026-03-04T18:38:28.716Z[ recovery-image] Mar 04 18:38:22.419 INFO O| Mar 04 18:38:22.419 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46662026-03-04T18:38:28.716Z[ recovery-image] Mar 04 18:38:22.431 INFO O| Mar 04 18:38:22.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
46672026-03-04T18:38:28.716Z[ recovery-image] Mar 04 18:38:22.431 INFO O| Mar 04 18:38:22.431 INFO STEP 43 (remove_files) COMPLETE
46682026-03-04T18:38:28.716Z[ recovery-image] Mar 04 18:38:22.432 INFO O| Mar 04 18:38:22.431 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46692026-03-04T18:38:28.851Z[ recovery-image] Mar 04 18:38:22.444 INFO O| Mar 04 18:38:22.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
46702026-03-04T18:38:28.851Z[ recovery-image] Mar 04 18:38:22.444 INFO O| Mar 04 18:38:22.444 INFO STEP 44 (remove_files) COMPLETE
46712026-03-04T18:38:28.852Z[ recovery-image] Mar 04 18:38:22.444 INFO O| Mar 04 18:38:22.444 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46722026-03-04T18:38:28.852Z[ recovery-image] Mar 04 18:38:22.457 INFO O| Mar 04 18:38:22.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
46732026-03-04T18:38:28.852Z[ recovery-image] Mar 04 18:38:22.457 INFO O| Mar 04 18:38:22.457 INFO STEP 45 (remove_files) COMPLETE
46742026-03-04T18:38:28.852Z[ recovery-image] Mar 04 18:38:22.457 INFO O| Mar 04 18:38:22.457 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46752026-03-04T18:38:28.852Z[ recovery-image] Mar 04 18:38:22.470 INFO O| Mar 04 18:38:22.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
46762026-03-04T18:38:28.852Z[ recovery-image] Mar 04 18:38:22.470 INFO O| Mar 04 18:38:22.470 INFO STEP 46 (remove_files) COMPLETE
46772026-03-04T18:38:28.852Z[ recovery-image] Mar 04 18:38:22.470 INFO O| Mar 04 18:38:22.470 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46782026-03-04T18:38:28.852Z[ recovery-image] Mar 04 18:38:22.483 INFO O| Mar 04 18:38:22.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
46792026-03-04T18:38:28.852Z[ recovery-image] Mar 04 18:38:22.483 INFO O| Mar 04 18:38:22.483 INFO STEP 47 (remove_files) COMPLETE
46802026-03-04T18:38:28.852Z[ recovery-image] Mar 04 18:38:22.483 INFO O| Mar 04 18:38:22.483 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46812026-03-04T18:38:28.852Z[ recovery-image] Mar 04 18:38:22.497 INFO O| Mar 04 18:38:22.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
46822026-03-04T18:38:28.852Z[ host-image] Mar 04 18:38:22.803 INFO O| Mar 04 18:38:22.803 INFO O| Actions: Completed 22 actions in 0.51 seconds.
46832026-03-04T18:38:28.852Z[ recovery-image] Mar 04 18:38:22.497 INFO O| Mar 04 18:38:22.497 INFO STEP 48 (remove_files) COMPLETE
46842026-03-04T18:38:28.852Z[ host-image] Mar 04 18:38:24.445 INFO O| Mar 04 18:38:24.445 INFO O| Done
46852026-03-04T18:38:28.852Z[ recovery-image] Mar 04 18:38:22.497 INFO O| Mar 04 18:38:22.497 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46862026-03-04T18:38:28.852Z[ host-image] Mar 04 18:38:24.445 INFO O| Mar 04 18:38:24.445 INFO O| Done
46872026-03-04T18:38:28.852Z[ host-image] Mar 04 18:38:27.398 INFO O| Mar 04 18:38:27.398 INFO O| Done
46882026-03-04T18:38:28.852Z[ recovery-image] Mar 04 18:38:22.510 INFO O| Mar 04 18:38:22.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
46892026-03-04T18:38:28.853Z[ recovery-image] Mar 04 18:38:22.510 INFO O| Mar 04 18:38:22.510 INFO STEP 49 (remove_files) COMPLETE
46902026-03-04T18:38:28.853Z[ recovery-image] Mar 04 18:38:22.510 INFO O| Mar 04 18:38:22.510 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46912026-03-04T18:38:28.853Z[ recovery-image] Mar 04 18:38:22.524 INFO O| Mar 04 18:38:22.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
46922026-03-04T18:38:28.853Z[ recovery-image] Mar 04 18:38:22.524 INFO O| Mar 04 18:38:22.524 INFO STEP 50 (remove_files) COMPLETE
46932026-03-04T18:38:28.853Z[ recovery-image] Mar 04 18:38:22.524 INFO O| Mar 04 18:38:22.524 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46942026-03-04T18:38:28.853Z[ recovery-image] Mar 04 18:38:22.537 INFO O| Mar 04 18:38:22.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
46952026-03-04T18:38:28.853Z[ recovery-image] Mar 04 18:38:22.537 INFO O| Mar 04 18:38:22.537 INFO STEP 51 (remove_files) COMPLETE
46962026-03-04T18:38:28.853Z[ recovery-image] Mar 04 18:38:22.537 INFO O| Mar 04 18:38:22.537 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46972026-03-04T18:38:28.853Z[ recovery-image] Mar 04 18:38:22.550 INFO O| Mar 04 18:38:22.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
46982026-03-04T18:38:28.853Z[ recovery-image] Mar 04 18:38:22.550 INFO O| Mar 04 18:38:22.550 INFO STEP 52 (remove_files) COMPLETE
46992026-03-04T18:38:28.853Z[ recovery-image] Mar 04 18:38:22.550 INFO O| Mar 04 18:38:22.550 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47002026-03-04T18:38:28.853Z[ recovery-image] Mar 04 18:38:22.563 INFO O| Mar 04 18:38:22.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
47012026-03-04T18:38:28.853Z[ recovery-image] Mar 04 18:38:22.563 INFO O| Mar 04 18:38:22.563 INFO STEP 53 (remove_files) COMPLETE
47022026-03-04T18:38:28.853Z[ recovery-image] Mar 04 18:38:22.563 INFO O| Mar 04 18:38:22.563 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47032026-03-04T18:38:28.853Z[ recovery-image] Mar 04 18:38:22.576 INFO O| Mar 04 18:38:22.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
47042026-03-04T18:38:28.853Z[ recovery-image] Mar 04 18:38:22.576 INFO O| Mar 04 18:38:22.576 INFO STEP 54 (remove_files) COMPLETE
47052026-03-04T18:38:28.853Z[ recovery-image] Mar 04 18:38:22.576 INFO O| Mar 04 18:38:22.576 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47062026-03-04T18:38:28.853Z[ recovery-image] Mar 04 18:38:22.589 INFO O| Mar 04 18:38:22.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
47072026-03-04T18:38:28.853Z[ recovery-image] Mar 04 18:38:22.589 INFO O| Mar 04 18:38:22.589 INFO STEP 55 (remove_files) COMPLETE
47082026-03-04T18:38:28.853Z[ recovery-image] Mar 04 18:38:22.589 INFO O| Mar 04 18:38:22.589 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47092026-03-04T18:38:28.853Z[ recovery-image] Mar 04 18:38:22.602 INFO O| Mar 04 18:38:22.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
47102026-03-04T18:38:28.853Z[ recovery-image] Mar 04 18:38:22.602 INFO O| Mar 04 18:38:22.602 INFO STEP 56 (remove_files) COMPLETE
47112026-03-04T18:38:28.853Z[ recovery-image] Mar 04 18:38:22.602 INFO O| Mar 04 18:38:22.602 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47122026-03-04T18:38:28.853Z[ recovery-image] Mar 04 18:38:22.615 INFO O| Mar 04 18:38:22.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
47132026-03-04T18:38:28.853Z[ recovery-image] Mar 04 18:38:22.615 INFO O| Mar 04 18:38:22.615 INFO STEP 57 (remove_files) COMPLETE
47142026-03-04T18:38:28.854Z[ recovery-image] Mar 04 18:38:22.615 INFO O| Mar 04 18:38:22.615 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47152026-03-04T18:38:28.854Z[ recovery-image] Mar 04 18:38:22.642 INFO O| Mar 04 18:38:22.642 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
47162026-03-04T18:38:28.854Z[ recovery-image] Mar 04 18:38:22.642 INFO O| Mar 04 18:38:22.642 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
47172026-03-04T18:38:28.854Z[ recovery-image] Mar 04 18:38:22.643 INFO O| Mar 04 18:38:22.642 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47182026-03-04T18:38:28.854Z[ recovery-image] Mar 04 18:38:22.643 INFO O| Mar 04 18:38:22.643 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47192026-03-04T18:38:28.854Z[ recovery-image] Mar 04 18:38:22.644 INFO O| Mar 04 18:38:22.643 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47202026-03-04T18:38:28.854Z[ recovery-image] Mar 04 18:38:22.645 INFO O| Mar 04 18:38:22.645 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47212026-03-04T18:38:28.855Z[ recovery-image] Mar 04 18:38:22.645 INFO O| Mar 04 18:38:22.645 INFO ok!
47222026-03-04T18:38:28.855Z[ recovery-image] Mar 04 18:38:22.645 INFO O| Mar 04 18:38:22.645 INFO STEP 58 (ensure_file) COMPLETE
47232026-03-04T18:38:28.855Z[ recovery-image] Mar 04 18:38:22.645 INFO O| Mar 04 18:38:22.645 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47242026-03-04T18:38:28.855Z[ recovery-image] Mar 04 18:38:22.662 INFO O| Mar 04 18:38:22.662 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
47252026-03-04T18:38:28.855Z[ recovery-image] Mar 04 18:38:22.662 INFO O| Mar 04 18:38:22.662 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
47262026-03-04T18:38:28.855Z[ recovery-image] Mar 04 18:38:22.662 INFO O| Mar 04 18:38:22.662 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47272026-03-04T18:38:28.855Z[ recovery-image] Mar 04 18:38:22.662 INFO O| Mar 04 18:38:22.662 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47282026-03-04T18:38:28.855Z[ recovery-image] Mar 04 18:38:22.662 INFO O| Mar 04 18:38:22.662 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47292026-03-04T18:38:28.855Z[ recovery-image] Mar 04 18:38:22.662 INFO O| Mar 04 18:38:22.662 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47302026-03-04T18:38:28.855Z[ recovery-image] Mar 04 18:38:22.662 INFO O| Mar 04 18:38:22.662 INFO ok!
47312026-03-04T18:38:28.855Z[ recovery-image] Mar 04 18:38:22.662 INFO O| Mar 04 18:38:22.662 INFO STEP 59 (ensure_file) COMPLETE
47322026-03-04T18:38:28.855Z[ recovery-image] Mar 04 18:38:22.662 INFO O| Mar 04 18:38:22.662 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47332026-03-04T18:38:28.855Z[ recovery-image] Mar 04 18:38:22.676 INFO O| Mar 04 18:38:22.676 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
47342026-03-04T18:38:28.855Z[ recovery-image] Mar 04 18:38:22.676 INFO O| Mar 04 18:38:22.676 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
47352026-03-04T18:38:28.855Z[ recovery-image] Mar 04 18:38:22.677 INFO O| Mar 04 18:38:22.676 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
47362026-03-04T18:38:28.855Z[ recovery-image] Mar 04 18:38:22.677 INFO O| Mar 04 18:38:22.676 INFO ok!
47372026-03-04T18:38:28.855Z[ recovery-image] Mar 04 18:38:22.677 INFO O| Mar 04 18:38:22.676 INFO STEP 60 (ensure_file) COMPLETE
47382026-03-04T18:38:28.855Z[ recovery-image] Mar 04 18:38:22.677 INFO O| Mar 04 18:38:22.677 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47392026-03-04T18:38:28.855Z[ recovery-image] Mar 04 18:38:22.692 INFO O| Mar 04 18:38:22.692 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
47402026-03-04T18:38:28.855Z[ recovery-image] Mar 04 18:38:22.692 INFO O| Mar 04 18:38:22.692 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
47412026-03-04T18:38:28.856Z[ recovery-image] Mar 04 18:38:22.692 INFO O| Mar 04 18:38:22.692 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
47422026-03-04T18:38:28.856Z[ recovery-image] Mar 04 18:38:22.692 INFO O| Mar 04 18:38:22.692 INFO ok!
47432026-03-04T18:38:28.856Z[ recovery-image] Mar 04 18:38:22.692 INFO O| Mar 04 18:38:22.692 INFO STEP 61 (ensure_file) COMPLETE
47442026-03-04T18:38:28.856Z[ recovery-image] Mar 04 18:38:22.692 INFO O| Mar 04 18:38:22.692 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47452026-03-04T18:38:28.856Z[ recovery-image] Mar 04 18:38:22.708 INFO O| Mar 04 18:38:22.707 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
47462026-03-04T18:38:28.856Z[ recovery-image] Mar 04 18:38:22.708 INFO O| Mar 04 18:38:22.708 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
47472026-03-04T18:38:28.856Z[ recovery-image] Mar 04 18:38:22.708 INFO O| Mar 04 18:38:22.708 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47482026-03-04T18:38:28.856Z[ recovery-image] Mar 04 18:38:22.708 INFO O| Mar 04 18:38:22.708 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47492026-03-04T18:38:28.856Z[ recovery-image] Mar 04 18:38:22.708 INFO O| Mar 04 18:38:22.708 INFO ok!
47502026-03-04T18:38:28.856Z[ recovery-image] Mar 04 18:38:22.708 INFO O| Mar 04 18:38:22.708 INFO STEP 62 (ensure_file) COMPLETE
47512026-03-04T18:38:28.856Z[ recovery-image] Mar 04 18:38:22.708 INFO O| Mar 04 18:38:22.708 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47522026-03-04T18:38:28.856Z[ recovery-image] Mar 04 18:38:22.722 INFO O| Mar 04 18:38:22.722 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
47532026-03-04T18:38:28.856Z[ recovery-image] Mar 04 18:38:22.723 INFO O| Mar 04 18:38:22.722 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
47542026-03-04T18:38:28.856Z[ recovery-image] Mar 04 18:38:22.723 INFO O| Mar 04 18:38:22.723 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47552026-03-04T18:38:28.856Z[ recovery-image] Mar 04 18:38:22.723 INFO O| Mar 04 18:38:22.723 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47562026-03-04T18:38:28.856Z[ recovery-image] Mar 04 18:38:22.723 INFO O| Mar 04 18:38:22.723 INFO ok!
47572026-03-04T18:38:28.856Z[ recovery-image] Mar 04 18:38:22.723 INFO O| Mar 04 18:38:22.723 INFO STEP 63 (ensure_file) COMPLETE
47582026-03-04T18:38:28.856Z[ recovery-image] Mar 04 18:38:22.723 INFO O| Mar 04 18:38:22.723 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47592026-03-04T18:38:28.856Z[ recovery-image] Mar 04 18:38:22.738 INFO O| Mar 04 18:38:22.738 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
47602026-03-04T18:38:28.856Z[ recovery-image] Mar 04 18:38:22.738 INFO O| Mar 04 18:38:22.738 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
47612026-03-04T18:38:28.856Z[ recovery-image] Mar 04 18:38:22.739 INFO O| Mar 04 18:38:22.739 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
47622026-03-04T18:38:28.856Z[ recovery-image] Mar 04 18:38:22.739 INFO O| Mar 04 18:38:22.739 INFO ok!
47632026-03-04T18:38:28.856Z[ recovery-image] Mar 04 18:38:22.739 INFO O| Mar 04 18:38:22.739 INFO STEP 64 (assemble_files) COMPLETE
47642026-03-04T18:38:28.857Z[ recovery-image] Mar 04 18:38:22.739 INFO O| Mar 04 18:38:22.739 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47652026-03-04T18:38:28.857Z[ recovery-image] Mar 04 18:38:22.754 INFO O| Mar 04 18:38:22.754 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
47662026-03-04T18:38:28.857Z[ recovery-image] Mar 04 18:38:22.754 INFO O| Mar 04 18:38:22.754 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
47672026-03-04T18:38:28.857Z[ recovery-image] Mar 04 18:38:22.755 INFO O| Mar 04 18:38:22.755 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47682026-03-04T18:38:28.857Z[ recovery-image] Mar 04 18:38:22.755 INFO O| Mar 04 18:38:22.755 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47692026-03-04T18:38:28.942Z[ recovery-image] Mar 04 18:38:22.755 INFO O| Mar 04 18:38:22.755 INFO ok!
47702026-03-04T18:38:28.942Z[ recovery-image] Mar 04 18:38:22.755 INFO O| Mar 04 18:38:22.755 INFO STEP 65 (ensure_file) COMPLETE
47712026-03-04T18:38:28.942Z[ recovery-image] Mar 04 18:38:22.755 INFO O| Mar 04 18:38:22.755 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47722026-03-04T18:38:28.942Z[ recovery-image] Mar 04 18:38:22.755 INFO O| Mar 04 18:38:22.755 INFO skip step because feature "omicron1" is not enabled
47732026-03-04T18:38:28.942Z[ recovery-image] Mar 04 18:38:22.755 INFO O| Mar 04 18:38:22.755 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47742026-03-04T18:38:28.942Z[ recovery-image] Mar 04 18:38:22.755 INFO O| Mar 04 18:38:22.755 INFO skip step because feature "omicron1" is not enabled
47752026-03-04T18:38:28.943Z[ recovery-image] Mar 04 18:38:22.755 INFO O| Mar 04 18:38:22.755 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47762026-03-04T18:38:28.943Z[ recovery-image] Mar 04 18:38:22.755 INFO O| Mar 04 18:38:22.755 INFO skip step because feature "omicron1" is not enabled
47772026-03-04T18:38:28.943Z[ recovery-image] Mar 04 18:38:22.755 INFO O| Mar 04 18:38:22.755 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47782026-03-04T18:38:28.943Z[ recovery-image] Mar 04 18:38:22.776 INFO O| Mar 04 18:38:22.776 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
47792026-03-04T18:38:28.943Z[ recovery-image] Mar 04 18:38:22.777 INFO O| Mar 04 18:38:22.776 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
47802026-03-04T18:38:28.943Z[ recovery-image] Mar 04 18:38:25.971 INFO O| Mar 04 18:38:25.971 INFO STEP 69 (pack_tar) COMPLETE
47812026-03-04T18:38:28.943Z[ recovery-image] Mar 04 18:38:25.971 INFO O| Mar 04 18:38:25.971 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47822026-03-04T18:38:28.943Z[ recovery-image] Mar 04 18:38:25.971 INFO O| Mar 04 18:38:25.971 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
47832026-03-04T18:38:28.943Z[ recovery-image] Mar 04 18:38:26.274 INFO O| Mar 04 18:38:26.274 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
47842026-03-04T18:38:28.943Z[ recovery-image] Mar 04 18:38:26.415 INFO O| Mar 04 18:38:26.415 INFO completed processing sled/ramdisk-02-trim
47852026-03-04T18:38:28.943Z[ recovery-image] Mar 04 18:38:26.418 INFO image builder template: ramdisk-03-recovery-trim...
47862026-03-04T18:38:28.943Z[ recovery-image] Mar 04 18:38:26.418 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/.tmph2t7CP/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
47872026-03-04T18:38:28.943Z[ recovery-image] Mar 04 18:38:26.589 INFO O| Mar 04 18:38:26.589 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47882026-03-04T18:38:28.943Z[ recovery-image] Mar 04 18:38:26.595 INFO O| Mar 04 18:38:26.595 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47892026-03-04T18:38:28.943Z[ recovery-image] Mar 04 18:38:26.720 INFO O| Mar 04 18:38:26.720 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
47902026-03-04T18:38:28.943Z[ recovery-image] Mar 04 18:38:26.820 INFO O| Mar 04 18:38:26.820 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47912026-03-04T18:38:28.943Z[ recovery-image] Mar 04 18:38:26.820 INFO O| Mar 04 18:38:26.820 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
47922026-03-04T18:38:28.943Z[ recovery-image] Mar 04 18:38:26.830 INFO O| Mar 04 18:38:26.830 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
47932026-03-04T18:38:28.944Z[ recovery-image] Mar 04 18:38:26.836 INFO O| Mar 04 18:38:26.836 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47942026-03-04T18:38:28.944Z[ recovery-image] Mar 04 18:38:26.843 INFO O| Mar 04 18:38:26.843 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
47952026-03-04T18:38:28.944Z[ recovery-image] Mar 04 18:38:27.618 INFO O| Mar 04 18:38:27.618 INFO rolled back to input snapshot; work may begin
47962026-03-04T18:38:28.944Z[ recovery-image] Mar 04 18:38:27.618 INFO O| Mar 04 18:38:27.618 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
47972026-03-04T18:38:28.946Z[ recovery-image] Mar 04 18:38:27.624 INFO O| Mar 04 18:38:27.624 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982026-03-04T18:38:28.946Z[ recovery-image] Mar 04 18:38:27.636 INFO O| Mar 04 18:38:27.636 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
47992026-03-04T18:38:28.946Z[ recovery-image] Mar 04 18:38:27.652 INFO O| Mar 04 18:38:27.652 INFO STEP 0 (remove_files) COMPLETE
48002026-03-04T18:38:28.946Z[ recovery-image] Mar 04 18:38:27.652 INFO O| Mar 04 18:38:27.652 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012026-03-04T18:38:28.946Z[ recovery-image] Mar 04 18:38:27.667 INFO O| Mar 04 18:38:27.667 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
48022026-03-04T18:38:28.946Z[ recovery-image] Mar 04 18:38:27.732 INFO O| Mar 04 18:38:27.732 INFO STEP 1 (remove_files) COMPLETE
48032026-03-04T18:38:28.946Z[ recovery-image] Mar 04 18:38:27.732 INFO O| Mar 04 18:38:27.732 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042026-03-04T18:38:28.946Z[ recovery-image] Mar 04 18:38:27.746 INFO O| Mar 04 18:38:27.746 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
48052026-03-04T18:38:28.946Z[ recovery-image] Mar 04 18:38:27.748 INFO O| Mar 04 18:38:27.748 INFO STEP 2 (remove_files) COMPLETE
48062026-03-04T18:38:28.946Z[ recovery-image] Mar 04 18:38:27.748 INFO O| Mar 04 18:38:27.748 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072026-03-04T18:38:28.946Z[ recovery-image] Mar 04 18:38:27.761 INFO O| Mar 04 18:38:27.760 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
48082026-03-04T18:38:28.946Z[ recovery-image] Mar 04 18:38:27.837 INFO O| Mar 04 18:38:27.836 INFO STEP 3 (remove_files) COMPLETE
48092026-03-04T18:38:28.946Z[ recovery-image] Mar 04 18:38:27.837 INFO O| Mar 04 18:38:27.837 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102026-03-04T18:38:28.946Z[ recovery-image] Mar 04 18:38:27.850 INFO O| Mar 04 18:38:27.850 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
48112026-03-04T18:38:28.946Z[ recovery-image] Mar 04 18:38:28.031 INFO O| Mar 04 18:38:28.031 INFO STEP 4 (remove_files) COMPLETE
48122026-03-04T18:38:28.946Z[ recovery-image] Mar 04 18:38:28.031 INFO O| Mar 04 18:38:28.031 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132026-03-04T18:38:28.946Z[ recovery-image] Mar 04 18:38:28.046 INFO O| Mar 04 18:38:28.046 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
48142026-03-04T18:38:28.946Z[ recovery-image] Mar 04 18:38:28.077 INFO O| Mar 04 18:38:28.077 INFO STEP 5 (remove_files) COMPLETE
48152026-03-04T18:38:28.946Z[ recovery-image] Mar 04 18:38:28.077 INFO O| Mar 04 18:38:28.077 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162026-03-04T18:38:28.980Z[ recovery-image] Mar 04 18:38:28.093 INFO O| Mar 04 18:38:28.093 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
48172026-03-04T18:38:28.980Z[ recovery-image] Mar 04 18:38:28.121 INFO O| Mar 04 18:38:28.121 INFO STEP 6 (remove_files) COMPLETE
48182026-03-04T18:38:28.980Z[ recovery-image] Mar 04 18:38:28.121 INFO O| Mar 04 18:38:28.121 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192026-03-04T18:38:28.980Z[ recovery-image] Mar 04 18:38:28.137 INFO O| Mar 04 18:38:28.136 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
48202026-03-04T18:38:28.981Z[ recovery-image] Mar 04 18:38:28.147 INFO O| Mar 04 18:38:28.147 INFO STEP 7 (remove_files) COMPLETE
48212026-03-04T18:38:28.981Z[ recovery-image] Mar 04 18:38:28.147 INFO O| Mar 04 18:38:28.147 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222026-03-04T18:38:28.981Z[ recovery-image] Mar 04 18:38:28.161 INFO O| Mar 04 18:38:28.161 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
48232026-03-04T18:38:28.981Z[ recovery-image] Mar 04 18:38:28.162 INFO O| Mar 04 18:38:28.162 INFO STEP 8 (remove_files) COMPLETE
48242026-03-04T18:38:28.981Z[ recovery-image] Mar 04 18:38:28.162 INFO O| Mar 04 18:38:28.162 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252026-03-04T18:38:29.006Z[ recovery-image] Mar 04 18:38:28.176 INFO O| Mar 04 18:38:28.176 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
48262026-03-04T18:38:29.006Z[ recovery-image] Mar 04 18:38:28.178 INFO O| Mar 04 18:38:28.178 INFO STEP 9 (remove_files) COMPLETE
48272026-03-04T18:38:29.006Z[ recovery-image] Mar 04 18:38:28.178 INFO O| Mar 04 18:38:28.178 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282026-03-04T18:38:29.007Z[ recovery-image] Mar 04 18:38:28.191 INFO O| Mar 04 18:38:28.191 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
48292026-03-04T18:38:29.081Z[ recovery-image] Mar 04 18:38:28.290 INFO O| Mar 04 18:38:28.290 INFO STEP 10 (remove_files) COMPLETE
48302026-03-04T18:38:29.082Z[ recovery-image] Mar 04 18:38:28.290 INFO O| Mar 04 18:38:28.290 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312026-03-04T18:38:29.092Z[ recovery-image] Mar 04 18:38:28.305 INFO O| Mar 04 18:38:28.305 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
48322026-03-04T18:38:29.127Z[ recovery-image] Mar 04 18:38:28.344 INFO O| Mar 04 18:38:28.344 INFO STEP 11 (remove_files) COMPLETE
48332026-03-04T18:38:29.127Z[ recovery-image] Mar 04 18:38:28.344 INFO O| Mar 04 18:38:28.344 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342026-03-04T18:38:29.142Z[ recovery-image] Mar 04 18:38:28.360 INFO O| Mar 04 18:38:28.360 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
48352026-03-04T18:38:29.169Z[ recovery-image] Mar 04 18:38:28.388 INFO O| Mar 04 18:38:28.388 INFO STEP 12 (remove_files) COMPLETE
48362026-03-04T18:38:29.169Z[ recovery-image] Mar 04 18:38:28.388 INFO O| Mar 04 18:38:28.388 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372026-03-04T18:38:29.208Z[ recovery-image] Mar 04 18:38:28.427 INFO O| Mar 04 18:38:28.427 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
48382026-03-04T18:38:29.211Z[ recovery-image] Mar 04 18:38:28.427 INFO O| Mar 04 18:38:28.427 INFO STEP 13 (remove_files) COMPLETE
48392026-03-04T18:38:29.211Z[ recovery-image] Mar 04 18:38:28.427 INFO O| Mar 04 18:38:28.427 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402026-03-04T18:38:29.222Z[ recovery-image] Mar 04 18:38:28.441 INFO O| Mar 04 18:38:28.441 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
48412026-03-04T18:38:29.244Z[ recovery-image] Mar 04 18:38:28.463 INFO O| Mar 04 18:38:28.463 INFO STEP 14 (remove_files) COMPLETE
48422026-03-04T18:38:29.244Z[ recovery-image] Mar 04 18:38:28.463 INFO O| Mar 04 18:38:28.463 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432026-03-04T18:38:29.264Z[ recovery-image] Mar 04 18:38:28.479 INFO O| Mar 04 18:38:28.479 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
48442026-03-04T18:38:29.312Z[ recovery-image] Mar 04 18:38:28.531 INFO O| Mar 04 18:38:28.531 INFO STEP 15 (remove_files) COMPLETE
48452026-03-04T18:38:29.312Z[ recovery-image] Mar 04 18:38:28.531 INFO O| Mar 04 18:38:28.531 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462026-03-04T18:38:29.328Z[ recovery-image] Mar 04 18:38:28.547 INFO O| Mar 04 18:38:28.547 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
48472026-03-04T18:38:29.328Z[ recovery-image] Mar 04 18:38:28.547 INFO O| Mar 04 18:38:28.547 INFO STEP 16 (remove_files) COMPLETE
48482026-03-04T18:38:29.331Z[ recovery-image] Mar 04 18:38:28.547 INFO O| Mar 04 18:38:28.547 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492026-03-04T18:38:29.342Z[ recovery-image] Mar 04 18:38:28.562 INFO O| Mar 04 18:38:28.561 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
48502026-03-04T18:38:29.343Z[ recovery-image] Mar 04 18:38:28.562 INFO O| Mar 04 18:38:28.562 INFO STEP 17 (remove_files) COMPLETE
48512026-03-04T18:38:29.343Z[ recovery-image] Mar 04 18:38:28.562 INFO O| Mar 04 18:38:28.562 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522026-03-04T18:38:29.357Z[ recovery-image] Mar 04 18:38:28.576 INFO O| Mar 04 18:38:28.576 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
48532026-03-04T18:38:29.726Z[ recovery-image] Mar 04 18:38:28.945 INFO O| Mar 04 18:38:28.945 INFO STEP 18 (remove_files) COMPLETE
48542026-03-04T18:38:29.726Z[ recovery-image] Mar 04 18:38:28.945 INFO O| Mar 04 18:38:28.945 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552026-03-04T18:38:29.804Z[ recovery-image] Mar 04 18:38:28.979 INFO O| Mar 04 18:38:28.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
48562026-03-04T18:38:29.807Z[ recovery-image] Mar 04 18:38:29.023 INFO O| Mar 04 18:38:29.023 INFO STEP 19 (remove_files) COMPLETE
48572026-03-04T18:38:29.807Z[ recovery-image] Mar 04 18:38:29.023 INFO O| Mar 04 18:38:29.023 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582026-03-04T18:38:29.820Z[ recovery-image] Mar 04 18:38:29.039 INFO O| Mar 04 18:38:29.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
48592026-03-04T18:38:29.825Z[ recovery-image] Mar 04 18:38:29.039 INFO O| Mar 04 18:38:29.039 INFO STEP 20 (remove_files) COMPLETE
48602026-03-04T18:38:29.825Z[ recovery-image] Mar 04 18:38:29.039 INFO O| Mar 04 18:38:29.039 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612026-03-04T18:38:29.835Z[ recovery-image] Mar 04 18:38:29.053 INFO O| Mar 04 18:38:29.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
48622026-03-04T18:38:29.851Z[ recovery-image] Mar 04 18:38:29.070 INFO O| Mar 04 18:38:29.070 INFO STEP 21 (remove_files) COMPLETE
48632026-03-04T18:38:29.851Z[ recovery-image] Mar 04 18:38:29.070 INFO O| Mar 04 18:38:29.070 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642026-03-04T18:38:29.865Z[ recovery-image] Mar 04 18:38:29.084 INFO O| Mar 04 18:38:29.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
48652026-03-04T18:38:29.865Z[ recovery-image] Mar 04 18:38:29.084 INFO O| Mar 04 18:38:29.084 INFO STEP 22 (remove_files) COMPLETE
48662026-03-04T18:38:29.868Z[ recovery-image] Mar 04 18:38:29.085 INFO O| Mar 04 18:38:29.084 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672026-03-04T18:38:29.879Z[ recovery-image] Mar 04 18:38:29.098 INFO O| Mar 04 18:38:29.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
48682026-03-04T18:38:29.900Z[ recovery-image] Mar 04 18:38:29.119 INFO O| Mar 04 18:38:29.119 INFO STEP 23 (remove_files) COMPLETE
48692026-03-04T18:38:29.900Z[ recovery-image] Mar 04 18:38:29.119 INFO O| Mar 04 18:38:29.119 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702026-03-04T18:38:29.915Z[ recovery-image] Mar 04 18:38:29.134 INFO O| Mar 04 18:38:29.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
48712026-03-04T18:38:29.915Z[ recovery-image] Mar 04 18:38:29.134 INFO O| Mar 04 18:38:29.134 INFO STEP 24 (remove_files) COMPLETE
48722026-03-04T18:38:29.918Z[ recovery-image] Mar 04 18:38:29.134 INFO O| Mar 04 18:38:29.134 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732026-03-04T18:38:29.928Z[ recovery-image] Mar 04 18:38:29.147 INFO O| Mar 04 18:38:29.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
48742026-03-04T18:38:29.932Z[ recovery-image] Mar 04 18:38:29.148 INFO O| Mar 04 18:38:29.148 INFO STEP 25 (remove_files) COMPLETE
48752026-03-04T18:38:29.932Z[ recovery-image] Mar 04 18:38:29.148 INFO O| Mar 04 18:38:29.148 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762026-03-04T18:38:29.945Z[ recovery-image] Mar 04 18:38:29.163 INFO O| Mar 04 18:38:29.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
48772026-03-04T18:38:29.948Z[ recovery-image] Mar 04 18:38:29.163 INFO O| Mar 04 18:38:29.163 INFO STEP 26 (remove_files) COMPLETE
48782026-03-04T18:38:29.948Z[ recovery-image] Mar 04 18:38:29.163 INFO O| Mar 04 18:38:29.163 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792026-03-04T18:38:29.959Z[ recovery-image] Mar 04 18:38:29.176 INFO O| Mar 04 18:38:29.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack"
48802026-03-04T18:38:29.962Z[ recovery-image] Mar 04 18:38:29.177 INFO O| Mar 04 18:38:29.177 INFO STEP 27 (remove_files) COMPLETE
48812026-03-04T18:38:29.962Z[ recovery-image] Mar 04 18:38:29.177 INFO O| Mar 04 18:38:29.177 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822026-03-04T18:38:29.973Z[ recovery-image] Mar 04 18:38:29.190 INFO O| Mar 04 18:38:29.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
48832026-03-04T18:38:29.973Z[ recovery-image] Mar 04 18:38:29.190 INFO O| Mar 04 18:38:29.190 INFO STEP 28 (remove_files) COMPLETE
48842026-03-04T18:38:29.976Z[ recovery-image] Mar 04 18:38:29.190 INFO O| Mar 04 18:38:29.190 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852026-03-04T18:38:29.984Z[ recovery-image] Mar 04 18:38:29.202 INFO O| Mar 04 18:38:29.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
48862026-03-04T18:38:29.987Z[ recovery-image] Mar 04 18:38:29.202 INFO O| Mar 04 18:38:29.202 INFO STEP 29 (remove_files) COMPLETE
48872026-03-04T18:38:29.987Z[ recovery-image] Mar 04 18:38:29.203 INFO O| Mar 04 18:38:29.202 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882026-03-04T18:38:29.996Z[ recovery-image] Mar 04 18:38:29.215 INFO O| Mar 04 18:38:29.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
48892026-03-04T18:38:29.996Z[ recovery-image] Mar 04 18:38:29.215 INFO O| Mar 04 18:38:29.215 INFO STEP 30 (remove_files) COMPLETE
48902026-03-04T18:38:29.996Z[ recovery-image] Mar 04 18:38:29.215 INFO O| Mar 04 18:38:29.215 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912026-03-04T18:38:30.063Z[ recovery-image] Mar 04 18:38:29.230 INFO O| Mar 04 18:38:29.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
48922026-03-04T18:38:30.065Z[ recovery-image] Mar 04 18:38:29.230 INFO O| Mar 04 18:38:29.230 INFO STEP 31 (remove_files) COMPLETE
48932026-03-04T18:38:30.065Z[ recovery-image] Mar 04 18:38:29.230 INFO O| Mar 04 18:38:29.230 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942026-03-04T18:38:30.065Z[ recovery-image] Mar 04 18:38:29.245 INFO O| Mar 04 18:38:29.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
48952026-03-04T18:38:30.065Z[ recovery-image] Mar 04 18:38:29.245 INFO O| Mar 04 18:38:29.245 INFO STEP 32 (remove_files) COMPLETE
48962026-03-04T18:38:30.065Z[ recovery-image] Mar 04 18:38:29.245 INFO O| Mar 04 18:38:29.245 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972026-03-04T18:38:30.065Z[ recovery-image] Mar 04 18:38:29.259 INFO O| Mar 04 18:38:29.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
48982026-03-04T18:38:30.065Z[ recovery-image] Mar 04 18:38:29.260 INFO O| Mar 04 18:38:29.260 INFO STEP 33 (remove_files) COMPLETE
48992026-03-04T18:38:30.065Z[ recovery-image] Mar 04 18:38:29.260 INFO O| Mar 04 18:38:29.260 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002026-03-04T18:38:30.065Z[ recovery-image] Mar 04 18:38:29.276 INFO O| Mar 04 18:38:29.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
49012026-03-04T18:38:30.065Z[ recovery-image] Mar 04 18:38:29.276 INFO O| Mar 04 18:38:29.276 INFO STEP 34 (remove_files) COMPLETE
49022026-03-04T18:38:30.066Z[ recovery-image] Mar 04 18:38:29.276 INFO O| Mar 04 18:38:29.276 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032026-03-04T18:38:30.073Z[ recovery-image] Mar 04 18:38:29.290 INFO O| Mar 04 18:38:29.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
49042026-03-04T18:38:30.073Z[ recovery-image] Mar 04 18:38:29.290 INFO O| Mar 04 18:38:29.290 INFO STEP 35 (remove_files) COMPLETE
49052026-03-04T18:38:30.073Z[ recovery-image] Mar 04 18:38:29.290 INFO O| Mar 04 18:38:29.290 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062026-03-04T18:38:30.084Z[ recovery-image] Mar 04 18:38:29.303 INFO O| Mar 04 18:38:29.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
49072026-03-04T18:38:30.084Z[ recovery-image] Mar 04 18:38:29.303 INFO O| Mar 04 18:38:29.303 INFO STEP 36 (remove_files) COMPLETE
49082026-03-04T18:38:30.088Z[ recovery-image] Mar 04 18:38:29.303 INFO O| Mar 04 18:38:29.303 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092026-03-04T18:38:30.097Z[ recovery-image] Mar 04 18:38:29.316 INFO O| Mar 04 18:38:29.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
49102026-03-04T18:38:30.097Z[ recovery-image] Mar 04 18:38:29.317 INFO O| Mar 04 18:38:29.317 INFO STEP 37 (remove_files) COMPLETE
49112026-03-04T18:38:30.100Z[ recovery-image] Mar 04 18:38:29.317 INFO O| Mar 04 18:38:29.317 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122026-03-04T18:38:30.111Z[ recovery-image] Mar 04 18:38:29.330 INFO O| Mar 04 18:38:29.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
49132026-03-04T18:38:30.111Z[ recovery-image] Mar 04 18:38:29.330 INFO O| Mar 04 18:38:29.330 INFO STEP 38 (remove_files) COMPLETE
49142026-03-04T18:38:30.115Z[ recovery-image] Mar 04 18:38:29.330 INFO O| Mar 04 18:38:29.330 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152026-03-04T18:38:30.124Z[ recovery-image] Mar 04 18:38:29.343 INFO O| Mar 04 18:38:29.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
49162026-03-04T18:38:30.124Z[ recovery-image] Mar 04 18:38:29.343 INFO O| Mar 04 18:38:29.343 INFO STEP 39 (remove_files) COMPLETE
49172026-03-04T18:38:30.127Z[ recovery-image] Mar 04 18:38:29.343 INFO O| Mar 04 18:38:29.343 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182026-03-04T18:38:30.137Z[ recovery-image] Mar 04 18:38:29.357 INFO O| Mar 04 18:38:29.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
49192026-03-04T18:38:30.140Z[ recovery-image] Mar 04 18:38:29.357 INFO O| Mar 04 18:38:29.357 INFO STEP 40 (remove_files) COMPLETE
49202026-03-04T18:38:30.140Z[ recovery-image] Mar 04 18:38:29.357 INFO O| Mar 04 18:38:29.357 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212026-03-04T18:38:30.151Z[ recovery-image] Mar 04 18:38:29.370 INFO O| Mar 04 18:38:29.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
49222026-03-04T18:38:30.151Z[ recovery-image] Mar 04 18:38:29.370 INFO O| Mar 04 18:38:29.370 INFO STEP 41 (remove_files) COMPLETE
49232026-03-04T18:38:30.154Z[ recovery-image] Mar 04 18:38:29.370 INFO O| Mar 04 18:38:29.370 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242026-03-04T18:38:30.164Z[ recovery-image] Mar 04 18:38:29.383 INFO O| Mar 04 18:38:29.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
49252026-03-04T18:38:30.164Z[ recovery-image] Mar 04 18:38:29.383 INFO O| Mar 04 18:38:29.383 INFO STEP 42 (remove_files) COMPLETE
49262026-03-04T18:38:30.164Z[ recovery-image] Mar 04 18:38:29.383 INFO O| Mar 04 18:38:29.383 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272026-03-04T18:38:30.179Z[ recovery-image] Mar 04 18:38:29.395 INFO O| Mar 04 18:38:29.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
49282026-03-04T18:38:30.181Z[ recovery-image] Mar 04 18:38:29.396 INFO O| Mar 04 18:38:29.396 INFO STEP 43 (remove_files) COMPLETE
49292026-03-04T18:38:30.182Z[ recovery-image] Mar 04 18:38:29.396 INFO O| Mar 04 18:38:29.396 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302026-03-04T18:38:30.190Z[ recovery-image] Mar 04 18:38:29.409 INFO O| Mar 04 18:38:29.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
49312026-03-04T18:38:30.190Z[ recovery-image] Mar 04 18:38:29.409 INFO O| Mar 04 18:38:29.409 INFO STEP 44 (remove_files) COMPLETE
49322026-03-04T18:38:30.193Z[ recovery-image] Mar 04 18:38:29.409 INFO O| Mar 04 18:38:29.409 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332026-03-04T18:38:30.204Z[ recovery-image] Mar 04 18:38:29.422 INFO O| Mar 04 18:38:29.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
49342026-03-04T18:38:30.204Z[ recovery-image] Mar 04 18:38:29.422 INFO O| Mar 04 18:38:29.422 INFO STEP 45 (remove_files) COMPLETE
49352026-03-04T18:38:30.207Z[ recovery-image] Mar 04 18:38:29.422 INFO O| Mar 04 18:38:29.422 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362026-03-04T18:38:30.216Z[ recovery-image] Mar 04 18:38:29.434 INFO O| Mar 04 18:38:29.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
49372026-03-04T18:38:30.216Z[ recovery-image] Mar 04 18:38:29.434 INFO O| Mar 04 18:38:29.434 INFO STEP 46 (remove_files) COMPLETE
49382026-03-04T18:38:30.221Z[ recovery-image] Mar 04 18:38:29.434 INFO O| Mar 04 18:38:29.434 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392026-03-04T18:38:30.229Z[ recovery-image] Mar 04 18:38:29.447 INFO O| Mar 04 18:38:29.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
49402026-03-04T18:38:30.229Z[ recovery-image] Mar 04 18:38:29.447 INFO O| Mar 04 18:38:29.447 INFO STEP 47 (remove_files) COMPLETE
49412026-03-04T18:38:30.229Z[ recovery-image] Mar 04 18:38:29.447 INFO O| Mar 04 18:38:29.447 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422026-03-04T18:38:30.241Z[ recovery-image] Mar 04 18:38:29.460 INFO O| Mar 04 18:38:29.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
49432026-03-04T18:38:30.242Z[ recovery-image] Mar 04 18:38:29.460 INFO O| Mar 04 18:38:29.460 INFO STEP 48 (remove_files) COMPLETE
49442026-03-04T18:38:30.242Z[ recovery-image] Mar 04 18:38:29.460 INFO O| Mar 04 18:38:29.460 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452026-03-04T18:38:30.255Z[ recovery-image] Mar 04 18:38:29.474 INFO O| Mar 04 18:38:29.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
49462026-03-04T18:38:30.255Z[ recovery-image] Mar 04 18:38:29.474 INFO O| Mar 04 18:38:29.474 INFO STEP 49 (remove_files) COMPLETE
49472026-03-04T18:38:30.258Z[ recovery-image] Mar 04 18:38:29.474 INFO O| Mar 04 18:38:29.474 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482026-03-04T18:38:30.270Z[ recovery-image] Mar 04 18:38:29.489 INFO O| Mar 04 18:38:29.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
49492026-03-04T18:38:30.274Z[ recovery-image] Mar 04 18:38:29.489 INFO O| Mar 04 18:38:29.489 INFO STEP 50 (remove_files) COMPLETE
49502026-03-04T18:38:30.274Z[ recovery-image] Mar 04 18:38:29.490 INFO O| Mar 04 18:38:29.489 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512026-03-04T18:38:30.284Z[ recovery-image] Mar 04 18:38:29.503 INFO O| Mar 04 18:38:29.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
49522026-03-04T18:38:30.284Z[ recovery-image] Mar 04 18:38:29.503 INFO O| Mar 04 18:38:29.503 INFO STEP 51 (remove_files) COMPLETE
49532026-03-04T18:38:30.284Z[ recovery-image] Mar 04 18:38:29.503 INFO O| Mar 04 18:38:29.503 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542026-03-04T18:38:30.301Z[ recovery-image] Mar 04 18:38:29.517 INFO O| Mar 04 18:38:29.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
49552026-03-04T18:38:30.301Z[ recovery-image] Mar 04 18:38:29.518 INFO O| Mar 04 18:38:29.518 INFO STEP 52 (remove_files) COMPLETE
49562026-03-04T18:38:30.301Z[ recovery-image] Mar 04 18:38:29.518 INFO O| Mar 04 18:38:29.518 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572026-03-04T18:38:30.313Z[ recovery-image] Mar 04 18:38:29.532 INFO O| Mar 04 18:38:29.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
49582026-03-04T18:38:30.313Z[ recovery-image] Mar 04 18:38:29.532 INFO O| Mar 04 18:38:29.532 INFO STEP 53 (remove_files) COMPLETE
49592026-03-04T18:38:30.316Z[ recovery-image] Mar 04 18:38:29.532 INFO O| Mar 04 18:38:29.532 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602026-03-04T18:38:30.326Z[ recovery-image] Mar 04 18:38:29.545 INFO O| Mar 04 18:38:29.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
49612026-03-04T18:38:30.326Z[ recovery-image] Mar 04 18:38:29.545 INFO O| Mar 04 18:38:29.545 INFO STEP 54 (remove_files) COMPLETE
49622026-03-04T18:38:30.326Z[ recovery-image] Mar 04 18:38:29.545 INFO O| Mar 04 18:38:29.545 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632026-03-04T18:38:30.341Z[ recovery-image] Mar 04 18:38:29.558 INFO O| Mar 04 18:38:29.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep"
49642026-03-04T18:38:30.345Z[ recovery-image] Mar 04 18:38:29.559 INFO O| Mar 04 18:38:29.559 INFO STEP 55 (remove_files) COMPLETE
49652026-03-04T18:38:30.345Z[ recovery-image] Mar 04 18:38:29.559 INFO O| Mar 04 18:38:29.559 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662026-03-04T18:38:30.354Z[ recovery-image] Mar 04 18:38:29.571 INFO O| Mar 04 18:38:29.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test"
49672026-03-04T18:38:30.354Z[ recovery-image] Mar 04 18:38:29.572 INFO O| Mar 04 18:38:29.572 INFO STEP 56 (remove_files) COMPLETE
49682026-03-04T18:38:30.359Z[ recovery-image] Mar 04 18:38:29.572 INFO O| Mar 04 18:38:29.572 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692026-03-04T18:38:30.365Z[ recovery-image] Mar 04 18:38:29.584 INFO O| Mar 04 18:38:29.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
49702026-03-04T18:38:30.365Z[ recovery-image] Mar 04 18:38:29.584 INFO O| Mar 04 18:38:29.584 INFO STEP 57 (remove_files) COMPLETE
49712026-03-04T18:38:30.369Z[ recovery-image] Mar 04 18:38:29.584 INFO O| Mar 04 18:38:29.584 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722026-03-04T18:38:30.379Z[ recovery-image] Mar 04 18:38:29.598 INFO O| Mar 04 18:38:29.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
49732026-03-04T18:38:30.379Z[ recovery-image] Mar 04 18:38:29.598 INFO O| Mar 04 18:38:29.598 INFO STEP 58 (remove_files) COMPLETE
49742026-03-04T18:38:30.379Z[ recovery-image] Mar 04 18:38:29.598 INFO O| Mar 04 18:38:29.598 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752026-03-04T18:38:30.393Z[ recovery-image] Mar 04 18:38:29.611 INFO O| Mar 04 18:38:29.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
49762026-03-04T18:38:30.393Z[ recovery-image] Mar 04 18:38:29.611 INFO O| Mar 04 18:38:29.611 INFO STEP 59 (remove_files) COMPLETE
49772026-03-04T18:38:30.398Z[ recovery-image] Mar 04 18:38:29.611 INFO O| Mar 04 18:38:29.611 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782026-03-04T18:38:30.406Z[ recovery-image] Mar 04 18:38:29.623 INFO O| Mar 04 18:38:29.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
49792026-03-04T18:38:30.406Z[ recovery-image] Mar 04 18:38:29.623 INFO O| Mar 04 18:38:29.623 INFO STEP 60 (remove_files) COMPLETE
49802026-03-04T18:38:30.409Z[ recovery-image] Mar 04 18:38:29.623 INFO O| Mar 04 18:38:29.623 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812026-03-04T18:38:30.417Z[ recovery-image] Mar 04 18:38:29.636 INFO O| Mar 04 18:38:29.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
49822026-03-04T18:38:30.417Z[ recovery-image] Mar 04 18:38:29.636 INFO O| Mar 04 18:38:29.636 INFO STEP 61 (remove_files) COMPLETE
49832026-03-04T18:38:30.417Z[ recovery-image] Mar 04 18:38:29.636 INFO O| Mar 04 18:38:29.636 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842026-03-04T18:38:30.432Z[ recovery-image] Mar 04 18:38:29.649 INFO O| Mar 04 18:38:29.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
49852026-03-04T18:38:30.436Z[ recovery-image] Mar 04 18:38:29.649 INFO O| Mar 04 18:38:29.649 INFO STEP 62 (remove_files) COMPLETE
49862026-03-04T18:38:30.436Z[ recovery-image] Mar 04 18:38:29.649 INFO O| Mar 04 18:38:29.649 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872026-03-04T18:38:30.445Z[ recovery-image] Mar 04 18:38:29.662 INFO O| Mar 04 18:38:29.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
49882026-03-04T18:38:30.445Z[ recovery-image] Mar 04 18:38:29.662 INFO O| Mar 04 18:38:29.662 INFO STEP 63 (remove_files) COMPLETE
49892026-03-04T18:38:30.445Z[ recovery-image] Mar 04 18:38:29.662 INFO O| Mar 04 18:38:29.662 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902026-03-04T18:38:30.457Z[ recovery-image] Mar 04 18:38:29.675 INFO O| Mar 04 18:38:29.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
49912026-03-04T18:38:30.457Z[ recovery-image] Mar 04 18:38:29.675 INFO O| Mar 04 18:38:29.675 INFO STEP 64 (remove_files) COMPLETE
49922026-03-04T18:38:30.461Z[ recovery-image] Mar 04 18:38:29.675 INFO O| Mar 04 18:38:29.675 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932026-03-04T18:38:30.469Z[ recovery-image] Mar 04 18:38:29.688 INFO O| Mar 04 18:38:29.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
49942026-03-04T18:38:30.469Z[ recovery-image] Mar 04 18:38:29.688 INFO O| Mar 04 18:38:29.688 INFO STEP 65 (remove_files) COMPLETE
49952026-03-04T18:38:30.469Z[ recovery-image] Mar 04 18:38:29.688 INFO O| Mar 04 18:38:29.688 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962026-03-04T18:38:30.483Z[ recovery-image] Mar 04 18:38:29.702 INFO O| Mar 04 18:38:29.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
49972026-03-04T18:38:30.483Z[ recovery-image] Mar 04 18:38:29.702 INFO O| Mar 04 18:38:29.702 INFO STEP 66 (remove_files) COMPLETE
49982026-03-04T18:38:30.484Z[ recovery-image] Mar 04 18:38:29.702 INFO O| Mar 04 18:38:29.702 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992026-03-04T18:38:30.496Z[ recovery-image] Mar 04 18:38:29.715 INFO O| Mar 04 18:38:29.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
50002026-03-04T18:38:30.496Z[ recovery-image] Mar 04 18:38:29.715 INFO O| Mar 04 18:38:29.715 INFO STEP 67 (remove_files) COMPLETE
50012026-03-04T18:38:30.500Z[ recovery-image] Mar 04 18:38:29.715 INFO O| Mar 04 18:38:29.715 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022026-03-04T18:38:30.510Z[ recovery-image] Mar 04 18:38:29.729 INFO O| Mar 04 18:38:29.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
50032026-03-04T18:38:30.510Z[ recovery-image] Mar 04 18:38:29.729 INFO O| Mar 04 18:38:29.729 INFO STEP 68 (remove_files) COMPLETE
50042026-03-04T18:38:30.513Z[ recovery-image] Mar 04 18:38:29.729 INFO O| Mar 04 18:38:29.729 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052026-03-04T18:38:30.524Z[ recovery-image] Mar 04 18:38:29.743 INFO O| Mar 04 18:38:29.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
50062026-03-04T18:38:30.524Z[ recovery-image] Mar 04 18:38:29.743 INFO O| Mar 04 18:38:29.743 INFO STEP 69 (remove_files) COMPLETE
50072026-03-04T18:38:30.524Z[ recovery-image] Mar 04 18:38:29.743 INFO O| Mar 04 18:38:29.743 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082026-03-04T18:38:30.538Z[ recovery-image] Mar 04 18:38:29.757 INFO O| Mar 04 18:38:29.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
50092026-03-04T18:38:30.542Z[ recovery-image] Mar 04 18:38:29.758 INFO O| Mar 04 18:38:29.758 INFO STEP 70 (remove_files) COMPLETE
50102026-03-04T18:38:30.542Z[ recovery-image] Mar 04 18:38:29.758 INFO O| Mar 04 18:38:29.758 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112026-03-04T18:38:30.552Z[ recovery-image] Mar 04 18:38:29.771 INFO O| Mar 04 18:38:29.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
50122026-03-04T18:38:30.552Z[ recovery-image] Mar 04 18:38:29.771 INFO O| Mar 04 18:38:29.771 INFO STEP 71 (remove_files) COMPLETE
50132026-03-04T18:38:30.556Z[ recovery-image] Mar 04 18:38:29.771 INFO O| Mar 04 18:38:29.771 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142026-03-04T18:38:30.565Z[ recovery-image] Mar 04 18:38:29.784 INFO O| Mar 04 18:38:29.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
50152026-03-04T18:38:30.565Z[ recovery-image] Mar 04 18:38:29.785 INFO O| Mar 04 18:38:29.785 INFO STEP 72 (remove_files) COMPLETE
50162026-03-04T18:38:30.568Z[ recovery-image] Mar 04 18:38:29.785 INFO O| Mar 04 18:38:29.785 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172026-03-04T18:38:30.579Z[ recovery-image] Mar 04 18:38:29.798 INFO O| Mar 04 18:38:29.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
50182026-03-04T18:38:30.579Z[ recovery-image] Mar 04 18:38:29.798 INFO O| Mar 04 18:38:29.798 INFO STEP 73 (remove_files) COMPLETE
50192026-03-04T18:38:30.579Z[ recovery-image] Mar 04 18:38:29.798 INFO O| Mar 04 18:38:29.798 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202026-03-04T18:38:30.592Z[ recovery-image] Mar 04 18:38:29.811 INFO O| Mar 04 18:38:29.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
50212026-03-04T18:38:30.595Z[ recovery-image] Mar 04 18:38:29.812 INFO O| Mar 04 18:38:29.812 INFO STEP 74 (remove_files) COMPLETE
50222026-03-04T18:38:30.595Z[ recovery-image] Mar 04 18:38:29.812 INFO O| Mar 04 18:38:29.812 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232026-03-04T18:38:30.607Z[ recovery-image] Mar 04 18:38:29.826 INFO O| Mar 04 18:38:29.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
50242026-03-04T18:38:30.607Z[ recovery-image] Mar 04 18:38:29.826 INFO O| Mar 04 18:38:29.826 INFO STEP 75 (remove_files) COMPLETE
50252026-03-04T18:38:30.610Z[ recovery-image] Mar 04 18:38:29.826 INFO O| Mar 04 18:38:29.826 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262026-03-04T18:38:30.621Z[ recovery-image] Mar 04 18:38:29.840 INFO O| Mar 04 18:38:29.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
50272026-03-04T18:38:30.621Z[ recovery-image] Mar 04 18:38:29.840 INFO O| Mar 04 18:38:29.840 INFO STEP 76 (remove_files) COMPLETE
50282026-03-04T18:38:30.624Z[ recovery-image] Mar 04 18:38:29.840 INFO O| Mar 04 18:38:29.840 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292026-03-04T18:38:30.634Z[ recovery-image] Mar 04 18:38:29.853 INFO O| Mar 04 18:38:29.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
50302026-03-04T18:38:30.634Z[ recovery-image] Mar 04 18:38:29.853 INFO O| Mar 04 18:38:29.853 INFO STEP 77 (remove_files) COMPLETE
50312026-03-04T18:38:30.637Z[ recovery-image] Mar 04 18:38:29.853 INFO O| Mar 04 18:38:29.853 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322026-03-04T18:38:30.647Z[ recovery-image] Mar 04 18:38:29.866 INFO O| Mar 04 18:38:29.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
50332026-03-04T18:38:30.647Z[ recovery-image] Mar 04 18:38:29.866 INFO O| Mar 04 18:38:29.866 INFO STEP 78 (remove_files) COMPLETE
50342026-03-04T18:38:30.648Z[ recovery-image] Mar 04 18:38:29.866 INFO O| Mar 04 18:38:29.866 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352026-03-04T18:38:30.661Z[ recovery-image] Mar 04 18:38:29.880 INFO O| Mar 04 18:38:29.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
50362026-03-04T18:38:30.661Z[ recovery-image] Mar 04 18:38:29.880 INFO O| Mar 04 18:38:29.880 INFO STEP 79 (remove_files) COMPLETE
50372026-03-04T18:38:30.665Z[ recovery-image] Mar 04 18:38:29.880 INFO O| Mar 04 18:38:29.880 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382026-03-04T18:38:30.675Z[ recovery-image] Mar 04 18:38:29.893 INFO O| Mar 04 18:38:29.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
50392026-03-04T18:38:30.675Z[ recovery-image] Mar 04 18:38:29.894 INFO O| Mar 04 18:38:29.893 INFO STEP 80 (remove_files) COMPLETE
50402026-03-04T18:38:30.675Z[ recovery-image] Mar 04 18:38:29.894 INFO O| Mar 04 18:38:29.894 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412026-03-04T18:38:30.688Z[ recovery-image] Mar 04 18:38:29.907 INFO O| Mar 04 18:38:29.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
50422026-03-04T18:38:30.688Z[ recovery-image] Mar 04 18:38:29.907 INFO O| Mar 04 18:38:29.907 INFO STEP 81 (remove_files) COMPLETE
50432026-03-04T18:38:30.688Z[ recovery-image] Mar 04 18:38:29.907 INFO O| Mar 04 18:38:29.907 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442026-03-04T18:38:30.702Z[ recovery-image] Mar 04 18:38:29.921 INFO O| Mar 04 18:38:29.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
50452026-03-04T18:38:30.702Z[ recovery-image] Mar 04 18:38:29.921 INFO O| Mar 04 18:38:29.921 INFO STEP 82 (remove_files) COMPLETE
50462026-03-04T18:38:30.702Z[ recovery-image] Mar 04 18:38:29.921 INFO O| Mar 04 18:38:29.921 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472026-03-04T18:38:30.715Z[ recovery-image] Mar 04 18:38:29.934 INFO O| Mar 04 18:38:29.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
50482026-03-04T18:38:30.715Z[ recovery-image] Mar 04 18:38:29.935 INFO O| Mar 04 18:38:29.935 INFO STEP 83 (remove_files) COMPLETE
50492026-03-04T18:38:30.718Z[ recovery-image] Mar 04 18:38:29.935 INFO O| Mar 04 18:38:29.935 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502026-03-04T18:38:30.732Z[ recovery-image] Mar 04 18:38:29.948 INFO O| Mar 04 18:38:29.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3"
50512026-03-04T18:38:30.735Z[ recovery-image] Mar 04 18:38:29.949 INFO O| Mar 04 18:38:29.949 INFO STEP 84 (remove_files) COMPLETE
50522026-03-04T18:38:30.735Z[ recovery-image] Mar 04 18:38:29.949 INFO O| Mar 04 18:38:29.949 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532026-03-04T18:38:30.745Z[ recovery-image] Mar 04 18:38:29.963 INFO O| Mar 04 18:38:29.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
50542026-03-04T18:38:30.745Z[ recovery-image] Mar 04 18:38:29.963 INFO O| Mar 04 18:38:29.963 INFO STEP 85 (remove_files) COMPLETE
50552026-03-04T18:38:30.749Z[ recovery-image] Mar 04 18:38:29.963 INFO O| Mar 04 18:38:29.963 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562026-03-04T18:38:30.757Z[ recovery-image] Mar 04 18:38:29.976 INFO O| Mar 04 18:38:29.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
50572026-03-04T18:38:30.757Z[ recovery-image] Mar 04 18:38:29.976 INFO O| Mar 04 18:38:29.976 INFO STEP 86 (remove_files) COMPLETE
50582026-03-04T18:38:30.757Z[ recovery-image] Mar 04 18:38:29.976 INFO O| Mar 04 18:38:29.976 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592026-03-04T18:38:30.772Z[ recovery-image] Mar 04 18:38:29.990 INFO O| Mar 04 18:38:29.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
50602026-03-04T18:38:30.772Z[ recovery-image] Mar 04 18:38:29.990 INFO O| Mar 04 18:38:29.990 INFO STEP 87 (remove_files) COMPLETE
50612026-03-04T18:38:30.775Z[ recovery-image] Mar 04 18:38:29.990 INFO O| Mar 04 18:38:29.990 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622026-03-04T18:38:30.785Z[ recovery-image] Mar 04 18:38:30.004 INFO O| Mar 04 18:38:30.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
50632026-03-04T18:38:30.785Z[ recovery-image] Mar 04 18:38:30.004 INFO O| Mar 04 18:38:30.004 INFO STEP 88 (remove_files) COMPLETE
50642026-03-04T18:38:30.786Z[ recovery-image] Mar 04 18:38:30.004 INFO O| Mar 04 18:38:30.004 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652026-03-04T18:38:30.799Z[ recovery-image] Mar 04 18:38:30.018 INFO O| Mar 04 18:38:30.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
50662026-03-04T18:38:30.799Z[ recovery-image] Mar 04 18:38:30.018 INFO O| Mar 04 18:38:30.018 INFO STEP 89 (remove_files) COMPLETE
50672026-03-04T18:38:30.799Z[ recovery-image] Mar 04 18:38:30.018 INFO O| Mar 04 18:38:30.018 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682026-03-04T18:38:30.813Z[ recovery-image] Mar 04 18:38:30.032 INFO O| Mar 04 18:38:30.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
50692026-03-04T18:38:30.813Z[ recovery-image] Mar 04 18:38:30.032 INFO O| Mar 04 18:38:30.032 INFO STEP 90 (remove_files) COMPLETE
50702026-03-04T18:38:30.813Z[ recovery-image] Mar 04 18:38:30.032 INFO O| Mar 04 18:38:30.032 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712026-03-04T18:38:30.827Z[ recovery-image] Mar 04 18:38:30.046 INFO O| Mar 04 18:38:30.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
50722026-03-04T18:38:30.827Z[ recovery-image] Mar 04 18:38:30.046 INFO O| Mar 04 18:38:30.046 INFO STEP 91 (remove_files) COMPLETE
50732026-03-04T18:38:30.828Z[ recovery-image] Mar 04 18:38:30.046 INFO O| Mar 04 18:38:30.046 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742026-03-04T18:38:30.841Z[ recovery-image] Mar 04 18:38:30.060 INFO O| Mar 04 18:38:30.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
50752026-03-04T18:38:30.841Z[ recovery-image] Mar 04 18:38:30.060 INFO O| Mar 04 18:38:30.060 INFO STEP 92 (remove_files) COMPLETE
50762026-03-04T18:38:30.844Z[ recovery-image] Mar 04 18:38:30.060 INFO O| Mar 04 18:38:30.060 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772026-03-04T18:38:30.873Z[ recovery-image] Mar 04 18:38:30.089 INFO O| Mar 04 18:38:30.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
50782026-03-04T18:38:30.873Z[ recovery-image] Mar 04 18:38:30.089 INFO O| Mar 04 18:38:30.089 INFO STEP 93 (remove_files) COMPLETE
50792026-03-04T18:38:30.873Z[ recovery-image] Mar 04 18:38:30.089 INFO O| Mar 04 18:38:30.089 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802026-03-04T18:38:30.883Z[ recovery-image] Mar 04 18:38:30.102 INFO O| Mar 04 18:38:30.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
50812026-03-04T18:38:30.883Z[ recovery-image] Mar 04 18:38:30.102 INFO O| Mar 04 18:38:30.102 INFO STEP 94 (remove_files) COMPLETE
50822026-03-04T18:38:30.883Z[ recovery-image] Mar 04 18:38:30.102 INFO O| Mar 04 18:38:30.102 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832026-03-04T18:38:30.895Z[ recovery-image] Mar 04 18:38:30.114 INFO O| Mar 04 18:38:30.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
50842026-03-04T18:38:30.896Z[ recovery-image] Mar 04 18:38:30.114 INFO O| Mar 04 18:38:30.114 INFO STEP 95 (remove_files) COMPLETE
50852026-03-04T18:38:30.896Z[ recovery-image] Mar 04 18:38:30.114 INFO O| Mar 04 18:38:30.114 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862026-03-04T18:38:30.907Z[ recovery-image] Mar 04 18:38:30.126 INFO O| Mar 04 18:38:30.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
50872026-03-04T18:38:30.907Z[ recovery-image] Mar 04 18:38:30.126 INFO O| Mar 04 18:38:30.126 INFO STEP 96 (remove_files) COMPLETE
50882026-03-04T18:38:30.907Z[ recovery-image] Mar 04 18:38:30.126 INFO O| Mar 04 18:38:30.126 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892026-03-04T18:38:30.919Z[ recovery-image] Mar 04 18:38:30.138 INFO O| Mar 04 18:38:30.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
50902026-03-04T18:38:30.919Z[ recovery-image] Mar 04 18:38:30.138 INFO O| Mar 04 18:38:30.138 INFO STEP 97 (remove_files) COMPLETE
50912026-03-04T18:38:30.922Z[ recovery-image] Mar 04 18:38:30.138 INFO O| Mar 04 18:38:30.138 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922026-03-04T18:38:30.932Z[ recovery-image] Mar 04 18:38:30.150 INFO O| Mar 04 18:38:30.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
50932026-03-04T18:38:30.932Z[ recovery-image] Mar 04 18:38:30.150 INFO O| Mar 04 18:38:30.150 INFO STEP 98 (remove_files) COMPLETE
50942026-03-04T18:38:30.932Z[ recovery-image] Mar 04 18:38:30.150 INFO O| Mar 04 18:38:30.150 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952026-03-04T18:38:30.945Z[ recovery-image] Mar 04 18:38:30.164 INFO O| Mar 04 18:38:30.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
50962026-03-04T18:38:30.945Z[ recovery-image] Mar 04 18:38:30.164 INFO O| Mar 04 18:38:30.164 INFO STEP 99 (remove_files) COMPLETE
50972026-03-04T18:38:30.945Z[ recovery-image] Mar 04 18:38:30.164 INFO O| Mar 04 18:38:30.164 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982026-03-04T18:38:30.959Z[ recovery-image] Mar 04 18:38:30.177 INFO O| Mar 04 18:38:30.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
50992026-03-04T18:38:30.959Z[ recovery-image] Mar 04 18:38:30.177 INFO O| Mar 04 18:38:30.177 INFO STEP 100 (remove_files) COMPLETE
51002026-03-04T18:38:30.962Z[ recovery-image] Mar 04 18:38:30.177 INFO O| Mar 04 18:38:30.177 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012026-03-04T18:38:30.972Z[ recovery-image] Mar 04 18:38:30.191 INFO O| Mar 04 18:38:30.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
51022026-03-04T18:38:30.972Z[ recovery-image] Mar 04 18:38:30.191 INFO O| Mar 04 18:38:30.191 INFO STEP 101 (remove_files) COMPLETE
51032026-03-04T18:38:30.975Z[ recovery-image] Mar 04 18:38:30.191 INFO O| Mar 04 18:38:30.191 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042026-03-04T18:38:30.991Z[ recovery-image] Mar 04 18:38:30.204 INFO O| Mar 04 18:38:30.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
51052026-03-04T18:38:30.991Z[ recovery-image] Mar 04 18:38:30.205 INFO O| Mar 04 18:38:30.205 INFO STEP 102 (remove_files) COMPLETE
51062026-03-04T18:38:30.991Z[ recovery-image] Mar 04 18:38:30.205 INFO O| Mar 04 18:38:30.205 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072026-03-04T18:38:31.001Z[ recovery-image] Mar 04 18:38:30.218 INFO O| Mar 04 18:38:30.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
51082026-03-04T18:38:31.001Z[ recovery-image] Mar 04 18:38:30.218 INFO O| Mar 04 18:38:30.218 INFO STEP 103 (remove_files) COMPLETE
51092026-03-04T18:38:31.001Z[ recovery-image] Mar 04 18:38:30.219 INFO O| Mar 04 18:38:30.218 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102026-03-04T18:38:31.014Z[ recovery-image] Mar 04 18:38:30.231 INFO O| Mar 04 18:38:30.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
51112026-03-04T18:38:31.014Z[ recovery-image] Mar 04 18:38:30.232 INFO O| Mar 04 18:38:30.231 INFO STEP 104 (remove_files) COMPLETE
51122026-03-04T18:38:31.014Z[ recovery-image] Mar 04 18:38:30.232 INFO O| Mar 04 18:38:30.231 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132026-03-04T18:38:31.026Z[ recovery-image] Mar 04 18:38:30.245 INFO O| Mar 04 18:38:30.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
51142026-03-04T18:38:31.026Z[ recovery-image] Mar 04 18:38:30.245 INFO O| Mar 04 18:38:30.245 INFO STEP 105 (remove_files) COMPLETE
51152026-03-04T18:38:31.029Z[ recovery-image] Mar 04 18:38:30.245 INFO O| Mar 04 18:38:30.245 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162026-03-04T18:38:31.039Z[ recovery-image] Mar 04 18:38:30.258 INFO O| Mar 04 18:38:30.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
51172026-03-04T18:38:31.039Z[ recovery-image] Mar 04 18:38:30.258 INFO O| Mar 04 18:38:30.258 INFO STEP 106 (remove_files) COMPLETE
51182026-03-04T18:38:31.039Z[ recovery-image] Mar 04 18:38:30.258 INFO O| Mar 04 18:38:30.258 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192026-03-04T18:38:31.053Z[ recovery-image] Mar 04 18:38:30.272 INFO O| Mar 04 18:38:30.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
51202026-03-04T18:38:31.053Z[ recovery-image] Mar 04 18:38:30.272 INFO O| Mar 04 18:38:30.272 INFO STEP 107 (remove_files) COMPLETE
51212026-03-04T18:38:31.056Z[ recovery-image] Mar 04 18:38:30.272 INFO O| Mar 04 18:38:30.272 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222026-03-04T18:38:31.066Z[ recovery-image] Mar 04 18:38:30.285 INFO O| Mar 04 18:38:30.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
51232026-03-04T18:38:31.066Z[ recovery-image] Mar 04 18:38:30.285 INFO O| Mar 04 18:38:30.285 INFO STEP 108 (remove_files) COMPLETE
51242026-03-04T18:38:31.069Z[ recovery-image] Mar 04 18:38:30.285 INFO O| Mar 04 18:38:30.285 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252026-03-04T18:38:31.079Z[ recovery-image] Mar 04 18:38:30.298 INFO O| Mar 04 18:38:30.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
51262026-03-04T18:38:31.079Z[ recovery-image] Mar 04 18:38:30.298 INFO O| Mar 04 18:38:30.298 INFO STEP 109 (remove_files) COMPLETE
51272026-03-04T18:38:31.082Z[ recovery-image] Mar 04 18:38:30.298 INFO O| Mar 04 18:38:30.298 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282026-03-04T18:38:31.092Z[ recovery-image] Mar 04 18:38:30.311 INFO O| Mar 04 18:38:30.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
51292026-03-04T18:38:31.092Z[ recovery-image] Mar 04 18:38:30.311 INFO O| Mar 04 18:38:30.311 INFO STEP 110 (remove_files) COMPLETE
51302026-03-04T18:38:31.095Z[ recovery-image] Mar 04 18:38:30.311 INFO O| Mar 04 18:38:30.311 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312026-03-04T18:38:31.104Z[ recovery-image] Mar 04 18:38:30.323 INFO O| Mar 04 18:38:30.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
51322026-03-04T18:38:31.105Z[ recovery-image] Mar 04 18:38:30.323 INFO O| Mar 04 18:38:30.323 INFO STEP 111 (remove_files) COMPLETE
51332026-03-04T18:38:31.105Z[ recovery-image] Mar 04 18:38:30.324 INFO O| Mar 04 18:38:30.323 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342026-03-04T18:38:31.118Z[ recovery-image] Mar 04 18:38:30.336 INFO O| Mar 04 18:38:30.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
51352026-03-04T18:38:31.118Z[ recovery-image] Mar 04 18:38:30.336 INFO O| Mar 04 18:38:30.336 INFO STEP 112 (remove_files) COMPLETE
51362026-03-04T18:38:31.121Z[ recovery-image] Mar 04 18:38:30.336 INFO O| Mar 04 18:38:30.336 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372026-03-04T18:38:31.129Z[ recovery-image] Mar 04 18:38:30.348 INFO O| Mar 04 18:38:30.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
51382026-03-04T18:38:31.129Z[ recovery-image] Mar 04 18:38:30.348 INFO O| Mar 04 18:38:30.348 INFO STEP 113 (remove_files) COMPLETE
51392026-03-04T18:38:31.133Z[ recovery-image] Mar 04 18:38:30.348 INFO O| Mar 04 18:38:30.348 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402026-03-04T18:38:31.142Z[ recovery-image] Mar 04 18:38:30.361 INFO O| Mar 04 18:38:30.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
51412026-03-04T18:38:31.142Z[ recovery-image] Mar 04 18:38:30.361 INFO O| Mar 04 18:38:30.361 INFO STEP 114 (remove_files) COMPLETE
51422026-03-04T18:38:31.142Z[ recovery-image] Mar 04 18:38:30.361 INFO O| Mar 04 18:38:30.361 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432026-03-04T18:38:31.156Z[ recovery-image] Mar 04 18:38:30.374 INFO O| Mar 04 18:38:30.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
51442026-03-04T18:38:31.156Z[ recovery-image] Mar 04 18:38:30.375 INFO O| Mar 04 18:38:30.375 INFO STEP 115 (remove_files) COMPLETE
51452026-03-04T18:38:31.159Z[ recovery-image] Mar 04 18:38:30.375 INFO O| Mar 04 18:38:30.375 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462026-03-04T18:38:31.168Z[ recovery-image] Mar 04 18:38:30.387 INFO O| Mar 04 18:38:30.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
51472026-03-04T18:38:31.173Z[ recovery-image] Mar 04 18:38:30.387 INFO O| Mar 04 18:38:30.387 INFO STEP 116 (remove_files) COMPLETE
51482026-03-04T18:38:31.173Z[ recovery-image] Mar 04 18:38:30.387 INFO O| Mar 04 18:38:30.387 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492026-03-04T18:38:31.182Z[ recovery-image] Mar 04 18:38:30.401 INFO O| Mar 04 18:38:30.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
51502026-03-04T18:38:31.185Z[ recovery-image] Mar 04 18:38:30.401 INFO O| Mar 04 18:38:30.401 INFO STEP 117 (remove_files) COMPLETE
51512026-03-04T18:38:31.186Z[ recovery-image] Mar 04 18:38:30.401 INFO O| Mar 04 18:38:30.401 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522026-03-04T18:38:31.196Z[ recovery-image] Mar 04 18:38:30.415 INFO O| Mar 04 18:38:30.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
51532026-03-04T18:38:31.196Z[ recovery-image] Mar 04 18:38:30.415 INFO O| Mar 04 18:38:30.415 INFO STEP 118 (remove_files) COMPLETE
51542026-03-04T18:38:31.200Z[ recovery-image] Mar 04 18:38:30.415 INFO O| Mar 04 18:38:30.415 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552026-03-04T18:38:31.210Z[ recovery-image] Mar 04 18:38:30.429 INFO O| Mar 04 18:38:30.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
51562026-03-04T18:38:31.210Z[ recovery-image] Mar 04 18:38:30.429 INFO O| Mar 04 18:38:30.429 INFO STEP 119 (remove_files) COMPLETE
51572026-03-04T18:38:31.210Z[ recovery-image] Mar 04 18:38:30.429 INFO O| Mar 04 18:38:30.429 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582026-03-04T18:38:31.224Z[ recovery-image] Mar 04 18:38:30.443 INFO O| Mar 04 18:38:30.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
51592026-03-04T18:38:31.225Z[ recovery-image] Mar 04 18:38:30.443 INFO O| Mar 04 18:38:30.443 INFO STEP 120 (remove_files) COMPLETE
51602026-03-04T18:38:31.228Z[ recovery-image] Mar 04 18:38:30.443 INFO O| Mar 04 18:38:30.443 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612026-03-04T18:38:31.238Z[ recovery-image] Mar 04 18:38:30.457 INFO O| Mar 04 18:38:30.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
51622026-03-04T18:38:31.238Z[ recovery-image] Mar 04 18:38:30.457 INFO O| Mar 04 18:38:30.457 INFO STEP 121 (remove_files) COMPLETE
51632026-03-04T18:38:31.238Z[ recovery-image] Mar 04 18:38:30.457 INFO O| Mar 04 18:38:30.457 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642026-03-04T18:38:31.252Z[ recovery-image] Mar 04 18:38:30.471 INFO O| Mar 04 18:38:30.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
51652026-03-04T18:38:31.252Z[ recovery-image] Mar 04 18:38:30.471 INFO O| Mar 04 18:38:30.471 INFO STEP 122 (remove_files) COMPLETE
51662026-03-04T18:38:31.256Z[ recovery-image] Mar 04 18:38:30.471 INFO O| Mar 04 18:38:30.471 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672026-03-04T18:38:31.266Z[ recovery-image] Mar 04 18:38:30.485 INFO O| Mar 04 18:38:30.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
51682026-03-04T18:38:31.266Z[ recovery-image] Mar 04 18:38:30.485 INFO O| Mar 04 18:38:30.485 INFO STEP 123 (remove_files) COMPLETE
51692026-03-04T18:38:31.266Z[ recovery-image] Mar 04 18:38:30.485 INFO O| Mar 04 18:38:30.485 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702026-03-04T18:38:31.280Z[ recovery-image] Mar 04 18:38:30.499 INFO O| Mar 04 18:38:30.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
51712026-03-04T18:38:31.281Z[ recovery-image] Mar 04 18:38:30.499 INFO O| Mar 04 18:38:30.499 INFO STEP 124 (remove_files) COMPLETE
51722026-03-04T18:38:31.282Z[ recovery-image] Mar 04 18:38:30.499 INFO O| Mar 04 18:38:30.499 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732026-03-04T18:38:31.295Z[ recovery-image] Mar 04 18:38:30.514 INFO O| Mar 04 18:38:30.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
51742026-03-04T18:38:31.295Z[ recovery-image] Mar 04 18:38:30.514 INFO O| Mar 04 18:38:30.514 INFO STEP 125 (remove_files) COMPLETE
51752026-03-04T18:38:31.295Z[ recovery-image] Mar 04 18:38:30.514 INFO O| Mar 04 18:38:30.514 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762026-03-04T18:38:31.308Z[ recovery-image] Mar 04 18:38:30.527 INFO O| Mar 04 18:38:30.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
51772026-03-04T18:38:31.308Z[ recovery-image] Mar 04 18:38:30.527 INFO O| Mar 04 18:38:30.527 INFO STEP 126 (remove_files) COMPLETE
51782026-03-04T18:38:31.311Z[ recovery-image] Mar 04 18:38:30.527 INFO O| Mar 04 18:38:30.527 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792026-03-04T18:38:31.322Z[ recovery-image] Mar 04 18:38:30.541 INFO O| Mar 04 18:38:30.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
51802026-03-04T18:38:31.322Z[ recovery-image] Mar 04 18:38:30.541 INFO O| Mar 04 18:38:30.541 INFO STEP 127 (remove_files) COMPLETE
51812026-03-04T18:38:31.325Z[ recovery-image] Mar 04 18:38:30.541 INFO O| Mar 04 18:38:30.541 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822026-03-04T18:38:31.335Z[ recovery-image] Mar 04 18:38:30.554 INFO O| Mar 04 18:38:30.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
51832026-03-04T18:38:31.335Z[ recovery-image] Mar 04 18:38:30.554 INFO O| Mar 04 18:38:30.554 INFO STEP 128 (remove_files) COMPLETE
51842026-03-04T18:38:31.338Z[ recovery-image] Mar 04 18:38:30.554 INFO O| Mar 04 18:38:30.554 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852026-03-04T18:38:31.338Z[ host-image] Mar 04 18:38:30.556 INFO O| Mar 04 18:38:30.556 INFO O| Done
51862026-03-04T18:38:31.349Z[ recovery-image] Mar 04 18:38:30.568 INFO O| Mar 04 18:38:30.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
51872026-03-04T18:38:31.349Z[ recovery-image] Mar 04 18:38:30.568 INFO O| Mar 04 18:38:30.568 INFO STEP 129 (remove_files) COMPLETE
51882026-03-04T18:38:31.352Z[ recovery-image] Mar 04 18:38:30.568 INFO O| Mar 04 18:38:30.568 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892026-03-04T18:38:31.364Z[ recovery-image] Mar 04 18:38:30.583 INFO O| Mar 04 18:38:30.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
51902026-03-04T18:38:31.364Z[ recovery-image] Mar 04 18:38:30.583 INFO O| Mar 04 18:38:30.583 INFO STEP 130 (remove_files) COMPLETE
51912026-03-04T18:38:31.367Z[ recovery-image] Mar 04 18:38:30.583 INFO O| Mar 04 18:38:30.583 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922026-03-04T18:38:31.377Z[ host-image] Mar 04 18:38:30.596 INFO O| Mar 04 18:38:30.596 INFO O| Done
51932026-03-04T18:38:31.380Z[ host-image] Mar 04 18:38:30.596 INFO O| Mar 04 18:38:30.596 INFO O| Done
51942026-03-04T18:38:31.380Z[ recovery-image] Mar 04 18:38:30.598 INFO O| Mar 04 18:38:30.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
51952026-03-04T18:38:31.380Z[ recovery-image] Mar 04 18:38:30.598 INFO O| Mar 04 18:38:30.598 INFO STEP 131 (remove_files) COMPLETE
51962026-03-04T18:38:31.380Z[ recovery-image] Mar 04 18:38:30.598 INFO O| Mar 04 18:38:30.598 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972026-03-04T18:38:31.392Z[ recovery-image] Mar 04 18:38:30.611 INFO O| Mar 04 18:38:30.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
51982026-03-04T18:38:31.392Z[ recovery-image] Mar 04 18:38:30.611 INFO O| Mar 04 18:38:30.611 INFO STEP 132 (remove_files) COMPLETE
51992026-03-04T18:38:31.392Z[ recovery-image] Mar 04 18:38:30.611 INFO O| Mar 04 18:38:30.611 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002026-03-04T18:38:31.399Z[ host-image] Mar 04 18:38:30.618 INFO O| Mar 04 18:38:30.618 INFO O| Done
52012026-03-04T18:38:31.407Z[ recovery-image] Mar 04 18:38:30.626 INFO O| Mar 04 18:38:30.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
52022026-03-04T18:38:31.407Z[ recovery-image] Mar 04 18:38:30.626 INFO O| Mar 04 18:38:30.626 INFO STEP 133 (remove_files) COMPLETE
52032026-03-04T18:38:31.411Z[ recovery-image] Mar 04 18:38:30.626 INFO O| Mar 04 18:38:30.626 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042026-03-04T18:38:31.424Z[ recovery-image] Mar 04 18:38:30.643 INFO O| Mar 04 18:38:30.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
52052026-03-04T18:38:31.424Z[ recovery-image] Mar 04 18:38:30.643 INFO O| Mar 04 18:38:30.643 INFO STEP 134 (remove_files) COMPLETE
52062026-03-04T18:38:31.424Z[ recovery-image] Mar 04 18:38:30.643 INFO O| Mar 04 18:38:30.643 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072026-03-04T18:38:31.441Z[ recovery-image] Mar 04 18:38:30.659 INFO O| Mar 04 18:38:30.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
52082026-03-04T18:38:31.441Z[ recovery-image] Mar 04 18:38:30.660 INFO O| Mar 04 18:38:30.659 INFO STEP 135 (remove_files) COMPLETE
52092026-03-04T18:38:31.441Z[ recovery-image] Mar 04 18:38:30.660 INFO O| Mar 04 18:38:30.660 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102026-03-04T18:38:31.457Z[ recovery-image] Mar 04 18:38:30.676 INFO O| Mar 04 18:38:30.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
52112026-03-04T18:38:31.457Z[ recovery-image] Mar 04 18:38:30.676 INFO O| Mar 04 18:38:30.676 INFO STEP 136 (remove_files) COMPLETE
52122026-03-04T18:38:31.457Z[ recovery-image] Mar 04 18:38:30.676 INFO O| Mar 04 18:38:30.676 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132026-03-04T18:38:31.473Z[ recovery-image] Mar 04 18:38:30.692 INFO O| Mar 04 18:38:30.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
52142026-03-04T18:38:31.476Z[ recovery-image] Mar 04 18:38:30.692 INFO O| Mar 04 18:38:30.692 INFO STEP 137 (remove_files) COMPLETE
52152026-03-04T18:38:31.476Z[ recovery-image] Mar 04 18:38:30.692 INFO O| Mar 04 18:38:30.692 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162026-03-04T18:38:31.491Z[ recovery-image] Mar 04 18:38:30.710 INFO O| Mar 04 18:38:30.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack"
52172026-03-04T18:38:31.491Z[ recovery-image] Mar 04 18:38:30.710 INFO O| Mar 04 18:38:30.710 INFO STEP 138 (remove_files) COMPLETE
52182026-03-04T18:38:31.491Z[ recovery-image] Mar 04 18:38:30.710 INFO O| Mar 04 18:38:30.710 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192026-03-04T18:38:31.506Z[ recovery-image] Mar 04 18:38:30.725 INFO O| Mar 04 18:38:30.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
52202026-03-04T18:38:31.506Z[ recovery-image] Mar 04 18:38:30.725 INFO O| Mar 04 18:38:30.725 INFO STEP 139 (remove_files) COMPLETE
52212026-03-04T18:38:31.506Z[ recovery-image] Mar 04 18:38:30.725 INFO O| Mar 04 18:38:30.725 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222026-03-04T18:38:31.521Z[ recovery-image] Mar 04 18:38:30.739 INFO O| Mar 04 18:38:30.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
52232026-03-04T18:38:31.521Z[ recovery-image] Mar 04 18:38:30.739 INFO O| Mar 04 18:38:30.739 INFO STEP 140 (remove_files) COMPLETE
52242026-03-04T18:38:31.524Z[ recovery-image] Mar 04 18:38:30.739 INFO O| Mar 04 18:38:30.739 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252026-03-04T18:38:31.534Z[ recovery-image] Mar 04 18:38:30.752 INFO O| Mar 04 18:38:30.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
52262026-03-04T18:38:31.534Z[ recovery-image] Mar 04 18:38:30.752 INFO O| Mar 04 18:38:30.752 INFO STEP 141 (remove_files) COMPLETE
52272026-03-04T18:38:31.538Z[ recovery-image] Mar 04 18:38:30.752 INFO O| Mar 04 18:38:30.752 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282026-03-04T18:38:31.547Z[ recovery-image] Mar 04 18:38:30.766 INFO O| Mar 04 18:38:30.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
52292026-03-04T18:38:31.547Z[ recovery-image] Mar 04 18:38:30.766 INFO O| Mar 04 18:38:30.766 INFO STEP 142 (remove_files) COMPLETE
52302026-03-04T18:38:31.547Z[ recovery-image] Mar 04 18:38:30.766 INFO O| Mar 04 18:38:30.766 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312026-03-04T18:38:31.563Z[ recovery-image] Mar 04 18:38:30.781 INFO O| Mar 04 18:38:30.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
52322026-03-04T18:38:31.564Z[ recovery-image] Mar 04 18:38:30.782 INFO O| Mar 04 18:38:30.782 INFO STEP 143 (remove_files) COMPLETE
52332026-03-04T18:38:31.564Z[ recovery-image] Mar 04 18:38:30.782 INFO O| Mar 04 18:38:30.782 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342026-03-04T18:38:31.578Z[ recovery-image] Mar 04 18:38:30.797 INFO O| Mar 04 18:38:30.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
52352026-03-04T18:38:31.578Z[ recovery-image] Mar 04 18:38:30.797 INFO O| Mar 04 18:38:30.797 INFO STEP 144 (remove_files) COMPLETE
52362026-03-04T18:38:31.581Z[ recovery-image] Mar 04 18:38:30.797 INFO O| Mar 04 18:38:30.797 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372026-03-04T18:38:31.596Z[ recovery-image] Mar 04 18:38:30.815 INFO O| Mar 04 18:38:30.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
52382026-03-04T18:38:31.596Z[ recovery-image] Mar 04 18:38:30.815 INFO O| Mar 04 18:38:30.815 INFO STEP 145 (remove_files) COMPLETE
52392026-03-04T18:38:31.596Z[ recovery-image] Mar 04 18:38:30.815 INFO O| Mar 04 18:38:30.815 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402026-03-04T18:38:31.612Z[ recovery-image] Mar 04 18:38:30.831 INFO O| Mar 04 18:38:30.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
52412026-03-04T18:38:31.612Z[ recovery-image] Mar 04 18:38:30.831 INFO O| Mar 04 18:38:30.831 INFO STEP 146 (remove_files) COMPLETE
52422026-03-04T18:38:31.612Z[ recovery-image] Mar 04 18:38:30.831 INFO O| Mar 04 18:38:30.831 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432026-03-04T18:38:31.627Z[ recovery-image] Mar 04 18:38:30.846 INFO O| Mar 04 18:38:30.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
52442026-03-04T18:38:31.627Z[ recovery-image] Mar 04 18:38:30.846 INFO O| Mar 04 18:38:30.846 INFO STEP 147 (remove_files) COMPLETE
52452026-03-04T18:38:31.631Z[ recovery-image] Mar 04 18:38:30.846 INFO O| Mar 04 18:38:30.846 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462026-03-04T18:38:31.641Z[ recovery-image] Mar 04 18:38:30.860 INFO O| Mar 04 18:38:30.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
52472026-03-04T18:38:31.641Z[ recovery-image] Mar 04 18:38:30.860 INFO O| Mar 04 18:38:30.860 INFO STEP 148 (remove_files) COMPLETE
52482026-03-04T18:38:31.645Z[ recovery-image] Mar 04 18:38:30.860 INFO O| Mar 04 18:38:30.860 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492026-03-04T18:38:31.656Z[ recovery-image] Mar 04 18:38:30.875 INFO O| Mar 04 18:38:30.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
52502026-03-04T18:38:31.656Z[ recovery-image] Mar 04 18:38:30.875 INFO O| Mar 04 18:38:30.875 INFO STEP 149 (remove_files) COMPLETE
52512026-03-04T18:38:31.656Z[ recovery-image] Mar 04 18:38:30.875 INFO O| Mar 04 18:38:30.875 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522026-03-04T18:38:31.671Z[ recovery-image] Mar 04 18:38:30.890 INFO O| Mar 04 18:38:30.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
52532026-03-04T18:38:31.671Z[ recovery-image] Mar 04 18:38:30.890 INFO O| Mar 04 18:38:30.890 INFO STEP 150 (remove_files) COMPLETE
52542026-03-04T18:38:31.671Z[ recovery-image] Mar 04 18:38:30.890 INFO O| Mar 04 18:38:30.890 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552026-03-04T18:38:31.685Z[ recovery-image] Mar 04 18:38:30.904 INFO O| Mar 04 18:38:30.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
52562026-03-04T18:38:31.686Z[ recovery-image] Mar 04 18:38:30.905 INFO O| Mar 04 18:38:30.905 INFO STEP 151 (remove_files) COMPLETE
52572026-03-04T18:38:31.689Z[ recovery-image] Mar 04 18:38:30.905 INFO O| Mar 04 18:38:30.905 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582026-03-04T18:38:31.701Z[ recovery-image] Mar 04 18:38:30.920 INFO O| Mar 04 18:38:30.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
52592026-03-04T18:38:31.705Z[ recovery-image] Mar 04 18:38:30.920 INFO O| Mar 04 18:38:30.920 INFO STEP 152 (remove_files) COMPLETE
52602026-03-04T18:38:31.705Z[ recovery-image] Mar 04 18:38:30.920 INFO O| Mar 04 18:38:30.920 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612026-03-04T18:38:31.733Z[ recovery-image] Mar 04 18:38:30.952 INFO O| Mar 04 18:38:30.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
52622026-03-04T18:38:31.733Z[ recovery-image] Mar 04 18:38:30.952 INFO O| Mar 04 18:38:30.952 INFO STEP 153 (remove_files) COMPLETE
52632026-03-04T18:38:31.733Z[ recovery-image] Mar 04 18:38:30.952 INFO O| Mar 04 18:38:30.952 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642026-03-04T18:38:31.751Z[ recovery-image] Mar 04 18:38:30.968 INFO O| Mar 04 18:38:30.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
52652026-03-04T18:38:31.751Z[ recovery-image] Mar 04 18:38:30.968 INFO O| Mar 04 18:38:30.968 INFO STEP 154 (remove_files) COMPLETE
52662026-03-04T18:38:31.751Z[ recovery-image] Mar 04 18:38:30.968 INFO O| Mar 04 18:38:30.968 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672026-03-04T18:38:31.764Z[ recovery-image] Mar 04 18:38:30.982 INFO O| Mar 04 18:38:30.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
52682026-03-04T18:38:31.764Z[ recovery-image] Mar 04 18:38:30.983 INFO O| Mar 04 18:38:30.983 INFO STEP 155 (remove_files) COMPLETE
52692026-03-04T18:38:31.767Z[ recovery-image] Mar 04 18:38:30.983 INFO O| Mar 04 18:38:30.983 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702026-03-04T18:38:31.777Z[ recovery-image] Mar 04 18:38:30.996 INFO O| Mar 04 18:38:30.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
52712026-03-04T18:38:31.778Z[ recovery-image] Mar 04 18:38:30.996 INFO O| Mar 04 18:38:30.996 INFO STEP 156 (remove_files) COMPLETE
52722026-03-04T18:38:31.780Z[ recovery-image] Mar 04 18:38:30.996 INFO O| Mar 04 18:38:30.996 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732026-03-04T18:38:31.791Z[ recovery-image] Mar 04 18:38:31.010 INFO O| Mar 04 18:38:31.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
52742026-03-04T18:38:31.794Z[ recovery-image] Mar 04 18:38:31.010 INFO O| Mar 04 18:38:31.010 INFO STEP 157 (remove_files) COMPLETE
52752026-03-04T18:38:31.794Z[ recovery-image] Mar 04 18:38:31.010 INFO O| Mar 04 18:38:31.010 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762026-03-04T18:38:31.806Z[ recovery-image] Mar 04 18:38:31.023 INFO O| Mar 04 18:38:31.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
52772026-03-04T18:38:31.806Z[ recovery-image] Mar 04 18:38:31.024 INFO O| Mar 04 18:38:31.023 INFO STEP 158 (remove_files) COMPLETE
52782026-03-04T18:38:31.809Z[ recovery-image] Mar 04 18:38:31.024 INFO O| Mar 04 18:38:31.023 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792026-03-04T18:38:31.819Z[ recovery-image] Mar 04 18:38:31.037 INFO O| Mar 04 18:38:31.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
52802026-03-04T18:38:31.823Z[ recovery-image] Mar 04 18:38:31.038 INFO O| Mar 04 18:38:31.038 INFO STEP 159 (remove_files) COMPLETE
52812026-03-04T18:38:31.823Z[ recovery-image] Mar 04 18:38:31.038 INFO O| Mar 04 18:38:31.038 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822026-03-04T18:38:31.833Z[ recovery-image] Mar 04 18:38:31.051 INFO O| Mar 04 18:38:31.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
52832026-03-04T18:38:31.837Z[ recovery-image] Mar 04 18:38:31.051 INFO O| Mar 04 18:38:31.051 INFO STEP 160 (remove_files) COMPLETE
52842026-03-04T18:38:31.837Z[ recovery-image] Mar 04 18:38:31.051 INFO O| Mar 04 18:38:31.051 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852026-03-04T18:38:31.845Z[ recovery-image] Mar 04 18:38:31.065 INFO O| Mar 04 18:38:31.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
52862026-03-04T18:38:31.845Z[ recovery-image] Mar 04 18:38:31.065 INFO O| Mar 04 18:38:31.065 INFO STEP 161 (remove_files) COMPLETE
52872026-03-04T18:38:31.849Z[ recovery-image] Mar 04 18:38:31.065 INFO O| Mar 04 18:38:31.065 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882026-03-04T18:38:31.861Z[ recovery-image] Mar 04 18:38:31.078 INFO O| Mar 04 18:38:31.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
52892026-03-04T18:38:31.864Z[ recovery-image] Mar 04 18:38:31.078 INFO O| Mar 04 18:38:31.078 INFO STEP 162 (remove_files) COMPLETE
52902026-03-04T18:38:31.865Z[ recovery-image] Mar 04 18:38:31.078 INFO O| Mar 04 18:38:31.078 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912026-03-04T18:38:31.872Z[ recovery-image] Mar 04 18:38:31.091 INFO O| Mar 04 18:38:31.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
52922026-03-04T18:38:31.876Z[ recovery-image] Mar 04 18:38:31.092 INFO O| Mar 04 18:38:31.091 INFO STEP 163 (remove_files) COMPLETE
52932026-03-04T18:38:31.876Z[ recovery-image] Mar 04 18:38:31.092 INFO O| Mar 04 18:38:31.092 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942026-03-04T18:38:31.886Z[ recovery-image] Mar 04 18:38:31.105 INFO O| Mar 04 18:38:31.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
52952026-03-04T18:38:31.889Z[ recovery-image] Mar 04 18:38:31.105 INFO O| Mar 04 18:38:31.105 INFO STEP 164 (remove_files) COMPLETE
52962026-03-04T18:38:31.889Z[ recovery-image] Mar 04 18:38:31.105 INFO O| Mar 04 18:38:31.105 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972026-03-04T18:38:31.900Z[ recovery-image] Mar 04 18:38:31.119 INFO O| Mar 04 18:38:31.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
52982026-03-04T18:38:31.900Z[ recovery-image] Mar 04 18:38:31.119 INFO O| Mar 04 18:38:31.119 INFO STEP 165 (remove_files) COMPLETE
52992026-03-04T18:38:31.900Z[ recovery-image] Mar 04 18:38:31.119 INFO O| Mar 04 18:38:31.119 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002026-03-04T18:38:31.914Z[ recovery-image] Mar 04 18:38:31.133 INFO O| Mar 04 18:38:31.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
53012026-03-04T18:38:31.914Z[ recovery-image] Mar 04 18:38:31.133 INFO O| Mar 04 18:38:31.133 INFO STEP 166 (remove_files) COMPLETE
53022026-03-04T18:38:31.917Z[ recovery-image] Mar 04 18:38:31.133 INFO O| Mar 04 18:38:31.133 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032026-03-04T18:38:31.938Z[ recovery-image] Mar 04 18:38:31.157 INFO O| Mar 04 18:38:31.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
53042026-03-04T18:38:31.938Z[ recovery-image] Mar 04 18:38:31.157 INFO O| Mar 04 18:38:31.157 INFO STEP 167 (remove_files) COMPLETE
53052026-03-04T18:38:31.938Z[ recovery-image] Mar 04 18:38:31.157 INFO O| Mar 04 18:38:31.157 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062026-03-04T18:38:31.953Z[ recovery-image] Mar 04 18:38:31.171 INFO O| Mar 04 18:38:31.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
53072026-03-04T18:38:31.956Z[ recovery-image] Mar 04 18:38:31.171 INFO O| Mar 04 18:38:31.171 INFO STEP 168 (remove_files) COMPLETE
53082026-03-04T18:38:31.956Z[ recovery-image] Mar 04 18:38:31.172 INFO O| Mar 04 18:38:31.171 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092026-03-04T18:38:31.969Z[ recovery-image] Mar 04 18:38:31.186 INFO O| Mar 04 18:38:31.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
53102026-03-04T18:38:31.969Z[ recovery-image] Mar 04 18:38:31.187 INFO O| Mar 04 18:38:31.187 INFO STEP 169 (remove_files) COMPLETE
53112026-03-04T18:38:31.972Z[ recovery-image] Mar 04 18:38:31.187 INFO O| Mar 04 18:38:31.187 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122026-03-04T18:38:31.982Z[ recovery-image] Mar 04 18:38:31.201 INFO O| Mar 04 18:38:31.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
53132026-03-04T18:38:31.982Z[ recovery-image] Mar 04 18:38:31.201 INFO O| Mar 04 18:38:31.201 INFO STEP 170 (remove_files) COMPLETE
53142026-03-04T18:38:31.985Z[ recovery-image] Mar 04 18:38:31.201 INFO O| Mar 04 18:38:31.201 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152026-03-04T18:38:31.996Z[ recovery-image] Mar 04 18:38:31.214 INFO O| Mar 04 18:38:31.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
53162026-03-04T18:38:31.996Z[ recovery-image] Mar 04 18:38:31.214 INFO O| Mar 04 18:38:31.214 INFO STEP 171 (remove_files) COMPLETE
53172026-03-04T18:38:31.997Z[ recovery-image] Mar 04 18:38:31.214 INFO O| Mar 04 18:38:31.214 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182026-03-04T18:38:32.010Z[ recovery-image] Mar 04 18:38:31.229 INFO O| Mar 04 18:38:31.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
53192026-03-04T18:38:32.010Z[ recovery-image] Mar 04 18:38:31.229 INFO O| Mar 04 18:38:31.229 INFO STEP 172 (remove_files) COMPLETE
53202026-03-04T18:38:32.011Z[ recovery-image] Mar 04 18:38:31.229 INFO O| Mar 04 18:38:31.229 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212026-03-04T18:38:32.026Z[ recovery-image] Mar 04 18:38:31.245 INFO O| Mar 04 18:38:31.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
53222026-03-04T18:38:32.026Z[ recovery-image] Mar 04 18:38:31.245 INFO O| Mar 04 18:38:31.245 INFO STEP 173 (remove_files) COMPLETE
53232026-03-04T18:38:32.029Z[ recovery-image] Mar 04 18:38:31.245 INFO O| Mar 04 18:38:31.245 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242026-03-04T18:38:32.040Z[ recovery-image] Mar 04 18:38:31.259 INFO O| Mar 04 18:38:31.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
53252026-03-04T18:38:32.044Z[ recovery-image] Mar 04 18:38:31.259 INFO O| Mar 04 18:38:31.259 INFO STEP 174 (remove_files) COMPLETE
53262026-03-04T18:38:32.044Z[ recovery-image] Mar 04 18:38:31.259 INFO O| Mar 04 18:38:31.259 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272026-03-04T18:38:32.055Z[ recovery-image] Mar 04 18:38:31.274 INFO O| Mar 04 18:38:31.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
53282026-03-04T18:38:32.055Z[ recovery-image] Mar 04 18:38:31.274 INFO O| Mar 04 18:38:31.274 INFO STEP 175 (remove_files) COMPLETE
53292026-03-04T18:38:32.058Z[ recovery-image] Mar 04 18:38:31.274 INFO O| Mar 04 18:38:31.274 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302026-03-04T18:38:32.069Z[ recovery-image] Mar 04 18:38:31.287 INFO O| Mar 04 18:38:31.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
53312026-03-04T18:38:32.069Z[ recovery-image] Mar 04 18:38:31.287 INFO O| Mar 04 18:38:31.287 INFO STEP 176 (remove_files) COMPLETE
53322026-03-04T18:38:32.072Z[ recovery-image] Mar 04 18:38:31.287 INFO O| Mar 04 18:38:31.287 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332026-03-04T18:38:32.082Z[ recovery-image] Mar 04 18:38:31.301 INFO O| Mar 04 18:38:31.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
53342026-03-04T18:38:32.082Z[ recovery-image] Mar 04 18:38:31.301 INFO O| Mar 04 18:38:31.301 INFO STEP 177 (remove_files) COMPLETE
53352026-03-04T18:38:32.085Z[ recovery-image] Mar 04 18:38:31.301 INFO O| Mar 04 18:38:31.301 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362026-03-04T18:38:32.097Z[ recovery-image] Mar 04 18:38:31.314 INFO O| Mar 04 18:38:31.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
53372026-03-04T18:38:32.097Z[ recovery-image] Mar 04 18:38:31.315 INFO O| Mar 04 18:38:31.315 INFO STEP 178 (remove_files) COMPLETE
53382026-03-04T18:38:32.100Z[ recovery-image] Mar 04 18:38:31.315 INFO O| Mar 04 18:38:31.315 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392026-03-04T18:38:32.109Z[ recovery-image] Mar 04 18:38:31.328 INFO O| Mar 04 18:38:31.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
53402026-03-04T18:38:32.112Z[ recovery-image] Mar 04 18:38:31.329 INFO O| Mar 04 18:38:31.329 INFO STEP 179 (remove_files) COMPLETE
53412026-03-04T18:38:32.112Z[ recovery-image] Mar 04 18:38:31.329 INFO O| Mar 04 18:38:31.329 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422026-03-04T18:38:32.122Z[ recovery-image] Mar 04 18:38:31.341 INFO O| Mar 04 18:38:31.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
53432026-03-04T18:38:32.125Z[ recovery-image] Mar 04 18:38:31.341 INFO O| Mar 04 18:38:31.341 INFO STEP 180 (remove_files) COMPLETE
53442026-03-04T18:38:32.125Z[ recovery-image] Mar 04 18:38:31.341 INFO O| Mar 04 18:38:31.341 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452026-03-04T18:38:32.134Z[ recovery-image] Mar 04 18:38:31.353 INFO O| Mar 04 18:38:31.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
53462026-03-04T18:38:32.134Z[ recovery-image] Mar 04 18:38:31.353 INFO O| Mar 04 18:38:31.353 INFO STEP 181 (remove_files) COMPLETE
53472026-03-04T18:38:32.135Z[ recovery-image] Mar 04 18:38:31.353 INFO O| Mar 04 18:38:31.353 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482026-03-04T18:38:32.147Z[ recovery-image] Mar 04 18:38:31.366 INFO O| Mar 04 18:38:31.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
53492026-03-04T18:38:32.148Z[ recovery-image] Mar 04 18:38:31.366 INFO O| Mar 04 18:38:31.366 INFO STEP 182 (remove_files) COMPLETE
53502026-03-04T18:38:32.148Z[ recovery-image] Mar 04 18:38:31.366 INFO O| Mar 04 18:38:31.366 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512026-03-04T18:38:32.160Z[ recovery-image] Mar 04 18:38:31.379 INFO O| Mar 04 18:38:31.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
53522026-03-04T18:38:32.161Z[ recovery-image] Mar 04 18:38:31.379 INFO O| Mar 04 18:38:31.379 INFO STEP 183 (remove_files) COMPLETE
53532026-03-04T18:38:32.161Z[ recovery-image] Mar 04 18:38:31.379 INFO O| Mar 04 18:38:31.379 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542026-03-04T18:38:32.173Z[ recovery-image] Mar 04 18:38:31.392 INFO O| Mar 04 18:38:31.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
53552026-03-04T18:38:32.174Z[ recovery-image] Mar 04 18:38:31.392 INFO O| Mar 04 18:38:31.392 INFO STEP 184 (remove_files) COMPLETE
53562026-03-04T18:38:32.177Z[ recovery-image] Mar 04 18:38:31.392 INFO O| Mar 04 18:38:31.392 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572026-03-04T18:38:32.186Z[ recovery-image] Mar 04 18:38:31.405 INFO O| Mar 04 18:38:31.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
53582026-03-04T18:38:32.186Z[ recovery-image] Mar 04 18:38:31.405 INFO O| Mar 04 18:38:31.405 INFO STEP 185 (remove_files) COMPLETE
53592026-03-04T18:38:32.186Z[ recovery-image] Mar 04 18:38:31.405 INFO O| Mar 04 18:38:31.405 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602026-03-04T18:38:32.198Z[ recovery-image] Mar 04 18:38:31.417 INFO O| Mar 04 18:38:31.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
53612026-03-04T18:38:32.198Z[ recovery-image] Mar 04 18:38:31.417 INFO O| Mar 04 18:38:31.417 INFO STEP 186 (remove_files) COMPLETE
53622026-03-04T18:38:32.201Z[ recovery-image] Mar 04 18:38:31.417 INFO O| Mar 04 18:38:31.417 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632026-03-04T18:38:32.210Z[ recovery-image] Mar 04 18:38:31.429 INFO O| Mar 04 18:38:31.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
53642026-03-04T18:38:32.210Z[ recovery-image] Mar 04 18:38:31.429 INFO O| Mar 04 18:38:31.429 INFO STEP 187 (remove_files) COMPLETE
53652026-03-04T18:38:32.214Z[ recovery-image] Mar 04 18:38:31.429 INFO O| Mar 04 18:38:31.429 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662026-03-04T18:38:32.222Z[ recovery-image] Mar 04 18:38:31.441 INFO O| Mar 04 18:38:31.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
53672026-03-04T18:38:32.222Z[ recovery-image] Mar 04 18:38:31.441 INFO O| Mar 04 18:38:31.441 INFO STEP 188 (remove_files) COMPLETE
53682026-03-04T18:38:32.226Z[ recovery-image] Mar 04 18:38:31.441 INFO O| Mar 04 18:38:31.441 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692026-03-04T18:38:32.234Z[ recovery-image] Mar 04 18:38:31.453 INFO O| Mar 04 18:38:31.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
53702026-03-04T18:38:32.234Z[ recovery-image] Mar 04 18:38:31.453 INFO O| Mar 04 18:38:31.453 INFO STEP 189 (remove_files) COMPLETE
53712026-03-04T18:38:32.237Z[ recovery-image] Mar 04 18:38:31.453 INFO O| Mar 04 18:38:31.453 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722026-03-04T18:38:32.245Z[ recovery-image] Mar 04 18:38:31.464 INFO O| Mar 04 18:38:31.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
53732026-03-04T18:38:32.245Z[ recovery-image] Mar 04 18:38:31.464 INFO O| Mar 04 18:38:31.464 INFO STEP 190 (remove_files) COMPLETE
53742026-03-04T18:38:32.248Z[ recovery-image] Mar 04 18:38:31.464 INFO O| Mar 04 18:38:31.464 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752026-03-04T18:38:32.257Z[ recovery-image] Mar 04 18:38:31.476 INFO O| Mar 04 18:38:31.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
53762026-03-04T18:38:32.257Z[ recovery-image] Mar 04 18:38:31.476 INFO O| Mar 04 18:38:31.476 INFO STEP 191 (remove_files) COMPLETE
53772026-03-04T18:38:32.262Z[ recovery-image] Mar 04 18:38:31.476 INFO O| Mar 04 18:38:31.476 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782026-03-04T18:38:32.269Z[ recovery-image] Mar 04 18:38:31.487 INFO O| Mar 04 18:38:31.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
53792026-03-04T18:38:32.269Z[ recovery-image] Mar 04 18:38:31.488 INFO O| Mar 04 18:38:31.488 INFO STEP 192 (remove_files) COMPLETE
53802026-03-04T18:38:32.269Z[ recovery-image] Mar 04 18:38:31.488 INFO O| Mar 04 18:38:31.488 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812026-03-04T18:38:32.280Z[ recovery-image] Mar 04 18:38:31.498 INFO O| Mar 04 18:38:31.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
53822026-03-04T18:38:32.280Z[ recovery-image] Mar 04 18:38:31.499 INFO O| Mar 04 18:38:31.498 INFO STEP 193 (remove_files) COMPLETE
53832026-03-04T18:38:32.283Z[ recovery-image] Mar 04 18:38:31.499 INFO O| Mar 04 18:38:31.499 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842026-03-04T18:38:32.291Z[ recovery-image] Mar 04 18:38:31.510 INFO O| Mar 04 18:38:31.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
53852026-03-04T18:38:32.291Z[ recovery-image] Mar 04 18:38:31.510 INFO O| Mar 04 18:38:31.510 INFO STEP 194 (remove_files) COMPLETE
53862026-03-04T18:38:32.294Z[ recovery-image] Mar 04 18:38:31.510 INFO O| Mar 04 18:38:31.510 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872026-03-04T18:38:32.305Z[ recovery-image] Mar 04 18:38:31.524 INFO O| Mar 04 18:38:31.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
53882026-03-04T18:38:32.305Z[ recovery-image] Mar 04 18:38:31.524 INFO O| Mar 04 18:38:31.524 INFO STEP 195 (remove_files) COMPLETE
53892026-03-04T18:38:32.305Z[ recovery-image] Mar 04 18:38:31.524 INFO O| Mar 04 18:38:31.524 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902026-03-04T18:38:32.320Z[ recovery-image] Mar 04 18:38:31.538 INFO O| Mar 04 18:38:31.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
53912026-03-04T18:38:32.320Z[ recovery-image] Mar 04 18:38:31.538 INFO O| Mar 04 18:38:31.538 INFO STEP 196 (remove_files) COMPLETE
53922026-03-04T18:38:32.320Z[ recovery-image] Mar 04 18:38:31.538 INFO O| Mar 04 18:38:31.538 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932026-03-04T18:38:32.333Z[ recovery-image] Mar 04 18:38:31.551 INFO O| Mar 04 18:38:31.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
53942026-03-04T18:38:32.333Z[ recovery-image] Mar 04 18:38:31.551 INFO O| Mar 04 18:38:31.551 INFO STEP 197 (remove_files) COMPLETE
53952026-03-04T18:38:32.333Z[ recovery-image] Mar 04 18:38:31.551 INFO O| Mar 04 18:38:31.551 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962026-03-04T18:38:32.345Z[ recovery-image] Mar 04 18:38:31.564 INFO O| Mar 04 18:38:31.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
53972026-03-04T18:38:32.345Z[ recovery-image] Mar 04 18:38:31.564 INFO O| Mar 04 18:38:31.564 INFO STEP 198 (remove_files) COMPLETE
53982026-03-04T18:38:32.345Z[ recovery-image] Mar 04 18:38:31.564 INFO O| Mar 04 18:38:31.564 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992026-03-04T18:38:32.359Z[ recovery-image] Mar 04 18:38:31.577 INFO O| Mar 04 18:38:31.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
54002026-03-04T18:38:32.359Z[ recovery-image] Mar 04 18:38:31.577 INFO O| Mar 04 18:38:31.577 INFO STEP 199 (remove_files) COMPLETE
54012026-03-04T18:38:32.363Z[ recovery-image] Mar 04 18:38:31.577 INFO O| Mar 04 18:38:31.577 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022026-03-04T18:38:32.372Z[ recovery-image] Mar 04 18:38:31.591 INFO O| Mar 04 18:38:31.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
54032026-03-04T18:38:32.372Z[ recovery-image] Mar 04 18:38:31.591 INFO O| Mar 04 18:38:31.591 INFO STEP 200 (remove_files) COMPLETE
54042026-03-04T18:38:32.372Z[ recovery-image] Mar 04 18:38:31.591 INFO O| Mar 04 18:38:31.591 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052026-03-04T18:38:32.384Z[ recovery-image] Mar 04 18:38:31.603 INFO O| Mar 04 18:38:31.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
54062026-03-04T18:38:32.384Z[ recovery-image] Mar 04 18:38:31.603 INFO O| Mar 04 18:38:31.603 INFO STEP 201 (remove_files) COMPLETE
54072026-03-04T18:38:32.384Z[ recovery-image] Mar 04 18:38:31.603 INFO O| Mar 04 18:38:31.603 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082026-03-04T18:38:32.397Z[ recovery-image] Mar 04 18:38:31.616 INFO O| Mar 04 18:38:31.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
54092026-03-04T18:38:32.397Z[ recovery-image] Mar 04 18:38:31.616 INFO O| Mar 04 18:38:31.616 INFO STEP 202 (remove_files) COMPLETE
54102026-03-04T18:38:32.397Z[ recovery-image] Mar 04 18:38:31.616 INFO O| Mar 04 18:38:31.616 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112026-03-04T18:38:32.412Z[ recovery-image] Mar 04 18:38:31.629 INFO O| Mar 04 18:38:31.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
54122026-03-04T18:38:32.412Z[ recovery-image] Mar 04 18:38:31.629 INFO O| Mar 04 18:38:31.629 INFO STEP 203 (remove_files) COMPLETE
54132026-03-04T18:38:32.413Z[ recovery-image] Mar 04 18:38:31.629 INFO O| Mar 04 18:38:31.629 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142026-03-04T18:38:32.423Z[ recovery-image] Mar 04 18:38:31.642 INFO O| Mar 04 18:38:31.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
54152026-03-04T18:38:32.423Z[ recovery-image] Mar 04 18:38:31.642 INFO O| Mar 04 18:38:31.642 INFO STEP 204 (remove_files) COMPLETE
54162026-03-04T18:38:32.423Z[ recovery-image] Mar 04 18:38:31.642 INFO O| Mar 04 18:38:31.642 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172026-03-04T18:38:32.437Z[ recovery-image] Mar 04 18:38:31.655 INFO O| Mar 04 18:38:31.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
54182026-03-04T18:38:32.437Z[ recovery-image] Mar 04 18:38:31.656 INFO O| Mar 04 18:38:31.655 INFO STEP 205 (remove_files) COMPLETE
54192026-03-04T18:38:32.437Z[ recovery-image] Mar 04 18:38:31.656 INFO O| Mar 04 18:38:31.655 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202026-03-04T18:38:32.449Z[ recovery-image] Mar 04 18:38:31.668 INFO O| Mar 04 18:38:31.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
54212026-03-04T18:38:32.449Z[ recovery-image] Mar 04 18:38:31.668 INFO O| Mar 04 18:38:31.668 INFO STEP 206 (remove_files) COMPLETE
54222026-03-04T18:38:32.453Z[ recovery-image] Mar 04 18:38:31.668 INFO O| Mar 04 18:38:31.668 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232026-03-04T18:38:32.463Z[ recovery-image] Mar 04 18:38:31.682 INFO O| Mar 04 18:38:31.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
54242026-03-04T18:38:32.463Z[ recovery-image] Mar 04 18:38:31.682 INFO O| Mar 04 18:38:31.682 INFO STEP 207 (remove_files) COMPLETE
54252026-03-04T18:38:32.463Z[ recovery-image] Mar 04 18:38:31.682 INFO O| Mar 04 18:38:31.682 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262026-03-04T18:38:32.476Z[ recovery-image] Mar 04 18:38:31.695 INFO O| Mar 04 18:38:31.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
54272026-03-04T18:38:32.479Z[ recovery-image] Mar 04 18:38:31.696 INFO O| Mar 04 18:38:31.696 INFO STEP 208 (remove_files) COMPLETE
54282026-03-04T18:38:32.479Z[ recovery-image] Mar 04 18:38:31.696 INFO O| Mar 04 18:38:31.696 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292026-03-04T18:38:32.491Z[ recovery-image] Mar 04 18:38:31.709 INFO O| Mar 04 18:38:31.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
54302026-03-04T18:38:32.492Z[ recovery-image] Mar 04 18:38:31.710 INFO O| Mar 04 18:38:31.710 INFO STEP 209 (remove_files) COMPLETE
54312026-03-04T18:38:32.495Z[ recovery-image] Mar 04 18:38:31.710 INFO O| Mar 04 18:38:31.710 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322026-03-04T18:38:32.504Z[ recovery-image] Mar 04 18:38:31.723 INFO O| Mar 04 18:38:31.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
54332026-03-04T18:38:32.504Z[ recovery-image] Mar 04 18:38:31.723 INFO O| Mar 04 18:38:31.723 INFO STEP 210 (remove_files) COMPLETE
54342026-03-04T18:38:32.505Z[ recovery-image] Mar 04 18:38:31.723 INFO O| Mar 04 18:38:31.723 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352026-03-04T18:38:32.518Z[ recovery-image] Mar 04 18:38:31.737 INFO O| Mar 04 18:38:31.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
54362026-03-04T18:38:32.518Z[ recovery-image] Mar 04 18:38:31.737 INFO O| Mar 04 18:38:31.737 INFO STEP 211 (remove_files) COMPLETE
54372026-03-04T18:38:32.518Z[ recovery-image] Mar 04 18:38:31.737 INFO O| Mar 04 18:38:31.737 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382026-03-04T18:38:32.532Z[ recovery-image] Mar 04 18:38:31.751 INFO O| Mar 04 18:38:31.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
54392026-03-04T18:38:32.532Z[ recovery-image] Mar 04 18:38:31.751 INFO O| Mar 04 18:38:31.751 INFO STEP 212 (remove_files) COMPLETE
54402026-03-04T18:38:32.535Z[ recovery-image] Mar 04 18:38:31.751 INFO O| Mar 04 18:38:31.751 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412026-03-04T18:38:32.546Z[ recovery-image] Mar 04 18:38:31.763 INFO O| Mar 04 18:38:31.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
54422026-03-04T18:38:32.546Z[ recovery-image] Mar 04 18:38:31.763 INFO O| Mar 04 18:38:31.763 INFO STEP 213 (remove_files) COMPLETE
54432026-03-04T18:38:32.546Z[ recovery-image] Mar 04 18:38:31.763 INFO O| Mar 04 18:38:31.763 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442026-03-04T18:38:32.558Z[ recovery-image] Mar 04 18:38:31.777 INFO O| Mar 04 18:38:31.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
54452026-03-04T18:38:32.558Z[ recovery-image] Mar 04 18:38:31.777 INFO O| Mar 04 18:38:31.777 INFO STEP 214 (remove_files) COMPLETE
54462026-03-04T18:38:32.565Z[ recovery-image] Mar 04 18:38:31.777 INFO O| Mar 04 18:38:31.777 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472026-03-04T18:38:32.584Z[ recovery-image] Mar 04 18:38:31.790 INFO O| Mar 04 18:38:31.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
54482026-03-04T18:38:32.584Z[ recovery-image] Mar 04 18:38:31.790 INFO O| Mar 04 18:38:31.790 INFO STEP 215 (remove_files) COMPLETE
54492026-03-04T18:38:32.586Z[ recovery-image] Mar 04 18:38:31.790 INFO O| Mar 04 18:38:31.790 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502026-03-04T18:38:32.590Z[ recovery-image] Mar 04 18:38:31.802 INFO O| Mar 04 18:38:31.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
54512026-03-04T18:38:32.590Z[ recovery-image] Mar 04 18:38:31.802 INFO O| Mar 04 18:38:31.802 INFO STEP 216 (remove_files) COMPLETE
54522026-03-04T18:38:32.590Z[ recovery-image] Mar 04 18:38:31.802 INFO O| Mar 04 18:38:31.802 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532026-03-04T18:38:32.597Z[ recovery-image] Mar 04 18:38:31.815 INFO O| Mar 04 18:38:31.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
54542026-03-04T18:38:32.597Z[ recovery-image] Mar 04 18:38:31.815 INFO O| Mar 04 18:38:31.815 INFO STEP 217 (remove_files) COMPLETE
54552026-03-04T18:38:32.597Z[ recovery-image] Mar 04 18:38:31.815 INFO O| Mar 04 18:38:31.815 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562026-03-04T18:38:32.610Z[ recovery-image] Mar 04 18:38:31.829 INFO O| Mar 04 18:38:31.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
54572026-03-04T18:38:32.610Z[ recovery-image] Mar 04 18:38:31.829 INFO O| Mar 04 18:38:31.829 INFO STEP 218 (remove_files) COMPLETE
54582026-03-04T18:38:32.613Z[ recovery-image] Mar 04 18:38:31.829 INFO O| Mar 04 18:38:31.829 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592026-03-04T18:38:32.625Z[ recovery-image] Mar 04 18:38:31.843 INFO O| Mar 04 18:38:31.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
54602026-03-04T18:38:32.625Z[ recovery-image] Mar 04 18:38:31.843 INFO O| Mar 04 18:38:31.843 INFO STEP 219 (remove_files) COMPLETE
54612026-03-04T18:38:32.625Z[ recovery-image] Mar 04 18:38:31.843 INFO O| Mar 04 18:38:31.843 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622026-03-04T18:38:32.639Z[ recovery-image] Mar 04 18:38:31.858 INFO O| Mar 04 18:38:31.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
54632026-03-04T18:38:32.639Z[ recovery-image] Mar 04 18:38:31.858 INFO O| Mar 04 18:38:31.858 INFO STEP 220 (remove_files) COMPLETE
54642026-03-04T18:38:32.639Z[ recovery-image] Mar 04 18:38:31.858 INFO O| Mar 04 18:38:31.858 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652026-03-04T18:38:32.654Z[ recovery-image] Mar 04 18:38:31.873 INFO O| Mar 04 18:38:31.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
54662026-03-04T18:38:32.654Z[ recovery-image] Mar 04 18:38:31.873 INFO O| Mar 04 18:38:31.873 INFO STEP 221 (remove_files) COMPLETE
54672026-03-04T18:38:32.654Z[ recovery-image] Mar 04 18:38:31.873 INFO O| Mar 04 18:38:31.873 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682026-03-04T18:38:32.667Z[ recovery-image] Mar 04 18:38:31.886 INFO O| Mar 04 18:38:31.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
54692026-03-04T18:38:32.667Z[ recovery-image] Mar 04 18:38:31.886 INFO O| Mar 04 18:38:31.886 INFO STEP 222 (remove_files) COMPLETE
54702026-03-04T18:38:32.667Z[ recovery-image] Mar 04 18:38:31.886 INFO O| Mar 04 18:38:31.886 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712026-03-04T18:38:32.680Z[ recovery-image] Mar 04 18:38:31.899 INFO O| Mar 04 18:38:31.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
54722026-03-04T18:38:32.680Z[ recovery-image] Mar 04 18:38:31.899 INFO O| Mar 04 18:38:31.899 INFO STEP 223 (remove_files) COMPLETE
54732026-03-04T18:38:32.680Z[ recovery-image] Mar 04 18:38:31.899 INFO O| Mar 04 18:38:31.899 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742026-03-04T18:38:32.693Z[ recovery-image] Mar 04 18:38:31.912 INFO O| Mar 04 18:38:31.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
54752026-03-04T18:38:32.694Z[ recovery-image] Mar 04 18:38:31.912 INFO O| Mar 04 18:38:31.912 INFO STEP 224 (remove_files) COMPLETE
54762026-03-04T18:38:32.694Z[ recovery-image] Mar 04 18:38:31.912 INFO O| Mar 04 18:38:31.912 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772026-03-04T18:38:32.706Z[ recovery-image] Mar 04 18:38:31.924 INFO O| Mar 04 18:38:31.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
54782026-03-04T18:38:32.706Z[ recovery-image] Mar 04 18:38:31.924 INFO O| Mar 04 18:38:31.924 INFO STEP 225 (remove_files) COMPLETE
54792026-03-04T18:38:32.706Z[ recovery-image] Mar 04 18:38:31.924 INFO O| Mar 04 18:38:31.924 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802026-03-04T18:38:32.718Z[ recovery-image] Mar 04 18:38:31.936 INFO O| Mar 04 18:38:31.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
54812026-03-04T18:38:32.718Z[ recovery-image] Mar 04 18:38:31.936 INFO O| Mar 04 18:38:31.936 INFO STEP 226 (remove_files) COMPLETE
54822026-03-04T18:38:32.718Z[ recovery-image] Mar 04 18:38:31.936 INFO O| Mar 04 18:38:31.936 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832026-03-04T18:38:32.730Z[ recovery-image] Mar 04 18:38:31.949 INFO O| Mar 04 18:38:31.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
54842026-03-04T18:38:32.730Z[ recovery-image] Mar 04 18:38:31.949 INFO O| Mar 04 18:38:31.949 INFO STEP 227 (remove_files) COMPLETE
54852026-03-04T18:38:32.730Z[ recovery-image] Mar 04 18:38:31.949 INFO O| Mar 04 18:38:31.949 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862026-03-04T18:38:32.743Z[ recovery-image] Mar 04 18:38:31.962 INFO O| Mar 04 18:38:31.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
54872026-03-04T18:38:32.743Z[ recovery-image] Mar 04 18:38:31.962 INFO O| Mar 04 18:38:31.962 INFO STEP 228 (remove_files) COMPLETE
54882026-03-04T18:38:32.743Z[ recovery-image] Mar 04 18:38:31.962 INFO O| Mar 04 18:38:31.962 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892026-03-04T18:38:32.756Z[ recovery-image] Mar 04 18:38:31.975 INFO O| Mar 04 18:38:31.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
54902026-03-04T18:38:32.756Z[ recovery-image] Mar 04 18:38:31.975 INFO O| Mar 04 18:38:31.975 INFO STEP 229 (remove_files) COMPLETE
54912026-03-04T18:38:32.756Z[ recovery-image] Mar 04 18:38:31.975 INFO O| Mar 04 18:38:31.975 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922026-03-04T18:38:32.769Z[ recovery-image] Mar 04 18:38:31.988 INFO O| Mar 04 18:38:31.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
54932026-03-04T18:38:32.769Z[ recovery-image] Mar 04 18:38:31.988 INFO O| Mar 04 18:38:31.988 INFO STEP 230 (remove_files) COMPLETE
54942026-03-04T18:38:32.769Z[ recovery-image] Mar 04 18:38:31.988 INFO O| Mar 04 18:38:31.988 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952026-03-04T18:38:32.781Z[ recovery-image] Mar 04 18:38:32.000 INFO O| Mar 04 18:38:32.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
54962026-03-04T18:38:32.781Z[ recovery-image] Mar 04 18:38:32.000 INFO O| Mar 04 18:38:32.000 INFO STEP 231 (remove_files) COMPLETE
54972026-03-04T18:38:32.785Z[ recovery-image] Mar 04 18:38:32.000 INFO O| Mar 04 18:38:32.000 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982026-03-04T18:38:32.795Z[ recovery-image] Mar 04 18:38:32.013 INFO O| Mar 04 18:38:32.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
54992026-03-04T18:38:32.796Z[ recovery-image] Mar 04 18:38:32.013 INFO O| Mar 04 18:38:32.013 INFO STEP 232 (remove_files) COMPLETE
55002026-03-04T18:38:32.796Z[ recovery-image] Mar 04 18:38:32.013 INFO O| Mar 04 18:38:32.013 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012026-03-04T18:38:32.807Z[ recovery-image] Mar 04 18:38:32.026 INFO O| Mar 04 18:38:32.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
55022026-03-04T18:38:32.807Z[ recovery-image] Mar 04 18:38:32.026 INFO O| Mar 04 18:38:32.026 INFO STEP 233 (remove_files) COMPLETE
55032026-03-04T18:38:32.807Z[ recovery-image] Mar 04 18:38:32.026 INFO O| Mar 04 18:38:32.026 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042026-03-04T18:38:32.819Z[ recovery-image] Mar 04 18:38:32.038 INFO O| Mar 04 18:38:32.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
55052026-03-04T18:38:32.820Z[ recovery-image] Mar 04 18:38:32.038 INFO O| Mar 04 18:38:32.038 INFO STEP 234 (remove_files) COMPLETE
55062026-03-04T18:38:32.820Z[ recovery-image] Mar 04 18:38:32.038 INFO O| Mar 04 18:38:32.038 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072026-03-04T18:38:32.832Z[ recovery-image] Mar 04 18:38:32.050 INFO O| Mar 04 18:38:32.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
55082026-03-04T18:38:32.832Z[ recovery-image] Mar 04 18:38:32.050 INFO O| Mar 04 18:38:32.050 INFO STEP 235 (remove_files) COMPLETE
55092026-03-04T18:38:32.836Z[ recovery-image] Mar 04 18:38:32.050 INFO O| Mar 04 18:38:32.050 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102026-03-04T18:38:32.844Z[ recovery-image] Mar 04 18:38:32.062 INFO O| Mar 04 18:38:32.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
55112026-03-04T18:38:32.848Z[ recovery-image] Mar 04 18:38:32.063 INFO O| Mar 04 18:38:32.063 INFO STEP 236 (remove_files) COMPLETE
55122026-03-04T18:38:32.848Z[ recovery-image] Mar 04 18:38:32.063 INFO O| Mar 04 18:38:32.063 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132026-03-04T18:38:32.856Z[ recovery-image] Mar 04 18:38:32.074 INFO O| Mar 04 18:38:32.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
55142026-03-04T18:38:32.860Z[ recovery-image] Mar 04 18:38:32.075 INFO O| Mar 04 18:38:32.075 INFO STEP 237 (remove_files) COMPLETE
55152026-03-04T18:38:32.860Z[ recovery-image] Mar 04 18:38:32.075 INFO O| Mar 04 18:38:32.075 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162026-03-04T18:38:32.870Z[ recovery-image] Mar 04 18:38:32.088 INFO O| Mar 04 18:38:32.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
55172026-03-04T18:38:32.870Z[ recovery-image] Mar 04 18:38:32.088 INFO O| Mar 04 18:38:32.088 INFO STEP 238 (remove_files) COMPLETE
55182026-03-04T18:38:32.870Z[ recovery-image] Mar 04 18:38:32.088 INFO O| Mar 04 18:38:32.088 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192026-03-04T18:38:32.881Z[ recovery-image] Mar 04 18:38:32.100 INFO O| Mar 04 18:38:32.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
55202026-03-04T18:38:32.881Z[ recovery-image] Mar 04 18:38:32.100 INFO O| Mar 04 18:38:32.100 INFO STEP 239 (remove_files) COMPLETE
55212026-03-04T18:38:32.884Z[ recovery-image] Mar 04 18:38:32.100 INFO O| Mar 04 18:38:32.100 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222026-03-04T18:38:32.893Z[ recovery-image] Mar 04 18:38:32.112 INFO O| Mar 04 18:38:32.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
55232026-03-04T18:38:32.893Z[ recovery-image] Mar 04 18:38:32.112 INFO O| Mar 04 18:38:32.112 INFO STEP 240 (remove_files) COMPLETE
55242026-03-04T18:38:32.893Z[ recovery-image] Mar 04 18:38:32.112 INFO O| Mar 04 18:38:32.112 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252026-03-04T18:38:32.906Z[ recovery-image] Mar 04 18:38:32.124 INFO O| Mar 04 18:38:32.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
55262026-03-04T18:38:32.906Z[ recovery-image] Mar 04 18:38:32.124 INFO O| Mar 04 18:38:32.124 INFO STEP 241 (remove_files) COMPLETE
55272026-03-04T18:38:32.906Z[ recovery-image] Mar 04 18:38:32.124 INFO O| Mar 04 18:38:32.124 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282026-03-04T18:38:32.918Z[ recovery-image] Mar 04 18:38:32.136 INFO O| Mar 04 18:38:32.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
55292026-03-04T18:38:32.918Z[ recovery-image] Mar 04 18:38:32.137 INFO O| Mar 04 18:38:32.136 INFO STEP 242 (remove_files) COMPLETE
55302026-03-04T18:38:32.921Z[ recovery-image] Mar 04 18:38:32.140 INFO O| Mar 04 18:38:32.137 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312026-03-04T18:38:32.934Z[ recovery-image] Mar 04 18:38:32.153 INFO O| Mar 04 18:38:32.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
55322026-03-04T18:38:32.934Z[ recovery-image] Mar 04 18:38:32.153 INFO O| Mar 04 18:38:32.153 INFO STEP 243 (remove_files) COMPLETE
55332026-03-04T18:38:32.934Z[ recovery-image] Mar 04 18:38:32.153 INFO O| Mar 04 18:38:32.153 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342026-03-04T18:38:32.948Z[ recovery-image] Mar 04 18:38:32.167 INFO O| Mar 04 18:38:32.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
55352026-03-04T18:38:32.948Z[ recovery-image] Mar 04 18:38:32.167 INFO O| Mar 04 18:38:32.167 INFO STEP 244 (remove_files) COMPLETE
55362026-03-04T18:38:32.952Z[ recovery-image] Mar 04 18:38:32.167 INFO O| Mar 04 18:38:32.167 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372026-03-04T18:38:32.962Z[ recovery-image] Mar 04 18:38:32.179 INFO O| Mar 04 18:38:32.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
55382026-03-04T18:38:32.962Z[ recovery-image] Mar 04 18:38:32.179 INFO O| Mar 04 18:38:32.179 INFO STEP 245 (remove_files) COMPLETE
55392026-03-04T18:38:32.966Z[ recovery-image] Mar 04 18:38:32.180 INFO O| Mar 04 18:38:32.179 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402026-03-04T18:38:32.976Z[ recovery-image] Mar 04 18:38:32.194 INFO O| Mar 04 18:38:32.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
55412026-03-04T18:38:32.976Z[ recovery-image] Mar 04 18:38:32.194 INFO O| Mar 04 18:38:32.194 INFO STEP 246 (remove_files) COMPLETE
55422026-03-04T18:38:32.976Z[ recovery-image] Mar 04 18:38:32.194 INFO O| Mar 04 18:38:32.194 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432026-03-04T18:38:32.989Z[ recovery-image] Mar 04 18:38:32.208 INFO O| Mar 04 18:38:32.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
55442026-03-04T18:38:32.990Z[ recovery-image] Mar 04 18:38:32.208 INFO O| Mar 04 18:38:32.208 INFO STEP 247 (remove_files) COMPLETE
55452026-03-04T18:38:32.990Z[ recovery-image] Mar 04 18:38:32.208 INFO O| Mar 04 18:38:32.208 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462026-03-04T18:38:33.004Z[ recovery-image] Mar 04 18:38:32.222 INFO O| Mar 04 18:38:32.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
55472026-03-04T18:38:33.004Z[ recovery-image] Mar 04 18:38:32.222 INFO O| Mar 04 18:38:32.222 INFO STEP 248 (remove_files) COMPLETE
55482026-03-04T18:38:33.008Z[ recovery-image] Mar 04 18:38:32.222 INFO O| Mar 04 18:38:32.222 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492026-03-04T18:38:33.017Z[ recovery-image] Mar 04 18:38:32.236 INFO O| Mar 04 18:38:32.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
55502026-03-04T18:38:33.017Z[ recovery-image] Mar 04 18:38:32.236 INFO O| Mar 04 18:38:32.236 INFO STEP 249 (remove_files) COMPLETE
55512026-03-04T18:38:33.017Z[ recovery-image] Mar 04 18:38:32.236 INFO O| Mar 04 18:38:32.236 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522026-03-04T18:38:33.031Z[ recovery-image] Mar 04 18:38:32.249 INFO O| Mar 04 18:38:32.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
55532026-03-04T18:38:33.031Z[ recovery-image] Mar 04 18:38:32.249 INFO O| Mar 04 18:38:32.249 INFO STEP 250 (remove_files) COMPLETE
55542026-03-04T18:38:33.031Z[ recovery-image] Mar 04 18:38:32.249 INFO O| Mar 04 18:38:32.249 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552026-03-04T18:38:33.045Z[ recovery-image] Mar 04 18:38:32.263 INFO O| Mar 04 18:38:32.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
55562026-03-04T18:38:33.045Z[ recovery-image] Mar 04 18:38:32.263 INFO O| Mar 04 18:38:32.263 INFO STEP 251 (remove_files) COMPLETE
55572026-03-04T18:38:33.048Z[ recovery-image] Mar 04 18:38:32.263 INFO O| Mar 04 18:38:32.263 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582026-03-04T18:38:33.058Z[ recovery-image] Mar 04 18:38:32.277 INFO O| Mar 04 18:38:32.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
55592026-03-04T18:38:33.058Z[ recovery-image] Mar 04 18:38:32.277 INFO O| Mar 04 18:38:32.277 INFO STEP 252 (remove_files) COMPLETE
55602026-03-04T18:38:33.061Z[ recovery-image] Mar 04 18:38:32.277 INFO O| Mar 04 18:38:32.277 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612026-03-04T18:38:33.073Z[ recovery-image] Mar 04 18:38:32.291 INFO O| Mar 04 18:38:32.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
55622026-03-04T18:38:33.073Z[ recovery-image] Mar 04 18:38:32.291 INFO O| Mar 04 18:38:32.291 INFO STEP 253 (remove_files) COMPLETE
55632026-03-04T18:38:33.076Z[ recovery-image] Mar 04 18:38:32.291 INFO O| Mar 04 18:38:32.291 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642026-03-04T18:38:33.087Z[ recovery-image] Mar 04 18:38:32.305 INFO O| Mar 04 18:38:32.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
55652026-03-04T18:38:33.087Z[ recovery-image] Mar 04 18:38:32.305 INFO O| Mar 04 18:38:32.305 INFO STEP 254 (remove_files) COMPLETE
55662026-03-04T18:38:33.090Z[ recovery-image] Mar 04 18:38:32.305 INFO O| Mar 04 18:38:32.305 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672026-03-04T18:38:33.102Z[ recovery-image] Mar 04 18:38:32.320 INFO O| Mar 04 18:38:32.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
55682026-03-04T18:38:33.102Z[ recovery-image] Mar 04 18:38:32.320 INFO O| Mar 04 18:38:32.320 INFO STEP 255 (remove_files) COMPLETE
55692026-03-04T18:38:33.102Z[ recovery-image] Mar 04 18:38:32.320 INFO O| Mar 04 18:38:32.320 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702026-03-04T18:38:33.116Z[ recovery-image] Mar 04 18:38:32.334 INFO O| Mar 04 18:38:32.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
55712026-03-04T18:38:33.116Z[ recovery-image] Mar 04 18:38:32.335 INFO O| Mar 04 18:38:32.335 INFO STEP 256 (remove_files) COMPLETE
55722026-03-04T18:38:33.119Z[ recovery-image] Mar 04 18:38:32.335 INFO O| Mar 04 18:38:32.335 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732026-03-04T18:38:33.131Z[ recovery-image] Mar 04 18:38:32.349 INFO O| Mar 04 18:38:32.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
55742026-03-04T18:38:33.131Z[ recovery-image] Mar 04 18:38:32.349 INFO O| Mar 04 18:38:32.349 INFO STEP 257 (remove_files) COMPLETE
55752026-03-04T18:38:33.132Z[ recovery-image] Mar 04 18:38:32.349 INFO O| Mar 04 18:38:32.349 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762026-03-04T18:38:33.149Z[ recovery-image] Mar 04 18:38:32.367 INFO O| Mar 04 18:38:32.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
55772026-03-04T18:38:33.149Z[ recovery-image] Mar 04 18:38:32.368 INFO O| Mar 04 18:38:32.368 INFO STEP 258 (remove_files) COMPLETE
55782026-03-04T18:38:33.149Z[ recovery-image] Mar 04 18:38:32.368 INFO O| Mar 04 18:38:32.368 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792026-03-04T18:38:33.164Z[ recovery-image] Mar 04 18:38:32.383 INFO O| Mar 04 18:38:32.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
55802026-03-04T18:38:33.164Z[ recovery-image] Mar 04 18:38:32.383 INFO O| Mar 04 18:38:32.383 INFO STEP 259 (remove_files) COMPLETE
55812026-03-04T18:38:33.164Z[ recovery-image] Mar 04 18:38:32.383 INFO O| Mar 04 18:38:32.383 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822026-03-04T18:38:33.177Z[ recovery-image] Mar 04 18:38:32.395 INFO O| Mar 04 18:38:32.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
55832026-03-04T18:38:33.180Z[ recovery-image] Mar 04 18:38:32.395 INFO O| Mar 04 18:38:32.395 INFO STEP 260 (remove_files) COMPLETE
55842026-03-04T18:38:33.180Z[ recovery-image] Mar 04 18:38:32.395 INFO O| Mar 04 18:38:32.395 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852026-03-04T18:38:33.188Z[ recovery-image] Mar 04 18:38:32.407 INFO O| Mar 04 18:38:32.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
55862026-03-04T18:38:33.188Z[ recovery-image] Mar 04 18:38:32.407 INFO O| Mar 04 18:38:32.407 INFO STEP 261 (remove_files) COMPLETE
55872026-03-04T18:38:33.192Z[ recovery-image] Mar 04 18:38:32.407 INFO O| Mar 04 18:38:32.407 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882026-03-04T18:38:33.202Z[ recovery-image] Mar 04 18:38:32.421 INFO O| Mar 04 18:38:32.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
55892026-03-04T18:38:33.205Z[ recovery-image] Mar 04 18:38:32.421 INFO O| Mar 04 18:38:32.421 INFO STEP 262 (remove_files) COMPLETE
55902026-03-04T18:38:33.206Z[ recovery-image] Mar 04 18:38:32.421 INFO O| Mar 04 18:38:32.421 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912026-03-04T18:38:33.215Z[ recovery-image] Mar 04 18:38:32.434 INFO O| Mar 04 18:38:32.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
55922026-03-04T18:38:33.215Z[ recovery-image] Mar 04 18:38:32.434 INFO O| Mar 04 18:38:32.434 INFO STEP 263 (remove_files) COMPLETE
55932026-03-04T18:38:33.218Z[ recovery-image] Mar 04 18:38:32.434 INFO O| Mar 04 18:38:32.434 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942026-03-04T18:38:33.228Z[ recovery-image] Mar 04 18:38:32.447 INFO O| Mar 04 18:38:32.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
55952026-03-04T18:38:33.228Z[ recovery-image] Mar 04 18:38:32.447 INFO O| Mar 04 18:38:32.447 INFO STEP 264 (remove_files) COMPLETE
55962026-03-04T18:38:33.228Z[ recovery-image] Mar 04 18:38:32.447 INFO O| Mar 04 18:38:32.447 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972026-03-04T18:38:33.240Z[ recovery-image] Mar 04 18:38:32.458 INFO O| Mar 04 18:38:32.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker"
55982026-03-04T18:38:33.240Z[ recovery-image] Mar 04 18:38:32.458 INFO O| Mar 04 18:38:32.458 INFO STEP 265 (remove_files) COMPLETE
55992026-03-04T18:38:33.240Z[ recovery-image] Mar 04 18:38:32.458 INFO O| Mar 04 18:38:32.458 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002026-03-04T18:38:33.253Z[ recovery-image] Mar 04 18:38:32.471 INFO O| Mar 04 18:38:32.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
56012026-03-04T18:38:33.253Z[ recovery-image] Mar 04 18:38:32.471 INFO O| Mar 04 18:38:32.471 INFO STEP 266 (remove_files) COMPLETE
56022026-03-04T18:38:33.253Z[ recovery-image] Mar 04 18:38:32.471 INFO O| Mar 04 18:38:32.471 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032026-03-04T18:38:33.266Z[ recovery-image] Mar 04 18:38:32.485 INFO O| Mar 04 18:38:32.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
56042026-03-04T18:38:33.266Z[ recovery-image] Mar 04 18:38:32.485 INFO O| Mar 04 18:38:32.485 INFO STEP 267 (remove_files) COMPLETE
56052026-03-04T18:38:33.267Z[ recovery-image] Mar 04 18:38:32.485 INFO O| Mar 04 18:38:32.485 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062026-03-04T18:38:33.279Z[ recovery-image] Mar 04 18:38:32.496 INFO O| Mar 04 18:38:32.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
56072026-03-04T18:38:33.280Z[ recovery-image] Mar 04 18:38:32.496 INFO O| Mar 04 18:38:32.496 INFO STEP 268 (remove_files) COMPLETE
56082026-03-04T18:38:33.280Z[ recovery-image] Mar 04 18:38:32.496 INFO O| Mar 04 18:38:32.496 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092026-03-04T18:38:33.288Z[ recovery-image] Mar 04 18:38:32.507 INFO O| Mar 04 18:38:32.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
56102026-03-04T18:38:33.288Z[ recovery-image] Mar 04 18:38:32.507 INFO O| Mar 04 18:38:32.507 INFO STEP 269 (remove_files) COMPLETE
56112026-03-04T18:38:33.288Z[ recovery-image] Mar 04 18:38:32.507 INFO O| Mar 04 18:38:32.507 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122026-03-04T18:38:33.299Z[ recovery-image] Mar 04 18:38:32.517 INFO O| Mar 04 18:38:32.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
56132026-03-04T18:38:33.299Z[ recovery-image] Mar 04 18:38:32.518 INFO O| Mar 04 18:38:32.517 INFO STEP 270 (remove_files) COMPLETE
56142026-03-04T18:38:33.299Z[ recovery-image] Mar 04 18:38:32.518 INFO O| Mar 04 18:38:32.518 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152026-03-04T18:38:33.311Z[ recovery-image] Mar 04 18:38:32.529 INFO O| Mar 04 18:38:32.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
56162026-03-04T18:38:33.311Z[ recovery-image] Mar 04 18:38:32.529 INFO O| Mar 04 18:38:32.529 INFO STEP 271 (remove_files) COMPLETE
56172026-03-04T18:38:33.311Z[ recovery-image] Mar 04 18:38:32.529 INFO O| Mar 04 18:38:32.529 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182026-03-04T18:38:33.323Z[ recovery-image] Mar 04 18:38:32.541 INFO O| Mar 04 18:38:32.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
56192026-03-04T18:38:33.323Z[ recovery-image] Mar 04 18:38:32.541 INFO O| Mar 04 18:38:32.541 INFO STEP 272 (remove_files) COMPLETE
56202026-03-04T18:38:33.323Z[ recovery-image] Mar 04 18:38:32.541 INFO O| Mar 04 18:38:32.541 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212026-03-04T18:38:33.336Z[ recovery-image] Mar 04 18:38:32.555 INFO O| Mar 04 18:38:32.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
56222026-03-04T18:38:33.337Z[ recovery-image] Mar 04 18:38:32.555 INFO O| Mar 04 18:38:32.555 INFO STEP 273 (remove_files) COMPLETE
56232026-03-04T18:38:33.337Z[ recovery-image] Mar 04 18:38:32.555 INFO O| Mar 04 18:38:32.555 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242026-03-04T18:38:33.349Z[ recovery-image] Mar 04 18:38:32.568 INFO O| Mar 04 18:38:32.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
56252026-03-04T18:38:33.349Z[ recovery-image] Mar 04 18:38:32.568 INFO O| Mar 04 18:38:32.568 INFO STEP 274 (remove_files) COMPLETE
56262026-03-04T18:38:33.353Z[ recovery-image] Mar 04 18:38:32.568 INFO O| Mar 04 18:38:32.568 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272026-03-04T18:38:33.363Z[ recovery-image] Mar 04 18:38:32.581 INFO O| Mar 04 18:38:32.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
56282026-03-04T18:38:33.363Z[ recovery-image] Mar 04 18:38:32.581 INFO O| Mar 04 18:38:32.581 INFO STEP 275 (remove_files) COMPLETE
56292026-03-04T18:38:33.363Z[ recovery-image] Mar 04 18:38:32.581 INFO O| Mar 04 18:38:32.581 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302026-03-04T18:38:33.376Z[ recovery-image] Mar 04 18:38:32.594 INFO O| Mar 04 18:38:32.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
56312026-03-04T18:38:33.381Z[ recovery-image] Mar 04 18:38:32.595 INFO O| Mar 04 18:38:32.595 INFO STEP 276 (remove_files) COMPLETE
56322026-03-04T18:38:33.381Z[ recovery-image] Mar 04 18:38:32.595 INFO O| Mar 04 18:38:32.595 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332026-03-04T18:38:33.388Z[ recovery-image] Mar 04 18:38:32.607 INFO O| Mar 04 18:38:32.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
56342026-03-04T18:38:33.388Z[ recovery-image] Mar 04 18:38:32.607 INFO O| Mar 04 18:38:32.607 INFO STEP 277 (remove_files) COMPLETE
56352026-03-04T18:38:33.394Z[ recovery-image] Mar 04 18:38:32.607 INFO O| Mar 04 18:38:32.607 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362026-03-04T18:38:33.439Z[ recovery-image] Mar 04 18:38:32.620 INFO O| Mar 04 18:38:32.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
56372026-03-04T18:38:33.439Z[ recovery-image] Mar 04 18:38:32.620 INFO O| Mar 04 18:38:32.620 INFO STEP 278 (remove_files) COMPLETE
56382026-03-04T18:38:33.439Z[ recovery-image] Mar 04 18:38:32.620 INFO O| Mar 04 18:38:32.620 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392026-03-04T18:38:33.439Z[ recovery-image] Mar 04 18:38:32.631 INFO O| Mar 04 18:38:32.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
56402026-03-04T18:38:33.439Z[ recovery-image] Mar 04 18:38:32.631 INFO O| Mar 04 18:38:32.631 INFO STEP 279 (remove_files) COMPLETE
56412026-03-04T18:38:33.439Z[ recovery-image] Mar 04 18:38:32.632 INFO O| Mar 04 18:38:32.631 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422026-03-04T18:38:33.439Z[ recovery-image] Mar 04 18:38:32.643 INFO O| Mar 04 18:38:32.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
56432026-03-04T18:38:33.439Z[ recovery-image] Mar 04 18:38:32.643 INFO O| Mar 04 18:38:32.643 INFO STEP 280 (remove_files) COMPLETE
56442026-03-04T18:38:33.440Z[ recovery-image] Mar 04 18:38:32.643 INFO O| Mar 04 18:38:32.643 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452026-03-04T18:38:33.440Z[ recovery-image] Mar 04 18:38:32.655 INFO O| Mar 04 18:38:32.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
56462026-03-04T18:38:33.440Z[ recovery-image] Mar 04 18:38:32.655 INFO O| Mar 04 18:38:32.655 INFO STEP 281 (remove_files) COMPLETE
56472026-03-04T18:38:33.440Z[ recovery-image] Mar 04 18:38:32.655 INFO O| Mar 04 18:38:32.655 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482026-03-04T18:38:33.444Z[ host-image] Mar 04 18:38:32.658 INFO O| Mar 04 18:38:32.658 INFO STEP 14 (pkg_install) COMPLETE
56492026-03-04T18:38:33.444Z[ host-image] Mar 04 18:38:32.658 INFO O| Mar 04 18:38:32.658 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
56502026-03-04T18:38:33.444Z[ host-image] Mar 04 18:38:32.658 INFO O| Mar 04 18:38:32.658 INFO skip step because feature "mbist" is not enabled
56512026-03-04T18:38:33.444Z[ host-image] Mar 04 18:38:32.658 INFO O| Mar 04 18:38:32.658 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
56522026-03-04T18:38:33.444Z[ host-image] Mar 04 18:38:32.658 INFO O| Mar 04 18:38:32.658 INFO skip step because feature "mfg" is not enabled
56532026-03-04T18:38:33.444Z[ host-image] Mar 04 18:38:32.658 INFO O| Mar 04 18:38:32.658 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
56542026-03-04T18:38:33.444Z[ host-image] Mar 04 18:38:32.658 INFO O| Mar 04 18:38:32.658 INFO skip step because feature "compliance" is not enabled
56552026-03-04T18:38:33.444Z[ host-image] Mar 04 18:38:32.658 INFO O| Mar 04 18:38:32.658 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
56562026-03-04T18:38:33.444Z[ host-image] Mar 04 18:38:32.658 INFO O| Mar 04 18:38:32.658 INFO skip step because feature "stress" is not enabled
56572026-03-04T18:38:33.444Z[ host-image] Mar 04 18:38:32.658 INFO O| Mar 04 18:38:32.658 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
56582026-03-04T18:38:33.444Z[ host-image] Mar 04 18:38:32.658 INFO O| Mar 04 18:38:32.658 INFO skip step because feature "compliance" is not enabled
56592026-03-04T18:38:33.444Z[ host-image] Mar 04 18:38:32.658 INFO O| Mar 04 18:38:32.658 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
56602026-03-04T18:38:33.445Z[ host-image] Mar 04 18:38:32.658 INFO O| Mar 04 18:38:32.658 INFO skip step because feature "nfs" is not enabled
56612026-03-04T18:38:33.445Z[ host-image] Mar 04 18:38:32.658 INFO O| Mar 04 18:38:32.658 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
56622026-03-04T18:38:33.445Z[ host-image] Mar 04 18:38:32.658 INFO O| Mar 04 18:38:32.658 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
56632026-03-04T18:38:33.450Z[ recovery-image] Mar 04 18:38:32.668 INFO O| Mar 04 18:38:32.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
56642026-03-04T18:38:33.453Z[ recovery-image] Mar 04 18:38:32.668 INFO O| Mar 04 18:38:32.668 INFO STEP 282 (remove_files) COMPLETE
56652026-03-04T18:38:33.453Z[ recovery-image] Mar 04 18:38:32.668 INFO O| Mar 04 18:38:32.668 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662026-03-04T18:38:33.463Z[ recovery-image] Mar 04 18:38:32.681 INFO O| Mar 04 18:38:32.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
56672026-03-04T18:38:33.463Z[ recovery-image] Mar 04 18:38:32.682 INFO O| Mar 04 18:38:32.681 INFO STEP 283 (remove_files) COMPLETE
56682026-03-04T18:38:33.466Z[ recovery-image] Mar 04 18:38:32.682 INFO O| Mar 04 18:38:32.682 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692026-03-04T18:38:33.477Z[ recovery-image] Mar 04 18:38:32.695 INFO O| Mar 04 18:38:32.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
56702026-03-04T18:38:33.477Z[ recovery-image] Mar 04 18:38:32.695 INFO O| Mar 04 18:38:32.695 INFO STEP 284 (remove_files) COMPLETE
56712026-03-04T18:38:33.482Z[ recovery-image] Mar 04 18:38:32.695 INFO O| Mar 04 18:38:32.695 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722026-03-04T18:38:33.490Z[ recovery-image] Mar 04 18:38:32.709 INFO O| Mar 04 18:38:32.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
56732026-03-04T18:38:33.490Z[ recovery-image] Mar 04 18:38:32.709 INFO O| Mar 04 18:38:32.709 INFO STEP 285 (remove_files) COMPLETE
56742026-03-04T18:38:33.490Z[ recovery-image] Mar 04 18:38:32.709 INFO O| Mar 04 18:38:32.709 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752026-03-04T18:38:33.503Z[ recovery-image] Mar 04 18:38:32.722 INFO O| Mar 04 18:38:32.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
56762026-03-04T18:38:33.503Z[ recovery-image] Mar 04 18:38:32.722 INFO O| Mar 04 18:38:32.722 INFO STEP 286 (remove_files) COMPLETE
56772026-03-04T18:38:33.506Z[ recovery-image] Mar 04 18:38:32.722 INFO O| Mar 04 18:38:32.722 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782026-03-04T18:38:33.516Z[ recovery-image] Mar 04 18:38:32.735 INFO O| Mar 04 18:38:32.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
56792026-03-04T18:38:33.516Z[ recovery-image] Mar 04 18:38:32.735 INFO O| Mar 04 18:38:32.735 INFO STEP 287 (remove_files) COMPLETE
56802026-03-04T18:38:33.520Z[ recovery-image] Mar 04 18:38:32.735 INFO O| Mar 04 18:38:32.735 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812026-03-04T18:38:33.525Z[ host-image] Mar 04 18:38:32.744 INFO O| Mar 04 18:38:32.744 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
56822026-03-04T18:38:33.529Z[ recovery-image] Mar 04 18:38:32.748 INFO O| Mar 04 18:38:32.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
56832026-03-04T18:38:33.529Z[ recovery-image] Mar 04 18:38:32.748 INFO O| Mar 04 18:38:32.748 INFO STEP 288 (remove_files) COMPLETE
56842026-03-04T18:38:33.532Z[ recovery-image] Mar 04 18:38:32.748 INFO O| Mar 04 18:38:32.748 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852026-03-04T18:38:33.542Z[ recovery-image] Mar 04 18:38:32.761 INFO O| Mar 04 18:38:32.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
56862026-03-04T18:38:33.542Z[ recovery-image] Mar 04 18:38:32.761 INFO O| Mar 04 18:38:32.761 INFO STEP 289 (remove_files) COMPLETE
56872026-03-04T18:38:33.546Z[ recovery-image] Mar 04 18:38:32.761 INFO O| Mar 04 18:38:32.761 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882026-03-04T18:38:33.556Z[ recovery-image] Mar 04 18:38:32.775 INFO O| Mar 04 18:38:32.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
56892026-03-04T18:38:33.556Z[ recovery-image] Mar 04 18:38:32.775 INFO O| Mar 04 18:38:32.775 INFO STEP 290 (remove_files) COMPLETE
56902026-03-04T18:38:33.556Z[ recovery-image] Mar 04 18:38:32.775 INFO O| Mar 04 18:38:32.775 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912026-03-04T18:38:33.570Z[ recovery-image] Mar 04 18:38:32.788 INFO O| Mar 04 18:38:32.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
56922026-03-04T18:38:33.570Z[ recovery-image] Mar 04 18:38:32.788 INFO O| Mar 04 18:38:32.788 INFO STEP 291 (remove_files) COMPLETE
56932026-03-04T18:38:33.570Z[ recovery-image] Mar 04 18:38:32.788 INFO O| Mar 04 18:38:32.788 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942026-03-04T18:38:33.583Z[ recovery-image] Mar 04 18:38:32.802 INFO O| Mar 04 18:38:32.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
56952026-03-04T18:38:33.587Z[ recovery-image] Mar 04 18:38:32.802 INFO O| Mar 04 18:38:32.802 INFO STEP 292 (remove_files) COMPLETE
56962026-03-04T18:38:33.587Z[ recovery-image] Mar 04 18:38:32.802 INFO O| Mar 04 18:38:32.802 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972026-03-04T18:38:33.598Z[ recovery-image] Mar 04 18:38:32.817 INFO O| Mar 04 18:38:32.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
56982026-03-04T18:38:33.598Z[ recovery-image] Mar 04 18:38:32.817 INFO O| Mar 04 18:38:32.817 INFO STEP 293 (remove_files) COMPLETE
56992026-03-04T18:38:33.598Z[ recovery-image] Mar 04 18:38:32.817 INFO O| Mar 04 18:38:32.817 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002026-03-04T18:38:33.612Z[ recovery-image] Mar 04 18:38:32.830 INFO O| Mar 04 18:38:32.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
57012026-03-04T18:38:33.612Z[ recovery-image] Mar 04 18:38:32.830 INFO O| Mar 04 18:38:32.830 INFO STEP 294 (remove_files) COMPLETE
57022026-03-04T18:38:33.617Z[ recovery-image] Mar 04 18:38:32.830 INFO O| Mar 04 18:38:32.830 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032026-03-04T18:38:33.626Z[ recovery-image] Mar 04 18:38:32.844 INFO O| Mar 04 18:38:32.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
57042026-03-04T18:38:33.627Z[ recovery-image] Mar 04 18:38:32.845 INFO O| Mar 04 18:38:32.844 INFO STEP 295 (remove_files) COMPLETE
57052026-03-04T18:38:33.627Z[ recovery-image] Mar 04 18:38:32.845 INFO O| Mar 04 18:38:32.845 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062026-03-04T18:38:33.641Z[ recovery-image] Mar 04 18:38:32.859 INFO O| Mar 04 18:38:32.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
57072026-03-04T18:38:33.641Z[ recovery-image] Mar 04 18:38:32.859 INFO O| Mar 04 18:38:32.859 INFO STEP 296 (remove_files) COMPLETE
57082026-03-04T18:38:33.644Z[ recovery-image] Mar 04 18:38:32.859 INFO O| Mar 04 18:38:32.859 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092026-03-04T18:38:33.654Z[ recovery-image] Mar 04 18:38:32.873 INFO O| Mar 04 18:38:32.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
57102026-03-04T18:38:33.654Z[ recovery-image] Mar 04 18:38:32.873 INFO O| Mar 04 18:38:32.873 INFO STEP 297 (remove_files) COMPLETE
57112026-03-04T18:38:33.654Z[ recovery-image] Mar 04 18:38:32.873 INFO O| Mar 04 18:38:32.873 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122026-03-04T18:38:33.669Z[ recovery-image] Mar 04 18:38:32.887 INFO O| Mar 04 18:38:32.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
57132026-03-04T18:38:33.669Z[ host-image] Mar 04 18:38:32.887 INFO O| Mar 04 18:38:32.887 INFO completed processing sled/ramdisk-01-os
57142026-03-04T18:38:33.669Z[ recovery-image] Mar 04 18:38:32.887 INFO O| Mar 04 18:38:32.887 INFO STEP 298 (remove_files) COMPLETE
57152026-03-04T18:38:33.672Z[ recovery-image] Mar 04 18:38:32.887 INFO O| Mar 04 18:38:32.887 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162026-03-04T18:38:33.672Z[ host-image] Mar 04 18:38:32.890 INFO omicron1 baseline generation...
57172026-03-04T18:38:33.672Z[ host-image] Mar 04 18:38:32.890 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
57182026-03-04T18:38:33.688Z[ recovery-image] Mar 04 18:38:32.906 INFO O| Mar 04 18:38:32.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
57192026-03-04T18:38:33.688Z[ recovery-image] Mar 04 18:38:32.906 INFO O| Mar 04 18:38:32.906 INFO STEP 299 (remove_files) COMPLETE
57202026-03-04T18:38:33.688Z[ recovery-image] Mar 04 18:38:32.907 INFO O| Mar 04 18:38:32.906 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212026-03-04T18:38:33.704Z[ recovery-image] Mar 04 18:38:32.921 INFO O| Mar 04 18:38:32.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
57222026-03-04T18:38:33.704Z[ recovery-image] Mar 04 18:38:32.922 INFO O| Mar 04 18:38:32.922 INFO STEP 300 (remove_files) COMPLETE
57232026-03-04T18:38:33.704Z[ recovery-image] Mar 04 18:38:32.922 INFO O| Mar 04 18:38:32.922 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242026-03-04T18:38:33.719Z[ recovery-image] Mar 04 18:38:32.936 INFO O| Mar 04 18:38:32.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
57252026-03-04T18:38:33.719Z[ recovery-image] Mar 04 18:38:32.936 INFO O| Mar 04 18:38:32.936 INFO STEP 301 (remove_files) COMPLETE
57262026-03-04T18:38:33.719Z[ recovery-image] Mar 04 18:38:32.936 INFO O| Mar 04 18:38:32.936 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272026-03-04T18:38:33.731Z[ recovery-image] Mar 04 18:38:32.949 INFO O| Mar 04 18:38:32.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
57282026-03-04T18:38:33.731Z[ recovery-image] Mar 04 18:38:32.949 INFO O| Mar 04 18:38:32.949 INFO STEP 302 (remove_files) COMPLETE
57292026-03-04T18:38:33.731Z[ recovery-image] Mar 04 18:38:32.949 INFO O| Mar 04 18:38:32.949 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302026-03-04T18:38:33.744Z[ recovery-image] Mar 04 18:38:32.963 INFO O| Mar 04 18:38:32.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
57312026-03-04T18:38:33.744Z[ recovery-image] Mar 04 18:38:32.963 INFO O| Mar 04 18:38:32.963 INFO STEP 303 (remove_files) COMPLETE
57322026-03-04T18:38:33.744Z[ recovery-image] Mar 04 18:38:32.963 INFO O| Mar 04 18:38:32.963 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332026-03-04T18:38:33.757Z[ recovery-image] Mar 04 18:38:32.976 INFO O| Mar 04 18:38:32.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
57342026-03-04T18:38:33.757Z[ recovery-image] Mar 04 18:38:32.976 INFO O| Mar 04 18:38:32.976 INFO STEP 304 (remove_files) COMPLETE
57352026-03-04T18:38:33.758Z[ recovery-image] Mar 04 18:38:32.976 INFO O| Mar 04 18:38:32.976 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362026-03-04T18:38:33.771Z[ recovery-image] Mar 04 18:38:32.990 INFO O| Mar 04 18:38:32.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
57372026-03-04T18:38:33.771Z[ recovery-image] Mar 04 18:38:32.990 INFO O| Mar 04 18:38:32.990 INFO STEP 305 (remove_files) COMPLETE
57382026-03-04T18:38:33.771Z[ recovery-image] Mar 04 18:38:32.990 INFO O| Mar 04 18:38:32.990 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392026-03-04T18:38:33.785Z[ recovery-image] Mar 04 18:38:33.004 INFO O| Mar 04 18:38:33.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
57402026-03-04T18:38:33.785Z[ recovery-image] Mar 04 18:38:33.004 INFO O| Mar 04 18:38:33.004 INFO STEP 306 (remove_files) COMPLETE
57412026-03-04T18:38:33.785Z[ recovery-image] Mar 04 18:38:33.004 INFO O| Mar 04 18:38:33.004 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422026-03-04T18:38:33.799Z[ recovery-image] Mar 04 18:38:33.017 INFO O| Mar 04 18:38:33.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
57432026-03-04T18:38:33.799Z[ recovery-image] Mar 04 18:38:33.017 INFO O| Mar 04 18:38:33.017 INFO STEP 307 (remove_files) COMPLETE
57442026-03-04T18:38:33.803Z[ recovery-image] Mar 04 18:38:33.017 INFO O| Mar 04 18:38:33.017 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452026-03-04T18:38:33.812Z[ recovery-image] Mar 04 18:38:33.031 INFO O| Mar 04 18:38:33.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
57462026-03-04T18:38:33.812Z[ recovery-image] Mar 04 18:38:33.031 INFO O| Mar 04 18:38:33.031 INFO STEP 308 (remove_files) COMPLETE
57472026-03-04T18:38:33.816Z[ recovery-image] Mar 04 18:38:33.031 INFO O| Mar 04 18:38:33.031 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482026-03-04T18:38:33.827Z[ recovery-image] Mar 04 18:38:33.046 INFO O| Mar 04 18:38:33.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
57492026-03-04T18:38:33.827Z[ recovery-image] Mar 04 18:38:33.046 INFO O| Mar 04 18:38:33.046 INFO STEP 309 (remove_files) COMPLETE
57502026-03-04T18:38:33.831Z[ recovery-image] Mar 04 18:38:33.046 INFO O| Mar 04 18:38:33.046 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512026-03-04T18:38:33.842Z[ recovery-image] Mar 04 18:38:33.060 INFO O| Mar 04 18:38:33.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
57522026-03-04T18:38:33.842Z[ recovery-image] Mar 04 18:38:33.060 INFO O| Mar 04 18:38:33.060 INFO STEP 310 (remove_files) COMPLETE
57532026-03-04T18:38:33.842Z[ recovery-image] Mar 04 18:38:33.060 INFO O| Mar 04 18:38:33.060 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542026-03-04T18:38:33.856Z[ recovery-image] Mar 04 18:38:33.074 INFO O| Mar 04 18:38:33.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
57552026-03-04T18:38:33.856Z[ recovery-image] Mar 04 18:38:33.074 INFO O| Mar 04 18:38:33.074 INFO STEP 311 (remove_files) COMPLETE
57562026-03-04T18:38:33.856Z[ recovery-image] Mar 04 18:38:33.074 INFO O| Mar 04 18:38:33.074 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572026-03-04T18:38:33.871Z[ recovery-image] Mar 04 18:38:33.088 INFO O| Mar 04 18:38:33.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
57582026-03-04T18:38:33.871Z[ recovery-image] Mar 04 18:38:33.088 INFO O| Mar 04 18:38:33.088 INFO STEP 312 (remove_files) COMPLETE
57592026-03-04T18:38:33.874Z[ recovery-image] Mar 04 18:38:33.088 INFO O| Mar 04 18:38:33.088 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602026-03-04T18:38:33.883Z[ recovery-image] Mar 04 18:38:33.102 INFO O| Mar 04 18:38:33.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
57612026-03-04T18:38:33.883Z[ recovery-image] Mar 04 18:38:33.102 INFO O| Mar 04 18:38:33.102 INFO STEP 313 (remove_files) COMPLETE
57622026-03-04T18:38:33.883Z[ recovery-image] Mar 04 18:38:33.102 INFO O| Mar 04 18:38:33.102 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632026-03-04T18:38:33.896Z[ recovery-image] Mar 04 18:38:33.115 INFO O| Mar 04 18:38:33.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
57642026-03-04T18:38:33.896Z[ recovery-image] Mar 04 18:38:33.115 INFO O| Mar 04 18:38:33.115 INFO STEP 314 (remove_files) COMPLETE
57652026-03-04T18:38:33.896Z[ recovery-image] Mar 04 18:38:33.115 INFO O| Mar 04 18:38:33.115 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662026-03-04T18:38:33.909Z[ recovery-image] Mar 04 18:38:33.128 INFO O| Mar 04 18:38:33.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
57672026-03-04T18:38:33.909Z[ recovery-image] Mar 04 18:38:33.128 INFO O| Mar 04 18:38:33.128 INFO STEP 315 (remove_files) COMPLETE
57682026-03-04T18:38:33.911Z[ recovery-image] Mar 04 18:38:33.128 INFO O| Mar 04 18:38:33.128 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692026-03-04T18:38:33.923Z[ recovery-image] Mar 04 18:38:33.141 INFO O| Mar 04 18:38:33.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
57702026-03-04T18:38:33.923Z[ recovery-image] Mar 04 18:38:33.141 INFO O| Mar 04 18:38:33.141 INFO STEP 316 (remove_files) COMPLETE
57712026-03-04T18:38:33.923Z[ recovery-image] Mar 04 18:38:33.141 INFO O| Mar 04 18:38:33.141 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722026-03-04T18:38:33.936Z[ recovery-image] Mar 04 18:38:33.155 INFO O| Mar 04 18:38:33.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
57732026-03-04T18:38:33.937Z[ recovery-image] Mar 04 18:38:33.155 INFO O| Mar 04 18:38:33.155 INFO STEP 317 (remove_files) COMPLETE
57742026-03-04T18:38:33.937Z[ recovery-image] Mar 04 18:38:33.155 INFO O| Mar 04 18:38:33.155 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752026-03-04T18:38:33.950Z[ recovery-image] Mar 04 18:38:33.169 INFO O| Mar 04 18:38:33.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
57762026-03-04T18:38:33.950Z[ recovery-image] Mar 04 18:38:33.169 INFO O| Mar 04 18:38:33.169 INFO STEP 318 (remove_files) COMPLETE
57772026-03-04T18:38:33.950Z[ recovery-image] Mar 04 18:38:33.169 INFO O| Mar 04 18:38:33.169 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782026-03-04T18:38:33.963Z[ recovery-image] Mar 04 18:38:33.182 INFO O| Mar 04 18:38:33.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
57792026-03-04T18:38:33.963Z[ recovery-image] Mar 04 18:38:33.182 INFO O| Mar 04 18:38:33.182 INFO STEP 319 (remove_files) COMPLETE
57802026-03-04T18:38:33.963Z[ recovery-image] Mar 04 18:38:33.182 INFO O| Mar 04 18:38:33.182 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812026-03-04T18:38:33.977Z[ recovery-image] Mar 04 18:38:33.195 INFO O| Mar 04 18:38:33.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
57822026-03-04T18:38:33.980Z[ recovery-image] Mar 04 18:38:33.196 INFO O| Mar 04 18:38:33.196 INFO STEP 320 (remove_files) COMPLETE
57832026-03-04T18:38:33.981Z[ recovery-image] Mar 04 18:38:33.196 INFO O| Mar 04 18:38:33.196 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842026-03-04T18:38:33.991Z[ recovery-image] Mar 04 18:38:33.209 INFO O| Mar 04 18:38:33.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
57852026-03-04T18:38:33.994Z[ recovery-image] Mar 04 18:38:33.210 INFO O| Mar 04 18:38:33.210 INFO STEP 321 (remove_files) COMPLETE
57862026-03-04T18:38:33.994Z[ recovery-image] Mar 04 18:38:33.210 INFO O| Mar 04 18:38:33.210 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872026-03-04T18:38:34.005Z[ recovery-image] Mar 04 18:38:33.224 INFO O| Mar 04 18:38:33.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
57882026-03-04T18:38:34.006Z[ recovery-image] Mar 04 18:38:33.224 INFO O| Mar 04 18:38:33.224 INFO STEP 322 (remove_files) COMPLETE
57892026-03-04T18:38:34.009Z[ recovery-image] Mar 04 18:38:33.224 INFO O| Mar 04 18:38:33.224 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902026-03-04T18:38:34.018Z[ recovery-image] Mar 04 18:38:33.237 INFO O| Mar 04 18:38:33.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
57912026-03-04T18:38:34.019Z[ recovery-image] Mar 04 18:38:33.237 INFO O| Mar 04 18:38:33.237 INFO STEP 323 (remove_files) COMPLETE
57922026-03-04T18:38:34.022Z[ recovery-image] Mar 04 18:38:33.237 INFO O| Mar 04 18:38:33.237 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932026-03-04T18:38:34.032Z[ recovery-image] Mar 04 18:38:33.251 INFO O| Mar 04 18:38:33.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
57942026-03-04T18:38:34.032Z[ recovery-image] Mar 04 18:38:33.251 INFO O| Mar 04 18:38:33.251 INFO STEP 324 (remove_files) COMPLETE
57952026-03-04T18:38:34.032Z[ recovery-image] Mar 04 18:38:33.251 INFO O| Mar 04 18:38:33.251 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962026-03-04T18:38:34.045Z[ recovery-image] Mar 04 18:38:33.264 INFO O| Mar 04 18:38:33.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
57972026-03-04T18:38:34.045Z[ recovery-image] Mar 04 18:38:33.264 INFO O| Mar 04 18:38:33.264 INFO STEP 325 (remove_files) COMPLETE
57982026-03-04T18:38:34.045Z[ recovery-image] Mar 04 18:38:33.264 INFO O| Mar 04 18:38:33.264 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992026-03-04T18:38:34.058Z[ recovery-image] Mar 04 18:38:33.277 INFO O| Mar 04 18:38:33.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
58002026-03-04T18:38:34.058Z[ recovery-image] Mar 04 18:38:33.277 INFO O| Mar 04 18:38:33.277 INFO STEP 326 (remove_files) COMPLETE
58012026-03-04T18:38:34.058Z[ recovery-image] Mar 04 18:38:33.277 INFO O| Mar 04 18:38:33.277 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022026-03-04T18:38:34.070Z[ recovery-image] Mar 04 18:38:33.289 INFO O| Mar 04 18:38:33.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
58032026-03-04T18:38:34.070Z[ recovery-image] Mar 04 18:38:33.289 INFO O| Mar 04 18:38:33.289 INFO STEP 327 (remove_files) COMPLETE
58042026-03-04T18:38:34.073Z[ recovery-image] Mar 04 18:38:33.289 INFO O| Mar 04 18:38:33.289 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052026-03-04T18:38:34.083Z[ recovery-image] Mar 04 18:38:33.301 INFO O| Mar 04 18:38:33.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
58062026-03-04T18:38:34.083Z[ recovery-image] Mar 04 18:38:33.302 INFO O| Mar 04 18:38:33.301 INFO STEP 328 (remove_files) COMPLETE
58072026-03-04T18:38:34.083Z[ recovery-image] Mar 04 18:38:33.302 INFO O| Mar 04 18:38:33.302 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082026-03-04T18:38:34.095Z[ recovery-image] Mar 04 18:38:33.314 INFO O| Mar 04 18:38:33.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
58092026-03-04T18:38:34.095Z[ recovery-image] Mar 04 18:38:33.314 INFO O| Mar 04 18:38:33.314 INFO STEP 329 (remove_files) COMPLETE
58102026-03-04T18:38:34.098Z[ recovery-image] Mar 04 18:38:33.314 INFO O| Mar 04 18:38:33.314 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112026-03-04T18:38:34.107Z[ recovery-image] Mar 04 18:38:33.326 INFO O| Mar 04 18:38:33.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
58122026-03-04T18:38:34.107Z[ recovery-image] Mar 04 18:38:33.326 INFO O| Mar 04 18:38:33.326 INFO STEP 330 (remove_files) COMPLETE
58132026-03-04T18:38:34.111Z[ recovery-image] Mar 04 18:38:33.326 INFO O| Mar 04 18:38:33.326 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142026-03-04T18:38:34.120Z[ recovery-image] Mar 04 18:38:33.339 INFO O| Mar 04 18:38:33.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
58152026-03-04T18:38:34.120Z[ recovery-image] Mar 04 18:38:33.339 INFO O| Mar 04 18:38:33.339 INFO STEP 331 (remove_files) COMPLETE
58162026-03-04T18:38:34.123Z[ recovery-image] Mar 04 18:38:33.339 INFO O| Mar 04 18:38:33.339 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172026-03-04T18:38:34.132Z[ recovery-image] Mar 04 18:38:33.351 INFO O| Mar 04 18:38:33.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
58182026-03-04T18:38:34.133Z[ recovery-image] Mar 04 18:38:33.351 INFO O| Mar 04 18:38:33.351 INFO STEP 332 (remove_files) COMPLETE
58192026-03-04T18:38:34.133Z[ recovery-image] Mar 04 18:38:33.351 INFO O| Mar 04 18:38:33.351 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202026-03-04T18:38:34.147Z[ recovery-image] Mar 04 18:38:33.363 INFO O| Mar 04 18:38:33.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
58212026-03-04T18:38:34.147Z[ recovery-image] Mar 04 18:38:33.363 INFO O| Mar 04 18:38:33.363 INFO STEP 333 (remove_files) COMPLETE
58222026-03-04T18:38:34.147Z[ recovery-image] Mar 04 18:38:33.363 INFO O| Mar 04 18:38:33.363 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232026-03-04T18:38:34.158Z[ recovery-image] Mar 04 18:38:33.377 INFO O| Mar 04 18:38:33.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
58242026-03-04T18:38:34.162Z[ recovery-image] Mar 04 18:38:33.377 INFO O| Mar 04 18:38:33.377 INFO STEP 334 (remove_files) COMPLETE
58252026-03-04T18:38:34.162Z[ recovery-image] Mar 04 18:38:33.377 INFO O| Mar 04 18:38:33.377 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262026-03-04T18:38:34.171Z[ recovery-image] Mar 04 18:38:33.390 INFO O| Mar 04 18:38:33.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
58272026-03-04T18:38:34.171Z[ recovery-image] Mar 04 18:38:33.390 INFO O| Mar 04 18:38:33.390 INFO STEP 335 (remove_files) COMPLETE
58282026-03-04T18:38:34.172Z[ recovery-image] Mar 04 18:38:33.390 INFO O| Mar 04 18:38:33.390 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292026-03-04T18:38:34.184Z[ recovery-image] Mar 04 18:38:33.403 INFO O| Mar 04 18:38:33.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
58302026-03-04T18:38:34.185Z[ recovery-image] Mar 04 18:38:33.403 INFO O| Mar 04 18:38:33.403 INFO STEP 336 (remove_files) COMPLETE
58312026-03-04T18:38:34.185Z[ recovery-image] Mar 04 18:38:33.403 INFO O| Mar 04 18:38:33.403 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322026-03-04T18:38:34.197Z[ recovery-image] Mar 04 18:38:33.415 INFO O| Mar 04 18:38:33.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
58332026-03-04T18:38:34.197Z[ recovery-image] Mar 04 18:38:33.415 INFO O| Mar 04 18:38:33.415 INFO STEP 337 (remove_files) COMPLETE
58342026-03-04T18:38:34.197Z[ recovery-image] Mar 04 18:38:33.415 INFO O| Mar 04 18:38:33.415 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352026-03-04T18:38:34.209Z[ recovery-image] Mar 04 18:38:33.428 INFO O| Mar 04 18:38:33.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
58362026-03-04T18:38:34.209Z[ recovery-image] Mar 04 18:38:33.428 INFO O| Mar 04 18:38:33.428 INFO STEP 338 (remove_files) COMPLETE
58372026-03-04T18:38:34.210Z[ recovery-image] Mar 04 18:38:33.428 INFO O| Mar 04 18:38:33.428 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382026-03-04T18:38:34.223Z[ recovery-image] Mar 04 18:38:33.441 INFO O| Mar 04 18:38:33.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
58392026-03-04T18:38:34.223Z[ recovery-image] Mar 04 18:38:33.441 INFO O| Mar 04 18:38:33.441 INFO STEP 339 (remove_files) COMPLETE
58402026-03-04T18:38:34.223Z[ recovery-image] Mar 04 18:38:33.441 INFO O| Mar 04 18:38:33.441 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412026-03-04T18:38:34.237Z[ recovery-image] Mar 04 18:38:33.455 INFO O| Mar 04 18:38:33.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
58422026-03-04T18:38:34.237Z[ recovery-image] Mar 04 18:38:33.455 INFO O| Mar 04 18:38:33.455 INFO STEP 340 (remove_files) COMPLETE
58432026-03-04T18:38:34.237Z[ recovery-image] Mar 04 18:38:33.455 INFO O| Mar 04 18:38:33.455 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442026-03-04T18:38:34.291Z[ recovery-image] Mar 04 18:38:33.469 INFO O| Mar 04 18:38:33.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
58452026-03-04T18:38:34.291Z[ recovery-image] Mar 04 18:38:33.469 INFO O| Mar 04 18:38:33.469 INFO STEP 341 (remove_files) COMPLETE
58462026-03-04T18:38:34.291Z[ recovery-image] Mar 04 18:38:33.469 INFO O| Mar 04 18:38:33.469 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472026-03-04T18:38:34.291Z[ recovery-image] Mar 04 18:38:33.483 INFO O| Mar 04 18:38:33.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
58482026-03-04T18:38:34.291Z[ recovery-image] Mar 04 18:38:33.484 INFO O| Mar 04 18:38:33.484 INFO STEP 342 (remove_files) COMPLETE
58492026-03-04T18:38:34.291Z[ recovery-image] Mar 04 18:38:33.484 INFO O| Mar 04 18:38:33.484 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502026-03-04T18:38:34.297Z[ recovery-image] Mar 04 18:38:33.497 INFO O| Mar 04 18:38:33.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
58512026-03-04T18:38:34.297Z[ recovery-image] Mar 04 18:38:33.498 INFO O| Mar 04 18:38:33.498 INFO STEP 343 (remove_files) COMPLETE
58522026-03-04T18:38:34.297Z[ recovery-image] Mar 04 18:38:33.498 INFO O| Mar 04 18:38:33.498 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532026-03-04T18:38:34.297Z[ recovery-image] Mar 04 18:38:33.512 INFO O| Mar 04 18:38:33.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
58542026-03-04T18:38:34.297Z[ recovery-image] Mar 04 18:38:33.512 INFO O| Mar 04 18:38:33.512 INFO STEP 344 (remove_files) COMPLETE
58552026-03-04T18:38:34.297Z[ recovery-image] Mar 04 18:38:33.512 INFO O| Mar 04 18:38:33.512 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562026-03-04T18:38:34.307Z[ recovery-image] Mar 04 18:38:33.525 INFO O| Mar 04 18:38:33.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
58572026-03-04T18:38:34.307Z[ recovery-image] Mar 04 18:38:33.525 INFO O| Mar 04 18:38:33.525 INFO STEP 345 (remove_files) COMPLETE
58582026-03-04T18:38:34.307Z[ recovery-image] Mar 04 18:38:33.525 INFO O| Mar 04 18:38:33.525 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592026-03-04T18:38:34.320Z[ recovery-image] Mar 04 18:38:33.539 INFO O| Mar 04 18:38:33.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
58602026-03-04T18:38:34.320Z[ recovery-image] Mar 04 18:38:33.539 INFO O| Mar 04 18:38:33.539 INFO STEP 346 (remove_files) COMPLETE
58612026-03-04T18:38:34.320Z[ recovery-image] Mar 04 18:38:33.539 INFO O| Mar 04 18:38:33.539 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622026-03-04T18:38:34.334Z[ recovery-image] Mar 04 18:38:33.553 INFO O| Mar 04 18:38:33.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
58632026-03-04T18:38:34.334Z[ recovery-image] Mar 04 18:38:33.553 INFO O| Mar 04 18:38:33.553 INFO STEP 347 (remove_files) COMPLETE
58642026-03-04T18:38:34.334Z[ recovery-image] Mar 04 18:38:33.553 INFO O| Mar 04 18:38:33.553 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652026-03-04T18:38:34.348Z[ recovery-image] Mar 04 18:38:33.567 INFO O| Mar 04 18:38:33.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
58662026-03-04T18:38:34.348Z[ recovery-image] Mar 04 18:38:33.567 INFO O| Mar 04 18:38:33.567 INFO STEP 348 (remove_files) COMPLETE
58672026-03-04T18:38:34.351Z[ recovery-image] Mar 04 18:38:33.567 INFO O| Mar 04 18:38:33.567 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682026-03-04T18:38:34.361Z[ recovery-image] Mar 04 18:38:33.580 INFO O| Mar 04 18:38:33.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
58692026-03-04T18:38:34.361Z[ recovery-image] Mar 04 18:38:33.580 INFO O| Mar 04 18:38:33.580 INFO STEP 349 (remove_files) COMPLETE
58702026-03-04T18:38:34.364Z[ recovery-image] Mar 04 18:38:33.580 INFO O| Mar 04 18:38:33.580 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712026-03-04T18:38:34.375Z[ recovery-image] Mar 04 18:38:33.593 INFO O| Mar 04 18:38:33.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
58722026-03-04T18:38:34.375Z[ recovery-image] Mar 04 18:38:33.593 INFO O| Mar 04 18:38:33.593 INFO STEP 350 (remove_files) COMPLETE
58732026-03-04T18:38:34.376Z[ recovery-image] Mar 04 18:38:33.593 INFO O| Mar 04 18:38:33.593 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742026-03-04T18:38:34.387Z[ recovery-image] Mar 04 18:38:33.606 INFO O| Mar 04 18:38:33.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
58752026-03-04T18:38:34.387Z[ recovery-image] Mar 04 18:38:33.606 INFO O| Mar 04 18:38:33.606 INFO STEP 351 (remove_files) COMPLETE
58762026-03-04T18:38:34.387Z[ recovery-image] Mar 04 18:38:33.606 INFO O| Mar 04 18:38:33.606 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772026-03-04T18:38:34.402Z[ recovery-image] Mar 04 18:38:33.619 INFO O| Mar 04 18:38:33.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
58782026-03-04T18:38:34.402Z[ recovery-image] Mar 04 18:38:33.619 INFO O| Mar 04 18:38:33.619 INFO STEP 352 (remove_files) COMPLETE
58792026-03-04T18:38:34.402Z[ recovery-image] Mar 04 18:38:33.619 INFO O| Mar 04 18:38:33.619 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802026-03-04T18:38:34.414Z[ recovery-image] Mar 04 18:38:33.632 INFO O| Mar 04 18:38:33.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
58812026-03-04T18:38:34.414Z[ recovery-image] Mar 04 18:38:33.632 INFO O| Mar 04 18:38:33.632 INFO STEP 353 (remove_files) COMPLETE
58822026-03-04T18:38:34.414Z[ recovery-image] Mar 04 18:38:33.632 INFO O| Mar 04 18:38:33.632 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832026-03-04T18:38:34.428Z[ recovery-image] Mar 04 18:38:33.645 INFO O| Mar 04 18:38:33.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
58842026-03-04T18:38:34.428Z[ recovery-image] Mar 04 18:38:33.645 INFO O| Mar 04 18:38:33.645 INFO STEP 354 (remove_files) COMPLETE
58852026-03-04T18:38:34.428Z[ recovery-image] Mar 04 18:38:33.645 INFO O| Mar 04 18:38:33.645 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862026-03-04T18:38:34.440Z[ recovery-image] Mar 04 18:38:33.659 INFO O| Mar 04 18:38:33.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
58872026-03-04T18:38:34.440Z[ recovery-image] Mar 04 18:38:33.659 INFO O| Mar 04 18:38:33.659 INFO STEP 355 (remove_files) COMPLETE
58882026-03-04T18:38:34.440Z[ recovery-image] Mar 04 18:38:33.659 INFO O| Mar 04 18:38:33.659 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892026-03-04T18:38:34.454Z[ recovery-image] Mar 04 18:38:33.672 INFO O| Mar 04 18:38:33.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
58902026-03-04T18:38:34.454Z[ recovery-image] Mar 04 18:38:33.672 INFO O| Mar 04 18:38:33.672 INFO STEP 356 (remove_files) COMPLETE
58912026-03-04T18:38:34.454Z[ recovery-image] Mar 04 18:38:33.672 INFO O| Mar 04 18:38:33.672 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922026-03-04T18:38:34.467Z[ recovery-image] Mar 04 18:38:33.686 INFO O| Mar 04 18:38:33.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
58932026-03-04T18:38:34.467Z[ recovery-image] Mar 04 18:38:33.686 INFO O| Mar 04 18:38:33.686 INFO STEP 357 (remove_files) COMPLETE
58942026-03-04T18:38:34.471Z[ recovery-image] Mar 04 18:38:33.686 INFO O| Mar 04 18:38:33.686 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952026-03-04T18:38:34.480Z[ recovery-image] Mar 04 18:38:33.699 INFO O| Mar 04 18:38:33.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
58962026-03-04T18:38:34.480Z[ recovery-image] Mar 04 18:38:33.699 INFO O| Mar 04 18:38:33.699 INFO STEP 358 (remove_files) COMPLETE
58972026-03-04T18:38:34.480Z[ recovery-image] Mar 04 18:38:33.699 INFO O| Mar 04 18:38:33.699 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982026-03-04T18:38:34.494Z[ recovery-image] Mar 04 18:38:33.712 INFO O| Mar 04 18:38:33.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
58992026-03-04T18:38:34.494Z[ recovery-image] Mar 04 18:38:33.712 INFO O| Mar 04 18:38:33.712 INFO STEP 359 (remove_files) COMPLETE
59002026-03-04T18:38:34.494Z[ recovery-image] Mar 04 18:38:33.712 INFO O| Mar 04 18:38:33.712 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012026-03-04T18:38:34.507Z[ recovery-image] Mar 04 18:38:33.726 INFO O| Mar 04 18:38:33.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
59022026-03-04T18:38:34.508Z[ recovery-image] Mar 04 18:38:33.726 INFO O| Mar 04 18:38:33.726 INFO STEP 360 (remove_files) COMPLETE
59032026-03-04T18:38:34.508Z[ recovery-image] Mar 04 18:38:33.726 INFO O| Mar 04 18:38:33.726 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042026-03-04T18:38:34.521Z[ recovery-image] Mar 04 18:38:33.739 INFO O| Mar 04 18:38:33.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
59052026-03-04T18:38:34.521Z[ recovery-image] Mar 04 18:38:33.739 INFO O| Mar 04 18:38:33.739 INFO STEP 361 (remove_files) COMPLETE
59062026-03-04T18:38:34.521Z[ recovery-image] Mar 04 18:38:33.739 INFO O| Mar 04 18:38:33.739 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072026-03-04T18:38:34.534Z[ recovery-image] Mar 04 18:38:33.752 INFO O| Mar 04 18:38:33.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
59082026-03-04T18:38:34.534Z[ recovery-image] Mar 04 18:38:33.752 INFO O| Mar 04 18:38:33.752 INFO STEP 362 (remove_files) COMPLETE
59092026-03-04T18:38:34.534Z[ recovery-image] Mar 04 18:38:33.752 INFO O| Mar 04 18:38:33.752 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102026-03-04T18:38:34.548Z[ recovery-image] Mar 04 18:38:33.766 INFO O| Mar 04 18:38:33.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
59112026-03-04T18:38:34.548Z[ recovery-image] Mar 04 18:38:33.766 INFO O| Mar 04 18:38:33.766 INFO STEP 363 (remove_files) COMPLETE
59122026-03-04T18:38:34.551Z[ recovery-image] Mar 04 18:38:33.766 INFO O| Mar 04 18:38:33.766 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132026-03-04T18:38:34.561Z[ recovery-image] Mar 04 18:38:33.780 INFO O| Mar 04 18:38:33.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
59142026-03-04T18:38:34.561Z[ recovery-image] Mar 04 18:38:33.780 INFO O| Mar 04 18:38:33.780 INFO STEP 364 (remove_files) COMPLETE
59152026-03-04T18:38:34.561Z[ recovery-image] Mar 04 18:38:33.780 INFO O| Mar 04 18:38:33.780 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162026-03-04T18:38:34.574Z[ recovery-image] Mar 04 18:38:33.793 INFO O| Mar 04 18:38:33.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
59172026-03-04T18:38:34.575Z[ recovery-image] Mar 04 18:38:33.793 INFO O| Mar 04 18:38:33.793 INFO STEP 365 (remove_files) COMPLETE
59182026-03-04T18:38:34.575Z[ recovery-image] Mar 04 18:38:33.793 INFO O| Mar 04 18:38:33.793 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192026-03-04T18:38:34.588Z[ recovery-image] Mar 04 18:38:33.806 INFO O| Mar 04 18:38:33.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
59202026-03-04T18:38:34.591Z[ recovery-image] Mar 04 18:38:33.807 INFO O| Mar 04 18:38:33.807 INFO STEP 366 (remove_files) COMPLETE
59212026-03-04T18:38:34.591Z[ recovery-image] Mar 04 18:38:33.807 INFO O| Mar 04 18:38:33.807 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222026-03-04T18:38:34.602Z[ recovery-image] Mar 04 18:38:33.821 INFO O| Mar 04 18:38:33.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
59232026-03-04T18:38:34.605Z[ recovery-image] Mar 04 18:38:33.821 INFO O| Mar 04 18:38:33.821 INFO STEP 367 (remove_files) COMPLETE
59242026-03-04T18:38:34.605Z[ recovery-image] Mar 04 18:38:33.821 INFO O| Mar 04 18:38:33.821 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252026-03-04T18:38:34.615Z[ recovery-image] Mar 04 18:38:33.834 INFO O| Mar 04 18:38:33.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
59262026-03-04T18:38:34.616Z[ recovery-image] Mar 04 18:38:33.834 INFO O| Mar 04 18:38:33.834 INFO STEP 368 (remove_files) COMPLETE
59272026-03-04T18:38:34.616Z[ recovery-image] Mar 04 18:38:33.834 INFO O| Mar 04 18:38:33.834 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282026-03-04T18:38:34.629Z[ recovery-image] Mar 04 18:38:33.848 INFO O| Mar 04 18:38:33.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
59292026-03-04T18:38:34.629Z[ recovery-image] Mar 04 18:38:33.848 INFO O| Mar 04 18:38:33.848 INFO STEP 369 (remove_files) COMPLETE
59302026-03-04T18:38:34.629Z[ recovery-image] Mar 04 18:38:33.848 INFO O| Mar 04 18:38:33.848 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312026-03-04T18:38:34.642Z[ recovery-image] Mar 04 18:38:33.861 INFO O| Mar 04 18:38:33.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
59322026-03-04T18:38:34.643Z[ recovery-image] Mar 04 18:38:33.861 INFO O| Mar 04 18:38:33.861 INFO STEP 370 (remove_files) COMPLETE
59332026-03-04T18:38:34.643Z[ recovery-image] Mar 04 18:38:33.861 INFO O| Mar 04 18:38:33.861 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342026-03-04T18:38:34.656Z[ recovery-image] Mar 04 18:38:33.874 INFO O| Mar 04 18:38:33.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
59352026-03-04T18:38:34.656Z[ recovery-image] Mar 04 18:38:33.875 INFO O| Mar 04 18:38:33.874 INFO STEP 371 (remove_files) COMPLETE
59362026-03-04T18:38:34.659Z[ recovery-image] Mar 04 18:38:33.875 INFO O| Mar 04 18:38:33.874 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372026-03-04T18:38:34.669Z[ recovery-image] Mar 04 18:38:33.888 INFO O| Mar 04 18:38:33.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
59382026-03-04T18:38:34.670Z[ recovery-image] Mar 04 18:38:33.888 INFO O| Mar 04 18:38:33.888 INFO STEP 372 (remove_files) COMPLETE
59392026-03-04T18:38:34.670Z[ recovery-image] Mar 04 18:38:33.888 INFO O| Mar 04 18:38:33.888 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402026-03-04T18:38:34.683Z[ recovery-image] Mar 04 18:38:33.902 INFO O| Mar 04 18:38:33.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
59412026-03-04T18:38:34.683Z[ recovery-image] Mar 04 18:38:33.902 INFO O| Mar 04 18:38:33.902 INFO STEP 373 (remove_files) COMPLETE
59422026-03-04T18:38:34.683Z[ recovery-image] Mar 04 18:38:33.902 INFO O| Mar 04 18:38:33.902 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432026-03-04T18:38:34.696Z[ recovery-image] Mar 04 18:38:33.915 INFO O| Mar 04 18:38:33.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
59442026-03-04T18:38:34.696Z[ recovery-image] Mar 04 18:38:33.915 INFO O| Mar 04 18:38:33.915 INFO STEP 374 (remove_files) COMPLETE
59452026-03-04T18:38:34.700Z[ recovery-image] Mar 04 18:38:33.915 INFO O| Mar 04 18:38:33.915 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462026-03-04T18:38:34.710Z[ recovery-image] Mar 04 18:38:33.928 INFO O| Mar 04 18:38:33.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
59472026-03-04T18:38:34.710Z[ recovery-image] Mar 04 18:38:33.928 INFO O| Mar 04 18:38:33.928 INFO STEP 375 (remove_files) COMPLETE
59482026-03-04T18:38:34.710Z[ recovery-image] Mar 04 18:38:33.928 INFO O| Mar 04 18:38:33.928 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492026-03-04T18:38:34.724Z[ recovery-image] Mar 04 18:38:33.943 INFO O| Mar 04 18:38:33.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
59502026-03-04T18:38:34.724Z[ recovery-image] Mar 04 18:38:33.943 INFO O| Mar 04 18:38:33.943 INFO STEP 376 (remove_files) COMPLETE
59512026-03-04T18:38:34.724Z[ recovery-image] Mar 04 18:38:33.943 INFO O| Mar 04 18:38:33.943 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522026-03-04T18:38:34.739Z[ recovery-image] Mar 04 18:38:33.958 INFO O| Mar 04 18:38:33.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
59532026-03-04T18:38:34.739Z[ recovery-image] Mar 04 18:38:33.958 INFO O| Mar 04 18:38:33.958 INFO STEP 377 (remove_files) COMPLETE
59542026-03-04T18:38:34.739Z[ recovery-image] Mar 04 18:38:33.958 INFO O| Mar 04 18:38:33.958 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552026-03-04T18:38:34.756Z[ recovery-image] Mar 04 18:38:33.973 INFO O| Mar 04 18:38:33.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
59562026-03-04T18:38:34.756Z[ recovery-image] Mar 04 18:38:33.973 INFO O| Mar 04 18:38:33.973 INFO STEP 378 (remove_files) COMPLETE
59572026-03-04T18:38:34.760Z[ recovery-image] Mar 04 18:38:33.973 INFO O| Mar 04 18:38:33.973 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582026-03-04T18:38:34.768Z[ recovery-image] Mar 04 18:38:33.987 INFO O| Mar 04 18:38:33.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
59592026-03-04T18:38:34.768Z[ recovery-image] Mar 04 18:38:33.987 INFO O| Mar 04 18:38:33.987 INFO STEP 379 (remove_files) COMPLETE
59602026-03-04T18:38:34.771Z[ recovery-image] Mar 04 18:38:33.987 INFO O| Mar 04 18:38:33.987 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612026-03-04T18:38:34.786Z[ recovery-image] Mar 04 18:38:34.004 INFO O| Mar 04 18:38:34.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
59622026-03-04T18:38:34.789Z[ recovery-image] Mar 04 18:38:34.005 INFO O| Mar 04 18:38:34.005 INFO STEP 380 (remove_files) COMPLETE
59632026-03-04T18:38:34.789Z[ recovery-image] Mar 04 18:38:34.005 INFO O| Mar 04 18:38:34.005 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642026-03-04T18:38:34.801Z[ recovery-image] Mar 04 18:38:34.020 INFO O| Mar 04 18:38:34.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
59652026-03-04T18:38:34.801Z[ recovery-image] Mar 04 18:38:34.020 INFO O| Mar 04 18:38:34.020 INFO STEP 381 (remove_files) COMPLETE
59662026-03-04T18:38:34.801Z[ recovery-image] Mar 04 18:38:34.020 INFO O| Mar 04 18:38:34.020 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672026-03-04T18:38:34.816Z[ recovery-image] Mar 04 18:38:34.033 INFO O| Mar 04 18:38:34.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
59682026-03-04T18:38:34.816Z[ recovery-image] Mar 04 18:38:34.034 INFO O| Mar 04 18:38:34.033 INFO STEP 382 (remove_files) COMPLETE
59692026-03-04T18:38:34.821Z[ recovery-image] Mar 04 18:38:34.034 INFO O| Mar 04 18:38:34.033 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702026-03-04T18:38:34.829Z[ recovery-image] Mar 04 18:38:34.047 INFO O| Mar 04 18:38:34.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
59712026-03-04T18:38:34.829Z[ recovery-image] Mar 04 18:38:34.047 INFO O| Mar 04 18:38:34.047 INFO STEP 383 (remove_files) COMPLETE
59722026-03-04T18:38:34.834Z[ recovery-image] Mar 04 18:38:34.047 INFO O| Mar 04 18:38:34.047 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732026-03-04T18:38:34.841Z[ recovery-image] Mar 04 18:38:34.060 INFO O| Mar 04 18:38:34.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
59742026-03-04T18:38:34.841Z[ recovery-image] Mar 04 18:38:34.060 INFO O| Mar 04 18:38:34.060 INFO STEP 384 (remove_files) COMPLETE
59752026-03-04T18:38:34.845Z[ recovery-image] Mar 04 18:38:34.060 INFO O| Mar 04 18:38:34.060 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762026-03-04T18:38:34.854Z[ recovery-image] Mar 04 18:38:34.073 INFO O| Mar 04 18:38:34.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
59772026-03-04T18:38:34.854Z[ recovery-image] Mar 04 18:38:34.073 INFO O| Mar 04 18:38:34.073 INFO STEP 385 (remove_files) COMPLETE
59782026-03-04T18:38:34.858Z[ recovery-image] Mar 04 18:38:34.073 INFO O| Mar 04 18:38:34.073 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792026-03-04T18:38:34.868Z[ recovery-image] Mar 04 18:38:34.087 INFO O| Mar 04 18:38:34.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
59802026-03-04T18:38:34.868Z[ recovery-image] Mar 04 18:38:34.087 INFO O| Mar 04 18:38:34.087 INFO STEP 386 (remove_files) COMPLETE
59812026-03-04T18:38:34.868Z[ recovery-image] Mar 04 18:38:34.087 INFO O| Mar 04 18:38:34.087 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822026-03-04T18:38:34.883Z[ recovery-image] Mar 04 18:38:34.101 INFO O| Mar 04 18:38:34.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
59832026-03-04T18:38:34.883Z[ recovery-image] Mar 04 18:38:34.101 INFO O| Mar 04 18:38:34.101 INFO STEP 387 (remove_files) COMPLETE
59842026-03-04T18:38:34.883Z[ recovery-image] Mar 04 18:38:34.101 INFO O| Mar 04 18:38:34.101 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852026-03-04T18:38:34.898Z[ recovery-image] Mar 04 18:38:34.116 INFO O| Mar 04 18:38:34.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
59862026-03-04T18:38:34.898Z[ recovery-image] Mar 04 18:38:34.116 INFO O| Mar 04 18:38:34.116 INFO STEP 388 (remove_files) COMPLETE
59872026-03-04T18:38:34.901Z[ recovery-image] Mar 04 18:38:34.116 INFO O| Mar 04 18:38:34.116 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882026-03-04T18:38:34.912Z[ recovery-image] Mar 04 18:38:34.131 INFO O| Mar 04 18:38:34.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
59892026-03-04T18:38:34.912Z[ recovery-image] Mar 04 18:38:34.131 INFO O| Mar 04 18:38:34.131 INFO STEP 389 (remove_files) COMPLETE
59902026-03-04T18:38:34.912Z[ recovery-image] Mar 04 18:38:34.131 INFO O| Mar 04 18:38:34.131 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912026-03-04T18:38:34.932Z[ recovery-image] Mar 04 18:38:34.150 INFO O| Mar 04 18:38:34.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
59922026-03-04T18:38:34.932Z[ recovery-image] Mar 04 18:38:34.150 INFO O| Mar 04 18:38:34.150 INFO STEP 390 (remove_files) COMPLETE
59932026-03-04T18:38:34.932Z[ recovery-image] Mar 04 18:38:34.150 INFO O| Mar 04 18:38:34.150 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942026-03-04T18:38:34.964Z[ recovery-image] Mar 04 18:38:34.183 INFO O| Mar 04 18:38:34.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
59952026-03-04T18:38:34.965Z[ recovery-image] Mar 04 18:38:34.183 INFO O| Mar 04 18:38:34.183 INFO STEP 391 (remove_files) COMPLETE
59962026-03-04T18:38:34.970Z[ recovery-image] Mar 04 18:38:34.183 INFO O| Mar 04 18:38:34.183 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972026-03-04T18:38:34.970Z[ host-image] Mar 04 18:38:34.184 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23804:20260302T140620Z
59982026-03-04T18:38:34.979Z[ recovery-image] Mar 04 18:38:34.198 INFO O| Mar 04 18:38:34.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
59992026-03-04T18:38:34.979Z[ recovery-image] Mar 04 18:38:34.198 INFO O| Mar 04 18:38:34.198 INFO STEP 392 (remove_files) COMPLETE
60002026-03-04T18:38:34.979Z[ recovery-image] Mar 04 18:38:34.198 INFO O| Mar 04 18:38:34.198 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012026-03-04T18:38:34.994Z[ recovery-image] Mar 04 18:38:34.212 INFO O| Mar 04 18:38:34.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
60022026-03-04T18:38:34.994Z[ recovery-image] Mar 04 18:38:34.212 INFO O| Mar 04 18:38:34.212 INFO STEP 393 (remove_files) COMPLETE
60032026-03-04T18:38:34.997Z[ recovery-image] Mar 04 18:38:34.212 INFO O| Mar 04 18:38:34.212 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042026-03-04T18:38:35.008Z[ recovery-image] Mar 04 18:38:34.226 INFO O| Mar 04 18:38:34.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
60052026-03-04T18:38:35.008Z[ recovery-image] Mar 04 18:38:34.226 INFO O| Mar 04 18:38:34.226 INFO STEP 394 (remove_files) COMPLETE
60062026-03-04T18:38:35.011Z[ recovery-image] Mar 04 18:38:34.227 INFO O| Mar 04 18:38:34.226 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072026-03-04T18:38:35.022Z[ recovery-image] Mar 04 18:38:34.240 INFO O| Mar 04 18:38:34.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
60082026-03-04T18:38:35.022Z[ recovery-image] Mar 04 18:38:34.240 INFO O| Mar 04 18:38:34.240 INFO STEP 395 (remove_files) COMPLETE
60092026-03-04T18:38:35.025Z[ recovery-image] Mar 04 18:38:34.240 INFO O| Mar 04 18:38:34.240 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102026-03-04T18:38:35.035Z[ recovery-image] Mar 04 18:38:34.253 INFO O| Mar 04 18:38:34.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
60112026-03-04T18:38:35.035Z[ recovery-image] Mar 04 18:38:34.254 INFO O| Mar 04 18:38:34.253 INFO STEP 396 (remove_files) COMPLETE
60122026-03-04T18:38:35.038Z[ recovery-image] Mar 04 18:38:34.254 INFO O| Mar 04 18:38:34.254 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132026-03-04T18:38:35.048Z[ recovery-image] Mar 04 18:38:34.267 INFO O| Mar 04 18:38:34.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
60142026-03-04T18:38:35.049Z[ recovery-image] Mar 04 18:38:34.267 INFO O| Mar 04 18:38:34.267 INFO STEP 397 (remove_files) COMPLETE
60152026-03-04T18:38:35.049Z[ recovery-image] Mar 04 18:38:34.267 INFO O| Mar 04 18:38:34.267 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162026-03-04T18:38:35.064Z[ recovery-image] Mar 04 18:38:34.281 INFO O| Mar 04 18:38:34.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
60172026-03-04T18:38:35.064Z[ recovery-image] Mar 04 18:38:34.281 INFO O| Mar 04 18:38:34.281 INFO STEP 398 (remove_files) COMPLETE
60182026-03-04T18:38:35.064Z[ recovery-image] Mar 04 18:38:34.281 INFO O| Mar 04 18:38:34.281 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192026-03-04T18:38:35.076Z[ recovery-image] Mar 04 18:38:34.295 INFO O| Mar 04 18:38:34.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
60202026-03-04T18:38:35.076Z[ recovery-image] Mar 04 18:38:34.295 INFO O| Mar 04 18:38:34.295 INFO STEP 399 (remove_files) COMPLETE
60212026-03-04T18:38:35.076Z[ recovery-image] Mar 04 18:38:34.295 INFO O| Mar 04 18:38:34.295 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222026-03-04T18:38:35.089Z[ recovery-image] Mar 04 18:38:34.308 INFO O| Mar 04 18:38:34.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
60232026-03-04T18:38:35.089Z[ recovery-image] Mar 04 18:38:34.308 INFO O| Mar 04 18:38:34.308 INFO STEP 400 (remove_files) COMPLETE
60242026-03-04T18:38:35.092Z[ recovery-image] Mar 04 18:38:34.308 INFO O| Mar 04 18:38:34.308 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252026-03-04T18:38:35.101Z[ recovery-image] Mar 04 18:38:34.320 INFO O| Mar 04 18:38:34.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
60262026-03-04T18:38:35.102Z[ recovery-image] Mar 04 18:38:34.320 INFO O| Mar 04 18:38:34.320 INFO STEP 401 (remove_files) COMPLETE
60272026-03-04T18:38:35.105Z[ recovery-image] Mar 04 18:38:34.320 INFO O| Mar 04 18:38:34.320 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282026-03-04T18:38:35.114Z[ recovery-image] Mar 04 18:38:34.333 INFO O| Mar 04 18:38:34.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
60292026-03-04T18:38:35.119Z[ recovery-image] Mar 04 18:38:34.333 INFO O| Mar 04 18:38:34.333 INFO STEP 402 (remove_files) COMPLETE
60302026-03-04T18:38:35.119Z[ recovery-image] Mar 04 18:38:34.333 INFO O| Mar 04 18:38:34.333 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312026-03-04T18:38:35.127Z[ recovery-image] Mar 04 18:38:34.346 INFO O| Mar 04 18:38:34.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
60322026-03-04T18:38:35.128Z[ recovery-image] Mar 04 18:38:34.346 INFO O| Mar 04 18:38:34.346 INFO STEP 403 (remove_files) COMPLETE
60332026-03-04T18:38:35.128Z[ recovery-image] Mar 04 18:38:34.346 INFO O| Mar 04 18:38:34.346 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342026-03-04T18:38:35.141Z[ recovery-image] Mar 04 18:38:34.359 INFO O| Mar 04 18:38:34.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
60352026-03-04T18:38:35.141Z[ recovery-image] Mar 04 18:38:34.359 INFO O| Mar 04 18:38:34.359 INFO STEP 404 (remove_files) COMPLETE
60362026-03-04T18:38:35.141Z[ recovery-image] Mar 04 18:38:34.359 INFO O| Mar 04 18:38:34.359 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372026-03-04T18:38:35.154Z[ recovery-image] Mar 04 18:38:34.372 INFO O| Mar 04 18:38:34.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
60382026-03-04T18:38:35.154Z[ recovery-image] Mar 04 18:38:34.372 INFO O| Mar 04 18:38:34.372 INFO STEP 405 (remove_files) COMPLETE
60392026-03-04T18:38:35.157Z[ recovery-image] Mar 04 18:38:34.372 INFO O| Mar 04 18:38:34.372 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402026-03-04T18:38:35.167Z[ recovery-image] Mar 04 18:38:34.385 INFO O| Mar 04 18:38:34.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
60412026-03-04T18:38:35.167Z[ recovery-image] Mar 04 18:38:34.385 INFO O| Mar 04 18:38:34.385 INFO STEP 406 (remove_files) COMPLETE
60422026-03-04T18:38:35.167Z[ recovery-image] Mar 04 18:38:34.385 INFO O| Mar 04 18:38:34.385 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432026-03-04T18:38:35.180Z[ recovery-image] Mar 04 18:38:34.398 INFO O| Mar 04 18:38:34.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
60442026-03-04T18:38:35.180Z[ recovery-image] Mar 04 18:38:34.398 INFO O| Mar 04 18:38:34.398 INFO STEP 407 (remove_files) COMPLETE
60452026-03-04T18:38:35.180Z[ recovery-image] Mar 04 18:38:34.398 INFO O| Mar 04 18:38:34.398 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462026-03-04T18:38:35.193Z[ recovery-image] Mar 04 18:38:34.411 INFO O| Mar 04 18:38:34.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
60472026-03-04T18:38:35.193Z[ recovery-image] Mar 04 18:38:34.411 INFO O| Mar 04 18:38:34.411 INFO STEP 408 (remove_files) COMPLETE
60482026-03-04T18:38:35.193Z[ recovery-image] Mar 04 18:38:34.411 INFO O| Mar 04 18:38:34.411 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492026-03-04T18:38:35.206Z[ recovery-image] Mar 04 18:38:34.424 INFO O| Mar 04 18:38:34.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
60502026-03-04T18:38:35.206Z[ recovery-image] Mar 04 18:38:34.425 INFO O| Mar 04 18:38:34.425 INFO STEP 409 (remove_files) COMPLETE
60512026-03-04T18:38:35.206Z[ recovery-image] Mar 04 18:38:34.425 INFO O| Mar 04 18:38:34.425 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522026-03-04T18:38:35.218Z[ recovery-image] Mar 04 18:38:34.437 INFO O| Mar 04 18:38:34.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
60532026-03-04T18:38:35.218Z[ recovery-image] Mar 04 18:38:34.437 INFO O| Mar 04 18:38:34.437 INFO STEP 410 (remove_files) COMPLETE
60542026-03-04T18:38:35.221Z[ recovery-image] Mar 04 18:38:34.437 INFO O| Mar 04 18:38:34.437 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552026-03-04T18:38:35.232Z[ recovery-image] Mar 04 18:38:34.450 INFO O| Mar 04 18:38:34.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
60562026-03-04T18:38:35.232Z[ recovery-image] Mar 04 18:38:34.450 INFO O| Mar 04 18:38:34.450 INFO STEP 411 (remove_files) COMPLETE
60572026-03-04T18:38:35.235Z[ recovery-image] Mar 04 18:38:34.450 INFO O| Mar 04 18:38:34.450 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582026-03-04T18:38:35.245Z[ recovery-image] Mar 04 18:38:34.463 INFO O| Mar 04 18:38:34.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
60592026-03-04T18:38:35.245Z[ recovery-image] Mar 04 18:38:34.463 INFO O| Mar 04 18:38:34.463 INFO STEP 412 (remove_files) COMPLETE
60602026-03-04T18:38:35.248Z[ recovery-image] Mar 04 18:38:34.463 INFO O| Mar 04 18:38:34.463 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612026-03-04T18:38:35.260Z[ recovery-image] Mar 04 18:38:34.477 INFO O| Mar 04 18:38:34.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
60622026-03-04T18:38:35.260Z[ recovery-image] Mar 04 18:38:34.477 INFO O| Mar 04 18:38:34.477 INFO STEP 413 (remove_files) COMPLETE
60632026-03-04T18:38:35.263Z[ recovery-image] Mar 04 18:38:34.477 INFO O| Mar 04 18:38:34.477 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642026-03-04T18:38:35.272Z[ recovery-image] Mar 04 18:38:34.490 INFO O| Mar 04 18:38:34.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
60652026-03-04T18:38:35.275Z[ recovery-image] Mar 04 18:38:34.491 INFO O| Mar 04 18:38:34.491 INFO STEP 414 (remove_files) COMPLETE
60662026-03-04T18:38:35.275Z[ recovery-image] Mar 04 18:38:34.491 INFO O| Mar 04 18:38:34.491 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672026-03-04T18:38:35.285Z[ recovery-image] Mar 04 18:38:34.503 INFO O| Mar 04 18:38:34.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
60682026-03-04T18:38:35.285Z[ recovery-image] Mar 04 18:38:34.503 INFO O| Mar 04 18:38:34.503 INFO STEP 415 (remove_files) COMPLETE
60692026-03-04T18:38:35.295Z[ recovery-image] Mar 04 18:38:34.503 INFO O| Mar 04 18:38:34.503 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702026-03-04T18:38:35.299Z[ recovery-image] Mar 04 18:38:34.516 INFO O| Mar 04 18:38:34.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
60712026-03-04T18:38:35.299Z[ recovery-image] Mar 04 18:38:34.516 INFO O| Mar 04 18:38:34.516 INFO STEP 416 (remove_files) COMPLETE
60722026-03-04T18:38:35.299Z[ recovery-image] Mar 04 18:38:34.516 INFO O| Mar 04 18:38:34.516 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732026-03-04T18:38:35.311Z[ recovery-image] Mar 04 18:38:34.529 INFO O| Mar 04 18:38:34.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
60742026-03-04T18:38:35.311Z[ recovery-image] Mar 04 18:38:34.529 INFO O| Mar 04 18:38:34.529 INFO STEP 417 (remove_files) COMPLETE
60752026-03-04T18:38:35.314Z[ recovery-image] Mar 04 18:38:34.529 INFO O| Mar 04 18:38:34.529 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762026-03-04T18:38:35.324Z[ recovery-image] Mar 04 18:38:34.543 INFO O| Mar 04 18:38:34.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
60772026-03-04T18:38:35.324Z[ recovery-image] Mar 04 18:38:34.543 INFO O| Mar 04 18:38:34.543 INFO STEP 418 (remove_files) COMPLETE
60782026-03-04T18:38:35.328Z[ recovery-image] Mar 04 18:38:34.543 INFO O| Mar 04 18:38:34.543 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792026-03-04T18:38:35.339Z[ recovery-image] Mar 04 18:38:34.557 INFO O| Mar 04 18:38:34.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
60802026-03-04T18:38:35.339Z[ recovery-image] Mar 04 18:38:34.557 INFO O| Mar 04 18:38:34.557 INFO STEP 419 (remove_files) COMPLETE
60812026-03-04T18:38:35.342Z[ recovery-image] Mar 04 18:38:34.557 INFO O| Mar 04 18:38:34.557 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822026-03-04T18:38:35.351Z[ recovery-image] Mar 04 18:38:34.570 INFO O| Mar 04 18:38:34.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
60832026-03-04T18:38:35.351Z[ recovery-image] Mar 04 18:38:34.570 INFO O| Mar 04 18:38:34.570 INFO STEP 420 (remove_files) COMPLETE
60842026-03-04T18:38:35.351Z[ recovery-image] Mar 04 18:38:34.570 INFO O| Mar 04 18:38:34.570 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852026-03-04T18:38:35.365Z[ recovery-image] Mar 04 18:38:34.583 INFO O| Mar 04 18:38:34.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
60862026-03-04T18:38:35.365Z[ recovery-image] Mar 04 18:38:34.583 INFO O| Mar 04 18:38:34.583 INFO STEP 421 (remove_files) COMPLETE
60872026-03-04T18:38:35.365Z[ recovery-image] Mar 04 18:38:34.583 INFO O| Mar 04 18:38:34.583 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882026-03-04T18:38:35.380Z[ recovery-image] Mar 04 18:38:34.597 INFO O| Mar 04 18:38:34.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
60892026-03-04T18:38:35.380Z[ recovery-image] Mar 04 18:38:34.597 INFO O| Mar 04 18:38:34.597 INFO STEP 422 (remove_files) COMPLETE
60902026-03-04T18:38:35.380Z[ recovery-image] Mar 04 18:38:34.597 INFO O| Mar 04 18:38:34.597 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912026-03-04T18:38:35.392Z[ recovery-image] Mar 04 18:38:34.610 INFO O| Mar 04 18:38:34.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
60922026-03-04T18:38:35.392Z[ recovery-image] Mar 04 18:38:34.610 INFO O| Mar 04 18:38:34.610 INFO STEP 423 (remove_files) COMPLETE
60932026-03-04T18:38:35.396Z[ recovery-image] Mar 04 18:38:34.610 INFO O| Mar 04 18:38:34.610 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942026-03-04T18:38:35.405Z[ recovery-image] Mar 04 18:38:34.623 INFO O| Mar 04 18:38:34.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
60952026-03-04T18:38:35.405Z[ recovery-image] Mar 04 18:38:34.624 INFO O| Mar 04 18:38:34.623 INFO STEP 424 (remove_files) COMPLETE
60962026-03-04T18:38:35.408Z[ recovery-image] Mar 04 18:38:34.624 INFO O| Mar 04 18:38:34.624 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972026-03-04T18:38:35.417Z[ recovery-image] Mar 04 18:38:34.636 INFO O| Mar 04 18:38:34.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
60982026-03-04T18:38:35.417Z[ recovery-image] Mar 04 18:38:34.636 INFO O| Mar 04 18:38:34.636 INFO STEP 425 (remove_files) COMPLETE
60992026-03-04T18:38:35.417Z[ recovery-image] Mar 04 18:38:34.636 INFO O| Mar 04 18:38:34.636 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002026-03-04T18:38:35.432Z[ recovery-image] Mar 04 18:38:34.649 INFO O| Mar 04 18:38:34.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
61012026-03-04T18:38:35.432Z[ recovery-image] Mar 04 18:38:34.649 INFO O| Mar 04 18:38:34.649 INFO STEP 426 (remove_files) COMPLETE
61022026-03-04T18:38:35.432Z[ recovery-image] Mar 04 18:38:34.649 INFO O| Mar 04 18:38:34.649 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032026-03-04T18:38:35.443Z[ recovery-image] Mar 04 18:38:34.662 INFO O| Mar 04 18:38:34.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
61042026-03-04T18:38:35.443Z[ recovery-image] Mar 04 18:38:34.662 INFO O| Mar 04 18:38:34.662 INFO STEP 427 (remove_files) COMPLETE
61052026-03-04T18:38:35.443Z[ recovery-image] Mar 04 18:38:34.662 INFO O| Mar 04 18:38:34.662 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062026-03-04T18:38:35.456Z[ recovery-image] Mar 04 18:38:34.675 INFO O| Mar 04 18:38:34.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
61072026-03-04T18:38:35.456Z[ recovery-image] Mar 04 18:38:34.675 INFO O| Mar 04 18:38:34.675 INFO STEP 428 (remove_files) COMPLETE
61082026-03-04T18:38:35.459Z[ recovery-image] Mar 04 18:38:34.675 INFO O| Mar 04 18:38:34.675 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092026-03-04T18:38:35.469Z[ recovery-image] Mar 04 18:38:34.687 INFO O| Mar 04 18:38:34.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
61102026-03-04T18:38:35.469Z[ recovery-image] Mar 04 18:38:34.687 INFO O| Mar 04 18:38:34.687 INFO STEP 429 (remove_files) COMPLETE
61112026-03-04T18:38:35.469Z[ recovery-image] Mar 04 18:38:34.687 INFO O| Mar 04 18:38:34.687 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122026-03-04T18:38:35.481Z[ recovery-image] Mar 04 18:38:34.700 INFO O| Mar 04 18:38:34.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
61132026-03-04T18:38:35.481Z[ recovery-image] Mar 04 18:38:34.700 INFO O| Mar 04 18:38:34.700 INFO STEP 430 (remove_files) COMPLETE
61142026-03-04T18:38:35.485Z[ recovery-image] Mar 04 18:38:34.700 INFO O| Mar 04 18:38:34.700 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152026-03-04T18:38:35.494Z[ recovery-image] Mar 04 18:38:34.713 INFO O| Mar 04 18:38:34.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
61162026-03-04T18:38:35.494Z[ recovery-image] Mar 04 18:38:34.713 INFO O| Mar 04 18:38:34.713 INFO STEP 431 (remove_files) COMPLETE
61172026-03-04T18:38:35.494Z[ recovery-image] Mar 04 18:38:34.713 INFO O| Mar 04 18:38:34.713 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182026-03-04T18:38:35.507Z[ recovery-image] Mar 04 18:38:34.725 INFO O| Mar 04 18:38:34.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
61192026-03-04T18:38:35.507Z[ recovery-image] Mar 04 18:38:34.725 INFO O| Mar 04 18:38:34.725 INFO STEP 432 (remove_files) COMPLETE
61202026-03-04T18:38:35.507Z[ recovery-image] Mar 04 18:38:34.725 INFO O| Mar 04 18:38:34.725 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212026-03-04T18:38:35.519Z[ recovery-image] Mar 04 18:38:34.737 INFO O| Mar 04 18:38:34.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
61222026-03-04T18:38:35.519Z[ recovery-image] Mar 04 18:38:34.737 INFO O| Mar 04 18:38:34.737 INFO STEP 433 (remove_files) COMPLETE
61232026-03-04T18:38:35.519Z[ recovery-image] Mar 04 18:38:34.738 INFO O| Mar 04 18:38:34.737 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242026-03-04T18:38:35.530Z[ recovery-image] Mar 04 18:38:34.749 INFO O| Mar 04 18:38:34.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
61252026-03-04T18:38:35.530Z[ recovery-image] Mar 04 18:38:34.749 INFO O| Mar 04 18:38:34.749 INFO STEP 434 (remove_files) COMPLETE
61262026-03-04T18:38:35.530Z[ recovery-image] Mar 04 18:38:34.749 INFO O| Mar 04 18:38:34.749 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272026-03-04T18:38:35.541Z[ recovery-image] Mar 04 18:38:34.760 INFO O| Mar 04 18:38:34.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
61282026-03-04T18:38:35.541Z[ recovery-image] Mar 04 18:38:34.760 INFO O| Mar 04 18:38:34.760 INFO STEP 435 (remove_files) COMPLETE
61292026-03-04T18:38:35.545Z[ recovery-image] Mar 04 18:38:34.760 INFO O| Mar 04 18:38:34.760 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302026-03-04T18:38:35.554Z[ recovery-image] Mar 04 18:38:34.773 INFO O| Mar 04 18:38:34.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
61312026-03-04T18:38:35.554Z[ recovery-image] Mar 04 18:38:34.773 INFO O| Mar 04 18:38:34.773 INFO STEP 436 (remove_files) COMPLETE
61322026-03-04T18:38:35.557Z[ recovery-image] Mar 04 18:38:34.773 INFO O| Mar 04 18:38:34.773 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332026-03-04T18:38:35.567Z[ recovery-image] Mar 04 18:38:34.785 INFO O| Mar 04 18:38:34.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
61342026-03-04T18:38:35.567Z[ recovery-image] Mar 04 18:38:34.786 INFO O| Mar 04 18:38:34.785 INFO STEP 437 (remove_files) COMPLETE
61352026-03-04T18:38:35.567Z[ recovery-image] Mar 04 18:38:34.786 INFO O| Mar 04 18:38:34.785 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362026-03-04T18:38:35.579Z[ recovery-image] Mar 04 18:38:34.797 INFO O| Mar 04 18:38:34.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
61372026-03-04T18:38:35.583Z[ recovery-image] Mar 04 18:38:34.797 INFO O| Mar 04 18:38:34.797 INFO STEP 438 (remove_files) COMPLETE
61382026-03-04T18:38:35.583Z[ recovery-image] Mar 04 18:38:34.797 INFO O| Mar 04 18:38:34.797 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392026-03-04T18:38:35.591Z[ recovery-image] Mar 04 18:38:34.809 INFO O| Mar 04 18:38:34.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
61402026-03-04T18:38:35.594Z[ recovery-image] Mar 04 18:38:34.809 INFO O| Mar 04 18:38:34.809 INFO STEP 439 (remove_files) COMPLETE
61412026-03-04T18:38:35.594Z[ recovery-image] Mar 04 18:38:34.809 INFO O| Mar 04 18:38:34.809 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422026-03-04T18:38:35.602Z[ recovery-image] Mar 04 18:38:34.821 INFO O| Mar 04 18:38:34.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
61432026-03-04T18:38:35.602Z[ recovery-image] Mar 04 18:38:34.821 INFO O| Mar 04 18:38:34.821 INFO STEP 440 (remove_files) COMPLETE
61442026-03-04T18:38:35.602Z[ recovery-image] Mar 04 18:38:34.821 INFO O| Mar 04 18:38:34.821 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452026-03-04T18:38:35.615Z[ recovery-image] Mar 04 18:38:34.833 INFO O| Mar 04 18:38:34.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
61462026-03-04T18:38:35.615Z[ recovery-image] Mar 04 18:38:34.833 INFO O| Mar 04 18:38:34.833 INFO STEP 441 (remove_files) COMPLETE
61472026-03-04T18:38:35.615Z[ recovery-image] Mar 04 18:38:34.833 INFO O| Mar 04 18:38:34.833 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482026-03-04T18:38:35.626Z[ recovery-image] Mar 04 18:38:34.845 INFO O| Mar 04 18:38:34.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
61492026-03-04T18:38:35.626Z[ recovery-image] Mar 04 18:38:34.845 INFO O| Mar 04 18:38:34.845 INFO STEP 442 (remove_files) COMPLETE
61502026-03-04T18:38:35.629Z[ recovery-image] Mar 04 18:38:34.845 INFO O| Mar 04 18:38:34.845 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512026-03-04T18:38:35.638Z[ recovery-image] Mar 04 18:38:34.857 INFO O| Mar 04 18:38:34.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
61522026-03-04T18:38:35.638Z[ recovery-image] Mar 04 18:38:34.857 INFO O| Mar 04 18:38:34.857 INFO STEP 443 (remove_files) COMPLETE
61532026-03-04T18:38:35.638Z[ recovery-image] Mar 04 18:38:34.857 INFO O| Mar 04 18:38:34.857 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542026-03-04T18:38:35.651Z[ recovery-image] Mar 04 18:38:34.869 INFO O| Mar 04 18:38:34.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
61552026-03-04T18:38:35.651Z[ recovery-image] Mar 04 18:38:34.870 INFO O| Mar 04 18:38:34.869 INFO STEP 444 (remove_files) COMPLETE
61562026-03-04T18:38:35.651Z[ recovery-image] Mar 04 18:38:34.870 INFO O| Mar 04 18:38:34.870 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572026-03-04T18:38:35.665Z[ recovery-image] Mar 04 18:38:34.883 INFO O| Mar 04 18:38:34.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
61582026-03-04T18:38:35.665Z[ recovery-image] Mar 04 18:38:34.884 INFO O| Mar 04 18:38:34.883 INFO STEP 445 (remove_files) COMPLETE
61592026-03-04T18:38:35.665Z[ recovery-image] Mar 04 18:38:34.884 INFO O| Mar 04 18:38:34.883 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602026-03-04T18:38:35.680Z[ recovery-image] Mar 04 18:38:34.898 INFO O| Mar 04 18:38:34.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
61612026-03-04T18:38:35.680Z[ recovery-image] Mar 04 18:38:34.898 INFO O| Mar 04 18:38:34.898 INFO STEP 446 (remove_files) COMPLETE
61622026-03-04T18:38:35.680Z[ recovery-image] Mar 04 18:38:34.898 INFO O| Mar 04 18:38:34.898 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632026-03-04T18:38:35.695Z[ recovery-image] Mar 04 18:38:34.914 INFO O| Mar 04 18:38:34.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
61642026-03-04T18:38:35.695Z[ recovery-image] Mar 04 18:38:34.914 INFO O| Mar 04 18:38:34.914 INFO STEP 447 (remove_files) COMPLETE
61652026-03-04T18:38:35.695Z[ recovery-image] Mar 04 18:38:34.914 INFO O| Mar 04 18:38:34.914 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662026-03-04T18:38:35.710Z[ recovery-image] Mar 04 18:38:34.929 INFO O| Mar 04 18:38:34.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
61672026-03-04T18:38:35.710Z[ recovery-image] Mar 04 18:38:34.929 INFO O| Mar 04 18:38:34.929 INFO STEP 448 (remove_files) COMPLETE
61682026-03-04T18:38:35.710Z[ recovery-image] Mar 04 18:38:34.929 INFO O| Mar 04 18:38:34.929 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692026-03-04T18:38:35.726Z[ recovery-image] Mar 04 18:38:34.944 INFO O| Mar 04 18:38:34.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
61702026-03-04T18:38:35.726Z[ recovery-image] Mar 04 18:38:34.944 INFO O| Mar 04 18:38:34.944 INFO STEP 449 (remove_files) COMPLETE
61712026-03-04T18:38:35.726Z[ recovery-image] Mar 04 18:38:34.944 INFO O| Mar 04 18:38:34.944 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722026-03-04T18:38:35.740Z[ recovery-image] Mar 04 18:38:34.958 INFO O| Mar 04 18:38:34.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
61732026-03-04T18:38:35.740Z[ recovery-image] Mar 04 18:38:34.958 INFO O| Mar 04 18:38:34.958 INFO STEP 450 (remove_files) COMPLETE
61742026-03-04T18:38:35.743Z[ recovery-image] Mar 04 18:38:34.958 INFO O| Mar 04 18:38:34.958 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752026-03-04T18:38:35.754Z[ recovery-image] Mar 04 18:38:34.973 INFO O| Mar 04 18:38:34.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
61762026-03-04T18:38:35.754Z[ recovery-image] Mar 04 18:38:34.973 INFO O| Mar 04 18:38:34.973 INFO STEP 451 (remove_files) COMPLETE
61772026-03-04T18:38:35.754Z[ recovery-image] Mar 04 18:38:34.973 INFO O| Mar 04 18:38:34.973 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782026-03-04T18:38:35.770Z[ recovery-image] Mar 04 18:38:34.988 INFO O| Mar 04 18:38:34.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
61792026-03-04T18:38:35.770Z[ recovery-image] Mar 04 18:38:34.988 INFO O| Mar 04 18:38:34.988 INFO STEP 452 (remove_files) COMPLETE
61802026-03-04T18:38:35.770Z[ recovery-image] Mar 04 18:38:34.988 INFO O| Mar 04 18:38:34.988 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812026-03-04T18:38:35.784Z[ recovery-image] Mar 04 18:38:35.002 INFO O| Mar 04 18:38:35.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
61822026-03-04T18:38:35.784Z[ recovery-image] Mar 04 18:38:35.002 INFO O| Mar 04 18:38:35.002 INFO STEP 453 (remove_files) COMPLETE
61832026-03-04T18:38:35.787Z[ recovery-image] Mar 04 18:38:35.002 INFO O| Mar 04 18:38:35.002 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842026-03-04T18:38:35.797Z[ recovery-image] Mar 04 18:38:35.016 INFO O| Mar 04 18:38:35.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
61852026-03-04T18:38:35.797Z[ recovery-image] Mar 04 18:38:35.016 INFO O| Mar 04 18:38:35.016 INFO STEP 454 (remove_files) COMPLETE
61862026-03-04T18:38:35.797Z[ recovery-image] Mar 04 18:38:35.016 INFO O| Mar 04 18:38:35.016 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872026-03-04T18:38:35.810Z[ recovery-image] Mar 04 18:38:35.029 INFO O| Mar 04 18:38:35.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
61882026-03-04T18:38:35.810Z[ recovery-image] Mar 04 18:38:35.029 INFO O| Mar 04 18:38:35.029 INFO STEP 455 (remove_files) COMPLETE
61892026-03-04T18:38:35.814Z[ recovery-image] Mar 04 18:38:35.029 INFO O| Mar 04 18:38:35.029 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902026-03-04T18:38:35.827Z[ recovery-image] Mar 04 18:38:35.042 INFO O| Mar 04 18:38:35.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
61912026-03-04T18:38:35.827Z[ recovery-image] Mar 04 18:38:35.042 INFO O| Mar 04 18:38:35.042 INFO STEP 456 (remove_files) COMPLETE
61922026-03-04T18:38:35.827Z[ recovery-image] Mar 04 18:38:35.042 INFO O| Mar 04 18:38:35.042 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932026-03-04T18:38:35.836Z[ recovery-image] Mar 04 18:38:35.055 INFO O| Mar 04 18:38:35.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
61942026-03-04T18:38:35.837Z[ recovery-image] Mar 04 18:38:35.055 INFO O| Mar 04 18:38:35.055 INFO STEP 457 (remove_files) COMPLETE
61952026-03-04T18:38:35.837Z[ recovery-image] Mar 04 18:38:35.055 INFO O| Mar 04 18:38:35.055 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962026-03-04T18:38:35.848Z[ recovery-image] Mar 04 18:38:35.067 INFO O| Mar 04 18:38:35.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
61972026-03-04T18:38:35.848Z[ recovery-image] Mar 04 18:38:35.067 INFO O| Mar 04 18:38:35.067 INFO STEP 458 (remove_files) COMPLETE
61982026-03-04T18:38:35.848Z[ recovery-image] Mar 04 18:38:35.067 INFO O| Mar 04 18:38:35.067 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992026-03-04T18:38:35.860Z[ recovery-image] Mar 04 18:38:35.079 INFO O| Mar 04 18:38:35.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
62002026-03-04T18:38:35.860Z[ recovery-image] Mar 04 18:38:35.079 INFO O| Mar 04 18:38:35.079 INFO STEP 459 (remove_files) COMPLETE
62012026-03-04T18:38:35.863Z[ recovery-image] Mar 04 18:38:35.079 INFO O| Mar 04 18:38:35.079 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022026-03-04T18:38:35.873Z[ recovery-image] Mar 04 18:38:35.092 INFO O| Mar 04 18:38:35.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
62032026-03-04T18:38:35.873Z[ recovery-image] Mar 04 18:38:35.092 INFO O| Mar 04 18:38:35.092 INFO STEP 460 (remove_files) COMPLETE
62042026-03-04T18:38:35.876Z[ recovery-image] Mar 04 18:38:35.092 INFO O| Mar 04 18:38:35.092 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052026-03-04T18:38:35.886Z[ recovery-image] Mar 04 18:38:35.105 INFO O| Mar 04 18:38:35.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
62062026-03-04T18:38:35.887Z[ recovery-image] Mar 04 18:38:35.105 INFO O| Mar 04 18:38:35.105 INFO STEP 461 (remove_files) COMPLETE
62072026-03-04T18:38:35.890Z[ recovery-image] Mar 04 18:38:35.105 INFO O| Mar 04 18:38:35.105 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082026-03-04T18:38:35.899Z[ recovery-image] Mar 04 18:38:35.118 INFO O| Mar 04 18:38:35.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
62092026-03-04T18:38:35.899Z[ recovery-image] Mar 04 18:38:35.118 INFO O| Mar 04 18:38:35.118 INFO STEP 462 (remove_files) COMPLETE
62102026-03-04T18:38:35.932Z[ recovery-image] Mar 04 18:38:35.118 INFO O| Mar 04 18:38:35.118 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112026-03-04T18:38:35.932Z[ recovery-image] Mar 04 18:38:35.131 INFO O| Mar 04 18:38:35.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
62122026-03-04T18:38:35.932Z[ recovery-image] Mar 04 18:38:35.132 INFO O| Mar 04 18:38:35.131 INFO STEP 463 (remove_files) COMPLETE
62132026-03-04T18:38:35.932Z[ recovery-image] Mar 04 18:38:35.132 INFO O| Mar 04 18:38:35.132 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142026-03-04T18:38:35.932Z[ recovery-image] Mar 04 18:38:35.149 INFO O| Mar 04 18:38:35.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
62152026-03-04T18:38:35.932Z[ recovery-image] Mar 04 18:38:35.149 INFO O| Mar 04 18:38:35.149 INFO STEP 464 (remove_files) COMPLETE
62162026-03-04T18:38:35.932Z[ recovery-image] Mar 04 18:38:35.149 INFO O| Mar 04 18:38:35.149 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172026-03-04T18:38:35.945Z[ recovery-image] Mar 04 18:38:35.163 INFO O| Mar 04 18:38:35.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
62182026-03-04T18:38:35.945Z[ recovery-image] Mar 04 18:38:35.163 INFO O| Mar 04 18:38:35.163 INFO STEP 465 (remove_files) COMPLETE
62192026-03-04T18:38:35.945Z[ recovery-image] Mar 04 18:38:35.163 INFO O| Mar 04 18:38:35.163 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202026-03-04T18:38:35.958Z[ recovery-image] Mar 04 18:38:35.177 INFO O| Mar 04 18:38:35.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
62212026-03-04T18:38:35.958Z[ recovery-image] Mar 04 18:38:35.177 INFO O| Mar 04 18:38:35.177 INFO STEP 466 (remove_files) COMPLETE
62222026-03-04T18:38:35.961Z[ recovery-image] Mar 04 18:38:35.177 INFO O| Mar 04 18:38:35.177 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232026-03-04T18:38:35.973Z[ recovery-image] Mar 04 18:38:35.191 INFO O| Mar 04 18:38:35.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
62242026-03-04T18:38:35.973Z[ recovery-image] Mar 04 18:38:35.191 INFO O| Mar 04 18:38:35.191 INFO STEP 467 (remove_files) COMPLETE
62252026-03-04T18:38:35.973Z[ recovery-image] Mar 04 18:38:35.191 INFO O| Mar 04 18:38:35.191 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262026-03-04T18:38:35.987Z[ recovery-image] Mar 04 18:38:35.205 INFO O| Mar 04 18:38:35.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
62272026-03-04T18:38:35.987Z[ recovery-image] Mar 04 18:38:35.205 INFO O| Mar 04 18:38:35.205 INFO STEP 468 (remove_files) COMPLETE
62282026-03-04T18:38:35.990Z[ recovery-image] Mar 04 18:38:35.205 INFO O| Mar 04 18:38:35.205 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292026-03-04T18:38:36.001Z[ recovery-image] Mar 04 18:38:35.219 INFO O| Mar 04 18:38:35.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
62302026-03-04T18:38:36.001Z[ recovery-image] Mar 04 18:38:35.219 INFO O| Mar 04 18:38:35.219 INFO STEP 469 (remove_files) COMPLETE
62312026-03-04T18:38:36.004Z[ recovery-image] Mar 04 18:38:35.219 INFO O| Mar 04 18:38:35.219 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322026-03-04T18:38:36.015Z[ recovery-image] Mar 04 18:38:35.232 INFO O| Mar 04 18:38:35.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
62332026-03-04T18:38:36.017Z[ recovery-image] Mar 04 18:38:35.232 INFO O| Mar 04 18:38:35.232 INFO STEP 470 (remove_files) COMPLETE
62342026-03-04T18:38:36.021Z[ recovery-image] Mar 04 18:38:35.232 INFO O| Mar 04 18:38:35.232 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352026-03-04T18:38:36.028Z[ recovery-image] Mar 04 18:38:35.246 INFO O| Mar 04 18:38:35.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
62362026-03-04T18:38:36.031Z[ recovery-image] Mar 04 18:38:35.246 INFO O| Mar 04 18:38:35.246 INFO STEP 471 (remove_files) COMPLETE
62372026-03-04T18:38:36.031Z[ recovery-image] Mar 04 18:38:35.246 INFO O| Mar 04 18:38:35.246 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382026-03-04T18:38:36.040Z[ recovery-image] Mar 04 18:38:35.258 INFO O| Mar 04 18:38:35.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
62392026-03-04T18:38:36.040Z[ recovery-image] Mar 04 18:38:35.258 INFO O| Mar 04 18:38:35.258 INFO STEP 472 (remove_files) COMPLETE
62402026-03-04T18:38:36.043Z[ recovery-image] Mar 04 18:38:35.258 INFO O| Mar 04 18:38:35.258 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412026-03-04T18:38:36.054Z[ recovery-image] Mar 04 18:38:35.271 INFO O| Mar 04 18:38:35.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
62422026-03-04T18:38:36.054Z[ recovery-image] Mar 04 18:38:35.271 INFO O| Mar 04 18:38:35.271 INFO STEP 473 (remove_files) COMPLETE
62432026-03-04T18:38:36.057Z[ recovery-image] Mar 04 18:38:35.271 INFO O| Mar 04 18:38:35.271 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442026-03-04T18:38:36.065Z[ recovery-image] Mar 04 18:38:35.283 INFO O| Mar 04 18:38:35.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
62452026-03-04T18:38:36.065Z[ recovery-image] Mar 04 18:38:35.283 INFO O| Mar 04 18:38:35.283 INFO STEP 474 (remove_files) COMPLETE
62462026-03-04T18:38:36.068Z[ recovery-image] Mar 04 18:38:35.283 INFO O| Mar 04 18:38:35.283 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472026-03-04T18:38:36.079Z[ recovery-image] Mar 04 18:38:35.298 INFO O| Mar 04 18:38:35.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
62482026-03-04T18:38:36.079Z[ recovery-image] Mar 04 18:38:35.298 INFO O| Mar 04 18:38:35.298 INFO STEP 475 (remove_files) COMPLETE
62492026-03-04T18:38:36.079Z[ recovery-image] Mar 04 18:38:35.298 INFO O| Mar 04 18:38:35.298 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502026-03-04T18:38:36.093Z[ recovery-image] Mar 04 18:38:35.311 INFO O| Mar 04 18:38:35.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
62512026-03-04T18:38:36.093Z[ recovery-image] Mar 04 18:38:35.312 INFO O| Mar 04 18:38:35.312 INFO STEP 476 (remove_files) COMPLETE
62522026-03-04T18:38:36.093Z[ recovery-image] Mar 04 18:38:35.312 INFO O| Mar 04 18:38:35.312 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532026-03-04T18:38:36.106Z[ recovery-image] Mar 04 18:38:35.325 INFO O| Mar 04 18:38:35.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
62542026-03-04T18:38:36.106Z[ recovery-image] Mar 04 18:38:35.325 INFO O| Mar 04 18:38:35.325 INFO STEP 477 (remove_files) COMPLETE
62552026-03-04T18:38:36.106Z[ recovery-image] Mar 04 18:38:35.325 INFO O| Mar 04 18:38:35.325 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562026-03-04T18:38:36.120Z[ recovery-image] Mar 04 18:38:35.338 INFO O| Mar 04 18:38:35.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
62572026-03-04T18:38:36.123Z[ recovery-image] Mar 04 18:38:35.339 INFO O| Mar 04 18:38:35.339 INFO STEP 478 (remove_files) COMPLETE
62582026-03-04T18:38:36.123Z[ recovery-image] Mar 04 18:38:35.339 INFO O| Mar 04 18:38:35.339 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592026-03-04T18:38:36.133Z[ recovery-image] Mar 04 18:38:35.351 INFO O| Mar 04 18:38:35.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
62602026-03-04T18:38:36.133Z[ recovery-image] Mar 04 18:38:35.351 INFO O| Mar 04 18:38:35.351 INFO STEP 479 (remove_files) COMPLETE
62612026-03-04T18:38:36.136Z[ recovery-image] Mar 04 18:38:35.351 INFO O| Mar 04 18:38:35.351 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622026-03-04T18:38:36.146Z[ recovery-image] Mar 04 18:38:35.364 INFO O| Mar 04 18:38:35.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
62632026-03-04T18:38:36.146Z[ recovery-image] Mar 04 18:38:35.364 INFO O| Mar 04 18:38:35.364 INFO STEP 480 (remove_files) COMPLETE
62642026-03-04T18:38:36.146Z[ recovery-image] Mar 04 18:38:35.364 INFO O| Mar 04 18:38:35.364 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652026-03-04T18:38:36.159Z[ recovery-image] Mar 04 18:38:35.377 INFO O| Mar 04 18:38:35.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
62662026-03-04T18:38:36.159Z[ recovery-image] Mar 04 18:38:35.377 INFO O| Mar 04 18:38:35.377 INFO STEP 481 (remove_files) COMPLETE
62672026-03-04T18:38:36.162Z[ recovery-image] Mar 04 18:38:35.377 INFO O| Mar 04 18:38:35.377 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682026-03-04T18:38:36.171Z[ recovery-image] Mar 04 18:38:35.390 INFO O| Mar 04 18:38:35.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
62692026-03-04T18:38:36.171Z[ recovery-image] Mar 04 18:38:35.390 INFO O| Mar 04 18:38:35.390 INFO STEP 482 (remove_files) COMPLETE
62702026-03-04T18:38:36.174Z[ recovery-image] Mar 04 18:38:35.390 INFO O| Mar 04 18:38:35.390 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712026-03-04T18:38:36.184Z[ recovery-image] Mar 04 18:38:35.403 INFO O| Mar 04 18:38:35.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
62722026-03-04T18:38:36.187Z[ recovery-image] Mar 04 18:38:35.403 INFO O| Mar 04 18:38:35.403 INFO STEP 483 (remove_files) COMPLETE
62732026-03-04T18:38:36.187Z[ recovery-image] Mar 04 18:38:35.403 INFO O| Mar 04 18:38:35.403 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742026-03-04T18:38:36.198Z[ recovery-image] Mar 04 18:38:35.417 INFO O| Mar 04 18:38:35.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
62752026-03-04T18:38:36.198Z[ recovery-image] Mar 04 18:38:35.417 INFO O| Mar 04 18:38:35.417 INFO STEP 484 (remove_files) COMPLETE
62762026-03-04T18:38:36.198Z[ recovery-image] Mar 04 18:38:35.417 INFO O| Mar 04 18:38:35.417 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772026-03-04T18:38:36.212Z[ recovery-image] Mar 04 18:38:35.431 INFO O| Mar 04 18:38:35.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
62782026-03-04T18:38:36.213Z[ recovery-image] Mar 04 18:38:35.431 INFO O| Mar 04 18:38:35.431 INFO STEP 485 (remove_files) COMPLETE
62792026-03-04T18:38:36.216Z[ recovery-image] Mar 04 18:38:35.431 INFO O| Mar 04 18:38:35.431 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802026-03-04T18:38:36.227Z[ recovery-image] Mar 04 18:38:35.445 INFO O| Mar 04 18:38:35.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
62812026-03-04T18:38:36.227Z[ recovery-image] Mar 04 18:38:35.445 INFO O| Mar 04 18:38:35.445 INFO STEP 486 (remove_files) COMPLETE
62822026-03-04T18:38:36.231Z[ recovery-image] Mar 04 18:38:35.445 INFO O| Mar 04 18:38:35.445 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832026-03-04T18:38:36.243Z[ recovery-image] Mar 04 18:38:35.461 INFO O| Mar 04 18:38:35.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
62842026-03-04T18:38:36.243Z[ recovery-image] Mar 04 18:38:35.461 INFO O| Mar 04 18:38:35.461 INFO STEP 487 (remove_files) COMPLETE
62852026-03-04T18:38:36.243Z[ recovery-image] Mar 04 18:38:35.461 INFO O| Mar 04 18:38:35.461 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862026-03-04T18:38:36.257Z[ recovery-image] Mar 04 18:38:35.475 INFO O| Mar 04 18:38:35.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
62872026-03-04T18:38:36.257Z[ recovery-image] Mar 04 18:38:35.475 INFO O| Mar 04 18:38:35.475 INFO STEP 488 (remove_files) COMPLETE
62882026-03-04T18:38:36.257Z[ recovery-image] Mar 04 18:38:35.475 INFO O| Mar 04 18:38:35.475 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892026-03-04T18:38:36.270Z[ recovery-image] Mar 04 18:38:35.488 INFO O| Mar 04 18:38:35.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
62902026-03-04T18:38:36.270Z[ recovery-image] Mar 04 18:38:35.488 INFO O| Mar 04 18:38:35.488 INFO STEP 489 (remove_files) COMPLETE
62912026-03-04T18:38:36.274Z[ recovery-image] Mar 04 18:38:35.488 INFO O| Mar 04 18:38:35.488 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922026-03-04T18:38:36.284Z[ recovery-image] Mar 04 18:38:35.502 INFO O| Mar 04 18:38:35.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
62932026-03-04T18:38:36.284Z[ recovery-image] Mar 04 18:38:35.502 INFO O| Mar 04 18:38:35.502 INFO STEP 490 (remove_files) COMPLETE
62942026-03-04T18:38:36.284Z[ recovery-image] Mar 04 18:38:35.502 INFO O| Mar 04 18:38:35.502 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952026-03-04T18:38:36.299Z[ recovery-image] Mar 04 18:38:35.515 INFO O| Mar 04 18:38:35.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
62962026-03-04T18:38:36.299Z[ recovery-image] Mar 04 18:38:35.516 INFO O| Mar 04 18:38:35.516 INFO STEP 491 (remove_files) COMPLETE
62972026-03-04T18:38:36.299Z[ recovery-image] Mar 04 18:38:35.516 INFO O| Mar 04 18:38:35.516 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982026-03-04T18:38:36.310Z[ recovery-image] Mar 04 18:38:35.529 INFO O| Mar 04 18:38:35.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
62992026-03-04T18:38:36.310Z[ recovery-image] Mar 04 18:38:35.529 INFO O| Mar 04 18:38:35.529 INFO STEP 492 (remove_files) COMPLETE
63002026-03-04T18:38:36.310Z[ recovery-image] Mar 04 18:38:35.529 INFO O| Mar 04 18:38:35.529 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012026-03-04T18:38:36.324Z[ recovery-image] Mar 04 18:38:35.542 INFO O| Mar 04 18:38:35.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
63022026-03-04T18:38:36.324Z[ recovery-image] Mar 04 18:38:35.542 INFO O| Mar 04 18:38:35.542 INFO STEP 493 (remove_files) COMPLETE
63032026-03-04T18:38:36.324Z[ recovery-image] Mar 04 18:38:35.542 INFO O| Mar 04 18:38:35.542 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042026-03-04T18:38:36.337Z[ recovery-image] Mar 04 18:38:35.555 INFO O| Mar 04 18:38:35.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
63052026-03-04T18:38:36.337Z[ recovery-image] Mar 04 18:38:35.555 INFO O| Mar 04 18:38:35.555 INFO STEP 494 (remove_files) COMPLETE
63062026-03-04T18:38:36.337Z[ recovery-image] Mar 04 18:38:35.555 INFO O| Mar 04 18:38:35.555 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072026-03-04T18:38:36.349Z[ recovery-image] Mar 04 18:38:35.568 INFO O| Mar 04 18:38:35.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
63082026-03-04T18:38:36.349Z[ recovery-image] Mar 04 18:38:35.568 INFO O| Mar 04 18:38:35.568 INFO STEP 495 (remove_files) COMPLETE
63092026-03-04T18:38:36.349Z[ recovery-image] Mar 04 18:38:35.568 INFO O| Mar 04 18:38:35.568 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102026-03-04T18:38:36.363Z[ recovery-image] Mar 04 18:38:35.581 INFO O| Mar 04 18:38:35.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
63112026-03-04T18:38:36.363Z[ recovery-image] Mar 04 18:38:35.581 INFO O| Mar 04 18:38:35.581 INFO STEP 496 (remove_files) COMPLETE
63122026-03-04T18:38:36.366Z[ recovery-image] Mar 04 18:38:35.582 INFO O| Mar 04 18:38:35.581 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132026-03-04T18:38:36.376Z[ recovery-image] Mar 04 18:38:35.594 INFO O| Mar 04 18:38:35.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
63142026-03-04T18:38:36.376Z[ recovery-image] Mar 04 18:38:35.594 INFO O| Mar 04 18:38:35.594 INFO STEP 497 (remove_files) COMPLETE
63152026-03-04T18:38:36.376Z[ recovery-image] Mar 04 18:38:35.594 INFO O| Mar 04 18:38:35.594 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162026-03-04T18:38:36.390Z[ recovery-image] Mar 04 18:38:35.608 INFO O| Mar 04 18:38:35.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
63172026-03-04T18:38:36.390Z[ recovery-image] Mar 04 18:38:35.608 INFO O| Mar 04 18:38:35.608 INFO STEP 498 (remove_files) COMPLETE
63182026-03-04T18:38:36.390Z[ recovery-image] Mar 04 18:38:35.608 INFO O| Mar 04 18:38:35.608 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192026-03-04T18:38:36.403Z[ recovery-image] Mar 04 18:38:35.622 INFO O| Mar 04 18:38:35.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
63202026-03-04T18:38:36.403Z[ recovery-image] Mar 04 18:38:35.622 INFO O| Mar 04 18:38:35.622 INFO STEP 499 (remove_files) COMPLETE
63212026-03-04T18:38:36.407Z[ recovery-image] Mar 04 18:38:35.622 INFO O| Mar 04 18:38:35.622 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222026-03-04T18:38:36.417Z[ recovery-image] Mar 04 18:38:35.636 INFO O| Mar 04 18:38:35.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
63232026-03-04T18:38:36.417Z[ recovery-image] Mar 04 18:38:35.636 INFO O| Mar 04 18:38:35.636 INFO STEP 500 (remove_files) COMPLETE
63242026-03-04T18:38:36.417Z[ recovery-image] Mar 04 18:38:35.636 INFO O| Mar 04 18:38:35.636 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252026-03-04T18:38:36.431Z[ recovery-image] Mar 04 18:38:35.648 INFO O| Mar 04 18:38:35.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
63262026-03-04T18:38:36.431Z[ recovery-image] Mar 04 18:38:35.648 INFO O| Mar 04 18:38:35.648 INFO STEP 501 (remove_files) COMPLETE
63272026-03-04T18:38:36.434Z[ recovery-image] Mar 04 18:38:35.648 INFO O| Mar 04 18:38:35.648 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282026-03-04T18:38:36.442Z[ recovery-image] Mar 04 18:38:35.660 INFO O| Mar 04 18:38:35.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
63292026-03-04T18:38:36.442Z[ recovery-image] Mar 04 18:38:35.660 INFO O| Mar 04 18:38:35.660 INFO STEP 502 (remove_files) COMPLETE
63302026-03-04T18:38:36.442Z[ recovery-image] Mar 04 18:38:35.660 INFO O| Mar 04 18:38:35.660 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312026-03-04T18:38:36.455Z[ recovery-image] Mar 04 18:38:35.674 INFO O| Mar 04 18:38:35.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
63322026-03-04T18:38:36.455Z[ recovery-image] Mar 04 18:38:35.674 INFO O| Mar 04 18:38:35.674 INFO STEP 503 (remove_files) COMPLETE
63332026-03-04T18:38:36.455Z[ recovery-image] Mar 04 18:38:35.674 INFO O| Mar 04 18:38:35.674 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342026-03-04T18:38:36.467Z[ recovery-image] Mar 04 18:38:35.686 INFO O| Mar 04 18:38:35.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
63352026-03-04T18:38:36.467Z[ recovery-image] Mar 04 18:38:35.686 INFO O| Mar 04 18:38:35.686 INFO STEP 504 (remove_files) COMPLETE
63362026-03-04T18:38:36.467Z[ recovery-image] Mar 04 18:38:35.686 INFO O| Mar 04 18:38:35.686 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372026-03-04T18:38:36.482Z[ recovery-image] Mar 04 18:38:35.700 INFO O| Mar 04 18:38:35.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
63382026-03-04T18:38:36.482Z[ recovery-image] Mar 04 18:38:35.700 INFO O| Mar 04 18:38:35.700 INFO STEP 505 (remove_files) COMPLETE
63392026-03-04T18:38:36.482Z[ recovery-image] Mar 04 18:38:35.700 INFO O| Mar 04 18:38:35.700 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402026-03-04T18:38:36.497Z[ recovery-image] Mar 04 18:38:35.715 INFO O| Mar 04 18:38:35.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
63412026-03-04T18:38:36.500Z[ recovery-image] Mar 04 18:38:35.715 INFO O| Mar 04 18:38:35.715 INFO STEP 506 (remove_files) COMPLETE
63422026-03-04T18:38:36.500Z[ recovery-image] Mar 04 18:38:35.715 INFO O| Mar 04 18:38:35.715 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432026-03-04T18:38:36.510Z[ recovery-image] Mar 04 18:38:35.728 INFO O| Mar 04 18:38:35.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
63442026-03-04T18:38:36.510Z[ recovery-image] Mar 04 18:38:35.728 INFO O| Mar 04 18:38:35.728 INFO STEP 507 (remove_files) COMPLETE
63452026-03-04T18:38:36.510Z[ recovery-image] Mar 04 18:38:35.728 INFO O| Mar 04 18:38:35.728 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462026-03-04T18:38:36.524Z[ recovery-image] Mar 04 18:38:35.743 INFO O| Mar 04 18:38:35.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
63472026-03-04T18:38:36.524Z[ recovery-image] Mar 04 18:38:35.743 INFO O| Mar 04 18:38:35.743 INFO STEP 508 (remove_files) COMPLETE
63482026-03-04T18:38:36.524Z[ recovery-image] Mar 04 18:38:35.743 INFO O| Mar 04 18:38:35.743 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492026-03-04T18:38:36.539Z[ recovery-image] Mar 04 18:38:35.757 INFO O| Mar 04 18:38:35.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
63502026-03-04T18:38:36.539Z[ recovery-image] Mar 04 18:38:35.757 INFO O| Mar 04 18:38:35.757 INFO STEP 509 (remove_files) COMPLETE
63512026-03-04T18:38:36.539Z[ recovery-image] Mar 04 18:38:35.757 INFO O| Mar 04 18:38:35.757 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522026-03-04T18:38:36.553Z[ recovery-image] Mar 04 18:38:35.770 INFO O| Mar 04 18:38:35.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
63532026-03-04T18:38:36.553Z[ recovery-image] Mar 04 18:38:35.770 INFO O| Mar 04 18:38:35.770 INFO STEP 510 (remove_files) COMPLETE
63542026-03-04T18:38:36.557Z[ recovery-image] Mar 04 18:38:35.770 INFO O| Mar 04 18:38:35.770 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552026-03-04T18:38:36.565Z[ recovery-image] Mar 04 18:38:35.783 INFO O| Mar 04 18:38:35.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
63562026-03-04T18:38:36.568Z[ recovery-image] Mar 04 18:38:35.783 INFO O| Mar 04 18:38:35.783 INFO STEP 511 (remove_files) COMPLETE
63572026-03-04T18:38:36.568Z[ recovery-image] Mar 04 18:38:35.783 INFO O| Mar 04 18:38:35.783 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582026-03-04T18:38:36.579Z[ recovery-image] Mar 04 18:38:35.797 INFO O| Mar 04 18:38:35.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
63592026-03-04T18:38:36.579Z[ recovery-image] Mar 04 18:38:35.798 INFO O| Mar 04 18:38:35.798 INFO STEP 512 (remove_files) COMPLETE
63602026-03-04T18:38:36.579Z[ recovery-image] Mar 04 18:38:35.798 INFO O| Mar 04 18:38:35.798 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612026-03-04T18:38:36.593Z[ recovery-image] Mar 04 18:38:35.812 INFO O| Mar 04 18:38:35.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
63622026-03-04T18:38:36.593Z[ recovery-image] Mar 04 18:38:35.812 INFO O| Mar 04 18:38:35.812 INFO STEP 513 (remove_files) COMPLETE
63632026-03-04T18:38:36.593Z[ recovery-image] Mar 04 18:38:35.812 INFO O| Mar 04 18:38:35.812 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642026-03-04T18:38:36.608Z[ recovery-image] Mar 04 18:38:35.826 INFO O| Mar 04 18:38:35.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
63652026-03-04T18:38:36.612Z[ recovery-image] Mar 04 18:38:35.827 INFO O| Mar 04 18:38:35.827 INFO STEP 514 (remove_files) COMPLETE
63662026-03-04T18:38:36.612Z[ recovery-image] Mar 04 18:38:35.827 INFO O| Mar 04 18:38:35.827 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672026-03-04T18:38:36.623Z[ recovery-image] Mar 04 18:38:35.841 INFO O| Mar 04 18:38:35.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
63682026-03-04T18:38:36.623Z[ recovery-image] Mar 04 18:38:35.842 INFO O| Mar 04 18:38:35.841 INFO STEP 515 (remove_files) COMPLETE
63692026-03-04T18:38:36.627Z[ recovery-image] Mar 04 18:38:35.842 INFO O| Mar 04 18:38:35.841 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702026-03-04T18:38:36.638Z[ recovery-image] Mar 04 18:38:35.856 INFO O| Mar 04 18:38:35.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
63712026-03-04T18:38:36.638Z[ recovery-image] Mar 04 18:38:35.856 INFO O| Mar 04 18:38:35.856 INFO STEP 516 (remove_files) COMPLETE
63722026-03-04T18:38:36.638Z[ recovery-image] Mar 04 18:38:35.856 INFO O| Mar 04 18:38:35.856 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732026-03-04T18:38:36.652Z[ recovery-image] Mar 04 18:38:35.871 INFO O| Mar 04 18:38:35.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
63742026-03-04T18:38:36.652Z[ recovery-image] Mar 04 18:38:35.871 INFO O| Mar 04 18:38:35.871 INFO STEP 517 (remove_files) COMPLETE
63752026-03-04T18:38:36.653Z[ recovery-image] Mar 04 18:38:35.871 INFO O| Mar 04 18:38:35.871 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762026-03-04T18:38:36.666Z[ recovery-image] Mar 04 18:38:35.885 INFO O| Mar 04 18:38:35.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
63772026-03-04T18:38:36.666Z[ recovery-image] Mar 04 18:38:35.885 INFO O| Mar 04 18:38:35.885 INFO STEP 518 (remove_files) COMPLETE
63782026-03-04T18:38:36.666Z[ recovery-image] Mar 04 18:38:35.885 INFO O| Mar 04 18:38:35.885 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792026-03-04T18:38:36.680Z[ recovery-image] Mar 04 18:38:35.899 INFO O| Mar 04 18:38:35.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
63802026-03-04T18:38:36.681Z[ recovery-image] Mar 04 18:38:35.899 INFO O| Mar 04 18:38:35.899 INFO STEP 519 (remove_files) COMPLETE
63812026-03-04T18:38:36.681Z[ recovery-image] Mar 04 18:38:35.899 INFO O| Mar 04 18:38:35.899 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822026-03-04T18:38:36.694Z[ recovery-image] Mar 04 18:38:35.912 INFO O| Mar 04 18:38:35.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
63832026-03-04T18:38:36.694Z[ recovery-image] Mar 04 18:38:35.912 INFO O| Mar 04 18:38:35.912 INFO STEP 520 (remove_files) COMPLETE
63842026-03-04T18:38:36.694Z[ recovery-image] Mar 04 18:38:35.912 INFO O| Mar 04 18:38:35.912 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852026-03-04T18:38:36.709Z[ recovery-image] Mar 04 18:38:35.927 INFO O| Mar 04 18:38:35.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
63862026-03-04T18:38:36.712Z[ recovery-image] Mar 04 18:38:35.927 INFO O| Mar 04 18:38:35.927 INFO STEP 521 (remove_files) COMPLETE
63872026-03-04T18:38:36.712Z[ recovery-image] Mar 04 18:38:35.927 INFO O| Mar 04 18:38:35.927 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882026-03-04T18:38:36.723Z[ recovery-image] Mar 04 18:38:35.941 INFO O| Mar 04 18:38:35.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc"
63892026-03-04T18:38:36.727Z[ recovery-image] Mar 04 18:38:35.942 INFO O| Mar 04 18:38:35.942 INFO STEP 522 (remove_files) COMPLETE
63902026-03-04T18:38:36.727Z[ recovery-image] Mar 04 18:38:35.942 INFO O| Mar 04 18:38:35.942 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912026-03-04T18:38:36.739Z[ recovery-image] Mar 04 18:38:35.957 INFO O| Mar 04 18:38:35.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept"
63922026-03-04T18:38:36.743Z[ recovery-image] Mar 04 18:38:35.957 INFO O| Mar 04 18:38:35.957 INFO STEP 523 (remove_files) COMPLETE
63932026-03-04T18:38:36.743Z[ recovery-image] Mar 04 18:38:35.957 INFO O| Mar 04 18:38:35.957 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942026-03-04T18:38:36.757Z[ recovery-image] Mar 04 18:38:35.972 INFO O| Mar 04 18:38:35.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename"
63952026-03-04T18:38:36.757Z[ recovery-image] Mar 04 18:38:35.972 INFO O| Mar 04 18:38:35.972 INFO STEP 524 (remove_files) COMPLETE
63962026-03-04T18:38:36.763Z[ recovery-image] Mar 04 18:38:35.972 INFO O| Mar 04 18:38:35.972 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972026-03-04T18:38:36.768Z[ recovery-image] Mar 04 18:38:35.986 INFO O| Mar 04 18:38:35.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv"
63982026-03-04T18:38:36.768Z[ recovery-image] Mar 04 18:38:35.986 INFO O| Mar 04 18:38:35.986 INFO STEP 525 (remove_files) COMPLETE
63992026-03-04T18:38:36.768Z[ recovery-image] Mar 04 18:38:35.986 INFO O| Mar 04 18:38:35.986 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002026-03-04T18:38:36.790Z[ recovery-image] Mar 04 18:38:36.001 INFO O| Mar 04 18:38:36.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut"
64012026-03-04T18:38:36.796Z[ recovery-image] Mar 04 18:38:36.002 INFO O| Mar 04 18:38:36.001 INFO STEP 526 (remove_files) COMPLETE
64022026-03-04T18:38:36.796Z[ recovery-image] Mar 04 18:38:36.002 INFO O| Mar 04 18:38:36.002 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032026-03-04T18:38:36.800Z[ recovery-image] Mar 04 18:38:36.016 INFO O| Mar 04 18:38:36.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname"
64042026-03-04T18:38:36.800Z[ recovery-image] Mar 04 18:38:36.016 INFO O| Mar 04 18:38:36.016 INFO STEP 527 (remove_files) COMPLETE
64052026-03-04T18:38:36.800Z[ recovery-image] Mar 04 18:38:36.016 INFO O| Mar 04 18:38:36.016 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062026-03-04T18:38:36.812Z[ recovery-image] Mar 04 18:38:36.030 INFO O| Mar 04 18:38:36.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags"
64072026-03-04T18:38:36.812Z[ recovery-image] Mar 04 18:38:36.030 INFO O| Mar 04 18:38:36.030 INFO STEP 528 (remove_files) COMPLETE
64082026-03-04T18:38:36.816Z[ recovery-image] Mar 04 18:38:36.030 INFO O| Mar 04 18:38:36.030 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092026-03-04T18:38:36.826Z[ recovery-image] Mar 04 18:38:36.044 INFO O| Mar 04 18:38:36.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo"
64102026-03-04T18:38:36.826Z[ recovery-image] Mar 04 18:38:36.044 INFO O| Mar 04 18:38:36.044 INFO STEP 529 (remove_files) COMPLETE
64112026-03-04T18:38:36.829Z[ recovery-image] Mar 04 18:38:36.044 INFO O| Mar 04 18:38:36.044 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122026-03-04T18:38:36.840Z[ recovery-image] Mar 04 18:38:36.059 INFO O| Mar 04 18:38:36.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head"
64132026-03-04T18:38:36.840Z[ recovery-image] Mar 04 18:38:36.059 INFO O| Mar 04 18:38:36.059 INFO STEP 530 (remove_files) COMPLETE
64142026-03-04T18:38:36.840Z[ recovery-image] Mar 04 18:38:36.059 INFO O| Mar 04 18:38:36.059 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152026-03-04T18:38:36.855Z[ recovery-image] Mar 04 18:38:36.073 INFO O| Mar 04 18:38:36.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id"
64162026-03-04T18:38:36.855Z[ recovery-image] Mar 04 18:38:36.073 INFO O| Mar 04 18:38:36.073 INFO STEP 531 (remove_files) COMPLETE
64172026-03-04T18:38:36.859Z[ recovery-image] Mar 04 18:38:36.073 INFO O| Mar 04 18:38:36.073 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182026-03-04T18:38:36.869Z[ recovery-image] Mar 04 18:38:36.087 INFO O| Mar 04 18:38:36.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln"
64192026-03-04T18:38:36.872Z[ recovery-image] Mar 04 18:38:36.087 INFO O| Mar 04 18:38:36.087 INFO STEP 532 (remove_files) COMPLETE
64202026-03-04T18:38:36.872Z[ recovery-image] Mar 04 18:38:36.087 INFO O| Mar 04 18:38:36.087 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212026-03-04T18:38:36.883Z[ recovery-image] Mar 04 18:38:36.101 INFO O| Mar 04 18:38:36.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h"
64222026-03-04T18:38:36.883Z[ recovery-image] Mar 04 18:38:36.101 INFO O| Mar 04 18:38:36.101 INFO STEP 533 (remove_files) COMPLETE
64232026-03-04T18:38:36.883Z[ recovery-image] Mar 04 18:38:36.101 INFO O| Mar 04 18:38:36.101 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242026-03-04T18:38:36.897Z[ recovery-image] Mar 04 18:38:36.115 INFO O| Mar 04 18:38:36.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname"
64252026-03-04T18:38:36.897Z[ recovery-image] Mar 04 18:38:36.115 INFO O| Mar 04 18:38:36.115 INFO STEP 534 (remove_files) COMPLETE
64262026-03-04T18:38:36.901Z[ recovery-image] Mar 04 18:38:36.115 INFO O| Mar 04 18:38:36.115 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272026-03-04T18:38:36.911Z[ recovery-image] Mar 04 18:38:36.129 INFO O| Mar 04 18:38:36.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir"
64282026-03-04T18:38:36.911Z[ recovery-image] Mar 04 18:38:36.129 INFO O| Mar 04 18:38:36.129 INFO STEP 535 (remove_files) COMPLETE
64292026-03-04T18:38:36.911Z[ recovery-image] Mar 04 18:38:36.129 INFO O| Mar 04 18:38:36.129 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302026-03-04T18:38:36.925Z[ recovery-image] Mar 04 18:38:36.143 INFO O| Mar 04 18:38:36.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo"
64312026-03-04T18:38:36.925Z[ recovery-image] Mar 04 18:38:36.143 INFO O| Mar 04 18:38:36.143 INFO STEP 536 (remove_files) COMPLETE
64322026-03-04T18:38:36.928Z[ recovery-image] Mar 04 18:38:36.143 INFO O| Mar 04 18:38:36.143 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332026-03-04T18:38:36.938Z[ recovery-image] Mar 04 18:38:36.156 INFO O| Mar 04 18:38:36.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp"
64342026-03-04T18:38:36.938Z[ recovery-image] Mar 04 18:38:36.157 INFO O| Mar 04 18:38:36.157 INFO STEP 537 (remove_files) COMPLETE
64352026-03-04T18:38:36.938Z[ recovery-image] Mar 04 18:38:36.157 INFO O| Mar 04 18:38:36.157 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362026-03-04T18:38:36.951Z[ recovery-image] Mar 04 18:38:36.170 INFO O| Mar 04 18:38:36.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid"
64372026-03-04T18:38:36.951Z[ recovery-image] Mar 04 18:38:36.170 INFO O| Mar 04 18:38:36.170 INFO STEP 538 (remove_files) COMPLETE
64382026-03-04T18:38:36.951Z[ recovery-image] Mar 04 18:38:36.170 INFO O| Mar 04 18:38:36.170 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392026-03-04T18:38:36.965Z[ recovery-image] Mar 04 18:38:36.183 INFO O| Mar 04 18:38:36.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk"
64402026-03-04T18:38:36.965Z[ recovery-image] Mar 04 18:38:36.183 INFO O| Mar 04 18:38:36.183 INFO STEP 539 (remove_files) COMPLETE
64412026-03-04T18:38:36.966Z[ recovery-image] Mar 04 18:38:36.183 INFO O| Mar 04 18:38:36.183 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422026-03-04T18:38:36.978Z[ recovery-image] Mar 04 18:38:36.196 INFO O| Mar 04 18:38:36.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print"
64432026-03-04T18:38:36.978Z[ recovery-image] Mar 04 18:38:36.196 INFO O| Mar 04 18:38:36.196 INFO STEP 540 (remove_files) COMPLETE
64442026-03-04T18:38:36.978Z[ recovery-image] Mar 04 18:38:36.196 INFO O| Mar 04 18:38:36.196 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452026-03-04T18:38:36.992Z[ recovery-image] Mar 04 18:38:36.210 INFO O| Mar 04 18:38:36.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv"
64462026-03-04T18:38:36.992Z[ recovery-image] Mar 04 18:38:36.211 INFO O| Mar 04 18:38:36.211 INFO STEP 541 (remove_files) COMPLETE
64472026-03-04T18:38:36.992Z[ recovery-image] Mar 04 18:38:36.211 INFO O| Mar 04 18:38:36.211 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482026-03-04T18:38:37.006Z[ recovery-image] Mar 04 18:38:36.225 INFO O| Mar 04 18:38:36.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push"
64492026-03-04T18:38:37.006Z[ recovery-image] Mar 04 18:38:36.225 INFO O| Mar 04 18:38:36.225 INFO STEP 542 (remove_files) COMPLETE
64502026-03-04T18:38:37.009Z[ recovery-image] Mar 04 18:38:36.225 INFO O| Mar 04 18:38:36.225 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512026-03-04T18:38:37.021Z[ recovery-image] Mar 04 18:38:36.239 INFO O| Mar 04 18:38:36.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath"
64522026-03-04T18:38:37.021Z[ recovery-image] Mar 04 18:38:36.240 INFO O| Mar 04 18:38:36.240 INFO STEP 543 (remove_files) COMPLETE
64532026-03-04T18:38:37.024Z[ recovery-image] Mar 04 18:38:36.240 INFO O| Mar 04 18:38:36.240 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542026-03-04T18:38:37.035Z[ recovery-image] Mar 04 18:38:36.253 INFO O| Mar 04 18:38:36.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm"
64552026-03-04T18:38:37.036Z[ recovery-image] Mar 04 18:38:36.254 INFO O| Mar 04 18:38:36.254 INFO STEP 544 (remove_files) COMPLETE
64562026-03-04T18:38:37.036Z[ recovery-image] Mar 04 18:38:36.254 INFO O| Mar 04 18:38:36.254 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572026-03-04T18:38:37.050Z[ recovery-image] Mar 04 18:38:36.269 INFO O| Mar 04 18:38:36.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir"
64582026-03-04T18:38:37.051Z[ recovery-image] Mar 04 18:38:36.269 INFO O| Mar 04 18:38:36.269 INFO STEP 545 (remove_files) COMPLETE
64592026-03-04T18:38:37.054Z[ recovery-image] Mar 04 18:38:36.269 INFO O| Mar 04 18:38:36.269 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602026-03-04T18:38:37.065Z[ recovery-image] Mar 04 18:38:36.283 INFO O| Mar 04 18:38:36.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq"
64612026-03-04T18:38:37.065Z[ recovery-image] Mar 04 18:38:36.283 INFO O| Mar 04 18:38:36.283 INFO STEP 546 (remove_files) COMPLETE
64622026-03-04T18:38:37.065Z[ recovery-image] Mar 04 18:38:36.283 INFO O| Mar 04 18:38:36.283 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632026-03-04T18:38:37.080Z[ recovery-image] Mar 04 18:38:36.298 INFO O| Mar 04 18:38:36.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid"
64642026-03-04T18:38:37.080Z[ recovery-image] Mar 04 18:38:36.298 INFO O| Mar 04 18:38:36.298 INFO STEP 547 (remove_files) COMPLETE
64652026-03-04T18:38:37.080Z[ recovery-image] Mar 04 18:38:36.298 INFO O| Mar 04 18:38:36.298 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662026-03-04T18:38:37.095Z[ recovery-image] Mar 04 18:38:36.313 INFO O| Mar 04 18:38:36.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep"
64672026-03-04T18:38:37.095Z[ recovery-image] Mar 04 18:38:36.313 INFO O| Mar 04 18:38:36.313 INFO STEP 548 (remove_files) COMPLETE
64682026-03-04T18:38:37.095Z[ recovery-image] Mar 04 18:38:36.313 INFO O| Mar 04 18:38:36.313 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692026-03-04T18:38:37.109Z[ recovery-image] Mar 04 18:38:36.327 INFO O| Mar 04 18:38:36.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime"
64702026-03-04T18:38:37.110Z[ recovery-image] Mar 04 18:38:36.327 INFO O| Mar 04 18:38:36.327 INFO STEP 549 (remove_files) COMPLETE
64712026-03-04T18:38:37.110Z[ recovery-image] Mar 04 18:38:36.327 INFO O| Mar 04 18:38:36.327 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722026-03-04T18:38:37.123Z[ recovery-image] Mar 04 18:38:36.341 INFO O| Mar 04 18:38:36.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync"
64732026-03-04T18:38:37.123Z[ recovery-image] Mar 04 18:38:36.341 INFO O| Mar 04 18:38:36.341 INFO STEP 550 (remove_files) COMPLETE
64742026-03-04T18:38:37.123Z[ recovery-image] Mar 04 18:38:36.341 INFO O| Mar 04 18:38:36.341 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752026-03-04T18:38:37.137Z[ recovery-image] Mar 04 18:38:36.355 INFO O| Mar 04 18:38:36.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee"
64762026-03-04T18:38:37.137Z[ recovery-image] Mar 04 18:38:36.355 INFO O| Mar 04 18:38:36.355 INFO STEP 551 (remove_files) COMPLETE
64772026-03-04T18:38:37.137Z[ recovery-image] Mar 04 18:38:36.355 INFO O| Mar 04 18:38:36.355 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782026-03-04T18:38:37.151Z[ recovery-image] Mar 04 18:38:36.369 INFO O| Mar 04 18:38:36.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse"
64792026-03-04T18:38:37.151Z[ recovery-image] Mar 04 18:38:36.369 INFO O| Mar 04 18:38:36.369 INFO STEP 552 (remove_files) COMPLETE
64802026-03-04T18:38:37.154Z[ recovery-image] Mar 04 18:38:36.369 INFO O| Mar 04 18:38:36.369 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812026-03-04T18:38:37.167Z[ recovery-image] Mar 04 18:38:36.383 INFO O| Mar 04 18:38:36.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty"
64822026-03-04T18:38:37.168Z[ recovery-image] Mar 04 18:38:36.383 INFO O| Mar 04 18:38:36.383 INFO STEP 553 (remove_files) COMPLETE
64832026-03-04T18:38:37.168Z[ recovery-image] Mar 04 18:38:36.383 INFO O| Mar 04 18:38:36.383 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842026-03-04T18:38:37.180Z[ recovery-image] Mar 04 18:38:36.398 INFO O| Mar 04 18:38:36.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname"
64852026-03-04T18:38:37.180Z[ recovery-image] Mar 04 18:38:36.398 INFO O| Mar 04 18:38:36.398 INFO STEP 554 (remove_files) COMPLETE
64862026-03-04T18:38:37.180Z[ recovery-image] Mar 04 18:38:36.398 INFO O| Mar 04 18:38:36.398 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872026-03-04T18:38:37.194Z[ recovery-image] Mar 04 18:38:36.413 INFO O| Mar 04 18:38:36.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink"
64882026-03-04T18:38:37.194Z[ recovery-image] Mar 04 18:38:36.413 INFO O| Mar 04 18:38:36.413 INFO STEP 555 (remove_files) COMPLETE
64892026-03-04T18:38:37.194Z[ recovery-image] Mar 04 18:38:36.413 INFO O| Mar 04 18:38:36.413 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902026-03-04T18:38:37.209Z[ recovery-image] Mar 04 18:38:36.428 INFO O| Mar 04 18:38:36.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami"
64912026-03-04T18:38:37.209Z[ recovery-image] Mar 04 18:38:36.428 INFO O| Mar 04 18:38:36.428 INFO STEP 556 (remove_files) COMPLETE
64922026-03-04T18:38:37.213Z[ recovery-image] Mar 04 18:38:36.428 INFO O| Mar 04 18:38:36.428 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932026-03-04T18:38:37.224Z[ recovery-image] Mar 04 18:38:36.442 INFO O| Mar 04 18:38:36.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
64942026-03-04T18:38:37.227Z[ recovery-image] Mar 04 18:38:36.443 INFO O| Mar 04 18:38:36.443 INFO STEP 557 (remove_files) COMPLETE
64952026-03-04T18:38:37.227Z[ recovery-image] Mar 04 18:38:36.443 INFO O| Mar 04 18:38:36.443 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962026-03-04T18:38:37.240Z[ recovery-image] Mar 04 18:38:36.459 INFO O| Mar 04 18:38:36.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
64972026-03-04T18:38:37.240Z[ recovery-image] Mar 04 18:38:36.459 INFO O| Mar 04 18:38:36.459 INFO STEP 558 (remove_files) COMPLETE
64982026-03-04T18:38:37.240Z[ recovery-image] Mar 04 18:38:36.459 INFO O| Mar 04 18:38:36.459 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992026-03-04T18:38:37.255Z[ recovery-image] Mar 04 18:38:36.474 INFO O| Mar 04 18:38:36.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
65002026-03-04T18:38:37.256Z[ recovery-image] Mar 04 18:38:36.474 INFO O| Mar 04 18:38:36.474 INFO STEP 559 (remove_files) COMPLETE
65012026-03-04T18:38:37.256Z[ recovery-image] Mar 04 18:38:36.474 INFO O| Mar 04 18:38:36.474 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022026-03-04T18:38:37.269Z[ recovery-image] Mar 04 18:38:36.487 INFO O| Mar 04 18:38:36.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
65032026-03-04T18:38:37.269Z[ recovery-image] Mar 04 18:38:36.488 INFO O| Mar 04 18:38:36.488 INFO STEP 560 (remove_files) COMPLETE
65042026-03-04T18:38:37.272Z[ recovery-image] Mar 04 18:38:36.488 INFO O| Mar 04 18:38:36.488 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052026-03-04T18:38:37.283Z[ recovery-image] Mar 04 18:38:36.501 INFO O| Mar 04 18:38:36.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
65062026-03-04T18:38:37.283Z[ recovery-image] Mar 04 18:38:36.501 INFO O| Mar 04 18:38:36.501 INFO STEP 561 (remove_files) COMPLETE
65072026-03-04T18:38:37.286Z[ recovery-image] Mar 04 18:38:36.501 INFO O| Mar 04 18:38:36.501 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082026-03-04T18:38:37.299Z[ recovery-image] Mar 04 18:38:36.516 INFO O| Mar 04 18:38:36.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
65092026-03-04T18:38:37.299Z[ recovery-image] Mar 04 18:38:36.516 INFO O| Mar 04 18:38:36.516 INFO STEP 562 (remove_files) COMPLETE
65102026-03-04T18:38:37.303Z[ recovery-image] Mar 04 18:38:36.516 INFO O| Mar 04 18:38:36.516 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112026-03-04T18:38:37.311Z[ recovery-image] Mar 04 18:38:36.529 INFO O| Mar 04 18:38:36.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
65122026-03-04T18:38:37.311Z[ recovery-image] Mar 04 18:38:36.529 INFO O| Mar 04 18:38:36.529 INFO STEP 563 (remove_files) COMPLETE
65132026-03-04T18:38:37.314Z[ recovery-image] Mar 04 18:38:36.529 INFO O| Mar 04 18:38:36.529 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142026-03-04T18:38:37.324Z[ recovery-image] Mar 04 18:38:36.543 INFO O| Mar 04 18:38:36.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
65152026-03-04T18:38:37.324Z[ recovery-image] Mar 04 18:38:36.543 INFO O| Mar 04 18:38:36.543 INFO STEP 564 (remove_files) COMPLETE
65162026-03-04T18:38:37.327Z[ recovery-image] Mar 04 18:38:36.543 INFO O| Mar 04 18:38:36.543 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172026-03-04T18:38:37.338Z[ recovery-image] Mar 04 18:38:36.557 INFO O| Mar 04 18:38:36.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
65182026-03-04T18:38:37.338Z[ recovery-image] Mar 04 18:38:36.557 INFO O| Mar 04 18:38:36.557 INFO STEP 565 (remove_files) COMPLETE
65192026-03-04T18:38:37.342Z[ recovery-image] Mar 04 18:38:36.557 INFO O| Mar 04 18:38:36.557 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202026-03-04T18:38:37.353Z[ recovery-image] Mar 04 18:38:36.571 INFO O| Mar 04 18:38:36.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
65212026-03-04T18:38:37.353Z[ recovery-image] Mar 04 18:38:36.571 INFO O| Mar 04 18:38:36.571 INFO STEP 566 (remove_files) COMPLETE
65222026-03-04T18:38:37.357Z[ recovery-image] Mar 04 18:38:36.571 INFO O| Mar 04 18:38:36.571 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232026-03-04T18:38:37.366Z[ recovery-image] Mar 04 18:38:36.585 INFO O| Mar 04 18:38:36.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
65242026-03-04T18:38:37.366Z[ recovery-image] Mar 04 18:38:36.585 INFO O| Mar 04 18:38:36.585 INFO STEP 567 (remove_files) COMPLETE
65252026-03-04T18:38:37.366Z[ recovery-image] Mar 04 18:38:36.585 INFO O| Mar 04 18:38:36.585 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262026-03-04T18:38:37.380Z[ recovery-image] Mar 04 18:38:36.599 INFO O| Mar 04 18:38:36.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
65272026-03-04T18:38:37.381Z[ recovery-image] Mar 04 18:38:36.599 INFO O| Mar 04 18:38:36.599 INFO STEP 568 (remove_files) COMPLETE
65282026-03-04T18:38:37.381Z[ recovery-image] Mar 04 18:38:36.599 INFO O| Mar 04 18:38:36.599 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292026-03-04T18:38:37.394Z[ recovery-image] Mar 04 18:38:36.613 INFO O| Mar 04 18:38:36.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
65302026-03-04T18:38:37.394Z[ recovery-image] Mar 04 18:38:36.613 INFO O| Mar 04 18:38:36.613 INFO STEP 569 (remove_files) COMPLETE
65312026-03-04T18:38:37.399Z[ recovery-image] Mar 04 18:38:36.613 INFO O| Mar 04 18:38:36.613 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322026-03-04T18:38:37.408Z[ recovery-image] Mar 04 18:38:36.627 INFO O| Mar 04 18:38:36.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
65332026-03-04T18:38:37.408Z[ recovery-image] Mar 04 18:38:36.627 INFO O| Mar 04 18:38:36.627 INFO STEP 570 (remove_files) COMPLETE
65342026-03-04T18:38:37.411Z[ recovery-image] Mar 04 18:38:36.627 INFO O| Mar 04 18:38:36.627 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352026-03-04T18:38:37.422Z[ recovery-image] Mar 04 18:38:36.641 INFO O| Mar 04 18:38:36.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
65362026-03-04T18:38:37.426Z[ recovery-image] Mar 04 18:38:36.641 INFO O| Mar 04 18:38:36.641 INFO STEP 571 (remove_files) COMPLETE
65372026-03-04T18:38:37.426Z[ recovery-image] Mar 04 18:38:36.641 INFO O| Mar 04 18:38:36.641 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382026-03-04T18:38:37.437Z[ recovery-image] Mar 04 18:38:36.655 INFO O| Mar 04 18:38:36.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
65392026-03-04T18:38:37.437Z[ recovery-image] Mar 04 18:38:36.655 INFO O| Mar 04 18:38:36.655 INFO STEP 572 (remove_files) COMPLETE
65402026-03-04T18:38:37.440Z[ recovery-image] Mar 04 18:38:36.655 INFO O| Mar 04 18:38:36.655 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412026-03-04T18:38:37.451Z[ recovery-image] Mar 04 18:38:36.670 INFO O| Mar 04 18:38:36.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
65422026-03-04T18:38:37.451Z[ recovery-image] Mar 04 18:38:36.670 INFO O| Mar 04 18:38:36.670 INFO STEP 573 (remove_files) COMPLETE
65432026-03-04T18:38:37.454Z[ recovery-image] Mar 04 18:38:36.670 INFO O| Mar 04 18:38:36.670 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442026-03-04T18:38:37.466Z[ recovery-image] Mar 04 18:38:36.685 INFO O| Mar 04 18:38:36.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
65452026-03-04T18:38:37.467Z[ recovery-image] Mar 04 18:38:36.685 INFO O| Mar 04 18:38:36.685 INFO STEP 574 (remove_files) COMPLETE
65462026-03-04T18:38:37.467Z[ recovery-image] Mar 04 18:38:36.685 INFO O| Mar 04 18:38:36.685 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472026-03-04T18:38:37.481Z[ recovery-image] Mar 04 18:38:36.700 INFO O| Mar 04 18:38:36.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
65482026-03-04T18:38:37.481Z[ recovery-image] Mar 04 18:38:36.700 INFO O| Mar 04 18:38:36.700 INFO STEP 575 (remove_files) COMPLETE
65492026-03-04T18:38:37.483Z[ recovery-image] Mar 04 18:38:36.700 INFO O| Mar 04 18:38:36.700 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502026-03-04T18:38:37.497Z[ recovery-image] Mar 04 18:38:36.715 INFO O| Mar 04 18:38:36.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1"
65512026-03-04T18:38:37.497Z[ recovery-image] Mar 04 18:38:36.715 INFO O| Mar 04 18:38:36.715 INFO STEP 576 (remove_files) COMPLETE
65522026-03-04T18:38:37.497Z[ recovery-image] Mar 04 18:38:36.715 INFO O| Mar 04 18:38:36.715 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532026-03-04T18:38:37.511Z[ recovery-image] Mar 04 18:38:36.730 INFO O| Mar 04 18:38:36.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
65542026-03-04T18:38:37.512Z[ recovery-image] Mar 04 18:38:36.730 INFO O| Mar 04 18:38:36.730 INFO STEP 577 (remove_files) COMPLETE
65552026-03-04T18:38:37.512Z[ recovery-image] Mar 04 18:38:36.730 INFO O| Mar 04 18:38:36.730 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562026-03-04T18:38:37.527Z[ recovery-image] Mar 04 18:38:36.744 INFO O| Mar 04 18:38:36.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
65572026-03-04T18:38:37.527Z[ recovery-image] Mar 04 18:38:36.744 INFO O| Mar 04 18:38:36.744 INFO STEP 578 (remove_files) COMPLETE
65582026-03-04T18:38:37.527Z[ recovery-image] Mar 04 18:38:36.744 INFO O| Mar 04 18:38:36.744 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592026-03-04T18:38:37.540Z[ recovery-image] Mar 04 18:38:36.758 INFO O| Mar 04 18:38:36.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
65602026-03-04T18:38:37.544Z[ recovery-image] Mar 04 18:38:36.758 INFO O| Mar 04 18:38:36.758 INFO STEP 579 (remove_files) COMPLETE
65612026-03-04T18:38:37.545Z[ recovery-image] Mar 04 18:38:36.758 INFO O| Mar 04 18:38:36.758 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622026-03-04T18:38:37.554Z[ recovery-image] Mar 04 18:38:36.772 INFO O| Mar 04 18:38:36.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
65632026-03-04T18:38:37.554Z[ recovery-image] Mar 04 18:38:36.772 INFO O| Mar 04 18:38:36.772 INFO STEP 580 (remove_files) COMPLETE
65642026-03-04T18:38:37.558Z[ recovery-image] Mar 04 18:38:36.772 INFO O| Mar 04 18:38:36.772 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652026-03-04T18:38:37.569Z[ recovery-image] Mar 04 18:38:36.786 INFO O| Mar 04 18:38:36.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
65662026-03-04T18:38:37.569Z[ recovery-image] Mar 04 18:38:36.786 INFO O| Mar 04 18:38:36.786 INFO STEP 581 (remove_files) COMPLETE
65672026-03-04T18:38:37.569Z[ recovery-image] Mar 04 18:38:36.786 INFO O| Mar 04 18:38:36.786 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682026-03-04T18:38:37.582Z[ recovery-image] Mar 04 18:38:36.801 INFO O| Mar 04 18:38:36.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
65692026-03-04T18:38:37.585Z[ recovery-image] Mar 04 18:38:36.801 INFO O| Mar 04 18:38:36.801 INFO STEP 582 (remove_files) COMPLETE
65702026-03-04T18:38:37.585Z[ recovery-image] Mar 04 18:38:36.801 INFO O| Mar 04 18:38:36.801 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712026-03-04T18:38:37.596Z[ recovery-image] Mar 04 18:38:36.815 INFO O| Mar 04 18:38:36.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
65722026-03-04T18:38:37.596Z[ recovery-image] Mar 04 18:38:36.815 INFO O| Mar 04 18:38:36.815 INFO STEP 583 (remove_files) COMPLETE
65732026-03-04T18:38:37.596Z[ recovery-image] Mar 04 18:38:36.815 INFO O| Mar 04 18:38:36.815 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742026-03-04T18:38:37.611Z[ recovery-image] Mar 04 18:38:36.829 INFO O| Mar 04 18:38:36.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
65752026-03-04T18:38:37.611Z[ recovery-image] Mar 04 18:38:36.829 INFO O| Mar 04 18:38:36.829 INFO STEP 584 (remove_files) COMPLETE
65762026-03-04T18:38:37.611Z[ recovery-image] Mar 04 18:38:36.829 INFO O| Mar 04 18:38:36.829 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772026-03-04T18:38:37.626Z[ recovery-image] Mar 04 18:38:36.844 INFO O| Mar 04 18:38:36.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
65782026-03-04T18:38:37.626Z[ recovery-image] Mar 04 18:38:36.844 INFO O| Mar 04 18:38:36.844 INFO STEP 585 (remove_files) COMPLETE
65792026-03-04T18:38:37.626Z[ recovery-image] Mar 04 18:38:36.844 INFO O| Mar 04 18:38:36.844 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802026-03-04T18:38:37.640Z[ recovery-image] Mar 04 18:38:36.859 INFO O| Mar 04 18:38:36.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
65812026-03-04T18:38:37.640Z[ recovery-image] Mar 04 18:38:36.859 INFO O| Mar 04 18:38:36.859 INFO STEP 586 (remove_files) COMPLETE
65822026-03-04T18:38:37.644Z[ recovery-image] Mar 04 18:38:36.859 INFO O| Mar 04 18:38:36.859 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832026-03-04T18:38:37.655Z[ recovery-image] Mar 04 18:38:36.873 INFO O| Mar 04 18:38:36.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
65842026-03-04T18:38:37.655Z[ recovery-image] Mar 04 18:38:36.873 INFO O| Mar 04 18:38:36.873 INFO STEP 587 (remove_files) COMPLETE
65852026-03-04T18:38:37.659Z[ recovery-image] Mar 04 18:38:36.873 INFO O| Mar 04 18:38:36.873 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862026-03-04T18:38:37.670Z[ recovery-image] Mar 04 18:38:36.888 INFO O| Mar 04 18:38:36.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
65872026-03-04T18:38:37.670Z[ recovery-image] Mar 04 18:38:36.888 INFO O| Mar 04 18:38:36.888 INFO STEP 588 (remove_files) COMPLETE
65882026-03-04T18:38:37.670Z[ recovery-image] Mar 04 18:38:36.888 INFO O| Mar 04 18:38:36.888 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892026-03-04T18:38:37.685Z[ recovery-image] Mar 04 18:38:36.903 INFO O| Mar 04 18:38:36.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
65902026-03-04T18:38:37.685Z[ recovery-image] Mar 04 18:38:36.903 INFO O| Mar 04 18:38:36.903 INFO STEP 589 (remove_files) COMPLETE
65912026-03-04T18:38:37.685Z[ recovery-image] Mar 04 18:38:36.903 INFO O| Mar 04 18:38:36.903 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922026-03-04T18:38:37.721Z[ recovery-image] Mar 04 18:38:36.939 INFO O| Mar 04 18:38:36.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
65932026-03-04T18:38:37.721Z[ recovery-image] Mar 04 18:38:36.939 INFO O| Mar 04 18:38:36.939 INFO STEP 590 (remove_files) COMPLETE
65942026-03-04T18:38:37.721Z[ recovery-image] Mar 04 18:38:36.939 INFO O| Mar 04 18:38:36.939 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952026-03-04T18:38:37.735Z[ recovery-image] Mar 04 18:38:36.953 INFO O| Mar 04 18:38:36.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
65962026-03-04T18:38:37.739Z[ recovery-image] Mar 04 18:38:36.953 INFO O| Mar 04 18:38:36.953 INFO STEP 591 (remove_files) COMPLETE
65972026-03-04T18:38:37.739Z[ recovery-image] Mar 04 18:38:36.953 INFO O| Mar 04 18:38:36.953 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982026-03-04T18:38:37.750Z[ recovery-image] Mar 04 18:38:36.968 INFO O| Mar 04 18:38:36.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
65992026-03-04T18:38:37.750Z[ recovery-image] Mar 04 18:38:36.968 INFO O| Mar 04 18:38:36.968 INFO STEP 592 (remove_files) COMPLETE
66002026-03-04T18:38:37.754Z[ recovery-image] Mar 04 18:38:36.968 INFO O| Mar 04 18:38:36.968 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012026-03-04T18:38:37.764Z[ recovery-image] Mar 04 18:38:36.982 INFO O| Mar 04 18:38:36.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
66022026-03-04T18:38:37.764Z[ recovery-image] Mar 04 18:38:36.982 INFO O| Mar 04 18:38:36.982 INFO STEP 593 (remove_files) COMPLETE
66032026-03-04T18:38:37.764Z[ recovery-image] Mar 04 18:38:36.983 INFO O| Mar 04 18:38:36.982 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042026-03-04T18:38:37.778Z[ recovery-image] Mar 04 18:38:36.996 INFO O| Mar 04 18:38:36.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
66052026-03-04T18:38:37.778Z[ recovery-image] Mar 04 18:38:36.996 INFO O| Mar 04 18:38:36.996 INFO STEP 594 (remove_files) COMPLETE
66062026-03-04T18:38:37.782Z[ recovery-image] Mar 04 18:38:36.996 INFO O| Mar 04 18:38:36.996 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072026-03-04T18:38:37.792Z[ recovery-image] Mar 04 18:38:37.011 INFO O| Mar 04 18:38:37.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
66082026-03-04T18:38:37.797Z[ recovery-image] Mar 04 18:38:37.012 INFO O| Mar 04 18:38:37.012 INFO STEP 595 (remove_files) COMPLETE
66092026-03-04T18:38:37.797Z[ recovery-image] Mar 04 18:38:37.012 INFO O| Mar 04 18:38:37.012 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102026-03-04T18:38:37.808Z[ recovery-image] Mar 04 18:38:37.026 INFO O| Mar 04 18:38:37.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
66112026-03-04T18:38:37.808Z[ recovery-image] Mar 04 18:38:37.026 INFO O| Mar 04 18:38:37.026 INFO STEP 596 (remove_files) COMPLETE
66122026-03-04T18:38:37.808Z[ recovery-image] Mar 04 18:38:37.026 INFO O| Mar 04 18:38:37.026 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132026-03-04T18:38:37.822Z[ recovery-image] Mar 04 18:38:37.041 INFO O| Mar 04 18:38:37.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
66142026-03-04T18:38:37.822Z[ recovery-image] Mar 04 18:38:37.041 INFO O| Mar 04 18:38:37.041 INFO STEP 597 (remove_files) COMPLETE
66152026-03-04T18:38:37.822Z[ recovery-image] Mar 04 18:38:37.041 INFO O| Mar 04 18:38:37.041 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162026-03-04T18:38:37.837Z[ recovery-image] Mar 04 18:38:37.055 INFO O| Mar 04 18:38:37.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
66172026-03-04T18:38:37.837Z[ recovery-image] Mar 04 18:38:37.055 INFO O| Mar 04 18:38:37.055 INFO STEP 598 (remove_files) COMPLETE
66182026-03-04T18:38:37.837Z[ recovery-image] Mar 04 18:38:37.055 INFO O| Mar 04 18:38:37.055 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192026-03-04T18:38:37.852Z[ recovery-image] Mar 04 18:38:37.070 INFO O| Mar 04 18:38:37.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
66202026-03-04T18:38:37.852Z[ recovery-image] Mar 04 18:38:37.070 INFO O| Mar 04 18:38:37.070 INFO STEP 599 (remove_files) COMPLETE
66212026-03-04T18:38:37.852Z[ recovery-image] Mar 04 18:38:37.070 INFO O| Mar 04 18:38:37.070 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222026-03-04T18:38:37.866Z[ recovery-image] Mar 04 18:38:37.085 INFO O| Mar 04 18:38:37.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
66232026-03-04T18:38:37.866Z[ recovery-image] Mar 04 18:38:37.085 INFO O| Mar 04 18:38:37.085 INFO STEP 600 (remove_files) COMPLETE
66242026-03-04T18:38:37.866Z[ recovery-image] Mar 04 18:38:37.085 INFO O| Mar 04 18:38:37.085 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252026-03-04T18:38:37.881Z[ recovery-image] Mar 04 18:38:37.100 INFO O| Mar 04 18:38:37.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
66262026-03-04T18:38:37.881Z[ recovery-image] Mar 04 18:38:37.100 INFO O| Mar 04 18:38:37.100 INFO STEP 601 (remove_files) COMPLETE
66272026-03-04T18:38:37.885Z[ recovery-image] Mar 04 18:38:37.100 INFO O| Mar 04 18:38:37.100 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282026-03-04T18:38:37.896Z[ recovery-image] Mar 04 18:38:37.114 INFO O| Mar 04 18:38:37.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
66292026-03-04T18:38:37.896Z[ recovery-image] Mar 04 18:38:37.114 INFO O| Mar 04 18:38:37.114 INFO STEP 602 (remove_files) COMPLETE
66302026-03-04T18:38:37.896Z[ recovery-image] Mar 04 18:38:37.114 INFO O| Mar 04 18:38:37.114 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312026-03-04T18:38:37.917Z[ recovery-image] Mar 04 18:38:37.129 INFO O| Mar 04 18:38:37.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
66322026-03-04T18:38:37.917Z[ recovery-image] Mar 04 18:38:37.129 INFO O| Mar 04 18:38:37.129 INFO STEP 603 (remove_files) COMPLETE
66332026-03-04T18:38:37.917Z[ recovery-image] Mar 04 18:38:37.129 INFO O| Mar 04 18:38:37.129 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342026-03-04T18:38:37.924Z[ recovery-image] Mar 04 18:38:37.142 INFO O| Mar 04 18:38:37.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
66352026-03-04T18:38:37.924Z[ recovery-image] Mar 04 18:38:37.142 INFO O| Mar 04 18:38:37.142 INFO STEP 604 (remove_files) COMPLETE
66362026-03-04T18:38:37.924Z[ recovery-image] Mar 04 18:38:37.142 INFO O| Mar 04 18:38:37.142 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372026-03-04T18:38:37.938Z[ recovery-image] Mar 04 18:38:37.156 INFO O| Mar 04 18:38:37.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
66382026-03-04T18:38:37.938Z[ recovery-image] Mar 04 18:38:37.156 INFO O| Mar 04 18:38:37.156 INFO STEP 605 (remove_files) COMPLETE
66392026-03-04T18:38:37.938Z[ recovery-image] Mar 04 18:38:37.156 INFO O| Mar 04 18:38:37.156 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402026-03-04T18:38:37.953Z[ recovery-image] Mar 04 18:38:37.171 INFO O| Mar 04 18:38:37.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
66412026-03-04T18:38:37.953Z[ recovery-image] Mar 04 18:38:37.171 INFO O| Mar 04 18:38:37.171 INFO STEP 606 (remove_files) COMPLETE
66422026-03-04T18:38:37.958Z[ recovery-image] Mar 04 18:38:37.171 INFO O| Mar 04 18:38:37.171 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432026-03-04T18:38:37.967Z[ recovery-image] Mar 04 18:38:37.185 INFO O| Mar 04 18:38:37.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1"
66442026-03-04T18:38:37.967Z[ recovery-image] Mar 04 18:38:37.186 INFO O| Mar 04 18:38:37.186 INFO STEP 607 (remove_files) COMPLETE
66452026-03-04T18:38:37.967Z[ recovery-image] Mar 04 18:38:37.186 INFO O| Mar 04 18:38:37.186 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462026-03-04T18:38:37.982Z[ recovery-image] Mar 04 18:38:37.201 INFO O| Mar 04 18:38:37.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
66472026-03-04T18:38:37.982Z[ recovery-image] Mar 04 18:38:37.201 INFO O| Mar 04 18:38:37.201 INFO STEP 608 (remove_files) COMPLETE
66482026-03-04T18:38:37.986Z[ recovery-image] Mar 04 18:38:37.201 INFO O| Mar 04 18:38:37.201 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492026-03-04T18:38:37.998Z[ recovery-image] Mar 04 18:38:37.215 INFO O| Mar 04 18:38:37.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
66502026-03-04T18:38:37.998Z[ recovery-image] Mar 04 18:38:37.216 INFO O| Mar 04 18:38:37.216 INFO STEP 609 (remove_files) COMPLETE
66512026-03-04T18:38:37.998Z[ recovery-image] Mar 04 18:38:37.216 INFO O| Mar 04 18:38:37.216 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522026-03-04T18:38:38.012Z[ recovery-image] Mar 04 18:38:37.230 INFO O| Mar 04 18:38:37.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
66532026-03-04T18:38:38.012Z[ recovery-image] Mar 04 18:38:37.231 INFO O| Mar 04 18:38:37.231 INFO STEP 610 (remove_files) COMPLETE
66542026-03-04T18:38:38.016Z[ recovery-image] Mar 04 18:38:37.231 INFO O| Mar 04 18:38:37.231 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552026-03-04T18:38:38.027Z[ recovery-image] Mar 04 18:38:37.245 INFO O| Mar 04 18:38:37.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
66562026-03-04T18:38:38.027Z[ recovery-image] Mar 04 18:38:37.245 INFO O| Mar 04 18:38:37.245 INFO STEP 611 (remove_files) COMPLETE
66572026-03-04T18:38:38.027Z[ recovery-image] Mar 04 18:38:37.245 INFO O| Mar 04 18:38:37.245 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582026-03-04T18:38:38.042Z[ recovery-image] Mar 04 18:38:37.260 INFO O| Mar 04 18:38:37.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
66592026-03-04T18:38:38.042Z[ recovery-image] Mar 04 18:38:37.260 INFO O| Mar 04 18:38:37.260 INFO STEP 612 (remove_files) COMPLETE
66602026-03-04T18:38:38.042Z[ recovery-image] Mar 04 18:38:37.260 INFO O| Mar 04 18:38:37.260 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612026-03-04T18:38:38.056Z[ recovery-image] Mar 04 18:38:37.274 INFO O| Mar 04 18:38:37.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
66622026-03-04T18:38:38.060Z[ recovery-image] Mar 04 18:38:37.274 INFO O| Mar 04 18:38:37.274 INFO STEP 613 (remove_files) COMPLETE
66632026-03-04T18:38:38.060Z[ recovery-image] Mar 04 18:38:37.275 INFO O| Mar 04 18:38:37.274 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642026-03-04T18:38:38.071Z[ recovery-image] Mar 04 18:38:37.289 INFO O| Mar 04 18:38:37.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
66652026-03-04T18:38:38.071Z[ recovery-image] Mar 04 18:38:37.289 INFO O| Mar 04 18:38:37.289 INFO STEP 614 (remove_files) COMPLETE
66662026-03-04T18:38:38.071Z[ recovery-image] Mar 04 18:38:37.289 INFO O| Mar 04 18:38:37.289 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672026-03-04T18:38:38.085Z[ recovery-image] Mar 04 18:38:37.303 INFO O| Mar 04 18:38:37.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
66682026-03-04T18:38:38.085Z[ recovery-image] Mar 04 18:38:37.303 INFO O| Mar 04 18:38:37.303 INFO STEP 615 (remove_files) COMPLETE
66692026-03-04T18:38:38.085Z[ recovery-image] Mar 04 18:38:37.303 INFO O| Mar 04 18:38:37.303 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702026-03-04T18:38:38.099Z[ recovery-image] Mar 04 18:38:37.317 INFO O| Mar 04 18:38:37.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
66712026-03-04T18:38:38.099Z[ recovery-image] Mar 04 18:38:37.317 INFO O| Mar 04 18:38:37.317 INFO STEP 616 (remove_files) COMPLETE
66722026-03-04T18:38:38.099Z[ recovery-image] Mar 04 18:38:37.317 INFO O| Mar 04 18:38:37.317 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732026-03-04T18:38:38.113Z[ recovery-image] Mar 04 18:38:37.331 INFO O| Mar 04 18:38:37.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
66742026-03-04T18:38:38.113Z[ recovery-image] Mar 04 18:38:37.331 INFO O| Mar 04 18:38:37.331 INFO STEP 617 (remove_files) COMPLETE
66752026-03-04T18:38:38.116Z[ recovery-image] Mar 04 18:38:37.332 INFO O| Mar 04 18:38:37.331 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762026-03-04T18:38:38.128Z[ recovery-image] Mar 04 18:38:37.346 INFO O| Mar 04 18:38:37.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
66772026-03-04T18:38:38.128Z[ recovery-image] Mar 04 18:38:37.346 INFO O| Mar 04 18:38:37.346 INFO STEP 618 (remove_files) COMPLETE
66782026-03-04T18:38:38.128Z[ recovery-image] Mar 04 18:38:37.347 INFO O| Mar 04 18:38:37.346 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792026-03-04T18:38:38.142Z[ recovery-image] Mar 04 18:38:37.361 INFO O| Mar 04 18:38:37.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
66802026-03-04T18:38:38.142Z[ recovery-image] Mar 04 18:38:37.361 INFO O| Mar 04 18:38:37.361 INFO STEP 619 (remove_files) COMPLETE
66812026-03-04T18:38:38.146Z[ recovery-image] Mar 04 18:38:37.361 INFO O| Mar 04 18:38:37.361 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822026-03-04T18:38:38.157Z[ recovery-image] Mar 04 18:38:37.376 INFO O| Mar 04 18:38:37.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
66832026-03-04T18:38:38.157Z[ recovery-image] Mar 04 18:38:37.376 INFO O| Mar 04 18:38:37.376 INFO STEP 620 (remove_files) COMPLETE
66842026-03-04T18:38:38.163Z[ recovery-image] Mar 04 18:38:37.376 INFO O| Mar 04 18:38:37.376 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852026-03-04T18:38:38.174Z[ recovery-image] Mar 04 18:38:37.391 INFO O| Mar 04 18:38:37.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
66862026-03-04T18:38:38.174Z[ recovery-image] Mar 04 18:38:37.391 INFO O| Mar 04 18:38:37.391 INFO STEP 621 (remove_files) COMPLETE
66872026-03-04T18:38:38.174Z[ recovery-image] Mar 04 18:38:37.391 INFO O| Mar 04 18:38:37.391 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882026-03-04T18:38:38.187Z[ recovery-image] Mar 04 18:38:37.405 INFO O| Mar 04 18:38:37.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
66892026-03-04T18:38:38.190Z[ recovery-image] Mar 04 18:38:37.406 INFO O| Mar 04 18:38:37.406 INFO STEP 622 (remove_files) COMPLETE
66902026-03-04T18:38:38.190Z[ recovery-image] Mar 04 18:38:37.406 INFO O| Mar 04 18:38:37.406 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912026-03-04T18:38:38.202Z[ recovery-image] Mar 04 18:38:37.420 INFO O| Mar 04 18:38:37.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
66922026-03-04T18:38:38.202Z[ recovery-image] Mar 04 18:38:37.420 INFO O| Mar 04 18:38:37.420 INFO STEP 623 (remove_files) COMPLETE
66932026-03-04T18:38:38.205Z[ recovery-image] Mar 04 18:38:37.420 INFO O| Mar 04 18:38:37.420 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942026-03-04T18:38:38.216Z[ recovery-image] Mar 04 18:38:37.435 INFO O| Mar 04 18:38:37.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
66952026-03-04T18:38:38.216Z[ recovery-image] Mar 04 18:38:37.435 INFO O| Mar 04 18:38:37.435 INFO STEP 624 (remove_files) COMPLETE
66962026-03-04T18:38:38.216Z[ recovery-image] Mar 04 18:38:37.435 INFO O| Mar 04 18:38:37.435 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972026-03-04T18:38:38.231Z[ recovery-image] Mar 04 18:38:37.450 INFO O| Mar 04 18:38:37.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
66982026-03-04T18:38:38.231Z[ recovery-image] Mar 04 18:38:37.450 INFO O| Mar 04 18:38:37.450 INFO STEP 625 (remove_files) COMPLETE
66992026-03-04T18:38:38.231Z[ recovery-image] Mar 04 18:38:37.450 INFO O| Mar 04 18:38:37.450 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002026-03-04T18:38:38.246Z[ recovery-image] Mar 04 18:38:37.464 INFO O| Mar 04 18:38:37.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
67012026-03-04T18:38:38.246Z[ recovery-image] Mar 04 18:38:37.464 INFO O| Mar 04 18:38:37.464 INFO STEP 626 (remove_files) COMPLETE
67022026-03-04T18:38:38.246Z[ recovery-image] Mar 04 18:38:37.465 INFO O| Mar 04 18:38:37.464 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032026-03-04T18:38:38.261Z[ recovery-image] Mar 04 18:38:37.479 INFO O| Mar 04 18:38:37.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
67042026-03-04T18:38:38.261Z[ recovery-image] Mar 04 18:38:37.479 INFO O| Mar 04 18:38:37.479 INFO STEP 627 (remove_files) COMPLETE
67052026-03-04T18:38:38.261Z[ recovery-image] Mar 04 18:38:37.479 INFO O| Mar 04 18:38:37.479 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062026-03-04T18:38:38.276Z[ recovery-image] Mar 04 18:38:37.494 INFO O| Mar 04 18:38:37.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
67072026-03-04T18:38:38.276Z[ recovery-image] Mar 04 18:38:37.494 INFO O| Mar 04 18:38:37.494 INFO STEP 628 (remove_files) COMPLETE
67082026-03-04T18:38:38.276Z[ recovery-image] Mar 04 18:38:37.494 INFO O| Mar 04 18:38:37.494 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092026-03-04T18:38:38.291Z[ recovery-image] Mar 04 18:38:37.509 INFO O| Mar 04 18:38:37.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
67102026-03-04T18:38:38.291Z[ recovery-image] Mar 04 18:38:37.509 INFO O| Mar 04 18:38:37.509 INFO STEP 629 (remove_files) COMPLETE
67112026-03-04T18:38:38.296Z[ recovery-image] Mar 04 18:38:37.509 INFO O| Mar 04 18:38:37.509 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122026-03-04T18:38:38.308Z[ recovery-image] Mar 04 18:38:37.524 INFO O| Mar 04 18:38:37.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
67132026-03-04T18:38:38.308Z[ recovery-image] Mar 04 18:38:37.524 INFO O| Mar 04 18:38:37.524 INFO STEP 630 (remove_files) COMPLETE
67142026-03-04T18:38:38.312Z[ recovery-image] Mar 04 18:38:37.524 INFO O| Mar 04 18:38:37.524 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152026-03-04T18:38:38.321Z[ recovery-image] Mar 04 18:38:37.539 INFO O| Mar 04 18:38:37.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
67162026-03-04T18:38:38.321Z[ recovery-image] Mar 04 18:38:37.539 INFO O| Mar 04 18:38:37.539 INFO STEP 631 (remove_files) COMPLETE
67172026-03-04T18:38:38.324Z[ recovery-image] Mar 04 18:38:37.539 INFO O| Mar 04 18:38:37.539 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182026-03-04T18:38:38.336Z[ recovery-image] Mar 04 18:38:37.554 INFO O| Mar 04 18:38:37.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
67192026-03-04T18:38:38.336Z[ recovery-image] Mar 04 18:38:37.554 INFO O| Mar 04 18:38:37.554 INFO STEP 632 (remove_files) COMPLETE
67202026-03-04T18:38:38.336Z[ recovery-image] Mar 04 18:38:37.554 INFO O| Mar 04 18:38:37.554 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212026-03-04T18:38:38.351Z[ recovery-image] Mar 04 18:38:37.569 INFO O| Mar 04 18:38:37.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
67222026-03-04T18:38:38.351Z[ recovery-image] Mar 04 18:38:37.570 INFO O| Mar 04 18:38:37.569 INFO STEP 633 (remove_files) COMPLETE
67232026-03-04T18:38:38.351Z[ recovery-image] Mar 04 18:38:37.570 INFO O| Mar 04 18:38:37.570 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242026-03-04T18:38:38.366Z[ recovery-image] Mar 04 18:38:37.585 INFO O| Mar 04 18:38:37.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
67252026-03-04T18:38:38.366Z[ recovery-image] Mar 04 18:38:37.585 INFO O| Mar 04 18:38:37.585 INFO STEP 634 (remove_files) COMPLETE
67262026-03-04T18:38:38.366Z[ recovery-image] Mar 04 18:38:37.585 INFO O| Mar 04 18:38:37.585 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272026-03-04T18:38:38.381Z[ recovery-image] Mar 04 18:38:37.599 INFO O| Mar 04 18:38:37.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
67282026-03-04T18:38:38.381Z[ recovery-image] Mar 04 18:38:37.600 INFO O| Mar 04 18:38:37.600 INFO STEP 635 (remove_files) COMPLETE
67292026-03-04T18:38:38.381Z[ recovery-image] Mar 04 18:38:37.600 INFO O| Mar 04 18:38:37.600 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302026-03-04T18:38:38.397Z[ recovery-image] Mar 04 18:38:37.615 INFO O| Mar 04 18:38:37.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
67312026-03-04T18:38:38.397Z[ recovery-image] Mar 04 18:38:37.615 INFO O| Mar 04 18:38:37.615 INFO STEP 636 (remove_files) COMPLETE
67322026-03-04T18:38:38.397Z[ recovery-image] Mar 04 18:38:37.615 INFO O| Mar 04 18:38:37.615 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332026-03-04T18:38:38.413Z[ recovery-image] Mar 04 18:38:37.630 INFO O| Mar 04 18:38:37.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
67342026-03-04T18:38:38.413Z[ recovery-image] Mar 04 18:38:37.631 INFO O| Mar 04 18:38:37.630 INFO STEP 637 (remove_files) COMPLETE
67352026-03-04T18:38:38.413Z[ recovery-image] Mar 04 18:38:37.631 INFO O| Mar 04 18:38:37.631 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362026-03-04T18:38:38.428Z[ recovery-image] Mar 04 18:38:37.646 INFO O| Mar 04 18:38:37.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
67372026-03-04T18:38:38.428Z[ recovery-image] Mar 04 18:38:37.646 INFO O| Mar 04 18:38:37.646 INFO STEP 638 (remove_files) COMPLETE
67382026-03-04T18:38:38.432Z[ recovery-image] Mar 04 18:38:37.646 INFO O| Mar 04 18:38:37.646 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392026-03-04T18:38:38.443Z[ recovery-image] Mar 04 18:38:37.661 INFO O| Mar 04 18:38:37.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
67402026-03-04T18:38:38.443Z[ recovery-image] Mar 04 18:38:37.661 INFO O| Mar 04 18:38:37.661 INFO STEP 639 (remove_files) COMPLETE
67412026-03-04T18:38:38.443Z[ recovery-image] Mar 04 18:38:37.661 INFO O| Mar 04 18:38:37.661 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422026-03-04T18:38:38.457Z[ recovery-image] Mar 04 18:38:37.675 INFO O| Mar 04 18:38:37.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
67432026-03-04T18:38:38.457Z[ recovery-image] Mar 04 18:38:37.675 INFO O| Mar 04 18:38:37.675 INFO STEP 640 (remove_files) COMPLETE
67442026-03-04T18:38:38.457Z[ recovery-image] Mar 04 18:38:37.675 INFO O| Mar 04 18:38:37.675 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452026-03-04T18:38:38.470Z[ recovery-image] Mar 04 18:38:37.688 INFO O| Mar 04 18:38:37.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
67462026-03-04T18:38:38.470Z[ recovery-image] Mar 04 18:38:37.688 INFO O| Mar 04 18:38:37.688 INFO STEP 641 (remove_files) COMPLETE
67472026-03-04T18:38:38.474Z[ recovery-image] Mar 04 18:38:37.688 INFO O| Mar 04 18:38:37.688 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482026-03-04T18:38:38.484Z[ recovery-image] Mar 04 18:38:37.702 INFO O| Mar 04 18:38:37.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
67492026-03-04T18:38:38.484Z[ recovery-image] Mar 04 18:38:37.702 INFO O| Mar 04 18:38:37.702 INFO STEP 642 (remove_files) COMPLETE
67502026-03-04T18:38:38.485Z[ recovery-image] Mar 04 18:38:37.702 INFO O| Mar 04 18:38:37.702 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512026-03-04T18:38:38.497Z[ recovery-image] Mar 04 18:38:37.715 INFO O| Mar 04 18:38:37.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
67522026-03-04T18:38:38.497Z[ recovery-image] Mar 04 18:38:37.715 INFO O| Mar 04 18:38:37.715 INFO STEP 643 (remove_files) COMPLETE
67532026-03-04T18:38:38.497Z[ recovery-image] Mar 04 18:38:37.715 INFO O| Mar 04 18:38:37.715 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542026-03-04T18:38:38.509Z[ recovery-image] Mar 04 18:38:37.728 INFO O| Mar 04 18:38:37.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
67552026-03-04T18:38:38.509Z[ recovery-image] Mar 04 18:38:37.728 INFO O| Mar 04 18:38:37.728 INFO STEP 644 (remove_files) COMPLETE
67562026-03-04T18:38:38.512Z[ recovery-image] Mar 04 18:38:37.728 INFO O| Mar 04 18:38:37.728 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572026-03-04T18:38:38.522Z[ recovery-image] Mar 04 18:38:37.741 INFO O| Mar 04 18:38:37.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
67582026-03-04T18:38:38.523Z[ recovery-image] Mar 04 18:38:37.741 INFO O| Mar 04 18:38:37.741 INFO STEP 645 (remove_files) COMPLETE
67592026-03-04T18:38:38.523Z[ recovery-image] Mar 04 18:38:37.741 INFO O| Mar 04 18:38:37.741 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602026-03-04T18:38:38.535Z[ recovery-image] Mar 04 18:38:37.754 INFO O| Mar 04 18:38:37.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
67612026-03-04T18:38:38.535Z[ recovery-image] Mar 04 18:38:37.754 INFO O| Mar 04 18:38:37.754 INFO STEP 646 (remove_files) COMPLETE
67622026-03-04T18:38:38.535Z[ recovery-image] Mar 04 18:38:37.754 INFO O| Mar 04 18:38:37.754 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632026-03-04T18:38:38.549Z[ recovery-image] Mar 04 18:38:37.767 INFO O| Mar 04 18:38:37.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
67642026-03-04T18:38:38.549Z[ recovery-image] Mar 04 18:38:37.767 INFO O| Mar 04 18:38:37.767 INFO STEP 647 (remove_files) COMPLETE
67652026-03-04T18:38:38.549Z[ recovery-image] Mar 04 18:38:37.767 INFO O| Mar 04 18:38:37.767 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662026-03-04T18:38:38.562Z[ recovery-image] Mar 04 18:38:37.781 INFO O| Mar 04 18:38:37.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
67672026-03-04T18:38:38.565Z[ recovery-image] Mar 04 18:38:37.782 INFO O| Mar 04 18:38:37.781 INFO STEP 648 (remove_files) COMPLETE
67682026-03-04T18:38:38.565Z[ recovery-image] Mar 04 18:38:37.782 INFO O| Mar 04 18:38:37.782 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692026-03-04T18:38:38.579Z[ recovery-image] Mar 04 18:38:37.795 INFO O| Mar 04 18:38:37.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
67702026-03-04T18:38:38.582Z[ recovery-image] Mar 04 18:38:37.796 INFO O| Mar 04 18:38:37.796 INFO STEP 649 (remove_files) COMPLETE
67712026-03-04T18:38:38.582Z[ recovery-image] Mar 04 18:38:37.796 INFO O| Mar 04 18:38:37.796 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722026-03-04T18:38:38.594Z[ recovery-image] Mar 04 18:38:37.813 INFO O| Mar 04 18:38:37.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
67732026-03-04T18:38:38.597Z[ recovery-image] Mar 04 18:38:37.813 INFO O| Mar 04 18:38:37.813 INFO STEP 650 (remove_files) COMPLETE
67742026-03-04T18:38:38.598Z[ recovery-image] Mar 04 18:38:37.813 INFO O| Mar 04 18:38:37.813 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752026-03-04T18:38:38.610Z[ recovery-image] Mar 04 18:38:37.828 INFO O| Mar 04 18:38:37.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
67762026-03-04T18:38:38.610Z[ recovery-image] Mar 04 18:38:37.828 INFO O| Mar 04 18:38:37.828 INFO STEP 651 (remove_files) COMPLETE
67772026-03-04T18:38:38.610Z[ recovery-image] Mar 04 18:38:37.828 INFO O| Mar 04 18:38:37.828 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782026-03-04T18:38:38.625Z[ recovery-image] Mar 04 18:38:37.843 INFO O| Mar 04 18:38:37.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
67792026-03-04T18:38:38.625Z[ recovery-image] Mar 04 18:38:37.843 INFO O| Mar 04 18:38:37.843 INFO STEP 652 (remove_files) COMPLETE
67802026-03-04T18:38:38.625Z[ recovery-image] Mar 04 18:38:37.843 INFO O| Mar 04 18:38:37.843 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812026-03-04T18:38:38.640Z[ recovery-image] Mar 04 18:38:37.858 INFO O| Mar 04 18:38:37.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
67822026-03-04T18:38:38.640Z[ recovery-image] Mar 04 18:38:37.858 INFO O| Mar 04 18:38:37.858 INFO STEP 653 (remove_files) COMPLETE
67832026-03-04T18:38:38.640Z[ recovery-image] Mar 04 18:38:37.858 INFO O| Mar 04 18:38:37.858 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842026-03-04T18:38:38.654Z[ recovery-image] Mar 04 18:38:37.872 INFO O| Mar 04 18:38:37.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
67852026-03-04T18:38:38.654Z[ recovery-image] Mar 04 18:38:37.872 INFO O| Mar 04 18:38:37.872 INFO STEP 654 (remove_files) COMPLETE
67862026-03-04T18:38:38.657Z[ recovery-image] Mar 04 18:38:37.872 INFO O| Mar 04 18:38:37.872 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872026-03-04T18:38:38.668Z[ recovery-image] Mar 04 18:38:37.886 INFO O| Mar 04 18:38:37.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
67882026-03-04T18:38:38.668Z[ recovery-image] Mar 04 18:38:37.886 INFO O| Mar 04 18:38:37.886 INFO STEP 655 (remove_files) COMPLETE
67892026-03-04T18:38:38.668Z[ recovery-image] Mar 04 18:38:37.886 INFO O| Mar 04 18:38:37.886 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902026-03-04T18:38:38.682Z[ recovery-image] Mar 04 18:38:37.900 INFO O| Mar 04 18:38:37.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
67912026-03-04T18:38:38.685Z[ recovery-image] Mar 04 18:38:37.900 INFO O| Mar 04 18:38:37.900 INFO STEP 656 (remove_files) COMPLETE
67922026-03-04T18:38:38.685Z[ recovery-image] Mar 04 18:38:37.900 INFO O| Mar 04 18:38:37.900 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932026-03-04T18:38:38.695Z[ recovery-image] Mar 04 18:38:37.913 INFO O| Mar 04 18:38:37.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
67942026-03-04T18:38:38.695Z[ recovery-image] Mar 04 18:38:37.914 INFO O| Mar 04 18:38:37.914 INFO STEP 657 (remove_files) COMPLETE
67952026-03-04T18:38:38.698Z[ recovery-image] Mar 04 18:38:37.914 INFO O| Mar 04 18:38:37.914 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962026-03-04T18:38:38.709Z[ recovery-image] Mar 04 18:38:37.927 INFO O| Mar 04 18:38:37.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
67972026-03-04T18:38:38.709Z[ recovery-image] Mar 04 18:38:37.927 INFO O| Mar 04 18:38:37.927 INFO STEP 658 (remove_files) COMPLETE
67982026-03-04T18:38:38.709Z[ recovery-image] Mar 04 18:38:37.927 INFO O| Mar 04 18:38:37.927 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992026-03-04T18:38:38.723Z[ recovery-image] Mar 04 18:38:37.941 INFO O| Mar 04 18:38:37.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
68002026-03-04T18:38:38.723Z[ recovery-image] Mar 04 18:38:37.941 INFO O| Mar 04 18:38:37.941 INFO STEP 659 (remove_files) COMPLETE
68012026-03-04T18:38:38.723Z[ recovery-image] Mar 04 18:38:37.941 INFO O| Mar 04 18:38:37.941 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022026-03-04T18:38:38.739Z[ recovery-image] Mar 04 18:38:37.955 INFO O| Mar 04 18:38:37.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
68032026-03-04T18:38:38.739Z[ recovery-image] Mar 04 18:38:37.955 INFO O| Mar 04 18:38:37.955 INFO STEP 660 (remove_files) COMPLETE
68042026-03-04T18:38:38.739Z[ recovery-image] Mar 04 18:38:37.955 INFO O| Mar 04 18:38:37.955 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052026-03-04T18:38:38.750Z[ recovery-image] Mar 04 18:38:37.968 INFO O| Mar 04 18:38:37.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
68062026-03-04T18:38:38.750Z[ recovery-image] Mar 04 18:38:37.968 INFO O| Mar 04 18:38:37.968 INFO STEP 661 (remove_files) COMPLETE
68072026-03-04T18:38:38.750Z[ recovery-image] Mar 04 18:38:37.968 INFO O| Mar 04 18:38:37.968 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082026-03-04T18:38:38.763Z[ recovery-image] Mar 04 18:38:37.981 INFO O| Mar 04 18:38:37.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
68092026-03-04T18:38:38.766Z[ recovery-image] Mar 04 18:38:37.982 INFO O| Mar 04 18:38:37.982 INFO STEP 662 (remove_files) COMPLETE
68102026-03-04T18:38:38.766Z[ recovery-image] Mar 04 18:38:37.982 INFO O| Mar 04 18:38:37.982 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112026-03-04T18:38:38.777Z[ recovery-image] Mar 04 18:38:37.996 INFO O| Mar 04 18:38:37.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
68122026-03-04T18:38:38.778Z[ recovery-image] Mar 04 18:38:37.996 INFO O| Mar 04 18:38:37.996 INFO STEP 663 (remove_files) COMPLETE
68132026-03-04T18:38:38.778Z[ recovery-image] Mar 04 18:38:37.996 INFO O| Mar 04 18:38:37.996 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142026-03-04T18:38:38.792Z[ recovery-image] Mar 04 18:38:38.010 INFO O| Mar 04 18:38:38.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
68152026-03-04T18:38:38.792Z[ recovery-image] Mar 04 18:38:38.010 INFO O| Mar 04 18:38:38.010 INFO STEP 664 (remove_files) COMPLETE
68162026-03-04T18:38:38.796Z[ recovery-image] Mar 04 18:38:38.010 INFO O| Mar 04 18:38:38.010 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172026-03-04T18:38:38.807Z[ recovery-image] Mar 04 18:38:38.023 INFO O| Mar 04 18:38:38.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
68182026-03-04T18:38:38.811Z[ recovery-image] Mar 04 18:38:38.024 INFO O| Mar 04 18:38:38.024 INFO STEP 665 (remove_files) COMPLETE
68192026-03-04T18:38:38.812Z[ recovery-image] Mar 04 18:38:38.024 INFO O| Mar 04 18:38:38.024 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202026-03-04T18:38:38.819Z[ recovery-image] Mar 04 18:38:38.038 INFO O| Mar 04 18:38:38.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
68212026-03-04T18:38:38.819Z[ recovery-image] Mar 04 18:38:38.038 INFO O| Mar 04 18:38:38.038 INFO STEP 666 (remove_files) COMPLETE
68222026-03-04T18:38:38.819Z[ recovery-image] Mar 04 18:38:38.038 INFO O| Mar 04 18:38:38.038 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232026-03-04T18:38:38.833Z[ recovery-image] Mar 04 18:38:38.052 INFO O| Mar 04 18:38:38.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
68242026-03-04T18:38:38.833Z[ recovery-image] Mar 04 18:38:38.052 INFO O| Mar 04 18:38:38.052 INFO STEP 667 (remove_files) COMPLETE
68252026-03-04T18:38:38.833Z[ recovery-image] Mar 04 18:38:38.052 INFO O| Mar 04 18:38:38.052 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262026-03-04T18:38:38.847Z[ recovery-image] Mar 04 18:38:38.065 INFO O| Mar 04 18:38:38.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
68272026-03-04T18:38:38.850Z[ recovery-image] Mar 04 18:38:38.065 INFO O| Mar 04 18:38:38.065 INFO STEP 668 (remove_files) COMPLETE
68282026-03-04T18:38:38.851Z[ recovery-image] Mar 04 18:38:38.065 INFO O| Mar 04 18:38:38.065 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292026-03-04T18:38:38.860Z[ recovery-image] Mar 04 18:38:38.078 INFO O| Mar 04 18:38:38.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
68302026-03-04T18:38:38.860Z[ recovery-image] Mar 04 18:38:38.078 INFO O| Mar 04 18:38:38.078 INFO STEP 669 (remove_files) COMPLETE
68312026-03-04T18:38:38.860Z[ recovery-image] Mar 04 18:38:38.078 INFO O| Mar 04 18:38:38.078 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322026-03-04T18:38:38.874Z[ recovery-image] Mar 04 18:38:38.092 INFO O| Mar 04 18:38:38.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
68332026-03-04T18:38:38.874Z[ recovery-image] Mar 04 18:38:38.092 INFO O| Mar 04 18:38:38.092 INFO STEP 670 (remove_files) COMPLETE
68342026-03-04T18:38:38.874Z[ recovery-image] Mar 04 18:38:38.092 INFO O| Mar 04 18:38:38.092 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352026-03-04T18:38:38.889Z[ recovery-image] Mar 04 18:38:38.107 INFO O| Mar 04 18:38:38.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
68362026-03-04T18:38:38.889Z[ recovery-image] Mar 04 18:38:38.107 INFO O| Mar 04 18:38:38.107 INFO STEP 671 (remove_files) COMPLETE
68372026-03-04T18:38:38.889Z[ recovery-image] Mar 04 18:38:38.107 INFO O| Mar 04 18:38:38.107 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382026-03-04T18:38:38.902Z[ recovery-image] Mar 04 18:38:38.120 INFO O| Mar 04 18:38:38.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
68392026-03-04T18:38:38.902Z[ recovery-image] Mar 04 18:38:38.121 INFO O| Mar 04 18:38:38.121 INFO STEP 672 (remove_files) COMPLETE
68402026-03-04T18:38:38.902Z[ recovery-image] Mar 04 18:38:38.121 INFO O| Mar 04 18:38:38.121 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412026-03-04T18:38:38.923Z[ recovery-image] Mar 04 18:38:38.135 INFO O| Mar 04 18:38:38.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
68422026-03-04T18:38:38.923Z[ recovery-image] Mar 04 18:38:38.136 INFO O| Mar 04 18:38:38.135 INFO STEP 673 (remove_files) COMPLETE
68432026-03-04T18:38:38.923Z[ recovery-image] Mar 04 18:38:38.136 INFO O| Mar 04 18:38:38.136 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442026-03-04T18:38:38.932Z[ recovery-image] Mar 04 18:38:38.150 INFO O| Mar 04 18:38:38.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
68452026-03-04T18:38:38.936Z[ recovery-image] Mar 04 18:38:38.150 INFO O| Mar 04 18:38:38.150 INFO STEP 674 (remove_files) COMPLETE
68462026-03-04T18:38:38.936Z[ recovery-image] Mar 04 18:38:38.150 INFO O| Mar 04 18:38:38.150 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472026-03-04T18:38:38.947Z[ recovery-image] Mar 04 18:38:38.165 INFO O| Mar 04 18:38:38.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
68482026-03-04T18:38:38.950Z[ recovery-image] Mar 04 18:38:38.166 INFO O| Mar 04 18:38:38.166 INFO STEP 675 (remove_files) COMPLETE
68492026-03-04T18:38:38.950Z[ recovery-image] Mar 04 18:38:38.166 INFO O| Mar 04 18:38:38.166 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502026-03-04T18:38:38.962Z[ recovery-image] Mar 04 18:38:38.181 INFO O| Mar 04 18:38:38.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
68512026-03-04T18:38:38.962Z[ recovery-image] Mar 04 18:38:38.181 INFO O| Mar 04 18:38:38.181 INFO STEP 676 (remove_files) COMPLETE
68522026-03-04T18:38:38.962Z[ recovery-image] Mar 04 18:38:38.181 INFO O| Mar 04 18:38:38.181 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532026-03-04T18:38:38.978Z[ recovery-image] Mar 04 18:38:38.195 INFO O| Mar 04 18:38:38.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
68542026-03-04T18:38:38.978Z[ recovery-image] Mar 04 18:38:38.196 INFO O| Mar 04 18:38:38.196 INFO STEP 677 (remove_files) COMPLETE
68552026-03-04T18:38:38.978Z[ recovery-image] Mar 04 18:38:38.196 INFO O| Mar 04 18:38:38.196 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562026-03-04T18:38:38.992Z[ recovery-image] Mar 04 18:38:38.210 INFO O| Mar 04 18:38:38.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
68572026-03-04T18:38:38.992Z[ recovery-image] Mar 04 18:38:38.210 INFO O| Mar 04 18:38:38.210 INFO STEP 678 (remove_files) COMPLETE
68582026-03-04T18:38:38.996Z[ recovery-image] Mar 04 18:38:38.211 INFO O| Mar 04 18:38:38.210 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592026-03-04T18:38:39.007Z[ recovery-image] Mar 04 18:38:38.225 INFO O| Mar 04 18:38:38.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
68602026-03-04T18:38:39.007Z[ recovery-image] Mar 04 18:38:38.226 INFO O| Mar 04 18:38:38.226 INFO STEP 679 (remove_files) COMPLETE
68612026-03-04T18:38:39.011Z[ recovery-image] Mar 04 18:38:38.226 INFO O| Mar 04 18:38:38.226 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622026-03-04T18:38:39.022Z[ recovery-image] Mar 04 18:38:38.241 INFO O| Mar 04 18:38:38.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
68632026-03-04T18:38:39.022Z[ recovery-image] Mar 04 18:38:38.241 INFO O| Mar 04 18:38:38.241 INFO STEP 680 (remove_files) COMPLETE
68642026-03-04T18:38:39.025Z[ recovery-image] Mar 04 18:38:38.241 INFO O| Mar 04 18:38:38.241 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652026-03-04T18:38:39.036Z[ recovery-image] Mar 04 18:38:38.254 INFO O| Mar 04 18:38:38.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
68662026-03-04T18:38:39.036Z[ recovery-image] Mar 04 18:38:38.255 INFO O| Mar 04 18:38:38.254 INFO STEP 681 (remove_files) COMPLETE
68672026-03-04T18:38:39.036Z[ recovery-image] Mar 04 18:38:38.255 INFO O| Mar 04 18:38:38.255 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682026-03-04T18:38:39.050Z[ recovery-image] Mar 04 18:38:38.268 INFO O| Mar 04 18:38:38.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
68692026-03-04T18:38:39.050Z[ recovery-image] Mar 04 18:38:38.268 INFO O| Mar 04 18:38:38.268 INFO STEP 682 (remove_files) COMPLETE
68702026-03-04T18:38:39.050Z[ recovery-image] Mar 04 18:38:38.268 INFO O| Mar 04 18:38:38.268 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712026-03-04T18:38:39.065Z[ recovery-image] Mar 04 18:38:38.282 INFO O| Mar 04 18:38:38.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
68722026-03-04T18:38:39.065Z[ recovery-image] Mar 04 18:38:38.282 INFO O| Mar 04 18:38:38.282 INFO STEP 683 (remove_files) COMPLETE
68732026-03-04T18:38:39.070Z[ recovery-image] Mar 04 18:38:38.283 INFO O| Mar 04 18:38:38.282 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742026-03-04T18:38:39.080Z[ recovery-image] Mar 04 18:38:38.298 INFO O| Mar 04 18:38:38.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
68752026-03-04T18:38:39.080Z[ recovery-image] Mar 04 18:38:38.298 INFO O| Mar 04 18:38:38.298 INFO STEP 684 (remove_files) COMPLETE
68762026-03-04T18:38:39.080Z[ recovery-image] Mar 04 18:38:38.298 INFO O| Mar 04 18:38:38.298 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772026-03-04T18:38:39.095Z[ recovery-image] Mar 04 18:38:38.313 INFO O| Mar 04 18:38:38.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
68782026-03-04T18:38:39.095Z[ recovery-image] Mar 04 18:38:38.313 INFO O| Mar 04 18:38:38.313 INFO STEP 685 (remove_files) COMPLETE
68792026-03-04T18:38:39.095Z[ recovery-image] Mar 04 18:38:38.313 INFO O| Mar 04 18:38:38.313 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802026-03-04T18:38:39.111Z[ recovery-image] Mar 04 18:38:38.329 INFO O| Mar 04 18:38:38.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
68812026-03-04T18:38:39.111Z[ recovery-image] Mar 04 18:38:38.329 INFO O| Mar 04 18:38:38.329 INFO STEP 686 (remove_files) COMPLETE
68822026-03-04T18:38:39.111Z[ recovery-image] Mar 04 18:38:38.329 INFO O| Mar 04 18:38:38.329 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832026-03-04T18:38:39.127Z[ recovery-image] Mar 04 18:38:38.345 INFO O| Mar 04 18:38:38.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
68842026-03-04T18:38:39.127Z[ recovery-image] Mar 04 18:38:38.345 INFO O| Mar 04 18:38:38.345 INFO STEP 687 (remove_files) COMPLETE
68852026-03-04T18:38:39.127Z[ recovery-image] Mar 04 18:38:38.345 INFO O| Mar 04 18:38:38.345 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862026-03-04T18:38:39.141Z[ recovery-image] Mar 04 18:38:38.359 INFO O| Mar 04 18:38:38.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
68872026-03-04T18:38:39.141Z[ recovery-image] Mar 04 18:38:38.359 INFO O| Mar 04 18:38:38.359 INFO STEP 688 (remove_files) COMPLETE
68882026-03-04T18:38:39.141Z[ recovery-image] Mar 04 18:38:38.359 INFO O| Mar 04 18:38:38.359 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892026-03-04T18:38:39.155Z[ recovery-image] Mar 04 18:38:38.373 INFO O| Mar 04 18:38:38.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
68902026-03-04T18:38:39.155Z[ recovery-image] Mar 04 18:38:38.373 INFO O| Mar 04 18:38:38.373 INFO STEP 689 (remove_files) COMPLETE
68912026-03-04T18:38:39.155Z[ recovery-image] Mar 04 18:38:38.373 INFO O| Mar 04 18:38:38.373 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922026-03-04T18:38:39.169Z[ recovery-image] Mar 04 18:38:38.387 INFO O| Mar 04 18:38:38.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
68932026-03-04T18:38:39.169Z[ recovery-image] Mar 04 18:38:38.387 INFO O| Mar 04 18:38:38.387 INFO STEP 690 (remove_files) COMPLETE
68942026-03-04T18:38:39.169Z[ recovery-image] Mar 04 18:38:38.387 INFO O| Mar 04 18:38:38.387 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952026-03-04T18:38:39.185Z[ recovery-image] Mar 04 18:38:38.402 INFO O| Mar 04 18:38:38.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
68962026-03-04T18:38:39.185Z[ recovery-image] Mar 04 18:38:38.403 INFO O| Mar 04 18:38:38.403 INFO STEP 691 (remove_files) COMPLETE
68972026-03-04T18:38:39.185Z[ recovery-image] Mar 04 18:38:38.403 INFO O| Mar 04 18:38:38.403 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982026-03-04T18:38:39.200Z[ recovery-image] Mar 04 18:38:38.418 INFO O| Mar 04 18:38:38.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
68992026-03-04T18:38:39.200Z[ recovery-image] Mar 04 18:38:38.418 INFO O| Mar 04 18:38:38.418 INFO STEP 692 (remove_files) COMPLETE
69002026-03-04T18:38:39.200Z[ recovery-image] Mar 04 18:38:38.418 INFO O| Mar 04 18:38:38.418 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012026-03-04T18:38:39.216Z[ recovery-image] Mar 04 18:38:38.433 INFO O| Mar 04 18:38:38.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
69022026-03-04T18:38:39.216Z[ recovery-image] Mar 04 18:38:38.434 INFO O| Mar 04 18:38:38.434 INFO STEP 693 (remove_files) COMPLETE
69032026-03-04T18:38:39.216Z[ recovery-image] Mar 04 18:38:38.434 INFO O| Mar 04 18:38:38.434 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042026-03-04T18:38:39.230Z[ recovery-image] Mar 04 18:38:38.448 INFO O| Mar 04 18:38:38.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
69052026-03-04T18:38:39.230Z[ recovery-image] Mar 04 18:38:38.448 INFO O| Mar 04 18:38:38.448 INFO STEP 694 (remove_files) COMPLETE
69062026-03-04T18:38:39.230Z[ recovery-image] Mar 04 18:38:38.448 INFO O| Mar 04 18:38:38.448 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072026-03-04T18:38:39.244Z[ recovery-image] Mar 04 18:38:38.463 INFO O| Mar 04 18:38:38.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
69082026-03-04T18:38:39.245Z[ recovery-image] Mar 04 18:38:38.463 INFO O| Mar 04 18:38:38.463 INFO STEP 695 (remove_files) COMPLETE
69092026-03-04T18:38:39.245Z[ recovery-image] Mar 04 18:38:38.463 INFO O| Mar 04 18:38:38.463 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102026-03-04T18:38:39.259Z[ recovery-image] Mar 04 18:38:38.477 INFO O| Mar 04 18:38:38.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
69112026-03-04T18:38:39.259Z[ recovery-image] Mar 04 18:38:38.478 INFO O| Mar 04 18:38:38.478 INFO STEP 696 (remove_files) COMPLETE
69122026-03-04T18:38:39.263Z[ recovery-image] Mar 04 18:38:38.478 INFO O| Mar 04 18:38:38.478 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132026-03-04T18:38:39.273Z[ recovery-image] Mar 04 18:38:38.492 INFO O| Mar 04 18:38:38.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
69142026-03-04T18:38:39.273Z[ recovery-image] Mar 04 18:38:38.492 INFO O| Mar 04 18:38:38.492 INFO STEP 697 (remove_files) COMPLETE
69152026-03-04T18:38:39.273Z[ recovery-image] Mar 04 18:38:38.492 INFO O| Mar 04 18:38:38.492 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162026-03-04T18:38:39.289Z[ recovery-image] Mar 04 18:38:38.507 INFO O| Mar 04 18:38:38.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
69172026-03-04T18:38:39.289Z[ recovery-image] Mar 04 18:38:38.507 INFO O| Mar 04 18:38:38.507 INFO STEP 698 (remove_files) COMPLETE
69182026-03-04T18:38:39.289Z[ recovery-image] Mar 04 18:38:38.507 INFO O| Mar 04 18:38:38.507 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192026-03-04T18:38:39.304Z[ recovery-image] Mar 04 18:38:38.522 INFO O| Mar 04 18:38:38.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
69202026-03-04T18:38:39.304Z[ recovery-image] Mar 04 18:38:38.522 INFO O| Mar 04 18:38:38.522 INFO STEP 699 (remove_files) COMPLETE
69212026-03-04T18:38:39.307Z[ recovery-image] Mar 04 18:38:38.522 INFO O| Mar 04 18:38:38.522 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222026-03-04T18:38:39.333Z[ recovery-image] Mar 04 18:38:38.551 INFO O| Mar 04 18:38:38.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
69232026-03-04T18:38:39.334Z[ recovery-image] Mar 04 18:38:38.551 INFO O| Mar 04 18:38:38.538 INFO STEP 700 (remove_files) COMPLETE
69242026-03-04T18:38:39.337Z[ recovery-image] Mar 04 18:38:38.551 INFO O| Mar 04 18:38:38.538 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252026-03-04T18:38:39.338Z[ recovery-image] Mar 04 18:38:38.555 INFO O| Mar 04 18:38:38.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
69262026-03-04T18:38:39.338Z[ recovery-image] Mar 04 18:38:38.555 INFO O| Mar 04 18:38:38.552 INFO STEP 701 (remove_files) COMPLETE
69272026-03-04T18:38:39.338Z[ recovery-image] Mar 04 18:38:38.555 INFO O| Mar 04 18:38:38.552 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282026-03-04T18:38:39.348Z[ recovery-image] Mar 04 18:38:38.566 INFO O| Mar 04 18:38:38.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
69292026-03-04T18:38:39.348Z[ recovery-image] Mar 04 18:38:38.566 INFO O| Mar 04 18:38:38.566 INFO STEP 702 (remove_files) COMPLETE
69302026-03-04T18:38:39.348Z[ recovery-image] Mar 04 18:38:38.566 INFO O| Mar 04 18:38:38.566 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312026-03-04T18:38:39.362Z[ recovery-image] Mar 04 18:38:38.580 INFO O| Mar 04 18:38:38.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
69322026-03-04T18:38:39.362Z[ recovery-image] Mar 04 18:38:38.580 INFO O| Mar 04 18:38:38.580 INFO STEP 703 (remove_files) COMPLETE
69332026-03-04T18:38:39.363Z[ recovery-image] Mar 04 18:38:38.580 INFO O| Mar 04 18:38:38.580 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342026-03-04T18:38:39.376Z[ recovery-image] Mar 04 18:38:38.594 INFO O| Mar 04 18:38:38.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
69352026-03-04T18:38:39.376Z[ recovery-image] Mar 04 18:38:38.594 INFO O| Mar 04 18:38:38.594 INFO STEP 704 (remove_files) COMPLETE
69362026-03-04T18:38:39.376Z[ recovery-image] Mar 04 18:38:38.594 INFO O| Mar 04 18:38:38.594 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372026-03-04T18:38:39.390Z[ recovery-image] Mar 04 18:38:38.609 INFO O| Mar 04 18:38:38.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
69382026-03-04T18:38:39.390Z[ recovery-image] Mar 04 18:38:38.609 INFO O| Mar 04 18:38:38.609 INFO STEP 705 (remove_files) COMPLETE
69392026-03-04T18:38:39.390Z[ recovery-image] Mar 04 18:38:38.609 INFO O| Mar 04 18:38:38.609 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402026-03-04T18:38:39.405Z[ recovery-image] Mar 04 18:38:38.623 INFO O| Mar 04 18:38:38.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
69412026-03-04T18:38:39.408Z[ recovery-image] Mar 04 18:38:38.624 INFO O| Mar 04 18:38:38.624 INFO STEP 706 (remove_files) COMPLETE
69422026-03-04T18:38:39.408Z[ recovery-image] Mar 04 18:38:38.624 INFO O| Mar 04 18:38:38.624 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432026-03-04T18:38:39.420Z[ recovery-image] Mar 04 18:38:38.639 INFO O| Mar 04 18:38:38.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
69442026-03-04T18:38:39.420Z[ recovery-image] Mar 04 18:38:38.639 INFO O| Mar 04 18:38:38.639 INFO STEP 707 (remove_files) COMPLETE
69452026-03-04T18:38:39.420Z[ recovery-image] Mar 04 18:38:38.639 INFO O| Mar 04 18:38:38.639 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462026-03-04T18:38:39.435Z[ recovery-image] Mar 04 18:38:38.653 INFO O| Mar 04 18:38:38.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
69472026-03-04T18:38:39.435Z[ recovery-image] Mar 04 18:38:38.653 INFO O| Mar 04 18:38:38.653 INFO STEP 708 (remove_files) COMPLETE
69482026-03-04T18:38:39.435Z[ recovery-image] Mar 04 18:38:38.653 INFO O| Mar 04 18:38:38.653 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492026-03-04T18:38:39.449Z[ recovery-image] Mar 04 18:38:38.667 INFO O| Mar 04 18:38:38.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
69502026-03-04T18:38:39.449Z[ recovery-image] Mar 04 18:38:38.667 INFO O| Mar 04 18:38:38.667 INFO STEP 709 (remove_files) COMPLETE
69512026-03-04T18:38:39.452Z[ recovery-image] Mar 04 18:38:38.667 INFO O| Mar 04 18:38:38.667 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522026-03-04T18:38:39.463Z[ recovery-image] Mar 04 18:38:38.681 INFO O| Mar 04 18:38:38.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
69532026-03-04T18:38:39.463Z[ recovery-image] Mar 04 18:38:38.682 INFO O| Mar 04 18:38:38.682 INFO STEP 710 (remove_files) COMPLETE
69542026-03-04T18:38:39.463Z[ recovery-image] Mar 04 18:38:38.682 INFO O| Mar 04 18:38:38.682 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552026-03-04T18:38:39.478Z[ recovery-image] Mar 04 18:38:38.696 INFO O| Mar 04 18:38:38.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
69562026-03-04T18:38:39.478Z[ recovery-image] Mar 04 18:38:38.696 INFO O| Mar 04 18:38:38.696 INFO STEP 711 (remove_files) COMPLETE
69572026-03-04T18:38:39.478Z[ recovery-image] Mar 04 18:38:38.696 INFO O| Mar 04 18:38:38.696 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582026-03-04T18:38:39.493Z[ recovery-image] Mar 04 18:38:38.711 INFO O| Mar 04 18:38:38.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
69592026-03-04T18:38:39.493Z[ recovery-image] Mar 04 18:38:38.711 INFO O| Mar 04 18:38:38.711 INFO STEP 712 (remove_files) COMPLETE
69602026-03-04T18:38:39.497Z[ recovery-image] Mar 04 18:38:38.711 INFO O| Mar 04 18:38:38.711 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612026-03-04T18:38:39.508Z[ recovery-image] Mar 04 18:38:38.726 INFO O| Mar 04 18:38:38.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
69622026-03-04T18:38:39.508Z[ recovery-image] Mar 04 18:38:38.726 INFO O| Mar 04 18:38:38.726 INFO STEP 713 (remove_files) COMPLETE
69632026-03-04T18:38:39.508Z[ recovery-image] Mar 04 18:38:38.726 INFO O| Mar 04 18:38:38.726 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642026-03-04T18:38:39.522Z[ recovery-image] Mar 04 18:38:38.740 INFO O| Mar 04 18:38:38.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
69652026-03-04T18:38:39.522Z[ recovery-image] Mar 04 18:38:38.740 INFO O| Mar 04 18:38:38.740 INFO STEP 714 (remove_files) COMPLETE
69662026-03-04T18:38:39.525Z[ recovery-image] Mar 04 18:38:38.740 INFO O| Mar 04 18:38:38.740 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672026-03-04T18:38:39.536Z[ recovery-image] Mar 04 18:38:38.754 INFO O| Mar 04 18:38:38.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
69682026-03-04T18:38:39.536Z[ recovery-image] Mar 04 18:38:38.755 INFO O| Mar 04 18:38:38.754 INFO STEP 715 (remove_files) COMPLETE
69692026-03-04T18:38:39.540Z[ recovery-image] Mar 04 18:38:38.755 INFO O| Mar 04 18:38:38.754 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702026-03-04T18:38:39.550Z[ recovery-image] Mar 04 18:38:38.769 INFO O| Mar 04 18:38:38.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
69712026-03-04T18:38:39.550Z[ recovery-image] Mar 04 18:38:38.769 INFO O| Mar 04 18:38:38.769 INFO STEP 716 (remove_files) COMPLETE
69722026-03-04T18:38:39.550Z[ recovery-image] Mar 04 18:38:38.769 INFO O| Mar 04 18:38:38.769 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732026-03-04T18:38:39.567Z[ recovery-image] Mar 04 18:38:38.783 INFO O| Mar 04 18:38:38.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
69742026-03-04T18:38:39.567Z[ recovery-image] Mar 04 18:38:38.783 INFO O| Mar 04 18:38:38.783 INFO STEP 717 (remove_files) COMPLETE
69752026-03-04T18:38:39.567Z[ recovery-image] Mar 04 18:38:38.783 INFO O| Mar 04 18:38:38.783 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762026-03-04T18:38:39.580Z[ recovery-image] Mar 04 18:38:38.798 INFO O| Mar 04 18:38:38.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
69772026-03-04T18:38:39.584Z[ recovery-image] Mar 04 18:38:38.798 INFO O| Mar 04 18:38:38.798 INFO STEP 718 (remove_files) COMPLETE
69782026-03-04T18:38:39.584Z[ recovery-image] Mar 04 18:38:38.798 INFO O| Mar 04 18:38:38.798 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792026-03-04T18:38:39.595Z[ recovery-image] Mar 04 18:38:38.813 INFO O| Mar 04 18:38:38.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
69802026-03-04T18:38:39.595Z[ recovery-image] Mar 04 18:38:38.813 INFO O| Mar 04 18:38:38.813 INFO STEP 719 (remove_files) COMPLETE
69812026-03-04T18:38:39.601Z[ recovery-image] Mar 04 18:38:38.813 INFO O| Mar 04 18:38:38.813 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822026-03-04T18:38:39.609Z[ recovery-image] Mar 04 18:38:38.827 INFO O| Mar 04 18:38:38.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
69832026-03-04T18:38:39.610Z[ recovery-image] Mar 04 18:38:38.827 INFO O| Mar 04 18:38:38.827 INFO STEP 720 (remove_files) COMPLETE
69842026-03-04T18:38:39.613Z[ recovery-image] Mar 04 18:38:38.827 INFO O| Mar 04 18:38:38.827 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852026-03-04T18:38:39.623Z[ recovery-image] Mar 04 18:38:38.841 INFO O| Mar 04 18:38:38.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
69862026-03-04T18:38:39.626Z[ recovery-image] Mar 04 18:38:38.842 INFO O| Mar 04 18:38:38.842 INFO STEP 721 (remove_files) COMPLETE
69872026-03-04T18:38:39.626Z[ recovery-image] Mar 04 18:38:38.842 INFO O| Mar 04 18:38:38.842 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882026-03-04T18:38:39.638Z[ recovery-image] Mar 04 18:38:38.856 INFO O| Mar 04 18:38:38.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
69892026-03-04T18:38:39.638Z[ recovery-image] Mar 04 18:38:38.857 INFO O| Mar 04 18:38:38.857 INFO STEP 722 (remove_files) COMPLETE
69902026-03-04T18:38:39.641Z[ recovery-image] Mar 04 18:38:38.857 INFO O| Mar 04 18:38:38.857 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912026-03-04T18:38:39.652Z[ recovery-image] Mar 04 18:38:38.871 INFO O| Mar 04 18:38:38.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
69922026-03-04T18:38:39.652Z[ recovery-image] Mar 04 18:38:38.871 INFO O| Mar 04 18:38:38.871 INFO STEP 723 (remove_files) COMPLETE
69932026-03-04T18:38:39.652Z[ recovery-image] Mar 04 18:38:38.871 INFO O| Mar 04 18:38:38.871 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942026-03-04T18:38:39.667Z[ recovery-image] Mar 04 18:38:38.885 INFO O| Mar 04 18:38:38.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
69952026-03-04T18:38:39.667Z[ recovery-image] Mar 04 18:38:38.886 INFO O| Mar 04 18:38:38.886 INFO STEP 724 (remove_files) COMPLETE
69962026-03-04T18:38:39.667Z[ recovery-image] Mar 04 18:38:38.886 INFO O| Mar 04 18:38:38.886 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972026-03-04T18:38:39.682Z[ recovery-image] Mar 04 18:38:38.900 INFO O| Mar 04 18:38:38.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
69982026-03-04T18:38:39.685Z[ recovery-image] Mar 04 18:38:38.901 INFO O| Mar 04 18:38:38.901 INFO STEP 725 (remove_files) COMPLETE
69992026-03-04T18:38:39.685Z[ recovery-image] Mar 04 18:38:38.901 INFO O| Mar 04 18:38:38.901 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002026-03-04T18:38:39.698Z[ recovery-image] Mar 04 18:38:38.916 INFO O| Mar 04 18:38:38.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
70012026-03-04T18:38:39.699Z[ recovery-image] Mar 04 18:38:38.916 INFO O| Mar 04 18:38:38.916 INFO STEP 726 (remove_files) COMPLETE
70022026-03-04T18:38:39.702Z[ recovery-image] Mar 04 18:38:38.916 INFO O| Mar 04 18:38:38.916 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032026-03-04T18:38:39.715Z[ recovery-image] Mar 04 18:38:38.930 INFO O| Mar 04 18:38:38.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
70042026-03-04T18:38:39.715Z[ recovery-image] Mar 04 18:38:38.931 INFO O| Mar 04 18:38:38.931 INFO STEP 727 (remove_files) COMPLETE
70052026-03-04T18:38:39.718Z[ recovery-image] Mar 04 18:38:38.931 INFO O| Mar 04 18:38:38.931 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062026-03-04T18:38:39.726Z[ recovery-image] Mar 04 18:38:38.945 INFO O| Mar 04 18:38:38.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
70072026-03-04T18:38:39.726Z[ recovery-image] Mar 04 18:38:38.945 INFO O| Mar 04 18:38:38.945 INFO STEP 728 (remove_files) COMPLETE
70082026-03-04T18:38:39.730Z[ recovery-image] Mar 04 18:38:38.945 INFO O| Mar 04 18:38:38.945 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092026-03-04T18:38:39.741Z[ recovery-image] Mar 04 18:38:38.959 INFO O| Mar 04 18:38:38.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
70102026-03-04T18:38:39.741Z[ recovery-image] Mar 04 18:38:38.959 INFO O| Mar 04 18:38:38.959 INFO STEP 729 (remove_files) COMPLETE
70112026-03-04T18:38:39.741Z[ recovery-image] Mar 04 18:38:38.959 INFO O| Mar 04 18:38:38.959 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122026-03-04T18:38:39.756Z[ recovery-image] Mar 04 18:38:38.973 INFO O| Mar 04 18:38:38.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
70132026-03-04T18:38:39.756Z[ recovery-image] Mar 04 18:38:38.973 INFO O| Mar 04 18:38:38.973 INFO STEP 730 (remove_files) COMPLETE
70142026-03-04T18:38:39.760Z[ recovery-image] Mar 04 18:38:38.973 INFO O| Mar 04 18:38:38.973 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152026-03-04T18:38:39.770Z[ recovery-image] Mar 04 18:38:38.988 INFO O| Mar 04 18:38:38.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
70162026-03-04T18:38:39.770Z[ recovery-image] Mar 04 18:38:38.988 INFO O| Mar 04 18:38:38.988 INFO STEP 731 (remove_files) COMPLETE
70172026-03-04T18:38:39.770Z[ recovery-image] Mar 04 18:38:38.988 INFO O| Mar 04 18:38:38.988 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182026-03-04T18:38:39.786Z[ recovery-image] Mar 04 18:38:39.003 INFO O| Mar 04 18:38:39.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
70192026-03-04T18:38:39.786Z[ recovery-image] Mar 04 18:38:39.004 INFO O| Mar 04 18:38:39.004 INFO STEP 732 (remove_files) COMPLETE
70202026-03-04T18:38:39.790Z[ recovery-image] Mar 04 18:38:39.004 INFO O| Mar 04 18:38:39.004 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212026-03-04T18:38:39.800Z[ recovery-image] Mar 04 18:38:39.018 INFO O| Mar 04 18:38:39.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
70222026-03-04T18:38:39.800Z[ recovery-image] Mar 04 18:38:39.018 INFO O| Mar 04 18:38:39.018 INFO STEP 733 (remove_files) COMPLETE
70232026-03-04T18:38:39.800Z[ recovery-image] Mar 04 18:38:39.018 INFO O| Mar 04 18:38:39.018 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242026-03-04T18:38:39.814Z[ recovery-image] Mar 04 18:38:39.032 INFO O| Mar 04 18:38:39.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
70252026-03-04T18:38:39.814Z[ recovery-image] Mar 04 18:38:39.032 INFO O| Mar 04 18:38:39.032 INFO STEP 734 (remove_files) COMPLETE
70262026-03-04T18:38:39.814Z[ recovery-image] Mar 04 18:38:39.033 INFO O| Mar 04 18:38:39.032 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272026-03-04T18:38:39.829Z[ recovery-image] Mar 04 18:38:39.047 INFO O| Mar 04 18:38:39.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
70282026-03-04T18:38:39.829Z[ recovery-image] Mar 04 18:38:39.047 INFO O| Mar 04 18:38:39.047 INFO STEP 735 (remove_files) COMPLETE
70292026-03-04T18:38:39.829Z[ recovery-image] Mar 04 18:38:39.047 INFO O| Mar 04 18:38:39.047 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302026-03-04T18:38:39.843Z[ recovery-image] Mar 04 18:38:39.061 INFO O| Mar 04 18:38:39.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
70312026-03-04T18:38:39.843Z[ recovery-image] Mar 04 18:38:39.061 INFO O| Mar 04 18:38:39.061 INFO STEP 736 (remove_files) COMPLETE
70322026-03-04T18:38:39.843Z[ recovery-image] Mar 04 18:38:39.061 INFO O| Mar 04 18:38:39.061 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332026-03-04T18:38:39.858Z[ recovery-image] Mar 04 18:38:39.075 INFO O| Mar 04 18:38:39.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
70342026-03-04T18:38:39.858Z[ recovery-image] Mar 04 18:38:39.075 INFO O| Mar 04 18:38:39.075 INFO STEP 737 (remove_files) COMPLETE
70352026-03-04T18:38:39.862Z[ recovery-image] Mar 04 18:38:39.075 INFO O| Mar 04 18:38:39.075 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362026-03-04T18:38:39.873Z[ recovery-image] Mar 04 18:38:39.090 INFO O| Mar 04 18:38:39.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
70372026-03-04T18:38:39.873Z[ recovery-image] Mar 04 18:38:39.090 INFO O| Mar 04 18:38:39.090 INFO STEP 738 (remove_files) COMPLETE
70382026-03-04T18:38:39.873Z[ recovery-image] Mar 04 18:38:39.090 INFO O| Mar 04 18:38:39.090 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392026-03-04T18:38:39.887Z[ recovery-image] Mar 04 18:38:39.105 INFO O| Mar 04 18:38:39.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
70402026-03-04T18:38:39.887Z[ recovery-image] Mar 04 18:38:39.105 INFO O| Mar 04 18:38:39.105 INFO STEP 739 (remove_files) COMPLETE
70412026-03-04T18:38:39.887Z[ recovery-image] Mar 04 18:38:39.105 INFO O| Mar 04 18:38:39.105 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422026-03-04T18:38:39.901Z[ recovery-image] Mar 04 18:38:39.119 INFO O| Mar 04 18:38:39.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
70432026-03-04T18:38:39.901Z[ recovery-image] Mar 04 18:38:39.119 INFO O| Mar 04 18:38:39.119 INFO STEP 740 (remove_files) COMPLETE
70442026-03-04T18:38:39.905Z[ recovery-image] Mar 04 18:38:39.119 INFO O| Mar 04 18:38:39.119 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452026-03-04T18:38:39.916Z[ recovery-image] Mar 04 18:38:39.133 INFO O| Mar 04 18:38:39.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
70462026-03-04T18:38:39.916Z[ recovery-image] Mar 04 18:38:39.134 INFO O| Mar 04 18:38:39.134 INFO STEP 741 (remove_files) COMPLETE
70472026-03-04T18:38:39.918Z[ recovery-image] Mar 04 18:38:39.134 INFO O| Mar 04 18:38:39.134 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482026-03-04T18:38:39.933Z[ recovery-image] Mar 04 18:38:39.151 INFO O| Mar 04 18:38:39.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
70492026-03-04T18:38:39.933Z[ recovery-image] Mar 04 18:38:39.151 INFO O| Mar 04 18:38:39.151 INFO STEP 742 (remove_files) COMPLETE
70502026-03-04T18:38:39.933Z[ recovery-image] Mar 04 18:38:39.152 INFO O| Mar 04 18:38:39.151 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512026-03-04T18:38:39.948Z[ recovery-image] Mar 04 18:38:39.166 INFO O| Mar 04 18:38:39.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
70522026-03-04T18:38:39.948Z[ recovery-image] Mar 04 18:38:39.166 INFO O| Mar 04 18:38:39.166 INFO STEP 743 (remove_files) COMPLETE
70532026-03-04T18:38:39.954Z[ recovery-image] Mar 04 18:38:39.166 INFO O| Mar 04 18:38:39.166 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542026-03-04T18:38:39.963Z[ recovery-image] Mar 04 18:38:39.181 INFO O| Mar 04 18:38:39.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
70552026-03-04T18:38:39.963Z[ recovery-image] Mar 04 18:38:39.181 INFO O| Mar 04 18:38:39.181 INFO STEP 744 (remove_files) COMPLETE
70562026-03-04T18:38:39.963Z[ recovery-image] Mar 04 18:38:39.181 INFO O| Mar 04 18:38:39.181 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572026-03-04T18:38:39.978Z[ recovery-image] Mar 04 18:38:39.196 INFO O| Mar 04 18:38:39.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
70582026-03-04T18:38:39.978Z[ recovery-image] Mar 04 18:38:39.196 INFO O| Mar 04 18:38:39.196 INFO STEP 745 (remove_files) COMPLETE
70592026-03-04T18:38:39.981Z[ recovery-image] Mar 04 18:38:39.196 INFO O| Mar 04 18:38:39.196 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602026-03-04T18:38:39.993Z[ recovery-image] Mar 04 18:38:39.211 INFO O| Mar 04 18:38:39.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
70612026-03-04T18:38:39.993Z[ recovery-image] Mar 04 18:38:39.211 INFO O| Mar 04 18:38:39.211 INFO STEP 746 (remove_files) COMPLETE
70622026-03-04T18:38:39.993Z[ recovery-image] Mar 04 18:38:39.211 INFO O| Mar 04 18:38:39.211 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632026-03-04T18:38:40.007Z[ recovery-image] Mar 04 18:38:39.225 INFO O| Mar 04 18:38:39.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
70642026-03-04T18:38:40.007Z[ recovery-image] Mar 04 18:38:39.225 INFO O| Mar 04 18:38:39.225 INFO STEP 747 (remove_files) COMPLETE
70652026-03-04T18:38:40.013Z[ recovery-image] Mar 04 18:38:39.225 INFO O| Mar 04 18:38:39.225 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662026-03-04T18:38:40.021Z[ recovery-image] Mar 04 18:38:39.239 INFO O| Mar 04 18:38:39.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
70672026-03-04T18:38:40.025Z[ recovery-image] Mar 04 18:38:39.239 INFO O| Mar 04 18:38:39.239 INFO STEP 748 (remove_files) COMPLETE
70682026-03-04T18:38:40.025Z[ recovery-image] Mar 04 18:38:39.239 INFO O| Mar 04 18:38:39.239 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692026-03-04T18:38:40.035Z[ recovery-image] Mar 04 18:38:39.253 INFO O| Mar 04 18:38:39.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
70702026-03-04T18:38:40.035Z[ recovery-image] Mar 04 18:38:39.253 INFO O| Mar 04 18:38:39.253 INFO STEP 749 (remove_files) COMPLETE
70712026-03-04T18:38:40.038Z[ recovery-image] Mar 04 18:38:39.253 INFO O| Mar 04 18:38:39.253 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722026-03-04T18:38:40.050Z[ recovery-image] Mar 04 18:38:39.268 INFO O| Mar 04 18:38:39.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
70732026-03-04T18:38:40.050Z[ recovery-image] Mar 04 18:38:39.268 INFO O| Mar 04 18:38:39.268 INFO STEP 750 (remove_files) COMPLETE
70742026-03-04T18:38:40.055Z[ recovery-image] Mar 04 18:38:39.268 INFO O| Mar 04 18:38:39.268 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752026-03-04T18:38:40.065Z[ recovery-image] Mar 04 18:38:39.284 INFO O| Mar 04 18:38:39.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
70762026-03-04T18:38:40.065Z[ recovery-image] Mar 04 18:38:39.284 INFO O| Mar 04 18:38:39.284 INFO STEP 751 (remove_files) COMPLETE
70772026-03-04T18:38:40.069Z[ recovery-image] Mar 04 18:38:39.284 INFO O| Mar 04 18:38:39.284 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782026-03-04T18:38:40.082Z[ recovery-image] Mar 04 18:38:39.300 INFO O| Mar 04 18:38:39.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
70792026-03-04T18:38:40.082Z[ recovery-image] Mar 04 18:38:39.300 INFO O| Mar 04 18:38:39.300 INFO STEP 752 (remove_files) COMPLETE
70802026-03-04T18:38:40.082Z[ recovery-image] Mar 04 18:38:39.300 INFO O| Mar 04 18:38:39.300 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812026-03-04T18:38:40.097Z[ recovery-image] Mar 04 18:38:39.315 INFO O| Mar 04 18:38:39.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
70822026-03-04T18:38:40.097Z[ recovery-image] Mar 04 18:38:39.315 INFO O| Mar 04 18:38:39.315 INFO STEP 753 (remove_files) COMPLETE
70832026-03-04T18:38:40.097Z[ recovery-image] Mar 04 18:38:39.315 INFO O| Mar 04 18:38:39.315 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842026-03-04T18:38:40.112Z[ recovery-image] Mar 04 18:38:39.329 INFO O| Mar 04 18:38:39.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
70852026-03-04T18:38:40.112Z[ recovery-image] Mar 04 18:38:39.330 INFO O| Mar 04 18:38:39.330 INFO STEP 754 (remove_files) COMPLETE
70862026-03-04T18:38:40.153Z[ recovery-image] Mar 04 18:38:39.330 INFO O| Mar 04 18:38:39.330 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872026-03-04T18:38:40.153Z[ recovery-image] Mar 04 18:38:39.344 INFO O| Mar 04 18:38:39.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
70882026-03-04T18:38:40.153Z[ recovery-image] Mar 04 18:38:39.344 INFO O| Mar 04 18:38:39.344 INFO STEP 755 (remove_files) COMPLETE
70892026-03-04T18:38:40.153Z[ recovery-image] Mar 04 18:38:39.344 INFO O| Mar 04 18:38:39.344 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902026-03-04T18:38:40.153Z[ recovery-image] Mar 04 18:38:39.357 INFO O| Mar 04 18:38:39.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
70912026-03-04T18:38:40.153Z[ recovery-image] Mar 04 18:38:39.358 INFO O| Mar 04 18:38:39.358 INFO STEP 756 (remove_files) COMPLETE
70922026-03-04T18:38:40.153Z[ recovery-image] Mar 04 18:38:39.358 INFO O| Mar 04 18:38:39.358 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932026-03-04T18:38:40.157Z[ recovery-image] Mar 04 18:38:39.372 INFO O| Mar 04 18:38:39.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
70942026-03-04T18:38:40.157Z[ recovery-image] Mar 04 18:38:39.372 INFO O| Mar 04 18:38:39.372 INFO STEP 757 (remove_files) COMPLETE
70952026-03-04T18:38:40.157Z[ recovery-image] Mar 04 18:38:39.372 INFO O| Mar 04 18:38:39.372 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962026-03-04T18:38:40.168Z[ recovery-image] Mar 04 18:38:39.386 INFO O| Mar 04 18:38:39.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
70972026-03-04T18:38:40.168Z[ recovery-image] Mar 04 18:38:39.386 INFO O| Mar 04 18:38:39.386 INFO STEP 758 (remove_files) COMPLETE
70982026-03-04T18:38:40.168Z[ recovery-image] Mar 04 18:38:39.386 INFO O| Mar 04 18:38:39.386 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992026-03-04T18:38:40.182Z[ recovery-image] Mar 04 18:38:39.400 INFO O| Mar 04 18:38:39.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
71002026-03-04T18:38:40.185Z[ recovery-image] Mar 04 18:38:39.400 INFO O| Mar 04 18:38:39.400 INFO STEP 759 (remove_files) COMPLETE
71012026-03-04T18:38:40.185Z[ recovery-image] Mar 04 18:38:39.400 INFO O| Mar 04 18:38:39.400 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022026-03-04T18:38:40.195Z[ recovery-image] Mar 04 18:38:39.414 INFO O| Mar 04 18:38:39.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
71032026-03-04T18:38:40.195Z[ recovery-image] Mar 04 18:38:39.414 INFO O| Mar 04 18:38:39.414 INFO STEP 760 (remove_files) COMPLETE
71042026-03-04T18:38:40.195Z[ recovery-image] Mar 04 18:38:39.414 INFO O| Mar 04 18:38:39.414 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052026-03-04T18:38:40.209Z[ recovery-image] Mar 04 18:38:39.428 INFO O| Mar 04 18:38:39.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
71062026-03-04T18:38:40.210Z[ recovery-image] Mar 04 18:38:39.428 INFO O| Mar 04 18:38:39.428 INFO STEP 761 (remove_files) COMPLETE
71072026-03-04T18:38:40.210Z[ recovery-image] Mar 04 18:38:39.428 INFO O| Mar 04 18:38:39.428 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082026-03-04T18:38:40.224Z[ recovery-image] Mar 04 18:38:39.442 INFO O| Mar 04 18:38:39.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
71092026-03-04T18:38:40.224Z[ recovery-image] Mar 04 18:38:39.442 INFO O| Mar 04 18:38:39.442 INFO STEP 762 (remove_files) COMPLETE
71102026-03-04T18:38:40.224Z[ recovery-image] Mar 04 18:38:39.442 INFO O| Mar 04 18:38:39.442 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112026-03-04T18:38:40.238Z[ recovery-image] Mar 04 18:38:39.456 INFO O| Mar 04 18:38:39.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
71122026-03-04T18:38:40.238Z[ recovery-image] Mar 04 18:38:39.456 INFO O| Mar 04 18:38:39.456 INFO STEP 763 (remove_files) COMPLETE
71132026-03-04T18:38:40.238Z[ recovery-image] Mar 04 18:38:39.456 INFO O| Mar 04 18:38:39.456 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142026-03-04T18:38:40.253Z[ recovery-image] Mar 04 18:38:39.471 INFO O| Mar 04 18:38:39.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
71152026-03-04T18:38:40.253Z[ recovery-image] Mar 04 18:38:39.471 INFO O| Mar 04 18:38:39.471 INFO STEP 764 (remove_files) COMPLETE
71162026-03-04T18:38:40.253Z[ recovery-image] Mar 04 18:38:39.471 INFO O| Mar 04 18:38:39.471 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172026-03-04T18:38:40.267Z[ recovery-image] Mar 04 18:38:39.486 INFO O| Mar 04 18:38:39.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
71182026-03-04T18:38:40.267Z[ recovery-image] Mar 04 18:38:39.486 INFO O| Mar 04 18:38:39.486 INFO STEP 765 (remove_files) COMPLETE
71192026-03-04T18:38:40.267Z[ recovery-image] Mar 04 18:38:39.486 INFO O| Mar 04 18:38:39.486 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202026-03-04T18:38:40.286Z[ recovery-image] Mar 04 18:38:39.500 INFO O| Mar 04 18:38:39.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
71212026-03-04T18:38:40.286Z[ recovery-image] Mar 04 18:38:39.500 INFO O| Mar 04 18:38:39.500 INFO STEP 766 (remove_files) COMPLETE
71222026-03-04T18:38:40.290Z[ recovery-image] Mar 04 18:38:39.500 INFO O| Mar 04 18:38:39.500 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232026-03-04T18:38:40.296Z[ recovery-image] Mar 04 18:38:39.513 INFO O| Mar 04 18:38:39.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
71242026-03-04T18:38:40.296Z[ recovery-image] Mar 04 18:38:39.513 INFO O| Mar 04 18:38:39.513 INFO STEP 767 (remove_files) COMPLETE
71252026-03-04T18:38:40.296Z[ recovery-image] Mar 04 18:38:39.513 INFO O| Mar 04 18:38:39.513 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262026-03-04T18:38:40.310Z[ recovery-image] Mar 04 18:38:39.527 INFO O| Mar 04 18:38:39.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
71272026-03-04T18:38:40.310Z[ recovery-image] Mar 04 18:38:39.527 INFO O| Mar 04 18:38:39.527 INFO STEP 768 (remove_files) COMPLETE
71282026-03-04T18:38:40.310Z[ recovery-image] Mar 04 18:38:39.527 INFO O| Mar 04 18:38:39.527 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292026-03-04T18:38:40.324Z[ recovery-image] Mar 04 18:38:39.541 INFO O| Mar 04 18:38:39.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
71302026-03-04T18:38:40.324Z[ recovery-image] Mar 04 18:38:39.541 INFO O| Mar 04 18:38:39.541 INFO STEP 769 (remove_files) COMPLETE
71312026-03-04T18:38:40.324Z[ recovery-image] Mar 04 18:38:39.541 INFO O| Mar 04 18:38:39.541 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322026-03-04T18:38:40.336Z[ recovery-image] Mar 04 18:38:39.554 INFO O| Mar 04 18:38:39.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
71332026-03-04T18:38:40.336Z[ recovery-image] Mar 04 18:38:39.554 INFO O| Mar 04 18:38:39.554 INFO STEP 770 (remove_files) COMPLETE
71342026-03-04T18:38:40.336Z[ recovery-image] Mar 04 18:38:39.554 INFO O| Mar 04 18:38:39.554 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352026-03-04T18:38:40.350Z[ recovery-image] Mar 04 18:38:39.568 INFO O| Mar 04 18:38:39.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
71362026-03-04T18:38:40.350Z[ recovery-image] Mar 04 18:38:39.568 INFO O| Mar 04 18:38:39.568 INFO STEP 771 (remove_files) COMPLETE
71372026-03-04T18:38:40.350Z[ recovery-image] Mar 04 18:38:39.568 INFO O| Mar 04 18:38:39.568 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382026-03-04T18:38:40.363Z[ recovery-image] Mar 04 18:38:39.582 INFO O| Mar 04 18:38:39.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
71392026-03-04T18:38:40.364Z[ recovery-image] Mar 04 18:38:39.582 INFO O| Mar 04 18:38:39.582 INFO STEP 772 (remove_files) COMPLETE
71402026-03-04T18:38:40.364Z[ recovery-image] Mar 04 18:38:39.582 INFO O| Mar 04 18:38:39.582 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412026-03-04T18:38:40.377Z[ recovery-image] Mar 04 18:38:39.595 INFO O| Mar 04 18:38:39.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
71422026-03-04T18:38:40.377Z[ recovery-image] Mar 04 18:38:39.595 INFO O| Mar 04 18:38:39.595 INFO STEP 773 (remove_files) COMPLETE
71432026-03-04T18:38:40.377Z[ recovery-image] Mar 04 18:38:39.595 INFO O| Mar 04 18:38:39.595 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442026-03-04T18:38:40.390Z[ recovery-image] Mar 04 18:38:39.609 INFO O| Mar 04 18:38:39.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
71452026-03-04T18:38:40.390Z[ recovery-image] Mar 04 18:38:39.609 INFO O| Mar 04 18:38:39.609 INFO STEP 774 (remove_files) COMPLETE
71462026-03-04T18:38:40.395Z[ recovery-image] Mar 04 18:38:39.609 INFO O| Mar 04 18:38:39.609 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472026-03-04T18:38:40.404Z[ recovery-image] Mar 04 18:38:39.622 INFO O| Mar 04 18:38:39.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
71482026-03-04T18:38:40.404Z[ recovery-image] Mar 04 18:38:39.622 INFO O| Mar 04 18:38:39.622 INFO STEP 775 (remove_files) COMPLETE
71492026-03-04T18:38:40.404Z[ recovery-image] Mar 04 18:38:39.622 INFO O| Mar 04 18:38:39.622 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502026-03-04T18:38:40.418Z[ recovery-image] Mar 04 18:38:39.636 INFO O| Mar 04 18:38:39.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
71512026-03-04T18:38:40.418Z[ recovery-image] Mar 04 18:38:39.636 INFO O| Mar 04 18:38:39.636 INFO STEP 776 (remove_files) COMPLETE
71522026-03-04T18:38:40.421Z[ recovery-image] Mar 04 18:38:39.636 INFO O| Mar 04 18:38:39.636 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532026-03-04T18:38:40.431Z[ recovery-image] Mar 04 18:38:39.650 INFO O| Mar 04 18:38:39.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
71542026-03-04T18:38:40.433Z[ recovery-image] Mar 04 18:38:39.650 INFO O| Mar 04 18:38:39.650 INFO STEP 777 (remove_files) COMPLETE
71552026-03-04T18:38:40.436Z[ recovery-image] Mar 04 18:38:39.650 INFO O| Mar 04 18:38:39.650 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562026-03-04T18:38:40.446Z[ recovery-image] Mar 04 18:38:39.664 INFO O| Mar 04 18:38:39.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
71572026-03-04T18:38:40.446Z[ recovery-image] Mar 04 18:38:39.664 INFO O| Mar 04 18:38:39.664 INFO STEP 778 (remove_files) COMPLETE
71582026-03-04T18:38:40.449Z[ recovery-image] Mar 04 18:38:39.664 INFO O| Mar 04 18:38:39.664 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592026-03-04T18:38:40.460Z[ recovery-image] Mar 04 18:38:39.678 INFO O| Mar 04 18:38:39.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
71602026-03-04T18:38:40.460Z[ recovery-image] Mar 04 18:38:39.678 INFO O| Mar 04 18:38:39.678 INFO STEP 779 (remove_files) COMPLETE
71612026-03-04T18:38:40.464Z[ recovery-image] Mar 04 18:38:39.678 INFO O| Mar 04 18:38:39.678 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622026-03-04T18:38:40.473Z[ recovery-image] Mar 04 18:38:39.692 INFO O| Mar 04 18:38:39.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
71632026-03-04T18:38:40.473Z[ recovery-image] Mar 04 18:38:39.692 INFO O| Mar 04 18:38:39.692 INFO STEP 780 (remove_files) COMPLETE
71642026-03-04T18:38:40.477Z[ recovery-image] Mar 04 18:38:39.692 INFO O| Mar 04 18:38:39.692 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652026-03-04T18:38:40.487Z[ recovery-image] Mar 04 18:38:39.706 INFO O| Mar 04 18:38:39.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
71662026-03-04T18:38:40.487Z[ recovery-image] Mar 04 18:38:39.706 INFO O| Mar 04 18:38:39.706 INFO STEP 781 (remove_files) COMPLETE
71672026-03-04T18:38:40.490Z[ recovery-image] Mar 04 18:38:39.706 INFO O| Mar 04 18:38:39.706 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682026-03-04T18:38:40.501Z[ recovery-image] Mar 04 18:38:39.719 INFO O| Mar 04 18:38:39.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
71692026-03-04T18:38:40.501Z[ recovery-image] Mar 04 18:38:39.719 INFO O| Mar 04 18:38:39.719 INFO STEP 782 (remove_files) COMPLETE
71702026-03-04T18:38:40.504Z[ recovery-image] Mar 04 18:38:39.719 INFO O| Mar 04 18:38:39.719 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712026-03-04T18:38:40.515Z[ recovery-image] Mar 04 18:38:39.733 INFO O| Mar 04 18:38:39.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
71722026-03-04T18:38:40.515Z[ recovery-image] Mar 04 18:38:39.733 INFO O| Mar 04 18:38:39.733 INFO STEP 783 (remove_files) COMPLETE
71732026-03-04T18:38:40.515Z[ recovery-image] Mar 04 18:38:39.733 INFO O| Mar 04 18:38:39.733 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742026-03-04T18:38:40.529Z[ recovery-image] Mar 04 18:38:39.747 INFO O| Mar 04 18:38:39.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
71752026-03-04T18:38:40.529Z[ recovery-image] Mar 04 18:38:39.748 INFO O| Mar 04 18:38:39.747 INFO STEP 784 (remove_files) COMPLETE
71762026-03-04T18:38:40.529Z[ recovery-image] Mar 04 18:38:39.748 INFO O| Mar 04 18:38:39.748 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772026-03-04T18:38:40.545Z[ recovery-image] Mar 04 18:38:39.763 INFO O| Mar 04 18:38:39.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
71782026-03-04T18:38:40.545Z[ recovery-image] Mar 04 18:38:39.763 INFO O| Mar 04 18:38:39.763 INFO STEP 785 (remove_files) COMPLETE
71792026-03-04T18:38:40.545Z[ recovery-image] Mar 04 18:38:39.763 INFO O| Mar 04 18:38:39.763 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802026-03-04T18:38:40.560Z[ recovery-image] Mar 04 18:38:39.778 INFO O| Mar 04 18:38:39.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
71812026-03-04T18:38:40.560Z[ recovery-image] Mar 04 18:38:39.779 INFO O| Mar 04 18:38:39.779 INFO STEP 786 (remove_files) COMPLETE
71822026-03-04T18:38:40.560Z[ recovery-image] Mar 04 18:38:39.779 INFO O| Mar 04 18:38:39.779 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832026-03-04T18:38:40.576Z[ recovery-image] Mar 04 18:38:39.794 INFO O| Mar 04 18:38:39.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
71842026-03-04T18:38:40.576Z[ recovery-image] Mar 04 18:38:39.794 INFO O| Mar 04 18:38:39.794 INFO STEP 787 (remove_files) COMPLETE
71852026-03-04T18:38:40.576Z[ recovery-image] Mar 04 18:38:39.794 INFO O| Mar 04 18:38:39.794 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862026-03-04T18:38:40.592Z[ recovery-image] Mar 04 18:38:39.810 INFO O| Mar 04 18:38:39.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
71872026-03-04T18:38:40.592Z[ recovery-image] Mar 04 18:38:39.810 INFO O| Mar 04 18:38:39.810 INFO STEP 788 (remove_files) COMPLETE
71882026-03-04T18:38:40.592Z[ recovery-image] Mar 04 18:38:39.810 INFO O| Mar 04 18:38:39.810 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892026-03-04T18:38:40.608Z[ recovery-image] Mar 04 18:38:39.826 INFO O| Mar 04 18:38:39.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
71902026-03-04T18:38:40.608Z[ recovery-image] Mar 04 18:38:39.826 INFO O| Mar 04 18:38:39.826 INFO STEP 789 (remove_files) COMPLETE
71912026-03-04T18:38:40.608Z[ recovery-image] Mar 04 18:38:39.826 INFO O| Mar 04 18:38:39.826 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922026-03-04T18:38:40.624Z[ recovery-image] Mar 04 18:38:39.842 INFO O| Mar 04 18:38:39.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
71932026-03-04T18:38:40.624Z[ recovery-image] Mar 04 18:38:39.842 INFO O| Mar 04 18:38:39.842 INFO STEP 790 (remove_files) COMPLETE
71942026-03-04T18:38:40.624Z[ recovery-image] Mar 04 18:38:39.842 INFO O| Mar 04 18:38:39.842 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952026-03-04T18:38:40.640Z[ recovery-image] Mar 04 18:38:39.857 INFO O| Mar 04 18:38:39.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
71962026-03-04T18:38:40.640Z[ recovery-image] Mar 04 18:38:39.858 INFO O| Mar 04 18:38:39.858 INFO STEP 791 (remove_files) COMPLETE
71972026-03-04T18:38:40.640Z[ recovery-image] Mar 04 18:38:39.858 INFO O| Mar 04 18:38:39.858 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982026-03-04T18:38:40.655Z[ recovery-image] Mar 04 18:38:39.873 INFO O| Mar 04 18:38:39.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
71992026-03-04T18:38:40.655Z[ recovery-image] Mar 04 18:38:39.873 INFO O| Mar 04 18:38:39.873 INFO STEP 792 (remove_files) COMPLETE
72002026-03-04T18:38:40.655Z[ recovery-image] Mar 04 18:38:39.873 INFO O| Mar 04 18:38:39.873 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012026-03-04T18:38:40.671Z[ recovery-image] Mar 04 18:38:39.889 INFO O| Mar 04 18:38:39.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
72022026-03-04T18:38:40.671Z[ recovery-image] Mar 04 18:38:39.889 INFO O| Mar 04 18:38:39.889 INFO STEP 793 (remove_files) COMPLETE
72032026-03-04T18:38:40.671Z[ recovery-image] Mar 04 18:38:39.889 INFO O| Mar 04 18:38:39.889 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042026-03-04T18:38:40.686Z[ recovery-image] Mar 04 18:38:39.904 INFO O| Mar 04 18:38:39.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
72052026-03-04T18:38:40.686Z[ recovery-image] Mar 04 18:38:39.904 INFO O| Mar 04 18:38:39.904 INFO STEP 794 (remove_files) COMPLETE
72062026-03-04T18:38:40.686Z[ recovery-image] Mar 04 18:38:39.904 INFO O| Mar 04 18:38:39.904 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072026-03-04T18:38:40.700Z[ recovery-image] Mar 04 18:38:39.919 INFO O| Mar 04 18:38:39.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
72082026-03-04T18:38:40.701Z[ recovery-image] Mar 04 18:38:39.919 INFO O| Mar 04 18:38:39.919 INFO STEP 795 (remove_files) COMPLETE
72092026-03-04T18:38:40.701Z[ recovery-image] Mar 04 18:38:39.919 INFO O| Mar 04 18:38:39.919 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102026-03-04T18:38:40.716Z[ recovery-image] Mar 04 18:38:39.934 INFO O| Mar 04 18:38:39.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
72112026-03-04T18:38:40.717Z[ recovery-image] Mar 04 18:38:39.934 INFO O| Mar 04 18:38:39.934 INFO STEP 796 (remove_files) COMPLETE
72122026-03-04T18:38:40.717Z[ recovery-image] Mar 04 18:38:39.934 INFO O| Mar 04 18:38:39.934 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132026-03-04T18:38:40.731Z[ recovery-image] Mar 04 18:38:39.949 INFO O| Mar 04 18:38:39.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
72142026-03-04T18:38:40.731Z[ recovery-image] Mar 04 18:38:39.949 INFO O| Mar 04 18:38:39.949 INFO STEP 797 (remove_files) COMPLETE
72152026-03-04T18:38:40.731Z[ recovery-image] Mar 04 18:38:39.949 INFO O| Mar 04 18:38:39.949 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162026-03-04T18:38:40.747Z[ recovery-image] Mar 04 18:38:39.965 INFO O| Mar 04 18:38:39.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
72172026-03-04T18:38:40.750Z[ recovery-image] Mar 04 18:38:39.965 INFO O| Mar 04 18:38:39.965 INFO STEP 798 (remove_files) COMPLETE
72182026-03-04T18:38:40.750Z[ recovery-image] Mar 04 18:38:39.965 INFO O| Mar 04 18:38:39.965 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192026-03-04T18:38:40.761Z[ recovery-image] Mar 04 18:38:39.980 INFO O| Mar 04 18:38:39.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
72202026-03-04T18:38:40.761Z[ recovery-image] Mar 04 18:38:39.980 INFO O| Mar 04 18:38:39.980 INFO STEP 799 (remove_files) COMPLETE
72212026-03-04T18:38:40.764Z[ recovery-image] Mar 04 18:38:39.980 INFO O| Mar 04 18:38:39.980 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222026-03-04T18:38:40.776Z[ recovery-image] Mar 04 18:38:39.994 INFO O| Mar 04 18:38:39.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
72232026-03-04T18:38:40.776Z[ recovery-image] Mar 04 18:38:39.994 INFO O| Mar 04 18:38:39.994 INFO STEP 800 (remove_files) COMPLETE
72242026-03-04T18:38:40.776Z[ recovery-image] Mar 04 18:38:39.994 INFO O| Mar 04 18:38:39.994 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252026-03-04T18:38:40.790Z[ recovery-image] Mar 04 18:38:40.008 INFO O| Mar 04 18:38:40.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
72262026-03-04T18:38:40.790Z[ recovery-image] Mar 04 18:38:40.008 INFO O| Mar 04 18:38:40.008 INFO STEP 801 (remove_files) COMPLETE
72272026-03-04T18:38:40.793Z[ recovery-image] Mar 04 18:38:40.008 INFO O| Mar 04 18:38:40.008 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282026-03-04T18:38:40.805Z[ recovery-image] Mar 04 18:38:40.023 INFO O| Mar 04 18:38:40.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
72292026-03-04T18:38:40.805Z[ recovery-image] Mar 04 18:38:40.023 INFO O| Mar 04 18:38:40.023 INFO STEP 802 (remove_files) COMPLETE
72302026-03-04T18:38:40.805Z[ recovery-image] Mar 04 18:38:40.023 INFO O| Mar 04 18:38:40.023 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312026-03-04T18:38:40.820Z[ recovery-image] Mar 04 18:38:40.037 INFO O| Mar 04 18:38:40.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
72322026-03-04T18:38:40.820Z[ recovery-image] Mar 04 18:38:40.037 INFO O| Mar 04 18:38:40.037 INFO STEP 803 (remove_files) COMPLETE
72332026-03-04T18:38:40.820Z[ recovery-image] Mar 04 18:38:40.037 INFO O| Mar 04 18:38:40.037 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342026-03-04T18:38:40.835Z[ recovery-image] Mar 04 18:38:40.052 INFO O| Mar 04 18:38:40.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
72352026-03-04T18:38:40.835Z[ recovery-image] Mar 04 18:38:40.052 INFO O| Mar 04 18:38:40.052 INFO STEP 804 (remove_files) COMPLETE
72362026-03-04T18:38:40.835Z[ recovery-image] Mar 04 18:38:40.052 INFO O| Mar 04 18:38:40.052 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372026-03-04T18:38:40.848Z[ recovery-image] Mar 04 18:38:40.067 INFO O| Mar 04 18:38:40.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
72382026-03-04T18:38:40.849Z[ recovery-image] Mar 04 18:38:40.067 INFO O| Mar 04 18:38:40.067 INFO STEP 805 (remove_files) COMPLETE
72392026-03-04T18:38:40.853Z[ recovery-image] Mar 04 18:38:40.067 INFO O| Mar 04 18:38:40.067 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402026-03-04T18:38:40.882Z[ recovery-image] Mar 04 18:38:40.100 INFO O| Mar 04 18:38:40.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
72412026-03-04T18:38:40.882Z[ recovery-image] Mar 04 18:38:40.100 INFO O| Mar 04 18:38:40.100 INFO STEP 806 (remove_files) COMPLETE
72422026-03-04T18:38:40.887Z[ recovery-image] Mar 04 18:38:40.100 INFO O| Mar 04 18:38:40.100 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432026-03-04T18:38:40.898Z[ recovery-image] Mar 04 18:38:40.116 INFO O| Mar 04 18:38:40.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
72442026-03-04T18:38:40.898Z[ recovery-image] Mar 04 18:38:40.116 INFO O| Mar 04 18:38:40.116 INFO STEP 807 (remove_files) COMPLETE
72452026-03-04T18:38:40.898Z[ recovery-image] Mar 04 18:38:40.116 INFO O| Mar 04 18:38:40.116 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462026-03-04T18:38:40.912Z[ recovery-image] Mar 04 18:38:40.131 INFO O| Mar 04 18:38:40.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
72472026-03-04T18:38:40.912Z[ recovery-image] Mar 04 18:38:40.131 INFO O| Mar 04 18:38:40.131 INFO STEP 808 (remove_files) COMPLETE
72482026-03-04T18:38:40.912Z[ recovery-image] Mar 04 18:38:40.131 INFO O| Mar 04 18:38:40.131 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492026-03-04T18:38:40.927Z[ recovery-image] Mar 04 18:38:40.145 INFO O| Mar 04 18:38:40.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
72502026-03-04T18:38:40.927Z[ recovery-image] Mar 04 18:38:40.145 INFO O| Mar 04 18:38:40.145 INFO STEP 809 (remove_files) COMPLETE
72512026-03-04T18:38:40.931Z[ recovery-image] Mar 04 18:38:40.145 INFO O| Mar 04 18:38:40.145 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522026-03-04T18:38:40.940Z[ recovery-image] Mar 04 18:38:40.158 INFO O| Mar 04 18:38:40.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
72532026-03-04T18:38:40.940Z[ recovery-image] Mar 04 18:38:40.158 INFO O| Mar 04 18:38:40.158 INFO STEP 810 (remove_files) COMPLETE
72542026-03-04T18:38:40.940Z[ recovery-image] Mar 04 18:38:40.158 INFO O| Mar 04 18:38:40.158 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552026-03-04T18:38:40.954Z[ recovery-image] Mar 04 18:38:40.172 INFO O| Mar 04 18:38:40.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
72562026-03-04T18:38:40.954Z[ recovery-image] Mar 04 18:38:40.172 INFO O| Mar 04 18:38:40.172 INFO STEP 811 (remove_files) COMPLETE
72572026-03-04T18:38:40.957Z[ recovery-image] Mar 04 18:38:40.172 INFO O| Mar 04 18:38:40.172 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582026-03-04T18:38:40.968Z[ recovery-image] Mar 04 18:38:40.186 INFO O| Mar 04 18:38:40.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
72592026-03-04T18:38:40.968Z[ recovery-image] Mar 04 18:38:40.186 INFO O| Mar 04 18:38:40.186 INFO STEP 812 (remove_files) COMPLETE
72602026-03-04T18:38:40.968Z[ recovery-image] Mar 04 18:38:40.186 INFO O| Mar 04 18:38:40.186 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612026-03-04T18:38:40.981Z[ recovery-image] Mar 04 18:38:40.199 INFO O| Mar 04 18:38:40.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
72622026-03-04T18:38:40.981Z[ recovery-image] Mar 04 18:38:40.199 INFO O| Mar 04 18:38:40.199 INFO STEP 813 (remove_files) COMPLETE
72632026-03-04T18:38:40.981Z[ recovery-image] Mar 04 18:38:40.199 INFO O| Mar 04 18:38:40.199 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642026-03-04T18:38:40.993Z[ recovery-image] Mar 04 18:38:40.211 INFO O| Mar 04 18:38:40.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
72652026-03-04T18:38:40.993Z[ recovery-image] Mar 04 18:38:40.211 INFO O| Mar 04 18:38:40.211 INFO STEP 814 (remove_files) COMPLETE
72662026-03-04T18:38:40.993Z[ recovery-image] Mar 04 18:38:40.211 INFO O| Mar 04 18:38:40.211 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672026-03-04T18:38:41.008Z[ recovery-image] Mar 04 18:38:40.226 INFO O| Mar 04 18:38:40.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
72682026-03-04T18:38:41.008Z[ recovery-image] Mar 04 18:38:40.226 INFO O| Mar 04 18:38:40.226 INFO STEP 815 (remove_files) COMPLETE
72692026-03-04T18:38:41.008Z[ recovery-image] Mar 04 18:38:40.226 INFO O| Mar 04 18:38:40.226 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702026-03-04T18:38:41.022Z[ recovery-image] Mar 04 18:38:40.240 INFO O| Mar 04 18:38:40.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
72712026-03-04T18:38:41.028Z[ recovery-image] Mar 04 18:38:40.241 INFO O| Mar 04 18:38:40.241 INFO STEP 816 (remove_files) COMPLETE
72722026-03-04T18:38:41.028Z[ recovery-image] Mar 04 18:38:40.241 INFO O| Mar 04 18:38:40.241 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732026-03-04T18:38:41.037Z[ recovery-image] Mar 04 18:38:40.255 INFO O| Mar 04 18:38:40.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
72742026-03-04T18:38:41.037Z[ recovery-image] Mar 04 18:38:40.255 INFO O| Mar 04 18:38:40.255 INFO STEP 817 (remove_files) COMPLETE
72752026-03-04T18:38:41.040Z[ recovery-image] Mar 04 18:38:40.255 INFO O| Mar 04 18:38:40.255 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762026-03-04T18:38:41.049Z[ recovery-image] Mar 04 18:38:40.268 INFO O| Mar 04 18:38:40.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
72772026-03-04T18:38:41.049Z[ recovery-image] Mar 04 18:38:40.268 INFO O| Mar 04 18:38:40.268 INFO STEP 818 (remove_files) COMPLETE
72782026-03-04T18:38:41.052Z[ recovery-image] Mar 04 18:38:40.268 INFO O| Mar 04 18:38:40.268 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792026-03-04T18:38:41.064Z[ recovery-image] Mar 04 18:38:40.283 INFO O| Mar 04 18:38:40.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
72802026-03-04T18:38:41.064Z[ recovery-image] Mar 04 18:38:40.283 INFO O| Mar 04 18:38:40.283 INFO STEP 819 (remove_files) COMPLETE
72812026-03-04T18:38:41.068Z[ recovery-image] Mar 04 18:38:40.283 INFO O| Mar 04 18:38:40.283 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822026-03-04T18:38:41.100Z[ recovery-image] Mar 04 18:38:40.297 INFO O| Mar 04 18:38:40.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
72832026-03-04T18:38:41.100Z[ recovery-image] Mar 04 18:38:40.297 INFO O| Mar 04 18:38:40.297 INFO STEP 820 (remove_files) COMPLETE
72842026-03-04T18:38:41.100Z[ recovery-image] Mar 04 18:38:40.297 INFO O| Mar 04 18:38:40.297 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852026-03-04T18:38:41.100Z[ recovery-image] Mar 04 18:38:40.311 INFO O| Mar 04 18:38:40.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
72862026-03-04T18:38:41.100Z[ recovery-image] Mar 04 18:38:40.311 INFO O| Mar 04 18:38:40.311 INFO STEP 821 (remove_files) COMPLETE
72872026-03-04T18:38:41.103Z[ recovery-image] Mar 04 18:38:40.311 INFO O| Mar 04 18:38:40.311 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882026-03-04T18:38:41.107Z[ recovery-image] Mar 04 18:38:40.325 INFO O| Mar 04 18:38:40.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
72892026-03-04T18:38:41.108Z[ recovery-image] Mar 04 18:38:40.325 INFO O| Mar 04 18:38:40.325 INFO STEP 822 (remove_files) COMPLETE
72902026-03-04T18:38:41.108Z[ recovery-image] Mar 04 18:38:40.325 INFO O| Mar 04 18:38:40.325 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912026-03-04T18:38:41.122Z[ recovery-image] Mar 04 18:38:40.339 INFO O| Mar 04 18:38:40.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
72922026-03-04T18:38:41.122Z[ recovery-image] Mar 04 18:38:40.339 INFO O| Mar 04 18:38:40.339 INFO STEP 823 (remove_files) COMPLETE
72932026-03-04T18:38:41.125Z[ recovery-image] Mar 04 18:38:40.339 INFO O| Mar 04 18:38:40.339 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942026-03-04T18:38:41.135Z[ recovery-image] Mar 04 18:38:40.352 INFO O| Mar 04 18:38:40.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
72952026-03-04T18:38:41.135Z[ recovery-image] Mar 04 18:38:40.352 INFO O| Mar 04 18:38:40.352 INFO STEP 824 (remove_files) COMPLETE
72962026-03-04T18:38:41.138Z[ recovery-image] Mar 04 18:38:40.352 INFO O| Mar 04 18:38:40.352 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972026-03-04T18:38:41.148Z[ recovery-image] Mar 04 18:38:40.366 INFO O| Mar 04 18:38:40.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
72982026-03-04T18:38:41.173Z[ recovery-image] Mar 04 18:38:40.391 INFO O| Mar 04 18:38:40.391 INFO STEP 825 (remove_files) COMPLETE
72992026-03-04T18:38:41.176Z[ recovery-image] Mar 04 18:38:40.391 INFO O| Mar 04 18:38:40.391 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002026-03-04T18:38:41.188Z[ recovery-image] Mar 04 18:38:40.406 INFO O| Mar 04 18:38:40.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
73012026-03-04T18:38:41.191Z[ recovery-image] Mar 04 18:38:40.406 INFO O| Mar 04 18:38:40.406 INFO STEP 826 (remove_files) COMPLETE
73022026-03-04T18:38:41.191Z[ recovery-image] Mar 04 18:38:40.406 INFO O| Mar 04 18:38:40.406 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032026-03-04T18:38:41.202Z[ recovery-image] Mar 04 18:38:40.420 INFO O| Mar 04 18:38:40.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
73042026-03-04T18:38:41.206Z[ recovery-image] Mar 04 18:38:40.420 INFO O| Mar 04 18:38:40.420 INFO STEP 827 (remove_files) COMPLETE
73052026-03-04T18:38:41.207Z[ recovery-image] Mar 04 18:38:40.420 INFO O| Mar 04 18:38:40.420 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062026-03-04T18:38:41.216Z[ recovery-image] Mar 04 18:38:40.434 INFO O| Mar 04 18:38:40.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
73072026-03-04T18:38:41.219Z[ recovery-image] Mar 04 18:38:40.434 INFO O| Mar 04 18:38:40.434 INFO STEP 828 (remove_files) COMPLETE
73082026-03-04T18:38:41.219Z[ recovery-image] Mar 04 18:38:40.435 INFO O| Mar 04 18:38:40.434 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092026-03-04T18:38:41.230Z[ recovery-image] Mar 04 18:38:40.448 INFO O| Mar 04 18:38:40.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
73102026-03-04T18:38:41.233Z[ recovery-image] Mar 04 18:38:40.448 INFO O| Mar 04 18:38:40.448 INFO STEP 829 (remove_files) COMPLETE
73112026-03-04T18:38:41.233Z[ recovery-image] Mar 04 18:38:40.448 INFO O| Mar 04 18:38:40.448 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122026-03-04T18:38:41.245Z[ recovery-image] Mar 04 18:38:40.463 INFO O| Mar 04 18:38:40.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
73132026-03-04T18:38:41.248Z[ recovery-image] Mar 04 18:38:40.463 INFO O| Mar 04 18:38:40.463 INFO STEP 830 (remove_files) COMPLETE
73142026-03-04T18:38:41.248Z[ recovery-image] Mar 04 18:38:40.463 INFO O| Mar 04 18:38:40.463 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152026-03-04T18:38:41.260Z[ recovery-image] Mar 04 18:38:40.478 INFO O| Mar 04 18:38:40.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
73162026-03-04T18:38:41.264Z[ recovery-image] Mar 04 18:38:40.478 INFO O| Mar 04 18:38:40.478 INFO STEP 831 (remove_files) COMPLETE
73172026-03-04T18:38:41.264Z[ recovery-image] Mar 04 18:38:40.478 INFO O| Mar 04 18:38:40.478 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182026-03-04T18:38:41.277Z[ recovery-image] Mar 04 18:38:40.492 INFO O| Mar 04 18:38:40.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
73192026-03-04T18:38:41.281Z[ recovery-image] Mar 04 18:38:40.492 INFO O| Mar 04 18:38:40.492 INFO STEP 832 (remove_files) COMPLETE
73202026-03-04T18:38:41.281Z[ recovery-image] Mar 04 18:38:40.492 INFO O| Mar 04 18:38:40.492 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212026-03-04T18:38:41.288Z[ recovery-image] Mar 04 18:38:40.506 INFO O| Mar 04 18:38:40.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
73222026-03-04T18:38:41.292Z[ recovery-image] Mar 04 18:38:40.506 INFO O| Mar 04 18:38:40.506 INFO STEP 833 (remove_files) COMPLETE
73232026-03-04T18:38:41.292Z[ recovery-image] Mar 04 18:38:40.506 INFO O| Mar 04 18:38:40.506 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242026-03-04T18:38:41.302Z[ recovery-image] Mar 04 18:38:40.520 INFO O| Mar 04 18:38:40.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
73252026-03-04T18:38:41.302Z[ recovery-image] Mar 04 18:38:40.521 INFO O| Mar 04 18:38:40.520 INFO STEP 834 (remove_files) COMPLETE
73262026-03-04T18:38:41.305Z[ recovery-image] Mar 04 18:38:40.521 INFO O| Mar 04 18:38:40.521 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272026-03-04T18:38:41.317Z[ recovery-image] Mar 04 18:38:40.534 INFO O| Mar 04 18:38:40.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
73282026-03-04T18:38:41.321Z[ recovery-image] Mar 04 18:38:40.535 INFO O| Mar 04 18:38:40.535 INFO STEP 835 (remove_files) COMPLETE
73292026-03-04T18:38:41.321Z[ recovery-image] Mar 04 18:38:40.535 INFO O| Mar 04 18:38:40.535 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302026-03-04T18:38:41.331Z[ recovery-image] Mar 04 18:38:40.549 INFO O| Mar 04 18:38:40.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
73312026-03-04T18:38:41.335Z[ recovery-image] Mar 04 18:38:40.549 INFO O| Mar 04 18:38:40.549 INFO STEP 836 (remove_files) COMPLETE
73322026-03-04T18:38:41.336Z[ recovery-image] Mar 04 18:38:40.549 INFO O| Mar 04 18:38:40.549 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332026-03-04T18:38:41.348Z[ recovery-image] Mar 04 18:38:40.564 INFO O| Mar 04 18:38:40.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
73342026-03-04T18:38:41.356Z[ recovery-image] Mar 04 18:38:40.564 INFO O| Mar 04 18:38:40.564 INFO STEP 837 (remove_files) COMPLETE
73352026-03-04T18:38:41.357Z[ recovery-image] Mar 04 18:38:40.564 INFO O| Mar 04 18:38:40.564 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362026-03-04T18:38:41.365Z[ recovery-image] Mar 04 18:38:40.578 INFO O| Mar 04 18:38:40.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
73372026-03-04T18:38:41.381Z[ recovery-image] Mar 04 18:38:40.599 INFO O| Mar 04 18:38:40.599 INFO STEP 838 (remove_files) COMPLETE
73382026-03-04T18:38:41.381Z[ recovery-image] Mar 04 18:38:40.599 INFO O| Mar 04 18:38:40.599 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392026-03-04T18:38:41.396Z[ recovery-image] Mar 04 18:38:40.614 INFO O| Mar 04 18:38:40.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
73402026-03-04T18:38:41.399Z[ recovery-image] Mar 04 18:38:40.614 INFO O| Mar 04 18:38:40.614 INFO STEP 839 (remove_files) COMPLETE
73412026-03-04T18:38:41.399Z[ recovery-image] Mar 04 18:38:40.614 INFO O| Mar 04 18:38:40.614 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422026-03-04T18:38:41.411Z[ recovery-image] Mar 04 18:38:40.629 INFO O| Mar 04 18:38:40.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
73432026-03-04T18:38:41.414Z[ recovery-image] Mar 04 18:38:40.629 INFO O| Mar 04 18:38:40.629 INFO STEP 840 (remove_files) COMPLETE
73442026-03-04T18:38:41.414Z[ recovery-image] Mar 04 18:38:40.629 INFO O| Mar 04 18:38:40.629 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452026-03-04T18:38:41.425Z[ recovery-image] Mar 04 18:38:40.643 INFO O| Mar 04 18:38:40.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
73462026-03-04T18:38:41.428Z[ recovery-image] Mar 04 18:38:40.643 INFO O| Mar 04 18:38:40.643 INFO STEP 841 (remove_files) COMPLETE
73472026-03-04T18:38:41.428Z[ recovery-image] Mar 04 18:38:40.643 INFO O| Mar 04 18:38:40.643 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482026-03-04T18:38:41.440Z[ recovery-image] Mar 04 18:38:40.658 INFO O| Mar 04 18:38:40.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
73492026-03-04T18:38:41.445Z[ recovery-image] Mar 04 18:38:40.658 INFO O| Mar 04 18:38:40.658 INFO STEP 842 (remove_files) COMPLETE
73502026-03-04T18:38:41.445Z[ recovery-image] Mar 04 18:38:40.658 INFO O| Mar 04 18:38:40.658 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512026-03-04T18:38:41.455Z[ recovery-image] Mar 04 18:38:40.673 INFO O| Mar 04 18:38:40.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
73522026-03-04T18:38:41.458Z[ recovery-image] Mar 04 18:38:40.673 INFO O| Mar 04 18:38:40.673 INFO STEP 843 (remove_files) COMPLETE
73532026-03-04T18:38:41.458Z[ recovery-image] Mar 04 18:38:40.673 INFO O| Mar 04 18:38:40.673 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542026-03-04T18:38:41.469Z[ recovery-image] Mar 04 18:38:40.687 INFO O| Mar 04 18:38:40.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
73552026-03-04T18:38:41.472Z[ recovery-image] Mar 04 18:38:40.687 INFO O| Mar 04 18:38:40.687 INFO STEP 844 (remove_files) COMPLETE
73562026-03-04T18:38:41.472Z[ recovery-image] Mar 04 18:38:40.687 INFO O| Mar 04 18:38:40.687 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572026-03-04T18:38:41.483Z[ recovery-image] Mar 04 18:38:40.701 INFO O| Mar 04 18:38:40.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
73582026-03-04T18:38:41.486Z[ recovery-image] Mar 04 18:38:40.701 INFO O| Mar 04 18:38:40.701 INFO STEP 845 (remove_files) COMPLETE
73592026-03-04T18:38:41.486Z[ recovery-image] Mar 04 18:38:40.701 INFO O| Mar 04 18:38:40.701 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602026-03-04T18:38:41.496Z[ recovery-image] Mar 04 18:38:40.715 INFO O| Mar 04 18:38:40.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
73612026-03-04T18:38:41.500Z[ recovery-image] Mar 04 18:38:40.715 INFO O| Mar 04 18:38:40.715 INFO STEP 846 (remove_files) COMPLETE
73622026-03-04T18:38:41.500Z[ recovery-image] Mar 04 18:38:40.715 INFO O| Mar 04 18:38:40.715 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632026-03-04T18:38:41.512Z[ recovery-image] Mar 04 18:38:40.729 INFO O| Mar 04 18:38:40.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
73642026-03-04T18:38:41.515Z[ recovery-image] Mar 04 18:38:40.729 INFO O| Mar 04 18:38:40.729 INFO STEP 847 (remove_files) COMPLETE
73652026-03-04T18:38:41.515Z[ recovery-image] Mar 04 18:38:40.729 INFO O| Mar 04 18:38:40.729 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662026-03-04T18:38:41.525Z[ recovery-image] Mar 04 18:38:40.744 INFO O| Mar 04 18:38:40.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
73672026-03-04T18:38:41.528Z[ recovery-image] Mar 04 18:38:40.744 INFO O| Mar 04 18:38:40.744 INFO STEP 848 (remove_files) COMPLETE
73682026-03-04T18:38:41.529Z[ recovery-image] Mar 04 18:38:40.744 INFO O| Mar 04 18:38:40.744 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692026-03-04T18:38:41.541Z[ recovery-image] Mar 04 18:38:40.758 INFO O| Mar 04 18:38:40.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
73702026-03-04T18:38:41.545Z[ recovery-image] Mar 04 18:38:40.758 INFO O| Mar 04 18:38:40.758 INFO STEP 849 (remove_files) COMPLETE
73712026-03-04T18:38:41.545Z[ recovery-image] Mar 04 18:38:40.758 INFO O| Mar 04 18:38:40.758 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722026-03-04T18:38:41.555Z[ recovery-image] Mar 04 18:38:40.773 INFO O| Mar 04 18:38:40.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
73732026-03-04T18:38:41.559Z[ recovery-image] Mar 04 18:38:40.773 INFO O| Mar 04 18:38:40.773 INFO STEP 850 (remove_files) COMPLETE
73742026-03-04T18:38:41.559Z[ recovery-image] Mar 04 18:38:40.773 INFO O| Mar 04 18:38:40.773 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752026-03-04T18:38:41.568Z[ recovery-image] Mar 04 18:38:40.787 INFO O| Mar 04 18:38:40.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
73762026-03-04T18:38:41.572Z[ recovery-image] Mar 04 18:38:40.787 INFO O| Mar 04 18:38:40.787 INFO STEP 851 (remove_files) COMPLETE
73772026-03-04T18:38:41.572Z[ recovery-image] Mar 04 18:38:40.787 INFO O| Mar 04 18:38:40.787 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782026-03-04T18:38:41.583Z[ recovery-image] Mar 04 18:38:40.801 INFO O| Mar 04 18:38:40.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
73792026-03-04T18:38:41.586Z[ recovery-image] Mar 04 18:38:40.801 INFO O| Mar 04 18:38:40.801 INFO STEP 852 (remove_files) COMPLETE
73802026-03-04T18:38:41.586Z[ recovery-image] Mar 04 18:38:40.801 INFO O| Mar 04 18:38:40.801 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812026-03-04T18:38:41.597Z[ recovery-image] Mar 04 18:38:40.815 INFO O| Mar 04 18:38:40.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
73822026-03-04T18:38:41.600Z[ recovery-image] Mar 04 18:38:40.816 INFO O| Mar 04 18:38:40.816 INFO STEP 853 (remove_files) COMPLETE
73832026-03-04T18:38:41.600Z[ recovery-image] Mar 04 18:38:40.816 INFO O| Mar 04 18:38:40.816 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842026-03-04T18:38:41.612Z[ recovery-image] Mar 04 18:38:40.830 INFO O| Mar 04 18:38:40.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
73852026-03-04T18:38:41.615Z[ recovery-image] Mar 04 18:38:40.830 INFO O| Mar 04 18:38:40.830 INFO STEP 854 (remove_files) COMPLETE
73862026-03-04T18:38:41.615Z[ recovery-image] Mar 04 18:38:40.830 INFO O| Mar 04 18:38:40.830 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872026-03-04T18:38:41.626Z[ recovery-image] Mar 04 18:38:40.845 INFO O| Mar 04 18:38:40.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
73882026-03-04T18:38:41.630Z[ recovery-image] Mar 04 18:38:40.845 INFO O| Mar 04 18:38:40.845 INFO STEP 855 (remove_files) COMPLETE
73892026-03-04T18:38:41.630Z[ recovery-image] Mar 04 18:38:40.845 INFO O| Mar 04 18:38:40.845 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902026-03-04T18:38:41.642Z[ recovery-image] Mar 04 18:38:40.860 INFO O| Mar 04 18:38:40.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
73912026-03-04T18:38:41.645Z[ recovery-image] Mar 04 18:38:40.860 INFO O| Mar 04 18:38:40.860 INFO STEP 856 (remove_files) COMPLETE
73922026-03-04T18:38:41.645Z[ recovery-image] Mar 04 18:38:40.860 INFO O| Mar 04 18:38:40.860 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932026-03-04T18:38:41.656Z[ recovery-image] Mar 04 18:38:40.874 INFO O| Mar 04 18:38:40.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
73942026-03-04T18:38:41.659Z[ recovery-image] Mar 04 18:38:40.875 INFO O| Mar 04 18:38:40.875 INFO STEP 857 (remove_files) COMPLETE
73952026-03-04T18:38:41.659Z[ recovery-image] Mar 04 18:38:40.875 INFO O| Mar 04 18:38:40.875 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962026-03-04T18:38:41.671Z[ recovery-image] Mar 04 18:38:40.889 INFO O| Mar 04 18:38:40.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
73972026-03-04T18:38:41.674Z[ recovery-image] Mar 04 18:38:40.889 INFO O| Mar 04 18:38:40.889 INFO STEP 858 (remove_files) COMPLETE
73982026-03-04T18:38:41.674Z[ recovery-image] Mar 04 18:38:40.889 INFO O| Mar 04 18:38:40.889 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992026-03-04T18:38:41.709Z[ recovery-image] Mar 04 18:38:40.927 INFO O| Mar 04 18:38:40.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
74002026-03-04T18:38:41.713Z[ recovery-image] Mar 04 18:38:40.927 INFO O| Mar 04 18:38:40.927 INFO STEP 859 (remove_files) COMPLETE
74012026-03-04T18:38:41.713Z[ recovery-image] Mar 04 18:38:40.927 INFO O| Mar 04 18:38:40.927 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022026-03-04T18:38:41.724Z[ recovery-image] Mar 04 18:38:40.942 INFO O| Mar 04 18:38:40.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
74032026-03-04T18:38:41.727Z[ recovery-image] Mar 04 18:38:40.942 INFO O| Mar 04 18:38:40.942 INFO STEP 860 (remove_files) COMPLETE
74042026-03-04T18:38:41.727Z[ recovery-image] Mar 04 18:38:40.942 INFO O| Mar 04 18:38:40.942 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052026-03-04T18:38:41.739Z[ recovery-image] Mar 04 18:38:40.956 INFO O| Mar 04 18:38:40.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
74062026-03-04T18:38:41.743Z[ recovery-image] Mar 04 18:38:40.957 INFO O| Mar 04 18:38:40.957 INFO STEP 861 (remove_files) COMPLETE
74072026-03-04T18:38:41.743Z[ recovery-image] Mar 04 18:38:40.957 INFO O| Mar 04 18:38:40.957 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082026-03-04T18:38:41.753Z[ recovery-image] Mar 04 18:38:40.971 INFO O| Mar 04 18:38:40.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
74092026-03-04T18:38:41.756Z[ recovery-image] Mar 04 18:38:40.971 INFO O| Mar 04 18:38:40.971 INFO STEP 862 (remove_files) COMPLETE
74102026-03-04T18:38:41.756Z[ recovery-image] Mar 04 18:38:40.971 INFO O| Mar 04 18:38:40.971 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112026-03-04T18:38:41.767Z[ recovery-image] Mar 04 18:38:40.985 INFO O| Mar 04 18:38:40.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
74122026-03-04T18:38:41.770Z[ recovery-image] Mar 04 18:38:40.985 INFO O| Mar 04 18:38:40.985 INFO STEP 863 (remove_files) COMPLETE
74132026-03-04T18:38:41.771Z[ recovery-image] Mar 04 18:38:40.985 INFO O| Mar 04 18:38:40.985 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142026-03-04T18:38:41.780Z[ recovery-image] Mar 04 18:38:40.999 INFO O| Mar 04 18:38:40.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
74152026-03-04T18:38:41.784Z[ recovery-image] Mar 04 18:38:40.999 INFO O| Mar 04 18:38:40.999 INFO STEP 864 (remove_files) COMPLETE
74162026-03-04T18:38:41.784Z[ recovery-image] Mar 04 18:38:40.999 INFO O| Mar 04 18:38:40.999 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172026-03-04T18:38:41.799Z[ recovery-image] Mar 04 18:38:41.018 INFO O| Mar 04 18:38:41.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
74182026-03-04T18:38:41.802Z[ recovery-image] Mar 04 18:38:41.018 INFO O| Mar 04 18:38:41.018 INFO STEP 865 (remove_files) COMPLETE
74192026-03-04T18:38:41.802Z[ recovery-image] Mar 04 18:38:41.018 INFO O| Mar 04 18:38:41.018 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202026-03-04T18:38:41.814Z[ recovery-image] Mar 04 18:38:41.031 INFO O| Mar 04 18:38:41.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
74212026-03-04T18:38:41.817Z[ recovery-image] Mar 04 18:38:41.032 INFO O| Mar 04 18:38:41.031 INFO STEP 866 (remove_files) COMPLETE
74222026-03-04T18:38:41.817Z[ recovery-image] Mar 04 18:38:41.032 INFO O| Mar 04 18:38:41.032 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232026-03-04T18:38:41.828Z[ recovery-image] Mar 04 18:38:41.046 INFO O| Mar 04 18:38:41.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
74242026-03-04T18:38:41.832Z[ recovery-image] Mar 04 18:38:41.046 INFO O| Mar 04 18:38:41.046 INFO STEP 867 (remove_files) COMPLETE
74252026-03-04T18:38:41.833Z[ recovery-image] Mar 04 18:38:41.046 INFO O| Mar 04 18:38:41.046 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262026-03-04T18:38:41.842Z[ recovery-image] Mar 04 18:38:41.060 INFO O| Mar 04 18:38:41.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
74272026-03-04T18:38:41.845Z[ recovery-image] Mar 04 18:38:41.061 INFO O| Mar 04 18:38:41.061 INFO STEP 868 (remove_files) COMPLETE
74282026-03-04T18:38:41.845Z[ recovery-image] Mar 04 18:38:41.061 INFO O| Mar 04 18:38:41.061 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292026-03-04T18:38:41.856Z[ recovery-image] Mar 04 18:38:41.074 INFO O| Mar 04 18:38:41.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
74302026-03-04T18:38:41.859Z[ recovery-image] Mar 04 18:38:41.074 INFO O| Mar 04 18:38:41.074 INFO STEP 869 (remove_files) COMPLETE
74312026-03-04T18:38:41.859Z[ recovery-image] Mar 04 18:38:41.074 INFO O| Mar 04 18:38:41.074 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322026-03-04T18:38:41.872Z[ recovery-image] Mar 04 18:38:41.088 INFO O| Mar 04 18:38:41.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
74332026-03-04T18:38:41.876Z[ recovery-image] Mar 04 18:38:41.088 INFO O| Mar 04 18:38:41.088 INFO STEP 870 (remove_files) COMPLETE
74342026-03-04T18:38:41.876Z[ recovery-image] Mar 04 18:38:41.088 INFO O| Mar 04 18:38:41.088 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352026-03-04T18:38:41.884Z[ recovery-image] Mar 04 18:38:41.102 INFO O| Mar 04 18:38:41.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
74362026-03-04T18:38:41.888Z[ recovery-image] Mar 04 18:38:41.102 INFO O| Mar 04 18:38:41.102 INFO STEP 871 (remove_files) COMPLETE
74372026-03-04T18:38:41.888Z[ recovery-image] Mar 04 18:38:41.102 INFO O| Mar 04 18:38:41.102 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382026-03-04T18:38:41.897Z[ recovery-image] Mar 04 18:38:41.115 INFO O| Mar 04 18:38:41.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
74392026-03-04T18:38:41.903Z[ recovery-image] Mar 04 18:38:41.115 INFO O| Mar 04 18:38:41.115 INFO STEP 872 (remove_files) COMPLETE
74402026-03-04T18:38:41.903Z[ recovery-image] Mar 04 18:38:41.116 INFO O| Mar 04 18:38:41.116 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412026-03-04T18:38:41.912Z[ recovery-image] Mar 04 18:38:41.129 INFO O| Mar 04 18:38:41.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
74422026-03-04T18:38:41.915Z[ recovery-image] Mar 04 18:38:41.129 INFO O| Mar 04 18:38:41.129 INFO STEP 873 (remove_files) COMPLETE
74432026-03-04T18:38:41.915Z[ recovery-image] Mar 04 18:38:41.129 INFO O| Mar 04 18:38:41.129 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442026-03-04T18:38:41.925Z[ recovery-image] Mar 04 18:38:41.143 INFO O| Mar 04 18:38:41.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
74452026-03-04T18:38:41.928Z[ recovery-image] Mar 04 18:38:41.143 INFO O| Mar 04 18:38:41.143 INFO STEP 874 (remove_files) COMPLETE
74462026-03-04T18:38:41.928Z[ recovery-image] Mar 04 18:38:41.143 INFO O| Mar 04 18:38:41.143 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472026-03-04T18:38:41.939Z[ recovery-image] Mar 04 18:38:41.158 INFO O| Mar 04 18:38:41.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
74482026-03-04T18:38:41.939Z[ recovery-image] Mar 04 18:38:41.158 INFO O| Mar 04 18:38:41.158 INFO STEP 875 (remove_files) COMPLETE
74492026-03-04T18:38:41.939Z[ recovery-image] Mar 04 18:38:41.158 INFO O| Mar 04 18:38:41.158 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502026-03-04T18:38:41.953Z[ recovery-image] Mar 04 18:38:41.171 INFO O| Mar 04 18:38:41.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
74512026-03-04T18:38:41.953Z[ recovery-image] Mar 04 18:38:41.171 INFO O| Mar 04 18:38:41.171 INFO STEP 876 (remove_files) COMPLETE
74522026-03-04T18:38:41.957Z[ recovery-image] Mar 04 18:38:41.171 INFO O| Mar 04 18:38:41.171 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532026-03-04T18:38:41.967Z[ recovery-image] Mar 04 18:38:41.185 INFO O| Mar 04 18:38:41.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
74542026-03-04T18:38:41.967Z[ recovery-image] Mar 04 18:38:41.185 INFO O| Mar 04 18:38:41.185 INFO STEP 877 (remove_files) COMPLETE
74552026-03-04T18:38:41.971Z[ recovery-image] Mar 04 18:38:41.185 INFO O| Mar 04 18:38:41.185 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562026-03-04T18:38:41.986Z[ recovery-image] Mar 04 18:38:41.200 INFO O| Mar 04 18:38:41.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
74572026-03-04T18:38:41.986Z[ recovery-image] Mar 04 18:38:41.201 INFO O| Mar 04 18:38:41.200 INFO STEP 878 (remove_files) COMPLETE
74582026-03-04T18:38:41.994Z[ recovery-image] Mar 04 18:38:41.201 INFO O| Mar 04 18:38:41.201 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592026-03-04T18:38:41.997Z[ recovery-image] Mar 04 18:38:41.215 INFO O| Mar 04 18:38:41.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
74602026-03-04T18:38:41.997Z[ recovery-image] Mar 04 18:38:41.215 INFO O| Mar 04 18:38:41.215 INFO STEP 879 (remove_files) COMPLETE
74612026-03-04T18:38:42.000Z[ recovery-image] Mar 04 18:38:41.215 INFO O| Mar 04 18:38:41.215 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622026-03-04T18:38:42.012Z[ recovery-image] Mar 04 18:38:41.230 INFO O| Mar 04 18:38:41.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
74632026-03-04T18:38:42.012Z[ recovery-image] Mar 04 18:38:41.230 INFO O| Mar 04 18:38:41.230 INFO STEP 880 (remove_files) COMPLETE
74642026-03-04T18:38:42.012Z[ recovery-image] Mar 04 18:38:41.230 INFO O| Mar 04 18:38:41.230 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652026-03-04T18:38:42.027Z[ recovery-image] Mar 04 18:38:41.245 INFO O| Mar 04 18:38:41.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
74662026-03-04T18:38:42.027Z[ recovery-image] Mar 04 18:38:41.245 INFO O| Mar 04 18:38:41.245 INFO STEP 881 (remove_files) COMPLETE
74672026-03-04T18:38:42.027Z[ recovery-image] Mar 04 18:38:41.245 INFO O| Mar 04 18:38:41.245 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682026-03-04T18:38:42.043Z[ recovery-image] Mar 04 18:38:41.260 INFO O| Mar 04 18:38:41.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
74692026-03-04T18:38:42.046Z[ recovery-image] Mar 04 18:38:41.260 INFO O| Mar 04 18:38:41.260 INFO STEP 882 (remove_files) COMPLETE
74702026-03-04T18:38:42.046Z[ recovery-image] Mar 04 18:38:41.260 INFO O| Mar 04 18:38:41.260 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712026-03-04T18:38:42.074Z[ recovery-image] Mar 04 18:38:41.275 INFO O| Mar 04 18:38:41.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
74722026-03-04T18:38:42.074Z[ recovery-image] Mar 04 18:38:41.275 INFO O| Mar 04 18:38:41.275 INFO STEP 883 (remove_files) COMPLETE
74732026-03-04T18:38:42.074Z[ recovery-image] Mar 04 18:38:41.275 INFO O| Mar 04 18:38:41.275 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742026-03-04T18:38:42.074Z[ recovery-image] Mar 04 18:38:41.289 INFO O| Mar 04 18:38:41.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
74752026-03-04T18:38:42.074Z[ recovery-image] Mar 04 18:38:41.289 INFO O| Mar 04 18:38:41.289 INFO STEP 884 (remove_files) COMPLETE
74762026-03-04T18:38:42.074Z[ recovery-image] Mar 04 18:38:41.289 INFO O| Mar 04 18:38:41.289 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772026-03-04T18:38:42.084Z[ recovery-image] Mar 04 18:38:41.302 INFO O| Mar 04 18:38:41.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
74782026-03-04T18:38:42.084Z[ recovery-image] Mar 04 18:38:41.302 INFO O| Mar 04 18:38:41.302 INFO STEP 885 (remove_files) COMPLETE
74792026-03-04T18:38:42.084Z[ recovery-image] Mar 04 18:38:41.302 INFO O| Mar 04 18:38:41.302 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802026-03-04T18:38:42.098Z[ recovery-image] Mar 04 18:38:41.316 INFO O| Mar 04 18:38:41.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
74812026-03-04T18:38:42.099Z[ recovery-image] Mar 04 18:38:41.316 INFO O| Mar 04 18:38:41.316 INFO STEP 886 (remove_files) COMPLETE
74822026-03-04T18:38:42.099Z[ recovery-image] Mar 04 18:38:41.316 INFO O| Mar 04 18:38:41.316 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832026-03-04T18:38:42.110Z[ recovery-image] Mar 04 18:38:41.328 INFO O| Mar 04 18:38:41.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
74842026-03-04T18:38:42.110Z[ recovery-image] Mar 04 18:38:41.328 INFO O| Mar 04 18:38:41.328 INFO STEP 887 (remove_files) COMPLETE
74852026-03-04T18:38:42.113Z[ recovery-image] Mar 04 18:38:41.328 INFO O| Mar 04 18:38:41.328 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862026-03-04T18:38:42.129Z[ recovery-image] Mar 04 18:38:41.341 INFO O| Mar 04 18:38:41.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
74872026-03-04T18:38:42.129Z[ recovery-image] Mar 04 18:38:41.341 INFO O| Mar 04 18:38:41.341 INFO STEP 888 (remove_files) COMPLETE
74882026-03-04T18:38:42.129Z[ recovery-image] Mar 04 18:38:41.341 INFO O| Mar 04 18:38:41.341 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892026-03-04T18:38:42.135Z[ recovery-image] Mar 04 18:38:41.353 INFO O| Mar 04 18:38:41.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
74902026-03-04T18:38:42.135Z[ recovery-image] Mar 04 18:38:41.354 INFO O| Mar 04 18:38:41.353 INFO STEP 889 (remove_files) COMPLETE
74912026-03-04T18:38:42.162Z[ recovery-image] Mar 04 18:38:41.354 INFO O| Mar 04 18:38:41.353 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922026-03-04T18:38:42.162Z[ recovery-image] Mar 04 18:38:41.365 INFO O| Mar 04 18:38:41.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
74932026-03-04T18:38:42.162Z[ recovery-image] Mar 04 18:38:41.365 INFO O| Mar 04 18:38:41.365 INFO STEP 890 (remove_files) COMPLETE
74942026-03-04T18:38:42.163Z[ recovery-image] Mar 04 18:38:41.365 INFO O| Mar 04 18:38:41.365 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952026-03-04T18:38:42.163Z[ recovery-image] Mar 04 18:38:41.378 INFO O| Mar 04 18:38:41.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
74962026-03-04T18:38:42.163Z[ recovery-image] Mar 04 18:38:41.378 INFO O| Mar 04 18:38:41.378 INFO STEP 891 (remove_files) COMPLETE
74972026-03-04T18:38:42.163Z[ recovery-image] Mar 04 18:38:41.378 INFO O| Mar 04 18:38:41.378 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982026-03-04T18:38:42.172Z[ recovery-image] Mar 04 18:38:41.389 INFO O| Mar 04 18:38:41.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
74992026-03-04T18:38:42.172Z[ recovery-image] Mar 04 18:38:41.389 INFO O| Mar 04 18:38:41.389 INFO STEP 892 (remove_files) COMPLETE
75002026-03-04T18:38:42.172Z[ recovery-image] Mar 04 18:38:41.389 INFO O| Mar 04 18:38:41.389 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012026-03-04T18:38:42.184Z[ recovery-image] Mar 04 18:38:41.402 INFO O| Mar 04 18:38:41.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
75022026-03-04T18:38:42.184Z[ recovery-image] Mar 04 18:38:41.402 INFO O| Mar 04 18:38:41.402 INFO STEP 893 (remove_files) COMPLETE
75032026-03-04T18:38:42.184Z[ recovery-image] Mar 04 18:38:41.402 INFO O| Mar 04 18:38:41.402 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042026-03-04T18:38:42.198Z[ recovery-image] Mar 04 18:38:41.416 INFO O| Mar 04 18:38:41.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
75052026-03-04T18:38:42.198Z[ recovery-image] Mar 04 18:38:41.416 INFO O| Mar 04 18:38:41.416 INFO STEP 894 (remove_files) COMPLETE
75062026-03-04T18:38:42.198Z[ recovery-image] Mar 04 18:38:41.416 INFO O| Mar 04 18:38:41.416 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072026-03-04T18:38:42.212Z[ recovery-image] Mar 04 18:38:41.431 INFO O| Mar 04 18:38:41.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
75082026-03-04T18:38:42.215Z[ recovery-image] Mar 04 18:38:41.431 INFO O| Mar 04 18:38:41.431 INFO STEP 895 (remove_files) COMPLETE
75092026-03-04T18:38:42.215Z[ recovery-image] Mar 04 18:38:41.431 INFO O| Mar 04 18:38:41.431 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102026-03-04T18:38:42.227Z[ recovery-image] Mar 04 18:38:41.445 INFO O| Mar 04 18:38:41.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
75112026-03-04T18:38:42.227Z[ recovery-image] Mar 04 18:38:41.445 INFO O| Mar 04 18:38:41.445 INFO STEP 896 (remove_files) COMPLETE
75122026-03-04T18:38:42.231Z[ recovery-image] Mar 04 18:38:41.445 INFO O| Mar 04 18:38:41.445 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132026-03-04T18:38:42.242Z[ recovery-image] Mar 04 18:38:41.459 INFO O| Mar 04 18:38:41.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
75142026-03-04T18:38:42.242Z[ recovery-image] Mar 04 18:38:41.459 INFO O| Mar 04 18:38:41.459 INFO STEP 897 (remove_files) COMPLETE
75152026-03-04T18:38:42.242Z[ recovery-image] Mar 04 18:38:41.459 INFO O| Mar 04 18:38:41.459 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162026-03-04T18:38:42.255Z[ recovery-image] Mar 04 18:38:41.473 INFO O| Mar 04 18:38:41.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
75172026-03-04T18:38:42.256Z[ recovery-image] Mar 04 18:38:41.473 INFO O| Mar 04 18:38:41.473 INFO STEP 898 (remove_files) COMPLETE
75182026-03-04T18:38:42.257Z[ recovery-image] Mar 04 18:38:41.473 INFO O| Mar 04 18:38:41.473 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192026-03-04T18:38:42.271Z[ recovery-image] Mar 04 18:38:41.488 INFO O| Mar 04 18:38:41.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
75202026-03-04T18:38:42.271Z[ recovery-image] Mar 04 18:38:41.488 INFO O| Mar 04 18:38:41.488 INFO STEP 899 (remove_files) COMPLETE
75212026-03-04T18:38:42.274Z[ recovery-image] Mar 04 18:38:41.488 INFO O| Mar 04 18:38:41.488 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222026-03-04T18:38:42.284Z[ recovery-image] Mar 04 18:38:41.502 INFO O| Mar 04 18:38:41.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
75232026-03-04T18:38:42.284Z[ recovery-image] Mar 04 18:38:41.503 INFO O| Mar 04 18:38:41.502 INFO STEP 900 (remove_files) COMPLETE
75242026-03-04T18:38:42.284Z[ recovery-image] Mar 04 18:38:41.503 INFO O| Mar 04 18:38:41.502 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252026-03-04T18:38:42.300Z[ recovery-image] Mar 04 18:38:41.517 INFO O| Mar 04 18:38:41.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
75262026-03-04T18:38:42.300Z[ recovery-image] Mar 04 18:38:41.517 INFO O| Mar 04 18:38:41.517 INFO STEP 901 (remove_files) COMPLETE
75272026-03-04T18:38:42.300Z[ recovery-image] Mar 04 18:38:41.517 INFO O| Mar 04 18:38:41.517 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282026-03-04T18:38:42.313Z[ recovery-image] Mar 04 18:38:41.532 INFO O| Mar 04 18:38:41.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
75292026-03-04T18:38:42.313Z[ recovery-image] Mar 04 18:38:41.532 INFO O| Mar 04 18:38:41.532 INFO STEP 902 (remove_files) COMPLETE
75302026-03-04T18:38:42.318Z[ recovery-image] Mar 04 18:38:41.532 INFO O| Mar 04 18:38:41.532 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312026-03-04T18:38:42.328Z[ recovery-image] Mar 04 18:38:41.546 INFO O| Mar 04 18:38:41.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
75322026-03-04T18:38:42.328Z[ recovery-image] Mar 04 18:38:41.547 INFO O| Mar 04 18:38:41.547 INFO STEP 903 (remove_files) COMPLETE
75332026-03-04T18:38:42.328Z[ recovery-image] Mar 04 18:38:41.547 INFO O| Mar 04 18:38:41.547 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342026-03-04T18:38:42.343Z[ recovery-image] Mar 04 18:38:41.560 INFO O| Mar 04 18:38:41.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
75352026-03-04T18:38:42.343Z[ recovery-image] Mar 04 18:38:41.561 INFO O| Mar 04 18:38:41.561 INFO STEP 904 (remove_files) COMPLETE
75362026-03-04T18:38:42.347Z[ recovery-image] Mar 04 18:38:41.561 INFO O| Mar 04 18:38:41.561 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372026-03-04T18:38:42.357Z[ recovery-image] Mar 04 18:38:41.575 INFO O| Mar 04 18:38:41.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
75382026-03-04T18:38:42.357Z[ recovery-image] Mar 04 18:38:41.575 INFO O| Mar 04 18:38:41.575 INFO STEP 905 (remove_files) COMPLETE
75392026-03-04T18:38:42.361Z[ recovery-image] Mar 04 18:38:41.575 INFO O| Mar 04 18:38:41.575 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402026-03-04T18:38:42.372Z[ recovery-image] Mar 04 18:38:41.589 INFO O| Mar 04 18:38:41.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
75412026-03-04T18:38:42.372Z[ recovery-image] Mar 04 18:38:41.589 INFO O| Mar 04 18:38:41.589 INFO STEP 906 (remove_files) COMPLETE
75422026-03-04T18:38:42.372Z[ recovery-image] Mar 04 18:38:41.589 INFO O| Mar 04 18:38:41.589 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432026-03-04T18:38:42.385Z[ recovery-image] Mar 04 18:38:41.603 INFO O| Mar 04 18:38:41.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
75442026-03-04T18:38:42.386Z[ recovery-image] Mar 04 18:38:41.603 INFO O| Mar 04 18:38:41.603 INFO STEP 907 (remove_files) COMPLETE
75452026-03-04T18:38:42.386Z[ recovery-image] Mar 04 18:38:41.603 INFO O| Mar 04 18:38:41.603 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462026-03-04T18:38:42.399Z[ recovery-image] Mar 04 18:38:41.617 INFO O| Mar 04 18:38:41.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
75472026-03-04T18:38:42.402Z[ recovery-image] Mar 04 18:38:41.617 INFO O| Mar 04 18:38:41.617 INFO STEP 908 (remove_files) COMPLETE
75482026-03-04T18:38:42.402Z[ recovery-image] Mar 04 18:38:41.617 INFO O| Mar 04 18:38:41.617 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492026-03-04T18:38:42.413Z[ recovery-image] Mar 04 18:38:41.632 INFO O| Mar 04 18:38:41.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
75502026-03-04T18:38:42.413Z[ recovery-image] Mar 04 18:38:41.632 INFO O| Mar 04 18:38:41.632 INFO STEP 909 (remove_files) COMPLETE
75512026-03-04T18:38:42.413Z[ recovery-image] Mar 04 18:38:41.632 INFO O| Mar 04 18:38:41.632 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522026-03-04T18:38:42.428Z[ recovery-image] Mar 04 18:38:41.646 INFO O| Mar 04 18:38:41.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
75532026-03-04T18:38:42.428Z[ recovery-image] Mar 04 18:38:41.647 INFO O| Mar 04 18:38:41.646 INFO STEP 910 (remove_files) COMPLETE
75542026-03-04T18:38:42.428Z[ recovery-image] Mar 04 18:38:41.647 INFO O| Mar 04 18:38:41.646 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552026-03-04T18:38:42.442Z[ recovery-image] Mar 04 18:38:41.660 INFO O| Mar 04 18:38:41.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
75562026-03-04T18:38:42.442Z[ recovery-image] Mar 04 18:38:41.660 INFO O| Mar 04 18:38:41.660 INFO STEP 911 (remove_files) COMPLETE
75572026-03-04T18:38:42.445Z[ recovery-image] Mar 04 18:38:41.660 INFO O| Mar 04 18:38:41.660 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582026-03-04T18:38:42.456Z[ recovery-image] Mar 04 18:38:41.674 INFO O| Mar 04 18:38:41.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
75592026-03-04T18:38:42.456Z[ recovery-image] Mar 04 18:38:41.674 INFO O| Mar 04 18:38:41.674 INFO STEP 912 (remove_files) COMPLETE
75602026-03-04T18:38:42.460Z[ recovery-image] Mar 04 18:38:41.674 INFO O| Mar 04 18:38:41.674 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612026-03-04T18:38:42.470Z[ recovery-image] Mar 04 18:38:41.688 INFO O| Mar 04 18:38:41.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
75622026-03-04T18:38:42.470Z[ recovery-image] Mar 04 18:38:41.688 INFO O| Mar 04 18:38:41.688 INFO STEP 913 (remove_files) COMPLETE
75632026-03-04T18:38:42.476Z[ recovery-image] Mar 04 18:38:41.688 INFO O| Mar 04 18:38:41.688 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642026-03-04T18:38:42.484Z[ recovery-image] Mar 04 18:38:41.702 INFO O| Mar 04 18:38:41.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
75652026-03-04T18:38:42.484Z[ recovery-image] Mar 04 18:38:41.702 INFO O| Mar 04 18:38:41.702 INFO STEP 914 (remove_files) COMPLETE
75662026-03-04T18:38:42.487Z[ recovery-image] Mar 04 18:38:41.702 INFO O| Mar 04 18:38:41.702 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672026-03-04T18:38:42.498Z[ recovery-image] Mar 04 18:38:41.717 INFO O| Mar 04 18:38:41.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
75682026-03-04T18:38:42.498Z[ recovery-image] Mar 04 18:38:41.717 INFO O| Mar 04 18:38:41.717 INFO STEP 915 (remove_files) COMPLETE
75692026-03-04T18:38:42.498Z[ recovery-image] Mar 04 18:38:41.717 INFO O| Mar 04 18:38:41.717 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702026-03-04T18:38:42.513Z[ recovery-image] Mar 04 18:38:41.732 INFO O| Mar 04 18:38:41.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
75712026-03-04T18:38:42.513Z[ recovery-image] Mar 04 18:38:41.732 INFO O| Mar 04 18:38:41.732 INFO STEP 916 (remove_files) COMPLETE
75722026-03-04T18:38:42.514Z[ recovery-image] Mar 04 18:38:41.732 INFO O| Mar 04 18:38:41.732 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732026-03-04T18:38:42.528Z[ recovery-image] Mar 04 18:38:41.747 INFO O| Mar 04 18:38:41.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
75742026-03-04T18:38:42.529Z[ recovery-image] Mar 04 18:38:41.747 INFO O| Mar 04 18:38:41.747 INFO STEP 917 (remove_files) COMPLETE
75752026-03-04T18:38:42.529Z[ recovery-image] Mar 04 18:38:41.747 INFO O| Mar 04 18:38:41.747 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762026-03-04T18:38:42.545Z[ recovery-image] Mar 04 18:38:41.761 INFO O| Mar 04 18:38:41.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
75772026-03-04T18:38:42.545Z[ recovery-image] Mar 04 18:38:41.762 INFO O| Mar 04 18:38:41.761 INFO STEP 918 (remove_files) COMPLETE
75782026-03-04T18:38:42.545Z[ recovery-image] Mar 04 18:38:41.762 INFO O| Mar 04 18:38:41.762 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792026-03-04T18:38:42.558Z[ recovery-image] Mar 04 18:38:41.775 INFO O| Mar 04 18:38:41.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
75802026-03-04T18:38:42.558Z[ recovery-image] Mar 04 18:38:41.775 INFO O| Mar 04 18:38:41.775 INFO STEP 919 (remove_files) COMPLETE
75812026-03-04T18:38:42.558Z[ recovery-image] Mar 04 18:38:41.775 INFO O| Mar 04 18:38:41.775 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822026-03-04T18:38:42.571Z[ recovery-image] Mar 04 18:38:41.789 INFO O| Mar 04 18:38:41.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
75832026-03-04T18:38:42.571Z[ recovery-image] Mar 04 18:38:41.790 INFO O| Mar 04 18:38:41.790 INFO STEP 920 (remove_files) COMPLETE
75842026-03-04T18:38:42.572Z[ recovery-image] Mar 04 18:38:41.790 INFO O| Mar 04 18:38:41.790 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852026-03-04T18:38:42.586Z[ recovery-image] Mar 04 18:38:41.804 INFO O| Mar 04 18:38:41.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
75862026-03-04T18:38:42.586Z[ recovery-image] Mar 04 18:38:41.804 INFO O| Mar 04 18:38:41.804 INFO STEP 921 (remove_files) COMPLETE
75872026-03-04T18:38:42.586Z[ recovery-image] Mar 04 18:38:41.804 INFO O| Mar 04 18:38:41.804 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882026-03-04T18:38:42.601Z[ recovery-image] Mar 04 18:38:41.819 INFO O| Mar 04 18:38:41.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
75892026-03-04T18:38:42.601Z[ recovery-image] Mar 04 18:38:41.819 INFO O| Mar 04 18:38:41.819 INFO STEP 922 (remove_files) COMPLETE
75902026-03-04T18:38:42.601Z[ recovery-image] Mar 04 18:38:41.819 INFO O| Mar 04 18:38:41.819 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912026-03-04T18:38:42.616Z[ recovery-image] Mar 04 18:38:41.834 INFO O| Mar 04 18:38:41.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
75922026-03-04T18:38:42.616Z[ recovery-image] Mar 04 18:38:41.834 INFO O| Mar 04 18:38:41.834 INFO STEP 923 (remove_files) COMPLETE
75932026-03-04T18:38:42.616Z[ recovery-image] Mar 04 18:38:41.834 INFO O| Mar 04 18:38:41.834 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942026-03-04T18:38:42.630Z[ recovery-image] Mar 04 18:38:41.847 INFO O| Mar 04 18:38:41.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
75952026-03-04T18:38:42.630Z[ recovery-image] Mar 04 18:38:41.847 INFO O| Mar 04 18:38:41.847 INFO STEP 924 (remove_files) COMPLETE
75962026-03-04T18:38:42.630Z[ recovery-image] Mar 04 18:38:41.847 INFO O| Mar 04 18:38:41.847 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972026-03-04T18:38:42.643Z[ recovery-image] Mar 04 18:38:41.861 INFO O| Mar 04 18:38:41.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
75982026-03-04T18:38:42.643Z[ recovery-image] Mar 04 18:38:41.861 INFO O| Mar 04 18:38:41.861 INFO STEP 925 (remove_files) COMPLETE
75992026-03-04T18:38:42.643Z[ recovery-image] Mar 04 18:38:41.861 INFO O| Mar 04 18:38:41.861 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002026-03-04T18:38:42.658Z[ recovery-image] Mar 04 18:38:41.876 INFO O| Mar 04 18:38:41.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
76012026-03-04T18:38:42.658Z[ recovery-image] Mar 04 18:38:41.876 INFO O| Mar 04 18:38:41.876 INFO STEP 926 (remove_files) COMPLETE
76022026-03-04T18:38:42.658Z[ recovery-image] Mar 04 18:38:41.876 INFO O| Mar 04 18:38:41.876 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032026-03-04T18:38:42.674Z[ recovery-image] Mar 04 18:38:41.891 INFO O| Mar 04 18:38:41.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
76042026-03-04T18:38:42.674Z[ recovery-image] Mar 04 18:38:41.891 INFO O| Mar 04 18:38:41.891 INFO STEP 927 (remove_files) COMPLETE
76052026-03-04T18:38:42.678Z[ recovery-image] Mar 04 18:38:41.891 INFO O| Mar 04 18:38:41.891 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062026-03-04T18:38:42.688Z[ recovery-image] Mar 04 18:38:41.906 INFO O| Mar 04 18:38:41.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
76072026-03-04T18:38:42.689Z[ recovery-image] Mar 04 18:38:41.906 INFO O| Mar 04 18:38:41.906 INFO STEP 928 (remove_files) COMPLETE
76082026-03-04T18:38:42.689Z[ recovery-image] Mar 04 18:38:41.906 INFO O| Mar 04 18:38:41.906 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092026-03-04T18:38:42.704Z[ recovery-image] Mar 04 18:38:41.922 INFO O| Mar 04 18:38:41.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
76102026-03-04T18:38:42.704Z[ recovery-image] Mar 04 18:38:41.922 INFO O| Mar 04 18:38:41.922 INFO STEP 929 (remove_files) COMPLETE
76112026-03-04T18:38:42.704Z[ recovery-image] Mar 04 18:38:41.922 INFO O| Mar 04 18:38:41.922 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122026-03-04T18:38:42.719Z[ recovery-image] Mar 04 18:38:41.937 INFO O| Mar 04 18:38:41.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
76132026-03-04T18:38:42.723Z[ recovery-image] Mar 04 18:38:41.937 INFO O| Mar 04 18:38:41.937 INFO STEP 930 (remove_files) COMPLETE
76142026-03-04T18:38:42.723Z[ recovery-image] Mar 04 18:38:41.937 INFO O| Mar 04 18:38:41.937 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152026-03-04T18:38:42.732Z[ recovery-image] Mar 04 18:38:41.950 INFO O| Mar 04 18:38:41.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
76162026-03-04T18:38:42.732Z[ recovery-image] Mar 04 18:38:41.951 INFO O| Mar 04 18:38:41.950 INFO STEP 931 (remove_files) COMPLETE
76172026-03-04T18:38:42.733Z[ recovery-image] Mar 04 18:38:41.951 INFO O| Mar 04 18:38:41.950 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182026-03-04T18:38:42.747Z[ recovery-image] Mar 04 18:38:41.965 INFO O| Mar 04 18:38:41.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
76192026-03-04T18:38:42.747Z[ recovery-image] Mar 04 18:38:41.965 INFO O| Mar 04 18:38:41.965 INFO STEP 932 (remove_files) COMPLETE
76202026-03-04T18:38:42.747Z[ recovery-image] Mar 04 18:38:41.965 INFO O| Mar 04 18:38:41.965 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212026-03-04T18:38:42.759Z[ recovery-image] Mar 04 18:38:41.978 INFO O| Mar 04 18:38:41.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
76222026-03-04T18:38:42.759Z[ recovery-image] Mar 04 18:38:41.978 INFO O| Mar 04 18:38:41.978 INFO STEP 933 (remove_files) COMPLETE
76232026-03-04T18:38:42.759Z[ recovery-image] Mar 04 18:38:41.978 INFO O| Mar 04 18:38:41.978 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242026-03-04T18:38:42.773Z[ recovery-image] Mar 04 18:38:41.991 INFO O| Mar 04 18:38:41.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
76252026-03-04T18:38:42.773Z[ recovery-image] Mar 04 18:38:41.991 INFO O| Mar 04 18:38:41.991 INFO STEP 934 (remove_files) COMPLETE
76262026-03-04T18:38:42.776Z[ recovery-image] Mar 04 18:38:41.991 INFO O| Mar 04 18:38:41.991 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272026-03-04T18:38:42.788Z[ recovery-image] Mar 04 18:38:42.005 INFO O| Mar 04 18:38:42.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
76282026-03-04T18:38:42.789Z[ recovery-image] Mar 04 18:38:42.006 INFO O| Mar 04 18:38:42.006 INFO STEP 935 (remove_files) COMPLETE
76292026-03-04T18:38:42.790Z[ recovery-image] Mar 04 18:38:42.006 INFO O| Mar 04 18:38:42.006 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302026-03-04T18:38:42.802Z[ recovery-image] Mar 04 18:38:42.020 INFO O| Mar 04 18:38:42.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
76312026-03-04T18:38:42.802Z[ recovery-image] Mar 04 18:38:42.020 INFO O| Mar 04 18:38:42.020 INFO STEP 936 (remove_files) COMPLETE
76322026-03-04T18:38:42.802Z[ recovery-image] Mar 04 18:38:42.020 INFO O| Mar 04 18:38:42.020 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332026-03-04T18:38:42.815Z[ recovery-image] Mar 04 18:38:42.034 INFO O| Mar 04 18:38:42.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
76342026-03-04T18:38:42.816Z[ recovery-image] Mar 04 18:38:42.034 INFO O| Mar 04 18:38:42.034 INFO STEP 937 (remove_files) COMPLETE
76352026-03-04T18:38:42.816Z[ recovery-image] Mar 04 18:38:42.034 INFO O| Mar 04 18:38:42.034 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362026-03-04T18:38:42.830Z[ recovery-image] Mar 04 18:38:42.048 INFO O| Mar 04 18:38:42.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
76372026-03-04T18:38:42.833Z[ recovery-image] Mar 04 18:38:42.048 INFO O| Mar 04 18:38:42.048 INFO STEP 938 (remove_files) COMPLETE
76382026-03-04T18:38:42.833Z[ recovery-image] Mar 04 18:38:42.048 INFO O| Mar 04 18:38:42.048 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392026-03-04T18:38:42.843Z[ recovery-image] Mar 04 18:38:42.061 INFO O| Mar 04 18:38:42.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
76402026-03-04T18:38:42.846Z[ recovery-image] Mar 04 18:38:42.061 INFO O| Mar 04 18:38:42.061 INFO STEP 939 (remove_files) COMPLETE
76412026-03-04T18:38:42.846Z[ recovery-image] Mar 04 18:38:42.061 INFO O| Mar 04 18:38:42.061 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422026-03-04T18:38:42.858Z[ recovery-image] Mar 04 18:38:42.076 INFO O| Mar 04 18:38:42.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
76432026-03-04T18:38:42.858Z[ recovery-image] Mar 04 18:38:42.076 INFO O| Mar 04 18:38:42.076 INFO STEP 940 (remove_files) COMPLETE
76442026-03-04T18:38:42.862Z[ recovery-image] Mar 04 18:38:42.076 INFO O| Mar 04 18:38:42.076 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452026-03-04T18:38:42.871Z[ recovery-image] Mar 04 18:38:42.089 INFO O| Mar 04 18:38:42.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
76462026-03-04T18:38:42.873Z[ recovery-image] Mar 04 18:38:42.089 INFO O| Mar 04 18:38:42.089 INFO STEP 941 (remove_files) COMPLETE
76472026-03-04T18:38:42.875Z[ recovery-image] Mar 04 18:38:42.089 INFO O| Mar 04 18:38:42.089 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482026-03-04T18:38:42.885Z[ recovery-image] Mar 04 18:38:42.103 INFO O| Mar 04 18:38:42.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
76492026-03-04T18:38:42.885Z[ recovery-image] Mar 04 18:38:42.103 INFO O| Mar 04 18:38:42.103 INFO STEP 942 (remove_files) COMPLETE
76502026-03-04T18:38:42.885Z[ recovery-image] Mar 04 18:38:42.103 INFO O| Mar 04 18:38:42.103 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512026-03-04T18:38:42.899Z[ recovery-image] Mar 04 18:38:42.117 INFO O| Mar 04 18:38:42.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
76522026-03-04T18:38:42.902Z[ recovery-image] Mar 04 18:38:42.118 INFO O| Mar 04 18:38:42.118 INFO STEP 943 (remove_files) COMPLETE
76532026-03-04T18:38:42.902Z[ recovery-image] Mar 04 18:38:42.118 INFO O| Mar 04 18:38:42.118 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542026-03-04T18:38:42.913Z[ recovery-image] Mar 04 18:38:42.132 INFO O| Mar 04 18:38:42.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
76552026-03-04T18:38:42.913Z[ recovery-image] Mar 04 18:38:42.132 INFO O| Mar 04 18:38:42.132 INFO STEP 944 (remove_files) COMPLETE
76562026-03-04T18:38:42.913Z[ recovery-image] Mar 04 18:38:42.132 INFO O| Mar 04 18:38:42.132 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572026-03-04T18:38:42.926Z[ recovery-image] Mar 04 18:38:42.145 INFO O| Mar 04 18:38:42.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
76582026-03-04T18:38:42.926Z[ recovery-image] Mar 04 18:38:42.145 INFO O| Mar 04 18:38:42.145 INFO STEP 945 (remove_files) COMPLETE
76592026-03-04T18:38:42.926Z[ recovery-image] Mar 04 18:38:42.145 INFO O| Mar 04 18:38:42.145 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76602026-03-04T18:38:42.940Z[ recovery-image] Mar 04 18:38:42.158 INFO O| Mar 04 18:38:42.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
76612026-03-04T18:38:42.940Z[ recovery-image] Mar 04 18:38:42.158 INFO O| Mar 04 18:38:42.158 INFO STEP 946 (remove_files) COMPLETE
76622026-03-04T18:38:42.943Z[ recovery-image] Mar 04 18:38:42.158 INFO O| Mar 04 18:38:42.158 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76632026-03-04T18:38:42.955Z[ recovery-image] Mar 04 18:38:42.174 INFO O| Mar 04 18:38:42.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
76642026-03-04T18:38:42.955Z[ recovery-image] Mar 04 18:38:42.174 INFO O| Mar 04 18:38:42.174 INFO STEP 947 (remove_files) COMPLETE
76652026-03-04T18:38:42.955Z[ recovery-image] Mar 04 18:38:42.174 INFO O| Mar 04 18:38:42.174 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76662026-03-04T18:38:42.970Z[ recovery-image] Mar 04 18:38:42.188 INFO O| Mar 04 18:38:42.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
76672026-03-04T18:38:42.970Z[ recovery-image] Mar 04 18:38:42.188 INFO O| Mar 04 18:38:42.188 INFO STEP 948 (remove_files) COMPLETE
76682026-03-04T18:38:42.970Z[ recovery-image] Mar 04 18:38:42.188 INFO O| Mar 04 18:38:42.188 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76692026-03-04T18:38:42.983Z[ recovery-image] Mar 04 18:38:42.202 INFO O| Mar 04 18:38:42.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
76702026-03-04T18:38:42.983Z[ recovery-image] Mar 04 18:38:42.202 INFO O| Mar 04 18:38:42.202 INFO STEP 949 (remove_files) COMPLETE
76712026-03-04T18:38:42.986Z[ recovery-image] Mar 04 18:38:42.202 INFO O| Mar 04 18:38:42.202 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76722026-03-04T18:38:42.998Z[ recovery-image] Mar 04 18:38:42.216 INFO O| Mar 04 18:38:42.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
76732026-03-04T18:38:42.998Z[ recovery-image] Mar 04 18:38:42.216 INFO O| Mar 04 18:38:42.216 INFO STEP 950 (remove_files) COMPLETE
76742026-03-04T18:38:42.998Z[ recovery-image] Mar 04 18:38:42.216 INFO O| Mar 04 18:38:42.216 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76752026-03-04T18:38:43.012Z[ recovery-image] Mar 04 18:38:42.230 INFO O| Mar 04 18:38:42.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
76762026-03-04T18:38:43.012Z[ recovery-image] Mar 04 18:38:42.230 INFO O| Mar 04 18:38:42.230 INFO STEP 951 (remove_files) COMPLETE
76772026-03-04T18:38:43.012Z[ recovery-image] Mar 04 18:38:42.230 INFO O| Mar 04 18:38:42.230 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76782026-03-04T18:38:43.026Z[ recovery-image] Mar 04 18:38:42.244 INFO O| Mar 04 18:38:42.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
76792026-03-04T18:38:43.026Z[ recovery-image] Mar 04 18:38:42.245 INFO O| Mar 04 18:38:42.244 INFO STEP 952 (remove_files) COMPLETE
76802026-03-04T18:38:43.029Z[ recovery-image] Mar 04 18:38:42.245 INFO O| Mar 04 18:38:42.245 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76812026-03-04T18:38:43.041Z[ recovery-image] Mar 04 18:38:42.258 INFO O| Mar 04 18:38:42.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
76822026-03-04T18:38:43.041Z[ recovery-image] Mar 04 18:38:42.258 INFO O| Mar 04 18:38:42.258 INFO STEP 953 (remove_files) COMPLETE
76832026-03-04T18:38:43.041Z[ recovery-image] Mar 04 18:38:42.258 INFO O| Mar 04 18:38:42.258 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76842026-03-04T18:38:43.053Z[ recovery-image] Mar 04 18:38:42.272 INFO O| Mar 04 18:38:42.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
76852026-03-04T18:38:43.054Z[ recovery-image] Mar 04 18:38:42.272 INFO O| Mar 04 18:38:42.272 INFO STEP 954 (remove_files) COMPLETE
76862026-03-04T18:38:43.057Z[ recovery-image] Mar 04 18:38:42.272 INFO O| Mar 04 18:38:42.272 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76872026-03-04T18:38:43.066Z[ recovery-image] Mar 04 18:38:42.285 INFO O| Mar 04 18:38:42.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
76882026-03-04T18:38:43.066Z[ recovery-image] Mar 04 18:38:42.285 INFO O| Mar 04 18:38:42.285 INFO STEP 955 (remove_files) COMPLETE
76892026-03-04T18:38:43.066Z[ recovery-image] Mar 04 18:38:42.285 INFO O| Mar 04 18:38:42.285 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76902026-03-04T18:38:43.081Z[ recovery-image] Mar 04 18:38:42.299 INFO O| Mar 04 18:38:42.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
76912026-03-04T18:38:43.081Z[ recovery-image] Mar 04 18:38:42.299 INFO O| Mar 04 18:38:42.299 INFO STEP 956 (remove_files) COMPLETE
76922026-03-04T18:38:43.081Z[ recovery-image] Mar 04 18:38:42.299 INFO O| Mar 04 18:38:42.299 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76932026-03-04T18:38:43.095Z[ recovery-image] Mar 04 18:38:42.314 INFO O| Mar 04 18:38:42.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
76942026-03-04T18:38:43.095Z[ recovery-image] Mar 04 18:38:42.314 INFO O| Mar 04 18:38:42.314 INFO STEP 957 (remove_files) COMPLETE
76952026-03-04T18:38:43.096Z[ recovery-image] Mar 04 18:38:42.314 INFO O| Mar 04 18:38:42.314 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76962026-03-04T18:38:43.110Z[ recovery-image] Mar 04 18:38:42.329 INFO O| Mar 04 18:38:42.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
76972026-03-04T18:38:43.111Z[ recovery-image] Mar 04 18:38:42.329 INFO O| Mar 04 18:38:42.329 INFO STEP 958 (remove_files) COMPLETE
76982026-03-04T18:38:43.111Z[ recovery-image] Mar 04 18:38:42.329 INFO O| Mar 04 18:38:42.329 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76992026-03-04T18:38:43.125Z[ recovery-image] Mar 04 18:38:42.344 INFO O| Mar 04 18:38:42.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
77002026-03-04T18:38:43.126Z[ recovery-image] Mar 04 18:38:42.344 INFO O| Mar 04 18:38:42.344 INFO STEP 959 (remove_files) COMPLETE
77012026-03-04T18:38:43.126Z[ recovery-image] Mar 04 18:38:42.344 INFO O| Mar 04 18:38:42.344 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77022026-03-04T18:38:43.140Z[ recovery-image] Mar 04 18:38:42.358 INFO O| Mar 04 18:38:42.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
77032026-03-04T18:38:43.140Z[ recovery-image] Mar 04 18:38:42.359 INFO O| Mar 04 18:38:42.359 INFO STEP 960 (remove_files) COMPLETE
77042026-03-04T18:38:43.140Z[ recovery-image] Mar 04 18:38:42.359 INFO O| Mar 04 18:38:42.359 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77052026-03-04T18:38:43.155Z[ recovery-image] Mar 04 18:38:42.373 INFO O| Mar 04 18:38:42.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
77062026-03-04T18:38:43.155Z[ recovery-image] Mar 04 18:38:42.373 INFO O| Mar 04 18:38:42.373 INFO STEP 961 (remove_files) COMPLETE
77072026-03-04T18:38:43.155Z[ recovery-image] Mar 04 18:38:42.373 INFO O| Mar 04 18:38:42.373 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77082026-03-04T18:38:43.170Z[ recovery-image] Mar 04 18:38:42.388 INFO O| Mar 04 18:38:42.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
77092026-03-04T18:38:43.170Z[ recovery-image] Mar 04 18:38:42.388 INFO O| Mar 04 18:38:42.388 INFO STEP 962 (remove_files) COMPLETE
77102026-03-04T18:38:43.170Z[ recovery-image] Mar 04 18:38:42.388 INFO O| Mar 04 18:38:42.388 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77112026-03-04T18:38:43.184Z[ recovery-image] Mar 04 18:38:42.403 INFO O| Mar 04 18:38:42.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
77122026-03-04T18:38:43.184Z[ recovery-image] Mar 04 18:38:42.403 INFO O| Mar 04 18:38:42.403 INFO STEP 963 (remove_files) COMPLETE
77132026-03-04T18:38:43.184Z[ recovery-image] Mar 04 18:38:42.403 INFO O| Mar 04 18:38:42.403 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77142026-03-04T18:38:43.200Z[ recovery-image] Mar 04 18:38:42.418 INFO O| Mar 04 18:38:42.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
77152026-03-04T18:38:43.200Z[ recovery-image] Mar 04 18:38:42.418 INFO O| Mar 04 18:38:42.418 INFO STEP 964 (remove_files) COMPLETE
77162026-03-04T18:38:43.200Z[ recovery-image] Mar 04 18:38:42.418 INFO O| Mar 04 18:38:42.418 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77172026-03-04T18:38:43.214Z[ recovery-image] Mar 04 18:38:42.432 INFO O| Mar 04 18:38:42.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
77182026-03-04T18:38:43.214Z[ recovery-image] Mar 04 18:38:42.432 INFO O| Mar 04 18:38:42.432 INFO STEP 965 (remove_files) COMPLETE
77192026-03-04T18:38:43.214Z[ recovery-image] Mar 04 18:38:42.433 INFO O| Mar 04 18:38:42.432 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77202026-03-04T18:38:43.228Z[ recovery-image] Mar 04 18:38:42.446 INFO O| Mar 04 18:38:42.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
77212026-03-04T18:38:43.228Z[ recovery-image] Mar 04 18:38:42.447 INFO O| Mar 04 18:38:42.447 INFO STEP 966 (remove_files) COMPLETE
77222026-03-04T18:38:43.228Z[ recovery-image] Mar 04 18:38:42.447 INFO O| Mar 04 18:38:42.447 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77232026-03-04T18:38:43.243Z[ recovery-image] Mar 04 18:38:42.461 INFO O| Mar 04 18:38:42.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
77242026-03-04T18:38:43.244Z[ recovery-image] Mar 04 18:38:42.461 INFO O| Mar 04 18:38:42.461 INFO STEP 967 (remove_files) COMPLETE
77252026-03-04T18:38:43.244Z[ recovery-image] Mar 04 18:38:42.461 INFO O| Mar 04 18:38:42.461 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77262026-03-04T18:38:43.258Z[ recovery-image] Mar 04 18:38:42.476 INFO O| Mar 04 18:38:42.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
77272026-03-04T18:38:43.258Z[ recovery-image] Mar 04 18:38:42.476 INFO O| Mar 04 18:38:42.476 INFO STEP 968 (remove_files) COMPLETE
77282026-03-04T18:38:43.258Z[ recovery-image] Mar 04 18:38:42.476 INFO O| Mar 04 18:38:42.476 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77292026-03-04T18:38:43.272Z[ recovery-image] Mar 04 18:38:42.490 INFO O| Mar 04 18:38:42.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
77302026-03-04T18:38:43.272Z[ recovery-image] Mar 04 18:38:42.491 INFO O| Mar 04 18:38:42.490 INFO STEP 969 (remove_files) COMPLETE
77312026-03-04T18:38:43.272Z[ recovery-image] Mar 04 18:38:42.491 INFO O| Mar 04 18:38:42.491 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77322026-03-04T18:38:43.287Z[ recovery-image] Mar 04 18:38:42.506 INFO O| Mar 04 18:38:42.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
77332026-03-04T18:38:43.288Z[ recovery-image] Mar 04 18:38:42.506 INFO O| Mar 04 18:38:42.506 INFO STEP 970 (remove_files) COMPLETE
77342026-03-04T18:38:43.288Z[ recovery-image] Mar 04 18:38:42.506 INFO O| Mar 04 18:38:42.506 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77352026-03-04T18:38:43.303Z[ recovery-image] Mar 04 18:38:42.521 INFO O| Mar 04 18:38:42.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
77362026-03-04T18:38:43.303Z[ recovery-image] Mar 04 18:38:42.521 INFO O| Mar 04 18:38:42.521 INFO STEP 971 (remove_files) COMPLETE
77372026-03-04T18:38:43.306Z[ recovery-image] Mar 04 18:38:42.521 INFO O| Mar 04 18:38:42.521 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77382026-03-04T18:38:43.317Z[ recovery-image] Mar 04 18:38:42.536 INFO O| Mar 04 18:38:42.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
77392026-03-04T18:38:43.318Z[ recovery-image] Mar 04 18:38:42.536 INFO O| Mar 04 18:38:42.536 INFO STEP 972 (remove_files) COMPLETE
77402026-03-04T18:38:43.318Z[ recovery-image] Mar 04 18:38:42.536 INFO O| Mar 04 18:38:42.536 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77412026-03-04T18:38:43.332Z[ recovery-image] Mar 04 18:38:42.550 INFO O| Mar 04 18:38:42.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
77422026-03-04T18:38:43.332Z[ recovery-image] Mar 04 18:38:42.551 INFO O| Mar 04 18:38:42.550 INFO STEP 973 (remove_files) COMPLETE
77432026-03-04T18:38:43.332Z[ recovery-image] Mar 04 18:38:42.551 INFO O| Mar 04 18:38:42.551 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77442026-03-04T18:38:43.349Z[ recovery-image] Mar 04 18:38:42.565 INFO O| Mar 04 18:38:42.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
77452026-03-04T18:38:43.349Z[ recovery-image] Mar 04 18:38:42.565 INFO O| Mar 04 18:38:42.565 INFO STEP 974 (remove_files) COMPLETE
77462026-03-04T18:38:43.353Z[ recovery-image] Mar 04 18:38:42.565 INFO O| Mar 04 18:38:42.565 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77472026-03-04T18:38:43.361Z[ recovery-image] Mar 04 18:38:42.579 INFO O| Mar 04 18:38:42.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
77482026-03-04T18:38:43.364Z[ recovery-image] Mar 04 18:38:42.580 INFO O| Mar 04 18:38:42.580 INFO STEP 975 (remove_files) COMPLETE
77492026-03-04T18:38:43.364Z[ recovery-image] Mar 04 18:38:42.580 INFO O| Mar 04 18:38:42.580 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77502026-03-04T18:38:43.377Z[ recovery-image] Mar 04 18:38:42.595 INFO O| Mar 04 18:38:42.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
77512026-03-04T18:38:43.377Z[ recovery-image] Mar 04 18:38:42.595 INFO O| Mar 04 18:38:42.595 INFO STEP 976 (remove_files) COMPLETE
77522026-03-04T18:38:43.377Z[ recovery-image] Mar 04 18:38:42.595 INFO O| Mar 04 18:38:42.595 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77532026-03-04T18:38:43.392Z[ recovery-image] Mar 04 18:38:42.610 INFO O| Mar 04 18:38:42.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
77542026-03-04T18:38:43.392Z[ recovery-image] Mar 04 18:38:42.610 INFO O| Mar 04 18:38:42.610 INFO STEP 977 (remove_files) COMPLETE
77552026-03-04T18:38:43.392Z[ recovery-image] Mar 04 18:38:42.610 INFO O| Mar 04 18:38:42.610 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77562026-03-04T18:38:43.408Z[ recovery-image] Mar 04 18:38:42.625 INFO O| Mar 04 18:38:42.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
77572026-03-04T18:38:43.408Z[ recovery-image] Mar 04 18:38:42.625 INFO O| Mar 04 18:38:42.625 INFO STEP 978 (remove_files) COMPLETE
77582026-03-04T18:38:43.411Z[ recovery-image] Mar 04 18:38:42.625 INFO O| Mar 04 18:38:42.625 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77592026-03-04T18:38:43.422Z[ recovery-image] Mar 04 18:38:42.640 INFO O| Mar 04 18:38:42.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
77602026-03-04T18:38:43.426Z[ recovery-image] Mar 04 18:38:42.640 INFO O| Mar 04 18:38:42.640 INFO STEP 979 (remove_files) COMPLETE
77612026-03-04T18:38:43.426Z[ recovery-image] Mar 04 18:38:42.640 INFO O| Mar 04 18:38:42.640 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77622026-03-04T18:38:43.435Z[ recovery-image] Mar 04 18:38:42.654 INFO O| Mar 04 18:38:42.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
77632026-03-04T18:38:43.435Z[ recovery-image] Mar 04 18:38:42.654 INFO O| Mar 04 18:38:42.654 INFO STEP 980 (remove_files) COMPLETE
77642026-03-04T18:38:43.439Z[ recovery-image] Mar 04 18:38:42.654 INFO O| Mar 04 18:38:42.654 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77652026-03-04T18:38:43.450Z[ recovery-image] Mar 04 18:38:42.668 INFO O| Mar 04 18:38:42.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
77662026-03-04T18:38:43.450Z[ recovery-image] Mar 04 18:38:42.669 INFO O| Mar 04 18:38:42.668 INFO STEP 981 (remove_files) COMPLETE
77672026-03-04T18:38:43.451Z[ recovery-image] Mar 04 18:38:42.669 INFO O| Mar 04 18:38:42.669 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77682026-03-04T18:38:43.466Z[ recovery-image] Mar 04 18:38:42.684 INFO O| Mar 04 18:38:42.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
77692026-03-04T18:38:43.470Z[ recovery-image] Mar 04 18:38:42.684 INFO O| Mar 04 18:38:42.684 INFO STEP 982 (remove_files) COMPLETE
77702026-03-04T18:38:43.471Z[ recovery-image] Mar 04 18:38:42.684 INFO O| Mar 04 18:38:42.684 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77712026-03-04T18:38:43.482Z[ recovery-image] Mar 04 18:38:42.699 INFO O| Mar 04 18:38:42.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
77722026-03-04T18:38:43.482Z[ recovery-image] Mar 04 18:38:42.699 INFO O| Mar 04 18:38:42.699 INFO STEP 983 (remove_files) COMPLETE
77732026-03-04T18:38:43.487Z[ recovery-image] Mar 04 18:38:42.699 INFO O| Mar 04 18:38:42.699 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77742026-03-04T18:38:43.497Z[ recovery-image] Mar 04 18:38:42.715 INFO O| Mar 04 18:38:42.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
77752026-03-04T18:38:43.501Z[ recovery-image] Mar 04 18:38:42.716 INFO O| Mar 04 18:38:42.716 INFO STEP 984 (remove_files) COMPLETE
77762026-03-04T18:38:43.501Z[ recovery-image] Mar 04 18:38:42.716 INFO O| Mar 04 18:38:42.716 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77772026-03-04T18:38:43.514Z[ recovery-image] Mar 04 18:38:42.732 INFO O| Mar 04 18:38:42.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
77782026-03-04T18:38:43.514Z[ recovery-image] Mar 04 18:38:42.732 INFO O| Mar 04 18:38:42.732 INFO STEP 985 (remove_files) COMPLETE
77792026-03-04T18:38:43.514Z[ recovery-image] Mar 04 18:38:42.732 INFO O| Mar 04 18:38:42.732 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77802026-03-04T18:38:43.529Z[ recovery-image] Mar 04 18:38:42.747 INFO O| Mar 04 18:38:42.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
77812026-03-04T18:38:43.529Z[ recovery-image] Mar 04 18:38:42.747 INFO O| Mar 04 18:38:42.747 INFO STEP 986 (remove_files) COMPLETE
77822026-03-04T18:38:43.529Z[ recovery-image] Mar 04 18:38:42.747 INFO O| Mar 04 18:38:42.747 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77832026-03-04T18:38:43.558Z[ recovery-image] Mar 04 18:38:42.762 INFO O| Mar 04 18:38:42.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
77842026-03-04T18:38:43.558Z[ recovery-image] Mar 04 18:38:42.762 INFO O| Mar 04 18:38:42.762 INFO STEP 987 (remove_files) COMPLETE
77852026-03-04T18:38:43.558Z[ recovery-image] Mar 04 18:38:42.762 INFO O| Mar 04 18:38:42.762 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77862026-03-04T18:38:43.558Z[ recovery-image] Mar 04 18:38:42.776 INFO O| Mar 04 18:38:42.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
77872026-03-04T18:38:43.562Z[ recovery-image] Mar 04 18:38:42.777 INFO O| Mar 04 18:38:42.777 INFO STEP 988 (remove_files) COMPLETE
77882026-03-04T18:38:43.562Z[ recovery-image] Mar 04 18:38:42.777 INFO O| Mar 04 18:38:42.777 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77892026-03-04T18:38:43.574Z[ recovery-image] Mar 04 18:38:42.792 INFO O| Mar 04 18:38:42.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
77902026-03-04T18:38:43.574Z[ recovery-image] Mar 04 18:38:42.792 INFO O| Mar 04 18:38:42.792 INFO STEP 989 (remove_files) COMPLETE
77912026-03-04T18:38:43.574Z[ recovery-image] Mar 04 18:38:42.792 INFO O| Mar 04 18:38:42.792 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77922026-03-04T18:38:43.590Z[ recovery-image] Mar 04 18:38:42.808 INFO O| Mar 04 18:38:42.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
77932026-03-04T18:38:43.590Z[ recovery-image] Mar 04 18:38:42.808 INFO O| Mar 04 18:38:42.808 INFO STEP 990 (remove_files) COMPLETE
77942026-03-04T18:38:43.593Z[ recovery-image] Mar 04 18:38:42.808 INFO O| Mar 04 18:38:42.808 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77952026-03-04T18:38:43.604Z[ recovery-image] Mar 04 18:38:42.823 INFO O| Mar 04 18:38:42.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
77962026-03-04T18:38:43.604Z[ recovery-image] Mar 04 18:38:42.823 INFO O| Mar 04 18:38:42.823 INFO STEP 991 (remove_files) COMPLETE
77972026-03-04T18:38:43.604Z[ recovery-image] Mar 04 18:38:42.823 INFO O| Mar 04 18:38:42.823 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77982026-03-04T18:38:43.619Z[ recovery-image] Mar 04 18:38:42.837 INFO O| Mar 04 18:38:42.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
77992026-03-04T18:38:43.622Z[ recovery-image] Mar 04 18:38:42.838 INFO O| Mar 04 18:38:42.838 INFO STEP 992 (remove_files) COMPLETE
78002026-03-04T18:38:43.622Z[ recovery-image] Mar 04 18:38:42.838 INFO O| Mar 04 18:38:42.838 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78012026-03-04T18:38:43.637Z[ recovery-image] Mar 04 18:38:42.852 INFO O| Mar 04 18:38:42.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
78022026-03-04T18:38:43.637Z[ recovery-image] Mar 04 18:38:42.853 INFO O| Mar 04 18:38:42.853 INFO STEP 993 (remove_files) COMPLETE
78032026-03-04T18:38:43.637Z[ recovery-image] Mar 04 18:38:42.853 INFO O| Mar 04 18:38:42.853 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78042026-03-04T18:38:43.650Z[ recovery-image] Mar 04 18:38:42.867 INFO O| Mar 04 18:38:42.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
78052026-03-04T18:38:43.650Z[ recovery-image] Mar 04 18:38:42.867 INFO O| Mar 04 18:38:42.867 INFO STEP 994 (remove_files) COMPLETE
78062026-03-04T18:38:43.654Z[ recovery-image] Mar 04 18:38:42.867 INFO O| Mar 04 18:38:42.867 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78072026-03-04T18:38:43.664Z[ recovery-image] Mar 04 18:38:42.882 INFO O| Mar 04 18:38:42.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
78082026-03-04T18:38:43.664Z[ recovery-image] Mar 04 18:38:42.882 INFO O| Mar 04 18:38:42.882 INFO STEP 995 (remove_files) COMPLETE
78092026-03-04T18:38:43.664Z[ recovery-image] Mar 04 18:38:42.883 INFO O| Mar 04 18:38:42.882 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78102026-03-04T18:38:43.680Z[ recovery-image] Mar 04 18:38:42.898 INFO O| Mar 04 18:38:42.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
78112026-03-04T18:38:43.680Z[ recovery-image] Mar 04 18:38:42.898 INFO O| Mar 04 18:38:42.898 INFO STEP 996 (remove_files) COMPLETE
78122026-03-04T18:38:43.680Z[ recovery-image] Mar 04 18:38:42.898 INFO O| Mar 04 18:38:42.898 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78132026-03-04T18:38:43.696Z[ recovery-image] Mar 04 18:38:42.914 INFO O| Mar 04 18:38:42.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
78142026-03-04T18:38:43.696Z[ recovery-image] Mar 04 18:38:42.914 INFO O| Mar 04 18:38:42.914 INFO STEP 997 (remove_files) COMPLETE
78152026-03-04T18:38:43.696Z[ recovery-image] Mar 04 18:38:42.914 INFO O| Mar 04 18:38:42.914 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78162026-03-04T18:38:43.710Z[ recovery-image] Mar 04 18:38:42.929 INFO O| Mar 04 18:38:42.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
78172026-03-04T18:38:43.710Z[ recovery-image] Mar 04 18:38:42.929 INFO O| Mar 04 18:38:42.929 INFO STEP 998 (remove_files) COMPLETE
78182026-03-04T18:38:43.711Z[ recovery-image] Mar 04 18:38:42.929 INFO O| Mar 04 18:38:42.929 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78192026-03-04T18:38:43.725Z[ recovery-image] Mar 04 18:38:42.943 INFO O| Mar 04 18:38:42.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
78202026-03-04T18:38:43.725Z[ recovery-image] Mar 04 18:38:42.943 INFO O| Mar 04 18:38:42.943 INFO STEP 999 (remove_files) COMPLETE
78212026-03-04T18:38:43.725Z[ recovery-image] Mar 04 18:38:42.943 INFO O| Mar 04 18:38:42.943 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78222026-03-04T18:38:43.740Z[ recovery-image] Mar 04 18:38:42.958 INFO O| Mar 04 18:38:42.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
78232026-03-04T18:38:43.740Z[ recovery-image] Mar 04 18:38:42.958 INFO O| Mar 04 18:38:42.958 INFO STEP 1000 (remove_files) COMPLETE
78242026-03-04T18:38:43.741Z[ recovery-image] Mar 04 18:38:42.958 INFO O| Mar 04 18:38:42.958 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78252026-03-04T18:38:43.755Z[ recovery-image] Mar 04 18:38:42.973 INFO O| Mar 04 18:38:42.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
78262026-03-04T18:38:43.755Z[ recovery-image] Mar 04 18:38:42.973 INFO O| Mar 04 18:38:42.973 INFO STEP 1001 (remove_files) COMPLETE
78272026-03-04T18:38:43.755Z[ recovery-image] Mar 04 18:38:42.973 INFO O| Mar 04 18:38:42.973 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78282026-03-04T18:38:43.771Z[ recovery-image] Mar 04 18:38:42.988 INFO O| Mar 04 18:38:42.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
78292026-03-04T18:38:43.771Z[ recovery-image] Mar 04 18:38:42.988 INFO O| Mar 04 18:38:42.988 INFO STEP 1002 (remove_files) COMPLETE
78302026-03-04T18:38:43.775Z[ recovery-image] Mar 04 18:38:42.988 INFO O| Mar 04 18:38:42.988 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78312026-03-04T18:38:43.786Z[ recovery-image] Mar 04 18:38:43.004 INFO O| Mar 04 18:38:43.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
78322026-03-04T18:38:43.786Z[ recovery-image] Mar 04 18:38:43.004 INFO O| Mar 04 18:38:43.004 INFO STEP 1003 (remove_files) COMPLETE
78332026-03-04T18:38:43.789Z[ recovery-image] Mar 04 18:38:43.004 INFO O| Mar 04 18:38:43.004 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78342026-03-04T18:38:43.800Z[ recovery-image] Mar 04 18:38:43.019 INFO O| Mar 04 18:38:43.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
78352026-03-04T18:38:43.800Z[ recovery-image] Mar 04 18:38:43.019 INFO O| Mar 04 18:38:43.019 INFO STEP 1004 (remove_files) COMPLETE
78362026-03-04T18:38:43.800Z[ recovery-image] Mar 04 18:38:43.019 INFO O| Mar 04 18:38:43.019 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78372026-03-04T18:38:43.815Z[ recovery-image] Mar 04 18:38:43.033 INFO O| Mar 04 18:38:43.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
78382026-03-04T18:38:43.815Z[ recovery-image] Mar 04 18:38:43.033 INFO O| Mar 04 18:38:43.033 INFO STEP 1005 (remove_files) COMPLETE
78392026-03-04T18:38:43.815Z[ recovery-image] Mar 04 18:38:43.033 INFO O| Mar 04 18:38:43.033 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78402026-03-04T18:38:43.830Z[ recovery-image] Mar 04 18:38:43.047 INFO O| Mar 04 18:38:43.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
78412026-03-04T18:38:43.830Z[ recovery-image] Mar 04 18:38:43.047 INFO O| Mar 04 18:38:43.047 INFO STEP 1006 (remove_files) COMPLETE
78422026-03-04T18:38:43.830Z[ recovery-image] Mar 04 18:38:43.047 INFO O| Mar 04 18:38:43.047 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78432026-03-04T18:38:43.844Z[ recovery-image] Mar 04 18:38:43.061 INFO O| Mar 04 18:38:43.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
78442026-03-04T18:38:43.844Z[ recovery-image] Mar 04 18:38:43.061 INFO O| Mar 04 18:38:43.061 INFO STEP 1007 (remove_files) COMPLETE
78452026-03-04T18:38:43.848Z[ recovery-image] Mar 04 18:38:43.061 INFO O| Mar 04 18:38:43.061 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78462026-03-04T18:38:43.857Z[ recovery-image] Mar 04 18:38:43.075 INFO O| Mar 04 18:38:43.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
78472026-03-04T18:38:43.857Z[ recovery-image] Mar 04 18:38:43.075 INFO O| Mar 04 18:38:43.075 INFO STEP 1008 (remove_files) COMPLETE
78482026-03-04T18:38:43.857Z[ recovery-image] Mar 04 18:38:43.075 INFO O| Mar 04 18:38:43.075 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78492026-03-04T18:38:43.871Z[ recovery-image] Mar 04 18:38:43.089 INFO O| Mar 04 18:38:43.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat"
78502026-03-04T18:38:43.871Z[ recovery-image] Mar 04 18:38:43.090 INFO O| Mar 04 18:38:43.089 INFO STEP 1009 (remove_files) COMPLETE
78512026-03-04T18:38:43.871Z[ recovery-image] Mar 04 18:38:43.090 INFO O| Mar 04 18:38:43.089 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78522026-03-04T18:38:43.885Z[ recovery-image] Mar 04 18:38:43.104 INFO O| Mar 04 18:38:43.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
78532026-03-04T18:38:43.885Z[ recovery-image] Mar 04 18:38:43.104 INFO O| Mar 04 18:38:43.104 INFO STEP 1010 (remove_files) COMPLETE
78542026-03-04T18:38:43.886Z[ recovery-image] Mar 04 18:38:43.104 INFO O| Mar 04 18:38:43.104 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78552026-03-04T18:38:43.900Z[ recovery-image] Mar 04 18:38:43.118 INFO O| Mar 04 18:38:43.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
78562026-03-04T18:38:43.900Z[ recovery-image] Mar 04 18:38:43.118 INFO O| Mar 04 18:38:43.118 INFO STEP 1011 (remove_files) COMPLETE
78572026-03-04T18:38:43.900Z[ recovery-image] Mar 04 18:38:43.118 INFO O| Mar 04 18:38:43.118 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78582026-03-04T18:38:43.913Z[ recovery-image] Mar 04 18:38:43.131 INFO O| Mar 04 18:38:43.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
78592026-03-04T18:38:43.913Z[ recovery-image] Mar 04 18:38:43.131 INFO O| Mar 04 18:38:43.131 INFO STEP 1012 (remove_files) COMPLETE
78602026-03-04T18:38:43.917Z[ recovery-image] Mar 04 18:38:43.131 INFO O| Mar 04 18:38:43.131 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78612026-03-04T18:38:43.932Z[ recovery-image] Mar 04 18:38:43.151 INFO O| Mar 04 18:38:43.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
78622026-03-04T18:38:43.932Z[ recovery-image] Mar 04 18:38:43.151 INFO O| Mar 04 18:38:43.151 INFO STEP 1013 (remove_files) COMPLETE
78632026-03-04T18:38:43.933Z[ recovery-image] Mar 04 18:38:43.151 INFO O| Mar 04 18:38:43.151 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78642026-03-04T18:38:43.949Z[ recovery-image] Mar 04 18:38:43.167 INFO O| Mar 04 18:38:43.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
78652026-03-04T18:38:43.949Z[ recovery-image] Mar 04 18:38:43.167 INFO O| Mar 04 18:38:43.167 INFO STEP 1014 (remove_files) COMPLETE
78662026-03-04T18:38:43.949Z[ recovery-image] Mar 04 18:38:43.167 INFO O| Mar 04 18:38:43.167 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78672026-03-04T18:38:43.964Z[ recovery-image] Mar 04 18:38:43.183 INFO O| Mar 04 18:38:43.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
78682026-03-04T18:38:43.965Z[ recovery-image] Mar 04 18:38:43.183 INFO O| Mar 04 18:38:43.183 INFO STEP 1015 (remove_files) COMPLETE
78692026-03-04T18:38:43.965Z[ recovery-image] Mar 04 18:38:43.183 INFO O| Mar 04 18:38:43.183 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78702026-03-04T18:38:43.981Z[ recovery-image] Mar 04 18:38:43.199 INFO O| Mar 04 18:38:43.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
78712026-03-04T18:38:43.981Z[ recovery-image] Mar 04 18:38:43.199 INFO O| Mar 04 18:38:43.199 INFO STEP 1016 (remove_files) COMPLETE
78722026-03-04T18:38:43.981Z[ recovery-image] Mar 04 18:38:43.199 INFO O| Mar 04 18:38:43.199 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78732026-03-04T18:38:43.996Z[ recovery-image] Mar 04 18:38:43.214 INFO O| Mar 04 18:38:43.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
78742026-03-04T18:38:43.996Z[ recovery-image] Mar 04 18:38:43.214 INFO O| Mar 04 18:38:43.214 INFO STEP 1017 (remove_files) COMPLETE
78752026-03-04T18:38:43.996Z[ recovery-image] Mar 04 18:38:43.214 INFO O| Mar 04 18:38:43.214 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78762026-03-04T18:38:44.013Z[ recovery-image] Mar 04 18:38:43.230 INFO O| Mar 04 18:38:43.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
78772026-03-04T18:38:44.013Z[ recovery-image] Mar 04 18:38:43.230 INFO O| Mar 04 18:38:43.230 INFO STEP 1018 (remove_files) COMPLETE
78782026-03-04T18:38:44.013Z[ recovery-image] Mar 04 18:38:43.230 INFO O| Mar 04 18:38:43.230 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78792026-03-04T18:38:44.027Z[ recovery-image] Mar 04 18:38:43.245 INFO O| Mar 04 18:38:43.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
78802026-03-04T18:38:44.027Z[ recovery-image] Mar 04 18:38:43.245 INFO O| Mar 04 18:38:43.245 INFO STEP 1019 (remove_files) COMPLETE
78812026-03-04T18:38:44.027Z[ recovery-image] Mar 04 18:38:43.246 INFO O| Mar 04 18:38:43.245 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78822026-03-04T18:38:44.043Z[ recovery-image] Mar 04 18:38:43.261 INFO O| Mar 04 18:38:43.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
78832026-03-04T18:38:44.043Z[ recovery-image] Mar 04 18:38:43.261 INFO O| Mar 04 18:38:43.261 INFO STEP 1020 (remove_files) COMPLETE
78842026-03-04T18:38:44.043Z[ recovery-image] Mar 04 18:38:43.261 INFO O| Mar 04 18:38:43.261 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78852026-03-04T18:38:44.058Z[ recovery-image] Mar 04 18:38:43.276 INFO O| Mar 04 18:38:43.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
78862026-03-04T18:38:44.058Z[ recovery-image] Mar 04 18:38:43.277 INFO O| Mar 04 18:38:43.276 INFO STEP 1021 (remove_files) COMPLETE
78872026-03-04T18:38:44.058Z[ recovery-image] Mar 04 18:38:43.277 INFO O| Mar 04 18:38:43.277 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78882026-03-04T18:38:44.074Z[ recovery-image] Mar 04 18:38:43.292 INFO O| Mar 04 18:38:43.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
78892026-03-04T18:38:44.077Z[ recovery-image] Mar 04 18:38:43.293 INFO O| Mar 04 18:38:43.293 INFO STEP 1022 (remove_files) COMPLETE
78902026-03-04T18:38:44.077Z[ recovery-image] Mar 04 18:38:43.293 INFO O| Mar 04 18:38:43.293 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78912026-03-04T18:38:44.090Z[ recovery-image] Mar 04 18:38:43.308 INFO O| Mar 04 18:38:43.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
78922026-03-04T18:38:44.090Z[ recovery-image] Mar 04 18:38:43.308 INFO O| Mar 04 18:38:43.308 INFO STEP 1023 (remove_files) COMPLETE
78932026-03-04T18:38:44.094Z[ recovery-image] Mar 04 18:38:43.308 INFO O| Mar 04 18:38:43.308 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78942026-03-04T18:38:44.105Z[ recovery-image] Mar 04 18:38:43.324 INFO O| Mar 04 18:38:43.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
78952026-03-04T18:38:44.105Z[ recovery-image] Mar 04 18:38:43.324 INFO O| Mar 04 18:38:43.324 INFO STEP 1024 (remove_files) COMPLETE
78962026-03-04T18:38:44.105Z[ recovery-image] Mar 04 18:38:43.324 INFO O| Mar 04 18:38:43.324 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78972026-03-04T18:38:44.121Z[ recovery-image] Mar 04 18:38:43.339 INFO O| Mar 04 18:38:43.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
78982026-03-04T18:38:44.121Z[ recovery-image] Mar 04 18:38:43.339 INFO O| Mar 04 18:38:43.339 INFO STEP 1025 (remove_files) COMPLETE
78992026-03-04T18:38:44.124Z[ recovery-image] Mar 04 18:38:43.339 INFO O| Mar 04 18:38:43.339 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79002026-03-04T18:38:44.137Z[ recovery-image] Mar 04 18:38:43.355 INFO O| Mar 04 18:38:43.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
79012026-03-04T18:38:44.137Z[ recovery-image] Mar 04 18:38:43.355 INFO O| Mar 04 18:38:43.355 INFO STEP 1026 (remove_files) COMPLETE
79022026-03-04T18:38:44.140Z[ recovery-image] Mar 04 18:38:43.355 INFO O| Mar 04 18:38:43.355 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79032026-03-04T18:38:44.152Z[ recovery-image] Mar 04 18:38:43.370 INFO O| Mar 04 18:38:43.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
79042026-03-04T18:38:44.152Z[ recovery-image] Mar 04 18:38:43.370 INFO O| Mar 04 18:38:43.370 INFO STEP 1027 (remove_files) COMPLETE
79052026-03-04T18:38:44.155Z[ recovery-image] Mar 04 18:38:43.370 INFO O| Mar 04 18:38:43.370 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79062026-03-04T18:38:44.167Z[ recovery-image] Mar 04 18:38:43.385 INFO O| Mar 04 18:38:43.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
79072026-03-04T18:38:44.167Z[ recovery-image] Mar 04 18:38:43.385 INFO O| Mar 04 18:38:43.385 INFO STEP 1028 (remove_files) COMPLETE
79082026-03-04T18:38:44.170Z[ recovery-image] Mar 04 18:38:43.385 INFO O| Mar 04 18:38:43.385 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79092026-03-04T18:38:44.182Z[ recovery-image] Mar 04 18:38:43.400 INFO O| Mar 04 18:38:43.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
79102026-03-04T18:38:44.182Z[ recovery-image] Mar 04 18:38:43.400 INFO O| Mar 04 18:38:43.400 INFO STEP 1029 (remove_files) COMPLETE
79112026-03-04T18:38:44.182Z[ recovery-image] Mar 04 18:38:43.400 INFO O| Mar 04 18:38:43.400 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79122026-03-04T18:38:44.199Z[ recovery-image] Mar 04 18:38:43.416 INFO O| Mar 04 18:38:43.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
79132026-03-04T18:38:44.199Z[ recovery-image] Mar 04 18:38:43.416 INFO O| Mar 04 18:38:43.416 INFO STEP 1030 (remove_files) COMPLETE
79142026-03-04T18:38:44.199Z[ recovery-image] Mar 04 18:38:43.416 INFO O| Mar 04 18:38:43.416 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79152026-03-04T18:38:44.215Z[ recovery-image] Mar 04 18:38:43.433 INFO O| Mar 04 18:38:43.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
79162026-03-04T18:38:44.215Z[ recovery-image] Mar 04 18:38:43.433 INFO O| Mar 04 18:38:43.433 INFO STEP 1031 (remove_files) COMPLETE
79172026-03-04T18:38:44.215Z[ recovery-image] Mar 04 18:38:43.433 INFO O| Mar 04 18:38:43.433 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79182026-03-04T18:38:44.231Z[ recovery-image] Mar 04 18:38:43.448 INFO O| Mar 04 18:38:43.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
79192026-03-04T18:38:44.231Z[ recovery-image] Mar 04 18:38:43.448 INFO O| Mar 04 18:38:43.448 INFO STEP 1032 (remove_files) COMPLETE
79202026-03-04T18:38:44.231Z[ recovery-image] Mar 04 18:38:43.448 INFO O| Mar 04 18:38:43.448 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79212026-03-04T18:38:44.246Z[ recovery-image] Mar 04 18:38:43.464 INFO O| Mar 04 18:38:43.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
79222026-03-04T18:38:44.246Z[ recovery-image] Mar 04 18:38:43.464 INFO O| Mar 04 18:38:43.464 INFO STEP 1033 (remove_files) COMPLETE
79232026-03-04T18:38:44.250Z[ recovery-image] Mar 04 18:38:43.464 INFO O| Mar 04 18:38:43.464 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79242026-03-04T18:38:44.261Z[ recovery-image] Mar 04 18:38:43.479 INFO O| Mar 04 18:38:43.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
79252026-03-04T18:38:44.262Z[ recovery-image] Mar 04 18:38:43.479 INFO O| Mar 04 18:38:43.479 INFO STEP 1034 (remove_files) COMPLETE
79262026-03-04T18:38:44.265Z[ recovery-image] Mar 04 18:38:43.479 INFO O| Mar 04 18:38:43.479 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79272026-03-04T18:38:44.294Z[ recovery-image] Mar 04 18:38:43.512 INFO O| Mar 04 18:38:43.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
79282026-03-04T18:38:44.297Z[ recovery-image] Mar 04 18:38:43.512 INFO O| Mar 04 18:38:43.512 INFO STEP 1035 (remove_files) COMPLETE
79292026-03-04T18:38:44.297Z[ recovery-image] Mar 04 18:38:43.512 INFO O| Mar 04 18:38:43.512 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79302026-03-04T18:38:44.307Z[ recovery-image] Mar 04 18:38:43.526 INFO O| Mar 04 18:38:43.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
79312026-03-04T18:38:44.308Z[ recovery-image] Mar 04 18:38:43.526 INFO O| Mar 04 18:38:43.526 INFO STEP 1036 (remove_files) COMPLETE
79322026-03-04T18:38:44.311Z[ recovery-image] Mar 04 18:38:43.526 INFO O| Mar 04 18:38:43.526 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79332026-03-04T18:38:44.321Z[ recovery-image] Mar 04 18:38:43.539 INFO O| Mar 04 18:38:43.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
79342026-03-04T18:38:44.321Z[ recovery-image] Mar 04 18:38:43.539 INFO O| Mar 04 18:38:43.539 INFO STEP 1037 (remove_files) COMPLETE
79352026-03-04T18:38:44.321Z[ recovery-image] Mar 04 18:38:43.539 INFO O| Mar 04 18:38:43.539 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79362026-03-04T18:38:44.335Z[ recovery-image] Mar 04 18:38:43.552 INFO O| Mar 04 18:38:43.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
79372026-03-04T18:38:44.335Z[ recovery-image] Mar 04 18:38:43.552 INFO O| Mar 04 18:38:43.552 INFO STEP 1038 (remove_files) COMPLETE
79382026-03-04T18:38:44.336Z[ recovery-image] Mar 04 18:38:43.552 INFO O| Mar 04 18:38:43.552 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79392026-03-04T18:38:44.348Z[ recovery-image] Mar 04 18:38:43.565 INFO O| Mar 04 18:38:43.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
79402026-03-04T18:38:44.352Z[ recovery-image] Mar 04 18:38:43.566 INFO O| Mar 04 18:38:43.566 INFO STEP 1039 (remove_files) COMPLETE
79412026-03-04T18:38:44.352Z[ recovery-image] Mar 04 18:38:43.566 INFO O| Mar 04 18:38:43.566 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79422026-03-04T18:38:44.361Z[ recovery-image] Mar 04 18:38:43.579 INFO O| Mar 04 18:38:43.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
79432026-03-04T18:38:44.361Z[ recovery-image] Mar 04 18:38:43.579 INFO O| Mar 04 18:38:43.579 INFO STEP 1040 (remove_files) COMPLETE
79442026-03-04T18:38:44.361Z[ recovery-image] Mar 04 18:38:43.579 INFO O| Mar 04 18:38:43.579 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79452026-03-04T18:38:44.376Z[ recovery-image] Mar 04 18:38:43.594 INFO O| Mar 04 18:38:43.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
79462026-03-04T18:38:44.376Z[ recovery-image] Mar 04 18:38:43.594 INFO O| Mar 04 18:38:43.594 INFO STEP 1041 (remove_files) COMPLETE
79472026-03-04T18:38:44.376Z[ recovery-image] Mar 04 18:38:43.594 INFO O| Mar 04 18:38:43.594 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79482026-03-04T18:38:44.391Z[ recovery-image] Mar 04 18:38:43.609 INFO O| Mar 04 18:38:43.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
79492026-03-04T18:38:44.391Z[ recovery-image] Mar 04 18:38:43.609 INFO O| Mar 04 18:38:43.609 INFO STEP 1042 (remove_files) COMPLETE
79502026-03-04T18:38:44.391Z[ recovery-image] Mar 04 18:38:43.609 INFO O| Mar 04 18:38:43.609 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79512026-03-04T18:38:44.422Z[ recovery-image] Mar 04 18:38:43.623 INFO O| Mar 04 18:38:43.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
79522026-03-04T18:38:44.423Z[ recovery-image] Mar 04 18:38:43.624 INFO O| Mar 04 18:38:43.624 INFO STEP 1043 (remove_files) COMPLETE
79532026-03-04T18:38:44.423Z[ recovery-image] Mar 04 18:38:43.624 INFO O| Mar 04 18:38:43.624 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79542026-03-04T18:38:44.423Z[ recovery-image] Mar 04 18:38:43.638 INFO O| Mar 04 18:38:43.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
79552026-03-04T18:38:44.423Z[ recovery-image] Mar 04 18:38:43.638 INFO O| Mar 04 18:38:43.638 INFO STEP 1044 (remove_files) COMPLETE
79562026-03-04T18:38:44.423Z[ recovery-image] Mar 04 18:38:43.638 INFO O| Mar 04 18:38:43.638 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79572026-03-04T18:38:44.434Z[ recovery-image] Mar 04 18:38:43.652 INFO O| Mar 04 18:38:43.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
79582026-03-04T18:38:44.434Z[ recovery-image] Mar 04 18:38:43.652 INFO O| Mar 04 18:38:43.652 INFO STEP 1045 (remove_files) COMPLETE
79592026-03-04T18:38:44.434Z[ recovery-image] Mar 04 18:38:43.652 INFO O| Mar 04 18:38:43.652 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79602026-03-04T18:38:44.447Z[ recovery-image] Mar 04 18:38:43.666 INFO O| Mar 04 18:38:43.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
79612026-03-04T18:38:44.448Z[ recovery-image] Mar 04 18:38:43.666 INFO O| Mar 04 18:38:43.666 INFO STEP 1046 (remove_files) COMPLETE
79622026-03-04T18:38:44.448Z[ recovery-image] Mar 04 18:38:43.666 INFO O| Mar 04 18:38:43.666 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79632026-03-04T18:38:44.462Z[ recovery-image] Mar 04 18:38:43.680 INFO O| Mar 04 18:38:43.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
79642026-03-04T18:38:44.462Z[ recovery-image] Mar 04 18:38:43.680 INFO O| Mar 04 18:38:43.680 INFO STEP 1047 (remove_files) COMPLETE
79652026-03-04T18:38:44.462Z[ recovery-image] Mar 04 18:38:43.680 INFO O| Mar 04 18:38:43.680 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79662026-03-04T18:38:44.478Z[ recovery-image] Mar 04 18:38:43.695 INFO O| Mar 04 18:38:43.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
79672026-03-04T18:38:44.478Z[ recovery-image] Mar 04 18:38:43.695 INFO O| Mar 04 18:38:43.695 INFO STEP 1048 (remove_files) COMPLETE
79682026-03-04T18:38:44.478Z[ recovery-image] Mar 04 18:38:43.695 INFO O| Mar 04 18:38:43.695 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79692026-03-04T18:38:44.492Z[ recovery-image] Mar 04 18:38:43.710 INFO O| Mar 04 18:38:43.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
79702026-03-04T18:38:44.492Z[ recovery-image] Mar 04 18:38:43.710 INFO O| Mar 04 18:38:43.710 INFO STEP 1049 (remove_files) COMPLETE
79712026-03-04T18:38:44.492Z[ recovery-image] Mar 04 18:38:43.710 INFO O| Mar 04 18:38:43.710 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79722026-03-04T18:38:44.506Z[ recovery-image] Mar 04 18:38:43.724 INFO O| Mar 04 18:38:43.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
79732026-03-04T18:38:44.506Z[ recovery-image] Mar 04 18:38:43.724 INFO O| Mar 04 18:38:43.724 INFO STEP 1050 (remove_files) COMPLETE
79742026-03-04T18:38:44.506Z[ recovery-image] Mar 04 18:38:43.724 INFO O| Mar 04 18:38:43.724 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79752026-03-04T18:38:44.521Z[ recovery-image] Mar 04 18:38:43.738 INFO O| Mar 04 18:38:43.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
79762026-03-04T18:38:44.525Z[ recovery-image] Mar 04 18:38:43.739 INFO O| Mar 04 18:38:43.739 INFO STEP 1051 (remove_files) COMPLETE
79772026-03-04T18:38:44.525Z[ recovery-image] Mar 04 18:38:43.739 INFO O| Mar 04 18:38:43.739 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79782026-03-04T18:38:44.536Z[ recovery-image] Mar 04 18:38:43.753 INFO O| Mar 04 18:38:43.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
79792026-03-04T18:38:44.536Z[ recovery-image] Mar 04 18:38:43.754 INFO O| Mar 04 18:38:43.753 INFO STEP 1052 (remove_files) COMPLETE
79802026-03-04T18:38:44.536Z[ recovery-image] Mar 04 18:38:43.754 INFO O| Mar 04 18:38:43.754 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79812026-03-04T18:38:44.554Z[ recovery-image] Mar 04 18:38:43.768 INFO O| Mar 04 18:38:43.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
79822026-03-04T18:38:44.554Z[ recovery-image] Mar 04 18:38:43.768 INFO O| Mar 04 18:38:43.768 INFO STEP 1053 (remove_files) COMPLETE
79832026-03-04T18:38:44.554Z[ recovery-image] Mar 04 18:38:43.768 INFO O| Mar 04 18:38:43.768 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79842026-03-04T18:38:44.566Z[ recovery-image] Mar 04 18:38:43.782 INFO O| Mar 04 18:38:43.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
79852026-03-04T18:38:44.570Z[ recovery-image] Mar 04 18:38:43.782 INFO O| Mar 04 18:38:43.782 INFO STEP 1054 (remove_files) COMPLETE
79862026-03-04T18:38:44.570Z[ recovery-image] Mar 04 18:38:43.782 INFO O| Mar 04 18:38:43.782 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79872026-03-04T18:38:44.579Z[ recovery-image] Mar 04 18:38:43.796 INFO O| Mar 04 18:38:43.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
79882026-03-04T18:38:44.579Z[ recovery-image] Mar 04 18:38:43.797 INFO O| Mar 04 18:38:43.797 INFO STEP 1055 (remove_files) COMPLETE
79892026-03-04T18:38:44.579Z[ recovery-image] Mar 04 18:38:43.797 INFO O| Mar 04 18:38:43.797 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79902026-03-04T18:38:44.594Z[ recovery-image] Mar 04 18:38:43.811 INFO O| Mar 04 18:38:43.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
79912026-03-04T18:38:44.594Z[ recovery-image] Mar 04 18:38:43.811 INFO O| Mar 04 18:38:43.811 INFO STEP 1056 (remove_files) COMPLETE
79922026-03-04T18:38:44.594Z[ recovery-image] Mar 04 18:38:43.811 INFO O| Mar 04 18:38:43.811 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79932026-03-04T18:38:44.608Z[ recovery-image] Mar 04 18:38:43.826 INFO O| Mar 04 18:38:43.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
79942026-03-04T18:38:44.608Z[ recovery-image] Mar 04 18:38:43.826 INFO O| Mar 04 18:38:43.826 INFO STEP 1057 (remove_files) COMPLETE
79952026-03-04T18:38:44.608Z[ recovery-image] Mar 04 18:38:43.826 INFO O| Mar 04 18:38:43.826 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79962026-03-04T18:38:44.622Z[ recovery-image] Mar 04 18:38:43.840 INFO O| Mar 04 18:38:43.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
79972026-03-04T18:38:44.622Z[ recovery-image] Mar 04 18:38:43.840 INFO O| Mar 04 18:38:43.840 INFO STEP 1058 (remove_files) COMPLETE
79982026-03-04T18:38:44.622Z[ recovery-image] Mar 04 18:38:43.840 INFO O| Mar 04 18:38:43.840 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79992026-03-04T18:38:44.636Z[ recovery-image] Mar 04 18:38:43.854 INFO O| Mar 04 18:38:43.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
80002026-03-04T18:38:44.636Z[ recovery-image] Mar 04 18:38:43.854 INFO O| Mar 04 18:38:43.854 INFO STEP 1059 (remove_files) COMPLETE
80012026-03-04T18:38:44.636Z[ recovery-image] Mar 04 18:38:43.854 INFO O| Mar 04 18:38:43.854 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80022026-03-04T18:38:44.650Z[ recovery-image] Mar 04 18:38:43.868 INFO O| Mar 04 18:38:43.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
80032026-03-04T18:38:44.650Z[ recovery-image] Mar 04 18:38:43.868 INFO O| Mar 04 18:38:43.868 INFO STEP 1060 (remove_files) COMPLETE
80042026-03-04T18:38:44.650Z[ recovery-image] Mar 04 18:38:43.868 INFO O| Mar 04 18:38:43.868 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80052026-03-04T18:38:44.666Z[ recovery-image] Mar 04 18:38:43.883 INFO O| Mar 04 18:38:43.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
80062026-03-04T18:38:44.666Z[ recovery-image] Mar 04 18:38:43.883 INFO O| Mar 04 18:38:43.883 INFO STEP 1061 (remove_files) COMPLETE
80072026-03-04T18:38:44.666Z[ recovery-image] Mar 04 18:38:43.883 INFO O| Mar 04 18:38:43.883 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80082026-03-04T18:38:44.679Z[ recovery-image] Mar 04 18:38:43.897 INFO O| Mar 04 18:38:43.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
80092026-03-04T18:38:44.679Z[ recovery-image] Mar 04 18:38:43.897 INFO O| Mar 04 18:38:43.897 INFO STEP 1062 (remove_files) COMPLETE
80102026-03-04T18:38:44.682Z[ recovery-image] Mar 04 18:38:43.897 INFO O| Mar 04 18:38:43.897 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80112026-03-04T18:38:44.694Z[ recovery-image] Mar 04 18:38:43.912 INFO O| Mar 04 18:38:43.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
80122026-03-04T18:38:44.694Z[ recovery-image] Mar 04 18:38:43.912 INFO O| Mar 04 18:38:43.912 INFO STEP 1063 (remove_files) COMPLETE
80132026-03-04T18:38:44.697Z[ recovery-image] Mar 04 18:38:43.912 INFO O| Mar 04 18:38:43.912 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80142026-03-04T18:38:44.708Z[ recovery-image] Mar 04 18:38:43.927 INFO O| Mar 04 18:38:43.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
80152026-03-04T18:38:44.709Z[ recovery-image] Mar 04 18:38:43.927 INFO O| Mar 04 18:38:43.927 INFO STEP 1064 (remove_files) COMPLETE
80162026-03-04T18:38:44.709Z[ recovery-image] Mar 04 18:38:43.927 INFO O| Mar 04 18:38:43.927 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80172026-03-04T18:38:44.723Z[ recovery-image] Mar 04 18:38:43.941 INFO O| Mar 04 18:38:43.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
80182026-03-04T18:38:44.723Z[ recovery-image] Mar 04 18:38:43.941 INFO O| Mar 04 18:38:43.941 INFO STEP 1065 (remove_files) COMPLETE
80192026-03-04T18:38:44.723Z[ recovery-image] Mar 04 18:38:43.941 INFO O| Mar 04 18:38:43.941 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80202026-03-04T18:38:44.737Z[ recovery-image] Mar 04 18:38:43.955 INFO O| Mar 04 18:38:43.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
80212026-03-04T18:38:44.737Z[ recovery-image] Mar 04 18:38:43.955 INFO O| Mar 04 18:38:43.955 INFO STEP 1066 (remove_files) COMPLETE
80222026-03-04T18:38:44.737Z[ recovery-image] Mar 04 18:38:43.955 INFO O| Mar 04 18:38:43.955 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80232026-03-04T18:38:44.750Z[ recovery-image] Mar 04 18:38:43.969 INFO O| Mar 04 18:38:43.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
80242026-03-04T18:38:44.750Z[ recovery-image] Mar 04 18:38:43.969 INFO O| Mar 04 18:38:43.969 INFO STEP 1067 (remove_files) COMPLETE
80252026-03-04T18:38:44.750Z[ recovery-image] Mar 04 18:38:43.969 INFO O| Mar 04 18:38:43.969 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80262026-03-04T18:38:44.765Z[ recovery-image] Mar 04 18:38:43.983 INFO O| Mar 04 18:38:43.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
80272026-03-04T18:38:44.765Z[ recovery-image] Mar 04 18:38:43.983 INFO O| Mar 04 18:38:43.983 INFO STEP 1068 (remove_files) COMPLETE
80282026-03-04T18:38:44.765Z[ recovery-image] Mar 04 18:38:43.983 INFO O| Mar 04 18:38:43.983 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80292026-03-04T18:38:44.780Z[ recovery-image] Mar 04 18:38:43.998 INFO O| Mar 04 18:38:43.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
80302026-03-04T18:38:44.782Z[ recovery-image] Mar 04 18:38:43.998 INFO O| Mar 04 18:38:43.998 INFO STEP 1069 (remove_files) COMPLETE
80312026-03-04T18:38:44.782Z[ recovery-image] Mar 04 18:38:43.998 INFO O| Mar 04 18:38:43.998 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80322026-03-04T18:38:44.795Z[ recovery-image] Mar 04 18:38:44.013 INFO O| Mar 04 18:38:44.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
80332026-03-04T18:38:44.795Z[ recovery-image] Mar 04 18:38:44.013 INFO O| Mar 04 18:38:44.013 INFO STEP 1070 (remove_files) COMPLETE
80342026-03-04T18:38:44.795Z[ recovery-image] Mar 04 18:38:44.013 INFO O| Mar 04 18:38:44.013 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80352026-03-04T18:38:44.811Z[ recovery-image] Mar 04 18:38:44.028 INFO O| Mar 04 18:38:44.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
80362026-03-04T18:38:44.811Z[ recovery-image] Mar 04 18:38:44.028 INFO O| Mar 04 18:38:44.028 INFO STEP 1071 (remove_files) COMPLETE
80372026-03-04T18:38:44.815Z[ recovery-image] Mar 04 18:38:44.028 INFO O| Mar 04 18:38:44.028 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80382026-03-04T18:38:44.825Z[ recovery-image] Mar 04 18:38:44.043 INFO O| Mar 04 18:38:44.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
80392026-03-04T18:38:44.825Z[ recovery-image] Mar 04 18:38:44.043 INFO O| Mar 04 18:38:44.043 INFO STEP 1072 (remove_files) COMPLETE
80402026-03-04T18:38:44.825Z[ recovery-image] Mar 04 18:38:44.043 INFO O| Mar 04 18:38:44.043 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80412026-03-04T18:38:44.839Z[ recovery-image] Mar 04 18:38:44.057 INFO O| Mar 04 18:38:44.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
80422026-03-04T18:38:44.839Z[ recovery-image] Mar 04 18:38:44.057 INFO O| Mar 04 18:38:44.057 INFO STEP 1073 (remove_files) COMPLETE
80432026-03-04T18:38:44.839Z[ recovery-image] Mar 04 18:38:44.057 INFO O| Mar 04 18:38:44.057 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80442026-03-04T18:38:44.855Z[ recovery-image] Mar 04 18:38:44.072 INFO O| Mar 04 18:38:44.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
80452026-03-04T18:38:44.855Z[ recovery-image] Mar 04 18:38:44.072 INFO O| Mar 04 18:38:44.072 INFO STEP 1074 (remove_files) COMPLETE
80462026-03-04T18:38:44.855Z[ recovery-image] Mar 04 18:38:44.072 INFO O| Mar 04 18:38:44.072 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80472026-03-04T18:38:44.868Z[ recovery-image] Mar 04 18:38:44.087 INFO O| Mar 04 18:38:44.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
80482026-03-04T18:38:44.868Z[ recovery-image] Mar 04 18:38:44.087 INFO O| Mar 04 18:38:44.087 INFO STEP 1075 (remove_files) COMPLETE
80492026-03-04T18:38:44.868Z[ recovery-image] Mar 04 18:38:44.087 INFO O| Mar 04 18:38:44.087 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80502026-03-04T18:38:44.883Z[ recovery-image] Mar 04 18:38:44.101 INFO O| Mar 04 18:38:44.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
80512026-03-04T18:38:44.883Z[ recovery-image] Mar 04 18:38:44.102 INFO O| Mar 04 18:38:44.102 INFO STEP 1076 (remove_files) COMPLETE
80522026-03-04T18:38:44.883Z[ recovery-image] Mar 04 18:38:44.102 INFO O| Mar 04 18:38:44.102 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80532026-03-04T18:38:44.899Z[ recovery-image] Mar 04 18:38:44.117 INFO O| Mar 04 18:38:44.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
80542026-03-04T18:38:44.899Z[ recovery-image] Mar 04 18:38:44.117 INFO O| Mar 04 18:38:44.117 INFO STEP 1077 (remove_files) COMPLETE
80552026-03-04T18:38:44.903Z[ recovery-image] Mar 04 18:38:44.117 INFO O| Mar 04 18:38:44.117 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80562026-03-04T18:38:44.914Z[ recovery-image] Mar 04 18:38:44.132 INFO O| Mar 04 18:38:44.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
80572026-03-04T18:38:44.914Z[ recovery-image] Mar 04 18:38:44.132 INFO O| Mar 04 18:38:44.132 INFO STEP 1078 (remove_files) COMPLETE
80582026-03-04T18:38:44.914Z[ recovery-image] Mar 04 18:38:44.132 INFO O| Mar 04 18:38:44.132 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80592026-03-04T18:38:44.935Z[ recovery-image] Mar 04 18:38:44.153 INFO O| Mar 04 18:38:44.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
80602026-03-04T18:38:44.936Z[ recovery-image] Mar 04 18:38:44.154 INFO O| Mar 04 18:38:44.154 INFO STEP 1079 (remove_files) COMPLETE
80612026-03-04T18:38:44.936Z[ recovery-image] Mar 04 18:38:44.154 INFO O| Mar 04 18:38:44.154 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80622026-03-04T18:38:44.950Z[ recovery-image] Mar 04 18:38:44.168 INFO O| Mar 04 18:38:44.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
80632026-03-04T18:38:44.953Z[ recovery-image] Mar 04 18:38:44.168 INFO O| Mar 04 18:38:44.168 INFO STEP 1080 (remove_files) COMPLETE
80642026-03-04T18:38:44.953Z[ recovery-image] Mar 04 18:38:44.168 INFO O| Mar 04 18:38:44.168 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80652026-03-04T18:38:44.964Z[ recovery-image] Mar 04 18:38:44.182 INFO O| Mar 04 18:38:44.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
80662026-03-04T18:38:44.964Z[ recovery-image] Mar 04 18:38:44.182 INFO O| Mar 04 18:38:44.182 INFO STEP 1081 (remove_files) COMPLETE
80672026-03-04T18:38:44.964Z[ recovery-image] Mar 04 18:38:44.182 INFO O| Mar 04 18:38:44.182 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80682026-03-04T18:38:44.978Z[ recovery-image] Mar 04 18:38:44.196 INFO O| Mar 04 18:38:44.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
80692026-03-04T18:38:44.981Z[ recovery-image] Mar 04 18:38:44.196 INFO O| Mar 04 18:38:44.196 INFO STEP 1082 (remove_files) COMPLETE
80702026-03-04T18:38:44.981Z[ recovery-image] Mar 04 18:38:44.196 INFO O| Mar 04 18:38:44.196 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80712026-03-04T18:38:44.993Z[ recovery-image] Mar 04 18:38:44.211 INFO O| Mar 04 18:38:44.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
80722026-03-04T18:38:44.993Z[ recovery-image] Mar 04 18:38:44.211 INFO O| Mar 04 18:38:44.211 INFO STEP 1083 (remove_files) COMPLETE
80732026-03-04T18:38:44.993Z[ recovery-image] Mar 04 18:38:44.211 INFO O| Mar 04 18:38:44.211 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80742026-03-04T18:38:45.009Z[ recovery-image] Mar 04 18:38:44.227 INFO O| Mar 04 18:38:44.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
80752026-03-04T18:38:45.009Z[ recovery-image] Mar 04 18:38:44.227 INFO O| Mar 04 18:38:44.227 INFO STEP 1084 (remove_files) COMPLETE
80762026-03-04T18:38:45.009Z[ recovery-image] Mar 04 18:38:44.227 INFO O| Mar 04 18:38:44.227 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80772026-03-04T18:38:45.024Z[ recovery-image] Mar 04 18:38:44.241 INFO O| Mar 04 18:38:44.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
80782026-03-04T18:38:45.025Z[ recovery-image] Mar 04 18:38:44.242 INFO O| Mar 04 18:38:44.242 INFO STEP 1085 (remove_files) COMPLETE
80792026-03-04T18:38:45.025Z[ recovery-image] Mar 04 18:38:44.242 INFO O| Mar 04 18:38:44.242 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80802026-03-04T18:38:45.045Z[ recovery-image] Mar 04 18:38:44.254 INFO O| Mar 04 18:38:44.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
80812026-03-04T18:38:45.045Z[ recovery-image] Mar 04 18:38:44.254 INFO O| Mar 04 18:38:44.254 INFO STEP 1086 (remove_files) COMPLETE
80822026-03-04T18:38:45.048Z[ recovery-image] Mar 04 18:38:44.254 INFO O| Mar 04 18:38:44.254 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80832026-03-04T18:38:45.049Z[ recovery-image] Mar 04 18:38:44.265 INFO O| Mar 04 18:38:44.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
80842026-03-04T18:38:45.049Z[ recovery-image] Mar 04 18:38:44.266 INFO O| Mar 04 18:38:44.266 INFO STEP 1087 (remove_files) COMPLETE
80852026-03-04T18:38:45.049Z[ recovery-image] Mar 04 18:38:44.266 INFO O| Mar 04 18:38:44.266 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80862026-03-04T18:38:45.061Z[ recovery-image] Mar 04 18:38:44.279 INFO O| Mar 04 18:38:44.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
80872026-03-04T18:38:45.061Z[ recovery-image] Mar 04 18:38:44.279 INFO O| Mar 04 18:38:44.279 INFO STEP 1088 (remove_files) COMPLETE
80882026-03-04T18:38:45.061Z[ recovery-image] Mar 04 18:38:44.279 INFO O| Mar 04 18:38:44.279 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80892026-03-04T18:38:45.075Z[ recovery-image] Mar 04 18:38:44.293 INFO O| Mar 04 18:38:44.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
80902026-03-04T18:38:45.075Z[ recovery-image] Mar 04 18:38:44.293 INFO O| Mar 04 18:38:44.293 INFO STEP 1089 (remove_files) COMPLETE
80912026-03-04T18:38:45.077Z[ recovery-image] Mar 04 18:38:44.293 INFO O| Mar 04 18:38:44.293 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80922026-03-04T18:38:45.089Z[ recovery-image] Mar 04 18:38:44.307 INFO O| Mar 04 18:38:44.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
80932026-03-04T18:38:45.089Z[ recovery-image] Mar 04 18:38:44.307 INFO O| Mar 04 18:38:44.307 INFO STEP 1090 (remove_files) COMPLETE
80942026-03-04T18:38:45.089Z[ recovery-image] Mar 04 18:38:44.307 INFO O| Mar 04 18:38:44.307 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80952026-03-04T18:38:45.103Z[ recovery-image] Mar 04 18:38:44.321 INFO O| Mar 04 18:38:44.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
80962026-03-04T18:38:45.106Z[ recovery-image] Mar 04 18:38:44.321 INFO O| Mar 04 18:38:44.321 INFO STEP 1091 (remove_files) COMPLETE
80972026-03-04T18:38:45.106Z[ recovery-image] Mar 04 18:38:44.321 INFO O| Mar 04 18:38:44.321 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80982026-03-04T18:38:45.117Z[ recovery-image] Mar 04 18:38:44.336 INFO O| Mar 04 18:38:44.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
80992026-03-04T18:38:45.117Z[ recovery-image] Mar 04 18:38:44.336 INFO O| Mar 04 18:38:44.336 INFO STEP 1092 (remove_files) COMPLETE
81002026-03-04T18:38:45.117Z[ recovery-image] Mar 04 18:38:44.336 INFO O| Mar 04 18:38:44.336 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81012026-03-04T18:38:45.132Z[ recovery-image] Mar 04 18:38:44.350 INFO O| Mar 04 18:38:44.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
81022026-03-04T18:38:45.132Z[ recovery-image] Mar 04 18:38:44.350 INFO O| Mar 04 18:38:44.350 INFO STEP 1093 (remove_files) COMPLETE
81032026-03-04T18:38:45.135Z[ recovery-image] Mar 04 18:38:44.350 INFO O| Mar 04 18:38:44.350 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81042026-03-04T18:38:45.145Z[ recovery-image] Mar 04 18:38:44.364 INFO O| Mar 04 18:38:44.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
81052026-03-04T18:38:45.145Z[ recovery-image] Mar 04 18:38:44.364 INFO O| Mar 04 18:38:44.364 INFO STEP 1094 (remove_files) COMPLETE
81062026-03-04T18:38:45.148Z[ recovery-image] Mar 04 18:38:44.364 INFO O| Mar 04 18:38:44.364 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81072026-03-04T18:38:45.159Z[ recovery-image] Mar 04 18:38:44.377 INFO O| Mar 04 18:38:44.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
81082026-03-04T18:38:45.159Z[ recovery-image] Mar 04 18:38:44.377 INFO O| Mar 04 18:38:44.377 INFO STEP 1095 (remove_files) COMPLETE
81092026-03-04T18:38:45.162Z[ recovery-image] Mar 04 18:38:44.377 INFO O| Mar 04 18:38:44.377 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81102026-03-04T18:38:45.173Z[ recovery-image] Mar 04 18:38:44.391 INFO O| Mar 04 18:38:44.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
81112026-03-04T18:38:45.176Z[ recovery-image] Mar 04 18:38:44.391 INFO O| Mar 04 18:38:44.391 INFO STEP 1096 (remove_files) COMPLETE
81122026-03-04T18:38:45.176Z[ recovery-image] Mar 04 18:38:44.391 INFO O| Mar 04 18:38:44.391 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81132026-03-04T18:38:45.186Z[ recovery-image] Mar 04 18:38:44.405 INFO O| Mar 04 18:38:44.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
81142026-03-04T18:38:45.186Z[ recovery-image] Mar 04 18:38:44.405 INFO O| Mar 04 18:38:44.405 INFO STEP 1097 (remove_files) COMPLETE
81152026-03-04T18:38:45.186Z[ recovery-image] Mar 04 18:38:44.405 INFO O| Mar 04 18:38:44.405 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81162026-03-04T18:38:45.201Z[ recovery-image] Mar 04 18:38:44.419 INFO O| Mar 04 18:38:44.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
81172026-03-04T18:38:45.201Z[ recovery-image] Mar 04 18:38:44.419 INFO O| Mar 04 18:38:44.419 INFO STEP 1098 (remove_files) COMPLETE
81182026-03-04T18:38:45.205Z[ recovery-image] Mar 04 18:38:44.419 INFO O| Mar 04 18:38:44.419 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81192026-03-04T18:38:45.216Z[ recovery-image] Mar 04 18:38:44.433 INFO O| Mar 04 18:38:44.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
81202026-03-04T18:38:45.217Z[ recovery-image] Mar 04 18:38:44.434 INFO O| Mar 04 18:38:44.434 INFO STEP 1099 (remove_files) COMPLETE
81212026-03-04T18:38:45.217Z[ recovery-image] Mar 04 18:38:44.434 INFO O| Mar 04 18:38:44.434 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81222026-03-04T18:38:45.230Z[ recovery-image] Mar 04 18:38:44.449 INFO O| Mar 04 18:38:44.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
81232026-03-04T18:38:45.230Z[ recovery-image] Mar 04 18:38:44.449 INFO O| Mar 04 18:38:44.449 INFO STEP 1100 (remove_files) COMPLETE
81242026-03-04T18:38:45.234Z[ recovery-image] Mar 04 18:38:44.449 INFO O| Mar 04 18:38:44.449 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81252026-03-04T18:38:45.248Z[ recovery-image] Mar 04 18:38:44.462 INFO O| Mar 04 18:38:44.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
81262026-03-04T18:38:45.248Z[ recovery-image] Mar 04 18:38:44.462 INFO O| Mar 04 18:38:44.462 INFO STEP 1101 (remove_files) COMPLETE
81272026-03-04T18:38:45.248Z[ recovery-image] Mar 04 18:38:44.462 INFO O| Mar 04 18:38:44.462 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81282026-03-04T18:38:45.258Z[ recovery-image] Mar 04 18:38:44.476 INFO O| Mar 04 18:38:44.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
81292026-03-04T18:38:45.258Z[ recovery-image] Mar 04 18:38:44.476 INFO O| Mar 04 18:38:44.476 INFO STEP 1102 (remove_files) COMPLETE
81302026-03-04T18:38:45.258Z[ recovery-image] Mar 04 18:38:44.476 INFO O| Mar 04 18:38:44.476 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81312026-03-04T18:38:45.271Z[ recovery-image] Mar 04 18:38:44.489 INFO O| Mar 04 18:38:44.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
81322026-03-04T18:38:45.271Z[ recovery-image] Mar 04 18:38:44.490 INFO O| Mar 04 18:38:44.490 INFO STEP 1103 (remove_files) COMPLETE
81332026-03-04T18:38:45.271Z[ recovery-image] Mar 04 18:38:44.490 INFO O| Mar 04 18:38:44.490 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81342026-03-04T18:38:45.287Z[ recovery-image] Mar 04 18:38:44.503 INFO O| Mar 04 18:38:44.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
81352026-03-04T18:38:45.287Z[ recovery-image] Mar 04 18:38:44.504 INFO O| Mar 04 18:38:44.503 INFO STEP 1104 (remove_files) COMPLETE
81362026-03-04T18:38:45.287Z[ recovery-image] Mar 04 18:38:44.504 INFO O| Mar 04 18:38:44.503 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81372026-03-04T18:38:45.299Z[ recovery-image] Mar 04 18:38:44.517 INFO O| Mar 04 18:38:44.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
81382026-03-04T18:38:45.300Z[ recovery-image] Mar 04 18:38:44.517 INFO O| Mar 04 18:38:44.517 INFO STEP 1105 (remove_files) COMPLETE
81392026-03-04T18:38:45.300Z[ recovery-image] Mar 04 18:38:44.517 INFO O| Mar 04 18:38:44.517 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81402026-03-04T18:38:45.313Z[ recovery-image] Mar 04 18:38:44.531 INFO O| Mar 04 18:38:44.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
81412026-03-04T18:38:45.313Z[ recovery-image] Mar 04 18:38:44.531 INFO O| Mar 04 18:38:44.531 INFO STEP 1106 (remove_files) COMPLETE
81422026-03-04T18:38:45.314Z[ recovery-image] Mar 04 18:38:44.531 INFO O| Mar 04 18:38:44.531 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81432026-03-04T18:38:45.328Z[ recovery-image] Mar 04 18:38:44.546 INFO O| Mar 04 18:38:44.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
81442026-03-04T18:38:45.328Z[ recovery-image] Mar 04 18:38:44.546 INFO O| Mar 04 18:38:44.546 INFO STEP 1107 (remove_files) COMPLETE
81452026-03-04T18:38:45.331Z[ recovery-image] Mar 04 18:38:44.546 INFO O| Mar 04 18:38:44.546 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81462026-03-04T18:38:45.341Z[ recovery-image] Mar 04 18:38:44.559 INFO O| Mar 04 18:38:44.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
81472026-03-04T18:38:45.341Z[ recovery-image] Mar 04 18:38:44.560 INFO O| Mar 04 18:38:44.560 INFO STEP 1108 (remove_files) COMPLETE
81482026-03-04T18:38:45.341Z[ recovery-image] Mar 04 18:38:44.560 INFO O| Mar 04 18:38:44.560 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81492026-03-04T18:38:45.355Z[ recovery-image] Mar 04 18:38:44.573 INFO O| Mar 04 18:38:44.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
81502026-03-04T18:38:45.355Z[ recovery-image] Mar 04 18:38:44.573 INFO O| Mar 04 18:38:44.573 INFO STEP 1109 (remove_files) COMPLETE
81512026-03-04T18:38:45.359Z[ recovery-image] Mar 04 18:38:44.573 INFO O| Mar 04 18:38:44.573 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81522026-03-04T18:38:45.369Z[ recovery-image] Mar 04 18:38:44.588 INFO O| Mar 04 18:38:44.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
81532026-03-04T18:38:45.370Z[ recovery-image] Mar 04 18:38:44.588 INFO O| Mar 04 18:38:44.588 INFO STEP 1110 (remove_files) COMPLETE
81542026-03-04T18:38:45.370Z[ recovery-image] Mar 04 18:38:44.588 INFO O| Mar 04 18:38:44.588 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81552026-03-04T18:38:45.384Z[ recovery-image] Mar 04 18:38:44.602 INFO O| Mar 04 18:38:44.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
81562026-03-04T18:38:45.384Z[ recovery-image] Mar 04 18:38:44.602 INFO O| Mar 04 18:38:44.602 INFO STEP 1111 (remove_files) COMPLETE
81572026-03-04T18:38:45.384Z[ recovery-image] Mar 04 18:38:44.602 INFO O| Mar 04 18:38:44.602 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81582026-03-04T18:38:45.398Z[ recovery-image] Mar 04 18:38:44.616 INFO O| Mar 04 18:38:44.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
81592026-03-04T18:38:45.398Z[ recovery-image] Mar 04 18:38:44.616 INFO O| Mar 04 18:38:44.616 INFO STEP 1112 (remove_files) COMPLETE
81602026-03-04T18:38:45.401Z[ recovery-image] Mar 04 18:38:44.616 INFO O| Mar 04 18:38:44.616 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81612026-03-04T18:38:45.413Z[ recovery-image] Mar 04 18:38:44.631 INFO O| Mar 04 18:38:44.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
81622026-03-04T18:38:45.413Z[ recovery-image] Mar 04 18:38:44.631 INFO O| Mar 04 18:38:44.631 INFO STEP 1113 (remove_files) COMPLETE
81632026-03-04T18:38:45.413Z[ recovery-image] Mar 04 18:38:44.631 INFO O| Mar 04 18:38:44.631 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81642026-03-04T18:38:45.427Z[ recovery-image] Mar 04 18:38:44.646 INFO O| Mar 04 18:38:44.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
81652026-03-04T18:38:45.427Z[ recovery-image] Mar 04 18:38:44.646 INFO O| Mar 04 18:38:44.646 INFO STEP 1114 (remove_files) COMPLETE
81662026-03-04T18:38:45.427Z[ recovery-image] Mar 04 18:38:44.646 INFO O| Mar 04 18:38:44.646 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81672026-03-04T18:38:45.442Z[ recovery-image] Mar 04 18:38:44.659 INFO O| Mar 04 18:38:44.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
81682026-03-04T18:38:45.442Z[ recovery-image] Mar 04 18:38:44.659 INFO O| Mar 04 18:38:44.659 INFO STEP 1115 (remove_files) COMPLETE
81692026-03-04T18:38:45.446Z[ recovery-image] Mar 04 18:38:44.659 INFO O| Mar 04 18:38:44.659 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81702026-03-04T18:38:45.455Z[ recovery-image] Mar 04 18:38:44.673 INFO O| Mar 04 18:38:44.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
81712026-03-04T18:38:45.455Z[ recovery-image] Mar 04 18:38:44.673 INFO O| Mar 04 18:38:44.673 INFO STEP 1116 (remove_files) COMPLETE
81722026-03-04T18:38:45.455Z[ recovery-image] Mar 04 18:38:44.673 INFO O| Mar 04 18:38:44.673 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81732026-03-04T18:38:45.468Z[ recovery-image] Mar 04 18:38:44.687 INFO O| Mar 04 18:38:44.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
81742026-03-04T18:38:45.468Z[ recovery-image] Mar 04 18:38:44.687 INFO O| Mar 04 18:38:44.687 INFO STEP 1117 (remove_files) COMPLETE
81752026-03-04T18:38:45.472Z[ recovery-image] Mar 04 18:38:44.687 INFO O| Mar 04 18:38:44.687 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81762026-03-04T18:38:45.482Z[ recovery-image] Mar 04 18:38:44.699 INFO O| Mar 04 18:38:44.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
81772026-03-04T18:38:45.483Z[ recovery-image] Mar 04 18:38:44.699 INFO O| Mar 04 18:38:44.699 INFO STEP 1118 (remove_files) COMPLETE
81782026-03-04T18:38:45.487Z[ recovery-image] Mar 04 18:38:44.699 INFO O| Mar 04 18:38:44.699 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81792026-03-04T18:38:45.497Z[ recovery-image] Mar 04 18:38:44.713 INFO O| Mar 04 18:38:44.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
81802026-03-04T18:38:45.497Z[ recovery-image] Mar 04 18:38:44.713 INFO O| Mar 04 18:38:44.713 INFO STEP 1119 (remove_files) COMPLETE
81812026-03-04T18:38:45.497Z[ recovery-image] Mar 04 18:38:44.713 INFO O| Mar 04 18:38:44.713 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81822026-03-04T18:38:45.509Z[ recovery-image] Mar 04 18:38:44.727 INFO O| Mar 04 18:38:44.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
81832026-03-04T18:38:45.512Z[ recovery-image] Mar 04 18:38:44.727 INFO O| Mar 04 18:38:44.727 INFO STEP 1120 (remove_files) COMPLETE
81842026-03-04T18:38:45.512Z[ recovery-image] Mar 04 18:38:44.727 INFO O| Mar 04 18:38:44.727 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81852026-03-04T18:38:45.524Z[ recovery-image] Mar 04 18:38:44.742 INFO O| Mar 04 18:38:44.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
81862026-03-04T18:38:45.524Z[ recovery-image] Mar 04 18:38:44.742 INFO O| Mar 04 18:38:44.742 INFO STEP 1121 (remove_files) COMPLETE
81872026-03-04T18:38:45.524Z[ recovery-image] Mar 04 18:38:44.742 INFO O| Mar 04 18:38:44.742 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81882026-03-04T18:38:45.539Z[ recovery-image] Mar 04 18:38:44.757 INFO O| Mar 04 18:38:44.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
81892026-03-04T18:38:45.539Z[ recovery-image] Mar 04 18:38:44.757 INFO O| Mar 04 18:38:44.757 INFO STEP 1122 (remove_files) COMPLETE
81902026-03-04T18:38:45.539Z[ recovery-image] Mar 04 18:38:44.757 INFO O| Mar 04 18:38:44.757 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81912026-03-04T18:38:45.551Z[ recovery-image] Mar 04 18:38:44.769 INFO O| Mar 04 18:38:44.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
81922026-03-04T18:38:45.551Z[ recovery-image] Mar 04 18:38:44.770 INFO O| Mar 04 18:38:44.770 INFO STEP 1123 (remove_files) COMPLETE
81932026-03-04T18:38:45.551Z[ recovery-image] Mar 04 18:38:44.770 INFO O| Mar 04 18:38:44.770 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81942026-03-04T18:38:45.565Z[ recovery-image] Mar 04 18:38:44.784 INFO O| Mar 04 18:38:44.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
81952026-03-04T18:38:45.566Z[ recovery-image] Mar 04 18:38:44.784 INFO O| Mar 04 18:38:44.784 INFO STEP 1124 (remove_files) COMPLETE
81962026-03-04T18:38:45.570Z[ recovery-image] Mar 04 18:38:44.784 INFO O| Mar 04 18:38:44.784 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81972026-03-04T18:38:45.578Z[ recovery-image] Mar 04 18:38:44.797 INFO O| Mar 04 18:38:44.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
81982026-03-04T18:38:45.578Z[ recovery-image] Mar 04 18:38:44.797 INFO O| Mar 04 18:38:44.797 INFO STEP 1125 (remove_files) COMPLETE
81992026-03-04T18:38:45.578Z[ recovery-image] Mar 04 18:38:44.797 INFO O| Mar 04 18:38:44.797 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82002026-03-04T18:38:45.593Z[ recovery-image] Mar 04 18:38:44.811 INFO O| Mar 04 18:38:44.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
82012026-03-04T18:38:45.593Z[ recovery-image] Mar 04 18:38:44.811 INFO O| Mar 04 18:38:44.811 INFO STEP 1126 (remove_files) COMPLETE
82022026-03-04T18:38:45.593Z[ recovery-image] Mar 04 18:38:44.811 INFO O| Mar 04 18:38:44.811 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82032026-03-04T18:38:45.605Z[ recovery-image] Mar 04 18:38:44.823 INFO O| Mar 04 18:38:44.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
82042026-03-04T18:38:45.605Z[ recovery-image] Mar 04 18:38:44.823 INFO O| Mar 04 18:38:44.823 INFO STEP 1127 (remove_files) COMPLETE
82052026-03-04T18:38:45.608Z[ recovery-image] Mar 04 18:38:44.823 INFO O| Mar 04 18:38:44.823 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82062026-03-04T18:38:45.620Z[ recovery-image] Mar 04 18:38:44.838 INFO O| Mar 04 18:38:44.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
82072026-03-04T18:38:45.620Z[ recovery-image] Mar 04 18:38:44.838 INFO O| Mar 04 18:38:44.838 INFO STEP 1128 (remove_files) COMPLETE
82082026-03-04T18:38:45.620Z[ recovery-image] Mar 04 18:38:44.838 INFO O| Mar 04 18:38:44.838 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82092026-03-04T18:38:45.634Z[ recovery-image] Mar 04 18:38:44.852 INFO O| Mar 04 18:38:44.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
82102026-03-04T18:38:45.634Z[ recovery-image] Mar 04 18:38:44.852 INFO O| Mar 04 18:38:44.852 INFO STEP 1129 (remove_files) COMPLETE
82112026-03-04T18:38:45.634Z[ recovery-image] Mar 04 18:38:44.852 INFO O| Mar 04 18:38:44.852 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82122026-03-04T18:38:45.648Z[ recovery-image] Mar 04 18:38:44.866 INFO O| Mar 04 18:38:44.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
82132026-03-04T18:38:45.648Z[ recovery-image] Mar 04 18:38:44.866 INFO O| Mar 04 18:38:44.866 INFO STEP 1130 (remove_files) COMPLETE
82142026-03-04T18:38:45.648Z[ recovery-image] Mar 04 18:38:44.866 INFO O| Mar 04 18:38:44.866 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82152026-03-04T18:38:45.663Z[ recovery-image] Mar 04 18:38:44.880 INFO O| Mar 04 18:38:44.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
82162026-03-04T18:38:45.663Z[ recovery-image] Mar 04 18:38:44.881 INFO O| Mar 04 18:38:44.880 INFO STEP 1131 (remove_files) COMPLETE
82172026-03-04T18:38:45.663Z[ recovery-image] Mar 04 18:38:44.881 INFO O| Mar 04 18:38:44.880 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82182026-03-04T18:38:45.678Z[ recovery-image] Mar 04 18:38:44.896 INFO O| Mar 04 18:38:44.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
82192026-03-04T18:38:45.678Z[ recovery-image] Mar 04 18:38:44.896 INFO O| Mar 04 18:38:44.896 INFO STEP 1132 (remove_files) COMPLETE
82202026-03-04T18:38:45.681Z[ recovery-image] Mar 04 18:38:44.896 INFO O| Mar 04 18:38:44.896 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82212026-03-04T18:38:45.693Z[ recovery-image] Mar 04 18:38:44.911 INFO O| Mar 04 18:38:44.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
82222026-03-04T18:38:45.693Z[ recovery-image] Mar 04 18:38:44.911 INFO O| Mar 04 18:38:44.911 INFO STEP 1133 (remove_files) COMPLETE
82232026-03-04T18:38:45.694Z[ recovery-image] Mar 04 18:38:44.911 INFO O| Mar 04 18:38:44.911 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82242026-03-04T18:38:45.713Z[ recovery-image] Mar 04 18:38:44.926 INFO O| Mar 04 18:38:44.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
82252026-03-04T18:38:45.713Z[ recovery-image] Mar 04 18:38:44.926 INFO O| Mar 04 18:38:44.926 INFO STEP 1134 (remove_files) COMPLETE
82262026-03-04T18:38:45.716Z[ recovery-image] Mar 04 18:38:44.926 INFO O| Mar 04 18:38:44.926 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82272026-03-04T18:38:45.724Z[ recovery-image] Mar 04 18:38:44.942 INFO O| Mar 04 18:38:44.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
82282026-03-04T18:38:45.724Z[ recovery-image] Mar 04 18:38:44.942 INFO O| Mar 04 18:38:44.942 INFO STEP 1135 (remove_files) COMPLETE
82292026-03-04T18:38:45.752Z[ recovery-image] Mar 04 18:38:44.942 INFO O| Mar 04 18:38:44.942 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82302026-03-04T18:38:45.752Z[ recovery-image] Mar 04 18:38:44.958 INFO O| Mar 04 18:38:44.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
82312026-03-04T18:38:45.752Z[ recovery-image] Mar 04 18:38:44.958 INFO O| Mar 04 18:38:44.958 INFO STEP 1136 (remove_files) COMPLETE
82322026-03-04T18:38:45.752Z[ recovery-image] Mar 04 18:38:44.958 INFO O| Mar 04 18:38:44.958 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82332026-03-04T18:38:45.755Z[ recovery-image] Mar 04 18:38:44.972 INFO O| Mar 04 18:38:44.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
82342026-03-04T18:38:45.755Z[ recovery-image] Mar 04 18:38:44.972 INFO O| Mar 04 18:38:44.972 INFO STEP 1137 (remove_files) COMPLETE
82352026-03-04T18:38:45.756Z[ recovery-image] Mar 04 18:38:44.972 INFO O| Mar 04 18:38:44.972 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82362026-03-04T18:38:45.767Z[ recovery-image] Mar 04 18:38:44.985 INFO O| Mar 04 18:38:44.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
82372026-03-04T18:38:45.767Z[ recovery-image] Mar 04 18:38:44.985 INFO O| Mar 04 18:38:44.985 INFO STEP 1138 (remove_files) COMPLETE
82382026-03-04T18:38:45.768Z[ recovery-image] Mar 04 18:38:44.985 INFO O| Mar 04 18:38:44.985 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82392026-03-04T18:38:45.780Z[ recovery-image] Mar 04 18:38:44.998 INFO O| Mar 04 18:38:44.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
82402026-03-04T18:38:45.780Z[ recovery-image] Mar 04 18:38:44.998 INFO O| Mar 04 18:38:44.998 INFO STEP 1139 (remove_files) COMPLETE
82412026-03-04T18:38:45.780Z[ recovery-image] Mar 04 18:38:44.998 INFO O| Mar 04 18:38:44.998 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82422026-03-04T18:38:45.793Z[ recovery-image] Mar 04 18:38:45.011 INFO O| Mar 04 18:38:45.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
82432026-03-04T18:38:45.793Z[ recovery-image] Mar 04 18:38:45.011 INFO O| Mar 04 18:38:45.011 INFO STEP 1140 (remove_files) COMPLETE
82442026-03-04T18:38:45.797Z[ recovery-image] Mar 04 18:38:45.012 INFO O| Mar 04 18:38:45.011 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82452026-03-04T18:38:45.806Z[ recovery-image] Mar 04 18:38:45.024 INFO O| Mar 04 18:38:45.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
82462026-03-04T18:38:45.806Z[ recovery-image] Mar 04 18:38:45.024 INFO O| Mar 04 18:38:45.024 INFO STEP 1141 (remove_files) COMPLETE
82472026-03-04T18:38:45.806Z[ recovery-image] Mar 04 18:38:45.024 INFO O| Mar 04 18:38:45.024 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82482026-03-04T18:38:45.819Z[ recovery-image] Mar 04 18:38:45.037 INFO O| Mar 04 18:38:45.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
82492026-03-04T18:38:45.819Z[ recovery-image] Mar 04 18:38:45.037 INFO O| Mar 04 18:38:45.037 INFO STEP 1142 (remove_files) COMPLETE
82502026-03-04T18:38:45.819Z[ recovery-image] Mar 04 18:38:45.037 INFO O| Mar 04 18:38:45.037 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82512026-03-04T18:38:45.842Z[ recovery-image] Mar 04 18:38:45.051 INFO O| Mar 04 18:38:45.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
82522026-03-04T18:38:45.842Z[ recovery-image] Mar 04 18:38:45.051 INFO O| Mar 04 18:38:45.051 INFO STEP 1143 (remove_files) COMPLETE
82532026-03-04T18:38:45.842Z[ recovery-image] Mar 04 18:38:45.051 INFO O| Mar 04 18:38:45.051 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82542026-03-04T18:38:45.851Z[ recovery-image] Mar 04 18:38:45.065 INFO O| Mar 04 18:38:45.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
82552026-03-04T18:38:45.851Z[ recovery-image] Mar 04 18:38:45.065 INFO O| Mar 04 18:38:45.065 INFO STEP 1144 (remove_files) COMPLETE
82562026-03-04T18:38:45.851Z[ recovery-image] Mar 04 18:38:45.065 INFO O| Mar 04 18:38:45.065 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82572026-03-04T18:38:45.862Z[ recovery-image] Mar 04 18:38:45.078 INFO O| Mar 04 18:38:45.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
82582026-03-04T18:38:45.862Z[ recovery-image] Mar 04 18:38:45.078 INFO O| Mar 04 18:38:45.078 INFO STEP 1145 (remove_files) COMPLETE
82592026-03-04T18:38:45.868Z[ recovery-image] Mar 04 18:38:45.078 INFO O| Mar 04 18:38:45.078 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82602026-03-04T18:38:45.881Z[ recovery-image] Mar 04 18:38:45.092 INFO O| Mar 04 18:38:45.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
82612026-03-04T18:38:45.881Z[ recovery-image] Mar 04 18:38:45.092 INFO O| Mar 04 18:38:45.092 INFO STEP 1146 (remove_files) COMPLETE
82622026-03-04T18:38:45.881Z[ recovery-image] Mar 04 18:38:45.092 INFO O| Mar 04 18:38:45.092 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82632026-03-04T18:38:45.889Z[ recovery-image] Mar 04 18:38:45.105 INFO O| Mar 04 18:38:45.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
82642026-03-04T18:38:45.889Z[ recovery-image] Mar 04 18:38:45.106 INFO O| Mar 04 18:38:45.106 INFO STEP 1147 (remove_files) COMPLETE
82652026-03-04T18:38:45.894Z[ recovery-image] Mar 04 18:38:45.106 INFO O| Mar 04 18:38:45.106 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82662026-03-04T18:38:45.901Z[ recovery-image] Mar 04 18:38:45.119 INFO O| Mar 04 18:38:45.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
82672026-03-04T18:38:45.901Z[ recovery-image] Mar 04 18:38:45.119 INFO O| Mar 04 18:38:45.119 INFO STEP 1148 (remove_files) COMPLETE
82682026-03-04T18:38:45.901Z[ recovery-image] Mar 04 18:38:45.119 INFO O| Mar 04 18:38:45.119 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82692026-03-04T18:38:45.915Z[ recovery-image] Mar 04 18:38:45.132 INFO O| Mar 04 18:38:45.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
82702026-03-04T18:38:45.915Z[ recovery-image] Mar 04 18:38:45.132 INFO O| Mar 04 18:38:45.132 INFO STEP 1149 (remove_files) COMPLETE
82712026-03-04T18:38:45.915Z[ recovery-image] Mar 04 18:38:45.132 INFO O| Mar 04 18:38:45.132 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82722026-03-04T18:38:45.935Z[ recovery-image] Mar 04 18:38:45.153 INFO O| Mar 04 18:38:45.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
82732026-03-04T18:38:45.935Z[ recovery-image] Mar 04 18:38:45.153 INFO O| Mar 04 18:38:45.153 INFO STEP 1150 (remove_files) COMPLETE
82742026-03-04T18:38:45.935Z[ recovery-image] Mar 04 18:38:45.153 INFO O| Mar 04 18:38:45.153 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82752026-03-04T18:38:45.950Z[ recovery-image] Mar 04 18:38:45.168 INFO O| Mar 04 18:38:45.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
82762026-03-04T18:38:45.950Z[ recovery-image] Mar 04 18:38:45.168 INFO O| Mar 04 18:38:45.168 INFO STEP 1151 (remove_files) COMPLETE
82772026-03-04T18:38:45.951Z[ recovery-image] Mar 04 18:38:45.168 INFO O| Mar 04 18:38:45.168 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82782026-03-04T18:38:45.966Z[ recovery-image] Mar 04 18:38:45.183 INFO O| Mar 04 18:38:45.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
82792026-03-04T18:38:45.966Z[ recovery-image] Mar 04 18:38:45.183 INFO O| Mar 04 18:38:45.183 INFO STEP 1152 (remove_files) COMPLETE
82802026-03-04T18:38:45.970Z[ recovery-image] Mar 04 18:38:45.183 INFO O| Mar 04 18:38:45.183 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82812026-03-04T18:38:45.979Z[ recovery-image] Mar 04 18:38:45.197 INFO O| Mar 04 18:38:45.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
82822026-03-04T18:38:45.979Z[ recovery-image] Mar 04 18:38:45.197 INFO O| Mar 04 18:38:45.197 INFO STEP 1153 (remove_files) COMPLETE
82832026-03-04T18:38:45.982Z[ recovery-image] Mar 04 18:38:45.197 INFO O| Mar 04 18:38:45.197 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82842026-03-04T18:38:45.993Z[ recovery-image] Mar 04 18:38:45.211 INFO O| Mar 04 18:38:45.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
82852026-03-04T18:38:45.993Z[ recovery-image] Mar 04 18:38:45.211 INFO O| Mar 04 18:38:45.211 INFO STEP 1154 (remove_files) COMPLETE
82862026-03-04T18:38:45.996Z[ recovery-image] Mar 04 18:38:45.211 INFO O| Mar 04 18:38:45.211 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82872026-03-04T18:38:46.007Z[ recovery-image] Mar 04 18:38:45.225 INFO O| Mar 04 18:38:45.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
82882026-03-04T18:38:46.007Z[ recovery-image] Mar 04 18:38:45.226 INFO O| Mar 04 18:38:45.225 INFO STEP 1155 (remove_files) COMPLETE
82892026-03-04T18:38:46.010Z[ recovery-image] Mar 04 18:38:45.226 INFO O| Mar 04 18:38:45.226 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82902026-03-04T18:38:46.021Z[ recovery-image] Mar 04 18:38:45.240 INFO O| Mar 04 18:38:45.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
82912026-03-04T18:38:46.022Z[ recovery-image] Mar 04 18:38:45.240 INFO O| Mar 04 18:38:45.240 INFO STEP 1156 (remove_files) COMPLETE
82922026-03-04T18:38:46.025Z[ recovery-image] Mar 04 18:38:45.240 INFO O| Mar 04 18:38:45.240 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82932026-03-04T18:38:46.036Z[ recovery-image] Mar 04 18:38:45.254 INFO O| Mar 04 18:38:45.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
82942026-03-04T18:38:46.036Z[ recovery-image] Mar 04 18:38:45.254 INFO O| Mar 04 18:38:45.254 INFO STEP 1157 (remove_files) COMPLETE
82952026-03-04T18:38:46.039Z[ recovery-image] Mar 04 18:38:45.254 INFO O| Mar 04 18:38:45.254 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82962026-03-04T18:38:46.052Z[ recovery-image] Mar 04 18:38:45.269 INFO O| Mar 04 18:38:45.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
82972026-03-04T18:38:46.052Z[ recovery-image] Mar 04 18:38:45.269 INFO O| Mar 04 18:38:45.269 INFO STEP 1158 (remove_files) COMPLETE
82982026-03-04T18:38:46.053Z[ recovery-image] Mar 04 18:38:45.269 INFO O| Mar 04 18:38:45.269 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82992026-03-04T18:38:46.067Z[ recovery-image] Mar 04 18:38:45.284 INFO O| Mar 04 18:38:45.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
83002026-03-04T18:38:46.067Z[ recovery-image] Mar 04 18:38:45.284 INFO O| Mar 04 18:38:45.284 INFO STEP 1159 (remove_files) COMPLETE
83012026-03-04T18:38:46.067Z[ recovery-image] Mar 04 18:38:45.284 INFO O| Mar 04 18:38:45.284 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83022026-03-04T18:38:46.080Z[ recovery-image] Mar 04 18:38:45.298 INFO O| Mar 04 18:38:45.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
83032026-03-04T18:38:46.080Z[ recovery-image] Mar 04 18:38:45.298 INFO O| Mar 04 18:38:45.298 INFO STEP 1160 (remove_files) COMPLETE
83042026-03-04T18:38:46.083Z[ recovery-image] Mar 04 18:38:45.298 INFO O| Mar 04 18:38:45.298 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83052026-03-04T18:38:46.094Z[ recovery-image] Mar 04 18:38:45.312 INFO O| Mar 04 18:38:45.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
83062026-03-04T18:38:46.097Z[ recovery-image] Mar 04 18:38:45.312 INFO O| Mar 04 18:38:45.312 INFO STEP 1161 (remove_files) COMPLETE
83072026-03-04T18:38:46.097Z[ recovery-image] Mar 04 18:38:45.312 INFO O| Mar 04 18:38:45.312 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83082026-03-04T18:38:46.108Z[ recovery-image] Mar 04 18:38:45.326 INFO O| Mar 04 18:38:45.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
83092026-03-04T18:38:46.108Z[ recovery-image] Mar 04 18:38:45.326 INFO O| Mar 04 18:38:45.326 INFO STEP 1162 (remove_files) COMPLETE
83102026-03-04T18:38:46.111Z[ recovery-image] Mar 04 18:38:45.326 INFO O| Mar 04 18:38:45.326 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83112026-03-04T18:38:46.122Z[ recovery-image] Mar 04 18:38:45.340 INFO O| Mar 04 18:38:45.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
83122026-03-04T18:38:46.122Z[ recovery-image] Mar 04 18:38:45.340 INFO O| Mar 04 18:38:45.340 INFO STEP 1163 (remove_files) COMPLETE
83132026-03-04T18:38:46.126Z[ recovery-image] Mar 04 18:38:45.340 INFO O| Mar 04 18:38:45.340 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83142026-03-04T18:38:46.137Z[ recovery-image] Mar 04 18:38:45.355 INFO O| Mar 04 18:38:45.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
83152026-03-04T18:38:46.137Z[ recovery-image] Mar 04 18:38:45.355 INFO O| Mar 04 18:38:45.355 INFO STEP 1164 (remove_files) COMPLETE
83162026-03-04T18:38:46.140Z[ recovery-image] Mar 04 18:38:45.355 INFO O| Mar 04 18:38:45.355 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83172026-03-04T18:38:46.151Z[ recovery-image] Mar 04 18:38:45.369 INFO O| Mar 04 18:38:45.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
83182026-03-04T18:38:46.154Z[ recovery-image] Mar 04 18:38:45.370 INFO O| Mar 04 18:38:45.370 INFO STEP 1165 (remove_files) COMPLETE
83192026-03-04T18:38:46.154Z[ recovery-image] Mar 04 18:38:45.370 INFO O| Mar 04 18:38:45.370 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
83202026-03-04T18:38:46.173Z[ recovery-image] Mar 04 18:38:45.390 INFO O| Mar 04 18:38:45.390 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
83212026-03-04T18:38:46.173Z[ recovery-image] Mar 04 18:38:45.390 INFO O| Mar 04 18:38:45.390 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
83222026-03-04T18:38:47.919Z[ recovery-image] Mar 04 18:38:47.133 INFO O| Mar 04 18:38:47.133 INFO STEP 1166 (pack_tar) COMPLETE
83232026-03-04T18:38:47.919Z[ recovery-image] Mar 04 18:38:47.133 INFO O| Mar 04 18:38:47.133 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
83242026-03-04T18:38:47.919Z[ recovery-image] Mar 04 18:38:47.133 INFO O| Mar 04 18:38:47.133 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
83252026-03-04T18:38:48.365Z[ recovery-image] Mar 04 18:38:47.581 INFO O| Mar 04 18:38:47.581 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
83262026-03-04T18:38:48.492Z[ recovery-image] Mar 04 18:38:47.710 INFO O| Mar 04 18:38:47.710 INFO completed processing sled/ramdisk-03-recovery-trim
83272026-03-04T18:38:48.497Z[ recovery-image] Mar 04 18:38:47.715 INFO image builder template: zfs-recovery...
83282026-03-04T18:38:48.497Z[ recovery-image] Mar 04 18:38:47.715 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/.tmph2t7CP/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
83292026-03-04T18:38:48.555Z[ recovery-image] Mar 04 18:38:47.773 INFO O| Mar 04 18:38:47.773 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
83302026-03-04T18:38:48.562Z[ recovery-image] Mar 04 18:38:47.779 INFO O| Mar 04 18:38:47.779 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
83312026-03-04T18:38:48.731Z[ recovery-image] Mar 04 18:38:47.949 INFO O| Mar 04 18:38:47.949 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
83322026-03-04T18:38:48.814Z[ recovery-image] Mar 04 18:38:48.032 INFO O| Mar 04 18:38:48.032 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
83332026-03-04T18:38:48.814Z[ recovery-image] Mar 04 18:38:48.032 INFO O| Mar 04 18:38:48.032 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
83342026-03-04T18:38:48.820Z[ recovery-image] Mar 04 18:38:48.038 INFO O| Mar 04 18:38:48.038 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
83352026-03-04T18:38:48.910Z[ recovery-image] Mar 04 18:38:48.128 INFO O| Mar 04 18:38:48.127 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
83362026-03-04T18:38:48.977Z[ recovery-image] Mar 04 18:38:48.195 INFO O| Mar 04 18:38:48.195 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
83372026-03-04T18:38:48.994Z[ recovery-image] Mar 04 18:38:48.212 INFO O| Mar 04 18:38:48.212 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83382026-03-04T18:38:49.001Z[ recovery-image] Mar 04 18:38:48.219 INFO O| Mar 04 18:38:48.219 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
83392026-03-04T18:38:49.012Z[ recovery-image] Mar 04 18:38:48.230 INFO O| Mar 04 18:38:48.230 INFO no lofi found
83402026-03-04T18:38:49.013Z[ recovery-image] Mar 04 18:38:48.231 INFO O| Mar 04 18:38:48.230 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
83412026-03-04T18:38:49.013Z[ recovery-image] Mar 04 18:38:48.231 INFO O| Mar 04 18:38:48.231 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83422026-03-04T18:38:50.786Z[ recovery-image] Mar 04 18:38:50.004 INFO O| Mar 04 18:38:50.004 INFO lofi device = /dev/dsk/c2t1d0p0
83432026-03-04T18:38:50.786Z[ recovery-image] Mar 04 18:38:50.004 INFO O| Mar 04 18:38:50.004 INFO pool device = /dev/dsk/c2t1d0p0
83442026-03-04T18:38:50.789Z[ recovery-image] Mar 04 18:38:50.004 INFO O| Mar 04 18:38:50.004 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"]
83452026-03-04T18:38:51.186Z[ recovery-image] Mar 04 18:38:50.404 INFO O| Mar 04 18:38:50.404 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83462026-03-04T18:38:51.186Z[ recovery-image] Mar 04 18:38:50.404 INFO O| Mar 04 18:38:50.404 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
83472026-03-04T18:38:51.216Z[ recovery-image] Mar 04 18:38:50.434 INFO O| Mar 04 18:38:50.434 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
83482026-03-04T18:38:51.708Z[ recovery-image] Mar 04 18:38:50.926 INFO O| Mar 04 18:38:50.925 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
83492026-03-04T18:38:51.759Z[ recovery-image] Mar 04 18:38:50.977 INFO O| Mar 04 18:38:50.977 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
83502026-03-04T18:38:51.784Z[ recovery-image] Mar 04 18:38:51.002 INFO O| Mar 04 18:38:51.002 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
83512026-03-04T18:38:51.805Z[ recovery-image] Mar 04 18:38:51.021 INFO O| Mar 04 18:38:51.021 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
83522026-03-04T18:38:51.890Z[ recovery-image] Mar 04 18:38:51.108 INFO O| Mar 04 18:38:51.108 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83532026-03-04T18:38:51.893Z[ recovery-image] Mar 04 18:38:51.108 INFO O| Mar 04 18:38:51.108 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83542026-03-04T18:38:51.893Z[ recovery-image] Mar 04 18:38:51.108 INFO O| Mar 04 18:38:51.108 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83552026-03-04T18:38:51.913Z[ recovery-image] Mar 04 18:38:51.131 INFO O| Mar 04 18:38:51.131 INFO boot environment UUID: 4160305c-4b75-49e2-a9b4-6639387defe2
83562026-03-04T18:38:51.913Z[ recovery-image] Mar 04 18:38:51.131 INFO O| Mar 04 18:38:51.131 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 4160305c-4b75-49e2-a9b4-6639387defe2
83572026-03-04T18:38:51.940Z[ recovery-image] Mar 04 18:38:51.157 INFO O| Mar 04 18:38:51.156 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
83582026-03-04T18:38:51.994Z[ recovery-image] Mar 04 18:38:51.195 INFO O| Mar 04 18:38:51.195 INFO STEP 0 (create_be) COMPLETE
83592026-03-04T18:38:51.994Z[ recovery-image] Mar 04 18:38:51.195 INFO O| Mar 04 18:38:51.195 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83602026-03-04T18:38:52.004Z[ recovery-image] Mar 04 18:38:51.216 INFO O| Mar 04 18:38:51.216 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"]
83612026-03-04T18:38:58.676Z[ recovery-image] Mar 04 18:38:57.893 INFO O| Mar 04 18:38:57.893 INFO STEP 1 (unpack_tar) COMPLETE
83622026-03-04T18:38:58.676Z[ recovery-image] Mar 04 18:38:57.893 INFO O| Mar 04 18:38:57.893 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83632026-03-04T18:38:58.692Z[ recovery-image] Mar 04 18:38:57.908 INFO O| Mar 04 18:38:57.908 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83642026-03-04T18:39:00.125Z[ recovery-image] Mar 04 18:38:59.342 INFO O| Mar 04 18:38:59.342 INFO STEP 2 (devfsadm) COMPLETE
83652026-03-04T18:39:00.125Z[ recovery-image] Mar 04 18:38:59.342 INFO O| Mar 04 18:38:59.342 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83662026-03-04T18:39:00.143Z[ recovery-image] Mar 04 18:38:59.358 INFO O| Mar 04 18:38:59.358 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83672026-03-04T18:39:00.143Z[ recovery-image] Mar 04 18:38:59.358 INFO O| Mar 04 18:38:59.358 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83682026-03-04T18:39:00.143Z[ recovery-image] Mar 04 18:38:59.358 INFO O| Mar 04 18:38:59.358 INFO STEP 3 (ensure_dir) COMPLETE
83692026-03-04T18:39:00.146Z[ recovery-image] Mar 04 18:38:59.358 INFO O| Mar 04 18:38:59.358 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83702026-03-04T18:39:00.158Z[ recovery-image] Mar 04 18:38:59.373 INFO O| Mar 04 18:38:59.373 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83712026-03-04T18:39:00.158Z[ recovery-image] Mar 04 18:38:59.373 INFO O| Mar 04 18:38:59.373 INFO STEP 4 (ensure_dir) COMPLETE
83722026-03-04T18:39:00.161Z[ recovery-image] Mar 04 18:38:59.373 INFO O| Mar 04 18:38:59.373 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83732026-03-04T18:39:00.170Z[ recovery-image] Mar 04 18:38:59.387 INFO O| Mar 04 18:38:59.387 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83742026-03-04T18:39:00.170Z[ recovery-image] Mar 04 18:38:59.387 INFO O| Mar 04 18:38:59.387 INFO STEP 5 (ensure_dir) COMPLETE
83752026-03-04T18:39:00.176Z[ recovery-image] Mar 04 18:38:59.387 INFO O| Mar 04 18:38:59.387 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83762026-03-04T18:39:00.184Z[ recovery-image] Mar 04 18:38:59.401 INFO O| Mar 04 18:38:59.401 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83772026-03-04T18:39:00.187Z[ recovery-image] Mar 04 18:38:59.401 INFO O| Mar 04 18:38:59.401 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83782026-03-04T18:39:00.187Z[ recovery-image] Mar 04 18:38:59.401 INFO O| Mar 04 18:38:59.401 INFO STEP 6 (ensure_dir) COMPLETE
83792026-03-04T18:39:00.187Z[ recovery-image] Mar 04 18:38:59.401 INFO O| Mar 04 18:38:59.401 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83802026-03-04T18:39:00.199Z[ recovery-image] Mar 04 18:38:59.416 INFO O| Mar 04 18:38:59.416 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83812026-03-04T18:39:00.199Z[ recovery-image] Mar 04 18:38:59.416 INFO O| Mar 04 18:38:59.416 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83822026-03-04T18:39:00.199Z[ recovery-image] Mar 04 18:38:59.416 INFO O| Mar 04 18:38:59.416 INFO STEP 7 (ensure_dir) COMPLETE
83832026-03-04T18:39:00.202Z[ recovery-image] Mar 04 18:38:59.416 INFO O| Mar 04 18:38:59.416 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83842026-03-04T18:39:00.213Z[ recovery-image] Mar 04 18:38:59.430 INFO O| Mar 04 18:38:59.430 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
83852026-03-04T18:39:00.219Z[ recovery-image] Mar 04 18:38:59.431 INFO O| Mar 04 18:38:59.430 INFO STEP 8 (remove_files) COMPLETE
83862026-03-04T18:39:00.219Z[ recovery-image] Mar 04 18:38:59.431 INFO O| Mar 04 18:38:59.431 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83872026-03-04T18:39:00.230Z[ recovery-image] Mar 04 18:38:59.445 INFO O| Mar 04 18:38:59.444 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
83882026-03-04T18:39:00.235Z[ recovery-image] Mar 04 18:38:59.446 INFO O| Mar 04 18:38:59.446 INFO STEP 9 (remove_files) COMPLETE
83892026-03-04T18:39:00.235Z[ recovery-image] Mar 04 18:38:59.446 INFO O| Mar 04 18:38:59.446 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83902026-03-04T18:39:00.242Z[ recovery-image] Mar 04 18:38:59.460 INFO O| Mar 04 18:38:59.460 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
83912026-03-04T18:39:00.247Z[ recovery-image] Mar 04 18:38:59.461 INFO O| Mar 04 18:38:59.461 INFO STEP 10 (remove_files) COMPLETE
83922026-03-04T18:39:00.248Z[ recovery-image] Mar 04 18:38:59.461 INFO O| Mar 04 18:38:59.461 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83932026-03-04T18:39:00.257Z[ recovery-image] Mar 04 18:38:59.475 INFO O| Mar 04 18:38:59.475 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
83942026-03-04T18:39:00.257Z[ recovery-image] Mar 04 18:38:59.475 INFO O| Mar 04 18:38:59.475 INFO STEP 11 (remove_files) COMPLETE
83952026-03-04T18:39:00.258Z[ recovery-image] Mar 04 18:38:59.475 INFO O| Mar 04 18:38:59.475 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83962026-03-04T18:39:00.291Z[ recovery-image] Mar 04 18:38:59.489 INFO O| Mar 04 18:38:59.489 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
83972026-03-04T18:39:00.291Z[ recovery-image] Mar 04 18:38:59.489 INFO O| Mar 04 18:38:59.489 INFO STEP 12 (remove_files) COMPLETE
83982026-03-04T18:39:00.291Z[ recovery-image] Mar 04 18:38:59.489 INFO O| Mar 04 18:38:59.489 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83992026-03-04T18:39:00.299Z[ recovery-image] Mar 04 18:38:59.503 INFO O| Mar 04 18:38:59.503 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84002026-03-04T18:39:00.299Z[ recovery-image] Mar 04 18:38:59.503 INFO O| Mar 04 18:38:59.503 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84012026-03-04T18:39:00.299Z[ recovery-image] Mar 04 18:38:59.503 INFO O| Mar 04 18:38:59.503 INFO STEP 13 (ensure_dir) COMPLETE
84022026-03-04T18:39:00.299Z[ recovery-image] Mar 04 18:38:59.503 INFO O| Mar 04 18:38:59.503 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84032026-03-04T18:39:00.308Z[ recovery-image] Mar 04 18:38:59.516 INFO O| Mar 04 18:38:59.516 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84042026-03-04T18:39:00.308Z[ recovery-image] Mar 04 18:38:59.516 INFO O| Mar 04 18:38:59.516 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84052026-03-04T18:39:00.308Z[ recovery-image] Mar 04 18:38:59.517 INFO O| Mar 04 18:38:59.517 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84062026-03-04T18:39:00.308Z[ recovery-image] Mar 04 18:38:59.517 INFO O| Mar 04 18:38:59.517 INFO STEP 14 (ensure_dir) COMPLETE
84072026-03-04T18:39:00.308Z[ recovery-image] Mar 04 18:38:59.517 INFO O| Mar 04 18:38:59.517 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84082026-03-04T18:39:00.315Z[ recovery-image] Mar 04 18:38:59.531 INFO O| Mar 04 18:38:59.531 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84092026-03-04T18:39:00.315Z[ recovery-image] Mar 04 18:38:59.532 INFO O| Mar 04 18:38:59.531 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84102026-03-04T18:39:00.321Z[ recovery-image] Mar 04 18:38:59.532 INFO O| Mar 04 18:38:59.532 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84112026-03-04T18:39:00.321Z[ recovery-image] Mar 04 18:38:59.532 INFO O| Mar 04 18:38:59.532 INFO STEP 15 (ensure_dir) COMPLETE
84122026-03-04T18:39:00.321Z[ recovery-image] Mar 04 18:38:59.532 INFO O| Mar 04 18:38:59.532 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84132026-03-04T18:39:00.330Z[ recovery-image] Mar 04 18:38:59.547 INFO O| Mar 04 18:38:59.547 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84142026-03-04T18:39:00.330Z[ recovery-image] Mar 04 18:38:59.547 INFO O| Mar 04 18:38:59.547 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84152026-03-04T18:39:00.330Z[ recovery-image] Mar 04 18:38:59.547 INFO O| Mar 04 18:38:59.547 INFO STEP 16 (ensure_dir) COMPLETE
84162026-03-04T18:39:00.334Z[ recovery-image] Mar 04 18:38:59.547 INFO O| Mar 04 18:38:59.547 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84172026-03-04T18:39:00.346Z[ recovery-image] Mar 04 18:38:59.561 INFO O| Mar 04 18:38:59.561 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84182026-03-04T18:39:00.346Z[ recovery-image] Mar 04 18:38:59.562 INFO O| Mar 04 18:38:59.561 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84192026-03-04T18:39:00.346Z[ recovery-image] Mar 04 18:38:59.562 INFO O| Mar 04 18:38:59.561 INFO STEP 17 (ensure_dir) COMPLETE
84202026-03-04T18:39:00.350Z[ recovery-image] Mar 04 18:38:59.562 INFO O| Mar 04 18:38:59.562 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84212026-03-04T18:39:00.360Z[ recovery-image] Mar 04 18:38:59.576 INFO O| Mar 04 18:38:59.576 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
84222026-03-04T18:39:00.363Z[ recovery-image] Mar 04 18:38:59.576 INFO O| Mar 04 18:38:59.576 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
84232026-03-04T18:39:00.364Z[ recovery-image] Mar 04 18:38:59.576 INFO O| Mar 04 18:38:59.576 INFO ok!
84242026-03-04T18:39:00.364Z[ recovery-image] Mar 04 18:38:59.576 INFO O| Mar 04 18:38:59.576 INFO STEP 18 (ensure_symlink) COMPLETE
84252026-03-04T18:39:00.364Z[ recovery-image] Mar 04 18:38:59.576 INFO O| Mar 04 18:38:59.576 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84262026-03-04T18:39:00.375Z[ recovery-image] Mar 04 18:38:59.592 INFO O| Mar 04 18:38:59.591 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
84272026-03-04T18:39:00.375Z[ recovery-image] Mar 04 18:38:59.592 INFO O| Mar 04 18:38:59.591 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
84282026-03-04T18:39:00.382Z[ recovery-image] Mar 04 18:38:59.592 INFO O| Mar 04 18:38:59.591 INFO ok!
84292026-03-04T18:39:00.382Z[ recovery-image] Mar 04 18:38:59.592 INFO O| Mar 04 18:38:59.592 INFO STEP 19 (ensure_file) COMPLETE
84302026-03-04T18:39:00.382Z[ recovery-image] Mar 04 18:38:59.592 INFO O| Mar 04 18:38:59.592 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84312026-03-04T18:39:00.391Z[ recovery-image] Mar 04 18:38:59.607 INFO O| Mar 04 18:38:59.607 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
84322026-03-04T18:39:00.391Z[ recovery-image] Mar 04 18:38:59.607 INFO O| Mar 04 18:38:59.607 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
84332026-03-04T18:39:00.391Z[ recovery-image] Mar 04 18:38:59.607 INFO O| Mar 04 18:38:59.607 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
84342026-03-04T18:39:00.394Z[ recovery-image] Mar 04 18:38:59.607 INFO O| Mar 04 18:38:59.607 INFO ok!
84352026-03-04T18:39:00.394Z[ recovery-image] Mar 04 18:38:59.607 INFO O| Mar 04 18:38:59.607 INFO STEP 20 (ensure_symlink) COMPLETE
84362026-03-04T18:39:00.394Z[ recovery-image] Mar 04 18:38:59.607 INFO O| Mar 04 18:38:59.607 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84372026-03-04T18:39:00.407Z[ recovery-image] Mar 04 18:38:59.622 INFO O| Mar 04 18:38:59.622 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
84382026-03-04T18:39:00.407Z[ recovery-image] Mar 04 18:38:59.622 INFO O| Mar 04 18:38:59.622 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
84392026-03-04T18:39:00.407Z[ recovery-image] Mar 04 18:38:59.622 INFO O| Mar 04 18:38:59.622 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
84402026-03-04T18:39:00.407Z[ recovery-image] Mar 04 18:38:59.623 INFO O| Mar 04 18:38:59.622 INFO ok!
84412026-03-04T18:39:00.410Z[ recovery-image] Mar 04 18:38:59.623 INFO O| Mar 04 18:38:59.622 INFO STEP 21 (ensure_symlink) COMPLETE
84422026-03-04T18:39:00.410Z[ recovery-image] Mar 04 18:38:59.623 INFO O| Mar 04 18:38:59.623 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84432026-03-04T18:39:00.422Z[ recovery-image] Mar 04 18:38:59.637 INFO O| Mar 04 18:38:59.637 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
84442026-03-04T18:39:00.422Z[ recovery-image] Mar 04 18:38:59.637 INFO O| Mar 04 18:38:59.637 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
84452026-03-04T18:39:00.422Z[ recovery-image] Mar 04 18:38:59.637 INFO O| Mar 04 18:38:59.637 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
84462026-03-04T18:39:00.426Z[ recovery-image] Mar 04 18:38:59.637 INFO O| Mar 04 18:38:59.637 INFO ok!
84472026-03-04T18:39:00.426Z[ recovery-image] Mar 04 18:38:59.637 INFO O| Mar 04 18:38:59.637 INFO STEP 22 (ensure_symlink) COMPLETE
84482026-03-04T18:39:00.426Z[ recovery-image] Mar 04 18:38:59.637 INFO O| Mar 04 18:38:59.637 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84492026-03-04T18:39:00.436Z[ recovery-image] Mar 04 18:38:59.651 INFO O| Mar 04 18:38:59.651 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
84502026-03-04T18:39:00.436Z[ recovery-image] Mar 04 18:38:59.651 INFO O| Mar 04 18:38:59.651 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
84512026-03-04T18:39:00.437Z[ recovery-image] Mar 04 18:38:59.651 INFO O| Mar 04 18:38:59.651 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
84522026-03-04T18:39:00.448Z[ recovery-image] Mar 04 18:38:59.651 INFO O| Mar 04 18:38:59.651 INFO ok!
84532026-03-04T18:39:00.448Z[ recovery-image] Mar 04 18:38:59.651 INFO O| Mar 04 18:38:59.651 INFO STEP 23 (ensure_symlink) COMPLETE
84542026-03-04T18:39:00.448Z[ recovery-image] Mar 04 18:38:59.651 INFO O| Mar 04 18:38:59.651 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84552026-03-04T18:39:00.454Z[ recovery-image] Mar 04 18:38:59.665 INFO O| Mar 04 18:38:59.665 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
84562026-03-04T18:39:00.454Z[ recovery-image] Mar 04 18:38:59.665 INFO O| Mar 04 18:38:59.665 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 ...
84572026-03-04T18:39:00.454Z[ recovery-image] Mar 04 18:38:59.666 INFO O| Mar 04 18:38:59.666 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
84582026-03-04T18:39:00.454Z[ recovery-image] Mar 04 18:38:59.666 INFO O| Mar 04 18:38:59.666 INFO ok!
84592026-03-04T18:39:00.454Z[ recovery-image] Mar 04 18:38:59.666 INFO O| Mar 04 18:38:59.666 INFO STEP 24 (ensure_file) COMPLETE
84602026-03-04T18:39:00.454Z[ recovery-image] Mar 04 18:38:59.666 INFO O| Mar 04 18:38:59.666 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
84612026-03-04T18:39:00.464Z[ recovery-image] Mar 04 18:38:59.681 INFO O| Mar 04 18:38:59.681 INFO updating shadow file
84622026-03-04T18:39:00.467Z[ recovery-image] Mar 04 18:38:59.682 INFO O| Mar 04 18:38:59.682 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84632026-03-04T18:39:00.467Z[ recovery-image] Mar 04 18:38:59.682 INFO O| Mar 04 18:38:59.682 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84642026-03-04T18:39:00.467Z[ recovery-image] Mar 04 18:38:59.682 INFO O| Mar 04 18:38:59.682 INFO STEP 25 (shadow) COMPLETE
84652026-03-04T18:39:00.467Z[ recovery-image] Mar 04 18:38:59.682 INFO O| Mar 04 18:38:59.682 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84662026-03-04T18:39:00.480Z[ recovery-image] Mar 04 18:38:59.697 INFO O| Mar 04 18:38:59.697 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
84672026-03-04T18:39:00.480Z[ recovery-image] Mar 04 18:38:59.697 INFO O| Mar 04 18:38:59.697 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
84682026-03-04T18:39:00.483Z[ recovery-image] Mar 04 18:38:59.697 INFO O| Mar 04 18:38:59.697 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
84692026-03-04T18:39:00.483Z[ recovery-image] Mar 04 18:38:59.697 INFO O| Mar 04 18:38:59.697 INFO ok!
84702026-03-04T18:39:00.483Z[ recovery-image] Mar 04 18:38:59.697 INFO O| Mar 04 18:38:59.697 INFO STEP 26 (ensure_file) COMPLETE
84712026-03-04T18:39:00.483Z[ recovery-image] Mar 04 18:38:59.697 INFO O| Mar 04 18:38:59.697 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84722026-03-04T18:39:00.494Z[ recovery-image] Mar 04 18:38:59.711 INFO O| Mar 04 18:38:59.711 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
84732026-03-04T18:39:00.497Z[ recovery-image] Mar 04 18:38:59.711 INFO O| Mar 04 18:38:59.711 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
84742026-03-04T18:39:00.497Z[ recovery-image] Mar 04 18:38:59.712 INFO O| Mar 04 18:38:59.711 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
84752026-03-04T18:39:00.497Z[ recovery-image] Mar 04 18:38:59.712 INFO O| Mar 04 18:38:59.711 INFO ok!
84762026-03-04T18:39:00.497Z[ recovery-image] Mar 04 18:38:59.712 INFO O| Mar 04 18:38:59.712 INFO STEP 27 (ensure_file) COMPLETE
84772026-03-04T18:39:00.497Z[ recovery-image] Mar 04 18:38:59.712 INFO O| Mar 04 18:38:59.712 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84782026-03-04T18:39:00.511Z[ recovery-image] Mar 04 18:38:59.726 INFO O| Mar 04 18:38:59.726 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
84792026-03-04T18:39:00.511Z[ recovery-image] Mar 04 18:38:59.726 INFO O| Mar 04 18:38:59.726 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
84802026-03-04T18:39:00.515Z[ recovery-image] Mar 04 18:38:59.727 INFO O| Mar 04 18:38:59.727 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84812026-03-04T18:39:00.516Z[ recovery-image] Mar 04 18:38:59.727 INFO O| Mar 04 18:38:59.727 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84822026-03-04T18:39:00.516Z[ recovery-image] Mar 04 18:38:59.727 INFO O| Mar 04 18:38:59.727 INFO ok!
84832026-03-04T18:39:00.516Z[ recovery-image] Mar 04 18:38:59.727 INFO O| Mar 04 18:38:59.727 INFO STEP 28 (ensure_file) COMPLETE
84842026-03-04T18:39:00.516Z[ recovery-image] Mar 04 18:38:59.727 INFO O| Mar 04 18:38:59.727 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84852026-03-04T18:39:00.525Z[ recovery-image] Mar 04 18:38:59.741 INFO O| Mar 04 18:38:59.741 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
84862026-03-04T18:39:00.525Z[ recovery-image] Mar 04 18:38:59.741 INFO O| Mar 04 18:38:59.741 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
84872026-03-04T18:39:00.529Z[ recovery-image] Mar 04 18:38:59.741 INFO O| Mar 04 18:38:59.741 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
84882026-03-04T18:39:00.529Z[ recovery-image] Mar 04 18:38:59.741 INFO O| Mar 04 18:38:59.741 INFO ok!
84892026-03-04T18:39:00.529Z[ recovery-image] Mar 04 18:38:59.741 INFO O| Mar 04 18:38:59.741 INFO STEP 29 (ensure_file) COMPLETE
84902026-03-04T18:39:00.529Z[ recovery-image] Mar 04 18:38:59.741 INFO O| Mar 04 18:38:59.741 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
84912026-03-04T18:39:00.538Z[ recovery-image] Mar 04 18:38:59.755 INFO O| Mar 04 18:38:59.755 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84922026-03-04T18:39:00.538Z[ recovery-image] Mar 04 18:38:59.755 INFO O| Mar 04 18:38:59.755 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84932026-03-04T18:39:00.538Z[ recovery-image] Mar 04 18:38:59.755 INFO O| Mar 04 18:38:59.755 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84942026-03-04T18:39:00.541Z[ recovery-image] Mar 04 18:38:59.755 INFO O| Mar 04 18:38:59.755 INFO STEP 30 (ensure_dir) COMPLETE
84952026-03-04T18:39:00.541Z[ recovery-image] Mar 04 18:38:59.755 INFO O| Mar 04 18:38:59.755 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84962026-03-04T18:39:00.552Z[ recovery-image] Mar 04 18:38:59.769 INFO O| Mar 04 18:38:59.769 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
84972026-03-04T18:39:00.552Z[ recovery-image] Mar 04 18:38:59.769 INFO O| Mar 04 18:38:59.769 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 ...
84982026-03-04T18:39:00.556Z[ recovery-image] Mar 04 18:38:59.770 INFO O| Mar 04 18:38:59.770 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
84992026-03-04T18:39:00.556Z[ recovery-image] Mar 04 18:38:59.770 INFO O| Mar 04 18:38:59.770 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
85002026-03-04T18:39:00.556Z[ recovery-image] Mar 04 18:38:59.770 INFO O| Mar 04 18:38:59.770 INFO ok!
85012026-03-04T18:39:00.556Z[ recovery-image] Mar 04 18:38:59.770 INFO O| Mar 04 18:38:59.770 INFO STEP 31 (ensure_file) COMPLETE
85022026-03-04T18:39:00.556Z[ recovery-image] Mar 04 18:38:59.770 INFO O| Mar 04 18:38:59.770 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
85032026-03-04T18:39:00.567Z[ recovery-image] Mar 04 18:38:59.784 INFO O| Mar 04 18:38:59.784 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85042026-03-04T18:39:00.567Z[ recovery-image] Mar 04 18:38:59.784 INFO O| Mar 04 18:38:59.784 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85052026-03-04T18:39:00.570Z[ recovery-image] Mar 04 18:38:59.784 INFO O| Mar 04 18:38:59.784 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85062026-03-04T18:39:00.570Z[ recovery-image] Mar 04 18:38:59.784 INFO O| Mar 04 18:38:59.784 INFO STEP 32 (ensure_dir) COMPLETE
85072026-03-04T18:39:00.570Z[ recovery-image] Mar 04 18:38:59.784 INFO O| Mar 04 18:38:59.784 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85082026-03-04T18:39:00.582Z[ recovery-image] Mar 04 18:38:59.798 INFO O| Mar 04 18:38:59.798 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
85092026-03-04T18:39:00.582Z[ recovery-image] Mar 04 18:38:59.798 INFO O| Mar 04 18:38:59.798 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 ...
85102026-03-04T18:39:00.586Z[ recovery-image] Mar 04 18:38:59.799 INFO O| Mar 04 18:38:59.799 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
85112026-03-04T18:39:00.587Z[ recovery-image] Mar 04 18:38:59.799 INFO O| Mar 04 18:38:59.799 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
85122026-03-04T18:39:00.587Z[ recovery-image] Mar 04 18:38:59.799 INFO O| Mar 04 18:38:59.799 INFO ok!
85132026-03-04T18:39:00.587Z[ recovery-image] Mar 04 18:38:59.799 INFO O| Mar 04 18:38:59.799 INFO STEP 33 (ensure_file) COMPLETE
85142026-03-04T18:39:00.588Z[ recovery-image] Mar 04 18:38:59.799 INFO O| Mar 04 18:38:59.799 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85152026-03-04T18:39:00.598Z[ recovery-image] Mar 04 18:38:59.813 INFO O| Mar 04 18:38:59.813 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
85162026-03-04T18:39:00.598Z[ recovery-image] Mar 04 18:38:59.813 INFO O| Mar 04 18:38:59.813 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
85172026-03-04T18:39:00.598Z[ recovery-image] Mar 04 18:38:59.813 INFO O| Mar 04 18:38:59.813 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
85182026-03-04T18:39:00.603Z[ recovery-image] Mar 04 18:38:59.813 INFO O| Mar 04 18:38:59.813 INFO ok!
85192026-03-04T18:39:00.603Z[ recovery-image] Mar 04 18:38:59.813 INFO O| Mar 04 18:38:59.813 INFO STEP 34 (ensure_file) COMPLETE
85202026-03-04T18:39:00.603Z[ recovery-image] Mar 04 18:38:59.813 INFO O| Mar 04 18:38:59.813 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85212026-03-04T18:39:00.612Z[ recovery-image] Mar 04 18:38:59.829 INFO O| Mar 04 18:38:59.828 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
85222026-03-04T18:39:00.612Z[ recovery-image] Mar 04 18:38:59.829 INFO O| Mar 04 18:38:59.829 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
85232026-03-04T18:39:00.616Z[ recovery-image] Mar 04 18:38:59.829 INFO O| Mar 04 18:38:59.829 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85242026-03-04T18:39:00.616Z[ recovery-image] Mar 04 18:38:59.829 INFO O| Mar 04 18:38:59.829 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85252026-03-04T18:39:00.616Z[ recovery-image] Mar 04 18:38:59.829 INFO O| Mar 04 18:38:59.829 INFO ok!
85262026-03-04T18:39:00.616Z[ recovery-image] Mar 04 18:38:59.829 INFO O| Mar 04 18:38:59.829 INFO STEP 35 (ensure_file) COMPLETE
85272026-03-04T18:39:00.616Z[ recovery-image] Mar 04 18:38:59.829 INFO O| Mar 04 18:38:59.829 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85282026-03-04T18:39:00.626Z[ recovery-image] Mar 04 18:38:59.844 INFO O| Mar 04 18:38:59.844 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
85292026-03-04T18:39:00.626Z[ recovery-image] Mar 04 18:38:59.844 INFO O| Mar 04 18:38:59.844 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
85302026-03-04T18:39:00.631Z[ recovery-image] Mar 04 18:38:59.844 INFO O| Mar 04 18:38:59.844 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
85312026-03-04T18:39:00.631Z[ recovery-image] Mar 04 18:38:59.844 INFO O| Mar 04 18:38:59.844 INFO ok!
85322026-03-04T18:39:00.631Z[ recovery-image] Mar 04 18:38:59.844 INFO O| Mar 04 18:38:59.844 INFO STEP 36 (ensure_file) COMPLETE
85332026-03-04T18:39:00.631Z[ recovery-image] Mar 04 18:38:59.844 INFO O| Mar 04 18:38:59.844 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85342026-03-04T18:39:00.642Z[ recovery-image] Mar 04 18:38:59.859 INFO O| Mar 04 18:38:59.859 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
85352026-03-04T18:39:00.642Z[ recovery-image] Mar 04 18:38:59.859 INFO O| Mar 04 18:38:59.859 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
85362026-03-04T18:39:00.645Z[ recovery-image] Mar 04 18:38:59.859 INFO O| Mar 04 18:38:59.859 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
85372026-03-04T18:39:00.645Z[ recovery-image] Mar 04 18:38:59.859 INFO O| Mar 04 18:38:59.859 INFO ok!
85382026-03-04T18:39:00.645Z[ recovery-image] Mar 04 18:38:59.859 INFO O| Mar 04 18:38:59.859 INFO STEP 37 (ensure_file) COMPLETE
85392026-03-04T18:39:00.645Z[ recovery-image] Mar 04 18:38:59.859 INFO O| Mar 04 18:38:59.859 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85402026-03-04T18:39:00.656Z[ recovery-image] Mar 04 18:38:59.874 INFO O| Mar 04 18:38:59.873 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
85412026-03-04T18:39:00.656Z[ recovery-image] Mar 04 18:38:59.874 INFO O| Mar 04 18:38:59.873 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
85422026-03-04T18:39:00.661Z[ recovery-image] Mar 04 18:38:59.874 INFO O| Mar 04 18:38:59.874 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85432026-03-04T18:39:00.661Z[ recovery-image] Mar 04 18:38:59.874 INFO O| Mar 04 18:38:59.874 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85442026-03-04T18:39:00.661Z[ recovery-image] Mar 04 18:38:59.874 INFO O| Mar 04 18:38:59.874 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85452026-03-04T18:39:00.661Z[ recovery-image] Mar 04 18:38:59.874 INFO O| Mar 04 18:38:59.874 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85462026-03-04T18:39:00.661Z[ recovery-image] Mar 04 18:38:59.874 INFO O| Mar 04 18:38:59.874 INFO ok!
85472026-03-04T18:39:00.661Z[ recovery-image] Mar 04 18:38:59.874 INFO O| Mar 04 18:38:59.874 INFO STEP 38 (ensure_file) COMPLETE
85482026-03-04T18:39:00.661Z[ recovery-image] Mar 04 18:38:59.875 INFO O| Mar 04 18:38:59.874 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85492026-03-04T18:39:00.671Z[ recovery-image] Mar 04 18:38:59.888 INFO O| Mar 04 18:38:59.888 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85502026-03-04T18:39:00.674Z[ recovery-image] Mar 04 18:38:59.888 INFO O| Mar 04 18:38:59.888 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85512026-03-04T18:39:00.674Z[ recovery-image] Mar 04 18:38:59.888 INFO O| Mar 04 18:38:59.888 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85522026-03-04T18:39:00.674Z[ recovery-image] Mar 04 18:38:59.888 INFO O| Mar 04 18:38:59.888 INFO STEP 39 (ensure_dir) COMPLETE
85532026-03-04T18:39:00.674Z[ recovery-image] Mar 04 18:38:59.888 INFO O| Mar 04 18:38:59.888 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85542026-03-04T18:39:00.690Z[ recovery-image] Mar 04 18:38:59.905 INFO O| Mar 04 18:38:59.905 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
85552026-03-04T18:39:00.690Z[ recovery-image] Mar 04 18:38:59.905 INFO O| Mar 04 18:38:59.905 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 ...
85562026-03-04T18:39:00.694Z[ recovery-image] Mar 04 18:38:59.906 INFO O| Mar 04 18:38:59.906 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
85572026-03-04T18:39:00.694Z[ recovery-image] Mar 04 18:38:59.906 INFO O| Mar 04 18:38:59.906 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
85582026-03-04T18:39:00.694Z[ recovery-image] Mar 04 18:38:59.906 INFO O| Mar 04 18:38:59.906 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
85592026-03-04T18:39:00.694Z[ recovery-image] Mar 04 18:38:59.906 INFO O| Mar 04 18:38:59.906 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
85602026-03-04T18:39:00.694Z[ recovery-image] Mar 04 18:38:59.906 INFO O| Mar 04 18:38:59.906 INFO ok!
85612026-03-04T18:39:00.694Z[ recovery-image] Mar 04 18:38:59.906 INFO O| Mar 04 18:38:59.906 INFO STEP 40 (ensure_file) COMPLETE
85622026-03-04T18:39:00.694Z[ recovery-image] Mar 04 18:38:59.906 INFO O| Mar 04 18:38:59.906 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85632026-03-04T18:39:00.705Z[ recovery-image] Mar 04 18:38:59.921 INFO O| Mar 04 18:38:59.921 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
85642026-03-04T18:39:00.705Z[ recovery-image] Mar 04 18:38:59.921 INFO O| Mar 04 18:38:59.921 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 ...
85652026-03-04T18:39:00.708Z[ recovery-image] Mar 04 18:38:59.921 INFO O| Mar 04 18:38:59.921 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
85662026-03-04T18:39:00.708Z[ recovery-image] Mar 04 18:38:59.921 INFO O| Mar 04 18:38:59.921 INFO ok!
85672026-03-04T18:39:00.708Z[ recovery-image] Mar 04 18:38:59.921 INFO O| Mar 04 18:38:59.921 INFO STEP 41 (ensure_symlink) COMPLETE
85682026-03-04T18:39:00.708Z[ recovery-image] Mar 04 18:38:59.922 INFO O| Mar 04 18:38:59.921 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85692026-03-04T18:39:00.718Z[ recovery-image] Mar 04 18:38:59.935 INFO O| Mar 04 18:38:59.935 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
85702026-03-04T18:39:00.718Z[ recovery-image] Mar 04 18:38:59.935 INFO O| Mar 04 18:38:59.935 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
85712026-03-04T18:39:00.722Z[ recovery-image] Mar 04 18:38:59.936 INFO O| Mar 04 18:38:59.935 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
85722026-03-04T18:39:00.722Z[ recovery-image] Mar 04 18:38:59.936 INFO O| Mar 04 18:38:59.936 INFO ok!
85732026-03-04T18:39:00.722Z[ recovery-image] Mar 04 18:38:59.936 INFO O| Mar 04 18:38:59.936 INFO STEP 42 (ensure_symlink) COMPLETE
85742026-03-04T18:39:00.722Z[ recovery-image] Mar 04 18:38:59.936 INFO O| Mar 04 18:38:59.936 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85752026-03-04T18:39:00.733Z[ recovery-image] Mar 04 18:38:59.950 INFO O| Mar 04 18:38:59.950 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
85762026-03-04T18:39:00.733Z[ recovery-image] Mar 04 18:38:59.950 INFO O| Mar 04 18:38:59.950 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
85772026-03-04T18:39:00.738Z[ recovery-image] Mar 04 18:38:59.951 INFO O| Mar 04 18:38:59.951 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85782026-03-04T18:39:00.738Z[ recovery-image] Mar 04 18:38:59.951 INFO O| Mar 04 18:38:59.951 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85792026-03-04T18:39:00.738Z[ recovery-image] Mar 04 18:38:59.951 INFO O| Mar 04 18:38:59.951 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85802026-03-04T18:39:00.738Z[ recovery-image] Mar 04 18:38:59.951 INFO O| Mar 04 18:38:59.951 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85812026-03-04T18:39:00.738Z[ recovery-image] Mar 04 18:38:59.951 INFO O| Mar 04 18:38:59.951 INFO ok!
85822026-03-04T18:39:00.738Z[ recovery-image] Mar 04 18:38:59.951 INFO O| Mar 04 18:38:59.951 INFO STEP 43 (ensure_file) COMPLETE
85832026-03-04T18:39:00.738Z[ recovery-image] Mar 04 18:38:59.951 INFO O| Mar 04 18:38:59.951 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85842026-03-04T18:39:00.749Z[ recovery-image] Mar 04 18:38:59.965 INFO O| Mar 04 18:38:59.965 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
85852026-03-04T18:39:00.749Z[ recovery-image] Mar 04 18:38:59.966 INFO O| Mar 04 18:38:59.965 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 ...
85862026-03-04T18:39:00.753Z[ recovery-image] Mar 04 18:38:59.966 INFO O| Mar 04 18:38:59.966 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
85872026-03-04T18:39:00.753Z[ recovery-image] Mar 04 18:38:59.966 INFO O| Mar 04 18:38:59.966 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
85882026-03-04T18:39:00.754Z[ recovery-image] Mar 04 18:38:59.966 INFO O| Mar 04 18:38:59.966 INFO ok!
85892026-03-04T18:39:00.754Z[ recovery-image] Mar 04 18:38:59.966 INFO O| Mar 04 18:38:59.966 INFO STEP 44 (ensure_file) COMPLETE
85902026-03-04T18:39:00.754Z[ recovery-image] Mar 04 18:38:59.966 INFO O| Mar 04 18:38:59.966 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85912026-03-04T18:39:00.764Z[ recovery-image] Mar 04 18:38:59.980 INFO O| Mar 04 18:38:59.980 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
85922026-03-04T18:39:00.764Z[ recovery-image] Mar 04 18:38:59.980 INFO O| Mar 04 18:38:59.980 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
85932026-03-04T18:39:00.768Z[ recovery-image] Mar 04 18:38:59.981 INFO O| Mar 04 18:38:59.981 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
85942026-03-04T18:39:00.768Z[ recovery-image] Mar 04 18:38:59.981 INFO O| Mar 04 18:38:59.981 INFO ok!
85952026-03-04T18:39:00.769Z[ recovery-image] Mar 04 18:38:59.981 INFO O| Mar 04 18:38:59.981 INFO STEP 45 (ensure_file) COMPLETE
85962026-03-04T18:39:00.769Z[ recovery-image] Mar 04 18:38:59.981 INFO O| Mar 04 18:38:59.981 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
85972026-03-04T18:39:00.781Z[ recovery-image] Mar 04 18:38:59.996 INFO O| Mar 04 18:38:59.996 INFO updating shadow file
85982026-03-04T18:39:00.781Z[ recovery-image] Mar 04 18:38:59.996 INFO O| Mar 04 18:38:59.996 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
85992026-03-04T18:39:00.785Z[ recovery-image] Mar 04 18:38:59.996 INFO O| Mar 04 18:38:59.996 INFO STEP 46 (shadow) COMPLETE
86002026-03-04T18:39:00.785Z[ recovery-image] Mar 04 18:38:59.996 INFO O| Mar 04 18:38:59.996 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
86012026-03-04T18:39:00.795Z[ recovery-image] Mar 04 18:39:00.012 INFO O| Mar 04 18:39:00.012 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
86022026-03-04T18:39:00.795Z[ recovery-image] Mar 04 18:39:00.012 INFO O| Mar 04 18:39:00.012 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
86032026-03-04T18:39:00.798Z[ recovery-image] Mar 04 18:39:00.012 INFO O| Mar 04 18:39:00.012 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
86042026-03-04T18:39:00.798Z[ recovery-image] Mar 04 18:39:00.012 INFO O| Mar 04 18:39:00.012 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
86052026-03-04T18:39:00.798Z[ recovery-image] Mar 04 18:39:00.012 INFO O| Mar 04 18:39:00.012 INFO ok!
86062026-03-04T18:39:00.798Z[ recovery-image] Mar 04 18:39:00.012 INFO O| Mar 04 18:39:00.012 INFO STEP 47 (ensure_file) COMPLETE
86072026-03-04T18:39:00.798Z[ recovery-image] Mar 04 18:39:00.012 INFO O| Mar 04 18:39:00.012 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86082026-03-04T18:39:00.811Z[ recovery-image] Mar 04 18:39:00.026 INFO O| Mar 04 18:39:00.026 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
86092026-03-04T18:39:00.811Z[ recovery-image] Mar 04 18:39:00.027 INFO O| Mar 04 18:39:00.026 INFO STEP 48 (ensure_dir) COMPLETE
86102026-03-04T18:39:00.811Z[ recovery-image] Mar 04 18:39:00.027 INFO O| Mar 04 18:39:00.026 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86112026-03-04T18:39:00.823Z[ recovery-image] Mar 04 18:39:00.040 INFO O| Mar 04 18:39:00.040 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86122026-03-04T18:39:00.823Z[ recovery-image] Mar 04 18:39:00.040 INFO O| Mar 04 18:39:00.040 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86132026-03-04T18:39:00.827Z[ recovery-image] Mar 04 18:39:00.040 INFO O| Mar 04 18:39:00.040 INFO STEP 49 (ensure_dir) COMPLETE
86142026-03-04T18:39:00.828Z[ recovery-image] Mar 04 18:39:00.040 INFO O| Mar 04 18:39:00.040 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86152026-03-04T18:39:00.838Z[ recovery-image] Mar 04 18:39:00.054 INFO O| Mar 04 18:39:00.054 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86162026-03-04T18:39:00.838Z[ recovery-image] Mar 04 18:39:00.054 INFO O| Mar 04 18:39:00.054 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86172026-03-04T18:39:00.838Z[ recovery-image] Mar 04 18:39:00.054 INFO O| Mar 04 18:39:00.054 INFO STEP 50 (ensure_dir) COMPLETE
86182026-03-04T18:39:00.843Z[ recovery-image] Mar 04 18:39:00.054 INFO O| Mar 04 18:39:00.054 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86192026-03-04T18:39:00.852Z[ recovery-image] Mar 04 18:39:00.068 INFO O| Mar 04 18:39:00.068 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
86202026-03-04T18:39:00.852Z[ recovery-image] Mar 04 18:39:00.068 INFO O| Mar 04 18:39:00.068 INFO copying /tmp/.tmph2t7CP/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
86212026-03-04T18:39:00.934Z[ recovery-image] Mar 04 18:39:00.151 INFO O| Mar 04 18:39:00.151 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
86222026-03-04T18:39:00.934Z[ recovery-image] Mar 04 18:39:00.151 INFO O| Mar 04 18:39:00.151 INFO ok!
86232026-03-04T18:39:00.934Z[ recovery-image] Mar 04 18:39:00.151 INFO O| Mar 04 18:39:00.151 INFO STEP 51 (ensure_file) COMPLETE
86242026-03-04T18:39:00.939Z[ recovery-image] Mar 04 18:39:00.151 INFO O| Mar 04 18:39:00.151 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86252026-03-04T18:39:00.950Z[ recovery-image] Mar 04 18:39:00.166 INFO O| Mar 04 18:39:00.166 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86262026-03-04T18:39:00.950Z[ recovery-image] Mar 04 18:39:00.166 INFO O| Mar 04 18:39:00.166 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86272026-03-04T18:39:00.950Z[ recovery-image] Mar 04 18:39:00.166 INFO O| Mar 04 18:39:00.166 INFO STEP 52 (ensure_dir) COMPLETE
86282026-03-04T18:39:00.956Z[ recovery-image] Mar 04 18:39:00.166 INFO O| Mar 04 18:39:00.166 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86292026-03-04T18:39:00.963Z[ recovery-image] Mar 04 18:39:00.179 INFO O| Mar 04 18:39:00.179 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
86302026-03-04T18:39:00.963Z[ recovery-image] Mar 04 18:39:00.179 INFO O| Mar 04 18:39:00.179 INFO copying /tmp/.tmph2t7CP/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
86312026-03-04T18:39:00.966Z[ recovery-image] Mar 04 18:39:00.179 INFO O| Mar 04 18:39:00.179 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
86322026-03-04T18:39:00.966Z[ recovery-image] Mar 04 18:39:00.179 INFO O| Mar 04 18:39:00.179 INFO ok!
86332026-03-04T18:39:00.966Z[ recovery-image] Mar 04 18:39:00.179 INFO O| Mar 04 18:39:00.179 INFO STEP 53 (ensure_file) COMPLETE
86342026-03-04T18:39:00.966Z[ recovery-image] Mar 04 18:39:00.179 INFO O| Mar 04 18:39:00.179 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86352026-03-04T18:39:00.977Z[ recovery-image] Mar 04 18:39:00.194 INFO O| Mar 04 18:39:00.194 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86362026-03-04T18:39:00.977Z[ recovery-image] Mar 04 18:39:00.195 INFO O| Mar 04 18:39:00.195 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86372026-03-04T18:39:00.981Z[ recovery-image] Mar 04 18:39:00.195 INFO O| Mar 04 18:39:00.195 INFO STEP 54 (ensure_dir) COMPLETE
86382026-03-04T18:39:00.981Z[ recovery-image] Mar 04 18:39:00.195 INFO O| Mar 04 18:39:00.195 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86392026-03-04T18:39:00.994Z[ recovery-image] Mar 04 18:39:00.210 INFO O| Mar 04 18:39:00.210 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
86402026-03-04T18:39:00.994Z[ recovery-image] Mar 04 18:39:00.210 INFO O| Mar 04 18:39:00.210 INFO copying /tmp/.tmph2t7CP/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
86412026-03-04T18:39:02.888Z[ recovery-image] Mar 04 18:39:02.105 INFO O| Mar 04 18:39:02.105 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
86422026-03-04T18:39:02.888Z[ recovery-image] Mar 04 18:39:02.105 INFO O| Mar 04 18:39:02.105 INFO ok!
86432026-03-04T18:39:02.888Z[ recovery-image] Mar 04 18:39:02.105 INFO O| Mar 04 18:39:02.105 INFO STEP 55 (ensure_file) COMPLETE
86442026-03-04T18:39:02.892Z[ recovery-image] Mar 04 18:39:02.105 INFO O| Mar 04 18:39:02.105 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86452026-03-04T18:39:02.905Z[ recovery-image] Mar 04 18:39:02.122 INFO O| Mar 04 18:39:02.122 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
86462026-03-04T18:39:02.905Z[ recovery-image] Mar 04 18:39:02.122 INFO O| Mar 04 18:39:02.122 INFO copying /tmp/.tmph2t7CP/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
86472026-03-04T18:39:04.801Z[ recovery-image] Mar 04 18:39:04.018 INFO O| Mar 04 18:39:04.018 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
86482026-03-04T18:39:04.801Z[ recovery-image] Mar 04 18:39:04.018 INFO O| Mar 04 18:39:04.018 INFO ok!
86492026-03-04T18:39:04.804Z[ recovery-image] Mar 04 18:39:04.018 INFO O| Mar 04 18:39:04.018 INFO STEP 56 (ensure_file) COMPLETE
86502026-03-04T18:39:04.804Z[ recovery-image] Mar 04 18:39:04.018 INFO O| Mar 04 18:39:04.018 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86512026-03-04T18:39:04.816Z[ recovery-image] Mar 04 18:39:04.032 INFO O| Mar 04 18:39:04.032 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86522026-03-04T18:39:04.816Z[ recovery-image] Mar 04 18:39:04.032 INFO O| Mar 04 18:39:04.032 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86532026-03-04T18:39:04.819Z[ recovery-image] Mar 04 18:39:04.032 INFO O| Mar 04 18:39:04.032 INFO STEP 57 (ensure_dir) COMPLETE
86542026-03-04T18:39:04.819Z[ recovery-image] Mar 04 18:39:04.032 INFO O| Mar 04 18:39:04.032 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86552026-03-04T18:39:04.829Z[ recovery-image] Mar 04 18:39:04.045 INFO O| Mar 04 18:39:04.045 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
86562026-03-04T18:39:04.832Z[ recovery-image] Mar 04 18:39:04.045 INFO O| Mar 04 18:39:04.045 INFO copying /tmp/.tmph2t7CP/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 ...
86572026-03-04T18:39:04.832Z[ recovery-image] Mar 04 18:39:04.045 INFO O| Mar 04 18:39:04.045 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
86582026-03-04T18:39:04.832Z[ recovery-image] Mar 04 18:39:04.045 INFO O| Mar 04 18:39:04.045 INFO ok!
86592026-03-04T18:39:04.832Z[ recovery-image] Mar 04 18:39:04.045 INFO O| Mar 04 18:39:04.045 INFO STEP 58 (ensure_file) COMPLETE
86602026-03-04T18:39:04.832Z[ recovery-image] Mar 04 18:39:04.045 INFO O| Mar 04 18:39:04.045 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86612026-03-04T18:39:04.842Z[ recovery-image] Mar 04 18:39:04.059 INFO O| Mar 04 18:39:04.059 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
86622026-03-04T18:39:04.842Z[ recovery-image] Mar 04 18:39:04.059 INFO O| Mar 04 18:39:04.059 INFO copying /tmp/.tmph2t7CP/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 ...
86632026-03-04T18:39:04.845Z[ recovery-image] Mar 04 18:39:04.059 INFO O| Mar 04 18:39:04.059 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
86642026-03-04T18:39:04.845Z[ recovery-image] Mar 04 18:39:04.059 INFO O| Mar 04 18:39:04.059 INFO ok!
86652026-03-04T18:39:04.845Z[ recovery-image] Mar 04 18:39:04.059 INFO O| Mar 04 18:39:04.059 INFO STEP 59 (ensure_file) COMPLETE
86662026-03-04T18:39:04.845Z[ recovery-image] Mar 04 18:39:04.060 INFO O| Mar 04 18:39:04.059 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86672026-03-04T18:39:04.856Z[ recovery-image] Mar 04 18:39:04.074 INFO O| Mar 04 18:39:04.073 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86682026-03-04T18:39:04.856Z[ recovery-image] Mar 04 18:39:04.074 INFO O| Mar 04 18:39:04.074 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86692026-03-04T18:39:04.860Z[ recovery-image] Mar 04 18:39:04.074 INFO O| Mar 04 18:39:04.074 INFO STEP 60 (ensure_dir) COMPLETE
86702026-03-04T18:39:04.860Z[ recovery-image] Mar 04 18:39:04.074 INFO O| Mar 04 18:39:04.074 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86712026-03-04T18:39:04.871Z[ recovery-image] Mar 04 18:39:04.088 INFO O| Mar 04 18:39:04.088 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
86722026-03-04T18:39:04.871Z[ recovery-image] Mar 04 18:39:04.088 INFO O| Mar 04 18:39:04.088 INFO copying /tmp/.tmph2t7CP/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 ...
86732026-03-04T18:39:04.871Z[ recovery-image] Mar 04 18:39:04.088 INFO O| Mar 04 18:39:04.088 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
86742026-03-04T18:39:04.871Z[ recovery-image] Mar 04 18:39:04.088 INFO O| Mar 04 18:39:04.088 INFO ok!
86752026-03-04T18:39:04.871Z[ recovery-image] Mar 04 18:39:04.088 INFO O| Mar 04 18:39:04.088 INFO STEP 61 (ensure_file) COMPLETE
86762026-03-04T18:39:04.875Z[ recovery-image] Mar 04 18:39:04.088 INFO O| Mar 04 18:39:04.088 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86772026-03-04T18:39:04.887Z[ recovery-image] Mar 04 18:39:04.103 INFO O| Mar 04 18:39:04.102 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
86782026-03-04T18:39:04.887Z[ recovery-image] Mar 04 18:39:04.103 INFO O| Mar 04 18:39:04.102 INFO copying /tmp/.tmph2t7CP/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 ...
86792026-03-04T18:39:04.887Z[ recovery-image] Mar 04 18:39:04.103 INFO O| Mar 04 18:39:04.103 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
86802026-03-04T18:39:04.887Z[ recovery-image] Mar 04 18:39:04.103 INFO O| Mar 04 18:39:04.103 INFO ok!
86812026-03-04T18:39:04.890Z[ recovery-image] Mar 04 18:39:04.103 INFO O| Mar 04 18:39:04.103 INFO STEP 62 (ensure_file) COMPLETE
86822026-03-04T18:39:04.890Z[ recovery-image] Mar 04 18:39:04.103 INFO O| Mar 04 18:39:04.103 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86832026-03-04T18:39:04.900Z[ recovery-image] Mar 04 18:39:04.116 INFO O| Mar 04 18:39:04.116 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86842026-03-04T18:39:04.900Z[ recovery-image] Mar 04 18:39:04.116 INFO O| Mar 04 18:39:04.116 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86852026-03-04T18:39:04.900Z[ recovery-image] Mar 04 18:39:04.117 INFO O| Mar 04 18:39:04.116 INFO STEP 63 (ensure_dir) COMPLETE
86862026-03-04T18:39:04.903Z[ recovery-image] Mar 04 18:39:04.117 INFO O| Mar 04 18:39:04.116 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86872026-03-04T18:39:04.913Z[ recovery-image] Mar 04 18:39:04.130 INFO O| Mar 04 18:39:04.130 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
86882026-03-04T18:39:04.913Z[ recovery-image] Mar 04 18:39:04.130 INFO O| Mar 04 18:39:04.130 INFO copying /tmp/.tmph2t7CP/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 ...
86892026-03-04T18:39:04.913Z[ recovery-image] Mar 04 18:39:04.130 INFO O| Mar 04 18:39:04.130 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
86902026-03-04T18:39:04.913Z[ recovery-image] Mar 04 18:39:04.131 INFO O| Mar 04 18:39:04.130 INFO ok!
86912026-03-04T18:39:04.916Z[ recovery-image] Mar 04 18:39:04.131 INFO O| Mar 04 18:39:04.130 INFO STEP 64 (ensure_file) COMPLETE
86922026-03-04T18:39:04.916Z[ recovery-image] Mar 04 18:39:04.131 INFO O| Mar 04 18:39:04.130 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86932026-03-04T18:39:04.930Z[ recovery-image] Mar 04 18:39:04.147 INFO O| Mar 04 18:39:04.147 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
86942026-03-04T18:39:04.930Z[ recovery-image] Mar 04 18:39:04.147 INFO O| Mar 04 18:39:04.147 INFO copying /tmp/.tmph2t7CP/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
86952026-03-04T18:39:04.933Z[ recovery-image] Mar 04 18:39:04.147 INFO O| Mar 04 18:39:04.147 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
86962026-03-04T18:39:04.933Z[ recovery-image] Mar 04 18:39:04.147 INFO O| Mar 04 18:39:04.147 INFO ok!
86972026-03-04T18:39:04.933Z[ recovery-image] Mar 04 18:39:04.147 INFO O| Mar 04 18:39:04.147 INFO STEP 65 (ensure_file) COMPLETE
86982026-03-04T18:39:04.933Z[ recovery-image] Mar 04 18:39:04.147 INFO O| Mar 04 18:39:04.147 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86992026-03-04T18:39:04.945Z[ recovery-image] Mar 04 18:39:04.162 INFO O| Mar 04 18:39:04.162 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
87002026-03-04T18:39:04.945Z[ recovery-image] Mar 04 18:39:04.162 INFO O| Mar 04 18:39:04.162 INFO STEP 66 (ensure_dir) COMPLETE
87012026-03-04T18:39:04.951Z[ recovery-image] Mar 04 18:39:04.162 INFO O| Mar 04 18:39:04.162 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87022026-03-04T18:39:04.959Z[ recovery-image] Mar 04 18:39:04.176 INFO O| Mar 04 18:39:04.176 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
87032026-03-04T18:39:04.959Z[ recovery-image] Mar 04 18:39:04.176 INFO O| Mar 04 18:39:04.176 INFO STEP 67 (ensure_dir) COMPLETE
87042026-03-04T18:39:04.963Z[ recovery-image] Mar 04 18:39:04.176 INFO O| Mar 04 18:39:04.176 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87052026-03-04T18:39:04.973Z[ recovery-image] Mar 04 18:39:04.190 INFO O| Mar 04 18:39:04.190 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
87062026-03-04T18:39:04.973Z[ recovery-image] Mar 04 18:39:04.190 INFO O| Mar 04 18:39:04.190 INFO STEP 68 (ensure_dir) COMPLETE
87072026-03-04T18:39:04.973Z[ recovery-image] Mar 04 18:39:04.190 INFO O| Mar 04 18:39:04.190 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87082026-03-04T18:39:04.987Z[ recovery-image] Mar 04 18:39:04.203 INFO O| Mar 04 18:39:04.203 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
87092026-03-04T18:39:04.987Z[ recovery-image] Mar 04 18:39:04.203 INFO O| Mar 04 18:39:04.203 INFO STEP 69 (ensure_dir) COMPLETE
87102026-03-04T18:39:04.990Z[ recovery-image] Mar 04 18:39:04.204 INFO O| Mar 04 18:39:04.203 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87112026-03-04T18:39:05.000Z[ recovery-image] Mar 04 18:39:04.217 INFO O| Mar 04 18:39:04.217 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
87122026-03-04T18:39:05.000Z[ recovery-image] Mar 04 18:39:04.217 INFO O| Mar 04 18:39:04.217 INFO copying /tmp/.tmph2t7CP/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
87132026-03-04T18:39:05.000Z[ recovery-image] Mar 04 18:39:04.217 INFO O| Mar 04 18:39:04.217 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
87142026-03-04T18:39:05.004Z[ recovery-image] Mar 04 18:39:04.217 INFO O| Mar 04 18:39:04.217 INFO ok!
87152026-03-04T18:39:05.004Z[ recovery-image] Mar 04 18:39:04.217 INFO O| Mar 04 18:39:04.217 INFO STEP 70 (ensure_file) COMPLETE
87162026-03-04T18:39:05.004Z[ recovery-image] Mar 04 18:39:04.217 INFO O| Mar 04 18:39:04.217 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87172026-03-04T18:39:05.016Z[ recovery-image] Mar 04 18:39:04.233 INFO O| Mar 04 18:39:04.233 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
87182026-03-04T18:39:05.019Z[ recovery-image] Mar 04 18:39:04.233 INFO O| Mar 04 18:39:04.233 INFO STEP 71 (remove_files) COMPLETE
87192026-03-04T18:39:05.019Z[ recovery-image] Mar 04 18:39:04.233 INFO O| Mar 04 18:39:04.233 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87202026-03-04T18:39:05.030Z[ recovery-image] Mar 04 18:39:04.248 INFO O| Mar 04 18:39:04.247 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
87212026-03-04T18:39:05.034Z[ recovery-image] Mar 04 18:39:04.248 INFO O| Mar 04 18:39:04.248 INFO STEP 72 (remove_files) COMPLETE
87222026-03-04T18:39:05.034Z[ recovery-image] Mar 04 18:39:04.248 INFO O| Mar 04 18:39:04.248 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87232026-03-04T18:39:05.046Z[ recovery-image] Mar 04 18:39:04.263 INFO O| Mar 04 18:39:04.263 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
87242026-03-04T18:39:05.049Z[ recovery-image] Mar 04 18:39:04.263 INFO O| Mar 04 18:39:04.263 INFO STEP 73 (remove_files) COMPLETE
87252026-03-04T18:39:05.049Z[ recovery-image] Mar 04 18:39:04.263 INFO O| Mar 04 18:39:04.263 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87262026-03-04T18:39:05.061Z[ recovery-image] Mar 04 18:39:04.278 INFO O| Mar 04 18:39:04.278 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
87272026-03-04T18:39:05.064Z[ recovery-image] Mar 04 18:39:04.279 INFO O| Mar 04 18:39:04.278 INFO STEP 74 (remove_files) COMPLETE
87282026-03-04T18:39:05.064Z[ recovery-image] Mar 04 18:39:04.279 INFO O| Mar 04 18:39:04.278 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87292026-03-04T18:39:05.076Z[ recovery-image] Mar 04 18:39:04.293 INFO O| Mar 04 18:39:04.293 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
87302026-03-04T18:39:05.076Z[ recovery-image] Mar 04 18:39:04.293 INFO O| Mar 04 18:39:04.293 INFO STEP 75 (remove_files) COMPLETE
87312026-03-04T18:39:05.079Z[ recovery-image] Mar 04 18:39:04.293 INFO O| Mar 04 18:39:04.293 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87322026-03-04T18:39:05.089Z[ recovery-image] Mar 04 18:39:04.306 INFO O| Mar 04 18:39:04.306 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
87332026-03-04T18:39:05.092Z[ recovery-image] Mar 04 18:39:04.307 INFO O| Mar 04 18:39:04.307 INFO STEP 76 (remove_files) COMPLETE
87342026-03-04T18:39:05.092Z[ recovery-image] Mar 04 18:39:04.307 INFO O| Mar 04 18:39:04.307 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87352026-03-04T18:39:05.104Z[ recovery-image] Mar 04 18:39:04.321 INFO O| Mar 04 18:39:04.321 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
87362026-03-04T18:39:05.104Z[ recovery-image] Mar 04 18:39:04.321 INFO O| Mar 04 18:39:04.321 INFO STEP 77 (remove_files) COMPLETE
87372026-03-04T18:39:05.104Z[ recovery-image] Mar 04 18:39:04.321 INFO O| Mar 04 18:39:04.321 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87382026-03-04T18:39:05.120Z[ recovery-image] Mar 04 18:39:04.336 INFO O| Mar 04 18:39:04.336 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
87392026-03-04T18:39:05.120Z[ recovery-image] Mar 04 18:39:04.336 INFO O| Mar 04 18:39:04.336 INFO STEP 78 (remove_files) COMPLETE
87402026-03-04T18:39:05.123Z[ recovery-image] Mar 04 18:39:04.336 INFO O| Mar 04 18:39:04.336 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87412026-03-04T18:39:05.134Z[ recovery-image] Mar 04 18:39:04.351 INFO O| Mar 04 18:39:04.351 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
87422026-03-04T18:39:05.134Z[ recovery-image] Mar 04 18:39:04.351 INFO O| Mar 04 18:39:04.351 INFO STEP 79 (remove_files) COMPLETE
87432026-03-04T18:39:05.138Z[ recovery-image] Mar 04 18:39:04.351 INFO O| Mar 04 18:39:04.351 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87442026-03-04T18:39:05.147Z[ recovery-image] Mar 04 18:39:04.365 INFO O| Mar 04 18:39:04.365 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
87452026-03-04T18:39:05.148Z[ recovery-image] Mar 04 18:39:04.365 INFO O| Mar 04 18:39:04.365 INFO STEP 80 (remove_files) COMPLETE
87462026-03-04T18:39:05.148Z[ recovery-image] Mar 04 18:39:04.365 INFO O| Mar 04 18:39:04.365 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87472026-03-04T18:39:05.162Z[ recovery-image] Mar 04 18:39:04.379 INFO O| Mar 04 18:39:04.379 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
87482026-03-04T18:39:05.162Z[ recovery-image] Mar 04 18:39:04.379 INFO O| Mar 04 18:39:04.379 INFO STEP 81 (remove_files) COMPLETE
87492026-03-04T18:39:05.165Z[ recovery-image] Mar 04 18:39:04.379 INFO O| Mar 04 18:39:04.379 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87502026-03-04T18:39:05.180Z[ recovery-image] Mar 04 18:39:04.394 INFO O| Mar 04 18:39:04.394 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
87512026-03-04T18:39:05.180Z[ recovery-image] Mar 04 18:39:04.394 INFO O| Mar 04 18:39:04.394 INFO STEP 82 (remove_files) COMPLETE
87522026-03-04T18:39:05.184Z[ recovery-image] Mar 04 18:39:04.394 INFO O| Mar 04 18:39:04.394 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87532026-03-04T18:39:05.193Z[ recovery-image] Mar 04 18:39:04.409 INFO O| Mar 04 18:39:04.408 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
87542026-03-04T18:39:05.193Z[ recovery-image] Mar 04 18:39:04.409 INFO O| Mar 04 18:39:04.409 INFO STEP 83 (remove_files) COMPLETE
87552026-03-04T18:39:05.196Z[ recovery-image] Mar 04 18:39:04.409 INFO O| Mar 04 18:39:04.409 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87562026-03-04T18:39:05.207Z[ recovery-image] Mar 04 18:39:04.424 INFO O| Mar 04 18:39:04.424 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
87572026-03-04T18:39:05.208Z[ recovery-image] Mar 04 18:39:04.424 INFO O| Mar 04 18:39:04.424 INFO STEP 84 (remove_files) COMPLETE
87582026-03-04T18:39:05.210Z[ recovery-image] Mar 04 18:39:04.424 INFO O| Mar 04 18:39:04.424 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87592026-03-04T18:39:05.221Z[ recovery-image] Mar 04 18:39:04.438 INFO O| Mar 04 18:39:04.438 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
87602026-03-04T18:39:05.221Z[ recovery-image] Mar 04 18:39:04.438 INFO O| Mar 04 18:39:04.438 INFO STEP 85 (remove_files) COMPLETE
87612026-03-04T18:39:05.221Z[ recovery-image] Mar 04 18:39:04.438 INFO O| Mar 04 18:39:04.438 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87622026-03-04T18:39:05.235Z[ recovery-image] Mar 04 18:39:04.452 INFO O| Mar 04 18:39:04.452 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
87632026-03-04T18:39:05.235Z[ recovery-image] Mar 04 18:39:04.452 INFO O| Mar 04 18:39:04.452 INFO STEP 86 (remove_files) COMPLETE
87642026-03-04T18:39:05.236Z[ recovery-image] Mar 04 18:39:04.452 INFO O| Mar 04 18:39:04.452 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87652026-03-04T18:39:05.249Z[ recovery-image] Mar 04 18:39:04.466 INFO O| Mar 04 18:39:04.466 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
87662026-03-04T18:39:05.249Z[ recovery-image] Mar 04 18:39:04.467 INFO O| Mar 04 18:39:04.467 INFO STEP 87 (remove_files) COMPLETE
87672026-03-04T18:39:05.252Z[ recovery-image] Mar 04 18:39:04.467 INFO O| Mar 04 18:39:04.467 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87682026-03-04T18:39:05.263Z[ recovery-image] Mar 04 18:39:04.480 INFO O| Mar 04 18:39:04.480 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
87692026-03-04T18:39:05.263Z[ recovery-image] Mar 04 18:39:04.480 INFO O| Mar 04 18:39:04.480 INFO STEP 88 (remove_files) COMPLETE
87702026-03-04T18:39:05.263Z[ recovery-image] Mar 04 18:39:04.480 INFO O| Mar 04 18:39:04.480 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87712026-03-04T18:39:05.279Z[ recovery-image] Mar 04 18:39:04.495 INFO O| Mar 04 18:39:04.495 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
87722026-03-04T18:39:05.279Z[ recovery-image] Mar 04 18:39:04.495 INFO O| Mar 04 18:39:04.495 INFO STEP 89 (remove_files) COMPLETE
87732026-03-04T18:39:05.279Z[ recovery-image] Mar 04 18:39:04.495 INFO O| Mar 04 18:39:04.495 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87742026-03-04T18:39:05.293Z[ recovery-image] Mar 04 18:39:04.510 INFO O| Mar 04 18:39:04.510 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
87752026-03-04T18:39:05.293Z[ recovery-image] Mar 04 18:39:04.510 INFO O| Mar 04 18:39:04.510 INFO STEP 90 (remove_files) COMPLETE
87762026-03-04T18:39:05.293Z[ recovery-image] Mar 04 18:39:04.510 INFO O| Mar 04 18:39:04.510 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87772026-03-04T18:39:05.306Z[ recovery-image] Mar 04 18:39:04.524 INFO O| Mar 04 18:39:04.523 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
87782026-03-04T18:39:05.306Z[ recovery-image] Mar 04 18:39:04.524 INFO O| Mar 04 18:39:04.524 INFO STEP 91 (remove_files) COMPLETE
87792026-03-04T18:39:05.306Z[ recovery-image] Mar 04 18:39:04.524 INFO O| Mar 04 18:39:04.524 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87802026-03-04T18:39:05.320Z[ recovery-image] Mar 04 18:39:04.538 INFO O| Mar 04 18:39:04.537 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
87812026-03-04T18:39:05.321Z[ recovery-image] Mar 04 18:39:04.538 INFO O| Mar 04 18:39:04.538 INFO STEP 92 (remove_files) COMPLETE
87822026-03-04T18:39:05.321Z[ recovery-image] Mar 04 18:39:04.538 INFO O| Mar 04 18:39:04.538 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87832026-03-04T18:39:05.337Z[ recovery-image] Mar 04 18:39:04.552 INFO O| Mar 04 18:39:04.552 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
87842026-03-04T18:39:05.337Z[ recovery-image] Mar 04 18:39:04.552 INFO O| Mar 04 18:39:04.552 INFO STEP 93 (remove_files) COMPLETE
87852026-03-04T18:39:05.337Z[ recovery-image] Mar 04 18:39:04.552 INFO O| Mar 04 18:39:04.552 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87862026-03-04T18:39:05.349Z[ recovery-image] Mar 04 18:39:04.566 INFO O| Mar 04 18:39:04.566 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
87872026-03-04T18:39:05.352Z[ recovery-image] Mar 04 18:39:04.566 INFO O| Mar 04 18:39:04.566 INFO STEP 94 (remove_files) COMPLETE
87882026-03-04T18:39:05.352Z[ recovery-image] Mar 04 18:39:04.566 INFO O| Mar 04 18:39:04.566 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87892026-03-04T18:39:05.364Z[ recovery-image] Mar 04 18:39:04.581 INFO O| Mar 04 18:39:04.581 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
87902026-03-04T18:39:05.368Z[ recovery-image] Mar 04 18:39:04.581 INFO O| Mar 04 18:39:04.581 INFO STEP 95 (remove_files) COMPLETE
87912026-03-04T18:39:05.368Z[ recovery-image] Mar 04 18:39:04.581 INFO O| Mar 04 18:39:04.581 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87922026-03-04T18:39:05.378Z[ recovery-image] Mar 04 18:39:04.595 INFO O| Mar 04 18:39:04.595 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
87932026-03-04T18:39:05.379Z[ recovery-image] Mar 04 18:39:04.595 INFO O| Mar 04 18:39:04.595 INFO STEP 96 (remove_files) COMPLETE
87942026-03-04T18:39:05.382Z[ recovery-image] Mar 04 18:39:04.595 INFO O| Mar 04 18:39:04.595 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87952026-03-04T18:39:05.393Z[ recovery-image] Mar 04 18:39:04.610 INFO O| Mar 04 18:39:04.610 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
87962026-03-04T18:39:05.393Z[ recovery-image] Mar 04 18:39:04.610 INFO O| Mar 04 18:39:04.610 INFO STEP 97 (remove_files) COMPLETE
87972026-03-04T18:39:05.397Z[ recovery-image] Mar 04 18:39:04.610 INFO O| Mar 04 18:39:04.610 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87982026-03-04T18:39:05.407Z[ recovery-image] Mar 04 18:39:04.624 INFO O| Mar 04 18:39:04.624 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
87992026-03-04T18:39:05.407Z[ recovery-image] Mar 04 18:39:04.624 INFO O| Mar 04 18:39:04.624 INFO STEP 98 (remove_files) COMPLETE
88002026-03-04T18:39:05.407Z[ recovery-image] Mar 04 18:39:04.624 INFO O| Mar 04 18:39:04.624 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88012026-03-04T18:39:05.423Z[ recovery-image] Mar 04 18:39:04.638 INFO O| Mar 04 18:39:04.638 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
88022026-03-04T18:39:05.423Z[ recovery-image] Mar 04 18:39:04.638 INFO O| Mar 04 18:39:04.638 INFO STEP 99 (remove_files) COMPLETE
88032026-03-04T18:39:05.423Z[ recovery-image] Mar 04 18:39:04.638 INFO O| Mar 04 18:39:04.638 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88042026-03-04T18:39:05.443Z[ recovery-image] Mar 04 18:39:04.660 INFO O| Mar 04 18:39:04.660 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
88052026-03-04T18:39:05.446Z[ recovery-image] Mar 04 18:39:04.663 INFO O| Mar 04 18:39:04.662 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
88062026-03-04T18:39:55.010Z[ recovery-image] Mar 04 18:39:20.431 INFO O| Mar 04 18:39:20.431 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
88072026-03-04T18:39:55.085Z[ recovery-image] Mar 04 18:39:20.431 INFO O| Mar 04 18:39:20.431 INFO E| svccfg: Loaded 68 smf(7) service descriptions
88082026-03-04T18:39:55.085Z[ recovery-image] Mar 04 18:39:20.475 INFO O| Mar 04 18:39:20.475 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", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
88092026-03-04T18:39:55.085Z[ recovery-image] Mar 04 18:39:20.748 INFO O| Mar 04 18:39:20.748 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
88102026-03-04T18:39:55.085Z[ recovery-image] Mar 04 18:39:20.888 INFO O| Mar 04 18:39:20.888 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
88112026-03-04T18:39:55.085Z[ recovery-image] Mar 04 18:39:21.066 INFO O| Mar 04 18:39:21.066 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
88122026-03-04T18:39:55.085Z[ recovery-image] Mar 04 18:39:21.066 INFO O| Mar 04 18:39:21.066 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 ...
88132026-03-04T18:39:55.085Z[ recovery-image] Mar 04 18:39:21.069 INFO O| Mar 04 18:39:21.069 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
88142026-03-04T18:39:55.085Z[ recovery-image] Mar 04 18:39:21.069 INFO O| Mar 04 18:39:21.069 INFO ok!
88152026-03-04T18:39:55.086Z[ recovery-image] Mar 04 18:39:21.069 INFO O| Mar 04 18:39:21.069 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
88162026-03-04T18:39:55.086Z[ recovery-image] Mar 04 18:39:21.069 INFO O| Mar 04 18:39:21.069 INFO STEP 100 (seed_smf) COMPLETE
88172026-03-04T18:39:55.086Z[ recovery-image] Mar 04 18:39:21.069 INFO O| Mar 04 18:39:21.069 INFO steps complete; finalising image!
88182026-03-04T18:39:55.086Z[ recovery-image] Mar 04 18:39:21.069 INFO O| Mar 04 18:39:21.069 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
88192026-03-04T18:39:55.086Z[ recovery-image] Mar 04 18:39:21.160 INFO O| Mar 04 18:39:21.160 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Wed Mar 4 18:39:21 2026)
88202026-03-04T18:39:55.087Z[ recovery-image] Mar 04 18:39:21.369 INFO O| Mar 04 18:39:21.369 INFO trim TEMPORARY-sled-zfs-recovery: (72% trimmed, started at Wed Mar 4 18:39:21 2026)
88212026-03-04T18:39:55.087Z[ recovery-image] Mar 04 18:39:21.579 INFO O| Mar 04 18:39:21.578 INFO trim TEMPORARY-sled-zfs-recovery: (77% trimmed, started at Wed Mar 4 18:39:21 2026)
88222026-03-04T18:39:55.087Z[ recovery-image] Mar 04 18:39:21.808 INFO O| Mar 04 18:39:21.808 INFO temporary pool has 434M used, 1.33G avail, 1.00x compressratio
88232026-03-04T18:39:55.087Z[ recovery-image] Mar 04 18:39:21.808 INFO O| Mar 04 18:39:21.808 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
88242026-03-04T18:39:55.087Z[ recovery-image] Mar 04 18:39:22.059 INFO O| Mar 04 18:39:22.059 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
88252026-03-04T18:39:55.087Z[ recovery-image] Mar 04 18:39:22.059 INFO O| Mar 04 18:39:22.059 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
88262026-03-04T18:39:55.087Z[ recovery-image] Mar 04 18:39:26.937 INFO O| Mar 04 18:39:26.937 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88272026-03-04T18:39:55.087Z[ recovery-image] Mar 04 18:39:26.937 INFO O| Mar 04 18:39:26.937 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88282026-03-04T18:39:55.087Z[ recovery-image] Mar 04 18:39:26.937 INFO O| Mar 04 18:39:26.937 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88292026-03-04T18:39:55.087Z[ recovery-image] Mar 04 18:39:26.937 INFO O| Mar 04 18:39:26.937 INFO completed processing sled/zfs-recovery
88302026-03-04T18:39:55.087Z[ recovery-image] Mar 04 18:39:26.937 INFO O| Mar 04 18:39:26.937 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
88312026-03-04T18:39:55.087Z[ recovery-image] Mar 04 18:39:27.768 INFO O| Mar 04 18:39:27.768 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
88322026-03-04T18:39:55.087Z[ recovery-image] Mar 04 18:39:27.894 INFO BUILD STRING "heads/stlouis-0-gd5693b8f88\n"
88332026-03-04T18:39:55.087Z[ recovery-image] Mar 04 18:39:27.897 INFO expanded image name: "recovery 1f5d8cd/${os_short_commit} 2026-03-04 17:36" -> "recovery 1f5d8cd/d5693b8 2026-03-04 17:36"
88342026-03-04T18:39:55.087Z[ recovery-image] Mar 04 18:39:27.899 INFO output artefacts stored in: "/work/os-recovery"
88352026-03-04T18:39:55.089Z[ recovery-image] Mar 04 18:39:27.900 INFO collecting git info from project "chelsio-t6-roms"...
88362026-03-04T18:39:55.089Z[ recovery-image] Mar 04 18:39:28.018 INFO collecting git info from project "pinprick"...
88372026-03-04T18:39:55.089Z[ recovery-image] Mar 04 18:39:28.038 INFO collecting git info from project "bootserver"...
88382026-03-04T18:39:55.089Z[ recovery-image] Mar 04 18:39:28.062 INFO collecting git info from project "dmar-report"...
88392026-03-04T18:39:55.089Z[ recovery-image] Mar 04 18:39:28.112 INFO collecting git info from project "phbl"...
88402026-03-04T18:39:55.089Z[ recovery-image] Mar 04 18:39:28.146 INFO collecting git info from project "pilot"...
88412026-03-04T18:39:55.089Z[ recovery-image] Mar 04 18:39:28.210 INFO collecting git info from project "image-builder"...
88422026-03-04T18:39:55.089Z[ recovery-image] Mar 04 18:39:28.238 INFO collecting git info from project "amd-host-image-builder"...
88432026-03-04T18:39:55.089Z[ recovery-image] Mar 04 18:39:28.369 INFO collecting git info from project "amd-firmware"...
88442026-03-04T18:39:55.089Z[ recovery-image] Mar 04 18:39:31.215 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
88452026-03-04T18:39:55.089Z[ recovery-image] Mar 04 18:39:31.837 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
88462026-03-04T18:39:55.089Z[ recovery-image] Mar 04 18:39:32.428 INFO creating Oxide boot image...
88472026-03-04T18:39:55.089Z[ recovery-image] Mar 04 18:39:32.429 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 1f5d8cd/d5693b8 2026-03-04 17:36", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
88482026-03-04T18:39:58.567Z[ host-image] Mar 04 18:39:57.781 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23804:20260302T140654Z
88492026-03-04T18:39:58.567Z[ host-image] Mar 04 18:39:57.781 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23804:20260302T140654Z
88502026-03-04T18:39:58.570Z[ host-image] Mar 04 18:39:57.781 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
88512026-03-04T18:39:58.570Z[ host-image] Mar 04 18:39:57.781 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
88522026-03-04T18:39:58.570Z[ host-image] Mar 04 18:39:57.781 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
88532026-03-04T18:39:58.571Z[ host-image] Mar 04 18:39:57.782 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
88542026-03-04T18:39:58.571Z[ host-image] Mar 04 18:39:57.782 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
88552026-03-04T18:39:58.571Z[ host-image] Mar 04 18:39:57.782 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
88562026-03-04T18:39:58.571Z[ host-image] Mar 04 18:39:57.783 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0:20260304T173738Z
88572026-03-04T18:39:58.571Z[ host-image] Mar 04 18:39:57.783 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.25:20250809T001145Z
88582026-03-04T18:39:58.571Z[ host-image] Mar 04 18:39:57.783 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
88592026-03-04T18:39:58.571Z[ host-image] Mar 04 18:39:57.783 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23804:20260302T140655Z
88602026-03-04T18:39:58.571Z[ host-image] Mar 04 18:39:57.783 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23804:20260302T140655Z
88612026-03-04T18:39:58.571Z[ host-image] Mar 04 18:39:57.784 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23804:20260302T140655Z
88622026-03-04T18:39:58.571Z[ host-image] Mar 04 18:39:57.784 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23804:20260302T140656Z
88632026-03-04T18:39:58.571Z[ host-image] Mar 04 18:39:57.784 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
88642026-03-04T18:39:58.571Z[ host-image] Mar 04 18:39:57.784 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23804:20260302T140656Z
88652026-03-04T18:39:58.571Z[ host-image] Mar 04 18:39:57.785 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23804:20260302T140656Z
88662026-03-04T18:39:58.571Z[ host-image] Mar 04 18:39:57.785 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23804:20260302T140656Z
88672026-03-04T18:39:58.571Z[ host-image] Mar 04 18:39:57.785 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23804:20260302T140656Z
88682026-03-04T18:39:58.571Z[ host-image] Mar 04 18:39:57.785 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23804:20260302T140657Z
88692026-03-04T18:39:58.571Z[ host-image] Mar 04 18:39:57.785 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23804:20260302T140657Z
88702026-03-04T18:39:58.575Z[ host-image] Mar 04 18:39:57.785 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23804:20260302T140657Z
88712026-03-04T18:39:58.575Z[ host-image] Mar 04 18:39:57.785 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23804:20260302T140658Z
88722026-03-04T18:39:58.575Z[ host-image] Mar 04 18:39:57.785 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23804:20260302T140658Z
88732026-03-04T18:39:58.575Z[ host-image] Mar 04 18:39:57.785 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23804:20260302T140659Z
88742026-03-04T18:39:58.575Z[ host-image] Mar 04 18:39:57.785 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23804:20260302T140700Z
88752026-03-04T18:39:58.575Z[ host-image] Mar 04 18:39:57.786 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23804:20260302T140700Z
88762026-03-04T18:39:58.575Z[ host-image] Mar 04 18:39:57.786 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23804:20260302T140701Z
88772026-03-04T18:39:58.575Z[ host-image] Mar 04 18:39:57.786 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23804:20260302T140702Z
88782026-03-04T18:39:58.575Z[ host-image] Mar 04 18:39:57.786 INFO O| install = pkg://helios-dev/driver/network/opte@0.39.455:20260129T171925Z
88792026-03-04T18:39:58.575Z[ host-image] Mar 04 18:39:57.786 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23804:20260302T140703Z
88802026-03-04T18:39:58.575Z[ host-image] Mar 04 18:39:57.786 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23804:20260302T140705Z
88812026-03-04T18:39:58.575Z[ host-image] Mar 04 18:39:57.786 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23804:20260302T140706Z
88822026-03-04T18:39:58.575Z[ host-image] Mar 04 18:39:57.786 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23804:20260302T140707Z
88832026-03-04T18:39:58.575Z[ host-image] Mar 04 18:39:57.786 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23804:20260302T140708Z
88842026-03-04T18:39:58.575Z[ host-image] Mar 04 18:39:57.786 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23804:20260302T140708Z
88852026-03-04T18:39:58.578Z[ host-image] Mar 04 18:39:57.790 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
88862026-03-04T18:39:58.578Z[ host-image] Mar 04 18:39:57.790 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23804:20260302T140709Z
88872026-03-04T18:39:58.578Z[ host-image] Mar 04 18:39:57.790 INFO O| install = pkg://helios-dev/library/expat@2.7.2-2.0:20250922T152653Z
88882026-03-04T18:39:58.578Z[ host-image] Mar 04 18:39:57.790 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
88892026-03-04T18:39:58.578Z[ host-image] Mar 04 18:39:57.790 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
88902026-03-04T18:39:58.578Z[ host-image] Mar 04 18:39:57.791 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23804:20260302T140709Z
88912026-03-04T18:39:58.578Z[ host-image] Mar 04 18:39:57.791 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
88922026-03-04T18:39:58.578Z[ host-image] Mar 04 18:39:57.791 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
88932026-03-04T18:39:58.578Z[ host-image] Mar 04 18:39:57.791 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
88942026-03-04T18:39:58.578Z[ host-image] Mar 04 18:39:57.791 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
88952026-03-04T18:39:58.582Z[ host-image] Mar 04 18:39:57.796 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
88962026-03-04T18:39:58.582Z[ host-image] Mar 04 18:39:57.796 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
88972026-03-04T18:39:58.582Z[ host-image] Mar 04 18:39:57.796 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
88982026-03-04T18:39:58.582Z[ host-image] Mar 04 18:39:57.796 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
88992026-03-04T18:39:58.585Z[ host-image] Mar 04 18:39:57.796 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
89002026-03-04T18:39:58.585Z[ host-image] Mar 04 18:39:57.796 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
89012026-03-04T18:39:58.602Z[ host-image] Mar 04 18:39:57.815 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.19-2.0:20260128T223505Z
89022026-03-04T18:39:58.627Z[ host-image] Mar 04 18:39:57.815 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
89032026-03-04T18:39:58.631Z[ host-image] Mar 04 18:39:57.815 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
89042026-03-04T18:39:58.631Z[ host-image] Mar 04 18:39:57.816 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23804:20260302T140711Z
89052026-03-04T18:39:58.637Z[ host-image] Mar 04 18:39:57.816 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23804:20260302T140716Z
89062026-03-04T18:39:58.637Z[ host-image] Mar 04 18:39:57.816 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
89072026-03-04T18:39:58.640Z[ host-image] Mar 04 18:39:57.816 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23804:20260302T140717Z
89082026-03-04T18:39:58.640Z[ host-image] Mar 04 18:39:57.816 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
89092026-03-04T18:39:58.643Z[ host-image] Mar 04 18:39:57.816 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
89102026-03-04T18:39:58.643Z[ host-image] Mar 04 18:39:57.816 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.42:20260217T052359Z
89112026-03-04T18:39:58.646Z[ host-image] Mar 04 18:39:57.816 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
89122026-03-04T18:39:58.650Z[ host-image] Mar 04 18:39:57.816 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23804:20260302T140717Z
89132026-03-04T18:39:58.653Z[ host-image] Mar 04 18:39:57.816 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
89142026-03-04T18:39:58.653Z[ host-image] Mar 04 18:39:57.819 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
89152026-03-04T18:39:58.653Z[ host-image] Mar 04 18:39:57.819 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
89162026-03-04T18:39:58.653Z[ host-image] Mar 04 18:39:57.820 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
89172026-03-04T18:39:58.653Z[ host-image] Mar 04 18:39:57.820 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23804:20260302T140717Z
89182026-03-04T18:39:58.653Z[ host-image] Mar 04 18:39:57.820 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
89192026-03-04T18:39:58.653Z[ host-image] Mar 04 18:39:57.829 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
89202026-03-04T18:39:58.653Z[ host-image] Mar 04 18:39:57.829 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23804:20260302T140718Z
89212026-03-04T18:39:58.653Z[ host-image] Mar 04 18:39:57.830 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23804:20260302T140718Z
89222026-03-04T18:39:58.653Z[ host-image] Mar 04 18:39:57.830 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23804:20260302T140718Z
89232026-03-04T18:39:58.653Z[ host-image] Mar 04 18:39:57.830 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
89242026-03-04T18:39:58.653Z[ host-image] Mar 04 18:39:57.831 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23804:20260302T140720Z
89252026-03-04T18:39:58.653Z[ host-image] Mar 04 18:39:57.831 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23804:20260302T140720Z
89262026-03-04T18:39:58.653Z[ host-image] Mar 04 18:39:57.831 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23804:20260302T140720Z
89272026-03-04T18:39:58.653Z[ host-image] Mar 04 18:39:57.831 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23804:20260302T140720Z
89282026-03-04T18:39:58.653Z[ host-image] Mar 04 18:39:57.834 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
89292026-03-04T18:39:58.657Z[ host-image] Mar 04 18:39:57.834 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23804:20260302T140721Z
89302026-03-04T18:39:58.657Z[ host-image] Mar 04 18:39:57.834 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23804:20260302T140722Z
89312026-03-04T18:39:58.657Z[ host-image] Mar 04 18:39:57.834 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
89322026-03-04T18:39:58.657Z[ host-image] Mar 04 18:39:57.834 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23804:20260302T140722Z
89332026-03-04T18:39:58.657Z[ host-image] Mar 04 18:39:57.834 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23804:20260302T140722Z
89342026-03-04T18:39:58.658Z[ host-image] Mar 04 18:39:57.834 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23804:20260302T140722Z
89352026-03-04T18:39:58.658Z[ host-image] Mar 04 18:39:57.835 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23804:20260302T140722Z
89362026-03-04T18:39:58.658Z[ host-image] Mar 04 18:39:57.840 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23804:20260302T140722Z
89372026-03-04T18:39:58.658Z[ host-image] Mar 04 18:39:57.840 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
89382026-03-04T18:39:58.658Z[ host-image] Mar 04 18:39:57.841 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23804:20260302T140722Z
89392026-03-04T18:39:58.658Z[ host-image] Mar 04 18:39:57.842 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23804:20260302T140723Z
89402026-03-04T18:39:58.658Z[ host-image] Mar 04 18:39:57.842 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23804:20260302T140723Z
89412026-03-04T18:39:58.658Z[ host-image] Mar 04 18:39:57.842 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23804:20260302T140723Z
89422026-03-04T18:39:58.658Z[ host-image] Mar 04 18:39:57.843 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23804:20260302T140723Z
89432026-03-04T18:39:58.658Z[ host-image] Mar 04 18:39:57.843 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23804:20260302T140723Z
89442026-03-04T18:39:58.658Z[ host-image] Mar 04 18:39:57.843 INFO O| install = pkg://helios-dev/system/i2c@0.5.11-2.0.23804:20260302T140724Z
89452026-03-04T18:39:58.658Z[ host-image] Mar 04 18:39:57.849 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23804:20260302T140725Z
89462026-03-04T18:39:58.658Z[ host-image] Mar 04 18:39:57.849 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23804:20260302T140724Z
89472026-03-04T18:39:58.658Z[ host-image] Mar 04 18:39:57.849 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23804:20260302T140724Z
89482026-03-04T18:39:58.658Z[ host-image] Mar 04 18:39:57.850 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23804:20260302T140724Z
89492026-03-04T18:39:58.658Z[ host-image] Mar 04 18:39:57.850 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23804:20260302T140725Z
89502026-03-04T18:39:58.658Z[ host-image] Mar 04 18:39:57.865 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23804:20260302T140728Z
89512026-03-04T18:39:58.658Z[ host-image] Mar 04 18:39:57.865 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23804:20260302T140725Z
89522026-03-04T18:39:58.658Z[ host-image] Mar 04 18:39:57.865 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23804:20260302T140725Z
89532026-03-04T18:39:58.658Z[ host-image] Mar 04 18:39:57.865 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
89542026-03-04T18:39:58.658Z[ host-image] Mar 04 18:39:57.866 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
89552026-03-04T18:39:58.664Z[ host-image] Mar 04 18:39:57.878 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23804:20260302T140725Z
89562026-03-04T18:39:58.669Z[ host-image] Mar 04 18:39:57.879 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
89572026-03-04T18:39:58.669Z[ host-image] Mar 04 18:39:57.879 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23804:20260302T140726Z
89582026-03-04T18:39:58.669Z[ host-image] Mar 04 18:39:57.879 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23804:20260302T140726Z
89592026-03-04T18:39:58.669Z[ host-image] Mar 04 18:39:57.879 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23804:20260302T140726Z
89602026-03-04T18:39:58.669Z[ host-image] Mar 04 18:39:57.880 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
89612026-03-04T18:39:58.669Z[ host-image] Mar 04 18:39:57.880 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
89622026-03-04T18:39:58.669Z[ host-image] Mar 04 18:39:57.880 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23804:20260302T140727Z
89632026-03-04T18:39:58.669Z[ host-image] Mar 04 18:39:57.880 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23804:20260302T140727Z
89642026-03-04T18:39:58.669Z[ host-image] Mar 04 18:39:57.880 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23804:20260302T140727Z
89652026-03-04T18:39:58.669Z[ host-image] Mar 04 18:39:57.881 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23804:20260302T140727Z
89662026-03-04T18:39:58.669Z[ host-image] Mar 04 18:39:57.881 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23804:20260302T140728Z
89672026-03-04T18:39:58.669Z[ host-image] Mar 04 18:39:57.881 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23804:20260302T140728Z
89682026-03-04T18:39:58.673Z[ host-image] Mar 04 18:39:57.882 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
89692026-03-04T18:39:58.673Z[ host-image] Mar 04 18:39:57.883 INFO O| install = pkg://helios-dev/system/microcode/amd@20251202-2.0.23804:20260302T140728Z
89702026-03-04T18:39:58.673Z[ host-image] Mar 04 18:39:57.884 INFO O| install = pkg://helios-dev/system/microcode/intel@20260210-2.0.23804:20260302T140729Z
89712026-03-04T18:39:58.673Z[ host-image] Mar 04 18:39:57.884 INFO O| install = pkg://helios-dev/system/microcode/oxide@20251202-2.0.23804:20260302T140729Z
89722026-03-04T18:39:58.673Z[ host-image] Mar 04 18:39:57.884 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23804:20260302T140730Z
89732026-03-04T18:39:58.673Z[ host-image] Mar 04 18:39:57.884 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23804:20260302T140729Z
89742026-03-04T18:39:58.673Z[ host-image] Mar 04 18:39:57.884 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23804:20260302T140729Z
89752026-03-04T18:39:58.673Z[ host-image] Mar 04 18:39:57.884 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
89762026-03-04T18:39:58.673Z[ host-image] Mar 04 18:39:57.884 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
89772026-03-04T18:39:58.673Z[ host-image] Mar 04 18:39:57.885 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23804:20260302T140732Z
89782026-03-04T18:39:58.673Z[ host-image] Mar 04 18:39:57.885 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23804:20260302T140732Z
89792026-03-04T18:39:58.673Z[ host-image] Mar 04 18:39:57.885 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.25:20250809T001126Z
89802026-03-04T18:39:58.673Z[ host-image] Mar 04 18:39:57.885 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
89812026-03-04T18:39:58.673Z[ host-image] Mar 04 18:39:57.885 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
89822026-03-04T18:39:58.673Z[ host-image] Mar 04 18:39:57.885 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
89832026-03-04T18:39:58.674Z[ host-image] Mar 04 18:39:57.885 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z
89842026-03-04T18:39:58.674Z[ host-image] Mar 04 18:39:57.886 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
89852026-03-04T18:39:58.675Z[ host-image] Mar 04 18:39:57.887 INFO O| install = pkg://helios-dev/web/curl@8.18.0-2.0:20260121T125903Z
89862026-03-04T18:39:58.675Z[ host-image] Mar 04 18:39:57.887 INFO O| tempdir @ "/tmp/.tmpFm5Pz3/tmp"
89872026-03-04T18:39:58.678Z[ host-image] Mar 04 18:39:57.887 INFO O| image root @ "/tmp/.tmpFm5Pz3/tmp/root"
89882026-03-04T18:39:58.678Z[ host-image] Mar 04 18:39:57.887 INFO O| creating image...
89892026-03-04T18:39:59.644Z[ host-image] Mar 04 18:39:58.858 INFO O| copying publishers...
89902026-03-04T18:40:46.973Z[ recovery-image] Mar 04 18:40:46.182 INFO O| ok, image written!
89912026-03-04T18:40:46.973Z[ recovery-image] Mar 04 18:40:46.182 INFO O| ok, boot_image_csum file written!
89922026-03-04T18:40:46.984Z[ recovery-image] Mar 04 18:40:46.195 INFO creating boot archive (CPIO)...
89932026-03-04T18:40:46.987Z[ recovery-image] Mar 04 18:40:46.195 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
89942026-03-04T18:40:46.999Z[ recovery-image] Mar 04 18:40:46.210 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
89952026-03-04T18:40:46.999Z[ recovery-image] Mar 04 18:40:46.210 INFO E| + outfile=/work/os-recovery/cpio
89962026-03-04T18:40:47.002Z[ recovery-image] Mar 04 18:40:46.210 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
89972026-03-04T18:40:47.005Z[ recovery-image] Mar 04 18:40:46.215 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
89982026-03-04T18:40:47.005Z[ recovery-image] Mar 04 18:40:46.215 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
89992026-03-04T18:40:47.058Z[ recovery-image] Mar 04 18:40:46.270 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
90002026-03-04T18:40:47.059Z[ recovery-image] Mar 04 18:40:46.270 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
90012026-03-04T18:40:47.070Z[ recovery-image] Mar 04 18:40:46.281 INFO creating compressed cpio/unix for dev loaders...
90022026-03-04T18:40:47.070Z[ recovery-image] Mar 04 18:40:46.281 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
90032026-03-04T18:40:47.541Z[ recovery-image] Mar 04 18:40:46.752 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
90042026-03-04T18:40:54.394Z[ recovery-image] Mar 04 18:40:53.605 INFO creating reset image...
90052026-03-04T18:40:54.394Z[ recovery-image] Mar 04 18:40:53.605 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
90062026-03-04T18:41:12.374Z[ host-image] Mar 04 18:41:11.548 INFO O| adding properties...
90072026-03-04T18:41:13.537Z[ host-image] Mar 04 18:41:12.726 INFO O| installing packages...
90082026-03-04T18:41:19.168Z[verify-libraries] Finished `release` profile [optimized] target(s) in 32m 10s
90092026-03-04T18:41:19.748ZMar 04 18:41:18.955 INFO [verify-libraries] process exited with exit status: 0 (1938.703782726s)
90102026-03-04T18:41:38.114Z[ host-image] Mar 04 18:41:37.300 INFO O| seeding SMF database...
90112026-03-04T18:41:46.204Z[ recovery-image] Mar 04 18:41:41.717 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')"
90122026-03-04T18:41:46.240Z[ recovery-image] Mar 04 18:41:41.717 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")
90132026-03-04T18:41:46.240Z[ recovery-image] Mar 04 18:41:41.965 INFO E| Updating crates.io index
90142026-03-04T18:41:46.240Z[ recovery-image] Mar 04 18:41:42.142 INFO E| Downloading crates ...
90152026-03-04T18:41:46.240Z[ recovery-image] Mar 04 18:41:42.220 INFO E| Downloaded clap v4.5.57
90162026-03-04T18:41:46.240Z[ recovery-image] Mar 04 18:41:42.230 INFO E| Downloaded unicode-ident v1.0.23
90172026-03-04T18:41:46.240Z[ recovery-image] Mar 04 18:41:42.233 INFO E| Downloaded clap_lex v0.7.7
90182026-03-04T18:41:46.240Z[ recovery-image] Mar 04 18:41:42.234 INFO E| Downloaded os_pipe v1.2.3
90192026-03-04T18:41:46.240Z[ recovery-image] Mar 04 18:41:42.235 INFO E| Downloaded shared_child v1.1.1
90202026-03-04T18:41:46.240Z[ recovery-image] Mar 04 18:41:42.236 INFO E| Downloaded sigchld v0.2.4
90212026-03-04T18:41:46.240Z[ recovery-image] Mar 04 18:41:42.237 INFO E| Downloaded shared_thread v0.2.0
90222026-03-04T18:41:46.240Z[ recovery-image] Mar 04 18:41:42.238 INFO E| Downloaded duct v1.1.1
90232026-03-04T18:41:46.240Z[ recovery-image] Mar 04 18:41:42.257 INFO E| Downloaded clap_builder v4.5.57
90242026-03-04T18:41:46.240Z[ recovery-image] Mar 04 18:41:42.268 INFO E| Downloaded syn v2.0.114
90252026-03-04T18:41:46.240Z[ recovery-image] Mar 04 18:41:42.322 INFO E| Compiling libc v0.2.180
90262026-03-04T18:41:46.240Z[ recovery-image] Mar 04 18:41:42.322 INFO E| Compiling proc-macro2 v1.0.106
90272026-03-04T18:41:46.240Z[ recovery-image] Mar 04 18:41:42.322 INFO E| Compiling signal-hook v0.3.18
90282026-03-04T18:41:46.240Z[ recovery-image] Mar 04 18:41:42.322 INFO E| Compiling quote v1.0.44
90292026-03-04T18:41:46.241Z[ recovery-image] Mar 04 18:41:42.322 INFO E| Compiling unicode-ident v1.0.23
90302026-03-04T18:41:46.241Z[ recovery-image] Mar 04 18:41:42.322 INFO E| Compiling utf8parse v0.2.2
90312026-03-04T18:41:46.241Z[ recovery-image] Mar 04 18:41:42.336 INFO E| Compiling is_terminal_polyfill v1.70.2
90322026-03-04T18:41:46.241Z[ recovery-image] Mar 04 18:41:42.337 INFO E| Compiling anstyle v1.0.13
90332026-03-04T18:41:46.241Z[ recovery-image] Mar 04 18:41:42.501 INFO E| Compiling colorchoice v1.0.4
90342026-03-04T18:41:46.241Z[ recovery-image] Mar 04 18:41:42.582 INFO E| Compiling anstyle-parse v0.2.7
90352026-03-04T18:41:46.241Z[ recovery-image] Mar 04 18:41:42.598 INFO E| Compiling anstyle-query v1.1.5
90362026-03-04T18:41:46.241Z[ recovery-image] Mar 04 18:41:42.712 INFO E| Compiling clap_lex v0.7.7
90372026-03-04T18:41:46.241Z[ recovery-image] Mar 04 18:41:42.787 INFO E| Compiling heck v0.5.0
90382026-03-04T18:41:46.241Z[ recovery-image] Mar 04 18:41:42.840 INFO E| Compiling strsim v0.11.1
90392026-03-04T18:41:46.241Z[ recovery-image] Mar 04 18:41:42.860 INFO E| Compiling shared_thread v0.2.0
90402026-03-04T18:41:46.241Z[ recovery-image] Mar 04 18:41:42.977 INFO E| Compiling anstream v0.6.21
90412026-03-04T18:41:46.241Z[ recovery-image] Mar 04 18:41:43.435 INFO E| Compiling clap_builder v4.5.57
90422026-03-04T18:41:46.241Z[ recovery-image] Mar 04 18:41:43.782 INFO E| Compiling errno v0.3.14
90432026-03-04T18:41:46.241Z[ recovery-image] Mar 04 18:41:43.783 INFO E| Compiling os_pipe v1.2.3
90442026-03-04T18:41:46.241Z[ recovery-image] Mar 04 18:41:43.921 INFO E| Compiling signal-hook-registry v1.4.8
90452026-03-04T18:41:46.241Z[ recovery-image] Mar 04 18:41:44.353 INFO E| Compiling syn v2.0.114
90462026-03-04T18:41:46.241Z[ recovery-image] Mar 04 18:41:44.407 INFO E| Compiling sigchld v0.2.4
90472026-03-04T18:41:46.241Z[ recovery-image] Mar 04 18:41:44.542 INFO E| Compiling shared_child v1.1.1
90482026-03-04T18:41:46.241Z[ recovery-image] Mar 04 18:41:44.699 INFO E| Compiling duct v1.1.1
90492026-03-04T18:41:46.241Z[ host-image] Mar 04 18:41:45.302 INFO O| configuring SMF profile...
90502026-03-04T18:41:46.244Z[ host-image] Mar 04 18:41:45.302 INFO O| modifying shadow(5)...
90512026-03-04T18:41:46.244Z[ host-image] Mar 04 18:41:45.302 INFO O| loading user and group database...
90522026-03-04T18:41:46.244Z[ host-image] Mar 04 18:41:45.302 INFO O| loading facet selections...
90532026-03-04T18:41:46.702Z[ host-image] Mar 04 18:41:45.858 INFO O| devel -> true
90542026-03-04T18:41:46.702Z[ host-image] Mar 04 18:41:45.858 INFO O| doc.man -> true
90552026-03-04T18:41:46.702Z[ host-image] Mar 04 18:41:45.858 INFO O| version-lock.shell/ksh93 -> true
90562026-03-04T18:41:46.709Z[ host-image] Mar 04 18:41:45.858 INFO O| version-lock.system/data/hardware-registry -> true
90572026-03-04T18:41:46.709Z[ host-image] Mar 04 18:41:45.858 INFO O| version-lock.system/data/zoneinfo -> true
90582026-03-04T18:41:46.709Z[ host-image] Mar 04 18:41:45.858 INFO O| version-lock.system/microcode/amd -> true
90592026-03-04T18:41:46.709Z[ host-image] Mar 04 18:41:45.858 INFO O| version-lock.system/microcode/intel -> true
90602026-03-04T18:41:46.709Z[ host-image] Mar 04 18:41:45.858 INFO O| version-lock.system/microcode/oxide -> true
90612026-03-04T18:41:46.709Z[ host-image] Mar 04 18:41:45.858 INFO O| assessing packaged files...
90622026-03-04T18:41:49.255Z[ recovery-image] Mar 04 18:41:48.463 INFO E| Compiling clap_derive v4.5.55
90632026-03-04T18:41:49.478Z[ host-image] Mar 04 18:41:48.686 INFO O| creating archive...
90642026-03-04T18:41:49.507Z[ host-image] Mar 04 18:41:48.716 INFO O| missing from packaging:
90652026-03-04T18:41:49.508Z[ host-image] Mar 04 18:41:48.716 INFO O| "etc/.pwd.lock"
90662026-03-04T18:41:49.511Z[ host-image] Mar 04 18:41:48.716 INFO O| "etc/bash"
90672026-03-04T18:41:49.514Z[ host-image] Mar 04 18:41:48.721 INFO O| "etc/svc/profile/generic.xml"
90682026-03-04T18:41:49.514Z[ host-image] Mar 04 18:41:48.721 INFO O| "etc/svc/profile/inetd_services.xml"
90692026-03-04T18:41:49.514Z[ host-image] Mar 04 18:41:48.721 INFO O| "etc/svc/profile/name_service.xml"
90702026-03-04T18:41:49.514Z[ host-image] Mar 04 18:41:48.721 INFO O| "etc/svc/profile/platform.xml"
90712026-03-04T18:41:49.514Z[ host-image] Mar 04 18:41:48.721 INFO O| "etc/svc/profile/platform_omicron1.xml"
90722026-03-04T18:41:49.515Z[ host-image] Mar 04 18:41:48.721 INFO O| "etc/svc/repository.db"
90732026-03-04T18:41:49.523Z[ host-image] Mar 04 18:41:48.731 INFO O| "opt/ooce/share"
90742026-03-04T18:41:49.523Z[ host-image] Mar 04 18:41:48.731 INFO O| "opt/ooce/share/man"
90752026-03-04T18:41:49.526Z[ host-image] Mar 04 18:41:48.731 INFO O| "opt/ooce/share/man/man1"
90762026-03-04T18:41:49.533Z[ host-image] Mar 04 18:41:48.742 INFO O| finishing archive...
90772026-03-04T18:41:51.396Z[ recovery-image] Mar 04 18:41:50.604 INFO E| Compiling clap v4.5.57
90782026-03-04T18:41:51.471Z[ recovery-image] Mar 04 18:41:50.680 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
90792026-03-04T18:41:52.608Z[ host-image] Mar 04 18:41:51.816 INFO O| creating gzonly manifest...
90802026-03-04T18:41:52.616Z[ host-image] Mar 04 18:41:51.824 INFO O| ok
90812026-03-04T18:41:52.637Z[ recovery-image] Mar 04 18:41:51.845 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.06s
90822026-03-04T18:41:52.650Z[ recovery-image] Mar 04 18:41:51.859 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
90832026-03-04T18:41:52.801Z[ host-image] Mar 04 18:41:52.009 INFO image builder template: ramdisk-02-trim...
90842026-03-04T18:41:52.801Z[ host-image] Mar 04 18:41:52.009 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/.tmph2t7CP/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
90852026-03-04T18:41:52.821Z[ host-image] Mar 04 18:41:52.029 INFO O| Mar 04 18:41:52.029 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
90862026-03-04T18:41:52.824Z[ host-image] Mar 04 18:41:52.032 INFO O| Mar 04 18:41:52.032 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
90872026-03-04T18:41:52.932Z[ host-image] Mar 04 18:41:52.140 INFO O| Mar 04 18:41:52.140 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
90882026-03-04T18:41:52.964Z[ recovery-image] Mar 04 18:41:52.172 INFO E| Downloading crates ...
90892026-03-04T18:41:52.990Z[ host-image] Mar 04 18:41:52.198 INFO O| Mar 04 18:41:52.198 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
90902026-03-04T18:41:52.990Z[ host-image] Mar 04 18:41:52.198 INFO O| Mar 04 18:41:52.198 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
90912026-03-04T18:41:52.996Z[ host-image] Mar 04 18:41:52.204 INFO O| Mar 04 18:41:52.204 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
90922026-03-04T18:41:53.000Z[ host-image] Mar 04 18:41:52.208 INFO O| Mar 04 18:41:52.208 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
90932026-03-04T18:41:53.007Z[ host-image] Mar 04 18:41:52.214 INFO O| Mar 04 18:41:52.214 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
90942026-03-04T18:41:53.030Z[ recovery-image] Mar 04 18:41:52.239 INFO E| Downloaded bit_field v0.10.3
90952026-03-04T18:41:53.040Z[ recovery-image] Mar 04 18:41:52.248 INFO E| Downloaded cpio_reader v0.1.2
90962026-03-04T18:41:53.043Z[ recovery-image] Mar 04 18:41:52.250 INFO E| Downloaded bitstruct v0.1.1
90972026-03-04T18:41:53.043Z[ recovery-image] Mar 04 18:41:52.251 INFO E| Downloaded bitstruct_derive v0.1.0
90982026-03-04T18:41:53.046Z[ recovery-image] Mar 04 18:41:52.255 INFO E| Downloaded miniz_oxide v0.9.0
90992026-03-04T18:41:53.084Z[ recovery-image] Mar 04 18:41:52.290 INFO E| Downloaded raw-cpuid v10.7.0
91002026-03-04T18:41:53.088Z[ recovery-image] Mar 04 18:41:52.296 INFO E| Downloaded goblin v0.10.4
91012026-03-04T18:41:53.222Z[ recovery-image] Mar 04 18:41:52.430 INFO E| Downloaded x86 v0.52.0
91022026-03-04T18:41:53.270Z[ recovery-image] Mar 04 18:41:52.478 INFO E| Updating crates.io index
91032026-03-04T18:41:53.356Z[ recovery-image] Mar 04 18:41:52.564 INFO E| Downloading crates ...
91042026-03-04T18:41:53.405Z[ recovery-image] Mar 04 18:41:52.612 INFO E| Downloaded rustc-literal-escaper v0.0.7
91052026-03-04T18:41:53.440Z[ host-image] Mar 04 18:41:52.648 INFO O| Mar 04 18:41:52.648 INFO rolled back to input snapshot; work may begin
91062026-03-04T18:41:53.440Z[ host-image] Mar 04 18:41:52.648 INFO O| Mar 04 18:41:52.648 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
91072026-03-04T18:41:53.446Z[ host-image] Mar 04 18:41:52.655 INFO O| Mar 04 18:41:52.654 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91082026-03-04T18:41:53.458Z[ host-image] Mar 04 18:41:52.666 INFO O| Mar 04 18:41:52.666 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
91092026-03-04T18:41:53.464Z[ recovery-image] Mar 04 18:41:52.671 INFO E| Downloaded libc v0.2.178
91102026-03-04T18:41:53.512Z[ host-image] Mar 04 18:41:52.719 INFO O| Mar 04 18:41:52.719 INFO STEP 0 (remove_files) COMPLETE
91112026-03-04T18:41:53.512Z[ host-image] Mar 04 18:41:52.719 INFO O| Mar 04 18:41:52.719 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91122026-03-04T18:41:53.522Z[ host-image] Mar 04 18:41:52.730 INFO O| Mar 04 18:41:52.730 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
91132026-03-04T18:41:53.525Z[ host-image] Mar 04 18:41:52.732 INFO O| Mar 04 18:41:52.732 INFO STEP 1 (remove_files) COMPLETE
91142026-03-04T18:41:53.525Z[ host-image] Mar 04 18:41:52.732 INFO O| Mar 04 18:41:52.732 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91152026-03-04T18:41:53.535Z[ host-image] Mar 04 18:41:52.743 INFO O| Mar 04 18:41:52.743 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
91162026-03-04T18:41:53.548Z[ recovery-image] Mar 04 18:41:52.756 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)
91172026-03-04T18:41:53.548Z[ recovery-image] Mar 04 18:41:52.756 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)
91182026-03-04T18:41:53.548Z[ recovery-image] Mar 04 18:41:52.756 INFO E| Compiling proc-macro2 v1.0.106
91192026-03-04T18:41:53.551Z[ recovery-image] Mar 04 18:41:52.756 INFO E| Compiling unicode-ident v1.0.23
91202026-03-04T18:41:53.551Z[ recovery-image] Mar 04 18:41:52.756 INFO E| Compiling quote v1.0.44
91212026-03-04T18:41:53.551Z[ recovery-image] Mar 04 18:41:52.756 INFO E| Compiling syn v1.0.109
91222026-03-04T18:41:53.551Z[ recovery-image] Mar 04 18:41:52.756 INFO E| Compiling x86 v0.52.0
91232026-03-04T18:41:53.551Z[ host-image] Mar 04 18:41:52.759 INFO O| Mar 04 18:41:52.759 INFO STEP 2 (remove_files) COMPLETE
91242026-03-04T18:41:53.551Z[ host-image] Mar 04 18:41:52.759 INFO O| Mar 04 18:41:52.759 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91252026-03-04T18:41:53.564Z[ host-image] Mar 04 18:41:52.771 INFO O| Mar 04 18:41:52.771 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
91262026-03-04T18:41:53.567Z[ recovery-image] Mar 04 18:41:52.772 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
91272026-03-04T18:41:53.567Z[ host-image] Mar 04 18:41:52.774 INFO O| Mar 04 18:41:52.774 INFO STEP 3 (remove_files) COMPLETE
91282026-03-04T18:41:53.567Z[ host-image] Mar 04 18:41:52.774 INFO O| Mar 04 18:41:52.774 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91292026-03-04T18:41:53.578Z[ host-image] Mar 04 18:41:52.786 INFO O| Mar 04 18:41:52.786 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
91302026-03-04T18:41:53.584Z[ host-image] Mar 04 18:41:52.792 INFO O| Mar 04 18:41:52.792 INFO STEP 4 (remove_files) COMPLETE
91312026-03-04T18:41:53.584Z[ host-image] Mar 04 18:41:52.792 INFO O| Mar 04 18:41:52.792 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91322026-03-04T18:41:53.599Z[ host-image] Mar 04 18:41:52.806 INFO O| Mar 04 18:41:52.806 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
91332026-03-04T18:41:53.602Z[ host-image] Mar 04 18:41:52.811 INFO O| Mar 04 18:41:52.811 INFO STEP 5 (remove_files) COMPLETE
91342026-03-04T18:41:53.605Z[ host-image] Mar 04 18:41:52.811 INFO O| Mar 04 18:41:52.811 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91352026-03-04T18:41:53.616Z[ host-image] Mar 04 18:41:52.824 INFO O| Mar 04 18:41:52.824 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
91362026-03-04T18:41:53.633Z[ host-image] Mar 04 18:41:52.840 INFO O| Mar 04 18:41:52.840 INFO STEP 6 (remove_files) COMPLETE
91372026-03-04T18:41:53.633Z[ host-image] Mar 04 18:41:52.840 INFO O| Mar 04 18:41:52.840 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91382026-03-04T18:41:53.647Z[ host-image] Mar 04 18:41:52.855 INFO O| Mar 04 18:41:52.855 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man"
91392026-03-04T18:41:53.668Z[ host-image] Mar 04 18:41:52.876 INFO O| Mar 04 18:41:52.876 INFO STEP 7 (remove_files) COMPLETE
91402026-03-04T18:41:53.668Z[ host-image] Mar 04 18:41:52.876 INFO O| Mar 04 18:41:52.876 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91412026-03-04T18:41:53.685Z[ host-image] Mar 04 18:41:52.892 INFO O| Mar 04 18:41:52.892 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
91422026-03-04T18:41:53.820Z[ recovery-image] Mar 04 18:41:53.028 INFO E| Compiling seq-macro v0.3.6
91432026-03-04T18:41:53.831Z[ host-image] Mar 04 18:41:53.039 INFO O| Mar 04 18:41:53.039 INFO STEP 8 (remove_files) COMPLETE
91442026-03-04T18:41:53.831Z[ host-image] Mar 04 18:41:53.039 INFO O| Mar 04 18:41:53.039 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91452026-03-04T18:41:53.847Z[ host-image] Mar 04 18:41:53.055 INFO O| Mar 04 18:41:53.055 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
91462026-03-04T18:41:54.012Z[ host-image] Mar 04 18:41:53.220 INFO O| Mar 04 18:41:53.220 INFO STEP 9 (remove_files) COMPLETE
91472026-03-04T18:41:54.012Z[ host-image] Mar 04 18:41:53.220 INFO O| Mar 04 18:41:53.220 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91482026-03-04T18:41:54.027Z[ host-image] Mar 04 18:41:53.235 INFO O| Mar 04 18:41:53.235 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
91492026-03-04T18:41:54.033Z[ host-image] Mar 04 18:41:53.241 INFO O| Mar 04 18:41:53.241 INFO STEP 10 (remove_files) COMPLETE
91502026-03-04T18:41:54.033Z[ host-image] Mar 04 18:41:53.241 INFO O| Mar 04 18:41:53.241 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91512026-03-04T18:41:54.049Z[ host-image] Mar 04 18:41:53.257 INFO O| Mar 04 18:41:53.257 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
91522026-03-04T18:41:54.052Z[ host-image] Mar 04 18:41:53.258 INFO O| Mar 04 18:41:53.258 INFO STEP 11 (remove_files) COMPLETE
91532026-03-04T18:41:54.052Z[ host-image] Mar 04 18:41:53.258 INFO O| Mar 04 18:41:53.258 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91542026-03-04T18:41:54.062Z[ host-image] Mar 04 18:41:53.270 INFO O| Mar 04 18:41:53.270 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
91552026-03-04T18:41:54.065Z[ host-image] Mar 04 18:41:53.272 INFO O| Mar 04 18:41:53.272 INFO STEP 12 (remove_files) COMPLETE
91562026-03-04T18:41:54.065Z[ host-image] Mar 04 18:41:53.272 INFO O| Mar 04 18:41:53.272 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91572026-03-04T18:41:54.087Z[ host-image] Mar 04 18:41:53.295 INFO O| Mar 04 18:41:53.295 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
91582026-03-04T18:41:54.098Z[ host-image] Mar 04 18:41:53.306 INFO O| Mar 04 18:41:53.306 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
91592026-03-04T18:41:54.098Z[ host-image] Mar 04 18:41:53.306 INFO O| Mar 04 18:41:53.306 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
91602026-03-04T18:41:54.102Z[ host-image] Mar 04 18:41:53.306 INFO O| Mar 04 18:41:53.306 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
91612026-03-04T18:41:54.102Z[ host-image] Mar 04 18:41:53.307 INFO O| Mar 04 18:41:53.307 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
91622026-03-04T18:41:54.102Z[ host-image] Mar 04 18:41:53.307 INFO O| Mar 04 18:41:53.307 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
91632026-03-04T18:41:54.102Z[ host-image] Mar 04 18:41:53.307 INFO O| Mar 04 18:41:53.307 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
91642026-03-04T18:41:54.102Z[ host-image] Mar 04 18:41:53.307 INFO O| Mar 04 18:41:53.307 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
91652026-03-04T18:41:54.102Z[ host-image] Mar 04 18:41:53.307 INFO O| Mar 04 18:41:53.307 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
91662026-03-04T18:41:54.102Z[ host-image] Mar 04 18:41:53.308 INFO O| Mar 04 18:41:53.308 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
91672026-03-04T18:41:54.102Z[ host-image] Mar 04 18:41:53.309 INFO O| Mar 04 18:41:53.308 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
91682026-03-04T18:41:54.102Z[ host-image] Mar 04 18:41:53.309 INFO O| Mar 04 18:41:53.309 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
91692026-03-04T18:41:54.102Z[ host-image] Mar 04 18:41:53.309 INFO O| Mar 04 18:41:53.309 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
91702026-03-04T18:41:54.102Z[ host-image] Mar 04 18:41:53.309 INFO O| Mar 04 18:41:53.309 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
91712026-03-04T18:41:54.102Z[ host-image] Mar 04 18:41:53.309 INFO O| Mar 04 18:41:53.309 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
91722026-03-04T18:41:54.102Z[ host-image] Mar 04 18:41:53.309 INFO O| Mar 04 18:41:53.309 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
91732026-03-04T18:41:54.102Z[ host-image] Mar 04 18:41:53.310 INFO O| Mar 04 18:41:53.310 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
91742026-03-04T18:41:54.397Z[ host-image] Mar 04 18:41:53.605 INFO O| Mar 04 18:41:53.605 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
91752026-03-04T18:41:54.407Z[ host-image] Mar 04 18:41:53.615 INFO O| Mar 04 18:41:53.615 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a"
91762026-03-04T18:41:54.415Z[ host-image] Mar 04 18:41:53.624 INFO O| Mar 04 18:41:53.623 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
91772026-03-04T18:41:54.419Z[ host-image] Mar 04 18:41:53.625 INFO O| Mar 04 18:41:53.625 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
91782026-03-04T18:41:54.502Z[ host-image] Mar 04 18:41:53.710 INFO O| Mar 04 18:41:53.710 INFO STEP 13 (remove_files) COMPLETE
91792026-03-04T18:41:54.502Z[ host-image] Mar 04 18:41:53.710 INFO O| Mar 04 18:41:53.710 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91802026-03-04T18:41:54.516Z[ host-image] Mar 04 18:41:53.724 INFO O| Mar 04 18:41:53.724 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
91812026-03-04T18:41:54.521Z[ host-image] Mar 04 18:41:53.726 INFO O| Mar 04 18:41:53.726 INFO STEP 14 (remove_files) COMPLETE
91822026-03-04T18:41:54.521Z[ host-image] Mar 04 18:41:53.726 INFO O| Mar 04 18:41:53.726 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91832026-03-04T18:41:54.531Z[ host-image] Mar 04 18:41:53.739 INFO O| Mar 04 18:41:53.739 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
91842026-03-04T18:41:54.539Z[ host-image] Mar 04 18:41:53.747 INFO O| Mar 04 18:41:53.747 INFO STEP 15 (remove_files) COMPLETE
91852026-03-04T18:41:54.539Z[ host-image] Mar 04 18:41:53.747 INFO O| Mar 04 18:41:53.747 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91862026-03-04T18:41:54.553Z[ host-image] Mar 04 18:41:53.761 INFO O| Mar 04 18:41:53.761 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
91872026-03-04T18:41:54.557Z[ host-image] Mar 04 18:41:53.762 INFO O| Mar 04 18:41:53.762 INFO STEP 16 (remove_files) COMPLETE
91882026-03-04T18:41:54.557Z[ host-image] Mar 04 18:41:53.762 INFO O| Mar 04 18:41:53.762 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91892026-03-04T18:41:54.568Z[ host-image] Mar 04 18:41:53.777 INFO O| Mar 04 18:41:53.776 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
91902026-03-04T18:41:54.572Z[ host-image] Mar 04 18:41:53.778 INFO O| Mar 04 18:41:53.778 INFO STEP 17 (remove_files) COMPLETE
91912026-03-04T18:41:54.572Z[ host-image] Mar 04 18:41:53.778 INFO O| Mar 04 18:41:53.778 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91922026-03-04T18:41:54.583Z[ host-image] Mar 04 18:41:53.790 INFO O| Mar 04 18:41:53.790 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
91932026-03-04T18:41:54.587Z[ host-image] Mar 04 18:41:53.790 INFO O| Mar 04 18:41:53.790 INFO STEP 18 (remove_files) COMPLETE
91942026-03-04T18:41:54.587Z[ host-image] Mar 04 18:41:53.790 INFO O| Mar 04 18:41:53.790 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91952026-03-04T18:41:54.592Z[ host-image] Mar 04 18:41:53.801 INFO O| Mar 04 18:41:53.801 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
91962026-03-04T18:41:54.593Z[ host-image] Mar 04 18:41:53.801 INFO O| Mar 04 18:41:53.801 INFO STEP 19 (remove_files) COMPLETE
91972026-03-04T18:41:54.593Z[ host-image] Mar 04 18:41:53.801 INFO O| Mar 04 18:41:53.801 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91982026-03-04T18:41:54.616Z[ host-image] Mar 04 18:41:53.810 INFO O| Mar 04 18:41:53.810 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
91992026-03-04T18:41:54.616Z[ host-image] Mar 04 18:41:53.811 INFO O| Mar 04 18:41:53.810 INFO STEP 20 (remove_files) COMPLETE
92002026-03-04T18:41:54.616Z[ host-image] Mar 04 18:41:53.811 INFO O| Mar 04 18:41:53.811 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92012026-03-04T18:41:54.616Z[ host-image] Mar 04 18:41:53.819 INFO O| Mar 04 18:41:53.819 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
92022026-03-04T18:41:54.616Z[ host-image] Mar 04 18:41:53.820 INFO O| Mar 04 18:41:53.819 INFO STEP 21 (remove_files) COMPLETE
92032026-03-04T18:41:54.616Z[ host-image] Mar 04 18:41:53.820 INFO O| Mar 04 18:41:53.820 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92042026-03-04T18:41:54.622Z[ host-image] Mar 04 18:41:53.830 INFO O| Mar 04 18:41:53.830 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
92052026-03-04T18:41:54.622Z[ host-image] Mar 04 18:41:53.830 INFO O| Mar 04 18:41:53.830 INFO STEP 22 (remove_files) COMPLETE
92062026-03-04T18:41:54.626Z[ host-image] Mar 04 18:41:53.830 INFO O| Mar 04 18:41:53.830 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92072026-03-04T18:41:54.631Z[ host-image] Mar 04 18:41:53.839 INFO O| Mar 04 18:41:53.839 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
92082026-03-04T18:41:54.634Z[ host-image] Mar 04 18:41:53.839 INFO O| Mar 04 18:41:53.839 INFO STEP 23 (remove_files) COMPLETE
92092026-03-04T18:41:54.634Z[ host-image] Mar 04 18:41:53.839 INFO O| Mar 04 18:41:53.839 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92102026-03-04T18:41:54.641Z[ host-image] Mar 04 18:41:53.849 INFO O| Mar 04 18:41:53.849 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
92112026-03-04T18:41:54.641Z[ host-image] Mar 04 18:41:53.849 INFO O| Mar 04 18:41:53.849 INFO STEP 24 (remove_files) COMPLETE
92122026-03-04T18:41:54.645Z[ host-image] Mar 04 18:41:53.849 INFO O| Mar 04 18:41:53.849 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92132026-03-04T18:41:54.651Z[ host-image] Mar 04 18:41:53.859 INFO O| Mar 04 18:41:53.859 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
92142026-03-04T18:41:54.654Z[ host-image] Mar 04 18:41:53.859 INFO O| Mar 04 18:41:53.859 INFO STEP 25 (remove_files) COMPLETE
92152026-03-04T18:41:54.654Z[ host-image] Mar 04 18:41:53.859 INFO O| Mar 04 18:41:53.859 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92162026-03-04T18:41:54.661Z[ host-image] Mar 04 18:41:53.869 INFO O| Mar 04 18:41:53.869 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
92172026-03-04T18:41:54.661Z[ host-image] Mar 04 18:41:53.869 INFO O| Mar 04 18:41:53.869 INFO STEP 26 (remove_files) COMPLETE
92182026-03-04T18:41:54.665Z[ host-image] Mar 04 18:41:53.869 INFO O| Mar 04 18:41:53.869 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92192026-03-04T18:41:54.676Z[ host-image] Mar 04 18:41:53.880 INFO O| Mar 04 18:41:53.880 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
92202026-03-04T18:41:54.676Z[ host-image] Mar 04 18:41:53.880 INFO O| Mar 04 18:41:53.880 INFO STEP 27 (remove_files) COMPLETE
92212026-03-04T18:41:54.681Z[ host-image] Mar 04 18:41:53.880 INFO O| Mar 04 18:41:53.880 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92222026-03-04T18:41:54.686Z[ host-image] Mar 04 18:41:53.891 INFO O| Mar 04 18:41:53.890 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
92232026-03-04T18:41:54.686Z[ host-image] Mar 04 18:41:53.891 INFO O| Mar 04 18:41:53.891 INFO STEP 28 (remove_files) COMPLETE
92242026-03-04T18:41:54.686Z[ host-image] Mar 04 18:41:53.891 INFO O| Mar 04 18:41:53.891 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92252026-03-04T18:41:54.694Z[ host-image] Mar 04 18:41:53.902 INFO O| Mar 04 18:41:53.902 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
92262026-03-04T18:41:54.694Z[ host-image] Mar 04 18:41:53.902 INFO O| Mar 04 18:41:53.902 INFO STEP 29 (remove_files) COMPLETE
92272026-03-04T18:41:54.694Z[ host-image] Mar 04 18:41:53.902 INFO O| Mar 04 18:41:53.902 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92282026-03-04T18:41:54.703Z[ host-image] Mar 04 18:41:53.911 INFO O| Mar 04 18:41:53.911 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
92292026-03-04T18:41:54.703Z[ host-image] Mar 04 18:41:53.911 INFO O| Mar 04 18:41:53.911 INFO STEP 30 (remove_files) COMPLETE
92302026-03-04T18:41:54.706Z[ host-image] Mar 04 18:41:53.911 INFO O| Mar 04 18:41:53.911 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92312026-03-04T18:41:54.715Z[ host-image] Mar 04 18:41:53.923 INFO O| Mar 04 18:41:53.923 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
92322026-03-04T18:41:54.715Z[ host-image] Mar 04 18:41:53.923 INFO O| Mar 04 18:41:53.923 INFO STEP 31 (remove_files) COMPLETE
92332026-03-04T18:41:54.719Z[ host-image] Mar 04 18:41:53.923 INFO O| Mar 04 18:41:53.923 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92342026-03-04T18:41:54.725Z[ host-image] Mar 04 18:41:53.933 INFO O| Mar 04 18:41:53.933 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
92352026-03-04T18:41:54.725Z[ host-image] Mar 04 18:41:53.933 INFO O| Mar 04 18:41:53.933 INFO STEP 32 (remove_files) COMPLETE
92362026-03-04T18:41:54.725Z[ host-image] Mar 04 18:41:53.933 INFO O| Mar 04 18:41:53.933 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92372026-03-04T18:41:54.735Z[ host-image] Mar 04 18:41:53.943 INFO O| Mar 04 18:41:53.943 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
92382026-03-04T18:41:54.735Z[ host-image] Mar 04 18:41:53.943 INFO O| Mar 04 18:41:53.943 INFO STEP 33 (remove_files) COMPLETE
92392026-03-04T18:41:54.735Z[ host-image] Mar 04 18:41:53.943 INFO O| Mar 04 18:41:53.943 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92402026-03-04T18:41:54.746Z[ host-image] Mar 04 18:41:53.953 INFO O| Mar 04 18:41:53.953 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
92412026-03-04T18:41:54.746Z[ host-image] Mar 04 18:41:53.954 INFO O| Mar 04 18:41:53.954 INFO STEP 34 (remove_files) COMPLETE
92422026-03-04T18:41:54.749Z[ host-image] Mar 04 18:41:53.954 INFO O| Mar 04 18:41:53.954 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92432026-03-04T18:41:54.757Z[ host-image] Mar 04 18:41:53.965 INFO O| Mar 04 18:41:53.965 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
92442026-03-04T18:41:54.757Z[ host-image] Mar 04 18:41:53.966 INFO O| Mar 04 18:41:53.965 INFO STEP 35 (remove_files) COMPLETE
92452026-03-04T18:41:54.761Z[ host-image] Mar 04 18:41:53.966 INFO O| Mar 04 18:41:53.965 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92462026-03-04T18:41:54.767Z[ host-image] Mar 04 18:41:53.975 INFO O| Mar 04 18:41:53.975 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
92472026-03-04T18:41:54.767Z[ host-image] Mar 04 18:41:53.975 INFO O| Mar 04 18:41:53.975 INFO STEP 36 (remove_files) COMPLETE
92482026-03-04T18:41:54.770Z[ host-image] Mar 04 18:41:53.975 INFO O| Mar 04 18:41:53.975 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92492026-03-04T18:41:54.776Z[ host-image] Mar 04 18:41:53.984 INFO O| Mar 04 18:41:53.984 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
92502026-03-04T18:41:54.779Z[ host-image] Mar 04 18:41:53.984 INFO O| Mar 04 18:41:53.984 INFO STEP 37 (remove_files) COMPLETE
92512026-03-04T18:41:54.779Z[ host-image] Mar 04 18:41:53.984 INFO O| Mar 04 18:41:53.984 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92522026-03-04T18:41:54.786Z[ host-image] Mar 04 18:41:53.994 INFO O| Mar 04 18:41:53.994 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
92532026-03-04T18:41:54.789Z[ host-image] Mar 04 18:41:53.994 INFO O| Mar 04 18:41:53.994 INFO STEP 38 (remove_files) COMPLETE
92542026-03-04T18:41:54.790Z[ host-image] Mar 04 18:41:53.994 INFO O| Mar 04 18:41:53.994 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92552026-03-04T18:41:54.796Z[ host-image] Mar 04 18:41:54.004 INFO O| Mar 04 18:41:54.004 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
92562026-03-04T18:41:54.796Z[ host-image] Mar 04 18:41:54.004 INFO O| Mar 04 18:41:54.004 INFO STEP 39 (remove_files) COMPLETE
92572026-03-04T18:41:54.796Z[ host-image] Mar 04 18:41:54.004 INFO O| Mar 04 18:41:54.004 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92582026-03-04T18:41:54.805Z[ host-image] Mar 04 18:41:54.013 INFO O| Mar 04 18:41:54.013 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
92592026-03-04T18:41:54.805Z[ host-image] Mar 04 18:41:54.014 INFO O| Mar 04 18:41:54.013 INFO STEP 40 (remove_files) COMPLETE
92602026-03-04T18:41:54.809Z[ host-image] Mar 04 18:41:54.014 INFO O| Mar 04 18:41:54.014 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92612026-03-04T18:41:54.815Z[ host-image] Mar 04 18:41:54.023 INFO O| Mar 04 18:41:54.023 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
92622026-03-04T18:41:54.815Z[ host-image] Mar 04 18:41:54.023 INFO O| Mar 04 18:41:54.023 INFO STEP 41 (remove_files) COMPLETE
92632026-03-04T18:41:54.818Z[ host-image] Mar 04 18:41:54.023 INFO O| Mar 04 18:41:54.023 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92642026-03-04T18:41:54.824Z[ host-image] Mar 04 18:41:54.032 INFO O| Mar 04 18:41:54.032 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
92652026-03-04T18:41:54.827Z[ host-image] Mar 04 18:41:54.032 INFO O| Mar 04 18:41:54.032 INFO STEP 42 (remove_files) COMPLETE
92662026-03-04T18:41:54.827Z[ host-image] Mar 04 18:41:54.032 INFO O| Mar 04 18:41:54.032 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92672026-03-04T18:41:54.834Z[ host-image] Mar 04 18:41:54.042 INFO O| Mar 04 18:41:54.042 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
92682026-03-04T18:41:54.834Z[ host-image] Mar 04 18:41:54.042 INFO O| Mar 04 18:41:54.042 INFO STEP 43 (remove_files) COMPLETE
92692026-03-04T18:41:54.839Z[ host-image] Mar 04 18:41:54.042 INFO O| Mar 04 18:41:54.042 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92702026-03-04T18:41:54.849Z[ host-image] Mar 04 18:41:54.056 INFO O| Mar 04 18:41:54.056 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
92712026-03-04T18:41:54.849Z[ host-image] Mar 04 18:41:54.056 INFO O| Mar 04 18:41:54.056 INFO STEP 44 (remove_files) COMPLETE
92722026-03-04T18:41:54.853Z[ host-image] Mar 04 18:41:54.056 INFO O| Mar 04 18:41:54.056 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92732026-03-04T18:41:54.860Z[ host-image] Mar 04 18:41:54.068 INFO O| Mar 04 18:41:54.068 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
92742026-03-04T18:41:54.863Z[ host-image] Mar 04 18:41:54.068 INFO O| Mar 04 18:41:54.068 INFO STEP 45 (remove_files) COMPLETE
92752026-03-04T18:41:54.863Z[ host-image] Mar 04 18:41:54.068 INFO O| Mar 04 18:41:54.068 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92762026-03-04T18:41:54.869Z[ host-image] Mar 04 18:41:54.078 INFO O| Mar 04 18:41:54.078 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
92772026-03-04T18:41:54.870Z[ host-image] Mar 04 18:41:54.078 INFO O| Mar 04 18:41:54.078 INFO STEP 46 (remove_files) COMPLETE
92782026-03-04T18:41:54.873Z[ host-image] Mar 04 18:41:54.078 INFO O| Mar 04 18:41:54.078 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92792026-03-04T18:41:54.880Z[ host-image] Mar 04 18:41:54.088 INFO O| Mar 04 18:41:54.088 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
92802026-03-04T18:41:54.880Z[ host-image] Mar 04 18:41:54.088 INFO O| Mar 04 18:41:54.088 INFO STEP 47 (remove_files) COMPLETE
92812026-03-04T18:41:54.883Z[ host-image] Mar 04 18:41:54.088 INFO O| Mar 04 18:41:54.088 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92822026-03-04T18:41:54.889Z[ host-image] Mar 04 18:41:54.098 INFO O| Mar 04 18:41:54.097 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
92832026-03-04T18:41:54.889Z[ host-image] Mar 04 18:41:54.098 INFO O| Mar 04 18:41:54.098 INFO STEP 48 (remove_files) COMPLETE
92842026-03-04T18:41:54.893Z[ host-image] Mar 04 18:41:54.098 INFO O| Mar 04 18:41:54.098 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92852026-03-04T18:41:54.899Z[ host-image] Mar 04 18:41:54.108 INFO O| Mar 04 18:41:54.108 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
92862026-03-04T18:41:54.899Z[ host-image] Mar 04 18:41:54.108 INFO O| Mar 04 18:41:54.108 INFO STEP 49 (remove_files) COMPLETE
92872026-03-04T18:41:54.903Z[ host-image] Mar 04 18:41:54.108 INFO O| Mar 04 18:41:54.108 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92882026-03-04T18:41:54.910Z[ host-image] Mar 04 18:41:54.118 INFO O| Mar 04 18:41:54.118 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
92892026-03-04T18:41:54.910Z[ host-image] Mar 04 18:41:54.119 INFO O| Mar 04 18:41:54.118 INFO STEP 50 (remove_files) COMPLETE
92902026-03-04T18:41:54.913Z[ host-image] Mar 04 18:41:54.119 INFO O| Mar 04 18:41:54.118 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92912026-03-04T18:41:54.921Z[ host-image] Mar 04 18:41:54.129 INFO O| Mar 04 18:41:54.129 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
92922026-03-04T18:41:54.927Z[ host-image] Mar 04 18:41:54.130 INFO O| Mar 04 18:41:54.129 INFO STEP 51 (remove_files) COMPLETE
92932026-03-04T18:41:54.927Z[ host-image] Mar 04 18:41:54.130 INFO O| Mar 04 18:41:54.130 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92942026-03-04T18:41:54.933Z[ host-image] Mar 04 18:41:54.139 INFO O| Mar 04 18:41:54.139 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
92952026-03-04T18:41:54.933Z[ host-image] Mar 04 18:41:54.139 INFO O| Mar 04 18:41:54.139 INFO STEP 52 (remove_files) COMPLETE
92962026-03-04T18:41:54.933Z[ host-image] Mar 04 18:41:54.139 INFO O| Mar 04 18:41:54.139 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92972026-03-04T18:41:54.941Z[ host-image] Mar 04 18:41:54.148 INFO O| Mar 04 18:41:54.148 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
92982026-03-04T18:41:54.944Z[ host-image] Mar 04 18:41:54.148 INFO O| Mar 04 18:41:54.148 INFO STEP 53 (remove_files) COMPLETE
92992026-03-04T18:41:54.944Z[ host-image] Mar 04 18:41:54.148 INFO O| Mar 04 18:41:54.148 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93002026-03-04T18:41:54.952Z[ host-image] Mar 04 18:41:54.160 INFO O| Mar 04 18:41:54.160 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
93012026-03-04T18:41:54.955Z[ host-image] Mar 04 18:41:54.160 INFO O| Mar 04 18:41:54.160 INFO STEP 54 (remove_files) COMPLETE
93022026-03-04T18:41:54.955Z[ host-image] Mar 04 18:41:54.160 INFO O| Mar 04 18:41:54.160 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93032026-03-04T18:41:54.961Z[ host-image] Mar 04 18:41:54.169 INFO O| Mar 04 18:41:54.169 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
93042026-03-04T18:41:54.961Z[ host-image] Mar 04 18:41:54.169 INFO O| Mar 04 18:41:54.169 INFO STEP 55 (remove_files) COMPLETE
93052026-03-04T18:41:54.961Z[ host-image] Mar 04 18:41:54.169 INFO O| Mar 04 18:41:54.169 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93062026-03-04T18:41:54.972Z[ host-image] Mar 04 18:41:54.180 INFO O| Mar 04 18:41:54.180 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
93072026-03-04T18:41:54.972Z[ host-image] Mar 04 18:41:54.180 INFO O| Mar 04 18:41:54.180 INFO STEP 56 (remove_files) COMPLETE
93082026-03-04T18:41:54.978Z[ host-image] Mar 04 18:41:54.180 INFO O| Mar 04 18:41:54.180 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93092026-03-04T18:41:54.985Z[ host-image] Mar 04 18:41:54.190 INFO O| Mar 04 18:41:54.190 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
93102026-03-04T18:41:54.985Z[ host-image] Mar 04 18:41:54.190 INFO O| Mar 04 18:41:54.190 INFO STEP 57 (remove_files) COMPLETE
93112026-03-04T18:41:54.989Z[ host-image] Mar 04 18:41:54.190 INFO O| Mar 04 18:41:54.190 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93122026-03-04T18:41:54.997Z[ host-image] Mar 04 18:41:54.205 INFO O| Mar 04 18:41:54.205 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
93132026-03-04T18:41:55.002Z[ host-image] Mar 04 18:41:54.206 INFO O| Mar 04 18:41:54.205 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
93142026-03-04T18:41:55.003Z[ host-image] Mar 04 18:41:54.206 INFO O| Mar 04 18:41:54.206 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93152026-03-04T18:41:55.003Z[ host-image] Mar 04 18:41:54.206 INFO O| Mar 04 18:41:54.206 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93162026-03-04T18:41:55.003Z[ host-image] Mar 04 18:41:54.206 INFO O| Mar 04 18:41:54.206 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93172026-03-04T18:41:55.003Z[ host-image] Mar 04 18:41:54.206 INFO O| Mar 04 18:41:54.206 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93182026-03-04T18:41:55.003Z[ host-image] Mar 04 18:41:54.206 INFO O| Mar 04 18:41:54.206 INFO ok!
93192026-03-04T18:41:55.003Z[ host-image] Mar 04 18:41:54.206 INFO O| Mar 04 18:41:54.206 INFO STEP 58 (ensure_file) COMPLETE
93202026-03-04T18:41:55.003Z[ host-image] Mar 04 18:41:54.206 INFO O| Mar 04 18:41:54.206 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93212026-03-04T18:41:55.014Z[ host-image] Mar 04 18:41:54.220 INFO O| Mar 04 18:41:54.220 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
93222026-03-04T18:41:55.014Z[ host-image] Mar 04 18:41:54.220 INFO O| Mar 04 18:41:54.220 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
93232026-03-04T18:41:55.018Z[ host-image] Mar 04 18:41:54.220 INFO O| Mar 04 18:41:54.220 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93242026-03-04T18:41:55.018Z[ host-image] Mar 04 18:41:54.220 INFO O| Mar 04 18:41:54.220 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93252026-03-04T18:41:55.018Z[ host-image] Mar 04 18:41:54.220 INFO O| Mar 04 18:41:54.220 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93262026-03-04T18:41:55.018Z[ host-image] Mar 04 18:41:54.220 INFO O| Mar 04 18:41:54.220 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93272026-03-04T18:41:55.018Z[ host-image] Mar 04 18:41:54.220 INFO O| Mar 04 18:41:54.220 INFO ok!
93282026-03-04T18:41:55.018Z[ host-image] Mar 04 18:41:54.220 INFO O| Mar 04 18:41:54.220 INFO STEP 59 (ensure_file) COMPLETE
93292026-03-04T18:41:55.018Z[ host-image] Mar 04 18:41:54.220 INFO O| Mar 04 18:41:54.220 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93302026-03-04T18:41:55.026Z[ host-image] Mar 04 18:41:54.234 INFO O| Mar 04 18:41:54.234 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
93312026-03-04T18:41:55.031Z[ host-image] Mar 04 18:41:54.234 INFO O| Mar 04 18:41:54.234 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
93322026-03-04T18:41:55.031Z[ host-image] Mar 04 18:41:54.235 INFO O| Mar 04 18:41:54.235 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
93332026-03-04T18:41:55.031Z[ host-image] Mar 04 18:41:54.235 INFO O| Mar 04 18:41:54.235 INFO ok!
93342026-03-04T18:41:55.031Z[ host-image] Mar 04 18:41:54.235 INFO O| Mar 04 18:41:54.235 INFO STEP 60 (ensure_file) COMPLETE
93352026-03-04T18:41:55.031Z[ host-image] Mar 04 18:41:54.235 INFO O| Mar 04 18:41:54.235 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93362026-03-04T18:41:55.041Z[ host-image] Mar 04 18:41:54.249 INFO O| Mar 04 18:41:54.249 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
93372026-03-04T18:41:55.041Z[ host-image] Mar 04 18:41:54.249 INFO O| Mar 04 18:41:54.249 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
93382026-03-04T18:41:55.048Z[ host-image] Mar 04 18:41:54.249 INFO O| Mar 04 18:41:54.249 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
93392026-03-04T18:41:55.048Z[ host-image] Mar 04 18:41:54.249 INFO O| Mar 04 18:41:54.249 INFO ok!
93402026-03-04T18:41:55.048Z[ host-image] Mar 04 18:41:54.249 INFO O| Mar 04 18:41:54.249 INFO STEP 61 (ensure_file) COMPLETE
93412026-03-04T18:41:55.048Z[ host-image] Mar 04 18:41:54.249 INFO O| Mar 04 18:41:54.249 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93422026-03-04T18:41:55.056Z[ host-image] Mar 04 18:41:54.260 INFO O| Mar 04 18:41:54.260 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
93432026-03-04T18:41:55.056Z[ host-image] Mar 04 18:41:54.260 INFO O| Mar 04 18:41:54.260 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
93442026-03-04T18:41:55.064Z[ host-image] Mar 04 18:41:54.260 INFO O| Mar 04 18:41:54.260 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
93452026-03-04T18:41:55.064Z[ host-image] Mar 04 18:41:54.260 INFO O| Mar 04 18:41:54.260 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
93462026-03-04T18:41:55.064Z[ host-image] Mar 04 18:41:54.260 INFO O| Mar 04 18:41:54.260 INFO ok!
93472026-03-04T18:41:55.064Z[ host-image] Mar 04 18:41:54.260 INFO O| Mar 04 18:41:54.260 INFO STEP 62 (ensure_file) COMPLETE
93482026-03-04T18:41:55.064Z[ host-image] Mar 04 18:41:54.260 INFO O| Mar 04 18:41:54.260 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93492026-03-04T18:41:55.068Z[ host-image] Mar 04 18:41:54.272 INFO O| Mar 04 18:41:54.272 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
93502026-03-04T18:41:55.068Z[ host-image] Mar 04 18:41:54.272 INFO O| Mar 04 18:41:54.272 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
93512026-03-04T18:41:55.069Z[ host-image] Mar 04 18:41:54.272 INFO O| Mar 04 18:41:54.272 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
93522026-03-04T18:41:55.069Z[ host-image] Mar 04 18:41:54.272 INFO O| Mar 04 18:41:54.272 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
93532026-03-04T18:41:55.069Z[ host-image] Mar 04 18:41:54.272 INFO O| Mar 04 18:41:54.272 INFO ok!
93542026-03-04T18:41:55.069Z[ host-image] Mar 04 18:41:54.272 INFO O| Mar 04 18:41:54.272 INFO STEP 63 (ensure_file) COMPLETE
93552026-03-04T18:41:55.069Z[ host-image] Mar 04 18:41:54.272 INFO O| Mar 04 18:41:54.272 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93562026-03-04T18:41:55.077Z[ host-image] Mar 04 18:41:54.286 INFO O| Mar 04 18:41:54.285 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
93572026-03-04T18:41:55.078Z[ host-image] Mar 04 18:41:54.286 INFO O| Mar 04 18:41:54.286 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
93582026-03-04T18:41:55.081Z[ host-image] Mar 04 18:41:54.286 INFO O| Mar 04 18:41:54.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
93592026-03-04T18:41:55.081Z[ host-image] Mar 04 18:41:54.286 INFO O| Mar 04 18:41:54.286 INFO ok!
93602026-03-04T18:41:55.081Z[ host-image] Mar 04 18:41:54.286 INFO O| Mar 04 18:41:54.286 INFO STEP 64 (assemble_files) COMPLETE
93612026-03-04T18:41:55.081Z[ host-image] Mar 04 18:41:54.286 INFO O| Mar 04 18:41:54.286 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93622026-03-04T18:41:55.087Z[ host-image] Mar 04 18:41:54.296 INFO O| Mar 04 18:41:54.296 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
93632026-03-04T18:41:55.088Z[ host-image] Mar 04 18:41:54.296 INFO O| Mar 04 18:41:54.296 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
93642026-03-04T18:41:55.091Z[ host-image] Mar 04 18:41:54.296 INFO O| Mar 04 18:41:54.296 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
93652026-03-04T18:41:55.091Z[ host-image] Mar 04 18:41:54.296 INFO O| Mar 04 18:41:54.296 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
93662026-03-04T18:41:55.091Z[ host-image] Mar 04 18:41:54.296 INFO O| Mar 04 18:41:54.296 INFO ok!
93672026-03-04T18:41:55.091Z[ host-image] Mar 04 18:41:54.296 INFO O| Mar 04 18:41:54.296 INFO STEP 65 (ensure_file) COMPLETE
93682026-03-04T18:41:55.091Z[ host-image] Mar 04 18:41:54.296 INFO O| Mar 04 18:41:54.296 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93692026-03-04T18:41:55.100Z[ host-image] Mar 04 18:41:54.307 INFO O| Mar 04 18:41:54.307 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
93702026-03-04T18:41:55.100Z[ host-image] Mar 04 18:41:54.307 INFO O| Mar 04 18:41:54.307 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
93712026-03-04T18:41:55.103Z[ host-image] Mar 04 18:41:54.307 INFO O| Mar 04 18:41:54.307 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
93722026-03-04T18:41:55.103Z[ host-image] Mar 04 18:41:54.307 INFO O| Mar 04 18:41:54.307 INFO STEP 66 (ensure_dir) COMPLETE
93732026-03-04T18:41:55.103Z[ host-image] Mar 04 18:41:54.307 INFO O| Mar 04 18:41:54.307 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93742026-03-04T18:41:55.114Z[ host-image] Mar 04 18:41:54.320 INFO O| Mar 04 18:41:54.319 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
93752026-03-04T18:41:55.114Z[ host-image] Mar 04 18:41:54.320 INFO O| Mar 04 18:41:54.320 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 ...
93762026-03-04T18:41:55.121Z[ host-image] Mar 04 18:41:54.329 INFO O| Mar 04 18:41:54.329 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
93772026-03-04T18:41:55.121Z[ host-image] Mar 04 18:41:54.329 INFO O| Mar 04 18:41:54.329 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
93782026-03-04T18:41:55.124Z[ host-image] Mar 04 18:41:54.329 INFO O| Mar 04 18:41:54.329 INFO ok!
93792026-03-04T18:41:55.124Z[ host-image] Mar 04 18:41:54.329 INFO O| Mar 04 18:41:54.329 INFO STEP 67 (ensure_file) COMPLETE
93802026-03-04T18:41:55.124Z[ host-image] Mar 04 18:41:54.329 INFO O| Mar 04 18:41:54.329 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93812026-03-04T18:41:55.132Z[ host-image] Mar 04 18:41:54.340 INFO O| Mar 04 18:41:54.340 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
93822026-03-04T18:41:55.132Z[ host-image] Mar 04 18:41:54.340 INFO O| Mar 04 18:41:54.340 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 ...
93832026-03-04T18:41:55.136Z[ host-image] Mar 04 18:41:54.340 INFO O| Mar 04 18:41:54.340 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
93842026-03-04T18:41:55.136Z[ host-image] Mar 04 18:41:54.340 INFO O| Mar 04 18:41:54.340 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
93852026-03-04T18:41:55.136Z[ host-image] Mar 04 18:41:54.340 INFO O| Mar 04 18:41:54.340 INFO ok!
93862026-03-04T18:41:55.136Z[ host-image] Mar 04 18:41:54.340 INFO O| Mar 04 18:41:54.340 INFO STEP 68 (ensure_file) COMPLETE
93872026-03-04T18:41:55.136Z[ host-image] Mar 04 18:41:54.340 INFO O| Mar 04 18:41:54.340 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93882026-03-04T18:41:55.148Z[ host-image] Mar 04 18:41:54.356 INFO O| Mar 04 18:41:54.356 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
93892026-03-04T18:41:55.151Z[ host-image] Mar 04 18:41:54.356 INFO O| Mar 04 18:41:54.356 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
93902026-03-04T18:41:55.260Z[ recovery-image] Mar 04 18:41:54.468 INFO E| Compiling syn v2.0.114
93912026-03-04T18:42:40.696Z[ host-image] Mar 04 18:41:56.551 INFO O| Mar 04 18:41:56.551 INFO STEP 69 (pack_tar) COMPLETE
93922026-03-04T18:42:40.788Z[ host-image] Mar 04 18:41:56.551 INFO O| Mar 04 18:41:56.551 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
93932026-03-04T18:42:40.788Z[ host-image] Mar 04 18:41:56.551 INFO O| Mar 04 18:41:56.551 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
93942026-03-04T18:42:40.788Z[ host-image] Mar 04 18:41:56.889 INFO O| Mar 04 18:41:56.889 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
93952026-03-04T18:42:40.788Z[ host-image] Mar 04 18:41:56.992 INFO O| Mar 04 18:41:56.992 INFO completed processing sled/ramdisk-02-trim
93962026-03-04T18:42:40.788Z[ host-image] Mar 04 18:41:56.994 INFO image builder template: zfs...
93972026-03-04T18:42:40.788Z[ host-image] Mar 04 18:41:56.994 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/.tmph2t7CP/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "zfs"], pwd: None
93982026-03-04T18:42:40.788Z[ host-image] Mar 04 18:41:57.019 INFO O| Mar 04 18:41:57.019 INFO skip include "stress" because feature "stress" is not enabled
93992026-03-04T18:42:40.788Z[ host-image] Mar 04 18:41:57.019 INFO O| Mar 04 18:41:57.019 INFO skip include "stress" because feature "compliance" is not enabled
94002026-03-04T18:42:40.788Z[ host-image] Mar 04 18:41:57.079 INFO O| Mar 04 18:41:57.078 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
94012026-03-04T18:42:40.788Z[ host-image] Mar 04 18:41:57.085 INFO O| Mar 04 18:41:57.085 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
94022026-03-04T18:42:40.788Z[ host-image] Mar 04 18:41:57.177 INFO O| Mar 04 18:41:57.177 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
94032026-03-04T18:42:40.788Z[ host-image] Mar 04 18:41:57.247 INFO O| Mar 04 18:41:57.247 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
94042026-03-04T18:42:40.788Z[ host-image] Mar 04 18:41:57.247 INFO O| Mar 04 18:41:57.247 INFO work dataset: rpool/images/build/host/work/sled/zfs
94052026-03-04T18:42:40.788Z[ host-image] Mar 04 18:41:57.254 INFO O| Mar 04 18:41:57.254 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
94062026-03-04T18:42:40.788Z[ host-image] Mar 04 18:41:57.409 INFO O| Mar 04 18:41:57.409 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
94072026-03-04T18:42:40.788Z[ host-image] Mar 04 18:41:57.484 INFO O| Mar 04 18:41:57.484 INFO DESTROY POOL: TEMPORARY-sled-zfs
94082026-03-04T18:42:40.788Z[ recovery-image] Mar 04 18:41:57.490 INFO E| Compiling scroll_derive v0.13.1
94092026-03-04T18:42:40.788Z[ host-image] Mar 04 18:41:57.502 INFO O| Mar 04 18:41:57.502 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
94102026-03-04T18:42:40.788Z[ host-image] Mar 04 18:41:57.511 INFO O| Mar 04 18:41:57.511 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
94112026-03-04T18:42:40.788Z[ host-image] Mar 04 18:41:57.511 INFO O| Mar 04 18:41:57.511 INFO no lofi found
94122026-03-04T18:42:40.788Z[ host-image] Mar 04 18:41:57.512 INFO O| Mar 04 18:41:57.512 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
94132026-03-04T18:42:40.788Z[ host-image] Mar 04 18:41:57.512 INFO O| Mar 04 18:41:57.512 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
94142026-03-04T18:42:40.788Z[ host-image] Mar 04 18:41:59.002 INFO O| Mar 04 18:41:59.002 INFO lofi device = /dev/dsk/c2t1d0p0
94152026-03-04T18:42:40.788Z[ host-image] Mar 04 18:41:59.002 INFO O| Mar 04 18:41:59.002 INFO pool device = /dev/dsk/c2t1d0p0
94162026-03-04T18:42:40.789Z[ host-image] Mar 04 18:41:59.002 INFO O| Mar 04 18:41:59.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"]
94172026-03-04T18:42:40.789Z[ host-image] Mar 04 18:41:59.184 INFO O| Mar 04 18:41:59.183 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94182026-03-04T18:42:40.789Z[ host-image] Mar 04 18:41:59.184 INFO O| Mar 04 18:41:59.183 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
94192026-03-04T18:42:40.789Z[ host-image] Mar 04 18:41:59.224 INFO O| Mar 04 18:41:59.224 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
94202026-03-04T18:42:40.789Z[ host-image] Mar 04 18:41:59.319 INFO O| Mar 04 18:41:59.319 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
94212026-03-04T18:42:40.789Z[ host-image] Mar 04 18:41:59.366 INFO O| Mar 04 18:41:59.365 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
94222026-03-04T18:42:40.789Z[ host-image] Mar 04 18:41:59.386 INFO O| Mar 04 18:41:59.386 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
94232026-03-04T18:42:40.789Z[ host-image] Mar 04 18:41:59.404 INFO O| Mar 04 18:41:59.404 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
94242026-03-04T18:42:40.789Z[ host-image] Mar 04 18:41:59.475 INFO O| Mar 04 18:41:59.475 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
94252026-03-04T18:42:40.789Z[ host-image] Mar 04 18:41:59.475 INFO O| Mar 04 18:41:59.475 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
94262026-03-04T18:42:40.789Z[ host-image] Mar 04 18:41:59.475 INFO O| Mar 04 18:41:59.475 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
94272026-03-04T18:42:40.789Z[ host-image] Mar 04 18:41:59.495 INFO O| Mar 04 18:41:59.495 INFO boot environment UUID: 0a363de3-0558-4201-9d58-c78666b81640
94282026-03-04T18:42:40.789Z[ host-image] Mar 04 18:41:59.495 INFO O| Mar 04 18:41:59.495 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 0a363de3-0558-4201-9d58-c78666b81640
94292026-03-04T18:42:40.789Z[ host-image] Mar 04 18:41:59.512 INFO O| Mar 04 18:41:59.512 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
94302026-03-04T18:42:40.790Z[ host-image] Mar 04 18:41:59.529 INFO O| Mar 04 18:41:59.529 INFO STEP 0 (create_be) COMPLETE
94312026-03-04T18:42:40.790Z[ host-image] Mar 04 18:41:59.529 INFO O| Mar 04 18:41:59.529 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94322026-03-04T18:42:40.790Z[ host-image] Mar 04 18:41:59.558 INFO O| Mar 04 18:41:59.558 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
94332026-03-04T18:42:40.790Z[ recovery-image] Mar 04 18:42:00.067 INFO E| Compiling bitstruct_derive v0.1.0
94342026-03-04T18:42:40.790Z[ host-image] Mar 04 18:42:17.992 INFO O| Mar 04 18:42:17.992 INFO STEP 1 (unpack_tar) COMPLETE
94352026-03-04T18:42:40.790Z[ host-image] Mar 04 18:42:17.993 INFO O| Mar 04 18:42:17.992 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94362026-03-04T18:42:40.790Z[ host-image] Mar 04 18:42:18.005 INFO O| Mar 04 18:42:18.005 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
94372026-03-04T18:42:40.790Z[ host-image] Mar 04 18:42:18.388 INFO O| Mar 04 18:42:18.388 INFO STEP 2 (devfsadm) COMPLETE
94382026-03-04T18:42:40.790Z[ host-image] Mar 04 18:42:18.388 INFO O| Mar 04 18:42:18.388 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94392026-03-04T18:42:40.790Z[ host-image] Mar 04 18:42:18.401 INFO O| Mar 04 18:42:18.401 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94402026-03-04T18:42:40.790Z[ host-image] Mar 04 18:42:18.401 INFO O| Mar 04 18:42:18.401 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94412026-03-04T18:42:40.790Z[ host-image] Mar 04 18:42:18.401 INFO O| Mar 04 18:42:18.401 INFO STEP 3 (ensure_dir) COMPLETE
94422026-03-04T18:42:40.790Z[ host-image] Mar 04 18:42:18.401 INFO O| Mar 04 18:42:18.401 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94432026-03-04T18:42:40.790Z[ host-image] Mar 04 18:42:18.413 INFO O| Mar 04 18:42:18.413 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94442026-03-04T18:42:40.791Z[ host-image] Mar 04 18:42:18.413 INFO O| Mar 04 18:42:18.413 INFO STEP 4 (ensure_dir) COMPLETE
94452026-03-04T18:42:40.791Z[ host-image] Mar 04 18:42:18.413 INFO O| Mar 04 18:42:18.413 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94462026-03-04T18:42:40.791Z[ host-image] Mar 04 18:42:18.425 INFO O| Mar 04 18:42:18.425 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94472026-03-04T18:42:40.791Z[ host-image] Mar 04 18:42:18.425 INFO O| Mar 04 18:42:18.425 INFO STEP 5 (ensure_dir) COMPLETE
94482026-03-04T18:42:40.791Z[ host-image] Mar 04 18:42:18.425 INFO O| Mar 04 18:42:18.425 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94492026-03-04T18:42:40.791Z[ host-image] Mar 04 18:42:18.435 INFO O| Mar 04 18:42:18.435 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94502026-03-04T18:42:40.791Z[ host-image] Mar 04 18:42:18.435 INFO O| Mar 04 18:42:18.435 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94512026-03-04T18:42:40.791Z[ host-image] Mar 04 18:42:18.435 INFO O| Mar 04 18:42:18.435 INFO STEP 6 (ensure_dir) COMPLETE
94522026-03-04T18:42:40.791Z[ host-image] Mar 04 18:42:18.435 INFO O| Mar 04 18:42:18.435 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94532026-03-04T18:42:40.791Z[ host-image] Mar 04 18:42:18.445 INFO O| Mar 04 18:42:18.445 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94542026-03-04T18:42:40.791Z[ host-image] Mar 04 18:42:18.445 INFO O| Mar 04 18:42:18.445 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94552026-03-04T18:42:40.791Z[ host-image] Mar 04 18:42:18.445 INFO O| Mar 04 18:42:18.445 INFO STEP 7 (ensure_dir) COMPLETE
94562026-03-04T18:42:40.791Z[ host-image] Mar 04 18:42:18.445 INFO O| Mar 04 18:42:18.445 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94572026-03-04T18:42:40.791Z[ host-image] Mar 04 18:42:18.455 INFO O| Mar 04 18:42:18.455 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
94582026-03-04T18:42:40.791Z[ host-image] Mar 04 18:42:18.455 INFO O| Mar 04 18:42:18.455 INFO STEP 8 (remove_files) COMPLETE
94592026-03-04T18:42:40.791Z[ host-image] Mar 04 18:42:18.455 INFO O| Mar 04 18:42:18.455 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94602026-03-04T18:42:40.791Z[ host-image] Mar 04 18:42:18.464 INFO O| Mar 04 18:42:18.464 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
94612026-03-04T18:42:40.791Z[ host-image] Mar 04 18:42:18.465 INFO O| Mar 04 18:42:18.465 INFO STEP 9 (remove_files) COMPLETE
94622026-03-04T18:42:40.791Z[ host-image] Mar 04 18:42:18.465 INFO O| Mar 04 18:42:18.465 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94632026-03-04T18:42:40.791Z[ host-image] Mar 04 18:42:18.474 INFO O| Mar 04 18:42:18.474 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
94642026-03-04T18:42:40.791Z[ host-image] Mar 04 18:42:18.475 INFO O| Mar 04 18:42:18.475 INFO STEP 10 (remove_files) COMPLETE
94652026-03-04T18:42:40.791Z[ host-image] Mar 04 18:42:18.475 INFO O| Mar 04 18:42:18.475 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94662026-03-04T18:42:40.791Z[ host-image] Mar 04 18:42:18.485 INFO O| Mar 04 18:42:18.485 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
94672026-03-04T18:42:40.791Z[ host-image] Mar 04 18:42:18.486 INFO O| Mar 04 18:42:18.486 INFO STEP 11 (remove_files) COMPLETE
94682026-03-04T18:42:40.791Z[ host-image] Mar 04 18:42:18.486 INFO O| Mar 04 18:42:18.486 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94692026-03-04T18:42:40.791Z[ host-image] Mar 04 18:42:18.496 INFO O| Mar 04 18:42:18.496 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
94702026-03-04T18:42:40.791Z[ host-image] Mar 04 18:42:18.496 INFO O| Mar 04 18:42:18.496 INFO STEP 12 (remove_files) COMPLETE
94712026-03-04T18:42:40.791Z[ host-image] Mar 04 18:42:18.496 INFO O| Mar 04 18:42:18.496 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94722026-03-04T18:42:40.791Z[ host-image] Mar 04 18:42:18.506 INFO O| Mar 04 18:42:18.506 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94732026-03-04T18:42:40.791Z[ host-image] Mar 04 18:42:18.506 INFO O| Mar 04 18:42:18.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94742026-03-04T18:42:40.791Z[ host-image] Mar 04 18:42:18.506 INFO O| Mar 04 18:42:18.506 INFO STEP 13 (ensure_dir) COMPLETE
94752026-03-04T18:42:40.791Z[ host-image] Mar 04 18:42:18.506 INFO O| Mar 04 18:42:18.506 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94762026-03-04T18:42:40.791Z[ host-image] Mar 04 18:42:18.517 INFO O| Mar 04 18:42:18.517 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94772026-03-04T18:42:40.791Z[ host-image] Mar 04 18:42:18.517 INFO O| Mar 04 18:42:18.517 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94782026-03-04T18:42:40.791Z[ host-image] Mar 04 18:42:18.517 INFO O| Mar 04 18:42:18.517 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94792026-03-04T18:42:40.791Z[ host-image] Mar 04 18:42:18.517 INFO O| Mar 04 18:42:18.517 INFO STEP 14 (ensure_dir) COMPLETE
94802026-03-04T18:42:40.792Z[ host-image] Mar 04 18:42:18.517 INFO O| Mar 04 18:42:18.517 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94812026-03-04T18:42:40.792Z[ host-image] Mar 04 18:42:18.527 INFO O| Mar 04 18:42:18.527 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94822026-03-04T18:42:40.792Z[ host-image] Mar 04 18:42:18.527 INFO O| Mar 04 18:42:18.527 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94832026-03-04T18:42:40.792Z[ host-image] Mar 04 18:42:18.527 INFO O| Mar 04 18:42:18.527 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94842026-03-04T18:42:40.792Z[ host-image] Mar 04 18:42:18.527 INFO O| Mar 04 18:42:18.527 INFO STEP 15 (ensure_dir) COMPLETE
94852026-03-04T18:42:40.792Z[ host-image] Mar 04 18:42:18.527 INFO O| Mar 04 18:42:18.527 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94862026-03-04T18:42:40.792Z[ host-image] Mar 04 18:42:18.538 INFO O| Mar 04 18:42:18.538 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94872026-03-04T18:42:40.792Z[ host-image] Mar 04 18:42:18.538 INFO O| Mar 04 18:42:18.538 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94882026-03-04T18:42:40.792Z[ host-image] Mar 04 18:42:18.538 INFO O| Mar 04 18:42:18.538 INFO STEP 16 (ensure_dir) COMPLETE
94892026-03-04T18:42:40.792Z[ host-image] Mar 04 18:42:18.538 INFO O| Mar 04 18:42:18.538 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94902026-03-04T18:42:40.792Z[ host-image] Mar 04 18:42:18.548 INFO O| Mar 04 18:42:18.548 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94912026-03-04T18:42:40.792Z[ host-image] Mar 04 18:42:18.548 INFO O| Mar 04 18:42:18.548 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94922026-03-04T18:42:40.949Z[ host-image] Mar 04 18:42:18.548 INFO O| Mar 04 18:42:18.548 INFO STEP 17 (ensure_dir) COMPLETE
94932026-03-04T18:42:40.949Z[ host-image] Mar 04 18:42:18.548 INFO O| Mar 04 18:42:18.548 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94942026-03-04T18:42:40.949Z[ host-image] Mar 04 18:42:18.559 INFO O| Mar 04 18:42:18.559 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
94952026-03-04T18:42:40.949Z[ host-image] Mar 04 18:42:18.559 INFO O| Mar 04 18:42:18.559 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
94962026-03-04T18:42:40.949Z[ host-image] Mar 04 18:42:18.559 INFO O| Mar 04 18:42:18.559 INFO ok!
94972026-03-04T18:42:40.949Z[ host-image] Mar 04 18:42:18.559 INFO O| Mar 04 18:42:18.559 INFO STEP 18 (ensure_symlink) COMPLETE
94982026-03-04T18:42:40.949Z[ host-image] Mar 04 18:42:18.559 INFO O| Mar 04 18:42:18.559 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94992026-03-04T18:42:40.949Z[ host-image] Mar 04 18:42:18.571 INFO O| Mar 04 18:42:18.571 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
95002026-03-04T18:42:40.950Z[ host-image] Mar 04 18:42:18.571 INFO O| Mar 04 18:42:18.571 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
95012026-03-04T18:42:40.950Z[ host-image] Mar 04 18:42:18.571 INFO O| Mar 04 18:42:18.571 INFO ok!
95022026-03-04T18:42:40.950Z[ host-image] Mar 04 18:42:18.571 INFO O| Mar 04 18:42:18.571 INFO STEP 19 (ensure_file) COMPLETE
95032026-03-04T18:42:40.950Z[ host-image] Mar 04 18:42:18.571 INFO O| Mar 04 18:42:18.571 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95042026-03-04T18:42:40.950Z[ host-image] Mar 04 18:42:18.582 INFO O| Mar 04 18:42:18.582 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
95052026-03-04T18:42:40.950Z[ host-image] Mar 04 18:42:18.582 INFO O| Mar 04 18:42:18.582 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
95062026-03-04T18:42:40.950Z[ host-image] Mar 04 18:42:18.582 INFO O| Mar 04 18:42:18.582 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
95072026-03-04T18:42:40.950Z[ host-image] Mar 04 18:42:18.582 INFO O| Mar 04 18:42:18.582 INFO ok!
95082026-03-04T18:42:40.950Z[ host-image] Mar 04 18:42:18.582 INFO O| Mar 04 18:42:18.582 INFO STEP 20 (ensure_symlink) COMPLETE
95092026-03-04T18:42:40.950Z[ host-image] Mar 04 18:42:18.582 INFO O| Mar 04 18:42:18.582 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95102026-03-04T18:42:40.950Z[ host-image] Mar 04 18:42:18.592 INFO O| Mar 04 18:42:18.591 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
95112026-03-04T18:42:40.950Z[ host-image] Mar 04 18:42:18.592 INFO O| Mar 04 18:42:18.592 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
95122026-03-04T18:42:40.950Z[ host-image] Mar 04 18:42:18.592 INFO O| Mar 04 18:42:18.592 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
95132026-03-04T18:42:40.950Z[ host-image] Mar 04 18:42:18.592 INFO O| Mar 04 18:42:18.592 INFO ok!
95142026-03-04T18:42:40.950Z[ host-image] Mar 04 18:42:18.592 INFO O| Mar 04 18:42:18.592 INFO STEP 21 (ensure_symlink) COMPLETE
95152026-03-04T18:42:40.951Z[ host-image] Mar 04 18:42:18.592 INFO O| Mar 04 18:42:18.592 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95162026-03-04T18:42:40.951Z[ host-image] Mar 04 18:42:18.601 INFO O| Mar 04 18:42:18.601 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
95172026-03-04T18:42:40.951Z[ host-image] Mar 04 18:42:18.601 INFO O| Mar 04 18:42:18.601 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
95182026-03-04T18:42:40.951Z[ host-image] Mar 04 18:42:18.601 INFO O| Mar 04 18:42:18.601 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
95192026-03-04T18:42:40.951Z[ host-image] Mar 04 18:42:18.601 INFO O| Mar 04 18:42:18.601 INFO ok!
95202026-03-04T18:42:40.951Z[ host-image] Mar 04 18:42:18.601 INFO O| Mar 04 18:42:18.601 INFO STEP 22 (ensure_symlink) COMPLETE
95212026-03-04T18:42:40.951Z[ host-image] Mar 04 18:42:18.601 INFO O| Mar 04 18:42:18.601 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95222026-03-04T18:42:40.951Z[ host-image] Mar 04 18:42:18.612 INFO O| Mar 04 18:42:18.612 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
95232026-03-04T18:42:40.951Z[ host-image] Mar 04 18:42:18.612 INFO O| Mar 04 18:42:18.612 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
95242026-03-04T18:42:40.951Z[ host-image] Mar 04 18:42:18.612 INFO O| Mar 04 18:42:18.612 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
95252026-03-04T18:42:40.951Z[ host-image] Mar 04 18:42:18.612 INFO O| Mar 04 18:42:18.612 INFO ok!
95262026-03-04T18:42:40.951Z[ host-image] Mar 04 18:42:18.612 INFO O| Mar 04 18:42:18.612 INFO STEP 23 (ensure_symlink) COMPLETE
95272026-03-04T18:42:40.952Z[ host-image] Mar 04 18:42:18.612 INFO O| Mar 04 18:42:18.612 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95282026-03-04T18:42:40.952Z[ host-image] Mar 04 18:42:18.623 INFO O| Mar 04 18:42:18.623 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
95292026-03-04T18:42:40.952Z[ host-image] Mar 04 18:42:18.623 INFO O| Mar 04 18:42:18.623 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
95302026-03-04T18:42:40.952Z[ host-image] Mar 04 18:42:18.623 INFO O| Mar 04 18:42:18.623 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
95312026-03-04T18:42:40.952Z[ host-image] Mar 04 18:42:18.623 INFO O| Mar 04 18:42:18.623 INFO ok!
95322026-03-04T18:42:40.952Z[ host-image] Mar 04 18:42:18.623 INFO O| Mar 04 18:42:18.623 INFO STEP 24 (ensure_file) COMPLETE
95332026-03-04T18:42:40.952Z[ host-image] Mar 04 18:42:18.623 INFO O| Mar 04 18:42:18.623 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
95342026-03-04T18:42:40.952Z[ host-image] Mar 04 18:42:18.633 INFO O| Mar 04 18:42:18.633 INFO updating shadow file
95352026-03-04T18:42:40.952Z[ host-image] Mar 04 18:42:18.634 INFO O| Mar 04 18:42:18.634 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
95362026-03-04T18:42:40.952Z[ host-image] Mar 04 18:42:18.634 INFO O| Mar 04 18:42:18.634 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
95372026-03-04T18:42:40.953Z[ host-image] Mar 04 18:42:18.634 INFO O| Mar 04 18:42:18.634 INFO STEP 25 (shadow) COMPLETE
95382026-03-04T18:42:40.953Z[ host-image] Mar 04 18:42:18.634 INFO O| Mar 04 18:42:18.634 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95392026-03-04T18:42:40.953Z[ host-image] Mar 04 18:42:18.646 INFO O| Mar 04 18:42:18.646 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
95402026-03-04T18:42:40.953Z[ host-image] Mar 04 18:42:18.646 INFO O| Mar 04 18:42:18.646 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
95412026-03-04T18:42:40.953Z[ host-image] Mar 04 18:42:18.647 INFO O| Mar 04 18:42:18.646 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
95422026-03-04T18:42:40.953Z[ host-image] Mar 04 18:42:18.647 INFO O| Mar 04 18:42:18.646 INFO ok!
95432026-03-04T18:42:40.953Z[ host-image] Mar 04 18:42:18.647 INFO O| Mar 04 18:42:18.646 INFO STEP 26 (ensure_file) COMPLETE
95442026-03-04T18:42:40.953Z[ host-image] Mar 04 18:42:18.647 INFO O| Mar 04 18:42:18.647 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95452026-03-04T18:42:40.953Z[ host-image] Mar 04 18:42:18.658 INFO O| Mar 04 18:42:18.658 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
95462026-03-04T18:42:40.953Z[ host-image] Mar 04 18:42:18.658 INFO O| Mar 04 18:42:18.658 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
95472026-03-04T18:42:40.955Z[ host-image] Mar 04 18:42:18.658 INFO O| Mar 04 18:42:18.658 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
95482026-03-04T18:42:40.955Z[ host-image] Mar 04 18:42:18.658 INFO O| Mar 04 18:42:18.658 INFO ok!
95492026-03-04T18:42:40.955Z[ host-image] Mar 04 18:42:18.658 INFO O| Mar 04 18:42:18.658 INFO STEP 27 (ensure_file) COMPLETE
95502026-03-04T18:42:40.955Z[ host-image] Mar 04 18:42:18.658 INFO O| Mar 04 18:42:18.658 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95512026-03-04T18:42:40.956Z[ host-image] Mar 04 18:42:18.669 INFO O| Mar 04 18:42:18.669 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
95522026-03-04T18:42:40.956Z[ host-image] Mar 04 18:42:18.669 INFO O| Mar 04 18:42:18.669 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
95532026-03-04T18:42:40.956Z[ host-image] Mar 04 18:42:18.669 INFO O| Mar 04 18:42:18.669 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
95542026-03-04T18:42:40.956Z[ host-image] Mar 04 18:42:18.669 INFO O| Mar 04 18:42:18.669 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
95552026-03-04T18:42:40.956Z[ host-image] Mar 04 18:42:18.669 INFO O| Mar 04 18:42:18.669 INFO ok!
95562026-03-04T18:42:40.956Z[ host-image] Mar 04 18:42:18.669 INFO O| Mar 04 18:42:18.669 INFO STEP 28 (ensure_file) COMPLETE
95572026-03-04T18:42:40.956Z[ host-image] Mar 04 18:42:18.669 INFO O| Mar 04 18:42:18.669 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95582026-03-04T18:42:40.956Z[ host-image] Mar 04 18:42:18.681 INFO O| Mar 04 18:42:18.680 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
95592026-03-04T18:42:40.956Z[ host-image] Mar 04 18:42:18.681 INFO O| Mar 04 18:42:18.681 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
95602026-03-04T18:42:40.956Z[ host-image] Mar 04 18:42:18.681 INFO O| Mar 04 18:42:18.681 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
95612026-03-04T18:42:40.956Z[ host-image] Mar 04 18:42:18.681 INFO O| Mar 04 18:42:18.681 INFO ok!
95622026-03-04T18:42:40.956Z[ host-image] Mar 04 18:42:18.681 INFO O| Mar 04 18:42:18.681 INFO STEP 29 (ensure_file) COMPLETE
95632026-03-04T18:42:40.956Z[ host-image] Mar 04 18:42:18.681 INFO O| Mar 04 18:42:18.681 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
95642026-03-04T18:42:40.957Z[ host-image] Mar 04 18:42:18.694 INFO O| Mar 04 18:42:18.694 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
95652026-03-04T18:42:40.957Z[ host-image] Mar 04 18:42:18.694 INFO O| Mar 04 18:42:18.694 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
95662026-03-04T18:42:40.957Z[ host-image] Mar 04 18:42:18.694 INFO O| Mar 04 18:42:18.694 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
95672026-03-04T18:42:40.957Z[ host-image] Mar 04 18:42:18.694 INFO O| Mar 04 18:42:18.694 INFO STEP 30 (ensure_dir) COMPLETE
95682026-03-04T18:42:40.957Z[ host-image] Mar 04 18:42:18.694 INFO O| Mar 04 18:42:18.694 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95692026-03-04T18:42:40.957Z[ host-image] Mar 04 18:42:18.705 INFO O| Mar 04 18:42:18.705 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
95702026-03-04T18:42:40.957Z[ host-image] Mar 04 18:42:18.705 INFO O| Mar 04 18:42:18.705 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
95712026-03-04T18:42:40.957Z[ host-image] Mar 04 18:42:18.706 INFO O| Mar 04 18:42:18.706 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
95722026-03-04T18:42:40.957Z[ host-image] Mar 04 18:42:18.706 INFO O| Mar 04 18:42:18.706 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
95732026-03-04T18:42:40.957Z[ host-image] Mar 04 18:42:18.706 INFO O| Mar 04 18:42:18.706 INFO ok!
95742026-03-04T18:42:40.957Z[ host-image] Mar 04 18:42:18.706 INFO O| Mar 04 18:42:18.706 INFO STEP 31 (ensure_file) COMPLETE
95752026-03-04T18:42:40.957Z[ host-image] Mar 04 18:42:18.706 INFO O| Mar 04 18:42:18.706 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
95762026-03-04T18:42:40.957Z[ host-image] Mar 04 18:42:18.716 INFO O| Mar 04 18:42:18.716 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
95772026-03-04T18:42:40.957Z[ host-image] Mar 04 18:42:18.717 INFO O| Mar 04 18:42:18.717 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
95782026-03-04T18:42:40.957Z[ host-image] Mar 04 18:42:18.717 INFO O| Mar 04 18:42:18.717 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
95792026-03-04T18:42:40.957Z[ host-image] Mar 04 18:42:18.717 INFO O| Mar 04 18:42:18.717 INFO STEP 32 (ensure_dir) COMPLETE
95802026-03-04T18:42:40.957Z[ host-image] Mar 04 18:42:18.717 INFO O| Mar 04 18:42:18.717 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95812026-03-04T18:42:40.957Z[ host-image] Mar 04 18:42:18.727 INFO O| Mar 04 18:42:18.727 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
95822026-03-04T18:42:40.957Z[ host-image] Mar 04 18:42:18.727 INFO O| Mar 04 18:42:18.727 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 ...
95832026-03-04T18:42:40.957Z[ host-image] Mar 04 18:42:18.727 INFO O| Mar 04 18:42:18.727 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
95842026-03-04T18:42:40.957Z[ host-image] Mar 04 18:42:18.727 INFO O| Mar 04 18:42:18.727 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
95852026-03-04T18:42:40.957Z[ host-image] Mar 04 18:42:18.727 INFO O| Mar 04 18:42:18.727 INFO ok!
95862026-03-04T18:42:40.957Z[ host-image] Mar 04 18:42:18.727 INFO O| Mar 04 18:42:18.727 INFO STEP 33 (ensure_file) COMPLETE
95872026-03-04T18:42:40.957Z[ host-image] Mar 04 18:42:18.727 INFO O| Mar 04 18:42:18.727 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95882026-03-04T18:42:40.957Z[ host-image] Mar 04 18:42:18.736 INFO O| Mar 04 18:42:18.736 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
95892026-03-04T18:42:40.957Z[ host-image] Mar 04 18:42:18.736 INFO O| Mar 04 18:42:18.736 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
95902026-03-04T18:42:40.957Z[ host-image] Mar 04 18:42:18.737 INFO O| Mar 04 18:42:18.736 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
95912026-03-04T18:42:40.957Z[ host-image] Mar 04 18:42:18.737 INFO O| Mar 04 18:42:18.736 INFO ok!
95922026-03-04T18:42:41.367Z[ host-image] Mar 04 18:42:18.737 INFO O| Mar 04 18:42:18.737 INFO STEP 34 (ensure_file) COMPLETE
95932026-03-04T18:42:41.367Z[ host-image] Mar 04 18:42:18.737 INFO O| Mar 04 18:42:18.737 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95942026-03-04T18:42:41.367Z[ host-image] Mar 04 18:42:18.746 INFO O| Mar 04 18:42:18.746 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
95952026-03-04T18:42:41.367Z[ host-image] Mar 04 18:42:18.746 INFO O| Mar 04 18:42:18.746 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
95962026-03-04T18:42:41.368Z[ host-image] Mar 04 18:42:18.746 INFO O| Mar 04 18:42:18.746 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
95972026-03-04T18:42:41.368Z[ host-image] Mar 04 18:42:18.747 INFO O| Mar 04 18:42:18.747 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
95982026-03-04T18:42:41.368Z[ host-image] Mar 04 18:42:18.747 INFO O| Mar 04 18:42:18.747 INFO ok!
95992026-03-04T18:42:41.368Z[ host-image] Mar 04 18:42:18.747 INFO O| Mar 04 18:42:18.747 INFO STEP 35 (ensure_file) COMPLETE
96002026-03-04T18:42:41.368Z[ host-image] Mar 04 18:42:18.747 INFO O| Mar 04 18:42:18.747 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96012026-03-04T18:42:41.368Z[ host-image] Mar 04 18:42:18.757 INFO O| Mar 04 18:42:18.757 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
96022026-03-04T18:42:41.368Z[ host-image] Mar 04 18:42:18.757 INFO O| Mar 04 18:42:18.757 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
96032026-03-04T18:42:41.368Z[ host-image] Mar 04 18:42:18.757 INFO O| Mar 04 18:42:18.757 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
96042026-03-04T18:42:41.368Z[ host-image] Mar 04 18:42:18.757 INFO O| Mar 04 18:42:18.757 INFO ok!
96052026-03-04T18:42:41.368Z[ host-image] Mar 04 18:42:18.757 INFO O| Mar 04 18:42:18.757 INFO STEP 36 (ensure_file) COMPLETE
96062026-03-04T18:42:41.368Z[ host-image] Mar 04 18:42:18.757 INFO O| Mar 04 18:42:18.757 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96072026-03-04T18:42:41.368Z[ host-image] Mar 04 18:42:18.767 INFO O| Mar 04 18:42:18.767 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
96082026-03-04T18:42:41.368Z[ recovery-image] Mar 04 18:42:23.941 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)
96092026-03-04T18:42:41.368Z[ host-image] Mar 04 18:42:18.767 INFO O| Mar 04 18:42:18.767 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
96102026-03-04T18:42:41.368Z[ recovery-image] Mar 04 18:42:28.205 INFO E| Compiling bitflags v1.3.2
96112026-03-04T18:42:41.369Z[ recovery-image] Mar 04 18:42:28.205 INFO E| Compiling adler2 v2.0.1
96122026-03-04T18:42:41.369Z[ host-image] Mar 04 18:42:18.767 INFO O| Mar 04 18:42:18.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
96132026-03-04T18:42:41.369Z[ host-image] Mar 04 18:42:18.767 INFO O| Mar 04 18:42:18.767 INFO ok!
96142026-03-04T18:42:41.369Z[ host-image] Mar 04 18:42:18.767 INFO O| Mar 04 18:42:18.767 INFO STEP 37 (ensure_file) COMPLETE
96152026-03-04T18:42:41.369Z[ host-image] Mar 04 18:42:18.767 INFO O| Mar 04 18:42:18.767 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96162026-03-04T18:42:41.369Z[ recovery-image] Mar 04 18:42:28.205 INFO E| Compiling bitflags v2.10.0
96172026-03-04T18:42:41.369Z[ recovery-image] Mar 04 18:42:28.205 INFO E| Compiling bit_field v0.10.3
96182026-03-04T18:42:41.369Z[ recovery-image] Mar 04 18:42:28.206 INFO E| Compiling log v0.4.29
96192026-03-04T18:42:41.369Z[ host-image] Mar 04 18:42:18.776 INFO O| Mar 04 18:42:18.776 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
96202026-03-04T18:42:41.369Z[ recovery-image] Mar 04 18:42:28.206 INFO E| Compiling scroll v0.13.0
96212026-03-04T18:42:41.369Z[ recovery-image] Mar 04 18:42:28.206 INFO E| Compiling plain v0.2.3
96222026-03-04T18:42:41.369Z[ host-image] Mar 04 18:42:18.777 INFO O| Mar 04 18:42:18.776 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
96232026-03-04T18:42:41.369Z[ recovery-image] Mar 04 18:42:28.316 INFO E| Compiling raw-cpuid v10.7.0
96242026-03-04T18:42:41.369Z[ host-image] Mar 04 18:42:18.777 INFO O| Mar 04 18:42:18.777 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96252026-03-04T18:42:41.370Z[ recovery-image] Mar 04 18:42:28.397 INFO E| Compiling miniz_oxide v0.9.0
96262026-03-04T18:42:41.370Z[ recovery-image] Mar 04 18:42:28.501 INFO E| Compiling cpio_reader v0.1.2
96272026-03-04T18:42:41.370Z[ host-image] Mar 04 18:42:18.777 INFO O| Mar 04 18:42:18.777 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96282026-03-04T18:42:41.370Z[ recovery-image] Mar 04 18:42:28.508 INFO E| Compiling static_assertions v1.1.0
96292026-03-04T18:42:41.370Z[ host-image] Mar 04 18:42:18.777 INFO O| Mar 04 18:42:18.777 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96302026-03-04T18:42:41.370Z[ host-image] Mar 04 18:42:18.777 INFO O| Mar 04 18:42:18.777 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96312026-03-04T18:42:41.370Z[ recovery-image] Mar 04 18:42:28.630 INFO E| Compiling bitstruct v0.1.1
96322026-03-04T18:42:41.370Z[ recovery-image] Mar 04 18:42:28.666 INFO E| Compiling goblin v0.10.4
96332026-03-04T18:42:41.370Z[ recovery-image] Mar 04 18:42:34.049 INFO E| Finished `release` profile [optimized] target(s) in 42.17s
96342026-03-04T18:42:41.371Z[ host-image] Mar 04 18:42:18.777 INFO O| Mar 04 18:42:18.777 INFO ok!
96352026-03-04T18:42:41.371Z[ recovery-image] Mar 04 18:42:34.069 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
96362026-03-04T18:42:41.371Z[ host-image] Mar 04 18:42:18.777 INFO O| Mar 04 18:42:18.777 INFO STEP 38 (ensure_file) COMPLETE
96372026-03-04T18:42:41.371Z[ recovery-image] Mar 04 18:42:34.136 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')"
96382026-03-04T18:42:41.371Z[ host-image] Mar 04 18:42:18.777 INFO O| Mar 04 18:42:18.777 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96392026-03-04T18:42:41.371Z[ recovery-image] Mar 04 18:42:34.136 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
96402026-03-04T18:42:41.371Z[ host-image] Mar 04 18:42:18.787 INFO O| Mar 04 18:42:18.787 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96412026-03-04T18:42:41.371Z[ recovery-image] Mar 04 18:42:34.136 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
96422026-03-04T18:42:41.371Z[ host-image] Mar 04 18:42:18.787 INFO O| Mar 04 18:42:18.787 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96432026-03-04T18:42:41.371Z[ recovery-image] Mar 04 18:42:34.136 INFO building ROM for cosmo
96442026-03-04T18:42:41.371Z[ recovery-image] Mar 04 18:42:34.136 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")
96452026-03-04T18:42:41.371Z[ recovery-image] Mar 04 18:42:34.455 INFO E| Downloading crates ...
96462026-03-04T18:42:41.371Z[ host-image] Mar 04 18:42:18.787 INFO O| Mar 04 18:42:18.787 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96472026-03-04T18:42:41.371Z[ host-image] Mar 04 18:42:18.787 INFO O| Mar 04 18:42:18.787 INFO STEP 39 (ensure_dir) COMPLETE
96482026-03-04T18:42:41.371Z[ recovery-image] Mar 04 18:42:34.600 INFO E| Downloaded anstream v0.6.18
96492026-03-04T18:42:41.371Z[ host-image] Mar 04 18:42:18.787 INFO O| Mar 04 18:42:18.787 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96502026-03-04T18:42:41.371Z[ recovery-image] Mar 04 18:42:34.617 INFO E| Downloaded serde_spanned v0.6.8
96512026-03-04T18:42:41.371Z[ recovery-image] Mar 04 18:42:34.618 INFO E| Downloaded anstyle v1.0.10
96522026-03-04T18:42:41.371Z[ host-image] Mar 04 18:42:18.798 INFO O| Mar 04 18:42:18.798 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
96532026-03-04T18:42:41.371Z[ recovery-image] Mar 04 18:42:34.620 INFO E| Downloaded os_pipe v1.2.1
96542026-03-04T18:42:41.371Z[ host-image] Mar 04 18:42:18.798 INFO O| Mar 04 18:42:18.798 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 ...
96552026-03-04T18:42:41.372Z[ recovery-image] Mar 04 18:42:34.621 INFO E| Downloaded toml_datetime v0.6.9
96562026-03-04T18:42:41.372Z[ host-image] Mar 04 18:42:18.798 INFO O| Mar 04 18:42:18.798 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
96572026-03-04T18:42:41.372Z[ recovery-image] Mar 04 18:42:34.622 INFO E| Downloaded is_terminal_polyfill v1.70.1
96582026-03-04T18:42:41.372Z[ host-image] Mar 04 18:42:18.798 INFO O| Mar 04 18:42:18.798 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
96592026-03-04T18:42:41.372Z[ recovery-image] Mar 04 18:42:34.623 INFO E| Downloaded duct v0.13.7
96602026-03-04T18:42:41.372Z[ recovery-image] Mar 04 18:42:34.625 INFO E| Downloaded colorchoice v1.0.3
96612026-03-04T18:42:41.372Z[ host-image] Mar 04 18:42:18.798 INFO O| Mar 04 18:42:18.798 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
96622026-03-04T18:42:41.372Z[ recovery-image] Mar 04 18:42:34.626 INFO E| Downloaded anstyle-query v1.1.2
96632026-03-04T18:42:41.372Z[ recovery-image] Mar 04 18:42:34.630 INFO E| Downloaded shared_child v1.0.1
96642026-03-04T18:42:41.372Z[ recovery-image] Mar 04 18:42:34.633 INFO E| Downloaded toml_write v0.1.1
96652026-03-04T18:42:41.372Z[ host-image] Mar 04 18:42:18.798 INFO O| Mar 04 18:42:18.798 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
96662026-03-04T18:42:41.372Z[ recovery-image] Mar 04 18:42:34.637 INFO E| Downloaded anstyle-parse v0.2.6
96672026-03-04T18:42:41.372Z[ host-image] Mar 04 18:42:18.798 INFO O| Mar 04 18:42:18.798 INFO ok!
96682026-03-04T18:42:41.372Z[ recovery-image] Mar 04 18:42:34.647 INFO E| Downloaded clap_derive v4.5.32
96692026-03-04T18:42:41.372Z[ recovery-image] Mar 04 18:42:34.653 INFO E| Downloaded clap v4.5.37
96702026-03-04T18:42:41.372Z[ host-image] Mar 04 18:42:18.798 INFO O| Mar 04 18:42:18.798 INFO STEP 40 (ensure_file) COMPLETE
96712026-03-04T18:42:41.372Z[ recovery-image] Mar 04 18:42:34.662 INFO E| Downloaded toml v0.8.22
96722026-03-04T18:42:41.372Z[ recovery-image] Mar 04 18:42:34.695 INFO E| Downloaded cc v1.2.20
96732026-03-04T18:42:41.372Z[ host-image] Mar 04 18:42:18.798 INFO O| Mar 04 18:42:18.798 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96742026-03-04T18:42:41.372Z[ host-image] Mar 04 18:42:18.810 INFO O| Mar 04 18:42:18.810 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
96752026-03-04T18:42:41.372Z[ host-image] Mar 04 18:42:18.810 INFO O| Mar 04 18:42:18.810 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 ...
96762026-03-04T18:42:41.372Z[ host-image] Mar 04 18:42:18.810 INFO O| Mar 04 18:42:18.810 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
96772026-03-04T18:42:41.372Z[ host-image] Mar 04 18:42:18.810 INFO O| Mar 04 18:42:18.810 INFO ok!
96782026-03-04T18:42:41.372Z[ host-image] Mar 04 18:42:18.810 INFO O| Mar 04 18:42:18.810 INFO STEP 41 (ensure_symlink) COMPLETE
96792026-03-04T18:42:41.372Z[ host-image] Mar 04 18:42:18.810 INFO O| Mar 04 18:42:18.810 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96802026-03-04T18:42:41.372Z[ host-image] Mar 04 18:42:18.823 INFO O| Mar 04 18:42:18.823 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
96812026-03-04T18:42:41.372Z[ host-image] Mar 04 18:42:18.823 INFO O| Mar 04 18:42:18.823 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
96822026-03-04T18:42:41.372Z[ host-image] Mar 04 18:42:18.823 INFO O| Mar 04 18:42:18.823 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
96832026-03-04T18:42:41.372Z[ host-image] Mar 04 18:42:18.823 INFO O| Mar 04 18:42:18.823 INFO ok!
96842026-03-04T18:42:41.372Z[ host-image] Mar 04 18:42:18.823 INFO O| Mar 04 18:42:18.823 INFO STEP 42 (ensure_symlink) COMPLETE
96852026-03-04T18:42:41.372Z[ host-image] Mar 04 18:42:18.823 INFO O| Mar 04 18:42:18.823 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96862026-03-04T18:42:41.372Z[ recovery-image] Mar 04 18:42:34.698 INFO E| Downloaded toml_edit v0.22.26
96872026-03-04T18:42:41.374Z[ recovery-image] Mar 04 18:42:34.730 INFO E| Downloaded winnow v0.7.7
96882026-03-04T18:42:41.374Z[ host-image] Mar 04 18:42:18.836 INFO O| Mar 04 18:42:18.836 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
96892026-03-04T18:42:41.374Z[ host-image] Mar 04 18:42:18.836 INFO O| Mar 04 18:42:18.836 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
96902026-03-04T18:42:41.374Z[ recovery-image] Mar 04 18:42:34.738 INFO E| Downloaded clap_builder v4.5.37
96912026-03-04T18:42:41.374Z[ recovery-image] Mar 04 18:42:34.771 INFO E| Compiling libc v0.2.172
96922026-03-04T18:42:41.530Z[ host-image] Mar 04 18:42:18.837 INFO O| Mar 04 18:42:18.837 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96932026-03-04T18:42:41.530Z[ recovery-image] Mar 04 18:42:34.771 INFO E| Compiling utf8parse v0.2.2
96942026-03-04T18:42:41.530Z[ host-image] Mar 04 18:42:18.837 INFO O| Mar 04 18:42:18.837 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96952026-03-04T18:42:41.530Z[ recovery-image] Mar 04 18:42:34.771 INFO E| Compiling anstyle-query v1.1.2
96962026-03-04T18:42:41.530Z[ recovery-image] Mar 04 18:42:34.771 INFO E| Compiling anstyle v1.0.10
96972026-03-04T18:42:41.530Z[ recovery-image] Mar 04 18:42:34.771 INFO E| Compiling equivalent v1.0.2
96982026-03-04T18:42:41.530Z[ recovery-image] Mar 04 18:42:34.772 INFO E| Compiling hashbrown v0.15.2
96992026-03-04T18:42:41.530Z[ host-image] Mar 04 18:42:18.837 INFO O| Mar 04 18:42:18.837 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
97002026-03-04T18:42:41.530Z[ host-image] Mar 04 18:42:18.837 INFO O| Mar 04 18:42:18.837 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
97012026-03-04T18:42:41.530Z[ recovery-image] Mar 04 18:42:34.806 INFO E| Compiling shlex v1.3.0
97022026-03-04T18:42:41.530Z[ host-image] Mar 04 18:42:18.837 INFO O| Mar 04 18:42:18.837 INFO ok!
97032026-03-04T18:42:41.530Z[ recovery-image] Mar 04 18:42:34.810 INFO E| Compiling syn v2.0.101
97042026-03-04T18:42:41.530Z[ host-image] Mar 04 18:42:18.837 INFO O| Mar 04 18:42:18.837 INFO STEP 43 (ensure_file) COMPLETE
97052026-03-04T18:42:41.530Z[ recovery-image] Mar 04 18:42:34.929 INFO E| Compiling anstyle-parse v0.2.6
97062026-03-04T18:42:41.530Z[ recovery-image] Mar 04 18:42:34.974 INFO E| Compiling colorchoice v1.0.3
97072026-03-04T18:42:41.530Z[ host-image] Mar 04 18:42:18.837 INFO O| Mar 04 18:42:18.837 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97082026-03-04T18:42:41.530Z[ host-image] Mar 04 18:42:18.852 INFO O| Mar 04 18:42:18.851 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
97092026-03-04T18:42:41.531Z[ recovery-image] Mar 04 18:42:35.005 INFO E| Compiling once_cell v1.21.3
97102026-03-04T18:42:41.531Z[ host-image] Mar 04 18:42:18.852 INFO O| Mar 04 18:42:18.852 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml ...
97112026-03-04T18:42:41.531Z[ recovery-image] Mar 04 18:42:35.168 INFO E| Compiling is_terminal_polyfill v1.70.1
97122026-03-04T18:42:41.531Z[ host-image] Mar 04 18:42:18.852 INFO O| Mar 04 18:42:18.852 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
97132026-03-04T18:42:41.531Z[ recovery-image] Mar 04 18:42:35.168 INFO E| Compiling cc v1.2.20
97142026-03-04T18:42:41.531Z[ recovery-image] Mar 04 18:42:35.268 INFO E| Compiling anstream v0.6.18
97152026-03-04T18:42:41.531Z[ host-image] Mar 04 18:42:18.852 INFO O| Mar 04 18:42:18.852 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
97162026-03-04T18:42:41.531Z[ recovery-image] Mar 04 18:42:35.289 INFO E| Compiling clap_lex v0.7.4
97172026-03-04T18:42:41.531Z[ host-image] Mar 04 18:42:18.852 INFO O| Mar 04 18:42:18.852 INFO ok!
97182026-03-04T18:42:41.531Z[ recovery-image] Mar 04 18:42:35.303 INFO E| Compiling toml_write v0.1.1
97192026-03-04T18:42:41.531Z[ host-image] Mar 04 18:42:18.852 INFO O| Mar 04 18:42:18.852 INFO STEP 44 (ensure_file) COMPLETE
97202026-03-04T18:42:41.531Z[ recovery-image] Mar 04 18:42:35.438 INFO E| Compiling strsim v0.11.1
97212026-03-04T18:42:41.531Z[ host-image] Mar 04 18:42:18.853 INFO O| Mar 04 18:42:18.852 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97222026-03-04T18:42:41.531Z[ host-image] Mar 04 18:42:18.866 INFO O| Mar 04 18:42:18.866 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
97232026-03-04T18:42:41.532Z[ host-image] Mar 04 18:42:18.866 INFO O| Mar 04 18:42:18.866 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
97242026-03-04T18:42:41.532Z[ host-image] Mar 04 18:42:18.866 INFO O| Mar 04 18:42:18.866 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
97252026-03-04T18:42:41.532Z[ host-image] Mar 04 18:42:18.866 INFO O| Mar 04 18:42:18.866 INFO ok!
97262026-03-04T18:42:41.532Z[ host-image] Mar 04 18:42:18.866 INFO O| Mar 04 18:42:18.866 INFO STEP 45 (ensure_file) COMPLETE
97272026-03-04T18:42:41.532Z[ recovery-image] Mar 04 18:42:35.680 INFO E| Compiling anyhow v1.0.98
97282026-03-04T18:42:41.532Z[ host-image] Mar 04 18:42:18.866 INFO O| Mar 04 18:42:18.866 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
97292026-03-04T18:42:41.532Z[ host-image] Mar 04 18:42:18.879 INFO O| Mar 04 18:42:18.879 INFO updating shadow file
97302026-03-04T18:42:41.532Z[ host-image] Mar 04 18:42:18.879 INFO O| Mar 04 18:42:18.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
97312026-03-04T18:42:41.532Z[ recovery-image] Mar 04 18:42:35.786 INFO E| Compiling winnow v0.7.7
97322026-03-04T18:42:41.532Z[ recovery-image] Mar 04 18:42:35.943 INFO E| Compiling indexmap v2.9.0
97332026-03-04T18:42:41.532Z[ recovery-image] Mar 04 18:42:36.037 INFO E| Compiling clap_builder v4.5.37
97342026-03-04T18:42:41.532Z[ recovery-image] Mar 04 18:42:36.348 INFO E| Compiling os_pipe v1.2.1
97352026-03-04T18:42:41.532Z[ recovery-image] Mar 04 18:42:36.363 INFO E| Compiling shared_child v1.0.1
97362026-03-04T18:42:41.532Z[ recovery-image] Mar 04 18:42:36.677 INFO E| Compiling duct v0.13.7
97372026-03-04T18:42:41.532Z[ recovery-image] Mar 04 18:42:37.819 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
97382026-03-04T18:42:41.532Z[ recovery-image] Mar 04 18:42:39.822 INFO E| Compiling serde_derive v1.0.219
97392026-03-04T18:42:41.532Z[ recovery-image] Mar 04 18:42:39.822 INFO E| Compiling clap_derive v4.5.32
97402026-03-04T18:42:41.532Z[ host-image] Mar 04 18:42:18.879 INFO O| Mar 04 18:42:18.879 INFO STEP 46 (shadow) COMPLETE
97412026-03-04T18:42:41.532Z[ host-image] Mar 04 18:42:18.879 INFO O| Mar 04 18:42:18.879 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
97422026-03-04T18:42:41.532Z[ host-image] Mar 04 18:42:18.893 INFO O| Mar 04 18:42:18.892 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
97432026-03-04T18:42:41.533Z[ host-image] Mar 04 18:42:18.893 INFO O| Mar 04 18:42:18.893 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
97442026-03-04T18:42:41.533Z[ host-image] Mar 04 18:42:18.893 INFO O| Mar 04 18:42:18.893 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
97452026-03-04T18:42:41.533Z[ host-image] Mar 04 18:42:18.893 INFO O| Mar 04 18:42:18.893 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
97462026-03-04T18:42:41.533Z[ host-image] Mar 04 18:42:18.893 INFO O| Mar 04 18:42:18.893 INFO ok!
97472026-03-04T18:42:41.533Z[ host-image] Mar 04 18:42:18.893 INFO O| Mar 04 18:42:18.893 INFO STEP 47 (ensure_file) COMPLETE
97482026-03-04T18:42:41.533Z[ host-image] Mar 04 18:42:18.893 INFO O| Mar 04 18:42:18.893 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97492026-03-04T18:42:41.533Z[ host-image] Mar 04 18:42:18.893 INFO O| Mar 04 18:42:18.893 INFO skip step because feature "mfg" is not enabled
97502026-03-04T18:42:41.533Z[ host-image] Mar 04 18:42:18.893 INFO O| Mar 04 18:42:18.893 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97512026-03-04T18:42:41.533Z[ host-image] Mar 04 18:42:18.893 INFO O| Mar 04 18:42:18.893 INFO skip step because feature "mfg" is not enabled
97522026-03-04T18:42:41.533Z[ host-image] Mar 04 18:42:18.893 INFO O| Mar 04 18:42:18.893 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97532026-03-04T18:42:41.533Z[ host-image] Mar 04 18:42:18.909 INFO O| Mar 04 18:42:18.909 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
97542026-03-04T18:42:41.533Z[ host-image] Mar 04 18:42:18.909 INFO O| Mar 04 18:42:18.909 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
97552026-03-04T18:42:41.533Z[ host-image] Mar 04 18:42:18.943 INFO O| Mar 04 18:42:18.943 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
97562026-03-04T18:42:41.533Z[ host-image] Mar 04 18:42:18.943 INFO O| Mar 04 18:42:18.943 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
97572026-03-04T18:42:41.533Z[ host-image] Mar 04 18:42:18.944 INFO O| Mar 04 18:42:18.943 INFO ok!
97582026-03-04T18:42:41.534Z[ host-image] Mar 04 18:42:18.944 INFO O| Mar 04 18:42:18.943 INFO STEP 50 (ensure_file) COMPLETE
97592026-03-04T18:42:41.534Z[ host-image] Mar 04 18:42:18.944 INFO O| Mar 04 18:42:18.943 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97602026-03-04T18:42:41.534Z[ host-image] Mar 04 18:42:18.944 INFO O| Mar 04 18:42:18.943 INFO skip step because feature "compliance" is not enabled
97612026-03-04T18:42:41.534Z[ host-image] Mar 04 18:42:18.944 INFO O| Mar 04 18:42:18.943 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97622026-03-04T18:42:41.534Z[ host-image] Mar 04 18:42:18.957 INFO O| Mar 04 18:42:18.956 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
97632026-03-04T18:42:41.534Z[ host-image] Mar 04 18:42:18.957 INFO O| Mar 04 18:42:18.956 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
97642026-03-04T18:42:41.534Z[ host-image] Mar 04 18:42:18.957 INFO O| Mar 04 18:42:18.957 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97652026-03-04T18:42:41.534Z[ host-image] Mar 04 18:42:18.957 INFO O| Mar 04 18:42:18.957 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97662026-03-04T18:42:41.534Z[ host-image] Mar 04 18:42:18.957 INFO O| Mar 04 18:42:18.957 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97672026-03-04T18:42:41.534Z[ host-image] Mar 04 18:42:18.957 INFO O| Mar 04 18:42:18.957 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97682026-03-04T18:42:41.534Z[ host-image] Mar 04 18:42:18.957 INFO O| Mar 04 18:42:18.957 INFO ok!
97692026-03-04T18:42:41.534Z[ host-image] Mar 04 18:42:18.957 INFO O| Mar 04 18:42:18.957 INFO STEP 52 (ensure_file) COMPLETE
97702026-03-04T18:42:41.534Z[ host-image] Mar 04 18:42:18.957 INFO O| Mar 04 18:42:18.957 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97712026-03-04T18:42:41.534Z[ host-image] Mar 04 18:42:18.969 INFO O| Mar 04 18:42:18.969 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
97722026-03-04T18:42:41.534Z[ host-image] Mar 04 18:42:18.969 INFO O| Mar 04 18:42:18.969 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 ...
97732026-03-04T18:42:41.534Z[ host-image] Mar 04 18:42:18.970 INFO O| Mar 04 18:42:18.970 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
97742026-03-04T18:42:41.534Z[ host-image] Mar 04 18:42:18.970 INFO O| Mar 04 18:42:18.970 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
97752026-03-04T18:42:41.534Z[ host-image] Mar 04 18:42:18.970 INFO O| Mar 04 18:42:18.970 INFO ok!
97762026-03-04T18:42:41.534Z[ host-image] Mar 04 18:42:18.970 INFO O| Mar 04 18:42:18.970 INFO STEP 53 (ensure_file) COMPLETE
97772026-03-04T18:42:41.534Z[ host-image] Mar 04 18:42:18.970 INFO O| Mar 04 18:42:18.970 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97782026-03-04T18:42:41.534Z[ host-image] Mar 04 18:42:18.980 INFO O| Mar 04 18:42:18.980 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
97792026-03-04T18:42:41.534Z[ host-image] Mar 04 18:42:18.980 INFO O| Mar 04 18:42:18.980 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 ...
97802026-03-04T18:42:41.534Z[ host-image] Mar 04 18:42:18.981 INFO O| Mar 04 18:42:18.981 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
97812026-03-04T18:42:41.534Z[ host-image] Mar 04 18:42:18.981 INFO O| Mar 04 18:42:18.981 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
97822026-03-04T18:42:41.534Z[ host-image] Mar 04 18:42:18.981 INFO O| Mar 04 18:42:18.981 INFO ok!
97832026-03-04T18:42:41.534Z[ host-image] Mar 04 18:42:18.981 INFO O| Mar 04 18:42:18.981 INFO STEP 54 (ensure_file) COMPLETE
97842026-03-04T18:42:41.534Z[ host-image] Mar 04 18:42:18.981 INFO O| Mar 04 18:42:18.981 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97852026-03-04T18:42:41.535Z[ host-image] Mar 04 18:42:18.991 INFO O| Mar 04 18:42:18.991 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
97862026-03-04T18:42:41.535Z[ host-image] Mar 04 18:42:18.991 INFO O| Mar 04 18:42:18.991 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 ...
97872026-03-04T18:42:41.535Z[ host-image] Mar 04 18:42:18.992 INFO O| Mar 04 18:42:18.991 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
97882026-03-04T18:42:41.535Z[ host-image] Mar 04 18:42:18.992 INFO O| Mar 04 18:42:18.992 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
97892026-03-04T18:42:41.535Z[ host-image] Mar 04 18:42:18.992 INFO O| Mar 04 18:42:18.992 INFO ok!
97902026-03-04T18:42:41.535Z[ host-image] Mar 04 18:42:18.992 INFO O| Mar 04 18:42:18.992 INFO STEP 55 (ensure_file) COMPLETE
97912026-03-04T18:42:41.535Z[ host-image] Mar 04 18:42:18.992 INFO O| Mar 04 18:42:18.992 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97922026-03-04T18:42:41.568Z[ host-image] Mar 04 18:42:19.001 INFO O| Mar 04 18:42:19.001 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
97932026-03-04T18:42:41.568Z[ host-image] Mar 04 18:42:19.001 INFO O| Mar 04 18:42:19.001 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 ...
97942026-03-04T18:42:41.568Z[ host-image] Mar 04 18:42:19.002 INFO O| Mar 04 18:42:19.002 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
97952026-03-04T18:42:41.568Z[ host-image] Mar 04 18:42:19.002 INFO O| Mar 04 18:42:19.002 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
97962026-03-04T18:42:41.568Z[ host-image] Mar 04 18:42:19.002 INFO O| Mar 04 18:42:19.002 INFO ok!
97972026-03-04T18:42:41.568Z[ host-image] Mar 04 18:42:19.002 INFO O| Mar 04 18:42:19.002 INFO STEP 56 (ensure_file) COMPLETE
97982026-03-04T18:42:41.568Z[ host-image] Mar 04 18:42:19.002 INFO O| Mar 04 18:42:19.002 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97992026-03-04T18:42:41.568Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.012 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
98002026-03-04T18:42:41.569Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.012 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 ...
98012026-03-04T18:42:41.569Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.012 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
98022026-03-04T18:42:41.569Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.013 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
98032026-03-04T18:42:41.569Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.013 INFO ok!
98042026-03-04T18:42:41.569Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.013 INFO STEP 57 (ensure_file) COMPLETE
98052026-03-04T18:42:41.569Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.013 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98062026-03-04T18:42:41.569Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.022 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
98072026-03-04T18:42:41.569Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.022 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 ...
98082026-03-04T18:42:41.569Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.022 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
98092026-03-04T18:42:41.569Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.022 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
98102026-03-04T18:42:41.569Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.022 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
98112026-03-04T18:42:41.569Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.022 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
98122026-03-04T18:42:41.569Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.022 INFO ok!
98132026-03-04T18:42:41.569Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.022 INFO STEP 58 (ensure_file) COMPLETE
98142026-03-04T18:42:41.569Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.022 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98152026-03-04T18:42:41.569Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.032 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
98162026-03-04T18:42:41.569Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.032 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 ...
98172026-03-04T18:42:41.569Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.033 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
98182026-03-04T18:42:41.569Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.033 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
98192026-03-04T18:42:41.569Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.033 INFO ok!
98202026-03-04T18:42:41.569Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.033 INFO STEP 59 (ensure_file) COMPLETE
98212026-03-04T18:42:41.569Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.033 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98222026-03-04T18:42:41.569Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.042 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
98232026-03-04T18:42:41.569Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.042 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
98242026-03-04T18:42:41.569Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.043 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
98252026-03-04T18:42:41.569Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.043 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
98262026-03-04T18:42:41.569Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.043 INFO ok!
98272026-03-04T18:42:41.569Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.043 INFO STEP 60 (ensure_file) COMPLETE
98282026-03-04T18:42:41.569Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.043 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98292026-03-04T18:42:41.569Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.053 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
98302026-03-04T18:42:41.569Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.053 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 ...
98312026-03-04T18:42:41.569Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.054 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
98322026-03-04T18:42:41.569Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.054 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
98332026-03-04T18:42:41.569Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.054 INFO ok!
98342026-03-04T18:42:41.569Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.054 INFO STEP 61 (ensure_file) COMPLETE
98352026-03-04T18:42:41.569Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.054 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98362026-03-04T18:42:41.569Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.064 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
98372026-03-04T18:42:41.569Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.064 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
98382026-03-04T18:42:41.570Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.065 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98392026-03-04T18:42:41.570Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.065 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98402026-03-04T18:42:41.570Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.065 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98412026-03-04T18:42:41.570Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.065 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98422026-03-04T18:42:41.570Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.065 INFO ok!
98432026-03-04T18:42:41.570Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.065 INFO STEP 62 (ensure_file) COMPLETE
98442026-03-04T18:42:41.570Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.065 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98452026-03-04T18:42:41.570Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.076 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
98462026-03-04T18:42:41.570Z[ host-image] Mar 04 18:42:39.787 INFO O| Mar 04 18:42:19.076 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 ...
98472026-03-04T18:42:41.570Z[ host-image] Mar 04 18:42:39.788 INFO O| Mar 04 18:42:19.077 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
98482026-03-04T18:42:41.570Z[ host-image] Mar 04 18:42:39.788 INFO O| Mar 04 18:42:19.077 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
98492026-03-04T18:42:41.570Z[ host-image] Mar 04 18:42:39.788 INFO O| Mar 04 18:42:19.077 INFO ok!
98502026-03-04T18:42:41.570Z[ host-image] Mar 04 18:42:39.788 INFO O| Mar 04 18:42:19.077 INFO STEP 63 (ensure_file) COMPLETE
98512026-03-04T18:42:41.570Z[ host-image] Mar 04 18:42:39.788 INFO O| Mar 04 18:42:19.077 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98522026-03-04T18:42:41.570Z[ host-image] Mar 04 18:42:39.788 INFO O| Mar 04 18:42:19.087 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
98532026-03-04T18:42:41.570Z[ host-image] Mar 04 18:42:39.788 INFO O| Mar 04 18:42:19.087 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 ...
98542026-03-04T18:42:41.570Z[ host-image] Mar 04 18:42:39.788 INFO O| Mar 04 18:42:19.088 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
98552026-03-04T18:42:41.571Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:19.088 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
98562026-03-04T18:42:41.571Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:19.088 INFO ok!
98572026-03-04T18:42:41.571Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:19.088 INFO STEP 64 (ensure_file) COMPLETE
98582026-03-04T18:42:41.571Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:19.088 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98592026-03-04T18:42:41.571Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:19.098 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
98602026-03-04T18:42:41.571Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:19.098 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 ...
98612026-03-04T18:42:41.571Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:19.098 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
98622026-03-04T18:42:41.571Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:19.098 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
98632026-03-04T18:42:41.571Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:19.098 INFO ok!
98642026-03-04T18:42:41.571Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:19.098 INFO STEP 65 (ensure_file) COMPLETE
98652026-03-04T18:42:41.571Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:19.099 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98662026-03-04T18:42:41.571Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:19.099 INFO skip step because feature "mbist" is not enabled
98672026-03-04T18:42:41.571Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:19.099 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98682026-03-04T18:42:41.571Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:19.108 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
98692026-03-04T18:42:41.571Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:19.108 INFO STEP 67 (ensure_dir) COMPLETE
98702026-03-04T18:42:41.571Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:19.108 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98712026-03-04T18:42:41.571Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:19.117 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
98722026-03-04T18:42:41.571Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:19.118 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
98732026-03-04T18:42:41.571Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:19.118 INFO STEP 68 (ensure_dir) COMPLETE
98742026-03-04T18:42:41.571Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:19.118 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98752026-03-04T18:42:41.571Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:19.127 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
98762026-03-04T18:42:41.571Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:19.128 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
98772026-03-04T18:42:41.571Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:19.128 INFO STEP 69 (ensure_dir) COMPLETE
98782026-03-04T18:42:41.571Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:19.128 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98792026-03-04T18:42:41.571Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:19.138 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
98802026-03-04T18:42:41.571Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:19.138 INFO copying /tmp/.tmph2t7CP/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
98812026-03-04T18:42:41.571Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:19.837 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
98822026-03-04T18:42:41.571Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:19.837 INFO ok!
98832026-03-04T18:42:41.571Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:19.837 INFO STEP 70 (ensure_file) COMPLETE
98842026-03-04T18:42:41.571Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:19.837 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98852026-03-04T18:42:41.571Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:19.849 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
98862026-03-04T18:42:41.572Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:19.849 INFO copying /tmp/.tmph2t7CP/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
98872026-03-04T18:42:41.572Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:21.042 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
98882026-03-04T18:42:41.572Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:21.042 INFO ok!
98892026-03-04T18:42:41.572Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:21.042 INFO STEP 71 (ensure_file) COMPLETE
98902026-03-04T18:42:41.572Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:21.042 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98912026-03-04T18:42:41.572Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:21.057 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
98922026-03-04T18:42:41.600Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:21.057 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
98932026-03-04T18:42:41.601Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:21.057 INFO STEP 72 (ensure_dir) COMPLETE
98942026-03-04T18:42:41.601Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:21.057 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98952026-03-04T18:42:41.601Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:21.072 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
98962026-03-04T18:42:41.601Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:21.072 INFO copying /tmp/.tmph2t7CP/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 ...
98972026-03-04T18:42:41.601Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:21.072 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
98982026-03-04T18:42:41.601Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:21.072 INFO ok!
98992026-03-04T18:42:41.601Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:21.072 INFO STEP 73 (ensure_file) COMPLETE
99002026-03-04T18:42:41.602Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:21.072 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99012026-03-04T18:42:41.602Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:21.088 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
99022026-03-04T18:42:41.602Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:21.088 INFO copying /tmp/.tmph2t7CP/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 ...
99032026-03-04T18:42:41.602Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:21.088 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
99042026-03-04T18:42:41.602Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:21.088 INFO ok!
99052026-03-04T18:42:41.602Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:21.088 INFO STEP 74 (ensure_file) COMPLETE
99062026-03-04T18:42:41.602Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:21.088 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99072026-03-04T18:42:41.602Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:21.104 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
99082026-03-04T18:42:41.603Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:21.105 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
99092026-03-04T18:42:41.603Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:21.105 INFO STEP 75 (ensure_dir) COMPLETE
99102026-03-04T18:42:41.603Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:21.105 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99112026-03-04T18:42:41.603Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:21.121 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
99122026-03-04T18:42:41.603Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:21.121 INFO copying /tmp/.tmph2t7CP/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 ...
99132026-03-04T18:42:41.604Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:21.121 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
99142026-03-04T18:42:41.604Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:21.121 INFO ok!
99152026-03-04T18:42:41.604Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:21.121 INFO STEP 76 (ensure_file) COMPLETE
99162026-03-04T18:42:41.604Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:21.121 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99172026-03-04T18:42:41.604Z[ host-image] Mar 04 18:42:39.925 INFO O| Mar 04 18:42:21.137 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
99182026-03-04T18:42:41.604Z[ host-image] Mar 04 18:42:39.931 INFO O| Mar 04 18:42:21.137 INFO copying /tmp/.tmph2t7CP/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 ...
99192026-03-04T18:42:41.604Z[ host-image] Mar 04 18:42:39.931 INFO O| Mar 04 18:42:21.138 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
99202026-03-04T18:42:41.604Z[ host-image] Mar 04 18:42:39.931 INFO O| Mar 04 18:42:21.138 INFO ok!
99212026-03-04T18:42:41.604Z[ host-image] Mar 04 18:42:39.931 INFO O| Mar 04 18:42:21.138 INFO STEP 77 (ensure_file) COMPLETE
99222026-03-04T18:42:41.604Z[ host-image] Mar 04 18:42:39.931 INFO O| Mar 04 18:42:21.138 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99232026-03-04T18:42:41.604Z[ host-image] Mar 04 18:42:39.931 INFO O| Mar 04 18:42:21.152 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
99242026-03-04T18:42:41.604Z[ host-image] Mar 04 18:42:39.931 INFO O| Mar 04 18:42:21.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
99252026-03-04T18:42:41.604Z[ host-image] Mar 04 18:42:39.931 INFO O| Mar 04 18:42:21.152 INFO STEP 78 (ensure_dir) COMPLETE
99262026-03-04T18:42:41.604Z[ host-image] Mar 04 18:42:39.931 INFO O| Mar 04 18:42:21.152 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99272026-03-04T18:42:41.604Z[ host-image] Mar 04 18:42:39.931 INFO O| Mar 04 18:42:21.166 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
99282026-03-04T18:42:41.604Z[ host-image] Mar 04 18:42:39.931 INFO O| Mar 04 18:42:21.166 INFO copying /tmp/.tmph2t7CP/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 ...
99292026-03-04T18:42:41.604Z[ host-image] Mar 04 18:42:39.931 INFO O| Mar 04 18:42:21.166 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
99302026-03-04T18:42:41.604Z[ host-image] Mar 04 18:42:39.931 INFO O| Mar 04 18:42:21.166 INFO ok!
99312026-03-04T18:42:41.604Z[ host-image] Mar 04 18:42:39.931 INFO O| Mar 04 18:42:21.166 INFO STEP 79 (ensure_file) COMPLETE
99322026-03-04T18:42:41.604Z[ host-image] Mar 04 18:42:39.931 INFO O| Mar 04 18:42:21.166 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99332026-03-04T18:42:41.604Z[ host-image] Mar 04 18:42:39.931 INFO O| Mar 04 18:42:21.181 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
99342026-03-04T18:42:41.604Z[ host-image] Mar 04 18:42:39.931 INFO O| Mar 04 18:42:21.181 INFO copying /tmp/.tmph2t7CP/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
99352026-03-04T18:42:41.604Z[ host-image] Mar 04 18:42:39.931 INFO O| Mar 04 18:42:21.182 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
99362026-03-04T18:42:41.604Z[ host-image] Mar 04 18:42:39.931 INFO O| Mar 04 18:42:21.182 INFO ok!
99372026-03-04T18:42:41.604Z[ host-image] Mar 04 18:42:39.931 INFO O| Mar 04 18:42:21.182 INFO STEP 80 (ensure_file) COMPLETE
99382026-03-04T18:42:41.605Z[ host-image] Mar 04 18:42:39.931 INFO O| Mar 04 18:42:21.182 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99392026-03-04T18:42:41.605Z[ host-image] Mar 04 18:42:39.931 INFO O| Mar 04 18:42:21.197 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
99402026-03-04T18:42:41.605Z[ host-image] Mar 04 18:42:39.931 INFO O| Mar 04 18:42:21.197 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
99412026-03-04T18:42:41.605Z[ host-image] Mar 04 18:42:39.931 INFO O| Mar 04 18:42:21.197 INFO STEP 81 (ensure_dir) COMPLETE
99422026-03-04T18:42:41.605Z[ host-image] Mar 04 18:42:39.931 INFO O| Mar 04 18:42:21.197 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99432026-03-04T18:42:41.605Z[ host-image] Mar 04 18:42:39.931 INFO O| Mar 04 18:42:21.211 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
99442026-03-04T18:42:41.605Z[ host-image] Mar 04 18:42:39.931 INFO O| Mar 04 18:42:21.211 INFO copying /tmp/.tmph2t7CP/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
99452026-03-04T18:42:41.605Z[ host-image] Mar 04 18:42:39.931 INFO O| Mar 04 18:42:22.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
99462026-03-04T18:42:41.605Z[ host-image] Mar 04 18:42:39.931 INFO O| Mar 04 18:42:22.709 INFO ok!
99472026-03-04T18:42:41.605Z[ host-image] Mar 04 18:42:39.931 INFO O| Mar 04 18:42:22.709 INFO STEP 82 (ensure_file) COMPLETE
99482026-03-04T18:42:41.605Z[ host-image] Mar 04 18:42:39.931 INFO O| Mar 04 18:42:22.709 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99492026-03-04T18:42:41.605Z[ host-image] Mar 04 18:42:39.931 INFO O| Mar 04 18:42:22.727 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
99502026-03-04T18:42:41.605Z[ host-image] Mar 04 18:42:39.931 INFO O| Mar 04 18:42:22.727 INFO copying /tmp/.tmph2t7CP/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
99512026-03-04T18:42:41.606Z[ host-image] Mar 04 18:42:39.931 INFO O| Mar 04 18:42:39.829 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
99522026-03-04T18:42:41.606Z[ host-image] Mar 04 18:42:39.931 INFO O| Mar 04 18:42:39.829 INFO ok!
99532026-03-04T18:42:41.606Z[ host-image] Mar 04 18:42:39.931 INFO O| Mar 04 18:42:39.829 INFO STEP 83 (ensure_file) COMPLETE
99542026-03-04T18:42:41.606Z[ host-image] Mar 04 18:42:39.931 INFO O| Mar 04 18:42:39.829 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99552026-03-04T18:42:41.606Z[ host-image] Mar 04 18:42:39.931 INFO O| Mar 04 18:42:39.841 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
99562026-03-04T18:42:41.606Z[ host-image] Mar 04 18:42:39.931 INFO O| Mar 04 18:42:39.841 INFO copying /tmp/.tmph2t7CP/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
99572026-03-04T18:42:44.066Z[ host-image] Mar 04 18:42:43.269 INFO O| Mar 04 18:42:43.269 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
99582026-03-04T18:42:44.067Z[ host-image] Mar 04 18:42:43.269 INFO O| Mar 04 18:42:43.269 INFO ok!
99592026-03-04T18:42:44.070Z[ host-image] Mar 04 18:42:43.269 INFO O| Mar 04 18:42:43.269 INFO STEP 84 (ensure_file) COMPLETE
99602026-03-04T18:42:44.070Z[ host-image] Mar 04 18:42:43.269 INFO O| Mar 04 18:42:43.269 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99612026-03-04T18:42:44.079Z[ host-image] Mar 04 18:42:43.284 INFO O| Mar 04 18:42:43.284 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
99622026-03-04T18:42:44.080Z[ host-image] Mar 04 18:42:43.284 INFO O| Mar 04 18:42:43.284 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
99632026-03-04T18:42:44.083Z[ host-image] Mar 04 18:42:43.284 INFO O| Mar 04 18:42:43.284 INFO STEP 85 (ensure_dir) COMPLETE
99642026-03-04T18:42:44.083Z[ host-image] Mar 04 18:42:43.284 INFO O| Mar 04 18:42:43.284 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99652026-03-04T18:42:44.090Z[ host-image] Mar 04 18:42:43.295 INFO O| Mar 04 18:42:43.295 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
99662026-03-04T18:42:44.090Z[ host-image] Mar 04 18:42:43.295 INFO O| Mar 04 18:42:43.295 INFO copying /tmp/.tmph2t7CP/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 ...
99672026-03-04T18:42:44.093Z[ host-image] Mar 04 18:42:43.295 INFO O| Mar 04 18:42:43.295 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
99682026-03-04T18:42:44.093Z[ host-image] Mar 04 18:42:43.295 INFO O| Mar 04 18:42:43.295 INFO ok!
99692026-03-04T18:42:44.093Z[ host-image] Mar 04 18:42:43.295 INFO O| Mar 04 18:42:43.295 INFO STEP 86 (ensure_file) COMPLETE
99702026-03-04T18:42:44.093Z[ host-image] Mar 04 18:42:43.295 INFO O| Mar 04 18:42:43.295 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99712026-03-04T18:42:44.104Z[ host-image] Mar 04 18:42:43.309 INFO O| Mar 04 18:42:43.309 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
99722026-03-04T18:42:44.107Z[ host-image] Mar 04 18:42:43.309 INFO O| Mar 04 18:42:43.309 INFO copying /tmp/.tmph2t7CP/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 ...
99732026-03-04T18:42:44.107Z[ host-image] Mar 04 18:42:43.309 INFO O| Mar 04 18:42:43.309 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
99742026-03-04T18:42:44.107Z[ host-image] Mar 04 18:42:43.309 INFO O| Mar 04 18:42:43.309 INFO ok!
99752026-03-04T18:42:44.107Z[ host-image] Mar 04 18:42:43.310 INFO O| Mar 04 18:42:43.309 INFO STEP 87 (ensure_file) COMPLETE
99762026-03-04T18:42:44.107Z[ host-image] Mar 04 18:42:43.310 INFO O| Mar 04 18:42:43.310 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99772026-03-04T18:42:44.115Z[ host-image] Mar 04 18:42:43.321 INFO O| Mar 04 18:42:43.320 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
99782026-03-04T18:42:44.119Z[ host-image] Mar 04 18:42:43.321 INFO O| Mar 04 18:42:43.321 INFO copying /tmp/.tmph2t7CP/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
99792026-03-04T18:42:44.119Z[ host-image] Mar 04 18:42:43.321 INFO O| Mar 04 18:42:43.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
99802026-03-04T18:42:44.119Z[ host-image] Mar 04 18:42:43.321 INFO O| Mar 04 18:42:43.321 INFO ok!
99812026-03-04T18:42:44.119Z[ host-image] Mar 04 18:42:43.321 INFO O| Mar 04 18:42:43.321 INFO STEP 88 (ensure_file) COMPLETE
99822026-03-04T18:42:44.119Z[ host-image] Mar 04 18:42:43.321 INFO O| Mar 04 18:42:43.321 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99832026-03-04T18:42:44.133Z[ host-image] Mar 04 18:42:43.331 INFO O| Mar 04 18:42:43.331 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
99842026-03-04T18:42:44.133Z[ host-image] Mar 04 18:42:43.332 INFO O| Mar 04 18:42:43.331 INFO copying /tmp/.tmph2t7CP/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
99852026-03-04T18:42:44.140Z[ host-image] Mar 04 18:42:43.332 INFO O| Mar 04 18:42:43.332 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
99862026-03-04T18:42:44.140Z[ host-image] Mar 04 18:42:43.332 INFO O| Mar 04 18:42:43.332 INFO ok!
99872026-03-04T18:42:44.140Z[ host-image] Mar 04 18:42:43.332 INFO O| Mar 04 18:42:43.332 INFO STEP 89 (ensure_file) COMPLETE
99882026-03-04T18:42:44.140Z[ host-image] Mar 04 18:42:43.332 INFO O| Mar 04 18:42:43.332 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99892026-03-04T18:42:44.144Z[ host-image] Mar 04 18:42:43.345 INFO O| Mar 04 18:42:43.345 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
99902026-03-04T18:42:44.144Z[ host-image] Mar 04 18:42:43.345 INFO O| Mar 04 18:42:43.345 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
99912026-03-04T18:42:44.145Z[ host-image] Mar 04 18:42:43.345 INFO O| Mar 04 18:42:43.345 INFO STEP 90 (ensure_dir) COMPLETE
99922026-03-04T18:42:44.145Z[ host-image] Mar 04 18:42:43.345 INFO O| Mar 04 18:42:43.345 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99932026-03-04T18:42:44.154Z[ host-image] Mar 04 18:42:43.359 INFO O| Mar 04 18:42:43.359 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
99942026-03-04T18:42:44.154Z[ host-image] Mar 04 18:42:43.359 INFO O| Mar 04 18:42:43.359 INFO copying /tmp/.tmph2t7CP/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
99952026-03-04T18:42:44.158Z[ host-image] Mar 04 18:42:43.363 INFO O| Mar 04 18:42:43.363 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
99962026-03-04T18:42:44.158Z[ host-image] Mar 04 18:42:43.363 INFO O| Mar 04 18:42:43.363 INFO ok!
99972026-03-04T18:42:44.163Z[ host-image] Mar 04 18:42:43.363 INFO O| Mar 04 18:42:43.363 INFO STEP 91 (ensure_file) COMPLETE
99982026-03-04T18:42:44.163Z[ host-image] Mar 04 18:42:43.363 INFO O| Mar 04 18:42:43.363 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99992026-03-04T18:42:44.174Z[ host-image] Mar 04 18:42:43.379 INFO O| Mar 04 18:42:43.379 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
100002026-03-04T18:42:44.174Z[ host-image] Mar 04 18:42:43.379 INFO O| Mar 04 18:42:43.379 INFO copying /tmp/.tmph2t7CP/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
100012026-03-04T18:42:44.179Z[ host-image] Mar 04 18:42:43.379 INFO O| Mar 04 18:42:43.379 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
100022026-03-04T18:42:44.179Z[ host-image] Mar 04 18:42:43.379 INFO O| Mar 04 18:42:43.379 INFO ok!
100032026-03-04T18:42:44.180Z[ host-image] Mar 04 18:42:43.379 INFO O| Mar 04 18:42:43.379 INFO STEP 92 (ensure_file) COMPLETE
100042026-03-04T18:42:44.180Z[ host-image] Mar 04 18:42:43.379 INFO O| Mar 04 18:42:43.379 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100052026-03-04T18:42:44.191Z[ host-image] Mar 04 18:42:43.397 INFO O| Mar 04 18:42:43.397 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
100062026-03-04T18:42:44.191Z[ host-image] Mar 04 18:42:43.397 INFO O| Mar 04 18:42:43.397 INFO copying /tmp/.tmph2t7CP/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
100072026-03-04T18:42:45.750Z[ recovery-image] Mar 04 18:42:44.955 INFO E| Compiling clap v4.5.37
100082026-03-04T18:42:45.761Z[ host-image] Mar 04 18:42:44.967 INFO O| Mar 04 18:42:44.966 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
100092026-03-04T18:42:45.761Z[ host-image] Mar 04 18:42:44.967 INFO O| Mar 04 18:42:44.967 INFO ok!
100102026-03-04T18:42:45.765Z[ host-image] Mar 04 18:42:44.967 INFO O| Mar 04 18:42:44.967 INFO STEP 93 (ensure_file) COMPLETE
100112026-03-04T18:42:45.765Z[ host-image] Mar 04 18:42:44.967 INFO O| Mar 04 18:42:44.967 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100122026-03-04T18:42:45.773Z[ host-image] Mar 04 18:42:44.979 INFO O| Mar 04 18:42:44.979 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
100132026-03-04T18:42:45.773Z[ host-image] Mar 04 18:42:44.979 INFO O| Mar 04 18:42:44.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
100142026-03-04T18:42:45.776Z[ host-image] Mar 04 18:42:44.979 INFO O| Mar 04 18:42:44.979 INFO STEP 94 (ensure_dir) COMPLETE
100152026-03-04T18:42:45.776Z[ host-image] Mar 04 18:42:44.979 INFO O| Mar 04 18:42:44.979 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100162026-03-04T18:42:45.786Z[ host-image] Mar 04 18:42:44.992 INFO O| Mar 04 18:42:44.991 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
100172026-03-04T18:42:45.786Z[ host-image] Mar 04 18:42:44.992 INFO O| Mar 04 18:42:44.992 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
100182026-03-04T18:42:45.789Z[ host-image] Mar 04 18:42:44.992 INFO O| Mar 04 18:42:44.992 INFO STEP 95 (ensure_dir) COMPLETE
100192026-03-04T18:42:45.789Z[ host-image] Mar 04 18:42:44.992 INFO O| Mar 04 18:42:44.992 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100202026-03-04T18:42:45.797Z[ host-image] Mar 04 18:42:45.002 INFO O| Mar 04 18:42:45.002 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
100212026-03-04T18:42:45.797Z[ host-image] Mar 04 18:42:45.002 INFO O| Mar 04 18:42:45.002 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
100222026-03-04T18:42:45.797Z[ host-image] Mar 04 18:42:45.002 INFO O| Mar 04 18:42:45.002 INFO STEP 96 (ensure_dir) COMPLETE
100232026-03-04T18:42:45.800Z[ host-image] Mar 04 18:42:45.002 INFO O| Mar 04 18:42:45.002 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100242026-03-04T18:42:45.809Z[ host-image] Mar 04 18:42:45.014 INFO O| Mar 04 18:42:45.014 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
100252026-03-04T18:42:45.809Z[ host-image] Mar 04 18:42:45.014 INFO O| Mar 04 18:42:45.014 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
100262026-03-04T18:42:45.809Z[ host-image] Mar 04 18:42:45.014 INFO O| Mar 04 18:42:45.014 INFO STEP 97 (ensure_dir) COMPLETE
100272026-03-04T18:42:45.812Z[ host-image] Mar 04 18:42:45.014 INFO O| Mar 04 18:42:45.014 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100282026-03-04T18:42:45.823Z[ host-image] Mar 04 18:42:45.026 INFO O| Mar 04 18:42:45.026 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
100292026-03-04T18:42:45.823Z[ host-image] Mar 04 18:42:45.026 INFO O| Mar 04 18:42:45.026 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
100302026-03-04T18:42:45.827Z[ host-image] Mar 04 18:42:45.026 INFO O| Mar 04 18:42:45.026 INFO STEP 98 (ensure_dir) COMPLETE
100312026-03-04T18:42:45.827Z[ host-image] Mar 04 18:42:45.026 INFO O| Mar 04 18:42:45.026 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100322026-03-04T18:42:45.835Z[ host-image] Mar 04 18:42:45.041 INFO O| Mar 04 18:42:45.041 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
100332026-03-04T18:42:45.835Z[ host-image] Mar 04 18:42:45.041 INFO O| Mar 04 18:42:45.041 INFO copying /tmp/.tmph2t7CP/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 ...
100342026-03-04T18:42:45.839Z[ host-image] Mar 04 18:42:45.041 INFO O| Mar 04 18:42:45.041 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
100352026-03-04T18:42:45.839Z[ host-image] Mar 04 18:42:45.041 INFO O| Mar 04 18:42:45.041 INFO ok!
100362026-03-04T18:42:45.839Z[ host-image] Mar 04 18:42:45.041 INFO O| Mar 04 18:42:45.041 INFO STEP 99 (ensure_file) COMPLETE
100372026-03-04T18:42:45.839Z[ host-image] Mar 04 18:42:45.041 INFO O| Mar 04 18:42:45.041 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100382026-03-04T18:42:45.850Z[ host-image] Mar 04 18:42:45.055 INFO O| Mar 04 18:42:45.055 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
100392026-03-04T18:42:45.855Z[ host-image] Mar 04 18:42:45.055 INFO O| Mar 04 18:42:45.055 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
100402026-03-04T18:42:45.855Z[ host-image] Mar 04 18:42:45.055 INFO O| Mar 04 18:42:45.055 INFO STEP 100 (ensure_dir) COMPLETE
100412026-03-04T18:42:45.855Z[ host-image] Mar 04 18:42:45.056 INFO O| Mar 04 18:42:45.055 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100422026-03-04T18:42:45.865Z[ host-image] Mar 04 18:42:45.070 INFO O| Mar 04 18:42:45.070 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
100432026-03-04T18:42:45.868Z[ host-image] Mar 04 18:42:45.071 INFO O| Mar 04 18:42:45.070 INFO copying /tmp/.tmph2t7CP/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
100442026-03-04T18:42:46.400Z[ host-image] Mar 04 18:42:45.605 INFO O| Mar 04 18:42:45.605 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
100452026-03-04T18:42:46.400Z[ host-image] Mar 04 18:42:45.605 INFO O| Mar 04 18:42:45.605 INFO ok!
100462026-03-04T18:42:46.403Z[ host-image] Mar 04 18:42:45.605 INFO O| Mar 04 18:42:45.605 INFO STEP 101 (ensure_file) COMPLETE
100472026-03-04T18:42:46.403Z[ host-image] Mar 04 18:42:45.605 INFO O| Mar 04 18:42:45.605 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100482026-03-04T18:42:46.417Z[ host-image] Mar 04 18:42:45.622 INFO O| Mar 04 18:42:45.622 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
100492026-03-04T18:42:46.417Z[ host-image] Mar 04 18:42:45.622 INFO O| Mar 04 18:42:45.622 INFO copying /tmp/.tmph2t7CP/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
100502026-03-04T18:42:46.420Z[ host-image] Mar 04 18:42:45.622 INFO O| Mar 04 18:42:45.622 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
100512026-03-04T18:42:46.420Z[ host-image] Mar 04 18:42:45.622 INFO O| Mar 04 18:42:45.622 INFO ok!
100522026-03-04T18:42:46.420Z[ host-image] Mar 04 18:42:45.622 INFO O| Mar 04 18:42:45.622 INFO STEP 102 (ensure_file) COMPLETE
100532026-03-04T18:42:46.420Z[ host-image] Mar 04 18:42:45.622 INFO O| Mar 04 18:42:45.622 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100542026-03-04T18:42:46.436Z[ host-image] Mar 04 18:42:45.641 INFO O| Mar 04 18:42:45.641 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
100552026-03-04T18:42:46.436Z[ host-image] Mar 04 18:42:45.641 INFO O| Mar 04 18:42:45.641 INFO copying /tmp/.tmph2t7CP/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
100562026-03-04T18:42:46.457Z[ host-image] Mar 04 18:42:45.662 INFO O| Mar 04 18:42:45.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
100572026-03-04T18:42:46.457Z[ host-image] Mar 04 18:42:45.662 INFO O| Mar 04 18:42:45.662 INFO ok!
100582026-03-04T18:42:46.460Z[ host-image] Mar 04 18:42:45.662 INFO O| Mar 04 18:42:45.662 INFO STEP 103 (ensure_file) COMPLETE
100592026-03-04T18:42:46.460Z[ host-image] Mar 04 18:42:45.662 INFO O| Mar 04 18:42:45.662 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100602026-03-04T18:42:46.473Z[ host-image] Mar 04 18:42:45.679 INFO O| Mar 04 18:42:45.678 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
100612026-03-04T18:42:46.473Z[ host-image] Mar 04 18:42:45.679 INFO O| Mar 04 18:42:45.679 INFO copying /tmp/.tmph2t7CP/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
100622026-03-04T18:42:46.473Z[ host-image] Mar 04 18:42:45.679 INFO O| Mar 04 18:42:45.679 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
100632026-03-04T18:42:46.478Z[ host-image] Mar 04 18:42:45.679 INFO O| Mar 04 18:42:45.679 INFO ok!
100642026-03-04T18:42:46.478Z[ host-image] Mar 04 18:42:45.679 INFO O| Mar 04 18:42:45.679 INFO STEP 104 (ensure_file) COMPLETE
100652026-03-04T18:42:46.478Z[ host-image] Mar 04 18:42:45.679 INFO O| Mar 04 18:42:45.679 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100662026-03-04T18:42:46.485Z[ host-image] Mar 04 18:42:45.690 INFO O| Mar 04 18:42:45.690 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
100672026-03-04T18:42:46.485Z[ host-image] Mar 04 18:42:45.690 INFO O| Mar 04 18:42:45.690 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
100682026-03-04T18:42:46.488Z[ host-image] Mar 04 18:42:45.690 INFO O| Mar 04 18:42:45.690 INFO STEP 105 (ensure_dir) COMPLETE
100692026-03-04T18:42:46.488Z[ host-image] Mar 04 18:42:45.690 INFO O| Mar 04 18:42:45.690 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100702026-03-04T18:42:46.497Z[ host-image] Mar 04 18:42:45.701 INFO O| Mar 04 18:42:45.701 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
100712026-03-04T18:42:46.500Z[ host-image] Mar 04 18:42:45.701 INFO O| Mar 04 18:42:45.701 INFO copying /tmp/.tmph2t7CP/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 ...
100722026-03-04T18:42:47.063Z[ host-image] Mar 04 18:42:46.268 INFO O| Mar 04 18:42:46.268 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
100732026-03-04T18:42:47.063Z[ host-image] Mar 04 18:42:46.268 INFO O| Mar 04 18:42:46.268 INFO ok!
100742026-03-04T18:42:47.068Z[ host-image] Mar 04 18:42:46.268 INFO O| Mar 04 18:42:46.268 INFO STEP 106 (ensure_file) COMPLETE
100752026-03-04T18:42:47.068Z[ host-image] Mar 04 18:42:46.268 INFO O| Mar 04 18:42:46.268 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100762026-03-04T18:42:47.075Z[ host-image] Mar 04 18:42:46.280 INFO O| Mar 04 18:42:46.280 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
100772026-03-04T18:42:47.075Z[ host-image] Mar 04 18:42:46.280 INFO O| Mar 04 18:42:46.280 INFO copying /tmp/.tmph2t7CP/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 ...
100782026-03-04T18:42:47.079Z[ host-image] Mar 04 18:42:46.280 INFO O| Mar 04 18:42:46.280 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
100792026-03-04T18:42:47.079Z[ host-image] Mar 04 18:42:46.280 INFO O| Mar 04 18:42:46.280 INFO ok!
100802026-03-04T18:42:47.079Z[ host-image] Mar 04 18:42:46.280 INFO O| Mar 04 18:42:46.280 INFO STEP 107 (ensure_file) COMPLETE
100812026-03-04T18:42:47.079Z[ host-image] Mar 04 18:42:46.280 INFO O| Mar 04 18:42:46.280 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100822026-03-04T18:42:47.085Z[ host-image] Mar 04 18:42:46.290 INFO O| Mar 04 18:42:46.290 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
100832026-03-04T18:42:47.085Z[ host-image] Mar 04 18:42:46.290 INFO O| Mar 04 18:42:46.290 INFO copying /tmp/.tmph2t7CP/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 ...
100842026-03-04T18:42:47.085Z[ host-image] Mar 04 18:42:46.291 INFO O| Mar 04 18:42:46.290 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
100852026-03-04T18:42:47.088Z[ host-image] Mar 04 18:42:46.291 INFO O| Mar 04 18:42:46.291 INFO ok!
100862026-03-04T18:42:47.088Z[ host-image] Mar 04 18:42:46.291 INFO O| Mar 04 18:42:46.291 INFO STEP 108 (ensure_file) COMPLETE
100872026-03-04T18:42:47.088Z[ host-image] Mar 04 18:42:46.291 INFO O| Mar 04 18:42:46.291 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100882026-03-04T18:42:47.095Z[ host-image] Mar 04 18:42:46.301 INFO O| Mar 04 18:42:46.301 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
100892026-03-04T18:42:47.098Z[ host-image] Mar 04 18:42:46.301 INFO O| Mar 04 18:42:46.301 INFO copying /tmp/.tmph2t7CP/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 ...
100902026-03-04T18:42:47.098Z[ host-image] Mar 04 18:42:46.301 INFO O| Mar 04 18:42:46.301 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
100912026-03-04T18:42:47.098Z[ host-image] Mar 04 18:42:46.301 INFO O| Mar 04 18:42:46.301 INFO ok!
100922026-03-04T18:42:47.098Z[ host-image] Mar 04 18:42:46.301 INFO O| Mar 04 18:42:46.301 INFO STEP 109 (ensure_file) COMPLETE
100932026-03-04T18:42:47.098Z[ host-image] Mar 04 18:42:46.301 INFO O| Mar 04 18:42:46.301 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100942026-03-04T18:42:47.106Z[ host-image] Mar 04 18:42:46.311 INFO O| Mar 04 18:42:46.311 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
100952026-03-04T18:42:47.106Z[ host-image] Mar 04 18:42:46.311 INFO O| Mar 04 18:42:46.311 INFO copying /tmp/.tmph2t7CP/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 ...
100962026-03-04T18:42:47.129Z[ host-image] Mar 04 18:42:46.311 INFO O| Mar 04 18:42:46.311 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
100972026-03-04T18:42:47.129Z[ host-image] Mar 04 18:42:46.312 INFO O| Mar 04 18:42:46.311 INFO ok!
100982026-03-04T18:42:47.129Z[ host-image] Mar 04 18:42:46.312 INFO O| Mar 04 18:42:46.311 INFO STEP 110 (ensure_file) COMPLETE
100992026-03-04T18:42:47.129Z[ host-image] Mar 04 18:42:46.312 INFO O| Mar 04 18:42:46.311 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101002026-03-04T18:42:47.135Z[ host-image] Mar 04 18:42:46.321 INFO O| Mar 04 18:42:46.321 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
101012026-03-04T18:42:47.135Z[ host-image] Mar 04 18:42:46.321 INFO O| Mar 04 18:42:46.321 INFO copying /tmp/.tmph2t7CP/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 ...
101022026-03-04T18:42:47.135Z[ host-image] Mar 04 18:42:46.321 INFO O| Mar 04 18:42:46.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
101032026-03-04T18:42:47.135Z[ host-image] Mar 04 18:42:46.321 INFO O| Mar 04 18:42:46.321 INFO ok!
101042026-03-04T18:42:47.135Z[ host-image] Mar 04 18:42:46.321 INFO O| Mar 04 18:42:46.321 INFO STEP 111 (ensure_file) COMPLETE
101052026-03-04T18:42:47.136Z[ host-image] Mar 04 18:42:46.321 INFO O| Mar 04 18:42:46.321 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101062026-03-04T18:42:47.136Z[ host-image] Mar 04 18:42:46.331 INFO O| Mar 04 18:42:46.331 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
101072026-03-04T18:42:47.136Z[ host-image] Mar 04 18:42:46.331 INFO O| Mar 04 18:42:46.331 INFO copying /tmp/.tmph2t7CP/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 ...
101082026-03-04T18:42:47.136Z[ host-image] Mar 04 18:42:46.331 INFO O| Mar 04 18:42:46.331 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
101092026-03-04T18:42:47.137Z[ host-image] Mar 04 18:42:46.331 INFO O| Mar 04 18:42:46.331 INFO ok!
101102026-03-04T18:42:47.137Z[ host-image] Mar 04 18:42:46.331 INFO O| Mar 04 18:42:46.331 INFO STEP 112 (ensure_file) COMPLETE
101112026-03-04T18:42:47.137Z[ host-image] Mar 04 18:42:46.331 INFO O| Mar 04 18:42:46.331 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101122026-03-04T18:42:47.140Z[ host-image] Mar 04 18:42:46.339 INFO O| Mar 04 18:42:46.339 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
101132026-03-04T18:42:47.140Z[ host-image] Mar 04 18:42:46.339 INFO O| Mar 04 18:42:46.339 INFO copying /tmp/.tmph2t7CP/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
101142026-03-04T18:42:47.140Z[ host-image] Mar 04 18:42:46.340 INFO O| Mar 04 18:42:46.340 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
101152026-03-04T18:42:47.140Z[ host-image] Mar 04 18:42:46.340 INFO O| Mar 04 18:42:46.340 INFO ok!
101162026-03-04T18:42:47.140Z[ host-image] Mar 04 18:42:46.340 INFO O| Mar 04 18:42:46.340 INFO STEP 113 (ensure_file) COMPLETE
101172026-03-04T18:42:47.140Z[ host-image] Mar 04 18:42:46.340 INFO O| Mar 04 18:42:46.340 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101182026-03-04T18:42:47.144Z[ host-image] Mar 04 18:42:46.349 INFO O| Mar 04 18:42:46.349 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
101192026-03-04T18:42:47.144Z[ host-image] Mar 04 18:42:46.349 INFO O| Mar 04 18:42:46.349 INFO copying /tmp/.tmph2t7CP/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 ...
101202026-03-04T18:42:47.144Z[ host-image] Mar 04 18:42:46.349 INFO O| Mar 04 18:42:46.349 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
101212026-03-04T18:42:47.144Z[ host-image] Mar 04 18:42:46.349 INFO O| Mar 04 18:42:46.349 INFO ok!
101222026-03-04T18:42:47.147Z[ host-image] Mar 04 18:42:46.349 INFO O| Mar 04 18:42:46.349 INFO STEP 114 (ensure_file) COMPLETE
101232026-03-04T18:42:47.148Z[ host-image] Mar 04 18:42:46.349 INFO O| Mar 04 18:42:46.349 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101242026-03-04T18:42:47.152Z[ host-image] Mar 04 18:42:46.358 INFO O| Mar 04 18:42:46.358 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
101252026-03-04T18:42:47.156Z[ host-image] Mar 04 18:42:46.358 INFO O| Mar 04 18:42:46.358 INFO copying /tmp/.tmph2t7CP/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 ...
101262026-03-04T18:42:47.156Z[ host-image] Mar 04 18:42:46.358 INFO O| Mar 04 18:42:46.358 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
101272026-03-04T18:42:47.156Z[ host-image] Mar 04 18:42:46.358 INFO O| Mar 04 18:42:46.358 INFO ok!
101282026-03-04T18:42:47.156Z[ host-image] Mar 04 18:42:46.358 INFO O| Mar 04 18:42:46.358 INFO STEP 115 (ensure_file) COMPLETE
101292026-03-04T18:42:47.156Z[ host-image] Mar 04 18:42:46.358 INFO O| Mar 04 18:42:46.358 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101302026-03-04T18:42:47.163Z[ host-image] Mar 04 18:42:46.369 INFO O| Mar 04 18:42:46.369 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
101312026-03-04T18:42:47.164Z[ host-image] Mar 04 18:42:46.369 INFO O| Mar 04 18:42:46.369 INFO copying /tmp/.tmph2t7CP/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 ...
101322026-03-04T18:42:47.167Z[ host-image] Mar 04 18:42:46.369 INFO O| Mar 04 18:42:46.369 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
101332026-03-04T18:42:47.167Z[ host-image] Mar 04 18:42:46.369 INFO O| Mar 04 18:42:46.369 INFO ok!
101342026-03-04T18:42:47.167Z[ host-image] Mar 04 18:42:46.369 INFO O| Mar 04 18:42:46.369 INFO STEP 116 (ensure_file) COMPLETE
101352026-03-04T18:42:47.167Z[ host-image] Mar 04 18:42:46.369 INFO O| Mar 04 18:42:46.369 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101362026-03-04T18:42:47.173Z[ host-image] Mar 04 18:42:46.379 INFO O| Mar 04 18:42:46.379 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
101372026-03-04T18:42:47.173Z[ host-image] Mar 04 18:42:46.379 INFO O| Mar 04 18:42:46.379 INFO copying /tmp/.tmph2t7CP/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
101382026-03-04T18:42:47.178Z[ host-image] Mar 04 18:42:46.379 INFO O| Mar 04 18:42:46.379 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
101392026-03-04T18:42:47.178Z[ host-image] Mar 04 18:42:46.379 INFO O| Mar 04 18:42:46.379 INFO ok!
101402026-03-04T18:42:47.178Z[ host-image] Mar 04 18:42:46.379 INFO O| Mar 04 18:42:46.379 INFO STEP 117 (ensure_file) COMPLETE
101412026-03-04T18:42:47.178Z[ host-image] Mar 04 18:42:46.379 INFO O| Mar 04 18:42:46.379 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101422026-03-04T18:42:47.183Z[ host-image] Mar 04 18:42:46.389 INFO O| Mar 04 18:42:46.389 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
101432026-03-04T18:42:47.186Z[ host-image] Mar 04 18:42:46.389 INFO O| Mar 04 18:42:46.389 INFO copying /tmp/.tmph2t7CP/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 ...
101442026-03-04T18:42:47.186Z[ host-image] Mar 04 18:42:46.389 INFO O| Mar 04 18:42:46.389 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
101452026-03-04T18:42:47.186Z[ host-image] Mar 04 18:42:46.389 INFO O| Mar 04 18:42:46.389 INFO ok!
101462026-03-04T18:42:47.186Z[ host-image] Mar 04 18:42:46.389 INFO O| Mar 04 18:42:46.389 INFO STEP 118 (ensure_file) COMPLETE
101472026-03-04T18:42:47.186Z[ host-image] Mar 04 18:42:46.389 INFO O| Mar 04 18:42:46.389 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101482026-03-04T18:42:47.194Z[ host-image] Mar 04 18:42:46.399 INFO O| Mar 04 18:42:46.399 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
101492026-03-04T18:42:47.194Z[ host-image] Mar 04 18:42:46.399 INFO O| Mar 04 18:42:46.399 INFO copying /tmp/.tmph2t7CP/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 ...
101502026-03-04T18:42:47.197Z[ host-image] Mar 04 18:42:46.400 INFO O| Mar 04 18:42:46.399 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
101512026-03-04T18:42:47.197Z[ host-image] Mar 04 18:42:46.400 INFO O| Mar 04 18:42:46.400 INFO ok!
101522026-03-04T18:42:47.197Z[ host-image] Mar 04 18:42:46.400 INFO O| Mar 04 18:42:46.400 INFO STEP 119 (ensure_file) COMPLETE
101532026-03-04T18:42:47.198Z[ host-image] Mar 04 18:42:46.400 INFO O| Mar 04 18:42:46.400 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101542026-03-04T18:42:47.207Z[ host-image] Mar 04 18:42:46.410 INFO O| Mar 04 18:42:46.410 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
101552026-03-04T18:42:47.207Z[ host-image] Mar 04 18:42:46.411 INFO O| Mar 04 18:42:46.410 INFO copying /tmp/.tmph2t7CP/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 ...
101562026-03-04T18:42:47.207Z[ host-image] Mar 04 18:42:46.411 INFO O| Mar 04 18:42:46.411 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
101572026-03-04T18:42:47.207Z[ host-image] Mar 04 18:42:46.411 INFO O| Mar 04 18:42:46.411 INFO ok!
101582026-03-04T18:42:47.210Z[ host-image] Mar 04 18:42:46.411 INFO O| Mar 04 18:42:46.411 INFO STEP 120 (ensure_file) COMPLETE
101592026-03-04T18:42:47.210Z[ host-image] Mar 04 18:42:46.411 INFO O| Mar 04 18:42:46.411 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101602026-03-04T18:42:47.216Z[ host-image] Mar 04 18:42:46.421 INFO O| Mar 04 18:42:46.421 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
101612026-03-04T18:42:47.216Z[ host-image] Mar 04 18:42:46.421 INFO O| Mar 04 18:42:46.421 INFO copying /tmp/.tmph2t7CP/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 ...
101622026-03-04T18:42:47.219Z[ host-image] Mar 04 18:42:46.421 INFO O| Mar 04 18:42:46.421 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
101632026-03-04T18:42:47.219Z[ host-image] Mar 04 18:42:46.421 INFO O| Mar 04 18:42:46.421 INFO ok!
101642026-03-04T18:42:47.219Z[ host-image] Mar 04 18:42:46.421 INFO O| Mar 04 18:42:46.421 INFO STEP 121 (ensure_file) COMPLETE
101652026-03-04T18:42:47.219Z[ host-image] Mar 04 18:42:46.421 INFO O| Mar 04 18:42:46.421 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101662026-03-04T18:42:47.227Z[ host-image] Mar 04 18:42:46.432 INFO O| Mar 04 18:42:46.432 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
101672026-03-04T18:42:47.230Z[ host-image] Mar 04 18:42:46.432 INFO O| Mar 04 18:42:46.432 INFO copying /tmp/.tmph2t7CP/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 ...
101682026-03-04T18:42:47.230Z[ host-image] Mar 04 18:42:46.432 INFO O| Mar 04 18:42:46.432 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
101692026-03-04T18:42:47.230Z[ host-image] Mar 04 18:42:46.432 INFO O| Mar 04 18:42:46.432 INFO ok!
101702026-03-04T18:42:47.230Z[ host-image] Mar 04 18:42:46.432 INFO O| Mar 04 18:42:46.432 INFO STEP 122 (ensure_file) COMPLETE
101712026-03-04T18:42:47.230Z[ host-image] Mar 04 18:42:46.432 INFO O| Mar 04 18:42:46.432 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101722026-03-04T18:42:47.238Z[ host-image] Mar 04 18:42:46.443 INFO O| Mar 04 18:42:46.443 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
101732026-03-04T18:42:47.238Z[ host-image] Mar 04 18:42:46.443 INFO O| Mar 04 18:42:46.443 INFO copying /tmp/.tmph2t7CP/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 ...
101742026-03-04T18:42:47.241Z[ host-image] Mar 04 18:42:46.443 INFO O| Mar 04 18:42:46.443 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
101752026-03-04T18:42:47.241Z[ host-image] Mar 04 18:42:46.443 INFO O| Mar 04 18:42:46.443 INFO ok!
101762026-03-04T18:42:47.241Z[ host-image] Mar 04 18:42:46.443 INFO O| Mar 04 18:42:46.443 INFO STEP 123 (ensure_file) COMPLETE
101772026-03-04T18:42:47.241Z[ host-image] Mar 04 18:42:46.443 INFO O| Mar 04 18:42:46.443 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101782026-03-04T18:42:47.251Z[ host-image] Mar 04 18:42:46.457 INFO O| Mar 04 18:42:46.457 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
101792026-03-04T18:42:47.251Z[ host-image] Mar 04 18:42:46.457 INFO O| Mar 04 18:42:46.457 INFO copying /tmp/.tmph2t7CP/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 ...
101802026-03-04T18:42:47.251Z[ host-image] Mar 04 18:42:46.457 INFO O| Mar 04 18:42:46.457 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
101812026-03-04T18:42:47.255Z[ host-image] Mar 04 18:42:46.457 INFO O| Mar 04 18:42:46.457 INFO ok!
101822026-03-04T18:42:47.255Z[ host-image] Mar 04 18:42:46.457 INFO O| Mar 04 18:42:46.457 INFO STEP 124 (ensure_file) COMPLETE
101832026-03-04T18:42:47.255Z[ host-image] Mar 04 18:42:46.457 INFO O| Mar 04 18:42:46.457 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101842026-03-04T18:42:47.263Z[ host-image] Mar 04 18:42:46.468 INFO O| Mar 04 18:42:46.468 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
101852026-03-04T18:42:47.266Z[ host-image] Mar 04 18:42:46.468 INFO O| Mar 04 18:42:46.468 INFO copying /tmp/.tmph2t7CP/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 ...
101862026-03-04T18:42:47.266Z[ host-image] Mar 04 18:42:46.468 INFO O| Mar 04 18:42:46.468 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
101872026-03-04T18:42:47.266Z[ host-image] Mar 04 18:42:46.468 INFO O| Mar 04 18:42:46.468 INFO ok!
101882026-03-04T18:42:47.267Z[ host-image] Mar 04 18:42:46.468 INFO O| Mar 04 18:42:46.468 INFO STEP 125 (ensure_file) COMPLETE
101892026-03-04T18:42:47.267Z[ host-image] Mar 04 18:42:46.468 INFO O| Mar 04 18:42:46.468 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101902026-03-04T18:42:47.273Z[ host-image] Mar 04 18:42:46.478 INFO O| Mar 04 18:42:46.478 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
101912026-03-04T18:42:47.276Z[ host-image] Mar 04 18:42:46.478 INFO O| Mar 04 18:42:46.478 INFO copying /tmp/.tmph2t7CP/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 ...
101922026-03-04T18:42:47.276Z[ host-image] Mar 04 18:42:46.478 INFO O| Mar 04 18:42:46.478 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
101932026-03-04T18:42:47.276Z[ host-image] Mar 04 18:42:46.478 INFO O| Mar 04 18:42:46.478 INFO ok!
101942026-03-04T18:42:47.276Z[ host-image] Mar 04 18:42:46.478 INFO O| Mar 04 18:42:46.478 INFO STEP 126 (ensure_file) COMPLETE
101952026-03-04T18:42:47.276Z[ host-image] Mar 04 18:42:46.478 INFO O| Mar 04 18:42:46.478 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101962026-03-04T18:42:47.285Z[ host-image] Mar 04 18:42:46.489 INFO O| Mar 04 18:42:46.489 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
101972026-03-04T18:42:47.288Z[ host-image] Mar 04 18:42:46.489 INFO O| Mar 04 18:42:46.489 INFO copying /tmp/.tmph2t7CP/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 ...
101982026-03-04T18:42:47.288Z[ host-image] Mar 04 18:42:46.489 INFO O| Mar 04 18:42:46.489 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
101992026-03-04T18:42:47.288Z[ host-image] Mar 04 18:42:46.489 INFO O| Mar 04 18:42:46.489 INFO ok!
102002026-03-04T18:42:47.288Z[ host-image] Mar 04 18:42:46.489 INFO O| Mar 04 18:42:46.489 INFO STEP 127 (ensure_file) COMPLETE
102012026-03-04T18:42:47.288Z[ host-image] Mar 04 18:42:46.489 INFO O| Mar 04 18:42:46.489 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102022026-03-04T18:42:47.294Z[ host-image] Mar 04 18:42:46.499 INFO O| Mar 04 18:42:46.499 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
102032026-03-04T18:42:47.298Z[ host-image] Mar 04 18:42:46.500 INFO O| Mar 04 18:42:46.499 INFO copying /tmp/.tmph2t7CP/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 ...
102042026-03-04T18:42:47.298Z[ host-image] Mar 04 18:42:46.500 INFO O| Mar 04 18:42:46.500 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
102052026-03-04T18:42:47.298Z[ host-image] Mar 04 18:42:46.500 INFO O| Mar 04 18:42:46.500 INFO ok!
102062026-03-04T18:42:47.298Z[ host-image] Mar 04 18:42:46.500 INFO O| Mar 04 18:42:46.500 INFO STEP 128 (ensure_file) COMPLETE
102072026-03-04T18:42:47.298Z[ host-image] Mar 04 18:42:46.500 INFO O| Mar 04 18:42:46.500 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102082026-03-04T18:42:47.304Z[ host-image] Mar 04 18:42:46.510 INFO O| Mar 04 18:42:46.510 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
102092026-03-04T18:42:47.305Z[ host-image] Mar 04 18:42:46.510 INFO O| Mar 04 18:42:46.510 INFO copying /tmp/.tmph2t7CP/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 ...
102102026-03-04T18:42:47.308Z[ host-image] Mar 04 18:42:46.510 INFO O| Mar 04 18:42:46.510 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
102112026-03-04T18:42:47.308Z[ host-image] Mar 04 18:42:46.510 INFO O| Mar 04 18:42:46.510 INFO ok!
102122026-03-04T18:42:47.308Z[ host-image] Mar 04 18:42:46.510 INFO O| Mar 04 18:42:46.510 INFO STEP 129 (ensure_file) COMPLETE
102132026-03-04T18:42:47.308Z[ host-image] Mar 04 18:42:46.510 INFO O| Mar 04 18:42:46.510 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102142026-03-04T18:42:47.314Z[ host-image] Mar 04 18:42:46.520 INFO O| Mar 04 18:42:46.519 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
102152026-03-04T18:42:47.314Z[ host-image] Mar 04 18:42:46.520 INFO O| Mar 04 18:42:46.519 INFO copying /tmp/.tmph2t7CP/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 ...
102162026-03-04T18:42:47.319Z[ host-image] Mar 04 18:42:46.520 INFO O| Mar 04 18:42:46.520 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
102172026-03-04T18:42:47.319Z[ host-image] Mar 04 18:42:46.520 INFO O| Mar 04 18:42:46.520 INFO ok!
102182026-03-04T18:42:47.319Z[ host-image] Mar 04 18:42:46.520 INFO O| Mar 04 18:42:46.520 INFO STEP 130 (ensure_file) COMPLETE
102192026-03-04T18:42:47.319Z[ host-image] Mar 04 18:42:46.520 INFO O| Mar 04 18:42:46.520 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102202026-03-04T18:42:47.325Z[ host-image] Mar 04 18:42:46.530 INFO O| Mar 04 18:42:46.530 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
102212026-03-04T18:42:47.325Z[ host-image] Mar 04 18:42:46.530 INFO O| Mar 04 18:42:46.530 INFO copying /tmp/.tmph2t7CP/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 ...
102222026-03-04T18:42:47.328Z[ host-image] Mar 04 18:42:46.530 INFO O| Mar 04 18:42:46.530 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
102232026-03-04T18:42:47.328Z[ host-image] Mar 04 18:42:46.530 INFO O| Mar 04 18:42:46.530 INFO ok!
102242026-03-04T18:42:47.328Z[ host-image] Mar 04 18:42:46.530 INFO O| Mar 04 18:42:46.530 INFO STEP 131 (ensure_file) COMPLETE
102252026-03-04T18:42:47.328Z[ host-image] Mar 04 18:42:46.530 INFO O| Mar 04 18:42:46.530 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102262026-03-04T18:42:47.335Z[ host-image] Mar 04 18:42:46.540 INFO O| Mar 04 18:42:46.540 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
102272026-03-04T18:42:47.335Z[ host-image] Mar 04 18:42:46.540 INFO O| Mar 04 18:42:46.540 INFO copying /tmp/.tmph2t7CP/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 ...
102282026-03-04T18:42:47.335Z[ host-image] Mar 04 18:42:46.540 INFO O| Mar 04 18:42:46.540 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
102292026-03-04T18:42:47.338Z[ host-image] Mar 04 18:42:46.540 INFO O| Mar 04 18:42:46.540 INFO ok!
102302026-03-04T18:42:47.339Z[ host-image] Mar 04 18:42:46.540 INFO O| Mar 04 18:42:46.540 INFO STEP 132 (ensure_file) COMPLETE
102312026-03-04T18:42:47.339Z[ host-image] Mar 04 18:42:46.540 INFO O| Mar 04 18:42:46.540 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102322026-03-04T18:42:47.345Z[ host-image] Mar 04 18:42:46.550 INFO O| Mar 04 18:42:46.550 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
102332026-03-04T18:42:47.345Z[ host-image] Mar 04 18:42:46.550 INFO O| Mar 04 18:42:46.550 INFO copying /tmp/.tmph2t7CP/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 ...
102342026-03-04T18:42:47.345Z[ host-image] Mar 04 18:42:46.551 INFO O| Mar 04 18:42:46.551 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
102352026-03-04T18:42:47.348Z[ host-image] Mar 04 18:42:46.551 INFO O| Mar 04 18:42:46.551 INFO ok!
102362026-03-04T18:42:47.348Z[ host-image] Mar 04 18:42:46.551 INFO O| Mar 04 18:42:46.551 INFO STEP 133 (ensure_file) COMPLETE
102372026-03-04T18:42:47.348Z[ host-image] Mar 04 18:42:46.551 INFO O| Mar 04 18:42:46.551 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102382026-03-04T18:42:47.355Z[ host-image] Mar 04 18:42:46.561 INFO O| Mar 04 18:42:46.560 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
102392026-03-04T18:42:47.355Z[ host-image] Mar 04 18:42:46.561 INFO O| Mar 04 18:42:46.560 INFO copying /tmp/.tmph2t7CP/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 ...
102402026-03-04T18:42:47.359Z[ host-image] Mar 04 18:42:46.561 INFO O| Mar 04 18:42:46.561 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
102412026-03-04T18:42:47.359Z[ host-image] Mar 04 18:42:46.561 INFO O| Mar 04 18:42:46.561 INFO ok!
102422026-03-04T18:42:47.359Z[ host-image] Mar 04 18:42:46.561 INFO O| Mar 04 18:42:46.561 INFO STEP 134 (ensure_file) COMPLETE
102432026-03-04T18:42:47.359Z[ host-image] Mar 04 18:42:46.561 INFO O| Mar 04 18:42:46.561 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102442026-03-04T18:42:47.365Z[ host-image] Mar 04 18:42:46.570 INFO O| Mar 04 18:42:46.570 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
102452026-03-04T18:42:47.365Z[ host-image] Mar 04 18:42:46.570 INFO O| Mar 04 18:42:46.570 INFO copying /tmp/.tmph2t7CP/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 ...
102462026-03-04T18:42:47.369Z[ host-image] Mar 04 18:42:46.571 INFO O| Mar 04 18:42:46.571 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
102472026-03-04T18:42:47.369Z[ host-image] Mar 04 18:42:46.571 INFO O| Mar 04 18:42:46.571 INFO ok!
102482026-03-04T18:42:47.369Z[ host-image] Mar 04 18:42:46.571 INFO O| Mar 04 18:42:46.571 INFO STEP 135 (ensure_file) COMPLETE
102492026-03-04T18:42:47.369Z[ host-image] Mar 04 18:42:46.571 INFO O| Mar 04 18:42:46.571 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102502026-03-04T18:42:47.375Z[ host-image] Mar 04 18:42:46.580 INFO O| Mar 04 18:42:46.580 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
102512026-03-04T18:42:47.375Z[ host-image] Mar 04 18:42:46.580 INFO O| Mar 04 18:42:46.580 INFO copying /tmp/.tmph2t7CP/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
102522026-03-04T18:42:47.378Z[ host-image] Mar 04 18:42:46.580 INFO O| Mar 04 18:42:46.580 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
102532026-03-04T18:42:47.378Z[ host-image] Mar 04 18:42:46.580 INFO O| Mar 04 18:42:46.580 INFO ok!
102542026-03-04T18:42:47.378Z[ host-image] Mar 04 18:42:46.580 INFO O| Mar 04 18:42:46.580 INFO STEP 136 (ensure_file) COMPLETE
102552026-03-04T18:42:47.378Z[ host-image] Mar 04 18:42:46.580 INFO O| Mar 04 18:42:46.580 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102562026-03-04T18:42:47.386Z[ host-image] Mar 04 18:42:46.591 INFO O| Mar 04 18:42:46.591 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
102572026-03-04T18:42:47.386Z[ host-image] Mar 04 18:42:46.592 INFO O| Mar 04 18:42:46.591 INFO copying /tmp/.tmph2t7CP/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 ...
102582026-03-04T18:42:47.386Z[ host-image] Mar 04 18:42:46.592 INFO O| Mar 04 18:42:46.592 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
102592026-03-04T18:42:47.390Z[ host-image] Mar 04 18:42:46.592 INFO O| Mar 04 18:42:46.592 INFO ok!
102602026-03-04T18:42:47.390Z[ host-image] Mar 04 18:42:46.592 INFO O| Mar 04 18:42:46.592 INFO STEP 137 (ensure_file) COMPLETE
102612026-03-04T18:42:47.390Z[ host-image] Mar 04 18:42:46.592 INFO O| Mar 04 18:42:46.592 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102622026-03-04T18:42:47.394Z[ recovery-image] Mar 04 18:42:46.598 INFO E| Compiling serde v1.0.219
102632026-03-04T18:42:47.397Z[ host-image] Mar 04 18:42:46.602 INFO O| Mar 04 18:42:46.602 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
102642026-03-04T18:42:47.397Z[ host-image] Mar 04 18:42:46.602 INFO O| Mar 04 18:42:46.602 INFO copying /tmp/.tmph2t7CP/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
102652026-03-04T18:42:47.397Z[ host-image] Mar 04 18:42:46.602 INFO O| Mar 04 18:42:46.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
102662026-03-04T18:42:47.397Z[ host-image] Mar 04 18:42:46.602 INFO O| Mar 04 18:42:46.602 INFO ok!
102672026-03-04T18:42:47.397Z[ host-image] Mar 04 18:42:46.602 INFO O| Mar 04 18:42:46.602 INFO STEP 138 (ensure_file) COMPLETE
102682026-03-04T18:42:47.397Z[ host-image] Mar 04 18:42:46.602 INFO O| Mar 04 18:42:46.602 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102692026-03-04T18:42:47.407Z[ host-image] Mar 04 18:42:46.612 INFO O| Mar 04 18:42:46.612 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
102702026-03-04T18:42:47.407Z[ host-image] Mar 04 18:42:46.612 INFO O| Mar 04 18:42:46.612 INFO copying /tmp/.tmph2t7CP/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
102712026-03-04T18:42:53.509Z[ recovery-image] Mar 04 18:42:52.713 INFO E| Compiling serde_spanned v0.6.8
102722026-03-04T18:42:53.509Z[ recovery-image] Mar 04 18:42:52.713 INFO E| Compiling toml_datetime v0.6.9
102732026-03-04T18:42:53.563Z[ host-image] Mar 04 18:42:52.767 INFO O| Mar 04 18:42:52.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
102742026-03-04T18:42:53.566Z[ host-image] Mar 04 18:42:52.767 INFO O| Mar 04 18:42:52.767 INFO ok!
102752026-03-04T18:42:53.566Z[ host-image] Mar 04 18:42:52.767 INFO O| Mar 04 18:42:52.767 INFO STEP 139 (ensure_file) COMPLETE
102762026-03-04T18:42:53.566Z[ host-image] Mar 04 18:42:52.767 INFO O| Mar 04 18:42:52.767 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102772026-03-04T18:42:53.575Z[ host-image] Mar 04 18:42:52.780 INFO O| Mar 04 18:42:52.780 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
102782026-03-04T18:42:53.575Z[ host-image] Mar 04 18:42:52.780 INFO O| Mar 04 18:42:52.780 INFO STEP 140 (ensure_dir) COMPLETE
102792026-03-04T18:42:53.575Z[ host-image] Mar 04 18:42:52.780 INFO O| Mar 04 18:42:52.780 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102802026-03-04T18:42:53.591Z[ host-image] Mar 04 18:42:52.796 INFO O| Mar 04 18:42:52.796 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
102812026-03-04T18:42:53.593Z[ host-image] Mar 04 18:42:52.796 INFO O| Mar 04 18:42:52.796 INFO STEP 141 (ensure_dir) COMPLETE
102822026-03-04T18:42:53.596Z[ host-image] Mar 04 18:42:52.796 INFO O| Mar 04 18:42:52.796 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102832026-03-04T18:42:53.607Z[ host-image] Mar 04 18:42:52.812 INFO O| Mar 04 18:42:52.812 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
102842026-03-04T18:42:53.607Z[ host-image] Mar 04 18:42:52.812 INFO O| Mar 04 18:42:52.812 INFO STEP 142 (ensure_dir) COMPLETE
102852026-03-04T18:42:53.607Z[ host-image] Mar 04 18:42:52.812 INFO O| Mar 04 18:42:52.812 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102862026-03-04T18:42:53.621Z[ host-image] Mar 04 18:42:52.825 INFO O| Mar 04 18:42:52.825 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
102872026-03-04T18:42:53.621Z[ host-image] Mar 04 18:42:52.825 INFO O| Mar 04 18:42:52.825 INFO STEP 143 (ensure_dir) COMPLETE
102882026-03-04T18:42:53.624Z[ host-image] Mar 04 18:42:52.825 INFO O| Mar 04 18:42:52.825 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102892026-03-04T18:42:53.635Z[ host-image] Mar 04 18:42:52.840 INFO O| Mar 04 18:42:52.840 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
102902026-03-04T18:42:53.635Z[ host-image] Mar 04 18:42:52.840 INFO O| Mar 04 18:42:52.840 INFO copying /tmp/.tmph2t7CP/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 ...
102912026-03-04T18:42:53.635Z[ host-image] Mar 04 18:42:52.840 INFO O| Mar 04 18:42:52.840 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
102922026-03-04T18:42:53.635Z[ host-image] Mar 04 18:42:52.840 INFO O| Mar 04 18:42:52.840 INFO ok!
102932026-03-04T18:42:53.635Z[ host-image] Mar 04 18:42:52.840 INFO O| Mar 04 18:42:52.840 INFO STEP 144 (ensure_file) COMPLETE
102942026-03-04T18:42:53.639Z[ host-image] Mar 04 18:42:52.840 INFO O| Mar 04 18:42:52.840 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102952026-03-04T18:42:53.649Z[ host-image] Mar 04 18:42:52.854 INFO O| Mar 04 18:42:52.854 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
102962026-03-04T18:42:53.649Z[ host-image] Mar 04 18:42:52.854 INFO O| Mar 04 18:42:52.854 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
102972026-03-04T18:42:53.653Z[ host-image] Mar 04 18:42:52.854 INFO O| Mar 04 18:42:52.854 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
102982026-03-04T18:42:53.653Z[ host-image] Mar 04 18:42:52.854 INFO O| Mar 04 18:42:52.854 INFO STEP 145 (ensure_dir) COMPLETE
102992026-03-04T18:42:53.653Z[ host-image] Mar 04 18:42:52.854 INFO O| Mar 04 18:42:52.854 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103002026-03-04T18:42:53.665Z[ host-image] Mar 04 18:42:52.870 INFO O| Mar 04 18:42:52.869 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
103012026-03-04T18:42:53.665Z[ host-image] Mar 04 18:42:52.870 INFO O| Mar 04 18:42:52.870 INFO copying /tmp/.tmph2t7CP/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
103022026-03-04T18:42:53.665Z[ host-image] Mar 04 18:42:52.870 INFO O| Mar 04 18:42:52.870 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
103032026-03-04T18:42:53.671Z[ host-image] Mar 04 18:42:52.870 INFO O| Mar 04 18:42:52.870 INFO ok!
103042026-03-04T18:42:53.671Z[ host-image] Mar 04 18:42:52.870 INFO O| Mar 04 18:42:52.870 INFO STEP 146 (ensure_file) COMPLETE
103052026-03-04T18:42:53.671Z[ host-image] Mar 04 18:42:52.870 INFO O| Mar 04 18:42:52.870 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103062026-03-04T18:42:53.680Z[ host-image] Mar 04 18:42:52.885 INFO O| Mar 04 18:42:52.884 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
103072026-03-04T18:42:53.683Z[ host-image] Mar 04 18:42:52.885 INFO O| Mar 04 18:42:52.885 INFO STEP 147 (remove_files) COMPLETE
103082026-03-04T18:42:53.683Z[ host-image] Mar 04 18:42:52.885 INFO O| Mar 04 18:42:52.885 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103092026-03-04T18:42:53.692Z[ host-image] Mar 04 18:42:52.896 INFO O| Mar 04 18:42:52.896 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
103102026-03-04T18:42:53.692Z[ host-image] Mar 04 18:42:52.896 INFO O| Mar 04 18:42:52.896 INFO STEP 148 (remove_files) COMPLETE
103112026-03-04T18:42:53.692Z[ host-image] Mar 04 18:42:52.896 INFO O| Mar 04 18:42:52.896 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103122026-03-04T18:42:53.705Z[ host-image] Mar 04 18:42:52.910 INFO O| Mar 04 18:42:52.910 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
103132026-03-04T18:42:53.705Z[ host-image] Mar 04 18:42:52.910 INFO O| Mar 04 18:42:52.910 INFO STEP 149 (remove_files) COMPLETE
103142026-03-04T18:42:53.705Z[ host-image] Mar 04 18:42:52.910 INFO O| Mar 04 18:42:52.910 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103152026-03-04T18:42:53.720Z[ host-image] Mar 04 18:42:52.925 INFO O| Mar 04 18:42:52.925 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
103162026-03-04T18:42:53.724Z[ host-image] Mar 04 18:42:52.925 INFO O| Mar 04 18:42:52.925 INFO STEP 150 (remove_files) COMPLETE
103172026-03-04T18:42:53.724Z[ host-image] Mar 04 18:42:52.925 INFO O| Mar 04 18:42:52.925 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103182026-03-04T18:42:53.732Z[ host-image] Mar 04 18:42:52.937 INFO O| Mar 04 18:42:52.937 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
103192026-03-04T18:42:53.732Z[ host-image] Mar 04 18:42:52.937 INFO O| Mar 04 18:42:52.937 INFO STEP 151 (remove_files) COMPLETE
103202026-03-04T18:42:53.735Z[ host-image] Mar 04 18:42:52.937 INFO O| Mar 04 18:42:52.937 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103212026-03-04T18:42:53.751Z[ host-image] Mar 04 18:42:52.956 INFO O| Mar 04 18:42:52.956 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
103222026-03-04T18:42:53.755Z[ host-image] Mar 04 18:42:52.956 INFO O| Mar 04 18:42:52.956 INFO STEP 152 (remove_files) COMPLETE
103232026-03-04T18:42:53.755Z[ host-image] Mar 04 18:42:52.956 INFO O| Mar 04 18:42:52.956 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103242026-03-04T18:42:53.766Z[ host-image] Mar 04 18:42:52.971 INFO O| Mar 04 18:42:52.971 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
103252026-03-04T18:42:53.766Z[ host-image] Mar 04 18:42:52.971 INFO O| Mar 04 18:42:52.971 INFO STEP 153 (remove_files) COMPLETE
103262026-03-04T18:42:53.766Z[ host-image] Mar 04 18:42:52.971 INFO O| Mar 04 18:42:52.971 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103272026-03-04T18:42:53.781Z[ host-image] Mar 04 18:42:52.985 INFO O| Mar 04 18:42:52.985 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
103282026-03-04T18:42:53.781Z[ host-image] Mar 04 18:42:52.986 INFO O| Mar 04 18:42:52.985 INFO STEP 154 (remove_files) COMPLETE
103292026-03-04T18:42:53.781Z[ host-image] Mar 04 18:42:52.986 INFO O| Mar 04 18:42:52.986 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103302026-03-04T18:42:53.795Z[ host-image] Mar 04 18:42:53.000 INFO O| Mar 04 18:42:52.999 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
103312026-03-04T18:42:53.795Z[ host-image] Mar 04 18:42:53.000 INFO O| Mar 04 18:42:53.000 INFO STEP 155 (remove_files) COMPLETE
103322026-03-04T18:42:53.795Z[ host-image] Mar 04 18:42:53.000 INFO O| Mar 04 18:42:53.000 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103332026-03-04T18:42:53.810Z[ host-image] Mar 04 18:42:53.015 INFO O| Mar 04 18:42:53.015 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
103342026-03-04T18:42:53.814Z[ host-image] Mar 04 18:42:53.015 INFO O| Mar 04 18:42:53.015 INFO STEP 156 (remove_files) COMPLETE
103352026-03-04T18:42:53.814Z[ host-image] Mar 04 18:42:53.015 INFO O| Mar 04 18:42:53.015 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103362026-03-04T18:42:53.817Z[ recovery-image] Mar 04 18:42:53.020 INFO E| Compiling toml_edit v0.22.26
103372026-03-04T18:42:53.822Z[ host-image] Mar 04 18:42:53.027 INFO O| Mar 04 18:42:53.027 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
103382026-03-04T18:42:53.822Z[ host-image] Mar 04 18:42:53.027 INFO O| Mar 04 18:42:53.027 INFO STEP 157 (remove_files) COMPLETE
103392026-03-04T18:42:53.825Z[ host-image] Mar 04 18:42:53.027 INFO O| Mar 04 18:42:53.027 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103402026-03-04T18:42:53.837Z[ host-image] Mar 04 18:42:53.042 INFO O| Mar 04 18:42:53.042 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
103412026-03-04T18:42:53.837Z[ host-image] Mar 04 18:42:53.042 INFO O| Mar 04 18:42:53.042 INFO STEP 158 (remove_files) COMPLETE
103422026-03-04T18:42:53.841Z[ host-image] Mar 04 18:42:53.042 INFO O| Mar 04 18:42:53.042 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103432026-03-04T18:42:53.850Z[ host-image] Mar 04 18:42:53.055 INFO O| Mar 04 18:42:53.055 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
103442026-03-04T18:42:53.850Z[ host-image] Mar 04 18:42:53.055 INFO O| Mar 04 18:42:53.055 INFO STEP 159 (remove_files) COMPLETE
103452026-03-04T18:42:53.853Z[ host-image] Mar 04 18:42:53.055 INFO O| Mar 04 18:42:53.055 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103462026-03-04T18:42:53.866Z[ host-image] Mar 04 18:42:53.071 INFO O| Mar 04 18:42:53.071 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
103472026-03-04T18:42:53.866Z[ host-image] Mar 04 18:42:53.071 INFO O| Mar 04 18:42:53.071 INFO STEP 160 (remove_files) COMPLETE
103482026-03-04T18:42:53.866Z[ host-image] Mar 04 18:42:53.071 INFO O| Mar 04 18:42:53.071 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103492026-03-04T18:42:53.878Z[ host-image] Mar 04 18:42:53.083 INFO O| Mar 04 18:42:53.083 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
103502026-03-04T18:42:53.878Z[ host-image] Mar 04 18:42:53.083 INFO O| Mar 04 18:42:53.083 INFO STEP 161 (remove_files) COMPLETE
103512026-03-04T18:42:53.881Z[ host-image] Mar 04 18:42:53.083 INFO O| Mar 04 18:42:53.083 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103522026-03-04T18:42:53.893Z[ host-image] Mar 04 18:42:53.098 INFO O| Mar 04 18:42:53.098 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
103532026-03-04T18:42:53.893Z[ host-image] Mar 04 18:42:53.098 INFO O| Mar 04 18:42:53.098 INFO STEP 162 (remove_files) COMPLETE
103542026-03-04T18:42:53.893Z[ host-image] Mar 04 18:42:53.098 INFO O| Mar 04 18:42:53.098 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103552026-03-04T18:42:53.907Z[ host-image] Mar 04 18:42:53.112 INFO O| Mar 04 18:42:53.112 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
103562026-03-04T18:42:53.907Z[ host-image] Mar 04 18:42:53.112 INFO O| Mar 04 18:42:53.112 INFO STEP 163 (remove_files) COMPLETE
103572026-03-04T18:42:53.911Z[ host-image] Mar 04 18:42:53.112 INFO O| Mar 04 18:42:53.112 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103582026-03-04T18:42:53.922Z[ host-image] Mar 04 18:42:53.126 INFO O| Mar 04 18:42:53.126 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
103592026-03-04T18:42:53.922Z[ host-image] Mar 04 18:42:53.126 INFO O| Mar 04 18:42:53.126 INFO STEP 164 (remove_files) COMPLETE
103602026-03-04T18:42:53.922Z[ host-image] Mar 04 18:42:53.126 INFO O| Mar 04 18:42:53.126 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103612026-03-04T18:42:53.933Z[ host-image] Mar 04 18:42:53.138 INFO O| Mar 04 18:42:53.138 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
103622026-03-04T18:42:53.933Z[ host-image] Mar 04 18:42:53.138 INFO O| Mar 04 18:42:53.138 INFO STEP 165 (remove_files) COMPLETE
103632026-03-04T18:42:53.933Z[ host-image] Mar 04 18:42:53.138 INFO O| Mar 04 18:42:53.138 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103642026-03-04T18:42:53.949Z[ host-image] Mar 04 18:42:53.153 INFO O| Mar 04 18:42:53.153 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
103652026-03-04T18:42:53.949Z[ host-image] Mar 04 18:42:53.153 INFO O| Mar 04 18:42:53.153 INFO STEP 166 (remove_files) COMPLETE
103662026-03-04T18:42:53.953Z[ host-image] Mar 04 18:42:53.153 INFO O| Mar 04 18:42:53.153 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103672026-03-04T18:42:53.962Z[ host-image] Mar 04 18:42:53.166 INFO O| Mar 04 18:42:53.166 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
103682026-03-04T18:42:53.962Z[ host-image] Mar 04 18:42:53.167 INFO O| Mar 04 18:42:53.167 INFO STEP 167 (remove_files) COMPLETE
103692026-03-04T18:42:53.962Z[ host-image] Mar 04 18:42:53.167 INFO O| Mar 04 18:42:53.167 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103702026-03-04T18:42:53.975Z[ host-image] Mar 04 18:42:53.180 INFO O| Mar 04 18:42:53.180 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
103712026-03-04T18:42:53.978Z[ host-image] Mar 04 18:42:53.180 INFO O| Mar 04 18:42:53.180 INFO STEP 168 (remove_files) COMPLETE
103722026-03-04T18:42:53.978Z[ host-image] Mar 04 18:42:53.180 INFO O| Mar 04 18:42:53.180 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103732026-03-04T18:42:53.986Z[ host-image] Mar 04 18:42:53.192 INFO O| Mar 04 18:42:53.191 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
103742026-03-04T18:42:53.987Z[ host-image] Mar 04 18:42:53.192 INFO O| Mar 04 18:42:53.192 INFO STEP 169 (remove_files) COMPLETE
103752026-03-04T18:42:53.990Z[ host-image] Mar 04 18:42:53.192 INFO O| Mar 04 18:42:53.192 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103762026-03-04T18:42:53.997Z[ host-image] Mar 04 18:42:53.202 INFO O| Mar 04 18:42:53.202 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
103772026-03-04T18:42:54.001Z[ host-image] Mar 04 18:42:53.202 INFO O| Mar 04 18:42:53.202 INFO STEP 170 (remove_files) COMPLETE
103782026-03-04T18:42:54.001Z[ host-image] Mar 04 18:42:53.202 INFO O| Mar 04 18:42:53.202 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103792026-03-04T18:42:54.009Z[ host-image] Mar 04 18:42:53.212 INFO O| Mar 04 18:42:53.212 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
103802026-03-04T18:42:54.009Z[ host-image] Mar 04 18:42:53.213 INFO O| Mar 04 18:42:53.212 INFO STEP 171 (remove_files) COMPLETE
103812026-03-04T18:42:54.009Z[ host-image] Mar 04 18:42:53.213 INFO O| Mar 04 18:42:53.213 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103822026-03-04T18:42:54.018Z[ host-image] Mar 04 18:42:53.223 INFO O| Mar 04 18:42:53.223 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
103832026-03-04T18:42:54.018Z[ host-image] Mar 04 18:42:53.223 INFO O| Mar 04 18:42:53.223 INFO STEP 172 (remove_files) COMPLETE
103842026-03-04T18:42:54.018Z[ host-image] Mar 04 18:42:53.223 INFO O| Mar 04 18:42:53.223 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103852026-03-04T18:42:54.028Z[ host-image] Mar 04 18:42:53.233 INFO O| Mar 04 18:42:53.233 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
103862026-03-04T18:42:54.028Z[ host-image] Mar 04 18:42:53.233 INFO O| Mar 04 18:42:53.233 INFO STEP 173 (remove_files) COMPLETE
103872026-03-04T18:42:54.031Z[ host-image] Mar 04 18:42:53.233 INFO O| Mar 04 18:42:53.233 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103882026-03-04T18:42:54.039Z[ host-image] Mar 04 18:42:53.244 INFO O| Mar 04 18:42:53.244 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
103892026-03-04T18:42:54.039Z[ host-image] Mar 04 18:42:53.244 INFO O| Mar 04 18:42:53.244 INFO STEP 174 (remove_files) COMPLETE
103902026-03-04T18:42:54.039Z[ host-image] Mar 04 18:42:53.244 INFO O| Mar 04 18:42:53.244 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103912026-03-04T18:42:54.049Z[ host-image] Mar 04 18:42:53.255 INFO O| Mar 04 18:42:53.254 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
103922026-03-04T18:42:54.049Z[ host-image] Mar 04 18:42:53.255 INFO O| Mar 04 18:42:53.255 INFO STEP 175 (remove_files) COMPLETE
103932026-03-04T18:42:54.050Z[ host-image] Mar 04 18:42:53.255 INFO O| Mar 04 18:42:53.255 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103942026-03-04T18:42:54.065Z[ host-image] Mar 04 18:42:53.270 INFO O| Mar 04 18:42:53.270 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
103952026-03-04T18:42:54.069Z[ host-image] Mar 04 18:42:53.270 INFO O| Mar 04 18:42:53.270 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
103962026-03-04T18:42:56.368Z[ recovery-image] Mar 04 18:42:55.573 INFO E| Compiling toml v0.8.22
103972026-03-04T18:43:00.105Z[ recovery-image] Mar 04 18:42:59.310 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.10s
103982026-03-04T18:43:00.123Z[ recovery-image] Mar 04 18:42:59.327 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`
103992026-03-04T18:43:00.136Z[ recovery-image] Mar 04 18:42:59.341 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
104002026-03-04T18:43:00.466Z[ recovery-image] Mar 04 18:42:59.670 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.32s
104012026-03-04T18:43:00.473Z[ recovery-image] Mar 04 18:42:59.678 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`
104022026-03-04T18:43:00.974Z[ recovery-image] Mar 04 18:43:00.178 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
104032026-03-04T18:43:00.974Z[ recovery-image] Mar 04 18:43:00.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
104042026-03-04T18:43:00.979Z[ recovery-image] Mar 04 18:43:00.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
104052026-03-04T18:43:00.979Z[ recovery-image] Mar 04 18:43:00.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
104062026-03-04T18:43:00.979Z[ recovery-image] Mar 04 18:43:00.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
104072026-03-04T18:43:00.979Z[ recovery-image] Mar 04 18:43:00.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
104082026-03-04T18:43:00.979Z[ recovery-image] Mar 04 18:43:00.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
104092026-03-04T18:43:00.979Z[ recovery-image] Mar 04 18:43:00.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
104102026-03-04T18:43:00.979Z[ recovery-image] Mar 04 18:43:00.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
104112026-03-04T18:43:00.980Z[ recovery-image] Mar 04 18:43:00.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
104122026-03-04T18:43:00.980Z[ recovery-image] Mar 04 18:43:00.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
104132026-03-04T18:43:00.980Z[ recovery-image] Mar 04 18:43:00.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
104142026-03-04T18:43:00.980Z[ recovery-image] Mar 04 18:43:00.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
104152026-03-04T18:43:00.980Z[ recovery-image] Mar 04 18:43:00.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
104162026-03-04T18:43:00.980Z[ recovery-image] Mar 04 18:43:00.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
104172026-03-04T18:43:00.980Z[ recovery-image] Mar 04 18:43:00.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
104182026-03-04T18:43:00.980Z[ recovery-image] Mar 04 18:43:00.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
104192026-03-04T18:43:00.980Z[ recovery-image] Mar 04 18:43:00.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
104202026-03-04T18:43:00.980Z[ recovery-image] Mar 04 18:43:00.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
104212026-03-04T18:43:00.980Z[ recovery-image] Mar 04 18:43:00.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
104222026-03-04T18:43:00.980Z[ recovery-image] Mar 04 18:43:00.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
104232026-03-04T18:43:00.980Z[ recovery-image] Mar 04 18:43:00.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
104242026-03-04T18:43:00.980Z[ recovery-image] Mar 04 18:43:00.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
104252026-03-04T18:43:00.980Z[ recovery-image] Mar 04 18:43:00.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
104262026-03-04T18:43:00.980Z[ recovery-image] Mar 04 18:43:00.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
104272026-03-04T18:43:00.980Z[ recovery-image] Mar 04 18:43:00.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
104282026-03-04T18:43:00.980Z[ recovery-image] Mar 04 18:43:00.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
104292026-03-04T18:43:00.980Z[ recovery-image] Mar 04 18:43:00.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
104302026-03-04T18:43:00.980Z[ recovery-image] Mar 04 18:43:00.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
104312026-03-04T18:43:00.980Z[ recovery-image] Mar 04 18:43:00.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
104322026-03-04T18:43:00.980Z[ recovery-image] Mar 04 18:43:00.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
104332026-03-04T18:43:00.980Z[ recovery-image] Mar 04 18:43:00.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
104342026-03-04T18:43:00.980Z[ recovery-image] Mar 04 18:43:00.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
104352026-03-04T18:43:00.980Z[ recovery-image] Mar 04 18:43:00.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
104362026-03-04T18:43:00.980Z[ recovery-image] Mar 04 18:43:00.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
104372026-03-04T18:43:00.980Z[ recovery-image] Mar 04 18:43:00.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
104382026-03-04T18:43:00.980Z[ recovery-image] Mar 04 18:43:00.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
104392026-03-04T18:43:00.980Z[ recovery-image] Mar 04 18:43:00.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
104402026-03-04T18:43:00.980Z[ recovery-image] Mar 04 18:43:00.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
104412026-03-04T18:43:00.980Z[ recovery-image] Mar 04 18:43:00.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
104422026-03-04T18:43:00.980Z[ recovery-image] Mar 04 18:43:00.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
104432026-03-04T18:43:00.980Z[ recovery-image] Mar 04 18:43:00.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
104442026-03-04T18:43:00.980Z[ recovery-image] Mar 04 18:43:00.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
104452026-03-04T18:43:00.980Z[ recovery-image] Mar 04 18:43:00.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
104462026-03-04T18:43:00.980Z[ recovery-image] Mar 04 18:43:00.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
104472026-03-04T18:43:00.980Z[ recovery-image] Mar 04 18:43:00.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
104482026-03-04T18:43:00.981Z[ recovery-image] Mar 04 18:43:00.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
104492026-03-04T18:43:00.981Z[ recovery-image] Mar 04 18:43:00.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
104502026-03-04T18:43:00.981Z[ recovery-image] Mar 04 18:43:00.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
104512026-03-04T18:43:00.981Z[ recovery-image] Mar 04 18:43:00.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
104522026-03-04T18:43:00.981Z[ recovery-image] Mar 04 18:43:00.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
104532026-03-04T18:43:00.982Z[ recovery-image] Mar 04 18:43:00.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
104542026-03-04T18:43:00.982Z[ recovery-image] Mar 04 18:43:00.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
104552026-03-04T18:43:00.982Z[ recovery-image] Mar 04 18:43:00.182 INFO O| Info: ABL version: 0x1007f011
104562026-03-04T18:43:00.982Z[ recovery-image] Mar 04 18:43:00.182 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
104572026-03-04T18:43:00.982Z[ recovery-image] Mar 04 18:43:00.182 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
104582026-03-04T18:43:00.985Z[ recovery-image] Mar 04 18:43:00.182 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
104592026-03-04T18:43:00.985Z[ recovery-image] Mar 04 18:43:00.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
104602026-03-04T18:43:00.986Z[ recovery-image] Mar 04 18:43:00.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
104612026-03-04T18:43:00.986Z[ recovery-image] Mar 04 18:43:00.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
104622026-03-04T18:43:00.986Z[ recovery-image] Mar 04 18:43:00.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
104632026-03-04T18:43:00.986Z[ recovery-image] Mar 04 18:43:00.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
104642026-03-04T18:43:00.986Z[ recovery-image] Mar 04 18:43:00.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
104652026-03-04T18:43:00.986Z[ recovery-image] Mar 04 18:43:00.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
104662026-03-04T18:43:00.986Z[ recovery-image] Mar 04 18:43:00.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
104672026-03-04T18:43:00.986Z[ recovery-image] Mar 04 18:43:00.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
104682026-03-04T18:43:00.986Z[ recovery-image] Mar 04 18:43:00.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
104692026-03-04T18:43:00.986Z[ recovery-image] Mar 04 18:43:00.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
104702026-03-04T18:43:00.986Z[ recovery-image] Mar 04 18:43:00.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
104712026-03-04T18:43:00.986Z[ recovery-image] Mar 04 18:43:00.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
104722026-03-04T18:43:00.986Z[ recovery-image] Mar 04 18:43:00.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
104732026-03-04T18:43:00.986Z[ recovery-image] Mar 04 18:43:00.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
104742026-03-04T18:43:00.986Z[ recovery-image] Mar 04 18:43:00.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
104752026-03-04T18:43:00.986Z[ recovery-image] Mar 04 18:43:00.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
104762026-03-04T18:43:00.987Z[ recovery-image] Mar 04 18:43:00.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
104772026-03-04T18:43:00.987Z[ recovery-image] Mar 04 18:43:00.183 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
104782026-03-04T18:43:01.021Z[ recovery-image] Mar 04 18:43:00.225 INFO building ROM for gimlet
104792026-03-04T18:43:01.021Z[ recovery-image] Mar 04 18:43:00.225 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")
104802026-03-04T18:43:01.176Z[ recovery-image] Mar 04 18:43:00.380 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
104812026-03-04T18:43:01.180Z[ recovery-image] Mar 04 18:43:00.385 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`
104822026-03-04T18:43:01.195Z[ recovery-image] Mar 04 18:43:00.399 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
104832026-03-04T18:43:01.290Z[ recovery-image] Mar 04 18:43:00.494 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
104842026-03-04T18:43:01.294Z[ recovery-image] Mar 04 18:43:00.499 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`
104852026-03-04T18:43:01.489Z[ recovery-image] Mar 04 18:43:00.693 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
104862026-03-04T18:43:01.489Z[ recovery-image] Mar 04 18:43:00.694 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
104872026-03-04T18:43:01.493Z[ recovery-image] Mar 04 18:43:00.694 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
104882026-03-04T18:43:01.493Z[ recovery-image] Mar 04 18:43:00.694 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
104892026-03-04T18:43:01.493Z[ recovery-image] Mar 04 18:43:00.694 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
104902026-03-04T18:43:01.493Z[ recovery-image] Mar 04 18:43:00.694 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
104912026-03-04T18:43:01.493Z[ recovery-image] Mar 04 18:43:00.694 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
104922026-03-04T18:43:01.493Z[ recovery-image] Mar 04 18:43:00.694 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
104932026-03-04T18:43:01.493Z[ recovery-image] Mar 04 18:43:00.694 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
104942026-03-04T18:43:01.493Z[ recovery-image] Mar 04 18:43:00.694 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
104952026-03-04T18:43:01.493Z[ recovery-image] Mar 04 18:43:00.694 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
104962026-03-04T18:43:01.493Z[ recovery-image] Mar 04 18:43:00.694 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
104972026-03-04T18:43:01.493Z[ recovery-image] Mar 04 18:43:00.694 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
104982026-03-04T18:43:01.494Z[ recovery-image] Mar 04 18:43:00.694 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
104992026-03-04T18:43:01.494Z[ recovery-image] Mar 04 18:43:00.694 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
105002026-03-04T18:43:01.494Z[ recovery-image] Mar 04 18:43:00.695 INFO O| Info: ABL version: 0x100f5010
105012026-03-04T18:43:01.494Z[ recovery-image] Mar 04 18:43:00.695 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
105022026-03-04T18:43:01.494Z[ recovery-image] Mar 04 18:43:00.695 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
105032026-03-04T18:43:01.494Z[ recovery-image] Mar 04 18:43:00.695 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
105042026-03-04T18:43:01.494Z[ recovery-image] Mar 04 18:43:00.695 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
105052026-03-04T18:43:01.494Z[ recovery-image] Mar 04 18:43:00.695 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
105062026-03-04T18:43:01.494Z[ recovery-image] Mar 04 18:43:00.695 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
105072026-03-04T18:43:01.494Z[ recovery-image] Mar 04 18:43:00.695 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
105082026-03-04T18:43:01.494Z[ recovery-image] Mar 04 18:43:00.695 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
105092026-03-04T18:43:01.494Z[ recovery-image] Mar 04 18:43:00.695 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
105102026-03-04T18:43:01.494Z[ recovery-image] Mar 04 18:43:00.695 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
105112026-03-04T18:43:01.494Z[ recovery-image] Mar 04 18:43:00.695 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
105122026-03-04T18:43:01.494Z[ recovery-image] Mar 04 18:43:00.695 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
105132026-03-04T18:43:01.494Z[ recovery-image] Mar 04 18:43:00.695 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
105142026-03-04T18:43:01.494Z[ recovery-image] Mar 04 18:43:00.695 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
105152026-03-04T18:43:01.494Z[ recovery-image] Mar 04 18:43:00.695 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
105162026-03-04T18:43:01.494Z[ recovery-image] Mar 04 18:43:00.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
105172026-03-04T18:43:01.494Z[ recovery-image] Mar 04 18:43:00.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
105182026-03-04T18:43:01.495Z[ recovery-image] Mar 04 18:43:00.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
105192026-03-04T18:43:01.495Z[ recovery-image] Mar 04 18:43:00.696 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
105202026-03-04T18:43:01.526Z[ recovery-image] Mar 04 18:43:00.731 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
105212026-03-04T18:43:02.146Z[ host-image] Mar 04 18:43:01.350 INFO O| Mar 04 18:43:01.350 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
105222026-03-04T18:43:02.146Z[ host-image] Mar 04 18:43:01.350 INFO O| Mar 04 18:43:01.350 INFO E| svccfg: Loaded 79 smf(7) service descriptions
105232026-03-04T18:43:02.161Z[ host-image] Mar 04 18:43:01.366 INFO O| Mar 04 18:43:01.366 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
105242026-03-04T18:43:02.312Z[ host-image] Mar 04 18:43:01.516 INFO O| Mar 04 18:43:01.516 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
105252026-03-04T18:43:02.393Z[ host-image] Mar 04 18:43:01.598 INFO O| Mar 04 18:43:01.598 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
105262026-03-04T18:43:02.489Z[ host-image] Mar 04 18:43:01.693 INFO O| Mar 04 18:43:01.693 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
105272026-03-04T18:43:02.489Z[ host-image] Mar 04 18:43:01.693 INFO O| Mar 04 18:43:01.693 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
105282026-03-04T18:43:02.492Z[ host-image] Mar 04 18:43:01.696 INFO O| Mar 04 18:43:01.696 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
105292026-03-04T18:43:02.492Z[ host-image] Mar 04 18:43:01.696 INFO O| Mar 04 18:43:01.696 INFO ok!
105302026-03-04T18:43:02.492Z[ host-image] Mar 04 18:43:01.696 INFO O| Mar 04 18:43:01.696 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
105312026-03-04T18:43:02.492Z[ host-image] Mar 04 18:43:01.696 INFO O| Mar 04 18:43:01.696 INFO STEP 176 (seed_smf) COMPLETE
105322026-03-04T18:43:02.492Z[ host-image] Mar 04 18:43:01.696 INFO O| Mar 04 18:43:01.696 INFO steps complete; finalising image!
105332026-03-04T18:43:02.492Z[ host-image] Mar 04 18:43:01.696 INFO O| Mar 04 18:43:01.696 INFO TRIM POOL: TEMPORARY-sled-zfs
105342026-03-04T18:43:02.638Z[ host-image] Mar 04 18:43:01.843 INFO O| Mar 04 18:43:01.843 INFO trim TEMPORARY-sled-zfs: (7% trimmed, started at Wed Mar 4 18:43:01 2026)
105352026-03-04T18:43:02.857Z[ host-image] Mar 04 18:43:02.061 INFO O| Mar 04 18:43:02.061 INFO temporary pool has 801M used, 95.2M avail, 1.80x compressratio
105362026-03-04T18:43:02.857Z[ host-image] Mar 04 18:43:02.062 INFO O| Mar 04 18:43:02.061 INFO EXPORT POOL: TEMPORARY-sled-zfs
105372026-03-04T18:43:03.139Z[ host-image] Mar 04 18:43:02.343 INFO O| Mar 04 18:43:02.343 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
105382026-03-04T18:43:03.139Z[ host-image] Mar 04 18:43:02.343 INFO O| Mar 04 18:43:02.343 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
105392026-03-04T18:43:04.259Z[ host-image] Mar 04 18:43:03.463 INFO O| Mar 04 18:43:03.463 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
105402026-03-04T18:43:04.259Z[ host-image] Mar 04 18:43:03.463 INFO O| Mar 04 18:43:03.463 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
105412026-03-04T18:43:04.263Z[ host-image] Mar 04 18:43:03.463 INFO O| Mar 04 18:43:03.463 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
105422026-03-04T18:43:04.263Z[ host-image] Mar 04 18:43:03.463 INFO O| Mar 04 18:43:03.463 INFO completed processing sled/zfs
105432026-03-04T18:43:04.263Z[ host-image] Mar 04 18:43:03.463 INFO O| Mar 04 18:43:03.463 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
105442026-03-04T18:43:04.852Z[ recovery-image] Mar 04 18:43:04.055 INFO image complete! materials are in "/work/os-recovery"
105452026-03-04T18:43:04.856Z[ recovery-image]
105462026-03-04T18:43:04.859Z[ recovery-image] real 34:03.339704437
105472026-03-04T18:43:04.859Z[ recovery-image] user 26:00.601734919
105482026-03-04T18:43:04.859Z[ recovery-image] sys 1:46.715269756
105492026-03-04T18:43:04.859Z[ recovery-image] trap 1.378051284
105502026-03-04T18:43:04.859Z[ recovery-image] tflt 1.165083384
105512026-03-04T18:43:04.859Z[ recovery-image] dflt 3.707058090
105522026-03-04T18:43:04.859Z[ recovery-image] kflt 0.014076681
105532026-03-04T18:43:04.859Z[ recovery-image] lock 53:20.624488866
105542026-03-04T18:43:04.859Z[ recovery-image] slp 3:20:20.862456518
105552026-03-04T18:43:04.860Z[ recovery-image] lat 7:07.074633979
105562026-03-04T18:43:04.860Z[ recovery-image] stop 8.785231260
105572026-03-04T18:43:04.860ZMar 04 18:43:04.062 INFO [recovery-image] process exited with exit status: 0 (2043.350238352s)
105582026-03-04T18:43:14.011Z[ host-image] Mar 04 18:43:13.214 INFO O| Mar 04 18:43:13.214 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
105592026-03-04T18:43:14.104Z[ host-image] Mar 04 18:43:13.308 INFO BUILD STRING "heads/stlouis-0-gd5693b8f88\n"
105602026-03-04T18:43:14.105Z[ host-image] Mar 04 18:43:13.308 INFO expanded image name: "ci 1f5d8cd/${os_short_commit} 2026-03-04 17:36" -> "ci 1f5d8cd/d5693b8 2026-03-04 17:36"
105612026-03-04T18:43:14.109Z[ host-image] Mar 04 18:43:13.308 INFO output artefacts stored in: "/work/os-host"
105622026-03-04T18:43:14.109Z[ host-image] Mar 04 18:43:13.308 INFO collecting git info from project "chelsio-t6-roms"...
105632026-03-04T18:43:14.112Z[ host-image] Mar 04 18:43:13.316 INFO collecting git info from project "pinprick"...
105642026-03-04T18:43:14.119Z[ host-image] Mar 04 18:43:13.322 INFO collecting git info from project "bootserver"...
105652026-03-04T18:43:14.125Z[ host-image] Mar 04 18:43:13.327 INFO collecting git info from project "dmar-report"...
105662026-03-04T18:43:14.129Z[ host-image] Mar 04 18:43:13.332 INFO collecting git info from project "phbl"...
105672026-03-04T18:43:14.133Z[ host-image] Mar 04 18:43:13.337 INFO collecting git info from project "pilot"...
105682026-03-04T18:43:14.139Z[ host-image] Mar 04 18:43:13.343 INFO collecting git info from project "image-builder"...
105692026-03-04T18:43:14.144Z[ host-image] Mar 04 18:43:13.348 INFO collecting git info from project "amd-host-image-builder"...
105702026-03-04T18:43:14.149Z[ host-image] Mar 04 18:43:13.354 INFO collecting git info from project "amd-firmware"...
105712026-03-04T18:43:14.164Z[ host-image] Mar 04 18:43:13.368 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
105722026-03-04T18:43:14.605Z[ host-image] Mar 04 18:43:13.809 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
105732026-03-04T18:43:15.009Z[ host-image] Mar 04 18:43:14.213 INFO creating Oxide boot image...
105742026-03-04T18:43:15.009Z[ host-image] Mar 04 18:43:14.213 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 1f5d8cd/d5693b8 2026-03-04 17:36", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
105752026-03-04T18:43:16.197Z[ host-image] Mar 04 18:43:15.401 INFO O| ok, image written!
105762026-03-04T18:43:16.197Z[ host-image] Mar 04 18:43:15.401 INFO O| ok, boot_image_csum file written!
105772026-03-04T18:43:16.201Z[ host-image] Mar 04 18:43:15.404 INFO creating boot archive (CPIO)...
105782026-03-04T18:43:16.201Z[ host-image] Mar 04 18:43:15.404 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
105792026-03-04T18:43:16.207Z[ host-image] Mar 04 18:43:15.411 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
105802026-03-04T18:43:16.207Z[ host-image] Mar 04 18:43:15.411 INFO E| + outfile=/work/os-host/cpio
105812026-03-04T18:43:16.207Z[ host-image] Mar 04 18:43:15.411 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
105822026-03-04T18:43:16.210Z[ host-image] Mar 04 18:43:15.413 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
105832026-03-04T18:43:16.210Z[ host-image] Mar 04 18:43:15.413 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
105842026-03-04T18:43:16.250Z[ host-image] Mar 04 18:43:15.454 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
105852026-03-04T18:43:16.250Z[ host-image] Mar 04 18:43:15.454 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
105862026-03-04T18:43:16.262Z[ host-image] Mar 04 18:43:15.463 INFO creating compressed cpio/unix for dev loaders...
105872026-03-04T18:43:16.262Z[ host-image] Mar 04 18:43:15.463 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
105882026-03-04T18:43:16.573Z[ host-image] Mar 04 18:43:15.775 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
105892026-03-04T18:43:23.306Z[ host-image] Mar 04 18:43:20.150 INFO creating reset image...
105902026-03-04T18:43:23.306Z[ host-image] Mar 04 18:43:20.151 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
105912026-03-04T18:43:25.844Z[ host-image] Mar 04 18:43:20.205 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')"
105922026-03-04T18:43:25.844Z[ host-image] Mar 04 18:43:20.205 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")
105932026-03-04T18:43:25.844Z[ host-image] Mar 04 18:43:20.310 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.04s
105942026-03-04T18:43:25.844Z[ host-image] Mar 04 18:43:20.312 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
105952026-03-04T18:43:25.844Z[ host-image] Mar 04 18:43:20.678 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)
105962026-03-04T18:43:25.844Z[ host-image] Mar 04 18:43:20.678 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)
105972026-03-04T18:43:25.844Z[ host-image] Mar 04 18:43:20.678 INFO E| Compiling proc-macro2 v1.0.106
105982026-03-04T18:43:25.844Z[ host-image] Mar 04 18:43:20.678 INFO E| Compiling quote v1.0.44
105992026-03-04T18:43:25.844Z[ host-image] Mar 04 18:43:20.678 INFO E| Compiling unicode-ident v1.0.23
106002026-03-04T18:43:25.844Z[ host-image] Mar 04 18:43:20.678 INFO E| Compiling syn v1.0.109
106012026-03-04T18:43:25.844Z[ host-image] Mar 04 18:43:20.678 INFO E| Compiling x86 v0.52.0
106022026-03-04T18:43:25.844Z[ host-image] Mar 04 18:43:20.678 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
106032026-03-04T18:43:25.844Z[ host-image] Mar 04 18:43:20.897 INFO E| Compiling seq-macro v0.3.6
106042026-03-04T18:43:26.038Z[ host-image] Mar 04 18:43:22.420 INFO E| Compiling syn v2.0.114
106052026-03-04T18:43:26.554Z[ host-image] Mar 04 18:43:25.233 INFO E| Compiling scroll_derive v0.13.1
106062026-03-04T18:43:28.318Z[ host-image] Mar 04 18:43:27.521 INFO E| Compiling bitstruct_derive v0.1.0
106072026-03-04T18:43:46.439Z[ host-image] Mar 04 18:43:45.642 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)
106082026-03-04T18:43:50.637Z[ host-image] Mar 04 18:43:49.838 INFO E| Compiling bitflags v1.3.2
106092026-03-04T18:43:50.637Z[ host-image] Mar 04 18:43:49.838 INFO E| Compiling bit_field v0.10.3
106102026-03-04T18:43:50.641Z[ host-image] Mar 04 18:43:49.838 INFO E| Compiling scroll v0.13.0
106112026-03-04T18:43:50.641Z[ host-image] Mar 04 18:43:49.838 INFO E| Compiling adler2 v2.0.1
106122026-03-04T18:43:50.641Z[ host-image] Mar 04 18:43:49.838 INFO E| Compiling log v0.4.29
106132026-03-04T18:43:50.641Z[ host-image] Mar 04 18:43:49.838 INFO E| Compiling bitflags v2.10.0
106142026-03-04T18:43:50.642Z[ host-image] Mar 04 18:43:49.838 INFO E| Compiling plain v0.2.3
106152026-03-04T18:43:50.744Z[ host-image] Mar 04 18:43:49.945 INFO E| Compiling raw-cpuid v10.7.0
106162026-03-04T18:43:50.824Z[ host-image] Mar 04 18:43:50.026 INFO E| Compiling miniz_oxide v0.9.0
106172026-03-04T18:43:50.904Z[ host-image] Mar 04 18:43:50.105 INFO E| Compiling bitstruct v0.1.1
106182026-03-04T18:43:50.924Z[ host-image] Mar 04 18:43:50.125 INFO E| Compiling static_assertions v1.1.0
106192026-03-04T18:43:51.044Z[ host-image] Mar 04 18:43:50.245 INFO E| Compiling cpio_reader v0.1.2
106202026-03-04T18:43:51.180Z[ host-image] Mar 04 18:43:50.381 INFO E| Compiling goblin v0.10.4
106212026-03-04T18:43:56.898Z[ host-image] Mar 04 18:43:56.099 INFO E| Finished `release` profile [optimized] target(s) in 35.77s
106222026-03-04T18:43:56.914Z[ host-image] Mar 04 18:43:56.115 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
106232026-03-04T18:43:56.981Z[ host-image] Mar 04 18:43:56.182 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')"
106242026-03-04T18:43:56.985Z[ host-image] Mar 04 18:43:56.182 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
106252026-03-04T18:43:56.985Z[ host-image] Mar 04 18:43:56.182 INFO building ROM for gimlet
106262026-03-04T18:43:56.985Z[ host-image] Mar 04 18:43:56.182 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")
106272026-03-04T18:43:57.133Z[ host-image] Mar 04 18:43:56.334 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
106282026-03-04T18:43:57.136Z[ host-image] Mar 04 18:43:56.338 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`
106292026-03-04T18:43:57.149Z[ host-image] Mar 04 18:43:56.350 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
106302026-03-04T18:43:57.245Z[ host-image] Mar 04 18:43:56.446 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
106312026-03-04T18:43:57.249Z[ host-image] Mar 04 18:43:56.450 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`
106322026-03-04T18:43:57.441Z[ host-image] Mar 04 18:43:56.642 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
106332026-03-04T18:43:57.441Z[ host-image] Mar 04 18:43:56.642 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
106342026-03-04T18:43:57.445Z[ host-image] Mar 04 18:43:56.642 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
106352026-03-04T18:43:57.445Z[ host-image] Mar 04 18:43:56.642 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
106362026-03-04T18:43:57.445Z[ host-image] Mar 04 18:43:56.642 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
106372026-03-04T18:43:57.445Z[ host-image] Mar 04 18:43:56.642 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
106382026-03-04T18:43:57.445Z[ host-image] Mar 04 18:43:56.642 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
106392026-03-04T18:43:57.445Z[ host-image] Mar 04 18:43:56.642 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
106402026-03-04T18:43:57.445Z[ host-image] Mar 04 18:43:56.642 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
106412026-03-04T18:43:57.445Z[ host-image] Mar 04 18:43:56.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
106422026-03-04T18:43:57.445Z[ host-image] Mar 04 18:43:56.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
106432026-03-04T18:43:57.445Z[ host-image] Mar 04 18:43:56.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
106442026-03-04T18:43:57.446Z[ host-image] Mar 04 18:43:56.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
106452026-03-04T18:43:57.446Z[ host-image] Mar 04 18:43:56.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
106462026-03-04T18:43:57.446Z[ host-image] Mar 04 18:43:56.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
106472026-03-04T18:43:57.446Z[ host-image] Mar 04 18:43:56.643 INFO O| Info: ABL version: 0x100f5010
106482026-03-04T18:43:57.446Z[ host-image] Mar 04 18:43:56.643 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
106492026-03-04T18:43:57.446Z[ host-image] Mar 04 18:43:56.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
106502026-03-04T18:43:57.446Z[ host-image] Mar 04 18:43:56.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
106512026-03-04T18:43:57.446Z[ host-image] Mar 04 18:43:56.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
106522026-03-04T18:43:57.446Z[ host-image] Mar 04 18:43:56.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
106532026-03-04T18:43:57.446Z[ host-image] Mar 04 18:43:56.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
106542026-03-04T18:43:57.447Z[ host-image] Mar 04 18:43:56.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
106552026-03-04T18:43:57.447Z[ host-image] Mar 04 18:43:56.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
106562026-03-04T18:43:57.447Z[ host-image] Mar 04 18:43:56.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
106572026-03-04T18:43:57.447Z[ host-image] Mar 04 18:43:56.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
106582026-03-04T18:43:57.447Z[ host-image] Mar 04 18:43:56.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
106592026-03-04T18:43:57.447Z[ host-image] Mar 04 18:43:56.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
106602026-03-04T18:43:57.447Z[ host-image] Mar 04 18:43:56.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
106612026-03-04T18:43:57.447Z[ host-image] Mar 04 18:43:56.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
106622026-03-04T18:43:57.447Z[ host-image] Mar 04 18:43:56.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
106632026-03-04T18:43:57.447Z[ host-image] Mar 04 18:43:56.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
106642026-03-04T18:43:57.447Z[ host-image] Mar 04 18:43:56.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
106652026-03-04T18:43:57.447Z[ host-image] Mar 04 18:43:56.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
106662026-03-04T18:43:57.447Z[ host-image] Mar 04 18:43:56.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
106672026-03-04T18:43:57.485Z[ host-image] Mar 04 18:43:56.686 INFO building ROM for cosmo
106682026-03-04T18:43:57.485Z[ host-image] Mar 04 18:43:56.686 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")
106692026-03-04T18:43:57.634Z[ host-image] Mar 04 18:43:56.835 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
106702026-03-04T18:43:57.640Z[ host-image] Mar 04 18:43:56.840 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`
106712026-03-04T18:43:57.653Z[ host-image] Mar 04 18:43:56.854 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
106722026-03-04T18:43:57.757Z[ host-image] Mar 04 18:43:56.950 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
106732026-03-04T18:43:57.763Z[ host-image] Mar 04 18:43:56.954 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`
106742026-03-04T18:43:58.104Z[ host-image] Mar 04 18:43:57.304 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
106752026-03-04T18:43:58.104Z[ host-image] Mar 04 18:43:57.304 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
106762026-03-04T18:43:58.108Z[ host-image] Mar 04 18:43:57.304 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
106772026-03-04T18:43:58.108Z[ host-image] Mar 04 18:43:57.304 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
106782026-03-04T18:43:58.108Z[ host-image] Mar 04 18:43:57.304 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
106792026-03-04T18:43:58.108Z[ host-image] Mar 04 18:43:57.304 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
106802026-03-04T18:43:58.108Z[ host-image] Mar 04 18:43:57.305 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
106812026-03-04T18:43:58.108Z[ host-image] Mar 04 18:43:57.305 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
106822026-03-04T18:43:58.109Z[ host-image] Mar 04 18:43:57.305 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
106832026-03-04T18:43:58.109Z[ host-image] Mar 04 18:43:57.305 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
106842026-03-04T18:43:58.109Z[ host-image] Mar 04 18:43:57.305 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
106852026-03-04T18:43:58.109Z[ host-image] Mar 04 18:43:57.305 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
106862026-03-04T18:43:58.109Z[ host-image] Mar 04 18:43:57.305 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
106872026-03-04T18:43:58.109Z[ host-image] Mar 04 18:43:57.305 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
106882026-03-04T18:43:58.109Z[ host-image] Mar 04 18:43:57.305 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
106892026-03-04T18:43:58.109Z[ host-image] Mar 04 18:43:57.305 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
106902026-03-04T18:43:58.109Z[ host-image] Mar 04 18:43:57.305 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
106912026-03-04T18:43:58.109Z[ host-image] Mar 04 18:43:57.305 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
106922026-03-04T18:43:58.109Z[ host-image] Mar 04 18:43:57.305 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
106932026-03-04T18:43:58.109Z[ host-image] Mar 04 18:43:57.306 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
106942026-03-04T18:43:58.109Z[ host-image] Mar 04 18:43:57.306 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
106952026-03-04T18:43:58.109Z[ host-image] Mar 04 18:43:57.306 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
106962026-03-04T18:43:58.109Z[ host-image] Mar 04 18:43:57.306 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
106972026-03-04T18:43:58.109Z[ host-image] Mar 04 18:43:57.306 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
106982026-03-04T18:43:58.109Z[ host-image] Mar 04 18:43:57.306 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
106992026-03-04T18:43:58.109Z[ host-image] Mar 04 18:43:57.306 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
107002026-03-04T18:43:58.109Z[ host-image] Mar 04 18:43:57.306 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
107012026-03-04T18:43:58.109Z[ host-image] Mar 04 18:43:57.306 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
107022026-03-04T18:43:58.109Z[ host-image] Mar 04 18:43:57.306 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
107032026-03-04T18:43:58.109Z[ host-image] Mar 04 18:43:57.306 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
107042026-03-04T18:43:58.109Z[ host-image] Mar 04 18:43:57.306 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
107052026-03-04T18:43:58.109Z[ host-image] Mar 04 18:43:57.306 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
107062026-03-04T18:43:58.109Z[ host-image] Mar 04 18:43:57.306 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
107072026-03-04T18:43:58.109Z[ host-image] Mar 04 18:43:57.306 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
107082026-03-04T18:43:58.109Z[ host-image] Mar 04 18:43:57.306 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
107092026-03-04T18:43:58.109Z[ host-image] Mar 04 18:43:57.307 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
107102026-03-04T18:43:58.109Z[ host-image] Mar 04 18:43:57.307 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
107112026-03-04T18:43:58.109Z[ host-image] Mar 04 18:43:57.307 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
107122026-03-04T18:43:58.109Z[ host-image] Mar 04 18:43:57.307 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
107132026-03-04T18:43:58.109Z[ host-image] Mar 04 18:43:57.307 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
107142026-03-04T18:43:58.109Z[ host-image] Mar 04 18:43:57.307 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
107152026-03-04T18:43:58.109Z[ host-image] Mar 04 18:43:57.307 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
107162026-03-04T18:43:58.109Z[ host-image] Mar 04 18:43:57.307 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
107172026-03-04T18:43:58.109Z[ host-image] Mar 04 18:43:57.307 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
107182026-03-04T18:43:58.109Z[ host-image] Mar 04 18:43:57.307 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
107192026-03-04T18:43:58.109Z[ host-image] Mar 04 18:43:57.307 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
107202026-03-04T18:43:58.110Z[ host-image] Mar 04 18:43:57.307 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
107212026-03-04T18:43:58.110Z[ host-image] Mar 04 18:43:57.307 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
107222026-03-04T18:43:58.110Z[ host-image] Mar 04 18:43:57.307 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
107232026-03-04T18:43:58.110Z[ host-image] Mar 04 18:43:57.307 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
107242026-03-04T18:43:58.110Z[ host-image] Mar 04 18:43:57.307 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
107252026-03-04T18:43:58.110Z[ host-image] Mar 04 18:43:57.307 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
107262026-03-04T18:43:58.110Z[ host-image] Mar 04 18:43:57.307 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
107272026-03-04T18:43:58.110Z[ host-image] Mar 04 18:43:57.308 INFO O| Info: ABL version: 0x1007f011
107282026-03-04T18:43:58.110Z[ host-image] Mar 04 18:43:57.308 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
107292026-03-04T18:43:58.110Z[ host-image] Mar 04 18:43:57.308 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
107302026-03-04T18:43:58.110Z[ host-image] Mar 04 18:43:57.308 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
107312026-03-04T18:43:58.110Z[ host-image] Mar 04 18:43:57.308 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
107322026-03-04T18:43:58.110Z[ host-image] Mar 04 18:43:57.308 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
107332026-03-04T18:43:58.110Z[ host-image] Mar 04 18:43:57.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
107342026-03-04T18:43:58.110Z[ host-image] Mar 04 18:43:57.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
107352026-03-04T18:43:58.110Z[ host-image] Mar 04 18:43:57.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
107362026-03-04T18:43:58.110Z[ host-image] Mar 04 18:43:57.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
107372026-03-04T18:43:58.110Z[ host-image] Mar 04 18:43:57.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
107382026-03-04T18:43:58.110Z[ host-image] Mar 04 18:43:57.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
107392026-03-04T18:43:58.110Z[ host-image] Mar 04 18:43:57.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
107402026-03-04T18:43:58.110Z[ host-image] Mar 04 18:43:57.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
107412026-03-04T18:43:58.110Z[ host-image] Mar 04 18:43:57.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
107422026-03-04T18:43:58.110Z[ host-image] Mar 04 18:43:57.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
107432026-03-04T18:43:58.110Z[ host-image] Mar 04 18:43:57.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
107442026-03-04T18:43:58.110Z[ host-image] Mar 04 18:43:57.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
107452026-03-04T18:43:58.110Z[ host-image] Mar 04 18:43:57.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
107462026-03-04T18:43:58.110Z[ host-image] Mar 04 18:43:57.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
107472026-03-04T18:43:58.110Z[ host-image] Mar 04 18:43:57.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
107482026-03-04T18:43:58.110Z[ host-image] Mar 04 18:43:57.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
107492026-03-04T18:43:58.110Z[ host-image] Mar 04 18:43:57.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
107502026-03-04T18:43:58.151Z[ host-image] Mar 04 18:43:57.353 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
107512026-03-04T18:43:58.151Z[ host-image] Mar 04 18:43:57.353 INFO finishing image archive at "/work/os-host/os.tar.gz"...
107522026-03-04T18:44:47.090Z[ host-image] Mar 04 18:44:16.675 INFO image complete! materials are in "/work/os-host"
107532026-03-04T18:44:47.090Z[ host-image]
107542026-03-04T18:44:47.090Z[ host-image] real 36:02.158674631
107552026-03-04T18:44:47.091Z[ host-image] user 26:25.455348024
107562026-03-04T18:44:47.091Z[ host-image] sys 1:41.976484327
107572026-03-04T18:44:47.091Z[ host-image] trap 1.313502594
107582026-03-04T18:44:47.091Z[ host-image] tflt 0.197651756
107592026-03-04T18:44:47.091Z[ host-image] dflt 1.308449564
107602026-03-04T18:44:47.091Z[ host-image] kflt 0.133012833
107612026-03-04T18:44:47.091Z[ host-image] lock 36:43.148347149
107622026-03-04T18:44:47.091Z[ host-image] slp 3:29:25.251110557
107632026-03-04T18:44:47.091Z[ host-image] lat 7:15.337665502
107642026-03-04T18:44:47.091Z[ host-image] stop 2.948955351
107652026-03-04T18:44:47.091ZMar 04 18:44:16.680 INFO [host-image] process exited with exit status: 0 (2162.165011562s)
107662026-03-04T18:44:47.091ZMar 04 18:44:16.680 INFO [tuf-repo] running task
107672026-03-04T18:44:47.091ZMar 04 18:44:43.298 INFO assembling repository in `/tmp/tufaceousMM7ryS`, component: OmicronRepoAssembler
107682026-03-04T18:44:51.302ZMar 04 18:44:50.501 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
107692026-03-04T18:44:51.591ZMar 04 18:44:50.790 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
107702026-03-04T18:45:10.646ZMar 04 18:45:09.844 INFO extracting uploaded archive to /tmp/.tmpuk2QTj
107712026-03-04T18:45:13.976ZMar 04 18:45:13.174 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.4i8Cus
107722026-03-04T18:45:14.057ZMar 04 18:45:13.255 INFO added artifact, length: 6519345, hash: 30400b0cba8024252ad87988888c0b4ff507f0dbd94de495853438170c48db6f, version: 1.0.62, kind: gimlet_sp, name: cosmo-a
107732026-03-04T18:45:14.219ZMar 04 18:45:13.417 INFO added artifact, length: 6519269, hash: 45d2c6ecdc073e2d6683df59a9af698ac48354f28db15796e440938c20a14454, version: 1.0.62, kind: gimlet_sp, name: cosmo-b
107742026-03-04T18:45:14.369ZMar 04 18:45:13.566 INFO added artifact, length: 5466282, hash: 1968dd0fe7c2ea1693a3fcde055a2ae26103be2a550c9bfae3eb2e2851692f6f, version: 1.0.62, kind: gimlet_sp, name: gimlet-b
107752026-03-04T18:45:14.522ZMar 04 18:45:13.720 INFO added artifact, length: 5468612, hash: 013cf14175743c8a428e478c6174e907b0cecd6734a20606597a0e221ec0dd0b, version: 1.0.62, kind: gimlet_sp, name: gimlet-c
107762026-03-04T18:45:14.663ZMar 04 18:45:13.861 INFO added artifact, length: 5469365, hash: 57fcfe996814261c37cec77757e089da36932685293b88c1664e514db48ff4e2, version: 1.0.62, kind: gimlet_sp, name: gimlet-d
107772026-03-04T18:45:14.803ZMar 04 18:45:14.000 INFO added artifact, length: 5469129, hash: f5241e12c502d08476ca232f8125b96ac62b132bac9055f65b843e00aa01576a, version: 1.0.62, kind: gimlet_sp, name: gimlet-e
107782026-03-04T18:45:14.939ZMar 04 18:45:14.136 INFO added artifact, length: 5469060, hash: 75e5434060e1afa332c010a418bdacd0050bc5040300c46febb67f2b0adba98a, version: 1.0.62, kind: gimlet_sp, name: gimlet-f
107792026-03-04T18:45:15.086ZMar 04 18:45:14.283 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
107802026-03-04T18:45:15.086ZMar 04 18:45:14.283 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
107812026-03-04T18:45:15.166ZMar 04 18:45:14.364 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
107822026-03-04T18:45:15.167ZMar 04 18:45:14.364 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
107832026-03-04T18:45:15.253ZMar 04 18:45:14.450 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107842026-03-04T18:45:15.253ZMar 04 18:45:14.450 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107852026-03-04T18:45:15.336ZMar 04 18:45:14.534 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
107862026-03-04T18:45:15.336ZMar 04 18:45:14.534 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
107872026-03-04T18:45:15.421ZMar 04 18:45:14.618 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107882026-03-04T18:45:15.421ZMar 04 18:45:14.618 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107892026-03-04T18:45:15.504ZMar 04 18:45:14.700 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
107902026-03-04T18:45:15.504ZMar 04 18:45:14.700 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
107912026-03-04T18:45:15.584ZMar 04 18:45:14.781 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
107922026-03-04T18:45:15.584ZMar 04 18:45:14.781 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
107932026-03-04T18:45:15.587ZMar 04 18:45:14.783 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
107942026-03-04T18:45:15.588ZMar 04 18:45:14.784 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
107952026-03-04T18:45:15.588ZMar 04 18:45:14.784 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
107962026-03-04T18:45:15.591ZMar 04 18:45:14.785 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
107972026-03-04T18:45:15.591ZMar 04 18:45:14.786 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
107982026-03-04T18:45:24.380ZMar 04 18:45:23.577 INFO added artifact, length: 33554432, hash: 305a8872806bead719ed6f79f3e2fa3b8b8b5dd13bcc395d94a5f72aad088703, version: 19.0.0-0.ci+git1f5d8cd303a, kind: gimlet_host_phase_1, name: host
107992026-03-04T18:45:24.380ZMar 04 18:45:23.577 INFO added artifact, length: 33554432, hash: 2aea901c7e7195927330060f043c5055cdb16b21f31cdc795c08e057aeb7ea03, version: 19.0.0-0.ci+git1f5d8cd303a, kind: cosmo_host_phase_1, name: host
108002026-03-04T18:45:24.380ZMar 04 18:45:23.577 INFO added artifact, length: 1101008896, hash: 3fa921b30822efee6f69cd1536d2f87679ef76ab927984c6597bce3c4f38cc27, version: 19.0.0-0.ci+git1f5d8cd303a, kind: host_phase_2, name: host
108012026-03-04T18:45:25.933ZMar 04 18:45:25.130 INFO added artifact, length: 33554432, hash: 7df4ef8c2fffaebcb388baccc17a08e567085a18436fa51426fc010411ba28f5, version: 19.0.0-0.ci+git1f5d8cd303a, kind: gimlet_trampoline_phase_1, name: trampoline
108022026-03-04T18:45:25.933ZMar 04 18:45:25.130 INFO added artifact, length: 33554432, hash: b38938e057fcd7e18789cb60c8111653688e388164f6b8ee3748679f16cd653f, version: 19.0.0-0.ci+git1f5d8cd303a, kind: cosmo_trampoline_phase_1, name: trampoline
108032026-03-04T18:45:25.936ZMar 04 18:45:25.130 INFO added artifact, length: 148602715, hash: fb68104c6c53ae36142685b3f252234d27b139147a1fc5b6d1a6147b88f77e72, version: 19.0.0-0.ci+git1f5d8cd303a, kind: trampoline_phase_2, name: trampoline
108042026-03-04T18:46:10.840ZMar 04 18:45:28.177 INFO added artifact, length: 294774409, hash: 8d17cc77775b6a99cd407cb3a33dcaaf033bdace8021f6ec3e95389b1605a5d4, version: 19.0.0-0.ci+git1f5d8cd303a, kind: zone, name: clickhouse_keeper
108052026-03-04T18:46:10.914ZMar 04 18:45:31.317 INFO added artifact, length: 309832916, hash: bd60f8e1aa5f7d39229d6a2ae255fbe2e845e648681d8a44c10a145e11b7799d, version: 19.0.0-0.ci+git1f5d8cd303a, kind: zone, name: clickhouse_server
108062026-03-04T18:46:11.140ZMar 04 18:45:34.456 INFO added artifact, length: 309833687, hash: 90c1c8eb07a85a5d5bfba885715222f78b7b01eeca49ef05ee7b7dda1de823f9, version: 19.0.0-0.ci+git1f5d8cd303a, kind: zone, name: clickhouse
108072026-03-04T18:46:11.140ZMar 04 18:45:36.089 INFO added artifact, length: 159858013, hash: 2686d14f96e587568ff4a7b6746055485efd75f044d160e8fc7f10f3aca6383a, version: 19.0.0-0.ci+git1f5d8cd303a, kind: zone, name: cockroachdb
108082026-03-04T18:46:11.140ZMar 04 18:45:36.615 INFO added artifact, length: 39237316, hash: adba6dc561fa31e7122fe797b6384b825be31971880a5872595cd7d50ff23586, version: 19.0.0-0.ci+git1f5d8cd303a, kind: zone, name: crucible-pantry-zone
108092026-03-04T18:46:11.140ZMar 04 18:45:37.295 INFO added artifact, length: 53714743, hash: 22cfd18f57b763680c6d48d171f33cebe0502b869ac61243dd0ce8fd260e3b3b, version: 19.0.0-0.ci+git1f5d8cd303a, kind: zone, name: crucible-zone
108102026-03-04T18:46:11.140ZMar 04 18:45:37.868 INFO added artifact, length: 42546222, hash: dd04a3c17f61bc0fe366c0a778834a68eacca90b16e96d2c752386ca7a71b6ea, version: 19.0.0-0.ci+git1f5d8cd303a, kind: zone, name: external-dns
108112026-03-04T18:46:11.140ZMar 04 18:45:38.297 INFO added artifact, length: 42545819, hash: adb6841d96dc2c80fa597707b9e1d7e870439e438da21ebe526ff19bd313045e, version: 19.0.0-0.ci+git1f5d8cd303a, kind: zone, name: internal-dns
108122026-03-04T18:46:11.140ZMar 04 18:45:40.492 INFO added artifact, length: 216415025, hash: ea8bda22c381aa12d490fd00178a6d1c60d8e26fc912def66fad8e5b2122f022, version: 19.0.0-0.ci+git1f5d8cd303a, kind: zone, name: nexus
108132026-03-04T18:46:11.140ZMar 04 18:45:40.722 INFO added artifact, length: 23106053, hash: 79adcbc0662cc2292e77e286ce9abd6e3c52195007f104fa25fa8fbd4fddd12b, version: 19.0.0-0.ci+git1f5d8cd303a, kind: zone, name: ntp
108142026-03-04T18:46:11.140ZMar 04 18:45:41.311 INFO added artifact, length: 58810073, hash: 149898d5840ce93ad66aaf7930ff63afad8984ae383ecf406df90380af87ec8a, version: 19.0.0-0.ci+git1f5d8cd303a, kind: zone, name: oximeter
108152026-03-04T18:46:11.140ZMar 04 18:45:41.342 INFO added artifact, length: 3109590, hash: 62c354aad25fa8a72acfbc2645617c034ea076b50a9765b595833436b26c3ddf, version: 19.0.0-0.ci+git1f5d8cd303a, kind: zone, name: probe
108162026-03-04T18:46:11.140ZMar 04 18:45:41.342 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
108172026-03-04T18:46:11.140ZMar 04 18:45:41.343 INFO added artifact, length: 829, hash: d5e00be00aa1c24195355ee30fbe484670dc4af02c7f2b943eaa585a9f8bb199, version: 1.0.62, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.62
108182026-03-04T18:46:11.140ZMar 04 18:45:41.343 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
108192026-03-04T18:46:11.140ZMar 04 18:45:41.396 INFO added artifact, length: 4131834, hash: 80a86837c993d3022d6f87b4a32f95a2cb671c0797f89515f3eb19b3558fbd0e, version: 1.0.62, kind: psc_sp, name: psc-b
108202026-03-04T18:46:11.140ZMar 04 18:45:41.450 INFO added artifact, length: 4135235, hash: 52d9aae7376e121018c56a7beb4b1f6914f3be2c50e7e46a2e23005d0c6c2f32, version: 1.0.62, kind: psc_sp, name: psc-c
108212026-03-04T18:46:11.140ZMar 04 18:45:41.533 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
108222026-03-04T18:46:11.140ZMar 04 18:45:41.533 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
108232026-03-04T18:46:11.140ZMar 04 18:45:41.620 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
108242026-03-04T18:46:11.140ZMar 04 18:45:41.620 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
108252026-03-04T18:46:11.140ZMar 04 18:45:41.706 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108262026-03-04T18:46:11.140ZMar 04 18:45:41.706 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108272026-03-04T18:46:11.140ZMar 04 18:45:41.788 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
108282026-03-04T18:46:11.140ZMar 04 18:45:41.788 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
108292026-03-04T18:46:11.140ZMar 04 18:45:41.789 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
108302026-03-04T18:46:11.140ZMar 04 18:45:41.790 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108312026-03-04T18:46:11.140ZMar 04 18:45:41.791 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
108322026-03-04T18:46:11.140ZMar 04 18:45:41.874 INFO added artifact, length: 6945803, hash: 3f7ddcfa1b0feda05904bb501dfac286190496afff4aa207258e275efcbf338e, version: 1.0.62, kind: switch_sp, name: sidecar-b
108332026-03-04T18:46:11.140ZMar 04 18:45:42.031 INFO added artifact, length: 6962586, hash: c163c1096d32463dee117c56dfc9fac72eaa793c99e0cdd1c4bf238419821ad6, version: 1.0.62, kind: switch_sp, name: sidecar-c
108342026-03-04T18:46:11.140ZMar 04 18:45:42.189 INFO added artifact, length: 6962589, hash: 4f24734369eaef31fece1c64a2b7d6092926142d9d3d47cccc4862ddf2b3fee6, version: 1.0.62, kind: switch_sp, name: sidecar-d
108352026-03-04T18:46:11.140ZMar 04 18:45:42.355 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
108362026-03-04T18:46:11.140ZMar 04 18:45:42.355 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
108372026-03-04T18:46:11.140ZMar 04 18:45:42.442 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108382026-03-04T18:46:11.140ZMar 04 18:45:42.442 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108392026-03-04T18:46:11.141ZMar 04 18:45:42.528 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108402026-03-04T18:46:11.141ZMar 04 18:45:42.528 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108412026-03-04T18:46:11.141ZMar 04 18:45:42.612 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
108422026-03-04T18:46:11.141ZMar 04 18:45:42.612 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
108432026-03-04T18:46:11.141ZMar 04 18:45:42.613 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
108442026-03-04T18:46:11.141ZMar 04 18:45:42.614 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108452026-03-04T18:46:11.141ZMar 04 18:45:42.615 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
108462026-03-04T18:46:11.141ZMar 04 18:45:42.616 INFO added artifact, length: 924, hash: 2496b95c51acb048e7bcd546f1368aedf0f9c7a18a9993ac7db409730f9a1fba, version: 19.0.0-0.ci+git1f5d8cd303a, kind: installinator_document, name: installinator_document
108472026-03-04T18:46:11.141ZMar 04 18:45:43.347 INFO extracting uploaded archive to /tmp/.tmph4IHcS
108482026-03-04T18:46:11.141ZMar 04 18:45:46.593 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.7v5l1z
108492026-03-04T18:46:11.141ZMar 04 18:45:46.670 INFO added artifact, length: 6519345, hash: 30400b0cba8024252ad87988888c0b4ff507f0dbd94de495853438170c48db6f, version: 1.0.62, kind: gimlet_sp, name: cosmo-a
108502026-03-04T18:46:11.141ZMar 04 18:45:46.819 INFO added artifact, length: 6519269, hash: 45d2c6ecdc073e2d6683df59a9af698ac48354f28db15796e440938c20a14454, version: 1.0.62, kind: gimlet_sp, name: cosmo-b
108512026-03-04T18:46:11.141ZMar 04 18:45:46.960 INFO added artifact, length: 5466282, hash: 1968dd0fe7c2ea1693a3fcde055a2ae26103be2a550c9bfae3eb2e2851692f6f, version: 1.0.62, kind: gimlet_sp, name: gimlet-b
108522026-03-04T18:46:11.247ZMar 04 18:45:47.101 INFO added artifact, length: 5468612, hash: 013cf14175743c8a428e478c6174e907b0cecd6734a20606597a0e221ec0dd0b, version: 1.0.62, kind: gimlet_sp, name: gimlet-c
108532026-03-04T18:46:11.247ZMar 04 18:45:47.245 INFO added artifact, length: 5469365, hash: 57fcfe996814261c37cec77757e089da36932685293b88c1664e514db48ff4e2, version: 1.0.62, kind: gimlet_sp, name: gimlet-d
108542026-03-04T18:46:11.247ZMar 04 18:45:47.381 INFO added artifact, length: 5469129, hash: f5241e12c502d08476ca232f8125b96ac62b132bac9055f65b843e00aa01576a, version: 1.0.62, kind: gimlet_sp, name: gimlet-e
108552026-03-04T18:46:11.247ZMar 04 18:45:47.519 INFO added artifact, length: 5469060, hash: 75e5434060e1afa332c010a418bdacd0050bc5040300c46febb67f2b0adba98a, version: 1.0.62, kind: gimlet_sp, name: gimlet-f
108562026-03-04T18:46:11.247ZMar 04 18:45:47.672 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
108572026-03-04T18:46:11.247ZMar 04 18:45:47.672 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
108582026-03-04T18:46:11.247ZMar 04 18:45:47.754 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
108592026-03-04T18:46:11.247ZMar 04 18:45:47.755 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
108602026-03-04T18:46:11.247ZMar 04 18:45:47.842 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108612026-03-04T18:46:11.247ZMar 04 18:45:47.842 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108622026-03-04T18:46:11.247ZMar 04 18:45:47.929 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108632026-03-04T18:46:11.247ZMar 04 18:45:47.929 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108642026-03-04T18:46:11.247ZMar 04 18:45:48.017 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108652026-03-04T18:46:11.247ZMar 04 18:45:48.017 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108662026-03-04T18:46:11.247ZMar 04 18:45:48.099 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
108672026-03-04T18:46:11.247ZMar 04 18:45:48.099 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
108682026-03-04T18:46:11.247ZMar 04 18:45:48.182 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
108692026-03-04T18:46:11.247ZMar 04 18:45:48.182 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
108702026-03-04T18:46:11.247ZMar 04 18:45:48.183 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
108712026-03-04T18:46:11.247ZMar 04 18:45:48.185 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
108722026-03-04T18:46:11.247ZMar 04 18:45:48.185 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108732026-03-04T18:46:11.247ZMar 04 18:45:48.187 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
108742026-03-04T18:46:11.247ZMar 04 18:45:48.188 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
108752026-03-04T18:46:11.247ZMar 04 18:45:56.846 INFO added artifact, length: 33554432, hash: 305a8872806bead719ed6f79f3e2fa3b8b8b5dd13bcc395d94a5f72aad088703, version: 19.0.0-0.ci+git1f5d8cd303a, kind: gimlet_host_phase_1, name: host
108762026-03-04T18:46:11.247ZMar 04 18:45:56.846 INFO added artifact, length: 33554432, hash: 2aea901c7e7195927330060f043c5055cdb16b21f31cdc795c08e057aeb7ea03, version: 19.0.0-0.ci+git1f5d8cd303a, kind: cosmo_host_phase_1, name: host
108772026-03-04T18:46:11.247ZMar 04 18:45:56.846 INFO added artifact, length: 1101008896, hash: 3fa921b30822efee6f69cd1536d2f87679ef76ab927984c6597bce3c4f38cc27, version: 19.0.0-0.ci+git1f5d8cd303a, kind: host_phase_2, name: host
108782026-03-04T18:46:11.247ZMar 04 18:45:58.358 INFO added artifact, length: 33554432, hash: 7df4ef8c2fffaebcb388baccc17a08e567085a18436fa51426fc010411ba28f5, version: 19.0.0-0.ci+git1f5d8cd303a, kind: gimlet_trampoline_phase_1, name: trampoline
108792026-03-04T18:46:11.247ZMar 04 18:45:58.358 INFO added artifact, length: 33554432, hash: b38938e057fcd7e18789cb60c8111653688e388164f6b8ee3748679f16cd653f, version: 19.0.0-0.ci+git1f5d8cd303a, kind: cosmo_trampoline_phase_1, name: trampoline
108802026-03-04T18:46:11.247ZMar 04 18:45:58.358 INFO added artifact, length: 148602715, hash: fb68104c6c53ae36142685b3f252234d27b139147a1fc5b6d1a6147b88f77e72, version: 19.0.0-0.ci+git1f5d8cd303a, kind: trampoline_phase_2, name: trampoline
108812026-03-04T18:46:11.247ZMar 04 18:46:09.478 INFO added artifact, length: 1607140620, hash: b7da4f4c86692cee58e88ead4957823d0128d7d0867717f26577b98cfe8f7712, version: 19.0.0-0.ci+git1f5d8cd303a, kind: control_plane, name: control-plane
108822026-03-04T18:46:11.248ZMar 04 18:46:09.478 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
108832026-03-04T18:46:11.248ZMar 04 18:46:09.479 INFO added artifact, length: 829, hash: d5e00be00aa1c24195355ee30fbe484670dc4af02c7f2b943eaa585a9f8bb199, version: 1.0.62, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.62
108842026-03-04T18:46:11.248ZMar 04 18:46:09.479 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
108852026-03-04T18:46:11.248ZMar 04 18:46:09.535 INFO added artifact, length: 4131834, hash: 80a86837c993d3022d6f87b4a32f95a2cb671c0797f89515f3eb19b3558fbd0e, version: 1.0.62, kind: psc_sp, name: psc-b
108862026-03-04T18:46:11.248ZMar 04 18:46:09.589 INFO added artifact, length: 4135235, hash: 52d9aae7376e121018c56a7beb4b1f6914f3be2c50e7e46a2e23005d0c6c2f32, version: 1.0.62, kind: psc_sp, name: psc-c
108872026-03-04T18:46:11.248ZMar 04 18:46:09.671 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
108882026-03-04T18:46:11.248ZMar 04 18:46:09.671 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
108892026-03-04T18:46:11.248ZMar 04 18:46:09.761 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
108902026-03-04T18:46:11.248ZMar 04 18:46:09.761 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
108912026-03-04T18:46:11.248ZMar 04 18:46:09.849 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108922026-03-04T18:46:11.248ZMar 04 18:46:09.849 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108932026-03-04T18:46:11.248ZMar 04 18:46:09.934 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
108942026-03-04T18:46:11.248ZMar 04 18:46:09.934 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
108952026-03-04T18:46:11.248ZMar 04 18:46:09.935 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
108962026-03-04T18:46:11.248ZMar 04 18:46:09.936 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108972026-03-04T18:46:11.248ZMar 04 18:46:09.937 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
108982026-03-04T18:46:11.248ZMar 04 18:46:10.023 INFO added artifact, length: 6945803, hash: 3f7ddcfa1b0feda05904bb501dfac286190496afff4aa207258e275efcbf338e, version: 1.0.62, kind: switch_sp, name: sidecar-b
108992026-03-04T18:46:11.248ZMar 04 18:46:10.184 INFO added artifact, length: 6962586, hash: c163c1096d32463dee117c56dfc9fac72eaa793c99e0cdd1c4bf238419821ad6, version: 1.0.62, kind: switch_sp, name: sidecar-c
109002026-03-04T18:46:11.373ZMar 04 18:46:10.350 INFO added artifact, length: 6962589, hash: 4f24734369eaef31fece1c64a2b7d6092926142d9d3d47cccc4862ddf2b3fee6, version: 1.0.62, kind: switch_sp, name: sidecar-d
109012026-03-04T18:46:11.401ZMar 04 18:46:10.514 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
109022026-03-04T18:46:11.401ZMar 04 18:46:10.514 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
109032026-03-04T18:46:11.425ZMar 04 18:46:10.604 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
109042026-03-04T18:46:11.425ZMar 04 18:46:10.604 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
109052026-03-04T18:46:11.497ZMar 04 18:46:10.692 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
109062026-03-04T18:46:11.497ZMar 04 18:46:10.692 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
109072026-03-04T18:46:11.583ZMar 04 18:46:10.778 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
109082026-03-04T18:46:11.583ZMar 04 18:46:10.778 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
109092026-03-04T18:46:11.587ZMar 04 18:46:10.780 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
109102026-03-04T18:46:11.587ZMar 04 18:46:10.781 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
109112026-03-04T18:46:11.590ZMar 04 18:46:10.782 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
109122026-03-04T18:46:11.590ZMar 04 18:46:10.782 INFO added artifact, length: 924, hash: 2496b95c51acb048e7bcd546f1368aedf0f9c7a18a9993ac7db409730f9a1fba, version: 19.0.0-0.ci+git1f5d8cd303a, kind: installinator_document, name: installinator_document
109132026-03-04T18:46:12.362ZMar 04 18:46:11.556 INFO [tuf-repo] task succeeded (114.87622674s)
109142026-03-04T18:46:12.362ZMar 04 18:46:11.556 INFO all jobs completed in 4182.387892023s
109152026-03-04T18:46:13.659Zprocess exited: duration 4982967 ms, exit code 0
 
109162026-03-04T18:46:13.672Zfound 41 output files
109172026-03-04T18:46:13.673Zuploading: /work/manifest.toml (17174 bytes)
109182026-03-04T18:46:14.693Zuploaded: /work/manifest.toml
109192026-03-04T18:46:14.693Zuploading: /work/repo.zip (2843691811 bytes)
109202026-03-04T18:47:38.269Zuploaded: /work/repo.zip
109212026-03-04T18:47:38.375Zuploading: /work/repo.zip.sha256.txt (65 bytes)
109222026-03-04T18:47:39.477Zuploaded: /work/repo.zip.sha256.txt
109232026-03-04T18:47:39.477Zuploading: /work/helios.json (647 bytes)
109242026-03-04T18:47:40.487Zuploaded: /work/helios.json
109252026-03-04T18:47:40.490Zuploading: /work/incorporation.p5m (100410 bytes)
109262026-03-04T18:47:41.506Zuploaded: /work/incorporation.p5m
109272026-03-04T18:47:41.509Zuploading: /work/incorporation.p5p (122880 bytes)
109282026-03-04T18:47:42.521Zuploaded: /work/incorporation.p5p
109292026-03-04T18:47:42.525Zuploading: /work/helios-incorp.log (526 bytes)
109302026-03-04T18:47:43.548Zuploaded: /work/helios-incorp.log
109312026-03-04T18:47:43.548Zuploading: /work/helios-setup.log (57352 bytes)
109322026-03-04T18:47:44.562Zuploaded: /work/helios-setup.log
109332026-03-04T18:47:44.565Zuploading: /work/host-image.log (234072 bytes)
109342026-03-04T18:47:45.579Zuploaded: /work/host-image.log
109352026-03-04T18:47:45.582Zuploading: /work/host-package.log (33775 bytes)
109362026-03-04T18:47:46.591Zuploaded: /work/host-package.log
109372026-03-04T18:47:46.594Zuploading: /work/host-target.log (101 bytes)
109382026-03-04T18:47:47.601Zuploaded: /work/host-target.log
109392026-03-04T18:47:47.601Zuploading: /work/incorp-create.log (0 bytes)
109402026-03-04T18:47:48.608Zuploaded: /work/incorp-create.log
109412026-03-04T18:47:48.613Zuploading: /work/incorp-fmt.log (0 bytes)
109422026-03-04T18:47:49.615Zuploaded: /work/incorp-fmt.log
109432026-03-04T18:47:49.615Zuploading: /work/incorp-pkgsend.log (108 bytes)
109442026-03-04T18:47:50.625Zuploaded: /work/incorp-pkgsend.log
109452026-03-04T18:47:50.631Zuploading: /work/incorp-publisher.log (0 bytes)
109462026-03-04T18:47:51.632Zuploaded: /work/incorp-publisher.log
109472026-03-04T18:47:51.632Zuploading: /work/omicron-package.log (6786 bytes)
109482026-03-04T18:47:52.641Zuploaded: /work/omicron-package.log
109492026-03-04T18:47:52.641Zuploading: /work/recovery-image.log (603161 bytes)
109502026-03-04T18:47:53.662Zuploaded: /work/recovery-image.log
109512026-03-04T18:47:53.665Zuploading: /work/recovery-package.log (1870 bytes)
109522026-03-04T18:47:54.675Zuploaded: /work/recovery-package.log
109532026-03-04T18:47:54.675Zuploading: /work/recovery-target.log (98 bytes)
109542026-03-04T18:47:55.683Zuploaded: /work/recovery-target.log
109552026-03-04T18:47:55.684Zuploading: /work/stamp-clickhouse.log (117 bytes)
109562026-03-04T18:47:56.693Zuploaded: /work/stamp-clickhouse.log
109572026-03-04T18:47:56.693Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
109582026-03-04T18:47:57.702Zuploaded: /work/stamp-clickhouse_keeper.log
109592026-03-04T18:47:57.702Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
109602026-03-04T18:47:58.711Zuploaded: /work/stamp-clickhouse_server.log
109612026-03-04T18:47:58.711Zuploading: /work/stamp-cockroachdb.log (118 bytes)
109622026-03-04T18:47:59.721Zuploaded: /work/stamp-cockroachdb.log
109632026-03-04T18:47:59.721Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
109642026-03-04T18:48:00.733Zuploaded: /work/stamp-crucible-pantry-zone.log
109652026-03-04T18:48:00.739Zuploading: /work/stamp-crucible-utils.log (118 bytes)
109662026-03-04T18:48:01.749Zuploaded: /work/stamp-crucible-utils.log
109672026-03-04T18:48:01.752Zuploading: /work/stamp-crucible-zone.log (120 bytes)
109682026-03-04T18:48:02.760Zuploaded: /work/stamp-crucible-zone.log
109692026-03-04T18:48:02.763Zuploading: /work/stamp-external-dns.log (119 bytes)
109702026-03-04T18:48:03.768Zuploaded: /work/stamp-external-dns.log
109712026-03-04T18:48:03.771Zuploading: /work/stamp-installinator.log (103 bytes)
109722026-03-04T18:48:04.780Zuploaded: /work/stamp-installinator.log
109732026-03-04T18:48:04.783Zuploading: /work/stamp-internal-dns.log (119 bytes)
109742026-03-04T18:48:05.791Zuploaded: /work/stamp-internal-dns.log
109752026-03-04T18:48:05.795Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
109762026-03-04T18:48:06.801Zuploaded: /work/stamp-mg-ddm-gz.log
109772026-03-04T18:48:06.806Zuploading: /work/stamp-nexus.log (112 bytes)
109782026-03-04T18:48:07.811Zuploaded: /work/stamp-nexus.log
109792026-03-04T18:48:07.814Zuploading: /work/stamp-ntp.log (110 bytes)
109802026-03-04T18:48:08.822Zuploaded: /work/stamp-ntp.log
109812026-03-04T18:48:08.825Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
109822026-03-04T18:48:09.832Zuploaded: /work/stamp-omicron-sled-agent.log
109832026-03-04T18:48:09.832Zuploading: /work/stamp-overlay.log (114 bytes)
109842026-03-04T18:48:10.841Zuploaded: /work/stamp-overlay.log
109852026-03-04T18:48:10.844Zuploading: /work/stamp-oximeter.log (115 bytes)
109862026-03-04T18:48:11.851Zuploaded: /work/stamp-oximeter.log
109872026-03-04T18:48:11.851Zuploading: /work/stamp-oxlog.log (109 bytes)
109882026-03-04T18:48:12.862Zuploaded: /work/stamp-oxlog.log
109892026-03-04T18:48:12.865Zuploading: /work/stamp-probe.log (112 bytes)
109902026-03-04T18:48:13.871Zuploaded: /work/stamp-probe.log
109912026-03-04T18:48:13.875Zuploading: /work/stamp-propolis-server.log (122 bytes)
109922026-03-04T18:48:14.882Zuploaded: /work/stamp-propolis-server.log
109932026-03-04T18:48:14.882Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
109942026-03-04T18:48:15.891Zuploaded: /work/stamp-pumpkind-gz.log
109952026-03-04T18:48:15.894Zuploading: /work/stamp-switch-asic.log (118 bytes)
109962026-03-04T18:48:16.902Zuploaded: /work/stamp-switch-asic.log
109972026-03-04T18:48:16.905Zuploading: /work/verify-libraries.log (12315 bytes)
109982026-03-04T18:48:17.913Zuploaded: /work/verify-libraries.log