01KH85T7BZ179XZ5ZNJ2MXC7QS: 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: 01KH85TPGAVZSWG01PQYWR4D7B

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-12T05:41:08.477Zjob assigned to worker 01KH85TRBWVWQQEHFJH4RY92ST [factory aws, i-07fe4df740eaefdc9] (queued for 47 s)
 
22026-02-12T05:41:17.410Zstarting task 0: "setup"
32026-02-12T05:41:17.415Z++ uname -s
42026-02-12T05:41:17.421Z+ kern=SunOS
52026-02-12T05:41:17.421Z+ build_user=build
62026-02-12T05:41:17.421Z+ build_uid=12345
72026-02-12T05:41:17.422Z+ work_dir=/work
82026-02-12T05:41:17.422Z+ input_dir=/input
92026-02-12T05:41:17.422Z+ [[ 0 == 12345 ]]
102026-02-12T05:41:17.422Z+ case "$kern" in
112026-02-12T05:41:17.422Z+ groupadd -g 12345 build
122026-02-12T05:41:17.425Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-12T05:41:19.427Z+ zfs create -o mountpoint=/work rpool/work
142026-02-12T05:41:19.551Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-12T05:41:19.554Z+ home_fs=zfs
162026-02-12T05:41:19.554Z+ [[ zfs == autofs ]]
172026-02-12T05:41:19.555Z+ mkdir -p /home/build
182026-02-12T05:41:19.558Z+ chown build:build /home/build /work
192026-02-12T05:41:21.558Z+ chmod 0700 /home/build /work
202026-02-12T05:41:21.561Zprocess exited: duration 4152 ms, exit code 0
 
212026-02-12T05:41:21.567Zstarting task 1: "rust-toolchain"
222026-02-12T05:41:21.572Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-02-12T05:41:21.572Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-02-12T05:41:21.572Z * rust toolchain channel = "1.91.1"
252026-02-12T05:41:21.572Z * rust toolchain profile = "default"
262026-02-12T05:41:21.572Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-12T05:41:21.572Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-12T05:41:21.575Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-12T05:41:21.575Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-12T05:41:21.686Zinfo: downloading installer
312026-02-12T05:41:23.707Zwarn: It looks like you have an existing installation of Rust at:
322026-02-12T05:41:23.707Zwarn: /opt/ooce/bin
332026-02-12T05:41:23.707Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-12T05:41:23.707Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-12T05:41:23.707Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-12T05:41:23.707Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-12T05:41:23.707Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-12T05:41:23.707Zerror: cannot install while Rust is installed
392026-02-12T05:41:23.707Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-12T05:41:23.733Zinfo: profile set to 'default'
412026-02-12T05:41:23.733Zinfo: default host triple is x86_64-unknown-illumos
422026-02-12T05:41:23.736Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-12T05:41:23.926Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-12T05:41:23.926Zinfo: downloading component 'cargo'
452026-02-12T05:41:24.737Zinfo: downloading component 'clippy'
462026-02-12T05:41:25.131Zinfo: downloading component 'rust-docs'
472026-02-12T05:41:26.832Zinfo: downloading component 'rust-std'
482026-02-12T05:41:29.072Zinfo: downloading component 'rustc'
492026-02-12T05:41:36.385Zinfo: downloading component 'rustfmt'
502026-02-12T05:41:36.669Zinfo: installing component 'cargo'
512026-02-12T05:41:37.566Zinfo: installing component 'clippy'
522026-02-12T05:41:37.960Zinfo: installing component 'rust-docs'
532026-02-12T05:41:39.876Zinfo: installing component 'rust-std'
542026-02-12T05:41:41.649Zinfo: installing component 'rustc'
552026-02-12T05:41:48.303Zinfo: installing component 'rustfmt'
562026-02-12T05:41:48.645Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-02-12T05:41:48.646Z
582026-02-12T05:41:49.128Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-12T05:41:49.128Z
602026-02-12T05:41:49.131Z
612026-02-12T05:41:49.131ZRust is installed now. Great!
622026-02-12T05:41:49.131Z
632026-02-12T05:41:49.132ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-12T05:41:49.132Zenvironment variable. This has not been done automatically.
652026-02-12T05:41:49.132Z
662026-02-12T05:41:49.132ZTo configure your current shell, you need to source
672026-02-12T05:41:49.132Zthe corresponding env file under $HOME/.cargo.
682026-02-12T05:41:49.132Z
692026-02-12T05:41:49.132ZThis is usually done by running one of the following (note the leading DOT):
702026-02-12T05:41:49.132Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-12T05:41:49.132Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-12T05:41:49.132Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-12T05:41:49.253Z+ rustup --version
742026-02-12T05:41:49.264Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-12T05:41:49.267Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-12T05:41:49.351Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-12T05:41:49.354Z+ cargo --version
782026-02-12T05:41:49.428Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-12T05:41:49.431Z+ rustc --version
802026-02-12T05:41:49.504Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-12T05:41:49.508Zprocess exited: duration 27937 ms, exit code 0
 
822026-02-12T05:41:49.514Zstarting task 2: "authentication"
832026-02-12T05:41:49.536Zprocess exited: duration 21 ms, exit code 0
 
842026-02-12T05:41:49.545Zstarting task 3: "clone repository"
852026-02-12T05:41:49.548Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-12T05:41:49.552Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-12T05:41:49.609ZCloning into '/work/oxidecomputer/omicron'...
882026-02-12T05:42:57.614Z+ cd /work/oxidecomputer/omicron
892026-02-12T05:42:57.614Z+ git fetch origin 1c3e4bac8a9f7476d51c1259388b52d7079a6443
902026-02-12T05:42:58.346ZFrom https://github.com/oxidecomputer/omicron
912026-02-12T05:42:58.346Z * branch 1c3e4bac8a9f7476d51c1259388b52d7079a6443 -> FETCH_HEAD
922026-02-12T05:42:58.358Z+ [[ -n bump-console-5304c4b7 ]]
932026-02-12T05:42:58.361Z++ git branch --show-current
942026-02-12T05:42:58.364Z+ current=main
952026-02-12T05:42:58.364Z+ [[ main != bump-console-5304c4b7 ]]
962026-02-12T05:42:58.364Z+ git branch -f bump-console-5304c4b7 1c3e4bac8a9f7476d51c1259388b52d7079a6443
972026-02-12T05:42:58.367Z+ git checkout -f bump-console-5304c4b7
982026-02-12T05:42:58.728ZSwitched to branch 'bump-console-5304c4b7'
992026-02-12T05:42:58.731Z+ git reset --hard 1c3e4bac8a9f7476d51c1259388b52d7079a6443
1002026-02-12T05:42:58.747ZHEAD is now at 1c3e4bac8 Bump web console (can't snapshot read-only disks)
1012026-02-12T05:42:58.750Zprocess exited: duration 69199 ms, exit code 0
 
1022026-02-12T05:42:58.757Zstarting task 4: "build"
1032026-02-12T05:42:58.762Z+ source .github/buildomat/ci-env.sh
1042026-02-12T05:42:58.762Z++ export CARGO_TERM_COLOR=always
1052026-02-12T05:42:58.765Z++ CARGO_TERM_COLOR=always
1062026-02-12T05:42:58.765Z+ cargo --version
1072026-02-12T05:42:58.823Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-02-12T05:42:58.826Z+ rustc --version
1092026-02-12T05:42:58.899Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-02-12T05:42:58.902Z+ cargo tree --locked
1112026-02-12T05:42:59.190Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122026-02-12T05:42:59.876Z Updating crates.io index
1132026-02-12T05:42:59.879Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1142026-02-12T05:43:00.538Z Updating git repository `https://github.com/oxidecomputer/lldp`
1152026-02-12T05:43:01.434Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1162026-02-12T05:43:03.923Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1172026-02-12T05:43:04.397Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1182026-02-12T05:43:05.292Z Updating git repository `https://github.com/oxidecomputer/propolis`
1192026-02-12T05:43:09.726Z Updating git repository `https://github.com/oxidecomputer/crucible`
1202026-02-12T05:43:15.361Z Updating git repository `https://github.com/oxidecomputer/opte`
1212026-02-12T05:43:18.325Z Updating git repository `https://github.com/oxidecomputer/tofino`
1222026-02-12T05:43:19.141Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-02-12T05:43:22.803Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1242026-02-12T05:43:24.179Z Updating git repository `https://github.com/oxidecomputer/clickward`
1252026-02-12T05:43:24.808Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1262026-02-12T05:43:26.073Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1272026-02-12T05:43:26.783Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1282026-02-12T05:43:28.622Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1292026-02-12T05:43:29.796Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1302026-02-12T05:43:30.430Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1312026-02-12T05:43:31.025Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1322026-02-12T05:43:31.795Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1332026-02-12T05:43:32.342Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1342026-02-12T05:43:32.900Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1352026-02-12T05:43:33.566Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1362026-02-12T05:43:34.413Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1372026-02-12T05:43:35.272Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1382026-02-12T05:43:36.409Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1392026-02-12T05:43:37.081Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1402026-02-12T05:43:38.037Z Updating git repository `https://github.com/oxidecomputer/ispf`
1412026-02-12T05:43:38.598Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-02-12T05:43:40.073Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1432026-02-12T05:43:40.918Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1442026-02-12T05:43:41.514Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1452026-02-12T05:43:42.425Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1462026-02-12T05:43:43.037Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1472026-02-12T05:43:43.937Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1482026-02-12T05:43:44.424Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1492026-02-12T05:43:45.162Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1502026-02-12T05:43:45.730Z Updating git repository `https://github.com/illumos/smf-rs`
1512026-02-12T05:43:46.509Z Updating git repository `https://github.com/oxidecomputer/omicron`
1522026-02-12T05:44:23.359Z Downloading crates ...
1532026-02-12T05:44:23.456Z Downloaded addr2line v0.24.2
1542026-02-12T05:44:23.482Z Downloaded async-process v2.3.0
1552026-02-12T05:44:23.487Z Downloaded bitfield-struct v0.6.2
1562026-02-12T05:44:23.492Z Downloaded autocfg v1.4.0
1572026-02-12T05:44:23.497Z Downloaded bzip2 v0.4.4
1582026-02-12T05:44:23.502Z Downloaded darling_macro v0.20.10
1592026-02-12T05:44:23.506Z Downloaded colorchoice v1.0.2
1602026-02-12T05:44:23.511Z Downloaded derive_builder_macro v0.20.2
1612026-02-12T05:44:23.515Z Downloaded cargo-platform v0.2.0
1622026-02-12T05:44:23.520Z Downloaded dirs-sys-next v0.1.2
1632026-02-12T05:44:23.524Z Downloaded defmt v0.3.8
1642026-02-12T05:44:23.530Z Downloaded cexpr v0.6.0
1652026-02-12T05:44:23.535Z Downloaded cookie_store v0.21.1
1662026-02-12T05:44:23.541Z Downloaded defmt-parser v0.3.4
1672026-02-12T05:44:23.545Z Downloaded bit-set v0.8.0
1682026-02-12T05:44:23.551Z Downloaded datatest-stable v0.3.2
1692026-02-12T05:44:23.557Z Downloaded dtrace-parser v0.3.0
1702026-02-12T05:44:23.562Z Downloaded curve25519-dalek-derive v0.1.1
1712026-02-12T05:44:23.566Z Downloaded atty v0.2.14
1722026-02-12T05:44:23.571Z Downloaded debug-ignore v1.0.5
1732026-02-12T05:44:23.575Z Downloaded clap_derive v4.5.47
1742026-02-12T05:44:23.581Z Downloaded camino-tempfile-ext v0.3.2
1752026-02-12T05:44:23.586Z Downloaded difflib v0.4.0
1762026-02-12T05:44:23.590Z Downloaded dof v0.3.0
1772026-02-12T05:44:23.594Z Downloaded async-recursion v1.1.1
1782026-02-12T05:44:23.600Z Downloaded bcrypt-pbkdf v0.10.0
1792026-02-12T05:44:23.605Z Downloaded document-features v0.2.11
1802026-02-12T05:44:23.609Z Downloaded dof v0.4.0
1812026-02-12T05:44:23.613Z Downloaded dyn-clone v1.0.20
1822026-02-12T05:44:23.618Z Downloaded dsl_auto_type v0.1.2
1832026-02-12T05:44:23.623Z Downloaded derive_builder_core v0.20.2
1842026-02-12T05:44:23.627Z Downloaded chumsky v0.9.3
1852026-02-12T05:44:23.633Z Downloaded errno v0.3.12
1862026-02-12T05:44:23.637Z Downloaded embedded-io v0.4.0
1872026-02-12T05:44:23.642Z Downloaded fastrand v2.1.1
1882026-02-12T05:44:23.646Z Downloaded flagset v0.4.6
1892026-02-12T05:44:23.651Z Downloaded foreign-types-shared v0.3.1
1902026-02-12T05:44:23.654Z Downloaded foreign-types-macros v0.2.3
1912026-02-12T05:44:23.658Z Downloaded displaydoc v0.2.5
1922026-02-12T05:44:23.664Z Downloaded anstyle-parse v0.2.5
1932026-02-12T05:44:23.668Z Downloaded derive-ex v0.1.8
1942026-02-12T05:44:23.674Z Downloaded drift v0.1.3
1952026-02-12T05:44:23.680Z Downloaded funty v2.0.0
1962026-02-12T05:44:23.685Z Downloaded erased-serde v0.4.6
1972026-02-12T05:44:23.689Z Downloaded futures-sink v0.3.31
1982026-02-12T05:44:23.693Z Downloaded fxhash v0.2.1
1992026-02-12T05:44:23.696Z Downloaded gethostname v0.5.0
2002026-02-12T05:44:23.700Z Downloaded globwalk v0.9.1
2012026-02-12T05:44:23.705Z Downloaded event-listener-strategy v0.5.2
2022026-02-12T05:44:23.708Z Downloaded fd-lock v4.0.2
2032026-02-12T05:44:23.713Z Downloaded filetime v0.2.26
2042026-02-12T05:44:23.719Z Downloaded hash32 v0.3.1
2052026-02-12T05:44:23.722Z Downloaded hex v0.4.3
2062026-02-12T05:44:23.726Z Downloaded darling v0.21.0
2072026-02-12T05:44:23.733Z Downloaded fs-err v2.11.0
2082026-02-12T05:44:23.737Z Downloaded heck v0.3.3
2092026-02-12T05:44:23.742Z Downloaded heck v0.4.1
2102026-02-12T05:44:23.745Z Downloaded headers-core v0.3.0
2112026-02-12T05:44:23.748Z Downloaded globset v0.4.15
2122026-02-12T05:44:23.751Z Downloaded httpdate v1.0.3
2132026-02-12T05:44:23.755Z Downloaded hubpack_derive v0.1.1
2142026-02-12T05:44:23.758Z Downloaded hubpack v0.1.2
2152026-02-12T05:44:23.762Z Downloaded icu_provider_macros v1.5.0
2162026-02-12T05:44:23.766Z Downloaded idna_adapter v1.2.0
2172026-02-12T05:44:23.769Z Downloaded ident_case v1.0.1
2182026-02-12T05:44:23.772Z Downloaded dropshot_endpoint v0.16.7
2192026-02-12T05:44:23.778Z Downloaded event-listener v5.3.1
2202026-02-12T05:44:23.782Z Downloaded crossbeam-utils v0.8.21
2212026-02-12T05:44:23.787Z Downloaded hex-literal v0.4.1
2222026-02-12T05:44:23.791Z Downloaded instant v0.1.13
2232026-02-12T05:44:23.794Z Downloaded internet-checksum v0.2.1
2242026-02-12T05:44:23.800Z Downloaded indent_write v2.2.0
2252026-02-12T05:44:23.803Z Downloaded indoc v1.0.9
2262026-02-12T05:44:23.806Z Downloaded getrandom v0.2.15
2272026-02-12T05:44:23.811Z Downloaded humantime v2.2.0
2282026-02-12T05:44:23.816Z Downloaded keccak v0.1.5
2292026-02-12T05:44:23.820Z Downloaded lazycell v1.3.0
2302026-02-12T05:44:23.823Z Downloaded libsw-core v0.3.1
2312026-02-12T05:44:23.827Z Downloaded http-body-util v0.1.3
2322026-02-12T05:44:23.830Z Downloaded icu_locid_transform v1.5.0
2332026-02-12T05:44:23.834Z Downloaded allocator-api2 v0.2.21
2342026-02-12T05:44:23.839Z Downloaded linked-hash-map v0.5.6
2352026-02-12T05:44:23.842Z Downloaded hyper-staticfile v0.10.1
2362026-02-12T05:44:23.846Z Downloaded lru v0.12.5
2372026-02-12T05:44:23.850Z Downloaded base64 v0.21.7
2382026-02-12T05:44:23.855Z Downloaded elliptic-curve v0.13.8
2392026-02-12T05:44:23.861Z Downloaded maybe-uninit v2.0.0
2402026-02-12T05:44:23.864Z Downloaded darling_core v0.21.0
2412026-02-12T05:44:23.872Z Downloaded memmap v0.7.0
2422026-02-12T05:44:23.875Z Downloaded indoc v2.0.6
2432026-02-12T05:44:23.879Z Downloaded futures v0.3.31
2442026-02-12T05:44:23.885Z Downloaded new_debug_unreachable v1.0.6
2452026-02-12T05:44:23.888Z Downloaded newline-converter v0.3.0
2462026-02-12T05:44:23.892Z Downloaded iana-time-zone v0.1.63
2472026-02-12T05:44:23.896Z Downloaded newtype-uuid-macros v0.1.0
2482026-02-12T05:44:23.901Z Downloaded half v1.8.3
2492026-02-12T05:44:23.904Z Downloaded libscf-sys v1.1.0
2502026-02-12T05:44:23.907Z Downloaded libloading v0.8.5
2512026-02-12T05:44:23.911Z Downloaded litemap v0.7.3
2522026-02-12T05:44:23.915Z Downloaded nodrop v0.1.14
2532026-02-12T05:44:23.918Z Downloaded num v0.4.3
2542026-02-12T05:44:23.921Z Downloaded num_enum_derive v0.5.11
2552026-02-12T05:44:23.924Z Downloaded num_threads v0.1.7
2562026-02-12T05:44:23.928Z Downloaded diesel_derives v2.2.3
2572026-02-12T05:44:23.932Z Downloaded number_prefix v0.4.0
2582026-02-12T05:44:23.935Z Downloaded openssl-macros v0.1.1
2592026-02-12T05:44:23.938Z Downloaded aho-corasick v1.1.3
2602026-02-12T05:44:23.945Z Downloaded ordered-float v2.10.1
2612026-02-12T05:44:23.948Z Downloaded crypto-bigint v0.5.5
2622026-02-12T05:44:23.955Z Downloaded opaque-debug v0.3.1
2632026-02-12T05:44:23.959Z Downloaded openssl-probe v0.1.5
2642026-02-12T05:44:23.962Z Downloaded oso-derive v0.27.3
2652026-02-12T05:44:23.965Z Downloaded packed_struct_codegen v0.10.1
2662026-02-12T05:44:23.969Z Downloaded icu_provider v1.5.0
2672026-02-12T05:44:23.972Z Downloaded icu_normalizer_data v1.5.0
2682026-02-12T05:44:23.975Z Downloaded ignore v0.4.23
2692026-02-12T05:44:23.981Z Downloaded litrs v0.4.1
2702026-02-12T05:44:23.985Z Downloaded parse-size v1.1.0
2712026-02-12T05:44:23.988Z Downloaded nu-ansi-term v0.50.1
2722026-02-12T05:44:23.992Z Downloaded num-complex v0.4.6
2732026-02-12T05:44:23.995Z Downloaded ed25519-dalek v2.1.1
2742026-02-12T05:44:23.998Z Downloaded parse-display v0.10.0
2752026-02-12T05:44:24.003Z Downloaded parking v2.2.1
2762026-02-12T05:44:24.006Z Downloaded pbkdf2 v0.12.2
2772026-02-12T05:44:24.009Z Downloaded pbkdf2 v0.11.0
2782026-02-12T05:44:24.012Z Downloaded pathdiff v0.2.3
2792026-02-12T05:44:24.015Z Downloaded indexmap v1.9.3
2802026-02-12T05:44:24.018Z Downloaded peg-runtime v0.8.5
2812026-02-12T05:44:24.022Z Downloaded path-slash v0.1.5
2822026-02-12T05:44:24.025Z Downloaded memmap2 v0.9.8
2832026-02-12T05:44:24.028Z Downloaded num_enum v0.5.11
2842026-02-12T05:44:24.032Z Downloaded phf_shared v0.11.2
2852026-02-12T05:44:24.035Z Downloaded piper v0.2.4
2862026-02-12T05:44:24.039Z Downloaded phf_shared v0.12.1
2872026-02-12T05:44:24.042Z Downloaded plotters-svg v0.3.7
2882026-02-12T05:44:24.045Z Downloaded plotters-backend v0.3.7
2892026-02-12T05:44:24.048Z Downloaded precomputed-hash v0.1.1
2902026-02-12T05:44:24.051Z Downloaded owo-colors v3.5.0
2912026-02-12T05:44:24.054Z Downloaded icu_normalizer v1.5.0
2922026-02-12T05:44:24.066Z Downloaded predicates-tree v1.0.12
2932026-02-12T05:44:24.071Z Downloaded proc-macro-crate v1.3.1
2942026-02-12T05:44:24.077Z Downloaded proc-macro-error-attr2 v2.0.0
2952026-02-12T05:44:24.081Z Downloaded progenitor-client v0.8.0
2962026-02-12T05:44:24.085Z Downloaded progenitor v0.8.0
2972026-02-12T05:44:24.089Z Downloaded phf v0.11.2
2982026-02-12T05:44:24.092Z Downloaded pest_generator v2.8.2
2992026-02-12T05:44:24.096Z Downloaded phf v0.12.1
3002026-02-12T05:44:24.099Z Downloaded icu_collections v1.5.0
3012026-02-12T05:44:24.107Z Downloaded psl-types v2.0.11
3022026-02-12T05:44:24.109Z Downloaded pin-project-lite v0.2.14
3032026-02-12T05:44:24.116Z Downloaded quick-error v1.2.3
3042026-02-12T05:44:24.121Z Downloaded radium v0.7.0
3052026-02-12T05:44:24.124Z Downloaded rand_chacha v0.3.1
3062026-02-12T05:44:24.127Z Downloaded poly1305 v0.8.0
3072026-02-12T05:44:24.130Z Downloaded predicates-core v1.0.8
3082026-02-12T05:44:24.133Z Downloaded postgres-protocol v0.6.8
3092026-02-12T05:44:24.136Z Downloaded pkcs8 v0.10.2
3102026-02-12T05:44:24.139Z Downloaded parking_lot_core v0.9.10
3112026-02-12T05:44:24.144Z Downloaded proc-macro-error2 v2.0.1
3122026-02-12T05:44:24.148Z Downloaded password-hash v0.5.0
3132026-02-12T05:44:24.152Z Downloaded rand_xorshift v0.4.0
3142026-02-12T05:44:24.155Z Downloaded progenitor-client v0.11.2
3152026-02-12T05:44:24.158Z Downloaded progenitor v0.11.2
3162026-02-12T05:44:24.162Z Downloaded progenitor v0.10.0
3172026-02-12T05:44:24.166Z Downloaded proc-macro-error v1.0.4
3182026-02-12T05:44:24.169Z Downloaded ref-cast-impl v1.0.25
3192026-02-12T05:44:24.172Z Downloaded ref-cast v1.0.25
3202026-02-12T05:44:24.175Z Downloaded pest_meta v2.8.2
3212026-02-12T05:44:24.178Z Downloaded jiff-static v0.2.15
3222026-02-12T05:44:24.181Z Downloaded p256 v0.13.2
3232026-02-12T05:44:24.185Z Downloaded r2d2 v0.8.10
3242026-02-12T05:44:24.189Z Downloaded quote v1.0.40
3252026-02-12T05:44:24.192Z Downloaded postgres-types v0.2.9
3262026-02-12T05:44:24.196Z Downloaded quinn-udp v0.5.5
3272026-02-12T05:44:24.199Z Downloaded rtoolbox v0.0.2
3282026-02-12T05:44:24.202Z Downloaded rustc_version v0.1.7
3292026-02-12T05:44:24.205Z Downloaded rustc-hash v2.1.1
3302026-02-12T05:44:24.208Z Downloaded rand_core v0.6.4
3312026-02-12T05:44:24.211Z Downloaded rand_core v0.9.3
3322026-02-12T05:44:24.214Z Downloaded papergrid v0.17.0
3332026-02-12T05:44:24.219Z Downloaded sapling-renderdag v0.1.0
3342026-02-12T05:44:24.222Z Downloaded same-file v1.0.6
3352026-02-12T05:44:24.225Z Downloaded openssl-sys v0.9.109
3362026-02-12T05:44:24.232Z Downloaded oso v0.27.3
3372026-02-12T05:44:24.236Z Downloaded scheduled-thread-pool v0.2.7
3382026-02-12T05:44:24.239Z Downloaded progenitor-impl v0.8.0
3392026-02-12T05:44:24.242Z Downloaded relative-path v1.9.3
3402026-02-12T05:44:24.245Z Downloaded pest_derive v2.8.2
3412026-02-12T05:44:24.249Z Downloaded secrecy v0.8.0
3422026-02-12T05:44:24.255Z Downloaded scroll_derive v0.12.0
3432026-02-12T05:44:24.255Z Downloaded scrypt v0.11.0
3442026-02-12T05:44:24.260Z Downloaded scroll_derive v0.13.1
3452026-02-12T05:44:24.260Z Downloaded semver v0.1.20
3462026-02-12T05:44:24.263Z Downloaded serde-big-array v0.5.1
3472026-02-12T05:44:24.266Z Downloaded secrecy v0.10.3
3482026-02-12T05:44:24.269Z Downloaded hyper-util v0.1.19
3492026-02-12T05:44:24.274Z Downloaded papergrid v0.14.0
3502026-02-12T05:44:24.280Z Downloaded seq-macro v0.3.6
3512026-02-12T05:44:24.284Z Downloaded rustls-pemfile v1.0.4
3522026-02-12T05:44:24.287Z Downloaded prefix-trie v0.7.0
3532026-02-12T05:44:24.292Z Downloaded memchr v2.7.4
3542026-02-12T05:44:24.298Z Downloaded serde_plain v1.0.2
3552026-02-12T05:44:24.300Z Downloaded serde_spanned v1.0.4
3562026-02-12T05:44:24.303Z Downloaded scroll v0.13.0
3572026-02-12T05:44:24.306Z Downloaded rustversion v1.0.22
3582026-02-12T05:44:24.310Z Downloaded rustls-pemfile v2.2.0
3592026-02-12T05:44:24.314Z Downloaded serde_repr v0.1.19
3602026-02-12T05:44:24.317Z Downloaded serde_spanned v0.6.9
3612026-02-12T05:44:24.319Z Downloaded hashbrown v0.14.5
3622026-02-12T05:44:24.326Z Downloaded sigpipe v0.1.3
3632026-02-12T05:44:24.329Z Downloaded signal-hook-tokio v0.3.1
3642026-02-12T05:44:24.332Z Downloaded sha1 v0.10.6
3652026-02-12T05:44:24.332Z Downloaded async-std v1.13.0
3662026-02-12T05:44:24.351Z Downloaded siphasher v0.3.11
3672026-02-12T05:44:24.354Z Downloaded similar-asserts v1.7.0
3682026-02-12T05:44:24.358Z Downloaded simd-adler32 v0.3.7
3692026-02-12T05:44:24.361Z Downloaded siphasher v1.0.1
3702026-02-12T05:44:24.365Z Downloaded serde_derive_internals v0.29.1
3712026-02-12T05:44:24.365Z Downloaded russh-keys v0.45.0
3722026-02-12T05:44:24.369Z Downloaded prettyplease v0.2.36
3732026-02-12T05:44:24.373Z Downloaded serde-untagged v0.1.7
3742026-02-12T05:44:24.376Z Downloaded rustls-native-certs v0.8.1
3752026-02-12T05:44:24.379Z Downloaded pretty_assertions v1.4.1
3762026-02-12T05:44:24.382Z Downloaded libm v0.2.8
3772026-02-12T05:44:24.389Z Downloaded ssh-cipher v0.2.0
3782026-02-12T05:44:24.392Z Downloaded criterion v0.7.0
3792026-02-12T05:44:24.400Z Downloaded ron v0.7.1
3802026-02-12T05:44:24.405Z Downloaded signal-hook-registry v1.4.2
3812026-02-12T05:44:24.408Z Downloaded sqlparser_derive v0.2.2
3822026-02-12T05:44:24.411Z Downloaded ssh-encoding v0.2.0
3832026-02-12T05:44:24.414Z Downloaded ron v0.8.1
3842026-02-12T05:44:24.418Z Downloaded stable_deref_trait v1.2.0
3852026-02-12T05:44:24.422Z Downloaded strum v0.26.3
3862026-02-12T05:44:24.425Z Downloaded quinn v0.11.5
3872026-02-12T05:44:24.428Z Downloaded idna v1.0.3
3882026-02-12T05:44:24.433Z Downloaded strum v0.27.2
3892026-02-12T05:44:24.433Z Downloaded slab v0.4.9
3902026-02-12T05:44:24.437Z Downloaded swrite v0.1.0
3912026-02-12T05:44:24.440Z Downloaded itertools v0.13.0
3922026-02-12T05:44:24.446Z Downloaded slog-stdlog v4.1.1
3932026-02-12T05:44:24.449Z Downloaded slog-async v2.8.0
3942026-02-12T05:44:24.449Z Downloaded slog-bunyan v2.5.0
3952026-02-12T05:44:24.454Z Downloaded supports-color v2.1.0
3962026-02-12T05:44:24.457Z Downloaded snafu-derive v0.8.5
3972026-02-12T05:44:24.457Z Downloaded slog-term v2.9.2
3982026-02-12T05:44:24.460Z Downloaded take_mut v0.2.2
3992026-02-12T05:44:24.460Z Downloaded tagptr v0.2.0
4002026-02-12T05:44:24.465Z Downloaded sqlformat v0.3.5
4012026-02-12T05:44:24.465Z Downloaded supports-hyperlinks v2.1.0
4022026-02-12T05:44:24.468Z Downloaded supports-color v3.0.2
4032026-02-12T05:44:24.471Z Downloaded tabwriter v1.4.0
4042026-02-12T05:44:24.472Z Downloaded sha2 v0.10.9
4052026-02-12T05:44:24.475Z Downloaded tap v1.0.1
4062026-02-12T05:44:24.478Z Downloaded rcgen v0.12.1
4072026-02-12T05:44:24.481Z Downloaded target-triple v0.1.3
4082026-02-12T05:44:24.484Z Downloaded rayon-core v1.12.1
4092026-02-12T05:44:24.489Z Downloaded rand v0.8.5
4102026-02-12T05:44:24.493Z Downloaded terminal_size v0.4.0
4112026-02-12T05:44:24.496Z Downloaded strip-ansi-escapes v0.2.0
4122026-02-12T05:44:24.496Z Downloaded qorb v0.4.1
4132026-02-12T05:44:24.500Z Downloaded strum_macros v0.26.4
4142026-02-12T05:44:24.503Z Downloaded terminal_size v0.1.17
4152026-02-12T05:44:24.506Z Downloaded string_cache v0.8.9
4162026-02-12T05:44:24.511Z Downloaded testing_table v0.3.0
4172026-02-12T05:44:24.511Z Downloaded structmeta-derive v0.3.0
4182026-02-12T05:44:24.514Z Downloaded serde_derive v1.0.228
4192026-02-12T05:44:24.517Z Downloaded strum_macros v0.24.3
4202026-02-12T05:44:24.517Z Downloaded stringmetrics v2.2.2
4212026-02-12T05:44:24.522Z Downloaded termtree v0.5.1
4222026-02-12T05:44:24.522Z Downloaded serde_core v1.0.228
4232026-02-12T05:44:24.525Z Downloaded time-core v0.1.6
4242026-02-12T05:44:24.528Z Downloaded rustls-pki-types v1.10.0
4252026-02-12T05:44:24.531Z Downloaded synstructure v0.13.1
4262026-02-12T05:44:24.534Z Downloaded support-bundle-viewer v0.1.2
4272026-02-12T05:44:24.537Z Downloaded thread_local v1.1.8
4282026-02-12T05:44:24.537Z Downloaded spki v0.7.3
4292026-02-12T05:44:24.540Z Downloaded bindgen v0.69.5
4302026-02-12T05:44:24.546Z Downloaded thread-id v5.0.0
4312026-02-12T05:44:24.550Z Downloaded serde_yaml v0.9.34+deprecated
4322026-02-12T05:44:24.553Z Downloaded tinyvec_macros v0.1.1
4332026-02-12T05:44:24.556Z Downloaded schemars v0.9.0
4342026-02-12T05:44:24.567Z Downloaded toml_datetime v0.6.11
4352026-02-12T05:44:24.570Z Downloaded target-lexicon v0.13.2
4362026-02-12T05:44:24.573Z Downloaded similar v2.7.0
4372026-02-12T05:44:24.576Z Downloaded thiserror v1.0.69
4382026-02-12T05:44:24.581Z Downloaded topological-sort v0.2.2
4392026-02-12T05:44:24.584Z Downloaded termcolor v1.4.1
4402026-02-12T05:44:24.588Z Downloaded typeid v1.0.3
4412026-02-12T05:44:24.588Z Downloaded tower-layer v0.3.3
4422026-02-12T05:44:24.591Z Downloaded try-lock v0.2.5
4432026-02-12T05:44:24.591Z Downloaded thiserror v2.0.18
4442026-02-12T05:44:24.596Z Downloaded tiny-keccak v2.0.2
4452026-02-12T05:44:24.599Z Downloaded tower-service v0.3.3
4462026-02-12T05:44:24.602Z Downloaded tinytemplate v1.2.1
4472026-02-12T05:44:24.602Z Downloaded thread-id v4.2.2
4482026-02-12T05:44:24.605Z Downloaded typify-macro v0.4.3
4492026-02-12T05:44:24.605Z Downloaded schemars v1.0.4
4502026-02-12T05:44:24.620Z Downloaded tinystr v0.7.6
4512026-02-12T05:44:24.623Z Downloaded typify-macro v0.2.0
4522026-02-12T05:44:24.626Z Downloaded unicode-linebreak v0.1.5
4532026-02-12T05:44:24.626Z Downloaded unarray v0.1.4
4542026-02-12T05:44:24.629Z Downloaded term v0.7.0
4552026-02-12T05:44:24.632Z Downloaded tokio-rustls v0.25.0
4562026-02-12T05:44:24.632Z Downloaded tokio-native-tls v0.3.1
4572026-02-12T05:44:24.636Z Downloaded rand v0.9.2
4582026-02-12T05:44:24.639Z Downloaded untrusted v0.7.1
4592026-02-12T05:44:24.642Z Downloaded untrusted v0.9.0
4602026-02-12T05:44:24.642Z Downloaded tokio-tungstenite v0.21.0
4612026-02-12T05:44:24.662Z Downloaded rstest_macros v0.25.0
4622026-02-12T05:44:24.663Z Downloaded toml_datetime v0.7.5+spec-1.1.0
4632026-02-12T05:44:24.663Z Downloaded unit-prefix v0.5.1
4642026-02-12T05:44:24.663Z Downloaded usdt v0.6.0
4652026-02-12T05:44:24.663Z Downloaded bitvec v1.0.1
4662026-02-12T05:44:24.667Z Downloaded utf-8 v0.7.6
4672026-02-12T05:44:24.671Z Downloaded usdt-macro v0.6.0
4682026-02-12T05:44:24.671Z Downloaded usdt-macro v0.5.0
4692026-02-12T05:44:24.671Z Downloaded usdt-attr-macro v0.6.0
4702026-02-12T05:44:24.674Z Downloaded usdt-attr-macro v0.5.0
4712026-02-12T05:44:24.674Z Downloaded universal-hash v0.5.1
4722026-02-12T05:44:24.674Z Downloaded tui-tree-widget v0.23.1
4732026-02-12T05:44:24.677Z Downloaded typify v0.2.0
4742026-02-12T05:44:24.680Z Downloaded tracing-attributes v0.1.27
4752026-02-12T05:44:24.683Z Downloaded socket2 v0.5.10
4762026-02-12T05:44:24.683Z Downloaded utf8_iter v1.0.4
4772026-02-12T05:44:24.687Z Downloaded utf16_iter v1.0.5
4782026-02-12T05:44:24.687Z Downloaded tar v0.4.44
4792026-02-12T05:44:24.690Z Downloaded thiserror-impl v2.0.18
4802026-02-12T05:44:24.694Z Downloaded utf8parse v0.2.2
4812026-02-12T05:44:24.694Z Downloaded tempfile v3.24.0
4822026-02-12T05:44:24.697Z Downloaded snafu v0.8.5
4832026-02-12T05:44:24.700Z Downloaded void v1.0.2
4842026-02-12T05:44:24.700Z Downloaded tokio-rustls v0.26.0
4852026-02-12T05:44:24.704Z Downloaded tokio-rustls v0.24.1
4862026-02-12T05:44:24.706Z Downloaded waitgroup v0.1.2
4872026-02-12T05:44:24.707Z Downloaded version_check v0.9.5
4882026-02-12T05:44:24.709Z Downloaded want v0.3.1
4892026-02-12T05:44:24.710Z Downloaded tls_codec v0.4.1
4902026-02-12T05:44:24.713Z Downloaded toml v0.8.23
4912026-02-12T05:44:24.716Z Downloaded tokio-stream v0.1.17
4922026-02-12T05:44:24.719Z Downloaded textwrap v0.16.2
4932026-02-12T05:44:24.722Z Downloaded wait-timeout v0.2.0
4942026-02-12T05:44:24.725Z Downloaded write16 v1.0.0
4952026-02-12T05:44:24.725Z Downloaded usdt-impl v0.5.0
4962026-02-12T05:44:24.725Z Downloaded usdt-impl v0.6.0
4972026-02-12T05:44:24.728Z Downloaded twox-hash v2.1.0
4982026-02-12T05:44:24.731Z Downloaded rustyline v14.0.0
4992026-02-12T05:44:24.734Z Downloaded xattr v1.3.1
5002026-02-12T05:44:24.737Z Downloaded typenum v1.17.0
5012026-02-12T05:44:24.737Z Downloaded trybuild v1.0.106
5022026-02-12T05:44:24.742Z Downloaded xshell-macros v0.2.7
5032026-02-12T05:44:24.746Z Downloaded russh v0.45.0
5042026-02-12T05:44:24.749Z Downloaded yoke-derive v0.7.4
5052026-02-12T05:44:24.752Z Downloaded unicase v2.8.1
5062026-02-12T05:44:24.752Z Downloaded zerofrom v0.1.4
5072026-02-12T05:44:24.755Z Downloaded plotters v0.3.7
5082026-02-12T05:44:24.761Z Downloaded unicode-properties v0.1.3
5092026-02-12T05:44:24.764Z Downloaded zone_cfg_derive v0.1.2
5102026-02-12T05:44:24.764Z Downloaded uzers v0.12.1
5112026-02-12T05:44:24.768Z Downloaded ucd-trie v0.1.7
5122026-02-12T05:44:24.771Z Downloaded zone v0.1.8
5132026-02-12T05:44:24.771Z Downloaded zerofrom-derive v0.1.4
5142026-02-12T05:44:24.771Z Downloaded toml v0.7.8
5152026-02-12T05:44:24.774Z Downloaded zone_cfg_derive v0.3.0
5162026-02-12T05:44:24.777Z Downloaded zeroize_derive v1.4.2
5172026-02-12T05:44:24.777Z Downloaded vergen-lib v0.1.6
5182026-02-12T05:44:24.777Z Downloaded vergen-gitcl v1.0.8
5192026-02-12T05:44:24.780Z Downloaded vte_generate_state_changes v0.1.2
5202026-02-12T05:44:24.780Z Downloaded vergen-git2 v1.0.7
5212026-02-12T05:44:24.784Z Downloaded usdt v0.5.0
5222026-02-12T05:44:24.784Z Downloaded zone v0.3.1
5232026-02-12T05:44:24.784Z Downloaded vsss-rs v3.3.4
5242026-02-12T05:44:24.787Z Downloaded whoami v1.5.2
5252026-02-12T05:44:24.790Z Downloaded wyz v0.5.1
5262026-02-12T05:44:24.794Z Downloaded git2 v0.20.2
5272026-02-12T05:44:24.799Z Downloaded xz2 v0.1.7
5282026-02-12T05:44:24.802Z Downloaded which v4.4.2
5292026-02-12T05:44:24.805Z Downloaded reedline v0.40.0
5302026-02-12T05:44:24.809Z Downloaded zerovec-derive v0.10.3
5312026-02-12T05:44:24.812Z Downloaded steno v0.4.1
5322026-02-12T05:44:24.815Z Downloaded tinyvec v1.8.0
5332026-02-12T05:44:24.818Z Downloaded yoke v0.7.4
5342026-02-12T05:44:24.821Z Downloaded rpassword v7.4.0
5352026-02-12T05:44:24.824Z Downloaded p384 v0.13.1
5362026-02-12T05:44:24.828Z Downloaded zstd v0.13.3
5372026-02-12T05:44:24.832Z Downloaded value-bag v1.12.0
5382026-02-12T05:44:24.835Z Downloaded xshell v0.2.7
5392026-02-12T05:44:24.835Z Downloaded unicode-ident v1.0.19
5402026-02-12T05:44:24.838Z Downloaded toml_edit v0.22.27
5412026-02-12T05:44:24.841Z Downloaded vte v0.11.1
5422026-02-12T05:44:24.844Z Downloaded tracing-core v0.1.32
5432026-02-12T05:44:24.846Z Downloaded zeroize v1.8.1
5442026-02-12T05:44:24.850Z Downloaded vergen v9.0.6
5452026-02-12T05:44:24.850Z Downloaded icu_properties_data v1.5.0
5462026-02-12T05:44:24.859Z Downloaded zmij v1.0.15
5472026-02-12T05:44:24.862Z Downloaded zerocopy v0.6.6
5482026-02-12T05:44:24.865Z Downloaded walkdir v2.5.0
5492026-02-12T05:44:24.865Z Downloaded unicode-bidi v0.3.17
5502026-02-12T05:44:24.868Z Downloaded ssh-key v0.6.6
5512026-02-12T05:44:24.874Z Downloaded goblin v0.10.2
5522026-02-12T05:44:24.880Z Downloaded tracing v0.1.40
5532026-02-12T05:44:24.884Z Downloaded yasna v0.5.2
5542026-02-12T05:44:24.888Z Downloaded typify v0.4.3
5552026-02-12T05:44:24.891Z Downloaded zerocopy-derive v0.7.35
5562026-02-12T05:44:24.894Z Downloaded reqwest v0.12.24
5572026-02-12T05:44:24.900Z Downloaded zstd-safe v7.2.3
5582026-02-12T05:44:24.903Z Downloaded tungstenite v0.23.0
5592026-02-12T05:44:24.906Z Downloaded tungstenite v0.21.0
5602026-02-12T05:44:24.909Z Downloaded writeable v0.5.5
5612026-02-12T05:44:24.909Z Downloaded toml v0.9.11+spec-1.1.0
5622026-02-12T05:44:24.913Z Downloaded portable-atomic v1.11.0
5632026-02-12T05:44:24.919Z Downloaded unsafe-libyaml v0.2.11
5642026-02-12T05:44:24.923Z Downloaded lalrpop v0.19.12
5652026-02-12T05:44:24.933Z Downloaded zopfli v0.8.1
5662026-02-12T05:44:24.936Z Downloaded unicode_categories v0.1.1
5672026-02-12T05:44:24.939Z Downloaded serde_json v1.0.149
5682026-02-12T05:44:24.943Z Downloaded moka v0.12.10
5692026-02-12T05:44:24.952Z Downloaded uuid v1.19.0
5702026-02-12T05:44:24.955Z Downloaded textwrap v0.15.2
5712026-02-12T05:44:24.958Z Downloaded quinn-proto v0.11.8
5722026-02-12T05:44:24.963Z Downloaded tokio-postgres v0.7.13
5732026-02-12T05:44:24.967Z Downloaded tokio-tungstenite v0.23.1
5742026-02-12T05:44:24.970Z Downloaded url v2.5.4
5752026-02-12T05:44:24.973Z Downloaded toml_parser v1.0.6+spec-1.1.0
5762026-02-12T05:44:24.976Z Downloaded test-strategy v0.4.3
5772026-02-12T05:44:24.979Z Downloaded yansi v1.0.1
5782026-02-12T05:44:24.982Z Downloaded typed-path v0.9.3
5792026-02-12T05:44:24.986Z Downloaded tower v0.5.2
5802026-02-12T05:44:24.995Z Downloaded unicode-segmentation v1.12.0
5812026-02-12T05:44:24.998Z Downloaded zip v0.6.6
5822026-02-12T05:44:25.001Z Downloaded salty v0.3.0
5832026-02-12T05:44:25.009Z Downloaded gimli v0.31.1
5842026-02-12T05:44:25.015Z Downloaded toml_edit v0.19.15
5852026-02-12T05:44:25.030Z Downloaded zerocopy-derive v0.8.27
5862026-02-12T05:44:25.036Z Downloaded curve25519-dalek v4.1.3
5872026-02-12T05:44:25.043Z Downloaded tokio-util v0.7.15
5882026-02-12T05:44:25.049Z Downloaded x509-cert v0.2.5
5892026-02-12T05:44:25.055Z Downloaded bstr v1.10.0
5902026-02-12T05:44:25.064Z Downloaded tower-http v0.6.6
5912026-02-12T05:44:25.071Z Downloaded zip v4.2.0
5922026-02-12T05:44:25.075Z Downloaded dropshot v0.16.7
5932026-02-12T05:44:25.095Z Downloaded radix_trie v0.2.1
5942026-02-12T05:44:25.099Z Downloaded nix v0.27.1
5952026-02-12T05:44:25.107Z Downloaded unicode-normalization v0.1.24
5962026-02-12T05:44:25.111Z Downloaded serde_with v3.16.1
5972026-02-12T05:44:25.122Z Downloaded rustls-webpki v0.102.8
5982026-02-12T05:44:25.139Z Downloaded zerovec v0.10.4
5992026-02-12T05:44:25.144Z Downloaded winnow v0.5.40
6002026-02-12T05:44:25.151Z Downloaded openssl v0.10.73
6012026-02-12T05:44:25.159Z Downloaded polar-core v0.27.3
6022026-02-12T05:44:25.167Z Downloaded nix v0.29.0
6032026-02-12T05:44:25.179Z Downloaded tabled v0.15.0
6042026-02-12T05:44:25.192Z Downloaded zerocopy v0.7.35
6052026-02-12T05:44:25.207Z Downloaded zlib-rs v0.5.1
6062026-02-12T05:44:25.211Z Downloaded diesel v2.2.12
6072026-02-12T05:44:25.227Z Downloaded tabled v0.18.0
6082026-02-12T05:44:25.242Z Downloaded syn v1.0.109
6092026-02-12T05:44:25.251Z Downloaded hickory-proto v0.25.2
6102026-02-12T05:44:25.264Z Downloaded unicode-width v0.1.14
6112026-02-12T05:44:25.268Z Downloaded regex-syntax v0.8.5
6122026-02-12T05:44:25.275Z Downloaded unicode-width v0.2.0
6132026-02-12T05:44:25.280Z Downloaded openapiv3 v2.2.0
6142026-02-12T05:44:25.289Z Downloaded object v0.36.5
6152026-02-12T05:44:25.299Z Downloaded rustls v0.23.19
6162026-02-12T05:44:25.308Z Downloaded vcpkg v0.2.15
6172026-02-12T05:44:25.344Z Downloaded webpki-roots v1.0.1
6182026-02-12T05:44:25.347Z Downloaded rustix v1.1.3
6192026-02-12T05:44:25.366Z Downloaded zerocopy v0.8.27
6202026-02-12T05:44:25.385Z Downloaded syn v2.0.114
6212026-02-12T05:44:25.395Z Downloaded smoltcp v0.11.0
6222026-02-12T05:44:25.405Z Downloaded rustix v0.38.37
6232026-02-12T05:44:25.425Z Downloaded bzip2-sys v0.1.13+1.0.8
6242026-02-12T05:44:25.435Z Downloaded regress v0.10.4
6252026-02-12T05:44:25.442Z Downloaded sled v0.34.7
6262026-02-12T05:44:25.451Z Downloaded rustls v0.22.4
6272026-02-12T05:44:25.462Z Downloaded hickory-proto v0.24.4
6282026-02-12T05:44:25.475Z Downloaded winnow v0.7.14
6292026-02-12T05:44:25.484Z Downloaded tabled v0.20.0
6302026-02-12T05:44:25.501Z Downloaded rustls v0.21.12
6312026-02-12T05:44:25.511Z Downloaded regex-automata v0.4.11
6322026-02-12T05:44:25.525Z Downloaded winnow v0.6.26
6332026-02-12T05:44:25.533Z Downloaded typify-impl v0.2.0
6342026-02-12T05:44:25.545Z Downloaded typify-impl v0.4.3
6352026-02-12T05:44:25.558Z Downloaded ratatui v0.29.0
6362026-02-12T05:44:25.575Z Downloaded lzma-sys v0.1.20
6372026-02-12T05:44:25.601Z Downloaded jiff v0.2.15
6382026-02-12T05:44:25.616Z Downloaded chrono-tz v0.10.4
6392026-02-12T05:44:25.631Z Downloaded zerocopy-derive v0.6.6
6402026-02-12T05:44:25.640Z Downloaded smoltcp v0.9.1
6412026-02-12T05:44:25.649Z Downloaded regex-syntax v0.6.29
6422026-02-12T05:44:25.655Z Downloaded petgraph v0.6.5
6432026-02-12T05:44:25.672Z Downloaded nix v0.30.1
6442026-02-12T05:44:25.682Z Downloaded petgraph v0.8.2
6452026-02-12T05:44:25.700Z Downloaded libz-sys v1.1.20
6462026-02-12T05:44:25.719Z Downloaded libc v0.2.180
6472026-02-12T05:44:25.748Z Downloaded nix v0.28.0
6482026-02-12T05:44:25.757Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
6492026-02-12T05:44:25.772Z Downloaded csv v1.3.1
6502026-02-12T05:44:25.790Z Downloaded tokio v1.49.0
6512026-02-12T05:44:25.825Z Downloaded tough v0.20.0
6522026-02-12T05:44:25.833Z Downloaded proptest v1.7.0
6532026-02-12T05:44:25.845Z Downloaded sha3 v0.10.8
6542026-02-12T05:44:25.849Z Downloaded time v0.3.43
6552026-02-12T05:44:25.852Z Downloaded sqlparser v0.45.0
6562026-02-12T05:44:25.858Z Downloaded rustls-webpki v0.101.7
6572026-02-12T05:44:25.871Z Downloaded petname v2.0.2
6582026-02-12T05:44:25.876Z Downloaded rayon v1.10.0
6592026-02-12T05:44:25.884Z Downloaded regex v1.11.3
6602026-02-12T05:44:25.890Z Downloaded quick-xml v0.37.2
6612026-02-12T05:44:25.895Z Downloaded object v0.30.4
6622026-02-12T05:44:25.903Z Downloaded pest v2.8.2
6632026-02-12T05:44:25.908Z Downloaded unicode-xid v0.2.6
6642026-02-12T05:44:25.911Z Downloaded toml_writer v1.0.6+spec-1.1.0
6652026-02-12T05:44:25.914Z Downloaded bindgen v0.71.1
6662026-02-12T05:44:25.918Z Downloaded term v1.1.0
6672026-02-12T05:44:25.921Z Downloaded subprocess v0.2.9
6682026-02-12T05:44:25.924Z Downloaded serde v1.0.228
6692026-02-12T05:44:25.927Z Downloaded unicode-truncate v1.1.0
6702026-02-12T05:44:25.930Z Downloaded encoding_rs v0.8.34
6712026-02-12T05:44:25.948Z Downloaded tokio-dtrace v0.1.0
6722026-02-12T05:44:25.951Z Downloaded tokio-macros v2.6.0
6732026-02-12T05:44:25.951Z Downloaded tls_codec_derive v0.4.1
6742026-02-12T05:44:25.955Z Downloaded target-spec v3.5.0
6752026-02-12T05:44:25.955Z Downloaded signal-hook v0.3.18
6762026-02-12T05:44:25.958Z Downloaded p521 v0.13.3
6772026-02-12T05:44:25.961Z Downloaded trait-variant v0.1.2
6782026-02-12T05:44:25.961Z Downloaded samael v0.0.19
6792026-02-12T05:44:25.965Z Downloaded thiserror-no-std v2.0.2
6802026-02-12T05:44:25.969Z Downloaded socket2 v0.6.1
6812026-02-12T05:44:25.972Z Downloaded time-macros v0.2.24
6822026-02-12T05:44:25.976Z Downloaded httpmock v0.8.0-alpha.1
6832026-02-12T05:44:25.991Z Downloaded thiserror-impl v1.0.69
6842026-02-12T05:44:25.994Z Downloaded rsa v0.9.8
6852026-02-12T05:44:25.997Z Downloaded termios v0.3.3
6862026-02-12T05:44:26.000Z Downloaded goblin v0.8.2
6872026-02-12T05:44:26.003Z Downloaded toml_write v0.1.2
6882026-02-12T05:44:26.006Z Downloaded chrono v0.4.43
6892026-02-12T05:44:26.010Z Downloaded slog v2.8.2
6902026-02-12T05:44:26.013Z Downloaded itertools v0.14.0
6912026-02-12T05:44:26.019Z Downloaded hkdf v0.12.4
6922026-02-12T05:44:26.023Z Downloaded num-bigint-dig v0.8.6
6932026-02-12T05:44:26.026Z Downloaded thiserror-impl-no-std v2.0.2
6942026-02-12T05:44:26.029Z Downloaded ring v0.17.14
6952026-02-12T05:44:26.065Z Downloaded strum_macros v0.27.2
6962026-02-12T05:44:26.068Z Downloaded spin v0.9.8
6972026-02-12T05:44:26.071Z Downloaded smallvec v1.15.1
6982026-02-12T05:44:26.071Z Downloaded stringprep v0.1.5
6992026-02-12T05:44:26.074Z Downloaded static_assertions v1.1.0
7002026-02-12T05:44:26.074Z Downloaded libgit2-sys v0.18.2+1.9.1
7012026-02-12T05:44:26.121Z Downloaded hyper v1.8.1
7022026-02-12T05:44:26.127Z Downloaded publicsuffix v2.3.0
7032026-02-12T05:44:26.130Z Downloaded tabled_derive v0.11.0
7042026-02-12T05:44:26.130Z Downloaded serde_with_macros v3.16.1
7052026-02-12T05:44:26.133Z Downloaded tabled_derive v0.10.0
7062026-02-12T05:44:26.133Z Downloaded tabled_derive v0.7.0
7072026-02-12T05:44:26.133Z Downloaded sync_wrapper v1.0.1
7082026-02-12T05:44:26.136Z Downloaded sync-ptr v0.1.4
7092026-02-12T05:44:26.136Z Downloaded supports-unicode v2.1.0
7102026-02-12T05:44:26.136Z Downloaded schemars v0.8.22
7112026-02-12T05:44:26.146Z Downloaded itertools v0.12.1
7122026-02-12T05:44:26.152Z Downloaded smf v0.2.3
7132026-02-12T05:44:26.155Z Downloaded slog-json v2.6.1
7142026-02-12T05:44:26.155Z Downloaded smallvec v0.6.14
7152026-02-12T05:44:26.159Z Downloaded rand_distr v0.5.1
7162026-02-12T05:44:26.162Z Downloaded h2 v0.4.6
7172026-02-12T05:44:26.165Z Downloaded smawk v0.3.2
7182026-02-12T05:44:26.168Z Downloaded slog-scope v4.4.0
7192026-02-12T05:44:26.168Z Downloaded serde_cbor v0.11.2
7202026-02-12T05:44:26.172Z Downloaded hashbrown v0.16.1
7212026-02-12T05:44:26.175Z Downloaded subtle v2.6.1
7222026-02-12T05:44:26.178Z Downloaded structmeta v0.3.0
7232026-02-12T05:44:26.178Z Downloaded strsim v0.11.1
7242026-02-12T05:44:26.178Z Downloaded slog-envlogger v2.2.0
7252026-02-12T05:44:26.181Z Downloaded slog-dtrace v0.3.0
7262026-02-12T05:44:26.181Z Downloaded iri-string v0.7.8
7272026-02-12T05:44:26.185Z Downloaded nom v7.1.3
7282026-02-12T05:44:26.190Z Downloaded iddqd v0.3.16
7292026-02-12T05:44:26.197Z Downloaded rstest v0.25.0
7302026-02-12T05:44:26.202Z Downloaded shlex v1.3.0
7312026-02-12T05:44:26.206Z Downloaded http v1.4.0
7322026-02-12T05:44:26.208Z Downloaded aws-lc-rs v1.12.4
7332026-02-12T05:44:26.215Z Downloaded libxml v0.3.3
7342026-02-12T05:44:26.220Z Downloaded serde_tokenstream v0.2.2
7352026-02-12T05:44:26.223Z Downloaded serde_path_to_error v0.1.20
7362026-02-12T05:44:26.223Z Downloaded ryu v1.0.18
7372026-02-12T05:44:26.226Z Downloaded rusty-fork v0.3.0
7382026-02-12T05:44:26.229Z Downloaded hashbrown v0.15.4
7392026-02-12T05:44:26.232Z Downloaded futures-util v0.3.31
7402026-02-12T05:44:26.241Z Downloaded signature v2.2.0
7412026-02-12T05:44:26.244Z Downloaded signal-hook-mio v0.2.4
7422026-02-12T05:44:26.244Z Downloaded shell-words v1.1.0
7432026-02-12T05:44:26.244Z Downloaded serde-hex v0.1.0
7442026-02-12T05:44:26.247Z Downloaded semver v1.0.27
7452026-02-12T05:44:26.247Z Downloaded scroll v0.12.0
7462026-02-12T05:44:26.251Z Downloaded num-bigint v0.4.6
7472026-02-12T05:44:26.254Z Downloaded sec1 v0.7.3
7482026-02-12T05:44:26.257Z Downloaded sct v0.7.1
7492026-02-12T05:44:26.260Z Downloaded serde_urlencoded v0.7.1
7502026-02-12T05:44:26.260Z Downloaded progenitor-impl v0.11.2
7512026-02-12T05:44:26.263Z Downloaded blake3 v1.5.4
7522026-02-12T05:44:26.269Z Downloaded guppy v0.17.20
7532026-02-12T05:44:26.273Z Downloaded progenitor-impl v0.10.0
7542026-02-12T05:44:26.276Z Downloaded rand_seeder v0.4.0
7552026-02-12T05:44:26.279Z Downloaded mio v1.0.2
7562026-02-12T05:44:26.282Z Downloaded schemars_derive v0.8.22
7572026-02-12T05:44:26.285Z Downloaded itertools v0.10.5
7582026-02-12T05:44:26.289Z Downloaded serde_regex v1.1.0
7592026-02-12T05:44:26.292Z Downloaded serde_bytes v0.11.19
7602026-02-12T05:44:26.292Z Downloaded serde-value v0.7.0
7612026-02-12T05:44:26.297Z Downloaded rustc-demangle v0.1.24
7622026-02-12T05:44:26.297Z Downloaded proc-macro2 v1.0.101
7632026-02-12T05:44:26.300Z Downloaded rustc_version v0.4.1
7642026-02-12T05:44:26.300Z Downloaded rust-argon2 v2.1.0
7652026-02-12T05:44:26.300Z Downloaded polling v3.7.3
7662026-02-12T05:44:26.303Z Downloaded pkcs5 v0.7.1
7672026-02-12T05:44:26.306Z Downloaded pin-project v1.1.6
7682026-02-12T05:44:26.315Z Downloaded scopeguard v1.2.0
7692026-02-12T05:44:26.319Z Downloaded resolv-conf v0.7.0
7702026-02-12T05:44:26.319Z Downloaded hickory-server v0.25.2
7712026-02-12T05:44:26.322Z Downloaded salsa20 v0.10.2
7722026-02-12T05:44:26.325Z Downloaded miette v5.10.0
7732026-02-12T05:44:26.328Z Downloaded crossterm v0.28.1
7742026-02-12T05:44:26.332Z Downloaded minimal-lexical v0.2.1
7752026-02-12T05:44:26.335Z Downloaded indexmap v2.13.0
7762026-02-12T05:44:26.339Z Downloaded rustc-hash v1.1.0
7772026-02-12T05:44:26.342Z Downloaded russh-cryptovec v0.7.3
7782026-02-12T05:44:26.342Z Downloaded rfc6979 v0.4.0
7792026-02-12T05:44:26.342Z Downloaded rand_chacha v0.9.0
7802026-02-12T05:44:26.346Z Downloaded postcard v1.0.10
7812026-02-12T05:44:26.346Z Downloaded papergrid v0.11.0
7822026-02-12T05:44:26.348Z Downloaded ppv-lite86 v0.2.20
7832026-02-12T05:44:26.351Z Downloaded pkcs1 v0.7.5
7842026-02-12T05:44:26.354Z Downloaded parking_lot v0.12.3
7852026-02-12T05:44:26.355Z Downloaded primeorder v0.13.6
7862026-02-12T05:44:26.358Z Downloaded peg v0.8.5
7872026-02-12T05:44:26.361Z Downloaded predicates v3.1.3
7882026-02-12T05:44:26.363Z Downloaded hickory-resolver v0.24.4
7892026-02-12T05:44:26.368Z Downloaded parking_lot v0.11.2
7902026-02-12T05:44:26.368Z Downloaded once_cell v1.21.3
7912026-02-12T05:44:26.370Z Downloaded num-traits v0.2.19
7922026-02-12T05:44:26.373Z Downloaded crossterm v0.29.0
7932026-02-12T05:44:26.377Z Downloaded polyval v0.6.2
7942026-02-12T05:44:26.380Z Downloaded pkg-config v0.3.31
7952026-02-12T05:44:26.380Z Downloaded pin-project-internal v1.1.6
7962026-02-12T05:44:26.384Z Downloaded knuffel v3.2.0
7972026-02-12T05:44:26.388Z Downloaded progenitor-macro v0.11.2
7982026-02-12T05:44:26.388Z Downloaded progenitor-macro v0.10.0
7992026-02-12T05:44:26.388Z Downloaded progenitor-macro v0.8.0
8002026-02-12T05:44:26.388Z Downloaded progenitor-client v0.10.0
8012026-02-12T05:44:26.388Z Downloaded owo-colors v4.2.2
8022026-02-12T05:44:26.391Z Downloaded hashbrown v0.13.2
8032026-02-12T05:44:26.394Z Downloaded hashbrown v0.12.3
8042026-02-12T05:44:26.397Z Downloaded miniz_oxide v0.8.5
8052026-02-12T05:44:26.400Z Downloaded aes v0.8.4
8062026-02-12T05:44:26.403Z Downloaded peg-macros v0.8.5
8072026-02-12T05:44:26.406Z Downloaded pem-rfc7468 v0.7.0
8082026-02-12T05:44:26.406Z Downloaded pem v3.0.5
8092026-02-12T05:44:26.409Z Downloaded path-tree v0.8.1
8102026-02-12T05:44:26.409Z Downloaded paste v1.0.15
8112026-02-12T05:44:26.412Z Downloaded parse-display-derive v0.10.0
8122026-02-12T05:44:26.412Z Downloaded omicron-zone-package v0.12.2
8132026-02-12T05:44:26.415Z Downloaded proc-macro-error-attr v1.0.4
8142026-02-12T05:44:26.415Z Downloaded proc-macro-crate v3.2.0
8152026-02-12T05:44:26.418Z Downloaded indicatif v0.18.0
8162026-02-12T05:44:26.421Z Downloaded hickory-resolver v0.25.2
8172026-02-12T05:44:26.424Z Downloaded pretty-hex v0.4.1
8182026-02-12T05:44:26.424Z Downloaded pretty-hex v0.2.1
8192026-02-12T05:44:26.428Z Downloaded powerfmt v0.2.0
8202026-02-12T05:44:26.428Z Downloaded password-hash v0.4.2
8212026-02-12T05:44:26.428Z Downloaded partial-io v0.5.4
8222026-02-12T05:44:26.431Z Downloaded indicatif v0.17.11
8232026-02-12T05:44:26.435Z Downloaded parking_lot_core v0.8.6
8242026-02-12T05:44:26.438Z Downloaded log v0.4.29
8252026-02-12T05:44:26.438Z Downloaded plain v0.2.3
8262026-02-12T05:44:26.438Z Downloaded heapless v0.8.0
8272026-02-12T05:44:26.441Z Downloaded heapless v0.7.17
8282026-02-12T05:44:26.444Z Downloaded clap_builder v4.5.48
8292026-02-12T05:44:26.451Z Downloaded pin-utils v0.1.0
8302026-02-12T05:44:26.451Z Downloaded packed_struct v0.10.1
8312026-02-12T05:44:26.455Z Downloaded oxnet v0.1.4
8322026-02-12T05:44:26.455Z Downloaded oxide-tokio-rt v0.1.2
8332026-02-12T05:44:26.458Z Downloaded percent-encoding v2.3.2
8342026-02-12T05:44:26.458Z Downloaded icu_properties v1.5.1
8352026-02-12T05:44:26.458Z Downloaded num-rational v0.4.2
8362026-02-12T05:44:26.463Z Downloaded num-integer v0.1.46
8372026-02-12T05:44:26.463Z Downloaded headers v0.4.1
8382026-02-12T05:44:26.467Z Downloaded fatfs v0.3.6
8392026-02-12T05:44:26.470Z Downloaded fancy-regex v0.14.0
8402026-02-12T05:44:26.473Z Downloaded expectorate v1.2.0
8412026-02-12T05:44:26.473Z Downloaded icu_locid_transform_data v1.5.0
8422026-02-12T05:44:26.476Z Downloaded libsw v3.5.0
8432026-02-12T05:44:26.476Z Downloaded icu_locid v1.5.0
8442026-02-12T05:44:26.480Z Downloaded multer v3.1.0
8452026-02-12T05:44:26.483Z Downloaded dropshot-api-manager v0.2.4
8462026-02-12T05:44:26.486Z Downloaded oorandom v11.1.4
8472026-02-12T05:44:26.486Z Downloaded olpc-cjson v0.1.4
8482026-02-12T05:44:26.486Z Downloaded newtype-uuid v1.3.2
8492026-02-12T05:44:26.489Z Downloaded native-tls v0.2.12
8502026-02-12T05:44:26.489Z Downloaded nanorand v0.7.0
8512026-02-12T05:44:26.494Z Downloaded mime v0.3.17
8522026-02-12T05:44:26.494Z Downloaded derive_more v2.0.1
8532026-02-12T05:44:26.500Z Downloaded der v0.7.10
8542026-02-12T05:44:26.505Z Downloaded crossbeam-channel v0.5.15
8552026-02-12T05:44:26.508Z Downloaded ingot v0.1.1
8562026-02-12T05:44:26.512Z Downloaded mime_guess v2.0.5
8572026-02-12T05:44:26.512Z Downloaded md5 v0.7.0
8582026-02-12T05:44:26.515Z Downloaded ingot-macros v0.1.1
8592026-02-12T05:44:26.515Z Downloaded num-iter v0.1.45
8602026-02-12T05:44:26.515Z Downloaded flume v0.11.1
8612026-02-12T05:44:26.519Z Downloaded nonempty v0.12.0
8622026-02-12T05:44:26.519Z Downloaded num-derive v0.4.2
8632026-02-12T05:44:26.523Z Downloaded num-derive v0.3.3
8642026-02-12T05:44:26.523Z Downloaded num-conv v0.1.0
8652026-02-12T05:44:26.523Z Downloaded normalize-line-endings v0.3.0
8662026-02-12T05:44:26.526Z Downloaded nibble_vec v0.1.0
8672026-02-12T05:44:26.526Z Downloaded newtype_derive v0.1.6
8682026-02-12T05:44:26.526Z Downloaded lzss v0.8.2
8692026-02-12T05:44:26.529Z Downloaded lock_api v0.4.12
8702026-02-12T05:44:26.529Z Downloaded libz-rs-sys v0.5.1
8712026-02-12T05:44:26.529Z Downloaded libtest-mimic v0.8.1
8722026-02-12T05:44:26.534Z Downloaded linear-map v1.2.0
8732026-02-12T05:44:26.534Z Downloaded libefi-sys v0.1.0
8742026-02-12T05:44:26.534Z Downloaded kv-log-macro v1.0.7
8752026-02-12T05:44:26.537Z Downloaded knuffel-derive v3.2.0
8762026-02-12T05:44:26.537Z Downloaded flate2 v1.1.2
8772026-02-12T05:44:26.540Z Downloaded bumpalo v3.16.0
8782026-02-12T05:44:26.543Z Downloaded hyper-rustls v0.27.7
8792026-02-12T05:44:26.546Z Downloaded half v2.4.1
8802026-02-12T05:44:26.546Z Downloaded getrandom v0.3.4
8812026-02-12T05:44:26.550Z Downloaded multimap v0.10.1
8822026-02-12T05:44:26.550Z Downloaded miette-derive v5.10.0
8832026-02-12T05:44:26.554Z Downloaded darling_core v0.20.10
8842026-02-12T05:44:26.558Z Downloaded nested v0.1.1
8852026-02-12T05:44:26.558Z Downloaded memoffset v0.9.1
8862026-02-12T05:44:26.558Z Downloaded ipnetwork v0.21.1
8872026-02-12T05:44:26.561Z Downloaded instability v0.3.2
8882026-02-12T05:44:26.561Z Downloaded hmac v0.12.1
8892026-02-12T05:44:26.561Z Downloaded const_format v0.2.34
8902026-02-12T05:44:26.565Z Downloaded compact_str v0.8.0
8912026-02-12T05:44:26.591Z Downloaded httparse v1.9.5
8922026-02-12T05:44:26.592Z Downloaded derive_more-impl v2.0.1
8932026-02-12T05:44:26.592Z Downloaded md-5 v0.10.6
8942026-02-12T05:44:26.592Z Downloaded managed v0.8.0
8952026-02-12T05:44:26.592Z Downloaded macaddr v1.0.1
8962026-02-12T05:44:26.592Z Downloaded jobserver v0.1.32
8972026-02-12T05:44:26.592Z Downloaded ipnet v2.11.0
8982026-02-12T05:44:26.592Z Downloaded match_cfg v0.1.0
8992026-02-12T05:44:26.592Z Downloaded maplit v1.0.2
9002026-02-12T05:44:26.592Z Downloaded lru-cache v0.1.2
9012026-02-12T05:44:26.592Z Downloaded lockfree-object-pool v0.1.6
9022026-02-12T05:44:26.592Z Downloaded ingot-types v0.1.2
9032026-02-12T05:44:26.592Z Downloaded hickory-client v0.25.2
9042026-02-12T05:44:26.592Z Downloaded lazy_static v1.5.0
9052026-02-12T05:44:26.592Z Downloaded lalrpop-util v0.19.12
9062026-02-12T05:44:26.592Z Downloaded kstat-rs v0.2.4
9072026-02-12T05:44:26.596Z Downloaded is_ci v1.2.0
9082026-02-12T05:44:26.596Z Downloaded futures-channel v0.3.31
9092026-02-12T05:44:26.596Z Downloaded itoa v1.0.11
9102026-02-12T05:44:26.596Z Downloaded is_terminal_polyfill v1.70.1
9112026-02-12T05:44:26.596Z Downloaded is-terminal v0.4.13
9122026-02-12T05:44:26.599Z Downloaded httptest v0.16.3
9132026-02-12T05:44:26.599Z Downloaded hostname v0.4.2
9142026-02-12T05:44:26.599Z Downloaded highway v1.3.0
9152026-02-12T05:44:26.603Z Downloaded fs-err v3.1.1
9162026-02-12T05:44:26.603Z Downloaded console v0.16.0
9172026-02-12T05:44:26.606Z Downloaded derive_more v0.99.20
9182026-02-12T05:44:26.609Z Downloaded derive_builder v0.20.2
9192026-02-12T05:44:26.613Z Downloaded crossbeam-epoch v0.9.18
9202026-02-12T05:44:26.618Z Downloaded const-oid v0.9.6
9212026-02-12T05:44:26.621Z Downloaded aes-gcm v0.10.3
9222026-02-12T05:44:26.624Z Downloaded heck v0.5.0
9232026-02-12T05:44:26.624Z Downloaded backtrace v0.3.74
9242026-02-12T05:44:26.628Z Downloaded inout v0.1.3
9252026-02-12T05:44:26.631Z Downloaded impl-trait-for-tuples v0.2.2
9262026-02-12T05:44:26.634Z Downloaded futures-lite v2.3.0
9272026-02-12T05:44:26.634Z Downloaded base64 v0.22.1
9282026-02-12T05:44:26.637Z Downloaded foldhash v0.2.0
9292026-02-12T05:44:26.640Z Downloaded anyhow v1.0.99
9302026-02-12T05:44:26.643Z Downloaded hyper-tls v0.6.0
9312026-02-12T05:44:26.643Z Downloaded group v0.13.0
9322026-02-12T05:44:26.646Z Downloaded env_logger v0.11.8
9332026-02-12T05:44:26.646Z Downloaded http-range v0.1.5
9342026-02-12T05:44:26.649Z Downloaded http-body v1.0.1
9352026-02-12T05:44:26.649Z Downloaded glob v0.3.2
9362026-02-12T05:44:26.649Z Downloaded ghash v0.5.1
9372026-02-12T05:44:26.652Z Downloaded fs_extra v1.3.0
9382026-02-12T05:44:26.652Z Downloaded hostname v0.3.1
9392026-02-12T05:44:26.655Z Downloaded home v0.5.9
9402026-02-12T05:44:26.655Z Downloaded futures-timer v3.0.3
9412026-02-12T05:44:26.656Z Downloaded derive-where v1.5.0
9422026-02-12T05:44:26.659Z Downloaded diff v0.1.13
9432026-02-12T05:44:26.662Z Downloaded futures-executor v0.3.31
9442026-02-12T05:44:26.665Z Downloaded bitflags v2.9.4
9452026-02-12T05:44:26.668Z Downloaded des v0.8.1
9462026-02-12T05:44:26.668Z Downloaded blake2 v0.10.6
9472026-02-12T05:44:26.671Z Downloaded crc32fast v1.4.2
9482026-02-12T05:44:26.675Z Downloaded cc v1.2.30
9492026-02-12T05:44:26.678Z Downloaded guppy-workspace-hack v0.1.0
9502026-02-12T05:44:26.678Z Downloaded hash32 v0.2.1
9512026-02-12T05:44:26.678Z Downloaded futures-core v0.3.31
9522026-02-12T05:44:26.678Z Downloaded foreign-types v0.5.0
9532026-02-12T05:44:26.681Z Downloaded foldhash v0.1.5
9542026-02-12T05:44:26.681Z Downloaded fixedbitset v0.5.7
9552026-02-12T05:44:26.681Z Downloaded cargo-util-schemas v0.8.2
9562026-02-12T05:44:26.684Z Downloaded ff v0.13.0
9572026-02-12T05:44:26.684Z Downloaded fallible-iterator v0.2.0
9582026-02-12T05:44:26.688Z Downloaded ecdsa v0.16.9
9592026-02-12T05:44:26.688Z Downloaded cfg-expr v0.20.1
9602026-02-12T05:44:26.691Z Downloaded async-task v4.7.1
9612026-02-12T05:44:26.694Z Downloaded erased-serde v0.3.31
9622026-02-12T05:44:26.694Z Downloaded ed25519 v2.2.3
9632026-02-12T05:44:26.697Z Downloaded blake2b_simd v1.0.2
9642026-02-12T05:44:26.697Z Downloaded base64ct v1.6.0
9652026-02-12T05:44:26.700Z Downloaded convert_case v0.7.1
9662026-02-12T05:44:26.700Z Downloaded cargo_metadata v0.21.0
9672026-02-12T05:44:26.704Z Downloaded generic-array v0.14.7
9682026-02-12T05:44:26.704Z Downloaded futures-task v0.3.31
9692026-02-12T05:44:26.707Z Downloaded escape8259 v0.5.3
9702026-02-12T05:44:26.707Z Downloaded ena v0.14.3
9712026-02-12T05:44:26.707Z Downloaded either v1.15.0
9722026-02-12T05:44:26.707Z Downloaded crc-any v2.5.0
9732026-02-12T05:44:26.710Z Downloaded futures-macro v0.3.31
9742026-02-12T05:44:26.710Z Downloaded futures-io v0.3.31
9752026-02-12T05:44:26.713Z Downloaded daft-derive v0.1.4
9762026-02-12T05:44:26.716Z Downloaded colored v3.0.0
9772026-02-12T05:44:26.719Z Downloaded async-io v2.3.4
9782026-02-12T05:44:26.719Z Downloaded async-bb8-diesel v0.2.1
9792026-02-12T05:44:26.722Z Downloaded darling v0.20.10
9802026-02-12T05:44:26.725Z Downloaded cookie v0.18.1
9812026-02-12T05:44:26.728Z Downloaded cancel-safe-futures v0.1.5
9822026-02-12T05:44:26.731Z Downloaded form_urlencoded v1.2.2
9832026-02-12T05:44:26.731Z Downloaded foreign-types v0.3.2
9842026-02-12T05:44:26.731Z Downloaded digest v0.10.7
9852026-02-12T05:44:26.734Z Downloaded deranged v0.5.3
9862026-02-12T05:44:26.735Z Downloaded camino v1.2.2
9872026-02-12T05:44:26.738Z Downloaded bzip2 v0.5.2
9882026-02-12T05:44:26.738Z Downloaded diesel-dtrace v0.4.2
9892026-02-12T05:44:26.740Z Downloaded der_derive v0.7.3
9902026-02-12T05:44:26.740Z Downloaded cbc v0.1.2
9912026-02-12T05:44:26.741Z Downloaded defmt-macros v0.3.9
9922026-02-12T05:44:26.743Z Downloaded ctr v0.9.2
9932026-02-12T05:44:26.748Z Downloaded criterion-plot v0.6.0
9942026-02-12T05:44:26.748Z Downloaded buf-list v1.0.3
9952026-02-12T05:44:26.751Z Downloaded blocking v1.6.1
9962026-02-12T05:44:26.751Z Downloaded bitfield v0.19.2
9972026-02-12T05:44:26.751Z Downloaded bit-vec v0.8.0
9982026-02-12T05:44:26.754Z Downloaded assert-json-diff v2.0.2
9992026-02-12T05:44:26.754Z Downloaded fnv v1.0.7
10002026-02-12T05:44:26.754Z Downloaded float-ord v0.3.2
10012026-02-12T05:44:26.757Z Downloaded float-cmp v0.10.0
10022026-02-12T05:44:26.757Z Downloaded critical-section v1.1.3
10032026-02-12T05:44:26.757Z Downloaded corncobs v0.1.4
10042026-02-12T05:44:26.760Z Downloaded foreign-types-shared v0.1.1
10052026-02-12T05:44:26.760Z Downloaded fixedbitset v0.4.2
10062026-02-12T05:44:26.760Z Downloaded enum-as-inner v0.6.1
10072026-02-12T05:44:26.763Z Downloaded equivalent v1.0.2
10082026-02-12T05:44:26.763Z Downloaded env_filter v0.1.2
10092026-02-12T05:44:26.763Z Downloaded endian-type v0.1.2
10102026-02-12T05:44:26.766Z Downloaded embedded-io v0.6.1
10112026-02-12T05:44:26.766Z Downloaded event-listener v2.5.3
10122026-02-12T05:44:26.767Z Downloaded camino-tempfile v1.4.1
10132026-02-12T05:44:26.770Z Downloaded bytes v1.11.1
10142026-02-12T05:44:26.773Z Downloaded async-signal v0.2.10
10152026-02-12T05:44:26.773Z Downloaded async-lock v3.4.0
10162026-02-12T05:44:26.776Z Downloaded dunce v1.0.5
10172026-02-12T05:44:26.776Z Downloaded cassowary v0.3.0
10182026-02-12T05:44:26.780Z Downloaded argon2 v0.5.3
10192026-02-12T05:44:26.780Z Downloaded bit-set v0.5.3
10202026-02-12T05:44:26.780Z Downloaded arrayvec v0.7.6
10212026-02-12T05:44:26.783Z Downloaded blowfish v0.9.1
10222026-02-12T05:44:26.783Z Downloaded bcs v0.1.6
10232026-02-12T05:44:26.786Z Downloaded async-stream v0.3.6
10242026-02-12T05:44:26.786Z Downloaded data-encoding v2.9.0
10252026-02-12T05:44:26.786Z Downloaded csv-core v0.1.11
10262026-02-12T05:44:26.790Z Downloaded crossbeam-deque v0.8.5
10272026-02-12T05:44:26.790Z Downloaded cargo_metadata v0.19.2
10282026-02-12T05:44:26.790Z Downloaded backtrace-ext v0.2.1
10292026-02-12T05:44:26.794Z Downloaded async-executor v1.13.1
10302026-02-12T05:44:26.794Z Downloaded dropshot-api-manager-types v0.2.4
10312026-02-12T05:44:26.794Z Downloaded anstream v0.6.18
10322026-02-12T05:44:26.797Z Downloaded dtrace-parser v0.2.0
10332026-02-12T05:44:26.797Z Downloaded dirs-next v2.0.0
10342026-02-12T05:44:26.800Z Downloaded crunchy v0.2.2
10352026-02-12T05:44:26.800Z Downloaded block-padding v0.3.3
10362026-02-12T05:44:26.800Z Downloaded doc-comment v0.3.3
10372026-02-12T05:44:26.800Z Downloaded approx v0.5.1
10382026-02-12T05:44:26.803Z Downloaded bb8 v0.8.5
10392026-02-12T05:44:26.803Z Downloaded base16ct v0.2.0
10402026-02-12T05:44:26.803Z Downloaded assert_matches v1.5.0
10412026-02-12T05:44:26.807Z Downloaded anstyle v1.0.11
10422026-02-12T05:44:26.807Z Downloaded display-error-chain v0.2.2
10432026-02-12T05:44:26.807Z Downloaded diesel_table_macro_syntax v0.2.0
10442026-02-12T05:44:26.810Z Downloaded cstr-argument v0.1.2
10452026-02-12T05:44:26.810Z Downloaded crypto-common v0.1.6
10462026-02-12T05:44:26.810Z Downloaded crc v3.2.1
10472026-02-12T05:44:26.810Z Downloaded async-stream-impl v0.3.6
10482026-02-12T05:44:26.813Z Downloaded chacha20poly1305 v0.10.1
10492026-02-12T05:44:26.813Z Downloaded base64 v0.13.1
10502026-02-12T05:44:26.816Z Downloaded aead v0.5.2
10512026-02-12T05:44:26.816Z Downloaded darling_macro v0.21.0
10522026-02-12T05:44:26.819Z Downloaded atomicwrites v0.4.4
10532026-02-12T05:44:26.819Z Downloaded async-channel v2.3.1
10542026-02-12T05:44:26.820Z Downloaded async-channel v1.9.0
10552026-02-12T05:44:26.823Z Downloaded anstyle-query v1.1.1
10562026-02-12T05:44:26.823Z Downloaded crucible-workspace-hack v0.1.0
10572026-02-12T05:44:26.823Z Downloaded cpufeatures v0.2.14
10582026-02-12T05:44:26.823Z Downloaded constant_time_eq v0.3.1
10592026-02-12T05:44:26.826Z Downloaded console v0.15.10
10602026-02-12T05:44:26.829Z Downloaded clap v4.5.48
10612026-02-12T05:44:26.834Z Downloaded castaway v0.2.3
10622026-02-12T05:44:26.837Z Downloaded block-buffer v0.10.4
10632026-02-12T05:44:26.837Z Downloaded clang-sys v1.8.1
10642026-02-12T05:44:26.840Z Downloaded ciborium v0.2.2
10652026-02-12T05:44:26.843Z Downloaded cast v0.3.0
10662026-02-12T05:44:26.843Z Downloaded cargo-platform v0.1.8
10672026-02-12T05:44:26.843Z Downloaded array-init v0.0.4
10682026-02-12T05:44:26.843Z Downloaded daft v0.1.4
10692026-02-12T05:44:26.846Z Downloaded cobs v0.2.3
10702026-02-12T05:44:26.846Z Downloaded bitfield-macros v0.19.2
10712026-02-12T05:44:26.846Z Downloaded atomic-waker v1.1.2
10722026-02-12T05:44:26.849Z Downloaded crc8 v0.1.1
10732026-02-12T05:44:26.849Z Downloaded convert_case v0.4.0
10742026-02-12T05:44:26.849Z Downloaded cipher v0.4.4
10752026-02-12T05:44:27.856Z Downloaded chacha20 v0.9.1
10762026-02-12T05:44:27.856Z Downloaded colored v2.2.0
10772026-02-12T05:44:27.859Z Downloaded cmake v0.1.51
10782026-02-12T05:44:27.859Z Downloaded ciborium-io v0.2.2
10792026-02-12T05:44:27.859Z Downloaded backoff v0.4.0
10802026-02-12T05:44:27.859Z Downloaded concurrent-queue v2.5.0
10812026-02-12T05:44:27.859Z Downloaded cfg_aliases v0.1.1
10822026-02-12T05:44:27.859Z Downloaded anes v0.1.6
10832026-02-12T05:44:27.859Z Downloaded const_format_proc_macros v0.2.34
10842026-02-12T05:44:27.859Z Downloaded clap_lex v0.7.4
10852026-02-12T05:44:27.859Z Downloaded byteorder v1.5.0
10862026-02-12T05:44:27.859Z Downloaded async-trait v0.1.89
10872026-02-12T05:44:27.859Z Downloaded arc-swap v1.7.1
10882026-02-12T05:44:27.859Z Downloaded bytecount v0.6.8
10892026-02-12T05:44:27.859Z Downloaded async-object-pool v0.1.5
10902026-02-12T05:44:27.859Z Downloaded async-attributes v1.1.2
10912026-02-12T05:44:27.859Z Downloaded adler2 v2.0.0
10922026-02-12T05:44:27.859Z Downloaded ciborium-ll v0.2.2
10932026-02-12T05:44:27.859Z Downloaded ahash v0.8.12
10942026-02-12T05:44:27.859Z Downloaded cfg_aliases v0.2.1
10952026-02-12T05:44:27.859Z Downloaded cfg-if v1.0.4
10962026-02-12T05:44:27.859Z Downloaded bitflags v1.3.2
10972026-02-12T05:44:27.860Z Downloaded bit-vec v0.6.3
10982026-02-12T05:44:27.860Z Downloaded crc-catalog v2.4.0
10992026-02-12T05:44:27.860Z Downloaded assert_cmd v2.0.17
11002026-02-12T05:44:27.860Z Downloaded arrayref v0.3.9
11012026-02-12T05:44:27.860Z Downloaded async-global-executor v2.4.1
11022026-02-12T05:44:27.860Z Downloaded ascii-canvas v3.0.0
11032026-02-12T05:44:27.860Z Downloaded aws-lc-sys v0.26.0
11042026-02-12T05:44:27.860Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11052026-02-12T05:44:40.056Z Startup: Refreshing catalog 'helios-dev' ... Done
11062026-02-12T05:44:50.046Z Startup: Caching catalogs ... Done
11072026-02-12T05:45:12.636ZPlanning: Solver setup ... Done (21.029s)
11082026-02-12T05:45:12.795ZPlanning: Running solver ... Done (0.157s)
11092026-02-12T05:45:12.951ZPlanning: Finding local manifests ... Done (0.003s)
11102026-02-12T05:45:12.964ZPlanning: Fetching manifests: 0/4 0% complete
11112026-02-12T05:45:13.105ZPlanning: Fetching manifests: 4/4 100% complete
11122026-02-12T05:45:13.152ZPlanning: Package planning ... Done (0.047s)
11132026-02-12T05:45:13.202ZPlanning: Merging actions ... Done (0.050s)
11142026-02-12T05:45:13.543ZPlanning: Checking for conflicting actions ... Done (0.341s)
11152026-02-12T05:45:13.555ZPlanning: Consolidating action changes ... Done (0.011s)
11162026-02-12T05:45:15.803ZPlanning: Evaluating mediators ... Done (2.249s)
11172026-02-12T05:45:15.812ZPlanning: Planning completed in 25.62 seconds
11182026-02-12T05:45:15.964Z Packages to install: 4
11192026-02-12T05:45:15.964Z Mediators to change: 2
11202026-02-12T05:45:15.968Z Services to change: 1
11212026-02-12T05:45:15.968Z Estimated space available: 155.09 GB
11222026-02-12T05:45:15.968ZEstimated space to be consumed: 1.81 GB
11232026-02-12T05:45:15.968Z Create boot environment: No
11242026-02-12T05:45:15.968ZCreate backup boot environment: No
11252026-02-12T05:45:15.968Z Rebuild boot archive: No
11262026-02-12T05:45:15.968Z
11272026-02-12T05:45:15.968ZChanged mediators:
11282026-02-12T05:45:15.968Z mediator clang:
11292026-02-12T05:45:15.968Z version: None -> 15 (system default)
11302026-02-12T05:45:15.968Z
11312026-02-12T05:45:15.968Z mediator llvm:
11322026-02-12T05:45:15.968Z version: 14 (system default) -> 15 (system default)
11332026-02-12T05:45:15.968Z
11342026-02-12T05:45:15.968ZChanged packages:
11352026-02-12T05:45:15.968Zhelios-dev
11362026-02-12T05:45:15.968Z developer/build-essential
11372026-02-12T05:45:15.968Z None -> 11-2.0
11382026-02-12T05:45:15.968Z library/libxmlsec1
11392026-02-12T05:45:15.968Z None -> 1.2.35-2.0
11402026-02-12T05:45:15.968Z ooce/developer/clang-15
11412026-02-12T05:45:15.968Z None -> 15.0.7-2.0
11422026-02-12T05:45:15.968Z ooce/developer/llvm-15
11432026-02-12T05:45:15.968Z None -> 15.0.7-2.0
11442026-02-12T05:45:15.969Z
11452026-02-12T05:45:15.969ZServices:
11462026-02-12T05:45:15.969Z restart_fmri:
11472026-02-12T05:45:15.969Z svc:/system/update-man-index:default
11482026-02-12T05:45:16.100Z
11492026-02-12T05:45:16.100ZDownload: 0/3290 items 0.0/212.6MB 0% complete
11502026-02-12T05:45:21.421ZDownload: 2224/3290 items 118.6/212.6MB 55% complete (29.4M/s)
11512026-02-12T05:45:25.165ZDownload: Completed 212.60 MB in 9.06 seconds (23.4M/s)
11522026-02-12T05:45:25.448Z Actions: 1/3689 actions (Installing new actions)
11532026-02-12T05:45:30.091Z Actions: Completed 3689 actions in 4.64 seconds.
11542026-02-12T05:45:30.510Z Done (0.414s)
11552026-02-12T05:45:30.510Z Done (0.000s)
11562026-02-12T05:45:31.587Z Done (1.075s)
11572026-02-12T05:45:36.078Z Done (4.126s)
11582026-02-12T05:45:36.158Z Done (0.020s)
11592026-02-12T05:45:36.163Z Done (0.000s)
11602026-02-12T05:45:36.298Z Done (0.000s)
11612026-02-12T05:45:37.233ZPlanning: Evaluating mediator changes ... Done
11622026-02-12T05:45:37.390ZPlanning: Checking for conflicting actions ... Done
11632026-02-12T05:45:37.394ZPlanning: Consolidating action changes ... Done
11642026-02-12T05:45:37.661ZPlanning: Evaluating mediators ... Done
11652026-02-12T05:45:37.665ZPlanning: Planning completed in 0.43 seconds
11662026-02-12T05:45:37.695Z Mediators to change: 2
11672026-02-12T05:45:37.695Z Create boot environment: No
11682026-02-12T05:45:37.695ZCreate backup boot environment: No
11692026-02-12T05:45:37.782Z Done
11702026-02-12T05:45:37.782Z Done
11712026-02-12T05:45:38.566Z Done
11722026-02-12T05:45:42.233Z Done
11732026-02-12T05:45:42.318Z Done
11742026-02-12T05:45:42.318Z Done
11752026-02-12T05:45:42.475Z Done
11762026-02-12T05:45:43.083ZPlanning: Evaluating mediator changes ... Done
11772026-02-12T05:45:43.087ZPlanning: Merging actions ... Done
11782026-02-12T05:45:43.272ZPlanning: Checking for conflicting actions ... Done
11792026-02-12T05:45:43.276ZPlanning: Consolidating action changes ... Done
11802026-02-12T05:45:43.537ZPlanning: Evaluating mediators ... Done
11812026-02-12T05:45:43.594ZPlanning: Planning completed in 0.76 seconds
11822026-02-12T05:45:43.628Z Packages to change: 1
11832026-02-12T05:45:43.628Z Mediators to change: 1
11842026-02-12T05:45:43.628Z Services to change: 1
11852026-02-12T05:45:43.628Z Create boot environment: No
11862026-02-12T05:45:43.632ZCreate backup boot environment: Yes
11872026-02-12T05:45:46.112Z Actions: 1/6 actions (Updating modified actions)
11882026-02-12T05:45:46.116Z Actions: Completed 6 actions in 0.00 seconds.
11892026-02-12T05:45:46.116Z Done
11902026-02-12T05:45:46.117Z Done
11912026-02-12T05:45:46.326Z Done
11922026-02-12T05:45:49.921Z Done
11932026-02-12T05:45:50.007Z Done
11942026-02-12T05:45:50.007Z Done
11952026-02-12T05:45:50.169Z Done
11962026-02-12T05:45:50.608ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11972026-02-12T05:45:50.608Zclang system 15 system
11982026-02-12T05:45:50.608Zcsh system system illumos
11992026-02-12T05:45:50.608Zctags system system illumos
12002026-02-12T05:45:50.608Zfile system system illumos
12012026-02-12T05:45:50.608Zgcc vendor 12 vendor
12022026-02-12T05:45:50.608Zgcc system 10 system
12032026-02-12T05:45:50.608Zgcc system 7 system
12042026-02-12T05:45:50.608Zgo system 1.20 system
12052026-02-12T05:45:50.608Zgo system 1.19 system
12062026-02-12T05:45:50.608Zllvm system 15 system
12072026-02-12T05:45:50.608Zllvm system 14 system
12082026-02-12T05:45:50.608Zmariadb system 10.6 system
12092026-02-12T05:45:50.608Zmta vendor vendor dma
12102026-02-12T05:45:50.609Zopenjdk system 17 system
12112026-02-12T05:45:50.609Zopenjdk system 11 system
12122026-02-12T05:45:50.609Zopenjdk system 1.8 system
12132026-02-12T05:45:50.609Zopenssl vendor 3 vendor
12142026-02-12T05:45:50.609Zperl system 5.36 system
12152026-02-12T05:45:50.609Zpostgresql system 15 system
12162026-02-12T05:45:50.609Zpostgresql system 13 system
12172026-02-12T05:45:50.609Zpython vendor 3 vendor
12182026-02-12T05:45:50.609Zpython system 2 system
12192026-02-12T05:45:50.609Zpython3 system 3.11 system
12202026-02-12T05:45:50.609Zruby system 3.0 system
12212026-02-12T05:45:50.609Zwords vendor vendor american-english
12222026-02-12T05:45:50.609Zwords system system australian-english
12232026-02-12T05:45:50.609Zwords system system british-english
12242026-02-12T05:45:50.609Zwords system system canadian-english
12252026-02-12T05:45:50.609Zwords system system french
12262026-02-12T05:45:50.609Zwords system system italian
12272026-02-12T05:45:50.609Zwords system system ngerman
12282026-02-12T05:45:50.609Zwords system system ogerman
12292026-02-12T05:45:50.609Zwords system system spanish
12302026-02-12T05:45:50.940ZPUBLISHER TYPE STATUS P LOCATION
12312026-02-12T05:45:50.940Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
12322026-02-12T05:45:57.270ZFMRI IFO
12332026-02-12T05:45:57.270Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
12342026-02-12T05:45:57.270Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
12352026-02-12T05:45:57.270Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
12362026-02-12T05:45:57.270Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
12372026-02-12T05:45:57.270Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
12382026-02-12T05:45:57.270Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
12392026-02-12T05:45:57.270Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
12402026-02-12T05:45:57.270Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
12412026-02-12T05:45:57.270Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
12422026-02-12T05:45:57.270Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
12432026-02-12T05:45:57.270Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
12442026-02-12T05:45:57.270Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
12452026-02-12T05:45:57.270Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
12462026-02-12T05:45:57.270Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
12472026-02-12T05:45:57.270Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
12482026-02-12T05:45:57.270Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
12492026-02-12T05:45:58.865Z Downloading crates ...
12502026-02-12T05:45:58.949Z Downloaded cargo_toml v0.21.0
12512026-02-12T05:45:59.010Z Compiling proc-macro2 v1.0.101
12522026-02-12T05:45:59.014Z Compiling unicode-ident v1.0.19
12532026-02-12T05:45:59.014Z Compiling serde_core v1.0.228
12542026-02-12T05:45:59.014Z Compiling version_check v0.9.5
12552026-02-12T05:45:59.014Z Compiling serde v1.0.228
12562026-02-12T05:45:59.014Z Compiling libc v0.2.180
12572026-02-12T05:45:59.014Z Compiling memchr v2.7.4
12582026-02-12T05:45:59.014Z Compiling stable_deref_trait v1.2.0
12592026-02-12T05:45:59.282Z Compiling thiserror v2.0.18
12602026-02-12T05:45:59.349Z Compiling zmij v1.0.15
12612026-02-12T05:45:59.789Z Compiling writeable v0.5.5
12622026-02-12T05:45:59.857Z Compiling ucd-trie v0.1.7
12632026-02-12T05:46:00.309Z Compiling litemap v0.7.3
12642026-02-12T05:46:00.338Z Compiling itoa v1.0.11
12652026-02-12T05:46:00.455Z Compiling thiserror v1.0.69
12662026-02-12T05:46:00.567Z Compiling autocfg v1.4.0
12672026-02-12T05:46:00.653Z Compiling icu_locid_transform_data v1.5.0
12682026-02-12T05:46:00.690Z Compiling byteorder v1.5.0
12692026-02-12T05:46:00.762Z Compiling bitflags v2.9.4
12702026-02-12T05:46:01.158Z Compiling errno v0.3.12
12712026-02-12T05:46:01.172Z Compiling quote v1.0.40
12722026-02-12T05:46:01.363Z Compiling icu_properties_data v1.5.0
12732026-02-12T05:46:01.403Z Compiling serde_json v1.0.149
12742026-02-12T05:46:01.611Z Compiling syn v2.0.114
12752026-02-12T05:46:01.764Z Compiling num-traits v0.2.19
12762026-02-12T05:46:01.801Z Compiling rustix v0.38.37
12772026-02-12T05:46:01.817Z Compiling write16 v1.0.0
12782026-02-12T05:46:01.887Z Compiling hashbrown v0.16.1
12792026-02-12T05:46:01.953Z Compiling icu_normalizer_data v1.5.0
12802026-02-12T05:46:02.066Z Compiling typeid v1.0.3
12812026-02-12T05:46:02.259Z Compiling utf16_iter v1.0.5
12822026-02-12T05:46:02.414Z Compiling smallvec v1.15.1
12832026-02-12T05:46:02.486Z Compiling utf8_iter v1.0.4
12842026-02-12T05:46:02.521Z Compiling equivalent v1.0.2
12852026-02-12T05:46:02.743Z Compiling proc-macro-error-attr v1.0.4
12862026-02-12T05:46:02.823Z Compiling usdt-impl v0.5.0
12872026-02-12T05:46:02.972Z Compiling indexmap v2.13.0
12882026-02-12T05:46:03.066Z Compiling winnow v0.7.14
12892026-02-12T05:46:03.080Z Compiling syn v1.0.109
12902026-02-12T05:46:03.215Z Compiling toml_write v0.1.2
12912026-02-12T05:46:03.542Z Compiling thread-id v4.2.2
12922026-02-12T05:46:03.914Z Compiling proc-macro-error v1.0.4
12932026-02-12T05:46:04.331Z Compiling log v0.4.29
12942026-02-12T05:46:04.510Z Compiling camino v1.2.2
12952026-02-12T05:46:04.672Z Compiling rustix v1.1.3
12962026-02-12T05:46:05.124Z Compiling percent-encoding v2.3.2
12972026-02-12T05:46:05.141Z Compiling utf8parse v0.2.2
12982026-02-12T05:46:05.309Z Compiling plain v0.2.3
12992026-02-12T05:46:05.431Z Compiling getrandom v0.3.4
13002026-02-12T05:46:05.478Z Compiling form_urlencoded v1.2.2
13012026-02-12T05:46:05.615Z Compiling ordered-float v2.10.1
13022026-02-12T05:46:05.808Z Compiling anstyle-parse v0.2.5
13032026-02-12T05:46:05.891Z Compiling terminal_size v0.4.0
13042026-02-12T05:46:06.635Z Compiling anstyle v1.0.11
13052026-02-12T05:46:06.667Z Compiling cfg-if v1.0.4
13062026-02-12T05:46:06.773Z Compiling colorchoice v1.0.2
13072026-02-12T05:46:06.838Z Compiling pretty-hex v0.4.1
13082026-02-12T05:46:06.875Z Compiling is_terminal_polyfill v1.70.1
13092026-02-12T05:46:06.919Z Compiling anstyle-query v1.1.1
13102026-02-12T05:46:07.042Z Compiling anstream v0.6.18
13112026-02-12T05:46:07.161Z Compiling semver v1.0.27
13122026-02-12T05:46:07.668Z Compiling fs-err v3.1.1
13132026-02-12T05:46:07.909Z Compiling unicode-width v0.1.14
13142026-02-12T05:46:07.928Z Compiling once_cell v1.21.3
13152026-02-12T05:46:07.942Z Compiling heck v0.4.1
13162026-02-12T05:46:07.982Z Compiling strsim v0.11.1
13172026-02-12T05:46:08.316Z Compiling synstructure v0.13.1
13182026-02-12T05:46:08.361Z Compiling unicode-xid v0.2.6
13192026-02-12T05:46:08.423Z Compiling bytecount v0.6.8
13202026-02-12T05:46:08.567Z Compiling fnv v1.0.7
13212026-02-12T05:46:08.654Z Compiling anyhow v1.0.99
13222026-02-12T05:46:08.691Z Compiling heck v0.5.0
13232026-02-12T05:46:08.719Z Compiling clap_lex v0.7.4
13242026-02-12T05:46:09.162Z Compiling fastrand v2.1.1
13252026-02-12T05:46:09.189Z Compiling clap_builder v4.5.48
13262026-02-12T05:46:09.681Z Compiling tempfile v3.24.0
13272026-02-12T05:46:09.689Z Compiling papergrid v0.11.0
13282026-02-12T05:46:09.702Z Compiling memmap v0.7.0
13292026-02-12T05:46:09.870Z Compiling unicode-linebreak v0.1.5
13302026-02-12T05:46:10.027Z Compiling unicode-width v0.2.0
13312026-02-12T05:46:10.385Z Compiling smawk v0.3.2
13322026-02-12T05:46:10.503Z Compiling camino-tempfile v1.4.1
13332026-02-12T05:46:10.623Z Compiling textwrap v0.16.2
13342026-02-12T05:46:11.118Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13352026-02-12T05:46:11.454Z Compiling tabled_derive v0.7.0
13362026-02-12T05:46:11.591Z Compiling swrite v0.1.0
13372026-02-12T05:46:12.261Z Compiling serde_derive v1.0.228
13382026-02-12T05:46:12.283Z Compiling zerofrom-derive v0.1.4
13392026-02-12T05:46:12.356Z Compiling yoke-derive v0.7.4
13402026-02-12T05:46:12.390Z Compiling thiserror-impl v2.0.18
13412026-02-12T05:46:12.479Z Compiling zerovec-derive v0.10.3
13422026-02-12T05:46:13.002Z Compiling displaydoc v0.2.5
13432026-02-12T05:46:14.543Z Compiling icu_provider_macros v1.5.0
13442026-02-12T05:46:14.909Z Compiling thiserror-impl v1.0.69
13452026-02-12T05:46:14.994Z Compiling zerocopy-derive v0.7.35
13462026-02-12T05:46:15.583Z Compiling zerofrom v0.1.4
13472026-02-12T05:46:15.599Z Compiling scroll_derive v0.12.0
13482026-02-12T05:46:15.664Z Compiling pest v2.8.2
13492026-02-12T05:46:15.847Z Compiling yoke v0.7.4
13502026-02-12T05:46:16.217Z Compiling zerovec v0.10.4
13512026-02-12T05:46:16.805Z Compiling clap_derive v4.5.47
13522026-02-12T05:46:16.930Z Compiling scroll v0.12.0
13532026-02-12T05:46:16.934Z Compiling zerocopy v0.7.35
13542026-02-12T05:46:17.477Z Compiling goblin v0.8.2
13552026-02-12T05:46:17.729Z Compiling tabled v0.15.0
13562026-02-12T05:46:18.034Z Compiling tinystr v0.7.6
13572026-02-12T05:46:18.237Z Compiling pest_meta v2.8.2
13582026-02-12T05:46:18.335Z Compiling icu_locid v1.5.0
13592026-02-12T05:46:18.408Z Compiling icu_collections v1.5.0
13602026-02-12T05:46:19.515Z Compiling icu_provider v1.5.0
13612026-02-12T05:46:19.698Z Compiling pest_generator v2.8.2
13622026-02-12T05:46:20.408Z Compiling icu_locid_transform v1.5.0
13632026-02-12T05:46:20.552Z Compiling serde_spanned v0.6.9
13642026-02-12T05:46:20.703Z Compiling toml_datetime v0.6.11
13652026-02-12T05:46:20.812Z Compiling erased-serde v0.4.6
13662026-02-12T05:46:21.231Z Compiling toml_edit v0.22.27
13672026-02-12T05:46:21.570Z Compiling dof v0.3.0
13682026-02-12T05:46:21.708Z Compiling icu_properties v1.5.1
13692026-02-12T05:46:21.981Z Compiling serde_tokenstream v0.2.2
13702026-02-12T05:46:22.439Z Compiling serde-untagged v0.1.7
13712026-02-12T05:46:22.577Z Compiling serde-value v0.7.0
13722026-02-12T05:46:22.690Z Compiling pest_derive v2.8.2
13732026-02-12T05:46:22.714Z Compiling cargo-platform v0.2.0
13742026-02-12T05:46:22.927Z Compiling macaddr v1.0.1
13752026-02-12T05:46:23.354Z Compiling clap v4.5.48
13762026-02-12T05:46:23.513Z Compiling dtrace-parser v0.2.0
13772026-02-12T05:46:24.626Z Compiling toml v0.8.23
13782026-02-12T05:46:25.348Z Compiling icu_normalizer v1.5.0
13792026-02-12T05:46:25.362Z Compiling usdt-attr-macro v0.5.0
13802026-02-12T05:46:25.417Z Compiling usdt-macro v0.5.0
13812026-02-12T05:46:25.654Z Compiling cargo_toml v0.21.0
13822026-02-12T05:46:26.207Z Compiling idna_adapter v1.2.0
13832026-02-12T05:46:26.373Z Compiling idna v1.0.3
13842026-02-12T05:46:26.562Z Compiling usdt v0.5.0
13852026-02-12T05:46:26.781Z Compiling url v2.5.4
13862026-02-12T05:46:27.396Z Compiling cargo-util-schemas v0.8.2
13872026-02-12T05:46:28.989Z Compiling cargo_metadata v0.21.0
13882026-02-12T05:46:30.524Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13892026-02-12T05:46:33.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.73s
13902026-02-12T05:46:33.963Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
13912026-02-12T05:46:35.094Z Compiling value-bag v1.12.0
13922026-02-12T05:46:35.095Z Compiling lock_api v0.4.12
13932026-02-12T05:46:35.095Z Compiling scopeguard v1.2.0
13942026-02-12T05:46:35.098Z Compiling shlex v1.3.0
13952026-02-12T05:46:35.098Z Compiling smallvec v1.15.1
13962026-02-12T05:46:35.274Z Compiling syn v2.0.114
13972026-02-12T05:46:35.288Z Compiling getrandom v0.2.15
13982026-02-12T05:46:35.291Z Compiling jobserver v0.1.32
13992026-02-12T05:46:35.381Z Compiling typenum v1.17.0
14002026-02-12T05:46:35.609Z Compiling rand_core v0.6.4
14012026-02-12T05:46:35.674Z Compiling log v0.4.29
14022026-02-12T05:46:35.692Z Compiling generic-array v0.14.7
14032026-02-12T05:46:35.800Z Compiling cc v1.2.30
14042026-02-12T05:46:36.088Z Compiling subtle v2.6.1
14052026-02-12T05:46:36.106Z Compiling portable-atomic v1.11.0
14062026-02-12T05:46:36.126Z Compiling const-oid v0.9.6
14072026-02-12T05:46:36.142Z Compiling critical-section v1.1.3
14082026-02-12T05:46:36.317Z Compiling serde_json v1.0.149
14092026-02-12T05:46:36.405Z Compiling pkg-config v0.3.31
14102026-02-12T05:46:36.425Z Compiling getrandom v0.3.4
14112026-02-12T05:46:36.684Z Compiling spin v0.9.8
14122026-02-12T05:46:37.061Z Compiling regex-syntax v0.8.5
14132026-02-12T05:46:37.664Z Compiling pin-project-lite v0.2.14
14142026-02-12T05:46:37.683Z Compiling parking_lot_core v0.9.10
14152026-02-12T05:46:38.106Z Compiling once_cell v1.21.3
14162026-02-12T05:46:38.153Z Compiling libm v0.2.8
14172026-02-12T05:46:38.222Z Compiling rustix v0.38.37
14182026-02-12T05:46:38.523Z Compiling signal-hook-registry v1.4.2
14192026-02-12T05:46:38.564Z Compiling num-traits v0.2.19
14202026-02-12T05:46:38.815Z Compiling allocator-api2 v0.2.21
14212026-02-12T05:46:39.078Z Compiling parking_lot v0.12.3
14222026-02-12T05:46:39.195Z Compiling mio v1.0.2
14232026-02-12T05:46:39.515Z Compiling futures-core v0.3.31
14242026-02-12T05:46:39.581Z Compiling lazy_static v1.5.0
14252026-02-12T05:46:39.730Z Compiling aho-corasick v1.1.3
14262026-02-12T05:46:39.778Z Compiling percent-encoding v2.3.2
14272026-02-12T05:46:39.869Z Compiling socket2 v0.6.1
14282026-02-12T05:46:40.278Z Compiling slab v0.4.9
14292026-02-12T05:46:40.435Z Compiling cpufeatures v0.2.14
14302026-02-12T05:46:40.545Z Compiling glob v0.3.2
14312026-02-12T05:46:40.564Z Compiling either v1.15.0
14322026-02-12T05:46:40.793Z Compiling futures-sink v0.3.31
14332026-02-12T05:46:40.956Z Compiling futures-channel v0.3.31
14342026-02-12T05:46:40.959Z Compiling hashbrown v0.16.1
14352026-02-12T05:46:41.107Z Compiling futures-io v0.3.31
14362026-02-12T05:46:41.351Z Compiling clang-sys v1.8.1
14372026-02-12T05:46:41.379Z Compiling prettyplease v0.2.36
14382026-02-12T05:46:41.382Z Compiling rustversion v1.0.22
14392026-02-12T05:46:41.749Z Compiling regex-automata v0.4.11
14402026-02-12T05:46:41.833Z Compiling futures-task v0.3.31
14412026-02-12T05:46:42.030Z Compiling pin-utils v0.1.0
14422026-02-12T05:46:42.164Z Compiling minimal-lexical v0.2.1
14432026-02-12T05:46:42.212Z Compiling indexmap v2.13.0
14442026-02-12T05:46:42.232Z Compiling libloading v0.8.5
14452026-02-12T05:46:42.613Z Compiling synstructure v0.13.1
14462026-02-12T05:46:42.667Z Compiling nom v7.1.3
14472026-02-12T05:46:42.762Z Compiling base64ct v1.6.0
14482026-02-12T05:46:43.332Z Compiling ident_case v1.0.1
14492026-02-12T05:46:43.445Z Compiling home v0.5.9
14502026-02-12T05:46:43.527Z Compiling bindgen v0.69.5
14512026-02-12T05:46:43.674Z Compiling pem-rfc7468 v0.7.0
14522026-02-12T05:46:44.067Z Compiling itertools v0.12.1
14532026-02-12T05:46:44.301Z Compiling form_urlencoded v1.2.2
14542026-02-12T05:46:44.534Z Compiling flagset v0.4.6
14552026-02-12T05:46:44.625Z Compiling lazycell v1.3.0
14562026-02-12T05:46:44.759Z Compiling rustc-hash v1.1.0
14572026-02-12T05:46:44.811Z Compiling rand_core v0.9.3
14582026-02-12T05:46:44.933Z Compiling cmake v0.1.51
14592026-02-12T05:46:45.375Z Compiling foldhash v0.1.5
14602026-02-12T05:46:45.707Z Compiling iana-time-zone v0.1.63
14612026-02-12T05:46:45.839Z Compiling dunce v1.0.5
14622026-02-12T05:46:45.989Z Compiling cexpr v0.6.0
14632026-02-12T05:46:46.079Z Compiling paste v1.0.15
14642026-02-12T05:46:46.143Z Compiling fs_extra v1.3.0
14652026-02-12T05:46:46.663Z Compiling hashbrown v0.15.4
14662026-02-12T05:46:46.695Z Compiling rustc_version v0.4.1
14672026-02-12T05:46:46.875Z Compiling uuid v1.19.0
14682026-02-12T05:46:46.964Z Compiling vcpkg v0.2.15
14692026-02-12T05:46:47.153Z Compiling serde_derive v1.0.228
14702026-02-12T05:46:47.353Z Compiling zeroize_derive v1.4.2
14712026-02-12T05:46:47.529Z Compiling zerofrom-derive v0.1.4
14722026-02-12T05:46:47.932Z Compiling yoke-derive v0.7.4
14732026-02-12T05:46:48.338Z Compiling zerovec-derive v0.10.3
14742026-02-12T05:46:48.620Z Compiling displaydoc v0.2.5
14752026-02-12T05:46:48.733Z Compiling zeroize v1.8.1
14762026-02-12T05:46:50.195Z Compiling icu_provider_macros v1.5.0
14772026-02-12T05:46:50.608Z Compiling crypto-common v0.1.6
14782026-02-12T05:46:50.611Z Compiling block-buffer v0.10.4
14792026-02-12T05:46:50.809Z Compiling zerocopy-derive v0.7.35
14802026-02-12T05:46:50.839Z Compiling tokio-macros v2.6.0
14812026-02-12T05:46:50.870Z Compiling zerofrom v0.1.4
14822026-02-12T05:46:50.896Z Compiling digest v0.10.7
14832026-02-12T05:46:51.111Z Compiling yoke v0.7.4
14842026-02-12T05:46:51.197Z Compiling thiserror-impl v2.0.18
14852026-02-12T05:46:51.395Z Compiling hmac v0.12.1
14862026-02-12T05:46:51.479Z Compiling zerovec v0.10.4
14872026-02-12T05:46:51.657Z Compiling block-padding v0.3.3
14882026-02-12T05:46:51.942Z Compiling futures-macro v0.3.31
14892026-02-12T05:46:52.096Z Compiling inout v0.1.3
14902026-02-12T05:46:52.328Z Compiling regex v1.11.3
14912026-02-12T05:46:52.404Z Compiling cipher v0.4.4
14922026-02-12T05:46:52.687Z Compiling zerocopy v0.7.35
14932026-02-12T05:46:52.926Z Compiling sha2 v0.10.9
14942026-02-12T05:46:53.309Z Compiling tinystr v0.7.6
14952026-02-12T05:46:53.501Z Compiling icu_collections v1.5.0
14962026-02-12T05:46:53.710Z Compiling icu_locid v1.5.0
14972026-02-12T05:46:53.730Z Compiling der_derive v0.7.3
14982026-02-12T05:46:53.796Z Compiling futures-util v0.3.31
14992026-02-12T05:46:54.072Z Compiling ppv-lite86 v0.2.20
15002026-02-12T05:46:54.339Z Compiling thiserror v2.0.18
15012026-02-12T05:46:54.430Z Compiling serde v1.0.228
15022026-02-12T05:46:54.503Z Compiling pest v2.8.2
15032026-02-12T05:46:54.781Z Compiling salsa20 v0.10.2
15042026-02-12T05:46:54.840Z Compiling icu_provider v1.5.0
15052026-02-12T05:46:55.011Z Compiling pbkdf2 v0.12.2
15062026-02-12T05:46:55.209Z Compiling zerocopy v0.8.27
15072026-02-12T05:46:55.727Z Compiling bitflags v2.9.4
15082026-02-12T05:46:55.750Z Compiling bytes v1.11.1
15092026-02-12T05:46:55.832Z Compiling icu_locid_transform v1.5.0
15102026-02-12T05:46:55.989Z Compiling chrono v0.4.43
15112026-02-12T05:46:56.127Z Compiling der v0.7.10
15122026-02-12T05:46:56.537Z Compiling scrypt v0.11.0
15132026-02-12T05:46:57.066Z Compiling tokio v1.49.0
15142026-02-12T05:46:57.143Z Compiling icu_properties v1.5.1
15152026-02-12T05:46:57.577Z Compiling pest_meta v2.8.2
15162026-02-12T05:46:58.206Z Compiling spki v0.7.3
15172026-02-12T05:46:58.596Z Compiling http v1.4.0
15182026-02-12T05:46:58.976Z Compiling rand_chacha v0.9.0
15192026-02-12T05:46:59.116Z Compiling aes v0.8.4
15202026-02-12T05:46:59.416Z Compiling cbc v0.1.2
15212026-02-12T05:46:59.705Z Compiling which v4.4.2
15222026-02-12T05:47:00.624Z Compiling openssl-sys v0.9.109
15232026-02-12T05:47:00.734Z Compiling zerocopy-derive v0.8.27
15242026-02-12T05:47:01.729Z Compiling icu_normalizer v1.5.0
15252026-02-12T05:47:01.818Z Compiling pkcs5 v0.7.1
15262026-02-12T05:47:01.841Z Compiling rand v0.9.2
15272026-02-12T05:47:01.905Z Compiling pest_generator v2.8.2
15282026-02-12T05:47:02.115Z Compiling tracing-attributes v0.1.27
15292026-02-12T05:47:02.889Z Compiling idna_adapter v1.2.0
15302026-02-12T05:47:03.138Z Compiling idna v1.0.3
15312026-02-12T05:47:03.388Z Compiling serde_derive_internals v0.29.1
15322026-02-12T05:47:03.645Z Compiling ring v0.17.14
15332026-02-12T05:47:03.666Z Compiling tracing-core v0.1.32
15342026-02-12T05:47:03.801Z Compiling url v2.5.4
15352026-02-12T05:47:04.721Z Compiling aws-lc-rs v1.12.4
15362026-02-12T05:47:04.859Z Compiling rustix v1.1.3
15372026-02-12T05:47:05.188Z Compiling schemars v0.8.22
15382026-02-12T05:47:05.271Z Compiling adler2 v2.0.0
15392026-02-12T05:47:05.505Z Compiling miniz_oxide v0.8.5
15402026-02-12T05:47:05.534Z Compiling tracing v0.1.40
15412026-02-12T05:47:05.572Z Compiling schemars_derive v0.8.22
15422026-02-12T05:47:05.919Z Compiling tokio-util v0.7.15
15432026-02-12T05:47:06.014Z Compiling pest_derive v2.8.2
15442026-02-12T05:47:06.825Z Compiling pkcs8 v0.10.2
15452026-02-12T05:47:06.874Z Compiling http-body v1.0.1
15462026-02-12T05:47:07.106Z Compiling scroll_derive v0.13.1
15472026-02-12T05:47:07.436Z Compiling darling_core v0.20.10
15482026-02-12T05:47:08.170Z Compiling httparse v1.9.5
15492026-02-12T05:47:08.264Z Compiling tinyvec_macros v0.1.1
15502026-02-12T05:47:08.382Z Compiling rustls-pki-types v1.10.0
15512026-02-12T05:47:08.413Z Compiling base64 v0.22.1
15522026-02-12T05:47:08.822Z Compiling dyn-clone v1.0.20
15532026-02-12T05:47:08.849Z Compiling scroll v0.13.0
15542026-02-12T05:47:09.111Z Compiling tinyvec v1.8.0
15552026-02-12T05:47:09.402Z Compiling bzip2-sys v0.1.13+1.0.8
15562026-02-12T05:47:09.933Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15572026-02-12T05:47:10.412Z Compiling num-conv v0.1.0
15582026-02-12T05:47:10.697Z Compiling openssl-probe v0.1.5
15592026-02-12T05:47:10.720Z Compiling openssl v0.10.73
15602026-02-12T05:47:10.740Z Compiling tower-layer v0.3.3
15612026-02-12T05:47:11.017Z Compiling time-core v0.1.6
15622026-02-12T05:47:11.038Z Compiling foreign-types-shared v0.1.1
15632026-02-12T05:47:11.090Z Compiling atomic-waker v1.1.2
15642026-02-12T05:47:11.167Z Compiling powerfmt v0.2.0
15652026-02-12T05:47:11.187Z Compiling try-lock v0.2.5
15662026-02-12T05:47:11.283Z Compiling tower-service v0.3.3
15672026-02-12T05:47:11.305Z Compiling untrusted v0.7.1
15682026-02-12T05:47:11.357Z Compiling untrusted v0.9.0
15692026-02-12T05:47:11.425Z Compiling want v0.3.1
15702026-02-12T05:47:11.511Z Compiling deranged v0.5.3
15712026-02-12T05:47:11.570Z Compiling time-macros v0.2.24
15722026-02-12T05:47:11.702Z Compiling tempfile v3.24.0
15732026-02-12T05:47:12.233Z Compiling h2 v0.4.6
15742026-02-12T05:47:12.315Z Compiling foreign-types v0.3.2
15752026-02-12T05:47:13.054Z Compiling darling_macro v0.20.10
15762026-02-12T05:47:13.907Z Compiling darling v0.20.10
15772026-02-12T05:47:14.004Z Compiling goblin v0.10.2
15782026-02-12T05:47:14.211Z Compiling ipnet v2.11.0
15792026-02-12T05:47:14.634Z Compiling openssl-macros v0.1.1
15802026-02-12T05:47:15.345Z Compiling wait-timeout v0.2.0
15812026-02-12T05:47:15.408Z Compiling httpdate v1.0.3
15822026-02-12T05:47:15.425Z Compiling bit-vec v0.8.0
15832026-02-12T05:47:15.753Z Compiling usdt-impl v0.6.0
15842026-02-12T05:47:15.848Z Compiling syn v1.0.109
15852026-02-12T05:47:15.866Z Compiling native-tls v0.2.12
15862026-02-12T05:47:15.884Z Compiling rustls v0.23.19
15872026-02-12T05:47:16.109Z Compiling num_threads v0.1.7
15882026-02-12T05:47:16.202Z Compiling crossbeam-utils v0.8.21
15892026-02-12T05:47:16.232Z Compiling gimli v0.31.1
15902026-02-12T05:47:16.261Z Compiling quick-error v1.2.3
15912026-02-12T05:47:16.400Z Compiling rusty-fork v0.3.0
15922026-02-12T05:47:16.525Z Compiling time v0.3.43
15932026-02-12T05:47:16.828Z Compiling bit-set v0.8.0
15942026-02-12T05:47:17.280Z Compiling derive_builder_core v0.20.2
15952026-02-12T05:47:19.403Z Compiling hyper v1.8.1
15962026-02-12T05:47:20.167Z Compiling unicode-normalization v0.1.24
15972026-02-12T05:47:20.899Z Compiling dof v0.4.0
15982026-02-12T05:47:21.197Z Compiling addr2line v0.24.2
15992026-02-12T05:47:21.619Z Compiling dtrace-parser v0.3.0
16002026-02-12T05:47:21.897Z Compiling signature v2.2.0
16012026-02-12T05:47:22.214Z Compiling heapless v0.7.17
16022026-02-12T05:47:22.659Z Compiling thiserror-impl v1.0.69
16032026-02-12T05:47:22.969Z Compiling scroll_derive v0.12.0
16042026-02-12T05:47:23.008Z Compiling rand_xorshift v0.4.0
16052026-02-12T05:47:23.290Z Compiling darling_core v0.21.0
16062026-02-12T05:47:23.407Z Compiling slog v2.8.2
16072026-02-12T05:47:23.746Z Compiling thread-id v5.0.0
16082026-02-12T05:47:23.871Z Compiling cookie v0.18.1
16092026-02-12T05:47:24.196Z Compiling crc32fast v1.4.2
16102026-02-12T05:47:24.279Z Compiling object v0.36.5
16112026-02-12T05:47:24.508Z Compiling unarray v0.1.4
16122026-02-12T05:47:24.529Z Compiling unicode-bidi v0.3.17
16132026-02-12T05:47:24.686Z Compiling zlib-rs v0.5.1
16142026-02-12T05:47:24.778Z Compiling unicode-properties v0.1.3
16152026-02-12T05:47:25.201Z Compiling zstd-safe v7.2.3
16162026-02-12T05:47:25.513Z Compiling rustc-demangle v0.1.24
16172026-02-12T05:47:25.581Z Compiling signal-hook v0.3.18
16182026-02-12T05:47:25.703Z Compiling anyhow v1.0.99
16192026-02-12T05:47:25.909Z Compiling siphasher v0.3.11
16202026-02-12T05:47:26.295Z Compiling phf_shared v0.11.2
16212026-02-12T05:47:26.471Z Compiling thiserror v1.0.69
16222026-02-12T05:47:26.571Z Compiling stringprep v0.1.5
16232026-02-12T05:47:26.627Z Compiling proptest v1.7.0
16242026-02-12T05:47:26.657Z Compiling scroll v0.12.0
16252026-02-12T05:47:27.542Z Compiling hyper-util v0.1.19
16262026-02-12T05:47:27.874Z Compiling derive_builder_macro v0.20.2
16272026-02-12T05:47:29.224Z Compiling ipnetwork v0.21.1
16282026-02-12T05:47:29.282Z Compiling darling_macro v0.21.0
16292026-02-12T05:47:30.086Z Compiling serde_tokenstream v0.2.2
16302026-02-12T05:47:30.174Z Compiling toml_datetime v0.6.11
16312026-02-12T05:47:30.684Z Compiling serde_spanned v0.6.9
16322026-02-12T05:47:30.703Z Compiling backtrace v0.3.74
16332026-02-12T05:47:30.953Z Compiling erased-serde v0.3.31
16342026-02-12T05:47:31.270Z Compiling libz-rs-sys v0.5.1
16352026-02-12T05:47:31.502Z Compiling rand_chacha v0.3.1
16362026-02-12T05:47:31.579Z Compiling md-5 v0.10.6
16372026-02-12T05:47:31.868Z Compiling curve25519-dalek v4.1.3
16382026-02-12T05:47:32.167Z Compiling vergen-lib v0.1.6
16392026-02-12T05:47:32.277Z Compiling num-integer v0.1.46
16402026-02-12T05:47:32.485Z Compiling sync_wrapper v1.0.1
16412026-02-12T05:47:32.551Z Compiling ff v0.13.0
16422026-02-12T05:47:32.651Z Compiling hash32 v0.2.1
16432026-02-12T05:47:32.788Z Compiling memoffset v0.9.1
16442026-02-12T05:47:32.988Z Compiling psl-types v2.0.11
16452026-02-12T05:47:33.025Z Compiling num-bigint-dig v0.8.6
16462026-02-12T05:47:33.151Z Compiling base16ct v0.2.0
16472026-02-12T05:47:33.215Z Compiling cfg_aliases v0.2.1
16482026-02-12T05:47:33.336Z Compiling litrs v0.4.1
16492026-02-12T05:47:33.381Z Compiling ref-cast v1.0.25
16502026-02-12T05:47:33.426Z Compiling smoltcp v0.9.1
16512026-02-12T05:47:33.464Z Compiling fallible-iterator v0.2.0
16522026-02-12T05:47:33.486Z Compiling sec1 v0.7.3
16532026-02-12T05:47:34.082Z Compiling nix v0.29.0
16542026-02-12T05:47:34.122Z Compiling postgres-protocol v0.6.8
16552026-02-12T05:47:34.148Z Compiling publicsuffix v2.3.0
16562026-02-12T05:47:34.404Z Compiling document-features v0.2.11
16572026-02-12T05:47:34.440Z Compiling num-iter v0.1.45
16582026-02-12T05:47:34.647Z Compiling group v0.13.0
16592026-02-12T05:47:34.943Z Compiling tower v0.5.2
16602026-02-12T05:47:35.198Z Compiling newtype-uuid v1.3.2
16612026-02-12T05:47:35.388Z Compiling rand v0.8.5
16622026-02-12T05:47:35.889Z Compiling flate2 v1.1.2
16632026-02-12T05:47:35.995Z Compiling darling v0.21.0
16642026-02-12T05:47:36.132Z Compiling oxnet v0.1.4
16652026-02-12T05:47:36.240Z Compiling derive_builder v0.20.2
16662026-02-12T05:47:36.452Z Compiling tokio-native-tls v0.3.1
16672026-02-12T05:47:36.472Z Compiling goblin v0.8.2
16682026-02-12T05:47:37.288Z Compiling rustls-native-certs v0.8.1
16692026-02-12T05:47:37.353Z Compiling webpki-roots v1.0.1
16702026-02-12T05:47:37.568Z Compiling http-body-util v0.1.3
16712026-02-12T05:47:37.788Z Compiling strum_macros v0.27.2
16722026-02-12T05:47:37.831Z Compiling terminal_size v0.4.0
16732026-02-12T05:47:37.922Z Compiling cargo-platform v0.1.8
16742026-02-12T05:47:38.062Z Compiling hkdf v0.12.4
16752026-02-12T05:47:38.080Z Compiling crypto-bigint v0.5.5
16762026-02-12T05:47:38.359Z Compiling daft-derive v0.1.4
16772026-02-12T05:47:38.432Z Compiling ref-cast-impl v1.0.25
16782026-02-12T05:47:39.600Z Compiling curve25519-dalek-derive v0.1.1
16792026-02-12T05:47:39.993Z Compiling async-trait v0.1.89
16802026-02-12T05:47:40.498Z Compiling hubpack_derive v0.1.1
16812026-02-12T05:47:41.038Z Compiling vergen v9.0.6
16822026-02-12T05:47:41.346Z Compiling ahash v0.8.12
16832026-02-12T05:47:41.376Z Compiling fs-err v3.1.1
16842026-02-12T05:47:41.712Z Compiling ryu v1.0.18
16852026-02-12T05:47:41.727Z Compiling buf-list v1.0.3
16862026-02-12T05:47:42.062Z Compiling unicode-segmentation v1.12.0
16872026-02-12T05:47:42.344Z Compiling simd-adler32 v0.3.7
16882026-02-12T05:47:42.480Z Compiling lockfree-object-pool v0.1.6
16892026-02-12T05:47:42.745Z Compiling managed v0.8.0
16902026-02-12T05:47:42.784Z Compiling winnow v0.5.40
16912026-02-12T05:47:42.864Z Compiling bitflags v1.3.2
16922026-02-12T05:47:42.891Z Compiling iri-string v0.7.8
16932026-02-12T05:47:42.985Z Compiling bumpalo v3.16.0
16942026-02-12T05:47:43.466Z Compiling zopfli v0.8.1
16952026-02-12T05:47:43.789Z Compiling strum v0.27.2
16962026-02-12T05:47:44.085Z Compiling dof v0.3.0
16972026-02-12T05:47:45.020Z Compiling serde_urlencoded v0.7.1
16982026-02-12T05:47:45.072Z Compiling clap_builder v4.5.48
16992026-02-12T05:47:45.705Z Compiling hubpack v0.1.2
17002026-02-12T05:47:45.888Z Compiling tower-http v0.6.6
17012026-02-12T05:47:46.111Z Compiling toml_edit v0.19.15
17022026-02-12T05:47:46.364Z Compiling elliptic-curve v0.13.8
17032026-02-12T05:47:46.759Z Compiling daft v0.1.4
17042026-02-12T05:47:46.940Z Compiling cargo_metadata v0.19.2
17052026-02-12T05:47:47.244Z Compiling hyper-tls v0.6.0
17062026-02-12T05:47:47.328Z Compiling signal-hook-mio v0.2.4
17072026-02-12T05:47:47.515Z Compiling cookie_store v0.21.1
17082026-02-12T05:47:47.652Z Compiling zstd v0.13.3
17092026-02-12T05:47:49.785Z Compiling serde_with_macros v3.16.1
17102026-02-12T05:47:50.364Z Compiling postgres-types v0.2.9
17112026-02-12T05:47:51.768Z Compiling usdt-attr-macro v0.6.0
17122026-02-12T05:47:52.277Z Compiling usdt-macro v0.6.0
17132026-02-12T05:47:52.737Z Compiling dtrace-parser v0.2.0
17142026-02-12T05:47:52.759Z Compiling phf v0.11.2
17152026-02-12T05:47:52.820Z Compiling ed25519 v2.2.3
17162026-02-12T05:47:53.049Z Compiling bzip2 v0.5.2
17172026-02-12T05:47:53.370Z Compiling bzip2 v0.4.4
17182026-02-12T05:47:53.451Z Compiling pkcs1 v0.7.5
17192026-02-12T05:47:53.613Z Compiling enum-as-inner v0.6.1
17202026-02-12T05:47:53.764Z Compiling clap_derive v4.5.47
17212026-02-12T05:47:53.798Z Compiling strum_macros v0.26.4
17222026-02-12T05:47:54.346Z Compiling hex v0.4.3
17232026-02-12T05:47:54.592Z Compiling serde-big-array v0.5.1
17242026-02-12T05:47:54.636Z Compiling rfc6979 v0.4.0
17252026-02-12T05:47:54.843Z Compiling serde_repr v0.1.19
17262026-02-12T05:47:54.846Z Compiling bstr v1.10.0
17272026-02-12T05:47:54.877Z Compiling float-cmp v0.10.0
17282026-02-12T05:47:54.937Z Compiling env_filter v0.1.2
17292026-02-12T05:47:55.140Z Compiling socket2 v0.5.10
17302026-02-12T05:47:55.603Z Compiling memmap2 v0.9.8
17312026-02-12T05:47:55.951Z Compiling encoding_rs v0.8.34
17322026-02-12T05:47:56.021Z Compiling fixedbitset v0.5.7
17332026-02-12T05:47:56.059Z Compiling data-encoding v2.9.0
17342026-02-12T05:47:56.385Z Compiling static_assertions v1.1.0
17352026-02-12T05:47:56.499Z Compiling fixedbitset v0.4.2
17362026-02-12T05:47:56.633Z Compiling rustc-hash v2.1.1
17372026-02-12T05:47:56.834Z Compiling keccak v0.1.5
17382026-02-12T05:47:56.938Z Compiling new_debug_unreachable v1.0.6
17392026-02-12T05:47:57.056Z Compiling mime v0.3.17
17402026-02-12T05:47:57.572Z Compiling difflib v0.4.0
17412026-02-12T05:47:57.807Z Compiling normalize-line-endings v0.3.0
17422026-02-12T05:47:57.961Z Compiling jiff v0.2.15
17432026-02-12T05:47:57.993Z Compiling foldhash v0.2.0
17442026-02-12T05:47:58.106Z Compiling whoami v1.5.2
17452026-02-12T05:47:58.384Z Compiling precomputed-hash v0.1.1
17462026-02-12T05:47:58.522Z Compiling predicates-core v1.0.8
17472026-02-12T05:47:58.639Z Compiling string_cache v0.8.9
17482026-02-12T05:47:58.828Z Compiling predicates v3.1.3
17492026-02-12T05:47:58.847Z Compiling tokio-postgres v0.7.13
17502026-02-12T05:47:59.057Z Compiling iddqd v0.3.16
17512026-02-12T05:47:59.119Z Compiling clap v4.5.48
17522026-02-12T05:47:59.248Z Compiling toml_edit v0.22.27
17532026-02-12T05:47:59.545Z Compiling strum v0.26.3
17542026-02-12T05:47:59.753Z Compiling sha3 v0.10.8
17552026-02-12T05:48:00.285Z Compiling petgraph v0.6.5
17562026-02-12T05:48:00.791Z Compiling hickory-proto v0.25.2
17572026-02-12T05:48:01.505Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17582026-02-12T05:48:01.687Z Compiling petgraph v0.8.2
17592026-02-12T05:48:03.943Z Compiling usdt-impl v0.5.0
17602026-02-12T05:48:04.186Z Compiling usdt v0.6.0
17612026-02-12T05:48:04.661Z Compiling similar v2.7.0
17622026-02-12T05:48:05.240Z Compiling zip v4.2.0
17632026-02-12T05:48:06.196Z Compiling env_logger v0.11.8
17642026-02-12T05:48:06.251Z Compiling serde_with v3.16.1
17652026-02-12T05:48:06.758Z Compiling ecdsa v0.16.9
17662026-02-12T05:48:06.935Z Compiling rsa v0.9.8
17672026-02-12T05:48:07.442Z Compiling zip v0.6.6
17682026-02-12T05:48:07.600Z Compiling ed25519-dalek v2.1.1
17692026-02-12T05:48:08.901Z Compiling toml v0.7.8
17702026-02-12T05:48:09.517Z Compiling crossterm v0.28.1
17712026-02-12T05:48:10.390Z Compiling heck v0.4.1
17722026-02-12T05:48:10.650Z Compiling crossbeam-epoch v0.9.18
17732026-02-12T05:48:10.706Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17742026-02-12T05:48:10.827Z Compiling tokio-stream v0.1.17
17752026-02-12T05:48:10.876Z Compiling x509-cert v0.2.5
17762026-02-12T05:48:11.157Z Compiling openapiv3 v2.2.0
17772026-02-12T05:48:11.344Z Compiling sha1 v0.10.6
17782026-02-12T05:48:11.784Z Compiling itertools v0.10.5
17792026-02-12T05:48:11.802Z Compiling itertools v0.13.0
17802026-02-12T05:48:12.321Z Compiling winnow v0.6.26
17812026-02-12T05:48:12.723Z Compiling lalrpop-util v0.19.12
17822026-02-12T05:48:13.101Z Compiling peg-runtime v0.8.5
17832026-02-12T05:48:13.692Z Compiling thread_local v1.1.8
17842026-02-12T05:48:14.183Z Compiling slog-async v2.8.0
17852026-02-12T05:48:14.336Z Compiling crossbeam-channel v0.5.15
17862026-02-12T05:48:14.678Z Compiling xattr v1.3.1
17872026-02-12T05:48:14.771Z Compiling futures-executor v0.3.31
17882026-02-12T05:48:14.790Z Compiling filetime v0.2.26
17892026-02-12T05:48:14.942Z Compiling is-terminal v0.4.13
17902026-02-12T05:48:15.107Z Compiling term v1.1.0
17912026-02-12T05:48:15.127Z Compiling take_mut v0.2.2
17922026-02-12T05:48:15.130Z Compiling futures v0.3.31
17932026-02-12T05:48:15.186Z Compiling tar v0.4.44
17942026-02-12T05:48:15.770Z Compiling slog-term v2.9.2
17952026-02-12T05:48:18.396Z Compiling aws-lc-sys v0.26.0
17962026-02-12T05:48:47.254Z Compiling rustls-webpki v0.102.8
17972026-02-12T05:48:51.673Z Compiling tokio-rustls v0.26.0
17982026-02-12T05:48:51.929Z Compiling hyper-rustls v0.27.7
17992026-02-12T05:48:52.239Z Compiling reqwest v0.12.24
18002026-02-12T05:48:55.966Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18012026-02-12T05:48:56.251Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18022026-02-12T05:49:00.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s
18032026-02-12T05:49:00.904Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
18042026-02-12T05:49:00.950ZFeb 12 05:49:00.536 INFO Starting download, target: Clickhouse
18052026-02-12T05:49:00.950ZFeb 12 05:49:00.536 INFO Starting download, target: Cockroach
18062026-02-12T05:49:00.953ZFeb 12 05:49:00.536 INFO Starting download, target: Console
18072026-02-12T05:49:00.953ZFeb 12 05:49:00.536 INFO Starting download, target: DendriteStub
18082026-02-12T05:49:00.953ZFeb 12 05:49:00.536 INFO Starting download, target: MaghemiteMgd
18092026-02-12T05:49:00.953ZFeb 12 05:49:00.536 INFO Starting download, target: TransceiverControl
18102026-02-12T05:49:00.953ZFeb 12 05:49:00.536 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18112026-02-12T05:49:00.953ZFeb 12 05:49:00.537 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18122026-02-12T05:49:00.953ZFeb 12 05:49:00.537 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18132026-02-12T05:49:00.953ZFeb 12 05:49:00.537 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18142026-02-12T05:49:00.953ZFeb 12 05:49:00.537 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18152026-02-12T05:49:00.953ZFeb 12 05:49:00.537 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
18162026-02-12T05:49:01.481ZFeb 12 05:49:01.043 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18172026-02-12T05:49:01.667ZFeb 12 05:49:01.239 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18182026-02-12T05:49:01.894ZFeb 12 05:49:01.479 INFO Download complete, target: TransceiverControl
18192026-02-12T05:49:02.115ZFeb 12 05:49:01.693 INFO Download complete, target: Console
18202026-02-12T05:49:02.352ZFeb 12 05:49:01.938 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18212026-02-12T05:49:02.416ZFeb 12 05:49:02.000 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18222026-02-12T05:49:03.081ZFeb 12 05:49:02.667 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18232026-02-12T05:49:03.081ZFeb 12 05:49:02.667 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18242026-02-12T05:49:03.419ZFeb 12 05:49:03.005 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
18252026-02-12T05:49:06.594ZFeb 12 05:49:06.179 INFO Download complete, target: MaghemiteMgd
18262026-02-12T05:49:06.637ZFeb 12 05:49:06.222 INFO Download complete, target: DendriteStub
18272026-02-12T05:49:11.136ZFeb 12 05:49:10.721 INFO Checking that binary works, target: Cockroach
18282026-02-12T05:49:11.262ZFeb 12 05:49:10.848 INFO Download complete, target: Cockroach
18292026-02-12T05:49:14.859ZFeb 12 05:49:14.440 INFO Checking that binary works, target: Clickhouse
18302026-02-12T05:49:15.032ZFeb 12 05:49:14.616 INFO Download complete, target: Clickhouse
18312026-02-12T05:49:15.039ZAll prerequisites installed successfully
18322026-02-12T05:49:15.044Z
18332026-02-12T05:49:15.044Zreal 4:47.648475402
18342026-02-12T05:49:15.044Zuser 18:23.618640296
18352026-02-12T05:49:15.044Zsys 2:24.769643946
18362026-02-12T05:49:15.044Ztrap 0.643289277
18372026-02-12T05:49:15.044Ztflt 1.043334233
18382026-02-12T05:49:15.044Zdflt 1.178435622
18392026-02-12T05:49:15.044Zkflt 0.121211163
18402026-02-12T05:49:15.044Zlock 48:12.067360006
18412026-02-12T05:49:15.044Zslp 1:07:39.321540045
18422026-02-12T05:49:15.044Zlat 1:19.548323114
18432026-02-12T05:49:15.045Zstop 2:59.517587112
18442026-02-12T05:49:15.045Z+ source ./tools/include/force-git-over-https.sh
18452026-02-12T05:49:15.045Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18462026-02-12T05:49:15.045Z++ (( i = 0 ))
18472026-02-12T05:49:15.045Z++ (( i < 5 ))
18482026-02-12T05:49:15.045Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18492026-02-12T05:49:15.045Z++ (( i++ ))
18502026-02-12T05:49:15.045Z++ (( i < 5 ))
18512026-02-12T05:49:15.045Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18522026-02-12T05:49:15.049Z++ (( i++ ))
18532026-02-12T05:49:15.049Z++ (( i < 5 ))
18542026-02-12T05:49:15.049Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18552026-02-12T05:49:15.071Z++ (( i++ ))
18562026-02-12T05:49:15.071Z++ (( i < 5 ))
18572026-02-12T05:49:15.071Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18582026-02-12T05:49:15.071Z++ (( i++ ))
18592026-02-12T05:49:15.071Z++ (( i < 5 ))
18602026-02-12T05:49:15.071Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18612026-02-12T05:49:15.074Z++ (( i++ ))
18622026-02-12T05:49:15.074Z++ (( i < 5 ))
18632026-02-12T05:49:15.074Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18642026-02-12T05:49:15.074Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18652026-02-12T05:49:15.074Z+ rc=0
18662026-02-12T05:49:15.074Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18672026-02-12T05:50:00.021Z+ case $rc in
18682026-02-12T05:50:00.021Z+ pfexec zfs create -p rpool/images/build/host
18692026-02-12T05:50:00.260Z+ pfexec zfs create -p rpool/images/build/recovery
18702026-02-12T05:50:00.338Z+ cargo xtask releng --output-dir /work --mkincorp
18712026-02-12T05:50:01.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
18722026-02-12T05:50:01.124Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18732026-02-12T05:50:02.344Z Compiling proc-macro2 v1.0.101
18742026-02-12T05:50:02.344Z Compiling unicode-ident v1.0.19
18752026-02-12T05:50:02.344Z Compiling libc v0.2.180
18762026-02-12T05:50:02.347Z Compiling serde_core v1.0.228
18772026-02-12T05:50:02.347Z Compiling serde v1.0.228
18782026-02-12T05:50:02.347Z Compiling autocfg v1.4.0
18792026-02-12T05:50:02.347Z Compiling cfg-if v1.0.4
18802026-02-12T05:50:02.657Z Compiling version_check v0.9.5
18812026-02-12T05:50:02.706Z Compiling memchr v2.7.4
18822026-02-12T05:50:02.730Z Compiling shlex v1.3.0
18832026-02-12T05:50:03.207Z Compiling typenum v1.17.0
18842026-02-12T05:50:03.252Z Compiling lock_api v0.4.12
18852026-02-12T05:50:03.633Z Compiling generic-array v0.14.7
18862026-02-12T05:50:03.960Z Compiling value-bag v1.12.0
18872026-02-12T05:50:03.984Z Compiling portable-atomic v1.11.0
18882026-02-12T05:50:04.098Z Compiling getrandom v0.3.4
18892026-02-12T05:50:04.504Z Compiling quote v1.0.40
18902026-02-12T05:50:04.560Z Compiling jobserver v0.1.32
18912026-02-12T05:50:04.714Z Compiling log v0.4.29
18922026-02-12T05:50:04.863Z Compiling zmij v1.0.15
18932026-02-12T05:50:04.926Z Compiling libm v0.2.8
18942026-02-12T05:50:05.166Z Compiling syn v2.0.114
18952026-02-12T05:50:05.356Z Compiling cc v1.2.30
18962026-02-12T05:50:05.491Z Compiling serde_json v1.0.149
18972026-02-12T05:50:05.528Z Compiling num-traits v0.2.19
18982026-02-12T05:50:05.796Z Compiling scopeguard v1.2.0
18992026-02-12T05:50:05.891Z Compiling smallvec v1.15.1
19002026-02-12T05:50:06.037Z Compiling parking_lot_core v0.9.10
19012026-02-12T05:50:06.450Z Compiling rustix v0.38.37
19022026-02-12T05:50:06.485Z Compiling pkg-config v0.3.31
19032026-02-12T05:50:06.519Z Compiling getrandom v0.2.15
19042026-02-12T05:50:07.264Z Compiling thiserror v2.0.18
19052026-02-12T05:50:07.534Z Compiling itoa v1.0.11
19062026-02-12T05:50:07.900Z Compiling regex-syntax v0.8.5
19072026-02-12T05:50:07.951Z Compiling errno v0.3.12
19082026-02-12T05:50:08.501Z Compiling spin v0.9.8
19092026-02-12T05:50:08.592Z Compiling aho-corasick v1.1.3
19102026-02-12T05:50:08.680Z Compiling slab v0.4.9
19112026-02-12T05:50:08.804Z Compiling stable_deref_trait v1.2.0
19122026-02-12T05:50:08.954Z Compiling subtle v2.6.1
19132026-02-12T05:50:08.980Z Compiling lazy_static v1.5.0
19142026-02-12T05:50:09.090Z Compiling critical-section v1.1.3
19152026-02-12T05:50:09.143Z Compiling semver v1.0.27
19162026-02-12T05:50:09.199Z Compiling rand_core v0.6.4
19172026-02-12T05:50:09.868Z Compiling glob v0.3.2
19182026-02-12T05:50:10.027Z Compiling either v1.15.0
19192026-02-12T05:50:10.544Z Compiling once_cell v1.21.3
19202026-02-12T05:50:10.650Z Compiling clang-sys v1.8.1
19212026-02-12T05:50:11.582Z Compiling prettyplease v0.2.36
19222026-02-12T05:50:11.653Z Compiling regex-automata v0.4.11
19232026-02-12T05:50:11.775Z Compiling heck v0.5.0
19242026-02-12T05:50:12.461Z Compiling synstructure v0.13.1
19252026-02-12T05:50:12.764Z Compiling minimal-lexical v0.2.1
19262026-02-12T05:50:12.823Z Compiling schemars v0.8.22
19272026-02-12T05:50:13.254Z Compiling nom v7.1.3
19282026-02-12T05:50:13.405Z Compiling serde_derive_internals v0.29.1
19292026-02-12T05:50:13.528Z Compiling libloading v0.8.5
19302026-02-12T05:50:13.583Z Compiling paste v1.0.15
19312026-02-12T05:50:13.697Z Compiling litemap v0.7.3
19322026-02-12T05:50:13.936Z Compiling bindgen v0.69.5
19332026-02-12T05:50:14.192Z Compiling home v0.5.9
19342026-02-12T05:50:14.274Z Compiling writeable v0.5.5
19352026-02-12T05:50:15.491Z Compiling itertools v0.12.1
19362026-02-12T05:50:16.358Z Compiling serde_derive v1.0.228
19372026-02-12T05:50:16.720Z Compiling zeroize_derive v1.4.2
19382026-02-12T05:50:17.498Z Compiling zerofrom-derive v0.1.4
19392026-02-12T05:50:18.041Z Compiling yoke-derive v0.7.4
19402026-02-12T05:50:18.082Z Compiling zerovec-derive v0.10.3
19412026-02-12T05:50:18.764Z Compiling displaydoc v0.2.5
19422026-02-12T05:50:20.415Z Compiling icu_provider_macros v1.5.0
19432026-02-12T05:50:20.457Z Compiling zeroize v1.8.1
19442026-02-12T05:50:20.509Z Compiling thiserror-impl v2.0.18
19452026-02-12T05:50:20.565Z Compiling zerocopy-derive v0.7.35
19462026-02-12T05:50:20.966Z Compiling tokio-macros v2.6.0
19472026-02-12T05:50:21.020Z Compiling regex v1.11.3
19482026-02-12T05:50:21.282Z Compiling zerofrom v0.1.4
19492026-02-12T05:50:21.603Z Compiling futures-macro v0.3.31
19502026-02-12T05:50:21.655Z Compiling yoke v0.7.4
19512026-02-12T05:50:22.114Z Compiling zerovec v0.10.4
19522026-02-12T05:50:22.757Z Compiling cexpr v0.6.0
19532026-02-12T05:50:23.482Z Compiling schemars_derive v0.8.22
19542026-02-12T05:50:23.785Z Compiling lazycell v1.3.0
19552026-02-12T05:50:23.858Z Compiling rustc-hash v1.1.0
19562026-02-12T05:50:24.011Z Compiling allocator-api2 v0.2.21
19572026-02-12T05:50:24.086Z Compiling byteorder v1.5.0
19582026-02-12T05:50:24.226Z Compiling percent-encoding v2.3.2
19592026-02-12T05:50:24.374Z Compiling tinystr v0.7.6
19602026-02-12T05:50:24.547Z Compiling bitflags v2.9.4
19612026-02-12T05:50:24.652Z Compiling bytes v1.11.1
19622026-02-12T05:50:24.995Z Compiling icu_locid v1.5.0
19632026-02-12T05:50:26.028Z Compiling cmake v0.1.51
19642026-02-12T05:50:26.128Z Compiling icu_locid_transform_data v1.5.0
19652026-02-12T05:50:26.151Z Compiling dunce v1.0.5
19662026-02-12T05:50:26.285Z Compiling fs_extra v1.3.0
19672026-02-12T05:50:26.375Z Compiling icu_provider v1.5.0
19682026-02-12T05:50:26.453Z Compiling equivalent v1.0.2
19692026-02-12T05:50:27.078Z Compiling icu_collections v1.5.0
19702026-02-12T05:50:27.177Z Compiling icu_properties_data v1.5.0
19712026-02-12T05:50:27.277Z Compiling icu_locid_transform v1.5.0
19722026-02-12T05:50:27.385Z Compiling crypto-common v0.1.6
19732026-02-12T05:50:27.513Z Compiling utf8_iter v1.0.4
19742026-02-12T05:50:27.731Z Compiling pin-project-lite v0.2.14
19752026-02-12T05:50:27.996Z Compiling icu_normalizer_data v1.5.0
19762026-02-12T05:50:28.186Z Compiling write16 v1.0.0
19772026-02-12T05:50:28.373Z Compiling utf16_iter v1.0.5
19782026-02-12T05:50:28.641Z Compiling der_derive v0.7.3
19792026-02-12T05:50:28.752Z Compiling which v4.4.2
19802026-02-12T05:50:29.100Z Compiling icu_properties v1.5.1
19812026-02-12T05:50:29.620Z Compiling const-oid v0.9.6
19822026-02-12T05:50:30.033Z Compiling rustversion v1.0.22
19832026-02-12T05:50:31.076Z Compiling ring v0.17.14
19842026-02-12T05:50:32.754Z Compiling form_urlencoded v1.2.2
19852026-02-12T05:50:33.432Z Compiling icu_normalizer v1.5.0
19862026-02-12T05:50:33.495Z Compiling fnv v1.0.7
19872026-02-12T05:50:33.593Z Compiling futures-core v0.3.31
19882026-02-12T05:50:33.896Z Compiling vcpkg v0.2.15
19892026-02-12T05:50:33.955Z Compiling aws-lc-rs v1.12.4
19902026-02-12T05:50:34.494Z Compiling idna_adapter v1.2.0
19912026-02-12T05:50:34.801Z Compiling idna v1.0.3
19922026-02-12T05:50:35.121Z Compiling block-buffer v0.10.4
19932026-02-12T05:50:35.415Z Compiling openssl-sys v0.9.109
19942026-02-12T05:50:35.587Z Compiling signal-hook-registry v1.4.2
19952026-02-12T05:50:35.641Z Compiling zerocopy v0.8.27
19962026-02-12T05:50:36.292Z Compiling url v2.5.4
19972026-02-12T05:50:36.592Z Compiling digest v0.10.7
19982026-02-12T05:50:37.183Z Compiling parking_lot v0.12.3
19992026-02-12T05:50:37.247Z Compiling hashbrown v0.16.1
20002026-02-12T05:50:38.141Z Compiling tracing-attributes v0.1.27
20012026-02-12T05:50:38.715Z Compiling mio v1.0.2
20022026-02-12T05:50:40.391Z Compiling zerocopy-derive v0.8.27
20032026-02-12T05:50:40.444Z Compiling httparse v1.9.5
20042026-02-12T05:50:40.608Z Compiling rustix v1.1.3
20052026-02-12T05:50:40.823Z Compiling indexmap v2.13.0
20062026-02-12T05:50:41.122Z Compiling socket2 v0.6.1
20072026-02-12T05:50:41.398Z Compiling aws-lc-sys v0.26.0
20082026-02-12T05:50:41.839Z Compiling tokio v1.49.0
20092026-02-12T05:50:41.992Z Compiling foldhash v0.1.5
20102026-02-12T05:50:42.102Z Compiling iana-time-zone v0.1.63
20112026-02-12T05:50:42.435Z Compiling chrono v0.4.43
20122026-02-12T05:50:42.835Z Compiling hashbrown v0.15.4
20132026-02-12T05:50:43.050Z Compiling zerocopy v0.7.35
20142026-02-12T05:50:43.668Z Compiling futures-sink v0.3.31
20152026-02-12T05:50:43.946Z Compiling num-conv v0.1.0
20162026-02-12T05:50:44.172Z Compiling time-core v0.1.6
20172026-02-12T05:50:44.226Z Compiling futures-channel v0.3.31
20182026-02-12T05:50:44.520Z Compiling time-macros v0.2.24
20192026-02-12T05:50:44.599Z Compiling uuid v1.19.0
20202026-02-12T05:50:45.159Z Compiling futures-task v0.3.31
20212026-02-12T05:50:45.493Z Compiling futures-io v0.3.31
20222026-02-12T05:50:45.530Z Compiling openssl v0.10.73
20232026-02-12T05:50:45.620Z Compiling pin-utils v0.1.0
20242026-02-12T05:50:45.825Z Compiling futures-util v0.3.31
20252026-02-12T05:50:47.575Z Compiling cpufeatures v0.2.14
20262026-02-12T05:50:47.770Z Compiling ppv-lite86 v0.2.20
20272026-02-12T05:50:48.017Z Compiling openssl-macros v0.1.1
20282026-02-12T05:50:48.706Z Compiling rustc_version v0.4.1
20292026-02-12T05:50:49.238Z Compiling ucd-trie v0.1.7
20302026-02-12T05:50:49.354Z Compiling strsim v0.11.1
20312026-02-12T05:50:49.424Z Compiling native-tls v0.2.12
20322026-02-12T05:50:49.674Z Compiling rustls v0.23.19
20332026-02-12T05:50:50.038Z Compiling pest v2.8.2
20342026-02-12T05:50:50.069Z Compiling hmac v0.12.1
20352026-02-12T05:50:50.072Z Compiling serde_tokenstream v0.2.2
20362026-02-12T05:50:50.186Z Compiling dyn-clone v1.0.20
20372026-02-12T05:50:51.081Z Compiling block-padding v0.3.3
20382026-02-12T05:50:51.487Z Compiling bzip2-sys v0.1.13+1.0.8
20392026-02-12T05:50:51.523Z Compiling cookie v0.18.1
20402026-02-12T05:50:52.023Z Compiling ident_case v1.0.1
20412026-02-12T05:50:52.072Z Compiling thiserror v1.0.69
20422026-02-12T05:50:52.489Z Compiling inout v0.1.3
20432026-02-12T05:50:52.867Z Compiling pest_meta v2.8.2
20442026-02-12T05:50:53.156Z Compiling http v1.4.0
20452026-02-12T05:50:54.414Z Compiling pest_generator v2.8.2
20462026-02-12T05:50:54.490Z Compiling base64 v0.22.1
20472026-02-12T05:50:56.364Z Compiling syn v1.0.109
20482026-02-12T05:50:56.531Z Compiling pest_derive v2.8.2
20492026-02-12T05:50:57.842Z Compiling cipher v0.4.4
20502026-02-12T05:50:57.885Z Compiling sha2 v0.10.9
20512026-02-12T05:50:58.524Z Compiling slog v2.8.2
20522026-02-12T05:51:01.365Z Compiling scroll_derive v0.13.1
20532026-02-12T05:51:01.737Z Compiling thiserror-impl v1.0.69
20542026-02-12T05:51:02.595Z Compiling zstd-sys v2.0.14+zstd.1.5.7
20552026-02-12T05:51:03.203Z Compiling crossbeam-utils v0.8.21
20562026-02-12T05:51:03.432Z Compiling rustls-pki-types v1.10.0
20572026-02-12T05:51:03.964Z Compiling base64ct v1.6.0
20582026-02-12T05:51:04.691Z Compiling pem-rfc7468 v0.7.0
20592026-02-12T05:51:05.326Z Compiling litrs v0.4.1
20602026-02-12T05:51:05.329Z Compiling flagset v0.4.6
20612026-02-12T05:51:06.364Z Compiling document-features v0.2.11
20622026-02-12T05:51:07.478Z Compiling der v0.7.10
20632026-02-12T05:51:08.044Z Compiling tokio-util v0.7.15
20642026-02-12T05:51:10.083Z Compiling rand_core v0.9.3
20652026-02-12T05:51:10.479Z Compiling tracing-core v0.1.32
20662026-02-12T05:51:10.547Z Compiling untrusted v0.9.0
20672026-02-12T05:51:10.788Z Compiling powerfmt v0.2.0
20682026-02-12T05:51:11.672Z Compiling camino v1.2.2
20692026-02-12T05:51:12.228Z Compiling untrusted v0.7.1
20702026-02-12T05:51:12.511Z Compiling plain v0.2.3
20712026-02-12T05:51:12.745Z Compiling tracing v0.1.40
20722026-02-12T05:51:12.783Z Compiling deranged v0.5.3
20732026-02-12T05:51:13.206Z Compiling spki v0.7.3
20742026-02-12T05:51:13.731Z Compiling salsa20 v0.10.2
20752026-02-12T05:51:13.756Z Compiling http-body v1.0.1
20762026-02-12T05:51:13.985Z Compiling pbkdf2 v0.12.2
20772026-02-12T05:51:14.846Z Compiling atomic-waker v1.1.2
20782026-02-12T05:51:15.231Z Compiling num-bigint-dig v0.8.6
20792026-02-12T05:51:15.504Z Compiling num_threads v0.1.7
20802026-02-12T05:51:15.956Z Compiling time v0.3.43
20812026-02-12T05:51:16.497Z Compiling scrypt v0.11.0
20822026-02-12T05:51:17.070Z Compiling rand_chacha v0.9.0
20832026-02-12T05:51:17.548Z Compiling cbc v0.1.2
20842026-02-12T05:51:17.676Z Compiling aes v0.8.4
20852026-02-12T05:51:18.901Z Compiling ahash v0.8.12
20862026-02-12T05:51:18.989Z Compiling pretty-hex v0.4.1
20872026-02-12T05:51:19.315Z Compiling zstd-safe v7.2.3
20882026-02-12T05:51:19.485Z Compiling tower-layer v0.3.3
20892026-02-12T05:51:19.780Z Compiling tower-service v0.3.3
20902026-02-12T05:51:19.920Z Compiling usdt-impl v0.6.0
20912026-02-12T05:51:19.981Z Compiling anyhow v1.0.99
20922026-02-12T05:51:20.154Z Compiling try-lock v0.2.5
20932026-02-12T05:51:20.447Z Compiling want v0.3.1
20942026-02-12T05:51:20.932Z Compiling pkcs5 v0.7.1
20952026-02-12T05:51:23.086Z Compiling rand v0.9.2
20962026-02-12T05:51:23.595Z Compiling h2 v0.4.6
20972026-02-12T05:51:25.221Z Compiling scroll v0.13.0
20982026-02-12T05:51:25.524Z Compiling heapless v0.7.17
20992026-02-12T05:51:26.007Z Compiling ipnet v2.11.0
21002026-02-12T05:51:26.117Z Compiling clap_derive v4.5.47
21012026-02-12T05:51:26.192Z Compiling async-trait v0.1.89
21022026-02-12T05:51:26.800Z Compiling daft-derive v0.1.4
21032026-02-12T05:51:27.566Z Compiling scroll_derive v0.12.0
21042026-02-12T05:51:28.351Z Compiling httpdate v1.0.3
21052026-02-12T05:51:28.485Z Compiling fastrand v2.1.1
21062026-02-12T05:51:28.990Z Compiling signal-hook v0.3.18
21072026-02-12T05:51:29.070Z Compiling foreign-types-shared v0.1.1
21082026-02-12T05:51:29.222Z Compiling adler2 v2.0.0
21092026-02-12T05:51:29.285Z Compiling openssl-probe v0.1.5
21102026-02-12T05:51:29.333Z Compiling foreign-types v0.3.2
21112026-02-12T05:51:29.474Z Compiling miniz_oxide v0.8.5
21122026-02-12T05:51:29.519Z Compiling tempfile v3.24.0
21132026-02-12T05:51:30.149Z Compiling goblin v0.10.2
21142026-02-12T05:51:30.763Z Compiling pkcs8 v0.10.2
21152026-02-12T05:51:32.180Z Compiling darling_core v0.20.10
21162026-02-12T05:51:32.882Z Compiling hyper v1.8.1
21172026-02-12T05:51:38.431Z Compiling tinyvec_macros v0.1.1
21182026-02-12T05:51:39.867Z Compiling tinyvec v1.8.0
21192026-02-12T05:51:41.000Z Compiling dof v0.4.0
21202026-02-12T05:51:41.628Z Compiling darling_macro v0.20.10
21212026-02-12T05:51:42.721Z Compiling hyper-util v0.1.19
21222026-02-12T05:51:46.615Z Compiling dtrace-parser v0.3.0
21232026-02-12T05:51:47.800Z Compiling darling_core v0.21.0
21242026-02-12T05:51:48.158Z Compiling curve25519-dalek v4.1.3
21252026-02-12T05:51:48.647Z Compiling strum_macros v0.26.4
21262026-02-12T05:51:48.945Z Compiling hex v0.4.3
21272026-02-12T05:51:49.773Z Compiling thread-id v5.0.0
21282026-02-12T05:51:49.923Z Compiling memoffset v0.9.1
21292026-02-12T05:51:50.623Z Compiling anstyle v1.0.11
21302026-02-12T05:51:50.796Z Compiling smoltcp v0.9.1
21312026-02-12T05:51:51.840Z Compiling utf8parse v0.2.2
21322026-02-12T05:51:52.101Z Compiling ryu v1.0.18
21332026-02-12T05:51:53.070Z Compiling ref-cast v1.0.25
21342026-02-12T05:51:53.116Z Compiling unicode-segmentation v1.12.0
21352026-02-12T05:51:53.519Z Compiling darling_macro v0.21.0
21362026-02-12T05:51:54.369Z Compiling anstyle-parse v0.2.5
21372026-02-12T05:51:58.239Z Compiling darling v0.20.10
21382026-02-12T05:51:58.892Z Compiling http-body-util v0.1.3
21392026-02-12T05:52:00.732Z Compiling sync_wrapper v1.0.1
21402026-02-12T05:52:00.774Z Compiling toml_datetime v0.6.11
21412026-02-12T05:52:00.933Z Compiling erased-serde v0.3.31
21422026-02-12T05:52:01.449Z Compiling serde_spanned v0.6.9
21432026-02-12T05:52:01.828Z Compiling wait-timeout v0.2.0
21442026-02-12T05:52:02.333Z Compiling encoding_rs v0.8.34
21452026-02-12T05:52:02.812Z Compiling cfg_aliases v0.2.1
21462026-02-12T05:52:02.954Z Compiling quick-error v1.2.3
21472026-02-12T05:52:03.158Z Compiling buf-list v1.0.3
21482026-02-12T05:52:03.229Z Compiling psl-types v2.0.11
21492026-02-12T05:52:03.281Z Compiling anstyle-query v1.1.1
21502026-02-12T05:52:03.477Z Compiling colorchoice v1.0.2
21512026-02-12T05:52:03.705Z Compiling bit-vec v0.8.0
21522026-02-12T05:52:04.066Z Compiling mime v0.3.17
21532026-02-12T05:52:04.215Z Compiling gimli v0.31.1
21542026-02-12T05:52:04.978Z Compiling is_terminal_polyfill v1.70.1
21552026-02-12T05:52:05.144Z Compiling anstream v0.6.18
21562026-02-12T05:52:05.207Z Compiling bit-set v0.8.0
21572026-02-12T05:52:05.584Z Compiling serde_urlencoded v0.7.1
21582026-02-12T05:52:08.219Z Compiling publicsuffix v2.3.0
21592026-02-12T05:52:08.581Z Compiling addr2line v0.24.2
21602026-02-12T05:52:08.990Z Compiling rusty-fork v0.3.0
21612026-02-12T05:52:09.692Z Compiling nix v0.29.0
21622026-02-12T05:52:10.725Z Compiling tower v0.5.2
21632026-02-12T05:52:13.633Z Compiling derive_builder_core v0.20.2
21642026-02-12T05:52:13.661Z Compiling tokio-native-tls v0.3.1
21652026-02-12T05:52:14.040Z Compiling darling v0.21.0
21662026-02-12T05:52:14.209Z Compiling heck v0.4.1
21672026-02-12T05:52:14.657Z Compiling unicode-normalization v0.1.24
21682026-02-12T05:52:15.029Z Compiling rustls-native-certs v0.8.1
21692026-02-12T05:52:15.761Z Compiling hubpack_derive v0.1.1
21702026-02-12T05:52:15.897Z Compiling rand_xorshift v0.4.0
21712026-02-12T05:52:16.201Z Compiling webpki-roots v1.0.1
21722026-02-12T05:52:16.602Z Compiling ipnetwork v0.21.1
21732026-02-12T05:52:17.054Z Compiling openapiv3 v2.2.0
21742026-02-12T05:52:17.344Z Compiling signature v2.2.0
21752026-02-12T05:52:17.631Z Compiling curve25519-dalek-derive v0.1.1
21762026-02-12T05:52:19.111Z Compiling ref-cast-impl v1.0.25
21772026-02-12T05:52:19.966Z Compiling strum_macros v0.27.2
21782026-02-12T05:52:20.745Z Compiling object v0.36.5
21792026-02-12T05:52:21.356Z Compiling fs-err v3.1.1
21802026-02-12T05:52:21.634Z Compiling usdt-impl v0.5.0
21812026-02-12T05:52:21.829Z Compiling crc32fast v1.4.2
21822026-02-12T05:52:22.718Z Compiling unicode-bidi v0.3.17
21832026-02-12T05:52:22.747Z Compiling iri-string v0.7.8
21842026-02-12T05:52:23.933Z Compiling rustc-demangle v0.1.24
21852026-02-12T05:52:24.779Z Compiling zlib-rs v0.5.1
21862026-02-12T05:52:24.818Z Compiling siphasher v0.3.11
21872026-02-12T05:52:24.878Z Compiling unicode-properties v0.1.3
21882026-02-12T05:52:25.656Z Compiling unarray v0.1.4
21892026-02-12T05:52:25.915Z Compiling proptest v1.7.0
21902026-02-12T05:52:27.263Z Compiling tower-http v0.6.6
21912026-02-12T05:52:28.170Z Compiling backtrace v0.3.74
21922026-02-12T05:52:30.074Z Compiling libz-rs-sys v0.5.1
21932026-02-12T05:52:30.376Z Compiling stringprep v0.1.5
21942026-02-12T05:52:30.716Z Compiling phf_shared v0.11.2
21952026-02-12T05:52:31.671Z Compiling oxnet v0.1.4
21962026-02-12T05:52:31.935Z Compiling derive_builder_macro v0.20.2
21972026-02-12T05:52:32.906Z Compiling serde_with_macros v3.16.1
21982026-02-12T05:52:33.597Z Compiling hyper-tls v0.6.0
21992026-02-12T05:52:34.557Z Compiling cookie_store v0.21.1
22002026-02-12T05:52:34.788Z Compiling usdt-attr-macro v0.6.0
22012026-02-12T05:52:35.472Z Compiling usdt-macro v0.6.0
22022026-02-12T05:52:35.841Z Compiling rustls-webpki v0.102.8
22032026-02-12T05:52:36.483Z Compiling scroll v0.12.0
22042026-02-12T05:52:37.095Z Compiling terminal_size v0.4.0
22052026-02-12T05:52:37.549Z Compiling rand_chacha v0.3.1
22062026-02-12T05:52:38.764Z Compiling md-5 v0.10.6
22072026-02-12T05:52:39.052Z Compiling num-integer v0.1.46
22082026-02-12T05:52:39.077Z Compiling vergen-lib v0.1.6
22092026-02-12T05:52:39.183Z Compiling hash32 v0.2.1
22102026-02-12T05:52:39.442Z Compiling ff v0.13.0
22112026-02-12T05:52:39.827Z Compiling winnow v0.7.14
22122026-02-12T05:52:40.114Z Compiling fallible-iterator v0.2.0
22132026-02-12T05:52:41.683Z Compiling base16ct v0.2.0
22142026-02-12T05:52:41.843Z Compiling clap_lex v0.7.4
22152026-02-12T05:52:42.063Z Compiling sec1 v0.7.3
22162026-02-12T05:52:42.630Z Compiling clap_builder v4.5.48
22172026-02-12T05:52:44.765Z Compiling tokio-rustls v0.26.0
22182026-02-12T05:52:44.926Z Compiling postgres-protocol v0.6.8
22192026-02-12T05:52:45.265Z Compiling group v0.13.0
22202026-02-12T05:52:46.142Z Compiling num-iter v0.1.45
22212026-02-12T05:52:46.496Z Compiling rand v0.8.5
22222026-02-12T05:52:50.599Z Compiling goblin v0.8.2
22232026-02-12T05:52:51.212Z Compiling derive_builder v0.20.2
22242026-02-12T05:52:51.381Z Compiling newtype-uuid v1.3.2
22252026-02-12T05:52:51.955Z Compiling flate2 v1.1.2
22262026-02-12T05:52:55.023Z Compiling hkdf v0.12.4
22272026-02-12T05:52:55.299Z Compiling regress v0.10.4
22282026-02-12T05:52:55.309Z Compiling vergen v9.0.6
22292026-02-12T05:52:55.879Z Compiling crypto-bigint v0.5.5
22302026-02-12T05:52:56.061Z Compiling cargo-platform v0.1.8
22312026-02-12T05:52:56.582Z Compiling serde_repr v0.1.19
22322026-02-12T05:52:57.815Z Compiling enum-as-inner v0.6.1
22332026-02-12T05:52:59.406Z Compiling simd-adler32 v0.3.7
22342026-02-12T05:52:59.659Z Compiling bumpalo v3.16.0
22352026-02-12T05:53:03.826Z Compiling winnow v0.5.40
22362026-02-12T05:53:03.842Z Compiling managed v0.8.0
22372026-02-12T05:53:03.842Z Compiling lockfree-object-pool v0.1.6
22382026-02-12T05:53:03.842Z Compiling bitflags v1.3.2
22392026-02-12T05:53:03.842Z Compiling zopfli v0.8.1
22402026-02-12T05:53:04.033Z Compiling hyper-rustls v0.27.7
22412026-02-12T05:53:04.644Z Compiling reqwest v0.12.24
22422026-02-12T05:53:04.702Z Compiling toml_edit v0.19.15
22432026-02-12T05:53:06.582Z Compiling typify-impl v0.4.3
22442026-02-12T05:53:07.572Z Compiling elliptic-curve v0.13.8
22452026-02-12T05:53:08.439Z Compiling dof v0.3.0
22462026-02-12T05:53:09.450Z Compiling cargo_metadata v0.19.2
22472026-02-12T05:53:11.695Z Compiling daft v0.1.4
22482026-02-12T05:53:12.298Z Compiling signal-hook-mio v0.2.4
22492026-02-12T05:53:12.567Z Compiling zstd v0.13.3
22502026-02-12T05:53:13.208Z Compiling clap v4.5.48
22512026-02-12T05:53:13.477Z Compiling postgres-types v0.2.9
22522026-02-12T05:53:13.842Z Compiling dtrace-parser v0.2.0
22532026-02-12T05:53:14.235Z Compiling phf v0.11.2
22542026-02-12T05:53:14.619Z Compiling strum v0.27.2
22552026-02-12T05:53:14.901Z Compiling ed25519 v2.2.3
22562026-02-12T05:53:14.995Z Compiling hubpack v0.1.2
22572026-02-12T05:53:15.076Z Compiling bzip2 v0.5.2
22582026-02-12T05:53:15.092Z Compiling bzip2 v0.4.4
22592026-02-12T05:53:15.543Z Compiling pkcs1 v0.7.5
22602026-02-12T05:53:15.797Z Compiling rfc6979 v0.4.0
22612026-02-12T05:53:15.811Z Compiling float-cmp v0.10.0
22622026-02-12T05:53:16.136Z Compiling serde-big-array v0.5.1
22632026-02-12T05:53:16.413Z Compiling bstr v1.10.0
22642026-02-12T05:53:16.497Z Compiling structmeta-derive v0.3.0
22652026-02-12T05:53:16.642Z Compiling env_filter v0.1.2
22662026-02-12T05:53:16.677Z Compiling socket2 v0.5.10
22672026-02-12T05:53:17.326Z Compiling memmap2 v0.9.8
22682026-02-12T05:53:17.516Z Compiling thread-id v4.2.2
22692026-02-12T05:53:17.673Z Compiling precomputed-hash v0.1.1
22702026-02-12T05:53:17.868Z Compiling radium v0.7.0
22712026-02-12T05:53:17.969Z Compiling fixedbitset v0.5.7
22722026-02-12T05:53:18.508Z Compiling keccak v0.1.5
22732026-02-12T05:53:18.934Z Compiling data-encoding v2.9.0
22742026-02-12T05:53:20.509Z Compiling difflib v0.4.0
22752026-02-12T05:53:20.513Z Compiling new_debug_unreachable v1.0.6
22762026-02-12T05:53:20.579Z Compiling predicates-core v1.0.8
22772026-02-12T05:53:20.717Z Compiling foldhash v0.2.0
22782026-02-12T05:53:20.817Z Compiling fixedbitset v0.4.2
22792026-02-12T05:53:20.874Z Compiling rustc-hash v2.1.1
22802026-02-12T05:53:21.141Z Compiling whoami v1.5.2
22812026-02-12T05:53:21.288Z Compiling static_assertions v1.1.0
22822026-02-12T05:53:21.468Z Compiling toml_write v0.1.2
22832026-02-12T05:53:21.873Z Compiling normalize-line-endings v0.3.0
22842026-02-12T05:53:21.912Z Compiling jiff v0.2.15
22852026-02-12T05:53:22.072Z Compiling predicates v3.1.3
22862026-02-12T05:53:24.934Z Compiling tokio-postgres v0.7.13
22872026-02-12T05:53:25.643Z Compiling toml_edit v0.22.27
22882026-02-12T05:53:30.268Z Compiling zip v4.2.0
22892026-02-12T05:53:32.038Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22902026-02-12T05:53:32.387Z Compiling petgraph v0.6.5
22912026-02-12T05:53:32.468Z Compiling iddqd v0.3.16
22922026-02-12T05:53:33.685Z Compiling string_cache v0.8.9
22932026-02-12T05:53:34.166Z Compiling hickory-proto v0.25.2
22942026-02-12T05:53:35.275Z Compiling structmeta v0.3.0
22952026-02-12T05:53:35.751Z Compiling sha3 v0.10.8
22962026-02-12T05:53:36.225Z Compiling petgraph v0.8.2
22972026-02-12T05:53:36.411Z Compiling usdt v0.6.0
22982026-02-12T05:53:38.274Z Compiling similar v2.7.0
22992026-02-12T05:53:42.621Z Compiling env_logger v0.11.8
23002026-02-12T05:53:42.642Z Compiling typify-macro v0.4.3
23012026-02-12T05:53:42.642Z Compiling serde_with v3.16.1
23022026-02-12T05:53:42.642Z Compiling rsa v0.9.8
23032026-02-12T05:53:42.642Z Compiling ecdsa v0.16.9
23042026-02-12T05:53:44.713Z Compiling zip v0.6.6
23052026-02-12T05:53:45.600Z Compiling ed25519-dalek v2.1.1
23062026-02-12T05:53:45.986Z Compiling crossterm v0.28.1
23072026-02-12T05:53:46.582Z Compiling crossbeam-epoch v0.9.18
23082026-02-12T05:53:46.695Z Compiling toml v0.7.8
23092026-02-12T05:53:47.034Z Compiling strum v0.26.3
23102026-02-12T05:53:47.331Z Compiling tokio-stream v0.1.17
23112026-02-12T05:53:48.095Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
23122026-02-12T05:53:48.397Z Compiling x509-cert v0.2.5
23132026-02-12T05:53:49.294Z Compiling sha1 v0.10.6
23142026-02-12T05:53:49.467Z Compiling itertools v0.10.5
23152026-02-12T05:53:49.855Z Compiling itertools v0.13.0
23162026-02-12T05:53:51.444Z Compiling winnow v0.6.26
23172026-02-12T05:53:52.877Z Compiling tap v1.0.1
23182026-02-12T05:53:52.899Z Compiling lalrpop-util v0.19.12
23192026-02-12T05:53:52.931Z Compiling peg-runtime v0.8.5
23202026-02-12T05:53:53.517Z Compiling maybe-uninit v2.0.0
23212026-02-12T05:53:53.640Z Compiling wyz v0.5.1
23222026-02-12T05:53:55.033Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23232026-02-12T05:54:02.423Z Compiling funty v2.0.0
23242026-02-12T05:54:02.639Z Compiling packed_struct v0.10.1
23252026-02-12T05:54:04.139Z Compiling bitvec v1.0.1
23262026-02-12T05:54:11.000Z Compiling packed_struct_codegen v0.10.1
23272026-02-12T05:54:11.054Z Compiling futures-executor v0.3.31
23282026-02-12T05:54:12.070Z Compiling bitfield-macros v0.19.2
23292026-02-12T05:54:12.097Z Compiling zerocopy-derive v0.6.6
23302026-02-12T05:54:12.810Z Compiling indexmap v1.9.3
23312026-02-12T05:54:13.637Z Compiling typeid v1.0.3
23322026-02-12T05:54:13.792Z Compiling nodrop v0.1.14
23332026-02-12T05:54:14.646Z Compiling crc-catalog v2.4.0
23342026-02-12T05:54:15.113Z Compiling crc v3.2.1
23352026-02-12T05:54:15.695Z Compiling zerocopy v0.6.6
23362026-02-12T05:54:15.745Z Compiling array-init v0.0.4
23372026-02-12T05:54:16.997Z Compiling bitfield v0.19.2
23382026-02-12T05:54:18.526Z Compiling futures v0.3.31
23392026-02-12T05:54:19.870Z Compiling smallvec v0.6.14
23402026-02-12T05:54:21.273Z Compiling typify v0.4.3
23412026-02-12T05:54:21.682Z Compiling derive-ex v0.1.8
23422026-02-12T05:54:22.925Z Compiling base64 v0.21.7
23432026-02-12T05:54:23.862Z Compiling unsafe-libyaml v0.2.11
23442026-02-12T05:54:24.208Z Compiling rustls v0.22.4
23452026-02-12T05:54:25.560Z Compiling hashbrown v0.12.3
23462026-02-12T05:54:25.665Z Compiling test-strategy v0.4.3
23472026-02-12T05:54:28.815Z Compiling serde_yaml v0.9.34+deprecated
23482026-02-12T05:54:28.970Z Compiling ron v0.8.1
23492026-02-12T05:54:31.942Z Compiling progenitor-impl v0.11.2
23502026-02-12T05:54:32.388Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
23512026-02-12T05:54:33.236Z Compiling serde-hex v0.1.0
23522026-02-12T05:54:37.616Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23532026-02-12T05:54:39.094Z Compiling toml v0.8.23
23542026-02-12T05:54:39.738Z Compiling hashbrown v0.13.2
23552026-02-12T05:54:44.434Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
23562026-02-12T05:54:44.484Z Compiling xattr v1.3.1
23572026-02-12T05:54:44.841Z Compiling pin-project-internal v1.1.6
23582026-02-12T05:54:45.429Z Compiling thread_local v1.1.8
23592026-02-12T05:54:46.094Z Compiling filetime v0.2.26
23602026-02-12T05:54:46.636Z Compiling multer v3.1.0
23612026-02-12T05:54:46.814Z Compiling crc-any v2.5.0
23622026-02-12T05:54:47.269Z Compiling rayon-core v1.12.1
23632026-02-12T05:54:48.171Z Compiling same-file v1.0.6
23642026-02-12T05:54:48.434Z Compiling match_cfg v0.1.0
23652026-02-12T05:54:48.728Z Compiling slog-async v2.8.0
23662026-02-12T05:54:54.713Z Compiling hostname v0.3.1
23672026-02-12T05:54:55.024Z Compiling walkdir v2.5.0
23682026-02-12T05:55:00.795Z Compiling pin-project v1.1.6
23692026-02-12T05:55:00.971Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
23702026-02-12T05:55:02.287Z Compiling tar v0.4.44
23712026-02-12T05:55:03.828Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23722026-02-12T05:55:07.918Z Compiling object v0.30.4
23732026-02-12T05:55:08.428Z Compiling erased-serde v0.4.6
23742026-02-12T05:55:08.534Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23752026-02-12T05:55:09.608Z Compiling progenitor-macro v0.11.2
23762026-02-12T05:55:18.839Z Compiling progenitor-client v0.11.2
23772026-02-12T05:55:19.836Z Compiling toml_parser v1.0.6+spec-1.1.0
23782026-02-12T05:55:20.098Z Compiling crossbeam-channel v0.5.15
23792026-02-12T05:55:20.143Z Compiling snafu-derive v0.8.5
23802026-02-12T05:55:20.507Z Compiling slog-json v2.6.1
23812026-02-12T05:55:21.484Z Compiling async-stream-impl v0.3.6
23822026-02-12T05:55:21.662Z Compiling ordered-float v2.10.1
23832026-02-12T05:55:22.358Z Compiling serde_path_to_error v0.1.20
23842026-02-12T05:55:22.501Z Compiling toml_datetime v0.7.5+spec-1.1.0
23852026-02-12T05:55:22.625Z Compiling serde_spanned v1.0.4
23862026-02-12T05:55:22.909Z Compiling is-terminal v0.4.13
23872026-02-12T05:55:23.079Z Compiling fs-err v2.11.0
23882026-02-12T05:55:23.103Z Compiling dropshot v0.16.7
23892026-02-12T05:55:23.400Z Compiling path-slash v0.1.5
23902026-02-12T05:55:23.451Z Compiling term v1.1.0
23912026-02-12T05:55:23.476Z Compiling toml_writer v1.0.6+spec-1.1.0
23922026-02-12T05:55:23.673Z Compiling debug-ignore v1.0.5
23932026-02-12T05:55:23.874Z Compiling unicode-width v0.1.14
23942026-02-12T05:55:24.182Z Compiling take_mut v0.2.2
23952026-02-12T05:55:24.390Z Compiling tabwriter v1.4.0
23962026-02-12T05:55:24.478Z Compiling snafu v0.8.5
23972026-02-12T05:55:24.563Z Compiling slog-term v2.9.2
23982026-02-12T05:55:25.164Z Compiling toml v0.9.11+spec-1.1.0
23992026-02-12T05:55:25.972Z Compiling async-stream v0.3.6
24002026-02-12T05:55:26.470Z Compiling serde-value v0.7.0
24012026-02-12T05:55:27.015Z Compiling slog-bunyan v2.5.0
24022026-02-12T05:55:27.380Z Compiling progenitor v0.11.2
24032026-02-12T05:55:27.493Z Compiling tokio-rustls v0.25.0
24042026-02-12T05:55:27.569Z Compiling serde-untagged v0.1.7
24052026-02-12T05:55:27.677Z Compiling globset v0.4.15
24062026-02-12T05:55:27.994Z Compiling crossbeam-deque v0.8.5
24072026-02-12T05:55:28.056Z Compiling camino-tempfile v1.4.1
24082026-02-12T05:55:28.332Z Compiling parse-display-derive v0.10.0
24092026-02-12T05:55:28.432Z Compiling olpc-cjson v0.1.4
24102026-02-12T05:55:28.825Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
24112026-02-12T05:55:28.828Z Compiling waitgroup v0.1.2
24122026-02-12T05:55:29.146Z Compiling rustls-pemfile v2.2.0
24132026-02-12T05:55:29.662Z Compiling pem v3.0.5
24142026-02-12T05:55:30.107Z Compiling dropshot_endpoint v0.16.7
24152026-02-12T05:55:31.145Z Compiling newtype-uuid-macros v0.1.0
24162026-02-12T05:55:31.379Z Compiling serde_plain v1.0.2
24172026-02-12T05:55:31.618Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24182026-02-12T05:55:31.934Z Compiling async-recursion v1.1.1
24192026-02-12T05:55:32.366Z Compiling blake3 v1.5.4
24202026-02-12T05:55:32.682Z Compiling hostname v0.4.2
24212026-02-12T05:55:32.986Z Compiling instant v0.1.13
24222026-02-12T05:55:33.014Z Compiling half v2.4.1
24232026-02-12T05:55:33.188Z Compiling unicode-xid v0.2.6
24242026-02-12T05:55:33.213Z Compiling typed-path v0.9.3
24252026-02-12T05:55:33.457Z Compiling ciborium-io v0.2.2
24262026-02-12T05:55:33.617Z Compiling colored v3.0.0
24272026-02-12T05:55:33.742Z Compiling ciborium-ll v0.2.2
24282026-02-12T05:55:33.792Z Compiling cargo-util-schemas v0.8.2
24292026-02-12T05:55:34.289Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
24302026-02-12T05:55:34.610Z Compiling backoff v0.4.0
24312026-02-12T05:55:35.011Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24322026-02-12T05:55:35.559Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24332026-02-12T05:55:35.835Z Compiling tough v0.20.0
24342026-02-12T05:55:38.529Z Compiling parse-display v0.10.0
24352026-02-12T05:55:39.365Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24362026-02-12T05:55:40.132Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24372026-02-12T05:55:40.432Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24382026-02-12T05:55:40.928Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
24392026-02-12T05:55:41.008Z Compiling itertools v0.14.0
24402026-02-12T05:55:42.630Z Compiling progenitor-client v0.10.0
24412026-02-12T05:55:43.593Z Compiling macaddr v1.0.1
24422026-02-12T05:55:44.194Z Compiling cargo-platform v0.2.0
24432026-02-12T05:55:44.553Z Compiling parse-size v1.1.0
24442026-02-12T05:55:44.908Z Compiling constant_time_eq v0.3.1
24452026-02-12T05:55:45.135Z Compiling arrayvec v0.7.6
24462026-02-12T05:55:45.376Z Compiling indent_write v2.2.0
24472026-02-12T05:55:45.661Z Compiling arrayref v0.3.9
24482026-02-12T05:55:45.685Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24492026-02-12T05:55:46.746Z Compiling cargo_metadata v0.21.0
24502026-02-12T05:55:48.100Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24512026-02-12T05:55:48.293Z Compiling ciborium v0.2.2
24522026-02-12T05:55:50.307Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
24532026-02-12T05:55:54.501Z Compiling topological-sort v0.2.2
24542026-02-12T05:55:54.839Z Compiling display-error-chain v0.2.2
24552026-02-12T05:55:55.108Z Compiling omicron-zone-package v0.12.2
24562026-02-12T05:55:55.860Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24572026-02-12T05:55:57.820Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24582026-02-12T05:56:01.896Z Compiling shell-words v1.1.0
24592026-02-12T05:56:04.113Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24602026-02-12T05:56:20.189Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24612026-02-12T05:56:39.052Z Finished `release` profile [optimized] target(s) in 6m 37s
24622026-02-12T05:56:39.232Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
24632026-02-12T05:56:39.286ZFeb 12 05:56:38.832 DEBG changing working directory to /work/oxidecomputer/omicron
24642026-02-12T05:56:39.413ZFeb 12 05:56:38.958 DEBG running: git rev-parse HEAD
24652026-02-12T05:56:39.416ZFeb 12 05:56:38.961 DEBG process exited with exit status: 0 (3.132838ms)
24662026-02-12T05:56:39.416ZFeb 12 05:56:38.961 INFO version: 18.0.0-0.ci+git1c3e4bac8a9
24672026-02-12T05:56:39.455ZFeb 12 05:56:39.000 INFO cloning helios to /work/oxidecomputer/helios
24682026-02-12T05:56:39.455ZFeb 12 05:56:39.000 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24692026-02-12T05:56:39.459ZCloning into '/work/oxidecomputer/helios'...
24702026-02-12T05:56:40.345ZFeb 12 05:56:39.891 DEBG process exited with exit status: 0 (890.756119ms)
24712026-02-12T05:56:40.345ZFeb 12 05:56:39.891 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24722026-02-12T05:56:40.349ZFeb 12 05:56:39.894 DEBG process exited with exit status: 0 (3.312376ms)
24732026-02-12T05:56:40.349ZFeb 12 05:56:39.894 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24742026-02-12T05:56:41.732ZFeb 12 05:56:41.278 DEBG process exited with exit status: 0 (1.383429926s)
24752026-02-12T05:56:41.732ZFeb 12 05:56:41.278 DEBG running: zfs list rpool/images/build/host
24762026-02-12T05:56:41.737ZNAME USED AVAIL REFER MOUNTPOINT
24772026-02-12T05:56:41.737Zrpool/images/build/host 24K 151G 24K /rpool/images/build/host
24782026-02-12T05:56:41.740ZFeb 12 05:56:41.283 DEBG process exited with exit status: 0 (5.371237ms)
24792026-02-12T05:56:41.740ZFeb 12 05:56:41.283 DEBG running: zfs list rpool/images/build/recovery
24802026-02-12T05:56:41.743ZNAME USED AVAIL REFER MOUNTPOINT
24812026-02-12T05:56:41.743Zrpool/images/build/recovery 24K 151G 24K /rpool/images/build/recovery
24822026-02-12T05:56:41.743ZFeb 12 05:56:41.288 DEBG process exited with exit status: 0 (4.804716ms)
24832026-02-12T05:56:41.743ZFeb 12 05:56:41.289 INFO [incorp-manifest] running task
24842026-02-12T05:56:41.743ZFeb 12 05:56:41.289 INFO [hubris-production] running task
24852026-02-12T05:56:41.746ZFeb 12 05:56:41.289 INFO [hubris-staging] running task
24862026-02-12T05:56:41.746ZFeb 12 05:56:41.289 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*'
24872026-02-12T05:56:41.746ZFeb 12 05:56:41.289 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
24882026-02-12T05:56:41.746ZFeb 12 05:56:41.290 INFO [incorp-create] running: pkgrepo create /work/incorporation
24892026-02-12T05:56:41.746ZFeb 12 05:56:41.291 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24902026-02-12T05:56:41.851Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24912026-02-12T05:56:42.117ZFeb 12 05:56:41.663 INFO [incorp-create] process exited with exit status: 0 (372.542315ms)
24922026-02-12T05:56:42.120ZFeb 12 05:56:41.663 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev
24932026-02-12T05:56:42.536ZFeb 12 05:56:42.082 INFO [incorp-publisher] process exited with exit status: 0 (418.907846ms)
24942026-02-12T05:56:42.603Z[ omicron-package] Blocking waiting for file lock on package cache
24952026-02-12T05:56:43.141ZFeb 12 05:56:42.686 INFO [hubris-production] task succeeded (1.39772166s)
24962026-02-12T05:56:43.202Z[ omicron-package] Blocking waiting for file lock on package cache
24972026-02-12T05:56:43.457Z[ omicron-package] Blocking waiting for file lock on package cache
24982026-02-12T05:56:44.357Z[ omicron-package] Compiling ring v0.17.14
24992026-02-12T05:56:44.582Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25002026-02-12T05:56:44.586Z[ omicron-package] Compiling itertools v0.14.0
25012026-02-12T05:56:44.586Z[ omicron-package] Compiling heapless v0.8.0
25022026-02-12T05:56:44.586Z[ omicron-package] Compiling hash32 v0.3.1
25032026-02-12T05:56:44.586Z[ omicron-package] Compiling smoltcp v0.11.0
25042026-02-12T05:56:44.586Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25052026-02-12T05:56:45.261Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25062026-02-12T05:56:46.071Z[ omicron-package] Compiling cobs v0.2.3
25072026-02-12T05:56:46.232Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25082026-02-12T05:56:46.626Z[ omicron-package] Compiling postcard v1.0.10
25092026-02-12T05:56:46.699Z[ omicron-package] Compiling num_enum_derive v0.5.11
25102026-02-12T05:56:47.385Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25112026-02-12T05:56:47.509Z[ omicron-package] Compiling proc-macro-error v1.0.4
25122026-02-12T05:56:48.520Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25132026-02-12T05:56:49.316Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25142026-02-12T05:56:49.624Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25152026-02-12T05:56:51.200Z[ omicron-package] Compiling num_enum v0.5.11
25162026-02-12T05:56:51.468Z[ omicron-package] Compiling ingot-macros v0.1.1
25172026-02-12T05:56:51.742Z[ omicron-package] Compiling foreign-types v0.5.0
25182026-02-12T05:56:51.809Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25192026-02-12T05:56:51.962Z[ omicron-package] Compiling cstr-argument v0.1.2
25202026-02-12T05:56:52.329Z[ omicron-package] Compiling rustls v0.23.19
25212026-02-12T05:56:52.541Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25222026-02-12T05:56:52.592Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
25232026-02-12T05:56:52.769Z[ omicron-package] Compiling pretty-hex v0.2.1
25242026-02-12T05:56:53.521Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25252026-02-12T05:56:53.760Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25262026-02-12T05:56:53.957Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25272026-02-12T05:56:54.541Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25282026-02-12T05:56:55.187Z[ omicron-package] Compiling rayon v1.10.0
25292026-02-12T05:56:55.539Z[ omicron-package] Compiling colored v2.2.0
25302026-02-12T05:56:56.333Z[ omicron-package] Compiling nix v0.30.1
25312026-02-12T05:56:56.593Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25322026-02-12T05:56:58.105Z[ omicron-package] Compiling rustls-webpki v0.102.8
25332026-02-12T05:56:58.299Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
25342026-02-12T05:57:00.904Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25352026-02-12T05:57:01.027Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
25362026-02-12T05:57:01.711Z[ omicron-package] Compiling sigpipe v0.1.3
25372026-02-12T05:57:02.014Z[ omicron-package] Compiling num-derive v0.4.2
25382026-02-12T05:57:02.466Z[ omicron-package] Compiling glob v0.3.2
25392026-02-12T05:57:02.685Z[ omicron-package] Compiling ingot-types v0.1.2
25402026-02-12T05:57:03.596Z[ omicron-package] Compiling libefi-sys v0.1.0
25412026-02-12T05:57:04.198Z[ omicron-package] Compiling ingot v0.1.1
25422026-02-12T05:57:04.298Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25432026-02-12T05:57:04.785Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
25442026-02-12T05:57:04.882ZFeb 12 05:57:04.426 INFO [hubris-staging] task succeeded (23.136656532s)
25452026-02-12T05:57:05.516Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25462026-02-12T05:57:05.620Z[ omicron-package] Compiling zone v0.3.1
25472026-02-12T05:57:06.796Z[ omicron-package] Compiling rustls v0.22.4
25482026-02-12T05:57:06.835Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25492026-02-12T05:57:07.952Z[ omicron-package] Compiling usdt-macro v0.5.0
25502026-02-12T05:57:09.013Z[ omicron-package] Compiling smf v0.2.3
25512026-02-12T05:57:09.810Z[ omicron-package] Compiling memmap v0.7.0
25522026-02-12T05:57:10.758Z[ omicron-package] Compiling tokio-rustls v0.26.0
25532026-02-12T05:57:11.112Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25542026-02-12T05:57:11.394Z[ omicron-package] Compiling hyper-rustls v0.27.7
25552026-02-12T05:57:12.220Z[ omicron-package] Compiling reqwest v0.12.24
25562026-02-12T05:57:12.911Z[ omicron-package] Compiling bitfield-struct v0.6.2
25572026-02-12T05:57:16.293Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25582026-02-12T05:57:16.671Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25592026-02-12T05:57:17.208Z[ omicron-package] Compiling usdt v0.5.0
25602026-02-12T05:57:17.983Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25612026-02-12T05:57:18.154Z[ omicron-package] Compiling unicode-width v0.2.0
25622026-02-12T05:57:18.217Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25632026-02-12T05:57:18.970Z[ omicron-package] Compiling console v0.16.0
25642026-02-12T05:57:19.079Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25652026-02-12T05:57:19.530Z[ omicron-package] Compiling tokio-dtrace v0.1.0
25662026-02-12T05:57:19.737Z[ omicron-package] Compiling tokio-rustls v0.25.0
25672026-02-12T05:57:20.337Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25682026-02-12T05:57:20.431Z[ omicron-package] Compiling dropshot v0.16.7
25692026-02-12T05:57:20.593Z[ omicron-package] Compiling gethostname v0.5.0
25702026-02-12T05:57:21.093Z[ omicron-package] Compiling unit-prefix v0.5.1
25712026-02-12T05:57:21.569Z[ omicron-package] Compiling indicatif v0.18.0
25722026-02-12T05:57:22.513Z[ omicron-package] Compiling oxide-tokio-rt v0.1.2
25732026-02-12T05:57:22.695Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25742026-02-12T05:57:24.906Z[ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing
25752026-02-12T05:57:24.906Z[ helios-setup] --> src/main.rs:79:10
25762026-02-12T05:57:24.909Z[ helios-setup] |
25772026-02-12T05:57:24.909Z[ helios-setup] 79 | fn pc(s: &str) -> Component {
25782026-02-12T05:57:24.909Z[ helios-setup] | ^^^^ ^^^^^^^^^ the same lifetime is hidden here
25792026-02-12T05:57:24.909Z[ helios-setup] | |
25802026-02-12T05:57:24.909Z[ helios-setup] | the lifetime is elided here
25812026-02-12T05:57:24.909Z[ helios-setup] |
25822026-02-12T05:57:24.909Z[ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
25832026-02-12T05:57:24.909Z[ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
25842026-02-12T05:57:24.909Z[ helios-setup] help: use `'_` for type paths
25852026-02-12T05:57:24.909Z[ helios-setup] |
25862026-02-12T05:57:24.910Z[ helios-setup] 79 | fn pc(s: &str) -> Component<'_> {
25872026-02-12T05:57:24.910Z[ helios-setup] | ++++
25882026-02-12T05:57:24.910Z[ helios-setup]
25892026-02-12T05:57:25.384Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25902026-02-12T05:57:28.074Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25912026-02-12T05:57:32.643Z[ helios-setup] Feb 12 05:57:32.183 INFO helios repository root is: /work/oxidecomputer/helios
25922026-02-12T05:57:32.646Z[ helios-setup] Feb 12 05:57:32.186 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
25932026-02-12T05:57:32.646Z[ helios-setup] Feb 12 05:57:32.186 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
25942026-02-12T05:57:32.649Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
25952026-02-12T05:57:33.108Z[ omicron-package] Compiling progenitor-client v0.11.2
25962026-02-12T05:57:33.684Z[ omicron-package] Compiling progenitor-client v0.10.0
25972026-02-12T05:57:33.727Z[ helios-setup] Feb 12 05:57:33.268 INFO clone ok!, project: pinprick
25982026-02-12T05:57:33.730Z[ helios-setup] Feb 12 05:57:33.268 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
25992026-02-12T05:57:33.730Z[ helios-setup] Feb 12 05:57:33.268 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26002026-02-12T05:57:33.733Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26012026-02-12T05:57:34.424Z[ omicron-package] Compiling progenitor v0.11.2
26022026-02-12T05:57:34.569Z[ helios-setup] Feb 12 05:57:34.110 INFO clone ok!, project: bootserver
26032026-02-12T05:57:34.573Z[ helios-setup] Feb 12 05:57:34.110 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26042026-02-12T05:57:34.573Z[ helios-setup] Feb 12 05:57:34.111 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26052026-02-12T05:57:34.573Z[ helios-setup] Feb 12 05:57:34.111 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
26062026-02-12T05:57:34.573Z[ helios-setup] Feb 12 05:57:34.111 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26072026-02-12T05:57:34.576Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26082026-02-12T05:57:34.758Z[ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
26092026-02-12T05:57:34.918Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26102026-02-12T05:57:35.676Z[ helios-setup] Feb 12 05:57:35.216 INFO clone ok!, project: phbl
26112026-02-12T05:57:35.679Z[ helios-setup] Feb 12 05:57:35.217 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
26122026-02-12T05:57:35.679Z[ helios-setup] Feb 12 05:57:35.217 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26132026-02-12T05:57:35.682Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26142026-02-12T05:57:36.578Z[ helios-setup] Feb 12 05:57:36.118 INFO clone ok!, project: image-builder
26152026-02-12T05:57:36.581Z[ helios-setup] Feb 12 05:57:36.118 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
26162026-02-12T05:57:36.581Z[ helios-setup] Feb 12 05:57:36.118 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
26172026-02-12T05:57:36.584Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26182026-02-12T05:57:36.951Z[ omicron-package] Compiling omicron-zone-package v0.12.2
26192026-02-12T05:57:38.391Z[ helios-setup] Feb 12 05:57:37.931 INFO clone ok!, project: amd-host-image-builder
26202026-02-12T05:57:38.395Z[ helios-setup] Feb 12 05:57:37.931 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
26212026-02-12T05:57:38.395Z[ helios-setup] Feb 12 05:57:37.931 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26222026-02-12T05:57:38.395Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26232026-02-12T05:57:46.272Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26242026-02-12T05:57:47.147ZFeb 12 05:57:46.687 DEBG process exited with exit status: 0 (65.397511726s)
26252026-02-12T05:57:47.150ZFeb 12 05:57:46.689 INFO [incorp-manifest] task succeeded (65.39997054s)
26262026-02-12T05:57:47.153ZFeb 12 05:57:46.690 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
26272026-02-12T05:57:47.578ZFeb 12 05:57:47.117 INFO [incorp-fmt] process exited with exit status: 0 (428.539095ms)
26282026-02-12T05:57:47.581ZFeb 12 05:57:47.119 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
26292026-02-12T05:57:48.280Z[ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@18.0.0.0,5.11:20260212T055747Z
26302026-02-12T05:57:48.280Z[ incorp-pkgsend] PUBLISHED
26312026-02-12T05:57:48.360ZFeb 12 05:57:47.900 INFO [incorp-pkgsend] process exited with exit status: 0 (782.13758ms)
26322026-02-12T05:57:48.364ZFeb 12 05:57:47.900 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
26332026-02-12T05:57:48.809Z[ helios-incorp] Retrieving packages for publisher helios-dev ...
26342026-02-12T05:57:48.818Z[ helios-incorp] Retrieving catalog 'helios-dev' ... Done
26352026-02-12T05:57:48.881Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
26362026-02-12T05:57:48.881Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26372026-02-12T05:57:48.884Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26382026-02-12T05:57:48.889Z[ helios-incorp]
26392026-02-12T05:57:48.889Z[ helios-incorp] Archiving packages ...
26402026-02-12T05:57:48.892Z[ helios-incorp] Packages to add: 1
26412026-02-12T05:57:48.892Z[ helios-incorp] Files to retrieve: 0
26422026-02-12T05:57:48.892Z[ helios-incorp] Estimated transfer size: 0.00 B
26432026-02-12T05:57:48.892Z[ helios-incorp]
26442026-02-12T05:57:48.892Z[ helios-incorp] Packages to archive:
26452026-02-12T05:57:48.892Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@18.0.0.0,5.11:20260212T055747Z
26462026-02-12T05:57:48.893Z[ helios-incorp]
26472026-02-12T05:57:48.893Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26482026-02-12T05:57:48.893Z[ helios-incorp] Archiving: Completed 107.69 kB in 0.00 seconds
26492026-02-12T05:57:48.989ZFeb 12 05:57:48.527 INFO [helios-incorp] process exited with exit status: 0 (627.393804ms)
26502026-02-12T05:58:04.255Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26512026-02-12T05:58:06.324Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26522026-02-12T05:58:08.565Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26532026-02-12T05:58:22.818Z[ helios-setup] Feb 12 05:58:22.355 INFO clone ok!, project: amd-firmware
26542026-02-12T05:58:22.822Z[ helios-setup] Feb 12 05:58:22.355 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
26552026-02-12T05:58:22.822Z[ helios-setup] Feb 12 05:58:22.355 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26562026-02-12T05:58:22.822Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26572026-02-12T05:58:23.705Z[ helios-setup] Feb 12 05:58:23.238 INFO clone ok!, project: dmar-report
26582026-02-12T05:58:23.708Z[ helios-setup] Feb 12 05:58:23.238 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26592026-02-12T05:58:23.708Z[ helios-setup] Feb 12 05:58:23.238 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
26602026-02-12T05:58:23.708Z[ helios-setup] Feb 12 05:58:23.239 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26612026-02-12T05:58:23.708Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26622026-02-12T05:58:23.904Z[ omicron-package] Finished `release` profile [optimized] target(s) in 1m 42s
26632026-02-12T05:58:24.155Z[ omicron-package]
26642026-02-12T05:58:24.155Z[ omicron-package] real 1:42.354263376
26652026-02-12T05:58:24.156Z[ omicron-package] user 8:31.502446046
26662026-02-12T05:58:24.159Z[ omicron-package] sys 33.032486043
26672026-02-12T05:58:24.159Z[ omicron-package] trap 0.861365142
26682026-02-12T05:58:24.159Z[ omicron-package] tflt 0.573106692
26692026-02-12T05:58:24.159Z[ omicron-package] dflt 1.264526308
26702026-02-12T05:58:24.159Z[ omicron-package] kflt 0.000943375
26712026-02-12T05:58:24.159Z[ omicron-package] lock 24:58.148356028
26722026-02-12T05:58:24.159Z[ omicron-package] slp 29:26.333678540
26732026-02-12T05:58:24.159Z[ omicron-package] lat 3:10.460553820
26742026-02-12T05:58:24.159Z[ omicron-package] stop 1:31.426776310
26752026-02-12T05:58:24.159ZFeb 12 05:58:23.692 INFO [omicron-package] process exited with exit status: 0 (102.403023604s)
26762026-02-12T05:58:24.159ZFeb 12 05:58:23.693 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
26772026-02-12T05:58:24.159ZFeb 12 05:58:23.693 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
26782026-02-12T05:58:24.169Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
26792026-02-12T05:58:24.169Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
26802026-02-12T05:58:24.172Z[ host-target] Created new build target 'host' and set it as active
26812026-02-12T05:58:24.172Z[ recovery-target] Created new build target 'recovery' and set it as active
26822026-02-12T05:58:24.175ZFeb 12 05:58:23.709 INFO [recovery-target] process exited with exit status: 0 (16.535934ms)
26832026-02-12T05:58:24.175ZFeb 12 05:58:23.709 INFO [host-target] process exited with exit status: 0 (16.200496ms)
26842026-02-12T05:58:24.175ZFeb 12 05:58:23.709 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
26852026-02-12T05:58:24.180Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
26862026-02-12T05:58:25.012Z[ helios-setup] Feb 12 05:58:24.548 INFO clone ok!, project: chelsio-t6-roms
26872026-02-12T05:58:25.015Z[ helios-setup] Feb 12 05:58:24.548 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
26882026-02-12T05:58:25.015Z[ helios-setup] Feb 12 05:58:24.548 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26892026-02-12T05:58:25.015Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26902026-02-12T05:58:26.181Z[ host-package] Compiling ring v0.17.14
26912026-02-12T05:58:26.337Z[ helios-setup] Feb 12 05:58:25.873 INFO clone ok!, project: pilot
26922026-02-12T05:58:26.340Z[ helios-setup] Feb 12 05:58:25.873 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26932026-02-12T05:58:26.472Z[ host-package] Compiling convert_case v0.4.0
26942026-02-12T05:58:26.498Z[ host-package] Compiling progenitor-impl v0.10.0
26952026-02-12T05:58:26.523Z[ host-package] Compiling secrecy v0.10.3
26962026-02-12T05:58:26.526Z[ host-package] Compiling is-terminal v0.4.13
26972026-02-12T05:58:26.619Z[ host-package] Compiling thread_local v1.1.8
26982026-02-12T05:58:26.740Z[ helios-setup] Feb 12 05:58:26.276 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
26992026-02-12T05:58:26.897Z[ host-package] Compiling match_cfg v0.1.0
27002026-02-12T05:58:26.950Z[ host-package] Compiling bytecount v0.6.8
27012026-02-12T05:58:27.047Z[ host-package] Compiling hostname v0.3.1
27022026-02-12T05:58:27.108Z[ host-package] Compiling multer v3.1.0
27032026-02-12T05:58:27.208Z[ host-package] Compiling slog-async v2.8.0
27042026-02-12T05:58:27.258Z[ helios-setup] Feb 12 05:58:26.794 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
27052026-02-12T05:58:27.261Z[ helios-setup] Feb 12 05:58:26.794 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27062026-02-12T05:58:27.300Z[ host-package] Compiling derive_more v0.99.20
27072026-02-12T05:58:27.334Z[ host-package] Compiling toml_parser v1.0.6+spec-1.1.0
27082026-02-12T05:58:27.334Z[ host-package] Compiling crossbeam-channel v0.5.15
27092026-02-12T05:58:27.410Z[ host-package] Compiling slog-json v2.6.1
27102026-02-12T05:58:27.760Z[ helios-setup] Feb 12 05:58:27.296 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
27112026-02-12T05:58:27.832Z[ host-package] Compiling futures-executor v0.3.31
27122026-02-12T05:58:28.251Z[ helios-setup] Feb 12 05:58:27.787 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
27132026-02-12T05:58:28.251Z[ helios-setup] Feb 12 05:58:27.787 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27142026-02-12T05:58:28.294Z[ host-package] Compiling serde_spanned v1.0.4
27152026-02-12T05:58:28.353Z[ host-package] Compiling toml_datetime v0.7.5+spec-1.1.0
27162026-02-12T05:58:28.613Z[ host-package] Compiling unicode-width v0.1.14
27172026-02-12T05:58:28.791Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
27182026-02-12T05:58:28.794Z[ helios-setup] Feb 12 05:58:28.327 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
27192026-02-12T05:58:29.117Z[ host-package] Compiling term v1.1.0
27202026-02-12T05:58:29.289Z[ host-package] Compiling take_mut v0.2.2
27212026-02-12T05:58:29.299Z[ helios-setup] Feb 12 05:58:28.834 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
27222026-02-12T05:58:29.299Z[ helios-setup] Feb 12 05:58:28.834 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27232026-02-12T05:58:29.299Z[ helios-setup] Feb 12 05:58:28.834 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27242026-02-12T05:58:29.299Z[ helios-setup] Feb 12 05:58:28.834 INFO ok!
27252026-02-12T05:58:29.299Z[ helios-setup] Feb 12 05:58:28.834 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27262026-02-12T05:58:29.299Z[ helios-setup] Feb 12 05:58:28.834 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27272026-02-12T05:58:29.299Z[ helios-setup] Feb 12 05:58:28.835 INFO ok!
27282026-02-12T05:58:29.299Z[ helios-setup] Feb 12 05:58:28.835 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27292026-02-12T05:58:29.302Z[ helios-setup] Feb 12 05:58:28.835 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27302026-02-12T05:58:29.302Z[ helios-setup] Feb 12 05:58:28.835 INFO ok!
27312026-02-12T05:58:29.302Z[ helios-setup] Feb 12 05:58:28.835 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
27322026-02-12T05:58:29.326Z[ host-package] Compiling tabwriter v1.4.0
27332026-02-12T05:58:29.397Z[ helios-setup] Feb 12 05:58:28.933 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.91.1-x86_64-unknown-illumos (default)"
27342026-02-12T05:58:29.397Z[ helios-setup] Feb 12 05:58:28.933 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
27352026-02-12T05:58:29.400Z[ helios-setup] Feb 12 05:58:28.933 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
27362026-02-12T05:58:29.722Z[ host-package] Compiling slog-term v2.9.2
27372026-02-12T05:58:29.758Z[ helios-setup] Feb 12 05:58:29.294 INFO E| Downloading crates ...
27382026-02-12T05:58:29.830Z[ helios-setup] Feb 12 05:58:29.366 INFO E| Downloaded miniz_oxide v0.8.8
27392026-02-12T05:58:29.891Z[ helios-setup] Feb 12 05:58:29.426 INFO E| Compiling adler2 v2.0.0
27402026-02-12T05:58:30.052Z[ helios-setup] Feb 12 05:58:29.588 INFO E| Compiling miniz_oxide v0.8.8
27412026-02-12T05:58:30.271Z[ host-package] Compiling toml v0.9.11+spec-1.1.0
27422026-02-12T05:58:30.593Z[ host-package] Compiling futures v0.3.31
27432026-02-12T05:58:30.761Z[ host-package] Compiling slog-bunyan v2.5.0
27442026-02-12T05:58:31.021Z[ host-package] Compiling dropshot v0.16.7
27452026-02-12T05:58:31.149Z[ host-package] Compiling async-stream v0.3.6
27462026-02-12T05:58:31.621Z[ host-package] Compiling rustls v0.23.19
27472026-02-12T05:58:31.703Z[ host-package] Compiling rustls v0.22.4
27482026-02-12T05:58:31.777Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
27492026-02-12T05:58:31.885Z[ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
27502026-02-12T05:58:32.158Z[ host-package] Compiling waitgroup v0.1.2
27512026-02-12T05:58:32.520Z[ host-package] Compiling rustls-pemfile v2.2.0
27522026-02-12T05:58:32.598Z[ host-package] Compiling progenitor-macro v0.10.0
27532026-02-12T05:58:32.685Z[ host-package] Compiling serde_path_to_error v0.1.20
27542026-02-12T05:58:32.694Z[ helios-setup] Feb 12 05:58:32.230 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
27552026-02-12T05:58:32.972Z[ host-package] Compiling hostname v0.4.2
27562026-02-12T05:58:33.040Z[ host-package] Compiling instant v0.1.13
27572026-02-12T05:58:33.284Z[ host-package] Compiling debug-ignore v1.0.5
27582026-02-12T05:58:33.349Z[ host-package] Compiling swrite v0.1.0
27592026-02-12T05:58:33.435Z[ host-package] Compiling colored v3.0.0
27602026-02-12T05:58:33.478Z[ helios-setup] Feb 12 05:58:33.013 INFO E| Finished `release` profile [optimized] target(s) in 3.96s
27612026-02-12T05:58:33.492Z[ helios-setup] Feb 12 05:58:33.024 INFO building project "pinprick" ok (4 seconds)
27622026-02-12T05:58:33.492Z[ helios-setup] Feb 12 05:58:33.024 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
27632026-02-12T05:58:33.542Z[ host-package] Compiling backoff v0.4.0
27642026-02-12T05:58:33.575Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27652026-02-12T05:58:33.590Z[ helios-setup] Feb 12 05:58:33.125 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.91.1-x86_64-unknown-illumos (default)"
27662026-02-12T05:58:33.590Z[ helios-setup] Feb 12 05:58:33.125 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
27672026-02-12T05:58:33.590Z[ helios-setup] Feb 12 05:58:33.125 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
27682026-02-12T05:58:33.629Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27692026-02-12T05:58:33.874Z[ helios-setup] Feb 12 05:58:33.409 INFO E| Downloading crates ...
27702026-02-12T05:58:33.920Z[ host-package] Compiling parse-display v0.10.0
27712026-02-12T05:58:33.932Z[ helios-setup] Feb 12 05:58:33.468 INFO E| Downloaded block-buffer v0.10.3
27722026-02-12T05:58:33.948Z[ helios-setup] Feb 12 05:58:33.483 INFO E| Downloaded cpufeatures v0.2.5
27732026-02-12T05:58:33.951Z[ helios-setup] Feb 12 05:58:33.485 INFO E| Downloaded generic-array v0.14.6
27742026-02-12T05:58:33.954Z[ helios-setup] Feb 12 05:58:33.487 INFO E| Downloaded unicode-width v0.1.10
27752026-02-12T05:58:33.954Z[ helios-setup] Feb 12 05:58:33.489 INFO E| Downloaded miniz_oxide v0.6.2
27762026-02-12T05:58:33.959Z[ helios-setup] Feb 12 05:58:33.495 INFO E| Downloaded flate2 v1.0.25
27772026-02-12T05:58:33.966Z[ helios-setup] Feb 12 05:58:33.501 INFO E| Downloaded sha2 v0.10.5
27782026-02-12T05:58:33.969Z[ helios-setup] Feb 12 05:58:33.503 INFO E| Downloaded typenum v1.15.0
27792026-02-12T05:58:33.972Z[ helios-setup] Feb 12 05:58:33.506 INFO E| Downloaded bytes v1.2.1
27802026-02-12T05:58:33.977Z[ helios-setup] Feb 12 05:58:33.513 INFO E| Downloaded anyhow v1.0.62
27812026-02-12T05:58:33.982Z[ helios-setup] Feb 12 05:58:33.518 INFO E| Downloaded digest v0.10.3
27822026-02-12T05:58:34.048Z[ helios-setup] Feb 12 05:58:33.584 INFO E| Compiling typenum v1.15.0
27832026-02-12T05:58:34.057Z[ helios-setup] Feb 12 05:58:33.584 INFO E| Compiling version_check v0.9.4
27842026-02-12T05:58:34.057Z[ helios-setup] Feb 12 05:58:33.584 INFO E| Compiling crc32fast v1.3.2
27852026-02-12T05:58:34.057Z[ helios-setup] Feb 12 05:58:33.585 INFO E| Compiling cfg-if v1.0.0
27862026-02-12T05:58:34.057Z[ helios-setup] Feb 12 05:58:33.585 INFO E| Compiling anyhow v1.0.62
27872026-02-12T05:58:34.057Z[ helios-setup] Feb 12 05:58:33.585 INFO E| Compiling adler v1.0.2
27882026-02-12T05:58:34.057Z[ helios-setup] Feb 12 05:58:33.585 INFO E| Compiling unicode-width v0.1.10
27892026-02-12T05:58:34.057Z[ helios-setup] Feb 12 05:58:33.585 INFO E| Compiling cpufeatures v0.2.5
27902026-02-12T05:58:34.215Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27912026-02-12T05:58:34.600Z[ helios-setup] Feb 12 05:58:34.135 INFO E| Compiling miniz_oxide v0.6.2
27922026-02-12T05:58:34.626Z[ host-package] Compiling rustls-webpki v0.102.8
27932026-02-12T05:58:34.652Z[ helios-setup] Feb 12 05:58:34.187 INFO E| Compiling getopts v0.2.21
27942026-02-12T05:58:34.703Z[ helios-setup] Feb 12 05:58:34.239 INFO E| Compiling bitflags v1.3.2
27952026-02-12T05:58:34.707Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27962026-02-12T05:58:34.743Z[ helios-setup] Feb 12 05:58:34.278 INFO E| Compiling bytes v1.2.1
27972026-02-12T05:58:34.801Z[ helios-setup] Feb 12 05:58:34.337 INFO E| Compiling generic-array v0.14.6
27982026-02-12T05:58:34.974Z[ host-package] Compiling password-hash v0.5.0
27992026-02-12T05:58:36.171Z[ host-package] Compiling blake2 v0.10.6
28002026-02-12T05:58:36.482Z[ helios-setup] Feb 12 05:58:36.017 INFO E| Compiling flate2 v1.0.25
28012026-02-12T05:58:38.492Z[ host-package] Compiling universal-hash v0.5.1
28022026-02-12T05:58:38.878Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
28032026-02-12T05:58:38.975Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28042026-02-12T05:58:39.177Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
28052026-02-12T05:58:39.888Z[ helios-setup] Feb 12 05:58:39.423 INFO E| Compiling block-buffer v0.10.3
28062026-02-12T05:58:39.888Z[ helios-setup] Feb 12 05:58:39.423 INFO E| Compiling crypto-common v0.1.6
28072026-02-12T05:58:40.092Z[ helios-setup] Feb 12 05:58:39.627 INFO E| Compiling digest v0.10.3
28082026-02-12T05:58:40.496Z[ helios-setup] Feb 12 05:58:40.031 INFO E| Compiling sha2 v0.10.5
28092026-02-12T05:58:41.038Z[ helios-setup] Feb 12 05:58:40.573 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
28102026-02-12T05:58:41.217Z[ host-package] Compiling macaddr v1.0.1
28112026-02-12T05:58:41.849Z[ host-package] Compiling derive-where v1.5.0
28122026-02-12T05:58:42.064Z[ host-package] Compiling opaque-debug v0.3.1
28132026-02-12T05:58:42.144Z[ host-package] Compiling thiserror-no-std v2.0.2
28142026-02-12T05:58:42.268Z[ host-package] Compiling poly1305 v0.8.0
28152026-02-12T05:58:42.421Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
28162026-02-12T05:58:44.235Z[ host-package] Compiling tokio-rustls v0.25.0
28172026-02-12T05:58:45.710Z[ host-package] Compiling argon2 v0.5.3
28182026-02-12T05:58:46.330Z[ helios-setup] Feb 12 05:58:45.864 INFO E| Finished `release` profile [optimized] target(s) in 12.60s
28192026-02-12T05:58:46.346Z[ helios-setup] Feb 12 05:58:45.880 INFO building project "bootserver" ok (12 seconds)
28202026-02-12T05:58:46.346Z[ helios-setup] Feb 12 05:58:45.880 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
28212026-02-12T05:58:46.446Z[ helios-setup] Feb 12 05:58:45.981 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.91.1-x86_64-unknown-illumos (default)"
28222026-02-12T05:58:46.446Z[ helios-setup] Feb 12 05:58:45.981 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
28232026-02-12T05:58:46.450Z[ helios-setup] Feb 12 05:58:45.981 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
28242026-02-12T05:58:46.724Z[ helios-setup] Feb 12 05:58:46.258 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
28252026-02-12T05:58:47.051Z[ host-package] Compiling tokio-rustls v0.26.0
28262026-02-12T05:58:47.331Z[ helios-setup] Feb 12 05:58:46.865 INFO E| From https://github.com/jclulow/rust-jmclib
28272026-02-12T05:58:47.331Z[ helios-setup] Feb 12 05:58:46.865 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
28282026-02-12T05:58:47.350Z[ helios-setup] Feb 12 05:58:46.884 INFO E| Updating crates.io index
28292026-02-12T05:58:47.594Z[ helios-setup] Feb 12 05:58:47.128 INFO E| Downloading crates ...
28302026-02-12T05:58:47.597Z[ host-package] Compiling hyper-rustls v0.27.7
28312026-02-12T05:58:47.680Z[ helios-setup] Feb 12 05:58:47.214 INFO E| Downloaded anyhow v1.0.72
28322026-02-12T05:58:47.687Z[ helios-setup] Feb 12 05:58:47.222 INFO E| Downloaded opaque-debug v0.3.0
28332026-02-12T05:58:47.690Z[ helios-setup] Feb 12 05:58:47.223 INFO E| Downloaded cpufeatures v0.2.9
28342026-02-12T05:58:47.693Z[ helios-setup] Feb 12 05:58:47.225 INFO E| Downloaded libdevinfo-sys v1.0.0
28352026-02-12T05:58:47.693Z[ helios-setup] Feb 12 05:58:47.227 INFO E| Downloaded itoa v1.0.9
28362026-02-12T05:58:47.696Z[ helios-setup] Feb 12 05:58:47.229 INFO E| Downloaded fastrand v2.0.0
28372026-02-12T05:58:47.699Z[ helios-setup] Feb 12 05:58:47.232 INFO E| Downloaded sha-1 v0.9.8
28382026-02-12T05:58:47.702Z[ helios-setup] Feb 12 05:58:47.235 INFO E| Downloaded block-buffer v0.9.0
28392026-02-12T05:58:47.702Z[ helios-setup] Feb 12 05:58:47.236 INFO E| Downloaded errno v0.3.1
28402026-02-12T05:58:47.705Z[ helios-setup] Feb 12 05:58:47.239 INFO E| Downloaded walkdir v2.3.3
28412026-02-12T05:58:47.708Z[ helios-setup] Feb 12 05:58:47.241 INFO E| Downloaded md-5 v0.9.1
28422026-02-12T05:58:47.724Z[ helios-setup] Feb 12 05:58:47.259 INFO E| Downloaded tempfile v3.7.0
28432026-02-12T05:58:47.728Z[ helios-setup] Feb 12 05:58:47.262 INFO E| Downloaded ryu v1.0.15
28442026-02-12T05:58:47.733Z[ helios-setup] Feb 12 05:58:47.268 INFO E| Downloaded once_cell v1.18.0
28452026-02-12T05:58:47.737Z[ helios-setup] Feb 12 05:58:47.272 INFO E| Downloaded bitflags v2.3.3
28462026-02-12T05:58:47.742Z[ helios-setup] Feb 12 05:58:47.276 INFO E| Downloaded typenum v1.16.0
28472026-02-12T05:58:47.748Z[ helios-setup] Feb 12 05:58:47.282 INFO E| Downloaded glob v0.3.1
28482026-02-12T05:58:47.751Z[ helios-setup] Feb 12 05:58:47.284 INFO E| Downloaded proc-macro2 v1.0.66
28492026-02-12T05:58:47.754Z[ helios-setup] Feb 12 05:58:47.288 INFO E| Downloaded uuid v0.8.2
28502026-02-12T05:58:47.758Z[ helios-setup] Feb 12 05:58:47.292 INFO E| Downloaded toml v0.5.11
28512026-02-12T05:58:47.761Z[ helios-setup] Feb 12 05:58:47.296 INFO E| Downloaded unicode-ident v1.0.11
28522026-02-12T05:58:47.765Z[ helios-setup] Feb 12 05:58:47.300 INFO E| Downloaded serde v1.0.193
28532026-02-12T05:58:47.770Z[ helios-setup] Feb 12 05:58:47.305 INFO E| Downloaded getrandom v0.2.10
28542026-02-12T05:58:47.775Z[ helios-setup] Feb 12 05:58:47.309 INFO E| Downloaded serde_derive v1.0.193
28552026-02-12T05:58:47.779Z[ helios-setup] Feb 12 05:58:47.313 INFO E| Downloaded serde_json v1.0.103
28562026-02-12T05:58:47.812Z[ helios-setup] Feb 12 05:58:47.324 INFO E| Downloaded quote v1.0.31
28572026-02-12T05:58:47.815Z[ helios-setup] Feb 12 05:58:47.328 INFO E| Downloaded digest v0.9.0
28582026-02-12T05:58:47.815Z[ helios-setup] Feb 12 05:58:47.330 INFO E| Downloaded rustix v0.38.4
28592026-02-12T05:58:47.853Z[ helios-setup] Feb 12 05:58:47.388 INFO E| Downloaded syn v2.0.32
28602026-02-12T05:58:47.896Z[ helios-setup] Feb 12 05:58:47.429 INFO E| Downloaded libc v0.2.147
28612026-02-12T05:58:48.009Z[ helios-setup] Feb 12 05:58:47.543 INFO E| Compiling libc v0.2.147
28622026-02-12T05:58:48.009Z[ helios-setup] Feb 12 05:58:47.543 INFO E| Compiling proc-macro2 v1.0.66
28632026-02-12T05:58:48.009Z[ helios-setup] Feb 12 05:58:47.543 INFO E| Compiling unicode-ident v1.0.11
28642026-02-12T05:58:48.012Z[ helios-setup] Feb 12 05:58:47.543 INFO E| Compiling cfg-if v1.0.0
28652026-02-12T05:58:48.012Z[ helios-setup] Feb 12 05:58:47.543 INFO E| Compiling typenum v1.16.0
28662026-02-12T05:58:48.012Z[ helios-setup] Feb 12 05:58:47.543 INFO E| Compiling version_check v0.9.4
28672026-02-12T05:58:48.012Z[ helios-setup] Feb 12 05:58:47.543 INFO E| Compiling serde v1.0.193
28682026-02-12T05:58:48.012Z[ helios-setup] Feb 12 05:58:47.543 INFO E| Compiling powerfmt v0.2.0
28692026-02-12T05:58:48.446Z[ host-package] Compiling reqwest v0.12.24
28702026-02-12T05:58:48.636Z[ helios-setup] Feb 12 05:58:48.170 INFO E| Compiling itoa v1.0.9
28712026-02-12T05:58:48.639Z[ helios-setup] Feb 12 05:58:48.170 INFO E| Compiling rustix v0.38.4
28722026-02-12T05:58:49.272Z[ helios-setup] Feb 12 05:58:48.806 INFO E| Compiling time-core v0.1.2
28732026-02-12T05:58:49.652Z[ helios-setup] Feb 12 05:58:49.186 INFO E| Compiling slog v2.7.0
28742026-02-12T05:58:49.796Z[ helios-setup] Feb 12 05:58:49.323 INFO E| Compiling generic-array v0.14.7
28752026-02-12T05:58:49.921Z[ helios-setup] Feb 12 05:58:49.455 INFO E| Compiling num-conv v0.1.0
28762026-02-12T05:58:50.002Z[ helios-setup] Feb 12 05:58:49.536 INFO E| Compiling deranged v0.3.11
28772026-02-12T05:58:50.553Z[ helios-setup] Feb 12 05:58:50.087 INFO E| Compiling time-macros v0.2.18
28782026-02-12T05:58:50.646Z[ helios-setup] Feb 12 05:58:50.181 INFO E| Compiling once_cell v1.18.0
28792026-02-12T05:58:50.769Z[ helios-setup] Feb 12 05:58:50.303 INFO E| Compiling bitflags v2.3.3
28802026-02-12T05:58:51.424Z[ helios-setup] Feb 12 05:58:50.958 INFO E| Compiling num_threads v0.1.6
28812026-02-12T05:58:51.569Z[ helios-setup] Feb 12 05:58:51.103 INFO E| Compiling quote v1.0.31
28822026-02-12T05:58:51.689Z[ helios-setup] Feb 12 05:58:51.223 INFO E| Compiling thread_local v1.1.7
28832026-02-12T05:58:52.285Z[ helios-setup] Feb 12 05:58:51.819 INFO E| Compiling dirs-sys-next v0.1.2
28842026-02-12T05:58:52.725Z[ helios-setup] Feb 12 05:58:52.259 INFO E| Compiling syn v2.0.32
28852026-02-12T05:58:52.804Z[ helios-setup] Feb 12 05:58:52.338 INFO E| Compiling dirs-next v2.0.0
28862026-02-12T05:58:52.950Z[ helios-setup] Feb 12 05:58:52.484 INFO E| Compiling errno v0.3.1
28872026-02-12T05:58:52.969Z[ helios-setup] Feb 12 05:58:52.503 INFO E| Compiling atty v0.2.14
28882026-02-12T05:58:52.976Z[ helios-setup] Feb 12 05:58:52.510 INFO E| Compiling serde_json v1.0.103
28892026-02-12T05:58:53.365Z[ helios-setup] Feb 12 05:58:52.899 INFO E| Compiling term v0.7.0
28902026-02-12T05:58:53.602Z[ helios-setup] Feb 12 05:58:53.136 INFO E| Compiling opaque-debug v0.3.0
28912026-02-12T05:58:53.683Z[ helios-setup] Feb 12 05:58:53.217 INFO E| Compiling anyhow v1.0.72
28922026-02-12T05:58:53.788Z[ host-package] Compiling chacha20 v0.9.1
28932026-02-12T05:58:54.085Z[ helios-setup] Feb 12 05:58:53.619 INFO E| Compiling block-buffer v0.9.0
28942026-02-12T05:58:54.297Z[ helios-setup] Feb 12 05:58:53.823 INFO E| Compiling digest v0.9.0
28952026-02-12T05:58:54.383Z[ helios-setup] Feb 12 05:58:53.916 INFO E| Compiling fastrand v2.0.0
28962026-02-12T05:58:54.487Z[ helios-setup] Feb 12 05:58:54.021 INFO E| Compiling getrandom v0.2.10
28972026-02-12T05:58:54.963Z[ helios-setup] Feb 12 05:58:54.497 INFO E| Compiling ryu v1.0.15
28982026-02-12T05:58:55.155Z[ host-package] Compiling num-rational v0.4.2
28992026-02-12T05:58:55.262Z[ helios-setup] Feb 12 05:58:54.796 INFO E| Compiling cpufeatures v0.2.9
29002026-02-12T05:58:55.439Z[ helios-setup] Feb 12 05:58:54.973 INFO E| Compiling unicode-width v0.1.10
29012026-02-12T05:58:55.524Z[ helios-setup] Feb 12 05:58:55.058 INFO E| Compiling time v0.3.36
29022026-02-12T05:58:55.558Z[ helios-setup] Feb 12 05:58:55.092 INFO E| Compiling same-file v1.0.6
29032026-02-12T05:58:55.639Z[ helios-setup] Feb 12 05:58:55.173 INFO E| Compiling sha-1 v0.9.8
29042026-02-12T05:58:55.744Z[ helios-setup] Feb 12 05:58:55.278 INFO E| Compiling getopts v0.2.21
29052026-02-12T05:58:56.044Z[ helios-setup] Feb 12 05:58:55.577 INFO E| Compiling walkdir v2.3.3
29062026-02-12T05:58:56.272Z[ helios-setup] Feb 12 05:58:55.806 INFO E| Compiling md-5 v0.9.1
29072026-02-12T05:58:56.538Z[ helios-setup] Feb 12 05:58:56.072 INFO E| Compiling tempfile v3.7.0
29082026-02-12T05:58:56.573Z[ host-package] Compiling progenitor-client v0.11.2
29092026-02-12T05:58:56.838Z[ helios-setup] Feb 12 05:58:56.371 INFO E| Compiling libdevinfo-sys v1.0.0
29102026-02-12T05:58:57.095Z[ helios-setup] Feb 12 05:58:56.628 INFO E| Compiling glob v0.3.1
29112026-02-12T05:58:57.666Z[ host-package] Compiling progenitor v0.11.2
29122026-02-12T05:58:57.915Z[ host-package] Compiling progenitor-client v0.10.0
29132026-02-12T05:58:58.210Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
29142026-02-12T05:58:58.761Z[ helios-setup] Feb 12 05:58:58.295 INFO E| Compiling slog-term v2.9.0
29152026-02-12T05:58:58.839Z[ host-package] Compiling aead v0.5.2
29162026-02-12T05:58:59.298Z[ helios-setup] Feb 12 05:58:58.831 INFO E| Compiling serde_derive v1.0.193
29172026-02-12T05:58:59.403Z[ host-package] Compiling num-complex v0.4.6
29182026-02-12T05:59:00.857Z[ host-package] Compiling num v0.4.3
29192026-02-12T05:59:01.122Z[ host-package] Compiling chacha20poly1305 v0.10.1
29202026-02-12T05:59:03.265Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29212026-02-12T05:59:05.329Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29222026-02-12T05:59:05.387Z[ host-package] Compiling vsss-rs v3.3.4
29232026-02-12T05:59:06.289Z[ host-package] Compiling console v0.15.10
29242026-02-12T05:59:10.705Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29252026-02-12T05:59:10.767Z[ host-package] Compiling progenitor v0.10.0
29262026-02-12T05:59:11.116Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29272026-02-12T05:59:11.425Z[ helios-setup] Feb 12 05:59:10.958 INFO E| Compiling toml v0.5.11
29282026-02-12T05:59:11.426Z[ helios-setup] Feb 12 05:59:10.958 INFO E| Compiling uuid v0.8.2
29292026-02-12T05:59:13.544Z[ helios-setup] Feb 12 05:59:13.076 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
29302026-02-12T05:59:14.930Z[ helios-setup] Feb 12 05:59:14.462 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
29312026-02-12T05:59:14.937Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29322026-02-12T05:59:16.114Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29332026-02-12T05:59:18.965Z[ host-package] Compiling float-ord v0.3.2
29342026-02-12T05:59:19.349Z[ host-package] Compiling toml v0.8.23
29352026-02-12T05:59:19.570Z[ host-package] Compiling newline-converter v0.3.0
29362026-02-12T05:59:19.966Z[ host-package] Compiling atomicwrites v0.4.4
29372026-02-12T05:59:21.052Z[ host-package] Compiling prettyplease v0.2.36
29382026-02-12T05:59:21.155Z[ host-package] Compiling slog-dtrace v0.3.0
29392026-02-12T05:59:24.825Z[ helios-setup] Feb 12 05:59:24.357 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.24s
29402026-02-12T05:59:24.858Z[ helios-setup] Feb 12 05:59:24.389 INFO building project "image-builder" ok (38 seconds)
29412026-02-12T05:59:24.858Z[ helios-setup] Feb 12 05:59:24.389 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
29422026-02-12T05:59:24.974Z[ helios-setup] Feb 12 05:59:24.504 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')"
29432026-02-12T05:59:24.974Z[ helios-setup] Feb 12 05:59:24.505 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
29442026-02-12T05:59:24.974Z[ helios-setup] Feb 12 05:59:24.505 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
29452026-02-12T05:59:25.383Z[ helios-setup] Feb 12 05:59:24.914 INFO E| Updating crates.io index
29462026-02-12T05:59:25.386Z[ helios-setup] Feb 12 05:59:24.915 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
29472026-02-12T05:59:26.287Z[ helios-setup] Feb 12 05:59:25.818 INFO E| From https://github.com/oxidecomputer/amd-apcb
29482026-02-12T05:59:26.287Z[ helios-setup] Feb 12 05:59:25.818 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
29492026-02-12T05:59:26.372Z[ helios-setup] Feb 12 05:59:25.903 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
29502026-02-12T05:59:27.150Z[ helios-setup] Feb 12 05:59:26.681 INFO E| From https://github.com/oxidecomputer/amd-efs
29512026-02-12T05:59:27.150Z[ helios-setup] Feb 12 05:59:26.681 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
29522026-02-12T05:59:27.487Z[ helios-setup] Feb 12 05:59:27.018 INFO E| Downloading crates ...
29532026-02-12T05:59:27.614Z[ helios-setup] Feb 12 05:59:27.145 INFO E| Downloaded proc-macro2 v1.0.95
29542026-02-12T05:59:27.619Z[ helios-setup] Feb 12 05:59:27.150 INFO E| Downloaded bytesize v2.0.1
29552026-02-12T05:59:27.622Z[ helios-setup] Feb 12 05:59:27.152 INFO E| Downloaded scroll_derive v0.12.1
29562026-02-12T05:59:27.626Z[ helios-setup] Feb 12 05:59:27.154 INFO E| Downloaded log v0.4.27
29572026-02-12T05:59:27.629Z[ helios-setup] Feb 12 05:59:27.157 INFO E| Downloaded vec_map v0.8.2
29582026-02-12T05:59:27.629Z[ helios-setup] Feb 12 05:59:27.159 INFO E| Downloaded unic-ucd-ident v0.9.0
29592026-02-12T05:59:27.632Z[ helios-setup] Feb 12 05:59:27.162 INFO E| Downloaded unic-common v0.9.0
29602026-02-12T05:59:27.632Z[ helios-setup] Feb 12 05:59:27.163 INFO E| Downloaded cpufeatures v0.2.17
29612026-02-12T05:59:27.636Z[ helios-setup] Feb 12 05:59:27.166 INFO E| Downloaded parse_int v0.9.0
29622026-02-12T05:59:27.639Z[ helios-setup] Feb 12 05:59:27.167 INFO E| Downloaded ansi_term v0.12.1
29632026-02-12T05:59:27.643Z[ helios-setup] Feb 12 05:59:27.172 INFO E| Downloaded four-cc v0.4.0
29642026-02-12T05:59:27.647Z[ helios-setup] Feb 12 05:59:27.178 INFO E| Downloaded rustversion v1.0.20
29652026-02-12T05:59:27.651Z[ helios-setup] Feb 12 05:59:27.182 INFO E| Downloaded unic-ucd-version v0.9.0
29662026-02-12T05:59:27.654Z[ helios-setup] Feb 12 05:59:27.183 INFO E| Downloaded unic-char-range v0.9.0
29672026-02-12T05:59:27.659Z[ helios-setup] Feb 12 05:59:27.185 INFO E| Downloaded itoa v1.0.15
29682026-02-12T05:59:27.659Z[ helios-setup] Feb 12 05:59:27.187 INFO E| Downloaded strsim v0.8.0
29692026-02-12T05:59:27.687Z[ helios-setup] Feb 12 05:59:27.189 INFO E| Downloaded dyn-clone v1.0.19
29702026-02-12T05:59:27.688Z[ helios-setup] Feb 12 05:59:27.192 INFO E| Downloaded unic-char-property v0.9.0
29712026-02-12T05:59:27.688Z[ helios-setup] Feb 12 05:59:27.193 INFO E| Downloaded fletcher v1.0.0
29722026-02-12T05:59:27.688Z[ helios-setup] Feb 12 05:59:27.195 INFO E| Downloaded strum v0.27.1
29732026-02-12T05:59:27.688Z[ helios-setup] Feb 12 05:59:27.211 INFO E| Downloaded thiserror-impl v2.0.12
29742026-02-12T05:59:27.688Z[ helios-setup] Feb 12 05:59:27.213 INFO E| Downloaded strum_macros v0.27.1
29752026-02-12T05:59:27.688Z[ helios-setup] Feb 12 05:59:27.217 INFO E| Downloaded modular-bitfield-impl v0.13.1
29762026-02-12T05:59:27.692Z[ helios-setup] Feb 12 05:59:27.219 INFO E| Downloaded pest_generator v2.8.0
29772026-02-12T05:59:27.692Z[ helios-setup] Feb 12 05:59:27.221 INFO E| Downloaded modular-bitfield-impl v0.11.2
29782026-02-12T05:59:27.692Z[ helios-setup] Feb 12 05:59:27.223 INFO E| Downloaded thiserror v2.0.12
29792026-02-12T05:59:27.702Z[ helios-setup] Feb 12 05:59:27.233 INFO E| Downloaded textwrap v0.11.0
29802026-02-12T05:59:27.705Z[ helios-setup] Feb 12 05:59:27.235 INFO E| Downloaded structopt-derive v0.4.18
29812026-02-12T05:59:27.709Z[ helios-setup] Feb 12 05:59:27.237 INFO E| Downloaded pest_meta v2.8.0
29822026-02-12T05:59:27.712Z[ helios-setup] Feb 12 05:59:27.240 INFO E| Downloaded pest_derive v2.8.0
29832026-02-12T05:59:27.715Z[ helios-setup] Feb 12 05:59:27.244 INFO E| Downloaded modular-bitfield v0.13.1
29842026-02-12T05:59:27.727Z[ helios-setup] Feb 12 05:59:27.258 INFO E| Downloaded unicode-ident v1.0.18
29852026-02-12T05:59:27.731Z[ helios-setup] Feb 12 05:59:27.262 INFO E| Downloaded serde v1.0.219
29862026-02-12T05:59:27.735Z[ helios-setup] Feb 12 05:59:27.266 INFO E| Downloaded modular-bitfield v0.11.2
29872026-02-12T05:59:27.756Z[ helios-setup] Feb 12 05:59:27.287 INFO E| Downloaded structopt v0.3.26
29882026-02-12T05:59:27.767Z[ helios-setup] Feb 12 05:59:27.298 INFO E| Downloaded zerocopy-derive v0.8.25
29892026-02-12T05:59:27.778Z[ helios-setup] Feb 12 05:59:27.309 INFO E| Downloaded typenum v1.18.0
29902026-02-12T05:59:27.782Z[ helios-setup] Feb 12 05:59:27.313 INFO E| Downloaded serde_derive v1.0.219
29912026-02-12T05:59:27.786Z[ helios-setup] Feb 12 05:59:27.317 INFO E| Downloaded ryu v1.0.20
29922026-02-12T05:59:27.791Z[ helios-setup] Feb 12 05:59:27.322 INFO E| Downloaded pest v2.8.0
29932026-02-12T05:59:27.847Z[ helios-setup] Feb 12 05:59:27.378 INFO E| Downloaded serde_json v1.0.140
29942026-02-12T05:59:27.857Z[ helios-setup] Feb 12 05:59:27.388 INFO E| Downloaded clap v2.34.0
29952026-02-12T05:59:27.867Z[ helios-setup] Feb 12 05:59:27.398 INFO E| Downloaded goblin v0.9.3
29962026-02-12T05:59:27.876Z[ helios-setup] Feb 12 05:59:27.408 INFO E| Downloaded zerocopy v0.8.25
29972026-02-12T05:59:27.915Z[ helios-setup] Feb 12 05:59:27.446 INFO E| Downloaded syn v2.0.101
29982026-02-12T05:59:27.975Z[ helios-setup] Feb 12 05:59:27.506 INFO E| Downloaded libc v0.2.172
29992026-02-12T05:59:28.110Z[ helios-setup] Feb 12 05:59:27.641 INFO E| Compiling proc-macro2 v1.0.95
30002026-02-12T05:59:28.110Z[ helios-setup] Feb 12 05:59:27.641 INFO E| Compiling unicode-ident v1.0.18
30012026-02-12T05:59:28.110Z[ helios-setup] Feb 12 05:59:27.641 INFO E| Compiling memchr v2.7.4
30022026-02-12T05:59:28.114Z[ helios-setup] Feb 12 05:59:27.641 INFO E| Compiling autocfg v1.4.0
30032026-02-12T05:59:28.114Z[ helios-setup] Feb 12 05:59:27.641 INFO E| Compiling thiserror v2.0.12
30042026-02-12T05:59:28.114Z[ helios-setup] Feb 12 05:59:27.641 INFO E| Compiling serde v1.0.219
30052026-02-12T05:59:28.114Z[ helios-setup] Feb 12 05:59:27.642 INFO E| Compiling syn v1.0.109
30062026-02-12T05:59:28.114Z[ helios-setup] Feb 12 05:59:27.642 INFO E| Compiling version_check v0.9.5
30072026-02-12T05:59:28.579Z[ helios-setup] Feb 12 05:59:28.109 INFO E| Compiling serde_json v1.0.140
30082026-02-12T05:59:28.893Z[ host-package] Compiling expectorate v1.2.0
30092026-02-12T05:59:29.583Z[ helios-setup] Feb 12 05:59:29.111 INFO E| Compiling schemars v0.8.22
30102026-02-12T05:59:29.668Z[ helios-setup] Feb 12 05:59:29.199 INFO E| Compiling ryu v1.0.20
30112026-02-12T05:59:29.681Z[ helios-setup] Feb 12 05:59:29.212 INFO E| Compiling itoa v1.0.15
30122026-02-12T05:59:29.763Z[ helios-setup] Feb 12 05:59:29.294 INFO E| Compiling num-traits v0.2.19
30132026-02-12T05:59:29.771Z[ host-package] Compiling cancel-safe-futures v0.1.5
30142026-02-12T05:59:30.284Z[ helios-setup] Feb 12 05:59:29.815 INFO E| Compiling memoffset v0.9.1
30152026-02-12T05:59:30.447Z[ helios-setup] Feb 12 05:59:29.978 INFO E| Compiling proc-macro-error-attr v1.0.4
30162026-02-12T05:59:30.612Z[ helios-setup] Feb 12 05:59:30.142 INFO E| Compiling libc v0.2.172
30172026-02-12T05:59:30.751Z[ helios-setup] Feb 12 05:59:30.282 INFO E| Compiling ucd-trie v0.1.7
30182026-02-12T05:59:30.860Z[ helios-setup] Feb 12 05:59:30.391 INFO E| Compiling dyn-clone v1.0.19
30192026-02-12T05:59:31.319Z[ host-package] Compiling owo-colors v4.2.2
30202026-02-12T05:59:31.322Z[ helios-setup] Feb 12 05:59:30.852 INFO E| Compiling zerocopy v0.8.25
30212026-02-12T05:59:31.359Z[ helios-setup] Feb 12 05:59:30.890 INFO E| Compiling static_assertions v1.1.0
30222026-02-12T05:59:31.442Z[ helios-setup] Feb 12 05:59:30.973 INFO E| Compiling paste v1.0.15
30232026-02-12T05:59:31.449Z[ helios-setup] Feb 12 05:59:30.980 INFO E| Compiling rustversion v1.0.20
30242026-02-12T05:59:31.954Z[ helios-setup] Feb 12 05:59:31.483 INFO E| Compiling proc-macro-error v1.0.4
30252026-02-12T05:59:32.145Z[ helios-setup] Feb 12 05:59:31.676 INFO E| Compiling quote v1.0.40
30262026-02-12T05:59:32.216Z[ helios-setup] Feb 12 05:59:31.747 INFO E| Compiling once_cell v1.21.3
30272026-02-12T05:59:32.817Z[ helios-setup] Feb 12 05:59:32.348 INFO E| Compiling syn v2.0.101
30282026-02-12T05:59:33.606Z[ helios-setup] Feb 12 05:59:33.136 INFO E| Compiling unicode-width v0.1.14
30292026-02-12T05:59:34.628Z[ helios-setup] Feb 12 05:59:34.158 INFO E| Compiling unicode-segmentation v1.12.0
30302026-02-12T05:59:34.754Z[ helios-setup] Feb 12 05:59:34.285 INFO E| Compiling heck v0.5.0
30312026-02-12T05:59:34.806Z[ helios-setup] Feb 12 05:59:34.336 INFO E| Compiling atty v0.2.14
30322026-02-12T05:59:35.196Z[ helios-setup] Feb 12 05:59:34.727 INFO E| Compiling parse_int v0.9.0
30332026-02-12T05:59:35.368Z[ helios-setup] Feb 12 05:59:34.898 INFO E| Compiling textwrap v0.11.0
30342026-02-12T05:59:35.436Z[ helios-setup] Feb 12 05:59:34.966 INFO E| Compiling strsim v0.8.0
30352026-02-12T05:59:35.543Z[ helios-setup] Feb 12 05:59:35.073 INFO E| Compiling ansi_term v0.12.1
30362026-02-12T05:59:35.629Z[ helios-setup] Feb 12 05:59:35.159 INFO E| Compiling strum v0.27.1
30372026-02-12T05:59:35.686Z[ helios-setup] Feb 12 05:59:35.216 INFO E| Compiling fletcher v1.0.0
30382026-02-12T05:59:36.172Z[ helios-setup] Feb 12 05:59:35.702 INFO E| Compiling heck v0.3.3
30392026-02-12T05:59:36.355Z[ helios-setup] Feb 12 05:59:35.885 INFO E| Compiling bitflags v1.3.2
30402026-02-12T05:59:36.428Z[ helios-setup] Feb 12 05:59:35.959 INFO E| Compiling vec_map v0.8.2
30412026-02-12T05:59:36.471Z[ helios-setup] Feb 12 05:59:36.002 INFO E| Compiling unic-char-range v0.9.0
30422026-02-12T05:59:36.571Z[ helios-setup] Feb 12 05:59:36.101 INFO E| Compiling byteorder v1.5.0
30432026-02-12T05:59:36.610Z[ helios-setup] Feb 12 05:59:36.140 INFO E| Compiling unic-common v0.9.0
30442026-02-12T05:59:36.723Z[ helios-setup] Feb 12 05:59:36.253 INFO E| Compiling unic-char-property v0.9.0
30452026-02-12T05:59:36.744Z[ helios-setup] Feb 12 05:59:36.274 INFO E| Compiling lazy_static v1.5.0
30462026-02-12T05:59:36.854Z[ helios-setup] Feb 12 05:59:36.383 INFO E| Compiling log v0.4.27
30472026-02-12T05:59:37.048Z[ helios-setup] Feb 12 05:59:36.578 INFO E| Compiling clap v2.34.0
30482026-02-12T05:59:37.254Z[ helios-setup] Feb 12 05:59:36.784 INFO E| Compiling unic-ucd-version v0.9.0
30492026-02-12T05:59:37.364Z[ helios-setup] Feb 12 05:59:36.894 INFO E| Compiling plain v0.2.3
30502026-02-12T05:59:37.404Z[ host-package] Compiling resolv-conf v0.7.0
30512026-02-12T05:59:37.440Z[ helios-setup] Feb 12 05:59:36.970 INFO E| Compiling bytesize v2.0.1
30522026-02-12T05:59:37.465Z[ helios-setup] Feb 12 05:59:36.994 INFO E| Compiling unic-ucd-ident v0.9.0
30532026-02-12T05:59:39.689Z[ host-package] Compiling libsw-core v0.3.1
30542026-02-12T05:59:40.442Z[ host-package] Compiling libsw v3.5.0
30552026-02-12T05:59:41.173Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30562026-02-12T05:59:41.651Z[ host-package] Compiling linear-map v1.2.0
30572026-02-12T05:59:41.727Z[ host-package] Compiling linked-hash-map v0.5.6
30582026-02-12T05:59:42.512Z[ helios-setup] Feb 12 05:59:42.040 INFO E| Compiling serde_derive_internals v0.29.1
30592026-02-12T05:59:42.558Z[ host-package] Compiling lru-cache v0.1.2
30602026-02-12T05:59:42.729Z[ host-package] Compiling unicode-xid v0.2.6
30612026-02-12T05:59:42.884Z[ helios-setup] Feb 12 05:59:42.414 INFO E| Compiling modular-bitfield-impl v0.11.2
30622026-02-12T05:59:42.888Z[ helios-setup] Feb 12 05:59:42.414 INFO E| Compiling structopt-derive v0.4.18
30632026-02-12T05:59:43.301Z[ host-package] Compiling hickory-proto v0.24.4
30642026-02-12T05:59:43.398Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30652026-02-12T05:59:45.064Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30662026-02-12T05:59:45.678Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30672026-02-12T05:59:46.175Z[ helios-setup] Feb 12 05:59:45.705 INFO E| Compiling thiserror-impl v2.0.12
30682026-02-12T05:59:46.175Z[ helios-setup] Feb 12 05:59:45.705 INFO E| Compiling serde_derive v1.0.219
30692026-02-12T05:59:46.179Z[ helios-setup] Feb 12 05:59:45.705 INFO E| Compiling schemars_derive v0.8.22
30702026-02-12T05:59:46.326Z[ helios-setup] Feb 12 05:59:45.855 INFO E| Compiling zerocopy-derive v0.8.25
30712026-02-12T05:59:46.476Z[ helios-setup] Feb 12 05:59:46.006 INFO E| Compiling modular-bitfield-impl v0.13.1
30722026-02-12T05:59:47.178Z[ helios-setup] Feb 12 05:59:46.707 INFO E| Compiling num-derive v0.4.2
30732026-02-12T05:59:47.882Z[ helios-setup] Feb 12 05:59:47.412 INFO E| Compiling modular-bitfield v0.11.2
30742026-02-12T05:59:49.558Z[ helios-setup] Feb 12 05:59:49.086 INFO E| Compiling scroll_derive v0.12.1
30752026-02-12T05:59:49.801Z[ helios-setup] Feb 12 05:59:49.330 INFO E| Compiling strum_macros v0.27.1
30762026-02-12T05:59:51.108Z[ helios-setup] Feb 12 05:59:50.637 INFO E| Compiling modular-bitfield v0.13.1
30772026-02-12T05:59:51.741Z[ helios-setup] Feb 12 05:59:51.268 INFO E| Compiling structopt v0.3.26
30782026-02-12T05:59:51.858Z[ helios-setup] Feb 12 05:59:51.387 INFO E| Compiling pest v2.8.0
30792026-02-12T05:59:52.826Z[ helios-setup] Feb 12 05:59:52.355 INFO E| Compiling scroll v0.12.0
30802026-02-12T05:59:53.604Z[ helios-setup] Feb 12 05:59:53.133 INFO E| Compiling goblin v0.9.3
30812026-02-12T05:59:53.677Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30822026-02-12T05:59:56.323Z[ helios-setup] Feb 12 05:59:55.851 INFO E| Compiling pest_meta v2.8.0
30832026-02-12T05:59:58.468Z[ helios-setup] Feb 12 05:59:57.997 INFO E| Compiling pest_generator v2.8.0
30842026-02-12T05:59:58.943Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30852026-02-12T06:00:00.675Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30862026-02-12T06:00:00.799Z[ helios-setup] Feb 12 06:00:00.327 INFO E| Compiling pest_derive v2.8.0
30872026-02-12T06:00:01.130Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30882026-02-12T06:00:02.658Z[ host-package] Compiling hickory-resolver v0.24.4
30892026-02-12T06:00:04.131Z[ helios-setup] Feb 12 06:00:03.658 INFO E| Compiling json5 v0.4.1
30902026-02-12T06:00:09.323Z[ helios-setup] Feb 12 06:00:08.850 INFO E| Compiling four-cc v0.4.0
30912026-02-12T06:00:09.323Z[ helios-setup] Feb 12 06:00:08.850 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
30922026-02-12T06:00:09.561Z[ helios-setup] Feb 12 06:00:09.089 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
30932026-02-12T06:00:11.495Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30942026-02-12T06:00:14.312Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30952026-02-12T06:00:14.810Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30962026-02-12T06:00:14.920Z[ host-package] Compiling convert_case v0.7.1
30972026-02-12T06:00:15.891Z[ host-package] Compiling derive_more-impl v2.0.1
30982026-02-12T06:00:18.206Z[ host-package] Compiling qorb v0.4.1
30992026-02-12T06:00:22.307Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31002026-02-12T06:00:22.805Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31012026-02-12T06:00:27.325Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31022026-02-12T06:00:29.724Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31032026-02-12T06:00:31.345Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31042026-02-12T06:00:33.543Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31052026-02-12T06:00:33.932Z[ host-package] Compiling derive_more v2.0.1
31062026-02-12T06:00:34.020Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31072026-02-12T06:00:34.137Z[ host-package] Compiling vte_generate_state_changes v0.1.2
31082026-02-12T06:00:34.645Z[ host-package] Compiling siphasher v1.0.1
31092026-02-12T06:00:34.697Z[ host-package] Compiling termtree v0.5.1
31102026-02-12T06:00:34.904Z[ host-package] Compiling vte v0.11.1
31112026-02-12T06:00:35.080Z[ host-package] Compiling phf_shared v0.12.1
31122026-02-12T06:00:35.147Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31132026-02-12T06:00:35.687Z[ host-package] Compiling crossterm v0.29.0
31142026-02-12T06:00:36.765Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31152026-02-12T06:00:41.414Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31162026-02-12T06:00:42.061Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31172026-02-12T06:00:43.279Z[ host-package] Compiling csv-core v0.1.11
31182026-02-12T06:00:44.281Z[ host-package] Compiling chrono-tz v0.10.4
31192026-02-12T06:00:44.380Z[ host-package] Compiling csv v1.3.1
31202026-02-12T06:00:44.849Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31212026-02-12T06:00:45.517Z[ host-package] Compiling strip-ansi-escapes v0.2.0
31222026-02-12T06:00:46.459Z[ host-package] Compiling phf v0.12.1
31232026-02-12T06:00:46.907Z[ host-package] Compiling const_format_proc_macros v0.2.34
31242026-02-12T06:00:46.955Z[ host-package] Compiling papergrid v0.11.0
31252026-02-12T06:00:48.089Z[ host-package] Compiling tabled_derive v0.7.0
31262026-02-12T06:00:48.841Z[ host-package] Compiling fd-lock v4.0.2
31272026-02-12T06:00:48.939Z[ host-package] Compiling peg-macros v0.8.5
31282026-02-12T06:00:49.180Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31292026-02-12T06:00:50.450Z[ host-package] Compiling nu-ansi-term v0.50.1
31302026-02-12T06:00:50.524Z[ host-package] Compiling highway v1.3.0
31312026-02-12T06:00:52.002Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31322026-02-12T06:00:52.274Z[ host-package] Compiling reedline v0.40.0
31332026-02-12T06:00:52.319Z[ host-package] Compiling peg v0.8.5
31342026-02-12T06:00:52.675Z[ host-package] Compiling tough v0.20.0
31352026-02-12T06:00:53.013Z[ helios-setup] Feb 12 06:00:52.536 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
31362026-02-12T06:00:54.848Z[ host-package] Compiling tabled v0.15.0
31372026-02-12T06:00:56.231Z[ host-package] Compiling const_format v0.2.34
31382026-02-12T06:01:02.412Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31392026-02-12T06:01:02.439Z[ helios-setup] Feb 12 06:01:01.962 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
31402026-02-12T06:01:09.618Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31412026-02-12T06:01:10.778Z[ host-package] Compiling bcs v0.1.6
31422026-02-12T06:01:11.325Z[ host-package] Compiling semver v0.1.20
31432026-02-12T06:01:11.892Z[ host-package] Compiling rustc_version v0.1.7
31442026-02-12T06:01:12.428Z[ host-package] Compiling newtype_derive v0.1.6
31452026-02-12T06:01:12.951Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31462026-02-12T06:01:13.330Z[ host-package] Compiling smawk v0.3.2
31472026-02-12T06:01:13.442Z[ host-package] Compiling unicode-linebreak v0.1.5
31482026-02-12T06:01:13.914Z[ host-package] Compiling humantime v2.2.0
31492026-02-12T06:01:14.310Z[ host-package] Compiling textwrap v0.16.2
31502026-02-12T06:01:15.060Z[ host-package] Compiling dropshot-api-manager-types v0.2.4
31512026-02-12T06:01:16.774Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31522026-02-12T06:01:17.916Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31532026-02-12T06:01:18.134Z[ host-package] Compiling steno v0.4.1
31542026-02-12T06:01:19.176Z[ host-package] Compiling utf-8 v0.7.6
31552026-02-12T06:01:19.983Z[ host-package] Compiling moka v0.12.10
31562026-02-12T06:01:20.756Z[ host-package] Compiling tagptr v0.2.0
31572026-02-12T06:01:22.352Z[ host-package] Compiling tungstenite v0.21.0
31582026-02-12T06:01:22.850Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31592026-02-12T06:01:23.621Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
31602026-02-12T06:01:25.169Z[ host-package] Compiling tokio-tungstenite v0.21.0
31612026-02-12T06:01:25.604Z[ host-package] Compiling hickory-resolver v0.25.2
31622026-02-12T06:01:26.682Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31632026-02-12T06:01:27.884Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
31642026-02-12T06:01:31.340Z[ helios-setup] Feb 12 06:01:30.859 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s
31652026-02-12T06:01:31.391Z[ helios-setup] Feb 12 06:01:30.911 INFO building project "amd-host-image-builder" ok (126 seconds)
31662026-02-12T06:01:31.391Z[ helios-setup] Feb 12 06:01:30.911 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
31672026-02-12T06:01:31.537Z[ helios-setup] Feb 12 06:01:31.057 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.91.1-x86_64-unknown-illumos (default)"
31682026-02-12T06:01:31.537Z[ helios-setup] Feb 12 06:01:31.057 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
31692026-02-12T06:01:31.537Z[ helios-setup] Feb 12 06:01:31.057 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
31702026-02-12T06:01:32.015Z[ helios-setup] Feb 12 06:01:31.535 INFO E| Downloading crates ...
31712026-02-12T06:01:32.166Z[ helios-setup] Feb 12 06:01:31.686 INFO E| Downloaded time-core v0.1.4
31722026-02-12T06:01:32.169Z[ helios-setup] Feb 12 06:01:31.689 INFO E| Downloaded darling_macro v0.20.11
31732026-02-12T06:01:32.172Z[ helios-setup] Feb 12 06:01:31.690 INFO E| Downloaded fastrand v2.3.0
31742026-02-12T06:01:32.205Z[ helios-setup] Feb 12 06:01:31.725 INFO E| Downloaded time-macros v0.2.22
31752026-02-12T06:01:32.263Z[ helios-setup] Feb 12 06:01:31.729 INFO E| Downloaded deranged v0.4.0
31762026-02-12T06:01:32.263Z[ helios-setup] Feb 12 06:01:31.731 INFO E| Downloaded chrono v0.4.41
31772026-02-12T06:01:32.263Z[ helios-setup] Feb 12 06:01:31.742 INFO E| Downloaded serde_with_macros v3.12.0
31782026-02-12T06:01:32.264Z[ helios-setup] Feb 12 06:01:31.745 INFO E| Downloaded darling v0.20.11
31792026-02-12T06:01:32.264Z[ helios-setup] Feb 12 06:01:31.754 INFO E| Downloaded tempfile v3.20.0
31802026-02-12T06:01:32.264Z[ helios-setup] Feb 12 06:01:31.758 INFO E| Downloaded getrandom v0.3.3
31812026-02-12T06:01:32.264Z[ helios-setup] Feb 12 06:01:31.764 INFO E| Downloaded anyhow v1.0.98
31822026-02-12T06:01:32.264Z[ helios-setup] Feb 12 06:01:31.770 INFO E| Downloaded indexmap v2.9.0
31832026-02-12T06:01:32.264Z[ helios-setup] Feb 12 06:01:31.776 INFO E| Downloaded darling_core v0.20.11
31842026-02-12T06:01:32.264Z[ helios-setup] Feb 12 06:01:31.783 INFO E| Downloaded time v0.3.41
31852026-02-12T06:01:32.275Z[ helios-setup] Feb 12 06:01:31.795 INFO E| Downloaded bitflags v2.9.1
31862026-02-12T06:01:32.322Z[ helios-setup] Feb 12 06:01:31.842 INFO E| Downloaded hashbrown v0.15.3
31872026-02-12T06:01:32.326Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31882026-02-12T06:01:32.331Z[ helios-setup] Feb 12 06:01:31.851 INFO E| Downloaded serde_with v3.12.0
31892026-02-12T06:01:32.367Z[ helios-setup] Feb 12 06:01:31.887 INFO E| Downloaded rustix v1.0.7
31902026-02-12T06:01:32.474Z[ helios-setup] Feb 12 06:01:31.994 INFO E| Compiling proc-macro2 v1.0.95
31912026-02-12T06:01:32.477Z[ helios-setup] Feb 12 06:01:31.994 INFO E| Compiling unicode-ident v1.0.18
31922026-02-12T06:01:32.477Z[ helios-setup] Feb 12 06:01:31.995 INFO E| Compiling libc v0.2.172
31932026-02-12T06:01:32.478Z[ helios-setup] Feb 12 06:01:31.995 INFO E| Compiling strsim v0.11.1
31942026-02-12T06:01:32.478Z[ helios-setup] Feb 12 06:01:31.995 INFO E| Compiling ident_case v1.0.1
31952026-02-12T06:01:32.478Z[ helios-setup] Feb 12 06:01:31.995 INFO E| Compiling fnv v1.0.7
31962026-02-12T06:01:32.478Z[ helios-setup] Feb 12 06:01:31.995 INFO E| Compiling serde v1.0.219
31972026-02-12T06:01:32.478Z[ helios-setup] Feb 12 06:01:31.995 INFO E| Compiling getrandom v0.3.3
31982026-02-12T06:01:32.893Z[ helios-setup] Feb 12 06:01:32.413 INFO E| Compiling rustix v1.0.7
31992026-02-12T06:01:33.075Z[ helios-setup] Feb 12 06:01:32.594 INFO E| Compiling bitflags v2.9.1
32002026-02-12T06:01:33.139Z[ helios-setup] Feb 12 06:01:32.658 INFO E| Compiling serde_json v1.0.140
32012026-02-12T06:01:33.775Z[ helios-setup] Feb 12 06:01:33.295 INFO E| Compiling anyhow v1.0.98
32022026-02-12T06:01:33.797Z[ helios-setup] Feb 12 06:01:33.317 INFO E| Compiling cfg-if v1.0.0
32032026-02-12T06:01:33.936Z[ helios-setup] Feb 12 06:01:33.455 INFO E| Compiling thiserror v2.0.12
32042026-02-12T06:01:34.136Z[ helios-setup] Feb 12 06:01:33.655 INFO E| Compiling once_cell v1.21.3
32052026-02-12T06:01:34.381Z[ helios-setup] Feb 12 06:01:33.901 INFO E| Compiling memchr v2.7.4
32062026-02-12T06:01:34.413Z[ helios-setup] Feb 12 06:01:33.933 INFO E| Compiling fastrand v2.3.0
32072026-02-12T06:01:34.623Z[ helios-setup] Feb 12 06:01:34.143 INFO E| Compiling itoa v1.0.15
32082026-02-12T06:01:35.086Z[ helios-setup] Feb 12 06:01:34.606 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
32092026-02-12T06:01:35.447Z[ helios-setup] Feb 12 06:01:34.967 INFO E| Compiling ryu v1.0.20
32102026-02-12T06:01:36.152Z[ helios-setup] Feb 12 06:01:35.671 INFO E| Compiling errno v0.3.12
32112026-02-12T06:01:36.903Z[ helios-setup] Feb 12 06:01:36.423 INFO E| Compiling quote v1.0.40
32122026-02-12T06:01:37.755Z[ helios-setup] Feb 12 06:01:37.274 INFO E| Compiling syn v2.0.101
32132026-02-12T06:01:39.157Z[ helios-setup] Feb 12 06:01:38.676 INFO E| Compiling tempfile v3.20.0
32142026-02-12T06:01:40.808Z[ host-package] Compiling proc-macro-error2 v2.0.1
32152026-02-12T06:01:42.010Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32162026-02-12T06:01:44.916Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32172026-02-12T06:01:45.133Z[ helios-setup] Feb 12 06:01:44.652 INFO E| Compiling darling_core v0.20.11
32182026-02-12T06:01:45.314Z[ host-package] Compiling num-derive v0.3.3
32192026-02-12T06:01:47.516Z[ helios-setup] Feb 12 06:01:47.034 INFO E| Compiling serde_derive v1.0.219
32202026-02-12T06:01:47.523Z[ helios-setup] Feb 12 06:01:47.034 INFO E| Compiling thiserror-impl v2.0.12
32212026-02-12T06:01:48.363Z[ host-package] Compiling libscf-sys v1.1.0
32222026-02-12T06:01:48.584Z[ host-package] Compiling vergen-gitcl v1.0.8
32232026-02-12T06:01:48.782Z[ host-package] Compiling dirs-sys-next v0.1.2
32242026-02-12T06:01:48.878Z[ host-package] Compiling maplit v1.0.2
32252026-02-12T06:01:49.299Z[ host-package] Compiling crunchy v0.2.2
32262026-02-12T06:01:49.490Z[ host-package] Compiling dirs-next v2.0.0
32272026-02-12T06:01:49.637Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
32282026-02-12T06:01:49.955Z[ host-package] Compiling dsl_auto_type v0.1.2
32292026-02-12T06:01:50.555Z[ host-package] Compiling scheduled-thread-pool v0.2.7
32302026-02-12T06:01:50.873Z[ helios-setup] Feb 12 06:01:50.391 INFO E| Compiling darling_macro v0.20.11
32312026-02-12T06:01:51.624Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
32322026-02-12T06:01:51.683Z[ host-package] Compiling tiny-keccak v2.0.2
32332026-02-12T06:01:52.085Z[ helios-setup] Feb 12 06:01:51.602 INFO E| Compiling darling v0.20.11
32342026-02-12T06:01:52.232Z[ helios-setup] Feb 12 06:01:51.750 INFO E| Compiling serde_with_macros v3.12.0
32352026-02-12T06:01:52.270Z[ host-package] Compiling diesel_derives v2.2.3
32362026-02-12T06:01:52.329Z[ host-package] Compiling r2d2 v0.8.10
32372026-02-12T06:01:52.748Z[ host-package] Compiling term v0.7.0
32382026-02-12T06:01:54.051Z[ host-package] Compiling tabled_derive v0.11.0
32392026-02-12T06:01:54.143Z[ host-package] Compiling papergrid v0.17.0
32402026-02-12T06:01:54.934Z[ host-package] Compiling testing_table v0.3.0
32412026-02-12T06:01:56.024Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
32422026-02-12T06:01:56.998Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
32432026-02-12T06:01:57.422Z[ host-package] Compiling arc-swap v1.7.1
32442026-02-12T06:01:57.691Z[ host-package] Compiling xshell-macros v0.2.7
32452026-02-12T06:01:58.188Z[ host-package] Compiling bit-vec v0.6.3
32462026-02-12T06:01:58.627Z[ host-package] Compiling xshell v0.2.7
32472026-02-12T06:01:58.711Z[ host-package] Compiling bit-set v0.5.3
32482026-02-12T06:01:59.182Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
32492026-02-12T06:01:59.487Z[ host-package] Compiling slog-scope v4.4.0
32502026-02-12T06:02:00.650Z[ host-package] Compiling tabled v0.20.0
32512026-02-12T06:02:01.126Z[ helios-setup] Feb 12 06:02:00.643 INFO E| Compiling serde_with v3.12.0
32522026-02-12T06:02:01.850Z[ host-package] Compiling ascii-canvas v3.0.0
32532026-02-12T06:02:02.514Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32542026-02-12T06:02:04.257Z[ host-package] Compiling diesel v2.2.12
32552026-02-12T06:02:11.580Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32562026-02-12T06:02:12.142Z[ helios-setup] Feb 12 06:02:11.658 INFO E| Finished `release` profile [optimized] target(s) in 40.48s
32572026-02-12T06:02:12.173Z[ helios-setup] Feb 12 06:02:11.689 INFO building project "dmar-report" ok (40 seconds)
32582026-02-12T06:02:12.173Z[ helios-setup] Feb 12 06:02:11.689 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
32592026-02-12T06:02:12.332Z[ helios-setup] Feb 12 06:02:11.848 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.91.1-x86_64-unknown-illumos (default)"
32602026-02-12T06:02:12.332Z[ helios-setup] Feb 12 06:02:11.849 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
32612026-02-12T06:02:12.335Z[ helios-setup] Feb 12 06:02:11.849 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
32622026-02-12T06:02:12.575Z[ host-package] Compiling ena v0.14.3
32632026-02-12T06:02:12.670Z[ helios-setup] Feb 12 06:02:12.186 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
32642026-02-12T06:02:12.769Z[ host-package] Compiling regex-syntax v0.6.29
32652026-02-12T06:02:13.058Z[ host-package] Compiling unicase v2.8.1
32662026-02-12T06:02:13.655Z[ host-package] Compiling bindgen v0.71.1
32672026-02-12T06:02:14.205Z[ host-package] Compiling diff v0.1.13
32682026-02-12T06:02:14.302Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32692026-02-12T06:02:16.720Z[ host-package] Compiling lalrpop v0.19.12
32702026-02-12T06:02:17.540Z[ helios-setup] Feb 12 06:02:17.056 INFO E| From https://github.com/oxidecomputer/progenitor
32712026-02-12T06:02:17.540Z[ helios-setup] Feb 12 06:02:17.056 INFO E| * [new ref] 5c4b6016e4ee5d24f66f0f6d3dce4cbdde32b952 -> refs/commit/5c4b6016e4ee5d24f66f0f6d3dce4cbdde32b952
32722026-02-12T06:02:17.673Z[ helios-setup] Feb 12 06:02:17.189 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
32732026-02-12T06:02:17.762Z[ host-package] Compiling slog-stdlog v4.1.1
32742026-02-12T06:02:18.150Z[ helios-setup] Feb 12 06:02:17.666 INFO E| From https://github.com/jclulow/hiercmd
32752026-02-12T06:02:18.153Z[ helios-setup] Feb 12 06:02:17.666 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
32762026-02-12T06:02:18.172Z[ helios-setup] Feb 12 06:02:17.688 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
32772026-02-12T06:02:18.663Z[ helios-setup] Feb 12 06:02:18.179 INFO E| From https://github.com/oxidecomputer/network-interface
32782026-02-12T06:02:18.663Z[ helios-setup] Feb 12 06:02:18.179 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
32792026-02-12T06:02:18.681Z[ helios-setup] Feb 12 06:02:18.196 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
32802026-02-12T06:02:18.774Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32812026-02-12T06:02:19.154Z[ helios-setup] Feb 12 06:02:18.669 INFO E| From https://github.com/oxidecomputer/boot-image-tools
32822026-02-12T06:02:19.154Z[ helios-setup] Feb 12 06:02:18.670 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
32832026-02-12T06:02:19.187Z[ helios-setup] Feb 12 06:02:18.703 INFO E| Updating crates.io index
32842026-02-12T06:02:19.672Z[ helios-setup] Feb 12 06:02:19.188 INFO E| Downloading crates ...
32852026-02-12T06:02:19.882Z[ helios-setup] Feb 12 06:02:19.398 INFO E| Downloaded autocfg v1.5.0
32862026-02-12T06:02:19.886Z[ helios-setup] Feb 12 06:02:19.402 INFO E| Downloaded dropshot_endpoint v0.16.4
32872026-02-12T06:02:19.894Z[ helios-setup] Feb 12 06:02:19.410 INFO E| Downloaded rhai_codegen v3.1.0
32882026-02-12T06:02:19.908Z[ helios-setup] Feb 12 06:02:19.423 INFO E| Downloaded stable_deref_trait v1.2.1
32892026-02-12T06:02:19.911Z[ helios-setup] Feb 12 06:02:19.425 INFO E| Downloaded hyper v1.7.0
32902026-02-12T06:02:19.921Z[ helios-setup] Feb 12 06:02:19.437 INFO E| Downloaded getrandom v0.2.16
32912026-02-12T06:02:19.926Z[ helios-setup] Feb 12 06:02:19.442 INFO E| Downloaded getopts v0.2.24
32922026-02-12T06:02:19.929Z[ helios-setup] Feb 12 06:02:19.446 INFO E| Downloaded toml_writer v1.0.4
32932026-02-12T06:02:19.933Z[ helios-setup] Feb 12 06:02:19.448 INFO E| Downloaded hostname v0.4.1
32942026-02-12T06:02:19.936Z[ helios-setup] Feb 12 06:02:19.452 INFO E| Downloaded yoke-derive v0.8.1
32952026-02-12T06:02:19.939Z[ helios-setup] Feb 12 06:02:19.454 INFO E| Downloaded tokio-util v0.7.16
32962026-02-12T06:02:19.953Z[ helios-setup] Feb 12 06:02:19.469 INFO E| Downloaded zerofrom v0.1.6
32972026-02-12T06:02:19.956Z[ helios-setup] Feb 12 06:02:19.471 INFO E| Downloaded terminal_size v0.4.3
32982026-02-12T06:02:19.959Z[ helios-setup] Feb 12 06:02:19.474 INFO E| Downloaded thin-vec v0.2.14
32992026-02-12T06:02:19.962Z[ helios-setup] Feb 12 06:02:19.477 INFO E| Downloaded unty v0.0.4
33002026-02-12T06:02:19.965Z[ helios-setup] Feb 12 06:02:19.480 INFO E| Downloaded libdevinfo-sys v1.1.0
33012026-02-12T06:02:19.965Z[ helios-setup] Feb 12 06:02:19.481 INFO E| Downloaded serde_spanned v1.0.3
33022026-02-12T06:02:19.968Z[ helios-setup] Feb 12 06:02:19.484 INFO E| Downloaded env_filter v0.1.4
33032026-02-12T06:02:19.972Z[ helios-setup] Feb 12 06:02:19.487 INFO E| Downloaded proc-macro-crate v3.4.0
33042026-02-12T06:02:19.975Z[ helios-setup] Feb 12 06:02:19.491 INFO E| Downloaded yoke v0.8.1
33052026-02-12T06:02:19.978Z[ helios-setup] Feb 12 06:02:19.493 INFO E| Downloaded tls_codec_derive v0.4.2
33062026-02-12T06:02:19.981Z[ helios-setup] Feb 12 06:02:19.496 INFO E| Downloaded thiserror-impl v2.0.17
33072026-02-12T06:02:19.984Z[ helios-setup] Feb 12 06:02:19.498 INFO E| Downloaded sync_wrapper v1.0.2
33082026-02-12T06:02:19.984Z[ helios-setup] Feb 12 06:02:19.500 INFO E| Downloaded flagset v0.4.7
33092026-02-12T06:02:19.988Z[ helios-setup] Feb 12 06:02:19.502 INFO E| Downloaded clap_lex v0.7.6
33102026-02-12T06:02:19.990Z[ helios-setup] Feb 12 06:02:19.504 INFO E| Downloaded bincode_derive v2.0.1
33112026-02-12T06:02:19.991Z[ helios-setup] Feb 12 06:02:19.506 INFO E| Downloaded zeroize v1.8.2
33122026-02-12T06:02:19.994Z[ helios-setup] Feb 12 06:02:19.509 INFO E| Downloaded thiserror v2.0.17
33132026-02-12T06:02:20.003Z[ helios-setup] Feb 12 06:02:19.519 INFO E| Downloaded zerofrom-derive v0.1.6
33142026-02-12T06:02:20.006Z[ helios-setup] Feb 12 06:02:19.521 INFO E| Downloaded tokio-tungstenite v0.28.0
33152026-02-12T06:02:20.014Z[ helios-setup] Feb 12 06:02:19.530 INFO E| Downloaded writeable v0.6.2
33162026-02-12T06:02:20.017Z[ helios-setup] Feb 12 06:02:19.533 INFO E| Downloaded zerovec-derive v0.11.2
33172026-02-12T06:02:20.020Z[ helios-setup] Feb 12 06:02:19.536 INFO E| Downloaded thread_local v1.1.9
33182026-02-12T06:02:20.023Z[ helios-setup] Feb 12 06:02:19.539 INFO E| Downloaded crunchy v0.2.4
33192026-02-12T06:02:20.026Z[ helios-setup] Feb 12 06:02:19.540 INFO E| Downloaded colorchoice v1.0.4
33202026-02-12T06:02:20.026Z[ helios-setup] Feb 12 06:02:19.542 INFO E| Downloaded unicode-ident v1.0.22
33212026-02-12T06:02:20.031Z[ helios-setup] Feb 12 06:02:19.547 INFO E| Downloaded uuid v1.18.1
33222026-02-12T06:02:20.037Z[ helios-setup] Feb 12 06:02:19.553 INFO E| Downloaded tungstenite v0.28.0
33232026-02-12T06:02:20.044Z[ helios-setup] Feb 12 06:02:19.559 INFO E| Downloaded typify v0.5.0
33242026-02-12T06:02:20.079Z[ helios-setup] Feb 12 06:02:19.566 INFO E| Downloaded zerotrie v0.2.3
33252026-02-12T06:02:20.079Z[ helios-setup] Feb 12 06:02:19.571 INFO E| Downloaded tracing v0.1.41
33262026-02-12T06:02:20.079Z[ helios-setup] Feb 12 06:02:19.579 INFO E| Downloaded crc v3.3.0
33272026-02-12T06:02:20.079Z[ helios-setup] Feb 12 06:02:19.582 INFO E| Downloaded url v2.5.7
33282026-02-12T06:02:20.079Z[ helios-setup] Feb 12 06:02:19.587 INFO E| Downloaded zerovec v0.11.5
33292026-02-12T06:02:20.084Z[ helios-setup] Feb 12 06:02:19.596 INFO E| Downloaded winnow v0.7.13
33302026-02-12T06:02:20.095Z[ helios-setup] Feb 12 06:02:19.611 INFO E| Downloaded quote v1.0.41
33312026-02-12T06:02:20.098Z[ helios-setup] Feb 12 06:02:19.614 INFO E| Downloaded clap_derive v4.5.49
33322026-02-12T06:02:20.103Z[ helios-setup] Feb 12 06:02:19.618 INFO E| Downloaded bitfield v0.19.3
33332026-02-12T06:02:20.106Z[ helios-setup] Feb 12 06:02:19.621 INFO E| Downloaded time v0.3.44
33342026-02-12T06:02:20.118Z[ helios-setup] Feb 12 06:02:19.634 INFO E| Downloaded syn v2.0.108
33352026-02-12T06:02:20.136Z[ helios-setup] Feb 12 06:02:19.651 INFO E| Downloaded smartstring v1.0.1
33362026-02-12T06:02:20.139Z[ helios-setup] Feb 12 06:02:19.655 INFO E| Downloaded unicode-width v0.2.2
33372026-02-12T06:02:20.149Z[ helios-setup] Feb 12 06:02:19.665 INFO E| Downloaded term v1.2.0
33382026-02-12T06:02:20.154Z[ helios-setup] Feb 12 06:02:19.670 INFO E| Downloaded litemap v0.8.1
33392026-02-12T06:02:20.159Z[ helios-setup] Feb 12 06:02:19.675 INFO E| Downloaded indexmap v2.12.0
33402026-02-12T06:02:20.167Z[ helios-setup] Feb 12 06:02:19.683 INFO E| Downloaded memchr v2.7.6
33412026-02-12T06:02:20.174Z[ helios-setup] Feb 12 06:02:19.690 INFO E| Downloaded pin-project-lite v0.2.16
33422026-02-12T06:02:20.182Z[ helios-setup] Feb 12 06:02:19.698 INFO E| Downloaded parking_lot v0.12.5
33432026-02-12T06:02:20.185Z[ helios-setup] Feb 12 06:02:19.701 INFO E| Downloaded tempfile v3.23.0
33442026-02-12T06:02:20.190Z[ helios-setup] Feb 12 06:02:19.705 INFO E| Downloaded icu_properties v2.1.1
33452026-02-12T06:02:20.248Z[ helios-setup] Feb 12 06:02:19.764 INFO E| Downloaded proc-macro2 v1.0.103
33462026-02-12T06:02:20.253Z[ helios-setup] Feb 12 06:02:19.769 INFO E| Downloaded icu_normalizer_data v2.1.1
33472026-02-12T06:02:20.258Z[ helios-setup] Feb 12 06:02:19.773 INFO E| Downloaded rustls-pki-types v1.13.0
33482026-02-12T06:02:20.265Z[ helios-setup] Feb 12 06:02:19.781 INFO E| Downloaded icu_provider v2.1.1
33492026-02-12T06:02:20.270Z[ helios-setup] Feb 12 06:02:19.786 INFO E| Downloaded icu_locale_core v2.1.1
33502026-02-12T06:02:20.281Z[ helios-setup] Feb 12 06:02:19.796 INFO E| Downloaded typify-impl v0.5.0
33512026-02-12T06:02:20.303Z[ helios-setup] Feb 12 06:02:19.818 INFO E| Downloaded miniz_oxide v0.8.9
33522026-02-12T06:02:20.307Z[ helios-setup] Feb 12 06:02:19.822 INFO E| Downloaded bincode v2.0.1
33532026-02-12T06:02:20.315Z[ helios-setup] Feb 12 06:02:19.831 INFO E| Downloaded anyhow v1.0.100
33542026-02-12T06:02:20.322Z[ helios-setup] Feb 12 06:02:19.837 INFO E| Downloaded http v1.3.1
33552026-02-12T06:02:20.328Z[ helios-setup] Feb 12 06:02:19.843 INFO E| Downloaded icu_normalizer v2.1.1
33562026-02-12T06:02:20.334Z[ helios-setup] Feb 12 06:02:19.850 INFO E| Downloaded hyper-util v0.1.17
33572026-02-12T06:02:20.345Z[ helios-setup] Feb 12 06:02:19.859 INFO E| Downloaded mio v1.1.0
33582026-02-12T06:02:20.352Z[ helios-setup] Feb 12 06:02:19.867 INFO E| Downloaded hashbrown v0.16.0
33592026-02-12T06:02:20.406Z[ helios-setup] Feb 12 06:02:19.922 INFO E| Downloaded iddqd v0.3.14
33602026-02-12T06:02:20.437Z[ helios-setup] Feb 12 06:02:19.952 INFO E| Downloaded flate2 v1.1.5
33612026-02-12T06:02:20.444Z[ helios-setup] Feb 12 06:02:19.960 INFO E| Downloaded clap v4.5.51
33622026-02-12T06:02:20.460Z[ helios-setup] Feb 12 06:02:19.975 INFO E| Downloaded regex v1.12.2
33632026-02-12T06:02:20.469Z[ helios-setup] Feb 12 06:02:19.985 INFO E| Downloaded libm v0.2.15
33642026-02-12T06:02:20.515Z[ helios-setup] Feb 12 06:02:20.030 INFO E| Downloaded idna v1.1.0
33652026-02-12T06:02:20.519Z[ helios-setup] Feb 12 06:02:20.035 INFO E| Downloaded h2 v0.4.12
33662026-02-12T06:02:20.526Z[ helios-setup] Feb 12 06:02:20.042 INFO E| Downloaded icu_properties_data v2.1.1
33672026-02-12T06:02:20.562Z[ helios-setup] Feb 12 06:02:20.078 INFO E| Downloaded serde_json v1.0.145
33682026-02-12T06:02:20.572Z[ helios-setup] Feb 12 06:02:20.088 INFO E| Downloaded portable-atomic v1.11.1
33692026-02-12T06:02:20.594Z[ helios-setup] Feb 12 06:02:20.110 INFO E| Downloaded aho-corasick v1.1.4
33702026-02-12T06:02:20.615Z[ helios-setup] Feb 12 06:02:20.130 INFO E| Downloaded clap_builder v4.5.51
33712026-02-12T06:02:20.624Z[ helios-setup] Feb 12 06:02:20.140 INFO E| Downloaded tokio v1.48.0
33722026-02-12T06:02:20.701Z[ helios-setup] Feb 12 06:02:20.216 INFO E| Downloaded num-bigint-dig v0.8.4
33732026-02-12T06:02:20.707Z[ helios-setup] Feb 12 06:02:20.223 INFO E| Downloaded camino v1.2.1
33742026-02-12T06:02:20.711Z[ helios-setup] Feb 12 06:02:20.226 INFO E| Downloaded chrono v0.4.42
33752026-02-12T06:02:20.719Z[ helios-setup] Feb 12 06:02:20.235 INFO E| Downloaded anstyle-parse v0.2.7
33762026-02-12T06:02:20.722Z[ helios-setup] Feb 12 06:02:20.237 INFO E| Downloaded bitflags v2.10.0
33772026-02-12T06:02:20.728Z[ helios-setup] Feb 12 06:02:20.244 INFO E| Downloaded synstructure v0.13.2
33782026-02-12T06:02:20.731Z[ helios-setup] Feb 12 06:02:20.245 INFO E| Downloaded httparse v1.10.1
33792026-02-12T06:02:20.734Z[ helios-setup] Feb 12 06:02:20.249 INFO E| Downloaded ppv-lite86 v0.2.21
33802026-02-12T06:02:20.737Z[ helios-setup] Feb 12 06:02:20.251 INFO E| Downloaded parking_lot_core v0.9.12
33812026-02-12T06:02:20.740Z[ helios-setup] Feb 12 06:02:20.253 INFO E| Downloaded num_enum v0.7.5
33822026-02-12T06:02:20.746Z[ helios-setup] Feb 12 06:02:20.261 INFO E| Downloaded icu_collections v2.1.1
33832026-02-12T06:02:20.756Z[ helios-setup] Feb 12 06:02:20.271 INFO E| Downloaded regex-syntax v0.8.8
33842026-02-12T06:02:20.765Z[ helios-setup] Feb 12 06:02:20.281 INFO E| Downloaded regress v0.10.5
33852026-02-12T06:02:20.777Z[ helios-setup] Feb 12 06:02:20.293 INFO E| Downloaded rhai v1.23.6
33862026-02-12T06:02:20.797Z[ helios-setup] Feb 12 06:02:20.312 INFO E| Downloaded dropshot v0.16.4
33872026-02-12T06:02:20.835Z[ helios-setup] Feb 12 06:02:20.350 INFO E| Downloaded crc32fast v1.5.0
33882026-02-12T06:02:20.838Z[ helios-setup] Feb 12 06:02:20.353 INFO E| Downloaded cc v1.2.44
33892026-02-12T06:02:20.842Z[ helios-setup] Feb 12 06:02:20.358 INFO E| Downloaded signal-hook-registry v1.4.6
33902026-02-12T06:02:20.845Z[ helios-setup] Feb 12 06:02:20.360 INFO E| Downloaded pkg-config v0.3.32
33912026-02-12T06:02:20.848Z[ helios-setup] Feb 12 06:02:20.362 INFO E| Downloaded num_enum_derive v0.7.5
33922026-02-12T06:02:20.849Z[ helios-setup] Feb 12 06:02:20.364 INFO E| Downloaded anstream v0.6.21
33932026-02-12T06:02:20.851Z[ helios-setup] Feb 12 06:02:20.367 INFO E| Downloaded slab v0.4.11
33942026-02-12T06:02:20.855Z[ helios-setup] Feb 12 06:02:20.369 INFO E| Downloaded find-msvc-tools v0.1.4
33952026-02-12T06:02:20.863Z[ helios-setup] Feb 12 06:02:20.372 INFO E| Downloaded const-random v0.1.18
33962026-02-12T06:02:20.866Z[ helios-setup] Feb 12 06:02:20.379 INFO E| Downloaded rustix v1.1.2
33972026-02-12T06:02:20.899Z[ helios-setup] Feb 12 06:02:20.414 INFO E| Downloaded generic-array v0.14.9
33982026-02-12T06:02:20.902Z[ helios-setup] Feb 12 06:02:20.417 INFO E| Downloaded toml_edit v0.23.7
33992026-02-12T06:02:20.907Z[ helios-setup] Feb 12 06:02:20.423 INFO E| Downloaded toml v0.9.8
34002026-02-12T06:02:20.914Z[ helios-setup] Feb 12 06:02:20.429 INFO E| Downloaded spin v0.5.2
34012026-02-12T06:02:20.917Z[ helios-setup] Feb 12 06:02:20.432 INFO E| Downloaded potential_utf v0.1.4
34022026-02-12T06:02:20.920Z[ helios-setup] Feb 12 06:02:20.434 INFO E| Downloaded tracing-core v0.1.34
34032026-02-12T06:02:20.923Z[ helios-setup] Feb 12 06:02:20.438 INFO E| Downloaded is-terminal v0.4.17
34042026-02-12T06:02:20.926Z[ helios-setup] Feb 12 06:02:20.440 INFO E| Downloaded const-random-macro v0.1.16
34052026-02-12T06:02:20.926Z[ helios-setup] Feb 12 06:02:20.441 INFO E| Downloaded no-std-compat v0.4.1
34062026-02-12T06:02:20.929Z[ helios-setup] Feb 12 06:02:20.443 INFO E| Downloaded is_terminal_polyfill v1.70.2
34072026-02-12T06:02:20.929Z[ helios-setup] Feb 12 06:02:20.444 INFO E| Downloaded anstyle v1.0.13
34082026-02-12T06:02:20.932Z[ helios-setup] Feb 12 06:02:20.447 INFO E| Downloaded virtue v0.0.18
34092026-02-12T06:02:20.935Z[ helios-setup] Feb 12 06:02:20.451 INFO E| Downloaded typenum v1.19.0
34102026-02-12T06:02:20.940Z[ helios-setup] Feb 12 06:02:20.456 INFO E| Downloaded regex-automata v0.4.13
34112026-02-12T06:02:20.964Z[ helios-setup] Feb 12 06:02:20.480 INFO E| Downloaded toml_parser v1.0.4
34122026-02-12T06:02:20.968Z[ helios-setup] Feb 12 06:02:20.484 INFO E| Downloaded lock_api v0.4.14
34132026-02-12T06:02:20.971Z[ helios-setup] Feb 12 06:02:20.486 INFO E| Downloaded deranged v0.5.5
34142026-02-12T06:02:20.974Z[ helios-setup] Feb 12 06:02:20.488 INFO E| Downloaded bytes v1.10.1
34152026-02-12T06:02:20.979Z[ helios-setup] Feb 12 06:02:20.495 INFO E| Downloaded tinystr v0.8.2
34162026-02-12T06:02:20.982Z[ helios-setup] Feb 12 06:02:20.498 INFO E| Downloaded base64ct v1.8.0
34172026-02-12T06:02:20.986Z[ helios-setup] Feb 12 06:02:20.502 INFO E| Downloaded toml_datetime v0.7.3
34182026-02-12T06:02:20.990Z[ helios-setup] Feb 12 06:02:20.504 INFO E| Downloaded tls_codec v0.4.2
34192026-02-12T06:02:20.994Z[ helios-setup] Feb 12 06:02:20.506 INFO E| Downloaded typify-macro v0.5.0
34202026-02-12T06:02:20.994Z[ helios-setup] Feb 12 06:02:20.508 INFO E| Downloaded devinfo v0.1.0
34212026-02-12T06:02:20.997Z[ helios-setup] Feb 12 06:02:20.510 INFO E| Downloaded bitfield-macros v0.19.3
34222026-02-12T06:02:20.997Z[ helios-setup] Feb 12 06:02:20.511 INFO E| Downloaded idna_adapter v1.2.1
34232026-02-12T06:02:20.997Z[ helios-setup] Feb 12 06:02:20.513 INFO E| Downloaded anstyle-query v1.1.4
34242026-02-12T06:02:21.001Z[ helios-setup] Feb 12 06:02:20.515 INFO E| Downloaded log v0.4.28
34252026-02-12T06:02:21.004Z[ helios-setup] Feb 12 06:02:20.519 INFO E| Downloaded errno v0.3.14
34262026-02-12T06:02:21.007Z[ helios-setup] Feb 12 06:02:20.522 INFO E| Downloaded iana-time-zone v0.1.64
34272026-02-12T06:02:21.011Z[ helios-setup] Feb 12 06:02:20.526 INFO E| Downloaded adler2 v2.0.1
34282026-02-12T06:02:21.014Z[ helios-setup] Feb 12 06:02:20.528 INFO E| Downloaded libc v0.2.177
34292026-02-12T06:02:21.105Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34302026-02-12T06:02:21.109Z[ helios-setup] Feb 12 06:02:20.624 INFO E| Downloaded encoding_rs v0.8.35
34312026-02-12T06:02:21.450Z[ helios-setup] Feb 12 06:02:20.965 INFO E| Compiling proc-macro2 v1.0.103
34322026-02-12T06:02:21.450Z[ helios-setup] Feb 12 06:02:20.965 INFO E| Compiling quote v1.0.41
34332026-02-12T06:02:21.450Z[ helios-setup] Feb 12 06:02:20.965 INFO E| Compiling unicode-ident v1.0.22
34342026-02-12T06:02:21.453Z[ helios-setup] Feb 12 06:02:20.965 INFO E| Compiling serde_core v1.0.228
34352026-02-12T06:02:21.453Z[ helios-setup] Feb 12 06:02:20.966 INFO E| Compiling libc v0.2.177
34362026-02-12T06:02:21.453Z[ helios-setup] Feb 12 06:02:20.966 INFO E| Compiling cfg-if v1.0.4
34372026-02-12T06:02:21.453Z[ helios-setup] Feb 12 06:02:20.966 INFO E| Compiling serde v1.0.228
34382026-02-12T06:02:21.453Z[ helios-setup] Feb 12 06:02:20.966 INFO E| Compiling autocfg v1.5.0
34392026-02-12T06:02:21.894Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34402026-02-12T06:02:21.936Z[ helios-setup] Feb 12 06:02:21.452 INFO E| Compiling version_check v0.9.5
34412026-02-12T06:02:22.337Z[ helios-setup] Feb 12 06:02:21.852 INFO E| Compiling memchr v2.7.6
34422026-02-12T06:02:22.819Z[ helios-setup] Feb 12 06:02:22.334 INFO E| Compiling itoa v1.0.15
34432026-02-12T06:02:23.269Z[ helios-setup] Feb 12 06:02:22.785 INFO E| Compiling serde_json v1.0.145
34442026-02-12T06:02:23.281Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34452026-02-12T06:02:23.583Z[ helios-setup] Feb 12 06:02:23.098 INFO E| Compiling bytes v1.10.1
34462026-02-12T06:02:23.765Z[ helios-setup] Feb 12 06:02:23.280 INFO E| Compiling getrandom v0.3.4
34472026-02-12T06:02:24.034Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34482026-02-12T06:02:24.165Z[ helios-setup] Feb 12 06:02:23.680 INFO E| Compiling pin-project-lite v0.2.16
34492026-02-12T06:02:24.292Z[ host-package] Compiling crc8 v0.1.1
34502026-02-12T06:02:24.640Z[ helios-setup] Feb 12 06:02:24.155 INFO E| Compiling futures-core v0.3.31
34512026-02-12T06:02:24.742Z[ host-package] Compiling slog-envlogger v2.2.0
34522026-02-12T06:02:25.416Z[ helios-setup] Feb 12 06:02:24.932 INFO E| Compiling equivalent v1.0.2
34532026-02-12T06:02:25.817Z[ helios-setup] Feb 12 06:02:25.333 INFO E| Compiling libm v0.2.15
34542026-02-12T06:02:25.946Z[ helios-setup] Feb 12 06:02:25.461 INFO E| Compiling allocator-api2 v0.2.21
34552026-02-12T06:02:26.628Z[ helios-setup] Feb 12 06:02:26.143 INFO E| Compiling foldhash v0.2.0
34562026-02-12T06:02:27.497Z[ helios-setup] Feb 12 06:02:27.010 INFO E| Compiling hashbrown v0.16.0
34572026-02-12T06:02:27.681Z[ helios-setup] Feb 12 06:02:27.196 INFO E| Compiling num-traits v0.2.19
34582026-02-12T06:02:27.797Z[ helios-setup] Feb 12 06:02:27.312 INFO E| Compiling const-oid v0.9.6
34592026-02-12T06:02:27.931Z[ helios-setup] Feb 12 06:02:27.446 INFO E| Compiling futures-sink v0.3.31
34602026-02-12T06:02:28.588Z[ helios-setup] Feb 12 06:02:28.102 INFO E| Compiling syn v2.0.108
34612026-02-12T06:02:28.705Z[ helios-setup] Feb 12 06:02:28.220 INFO E| Compiling parking_lot_core v0.9.12
34622026-02-12T06:02:29.177Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34632026-02-12T06:02:29.878Z[ helios-setup] Feb 12 06:02:29.393 INFO E| Compiling typenum v1.19.0
34642026-02-12T06:02:29.980Z[ helios-setup] Feb 12 06:02:29.495 INFO E| Compiling generic-array v0.14.9
34652026-02-12T06:02:30.235Z[ helios-setup] Feb 12 06:02:29.750 INFO E| Compiling scopeguard v1.2.0
34662026-02-12T06:02:30.700Z[ helios-setup] Feb 12 06:02:30.215 INFO E| Compiling lock_api v0.4.14
34672026-02-12T06:02:30.912Z[ host-package] Compiling headers-core v0.3.0
34682026-02-12T06:02:31.706Z[ host-package] Compiling libxml v0.3.3
34692026-02-12T06:02:31.963Z[ helios-setup] Feb 12 06:02:31.478 INFO E| Compiling slab v0.4.11
34702026-02-12T06:02:32.906Z[ host-package] Compiling headers v0.4.1
34712026-02-12T06:02:34.121Z[ helios-setup] Feb 12 06:02:33.635 INFO E| Compiling thiserror v2.0.17
34722026-02-12T06:02:34.363Z[ helios-setup] Feb 12 06:02:33.878 INFO E| Compiling futures-channel v0.3.31
34732026-02-12T06:02:34.544Z[ helios-setup] Feb 12 06:02:34.058 INFO E| Compiling mio v1.1.0
34742026-02-12T06:02:34.867Z[ helios-setup] Feb 12 06:02:34.381 INFO E| Compiling signal-hook-registry v1.4.6
34752026-02-12T06:02:35.663Z[ helios-setup] Feb 12 06:02:35.178 INFO E| Compiling socket2 v0.6.1
34762026-02-12T06:02:35.891Z[ helios-setup] Feb 12 06:02:35.406 INFO E| Compiling portable-atomic v1.11.1
34772026-02-12T06:02:35.961Z[ helios-setup] Feb 12 06:02:35.475 INFO E| Compiling zerocopy v0.8.27
34782026-02-12T06:02:37.527Z[ helios-setup] Feb 12 06:02:37.041 INFO E| Compiling rustversion v1.0.22
34792026-02-12T06:02:37.578Z[ helios-setup] Feb 12 06:02:37.092 INFO E| Compiling pin-utils v0.1.0
34802026-02-12T06:02:37.611Z[ helios-setup] Feb 12 06:02:37.125 INFO E| Compiling ryu v1.0.20
34812026-02-12T06:02:38.318Z[ helios-setup] Feb 12 06:02:37.833 INFO E| Compiling futures-task v0.3.31
34822026-02-12T06:02:38.559Z[ helios-setup] Feb 12 06:02:38.073 INFO E| Compiling futures-io v0.3.31
34832026-02-12T06:02:38.838Z[ helios-setup] Feb 12 06:02:38.350 INFO E| Compiling block-buffer v0.10.4
34842026-02-12T06:02:39.158Z[ helios-setup] Feb 12 06:02:38.672 INFO E| Compiling crypto-common v0.1.6
34852026-02-12T06:02:39.180Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34862026-02-12T06:02:39.478Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34872026-02-12T06:02:39.485Z[ helios-setup] Feb 12 06:02:38.999 INFO E| Compiling bitflags v2.10.0
34882026-02-12T06:02:39.616Z[ helios-setup] Feb 12 06:02:39.130 INFO E| Compiling fnv v1.0.7
34892026-02-12T06:02:39.619Z[ helios-setup] Feb 12 06:02:39.131 INFO E| Compiling stable_deref_trait v1.2.1
34902026-02-12T06:02:39.936Z[ helios-setup] Feb 12 06:02:39.450 INFO E| Compiling log v0.4.28
34912026-02-12T06:02:40.193Z[ helios-setup] Feb 12 06:02:39.707 INFO E| Compiling http v1.3.1
34922026-02-12T06:02:40.495Z[ helios-setup] Feb 12 06:02:40.008 INFO E| Compiling once_cell v1.21.3
34932026-02-12T06:02:41.022Z[ helios-setup] Feb 12 06:02:40.536 INFO E| Compiling digest v0.10.7
34942026-02-12T06:02:41.326Z[ helios-setup] Feb 12 06:02:40.840 INFO E| Compiling indexmap v2.12.0
34952026-02-12T06:02:41.627Z[ helios-setup] Feb 12 06:02:41.141 INFO E| Compiling heck v0.5.0
34962026-02-12T06:02:41.690Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
34972026-02-12T06:02:41.781Z[ helios-setup] Feb 12 06:02:41.295 INFO E| Compiling cpufeatures v0.2.17
34982026-02-12T06:02:42.119Z[ helios-setup] Feb 12 06:02:41.633 INFO E| Compiling schemars v0.8.22
34992026-02-12T06:02:42.303Z[ helios-setup] Feb 12 06:02:41.817 INFO E| Compiling slog v2.8.2
35002026-02-12T06:02:42.640Z[ host-package] Compiling strum_macros v0.24.3
35012026-02-12T06:02:43.297Z[ helios-setup] Feb 12 06:02:42.810 INFO E| Compiling iana-time-zone v0.1.64
35022026-02-12T06:02:43.628Z[ helios-setup] Feb 12 06:02:43.141 INFO E| Compiling synstructure v0.13.2
35032026-02-12T06:02:44.060Z[ helios-setup] Feb 12 06:02:43.573 INFO E| Compiling serde_derive_internals v0.29.1
35042026-02-12T06:02:44.536Z[ host-package] Compiling indoc v1.0.9
35052026-02-12T06:02:44.807Z[ helios-setup] Feb 12 06:02:44.319 INFO E| Compiling find-msvc-tools v0.1.4
35062026-02-12T06:02:45.703Z[ helios-setup] Feb 12 06:02:45.216 INFO E| Compiling zeroize v1.8.2
35072026-02-12T06:02:46.353Z[ helios-setup] Feb 12 06:02:45.866 INFO E| Compiling httparse v1.10.1
35082026-02-12T06:02:46.719Z[ helios-setup] Feb 12 06:02:46.232 INFO E| Compiling shlex v1.3.0
35092026-02-12T06:02:47.634Z[ helios-setup] Feb 12 06:02:47.148 INFO E| Compiling cc v1.2.44
35102026-02-12T06:02:47.910Z[ helios-setup] Feb 12 06:02:47.424 INFO E| Compiling anyhow v1.0.100
35112026-02-12T06:02:47.962Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
35122026-02-12T06:02:48.549Z[ host-package] Compiling samael v0.0.19
35132026-02-12T06:02:48.562Z[ helios-setup] Feb 12 06:02:48.075 INFO E| Compiling semver v1.0.27
35142026-02-12T06:02:48.708Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35152026-02-12T06:02:49.889Z[ helios-setup] Feb 12 06:02:49.396 INFO E| Compiling getrandom v0.2.16
35162026-02-12T06:02:50.012Z[ helios-setup] Feb 12 06:02:49.525 INFO E| Compiling winnow v0.7.13
35172026-02-12T06:02:50.104Z[ helios-setup] Feb 12 06:02:49.617 INFO E| Compiling serde_derive v1.0.228
35182026-02-12T06:02:50.632Z[ helios-setup] Feb 12 06:02:50.145 INFO E| Compiling tokio-macros v2.6.0
35192026-02-12T06:02:50.703Z[ helios-setup] Feb 12 06:02:50.216 INFO E| Compiling futures-macro v0.3.31
35202026-02-12T06:02:50.837Z[ helios-setup] Feb 12 06:02:50.350 INFO E| Compiling zerocopy-derive v0.8.27
35212026-02-12T06:02:51.073Z[ helios-setup] Feb 12 06:02:50.586 INFO E| Compiling zerofrom-derive v0.1.6
35222026-02-12T06:02:51.788Z[ host-package] Compiling polar-core v0.27.3
35232026-02-12T06:02:52.540Z[ helios-setup] Feb 12 06:02:52.053 INFO E| Compiling thiserror-impl v2.0.17
35242026-02-12T06:02:52.585Z[ helios-setup] Feb 12 06:02:52.097 INFO E| Compiling yoke-derive v0.8.1
35252026-02-12T06:02:53.779Z[ helios-setup] Feb 12 06:02:53.291 INFO E| Compiling zerovec-derive v0.11.2
35262026-02-12T06:02:54.673Z[ helios-setup] Feb 12 06:02:54.186 INFO E| Compiling futures-util v0.3.31
35272026-02-12T06:02:55.092Z[ host-package] Compiling derive_builder v0.20.2
35282026-02-12T06:02:55.739Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
35292026-02-12T06:02:57.129Z[ helios-setup] Feb 12 06:02:56.641 INFO E| Compiling zerofrom v0.1.6
35302026-02-12T06:02:57.491Z[ helios-setup] Feb 12 06:02:57.004 INFO E| Compiling displaydoc v0.2.5
35312026-02-12T06:02:57.725Z[ helios-setup] Feb 12 06:02:57.238 INFO E| Compiling yoke v0.8.1
35322026-02-12T06:02:57.795Z[ helios-setup] Feb 12 06:02:57.308 INFO E| Compiling schemars_derive v0.8.22
35332026-02-12T06:02:58.506Z[ helios-setup] Feb 12 06:02:58.018 INFO E| Compiling writeable v0.6.2
35342026-02-12T06:02:58.795Z[ helios-setup] Feb 12 06:02:58.307 INFO E| Compiling time-core v0.1.6
35352026-02-12T06:02:58.968Z[ helios-setup] Feb 12 06:02:58.481 INFO E| Compiling zerovec v0.11.5
35362026-02-12T06:02:59.286Z[ host-package] Compiling oso-derive v0.27.3
35372026-02-12T06:02:59.531Z[ helios-setup] Feb 12 06:02:59.043 INFO E| Compiling litemap v0.8.1
35382026-02-12T06:02:59.709Z[ helios-setup] Feb 12 06:02:59.221 INFO E| Compiling powerfmt v0.2.0
35392026-02-12T06:03:00.181Z[ host-package] Compiling quick-xml v0.37.2
35402026-02-12T06:03:00.498Z[ helios-setup] Feb 12 06:03:00.010 INFO E| Compiling num-conv v0.1.0
35412026-02-12T06:03:00.635Z[ helios-setup] Feb 12 06:03:00.147 INFO E| Compiling crc32fast v1.5.0
35422026-02-12T06:03:00.990Z[ helios-setup] Feb 12 06:03:00.502 INFO E| Compiling deranged v0.5.5
35432026-02-12T06:03:01.080Z[ host-package] Compiling half v1.8.3
35442026-02-12T06:03:01.234Z[ helios-setup] Feb 12 06:03:00.747 INFO E| Compiling time-macros v0.2.24
35452026-02-12T06:03:01.646Z[ helios-setup] Feb 12 06:03:01.158 INFO E| Compiling tinystr v0.8.2
35462026-02-12T06:03:02.490Z[ helios-setup] Feb 12 06:03:01.999 INFO E| Compiling icu_locale_core v2.1.1
35472026-02-12T06:03:02.638Z[ helios-setup] Feb 12 06:03:02.150 INFO E| Compiling potential_utf v0.1.4
35482026-02-12T06:03:03.107Z[ host-package] Compiling serde_cbor v0.11.2
35492026-02-12T06:03:03.248Z[ helios-setup] Feb 12 06:03:02.760 INFO E| Compiling zerotrie v0.2.3
35502026-02-12T06:03:03.640Z[ helios-setup] Feb 12 06:03:03.151 INFO E| Compiling toml_parser v1.0.4
35512026-02-12T06:03:05.994Z[ helios-setup] Feb 12 06:03:05.506 INFO E| Compiling ppv-lite86 v0.2.21
35522026-02-12T06:03:06.417Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35532026-02-12T06:03:06.604Z[ helios-setup] Feb 12 06:03:06.105 INFO E| Compiling chrono v0.4.42
35542026-02-12T06:03:06.692Z[ helios-setup] Feb 12 06:03:06.203 INFO E| Compiling smallvec v1.15.1
35552026-02-12T06:03:06.958Z[ helios-setup] Feb 12 06:03:06.468 INFO E| Compiling erased-serde v0.3.31
35562026-02-12T06:03:07.162Z[ helios-setup] Feb 12 06:03:06.673 INFO E| Compiling uuid v1.18.1
35572026-02-12T06:03:07.686Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
35582026-02-12T06:03:08.265Z[ helios-setup] Feb 12 06:03:07.776 INFO E| Compiling serde_tokenstream v0.2.2
35592026-02-12T06:03:09.630Z[ helios-setup] Feb 12 06:03:09.141 INFO E| Compiling parking_lot v0.12.5
35602026-02-12T06:03:10.253Z[ helios-setup] Feb 12 06:03:09.764 INFO E| Compiling icu_properties_data v2.1.1
35612026-02-12T06:03:10.902Z[ helios-setup] Feb 12 06:03:10.413 INFO E| Compiling tokio v1.48.0
35622026-02-12T06:03:10.997Z[ helios-setup] Feb 12 06:03:10.509 INFO E| Compiling unicode-width v0.2.2
35632026-02-12T06:03:11.093Z[ helios-setup] Feb 12 06:03:10.604 INFO E| Compiling num_threads v0.1.7
35642026-02-12T06:03:11.368Z[ helios-setup] Feb 12 06:03:10.879 INFO E| Compiling dyn-clone v1.0.20
35652026-02-12T06:03:11.875Z[ helios-setup] Feb 12 06:03:11.386 INFO E| Compiling icu_normalizer_data v2.1.1
35662026-02-12T06:03:12.123Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35672026-02-12T06:03:12.768Z[ helios-setup] Feb 12 06:03:12.279 INFO E| Compiling toml_datetime v0.7.3
35682026-02-12T06:03:13.102Z[ helios-setup] Feb 12 06:03:12.613 INFO E| Compiling time v0.3.44
35692026-02-12T06:03:13.333Z[ helios-setup] Feb 12 06:03:12.844 INFO E| Compiling toml_edit v0.23.7
35702026-02-12T06:03:13.575Z[ helios-setup] Feb 12 06:03:13.086 INFO E| Compiling icu_provider v2.1.1
35712026-02-12T06:03:13.723Z[ helios-setup] Feb 12 06:03:13.234 INFO E| Compiling icu_collections v2.1.1
35722026-02-12T06:03:14.863Z[ helios-setup] Feb 12 06:03:14.373 INFO E| Compiling http-body v1.0.1
35732026-02-12T06:03:15.536Z[ helios-setup] Feb 12 06:03:15.047 INFO E| Compiling regress v0.10.5
35742026-02-12T06:03:15.644Z[ helios-setup] Feb 12 06:03:15.155 INFO E| Compiling sha2 v0.10.9
35752026-02-12T06:03:16.693Z[ helios-setup] Feb 12 06:03:16.204 INFO E| Compiling tracing-core v0.1.34
35762026-02-12T06:03:19.132Z[ helios-setup] Feb 12 06:03:18.642 INFO E| Compiling crunchy v0.2.4
35772026-02-12T06:03:20.138Z[ helios-setup] Feb 12 06:03:19.648 INFO E| Compiling percent-encoding v2.3.2
35782026-02-12T06:03:21.044Z[ helios-setup] Feb 12 06:03:20.554 INFO E| Compiling atomic-waker v1.1.2
35792026-02-12T06:03:21.641Z[ helios-setup] Feb 12 06:03:21.151 INFO E| Compiling tracing v0.1.41
35802026-02-12T06:03:21.730Z[ helios-setup] Feb 12 06:03:21.241 INFO E| Compiling proc-macro-crate v3.4.0
35812026-02-12T06:03:22.217Z[ helios-setup] Feb 12 06:03:21.728 INFO E| Compiling getopts v0.2.24
35822026-02-12T06:03:22.529Z[ helios-setup] Feb 12 06:03:22.038 INFO E| Compiling futures-executor v0.3.31
35832026-02-12T06:03:22.864Z[ helios-setup] Feb 12 06:03:22.374 INFO E| Compiling typify-impl v0.5.0
35842026-02-12T06:03:23.534Z[ helios-setup] Feb 12 06:03:23.044 INFO E| Compiling thread_local v1.1.9
35852026-02-12T06:03:23.821Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35862026-02-12T06:03:23.851Z[ helios-setup] Feb 12 06:03:23.362 INFO E| Compiling thiserror v1.0.69
35872026-02-12T06:03:24.023Z[ helios-setup] Feb 12 06:03:23.533 INFO E| Compiling tower-service v0.3.3
35882026-02-12T06:03:24.646Z[ helios-setup] Feb 12 06:03:24.155 INFO E| Compiling tiny-keccak v2.0.2
35892026-02-12T06:03:24.705Z[ helios-setup] Feb 12 06:03:24.215 INFO E| Compiling rustix v1.1.2
35902026-02-12T06:03:25.381Z[ helios-setup] Feb 12 06:03:24.890 INFO E| Compiling try-lock v0.2.5
35912026-02-12T06:03:26.331Z[ helios-setup] Feb 12 06:03:25.828 INFO E| Compiling want v0.3.1
35922026-02-12T06:03:26.680Z[ helios-setup] Feb 12 06:03:26.190 INFO E| Compiling num_enum_derive v0.7.5
35932026-02-12T06:03:26.987Z[ helios-setup] Feb 12 06:03:26.497 INFO E| Compiling futures v0.3.31
35942026-02-12T06:03:27.001Z[ helios-setup] Feb 12 06:03:26.510 INFO E| Compiling icu_properties v2.1.1
35952026-02-12T06:03:27.297Z[ helios-setup] Feb 12 06:03:26.807 INFO E| Compiling icu_normalizer v2.1.1
35962026-02-12T06:03:28.805Z[ host-package] Compiling diesel-dtrace v0.4.2
35972026-02-12T06:03:29.381Z[ helios-setup] Feb 12 06:03:28.891 INFO E| Compiling tokio-util v0.7.16
35982026-02-12T06:03:31.489Z[ helios-setup] Feb 12 06:03:30.999 INFO E| Compiling h2 v0.4.12
35992026-02-12T06:03:31.735Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36002026-02-12T06:03:33.644Z[ helios-setup] Feb 12 06:03:33.153 INFO E| Compiling form_urlencoded v1.2.2
36012026-02-12T06:03:33.746Z[ helios-setup] Feb 12 06:03:33.255 INFO E| Compiling thiserror-impl v1.0.69
36022026-02-12T06:03:34.887Z[ helios-setup] Feb 12 06:03:34.396 INFO E| Compiling serde_spanned v1.0.3
36032026-02-12T06:03:35.635Z[ helios-setup] Feb 12 06:03:35.144 INFO E| Compiling errno v0.3.14
36042026-02-12T06:03:36.249Z[ helios-setup] Feb 12 06:03:35.758 INFO E| Compiling is-terminal v0.4.17
36052026-02-12T06:03:36.549Z[ helios-setup] Feb 12 06:03:36.058 INFO E| Compiling term v1.2.0
36062026-02-12T06:03:36.731Z[ helios-setup] Feb 12 06:03:36.239 INFO E| Compiling toml_writer v1.0.4
36072026-02-12T06:03:38.252Z[ helios-setup] Feb 12 06:03:37.761 INFO E| Compiling simd-adler32 v0.3.7
36082026-02-12T06:03:38.390Z[ helios-setup] Feb 12 06:03:37.899 INFO E| Compiling httpdate v1.0.3
36092026-02-12T06:03:38.670Z[ helios-setup] Feb 12 06:03:38.178 INFO E| Compiling adler2 v2.0.1
36102026-02-12T06:03:39.642Z[ helios-setup] Feb 12 06:03:39.151 INFO E| Compiling miniz_oxide v0.8.9
36112026-02-12T06:03:40.037Z[ helios-setup] Feb 12 06:03:39.545 INFO E| Compiling slog-term v2.9.2
36122026-02-12T06:03:40.780Z[ helios-setup] Feb 12 06:03:40.289 INFO E| Compiling toml v0.9.8
36132026-02-12T06:03:41.245Z[ helios-setup] Feb 12 06:03:40.753 INFO E| Compiling typify-macro v0.5.0
36142026-02-12T06:03:42.549Z[ host-package] Compiling oso v0.27.3
36152026-02-12T06:03:47.101Z[ helios-setup] Feb 12 06:03:46.609 INFO E| Compiling hyper v1.7.0
36162026-02-12T06:03:48.260Z[ helios-setup] Feb 12 06:03:47.768 INFO E| Compiling idna_adapter v1.2.1
36172026-02-12T06:03:48.644Z[ helios-setup] Feb 12 06:03:48.152 INFO E| Compiling num_enum v0.7.5
36182026-02-12T06:03:48.744Z[ helios-setup] Feb 12 06:03:48.252 INFO E| Compiling aho-corasick v1.1.4
36192026-02-12T06:03:49.076Z[ helios-setup] Feb 12 06:03:48.584 INFO E| Compiling rand_core v0.9.3
36202026-02-12T06:03:50.507Z[ helios-setup] Feb 12 06:03:50.015 INFO E| Compiling sync_wrapper v1.0.2
36212026-02-12T06:03:51.107Z[ helios-setup] Feb 12 06:03:50.615 INFO E| Compiling ipnet v2.11.0
36222026-02-12T06:03:51.359Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
36232026-02-12T06:03:52.297Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36242026-02-12T06:03:56.093Z[ helios-setup] Feb 12 06:03:55.600 INFO E| Compiling utf8_iter v1.0.4
36252026-02-12T06:03:56.319Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36262026-02-12T06:03:56.769Z[ helios-setup] Feb 12 06:03:56.275 INFO E| Compiling tower-layer v0.3.3
36272026-02-12T06:03:57.459Z[ helios-setup] Feb 12 06:03:56.966 INFO E| Compiling libdevinfo-sys v1.1.0
36282026-02-12T06:03:57.953Z[ helios-setup] Feb 12 06:03:57.460 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
36292026-02-12T06:03:58.027Z[ helios-setup] Feb 12 06:03:57.534 INFO E| Compiling base64ct v1.8.0
36302026-02-12T06:03:58.521Z[ host-package] Compiling bb8 v0.8.5
36312026-02-12T06:03:58.720Z[ host-package] Compiling trait-variant v0.1.2
36322026-02-12T06:03:59.355Z[ helios-setup] Feb 12 06:03:58.861 INFO E| Compiling regex-syntax v0.8.8
36332026-02-12T06:03:59.774Z[ helios-setup] Feb 12 06:03:59.281 INFO E| Compiling base64 v0.22.1
36342026-02-12T06:04:00.127Z[ helios-setup] Feb 12 06:03:59.634 INFO E| Compiling pem-rfc7468 v0.7.0
36352026-02-12T06:04:00.398Z[ host-package] Compiling async-bb8-diesel v0.2.1
36362026-02-12T06:04:00.783Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
36372026-02-12T06:04:02.004Z[ helios-setup] Feb 12 06:04:01.510 INFO E| Compiling hyper-util v0.1.17
36382026-02-12T06:04:02.211Z[ helios-setup] Feb 12 06:04:01.717 INFO E| Compiling tower v0.5.2
36392026-02-12T06:04:02.294Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
36402026-02-12T06:04:02.477Z[ helios-setup] Feb 12 06:04:01.984 INFO E| Compiling devinfo v0.1.0
36412026-02-12T06:04:03.161Z[ helios-setup] Feb 12 06:04:02.667 INFO E| Compiling const-random-macro v0.1.16
36422026-02-12T06:04:03.847Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36432026-02-12T06:04:04.784Z[ helios-setup] Feb 12 06:04:04.291 INFO E| Compiling idna v1.1.0
36442026-02-12T06:04:05.127Z[ helios-setup] Feb 12 06:04:04.633 INFO E| Compiling rand_chacha v0.9.0
36452026-02-12T06:04:05.216Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36462026-02-12T06:04:06.179Z[ helios-setup] Feb 12 06:04:05.685 INFO E| Compiling flate2 v1.1.5
36472026-02-12T06:04:07.478Z[ helios-setup] Feb 12 06:04:06.985 INFO E| Compiling regex-automata v0.4.13
36482026-02-12T06:04:07.999Z[ helios-setup] Feb 12 06:04:07.505 INFO E| Compiling serde_urlencoded v0.7.1
36492026-02-12T06:04:08.313Z[ helios-setup] Feb 12 06:04:07.818 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
36502026-02-12T06:04:08.906Z[ helios-setup] Feb 12 06:04:08.412 INFO E| Compiling http-body-util v0.1.3
36512026-02-12T06:04:09.399Z[ helios-setup] Feb 12 06:04:08.905 INFO E| Compiling ring v0.17.14
36522026-02-12T06:04:10.254Z[ helios-setup] Feb 12 06:04:09.760 INFO E| Compiling der_derive v0.7.3
36532026-02-12T06:04:10.293Z[ helios-setup] Feb 12 06:04:09.799 INFO E| Compiling sha1 v0.10.6
36542026-02-12T06:04:11.341Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36552026-02-12T06:04:12.474Z[ host-package] Compiling fxhash v0.2.1
36562026-02-12T06:04:13.252Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36572026-02-12T06:04:13.443Z[ host-package] Compiling typify-impl v0.2.0
36582026-02-12T06:04:13.579Z[ helios-setup] Feb 12 06:04:13.084 INFO E| Compiling ahash v0.8.12
36592026-02-12T06:04:13.674Z[ host-package] Compiling kstat-rs v0.2.4
36602026-02-12T06:04:14.391Z[ host-package] Compiling libz-sys v1.1.20
36612026-02-12T06:04:14.653Z[ helios-setup] Feb 12 06:04:14.159 INFO E| Compiling iri-string v0.7.8
36622026-02-12T06:04:14.697Z[ helios-setup] Feb 12 06:04:14.202 INFO E| Compiling byteorder v1.5.0
36632026-02-12T06:04:15.501Z[ host-package] Compiling nonempty v0.12.0
36642026-02-12T06:04:16.148Z[ host-package] Compiling salty v0.3.0
36652026-02-12T06:04:16.386Z[ helios-setup] Feb 12 06:04:15.891 INFO E| Compiling bitflags v1.3.2
36662026-02-12T06:04:16.650Z[ helios-setup] Feb 12 06:04:16.155 INFO E| Compiling utf8parse v0.2.2
36672026-02-12T06:04:16.722Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36682026-02-12T06:04:17.095Z[ helios-setup] Feb 12 06:04:16.600 INFO E| Compiling flagset v0.4.7
36692026-02-12T06:04:17.316Z[ helios-setup] Feb 12 06:04:16.821 INFO E| Compiling spin v0.9.8
36702026-02-12T06:04:17.762Z[ helios-setup] Feb 12 06:04:17.267 INFO E| Compiling der v0.7.10
36712026-02-12T06:04:17.844Z[ helios-setup] Feb 12 06:04:17.349 INFO E| Compiling anstyle-parse v0.2.7
36722026-02-12T06:04:18.611Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36732026-02-12T06:04:22.891Z[ helios-setup] Feb 12 06:04:22.396 INFO E| Compiling tower-http v0.6.6
36742026-02-12T06:04:27.120Z[ helios-setup] Feb 12 06:04:26.624 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
36752026-02-12T06:04:29.850Z[ helios-setup] Feb 12 06:04:29.354 INFO E| Compiling regex v1.12.2
36762026-02-12T06:04:30.516Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36772026-02-12T06:04:31.731Z[ host-package] Compiling typify-macro v0.2.0
36782026-02-12T06:04:31.890Z[ helios-setup] Feb 12 06:04:31.394 INFO E| Compiling url v2.5.7
36792026-02-12T06:04:34.176Z[ helios-setup] Feb 12 06:04:33.679 INFO E| Compiling rand v0.9.2
36802026-02-12T06:04:38.075Z[ helios-setup] Feb 12 06:04:37.578 INFO E| Compiling const-random v0.1.18
36812026-02-12T06:04:38.396Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36822026-02-12T06:04:39.391Z[ helios-setup] Feb 12 06:04:38.894 INFO E| Compiling typify v0.5.0
36832026-02-12T06:04:39.965Z[ helios-setup] Feb 12 06:04:39.469 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
36842026-02-12T06:04:40.772Z[ helios-setup] Feb 12 06:04:40.275 INFO E| Compiling openapiv3 v2.2.0
36852026-02-12T06:04:43.564Z[ helios-setup] Feb 12 06:04:43.067 INFO E| Compiling rand_core v0.6.4
36862026-02-12T06:04:44.747Z[ helios-setup] Feb 12 06:04:44.250 INFO E| Compiling subtle v2.6.1
36872026-02-12T06:04:45.643Z[ helios-setup] Feb 12 06:04:45.146 INFO E| Compiling data-encoding v2.9.0
36882026-02-12T06:04:47.247Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7a66c1b2415122b821611fd51012032a03e14ada#7a66c1b2)
36892026-02-12T06:04:49.429Z[ helios-setup] Feb 12 06:04:48.932 INFO E| Compiling colorchoice v1.0.4
36902026-02-12T06:04:49.965Z[ helios-setup] Feb 12 06:04:49.468 INFO E| Compiling syn v1.0.109
36912026-02-12T06:04:50.209Z[ helios-setup] Feb 12 06:04:49.711 INFO E| Compiling is_terminal_polyfill v1.70.2
36922026-02-12T06:04:50.660Z[ helios-setup] Feb 12 06:04:50.162 INFO E| Compiling unsafe-libyaml v0.2.11
36932026-02-12T06:04:51.432Z[ helios-setup] Feb 12 06:04:50.934 INFO E| Compiling utf-8 v0.7.6
36942026-02-12T06:04:51.658Z[ helios-setup] Feb 12 06:04:51.160 INFO E| Compiling radium v0.7.0
36952026-02-12T06:04:52.339Z[ helios-setup] Feb 12 06:04:51.841 INFO E| Compiling anstyle v1.0.13
36962026-02-12T06:04:53.201Z[ helios-setup] Feb 12 06:04:52.703 INFO E| Compiling anstyle-query v1.1.4
36972026-02-12T06:04:53.581Z[ helios-setup] Feb 12 06:04:53.083 INFO E| Compiling serde_yaml v0.9.34+deprecated
36982026-02-12T06:04:53.725Z[ helios-setup] Feb 12 06:04:53.227 INFO E| Compiling anstream v0.6.21
36992026-02-12T06:04:53.798Z[ host-package] Compiling nanorand v0.7.0
37002026-02-12T06:04:53.974Z[ helios-setup] Feb 12 06:04:53.476 INFO E| Compiling tungstenite v0.28.0
37012026-02-12T06:04:54.256Z[ helios-setup] Feb 12 06:04:53.759 INFO E| Compiling progenitor-impl v0.11.2 (https://github.com/oxidecomputer/progenitor#5c4b6016)
37022026-02-12T06:04:55.906Z[ helios-setup] Feb 12 06:04:55.408 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
37032026-02-12T06:04:56.650Z[ host-package] Compiling parking_lot_core v0.8.6
37042026-02-12T06:04:56.995Z[ host-package] Compiling mime_guess v2.0.5
37052026-02-12T06:04:58.107Z[ host-package] Compiling flume v0.11.1
37062026-02-12T06:04:58.742Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7a66c1b2415122b821611fd51012032a03e14ada#7a66c1b2)
37072026-02-12T06:04:59.632Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37082026-02-12T06:05:00.357Z[ helios-setup] Feb 12 06:04:59.859 INFO E| Compiling reqwest v0.12.24
37092026-02-12T06:05:05.396Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37102026-02-12T06:05:05.696Z[ helios-setup] Feb 12 06:05:05.197 INFO E| Compiling spki v0.7.3
37112026-02-12T06:05:05.812Z[ helios-setup] Feb 12 06:05:05.313 INFO E| Compiling terminal_size v0.4.3
37122026-02-12T06:05:06.222Z[ helios-setup] Feb 12 06:05:05.723 INFO E| Compiling rustls-pki-types v1.13.0
37132026-02-12T06:05:06.595Z[ helios-setup] Feb 12 06:05:06.096 INFO E| Compiling pkg-config v0.3.32
37142026-02-12T06:05:06.930Z[ helios-setup] Feb 12 06:05:06.431 INFO E| Compiling maybe-uninit v2.0.0
37152026-02-12T06:05:08.531Z[ helios-setup] Feb 12 06:05:08.032 INFO E| Compiling tap v1.0.1
37162026-02-12T06:05:09.134Z[ helios-setup] Feb 12 06:05:08.635 INFO E| Compiling crossbeam-utils v0.8.21
37172026-02-12T06:05:09.208Z[ helios-setup] Feb 12 06:05:08.709 INFO E| Compiling untrusted v0.9.0
37182026-02-12T06:05:09.967Z[ helios-setup] Feb 12 06:05:09.467 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
37192026-02-12T06:05:10.605Z[ helios-setup] Feb 12 06:05:10.105 INFO E| Compiling wyz v0.5.1
37202026-02-12T06:05:11.800Z[ helios-setup] Feb 12 06:05:11.300 INFO E| Compiling progenitor-macro v0.11.2 (https://github.com/oxidecomputer/progenitor#5c4b6016)
37212026-02-12T06:05:15.866Z[ host-package] Compiling libgit2-sys v0.18.2+1.9.1
37222026-02-12T06:05:15.974Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37232026-02-12T06:05:21.994Z[ helios-setup] Feb 12 06:05:21.494 INFO E| Compiling progenitor-client v0.11.2 (https://github.com/oxidecomputer/progenitor#5c4b6016)
37242026-02-12T06:05:24.321Z[ helios-setup] Feb 12 06:05:23.821 INFO E| Compiling tokio-tungstenite v0.28.0
37252026-02-12T06:05:29.536Z[ helios-setup] Feb 12 06:05:29.034 INFO E| Compiling rand_chacha v0.3.1
37262026-02-12T06:05:31.858Z[ helios-setup] Feb 12 06:05:31.357 INFO E| Compiling num-integer v0.1.46
37272026-02-12T06:05:33.270Z[ helios-setup] Feb 12 06:05:32.768 INFO E| Compiling smartstring v1.0.1
37282026-02-12T06:05:34.192Z[ helios-setup] Feb 12 06:05:33.691 INFO E| Compiling virtue v0.0.18
37292026-02-12T06:05:34.474Z[ helios-setup] Feb 12 06:05:33.972 INFO E| Compiling clap_lex v0.7.6
37302026-02-12T06:05:36.070Z[ helios-setup] Feb 12 06:05:35.568 INFO E| Compiling num-bigint-dig v0.8.4
37312026-02-12T06:05:36.856Z[ helios-setup] Feb 12 06:05:36.355 INFO E| Compiling packed_struct v0.10.1
37322026-02-12T06:05:37.271Z[ helios-setup] Feb 12 06:05:36.769 INFO E| Compiling funty v2.0.0
37332026-02-12T06:05:38.130Z[ helios-setup] Feb 12 06:05:37.628 INFO E| Compiling rustls v0.22.4
37342026-02-12T06:05:38.228Z[ helios-setup] Feb 12 06:05:37.726 INFO E| Compiling strsim v0.11.1
37352026-02-12T06:05:39.031Z[ helios-setup] Feb 12 06:05:38.529 INFO E| Compiling clap_builder v4.5.51
37362026-02-12T06:05:41.017Z[ helios-setup] Feb 12 06:05:40.515 INFO E| Compiling packed_struct_codegen v0.10.1
37372026-02-12T06:05:41.817Z[ helios-setup] Feb 12 06:05:41.315 INFO E| Compiling bitvec v1.0.1
37382026-02-12T06:05:42.231Z[ helios-setup] Feb 12 06:05:41.729 INFO E| Compiling bincode_derive v2.0.1
37392026-02-12T06:05:45.979Z[ helios-setup] Feb 12 06:05:45.476 INFO E| Compiling progenitor v0.11.2 (https://github.com/oxidecomputer/progenitor#5c4b6016)
37402026-02-12T06:05:46.220Z[ helios-setup] Feb 12 06:05:45.717 INFO E| Compiling num-iter v0.1.45
37412026-02-12T06:05:46.591Z[ helios-setup] Feb 12 06:05:46.087 INFO E| Compiling rand v0.8.5
37422026-02-12T06:05:46.707Z[ helios-setup] Feb 12 06:05:46.204 INFO E| Compiling rustls-webpki v0.102.8
37432026-02-12T06:05:50.662Z[ host-package] Compiling tabled_derive v0.10.0
37442026-02-12T06:05:51.585Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
37452026-02-12T06:05:54.225Z[ helios-setup] Feb 12 06:05:53.722 INFO E| Compiling pkcs8 v0.10.2
37462026-02-12T06:05:54.513Z[ helios-setup] Feb 12 06:05:54.009 INFO E| Compiling lazy_static v1.5.0
37472026-02-12T06:05:54.968Z[ helios-setup] Feb 12 06:05:54.465 INFO E| Compiling bitfield-macros v0.19.3
37482026-02-12T06:05:55.180Z[ host-package] Compiling ignore v0.4.23
37492026-02-12T06:05:57.905Z[ helios-setup] Feb 12 06:05:57.401 INFO E| Compiling clap_derive v4.5.49
37502026-02-12T06:05:58.176Z[ helios-setup] Feb 12 06:05:57.673 INFO E| Compiling zerocopy-derive v0.6.6
37512026-02-12T06:06:00.950Z[ helios-setup] Feb 12 06:06:00.446 INFO E| Compiling multer v3.1.0
37522026-02-12T06:06:01.441Z[ helios-setup] Feb 12 06:06:00.937 INFO E| Compiling indexmap v1.9.3
37532026-02-12T06:06:01.460Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37542026-02-12T06:06:01.870Z[ helios-setup] Feb 12 06:06:01.366 INFO E| Compiling match_cfg v0.1.0
37552026-02-12T06:06:02.026Z[ helios-setup] Feb 12 06:06:01.522 INFO E| Compiling crc-catalog v2.4.0
37562026-02-12T06:06:02.434Z[ helios-setup] Feb 12 06:06:01.930 INFO E| Compiling paste v1.0.15
37572026-02-12T06:06:02.480Z[ helios-setup] Feb 12 06:06:01.974 INFO E| Compiling nodrop v0.1.14
37582026-02-12T06:06:02.589Z[ helios-setup] Feb 12 06:06:02.085 INFO E| Compiling camino v1.2.1
37592026-02-12T06:06:02.768Z[ helios-setup] Feb 12 06:06:02.264 INFO E| Compiling static_assertions v1.1.0
37602026-02-12T06:06:03.498Z[ helios-setup] Feb 12 06:06:02.994 INFO E| Compiling unty v0.0.4
37612026-02-12T06:06:03.686Z[ helios-setup] Feb 12 06:06:03.182 INFO E| Compiling slog-async v2.8.0
37622026-02-12T06:06:04.185Z[ helios-setup] Feb 12 06:06:03.681 INFO E| Compiling bincode v2.0.1
37632026-02-12T06:06:05.322Z[ helios-setup] Feb 12 06:06:04.818 INFO E| Compiling array-init v0.0.4
37642026-02-12T06:06:05.675Z[ host-package] Compiling papergrid v0.14.0
37652026-02-12T06:06:06.005Z[ helios-setup] Feb 12 06:06:05.501 INFO E| Compiling crc v3.3.0
37662026-02-12T06:06:06.008Z[ host-package] Compiling primeorder v0.13.6
37672026-02-12T06:06:06.042Z[ helios-setup] Feb 12 06:06:05.538 INFO E| Compiling clap v4.5.51
37682026-02-12T06:06:06.608Z[ helios-setup] Feb 12 06:06:06.104 INFO E| Compiling hostname v0.3.1
37692026-02-12T06:06:06.915Z[ helios-setup] Feb 12 06:06:06.409 INFO E| Compiling zerocopy v0.6.6
37702026-02-12T06:06:07.620Z[ helios-setup] Feb 12 06:06:07.116 INFO E| Compiling bitfield v0.19.3
37712026-02-12T06:06:07.662Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
37722026-02-12T06:06:07.762Z[ helios-setup] Feb 12 06:06:07.258 INFO E| Compiling pkcs1 v0.7.5
37732026-02-12T06:06:08.688Z[ helios-setup] Feb 12 06:06:08.183 INFO E| Compiling crossbeam-channel v0.5.15
37742026-02-12T06:06:09.545Z[ helios-setup] Feb 12 06:06:09.040 INFO E| Compiling smallvec v0.6.14
37752026-02-12T06:06:11.475Z[ helios-setup] Feb 12 06:06:10.970 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
37762026-02-12T06:06:14.150Z[ host-package] Compiling castaway v0.2.3
37772026-02-12T06:06:14.749Z[ helios-setup] Feb 12 06:06:14.244 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
37782026-02-12T06:06:14.975Z[ host-package] Compiling nibble_vec v0.1.0
37792026-02-12T06:06:15.087Z[ helios-setup] Feb 12 06:06:14.582 INFO E| Compiling signature v2.2.0
37802026-02-12T06:06:15.692Z[ host-package] Compiling atty v0.2.14
37812026-02-12T06:06:15.758Z[ helios-setup] Feb 12 06:06:15.254 INFO E| Compiling slog-json v2.6.1
37822026-02-12T06:06:16.406Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
37832026-02-12T06:06:16.559Z[ host-package] Compiling http-range v0.1.5
37842026-02-12T06:06:16.869Z[ helios-setup] Feb 12 06:06:16.364 INFO E| Compiling serde_spanned v0.6.9
37852026-02-12T06:06:17.072Z[ helios-setup] Feb 12 06:06:16.567 INFO E| Compiling toml_datetime v0.6.11
37862026-02-12T06:06:17.369Z[ helios-setup] Feb 12 06:06:16.863 INFO E| Compiling thin-vec v0.2.14
37872026-02-12T06:06:17.471Z[ host-package] Compiling endian-type v0.1.2
37882026-02-12T06:06:18.007Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37892026-02-12T06:06:18.206Z[ host-package] Compiling radix_trie v0.2.1
37902026-02-12T06:06:18.851Z[ helios-setup] Feb 12 06:06:18.346 INFO E| Compiling rhai_codegen v3.1.0
37912026-02-12T06:06:18.951Z[ helios-setup] Feb 12 06:06:18.446 INFO E| Compiling async-stream-impl v0.3.6
37922026-02-12T06:06:19.201Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37932026-02-12T06:06:20.580Z[ host-package] Compiling compact_str v0.8.0
37942026-02-12T06:06:20.617Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
37952026-02-12T06:06:21.950Z[ helios-setup] Feb 12 06:06:21.444 INFO E| Compiling env_filter v0.1.4
37962026-02-12T06:06:24.519Z[ helios-setup] Feb 12 06:06:24.013 INFO E| Compiling dropshot v0.16.4
37972026-02-12T06:06:24.819Z[ helios-setup] Feb 12 06:06:24.313 INFO E| Compiling encoding_rs v0.8.35
37982026-02-12T06:06:25.325Z[ host-package] Compiling tabled v0.18.0
37992026-02-12T06:06:25.631Z[ helios-setup] Feb 12 06:06:25.125 INFO E| Compiling take_mut v0.2.2
38002026-02-12T06:06:26.116Z[ helios-setup] Feb 12 06:06:25.609 INFO E| Compiling mime v0.3.17
38012026-02-12T06:06:27.894Z[ helios-setup] Feb 12 06:06:27.388 INFO E| Compiling base64 v0.21.7
38022026-02-12T06:06:28.316Z[ helios-setup] Feb 12 06:06:27.810 INFO E| Compiling winnow v0.5.40
38032026-02-12T06:06:28.396Z[ helios-setup] Feb 12 06:06:27.890 INFO E| Compiling hashbrown v0.12.3
38042026-02-12T06:06:29.408Z[ host-package] Compiling p384 v0.13.1
38052026-02-12T06:06:30.036Z[ host-package] Compiling globwalk v0.9.1
38062026-02-12T06:06:30.469Z[ host-package] Compiling parking_lot v0.11.2
38072026-02-12T06:06:33.003Z[ helios-setup] Feb 12 06:06:32.494 INFO E| Compiling ron v0.8.1
38082026-02-12T06:06:34.098Z[ host-package] Compiling typify v0.2.0
38092026-02-12T06:06:34.644Z[ host-package] Compiling predicates-tree v1.0.12
38102026-02-12T06:06:35.146Z[ helios-setup] Feb 12 06:06:34.639 INFO E| Compiling rhai v1.23.6
38112026-02-12T06:06:36.124Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38122026-02-12T06:06:36.835Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
38132026-02-12T06:06:37.103Z[ helios-setup] Feb 12 06:06:36.596 INFO E| Compiling toml_edit v0.19.15
38142026-02-12T06:06:40.872Z[ host-package] Compiling unicode-truncate v1.1.0
38152026-02-12T06:06:41.144Z[ helios-setup] Feb 12 06:06:40.637 INFO E| Compiling env_logger v0.11.8
38162026-02-12T06:06:41.834Z[ host-package] Compiling prefix-trie v0.7.0
38172026-02-12T06:06:42.364Z[ helios-setup] Feb 12 06:06:41.857 INFO E| Compiling async-stream v0.3.6
38182026-02-12T06:06:43.188Z[ helios-setup] Feb 12 06:06:42.681 INFO E| Compiling tokio-rustls v0.25.0
38192026-02-12T06:06:43.644Z[ helios-setup] Feb 12 06:06:43.136 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
38202026-02-12T06:06:44.189Z[ helios-setup] Feb 12 06:06:43.681 INFO E| Compiling slog-bunyan v2.5.0
38212026-02-12T06:06:44.482Z[ host-package] Compiling lru v0.12.5
38222026-02-12T06:06:44.862Z[ helios-setup] Feb 12 06:06:44.354 INFO E| Compiling rsa v0.9.8
38232026-02-12T06:06:44.908Z[ helios-setup] Feb 12 06:06:44.400 INFO E| Compiling serde-hex v0.1.0
38242026-02-12T06:06:45.452Z[ host-package] Compiling vergen-git2 v1.0.7
38252026-02-12T06:06:45.553Z[ host-package] Compiling instability v0.3.2
38262026-02-12T06:06:46.316Z[ helios-setup] Feb 12 06:06:45.809 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
38272026-02-12T06:06:46.673Z[ host-package] Compiling cassowary v0.3.0
38282026-02-12T06:06:47.175Z[ helios-setup] Feb 12 06:06:46.666 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
38292026-02-12T06:06:47.485Z[ host-package] Compiling indoc v2.0.6
38302026-02-12T06:06:49.588Z[ host-package] Compiling ratatui v0.29.0
38312026-02-12T06:06:51.271Z[ host-package] Compiling hickory-server v0.25.2
38322026-02-12T06:06:52.322Z[ helios-setup] Feb 12 06:06:51.813 INFO E| Compiling bzip2 v0.4.4
38332026-02-12T06:06:54.416Z[ host-package] Compiling camino-tempfile-ext v0.3.2
38342026-02-12T06:06:55.622Z[ helios-setup] Feb 12 06:06:55.113 INFO E| Compiling rustls-pemfile v2.2.0
38352026-02-12T06:06:55.766Z[ helios-setup] Feb 12 06:06:55.257 INFO E| Compiling x509-cert v0.2.5
38362026-02-12T06:06:57.139Z[ helios-setup] Feb 12 06:06:56.630 INFO E| Compiling hashbrown v0.13.2
38372026-02-12T06:06:57.201Z[ helios-setup] Feb 12 06:06:56.692 INFO E| Compiling waitgroup v0.1.2
38382026-02-12T06:06:57.668Z[ helios-setup] Feb 12 06:06:57.159 INFO E| Compiling dropshot_endpoint v0.16.4
38392026-02-12T06:06:57.799Z[ helios-setup] Feb 12 06:06:57.291 INFO E| Compiling async-trait v0.1.89
38402026-02-12T06:06:59.785Z[ helios-setup] Feb 12 06:06:59.276 INFO E| Compiling serde_path_to_error v0.1.20
38412026-02-12T06:07:01.653Z[ helios-setup] Feb 12 06:07:01.144 INFO E| Compiling hostname v0.4.1
38422026-02-12T06:07:02.298Z[ helios-setup] Feb 12 06:07:01.789 INFO E| Compiling crc-any v2.5.0
38432026-02-12T06:07:02.634Z[ helios-setup] Feb 12 06:07:02.124 INFO E| Compiling debug-ignore v1.0.5
38442026-02-12T06:07:03.263Z[ helios-setup] Feb 12 06:07:02.753 INFO E| Compiling rustc-hash v2.1.1
38452026-02-12T06:07:03.741Z[ helios-setup] Feb 12 06:07:03.232 INFO E| Compiling hex v0.4.3
38462026-02-12T06:07:04.144Z[ host-package] Compiling progenitor-impl v0.8.0
38472026-02-12T06:07:04.743Z[ helios-setup] Feb 12 06:07:04.147 INFO E| Compiling fastrand v2.3.0
38482026-02-12T06:07:05.659Z[ helios-setup] Feb 12 06:07:05.149 INFO E| Compiling tempfile v3.23.0
38492026-02-12T06:07:06.114Z[ helios-setup] Feb 12 06:07:05.604 INFO E| Compiling iddqd v0.3.14
38502026-02-12T06:07:07.852Z[ host-package] Compiling hyper-staticfile v0.10.1
38512026-02-12T06:07:09.505Z[ helios-setup] Feb 12 06:07:08.996 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
38522026-02-12T06:07:11.999Z[ helios-setup] Feb 12 06:07:11.488 INFO E| Compiling object v0.30.4
38532026-02-12T06:07:12.172Z[ host-package] Compiling sled v0.34.7
38542026-02-12T06:07:13.833Z[ host-package] Compiling git2 v0.20.2
38552026-02-12T06:07:15.447Z[ host-package] Compiling hickory-client v0.25.2
38562026-02-12T06:07:15.728Z[ helios-setup] Feb 12 06:07:15.218 INFO E| Compiling zip v0.6.6
38572026-02-12T06:07:18.944Z[ helios-setup] Feb 12 06:07:18.433 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
38582026-02-12T06:07:19.941Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38592026-02-12T06:07:20.563Z[ helios-setup] Feb 12 06:07:20.052 INFO E| Compiling toml v0.7.8
38602026-02-12T06:07:21.574Z[ helios-setup] Feb 12 06:07:21.063 INFO E| Compiling smawk v0.3.2
38612026-02-12T06:07:22.583Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38622026-02-12T06:07:22.665Z[ helios-setup] Feb 12 06:07:22.154 INFO E| Compiling path-slash v0.1.5
38632026-02-12T06:07:23.680Z[ helios-setup] Feb 12 06:07:23.169 INFO E| Compiling unicode-linebreak v0.1.5
38642026-02-12T06:07:24.195Z[ helios-setup] Feb 12 06:07:23.684 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
38652026-02-12T06:07:25.648Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38662026-02-12T06:07:25.727Z[ helios-setup] Feb 12 06:07:25.216 INFO E| Compiling textwrap v0.16.2
38672026-02-12T06:07:27.064Z[ helios-setup] Feb 12 06:07:26.552 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
38682026-02-12T06:07:27.262Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38692026-02-12T06:07:28.599Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38702026-02-12T06:07:29.795Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38712026-02-12T06:07:32.580Z[ helios-setup] Feb 12 06:07:32.068 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
38722026-02-12T06:07:36.839Z[ helios-setup] Feb 12 06:07:36.326 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
38732026-02-12T06:07:42.996Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
38742026-02-12T06:07:45.012Z[ host-package] Compiling rand_seeder v0.4.0
38752026-02-12T06:07:45.812Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38762026-02-12T06:07:47.264Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
38772026-02-12T06:07:47.959Z[ host-package] Compiling lzma-sys v0.1.20
38782026-02-12T06:07:48.263Z[ host-package] Compiling corncobs v0.1.4
38792026-02-12T06:07:49.414Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38802026-02-12T06:07:49.528Z[ host-package] Compiling rustls v0.21.12
38812026-02-12T06:07:50.894Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38822026-02-12T06:07:51.175Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38832026-02-12T06:07:53.415Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38842026-02-12T06:07:54.051Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38852026-02-12T06:07:54.118Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38862026-02-12T06:08:03.510Z[ helios-setup] Feb 12 06:08:02.996 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
38872026-02-12T06:08:10.516Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38882026-02-12T06:08:16.847Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38892026-02-12T06:08:17.989Z[ helios-setup] Feb 12 06:08:17.473 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
38902026-02-12T06:08:21.171Z[ host-package] Compiling progenitor-macro v0.8.0
38912026-02-12T06:08:38.337Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
38922026-02-12T06:08:40.430Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38932026-02-12T06:08:44.799Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38942026-02-12T06:08:45.153Z[ helios-setup] Feb 12 06:08:44.635 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
38952026-02-12T06:08:49.998Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
38962026-02-12T06:08:53.380Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38972026-02-12T06:08:53.925Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38982026-02-12T06:08:54.414Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38992026-02-12T06:08:54.965Z[ host-package] Compiling progenitor-client v0.8.0
39002026-02-12T06:08:56.397Z[ host-package] Compiling rustls-webpki v0.101.7
39012026-02-12T06:09:00.693Z[ host-package] Compiling sct v0.7.1
39022026-02-12T06:09:01.777Z[ host-package] Compiling heck v0.3.3
39032026-02-12T06:09:01.853Z[ host-package] Compiling secrecy v0.8.0
39042026-02-12T06:09:02.710Z[ host-package] Compiling void v1.0.2
39052026-02-12T06:09:02.799Z[ host-package] Compiling zone_cfg_derive v0.1.2
39062026-02-12T06:09:03.368Z[ host-package] Compiling lzss v0.8.2
39072026-02-12T06:09:05.588Z[ host-package] Compiling progenitor v0.8.0
39082026-02-12T06:09:06.935Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
39092026-02-12T06:09:08.691Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39102026-02-12T06:09:11.464Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
39112026-02-12T06:09:13.743Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
39122026-02-12T06:09:19.874Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
39132026-02-12T06:09:22.360Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
39142026-02-12T06:09:23.091Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
39152026-02-12T06:09:37.436Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
39162026-02-12T06:09:38.213Z[ host-package] Compiling tungstenite v0.23.0
39172026-02-12T06:09:41.143Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
39182026-02-12T06:09:41.686Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
39192026-02-12T06:09:42.221Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
39202026-02-12T06:09:42.695Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
39212026-02-12T06:09:43.171Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
39222026-02-12T06:09:44.123Z[ host-package] Compiling nix v0.27.1
39232026-02-12T06:09:44.376Z[ host-package] Compiling serde_bytes v0.11.19
39242026-02-12T06:09:44.881Z[ host-package] Compiling number_prefix v0.4.0
39252026-02-12T06:09:45.249Z[ host-package] Compiling base64 v0.13.1
39262026-02-12T06:09:45.343Z[ host-package] Compiling indicatif v0.17.11
39272026-02-12T06:09:45.415Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
39282026-02-12T06:09:46.225Z[ host-package] Compiling ron v0.7.1
39292026-02-12T06:09:46.303Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
39302026-02-12T06:09:47.565Z[ helios-setup] Feb 12 06:09:47.041 INFO E| Finished `release` profile [optimized] target(s) in 7m 35s
39312026-02-12T06:09:47.569Z[ helios-setup] Feb 12 06:09:47.042 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
39322026-02-12T06:09:47.572Z[ helios-setup] Feb 12 06:09:47.045 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39332026-02-12T06:09:47.700Z[ helios-setup] Feb 12 06:09:47.175 INFO building project "pilot" ok (455 seconds)
39342026-02-12T06:09:47.704Z[ helios-setup] rm -f helios-build
39352026-02-12T06:09:47.704Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
39362026-02-12T06:09:47.716Z[ helios-setup]
39372026-02-12T06:09:47.720Z[ helios-setup] Setup complete! ./helios-build is now available.
39382026-02-12T06:09:47.720Z[ helios-setup]
39392026-02-12T06:09:47.724Z[ helios-setup]
39402026-02-12T06:09:47.724Z[ helios-setup] real 13:05.903832364
39412026-02-12T06:09:47.724Z[ helios-setup] user 33:25.023485319
39422026-02-12T06:09:47.724Z[ helios-setup] sys 2:50.335845202
39432026-02-12T06:09:47.724Z[ helios-setup] trap 2.053603611
39442026-02-12T06:09:47.724Z[ helios-setup] tflt 6.683806924
39452026-02-12T06:09:47.724Z[ helios-setup] dflt 14.978211937
39462026-02-12T06:09:47.724Z[ helios-setup] kflt 0.000598013
39472026-02-12T06:09:47.724Z[ helios-setup] lock 3:04:40.183758991
39482026-02-12T06:09:47.724Z[ helios-setup] slp 4:18:29.668341291
39492026-02-12T06:09:47.724Z[ helios-setup] lat 37:36.201265686
39502026-02-12T06:09:47.724Z[ helios-setup] stop 6:11.641992626
39512026-02-12T06:09:47.724ZFeb 12 06:09:47.198 INFO [helios-setup] process exited with exit status: 0 (785.907036697s)
39522026-02-12T06:09:47.724ZFeb 12 06:09:47.198 INFO [helios-record] running task
39532026-02-12T06:09:47.724ZFeb 12 06:09:47.199 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
39542026-02-12T06:09:47.729ZFeb 12 06:09:47.205 DEBG process exited with exit status: 0 (6.586076ms)
39552026-02-12T06:09:47.729ZFeb 12 06:09:47.205 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
39562026-02-12T06:09:47.735ZFeb 12 06:09:47.211 DEBG process exited with exit status: 0 (5.946399ms)
39572026-02-12T06:09:47.735ZFeb 12 06:09:47.211 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
39582026-02-12T06:09:47.741ZFeb 12 06:09:47.217 DEBG process exited with exit status: 0 (5.858674ms)
39592026-02-12T06:09:47.741ZFeb 12 06:09:47.217 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
39602026-02-12T06:09:47.746ZFeb 12 06:09:47.223 DEBG process exited with exit status: 0 (5.703995ms)
39612026-02-12T06:09:47.746ZFeb 12 06:09:47.223 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
39622026-02-12T06:09:47.752ZFeb 12 06:09:47.228 DEBG process exited with exit status: 0 (5.61749ms)
39632026-02-12T06:09:47.752ZFeb 12 06:09:47.228 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
39642026-02-12T06:09:47.757ZFeb 12 06:09:47.234 DEBG process exited with exit status: 0 (5.544165ms)
39652026-02-12T06:09:47.758ZFeb 12 06:09:47.234 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
39662026-02-12T06:09:47.763ZFeb 12 06:09:47.240 DEBG process exited with exit status: 0 (5.663948ms)
39672026-02-12T06:09:47.763ZFeb 12 06:09:47.240 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
39682026-02-12T06:09:47.769ZFeb 12 06:09:47.245 DEBG process exited with exit status: 0 (5.48494ms)
39692026-02-12T06:09:47.769ZFeb 12 06:09:47.245 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
39702026-02-12T06:09:47.774ZFeb 12 06:09:47.251 DEBG process exited with exit status: 0 (5.495849ms)
39712026-02-12T06:09:47.777ZFeb 12 06:09:47.251 INFO [helios-record] task succeeded (52.992904ms)
39722026-02-12T06:09:47.906Z[ host-package] Compiling tokio-tungstenite v0.23.1
39732026-02-12T06:09:48.594Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
39742026-02-12T06:09:51.359Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
39752026-02-12T06:09:52.128Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
39762026-02-12T06:09:53.675Z[ host-package] Compiling xz2 v0.1.7
39772026-02-12T06:09:54.347Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
39782026-02-12T06:10:04.710Z[ host-package] Compiling tokio-rustls v0.24.1
39792026-02-12T06:10:05.375Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
39802026-02-12T06:10:05.695Z[ host-package] Compiling zone v0.1.8
39812026-02-12T06:10:08.940Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
39822026-02-12T06:10:09.157Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39832026-02-12T06:10:21.285Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
39842026-02-12T06:10:22.910Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
39852026-02-12T06:10:34.755Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
39862026-02-12T06:10:35.834Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39872026-02-12T06:10:37.727Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39882026-02-12T06:10:38.313Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
39892026-02-12T06:10:47.918Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
39902026-02-12T06:10:49.396Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
39912026-02-12T06:10:52.782Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
39922026-02-12T06:10:56.771Z[ host-package] Compiling rustls-pemfile v1.0.4
39932026-02-12T06:10:57.716Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
39942026-02-12T06:11:00.797Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
39952026-02-12T06:11:01.030Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
39962026-02-12T06:11:01.207Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39972026-02-12T06:11:01.734Z[ host-package] Compiling signal-hook-tokio v0.3.1
39982026-02-12T06:11:02.045Z[ host-package] Compiling twox-hash v2.1.0
39992026-02-12T06:11:02.958Z[ host-package] Compiling yasna v0.5.2
40002026-02-12T06:11:03.116Z[ host-package] Compiling is_ci v1.2.0
40012026-02-12T06:11:03.495Z[ host-package] Compiling supports-color v3.0.2
40022026-02-12T06:11:06.362Z[ host-package] Compiling rcgen v0.12.1
40032026-02-12T06:11:07.206Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
40042026-02-12T06:11:15.116Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
40052026-02-12T06:11:17.911Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
40062026-02-12T06:11:22.062Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40072026-02-12T06:11:29.421Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
40082026-02-12T06:11:50.076Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
40092026-02-12T06:12:00.741Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40102026-02-12T06:12:01.542Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40112026-02-12T06:12:02.026Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40122026-02-12T06:12:11.696Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40132026-02-12T06:12:19.624Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
40142026-02-12T06:12:20.033Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
40152026-02-12T06:12:20.450Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
40162026-02-12T06:12:20.750Z[ host-package] Compiling fatfs v0.3.6
40172026-02-12T06:12:20.834Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
40182026-02-12T06:12:21.131Z[ host-package] Compiling rtoolbox v0.0.2
40192026-02-12T06:12:21.650Z[ host-package] Compiling subprocess v0.2.9
40202026-02-12T06:12:23.593Z[ host-package] Compiling assert_matches v1.5.0
40212026-02-12T06:12:23.778Z[ host-package] Compiling seq-macro v0.3.6
40222026-02-12T06:12:24.798Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40232026-02-12T06:12:30.043Z[ host-package] Compiling rpassword v7.4.0
40242026-02-12T06:12:30.699Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40252026-02-12T06:12:36.156Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40262026-02-12T06:12:41.689Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
40272026-02-12T06:12:41.920Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40282026-02-12T06:13:03.989Z[ host-package] Compiling tui-tree-widget v0.23.1
40292026-02-12T06:13:04.543Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40302026-02-12T06:13:09.650Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
40312026-02-12T06:13:10.587Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40322026-02-12T06:13:15.031Z[ host-package] Compiling uzers v0.12.1
40332026-02-12T06:13:16.531Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
40342026-02-12T06:13:18.375Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
40352026-02-12T06:13:32.358Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
40362026-02-12T06:13:51.704Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40372026-02-12T06:13:59.924Z[ host-package] Compiling support-bundle-viewer v0.1.2
40382026-02-12T06:14:00.415Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40392026-02-12T06:14:01.116Z[ host-package] Compiling multimap v0.10.1
40402026-02-12T06:16:13.436Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
40412026-02-12T06:26:52.410Z[ host-package] Finished `release` profile [optimized] target(s) in 28m 27s
40422026-02-12T06:27:50.123ZFeb 12 06:27:49.495 INFO [host-package] process exited with exit status: 0 (1765.785788081s)
40432026-02-12T06:27:50.124ZFeb 12 06:27:49.495 INFO [host-stamp] running task
40442026-02-12T06:27:50.136ZFeb 12 06:27:49.496 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 18.0.0-0.ci+git1c3e4bac8a9
40452026-02-12T06:27:50.136ZFeb 12 06:27:49.496 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
40462026-02-12T06:27:50.136ZFeb 12 06:27:49.496 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 18.0.0-0.ci+git1c3e4bac8a9
40472026-02-12T06:27:50.136ZFeb 12 06:27:49.497 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 18.0.0-0.ci+git1c3e4bac8a9
40482026-02-12T06:27:50.136ZFeb 12 06:27:49.497 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 18.0.0-0.ci+git1c3e4bac8a9
40492026-02-12T06:27:50.136ZFeb 12 06:27:49.497 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 18.0.0-0.ci+git1c3e4bac8a9
40502026-02-12T06:27:50.137ZFeb 12 06:27:49.497 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 18.0.0-0.ci+git1c3e4bac8a9
40512026-02-12T06:27:50.137ZFeb 12 06:27:49.499 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 18.0.0-0.ci+git1c3e4bac8a9
40522026-02-12T06:27:50.137ZFeb 12 06:27:49.499 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 18.0.0-0.ci+git1c3e4bac8a9
40532026-02-12T06:27:50.142Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
40542026-02-12T06:27:50.142Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
40552026-02-12T06:27:50.142Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
40562026-02-12T06:27:50.142Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
40572026-02-12T06:27:50.142Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
40582026-02-12T06:27:50.142Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
40592026-02-12T06:27:50.142Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
40602026-02-12T06:27:50.142Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
40612026-02-12T06:27:50.142Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
40622026-02-12T06:27:50.142Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
40632026-02-12T06:27:50.142ZFeb 12 06:27:49.519 INFO [stamp-overlay] process exited with exit status: 0 (22.739886ms)
40642026-02-12T06:27:50.154Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
40652026-02-12T06:27:50.160ZFeb 12 06:27:49.539 INFO [stamp-oxlog] process exited with exit status: 0 (43.234182ms)
40662026-02-12T06:27:50.207Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
40672026-02-12T06:27:50.213ZFeb 12 06:27:49.593 INFO [stamp-crucible-utils] process exited with exit status: 0 (95.288599ms)
40682026-02-12T06:27:50.241Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
40692026-02-12T06:27:50.245ZFeb 12 06:27:49.626 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (128.989574ms)
40702026-02-12T06:27:50.420Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
40712026-02-12T06:27:50.423ZFeb 12 06:27:49.802 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (304.044229ms)
40722026-02-12T06:27:50.739Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
40732026-02-12T06:27:50.743ZFeb 12 06:27:50.123 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (625.642242ms)
40742026-02-12T06:27:51.533Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
40752026-02-12T06:27:51.538ZFeb 12 06:27:50.917 INFO [stamp-propolis-server] process exited with exit status: 0 (1.421724231s)
40762026-02-12T06:27:51.752Z[recovery-package] Compiling newtype-uuid v1.3.2
40772026-02-12T06:27:52.051Z[recovery-package] Compiling daft v0.1.4
40782026-02-12T06:27:52.362Z[recovery-package] Compiling iddqd v0.3.16
40792026-02-12T06:27:53.840Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
40802026-02-12T06:27:54.174Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
40812026-02-12T06:27:54.174Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
40822026-02-12T06:27:54.179Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
40832026-02-12T06:27:54.228Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
40842026-02-12T06:27:54.912Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
40852026-02-12T06:27:58.724Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
40862026-02-12T06:27:58.730ZFeb 12 06:27:58.107 INFO [stamp-switch-asic] process exited with exit status: 0 (8.609546889s)
40872026-02-12T06:27:58.730ZFeb 12 06:27:58.107 INFO [host-stamp] task succeeded (8.611858612s)
40882026-02-12T06:27:58.730ZFeb 12 06:27:58.107 INFO [host-proto] running task
40892026-02-12T06:27:59.299ZFeb 12 06:27:58.679 INFO [host-proto] task succeeded (572.365958ms)
40902026-02-12T06:27:59.299ZFeb 12 06:27:58.679 INFO [host-profile] running task
40912026-02-12T06:27:59.304ZFeb 12 06:27:58.680 INFO [host-profile] task succeeded (299.579µs)
40922026-02-12T06:27:59.305ZFeb 12 06:27:58.680 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/.tmpVN4njM/proto/host/root -N 'ci 1c3e4ba/${os_short_commit} 2026-02-12 05:56' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@18.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
40932026-02-12T06:27:59.309Z[ host-image] Feb 12 06:27:58.689 INFO Checking files for board 'cosmo'
40942026-02-12T06:27:59.309Z[ host-image] Feb 12 06:27:58.689 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40952026-02-12T06:27:59.309Z[ host-image] Feb 12 06:27:58.689 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
40962026-02-12T06:27:59.314Z[ host-image] Feb 12 06:27:58.689 INFO Checking files for board 'cosmo-mbist'
40972026-02-12T06:27:59.314Z[ host-image] Feb 12 06:27:58.689 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
40982026-02-12T06:27:59.314Z[ host-image] Feb 12 06:27:58.689 INFO Checking files for board 'cosmo-mbist-noaggr'
40992026-02-12T06:27:59.314Z[ host-image] Feb 12 06:27:58.689 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
41002026-02-12T06:27:59.314Z[ host-image] Feb 12 06:27:58.689 INFO Checking files for board 'gimlet'
41012026-02-12T06:27:59.314Z[ host-image] Feb 12 06:27:58.689 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
41022026-02-12T06:27:59.314Z[ host-image] Feb 12 06:27:58.689 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
41032026-02-12T06:27:59.324Z[ host-image] Feb 12 06:27:58.704 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpVN4njM/proto/host/root"
41042026-02-12T06:27:59.324Z[ host-image] Feb 12 06:27:58.704 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
41052026-02-12T06:27:59.328Z[ host-image] Feb 12 06:27:58.704 INFO image builder template: ramdisk-01-os...
41062026-02-12T06:27:59.328Z[ host-image] Feb 12 06:27:58.704 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/.tmpVN4njM/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@18.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
41072026-02-12T06:27:59.341Z[ host-image] Feb 12 06:27:58.721 INFO O| Feb 12 06:27:58.721 INFO CREATE DATASET: rpool/images/build/host/output
41082026-02-12T06:27:59.768Z[ host-image] Feb 12 06:27:59.148 INFO O| Feb 12 06:27:59.148 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
41092026-02-12T06:27:59.773Z[ host-image] Feb 12 06:27:59.153 INFO O| Feb 12 06:27:59.153 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
41102026-02-12T06:28:00.072Z[ host-image] Feb 12 06:27:59.451 INFO O| Feb 12 06:27:59.451 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
41112026-02-12T06:28:00.144Z[ host-image] Feb 12 06:27:59.523 INFO O| Feb 12 06:27:59.523 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
41122026-02-12T06:28:00.144Z[ host-image] Feb 12 06:27:59.523 INFO O| Feb 12 06:27:59.523 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
41132026-02-12T06:28:00.149Z[ host-image] Feb 12 06:27:59.523 INFO O| Feb 12 06:27:59.523 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
41142026-02-12T06:28:00.149Z[ host-image] Feb 12 06:27:59.523 INFO O| Feb 12 06:27:59.523 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
41152026-02-12T06:28:00.152Z[ host-image] Feb 12 06:27:59.529 INFO O| Feb 12 06:27:59.529 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
41162026-02-12T06:28:00.382Z[ host-image] Feb 12 06:27:59.760 INFO O| Feb 12 06:27:59.760 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41172026-02-12T06:28:00.391Z[ host-image] Feb 12 06:27:59.770 INFO O| Feb 12 06:27:59.770 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
41182026-02-12T06:28:00.772Z[ host-image] Feb 12 06:28:00.152 INFO O| Feb 12 06:28:00.152 INFO O| Caching catalogs ... Done
41192026-02-12T06:28:00.855Z[ host-image] Feb 12 06:28:00.234 INFO O| Feb 12 06:28:00.234 INFO STEP 0 (pkg_image_create) COMPLETE
41202026-02-12T06:28:00.859Z[ host-image] Feb 12 06:28:00.234 INFO O| Feb 12 06:28:00.234 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41212026-02-12T06:28:00.862Z[ host-image] Feb 12 06:28:00.242 INFO O| Feb 12 06:28:00.242 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"]
41222026-02-12T06:28:01.199Z[ host-image] Feb 12 06:28:00.579 INFO O| Feb 12 06:28:00.579 INFO STEP 1 (pkg_set_publisher) COMPLETE
41232026-02-12T06:28:01.199Z[ host-image] Feb 12 06:28:00.579 INFO O| Feb 12 06:28:00.579 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41242026-02-12T06:28:01.202Z[ host-image] Feb 12 06:28:00.579 INFO O| Feb 12 06:28:00.579 INFO skip step because feature "publisher_1_name" is not enabled
41252026-02-12T06:28:01.202Z[ host-image] Feb 12 06:28:00.579 INFO O| Feb 12 06:28:00.579 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41262026-02-12T06:28:01.202Z[ host-image] Feb 12 06:28:00.579 INFO O| Feb 12 06:28:00.579 INFO skip step because feature "publisher_2_name" is not enabled
41272026-02-12T06:28:01.202Z[ host-image] Feb 12 06:28:00.579 INFO O| Feb 12 06:28:00.579 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41282026-02-12T06:28:01.202Z[ host-image] Feb 12 06:28:00.579 INFO O| Feb 12 06:28:00.579 INFO skip step because feature "publisher_3_name" is not enabled
41292026-02-12T06:28:01.202Z[ host-image] Feb 12 06:28:00.579 INFO O| Feb 12 06:28:00.579 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41302026-02-12T06:28:01.545Z[ host-image] Feb 12 06:28:00.924 INFO O| Feb 12 06:28:00.924 INFO variant opensolaris.zone is already global
41312026-02-12T06:28:01.546Z[ host-image] Feb 12 06:28:00.924 INFO O| Feb 12 06:28:00.924 INFO STEP 5 (pkg_change_variant) COMPLETE
41322026-02-12T06:28:01.551Z[ host-image] Feb 12 06:28:00.924 INFO O| Feb 12 06:28:00.924 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41332026-02-12T06:28:01.891Z[ host-image] Feb 12 06:28:01.265 INFO O| Feb 12 06:28:01.265 INFO variant opensolaris.imagetype is full; changing to partial
41342026-02-12T06:28:01.891Z[ host-image] Feb 12 06:28:01.265 INFO O| Feb 12 06:28:01.265 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41352026-02-12T06:28:05.146Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
41362026-02-12T06:28:05.146Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
41372026-02-12T06:28:05.150Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
41382026-02-12T06:28:05.150Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
41392026-02-12T06:28:16.077Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41402026-02-12T06:28:16.099Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
41412026-02-12T06:28:16.099Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
41422026-02-12T06:28:16.099Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
41432026-02-12T06:28:17.268Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
41442026-02-12T06:28:18.699Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
41452026-02-12T06:28:35.923Z[ host-image] Feb 12 06:28:35.299 INFO O| Feb 12 06:28:35.299 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41462026-02-12T06:28:42.516Z[recovery-package] Finished `release` profile [optimized] target(s) in 52.06s
41472026-02-12T06:28:44.358ZFeb 12 06:28:43.734 INFO [recovery-package] process exited with exit status: 0 (54.238175294s)
41482026-02-12T06:28:44.358ZFeb 12 06:28:43.734 INFO [recovery-stamp] running task
41492026-02-12T06:28:44.363ZFeb 12 06:28:43.734 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
41502026-02-12T06:28:44.363ZFeb 12 06:28:43.734 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 18.0.0-0.ci+git1c3e4bac8a9
41512026-02-12T06:28:44.363ZFeb 12 06:28:43.735 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 18.0.0-0.ci+git1c3e4bac8a9
41522026-02-12T06:28:44.369Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
41532026-02-12T06:28:44.372Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
41542026-02-12T06:28:44.475Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
41552026-02-12T06:28:44.479ZFeb 12 06:28:43.856 INFO [stamp-installinator] process exited with exit status: 0 (120.862591ms)
41562026-02-12T06:28:44.526Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
41572026-02-12T06:28:44.530ZFeb 12 06:28:43.906 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (171.815953ms)
41582026-02-12T06:28:44.530ZFeb 12 06:28:43.906 INFO [recovery-stamp] task succeeded (172.14607ms)
41592026-02-12T06:28:44.530ZFeb 12 06:28:43.906 INFO [recovery-proto] running task
41602026-02-12T06:28:44.530ZFeb 12 06:28:43.906 INFO [tuf-stamp] running task
41612026-02-12T06:28:44.533ZFeb 12 06:28:43.907 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 18.0.0-0.ci+git1c3e4bac8a9
41622026-02-12T06:28:44.533ZFeb 12 06:28:43.907 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 18.0.0-0.ci+git1c3e4bac8a9
41632026-02-12T06:28:44.533ZFeb 12 06:28:43.907 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 18.0.0-0.ci+git1c3e4bac8a9
41642026-02-12T06:28:44.533ZFeb 12 06:28:43.908 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 18.0.0-0.ci+git1c3e4bac8a9
41652026-02-12T06:28:44.537ZFeb 12 06:28:43.910 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 18.0.0-0.ci+git1c3e4bac8a9
41662026-02-12T06:28:44.537ZFeb 12 06:28:43.910 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 18.0.0-0.ci+git1c3e4bac8a9
41672026-02-12T06:28:44.537ZFeb 12 06:28:43.910 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 18.0.0-0.ci+git1c3e4bac8a9
41682026-02-12T06:28:44.537ZFeb 12 06:28:43.911 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 18.0.0-0.ci+git1c3e4bac8a9
41692026-02-12T06:28:44.537ZFeb 12 06:28:43.911 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 18.0.0-0.ci+git1c3e4bac8a9
41702026-02-12T06:28:44.537ZFeb 12 06:28:43.912 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 18.0.0-0.ci+git1c3e4bac8a9
41712026-02-12T06:28:44.540ZFeb 12 06:28:43.914 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 18.0.0-0.ci+git1c3e4bac8a9
41722026-02-12T06:28:44.540ZFeb 12 06:28:43.915 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 18.0.0-0.ci+git1c3e4bac8a9
41732026-02-12T06:28:44.547Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
41742026-02-12T06:28:44.552Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
41752026-02-12T06:28:44.555Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
41762026-02-12T06:28:44.555Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
41772026-02-12T06:28:44.555Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
41782026-02-12T06:28:44.555Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
41792026-02-12T06:28:44.555Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
41802026-02-12T06:28:44.558Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
41812026-02-12T06:28:44.559Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
41822026-02-12T06:28:44.567Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
41832026-02-12T06:28:44.571Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
41842026-02-12T06:28:44.571Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
41852026-02-12T06:28:44.670Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
41862026-02-12T06:28:44.688ZFeb 12 06:28:44.064 INFO [recovery-proto] task succeeded (157.549316ms)
41872026-02-12T06:28:44.691ZFeb 12 06:28:44.064 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/.tmpVN4njM/proto/recovery/root -N 'recovery 1c3e4ba/${os_short_commit} 2026-02-12 05:56' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@18.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
41882026-02-12T06:28:44.699Z[ recovery-image] Feb 12 06:28:44.074 INFO Checking files for board 'cosmo-mbist-noaggr'
41892026-02-12T06:28:44.699Z[ recovery-image] Feb 12 06:28:44.074 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
41902026-02-12T06:28:44.699Z[ recovery-image] Feb 12 06:28:44.074 INFO Checking files for board 'cosmo-mbist'
41912026-02-12T06:28:44.703Z[ recovery-image] Feb 12 06:28:44.074 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
41922026-02-12T06:28:44.703ZFeb 12 06:28:44.077 INFO [stamp-probe] process exited with exit status: 0 (170.463505ms)
41932026-02-12T06:28:44.703Z[ recovery-image] Feb 12 06:28:44.074 INFO Checking files for board 'gimlet'
41942026-02-12T06:28:44.703Z[ recovery-image] Feb 12 06:28:44.074 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
41952026-02-12T06:28:44.703Z[ recovery-image] Feb 12 06:28:44.074 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
41962026-02-12T06:28:44.703Z[ recovery-image] Feb 12 06:28:44.074 INFO Checking files for board 'cosmo'
41972026-02-12T06:28:44.703Z[ recovery-image] Feb 12 06:28:44.074 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
41982026-02-12T06:28:44.703Z[ recovery-image] Feb 12 06:28:44.074 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
41992026-02-12T06:28:44.712Z[ recovery-image] Feb 12 06:28:44.089 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpVN4njM/proto/recovery/root"
42002026-02-12T06:28:44.713Z[ recovery-image] Feb 12 06:28:44.089 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
42012026-02-12T06:28:44.713Z[ recovery-image] Feb 12 06:28:44.089 INFO image builder template: ramdisk-01-os...
42022026-02-12T06:28:44.716Z[ recovery-image] Feb 12 06:28:44.089 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/.tmpVN4njM/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@18.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
42032026-02-12T06:28:44.745Z[ recovery-image] Feb 12 06:28:44.121 INFO O| Feb 12 06:28:44.121 INFO CREATE DATASET: rpool/images/build/recovery/output
42042026-02-12T06:28:45.222Z[ recovery-image] Feb 12 06:28:44.598 INFO O| Feb 12 06:28:44.597 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
42052026-02-12T06:28:45.229Z[ recovery-image] Feb 12 06:28:44.604 INFO O| Feb 12 06:28:44.604 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
42062026-02-12T06:28:45.682Z[ recovery-image] Feb 12 06:28:45.057 INFO O| Feb 12 06:28:45.057 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
42072026-02-12T06:28:45.782Z[ recovery-image] Feb 12 06:28:45.158 INFO O| Feb 12 06:28:45.158 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
42082026-02-12T06:28:45.782Z[ recovery-image] Feb 12 06:28:45.158 INFO O| Feb 12 06:28:45.158 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
42092026-02-12T06:28:45.785Z[ recovery-image] Feb 12 06:28:45.158 INFO O| Feb 12 06:28:45.158 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
42102026-02-12T06:28:45.785Z[ recovery-image] Feb 12 06:28:45.158 INFO O| Feb 12 06:28:45.158 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
42112026-02-12T06:28:45.792Z[ recovery-image] Feb 12 06:28:45.168 INFO O| Feb 12 06:28:45.168 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
42122026-02-12T06:28:46.035Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
42132026-02-12T06:28:46.040ZFeb 12 06:28:45.416 INFO [stamp-ntp] process exited with exit status: 0 (1.507666751s)
42142026-02-12T06:28:46.126Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
42152026-02-12T06:28:46.226Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
42162026-02-12T06:28:46.292Z[ recovery-image] Feb 12 06:28:45.667 INFO O| Feb 12 06:28:45.667 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42172026-02-12T06:28:46.303Z[ recovery-image] Feb 12 06:28:45.679 INFO O| Feb 12 06:28:45.679 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
42182026-02-12T06:28:46.344Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
42192026-02-12T06:28:46.407ZFeb 12 06:28:45.783 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.867334374s)
42202026-02-12T06:28:46.753Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
42212026-02-12T06:28:46.760ZFeb 12 06:28:46.134 INFO [stamp-external-dns] process exited with exit status: 0 (2.226177925s)
42222026-02-12T06:28:46.824Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
42232026-02-12T06:28:46.829ZFeb 12 06:28:46.206 INFO [stamp-internal-dns] process exited with exit status: 0 (2.298126928s)
42242026-02-12T06:28:46.944Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
42252026-02-12T06:28:46.973ZFeb 12 06:28:46.349 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.434335675s)
42262026-02-12T06:28:47.210Z[ recovery-image] Feb 12 06:28:46.586 INFO O| Feb 12 06:28:46.586 INFO O| Caching catalogs ... Done
42272026-02-12T06:28:47.258Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
42282026-02-12T06:28:47.293ZFeb 12 06:28:46.668 INFO [stamp-oximeter] process exited with exit status: 0 (2.757185305s)
42292026-02-12T06:28:47.340Z[ recovery-image] Feb 12 06:28:46.716 INFO O| Feb 12 06:28:46.716 INFO STEP 0 (pkg_image_create) COMPLETE
42302026-02-12T06:28:47.340Z[ recovery-image] Feb 12 06:28:46.716 INFO O| Feb 12 06:28:46.716 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42312026-02-12T06:28:47.354Z[ recovery-image] Feb 12 06:28:46.730 INFO O| Feb 12 06:28:46.730 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"]
42322026-02-12T06:28:47.876Z[ recovery-image] Feb 12 06:28:47.251 INFO O| Feb 12 06:28:47.251 INFO STEP 1 (pkg_set_publisher) COMPLETE
42332026-02-12T06:28:47.876Z[ recovery-image] Feb 12 06:28:47.251 INFO O| Feb 12 06:28:47.251 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42342026-02-12T06:28:47.876Z[ recovery-image] Feb 12 06:28:47.251 INFO O| Feb 12 06:28:47.251 INFO skip step because feature "publisher_1_name" is not enabled
42352026-02-12T06:28:47.876Z[ recovery-image] Feb 12 06:28:47.251 INFO O| Feb 12 06:28:47.251 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42362026-02-12T06:28:47.876Z[ recovery-image] Feb 12 06:28:47.251 INFO O| Feb 12 06:28:47.251 INFO skip step because feature "publisher_2_name" is not enabled
42372026-02-12T06:28:47.879Z[ recovery-image] Feb 12 06:28:47.251 INFO O| Feb 12 06:28:47.251 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42382026-02-12T06:28:47.879Z[ recovery-image] Feb 12 06:28:47.251 INFO O| Feb 12 06:28:47.251 INFO skip step because feature "publisher_3_name" is not enabled
42392026-02-12T06:28:47.879Z[ recovery-image] Feb 12 06:28:47.251 INFO O| Feb 12 06:28:47.251 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42402026-02-12T06:28:48.366Z[ recovery-image] Feb 12 06:28:47.741 INFO O| Feb 12 06:28:47.741 INFO variant opensolaris.zone is already global
42412026-02-12T06:28:48.366Z[ recovery-image] Feb 12 06:28:47.741 INFO O| Feb 12 06:28:47.741 INFO STEP 5 (pkg_change_variant) COMPLETE
42422026-02-12T06:28:48.370Z[ recovery-image] Feb 12 06:28:47.741 INFO O| Feb 12 06:28:47.741 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42432026-02-12T06:28:48.790Z[ recovery-image] Feb 12 06:28:48.166 INFO O| Feb 12 06:28:48.166 INFO variant opensolaris.imagetype is full; changing to partial
42442026-02-12T06:28:48.791Z[ recovery-image] Feb 12 06:28:48.166 INFO O| Feb 12 06:28:48.166 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42452026-02-12T06:28:50.224Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
42462026-02-12T06:28:50.229ZFeb 12 06:28:49.605 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.694925832s)
42472026-02-12T06:28:51.557Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
42482026-02-12T06:28:51.562ZFeb 12 06:28:50.937 INFO [stamp-nexus] process exited with exit status: 0 (7.027326s)
42492026-02-12T06:28:52.011Z[ host-image] Feb 12 06:28:51.387 INFO O| Feb 12 06:28:51.387 INFO O| Startup: Caching catalogs ... Done
42502026-02-12T06:28:52.130Z[ host-image] Feb 12 06:28:51.505 INFO O| Feb 12 06:28:51.505 INFO O| Planning: Planning completed in 0.00 seconds
42512026-02-12T06:28:52.133Z[ host-image] Feb 12 06:28:51.505 INFO O| Feb 12 06:28:51.505 INFO O| Planning: Consolidating action changes ... Done
42522026-02-12T06:28:52.133Z[ host-image] Feb 12 06:28:51.505 INFO O| Feb 12 06:28:51.505 INFO O| Planning: Evaluating mediators ... Done
42532026-02-12T06:28:52.133Z[ host-image] Feb 12 06:28:51.506 INFO O| Feb 12 06:28:51.506 INFO O| Planning: Planning completed in 0.00 seconds
42542026-02-12T06:28:52.133Z[ host-image] Feb 12 06:28:51.506 INFO O| Feb 12 06:28:51.506 INFO O| Variants/Facets to change: 1
42552026-02-12T06:28:53.526Z[ host-image] Feb 12 06:28:52.901 INFO O| Feb 12 06:28:52.901 INFO O| Done
42562026-02-12T06:28:53.526Z[ host-image] Feb 12 06:28:52.901 INFO O| Feb 12 06:28:52.901 INFO O| Done
42572026-02-12T06:28:53.835Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
42582026-02-12T06:28:53.839ZFeb 12 06:28:53.214 INFO [stamp-clickhouse_server] process exited with exit status: 0 (9.302406915s)
42592026-02-12T06:28:53.871Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
42602026-02-12T06:28:53.875ZFeb 12 06:28:53.250 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (9.342731473s)
42612026-02-12T06:28:53.937Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
42622026-02-12T06:28:53.941ZFeb 12 06:28:53.316 INFO [stamp-clickhouse] process exited with exit status: 0 (9.40915186s)
42632026-02-12T06:28:53.941ZFeb 12 06:28:53.316 INFO [tuf-stamp] task succeeded (9.410159262s)
42642026-02-12T06:28:54.295Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
42652026-02-12T06:28:54.514Z[verify-libraries] Compiling cfg_aliases v0.1.1
42662026-02-12T06:28:54.517Z[verify-libraries] Compiling home v0.5.9
42672026-02-12T06:28:54.562Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
42682026-02-12T06:28:54.566Z[verify-libraries] Compiling sqlparser_derive v0.2.2
42692026-02-12T06:28:54.566Z[verify-libraries] Compiling unicode_categories v0.1.1
42702026-02-12T06:28:54.658Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42712026-02-12T06:28:54.662Z[verify-libraries] Compiling polyval v0.6.2
42722026-02-12T06:28:54.780Z[verify-libraries] Compiling nix v0.28.0
42732026-02-12T06:28:54.841Z[verify-libraries] Compiling ctr v0.9.2
42742026-02-12T06:28:54.968Z[ host-image] Feb 12 06:28:54.343 INFO O| Feb 12 06:28:54.343 INFO O| Done
42752026-02-12T06:28:55.037Z[verify-libraries] Compiling sqlformat v0.3.5
42762026-02-12T06:28:55.159Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42772026-02-12T06:28:55.164Z[ host-image] Feb 12 06:28:54.539 INFO O| Feb 12 06:28:54.539 INFO O| Done
42782026-02-12T06:28:55.167Z[ host-image] Feb 12 06:28:54.541 INFO O| Feb 12 06:28:54.541 INFO O| Done
42792026-02-12T06:28:55.167Z[ host-image] Feb 12 06:28:54.541 INFO O| Feb 12 06:28:54.541 INFO O| Done
42802026-02-12T06:28:55.170Z[ host-image] Feb 12 06:28:54.543 INFO O| Feb 12 06:28:54.543 INFO O| Done
42812026-02-12T06:28:55.453Z[verify-libraries] Compiling ghash v0.5.1
42822026-02-12T06:28:55.568Z[verify-libraries] Compiling ssh-encoding v0.2.0
42832026-02-12T06:28:55.729Z[verify-libraries] Compiling sqlparser v0.45.0
42842026-02-12T06:28:55.761Z[verify-libraries] Compiling aes-gcm v0.10.3
42852026-02-12T06:28:55.879Z[verify-libraries] Compiling blowfish v0.9.1
42862026-02-12T06:28:56.223Z[verify-libraries] Compiling ssh-cipher v0.2.0
42872026-02-12T06:28:56.668Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
42882026-02-12T06:28:57.128Z[ host-image] Feb 12 06:28:56.503 INFO O| Feb 12 06:28:56.503 INFO STEP 6 (pkg_change_variant) COMPLETE
42892026-02-12T06:28:57.128Z[ host-image] Feb 12 06:28:56.503 INFO O| Feb 12 06:28:56.503 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42902026-02-12T06:28:57.128Z[ host-image] Feb 12 06:28:56.503 INFO O| Feb 12 06:28:56.503 INFO skip step because feature "debug_variant" is not enabled
42912026-02-12T06:28:57.133Z[ host-image] Feb 12 06:28:56.503 INFO O| Feb 12 06:28:56.503 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42922026-02-12T06:28:57.216Z[verify-libraries] Compiling password-hash v0.4.2
42932026-02-12T06:28:57.688Z[verify-libraries] Compiling petname v2.0.2
42942026-02-12T06:28:57.855Z[ host-image] Feb 12 06:28:57.230 INFO O| Feb 12 06:28:57.230 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42952026-02-12T06:28:57.949Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
42962026-02-12T06:28:58.886Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
42972026-02-12T06:28:59.617Z[verify-libraries] Compiling rustyline v14.0.0
42982026-02-12T06:29:00.283Z[verify-libraries] Compiling pbkdf2 v0.11.0
42992026-02-12T06:29:01.030Z[verify-libraries] Compiling ssh-key v0.6.6
43002026-02-12T06:29:01.035Z[verify-libraries] Compiling p521 v0.13.3
43012026-02-12T06:29:02.290Z[verify-libraries] Compiling p256 v0.13.2
43022026-02-12T06:29:05.180Z[verify-libraries] Compiling russh-cryptovec v0.7.3
43032026-02-12T06:29:05.348Z[verify-libraries] Compiling md5 v0.7.0
43042026-02-12T06:29:06.004Z[verify-libraries] Compiling russh-keys v0.45.0
43052026-02-12T06:29:07.103Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
43062026-02-12T06:29:07.717Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
43072026-02-12T06:29:08.323Z[verify-libraries] Compiling num-bigint v0.4.6
43082026-02-12T06:29:12.444Z[verify-libraries] Compiling des v0.8.1
43092026-02-12T06:29:13.613Z[verify-libraries] Compiling sapling-renderdag v0.1.0
43102026-02-12T06:29:13.769Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43112026-02-12T06:29:14.830Z[verify-libraries] Compiling sync-ptr v0.1.4
43122026-02-12T06:29:14.888Z[verify-libraries] Compiling hex-literal v0.4.1
43132026-02-12T06:29:15.234Z[verify-libraries] Compiling russh v0.45.0
43142026-02-12T06:29:15.300Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43152026-02-12T06:29:18.586Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
43162026-02-12T06:29:20.281Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
43172026-02-12T06:29:25.955Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
43182026-02-12T06:29:30.854Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
43192026-02-12T06:29:35.905Z[ recovery-image] Feb 12 06:29:35.272 INFO O| Feb 12 06:29:35.272 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43202026-02-12T06:29:42.426Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
43212026-02-12T06:29:51.574Z[ host-image] Feb 12 06:29:50.943 INFO O| Feb 12 06:29:50.943 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43222026-02-12T06:29:56.042Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
43232026-02-12T06:29:59.894Z[ recovery-image] Feb 12 06:29:59.263 INFO O| Feb 12 06:29:59.263 INFO O| Startup: Caching catalogs ... Done
43242026-02-12T06:30:00.054Z[ recovery-image] Feb 12 06:29:59.421 INFO O| Feb 12 06:29:59.421 INFO O| Planning: Planning completed in 0.00 seconds
43252026-02-12T06:30:00.057Z[ recovery-image] Feb 12 06:29:59.421 INFO O| Feb 12 06:29:59.421 INFO O| Planning: Consolidating action changes ... Done
43262026-02-12T06:30:00.057Z[ recovery-image] Feb 12 06:29:59.422 INFO O| Feb 12 06:29:59.421 INFO O| Planning: Evaluating mediators ... Done
43272026-02-12T06:30:00.057Z[ recovery-image] Feb 12 06:29:59.422 INFO O| Feb 12 06:29:59.422 INFO O| Planning: Planning completed in 0.00 seconds
43282026-02-12T06:30:00.057Z[ recovery-image] Feb 12 06:29:59.422 INFO O| Feb 12 06:29:59.422 INFO O| Variants/Facets to change: 1
43292026-02-12T06:30:00.119Z[ recovery-image] Feb 12 06:29:59.488 INFO O| Feb 12 06:29:59.488 INFO O| Done
43302026-02-12T06:30:00.122Z[ recovery-image] Feb 12 06:29:59.488 INFO O| Feb 12 06:29:59.488 INFO O| Done
43312026-02-12T06:30:02.491Z[ recovery-image] Feb 12 06:30:01.860 INFO O| Feb 12 06:30:01.860 INFO O| Done
43322026-02-12T06:30:02.702Z[ recovery-image] Feb 12 06:30:02.070 INFO O| Feb 12 06:30:02.070 INFO O| Done
43332026-02-12T06:30:02.705Z[ recovery-image] Feb 12 06:30:02.072 INFO O| Feb 12 06:30:02.072 INFO O| Done
43342026-02-12T06:30:02.705Z[ recovery-image] Feb 12 06:30:02.072 INFO O| Feb 12 06:30:02.072 INFO O| Done
43352026-02-12T06:30:02.708Z[ recovery-image] Feb 12 06:30:02.075 INFO O| Feb 12 06:30:02.075 INFO O| Done
43362026-02-12T06:30:02.879Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
43372026-02-12T06:30:04.812Z[ recovery-image] Feb 12 06:30:04.181 INFO O| Feb 12 06:30:04.181 INFO STEP 6 (pkg_change_variant) COMPLETE
43382026-02-12T06:30:04.812Z[ recovery-image] Feb 12 06:30:04.181 INFO O| Feb 12 06:30:04.181 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43392026-02-12T06:30:04.816Z[ recovery-image] Feb 12 06:30:04.181 INFO O| Feb 12 06:30:04.181 INFO skip step because feature "debug_variant" is not enabled
43402026-02-12T06:30:04.816Z[ recovery-image] Feb 12 06:30:04.181 INFO O| Feb 12 06:30:04.181 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43412026-02-12T06:30:05.562Z[ recovery-image] Feb 12 06:30:04.930 INFO O| Feb 12 06:30:04.930 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43422026-02-12T06:30:16.839Z[ host-image] Feb 12 06:30:16.207 INFO O| Feb 12 06:30:16.207 INFO O| Startup: Caching catalogs ... Done
43432026-02-12T06:30:16.997Z[ host-image] Feb 12 06:30:16.365 INFO O| Feb 12 06:30:16.365 INFO O| Planning: Planning completed in 0.00 seconds
43442026-02-12T06:30:17.001Z[ host-image] Feb 12 06:30:16.366 INFO O| Feb 12 06:30:16.366 INFO O| Planning: Consolidating action changes ... Done
43452026-02-12T06:30:17.001Z[ host-image] Feb 12 06:30:16.366 INFO O| Feb 12 06:30:16.366 INFO O| Planning: Evaluating mediators ... Done
43462026-02-12T06:30:17.001Z[ host-image] Feb 12 06:30:16.367 INFO O| Feb 12 06:30:16.367 INFO O| Planning: Planning completed in 0.00 seconds
43472026-02-12T06:30:17.001Z[ host-image] Feb 12 06:30:16.367 INFO O| Feb 12 06:30:16.367 INFO O| Variants/Facets to change: 1
43482026-02-12T06:30:17.063Z[ host-image] Feb 12 06:30:16.430 INFO O| Feb 12 06:30:16.430 INFO O| Done
43492026-02-12T06:30:17.063Z[ host-image] Feb 12 06:30:16.431 INFO O| Feb 12 06:30:16.430 INFO O| Done
43502026-02-12T06:30:19.409Z[ host-image] Feb 12 06:30:18.777 INFO O| Feb 12 06:30:18.777 INFO O| Done
43512026-02-12T06:30:19.631Z[ host-image] Feb 12 06:30:18.999 INFO O| Feb 12 06:30:18.999 INFO O| Done
43522026-02-12T06:30:19.635Z[ host-image] Feb 12 06:30:19.000 INFO O| Feb 12 06:30:19.000 INFO O| Done
43532026-02-12T06:30:19.636Z[ host-image] Feb 12 06:30:19.000 INFO O| Feb 12 06:30:19.000 INFO O| Done
43542026-02-12T06:30:19.636Z[ host-image] Feb 12 06:30:19.002 INFO O| Feb 12 06:30:19.002 INFO O| Done
43552026-02-12T06:30:21.819Z[ host-image] Feb 12 06:30:21.186 INFO O| Feb 12 06:30:21.186 INFO STEP 8 (pkg_change_facet) COMPLETE
43562026-02-12T06:30:21.819Z[ host-image] Feb 12 06:30:21.186 INFO O| Feb 12 06:30:21.186 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43572026-02-12T06:30:21.819Z[ host-image] Feb 12 06:30:21.186 INFO O| Feb 12 06:30:21.186 INFO skip step because feature "recovery" is not enabled
43582026-02-12T06:30:21.822Z[ host-image] Feb 12 06:30:21.186 INFO O| Feb 12 06:30:21.186 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43592026-02-12T06:30:21.822Z[ host-image] Feb 12 06:30:21.186 INFO O| Feb 12 06:30:21.186 INFO skip step because feature "recovery" is not enabled
43602026-02-12T06:30:21.822Z[ host-image] Feb 12 06:30:21.186 INFO O| Feb 12 06:30:21.186 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43612026-02-12T06:30:21.836Z[ host-image] Feb 12 06:30:21.203 INFO O| Feb 12 06:30:21.203 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/consolidation/oxide/omicron-release-incorporation@18.0.0.0"]
43622026-02-12T06:30:26.841Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43632026-02-12T06:30:29.777Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43642026-02-12T06:30:37.608Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43652026-02-12T06:30:39.468Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43662026-02-12T06:30:48.230Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43672026-02-12T06:30:52.082Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43682026-02-12T06:30:57.477Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
43692026-02-12T06:30:57.763Z[ recovery-image] Feb 12 06:30:57.127 INFO O| Feb 12 06:30:57.127 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43702026-02-12T06:31:02.825Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
43712026-02-12T06:31:07.839Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43722026-02-12T06:31:15.372Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
43732026-02-12T06:31:15.605Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
43742026-02-12T06:31:18.396Z[ host-image] Feb 12 06:31:17.759 INFO O| Feb 12 06:31:17.759 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43752026-02-12T06:31:19.470Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43762026-02-12T06:31:22.009Z[ recovery-image] Feb 12 06:31:21.371 INFO O| Feb 12 06:31:21.370 INFO O| Startup: Caching catalogs ... Done
43772026-02-12T06:31:22.194Z[ recovery-image] Feb 12 06:31:21.556 INFO O| Feb 12 06:31:21.555 INFO O| Planning: Planning completed in 0.00 seconds
43782026-02-12T06:31:22.197Z[ recovery-image] Feb 12 06:31:21.556 INFO O| Feb 12 06:31:21.556 INFO O| Planning: Consolidating action changes ... Done
43792026-02-12T06:31:22.197Z[ recovery-image] Feb 12 06:31:21.557 INFO O| Feb 12 06:31:21.557 INFO O| Planning: Evaluating mediators ... Done
43802026-02-12T06:31:22.197Z[ recovery-image] Feb 12 06:31:21.557 INFO O| Feb 12 06:31:21.557 INFO O| Planning: Planning completed in 0.00 seconds
43812026-02-12T06:31:22.197Z[ recovery-image] Feb 12 06:31:21.558 INFO O| Feb 12 06:31:21.558 INFO O| Variants/Facets to change: 1
43822026-02-12T06:31:22.262Z[ recovery-image] Feb 12 06:31:21.624 INFO O| Feb 12 06:31:21.624 INFO O| Done
43832026-02-12T06:31:22.265Z[ recovery-image] Feb 12 06:31:21.624 INFO O| Feb 12 06:31:21.624 INFO O| Done
43842026-02-12T06:31:23.977Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
43852026-02-12T06:31:24.414Z[ recovery-image] Feb 12 06:31:23.776 INFO O| Feb 12 06:31:23.776 INFO O| Done
43862026-02-12T06:31:24.669Z[ recovery-image] Feb 12 06:31:24.031 INFO O| Feb 12 06:31:24.031 INFO O| Done
43872026-02-12T06:31:24.672Z[ recovery-image] Feb 12 06:31:24.032 INFO O| Feb 12 06:31:24.032 INFO O| Done
43882026-02-12T06:31:24.672Z[ recovery-image] Feb 12 06:31:24.033 INFO O| Feb 12 06:31:24.032 INFO O| Done
43892026-02-12T06:31:24.675Z[ recovery-image] Feb 12 06:31:24.035 INFO O| Feb 12 06:31:24.035 INFO O| Done
43902026-02-12T06:31:26.799Z[ recovery-image] Feb 12 06:31:26.161 INFO O| Feb 12 06:31:26.161 INFO STEP 8 (pkg_change_facet) COMPLETE
43912026-02-12T06:31:26.799Z[ recovery-image] Feb 12 06:31:26.161 INFO O| Feb 12 06:31:26.161 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43922026-02-12T06:31:27.504Z[ recovery-image] Feb 12 06:31:26.866 INFO O| Feb 12 06:31:26.866 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43932026-02-12T06:31:27.592Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
43942026-02-12T06:31:32.003Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43952026-02-12T06:31:41.831Z[ host-image] Feb 12 06:31:41.191 INFO O| Feb 12 06:31:41.191 INFO O| Startup: Caching catalogs ... Done
43962026-02-12T06:31:58.894Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43972026-02-12T06:31:59.988Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43982026-02-12T06:32:04.915Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43992026-02-12T06:32:18.220Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
44002026-02-12T06:32:19.383Z[ recovery-image] Feb 12 06:32:18.740 INFO O| Feb 12 06:32:18.740 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44012026-02-12T06:32:45.436Z[ recovery-image] Feb 12 06:32:44.791 INFO O| Feb 12 06:32:44.791 INFO O| Startup: Caching catalogs ... Done
44022026-02-12T06:32:45.586Z[ recovery-image] Feb 12 06:32:44.940 INFO O| Feb 12 06:32:44.940 INFO O| Planning: Planning completed in 0.00 seconds
44032026-02-12T06:32:45.589Z[ recovery-image] Feb 12 06:32:44.941 INFO O| Feb 12 06:32:44.941 INFO O| Planning: Consolidating action changes ... Done
44042026-02-12T06:32:45.589Z[ recovery-image] Feb 12 06:32:44.942 INFO O| Feb 12 06:32:44.942 INFO O| Planning: Evaluating mediators ... Done
44052026-02-12T06:32:45.589Z[ recovery-image] Feb 12 06:32:44.942 INFO O| Feb 12 06:32:44.942 INFO O| Planning: Planning completed in 0.00 seconds
44062026-02-12T06:32:45.589Z[ recovery-image] Feb 12 06:32:44.943 INFO O| Feb 12 06:32:44.943 INFO O| Variants/Facets to change: 1
44072026-02-12T06:32:45.660Z[ recovery-image] Feb 12 06:32:45.015 INFO O| Feb 12 06:32:45.015 INFO O| Done
44082026-02-12T06:32:45.660Z[ recovery-image] Feb 12 06:32:45.015 INFO O| Feb 12 06:32:45.015 INFO O| Done
44092026-02-12T06:32:50.749Z[ recovery-image] Feb 12 06:32:50.103 INFO O| Feb 12 06:32:50.103 INFO O| Done
44102026-02-12T06:32:51.205Z[ recovery-image] Feb 12 06:32:50.559 INFO O| Feb 12 06:32:50.559 INFO O| Done
44112026-02-12T06:32:51.209Z[ recovery-image] Feb 12 06:32:50.560 INFO O| Feb 12 06:32:50.560 INFO O| Done
44122026-02-12T06:32:51.209Z[ recovery-image] Feb 12 06:32:50.561 INFO O| Feb 12 06:32:50.561 INFO O| Done
44132026-02-12T06:32:51.212Z[ recovery-image] Feb 12 06:32:50.563 INFO O| Feb 12 06:32:50.563 INFO O| Done
44142026-02-12T06:32:54.631Z[ recovery-image] Feb 12 06:32:53.984 INFO O| Feb 12 06:32:53.984 INFO STEP 9 (pkg_change_facet) COMPLETE
44152026-02-12T06:32:54.631Z[ recovery-image] Feb 12 06:32:53.984 INFO O| Feb 12 06:32:53.984 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44162026-02-12T06:32:57.288Z[ recovery-image] Feb 12 06:32:56.642 INFO O| Feb 12 06:32:56.642 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44172026-02-12T06:33:12.088Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44182026-02-12T06:33:14.579Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
44192026-02-12T06:33:16.355Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44202026-02-12T06:33:30.755Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44212026-02-12T06:33:32.554Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
44222026-02-12T06:33:37.476Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44232026-02-12T06:33:50.517Z[ recovery-image] Feb 12 06:33:49.866 INFO O| Feb 12 06:33:49.866 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44242026-02-12T06:33:52.604Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
44252026-02-12T06:33:59.854Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44262026-02-12T06:34:00.368Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44272026-02-12T06:34:14.266Z[ recovery-image] Feb 12 06:34:13.612 INFO O| Feb 12 06:34:13.612 INFO O| Startup: Caching catalogs ... Done
44282026-02-12T06:34:14.441Z[ recovery-image] Feb 12 06:34:13.788 INFO O| Feb 12 06:34:13.788 INFO O| Planning: Planning completed in 0.00 seconds
44292026-02-12T06:34:14.444Z[ recovery-image] Feb 12 06:34:13.789 INFO O| Feb 12 06:34:13.789 INFO O| Planning: Consolidating action changes ... Done
44302026-02-12T06:34:14.444Z[ recovery-image] Feb 12 06:34:13.789 INFO O| Feb 12 06:34:13.789 INFO O| Planning: Evaluating mediators ... Done
44312026-02-12T06:34:14.444Z[ recovery-image] Feb 12 06:34:13.789 INFO O| Feb 12 06:34:13.789 INFO O| Planning: Planning completed in 0.00 seconds
44322026-02-12T06:34:14.444Z[ recovery-image] Feb 12 06:34:13.790 INFO O| Feb 12 06:34:13.790 INFO O| Variants/Facets to change: 1
44332026-02-12T06:34:14.691Z[ recovery-image] Feb 12 06:34:14.038 INFO O| Feb 12 06:34:14.038 INFO O| Done
44342026-02-12T06:34:14.694Z[ recovery-image] Feb 12 06:34:14.038 INFO O| Feb 12 06:34:14.038 INFO O| Done
44352026-02-12T06:34:15.982Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
44362026-02-12T06:34:16.886Z[ recovery-image] Feb 12 06:34:16.233 INFO O| Feb 12 06:34:16.233 INFO O| Done
44372026-02-12T06:34:17.090Z[ recovery-image] Feb 12 06:34:16.437 INFO O| Feb 12 06:34:16.437 INFO O| Done
44382026-02-12T06:34:17.093Z[ recovery-image] Feb 12 06:34:16.438 INFO O| Feb 12 06:34:16.438 INFO O| Done
44392026-02-12T06:34:17.093Z[ recovery-image] Feb 12 06:34:16.438 INFO O| Feb 12 06:34:16.438 INFO O| Done
44402026-02-12T06:34:17.093Z[ recovery-image] Feb 12 06:34:16.440 INFO O| Feb 12 06:34:16.440 INFO O| Done
44412026-02-12T06:34:19.123Z[ recovery-image] Feb 12 06:34:18.469 INFO O| Feb 12 06:34:18.469 INFO STEP 10 (pkg_change_facet) COMPLETE
44422026-02-12T06:34:19.123Z[ recovery-image] Feb 12 06:34:18.469 INFO O| Feb 12 06:34:18.469 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44432026-02-12T06:34:19.140Z[ recovery-image] Feb 12 06:34:18.485 INFO O| Feb 12 06:34:18.485 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/consolidation/oxide/omicron-release-incorporation@18.0.0.0"]
44442026-02-12T06:34:30.987Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
44452026-02-12T06:34:38.485Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44462026-02-12T06:34:58.200Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44472026-02-12T06:34:58.947Z[verify-libraries] Compiling internet-checksum v0.2.1
44482026-02-12T06:34:59.728Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44492026-02-12T06:35:07.909Z[verify-libraries] Compiling omicron-zone-package v0.12.2
44502026-02-12T06:35:14.430Z[ recovery-image] Feb 12 06:35:13.771 INFO O| Feb 12 06:35:13.771 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44512026-02-12T06:35:33.190Z[ host-image] Feb 12 06:35:32.529 INFO O| Feb 12 06:35:32.529 INFO O| Planning: Solver setup ... Done
44522026-02-12T06:35:34.330Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44532026-02-12T06:35:39.908Z[ recovery-image] Feb 12 06:35:39.247 INFO O| Feb 12 06:35:39.247 INFO O| Startup: Caching catalogs ... Done
44542026-02-12T06:35:58.880Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44552026-02-12T06:36:15.953Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44562026-02-12T06:36:17.350Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44572026-02-12T06:36:18.537Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44582026-02-12T06:36:25.613Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44592026-02-12T06:36:39.917Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44602026-02-12T06:36:49.893Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44612026-02-12T06:36:52.204Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
44622026-02-12T06:37:57.465Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44632026-02-12T06:37:58.998Z[verify-libraries] Compiling diff v0.1.13
44642026-02-12T06:37:59.925Z[verify-libraries] Compiling yansi v1.0.1
44652026-02-12T06:38:00.468Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
44662026-02-12T06:38:01.442Z[verify-libraries] Compiling pretty_assertions v1.4.1
44672026-02-12T06:38:02.665Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44682026-02-12T06:38:03.161Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
44692026-02-12T06:38:03.770Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
44702026-02-12T06:38:04.455Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44712026-02-12T06:38:05.099Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
44722026-02-12T06:38:05.556Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44732026-02-12T06:38:05.697Z[verify-libraries] Compiling drift v0.1.3
44742026-02-12T06:38:16.011Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44752026-02-12T06:38:37.966Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
44762026-02-12T06:38:40.576Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44772026-02-12T06:38:49.289Z[verify-libraries] Compiling dropshot-api-manager v0.2.4
44782026-02-12T06:39:15.597Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
44792026-02-12T06:39:32.320Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
44802026-02-12T06:39:33.764Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
44812026-02-12T06:39:34.067Z[ recovery-image] Feb 12 06:39:33.386 INFO O| Feb 12 06:39:33.384 INFO O| Planning: Solver setup ... Done
44822026-02-12T06:39:40.826Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
44832026-02-12T06:40:17.841Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44842026-02-12T06:40:23.801Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
44852026-02-12T06:40:28.739Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
44862026-02-12T06:40:30.929Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
44872026-02-12T06:40:35.858Z[verify-libraries] Compiling termios v0.3.3
44882026-02-12T06:40:36.644Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44892026-02-12T06:40:39.201Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
44902026-02-12T06:40:41.088Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
44912026-02-12T06:41:05.901Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44922026-02-12T06:41:12.109Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
44932026-02-12T06:41:32.915Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
44942026-02-12T06:45:03.565Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
44952026-02-12T06:45:17.712Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
44962026-02-12T06:45:47.976Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
44972026-02-12T06:46:28.248Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44982026-02-12T06:46:42.918Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
44992026-02-12T06:46:49.196Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
45002026-02-12T06:46:54.740Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
45012026-02-12T06:51:39.945Z[ host-image] Feb 12 06:51:39.200 INFO O| Feb 12 06:51:39.200 INFO O| Planning: Running solver ... Done
45022026-02-12T06:52:31.942Z[ host-image] Feb 12 06:52:31.192 INFO O| Feb 12 06:52:31.192 INFO O| Planning: Finding local manifests ... Done
45032026-02-12T06:52:32.382Z[ host-image] Feb 12 06:52:31.632 INFO O| Feb 12 06:52:31.632 INFO O| Planning: Fetching manifests: 0/126 0% complete
45042026-02-12T06:52:36.522Z[ host-image] Feb 12 06:52:35.771 INFO O| Feb 12 06:52:35.771 INFO O| Planning: Fetching manifests: 126/126 100% complete
45052026-02-12T06:52:37.629Z[ host-image] Feb 12 06:52:36.878 INFO O| Feb 12 06:52:36.878 INFO O| Planning: Package planning ... Done
45062026-02-12T06:52:38.934Z[ host-image] Feb 12 06:52:38.182 INFO O| Feb 12 06:52:38.182 INFO O| Planning: Merging actions ... Done
45072026-02-12T06:52:39.180Z[ host-image] Feb 12 06:52:38.428 INFO O| Feb 12 06:52:38.428 INFO O| Planning: Checking for conflicting actions ... Done
45082026-02-12T06:52:39.410Z[ host-image] Feb 12 06:52:38.658 INFO O| Feb 12 06:52:38.658 INFO O| Planning: Consolidating action changes ... Done
45092026-02-12T06:52:39.778Z[ host-image] Feb 12 06:52:39.027 INFO O| Feb 12 06:52:39.027 INFO O| Planning: Evaluating mediators ... Done
45102026-02-12T06:52:42.220Z[ recovery-image] Feb 12 06:52:41.469 INFO O| Feb 12 06:52:41.469 INFO O| Planning: Running solver ... Done
45112026-02-12T06:52:43.267Z[ recovery-image] Feb 12 06:52:42.516 INFO O| Feb 12 06:52:42.516 INFO O| Planning: Finding local manifests ... Done
45122026-02-12T06:52:43.318Z[ recovery-image] Feb 12 06:52:42.567 INFO O| Feb 12 06:52:42.567 INFO O| Planning: Fetching manifests: 0/126 0% complete
45132026-02-12T06:52:43.933Z[ host-image] Feb 12 06:52:43.182 INFO O| Feb 12 06:52:43.182 INFO O| Planning: Planning completed in 1261.79 seconds
45142026-02-12T06:52:43.950Z[ host-image] Feb 12 06:52:43.199 INFO O| Feb 12 06:52:43.199 INFO O| Packages to install: 126
45152026-02-12T06:52:43.953Z[ host-image] Feb 12 06:52:43.199 INFO O| Feb 12 06:52:43.199 INFO O| Mediators to change: 5
45162026-02-12T06:52:43.953Z[ host-image] Feb 12 06:52:43.199 INFO O| Feb 12 06:52:43.199 INFO O| Services to change: 6
45172026-02-12T06:52:44.218Z[ host-image] Feb 12 06:52:43.467 INFO O| Feb 12 06:52:43.467 INFO O| Download: 0/22925 items 0.0/209.3MB 0% complete
45182026-02-12T06:52:46.334Z[ recovery-image] Feb 12 06:52:45.583 INFO O| Feb 12 06:52:45.583 INFO O| Planning: Fetching manifests: 126/126 100% complete
45192026-02-12T06:52:46.857Z[ recovery-image] Feb 12 06:52:46.106 INFO O| Feb 12 06:52:46.106 INFO O| Planning: Package planning ... Done
45202026-02-12T06:52:47.193Z[ recovery-image] Feb 12 06:52:46.442 INFO O| Feb 12 06:52:46.442 INFO O| Planning: Merging actions ... Done
45212026-02-12T06:52:47.281Z[ recovery-image] Feb 12 06:52:46.529 INFO O| Feb 12 06:52:46.529 INFO O| Planning: Checking for conflicting actions ... Done
45222026-02-12T06:52:47.352Z[ recovery-image] Feb 12 06:52:46.601 INFO O| Feb 12 06:52:46.601 INFO O| Planning: Consolidating action changes ... Done
45232026-02-12T06:52:47.545Z[ recovery-image] Feb 12 06:52:46.793 INFO O| Feb 12 06:52:46.793 INFO O| Planning: Evaluating mediators ... Done
45242026-02-12T06:52:49.544Z[ host-image] Feb 12 06:52:48.793 INFO O| Feb 12 06:52:48.793 INFO O| Download: 1697/22925 items 11.4/209.3MB 5% complete (2.4M/s)
45252026-02-12T06:52:50.262Z[ recovery-image] Feb 12 06:52:49.511 INFO O| Feb 12 06:52:49.510 INFO O| Planning: Planning completed in 1030.06 seconds
45262026-02-12T06:52:50.266Z[ recovery-image] Feb 12 06:52:49.514 INFO O| Feb 12 06:52:49.513 INFO O| Packages to install: 126
45272026-02-12T06:52:50.266Z[ recovery-image] Feb 12 06:52:49.514 INFO O| Feb 12 06:52:49.513 INFO O| Mediators to change: 5
45282026-02-12T06:52:50.266Z[ recovery-image] Feb 12 06:52:49.514 INFO O| Feb 12 06:52:49.513 INFO O| Services to change: 5
45292026-02-12T06:52:50.318Z[ recovery-image] Feb 12 06:52:49.566 INFO O| Feb 12 06:52:49.566 INFO O| Download: 0/15969 items 0.0/185.9MB 0% complete
45302026-02-12T06:52:54.856Z[ host-image] Feb 12 06:52:54.104 INFO O| Feb 12 06:52:54.104 INFO O| Download: 2254/22925 items 24.9/209.3MB 11% complete (2.4M/s)
45312026-02-12T06:52:55.387Z[ recovery-image] Feb 12 06:52:54.635 INFO O| Feb 12 06:52:54.635 INFO O| Download: 1460/15969 items 21.4/185.9MB 11% complete (4.5M/s)
45322026-02-12T06:52:59.858Z[ host-image] Feb 12 06:52:59.105 INFO O| Feb 12 06:52:59.105 INFO O| Download: 4527/22925 items 42.0/209.3MB 20% complete (3.0M/s)
45332026-02-12T06:53:02.968Z[ recovery-image] Feb 12 06:53:02.215 INFO O| Feb 12 06:53:02.215 INFO O| Download: 1655/15969 items 25.7/185.9MB 13% complete (3.7M/s)
45342026-02-12T06:53:04.926Z[ host-image] Feb 12 06:53:04.173 INFO O| Feb 12 06:53:04.173 INFO O| Download: 5823/22925 items 46.7/209.3MB 22% complete (2.2M/s)
45352026-02-12T06:53:07.972Z[ recovery-image] Feb 12 06:53:07.218 INFO O| Feb 12 06:53:07.218 INFO O| Download: 3517/15969 items 38.6/185.9MB 20% complete (1.3M/s)
45362026-02-12T06:53:09.939Z[ host-image] Feb 12 06:53:09.186 INFO O| Feb 12 06:53:09.185 INFO O| Download: 6860/22925 items 48.9/209.3MB 23% complete (666k/s)
45372026-02-12T06:53:13.058Z[ recovery-image] Feb 12 06:53:12.304 INFO O| Feb 12 06:53:12.304 INFO O| Download: 4845/15969 items 43.4/185.9MB 23% complete (1.8M/s)
45382026-02-12T06:53:15.081Z[ host-image] Feb 12 06:53:14.327 INFO O| Feb 12 06:53:14.327 INFO O| Download: 8039/22925 items 60.0/209.3MB 28% complete (1.4M/s)
45392026-02-12T06:53:18.391Z[ recovery-image] Feb 12 06:53:17.637 INFO O| Feb 12 06:53:17.637 INFO O| Download: 6019/15969 items 54.0/185.9MB 29% complete (1.5M/s)
45402026-02-12T06:53:20.093Z[ host-image] Feb 12 06:53:19.338 INFO O| Feb 12 06:53:19.338 INFO O| Download: 9460/22925 items 84.9/209.3MB 40% complete (3.5M/s)
45412026-02-12T06:53:23.393Z[ recovery-image] Feb 12 06:53:22.639 INFO O| Feb 12 06:53:22.639 INFO O| Download: 7286/15969 items 76.7/185.9MB 41% complete (3.3M/s)
45422026-02-12T06:53:26.976Z[ host-image] Feb 12 06:53:26.221 INFO O| Feb 12 06:53:26.221 INFO O| Download: 10495/22925 items 91.5/209.3MB 43% complete (4.2M/s)
45432026-02-12T06:53:28.397Z[ recovery-image] Feb 12 06:53:27.642 INFO O| Feb 12 06:53:27.642 INFO O| Download: 8280/15969 items 83.1/185.9MB 44% complete (2.9M/s)
45442026-02-12T06:53:31.995Z[ host-image] Feb 12 06:53:31.240 INFO O| Feb 12 06:53:31.240 INFO O| Download: 11218/22925 items 96.6/209.3MB 46% complete (491k/s)
45452026-02-12T06:53:33.463Z[ recovery-image] Feb 12 06:53:32.707 INFO O| Feb 12 06:53:32.707 INFO O| Download: 9014/15969 items 96.1/185.9MB 51% complete (2.1M/s)
45462026-02-12T06:53:37.215Z[ host-image] Feb 12 06:53:36.459 INFO O| Feb 12 06:53:36.459 INFO O| Download: 12053/22925 items 101.5/209.3MB 48% complete (959k/s)
45472026-02-12T06:53:38.486Z[ recovery-image] Feb 12 06:53:37.730 INFO O| Feb 12 06:53:37.730 INFO O| Download: 10453/15969 items 96.8/185.9MB 52% complete (1.4M/s)
45482026-02-12T06:53:42.216Z[ host-image] Feb 12 06:53:41.459 INFO O| Feb 12 06:53:41.459 INFO O| Download: 12649/22925 items 113.1/209.3MB 54% complete (1.6M/s)
45492026-02-12T06:53:43.588Z[ recovery-image] Feb 12 06:53:42.831 INFO O| Feb 12 06:53:42.831 INFO O| Download: 11149/15969 items 101.9/185.9MB 54% complete (469k/s)
45502026-02-12T06:53:47.217Z[ host-image] Feb 12 06:53:46.459 INFO O| Feb 12 06:53:46.459 INFO O| Download: 13812/22925 items 113.7/209.3MB 54% complete (1.2M/s)
45512026-02-12T06:53:48.729Z[ recovery-image] Feb 12 06:53:47.972 INFO O| Feb 12 06:53:47.972 INFO O| Download: 11998/15969 items 132.3/185.9MB 71% complete (3.5M/s)
45522026-02-12T06:53:52.269Z[ host-image] Feb 12 06:53:51.512 INFO O| Feb 12 06:53:51.512 INFO O| Download: 14485/22925 items 115.2/209.3MB 55% complete (209k/s)
45532026-02-12T06:53:53.738Z[ recovery-image] Feb 12 06:53:52.981 INFO O| Feb 12 06:53:52.981 INFO O| Download: 12749/15969 items 146.3/185.9MB 78% complete (4.3M/s)
45542026-02-12T06:53:57.289Z[ host-image] Feb 12 06:53:56.531 INFO O| Feb 12 06:53:56.531 INFO O| Download: 15325/22925 items 123.6/209.3MB 59% complete (1015k/s)
45552026-02-12T06:53:58.750Z[ recovery-image] Feb 12 06:53:57.992 INFO O| Feb 12 06:53:57.992 INFO O| Download: 13861/15969 items 151.0/185.9MB 81% complete (1.9M/s)
45562026-02-12T06:54:02.289Z[ host-image] Feb 12 06:54:01.531 INFO O| Feb 12 06:54:01.531 INFO O| Download: 15983/22925 items 134.0/209.3MB 64% complete (1.9M/s)
45572026-02-12T06:54:03.959Z[ recovery-image] Feb 12 06:54:03.201 INFO O| Feb 12 06:54:03.201 INFO O| Download: 14794/15969 items 155.9/185.9MB 83% complete (933k/s)
45582026-02-12T06:54:07.309Z[ host-image] Feb 12 06:54:06.551 INFO O| Feb 12 06:54:06.551 INFO O| Download: 17133/22925 items 146.7/209.3MB 70% complete (2.3M/s)
45592026-02-12T06:54:09.053Z[ recovery-image] Feb 12 06:54:08.294 INFO O| Feb 12 06:54:08.294 INFO O| Download: 15342/15969 items 164.9/185.9MB 88% complete (1.4M/s)
45602026-02-12T06:54:12.335Z[ host-image] Feb 12 06:54:11.576 INFO O| Feb 12 06:54:11.576 INFO O| Download: 18171/22925 items 166.2/209.3MB 79% complete (3.2M/s)
45612026-02-12T06:54:14.095Z[ recovery-image] Feb 12 06:54:13.336 INFO O| Feb 12 06:54:13.336 INFO O| Download: 15737/15969 items 180.5/185.9MB 97% complete (2.5M/s)
45622026-02-12T06:54:15.860Z[ recovery-image] Feb 12 06:54:15.101 INFO O| Feb 12 06:54:15.101 INFO O| Download: Completed 185.88 MB in 85.53 seconds (2.2M/s)
45632026-02-12T06:54:17.352Z[ host-image] Feb 12 06:54:16.593 INFO O| Feb 12 06:54:16.593 INFO O| Download: 19493/22925 items 170.9/209.3MB 81% complete (2.4M/s)
45642026-02-12T06:54:17.428Z[ recovery-image] Feb 12 06:54:16.668 INFO O| Feb 12 06:54:16.668 INFO O| Actions: 1/26356 actions (Installing new actions)
45652026-02-12T06:54:22.358Z[ host-image] Feb 12 06:54:21.598 INFO O| Feb 12 06:54:21.598 INFO O| Download: 20752/22925 items 176.9/209.3MB 84% complete (1.1M/s)
45662026-02-12T06:54:22.464Z[ recovery-image] Feb 12 06:54:21.704 INFO O| Feb 12 06:54:21.704 INFO O| Actions: 9201/26356 actions (Installing new actions)
45672026-02-12T06:54:27.359Z[ host-image] Feb 12 06:54:26.598 INFO O| Feb 12 06:54:26.598 INFO O| Download: 21678/22925 items 187.5/209.3MB 89% complete (1.7M/s)
45682026-02-12T06:54:27.465Z[ recovery-image] Feb 12 06:54:26.705 INFO O| Feb 12 06:54:26.705 INFO O| Actions: 16381/26356 actions (Installing new actions)
45692026-02-12T06:54:32.428Z[ host-image] Feb 12 06:54:31.667 INFO O| Feb 12 06:54:31.667 INFO O| Download: 22375/22925 items 207.3/209.3MB 99% complete (3.0M/s)
45702026-02-12T06:54:32.473Z[ recovery-image] Feb 12 06:54:31.712 INFO O| Feb 12 06:54:31.712 INFO O| Actions: 25970/26356 actions (Installing new actions)
45712026-02-12T06:54:32.654Z[ recovery-image] Feb 12 06:54:31.893 INFO O| Feb 12 06:54:31.893 INFO O| Actions: Completed 26356 actions in 15.22 seconds.
45722026-02-12T06:54:34.313Z[ recovery-image] Feb 12 06:54:33.552 INFO O| Feb 12 06:54:33.551 INFO O| Done
45732026-02-12T06:54:34.313Z[ recovery-image] Feb 12 06:54:33.552 INFO O| Feb 12 06:54:33.552 INFO O| Done
45742026-02-12T06:54:34.891Z[ host-image] Feb 12 06:54:34.130 INFO O| Feb 12 06:54:34.130 INFO O| Download: Completed 209.26 MB in 110.66 seconds (1.9M/s)
45752026-02-12T06:54:37.642Z[ recovery-image] Feb 12 06:54:36.881 INFO O| Feb 12 06:54:36.881 INFO O| Done
45762026-02-12T06:54:39.510Z[ recovery-image] Feb 12 06:54:38.749 INFO O| Feb 12 06:54:38.749 INFO O| Done
45772026-02-12T06:54:39.532Z[ recovery-image] Feb 12 06:54:38.770 INFO O| Feb 12 06:54:38.770 INFO O| Done
45782026-02-12T06:54:43.653Z[ recovery-image] Feb 12 06:54:42.888 INFO O| Feb 12 06:54:42.888 INFO O| Done
45792026-02-12T06:54:44.309Z[ recovery-image] Feb 12 06:54:43.547 INFO O| Feb 12 06:54:43.547 INFO O| Done
45802026-02-12T06:54:50.659Z[ recovery-image] Feb 12 06:54:49.897 INFO O| Feb 12 06:54:49.897 INFO STEP 11 (pkg_install) COMPLETE
45812026-02-12T06:54:50.659Z[ recovery-image] Feb 12 06:54:49.897 INFO O| Feb 12 06:54:49.897 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45822026-02-12T06:54:50.662Z[ recovery-image] Feb 12 06:54:49.898 INFO O| Feb 12 06:54:49.898 INFO skip step because feature "recovery" is enabled
45832026-02-12T06:54:50.663Z[ recovery-image] Feb 12 06:54:49.898 INFO O| Feb 12 06:54:49.898 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45842026-02-12T06:54:50.663Z[ recovery-image] Feb 12 06:54:49.898 INFO O| Feb 12 06:54:49.898 INFO skip step because feature "omicron1" is not enabled
45852026-02-12T06:54:50.663Z[ recovery-image] Feb 12 06:54:49.898 INFO O| Feb 12 06:54:49.898 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45862026-02-12T06:54:50.688Z[ recovery-image] Feb 12 06:54:49.926 INFO O| Feb 12 06:54:49.926 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
45872026-02-12T06:55:27.306Z[ host-image] Feb 12 06:55:26.540 INFO O| Feb 12 06:55:26.540 INFO O| Actions: 1/50884 actions (Installing new actions)
45882026-02-12T06:55:32.306Z[ host-image] Feb 12 06:55:31.540 INFO O| Feb 12 06:55:31.540 INFO O| Actions: 10907/50884 actions (Installing new actions)
45892026-02-12T06:55:37.307Z[ host-image] Feb 12 06:55:36.540 INFO O| Feb 12 06:55:36.540 INFO O| Actions: 17830/50884 actions (Installing new actions)
45902026-02-12T06:55:42.311Z[ host-image] Feb 12 06:55:41.544 INFO O| Feb 12 06:55:41.544 INFO O| Actions: 25031/50884 actions (Installing new actions)
45912026-02-12T06:55:45.620Z[ recovery-image] Feb 12 06:55:44.853 INFO O| Feb 12 06:55:44.852 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
45922026-02-12T06:55:47.328Z[ host-image] Feb 12 06:55:46.560 INFO O| Feb 12 06:55:46.560 INFO O| Actions: 50471/50884 actions (Installing new actions)
45932026-02-12T06:55:47.763Z[ host-image] Feb 12 06:55:46.996 INFO O| Feb 12 06:55:46.996 INFO O| Actions: Completed 50884 actions in 20.45 seconds.
45942026-02-12T06:55:48.762Z[ host-image] Feb 12 06:55:47.994 INFO O| Feb 12 06:55:47.994 INFO O| Done
45952026-02-12T06:55:48.762Z[ host-image] Feb 12 06:55:47.994 INFO O| Feb 12 06:55:47.994 INFO O| Done
45962026-02-12T06:55:52.146Z[ host-image] Feb 12 06:55:51.378 INFO O| Feb 12 06:55:51.378 INFO O| Done
45972026-02-12T06:55:55.637Z[ host-image] Feb 12 06:55:54.869 INFO O| Feb 12 06:55:54.869 INFO O| Done
45982026-02-12T06:55:55.722Z[ host-image] Feb 12 06:55:54.954 INFO O| Feb 12 06:55:54.954 INFO O| Done
45992026-02-12T06:56:04.455Z[ host-image] Feb 12 06:56:03.686 INFO O| Feb 12 06:56:03.686 INFO O| Done
46002026-02-12T06:56:05.491Z[ host-image] Feb 12 06:56:04.722 INFO O| Feb 12 06:56:04.722 INFO O| Done
46012026-02-12T06:56:08.913Z[ recovery-image] Feb 12 06:56:08.143 INFO O| Feb 12 06:56:08.143 INFO O| Startup: Caching catalogs ... Done
46022026-02-12T06:56:10.425Z[ host-image] Feb 12 06:56:09.656 INFO O| Feb 12 06:56:09.656 INFO STEP 11 (pkg_install) COMPLETE
46032026-02-12T06:56:10.425Z[ host-image] Feb 12 06:56:09.656 INFO O| Feb 12 06:56:09.656 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46042026-02-12T06:56:10.440Z[ host-image] Feb 12 06:56:09.671 INFO O| Feb 12 06:56:09.670 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"]
46052026-02-12T06:56:17.782Z[ recovery-image] Feb 12 06:56:17.012 INFO O| Feb 12 06:56:17.012 INFO O| Planning: Solver setup ... Done
46062026-02-12T06:56:17.797Z[ recovery-image] Feb 12 06:56:17.027 INFO O| Feb 12 06:56:17.027 INFO O| Planning: Running solver ... Done
46072026-02-12T06:56:17.994Z[ recovery-image] Feb 12 06:56:17.224 INFO O| Feb 12 06:56:17.224 INFO O| Planning: Finding local manifests ... Done
46082026-02-12T06:56:18.089Z[ recovery-image] Feb 12 06:56:17.319 INFO O| Feb 12 06:56:17.319 INFO O| Planning: Fetching manifests: 0/1 0% complete
46092026-02-12T06:56:18.123Z[ recovery-image] Feb 12 06:56:17.353 INFO O| Feb 12 06:56:17.352 INFO O| Planning: Fetching manifests: 1/1 100% complete
46102026-02-12T06:56:18.180Z[ recovery-image] Feb 12 06:56:17.410 INFO O| Feb 12 06:56:17.409 INFO O| Planning: Package planning ... Done
46112026-02-12T06:56:18.184Z[ recovery-image] Feb 12 06:56:17.410 INFO O| Feb 12 06:56:17.410 INFO O| Planning: Merging actions ... Done
46122026-02-12T06:56:18.239Z[ recovery-image] Feb 12 06:56:17.469 INFO O| Feb 12 06:56:17.469 INFO O| Planning: Checking for conflicting actions ... Done
46132026-02-12T06:56:18.242Z[ recovery-image] Feb 12 06:56:17.470 INFO O| Feb 12 06:56:17.469 INFO O| Planning: Consolidating action changes ... Done
46142026-02-12T06:56:18.504Z[ recovery-image] Feb 12 06:56:17.734 INFO O| Feb 12 06:56:17.734 INFO O| Planning: Evaluating mediators ... Done
46152026-02-12T06:56:18.507Z[ recovery-image] Feb 12 06:56:17.734 INFO O| Feb 12 06:56:17.734 INFO O| Planning: Planning completed in 9.41 seconds
46162026-02-12T06:56:18.507Z[ recovery-image] Feb 12 06:56:17.735 INFO O| Feb 12 06:56:17.735 INFO O| Packages to install: 1
46172026-02-12T06:56:18.537Z[ recovery-image] Feb 12 06:56:17.767 INFO O| Feb 12 06:56:17.767 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
46182026-02-12T06:56:19.007Z[ recovery-image] Feb 12 06:56:18.234 INFO O| Feb 12 06:56:18.234 INFO O| Download: Completed 12.26 MB in 0.47 seconds (26.2M/s)
46192026-02-12T06:56:19.101Z[ recovery-image] Feb 12 06:56:18.330 INFO O| Feb 12 06:56:18.330 INFO O| Actions: 1/22 actions (Installing new actions)
46202026-02-12T06:56:19.610Z[ recovery-image] Feb 12 06:56:18.839 INFO O| Feb 12 06:56:18.839 INFO O| Actions: Completed 22 actions in 0.51 seconds.
46212026-02-12T06:56:22.501Z[ recovery-image] Feb 12 06:56:21.730 INFO O| Feb 12 06:56:21.730 INFO O| Done
46222026-02-12T06:56:22.501Z[ recovery-image] Feb 12 06:56:21.730 INFO O| Feb 12 06:56:21.730 INFO O| Done
46232026-02-12T06:56:24.809Z[ recovery-image] Feb 12 06:56:24.038 INFO O| Feb 12 06:56:24.038 INFO O| Done
46242026-02-12T06:56:26.982Z[ recovery-image] Feb 12 06:56:26.211 INFO O| Feb 12 06:56:26.211 INFO O| Done
46252026-02-12T06:56:27.008Z[ recovery-image] Feb 12 06:56:26.237 INFO O| Feb 12 06:56:26.236 INFO O| Done
46262026-02-12T06:56:27.008Z[ recovery-image] Feb 12 06:56:26.237 INFO O| Feb 12 06:56:26.237 INFO O| Done
46272026-02-12T06:56:27.035Z[ recovery-image] Feb 12 06:56:26.264 INFO O| Feb 12 06:56:26.264 INFO O| Done
46282026-02-12T06:56:28.866Z[ recovery-image] Feb 12 06:56:28.095 INFO O| Feb 12 06:56:28.095 INFO STEP 14 (pkg_install) COMPLETE
46292026-02-12T06:56:28.866Z[ recovery-image] Feb 12 06:56:28.095 INFO O| Feb 12 06:56:28.095 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46302026-02-12T06:56:28.870Z[ recovery-image] Feb 12 06:56:28.095 INFO O| Feb 12 06:56:28.095 INFO skip step because feature "mbist" is not enabled
46312026-02-12T06:56:28.870Z[ recovery-image] Feb 12 06:56:28.095 INFO O| Feb 12 06:56:28.095 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46322026-02-12T06:56:28.870Z[ recovery-image] Feb 12 06:56:28.095 INFO O| Feb 12 06:56:28.095 INFO skip step because feature "mfg" is not enabled
46332026-02-12T06:56:28.870Z[ recovery-image] Feb 12 06:56:28.095 INFO O| Feb 12 06:56:28.095 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46342026-02-12T06:56:28.870Z[ recovery-image] Feb 12 06:56:28.095 INFO O| Feb 12 06:56:28.095 INFO skip step because feature "compliance" is not enabled
46352026-02-12T06:56:28.870Z[ recovery-image] Feb 12 06:56:28.095 INFO O| Feb 12 06:56:28.095 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46362026-02-12T06:56:28.870Z[ recovery-image] Feb 12 06:56:28.095 INFO O| Feb 12 06:56:28.095 INFO skip step because feature "stress" is not enabled
46372026-02-12T06:56:28.870Z[ recovery-image] Feb 12 06:56:28.095 INFO O| Feb 12 06:56:28.095 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46382026-02-12T06:56:28.873Z[ recovery-image] Feb 12 06:56:28.096 INFO O| Feb 12 06:56:28.095 INFO skip step because feature "compliance" is not enabled
46392026-02-12T06:56:28.873Z[ recovery-image] Feb 12 06:56:28.101 INFO O| Feb 12 06:56:28.095 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46402026-02-12T06:56:28.873Z[ recovery-image] Feb 12 06:56:28.101 INFO O| Feb 12 06:56:28.095 INFO skip step because feature "nfs" is not enabled
46412026-02-12T06:56:28.873Z[ recovery-image] Feb 12 06:56:28.101 INFO O| Feb 12 06:56:28.097 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
46422026-02-12T06:56:28.873Z[ recovery-image] Feb 12 06:56:28.101 INFO O| Feb 12 06:56:28.100 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
46432026-02-12T06:56:28.955Z[ recovery-image] Feb 12 06:56:28.184 INFO O| Feb 12 06:56:28.184 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
46442026-02-12T06:56:29.087Z[ recovery-image] Feb 12 06:56:28.316 INFO O| Feb 12 06:56:28.316 INFO completed processing sled/ramdisk-01-os
46452026-02-12T06:56:29.774Z[ recovery-image] Feb 12 06:56:29.002 INFO image builder template: ramdisk-02-trim...
46462026-02-12T06:56:29.782Z[ recovery-image] Feb 12 06:56:29.010 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/.tmpVN4njM/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@18.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-02-trim"], pwd: None
46472026-02-12T06:56:29.854Z[ recovery-image] Feb 12 06:56:29.084 INFO O| Feb 12 06:56:29.083 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
46482026-02-12T06:56:29.859Z[ recovery-image] Feb 12 06:56:29.088 INFO O| Feb 12 06:56:29.088 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
46492026-02-12T06:56:29.958Z[ recovery-image] Feb 12 06:56:29.187 INFO O| Feb 12 06:56:29.187 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
46502026-02-12T06:56:30.026Z[ recovery-image] Feb 12 06:56:29.255 INFO O| Feb 12 06:56:29.254 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
46512026-02-12T06:56:30.029Z[ recovery-image] Feb 12 06:56:29.256 INFO O| Feb 12 06:56:29.256 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
46522026-02-12T06:56:30.034Z[ recovery-image] Feb 12 06:56:29.263 INFO O| Feb 12 06:56:29.263 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
46532026-02-12T06:56:30.039Z[ recovery-image] Feb 12 06:56:29.268 INFO O| Feb 12 06:56:29.268 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
46542026-02-12T06:56:30.046Z[ recovery-image] Feb 12 06:56:29.275 INFO O| Feb 12 06:56:29.275 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
46552026-02-12T06:56:30.257Z[ recovery-image] Feb 12 06:56:29.486 INFO O| Feb 12 06:56:29.486 INFO rolled back to input snapshot; work may begin
46562026-02-12T06:56:30.257Z[ recovery-image] Feb 12 06:56:29.486 INFO O| Feb 12 06:56:29.486 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
46572026-02-12T06:56:30.264Z[ recovery-image] Feb 12 06:56:29.493 INFO O| Feb 12 06:56:29.493 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46582026-02-12T06:56:30.278Z[ recovery-image] Feb 12 06:56:29.507 INFO O| Feb 12 06:56:29.507 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
46592026-02-12T06:56:30.363Z[ recovery-image] Feb 12 06:56:29.592 INFO O| Feb 12 06:56:29.592 INFO STEP 0 (remove_files) COMPLETE
46602026-02-12T06:56:30.363Z[ recovery-image] Feb 12 06:56:29.592 INFO O| Feb 12 06:56:29.592 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46612026-02-12T06:56:30.378Z[ recovery-image] Feb 12 06:56:29.607 INFO O| Feb 12 06:56:29.607 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
46622026-02-12T06:56:30.381Z[ recovery-image] Feb 12 06:56:29.610 INFO O| Feb 12 06:56:29.610 INFO STEP 1 (remove_files) COMPLETE
46632026-02-12T06:56:30.381Z[ recovery-image] Feb 12 06:56:29.610 INFO O| Feb 12 06:56:29.610 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46642026-02-12T06:56:30.392Z[ recovery-image] Feb 12 06:56:29.621 INFO O| Feb 12 06:56:29.621 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
46652026-02-12T06:56:30.410Z[ recovery-image] Feb 12 06:56:29.639 INFO O| Feb 12 06:56:29.639 INFO STEP 2 (remove_files) COMPLETE
46662026-02-12T06:56:30.413Z[ recovery-image] Feb 12 06:56:29.639 INFO O| Feb 12 06:56:29.639 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46672026-02-12T06:56:30.422Z[ recovery-image] Feb 12 06:56:29.651 INFO O| Feb 12 06:56:29.651 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
46682026-02-12T06:56:30.425Z[ recovery-image] Feb 12 06:56:29.654 INFO O| Feb 12 06:56:29.654 INFO STEP 3 (remove_files) COMPLETE
46692026-02-12T06:56:30.425Z[ recovery-image] Feb 12 06:56:29.654 INFO O| Feb 12 06:56:29.654 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46702026-02-12T06:56:30.436Z[ recovery-image] Feb 12 06:56:29.665 INFO O| Feb 12 06:56:29.665 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
46712026-02-12T06:56:30.441Z[ recovery-image] Feb 12 06:56:29.670 INFO O| Feb 12 06:56:29.670 INFO STEP 4 (remove_files) COMPLETE
46722026-02-12T06:56:30.441Z[ recovery-image] Feb 12 06:56:29.670 INFO O| Feb 12 06:56:29.670 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46732026-02-12T06:56:30.452Z[ recovery-image] Feb 12 06:56:29.681 INFO O| Feb 12 06:56:29.681 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
46742026-02-12T06:56:30.452Z[ recovery-image] Feb 12 06:56:29.681 INFO O| Feb 12 06:56:29.681 INFO STEP 5 (remove_files) COMPLETE
46752026-02-12T06:56:30.452Z[ recovery-image] Feb 12 06:56:29.681 INFO O| Feb 12 06:56:29.681 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46762026-02-12T06:56:30.463Z[ recovery-image] Feb 12 06:56:29.692 INFO O| Feb 12 06:56:29.692 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
46772026-02-12T06:56:30.477Z[ recovery-image] Feb 12 06:56:29.706 INFO O| Feb 12 06:56:29.706 INFO STEP 6 (remove_files) COMPLETE
46782026-02-12T06:56:30.477Z[ recovery-image] Feb 12 06:56:29.706 INFO O| Feb 12 06:56:29.706 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46792026-02-12T06:56:30.480Z[ recovery-image] Feb 12 06:56:29.706 INFO O| Feb 12 06:56:29.706 INFO skip step because feature "recovery" is enabled
46802026-02-12T06:56:30.480Z[ recovery-image] Feb 12 06:56:29.706 INFO O| Feb 12 06:56:29.706 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46812026-02-12T06:56:30.480Z[ recovery-image] Feb 12 06:56:29.706 INFO O| Feb 12 06:56:29.706 INFO skip step because feature "recovery" is enabled
46822026-02-12T06:56:30.480Z[ recovery-image] Feb 12 06:56:29.706 INFO O| Feb 12 06:56:29.706 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46832026-02-12T06:56:30.480Z[ recovery-image] Feb 12 06:56:29.706 INFO O| Feb 12 06:56:29.706 INFO skip step because feature "recovery" is enabled
46842026-02-12T06:56:30.480Z[ recovery-image] Feb 12 06:56:29.706 INFO O| Feb 12 06:56:29.706 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46852026-02-12T06:56:30.491Z[ recovery-image] Feb 12 06:56:29.721 INFO O| Feb 12 06:56:29.720 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
46862026-02-12T06:56:30.497Z[ recovery-image] Feb 12 06:56:29.727 INFO O| Feb 12 06:56:29.726 INFO STEP 10 (remove_files) COMPLETE
46872026-02-12T06:56:30.498Z[ recovery-image] Feb 12 06:56:29.727 INFO O| Feb 12 06:56:29.727 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46882026-02-12T06:56:30.512Z[ recovery-image] Feb 12 06:56:29.741 INFO O| Feb 12 06:56:29.741 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
46892026-02-12T06:56:30.515Z[ recovery-image] Feb 12 06:56:29.743 INFO O| Feb 12 06:56:29.742 INFO STEP 11 (remove_files) COMPLETE
46902026-02-12T06:56:30.515Z[ recovery-image] Feb 12 06:56:29.743 INFO O| Feb 12 06:56:29.743 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46912026-02-12T06:56:30.527Z[ recovery-image] Feb 12 06:56:29.756 INFO O| Feb 12 06:56:29.756 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
46922026-02-12T06:56:30.530Z[ recovery-image] Feb 12 06:56:29.759 INFO O| Feb 12 06:56:29.759 INFO STEP 12 (remove_files) COMPLETE
46932026-02-12T06:56:30.530Z[ recovery-image] Feb 12 06:56:29.759 INFO O| Feb 12 06:56:29.759 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46942026-02-12T06:56:30.718Z[ recovery-image] Feb 12 06:56:29.947 INFO O| Feb 12 06:56:29.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
46952026-02-12T06:56:30.722Z[ recovery-image] Feb 12 06:56:29.948 INFO O| Feb 12 06:56:29.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
46962026-02-12T06:56:30.734Z[ recovery-image] Feb 12 06:56:29.963 INFO O| Feb 12 06:56:29.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
46972026-02-12T06:56:30.751Z[ recovery-image] Feb 12 06:56:29.979 INFO O| Feb 12 06:56:29.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a"
46982026-02-12T06:56:30.874Z[ recovery-image] Feb 12 06:56:30.103 INFO O| Feb 12 06:56:30.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
46992026-02-12T06:56:30.877Z[ recovery-image] Feb 12 06:56:30.104 INFO O| Feb 12 06:56:30.104 INFO STEP 13 (remove_files) COMPLETE
47002026-02-12T06:56:30.877Z[ recovery-image] Feb 12 06:56:30.104 INFO O| Feb 12 06:56:30.104 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47012026-02-12T06:56:30.886Z[ recovery-image] Feb 12 06:56:30.115 INFO O| Feb 12 06:56:30.115 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
47022026-02-12T06:56:30.889Z[ recovery-image] Feb 12 06:56:30.117 INFO O| Feb 12 06:56:30.117 INFO STEP 14 (remove_files) COMPLETE
47032026-02-12T06:56:30.889Z[ recovery-image] Feb 12 06:56:30.117 INFO O| Feb 12 06:56:30.117 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47042026-02-12T06:56:30.899Z[ recovery-image] Feb 12 06:56:30.128 INFO O| Feb 12 06:56:30.128 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
47052026-02-12T06:56:30.907Z[ recovery-image] Feb 12 06:56:30.136 INFO O| Feb 12 06:56:30.136 INFO STEP 15 (remove_files) COMPLETE
47062026-02-12T06:56:30.910Z[ recovery-image] Feb 12 06:56:30.136 INFO O| Feb 12 06:56:30.136 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47072026-02-12T06:56:30.919Z[ recovery-image] Feb 12 06:56:30.148 INFO O| Feb 12 06:56:30.148 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
47082026-02-12T06:56:30.922Z[ recovery-image] Feb 12 06:56:30.148 INFO O| Feb 12 06:56:30.148 INFO STEP 16 (remove_files) COMPLETE
47092026-02-12T06:56:30.922Z[ recovery-image] Feb 12 06:56:30.148 INFO O| Feb 12 06:56:30.148 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47102026-02-12T06:56:30.932Z[ recovery-image] Feb 12 06:56:30.161 INFO O| Feb 12 06:56:30.161 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
47112026-02-12T06:56:30.935Z[ recovery-image] Feb 12 06:56:30.163 INFO O| Feb 12 06:56:30.163 INFO STEP 17 (remove_files) COMPLETE
47122026-02-12T06:56:30.935Z[ recovery-image] Feb 12 06:56:30.163 INFO O| Feb 12 06:56:30.163 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47132026-02-12T06:56:30.947Z[ recovery-image] Feb 12 06:56:30.176 INFO O| Feb 12 06:56:30.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
47142026-02-12T06:56:30.947Z[ recovery-image] Feb 12 06:56:30.176 INFO O| Feb 12 06:56:30.176 INFO STEP 18 (remove_files) COMPLETE
47152026-02-12T06:56:30.947Z[ recovery-image] Feb 12 06:56:30.176 INFO O| Feb 12 06:56:30.176 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47162026-02-12T06:56:30.958Z[ recovery-image] Feb 12 06:56:30.187 INFO O| Feb 12 06:56:30.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
47172026-02-12T06:56:30.958Z[ recovery-image] Feb 12 06:56:30.187 INFO O| Feb 12 06:56:30.187 INFO STEP 19 (remove_files) COMPLETE
47182026-02-12T06:56:30.960Z[ recovery-image] Feb 12 06:56:30.187 INFO O| Feb 12 06:56:30.187 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47192026-02-12T06:56:30.968Z[ recovery-image] Feb 12 06:56:30.197 INFO O| Feb 12 06:56:30.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
47202026-02-12T06:56:30.968Z[ recovery-image] Feb 12 06:56:30.197 INFO O| Feb 12 06:56:30.197 INFO STEP 20 (remove_files) COMPLETE
47212026-02-12T06:56:30.971Z[ recovery-image] Feb 12 06:56:30.197 INFO O| Feb 12 06:56:30.197 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47222026-02-12T06:56:30.980Z[ recovery-image] Feb 12 06:56:30.209 INFO O| Feb 12 06:56:30.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
47232026-02-12T06:56:30.983Z[ recovery-image] Feb 12 06:56:30.209 INFO O| Feb 12 06:56:30.209 INFO STEP 21 (remove_files) COMPLETE
47242026-02-12T06:56:30.983Z[ recovery-image] Feb 12 06:56:30.209 INFO O| Feb 12 06:56:30.209 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47252026-02-12T06:56:30.993Z[ recovery-image] Feb 12 06:56:30.222 INFO O| Feb 12 06:56:30.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
47262026-02-12T06:56:30.993Z[ recovery-image] Feb 12 06:56:30.222 INFO O| Feb 12 06:56:30.222 INFO STEP 22 (remove_files) COMPLETE
47272026-02-12T06:56:30.996Z[ recovery-image] Feb 12 06:56:30.222 INFO O| Feb 12 06:56:30.222 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47282026-02-12T06:56:31.006Z[ recovery-image] Feb 12 06:56:30.235 INFO O| Feb 12 06:56:30.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
47292026-02-12T06:56:31.006Z[ recovery-image] Feb 12 06:56:30.235 INFO O| Feb 12 06:56:30.235 INFO STEP 23 (remove_files) COMPLETE
47302026-02-12T06:56:31.006Z[ recovery-image] Feb 12 06:56:30.235 INFO O| Feb 12 06:56:30.235 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47312026-02-12T06:56:31.019Z[ recovery-image] Feb 12 06:56:30.248 INFO O| Feb 12 06:56:30.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
47322026-02-12T06:56:31.019Z[ recovery-image] Feb 12 06:56:30.248 INFO O| Feb 12 06:56:30.248 INFO STEP 24 (remove_files) COMPLETE
47332026-02-12T06:56:31.021Z[ recovery-image] Feb 12 06:56:30.248 INFO O| Feb 12 06:56:30.248 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47342026-02-12T06:56:31.031Z[ recovery-image] Feb 12 06:56:30.260 INFO O| Feb 12 06:56:30.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
47352026-02-12T06:56:31.031Z[ recovery-image] Feb 12 06:56:30.260 INFO O| Feb 12 06:56:30.260 INFO STEP 25 (remove_files) COMPLETE
47362026-02-12T06:56:31.034Z[ recovery-image] Feb 12 06:56:30.260 INFO O| Feb 12 06:56:30.260 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47372026-02-12T06:56:31.042Z[ recovery-image] Feb 12 06:56:30.271 INFO O| Feb 12 06:56:30.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
47382026-02-12T06:56:31.042Z[ recovery-image] Feb 12 06:56:30.271 INFO O| Feb 12 06:56:30.271 INFO STEP 26 (remove_files) COMPLETE
47392026-02-12T06:56:31.045Z[ recovery-image] Feb 12 06:56:30.271 INFO O| Feb 12 06:56:30.271 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47402026-02-12T06:56:31.052Z[ recovery-image] Feb 12 06:56:30.281 INFO O| Feb 12 06:56:30.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
47412026-02-12T06:56:31.052Z[ recovery-image] Feb 12 06:56:30.281 INFO O| Feb 12 06:56:30.281 INFO STEP 27 (remove_files) COMPLETE
47422026-02-12T06:56:31.052Z[ recovery-image] Feb 12 06:56:30.281 INFO O| Feb 12 06:56:30.281 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47432026-02-12T06:56:31.062Z[ recovery-image] Feb 12 06:56:30.291 INFO O| Feb 12 06:56:30.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
47442026-02-12T06:56:31.062Z[ recovery-image] Feb 12 06:56:30.291 INFO O| Feb 12 06:56:30.291 INFO STEP 28 (remove_files) COMPLETE
47452026-02-12T06:56:31.065Z[ recovery-image] Feb 12 06:56:30.291 INFO O| Feb 12 06:56:30.291 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47462026-02-12T06:56:31.072Z[ recovery-image] Feb 12 06:56:30.301 INFO O| Feb 12 06:56:30.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
47472026-02-12T06:56:31.072Z[ recovery-image] Feb 12 06:56:30.301 INFO O| Feb 12 06:56:30.301 INFO STEP 29 (remove_files) COMPLETE
47482026-02-12T06:56:31.072Z[ recovery-image] Feb 12 06:56:30.301 INFO O| Feb 12 06:56:30.301 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47492026-02-12T06:56:31.083Z[ recovery-image] Feb 12 06:56:30.312 INFO O| Feb 12 06:56:30.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
47502026-02-12T06:56:31.083Z[ recovery-image] Feb 12 06:56:30.312 INFO O| Feb 12 06:56:30.312 INFO STEP 30 (remove_files) COMPLETE
47512026-02-12T06:56:31.083Z[ recovery-image] Feb 12 06:56:30.312 INFO O| Feb 12 06:56:30.312 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47522026-02-12T06:56:31.093Z[ recovery-image] Feb 12 06:56:30.322 INFO O| Feb 12 06:56:30.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
47532026-02-12T06:56:31.096Z[ recovery-image] Feb 12 06:56:30.322 INFO O| Feb 12 06:56:30.322 INFO STEP 31 (remove_files) COMPLETE
47542026-02-12T06:56:31.096Z[ recovery-image] Feb 12 06:56:30.322 INFO O| Feb 12 06:56:30.322 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47552026-02-12T06:56:31.104Z[ recovery-image] Feb 12 06:56:30.333 INFO O| Feb 12 06:56:30.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
47562026-02-12T06:56:31.104Z[ recovery-image] Feb 12 06:56:30.333 INFO O| Feb 12 06:56:30.333 INFO STEP 32 (remove_files) COMPLETE
47572026-02-12T06:56:31.107Z[ recovery-image] Feb 12 06:56:30.333 INFO O| Feb 12 06:56:30.333 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47582026-02-12T06:56:31.117Z[ recovery-image] Feb 12 06:56:30.346 INFO O| Feb 12 06:56:30.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
47592026-02-12T06:56:31.117Z[ recovery-image] Feb 12 06:56:30.346 INFO O| Feb 12 06:56:30.346 INFO STEP 33 (remove_files) COMPLETE
47602026-02-12T06:56:31.120Z[ recovery-image] Feb 12 06:56:30.346 INFO O| Feb 12 06:56:30.346 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47612026-02-12T06:56:31.128Z[ recovery-image] Feb 12 06:56:30.357 INFO O| Feb 12 06:56:30.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
47622026-02-12T06:56:31.128Z[ recovery-image] Feb 12 06:56:30.358 INFO O| Feb 12 06:56:30.358 INFO STEP 34 (remove_files) COMPLETE
47632026-02-12T06:56:31.132Z[ recovery-image] Feb 12 06:56:30.358 INFO O| Feb 12 06:56:30.358 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47642026-02-12T06:56:31.140Z[ recovery-image] Feb 12 06:56:30.369 INFO O| Feb 12 06:56:30.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
47652026-02-12T06:56:31.140Z[ recovery-image] Feb 12 06:56:30.369 INFO O| Feb 12 06:56:30.369 INFO STEP 35 (remove_files) COMPLETE
47662026-02-12T06:56:31.143Z[ recovery-image] Feb 12 06:56:30.369 INFO O| Feb 12 06:56:30.369 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47672026-02-12T06:56:31.151Z[ recovery-image] Feb 12 06:56:30.380 INFO O| Feb 12 06:56:30.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
47682026-02-12T06:56:31.154Z[ recovery-image] Feb 12 06:56:30.380 INFO O| Feb 12 06:56:30.380 INFO STEP 36 (remove_files) COMPLETE
47692026-02-12T06:56:31.154Z[ recovery-image] Feb 12 06:56:30.380 INFO O| Feb 12 06:56:30.380 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47702026-02-12T06:56:31.163Z[ recovery-image] Feb 12 06:56:30.392 INFO O| Feb 12 06:56:30.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
47712026-02-12T06:56:31.163Z[ recovery-image] Feb 12 06:56:30.392 INFO O| Feb 12 06:56:30.392 INFO STEP 37 (remove_files) COMPLETE
47722026-02-12T06:56:31.166Z[ recovery-image] Feb 12 06:56:30.392 INFO O| Feb 12 06:56:30.392 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47732026-02-12T06:56:31.174Z[ recovery-image] Feb 12 06:56:30.403 INFO O| Feb 12 06:56:30.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
47742026-02-12T06:56:31.174Z[ recovery-image] Feb 12 06:56:30.403 INFO O| Feb 12 06:56:30.403 INFO STEP 38 (remove_files) COMPLETE
47752026-02-12T06:56:31.177Z[ recovery-image] Feb 12 06:56:30.403 INFO O| Feb 12 06:56:30.403 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47762026-02-12T06:56:31.187Z[ recovery-image] Feb 12 06:56:30.416 INFO O| Feb 12 06:56:30.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
47772026-02-12T06:56:31.187Z[ recovery-image] Feb 12 06:56:30.416 INFO O| Feb 12 06:56:30.416 INFO STEP 39 (remove_files) COMPLETE
47782026-02-12T06:56:31.190Z[ recovery-image] Feb 12 06:56:30.417 INFO O| Feb 12 06:56:30.416 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47792026-02-12T06:56:31.200Z[ recovery-image] Feb 12 06:56:30.429 INFO O| Feb 12 06:56:30.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
47802026-02-12T06:56:31.200Z[ recovery-image] Feb 12 06:56:30.429 INFO O| Feb 12 06:56:30.429 INFO STEP 40 (remove_files) COMPLETE
47812026-02-12T06:56:31.203Z[ recovery-image] Feb 12 06:56:30.429 INFO O| Feb 12 06:56:30.429 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47822026-02-12T06:56:31.212Z[ recovery-image] Feb 12 06:56:30.441 INFO O| Feb 12 06:56:30.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
47832026-02-12T06:56:31.212Z[ recovery-image] Feb 12 06:56:30.441 INFO O| Feb 12 06:56:30.441 INFO STEP 41 (remove_files) COMPLETE
47842026-02-12T06:56:31.212Z[ recovery-image] Feb 12 06:56:30.441 INFO O| Feb 12 06:56:30.441 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47852026-02-12T06:56:31.223Z[ recovery-image] Feb 12 06:56:30.452 INFO O| Feb 12 06:56:30.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
47862026-02-12T06:56:31.223Z[ recovery-image] Feb 12 06:56:30.452 INFO O| Feb 12 06:56:30.452 INFO STEP 42 (remove_files) COMPLETE
47872026-02-12T06:56:31.223Z[ recovery-image] Feb 12 06:56:30.452 INFO O| Feb 12 06:56:30.452 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47882026-02-12T06:56:31.235Z[ recovery-image] Feb 12 06:56:30.464 INFO O| Feb 12 06:56:30.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
47892026-02-12T06:56:31.235Z[ recovery-image] Feb 12 06:56:30.464 INFO O| Feb 12 06:56:30.464 INFO STEP 43 (remove_files) COMPLETE
47902026-02-12T06:56:31.238Z[ recovery-image] Feb 12 06:56:30.464 INFO O| Feb 12 06:56:30.464 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47912026-02-12T06:56:31.247Z[ recovery-image] Feb 12 06:56:30.476 INFO O| Feb 12 06:56:30.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
47922026-02-12T06:56:31.247Z[ recovery-image] Feb 12 06:56:30.476 INFO O| Feb 12 06:56:30.476 INFO STEP 44 (remove_files) COMPLETE
47932026-02-12T06:56:31.250Z[ recovery-image] Feb 12 06:56:30.476 INFO O| Feb 12 06:56:30.476 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47942026-02-12T06:56:31.258Z[ recovery-image] Feb 12 06:56:30.487 INFO O| Feb 12 06:56:30.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
47952026-02-12T06:56:31.258Z[ recovery-image] Feb 12 06:56:30.487 INFO O| Feb 12 06:56:30.487 INFO STEP 45 (remove_files) COMPLETE
47962026-02-12T06:56:31.262Z[ recovery-image] Feb 12 06:56:30.487 INFO O| Feb 12 06:56:30.487 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47972026-02-12T06:56:31.269Z[ recovery-image] Feb 12 06:56:30.498 INFO O| Feb 12 06:56:30.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
47982026-02-12T06:56:31.269Z[ recovery-image] Feb 12 06:56:30.498 INFO O| Feb 12 06:56:30.498 INFO STEP 46 (remove_files) COMPLETE
47992026-02-12T06:56:31.269Z[ recovery-image] Feb 12 06:56:30.498 INFO O| Feb 12 06:56:30.498 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48002026-02-12T06:56:31.282Z[ recovery-image] Feb 12 06:56:30.511 INFO O| Feb 12 06:56:30.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
48012026-02-12T06:56:31.282Z[ recovery-image] Feb 12 06:56:30.511 INFO O| Feb 12 06:56:30.511 INFO STEP 47 (remove_files) COMPLETE
48022026-02-12T06:56:31.285Z[ recovery-image] Feb 12 06:56:30.511 INFO O| Feb 12 06:56:30.511 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48032026-02-12T06:56:31.294Z[ recovery-image] Feb 12 06:56:30.523 INFO O| Feb 12 06:56:30.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
48042026-02-12T06:56:31.294Z[ recovery-image] Feb 12 06:56:30.523 INFO O| Feb 12 06:56:30.523 INFO STEP 48 (remove_files) COMPLETE
48052026-02-12T06:56:31.298Z[ recovery-image] Feb 12 06:56:30.523 INFO O| Feb 12 06:56:30.523 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48062026-02-12T06:56:31.307Z[ recovery-image] Feb 12 06:56:30.535 INFO O| Feb 12 06:56:30.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
48072026-02-12T06:56:31.307Z[ recovery-image] Feb 12 06:56:30.536 INFO O| Feb 12 06:56:30.536 INFO STEP 49 (remove_files) COMPLETE
48082026-02-12T06:56:31.307Z[ recovery-image] Feb 12 06:56:30.536 INFO O| Feb 12 06:56:30.536 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48092026-02-12T06:56:31.319Z[ recovery-image] Feb 12 06:56:30.548 INFO O| Feb 12 06:56:30.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
48102026-02-12T06:56:31.319Z[ recovery-image] Feb 12 06:56:30.548 INFO O| Feb 12 06:56:30.548 INFO STEP 50 (remove_files) COMPLETE
48112026-02-12T06:56:31.320Z[ recovery-image] Feb 12 06:56:30.548 INFO O| Feb 12 06:56:30.548 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48122026-02-12T06:56:31.332Z[ recovery-image] Feb 12 06:56:30.560 INFO O| Feb 12 06:56:30.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
48132026-02-12T06:56:31.332Z[ recovery-image] Feb 12 06:56:30.561 INFO O| Feb 12 06:56:30.561 INFO STEP 51 (remove_files) COMPLETE
48142026-02-12T06:56:31.332Z[ recovery-image] Feb 12 06:56:30.561 INFO O| Feb 12 06:56:30.561 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48152026-02-12T06:56:31.343Z[ recovery-image] Feb 12 06:56:30.572 INFO O| Feb 12 06:56:30.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
48162026-02-12T06:56:31.344Z[ recovery-image] Feb 12 06:56:30.572 INFO O| Feb 12 06:56:30.572 INFO STEP 52 (remove_files) COMPLETE
48172026-02-12T06:56:31.344Z[ recovery-image] Feb 12 06:56:30.572 INFO O| Feb 12 06:56:30.572 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48182026-02-12T06:56:31.356Z[ recovery-image] Feb 12 06:56:30.584 INFO O| Feb 12 06:56:30.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
48192026-02-12T06:56:31.356Z[ recovery-image] Feb 12 06:56:30.585 INFO O| Feb 12 06:56:30.585 INFO STEP 53 (remove_files) COMPLETE
48202026-02-12T06:56:31.360Z[ recovery-image] Feb 12 06:56:30.585 INFO O| Feb 12 06:56:30.585 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48212026-02-12T06:56:31.368Z[ recovery-image] Feb 12 06:56:30.597 INFO O| Feb 12 06:56:30.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
48222026-02-12T06:56:31.368Z[ recovery-image] Feb 12 06:56:30.597 INFO O| Feb 12 06:56:30.597 INFO STEP 54 (remove_files) COMPLETE
48232026-02-12T06:56:31.368Z[ recovery-image] Feb 12 06:56:30.597 INFO O| Feb 12 06:56:30.597 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48242026-02-12T06:56:31.380Z[ recovery-image] Feb 12 06:56:30.609 INFO O| Feb 12 06:56:30.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
48252026-02-12T06:56:31.380Z[ recovery-image] Feb 12 06:56:30.609 INFO O| Feb 12 06:56:30.609 INFO STEP 55 (remove_files) COMPLETE
48262026-02-12T06:56:31.380Z[ recovery-image] Feb 12 06:56:30.609 INFO O| Feb 12 06:56:30.609 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48272026-02-12T06:56:31.393Z[ recovery-image] Feb 12 06:56:30.622 INFO O| Feb 12 06:56:30.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
48282026-02-12T06:56:31.393Z[ recovery-image] Feb 12 06:56:30.622 INFO O| Feb 12 06:56:30.622 INFO STEP 56 (remove_files) COMPLETE
48292026-02-12T06:56:31.393Z[ recovery-image] Feb 12 06:56:30.622 INFO O| Feb 12 06:56:30.622 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48302026-02-12T06:56:31.406Z[ recovery-image] Feb 12 06:56:30.635 INFO O| Feb 12 06:56:30.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
48312026-02-12T06:56:31.406Z[ recovery-image] Feb 12 06:56:30.635 INFO O| Feb 12 06:56:30.635 INFO STEP 57 (remove_files) COMPLETE
48322026-02-12T06:56:31.406Z[ recovery-image] Feb 12 06:56:30.635 INFO O| Feb 12 06:56:30.635 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48332026-02-12T06:56:31.420Z[ recovery-image] Feb 12 06:56:30.649 INFO O| Feb 12 06:56:30.649 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
48342026-02-12T06:56:31.420Z[ recovery-image] Feb 12 06:56:30.649 INFO O| Feb 12 06:56:30.649 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
48352026-02-12T06:56:31.423Z[ recovery-image] Feb 12 06:56:30.650 INFO O| Feb 12 06:56:30.649 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
48362026-02-12T06:56:31.423Z[ recovery-image] Feb 12 06:56:30.650 INFO O| Feb 12 06:56:30.650 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
48372026-02-12T06:56:31.423Z[ recovery-image] Feb 12 06:56:30.651 INFO O| Feb 12 06:56:30.650 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
48382026-02-12T06:56:31.426Z[ recovery-image] Feb 12 06:56:30.653 INFO O| Feb 12 06:56:30.653 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
48392026-02-12T06:56:31.426Z[ recovery-image] Feb 12 06:56:30.653 INFO O| Feb 12 06:56:30.653 INFO ok!
48402026-02-12T06:56:31.426Z[ recovery-image] Feb 12 06:56:30.653 INFO O| Feb 12 06:56:30.653 INFO STEP 58 (ensure_file) COMPLETE
48412026-02-12T06:56:31.426Z[ recovery-image] Feb 12 06:56:30.653 INFO O| Feb 12 06:56:30.653 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48422026-02-12T06:56:31.437Z[ recovery-image] Feb 12 06:56:30.666 INFO O| Feb 12 06:56:30.666 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
48432026-02-12T06:56:31.437Z[ recovery-image] Feb 12 06:56:30.666 INFO O| Feb 12 06:56:30.666 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
48442026-02-12T06:56:31.437Z[ recovery-image] Feb 12 06:56:30.666 INFO O| Feb 12 06:56:30.666 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
48452026-02-12T06:56:31.437Z[ recovery-image] Feb 12 06:56:30.666 INFO O| Feb 12 06:56:30.666 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
48462026-02-12T06:56:31.440Z[ recovery-image] Feb 12 06:56:30.666 INFO O| Feb 12 06:56:30.666 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
48472026-02-12T06:56:31.440Z[ recovery-image] Feb 12 06:56:30.666 INFO O| Feb 12 06:56:30.666 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
48482026-02-12T06:56:31.440Z[ recovery-image] Feb 12 06:56:30.666 INFO O| Feb 12 06:56:30.666 INFO ok!
48492026-02-12T06:56:31.440Z[ recovery-image] Feb 12 06:56:30.666 INFO O| Feb 12 06:56:30.666 INFO STEP 59 (ensure_file) COMPLETE
48502026-02-12T06:56:31.440Z[ recovery-image] Feb 12 06:56:30.666 INFO O| Feb 12 06:56:30.666 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48512026-02-12T06:56:31.450Z[ recovery-image] Feb 12 06:56:30.679 INFO O| Feb 12 06:56:30.679 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
48522026-02-12T06:56:31.450Z[ recovery-image] Feb 12 06:56:30.679 INFO O| Feb 12 06:56:30.679 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
48532026-02-12T06:56:31.453Z[ recovery-image] Feb 12 06:56:30.679 INFO O| Feb 12 06:56:30.679 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
48542026-02-12T06:56:31.453Z[ recovery-image] Feb 12 06:56:30.679 INFO O| Feb 12 06:56:30.679 INFO ok!
48552026-02-12T06:56:31.453Z[ recovery-image] Feb 12 06:56:30.679 INFO O| Feb 12 06:56:30.679 INFO STEP 60 (ensure_file) COMPLETE
48562026-02-12T06:56:31.453Z[ recovery-image] Feb 12 06:56:30.679 INFO O| Feb 12 06:56:30.679 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48572026-02-12T06:56:31.464Z[ recovery-image] Feb 12 06:56:30.693 INFO O| Feb 12 06:56:30.693 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
48582026-02-12T06:56:31.464Z[ recovery-image] Feb 12 06:56:30.693 INFO O| Feb 12 06:56:30.693 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
48592026-02-12T06:56:31.467Z[ recovery-image] Feb 12 06:56:30.693 INFO O| Feb 12 06:56:30.693 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
48602026-02-12T06:56:31.467Z[ recovery-image] Feb 12 06:56:30.693 INFO O| Feb 12 06:56:30.693 INFO ok!
48612026-02-12T06:56:31.467Z[ recovery-image] Feb 12 06:56:30.693 INFO O| Feb 12 06:56:30.693 INFO STEP 61 (ensure_file) COMPLETE
48622026-02-12T06:56:31.467Z[ recovery-image] Feb 12 06:56:30.693 INFO O| Feb 12 06:56:30.693 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48632026-02-12T06:56:31.475Z[ recovery-image] Feb 12 06:56:30.705 INFO O| Feb 12 06:56:30.704 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
48642026-02-12T06:56:31.475Z[ recovery-image] Feb 12 06:56:30.705 INFO O| Feb 12 06:56:30.705 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
48652026-02-12T06:56:31.478Z[ recovery-image] Feb 12 06:56:30.705 INFO O| Feb 12 06:56:30.705 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
48662026-02-12T06:56:31.478Z[ recovery-image] Feb 12 06:56:30.705 INFO O| Feb 12 06:56:30.705 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
48672026-02-12T06:56:31.478Z[ recovery-image] Feb 12 06:56:30.705 INFO O| Feb 12 06:56:30.705 INFO ok!
48682026-02-12T06:56:31.478Z[ recovery-image] Feb 12 06:56:30.705 INFO O| Feb 12 06:56:30.705 INFO STEP 62 (ensure_file) COMPLETE
48692026-02-12T06:56:31.478Z[ recovery-image] Feb 12 06:56:30.705 INFO O| Feb 12 06:56:30.705 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48702026-02-12T06:56:31.489Z[ recovery-image] Feb 12 06:56:30.718 INFO O| Feb 12 06:56:30.718 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
48712026-02-12T06:56:31.489Z[ recovery-image] Feb 12 06:56:30.718 INFO O| Feb 12 06:56:30.718 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
48722026-02-12T06:56:31.492Z[ recovery-image] Feb 12 06:56:30.719 INFO O| Feb 12 06:56:30.719 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
48732026-02-12T06:56:31.492Z[ recovery-image] Feb 12 06:56:30.719 INFO O| Feb 12 06:56:30.719 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
48742026-02-12T06:56:31.492Z[ recovery-image] Feb 12 06:56:30.719 INFO O| Feb 12 06:56:30.719 INFO ok!
48752026-02-12T06:56:31.492Z[ recovery-image] Feb 12 06:56:30.719 INFO O| Feb 12 06:56:30.719 INFO STEP 63 (ensure_file) COMPLETE
48762026-02-12T06:56:31.492Z[ recovery-image] Feb 12 06:56:30.719 INFO O| Feb 12 06:56:30.719 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48772026-02-12T06:56:31.503Z[ recovery-image] Feb 12 06:56:30.732 INFO O| Feb 12 06:56:30.732 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
48782026-02-12T06:56:31.503Z[ recovery-image] Feb 12 06:56:30.732 INFO O| Feb 12 06:56:30.732 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
48792026-02-12T06:56:31.506Z[ recovery-image] Feb 12 06:56:30.734 INFO O| Feb 12 06:56:30.733 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
48802026-02-12T06:56:31.506Z[ recovery-image] Feb 12 06:56:30.734 INFO O| Feb 12 06:56:30.734 INFO ok!
48812026-02-12T06:56:31.506Z[ recovery-image] Feb 12 06:56:30.734 INFO O| Feb 12 06:56:30.734 INFO STEP 64 (assemble_files) COMPLETE
48822026-02-12T06:56:31.506Z[ recovery-image] Feb 12 06:56:30.734 INFO O| Feb 12 06:56:30.734 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48832026-02-12T06:56:31.516Z[ recovery-image] Feb 12 06:56:30.745 INFO O| Feb 12 06:56:30.745 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
48842026-02-12T06:56:31.516Z[ recovery-image] Feb 12 06:56:30.745 INFO O| Feb 12 06:56:30.745 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
48852026-02-12T06:56:31.519Z[ recovery-image] Feb 12 06:56:30.746 INFO O| Feb 12 06:56:30.746 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
48862026-02-12T06:56:31.519Z[ recovery-image] Feb 12 06:56:30.746 INFO O| Feb 12 06:56:30.746 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
48872026-02-12T06:56:31.519Z[ recovery-image] Feb 12 06:56:30.746 INFO O| Feb 12 06:56:30.746 INFO ok!
48882026-02-12T06:56:31.519Z[ recovery-image] Feb 12 06:56:30.746 INFO O| Feb 12 06:56:30.746 INFO STEP 65 (ensure_file) COMPLETE
48892026-02-12T06:56:31.519Z[ recovery-image] Feb 12 06:56:30.746 INFO O| Feb 12 06:56:30.746 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48902026-02-12T06:56:31.519Z[ recovery-image] Feb 12 06:56:30.746 INFO O| Feb 12 06:56:30.746 INFO skip step because feature "omicron1" is not enabled
48912026-02-12T06:56:31.519Z[ recovery-image] Feb 12 06:56:30.746 INFO O| Feb 12 06:56:30.746 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48922026-02-12T06:56:31.519Z[ recovery-image] Feb 12 06:56:30.746 INFO O| Feb 12 06:56:30.746 INFO skip step because feature "omicron1" is not enabled
48932026-02-12T06:56:31.519Z[ recovery-image] Feb 12 06:56:30.746 INFO O| Feb 12 06:56:30.746 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48942026-02-12T06:56:31.519Z[ recovery-image] Feb 12 06:56:30.746 INFO O| Feb 12 06:56:30.746 INFO skip step because feature "omicron1" is not enabled
48952026-02-12T06:56:31.520Z[ recovery-image] Feb 12 06:56:30.746 INFO O| Feb 12 06:56:30.746 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48962026-02-12T06:56:31.537Z[ recovery-image] Feb 12 06:56:30.766 INFO O| Feb 12 06:56:30.766 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
48972026-02-12T06:56:31.537Z[ recovery-image] Feb 12 06:56:30.766 INFO O| Feb 12 06:56:30.766 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
48982026-02-12T06:56:34.146Z[ recovery-image] Feb 12 06:56:33.374 INFO O| Feb 12 06:56:33.374 INFO STEP 69 (pack_tar) COMPLETE
48992026-02-12T06:56:34.146Z[ recovery-image] Feb 12 06:56:33.374 INFO O| Feb 12 06:56:33.374 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49002026-02-12T06:56:34.149Z[ recovery-image] Feb 12 06:56:33.374 INFO O| Feb 12 06:56:33.374 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
49012026-02-12T06:56:34.740Z[ recovery-image] Feb 12 06:56:33.969 INFO O| Feb 12 06:56:33.969 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49022026-02-12T06:56:34.842Z[ recovery-image] Feb 12 06:56:34.070 INFO O| Feb 12 06:56:34.070 INFO completed processing sled/ramdisk-02-trim
49032026-02-12T06:56:34.845Z[ recovery-image] Feb 12 06:56:34.073 INFO image builder template: ramdisk-03-recovery-trim...
49042026-02-12T06:56:34.845Z[ recovery-image] Feb 12 06:56:34.073 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/.tmpVN4njM/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@18.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-03-recovery-trim"], pwd: None
49052026-02-12T06:56:35.007Z[ recovery-image] Feb 12 06:56:34.235 INFO O| Feb 12 06:56:34.235 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
49062026-02-12T06:56:35.011Z[ recovery-image] Feb 12 06:56:34.240 INFO O| Feb 12 06:56:34.240 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
49072026-02-12T06:56:35.116Z[ recovery-image] Feb 12 06:56:34.344 INFO O| Feb 12 06:56:34.344 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
49082026-02-12T06:56:35.196Z[ recovery-image] Feb 12 06:56:34.425 INFO O| Feb 12 06:56:34.425 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
49092026-02-12T06:56:35.196Z[ recovery-image] Feb 12 06:56:34.425 INFO O| Feb 12 06:56:34.425 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49102026-02-12T06:56:35.206Z[ recovery-image] Feb 12 06:56:34.434 INFO O| Feb 12 06:56:34.434 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
49112026-02-12T06:56:35.210Z[ recovery-image] Feb 12 06:56:34.439 INFO O| Feb 12 06:56:34.439 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49122026-02-12T06:56:35.216Z[ recovery-image] Feb 12 06:56:34.445 INFO O| Feb 12 06:56:34.445 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
49132026-02-12T06:56:35.619Z[ recovery-image] Feb 12 06:56:34.847 INFO O| Feb 12 06:56:34.847 INFO rolled back to input snapshot; work may begin
49142026-02-12T06:56:35.619Z[ recovery-image] Feb 12 06:56:34.847 INFO O| Feb 12 06:56:34.847 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49152026-02-12T06:56:35.625Z[ recovery-image] Feb 12 06:56:34.854 INFO O| Feb 12 06:56:34.854 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162026-02-12T06:56:35.637Z[ recovery-image] Feb 12 06:56:34.866 INFO O| Feb 12 06:56:34.866 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
49172026-02-12T06:56:35.641Z[ recovery-image] Feb 12 06:56:34.870 INFO O| Feb 12 06:56:34.870 INFO STEP 0 (remove_files) COMPLETE
49182026-02-12T06:56:35.641Z[ recovery-image] Feb 12 06:56:34.870 INFO O| Feb 12 06:56:34.870 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192026-02-12T06:56:35.654Z[ recovery-image] Feb 12 06:56:34.883 INFO O| Feb 12 06:56:34.883 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
49202026-02-12T06:56:35.730Z[ recovery-image] Feb 12 06:56:34.958 INFO O| Feb 12 06:56:34.958 INFO STEP 1 (remove_files) COMPLETE
49212026-02-12T06:56:35.730Z[ recovery-image] Feb 12 06:56:34.958 INFO O| Feb 12 06:56:34.958 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222026-02-12T06:56:35.745Z[ recovery-image] Feb 12 06:56:34.973 INFO O| Feb 12 06:56:34.973 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
49232026-02-12T06:56:35.748Z[ recovery-image] Feb 12 06:56:34.976 INFO O| Feb 12 06:56:34.976 INFO STEP 2 (remove_files) COMPLETE
49242026-02-12T06:56:35.748Z[ recovery-image] Feb 12 06:56:34.976 INFO O| Feb 12 06:56:34.976 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252026-02-12T06:56:35.761Z[ recovery-image] Feb 12 06:56:34.990 INFO O| Feb 12 06:56:34.990 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
49262026-02-12T06:56:35.827Z[ recovery-image] Feb 12 06:56:35.056 INFO O| Feb 12 06:56:35.056 INFO STEP 3 (remove_files) COMPLETE
49272026-02-12T06:56:35.827Z[ recovery-image] Feb 12 06:56:35.056 INFO O| Feb 12 06:56:35.056 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282026-02-12T06:56:35.842Z[ recovery-image] Feb 12 06:56:35.070 INFO O| Feb 12 06:56:35.070 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
49292026-02-12T06:56:35.860Z[ recovery-image] Feb 12 06:56:35.089 INFO O| Feb 12 06:56:35.089 INFO STEP 4 (remove_files) COMPLETE
49302026-02-12T06:56:35.860Z[ recovery-image] Feb 12 06:56:35.089 INFO O| Feb 12 06:56:35.089 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312026-02-12T06:56:35.875Z[ recovery-image] Feb 12 06:56:35.103 INFO O| Feb 12 06:56:35.103 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
49322026-02-12T06:56:35.878Z[ recovery-image] Feb 12 06:56:35.106 INFO O| Feb 12 06:56:35.106 INFO STEP 5 (remove_files) COMPLETE
49332026-02-12T06:56:35.878Z[ recovery-image] Feb 12 06:56:35.106 INFO O| Feb 12 06:56:35.106 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342026-02-12T06:56:35.890Z[ recovery-image] Feb 12 06:56:35.119 INFO O| Feb 12 06:56:35.119 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
49352026-02-12T06:56:35.893Z[ recovery-image] Feb 12 06:56:35.122 INFO O| Feb 12 06:56:35.122 INFO STEP 6 (remove_files) COMPLETE
49362026-02-12T06:56:35.893Z[ recovery-image] Feb 12 06:56:35.122 INFO O| Feb 12 06:56:35.122 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372026-02-12T06:56:35.907Z[ recovery-image] Feb 12 06:56:35.135 INFO O| Feb 12 06:56:35.135 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
49382026-02-12T06:56:35.913Z[ recovery-image] Feb 12 06:56:35.141 INFO O| Feb 12 06:56:35.141 INFO STEP 7 (remove_files) COMPLETE
49392026-02-12T06:56:35.913Z[ recovery-image] Feb 12 06:56:35.142 INFO O| Feb 12 06:56:35.141 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402026-02-12T06:56:35.927Z[ recovery-image] Feb 12 06:56:35.156 INFO O| Feb 12 06:56:35.156 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
49412026-02-12T06:56:35.930Z[ recovery-image] Feb 12 06:56:35.158 INFO O| Feb 12 06:56:35.158 INFO STEP 8 (remove_files) COMPLETE
49422026-02-12T06:56:35.930Z[ recovery-image] Feb 12 06:56:35.158 INFO O| Feb 12 06:56:35.158 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432026-02-12T06:56:36.053Z[ recovery-image] Feb 12 06:56:35.172 INFO O| Feb 12 06:56:35.172 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
49442026-02-12T06:56:36.053Z[ recovery-image] Feb 12 06:56:35.174 INFO O| Feb 12 06:56:35.174 INFO STEP 9 (remove_files) COMPLETE
49452026-02-12T06:56:36.053Z[ recovery-image] Feb 12 06:56:35.174 INFO O| Feb 12 06:56:35.174 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462026-02-12T06:56:36.053Z[ recovery-image] Feb 12 06:56:35.188 INFO O| Feb 12 06:56:35.188 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
49472026-02-12T06:56:36.056Z[ recovery-image] Feb 12 06:56:35.267 INFO O| Feb 12 06:56:35.267 INFO STEP 10 (remove_files) COMPLETE
49482026-02-12T06:56:36.056Z[ recovery-image] Feb 12 06:56:35.267 INFO O| Feb 12 06:56:35.267 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492026-02-12T06:56:36.063Z[ recovery-image] Feb 12 06:56:35.292 INFO O| Feb 12 06:56:35.292 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
49502026-02-12T06:56:36.067Z[ recovery-image] Feb 12 06:56:35.295 INFO O| Feb 12 06:56:35.295 INFO STEP 11 (remove_files) COMPLETE
49512026-02-12T06:56:36.067Z[ recovery-image] Feb 12 06:56:35.295 INFO O| Feb 12 06:56:35.295 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522026-02-12T06:56:36.084Z[ recovery-image] Feb 12 06:56:35.308 INFO O| Feb 12 06:56:35.308 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
49532026-02-12T06:56:36.084Z[ recovery-image] Feb 12 06:56:35.312 INFO O| Feb 12 06:56:35.312 INFO STEP 12 (remove_files) COMPLETE
49542026-02-12T06:56:36.084Z[ recovery-image] Feb 12 06:56:35.312 INFO O| Feb 12 06:56:35.312 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552026-02-12T06:56:36.098Z[ recovery-image] Feb 12 06:56:35.326 INFO O| Feb 12 06:56:35.326 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
49562026-02-12T06:56:36.101Z[ recovery-image] Feb 12 06:56:35.327 INFO O| Feb 12 06:56:35.327 INFO STEP 13 (remove_files) COMPLETE
49572026-02-12T06:56:36.101Z[ recovery-image] Feb 12 06:56:35.327 INFO O| Feb 12 06:56:35.327 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582026-02-12T06:56:36.110Z[ recovery-image] Feb 12 06:56:35.339 INFO O| Feb 12 06:56:35.339 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
49592026-02-12T06:56:36.114Z[ recovery-image] Feb 12 06:56:35.340 INFO O| Feb 12 06:56:35.340 INFO STEP 14 (remove_files) COMPLETE
49602026-02-12T06:56:36.114Z[ recovery-image] Feb 12 06:56:35.340 INFO O| Feb 12 06:56:35.340 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612026-02-12T06:56:36.125Z[ recovery-image] Feb 12 06:56:35.353 INFO O| Feb 12 06:56:35.353 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
49622026-02-12T06:56:36.134Z[ recovery-image] Feb 12 06:56:35.363 INFO O| Feb 12 06:56:35.363 INFO STEP 15 (remove_files) COMPLETE
49632026-02-12T06:56:36.134Z[ recovery-image] Feb 12 06:56:35.363 INFO O| Feb 12 06:56:35.363 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642026-02-12T06:56:36.148Z[ recovery-image] Feb 12 06:56:35.376 INFO O| Feb 12 06:56:35.376 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
49652026-02-12T06:56:36.148Z[ recovery-image] Feb 12 06:56:35.377 INFO O| Feb 12 06:56:35.376 INFO STEP 16 (remove_files) COMPLETE
49662026-02-12T06:56:36.151Z[ recovery-image] Feb 12 06:56:35.377 INFO O| Feb 12 06:56:35.377 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672026-02-12T06:56:36.161Z[ recovery-image] Feb 12 06:56:35.389 INFO O| Feb 12 06:56:35.389 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
49682026-02-12T06:56:36.164Z[ recovery-image] Feb 12 06:56:35.390 INFO O| Feb 12 06:56:35.390 INFO STEP 17 (remove_files) COMPLETE
49692026-02-12T06:56:36.164Z[ recovery-image] Feb 12 06:56:35.390 INFO O| Feb 12 06:56:35.390 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702026-02-12T06:56:36.174Z[ recovery-image] Feb 12 06:56:35.402 INFO O| Feb 12 06:56:35.402 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
49712026-02-12T06:56:36.230Z[ recovery-image] Feb 12 06:56:35.458 INFO O| Feb 12 06:56:35.458 INFO STEP 18 (remove_files) COMPLETE
49722026-02-12T06:56:36.230Z[ recovery-image] Feb 12 06:56:35.458 INFO O| Feb 12 06:56:35.458 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732026-02-12T06:56:36.243Z[ recovery-image] Feb 12 06:56:35.472 INFO O| Feb 12 06:56:35.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
49742026-02-12T06:56:36.247Z[ recovery-image] Feb 12 06:56:35.473 INFO O| Feb 12 06:56:35.473 INFO STEP 19 (remove_files) COMPLETE
49752026-02-12T06:56:36.247Z[ recovery-image] Feb 12 06:56:35.473 INFO O| Feb 12 06:56:35.473 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762026-02-12T06:56:36.257Z[ recovery-image] Feb 12 06:56:35.485 INFO O| Feb 12 06:56:35.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
49772026-02-12T06:56:36.260Z[ recovery-image] Feb 12 06:56:35.486 INFO O| Feb 12 06:56:35.486 INFO STEP 20 (remove_files) COMPLETE
49782026-02-12T06:56:36.260Z[ recovery-image] Feb 12 06:56:35.486 INFO O| Feb 12 06:56:35.486 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792026-02-12T06:56:36.272Z[ recovery-image] Feb 12 06:56:35.500 INFO O| Feb 12 06:56:35.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
49802026-02-12T06:56:36.275Z[ recovery-image] Feb 12 06:56:35.500 INFO O| Feb 12 06:56:35.500 INFO STEP 21 (remove_files) COMPLETE
49812026-02-12T06:56:36.275Z[ recovery-image] Feb 12 06:56:35.500 INFO O| Feb 12 06:56:35.500 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822026-02-12T06:56:36.284Z[ recovery-image] Feb 12 06:56:35.513 INFO O| Feb 12 06:56:35.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
49832026-02-12T06:56:36.288Z[ recovery-image] Feb 12 06:56:35.513 INFO O| Feb 12 06:56:35.513 INFO STEP 22 (remove_files) COMPLETE
49842026-02-12T06:56:36.288Z[ recovery-image] Feb 12 06:56:35.513 INFO O| Feb 12 06:56:35.513 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852026-02-12T06:56:36.298Z[ recovery-image] Feb 12 06:56:35.526 INFO O| Feb 12 06:56:35.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
49862026-02-12T06:56:36.301Z[ recovery-image] Feb 12 06:56:35.527 INFO O| Feb 12 06:56:35.526 INFO STEP 23 (remove_files) COMPLETE
49872026-02-12T06:56:36.301Z[ recovery-image] Feb 12 06:56:35.527 INFO O| Feb 12 06:56:35.527 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882026-02-12T06:56:36.312Z[ recovery-image] Feb 12 06:56:35.540 INFO O| Feb 12 06:56:35.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
49892026-02-12T06:56:36.312Z[ recovery-image] Feb 12 06:56:35.540 INFO O| Feb 12 06:56:35.540 INFO STEP 24 (remove_files) COMPLETE
49902026-02-12T06:56:36.315Z[ recovery-image] Feb 12 06:56:35.540 INFO O| Feb 12 06:56:35.540 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912026-02-12T06:56:36.325Z[ recovery-image] Feb 12 06:56:35.554 INFO O| Feb 12 06:56:35.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
49922026-02-12T06:56:36.328Z[ recovery-image] Feb 12 06:56:35.555 INFO O| Feb 12 06:56:35.555 INFO STEP 25 (remove_files) COMPLETE
49932026-02-12T06:56:36.328Z[ recovery-image] Feb 12 06:56:35.555 INFO O| Feb 12 06:56:35.555 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942026-02-12T06:56:36.337Z[ recovery-image] Feb 12 06:56:35.565 INFO O| Feb 12 06:56:35.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
49952026-02-12T06:56:36.340Z[ recovery-image] Feb 12 06:56:35.566 INFO O| Feb 12 06:56:35.566 INFO STEP 26 (remove_files) COMPLETE
49962026-02-12T06:56:36.340Z[ recovery-image] Feb 12 06:56:35.566 INFO O| Feb 12 06:56:35.566 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972026-02-12T06:56:36.352Z[ recovery-image] Feb 12 06:56:35.581 INFO O| Feb 12 06:56:35.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack"
49982026-02-12T06:56:36.355Z[ recovery-image] Feb 12 06:56:35.581 INFO O| Feb 12 06:56:35.581 INFO STEP 27 (remove_files) COMPLETE
49992026-02-12T06:56:36.355Z[ recovery-image] Feb 12 06:56:35.581 INFO O| Feb 12 06:56:35.581 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002026-02-12T06:56:36.365Z[ recovery-image] Feb 12 06:56:35.593 INFO O| Feb 12 06:56:35.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
50012026-02-12T06:56:36.365Z[ recovery-image] Feb 12 06:56:35.593 INFO O| Feb 12 06:56:35.593 INFO STEP 28 (remove_files) COMPLETE
50022026-02-12T06:56:36.365Z[ recovery-image] Feb 12 06:56:35.593 INFO O| Feb 12 06:56:35.593 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032026-02-12T06:56:36.378Z[ recovery-image] Feb 12 06:56:35.606 INFO O| Feb 12 06:56:35.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
50042026-02-12T06:56:36.378Z[ recovery-image] Feb 12 06:56:35.606 INFO O| Feb 12 06:56:35.606 INFO STEP 29 (remove_files) COMPLETE
50052026-02-12T06:56:36.381Z[ recovery-image] Feb 12 06:56:35.607 INFO O| Feb 12 06:56:35.607 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062026-02-12T06:56:36.390Z[ recovery-image] Feb 12 06:56:35.619 INFO O| Feb 12 06:56:35.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
50072026-02-12T06:56:36.391Z[ recovery-image] Feb 12 06:56:35.619 INFO O| Feb 12 06:56:35.619 INFO STEP 30 (remove_files) COMPLETE
50082026-02-12T06:56:36.394Z[ recovery-image] Feb 12 06:56:35.619 INFO O| Feb 12 06:56:35.619 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092026-02-12T06:56:36.403Z[ recovery-image] Feb 12 06:56:35.631 INFO O| Feb 12 06:56:35.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
50102026-02-12T06:56:36.403Z[ recovery-image] Feb 12 06:56:35.631 INFO O| Feb 12 06:56:35.631 INFO STEP 31 (remove_files) COMPLETE
50112026-02-12T06:56:36.406Z[ recovery-image] Feb 12 06:56:35.631 INFO O| Feb 12 06:56:35.631 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122026-02-12T06:56:36.415Z[ recovery-image] Feb 12 06:56:35.643 INFO O| Feb 12 06:56:35.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
50132026-02-12T06:56:36.415Z[ recovery-image] Feb 12 06:56:35.644 INFO O| Feb 12 06:56:35.644 INFO STEP 32 (remove_files) COMPLETE
50142026-02-12T06:56:36.415Z[ recovery-image] Feb 12 06:56:35.644 INFO O| Feb 12 06:56:35.644 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152026-02-12T06:56:36.427Z[ recovery-image] Feb 12 06:56:35.656 INFO O| Feb 12 06:56:35.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
50162026-02-12T06:56:36.431Z[ recovery-image] Feb 12 06:56:35.657 INFO O| Feb 12 06:56:35.657 INFO STEP 33 (remove_files) COMPLETE
50172026-02-12T06:56:36.431Z[ recovery-image] Feb 12 06:56:35.657 INFO O| Feb 12 06:56:35.657 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182026-02-12T06:56:36.440Z[ recovery-image] Feb 12 06:56:35.669 INFO O| Feb 12 06:56:35.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
50192026-02-12T06:56:36.440Z[ recovery-image] Feb 12 06:56:35.669 INFO O| Feb 12 06:56:35.669 INFO STEP 34 (remove_files) COMPLETE
50202026-02-12T06:56:36.443Z[ recovery-image] Feb 12 06:56:35.669 INFO O| Feb 12 06:56:35.669 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212026-02-12T06:56:36.454Z[ recovery-image] Feb 12 06:56:35.682 INFO O| Feb 12 06:56:35.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
50222026-02-12T06:56:36.454Z[ recovery-image] Feb 12 06:56:35.682 INFO O| Feb 12 06:56:35.682 INFO STEP 35 (remove_files) COMPLETE
50232026-02-12T06:56:36.454Z[ recovery-image] Feb 12 06:56:35.682 INFO O| Feb 12 06:56:35.682 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242026-02-12T06:56:36.466Z[ recovery-image] Feb 12 06:56:35.694 INFO O| Feb 12 06:56:35.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
50252026-02-12T06:56:36.466Z[ recovery-image] Feb 12 06:56:35.694 INFO O| Feb 12 06:56:35.694 INFO STEP 36 (remove_files) COMPLETE
50262026-02-12T06:56:36.469Z[ recovery-image] Feb 12 06:56:35.694 INFO O| Feb 12 06:56:35.694 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272026-02-12T06:56:36.478Z[ recovery-image] Feb 12 06:56:35.706 INFO O| Feb 12 06:56:35.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
50282026-02-12T06:56:36.478Z[ recovery-image] Feb 12 06:56:35.707 INFO O| Feb 12 06:56:35.707 INFO STEP 37 (remove_files) COMPLETE
50292026-02-12T06:56:36.481Z[ recovery-image] Feb 12 06:56:35.707 INFO O| Feb 12 06:56:35.707 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302026-02-12T06:56:36.491Z[ recovery-image] Feb 12 06:56:35.719 INFO O| Feb 12 06:56:35.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
50312026-02-12T06:56:36.491Z[ recovery-image] Feb 12 06:56:35.719 INFO O| Feb 12 06:56:35.719 INFO STEP 38 (remove_files) COMPLETE
50322026-02-12T06:56:36.494Z[ recovery-image] Feb 12 06:56:35.719 INFO O| Feb 12 06:56:35.719 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332026-02-12T06:56:36.503Z[ recovery-image] Feb 12 06:56:35.731 INFO O| Feb 12 06:56:35.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
50342026-02-12T06:56:36.503Z[ recovery-image] Feb 12 06:56:35.731 INFO O| Feb 12 06:56:35.731 INFO STEP 39 (remove_files) COMPLETE
50352026-02-12T06:56:36.503Z[ recovery-image] Feb 12 06:56:35.731 INFO O| Feb 12 06:56:35.731 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362026-02-12T06:56:36.514Z[ recovery-image] Feb 12 06:56:35.743 INFO O| Feb 12 06:56:35.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
50372026-02-12T06:56:36.514Z[ recovery-image] Feb 12 06:56:35.743 INFO O| Feb 12 06:56:35.743 INFO STEP 40 (remove_files) COMPLETE
50382026-02-12T06:56:36.514Z[ recovery-image] Feb 12 06:56:35.743 INFO O| Feb 12 06:56:35.743 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392026-02-12T06:56:36.527Z[ recovery-image] Feb 12 06:56:35.756 INFO O| Feb 12 06:56:35.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
50402026-02-12T06:56:36.528Z[ recovery-image] Feb 12 06:56:35.756 INFO O| Feb 12 06:56:35.756 INFO STEP 41 (remove_files) COMPLETE
50412026-02-12T06:56:36.528Z[ recovery-image] Feb 12 06:56:35.756 INFO O| Feb 12 06:56:35.756 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422026-02-12T06:56:36.540Z[ recovery-image] Feb 12 06:56:35.769 INFO O| Feb 12 06:56:35.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
50432026-02-12T06:56:36.540Z[ recovery-image] Feb 12 06:56:35.769 INFO O| Feb 12 06:56:35.769 INFO STEP 42 (remove_files) COMPLETE
50442026-02-12T06:56:36.540Z[ recovery-image] Feb 12 06:56:35.769 INFO O| Feb 12 06:56:35.769 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452026-02-12T06:56:36.553Z[ recovery-image] Feb 12 06:56:35.781 INFO O| Feb 12 06:56:35.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
50462026-02-12T06:56:36.553Z[ recovery-image] Feb 12 06:56:35.782 INFO O| Feb 12 06:56:35.782 INFO STEP 43 (remove_files) COMPLETE
50472026-02-12T06:56:36.556Z[ recovery-image] Feb 12 06:56:35.782 INFO O| Feb 12 06:56:35.782 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482026-02-12T06:56:36.566Z[ recovery-image] Feb 12 06:56:35.795 INFO O| Feb 12 06:56:35.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
50492026-02-12T06:56:36.566Z[ recovery-image] Feb 12 06:56:35.795 INFO O| Feb 12 06:56:35.795 INFO STEP 44 (remove_files) COMPLETE
50502026-02-12T06:56:36.569Z[ recovery-image] Feb 12 06:56:35.795 INFO O| Feb 12 06:56:35.795 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512026-02-12T06:56:36.577Z[ recovery-image] Feb 12 06:56:35.806 INFO O| Feb 12 06:56:35.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
50522026-02-12T06:56:36.577Z[ recovery-image] Feb 12 06:56:35.806 INFO O| Feb 12 06:56:35.806 INFO STEP 45 (remove_files) COMPLETE
50532026-02-12T06:56:36.581Z[ recovery-image] Feb 12 06:56:35.806 INFO O| Feb 12 06:56:35.806 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542026-02-12T06:56:36.588Z[ recovery-image] Feb 12 06:56:35.817 INFO O| Feb 12 06:56:35.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
50552026-02-12T06:56:36.588Z[ recovery-image] Feb 12 06:56:35.817 INFO O| Feb 12 06:56:35.817 INFO STEP 46 (remove_files) COMPLETE
50562026-02-12T06:56:36.588Z[ recovery-image] Feb 12 06:56:35.817 INFO O| Feb 12 06:56:35.817 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572026-02-12T06:56:36.599Z[ recovery-image] Feb 12 06:56:35.827 INFO O| Feb 12 06:56:35.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
50582026-02-12T06:56:36.599Z[ recovery-image] Feb 12 06:56:35.827 INFO O| Feb 12 06:56:35.827 INFO STEP 47 (remove_files) COMPLETE
50592026-02-12T06:56:36.602Z[ recovery-image] Feb 12 06:56:35.827 INFO O| Feb 12 06:56:35.827 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602026-02-12T06:56:36.610Z[ recovery-image] Feb 12 06:56:35.838 INFO O| Feb 12 06:56:35.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
50612026-02-12T06:56:36.610Z[ recovery-image] Feb 12 06:56:35.839 INFO O| Feb 12 06:56:35.839 INFO STEP 48 (remove_files) COMPLETE
50622026-02-12T06:56:36.610Z[ recovery-image] Feb 12 06:56:35.839 INFO O| Feb 12 06:56:35.839 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632026-02-12T06:56:36.621Z[ recovery-image] Feb 12 06:56:35.850 INFO O| Feb 12 06:56:35.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
50642026-02-12T06:56:36.621Z[ recovery-image] Feb 12 06:56:35.850 INFO O| Feb 12 06:56:35.850 INFO STEP 49 (remove_files) COMPLETE
50652026-02-12T06:56:36.625Z[ recovery-image] Feb 12 06:56:35.850 INFO O| Feb 12 06:56:35.850 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662026-02-12T06:56:36.633Z[ recovery-image] Feb 12 06:56:35.861 INFO O| Feb 12 06:56:35.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
50672026-02-12T06:56:36.636Z[ recovery-image] Feb 12 06:56:35.862 INFO O| Feb 12 06:56:35.862 INFO STEP 50 (remove_files) COMPLETE
50682026-02-12T06:56:36.636Z[ recovery-image] Feb 12 06:56:35.862 INFO O| Feb 12 06:56:35.862 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692026-02-12T06:56:36.647Z[ recovery-image] Feb 12 06:56:35.876 INFO O| Feb 12 06:56:35.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
50702026-02-12T06:56:36.651Z[ recovery-image] Feb 12 06:56:35.876 INFO O| Feb 12 06:56:35.876 INFO STEP 51 (remove_files) COMPLETE
50712026-02-12T06:56:36.651Z[ recovery-image] Feb 12 06:56:35.876 INFO O| Feb 12 06:56:35.876 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722026-02-12T06:56:36.660Z[ recovery-image] Feb 12 06:56:35.889 INFO O| Feb 12 06:56:35.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
50732026-02-12T06:56:36.664Z[ recovery-image] Feb 12 06:56:35.890 INFO O| Feb 12 06:56:35.889 INFO STEP 52 (remove_files) COMPLETE
50742026-02-12T06:56:36.664Z[ recovery-image] Feb 12 06:56:35.890 INFO O| Feb 12 06:56:35.889 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752026-02-12T06:56:36.675Z[ recovery-image] Feb 12 06:56:35.903 INFO O| Feb 12 06:56:35.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
50762026-02-12T06:56:36.675Z[ recovery-image] Feb 12 06:56:35.904 INFO O| Feb 12 06:56:35.903 INFO STEP 53 (remove_files) COMPLETE
50772026-02-12T06:56:36.675Z[ recovery-image] Feb 12 06:56:35.904 INFO O| Feb 12 06:56:35.904 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782026-02-12T06:56:36.689Z[ recovery-image] Feb 12 06:56:35.917 INFO O| Feb 12 06:56:35.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
50792026-02-12T06:56:36.689Z[ recovery-image] Feb 12 06:56:35.917 INFO O| Feb 12 06:56:35.917 INFO STEP 54 (remove_files) COMPLETE
50802026-02-12T06:56:36.689Z[ recovery-image] Feb 12 06:56:35.917 INFO O| Feb 12 06:56:35.917 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812026-02-12T06:56:36.701Z[ recovery-image] Feb 12 06:56:35.929 INFO O| Feb 12 06:56:35.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep"
50822026-02-12T06:56:36.701Z[ recovery-image] Feb 12 06:56:35.929 INFO O| Feb 12 06:56:35.929 INFO STEP 55 (remove_files) COMPLETE
50832026-02-12T06:56:36.701Z[ recovery-image] Feb 12 06:56:35.929 INFO O| Feb 12 06:56:35.929 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842026-02-12T06:56:36.713Z[ recovery-image] Feb 12 06:56:35.942 INFO O| Feb 12 06:56:35.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test"
50852026-02-12T06:56:36.714Z[ recovery-image] Feb 12 06:56:35.942 INFO O| Feb 12 06:56:35.942 INFO STEP 56 (remove_files) COMPLETE
50862026-02-12T06:56:36.714Z[ recovery-image] Feb 12 06:56:35.942 INFO O| Feb 12 06:56:35.942 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872026-02-12T06:56:36.726Z[ recovery-image] Feb 12 06:56:35.954 INFO O| Feb 12 06:56:35.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
50882026-02-12T06:56:36.726Z[ recovery-image] Feb 12 06:56:35.954 INFO O| Feb 12 06:56:35.954 INFO STEP 57 (remove_files) COMPLETE
50892026-02-12T06:56:36.729Z[ recovery-image] Feb 12 06:56:35.954 INFO O| Feb 12 06:56:35.954 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902026-02-12T06:56:36.736Z[ recovery-image] Feb 12 06:56:35.965 INFO O| Feb 12 06:56:35.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
50912026-02-12T06:56:36.736Z[ recovery-image] Feb 12 06:56:35.965 INFO O| Feb 12 06:56:35.965 INFO STEP 58 (remove_files) COMPLETE
50922026-02-12T06:56:36.736Z[ recovery-image] Feb 12 06:56:35.965 INFO O| Feb 12 06:56:35.965 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932026-02-12T06:56:36.746Z[ recovery-image] Feb 12 06:56:35.974 INFO O| Feb 12 06:56:35.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
50942026-02-12T06:56:36.746Z[ recovery-image] Feb 12 06:56:35.975 INFO O| Feb 12 06:56:35.975 INFO STEP 59 (remove_files) COMPLETE
50952026-02-12T06:56:36.746Z[ recovery-image] Feb 12 06:56:35.975 INFO O| Feb 12 06:56:35.975 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962026-02-12T06:56:36.756Z[ recovery-image] Feb 12 06:56:35.984 INFO O| Feb 12 06:56:35.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
50972026-02-12T06:56:36.756Z[ recovery-image] Feb 12 06:56:35.984 INFO O| Feb 12 06:56:35.984 INFO STEP 60 (remove_files) COMPLETE
50982026-02-12T06:56:36.756Z[ recovery-image] Feb 12 06:56:35.984 INFO O| Feb 12 06:56:35.984 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992026-02-12T06:56:36.766Z[ recovery-image] Feb 12 06:56:35.994 INFO O| Feb 12 06:56:35.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
51002026-02-12T06:56:36.766Z[ recovery-image] Feb 12 06:56:35.994 INFO O| Feb 12 06:56:35.994 INFO STEP 61 (remove_files) COMPLETE
51012026-02-12T06:56:36.769Z[ recovery-image] Feb 12 06:56:35.994 INFO O| Feb 12 06:56:35.994 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022026-02-12T06:56:36.777Z[ recovery-image] Feb 12 06:56:36.005 INFO O| Feb 12 06:56:36.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
51032026-02-12T06:56:36.777Z[ recovery-image] Feb 12 06:56:36.006 INFO O| Feb 12 06:56:36.005 INFO STEP 62 (remove_files) COMPLETE
51042026-02-12T06:56:36.780Z[ recovery-image] Feb 12 06:56:36.006 INFO O| Feb 12 06:56:36.006 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052026-02-12T06:56:36.788Z[ recovery-image] Feb 12 06:56:36.016 INFO O| Feb 12 06:56:36.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
51062026-02-12T06:56:36.788Z[ recovery-image] Feb 12 06:56:36.016 INFO O| Feb 12 06:56:36.016 INFO STEP 63 (remove_files) COMPLETE
51072026-02-12T06:56:36.788Z[ recovery-image] Feb 12 06:56:36.016 INFO O| Feb 12 06:56:36.016 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082026-02-12T06:56:36.799Z[ recovery-image] Feb 12 06:56:36.027 INFO O| Feb 12 06:56:36.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
51092026-02-12T06:56:36.799Z[ recovery-image] Feb 12 06:56:36.027 INFO O| Feb 12 06:56:36.027 INFO STEP 64 (remove_files) COMPLETE
51102026-02-12T06:56:36.802Z[ recovery-image] Feb 12 06:56:36.027 INFO O| Feb 12 06:56:36.027 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112026-02-12T06:56:36.809Z[ recovery-image] Feb 12 06:56:36.037 INFO O| Feb 12 06:56:36.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
51122026-02-12T06:56:36.812Z[ recovery-image] Feb 12 06:56:36.038 INFO O| Feb 12 06:56:36.038 INFO STEP 65 (remove_files) COMPLETE
51132026-02-12T06:56:36.812Z[ recovery-image] Feb 12 06:56:36.038 INFO O| Feb 12 06:56:36.038 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142026-02-12T06:56:36.822Z[ recovery-image] Feb 12 06:56:36.050 INFO O| Feb 12 06:56:36.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
51152026-02-12T06:56:36.825Z[ recovery-image] Feb 12 06:56:36.050 INFO O| Feb 12 06:56:36.050 INFO STEP 66 (remove_files) COMPLETE
51162026-02-12T06:56:36.825Z[ recovery-image] Feb 12 06:56:36.050 INFO O| Feb 12 06:56:36.050 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172026-02-12T06:56:36.834Z[ recovery-image] Feb 12 06:56:36.062 INFO O| Feb 12 06:56:36.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
51182026-02-12T06:56:36.837Z[ recovery-image] Feb 12 06:56:36.062 INFO O| Feb 12 06:56:36.062 INFO STEP 67 (remove_files) COMPLETE
51192026-02-12T06:56:36.837Z[ recovery-image] Feb 12 06:56:36.062 INFO O| Feb 12 06:56:36.062 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202026-02-12T06:56:36.845Z[ recovery-image] Feb 12 06:56:36.073 INFO O| Feb 12 06:56:36.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
51212026-02-12T06:56:36.848Z[ recovery-image] Feb 12 06:56:36.074 INFO O| Feb 12 06:56:36.074 INFO STEP 68 (remove_files) COMPLETE
51222026-02-12T06:56:36.848Z[ recovery-image] Feb 12 06:56:36.074 INFO O| Feb 12 06:56:36.074 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232026-02-12T06:56:36.857Z[ recovery-image] Feb 12 06:56:36.085 INFO O| Feb 12 06:56:36.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
51242026-02-12T06:56:36.857Z[ recovery-image] Feb 12 06:56:36.085 INFO O| Feb 12 06:56:36.085 INFO STEP 69 (remove_files) COMPLETE
51252026-02-12T06:56:36.857Z[ recovery-image] Feb 12 06:56:36.085 INFO O| Feb 12 06:56:36.085 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262026-02-12T06:56:36.868Z[ recovery-image] Feb 12 06:56:36.097 INFO O| Feb 12 06:56:36.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
51272026-02-12T06:56:36.869Z[ recovery-image] Feb 12 06:56:36.097 INFO O| Feb 12 06:56:36.097 INFO STEP 70 (remove_files) COMPLETE
51282026-02-12T06:56:36.869Z[ recovery-image] Feb 12 06:56:36.097 INFO O| Feb 12 06:56:36.097 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292026-02-12T06:56:36.880Z[ recovery-image] Feb 12 06:56:36.108 INFO O| Feb 12 06:56:36.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
51302026-02-12T06:56:36.880Z[ recovery-image] Feb 12 06:56:36.109 INFO O| Feb 12 06:56:36.108 INFO STEP 71 (remove_files) COMPLETE
51312026-02-12T06:56:36.883Z[ recovery-image] Feb 12 06:56:36.109 INFO O| Feb 12 06:56:36.109 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322026-02-12T06:56:36.891Z[ recovery-image] Feb 12 06:56:36.120 INFO O| Feb 12 06:56:36.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
51332026-02-12T06:56:36.891Z[ recovery-image] Feb 12 06:56:36.120 INFO O| Feb 12 06:56:36.120 INFO STEP 72 (remove_files) COMPLETE
51342026-02-12T06:56:36.894Z[ recovery-image] Feb 12 06:56:36.120 INFO O| Feb 12 06:56:36.120 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352026-02-12T06:56:36.902Z[ recovery-image] Feb 12 06:56:36.131 INFO O| Feb 12 06:56:36.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
51362026-02-12T06:56:36.905Z[ recovery-image] Feb 12 06:56:36.131 INFO O| Feb 12 06:56:36.131 INFO STEP 73 (remove_files) COMPLETE
51372026-02-12T06:56:36.905Z[ recovery-image] Feb 12 06:56:36.131 INFO O| Feb 12 06:56:36.131 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382026-02-12T06:56:36.913Z[ recovery-image] Feb 12 06:56:36.141 INFO O| Feb 12 06:56:36.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
51392026-02-12T06:56:36.913Z[ recovery-image] Feb 12 06:56:36.141 INFO O| Feb 12 06:56:36.141 INFO STEP 74 (remove_files) COMPLETE
51402026-02-12T06:56:36.916Z[ recovery-image] Feb 12 06:56:36.141 INFO O| Feb 12 06:56:36.141 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412026-02-12T06:56:36.924Z[ recovery-image] Feb 12 06:56:36.153 INFO O| Feb 12 06:56:36.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
51422026-02-12T06:56:36.924Z[ recovery-image] Feb 12 06:56:36.153 INFO O| Feb 12 06:56:36.153 INFO STEP 75 (remove_files) COMPLETE
51432026-02-12T06:56:36.927Z[ recovery-image] Feb 12 06:56:36.153 INFO O| Feb 12 06:56:36.153 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442026-02-12T06:56:36.936Z[ recovery-image] Feb 12 06:56:36.164 INFO O| Feb 12 06:56:36.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
51452026-02-12T06:56:36.936Z[ recovery-image] Feb 12 06:56:36.164 INFO O| Feb 12 06:56:36.164 INFO STEP 76 (remove_files) COMPLETE
51462026-02-12T06:56:36.936Z[ recovery-image] Feb 12 06:56:36.164 INFO O| Feb 12 06:56:36.164 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472026-02-12T06:56:36.947Z[ recovery-image] Feb 12 06:56:36.176 INFO O| Feb 12 06:56:36.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
51482026-02-12T06:56:36.947Z[ recovery-image] Feb 12 06:56:36.176 INFO O| Feb 12 06:56:36.176 INFO STEP 77 (remove_files) COMPLETE
51492026-02-12T06:56:36.951Z[ recovery-image] Feb 12 06:56:36.176 INFO O| Feb 12 06:56:36.176 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502026-02-12T06:56:36.958Z[ recovery-image] Feb 12 06:56:36.187 INFO O| Feb 12 06:56:36.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
51512026-02-12T06:56:36.958Z[ recovery-image] Feb 12 06:56:36.187 INFO O| Feb 12 06:56:36.187 INFO STEP 78 (remove_files) COMPLETE
51522026-02-12T06:56:36.958Z[ recovery-image] Feb 12 06:56:36.187 INFO O| Feb 12 06:56:36.187 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532026-02-12T06:56:36.971Z[ recovery-image] Feb 12 06:56:36.199 INFO O| Feb 12 06:56:36.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
51542026-02-12T06:56:36.971Z[ recovery-image] Feb 12 06:56:36.199 INFO O| Feb 12 06:56:36.199 INFO STEP 79 (remove_files) COMPLETE
51552026-02-12T06:56:36.974Z[ recovery-image] Feb 12 06:56:36.199 INFO O| Feb 12 06:56:36.199 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562026-02-12T06:56:36.985Z[ recovery-image] Feb 12 06:56:36.213 INFO O| Feb 12 06:56:36.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
51572026-02-12T06:56:36.985Z[ recovery-image] Feb 12 06:56:36.213 INFO O| Feb 12 06:56:36.213 INFO STEP 80 (remove_files) COMPLETE
51582026-02-12T06:56:36.985Z[ recovery-image] Feb 12 06:56:36.214 INFO O| Feb 12 06:56:36.213 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592026-02-12T06:56:37.000Z[ recovery-image] Feb 12 06:56:36.228 INFO O| Feb 12 06:56:36.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
51602026-02-12T06:56:37.000Z[ recovery-image] Feb 12 06:56:36.228 INFO O| Feb 12 06:56:36.228 INFO STEP 81 (remove_files) COMPLETE
51612026-02-12T06:56:37.000Z[ recovery-image] Feb 12 06:56:36.228 INFO O| Feb 12 06:56:36.228 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622026-02-12T06:56:37.014Z[ recovery-image] Feb 12 06:56:36.243 INFO O| Feb 12 06:56:36.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
51632026-02-12T06:56:37.014Z[ recovery-image] Feb 12 06:56:36.243 INFO O| Feb 12 06:56:36.243 INFO STEP 82 (remove_files) COMPLETE
51642026-02-12T06:56:37.015Z[ recovery-image] Feb 12 06:56:36.243 INFO O| Feb 12 06:56:36.243 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652026-02-12T06:56:37.029Z[ recovery-image] Feb 12 06:56:36.257 INFO O| Feb 12 06:56:36.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
51662026-02-12T06:56:37.029Z[ recovery-image] Feb 12 06:56:36.258 INFO O| Feb 12 06:56:36.258 INFO STEP 83 (remove_files) COMPLETE
51672026-02-12T06:56:37.032Z[ recovery-image] Feb 12 06:56:36.258 INFO O| Feb 12 06:56:36.258 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682026-02-12T06:56:37.043Z[ recovery-image] Feb 12 06:56:36.271 INFO O| Feb 12 06:56:36.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3"
51692026-02-12T06:56:37.043Z[ recovery-image] Feb 12 06:56:36.271 INFO O| Feb 12 06:56:36.271 INFO STEP 84 (remove_files) COMPLETE
51702026-02-12T06:56:37.046Z[ recovery-image] Feb 12 06:56:36.271 INFO O| Feb 12 06:56:36.271 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712026-02-12T06:56:37.056Z[ recovery-image] Feb 12 06:56:36.285 INFO O| Feb 12 06:56:36.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
51722026-02-12T06:56:37.056Z[ recovery-image] Feb 12 06:56:36.285 INFO O| Feb 12 06:56:36.285 INFO STEP 85 (remove_files) COMPLETE
51732026-02-12T06:56:37.056Z[ recovery-image] Feb 12 06:56:36.285 INFO O| Feb 12 06:56:36.285 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742026-02-12T06:56:37.069Z[ recovery-image] Feb 12 06:56:36.297 INFO O| Feb 12 06:56:36.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
51752026-02-12T06:56:37.069Z[ recovery-image] Feb 12 06:56:36.297 INFO O| Feb 12 06:56:36.297 INFO STEP 86 (remove_files) COMPLETE
51762026-02-12T06:56:37.072Z[ recovery-image] Feb 12 06:56:36.297 INFO O| Feb 12 06:56:36.297 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772026-02-12T06:56:37.081Z[ recovery-image] Feb 12 06:56:36.309 INFO O| Feb 12 06:56:36.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
51782026-02-12T06:56:37.084Z[ recovery-image] Feb 12 06:56:36.310 INFO O| Feb 12 06:56:36.310 INFO STEP 87 (remove_files) COMPLETE
51792026-02-12T06:56:37.084Z[ recovery-image] Feb 12 06:56:36.310 INFO O| Feb 12 06:56:36.310 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802026-02-12T06:56:37.095Z[ recovery-image] Feb 12 06:56:36.323 INFO O| Feb 12 06:56:36.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
51812026-02-12T06:56:37.095Z[ recovery-image] Feb 12 06:56:36.324 INFO O| Feb 12 06:56:36.324 INFO STEP 88 (remove_files) COMPLETE
51822026-02-12T06:56:37.095Z[ recovery-image] Feb 12 06:56:36.324 INFO O| Feb 12 06:56:36.324 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832026-02-12T06:56:37.110Z[ recovery-image] Feb 12 06:56:36.338 INFO O| Feb 12 06:56:36.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
51842026-02-12T06:56:37.110Z[ recovery-image] Feb 12 06:56:36.338 INFO O| Feb 12 06:56:36.338 INFO STEP 89 (remove_files) COMPLETE
51852026-02-12T06:56:37.110Z[ recovery-image] Feb 12 06:56:36.338 INFO O| Feb 12 06:56:36.338 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862026-02-12T06:56:37.124Z[ recovery-image] Feb 12 06:56:36.352 INFO O| Feb 12 06:56:36.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
51872026-02-12T06:56:37.127Z[ recovery-image] Feb 12 06:56:36.353 INFO O| Feb 12 06:56:36.353 INFO STEP 90 (remove_files) COMPLETE
51882026-02-12T06:56:37.127Z[ recovery-image] Feb 12 06:56:36.353 INFO O| Feb 12 06:56:36.353 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892026-02-12T06:56:37.139Z[ recovery-image] Feb 12 06:56:36.368 INFO O| Feb 12 06:56:36.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
51902026-02-12T06:56:37.143Z[ recovery-image] Feb 12 06:56:36.368 INFO O| Feb 12 06:56:36.368 INFO STEP 91 (remove_files) COMPLETE
51912026-02-12T06:56:37.143Z[ recovery-image] Feb 12 06:56:36.369 INFO O| Feb 12 06:56:36.368 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922026-02-12T06:56:37.154Z[ recovery-image] Feb 12 06:56:36.382 INFO O| Feb 12 06:56:36.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
51932026-02-12T06:56:37.154Z[ recovery-image] Feb 12 06:56:36.382 INFO O| Feb 12 06:56:36.382 INFO STEP 92 (remove_files) COMPLETE
51942026-02-12T06:56:37.157Z[ recovery-image] Feb 12 06:56:36.382 INFO O| Feb 12 06:56:36.382 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952026-02-12T06:56:37.168Z[ recovery-image] Feb 12 06:56:36.396 INFO O| Feb 12 06:56:36.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
51962026-02-12T06:56:37.168Z[ recovery-image] Feb 12 06:56:36.396 INFO O| Feb 12 06:56:36.396 INFO STEP 93 (remove_files) COMPLETE
51972026-02-12T06:56:37.168Z[ recovery-image] Feb 12 06:56:36.396 INFO O| Feb 12 06:56:36.396 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982026-02-12T06:56:37.180Z[ recovery-image] Feb 12 06:56:36.409 INFO O| Feb 12 06:56:36.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
51992026-02-12T06:56:37.180Z[ recovery-image] Feb 12 06:56:36.409 INFO O| Feb 12 06:56:36.409 INFO STEP 94 (remove_files) COMPLETE
52002026-02-12T06:56:37.180Z[ recovery-image] Feb 12 06:56:36.409 INFO O| Feb 12 06:56:36.409 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012026-02-12T06:56:37.191Z[ recovery-image] Feb 12 06:56:36.420 INFO O| Feb 12 06:56:36.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
52022026-02-12T06:56:37.191Z[ recovery-image] Feb 12 06:56:36.420 INFO O| Feb 12 06:56:36.420 INFO STEP 95 (remove_files) COMPLETE
52032026-02-12T06:56:37.191Z[ recovery-image] Feb 12 06:56:36.420 INFO O| Feb 12 06:56:36.420 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042026-02-12T06:56:37.203Z[ recovery-image] Feb 12 06:56:36.432 INFO O| Feb 12 06:56:36.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
52052026-02-12T06:56:37.203Z[ recovery-image] Feb 12 06:56:36.432 INFO O| Feb 12 06:56:36.432 INFO STEP 96 (remove_files) COMPLETE
52062026-02-12T06:56:37.204Z[ recovery-image] Feb 12 06:56:36.432 INFO O| Feb 12 06:56:36.432 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072026-02-12T06:56:37.216Z[ recovery-image] Feb 12 06:56:36.445 INFO O| Feb 12 06:56:36.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
52082026-02-12T06:56:37.216Z[ recovery-image] Feb 12 06:56:36.445 INFO O| Feb 12 06:56:36.445 INFO STEP 97 (remove_files) COMPLETE
52092026-02-12T06:56:37.219Z[ recovery-image] Feb 12 06:56:36.445 INFO O| Feb 12 06:56:36.445 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102026-02-12T06:56:37.229Z[ recovery-image] Feb 12 06:56:36.457 INFO O| Feb 12 06:56:36.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
52112026-02-12T06:56:37.229Z[ recovery-image] Feb 12 06:56:36.457 INFO O| Feb 12 06:56:36.457 INFO STEP 98 (remove_files) COMPLETE
52122026-02-12T06:56:37.229Z[ recovery-image] Feb 12 06:56:36.457 INFO O| Feb 12 06:56:36.457 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132026-02-12T06:56:37.242Z[ recovery-image] Feb 12 06:56:36.471 INFO O| Feb 12 06:56:36.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
52142026-02-12T06:56:37.242Z[ recovery-image] Feb 12 06:56:36.471 INFO O| Feb 12 06:56:36.471 INFO STEP 99 (remove_files) COMPLETE
52152026-02-12T06:56:37.245Z[ recovery-image] Feb 12 06:56:36.471 INFO O| Feb 12 06:56:36.471 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162026-02-12T06:56:37.255Z[ recovery-image] Feb 12 06:56:36.483 INFO O| Feb 12 06:56:36.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
52172026-02-12T06:56:37.255Z[ recovery-image] Feb 12 06:56:36.484 INFO O| Feb 12 06:56:36.484 INFO STEP 100 (remove_files) COMPLETE
52182026-02-12T06:56:37.258Z[ recovery-image] Feb 12 06:56:36.484 INFO O| Feb 12 06:56:36.484 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192026-02-12T06:56:37.268Z[ recovery-image] Feb 12 06:56:36.496 INFO O| Feb 12 06:56:36.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
52202026-02-12T06:56:37.268Z[ recovery-image] Feb 12 06:56:36.496 INFO O| Feb 12 06:56:36.496 INFO STEP 101 (remove_files) COMPLETE
52212026-02-12T06:56:37.271Z[ recovery-image] Feb 12 06:56:36.496 INFO O| Feb 12 06:56:36.496 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222026-02-12T06:56:37.281Z[ recovery-image] Feb 12 06:56:36.509 INFO O| Feb 12 06:56:36.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
52232026-02-12T06:56:37.281Z[ recovery-image] Feb 12 06:56:36.509 INFO O| Feb 12 06:56:36.509 INFO STEP 102 (remove_files) COMPLETE
52242026-02-12T06:56:37.281Z[ recovery-image] Feb 12 06:56:36.509 INFO O| Feb 12 06:56:36.509 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252026-02-12T06:56:37.293Z[ recovery-image] Feb 12 06:56:36.522 INFO O| Feb 12 06:56:36.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
52262026-02-12T06:56:37.296Z[ recovery-image] Feb 12 06:56:36.522 INFO O| Feb 12 06:56:36.522 INFO STEP 103 (remove_files) COMPLETE
52272026-02-12T06:56:37.296Z[ recovery-image] Feb 12 06:56:36.522 INFO O| Feb 12 06:56:36.522 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282026-02-12T06:56:37.306Z[ recovery-image] Feb 12 06:56:36.534 INFO O| Feb 12 06:56:36.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
52292026-02-12T06:56:37.306Z[ recovery-image] Feb 12 06:56:36.535 INFO O| Feb 12 06:56:36.534 INFO STEP 104 (remove_files) COMPLETE
52302026-02-12T06:56:37.309Z[ recovery-image] Feb 12 06:56:36.535 INFO O| Feb 12 06:56:36.535 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312026-02-12T06:56:37.317Z[ recovery-image] Feb 12 06:56:36.545 INFO O| Feb 12 06:56:36.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
52322026-02-12T06:56:37.317Z[ recovery-image] Feb 12 06:56:36.545 INFO O| Feb 12 06:56:36.545 INFO STEP 105 (remove_files) COMPLETE
52332026-02-12T06:56:37.317Z[ recovery-image] Feb 12 06:56:36.545 INFO O| Feb 12 06:56:36.545 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342026-02-12T06:56:37.330Z[ recovery-image] Feb 12 06:56:36.558 INFO O| Feb 12 06:56:36.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
52352026-02-12T06:56:37.330Z[ recovery-image] Feb 12 06:56:36.558 INFO O| Feb 12 06:56:36.558 INFO STEP 106 (remove_files) COMPLETE
52362026-02-12T06:56:37.330Z[ recovery-image] Feb 12 06:56:36.558 INFO O| Feb 12 06:56:36.558 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372026-02-12T06:56:37.343Z[ recovery-image] Feb 12 06:56:36.571 INFO O| Feb 12 06:56:36.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
52382026-02-12T06:56:37.343Z[ recovery-image] Feb 12 06:56:36.571 INFO O| Feb 12 06:56:36.571 INFO STEP 107 (remove_files) COMPLETE
52392026-02-12T06:56:37.343Z[ recovery-image] Feb 12 06:56:36.571 INFO O| Feb 12 06:56:36.571 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402026-02-12T06:56:37.355Z[ recovery-image] Feb 12 06:56:36.584 INFO O| Feb 12 06:56:36.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
52412026-02-12T06:56:37.355Z[ recovery-image] Feb 12 06:56:36.584 INFO O| Feb 12 06:56:36.584 INFO STEP 108 (remove_files) COMPLETE
52422026-02-12T06:56:37.358Z[ recovery-image] Feb 12 06:56:36.584 INFO O| Feb 12 06:56:36.584 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432026-02-12T06:56:37.368Z[ recovery-image] Feb 12 06:56:36.596 INFO O| Feb 12 06:56:36.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
52442026-02-12T06:56:37.368Z[ recovery-image] Feb 12 06:56:36.596 INFO O| Feb 12 06:56:36.596 INFO STEP 109 (remove_files) COMPLETE
52452026-02-12T06:56:37.371Z[ recovery-image] Feb 12 06:56:36.596 INFO O| Feb 12 06:56:36.596 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462026-02-12T06:56:37.379Z[ recovery-image] Feb 12 06:56:36.608 INFO O| Feb 12 06:56:36.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
52472026-02-12T06:56:37.379Z[ recovery-image] Feb 12 06:56:36.608 INFO O| Feb 12 06:56:36.608 INFO STEP 110 (remove_files) COMPLETE
52482026-02-12T06:56:37.379Z[ recovery-image] Feb 12 06:56:36.608 INFO O| Feb 12 06:56:36.608 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492026-02-12T06:56:37.391Z[ recovery-image] Feb 12 06:56:36.619 INFO O| Feb 12 06:56:36.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
52502026-02-12T06:56:37.394Z[ recovery-image] Feb 12 06:56:36.619 INFO O| Feb 12 06:56:36.619 INFO STEP 111 (remove_files) COMPLETE
52512026-02-12T06:56:37.394Z[ recovery-image] Feb 12 06:56:36.619 INFO O| Feb 12 06:56:36.619 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522026-02-12T06:56:37.402Z[ recovery-image] Feb 12 06:56:36.630 INFO O| Feb 12 06:56:36.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
52532026-02-12T06:56:37.402Z[ recovery-image] Feb 12 06:56:36.631 INFO O| Feb 12 06:56:36.631 INFO STEP 112 (remove_files) COMPLETE
52542026-02-12T06:56:37.405Z[ recovery-image] Feb 12 06:56:36.631 INFO O| Feb 12 06:56:36.631 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552026-02-12T06:56:37.413Z[ recovery-image] Feb 12 06:56:36.642 INFO O| Feb 12 06:56:36.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
52562026-02-12T06:56:37.413Z[ recovery-image] Feb 12 06:56:36.642 INFO O| Feb 12 06:56:36.642 INFO STEP 113 (remove_files) COMPLETE
52572026-02-12T06:56:37.413Z[ recovery-image] Feb 12 06:56:36.642 INFO O| Feb 12 06:56:36.642 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582026-02-12T06:56:37.425Z[ recovery-image] Feb 12 06:56:36.653 INFO O| Feb 12 06:56:36.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
52592026-02-12T06:56:37.425Z[ recovery-image] Feb 12 06:56:36.653 INFO O| Feb 12 06:56:36.653 INFO STEP 114 (remove_files) COMPLETE
52602026-02-12T06:56:37.425Z[ recovery-image] Feb 12 06:56:36.653 INFO O| Feb 12 06:56:36.653 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612026-02-12T06:56:37.436Z[ recovery-image] Feb 12 06:56:36.664 INFO O| Feb 12 06:56:36.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
52622026-02-12T06:56:37.436Z[ recovery-image] Feb 12 06:56:36.664 INFO O| Feb 12 06:56:36.664 INFO STEP 115 (remove_files) COMPLETE
52632026-02-12T06:56:37.439Z[ recovery-image] Feb 12 06:56:36.664 INFO O| Feb 12 06:56:36.664 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642026-02-12T06:56:37.448Z[ recovery-image] Feb 12 06:56:36.677 INFO O| Feb 12 06:56:36.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
52652026-02-12T06:56:37.451Z[ recovery-image] Feb 12 06:56:36.677 INFO O| Feb 12 06:56:36.677 INFO STEP 116 (remove_files) COMPLETE
52662026-02-12T06:56:37.452Z[ recovery-image] Feb 12 06:56:36.677 INFO O| Feb 12 06:56:36.677 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672026-02-12T06:56:37.460Z[ recovery-image] Feb 12 06:56:36.688 INFO O| Feb 12 06:56:36.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
52682026-02-12T06:56:37.460Z[ recovery-image] Feb 12 06:56:36.688 INFO O| Feb 12 06:56:36.688 INFO STEP 117 (remove_files) COMPLETE
52692026-02-12T06:56:37.460Z[ recovery-image] Feb 12 06:56:36.688 INFO O| Feb 12 06:56:36.688 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702026-02-12T06:56:37.472Z[ recovery-image] Feb 12 06:56:36.700 INFO O| Feb 12 06:56:36.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
52712026-02-12T06:56:37.472Z[ recovery-image] Feb 12 06:56:36.700 INFO O| Feb 12 06:56:36.700 INFO STEP 118 (remove_files) COMPLETE
52722026-02-12T06:56:37.475Z[ recovery-image] Feb 12 06:56:36.700 INFO O| Feb 12 06:56:36.700 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732026-02-12T06:56:37.484Z[ recovery-image] Feb 12 06:56:36.712 INFO O| Feb 12 06:56:36.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
52742026-02-12T06:56:37.484Z[ recovery-image] Feb 12 06:56:36.712 INFO O| Feb 12 06:56:36.712 INFO STEP 119 (remove_files) COMPLETE
52752026-02-12T06:56:37.487Z[ recovery-image] Feb 12 06:56:36.712 INFO O| Feb 12 06:56:36.712 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762026-02-12T06:56:37.495Z[ recovery-image] Feb 12 06:56:36.723 INFO O| Feb 12 06:56:36.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
52772026-02-12T06:56:37.495Z[ recovery-image] Feb 12 06:56:36.723 INFO O| Feb 12 06:56:36.723 INFO STEP 120 (remove_files) COMPLETE
52782026-02-12T06:56:37.495Z[ recovery-image] Feb 12 06:56:36.723 INFO O| Feb 12 06:56:36.723 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792026-02-12T06:56:37.507Z[ recovery-image] Feb 12 06:56:36.735 INFO O| Feb 12 06:56:36.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
52802026-02-12T06:56:37.507Z[ recovery-image] Feb 12 06:56:36.736 INFO O| Feb 12 06:56:36.736 INFO STEP 121 (remove_files) COMPLETE
52812026-02-12T06:56:37.510Z[ recovery-image] Feb 12 06:56:36.736 INFO O| Feb 12 06:56:36.736 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822026-02-12T06:56:37.519Z[ recovery-image] Feb 12 06:56:36.747 INFO O| Feb 12 06:56:36.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
52832026-02-12T06:56:37.522Z[ recovery-image] Feb 12 06:56:36.747 INFO O| Feb 12 06:56:36.747 INFO STEP 122 (remove_files) COMPLETE
52842026-02-12T06:56:37.522Z[ recovery-image] Feb 12 06:56:36.747 INFO O| Feb 12 06:56:36.747 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852026-02-12T06:56:37.530Z[ recovery-image] Feb 12 06:56:36.758 INFO O| Feb 12 06:56:36.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
52862026-02-12T06:56:37.530Z[ recovery-image] Feb 12 06:56:36.758 INFO O| Feb 12 06:56:36.758 INFO STEP 123 (remove_files) COMPLETE
52872026-02-12T06:56:37.530Z[ recovery-image] Feb 12 06:56:36.758 INFO O| Feb 12 06:56:36.758 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882026-02-12T06:56:37.540Z[ recovery-image] Feb 12 06:56:36.768 INFO O| Feb 12 06:56:36.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
52892026-02-12T06:56:37.540Z[ recovery-image] Feb 12 06:56:36.768 INFO O| Feb 12 06:56:36.768 INFO STEP 124 (remove_files) COMPLETE
52902026-02-12T06:56:37.540Z[ recovery-image] Feb 12 06:56:36.769 INFO O| Feb 12 06:56:36.768 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912026-02-12T06:56:37.550Z[ recovery-image] Feb 12 06:56:36.779 INFO O| Feb 12 06:56:36.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
52922026-02-12T06:56:37.550Z[ recovery-image] Feb 12 06:56:36.779 INFO O| Feb 12 06:56:36.779 INFO STEP 125 (remove_files) COMPLETE
52932026-02-12T06:56:37.554Z[ recovery-image] Feb 12 06:56:36.779 INFO O| Feb 12 06:56:36.779 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942026-02-12T06:56:37.561Z[ recovery-image] Feb 12 06:56:36.789 INFO O| Feb 12 06:56:36.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
52952026-02-12T06:56:37.561Z[ recovery-image] Feb 12 06:56:36.789 INFO O| Feb 12 06:56:36.789 INFO STEP 126 (remove_files) COMPLETE
52962026-02-12T06:56:37.564Z[ recovery-image] Feb 12 06:56:36.789 INFO O| Feb 12 06:56:36.789 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972026-02-12T06:56:37.571Z[ recovery-image] Feb 12 06:56:36.800 INFO O| Feb 12 06:56:36.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
52982026-02-12T06:56:37.571Z[ recovery-image] Feb 12 06:56:36.800 INFO O| Feb 12 06:56:36.800 INFO STEP 127 (remove_files) COMPLETE
52992026-02-12T06:56:37.571Z[ recovery-image] Feb 12 06:56:36.800 INFO O| Feb 12 06:56:36.800 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002026-02-12T06:56:37.581Z[ recovery-image] Feb 12 06:56:36.809 INFO O| Feb 12 06:56:36.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
53012026-02-12T06:56:37.581Z[ recovery-image] Feb 12 06:56:36.809 INFO O| Feb 12 06:56:36.809 INFO STEP 128 (remove_files) COMPLETE
53022026-02-12T06:56:37.584Z[ recovery-image] Feb 12 06:56:36.809 INFO O| Feb 12 06:56:36.809 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032026-02-12T06:56:37.591Z[ recovery-image] Feb 12 06:56:36.819 INFO O| Feb 12 06:56:36.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
53042026-02-12T06:56:37.591Z[ recovery-image] Feb 12 06:56:36.819 INFO O| Feb 12 06:56:36.819 INFO STEP 129 (remove_files) COMPLETE
53052026-02-12T06:56:37.591Z[ recovery-image] Feb 12 06:56:36.819 INFO O| Feb 12 06:56:36.819 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062026-02-12T06:56:37.603Z[ recovery-image] Feb 12 06:56:36.832 INFO O| Feb 12 06:56:36.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
53072026-02-12T06:56:37.603Z[ recovery-image] Feb 12 06:56:36.832 INFO O| Feb 12 06:56:36.832 INFO STEP 130 (remove_files) COMPLETE
53082026-02-12T06:56:37.606Z[ recovery-image] Feb 12 06:56:36.832 INFO O| Feb 12 06:56:36.832 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092026-02-12T06:56:37.616Z[ recovery-image] Feb 12 06:56:36.844 INFO O| Feb 12 06:56:36.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
53102026-02-12T06:56:37.616Z[ recovery-image] Feb 12 06:56:36.844 INFO O| Feb 12 06:56:36.844 INFO STEP 131 (remove_files) COMPLETE
53112026-02-12T06:56:37.616Z[ recovery-image] Feb 12 06:56:36.844 INFO O| Feb 12 06:56:36.844 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122026-02-12T06:56:37.628Z[ recovery-image] Feb 12 06:56:36.856 INFO O| Feb 12 06:56:36.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
53132026-02-12T06:56:37.628Z[ recovery-image] Feb 12 06:56:36.856 INFO O| Feb 12 06:56:36.856 INFO STEP 132 (remove_files) COMPLETE
53142026-02-12T06:56:37.631Z[ recovery-image] Feb 12 06:56:36.856 INFO O| Feb 12 06:56:36.856 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152026-02-12T06:56:37.640Z[ recovery-image] Feb 12 06:56:36.868 INFO O| Feb 12 06:56:36.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
53162026-02-12T06:56:37.640Z[ recovery-image] Feb 12 06:56:36.868 INFO O| Feb 12 06:56:36.868 INFO STEP 133 (remove_files) COMPLETE
53172026-02-12T06:56:37.643Z[ recovery-image] Feb 12 06:56:36.868 INFO O| Feb 12 06:56:36.868 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182026-02-12T06:56:37.652Z[ recovery-image] Feb 12 06:56:36.880 INFO O| Feb 12 06:56:36.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
53192026-02-12T06:56:37.652Z[ recovery-image] Feb 12 06:56:36.880 INFO O| Feb 12 06:56:36.880 INFO STEP 134 (remove_files) COMPLETE
53202026-02-12T06:56:37.652Z[ recovery-image] Feb 12 06:56:36.880 INFO O| Feb 12 06:56:36.880 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212026-02-12T06:56:37.663Z[ recovery-image] Feb 12 06:56:36.891 INFO O| Feb 12 06:56:36.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
53222026-02-12T06:56:37.663Z[ recovery-image] Feb 12 06:56:36.891 INFO O| Feb 12 06:56:36.891 INFO STEP 135 (remove_files) COMPLETE
53232026-02-12T06:56:37.663Z[ recovery-image] Feb 12 06:56:36.891 INFO O| Feb 12 06:56:36.891 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242026-02-12T06:56:37.673Z[ recovery-image] Feb 12 06:56:36.902 INFO O| Feb 12 06:56:36.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
53252026-02-12T06:56:37.673Z[ recovery-image] Feb 12 06:56:36.902 INFO O| Feb 12 06:56:36.902 INFO STEP 136 (remove_files) COMPLETE
53262026-02-12T06:56:37.674Z[ recovery-image] Feb 12 06:56:36.902 INFO O| Feb 12 06:56:36.902 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272026-02-12T06:56:37.684Z[ recovery-image] Feb 12 06:56:36.912 INFO O| Feb 12 06:56:36.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
53282026-02-12T06:56:37.684Z[ recovery-image] Feb 12 06:56:36.912 INFO O| Feb 12 06:56:36.912 INFO STEP 137 (remove_files) COMPLETE
53292026-02-12T06:56:37.684Z[ recovery-image] Feb 12 06:56:36.912 INFO O| Feb 12 06:56:36.912 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302026-02-12T06:56:37.695Z[ recovery-image] Feb 12 06:56:36.923 INFO O| Feb 12 06:56:36.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack"
53312026-02-12T06:56:37.695Z[ recovery-image] Feb 12 06:56:36.923 INFO O| Feb 12 06:56:36.923 INFO STEP 138 (remove_files) COMPLETE
53322026-02-12T06:56:37.698Z[ recovery-image] Feb 12 06:56:36.923 INFO O| Feb 12 06:56:36.923 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332026-02-12T06:56:37.706Z[ recovery-image] Feb 12 06:56:36.934 INFO O| Feb 12 06:56:36.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
53342026-02-12T06:56:37.706Z[ recovery-image] Feb 12 06:56:36.934 INFO O| Feb 12 06:56:36.934 INFO STEP 139 (remove_files) COMPLETE
53352026-02-12T06:56:37.709Z[ recovery-image] Feb 12 06:56:36.934 INFO O| Feb 12 06:56:36.934 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362026-02-12T06:56:37.718Z[ recovery-image] Feb 12 06:56:36.946 INFO O| Feb 12 06:56:36.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
53372026-02-12T06:56:37.718Z[ recovery-image] Feb 12 06:56:36.946 INFO O| Feb 12 06:56:36.946 INFO STEP 140 (remove_files) COMPLETE
53382026-02-12T06:56:37.721Z[ recovery-image] Feb 12 06:56:36.946 INFO O| Feb 12 06:56:36.946 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392026-02-12T06:56:37.730Z[ recovery-image] Feb 12 06:56:36.958 INFO O| Feb 12 06:56:36.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
53402026-02-12T06:56:37.730Z[ recovery-image] Feb 12 06:56:36.959 INFO O| Feb 12 06:56:36.959 INFO STEP 141 (remove_files) COMPLETE
53412026-02-12T06:56:37.730Z[ recovery-image] Feb 12 06:56:36.959 INFO O| Feb 12 06:56:36.959 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422026-02-12T06:56:37.742Z[ recovery-image] Feb 12 06:56:36.971 INFO O| Feb 12 06:56:36.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
53432026-02-12T06:56:37.742Z[ recovery-image] Feb 12 06:56:36.971 INFO O| Feb 12 06:56:36.971 INFO STEP 142 (remove_files) COMPLETE
53442026-02-12T06:56:37.742Z[ recovery-image] Feb 12 06:56:36.971 INFO O| Feb 12 06:56:36.971 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452026-02-12T06:56:37.754Z[ recovery-image] Feb 12 06:56:36.983 INFO O| Feb 12 06:56:36.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
53462026-02-12T06:56:37.754Z[ recovery-image] Feb 12 06:56:36.983 INFO O| Feb 12 06:56:36.983 INFO STEP 143 (remove_files) COMPLETE
53472026-02-12T06:56:37.754Z[ recovery-image] Feb 12 06:56:36.983 INFO O| Feb 12 06:56:36.983 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482026-02-12T06:56:37.766Z[ recovery-image] Feb 12 06:56:36.995 INFO O| Feb 12 06:56:36.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
53492026-02-12T06:56:37.767Z[ recovery-image] Feb 12 06:56:36.995 INFO O| Feb 12 06:56:36.995 INFO STEP 144 (remove_files) COMPLETE
53502026-02-12T06:56:37.770Z[ recovery-image] Feb 12 06:56:36.995 INFO O| Feb 12 06:56:36.995 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512026-02-12T06:56:37.780Z[ recovery-image] Feb 12 06:56:37.008 INFO O| Feb 12 06:56:37.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
53522026-02-12T06:56:37.780Z[ recovery-image] Feb 12 06:56:37.009 INFO O| Feb 12 06:56:37.009 INFO STEP 145 (remove_files) COMPLETE
53532026-02-12T06:56:37.780Z[ recovery-image] Feb 12 06:56:37.009 INFO O| Feb 12 06:56:37.009 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542026-02-12T06:56:37.792Z[ recovery-image] Feb 12 06:56:37.020 INFO O| Feb 12 06:56:37.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
53552026-02-12T06:56:37.792Z[ recovery-image] Feb 12 06:56:37.020 INFO O| Feb 12 06:56:37.020 INFO STEP 146 (remove_files) COMPLETE
53562026-02-12T06:56:37.795Z[ recovery-image] Feb 12 06:56:37.020 INFO O| Feb 12 06:56:37.020 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572026-02-12T06:56:37.803Z[ recovery-image] Feb 12 06:56:37.032 INFO O| Feb 12 06:56:37.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
53582026-02-12T06:56:37.806Z[ recovery-image] Feb 12 06:56:37.032 INFO O| Feb 12 06:56:37.032 INFO STEP 147 (remove_files) COMPLETE
53592026-02-12T06:56:37.806Z[ recovery-image] Feb 12 06:56:37.032 INFO O| Feb 12 06:56:37.032 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602026-02-12T06:56:37.816Z[ recovery-image] Feb 12 06:56:37.044 INFO O| Feb 12 06:56:37.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
53612026-02-12T06:56:37.817Z[ recovery-image] Feb 12 06:56:37.044 INFO O| Feb 12 06:56:37.044 INFO STEP 148 (remove_files) COMPLETE
53622026-02-12T06:56:37.817Z[ recovery-image] Feb 12 06:56:37.044 INFO O| Feb 12 06:56:37.044 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632026-02-12T06:56:37.828Z[ recovery-image] Feb 12 06:56:37.056 INFO O| Feb 12 06:56:37.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
53642026-02-12T06:56:37.828Z[ recovery-image] Feb 12 06:56:37.056 INFO O| Feb 12 06:56:37.056 INFO STEP 149 (remove_files) COMPLETE
53652026-02-12T06:56:37.831Z[ recovery-image] Feb 12 06:56:37.056 INFO O| Feb 12 06:56:37.056 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662026-02-12T06:56:37.838Z[ recovery-image] Feb 12 06:56:37.066 INFO O| Feb 12 06:56:37.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
53672026-02-12T06:56:37.838Z[ recovery-image] Feb 12 06:56:37.067 INFO O| Feb 12 06:56:37.066 INFO STEP 150 (remove_files) COMPLETE
53682026-02-12T06:56:37.838Z[ recovery-image] Feb 12 06:56:37.067 INFO O| Feb 12 06:56:37.067 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692026-02-12T06:56:37.847Z[ recovery-image] Feb 12 06:56:37.075 INFO O| Feb 12 06:56:37.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
53702026-02-12T06:56:37.850Z[ recovery-image] Feb 12 06:56:37.075 INFO O| Feb 12 06:56:37.075 INFO STEP 151 (remove_files) COMPLETE
53712026-02-12T06:56:37.850Z[ recovery-image] Feb 12 06:56:37.075 INFO O| Feb 12 06:56:37.075 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722026-02-12T06:56:37.859Z[ recovery-image] Feb 12 06:56:37.087 INFO O| Feb 12 06:56:37.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
53732026-02-12T06:56:37.863Z[ recovery-image] Feb 12 06:56:37.087 INFO O| Feb 12 06:56:37.087 INFO STEP 152 (remove_files) COMPLETE
53742026-02-12T06:56:37.863Z[ recovery-image] Feb 12 06:56:37.087 INFO O| Feb 12 06:56:37.087 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752026-02-12T06:56:37.871Z[ recovery-image] Feb 12 06:56:37.099 INFO O| Feb 12 06:56:37.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
53762026-02-12T06:56:37.874Z[ recovery-image] Feb 12 06:56:37.099 INFO O| Feb 12 06:56:37.099 INFO STEP 153 (remove_files) COMPLETE
53772026-02-12T06:56:37.874Z[ recovery-image] Feb 12 06:56:37.099 INFO O| Feb 12 06:56:37.099 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782026-02-12T06:56:37.879Z[ recovery-image] Feb 12 06:56:37.107 INFO O| Feb 12 06:56:37.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
53792026-02-12T06:56:37.882Z[ recovery-image] Feb 12 06:56:37.108 INFO O| Feb 12 06:56:37.108 INFO STEP 154 (remove_files) COMPLETE
53802026-02-12T06:56:37.882Z[ recovery-image] Feb 12 06:56:37.108 INFO O| Feb 12 06:56:37.108 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812026-02-12T06:56:37.890Z[ recovery-image] Feb 12 06:56:37.119 INFO O| Feb 12 06:56:37.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
53822026-02-12T06:56:37.894Z[ recovery-image] Feb 12 06:56:37.119 INFO O| Feb 12 06:56:37.119 INFO STEP 155 (remove_files) COMPLETE
53832026-02-12T06:56:37.894Z[ recovery-image] Feb 12 06:56:37.119 INFO O| Feb 12 06:56:37.119 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842026-02-12T06:56:37.902Z[ recovery-image] Feb 12 06:56:37.131 INFO O| Feb 12 06:56:37.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
53852026-02-12T06:56:37.902Z[ recovery-image] Feb 12 06:56:37.131 INFO O| Feb 12 06:56:37.131 INFO STEP 156 (remove_files) COMPLETE
53862026-02-12T06:56:37.905Z[ recovery-image] Feb 12 06:56:37.131 INFO O| Feb 12 06:56:37.131 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872026-02-12T06:56:37.914Z[ recovery-image] Feb 12 06:56:37.142 INFO O| Feb 12 06:56:37.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
53882026-02-12T06:56:37.917Z[ recovery-image] Feb 12 06:56:37.142 INFO O| Feb 12 06:56:37.142 INFO STEP 157 (remove_files) COMPLETE
53892026-02-12T06:56:37.917Z[ recovery-image] Feb 12 06:56:37.142 INFO O| Feb 12 06:56:37.142 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902026-02-12T06:56:37.926Z[ recovery-image] Feb 12 06:56:37.155 INFO O| Feb 12 06:56:37.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
53912026-02-12T06:56:37.926Z[ recovery-image] Feb 12 06:56:37.155 INFO O| Feb 12 06:56:37.155 INFO STEP 158 (remove_files) COMPLETE
53922026-02-12T06:56:37.929Z[ recovery-image] Feb 12 06:56:37.155 INFO O| Feb 12 06:56:37.155 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932026-02-12T06:56:37.938Z[ recovery-image] Feb 12 06:56:37.167 INFO O| Feb 12 06:56:37.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
53942026-02-12T06:56:37.939Z[ recovery-image] Feb 12 06:56:37.167 INFO O| Feb 12 06:56:37.167 INFO STEP 159 (remove_files) COMPLETE
53952026-02-12T06:56:37.942Z[ recovery-image] Feb 12 06:56:37.167 INFO O| Feb 12 06:56:37.167 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962026-02-12T06:56:37.952Z[ recovery-image] Feb 12 06:56:37.180 INFO O| Feb 12 06:56:37.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
53972026-02-12T06:56:37.952Z[ recovery-image] Feb 12 06:56:37.180 INFO O| Feb 12 06:56:37.180 INFO STEP 160 (remove_files) COMPLETE
53982026-02-12T06:56:37.955Z[ recovery-image] Feb 12 06:56:37.180 INFO O| Feb 12 06:56:37.180 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992026-02-12T06:56:37.964Z[ recovery-image] Feb 12 06:56:37.193 INFO O| Feb 12 06:56:37.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
54002026-02-12T06:56:37.964Z[ recovery-image] Feb 12 06:56:37.193 INFO O| Feb 12 06:56:37.193 INFO STEP 161 (remove_files) COMPLETE
54012026-02-12T06:56:37.967Z[ recovery-image] Feb 12 06:56:37.193 INFO O| Feb 12 06:56:37.193 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022026-02-12T06:56:37.975Z[ recovery-image] Feb 12 06:56:37.203 INFO O| Feb 12 06:56:37.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
54032026-02-12T06:56:37.978Z[ recovery-image] Feb 12 06:56:37.203 INFO O| Feb 12 06:56:37.203 INFO STEP 162 (remove_files) COMPLETE
54042026-02-12T06:56:37.978Z[ recovery-image] Feb 12 06:56:37.203 INFO O| Feb 12 06:56:37.203 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052026-02-12T06:56:37.987Z[ recovery-image] Feb 12 06:56:37.215 INFO O| Feb 12 06:56:37.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
54062026-02-12T06:56:37.987Z[ recovery-image] Feb 12 06:56:37.215 INFO O| Feb 12 06:56:37.215 INFO STEP 163 (remove_files) COMPLETE
54072026-02-12T06:56:37.990Z[ recovery-image] Feb 12 06:56:37.215 INFO O| Feb 12 06:56:37.215 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082026-02-12T06:56:37.997Z[ recovery-image] Feb 12 06:56:37.226 INFO O| Feb 12 06:56:37.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
54092026-02-12T06:56:38.001Z[ recovery-image] Feb 12 06:56:37.226 INFO O| Feb 12 06:56:37.226 INFO STEP 164 (remove_files) COMPLETE
54102026-02-12T06:56:38.001Z[ recovery-image] Feb 12 06:56:37.227 INFO O| Feb 12 06:56:37.226 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112026-02-12T06:56:38.009Z[ recovery-image] Feb 12 06:56:37.238 INFO O| Feb 12 06:56:37.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
54122026-02-12T06:56:38.013Z[ recovery-image] Feb 12 06:56:37.238 INFO O| Feb 12 06:56:37.238 INFO STEP 165 (remove_files) COMPLETE
54132026-02-12T06:56:38.013Z[ recovery-image] Feb 12 06:56:37.238 INFO O| Feb 12 06:56:37.238 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142026-02-12T06:56:38.022Z[ recovery-image] Feb 12 06:56:37.250 INFO O| Feb 12 06:56:37.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
54152026-02-12T06:56:38.025Z[ recovery-image] Feb 12 06:56:37.251 INFO O| Feb 12 06:56:37.251 INFO STEP 166 (remove_files) COMPLETE
54162026-02-12T06:56:38.025Z[ recovery-image] Feb 12 06:56:37.251 INFO O| Feb 12 06:56:37.251 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172026-02-12T06:56:38.036Z[ recovery-image] Feb 12 06:56:37.265 INFO O| Feb 12 06:56:37.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
54182026-02-12T06:56:38.039Z[ recovery-image] Feb 12 06:56:37.265 INFO O| Feb 12 06:56:37.265 INFO STEP 167 (remove_files) COMPLETE
54192026-02-12T06:56:38.039Z[ recovery-image] Feb 12 06:56:37.265 INFO O| Feb 12 06:56:37.265 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202026-02-12T06:56:38.049Z[ recovery-image] Feb 12 06:56:37.277 INFO O| Feb 12 06:56:37.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
54212026-02-12T06:56:38.049Z[ recovery-image] Feb 12 06:56:37.277 INFO O| Feb 12 06:56:37.277 INFO STEP 168 (remove_files) COMPLETE
54222026-02-12T06:56:38.053Z[ recovery-image] Feb 12 06:56:37.277 INFO O| Feb 12 06:56:37.277 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232026-02-12T06:56:38.062Z[ recovery-image] Feb 12 06:56:37.290 INFO O| Feb 12 06:56:37.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
54242026-02-12T06:56:38.062Z[ recovery-image] Feb 12 06:56:37.290 INFO O| Feb 12 06:56:37.290 INFO STEP 169 (remove_files) COMPLETE
54252026-02-12T06:56:38.065Z[ recovery-image] Feb 12 06:56:37.290 INFO O| Feb 12 06:56:37.290 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262026-02-12T06:56:38.074Z[ recovery-image] Feb 12 06:56:37.302 INFO O| Feb 12 06:56:37.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
54272026-02-12T06:56:38.074Z[ recovery-image] Feb 12 06:56:37.302 INFO O| Feb 12 06:56:37.302 INFO STEP 170 (remove_files) COMPLETE
54282026-02-12T06:56:38.077Z[ recovery-image] Feb 12 06:56:37.302 INFO O| Feb 12 06:56:37.302 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292026-02-12T06:56:38.086Z[ recovery-image] Feb 12 06:56:37.314 INFO O| Feb 12 06:56:37.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
54302026-02-12T06:56:38.086Z[ recovery-image] Feb 12 06:56:37.314 INFO O| Feb 12 06:56:37.314 INFO STEP 171 (remove_files) COMPLETE
54312026-02-12T06:56:38.089Z[ recovery-image] Feb 12 06:56:37.314 INFO O| Feb 12 06:56:37.314 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322026-02-12T06:56:38.098Z[ recovery-image] Feb 12 06:56:37.326 INFO O| Feb 12 06:56:37.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
54332026-02-12T06:56:38.098Z[ recovery-image] Feb 12 06:56:37.326 INFO O| Feb 12 06:56:37.326 INFO STEP 172 (remove_files) COMPLETE
54342026-02-12T06:56:38.098Z[ recovery-image] Feb 12 06:56:37.326 INFO O| Feb 12 06:56:37.326 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352026-02-12T06:56:38.108Z[ recovery-image] Feb 12 06:56:37.337 INFO O| Feb 12 06:56:37.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
54362026-02-12T06:56:38.111Z[ recovery-image] Feb 12 06:56:37.337 INFO O| Feb 12 06:56:37.337 INFO STEP 173 (remove_files) COMPLETE
54372026-02-12T06:56:38.111Z[ recovery-image] Feb 12 06:56:37.337 INFO O| Feb 12 06:56:37.337 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382026-02-12T06:56:38.119Z[ recovery-image] Feb 12 06:56:37.348 INFO O| Feb 12 06:56:37.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
54392026-02-12T06:56:38.122Z[ recovery-image] Feb 12 06:56:37.348 INFO O| Feb 12 06:56:37.348 INFO STEP 174 (remove_files) COMPLETE
54402026-02-12T06:56:38.122Z[ recovery-image] Feb 12 06:56:37.348 INFO O| Feb 12 06:56:37.348 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412026-02-12T06:56:38.131Z[ recovery-image] Feb 12 06:56:37.359 INFO O| Feb 12 06:56:37.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
54422026-02-12T06:56:38.134Z[ recovery-image] Feb 12 06:56:37.360 INFO O| Feb 12 06:56:37.360 INFO STEP 175 (remove_files) COMPLETE
54432026-02-12T06:56:38.134Z[ recovery-image] Feb 12 06:56:37.360 INFO O| Feb 12 06:56:37.360 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442026-02-12T06:56:38.140Z[ recovery-image] Feb 12 06:56:37.368 INFO O| Feb 12 06:56:37.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
54452026-02-12T06:56:38.143Z[ recovery-image] Feb 12 06:56:37.368 INFO O| Feb 12 06:56:37.368 INFO STEP 176 (remove_files) COMPLETE
54462026-02-12T06:56:38.143Z[ recovery-image] Feb 12 06:56:37.368 INFO O| Feb 12 06:56:37.368 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472026-02-12T06:56:38.152Z[ recovery-image] Feb 12 06:56:37.380 INFO O| Feb 12 06:56:37.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
54482026-02-12T06:56:38.152Z[ recovery-image] Feb 12 06:56:37.380 INFO O| Feb 12 06:56:37.380 INFO STEP 177 (remove_files) COMPLETE
54492026-02-12T06:56:38.155Z[ recovery-image] Feb 12 06:56:37.380 INFO O| Feb 12 06:56:37.380 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502026-02-12T06:56:38.164Z[ recovery-image] Feb 12 06:56:37.392 INFO O| Feb 12 06:56:37.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
54512026-02-12T06:56:38.164Z[ recovery-image] Feb 12 06:56:37.392 INFO O| Feb 12 06:56:37.392 INFO STEP 178 (remove_files) COMPLETE
54522026-02-12T06:56:38.164Z[ recovery-image] Feb 12 06:56:37.392 INFO O| Feb 12 06:56:37.392 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532026-02-12T06:56:38.173Z[ recovery-image] Feb 12 06:56:37.402 INFO O| Feb 12 06:56:37.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
54542026-02-12T06:56:38.176Z[ recovery-image] Feb 12 06:56:37.402 INFO O| Feb 12 06:56:37.402 INFO STEP 179 (remove_files) COMPLETE
54552026-02-12T06:56:38.176Z[ recovery-image] Feb 12 06:56:37.402 INFO O| Feb 12 06:56:37.402 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562026-02-12T06:56:38.183Z[ recovery-image] Feb 12 06:56:37.412 INFO O| Feb 12 06:56:37.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
54572026-02-12T06:56:38.186Z[ recovery-image] Feb 12 06:56:37.412 INFO O| Feb 12 06:56:37.412 INFO STEP 180 (remove_files) COMPLETE
54582026-02-12T06:56:38.186Z[ recovery-image] Feb 12 06:56:37.412 INFO O| Feb 12 06:56:37.412 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592026-02-12T06:56:38.196Z[ recovery-image] Feb 12 06:56:37.424 INFO O| Feb 12 06:56:37.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
54602026-02-12T06:56:38.196Z[ recovery-image] Feb 12 06:56:37.424 INFO O| Feb 12 06:56:37.424 INFO STEP 181 (remove_files) COMPLETE
54612026-02-12T06:56:38.199Z[ recovery-image] Feb 12 06:56:37.425 INFO O| Feb 12 06:56:37.424 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622026-02-12T06:56:38.208Z[ recovery-image] Feb 12 06:56:37.437 INFO O| Feb 12 06:56:37.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
54632026-02-12T06:56:38.209Z[ recovery-image] Feb 12 06:56:37.437 INFO O| Feb 12 06:56:37.437 INFO STEP 182 (remove_files) COMPLETE
54642026-02-12T06:56:38.212Z[ recovery-image] Feb 12 06:56:37.437 INFO O| Feb 12 06:56:37.437 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652026-02-12T06:56:38.219Z[ recovery-image] Feb 12 06:56:37.448 INFO O| Feb 12 06:56:37.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
54662026-02-12T06:56:38.222Z[ recovery-image] Feb 12 06:56:37.448 INFO O| Feb 12 06:56:37.448 INFO STEP 183 (remove_files) COMPLETE
54672026-02-12T06:56:38.222Z[ recovery-image] Feb 12 06:56:37.448 INFO O| Feb 12 06:56:37.448 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682026-02-12T06:56:38.231Z[ recovery-image] Feb 12 06:56:37.460 INFO O| Feb 12 06:56:37.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
54692026-02-12T06:56:38.232Z[ recovery-image] Feb 12 06:56:37.460 INFO O| Feb 12 06:56:37.460 INFO STEP 184 (remove_files) COMPLETE
54702026-02-12T06:56:38.235Z[ recovery-image] Feb 12 06:56:37.460 INFO O| Feb 12 06:56:37.460 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712026-02-12T06:56:38.242Z[ recovery-image] Feb 12 06:56:37.470 INFO O| Feb 12 06:56:37.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
54722026-02-12T06:56:38.245Z[ recovery-image] Feb 12 06:56:37.470 INFO O| Feb 12 06:56:37.470 INFO STEP 185 (remove_files) COMPLETE
54732026-02-12T06:56:38.245Z[ recovery-image] Feb 12 06:56:37.470 INFO O| Feb 12 06:56:37.470 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742026-02-12T06:56:38.254Z[ recovery-image] Feb 12 06:56:37.482 INFO O| Feb 12 06:56:37.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
54752026-02-12T06:56:38.257Z[ recovery-image] Feb 12 06:56:37.482 INFO O| Feb 12 06:56:37.482 INFO STEP 186 (remove_files) COMPLETE
54762026-02-12T06:56:38.257Z[ recovery-image] Feb 12 06:56:37.482 INFO O| Feb 12 06:56:37.482 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772026-02-12T06:56:38.266Z[ recovery-image] Feb 12 06:56:37.494 INFO O| Feb 12 06:56:37.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
54782026-02-12T06:56:38.269Z[ recovery-image] Feb 12 06:56:37.494 INFO O| Feb 12 06:56:37.494 INFO STEP 187 (remove_files) COMPLETE
54792026-02-12T06:56:38.269Z[ recovery-image] Feb 12 06:56:37.494 INFO O| Feb 12 06:56:37.494 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802026-02-12T06:56:38.277Z[ recovery-image] Feb 12 06:56:37.506 INFO O| Feb 12 06:56:37.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
54812026-02-12T06:56:38.277Z[ recovery-image] Feb 12 06:56:37.506 INFO O| Feb 12 06:56:37.506 INFO STEP 188 (remove_files) COMPLETE
54822026-02-12T06:56:38.281Z[ recovery-image] Feb 12 06:56:37.506 INFO O| Feb 12 06:56:37.506 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832026-02-12T06:56:38.289Z[ recovery-image] Feb 12 06:56:37.517 INFO O| Feb 12 06:56:37.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
54842026-02-12T06:56:38.289Z[ recovery-image] Feb 12 06:56:37.517 INFO O| Feb 12 06:56:37.517 INFO STEP 189 (remove_files) COMPLETE
54852026-02-12T06:56:38.292Z[ recovery-image] Feb 12 06:56:37.517 INFO O| Feb 12 06:56:37.517 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862026-02-12T06:56:38.301Z[ recovery-image] Feb 12 06:56:37.529 INFO O| Feb 12 06:56:37.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
54872026-02-12T06:56:38.301Z[ recovery-image] Feb 12 06:56:37.529 INFO O| Feb 12 06:56:37.529 INFO STEP 190 (remove_files) COMPLETE
54882026-02-12T06:56:38.304Z[ recovery-image] Feb 12 06:56:37.529 INFO O| Feb 12 06:56:37.529 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892026-02-12T06:56:38.313Z[ recovery-image] Feb 12 06:56:37.541 INFO O| Feb 12 06:56:37.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
54902026-02-12T06:56:38.313Z[ recovery-image] Feb 12 06:56:37.541 INFO O| Feb 12 06:56:37.541 INFO STEP 191 (remove_files) COMPLETE
54912026-02-12T06:56:38.317Z[ recovery-image] Feb 12 06:56:37.541 INFO O| Feb 12 06:56:37.541 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922026-02-12T06:56:38.325Z[ recovery-image] Feb 12 06:56:37.553 INFO O| Feb 12 06:56:37.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
54932026-02-12T06:56:38.325Z[ recovery-image] Feb 12 06:56:37.554 INFO O| Feb 12 06:56:37.554 INFO STEP 192 (remove_files) COMPLETE
54942026-02-12T06:56:38.328Z[ recovery-image] Feb 12 06:56:37.554 INFO O| Feb 12 06:56:37.554 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952026-02-12T06:56:38.338Z[ recovery-image] Feb 12 06:56:37.566 INFO O| Feb 12 06:56:37.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
54962026-02-12T06:56:38.341Z[ recovery-image] Feb 12 06:56:37.566 INFO O| Feb 12 06:56:37.566 INFO STEP 193 (remove_files) COMPLETE
54972026-02-12T06:56:38.341Z[ recovery-image] Feb 12 06:56:37.566 INFO O| Feb 12 06:56:37.566 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982026-02-12T06:56:38.348Z[ recovery-image] Feb 12 06:56:37.577 INFO O| Feb 12 06:56:37.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
54992026-02-12T06:56:38.348Z[ recovery-image] Feb 12 06:56:37.577 INFO O| Feb 12 06:56:37.577 INFO STEP 194 (remove_files) COMPLETE
55002026-02-12T06:56:38.351Z[ recovery-image] Feb 12 06:56:37.577 INFO O| Feb 12 06:56:37.577 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012026-02-12T06:56:38.361Z[ recovery-image] Feb 12 06:56:37.589 INFO O| Feb 12 06:56:37.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
55022026-02-12T06:56:38.364Z[ recovery-image] Feb 12 06:56:37.589 INFO O| Feb 12 06:56:37.589 INFO STEP 195 (remove_files) COMPLETE
55032026-02-12T06:56:38.364Z[ recovery-image] Feb 12 06:56:37.589 INFO O| Feb 12 06:56:37.589 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042026-02-12T06:56:38.373Z[ recovery-image] Feb 12 06:56:37.601 INFO O| Feb 12 06:56:37.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
55052026-02-12T06:56:38.376Z[ recovery-image] Feb 12 06:56:37.601 INFO O| Feb 12 06:56:37.601 INFO STEP 196 (remove_files) COMPLETE
55062026-02-12T06:56:38.376Z[ recovery-image] Feb 12 06:56:37.601 INFO O| Feb 12 06:56:37.601 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072026-02-12T06:56:38.384Z[ recovery-image] Feb 12 06:56:37.612 INFO O| Feb 12 06:56:37.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
55082026-02-12T06:56:38.384Z[ recovery-image] Feb 12 06:56:37.612 INFO O| Feb 12 06:56:37.612 INFO STEP 197 (remove_files) COMPLETE
55092026-02-12T06:56:38.387Z[ recovery-image] Feb 12 06:56:37.613 INFO O| Feb 12 06:56:37.612 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102026-02-12T06:56:38.396Z[ recovery-image] Feb 12 06:56:37.624 INFO O| Feb 12 06:56:37.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
55112026-02-12T06:56:38.399Z[ recovery-image] Feb 12 06:56:37.624 INFO O| Feb 12 06:56:37.624 INFO STEP 198 (remove_files) COMPLETE
55122026-02-12T06:56:38.399Z[ recovery-image] Feb 12 06:56:37.625 INFO O| Feb 12 06:56:37.624 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132026-02-12T06:56:38.408Z[ recovery-image] Feb 12 06:56:37.636 INFO O| Feb 12 06:56:37.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
55142026-02-12T06:56:38.408Z[ recovery-image] Feb 12 06:56:37.636 INFO O| Feb 12 06:56:37.636 INFO STEP 199 (remove_files) COMPLETE
55152026-02-12T06:56:38.411Z[ recovery-image] Feb 12 06:56:37.636 INFO O| Feb 12 06:56:37.636 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162026-02-12T06:56:38.420Z[ recovery-image] Feb 12 06:56:37.648 INFO O| Feb 12 06:56:37.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
55172026-02-12T06:56:38.420Z[ recovery-image] Feb 12 06:56:37.649 INFO O| Feb 12 06:56:37.649 INFO STEP 200 (remove_files) COMPLETE
55182026-02-12T06:56:38.423Z[ recovery-image] Feb 12 06:56:37.649 INFO O| Feb 12 06:56:37.649 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192026-02-12T06:56:38.432Z[ recovery-image] Feb 12 06:56:37.660 INFO O| Feb 12 06:56:37.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
55202026-02-12T06:56:38.432Z[ recovery-image] Feb 12 06:56:37.660 INFO O| Feb 12 06:56:37.660 INFO STEP 201 (remove_files) COMPLETE
55212026-02-12T06:56:38.435Z[ recovery-image] Feb 12 06:56:37.661 INFO O| Feb 12 06:56:37.660 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222026-02-12T06:56:38.444Z[ recovery-image] Feb 12 06:56:37.672 INFO O| Feb 12 06:56:37.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
55232026-02-12T06:56:38.447Z[ recovery-image] Feb 12 06:56:37.672 INFO O| Feb 12 06:56:37.672 INFO STEP 202 (remove_files) COMPLETE
55242026-02-12T06:56:38.447Z[ recovery-image] Feb 12 06:56:37.673 INFO O| Feb 12 06:56:37.672 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252026-02-12T06:56:38.455Z[ recovery-image] Feb 12 06:56:37.683 INFO O| Feb 12 06:56:37.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
55262026-02-12T06:56:38.458Z[ recovery-image] Feb 12 06:56:37.684 INFO O| Feb 12 06:56:37.684 INFO STEP 203 (remove_files) COMPLETE
55272026-02-12T06:56:38.458Z[ recovery-image] Feb 12 06:56:37.684 INFO O| Feb 12 06:56:37.684 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282026-02-12T06:56:38.468Z[ recovery-image] Feb 12 06:56:37.696 INFO O| Feb 12 06:56:37.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
55292026-02-12T06:56:38.471Z[ recovery-image] Feb 12 06:56:37.696 INFO O| Feb 12 06:56:37.696 INFO STEP 204 (remove_files) COMPLETE
55302026-02-12T06:56:38.471Z[ recovery-image] Feb 12 06:56:37.696 INFO O| Feb 12 06:56:37.696 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312026-02-12T06:56:38.487Z[ recovery-image] Feb 12 06:56:37.708 INFO O| Feb 12 06:56:37.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
55322026-02-12T06:56:38.487Z[ recovery-image] Feb 12 06:56:37.708 INFO O| Feb 12 06:56:37.708 INFO STEP 205 (remove_files) COMPLETE
55332026-02-12T06:56:38.487Z[ recovery-image] Feb 12 06:56:37.708 INFO O| Feb 12 06:56:37.708 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342026-02-12T06:56:38.492Z[ recovery-image] Feb 12 06:56:37.721 INFO O| Feb 12 06:56:37.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
55352026-02-12T06:56:38.492Z[ recovery-image] Feb 12 06:56:37.721 INFO O| Feb 12 06:56:37.721 INFO STEP 206 (remove_files) COMPLETE
55362026-02-12T06:56:38.495Z[ recovery-image] Feb 12 06:56:37.721 INFO O| Feb 12 06:56:37.721 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372026-02-12T06:56:38.505Z[ recovery-image] Feb 12 06:56:37.733 INFO O| Feb 12 06:56:37.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
55382026-02-12T06:56:38.508Z[ recovery-image] Feb 12 06:56:37.733 INFO O| Feb 12 06:56:37.733 INFO STEP 207 (remove_files) COMPLETE
55392026-02-12T06:56:38.508Z[ recovery-image] Feb 12 06:56:37.733 INFO O| Feb 12 06:56:37.733 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402026-02-12T06:56:38.515Z[ recovery-image] Feb 12 06:56:37.744 INFO O| Feb 12 06:56:37.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
55412026-02-12T06:56:38.519Z[ recovery-image] Feb 12 06:56:37.744 INFO O| Feb 12 06:56:37.744 INFO STEP 208 (remove_files) COMPLETE
55422026-02-12T06:56:38.519Z[ recovery-image] Feb 12 06:56:37.744 INFO O| Feb 12 06:56:37.744 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432026-02-12T06:56:38.528Z[ recovery-image] Feb 12 06:56:37.756 INFO O| Feb 12 06:56:37.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
55442026-02-12T06:56:38.531Z[ recovery-image] Feb 12 06:56:37.756 INFO O| Feb 12 06:56:37.756 INFO STEP 209 (remove_files) COMPLETE
55452026-02-12T06:56:38.531Z[ recovery-image] Feb 12 06:56:37.756 INFO O| Feb 12 06:56:37.756 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462026-02-12T06:56:38.536Z[ recovery-image] Feb 12 06:56:37.764 INFO O| Feb 12 06:56:37.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
55472026-02-12T06:56:38.536Z[ recovery-image] Feb 12 06:56:37.764 INFO O| Feb 12 06:56:37.764 INFO STEP 210 (remove_files) COMPLETE
55482026-02-12T06:56:38.539Z[ recovery-image] Feb 12 06:56:37.764 INFO O| Feb 12 06:56:37.764 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492026-02-12T06:56:38.547Z[ recovery-image] Feb 12 06:56:37.775 INFO O| Feb 12 06:56:37.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
55502026-02-12T06:56:38.547Z[ recovery-image] Feb 12 06:56:37.775 INFO O| Feb 12 06:56:37.775 INFO STEP 211 (remove_files) COMPLETE
55512026-02-12T06:56:38.550Z[ recovery-image] Feb 12 06:56:37.775 INFO O| Feb 12 06:56:37.775 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522026-02-12T06:56:38.560Z[ recovery-image] Feb 12 06:56:37.788 INFO O| Feb 12 06:56:37.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
55532026-02-12T06:56:38.563Z[ recovery-image] Feb 12 06:56:37.788 INFO O| Feb 12 06:56:37.788 INFO STEP 212 (remove_files) COMPLETE
55542026-02-12T06:56:38.563Z[ recovery-image] Feb 12 06:56:37.788 INFO O| Feb 12 06:56:37.788 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552026-02-12T06:56:38.571Z[ recovery-image] Feb 12 06:56:37.800 INFO O| Feb 12 06:56:37.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
55562026-02-12T06:56:38.575Z[ recovery-image] Feb 12 06:56:37.800 INFO O| Feb 12 06:56:37.800 INFO STEP 213 (remove_files) COMPLETE
55572026-02-12T06:56:38.575Z[ recovery-image] Feb 12 06:56:37.800 INFO O| Feb 12 06:56:37.800 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582026-02-12T06:56:38.584Z[ recovery-image] Feb 12 06:56:37.812 INFO O| Feb 12 06:56:37.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
55592026-02-12T06:56:38.584Z[ recovery-image] Feb 12 06:56:37.812 INFO O| Feb 12 06:56:37.812 INFO STEP 214 (remove_files) COMPLETE
55602026-02-12T06:56:38.587Z[ recovery-image] Feb 12 06:56:37.812 INFO O| Feb 12 06:56:37.812 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612026-02-12T06:56:38.596Z[ recovery-image] Feb 12 06:56:37.824 INFO O| Feb 12 06:56:37.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
55622026-02-12T06:56:38.596Z[ recovery-image] Feb 12 06:56:37.824 INFO O| Feb 12 06:56:37.824 INFO STEP 215 (remove_files) COMPLETE
55632026-02-12T06:56:38.596Z[ recovery-image] Feb 12 06:56:37.824 INFO O| Feb 12 06:56:37.824 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642026-02-12T06:56:38.607Z[ recovery-image] Feb 12 06:56:37.835 INFO O| Feb 12 06:56:37.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
55652026-02-12T06:56:38.607Z[ recovery-image] Feb 12 06:56:37.836 INFO O| Feb 12 06:56:37.835 INFO STEP 216 (remove_files) COMPLETE
55662026-02-12T06:56:38.610Z[ recovery-image] Feb 12 06:56:37.836 INFO O| Feb 12 06:56:37.835 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672026-02-12T06:56:38.620Z[ recovery-image] Feb 12 06:56:37.848 INFO O| Feb 12 06:56:37.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
55682026-02-12T06:56:38.623Z[ recovery-image] Feb 12 06:56:37.848 INFO O| Feb 12 06:56:37.848 INFO STEP 217 (remove_files) COMPLETE
55692026-02-12T06:56:38.623Z[ recovery-image] Feb 12 06:56:37.848 INFO O| Feb 12 06:56:37.848 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702026-02-12T06:56:38.632Z[ recovery-image] Feb 12 06:56:37.860 INFO O| Feb 12 06:56:37.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
55712026-02-12T06:56:38.632Z[ recovery-image] Feb 12 06:56:37.860 INFO O| Feb 12 06:56:37.860 INFO STEP 218 (remove_files) COMPLETE
55722026-02-12T06:56:38.635Z[ recovery-image] Feb 12 06:56:37.860 INFO O| Feb 12 06:56:37.860 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732026-02-12T06:56:38.645Z[ recovery-image] Feb 12 06:56:37.873 INFO O| Feb 12 06:56:37.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
55742026-02-12T06:56:38.648Z[ recovery-image] Feb 12 06:56:37.873 INFO O| Feb 12 06:56:37.873 INFO STEP 219 (remove_files) COMPLETE
55752026-02-12T06:56:38.648Z[ recovery-image] Feb 12 06:56:37.873 INFO O| Feb 12 06:56:37.873 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762026-02-12T06:56:38.658Z[ recovery-image] Feb 12 06:56:37.886 INFO O| Feb 12 06:56:37.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
55772026-02-12T06:56:38.661Z[ recovery-image] Feb 12 06:56:37.886 INFO O| Feb 12 06:56:37.886 INFO STEP 220 (remove_files) COMPLETE
55782026-02-12T06:56:38.661Z[ recovery-image] Feb 12 06:56:37.886 INFO O| Feb 12 06:56:37.886 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792026-02-12T06:56:38.670Z[ recovery-image] Feb 12 06:56:37.897 INFO O| Feb 12 06:56:37.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
55802026-02-12T06:56:38.670Z[ recovery-image] Feb 12 06:56:37.897 INFO O| Feb 12 06:56:37.897 INFO STEP 221 (remove_files) COMPLETE
55812026-02-12T06:56:38.673Z[ recovery-image] Feb 12 06:56:37.897 INFO O| Feb 12 06:56:37.897 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822026-02-12T06:56:38.680Z[ recovery-image] Feb 12 06:56:37.909 INFO O| Feb 12 06:56:37.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
55832026-02-12T06:56:38.683Z[ recovery-image] Feb 12 06:56:37.909 INFO O| Feb 12 06:56:37.909 INFO STEP 222 (remove_files) COMPLETE
55842026-02-12T06:56:38.684Z[ recovery-image] Feb 12 06:56:37.909 INFO O| Feb 12 06:56:37.909 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852026-02-12T06:56:38.693Z[ recovery-image] Feb 12 06:56:37.921 INFO O| Feb 12 06:56:37.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
55862026-02-12T06:56:38.693Z[ recovery-image] Feb 12 06:56:37.921 INFO O| Feb 12 06:56:37.921 INFO STEP 223 (remove_files) COMPLETE
55872026-02-12T06:56:38.693Z[ recovery-image] Feb 12 06:56:37.921 INFO O| Feb 12 06:56:37.921 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882026-02-12T06:56:38.705Z[ recovery-image] Feb 12 06:56:37.933 INFO O| Feb 12 06:56:37.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
55892026-02-12T06:56:38.705Z[ recovery-image] Feb 12 06:56:37.933 INFO O| Feb 12 06:56:37.933 INFO STEP 224 (remove_files) COMPLETE
55902026-02-12T06:56:38.705Z[ recovery-image] Feb 12 06:56:37.933 INFO O| Feb 12 06:56:37.933 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912026-02-12T06:56:38.717Z[ recovery-image] Feb 12 06:56:37.945 INFO O| Feb 12 06:56:37.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
55922026-02-12T06:56:38.717Z[ recovery-image] Feb 12 06:56:37.945 INFO O| Feb 12 06:56:37.945 INFO STEP 225 (remove_files) COMPLETE
55932026-02-12T06:56:38.717Z[ recovery-image] Feb 12 06:56:37.945 INFO O| Feb 12 06:56:37.945 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942026-02-12T06:56:38.729Z[ recovery-image] Feb 12 06:56:37.957 INFO O| Feb 12 06:56:37.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
55952026-02-12T06:56:38.732Z[ recovery-image] Feb 12 06:56:37.957 INFO O| Feb 12 06:56:37.957 INFO STEP 226 (remove_files) COMPLETE
55962026-02-12T06:56:38.732Z[ recovery-image] Feb 12 06:56:37.957 INFO O| Feb 12 06:56:37.957 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972026-02-12T06:56:38.742Z[ recovery-image] Feb 12 06:56:37.970 INFO O| Feb 12 06:56:37.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
55982026-02-12T06:56:38.745Z[ recovery-image] Feb 12 06:56:37.970 INFO O| Feb 12 06:56:37.970 INFO STEP 227 (remove_files) COMPLETE
55992026-02-12T06:56:38.745Z[ recovery-image] Feb 12 06:56:37.970 INFO O| Feb 12 06:56:37.970 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002026-02-12T06:56:38.751Z[ recovery-image] Feb 12 06:56:37.980 INFO O| Feb 12 06:56:37.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
56012026-02-12T06:56:38.754Z[ recovery-image] Feb 12 06:56:37.980 INFO O| Feb 12 06:56:37.980 INFO STEP 228 (remove_files) COMPLETE
56022026-02-12T06:56:38.754Z[ recovery-image] Feb 12 06:56:37.980 INFO O| Feb 12 06:56:37.980 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032026-02-12T06:56:38.762Z[ recovery-image] Feb 12 06:56:37.990 INFO O| Feb 12 06:56:37.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
56042026-02-12T06:56:38.765Z[ recovery-image] Feb 12 06:56:37.990 INFO O| Feb 12 06:56:37.990 INFO STEP 229 (remove_files) COMPLETE
56052026-02-12T06:56:38.765Z[ recovery-image] Feb 12 06:56:37.990 INFO O| Feb 12 06:56:37.990 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062026-02-12T06:56:38.774Z[ recovery-image] Feb 12 06:56:38.002 INFO O| Feb 12 06:56:38.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
56072026-02-12T06:56:38.774Z[ recovery-image] Feb 12 06:56:38.002 INFO O| Feb 12 06:56:38.002 INFO STEP 230 (remove_files) COMPLETE
56082026-02-12T06:56:38.774Z[ recovery-image] Feb 12 06:56:38.002 INFO O| Feb 12 06:56:38.002 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092026-02-12T06:56:38.786Z[ recovery-image] Feb 12 06:56:38.014 INFO O| Feb 12 06:56:38.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
56102026-02-12T06:56:38.786Z[ recovery-image] Feb 12 06:56:38.014 INFO O| Feb 12 06:56:38.014 INFO STEP 231 (remove_files) COMPLETE
56112026-02-12T06:56:38.789Z[ recovery-image] Feb 12 06:56:38.014 INFO O| Feb 12 06:56:38.014 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122026-02-12T06:56:38.798Z[ recovery-image] Feb 12 06:56:38.026 INFO O| Feb 12 06:56:38.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
56132026-02-12T06:56:38.798Z[ recovery-image] Feb 12 06:56:38.026 INFO O| Feb 12 06:56:38.026 INFO STEP 232 (remove_files) COMPLETE
56142026-02-12T06:56:38.801Z[ recovery-image] Feb 12 06:56:38.026 INFO O| Feb 12 06:56:38.026 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152026-02-12T06:56:38.808Z[ recovery-image] Feb 12 06:56:38.037 INFO O| Feb 12 06:56:38.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
56162026-02-12T06:56:38.811Z[ recovery-image] Feb 12 06:56:38.037 INFO O| Feb 12 06:56:38.037 INFO STEP 233 (remove_files) COMPLETE
56172026-02-12T06:56:38.811Z[ recovery-image] Feb 12 06:56:38.037 INFO O| Feb 12 06:56:38.037 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182026-02-12T06:56:38.820Z[ recovery-image] Feb 12 06:56:38.048 INFO O| Feb 12 06:56:38.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
56192026-02-12T06:56:38.820Z[ recovery-image] Feb 12 06:56:38.048 INFO O| Feb 12 06:56:38.048 INFO STEP 234 (remove_files) COMPLETE
56202026-02-12T06:56:38.823Z[ recovery-image] Feb 12 06:56:38.048 INFO O| Feb 12 06:56:38.048 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212026-02-12T06:56:38.833Z[ recovery-image] Feb 12 06:56:38.061 INFO O| Feb 12 06:56:38.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
56222026-02-12T06:56:38.833Z[ recovery-image] Feb 12 06:56:38.061 INFO O| Feb 12 06:56:38.061 INFO STEP 235 (remove_files) COMPLETE
56232026-02-12T06:56:38.836Z[ recovery-image] Feb 12 06:56:38.061 INFO O| Feb 12 06:56:38.061 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242026-02-12T06:56:38.845Z[ recovery-image] Feb 12 06:56:38.073 INFO O| Feb 12 06:56:38.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
56252026-02-12T06:56:38.848Z[ recovery-image] Feb 12 06:56:38.073 INFO O| Feb 12 06:56:38.073 INFO STEP 236 (remove_files) COMPLETE
56262026-02-12T06:56:38.848Z[ recovery-image] Feb 12 06:56:38.073 INFO O| Feb 12 06:56:38.073 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272026-02-12T06:56:38.857Z[ recovery-image] Feb 12 06:56:38.085 INFO O| Feb 12 06:56:38.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
56282026-02-12T06:56:38.857Z[ recovery-image] Feb 12 06:56:38.085 INFO O| Feb 12 06:56:38.085 INFO STEP 237 (remove_files) COMPLETE
56292026-02-12T06:56:38.857Z[ recovery-image] Feb 12 06:56:38.085 INFO O| Feb 12 06:56:38.085 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302026-02-12T06:56:38.868Z[ recovery-image] Feb 12 06:56:38.096 INFO O| Feb 12 06:56:38.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
56312026-02-12T06:56:38.868Z[ recovery-image] Feb 12 06:56:38.096 INFO O| Feb 12 06:56:38.096 INFO STEP 238 (remove_files) COMPLETE
56322026-02-12T06:56:38.871Z[ recovery-image] Feb 12 06:56:38.096 INFO O| Feb 12 06:56:38.096 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332026-02-12T06:56:38.880Z[ recovery-image] Feb 12 06:56:38.108 INFO O| Feb 12 06:56:38.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
56342026-02-12T06:56:38.880Z[ recovery-image] Feb 12 06:56:38.109 INFO O| Feb 12 06:56:38.109 INFO STEP 239 (remove_files) COMPLETE
56352026-02-12T06:56:38.883Z[ recovery-image] Feb 12 06:56:38.109 INFO O| Feb 12 06:56:38.109 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362026-02-12T06:56:38.891Z[ recovery-image] Feb 12 06:56:38.119 INFO O| Feb 12 06:56:38.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
56372026-02-12T06:56:38.891Z[ recovery-image] Feb 12 06:56:38.119 INFO O| Feb 12 06:56:38.119 INFO STEP 240 (remove_files) COMPLETE
56382026-02-12T06:56:38.894Z[ recovery-image] Feb 12 06:56:38.119 INFO O| Feb 12 06:56:38.119 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392026-02-12T06:56:38.903Z[ recovery-image] Feb 12 06:56:38.131 INFO O| Feb 12 06:56:38.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
56402026-02-12T06:56:38.903Z[ recovery-image] Feb 12 06:56:38.132 INFO O| Feb 12 06:56:38.132 INFO STEP 241 (remove_files) COMPLETE
56412026-02-12T06:56:38.906Z[ recovery-image] Feb 12 06:56:38.132 INFO O| Feb 12 06:56:38.132 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422026-02-12T06:56:38.915Z[ recovery-image] Feb 12 06:56:38.143 INFO O| Feb 12 06:56:38.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
56432026-02-12T06:56:38.915Z[ recovery-image] Feb 12 06:56:38.143 INFO O| Feb 12 06:56:38.143 INFO STEP 242 (remove_files) COMPLETE
56442026-02-12T06:56:38.918Z[ recovery-image] Feb 12 06:56:38.143 INFO O| Feb 12 06:56:38.143 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452026-02-12T06:56:39.939Z[ recovery-image] Feb 12 06:56:38.152 INFO O| Feb 12 06:56:38.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
56462026-02-12T06:56:39.945Z[ recovery-image] Feb 12 06:56:38.152 INFO O| Feb 12 06:56:38.152 INFO STEP 243 (remove_files) COMPLETE
56472026-02-12T06:56:39.945Z[ recovery-image] Feb 12 06:56:38.152 INFO O| Feb 12 06:56:38.152 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482026-02-12T06:56:39.945Z[ recovery-image] Feb 12 06:56:38.161 INFO O| Feb 12 06:56:38.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
56492026-02-12T06:56:39.945Z[ recovery-image] Feb 12 06:56:38.161 INFO O| Feb 12 06:56:38.161 INFO STEP 244 (remove_files) COMPLETE
56502026-02-12T06:56:39.945Z[ recovery-image] Feb 12 06:56:38.161 INFO O| Feb 12 06:56:38.161 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512026-02-12T06:56:39.945Z[ recovery-image] Feb 12 06:56:38.174 INFO O| Feb 12 06:56:38.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
56522026-02-12T06:56:39.945Z[ recovery-image] Feb 12 06:56:38.174 INFO O| Feb 12 06:56:38.174 INFO STEP 245 (remove_files) COMPLETE
56532026-02-12T06:56:39.945Z[ recovery-image] Feb 12 06:56:38.175 INFO O| Feb 12 06:56:38.174 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542026-02-12T06:56:39.946Z[ recovery-image] Feb 12 06:56:38.187 INFO O| Feb 12 06:56:38.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
56552026-02-12T06:56:39.946Z[ recovery-image] Feb 12 06:56:38.187 INFO O| Feb 12 06:56:38.187 INFO STEP 246 (remove_files) COMPLETE
56562026-02-12T06:56:39.946Z[ recovery-image] Feb 12 06:56:38.187 INFO O| Feb 12 06:56:38.187 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572026-02-12T06:56:39.946Z[ recovery-image] Feb 12 06:56:38.198 INFO O| Feb 12 06:56:38.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
56582026-02-12T06:56:39.946Z[ recovery-image] Feb 12 06:56:38.198 INFO O| Feb 12 06:56:38.198 INFO STEP 247 (remove_files) COMPLETE
56592026-02-12T06:56:39.946Z[ recovery-image] Feb 12 06:56:38.198 INFO O| Feb 12 06:56:38.198 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602026-02-12T06:56:39.946Z[ recovery-image] Feb 12 06:56:38.210 INFO O| Feb 12 06:56:38.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
56612026-02-12T06:56:39.946Z[ recovery-image] Feb 12 06:56:38.211 INFO O| Feb 12 06:56:38.211 INFO STEP 248 (remove_files) COMPLETE
56622026-02-12T06:56:39.946Z[ recovery-image] Feb 12 06:56:38.211 INFO O| Feb 12 06:56:38.211 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632026-02-12T06:56:39.946Z[ recovery-image] Feb 12 06:56:38.223 INFO O| Feb 12 06:56:38.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
56642026-02-12T06:56:39.946Z[ recovery-image] Feb 12 06:56:38.223 INFO O| Feb 12 06:56:38.223 INFO STEP 249 (remove_files) COMPLETE
56652026-02-12T06:56:39.946Z[ recovery-image] Feb 12 06:56:38.223 INFO O| Feb 12 06:56:38.223 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662026-02-12T06:56:39.946Z[ recovery-image] Feb 12 06:56:38.234 INFO O| Feb 12 06:56:38.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
56672026-02-12T06:56:39.946Z[ recovery-image] Feb 12 06:56:38.234 INFO O| Feb 12 06:56:38.234 INFO STEP 250 (remove_files) COMPLETE
56682026-02-12T06:56:39.946Z[ recovery-image] Feb 12 06:56:38.235 INFO O| Feb 12 06:56:38.234 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692026-02-12T06:56:39.946Z[ recovery-image] Feb 12 06:56:38.247 INFO O| Feb 12 06:56:38.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
56702026-02-12T06:56:39.946Z[ recovery-image] Feb 12 06:56:38.247 INFO O| Feb 12 06:56:38.247 INFO STEP 251 (remove_files) COMPLETE
56712026-02-12T06:56:39.946Z[ recovery-image] Feb 12 06:56:38.247 INFO O| Feb 12 06:56:38.247 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722026-02-12T06:56:39.946Z[ recovery-image] Feb 12 06:56:38.259 INFO O| Feb 12 06:56:38.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
56732026-02-12T06:56:39.946Z[ recovery-image] Feb 12 06:56:38.259 INFO O| Feb 12 06:56:38.259 INFO STEP 252 (remove_files) COMPLETE
56742026-02-12T06:56:39.946Z[ recovery-image] Feb 12 06:56:38.259 INFO O| Feb 12 06:56:38.259 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752026-02-12T06:56:39.946Z[ recovery-image] Feb 12 06:56:38.270 INFO O| Feb 12 06:56:38.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
56762026-02-12T06:56:39.946Z[ recovery-image] Feb 12 06:56:38.270 INFO O| Feb 12 06:56:38.270 INFO STEP 253 (remove_files) COMPLETE
56772026-02-12T06:56:39.946Z[ recovery-image] Feb 12 06:56:38.270 INFO O| Feb 12 06:56:38.270 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782026-02-12T06:56:39.946Z[ recovery-image] Feb 12 06:56:38.282 INFO O| Feb 12 06:56:38.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
56792026-02-12T06:56:39.946Z[ recovery-image] Feb 12 06:56:38.282 INFO O| Feb 12 06:56:38.282 INFO STEP 254 (remove_files) COMPLETE
56802026-02-12T06:56:39.946Z[ recovery-image] Feb 12 06:56:38.283 INFO O| Feb 12 06:56:38.282 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812026-02-12T06:56:39.946Z[ recovery-image] Feb 12 06:56:38.294 INFO O| Feb 12 06:56:38.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
56822026-02-12T06:56:39.946Z[ recovery-image] Feb 12 06:56:38.294 INFO O| Feb 12 06:56:38.294 INFO STEP 255 (remove_files) COMPLETE
56832026-02-12T06:56:39.946Z[ recovery-image] Feb 12 06:56:38.294 INFO O| Feb 12 06:56:38.294 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842026-02-12T06:56:39.946Z[ recovery-image] Feb 12 06:56:38.306 INFO O| Feb 12 06:56:38.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
56852026-02-12T06:56:39.946Z[ recovery-image] Feb 12 06:56:38.306 INFO O| Feb 12 06:56:38.306 INFO STEP 256 (remove_files) COMPLETE
56862026-02-12T06:56:39.946Z[ recovery-image] Feb 12 06:56:38.306 INFO O| Feb 12 06:56:38.306 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872026-02-12T06:56:39.946Z[ recovery-image] Feb 12 06:56:38.317 INFO O| Feb 12 06:56:38.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
56882026-02-12T06:56:39.946Z[ recovery-image] Feb 12 06:56:38.318 INFO O| Feb 12 06:56:38.318 INFO STEP 257 (remove_files) COMPLETE
56892026-02-12T06:56:39.946Z[ recovery-image] Feb 12 06:56:38.318 INFO O| Feb 12 06:56:38.318 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902026-02-12T06:56:39.947Z[ recovery-image] Feb 12 06:56:38.330 INFO O| Feb 12 06:56:38.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
56912026-02-12T06:56:39.947Z[ recovery-image] Feb 12 06:56:38.330 INFO O| Feb 12 06:56:38.330 INFO STEP 258 (remove_files) COMPLETE
56922026-02-12T06:56:39.947Z[ recovery-image] Feb 12 06:56:38.330 INFO O| Feb 12 06:56:38.330 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932026-02-12T06:56:39.947Z[ recovery-image] Feb 12 06:56:38.342 INFO O| Feb 12 06:56:38.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
56942026-02-12T06:56:39.947Z[ recovery-image] Feb 12 06:56:38.342 INFO O| Feb 12 06:56:38.342 INFO STEP 259 (remove_files) COMPLETE
56952026-02-12T06:56:39.947Z[ recovery-image] Feb 12 06:56:38.342 INFO O| Feb 12 06:56:38.342 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962026-02-12T06:56:39.947Z[ recovery-image] Feb 12 06:56:38.354 INFO O| Feb 12 06:56:38.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
56972026-02-12T06:56:39.947Z[ recovery-image] Feb 12 06:56:38.354 INFO O| Feb 12 06:56:38.354 INFO STEP 260 (remove_files) COMPLETE
56982026-02-12T06:56:39.947Z[ recovery-image] Feb 12 06:56:38.354 INFO O| Feb 12 06:56:38.354 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992026-02-12T06:56:39.947Z[ recovery-image] Feb 12 06:56:38.366 INFO O| Feb 12 06:56:38.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
57002026-02-12T06:56:39.947Z[ recovery-image] Feb 12 06:56:38.366 INFO O| Feb 12 06:56:38.366 INFO STEP 261 (remove_files) COMPLETE
57012026-02-12T06:56:39.947Z[ recovery-image] Feb 12 06:56:38.366 INFO O| Feb 12 06:56:38.366 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022026-02-12T06:56:39.947Z[ recovery-image] Feb 12 06:56:38.378 INFO O| Feb 12 06:56:38.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
57032026-02-12T06:56:39.947Z[ recovery-image] Feb 12 06:56:38.378 INFO O| Feb 12 06:56:38.378 INFO STEP 262 (remove_files) COMPLETE
57042026-02-12T06:56:39.947Z[ recovery-image] Feb 12 06:56:38.378 INFO O| Feb 12 06:56:38.378 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052026-02-12T06:56:39.947Z[ recovery-image] Feb 12 06:56:38.390 INFO O| Feb 12 06:56:38.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
57062026-02-12T06:56:39.947Z[ recovery-image] Feb 12 06:56:38.390 INFO O| Feb 12 06:56:38.390 INFO STEP 263 (remove_files) COMPLETE
57072026-02-12T06:56:39.947Z[ recovery-image] Feb 12 06:56:38.390 INFO O| Feb 12 06:56:38.390 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082026-02-12T06:56:39.947Z[ recovery-image] Feb 12 06:56:38.402 INFO O| Feb 12 06:56:38.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
57092026-02-12T06:56:39.947Z[ recovery-image] Feb 12 06:56:38.402 INFO O| Feb 12 06:56:38.402 INFO STEP 264 (remove_files) COMPLETE
57102026-02-12T06:56:39.947Z[ recovery-image] Feb 12 06:56:38.402 INFO O| Feb 12 06:56:38.402 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112026-02-12T06:56:39.947Z[ recovery-image] Feb 12 06:56:38.414 INFO O| Feb 12 06:56:38.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker"
57122026-02-12T06:56:39.947Z[ recovery-image] Feb 12 06:56:38.414 INFO O| Feb 12 06:56:38.414 INFO STEP 265 (remove_files) COMPLETE
57132026-02-12T06:56:39.947Z[ recovery-image] Feb 12 06:56:38.414 INFO O| Feb 12 06:56:38.414 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142026-02-12T06:56:39.947Z[ recovery-image] Feb 12 06:56:38.425 INFO O| Feb 12 06:56:38.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
57152026-02-12T06:56:39.947Z[ recovery-image] Feb 12 06:56:38.425 INFO O| Feb 12 06:56:38.425 INFO STEP 266 (remove_files) COMPLETE
57162026-02-12T06:56:39.947Z[ recovery-image] Feb 12 06:56:38.426 INFO O| Feb 12 06:56:38.425 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172026-02-12T06:56:39.947Z[ recovery-image] Feb 12 06:56:38.436 INFO O| Feb 12 06:56:38.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
57182026-02-12T06:56:39.947Z[ recovery-image] Feb 12 06:56:38.436 INFO O| Feb 12 06:56:38.436 INFO STEP 267 (remove_files) COMPLETE
57192026-02-12T06:56:39.947Z[ recovery-image] Feb 12 06:56:38.436 INFO O| Feb 12 06:56:38.436 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202026-02-12T06:56:39.947Z[ recovery-image] Feb 12 06:56:38.448 INFO O| Feb 12 06:56:38.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
57212026-02-12T06:56:39.947Z[ recovery-image] Feb 12 06:56:38.448 INFO O| Feb 12 06:56:38.448 INFO STEP 268 (remove_files) COMPLETE
57222026-02-12T06:56:39.947Z[ recovery-image] Feb 12 06:56:38.448 INFO O| Feb 12 06:56:38.448 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232026-02-12T06:56:39.947Z[ recovery-image] Feb 12 06:56:38.460 INFO O| Feb 12 06:56:38.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
57242026-02-12T06:56:39.947Z[ recovery-image] Feb 12 06:56:38.460 INFO O| Feb 12 06:56:38.460 INFO STEP 269 (remove_files) COMPLETE
57252026-02-12T06:56:39.947Z[ recovery-image] Feb 12 06:56:38.460 INFO O| Feb 12 06:56:38.460 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262026-02-12T06:56:39.947Z[ recovery-image] Feb 12 06:56:38.472 INFO O| Feb 12 06:56:38.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
57272026-02-12T06:56:39.948Z[ recovery-image] Feb 12 06:56:38.472 INFO O| Feb 12 06:56:38.472 INFO STEP 270 (remove_files) COMPLETE
57282026-02-12T06:56:39.948Z[ recovery-image] Feb 12 06:56:38.473 INFO O| Feb 12 06:56:38.472 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292026-02-12T06:56:39.948Z[ recovery-image] Feb 12 06:56:38.484 INFO O| Feb 12 06:56:38.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
57302026-02-12T06:56:39.948Z[ recovery-image] Feb 12 06:56:38.484 INFO O| Feb 12 06:56:38.484 INFO STEP 271 (remove_files) COMPLETE
57312026-02-12T06:56:39.948Z[ recovery-image] Feb 12 06:56:38.484 INFO O| Feb 12 06:56:38.484 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322026-02-12T06:56:39.948Z[ recovery-image] Feb 12 06:56:38.496 INFO O| Feb 12 06:56:38.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
57332026-02-12T06:56:39.948Z[ recovery-image] Feb 12 06:56:38.496 INFO O| Feb 12 06:56:38.496 INFO STEP 272 (remove_files) COMPLETE
57342026-02-12T06:56:39.948Z[ recovery-image] Feb 12 06:56:38.496 INFO O| Feb 12 06:56:38.496 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352026-02-12T06:56:39.948Z[ recovery-image] Feb 12 06:56:38.507 INFO O| Feb 12 06:56:38.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
57362026-02-12T06:56:39.948Z[ recovery-image] Feb 12 06:56:38.507 INFO O| Feb 12 06:56:38.507 INFO STEP 273 (remove_files) COMPLETE
57372026-02-12T06:56:39.948Z[ recovery-image] Feb 12 06:56:38.507 INFO O| Feb 12 06:56:38.507 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382026-02-12T06:56:39.948Z[ recovery-image] Feb 12 06:56:38.519 INFO O| Feb 12 06:56:38.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
57392026-02-12T06:56:39.948Z[ recovery-image] Feb 12 06:56:38.519 INFO O| Feb 12 06:56:38.519 INFO STEP 274 (remove_files) COMPLETE
57402026-02-12T06:56:39.948Z[ recovery-image] Feb 12 06:56:38.519 INFO O| Feb 12 06:56:38.519 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412026-02-12T06:56:39.948Z[ recovery-image] Feb 12 06:56:38.530 INFO O| Feb 12 06:56:38.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
57422026-02-12T06:56:39.948Z[ recovery-image] Feb 12 06:56:38.530 INFO O| Feb 12 06:56:38.530 INFO STEP 275 (remove_files) COMPLETE
57432026-02-12T06:56:39.948Z[ recovery-image] Feb 12 06:56:38.530 INFO O| Feb 12 06:56:38.530 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442026-02-12T06:56:39.948Z[ recovery-image] Feb 12 06:56:38.542 INFO O| Feb 12 06:56:38.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
57452026-02-12T06:56:39.948Z[ recovery-image] Feb 12 06:56:38.542 INFO O| Feb 12 06:56:38.542 INFO STEP 276 (remove_files) COMPLETE
57462026-02-12T06:56:39.953Z[ recovery-image] Feb 12 06:56:38.542 INFO O| Feb 12 06:56:38.542 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472026-02-12T06:56:39.953Z[ recovery-image] Feb 12 06:56:38.554 INFO O| Feb 12 06:56:38.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
57482026-02-12T06:56:39.953Z[ recovery-image] Feb 12 06:56:38.554 INFO O| Feb 12 06:56:38.554 INFO STEP 277 (remove_files) COMPLETE
57492026-02-12T06:56:39.953Z[ recovery-image] Feb 12 06:56:38.554 INFO O| Feb 12 06:56:38.554 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502026-02-12T06:56:39.953Z[ recovery-image] Feb 12 06:56:38.566 INFO O| Feb 12 06:56:38.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
57512026-02-12T06:56:39.953Z[ recovery-image] Feb 12 06:56:38.566 INFO O| Feb 12 06:56:38.566 INFO STEP 278 (remove_files) COMPLETE
57522026-02-12T06:56:39.954Z[ recovery-image] Feb 12 06:56:38.567 INFO O| Feb 12 06:56:38.566 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532026-02-12T06:56:39.954Z[ recovery-image] Feb 12 06:56:38.577 INFO O| Feb 12 06:56:38.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
57542026-02-12T06:56:39.954Z[ recovery-image] Feb 12 06:56:38.577 INFO O| Feb 12 06:56:38.577 INFO STEP 279 (remove_files) COMPLETE
57552026-02-12T06:56:39.954Z[ recovery-image] Feb 12 06:56:38.577 INFO O| Feb 12 06:56:38.577 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562026-02-12T06:56:39.954Z[ recovery-image] Feb 12 06:56:38.590 INFO O| Feb 12 06:56:38.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
57572026-02-12T06:56:39.954Z[ recovery-image] Feb 12 06:56:38.590 INFO O| Feb 12 06:56:38.590 INFO STEP 280 (remove_files) COMPLETE
57582026-02-12T06:56:39.954Z[ recovery-image] Feb 12 06:56:38.590 INFO O| Feb 12 06:56:38.590 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592026-02-12T06:56:39.954Z[ recovery-image] Feb 12 06:56:38.602 INFO O| Feb 12 06:56:38.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
57602026-02-12T06:56:39.954Z[ recovery-image] Feb 12 06:56:38.602 INFO O| Feb 12 06:56:38.602 INFO STEP 281 (remove_files) COMPLETE
57612026-02-12T06:56:39.954Z[ recovery-image] Feb 12 06:56:38.602 INFO O| Feb 12 06:56:38.602 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622026-02-12T06:56:39.954Z[ recovery-image] Feb 12 06:56:38.614 INFO O| Feb 12 06:56:38.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
57632026-02-12T06:56:39.954Z[ recovery-image] Feb 12 06:56:38.614 INFO O| Feb 12 06:56:38.614 INFO STEP 282 (remove_files) COMPLETE
57642026-02-12T06:56:39.954Z[ recovery-image] Feb 12 06:56:38.614 INFO O| Feb 12 06:56:38.614 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652026-02-12T06:56:39.954Z[ recovery-image] Feb 12 06:56:38.626 INFO O| Feb 12 06:56:38.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
57662026-02-12T06:56:39.954Z[ recovery-image] Feb 12 06:56:38.626 INFO O| Feb 12 06:56:38.626 INFO STEP 283 (remove_files) COMPLETE
57672026-02-12T06:56:39.954Z[ recovery-image] Feb 12 06:56:38.626 INFO O| Feb 12 06:56:38.626 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682026-02-12T06:56:39.954Z[ recovery-image] Feb 12 06:56:38.639 INFO O| Feb 12 06:56:38.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
57692026-02-12T06:56:39.954Z[ recovery-image] Feb 12 06:56:38.639 INFO O| Feb 12 06:56:38.639 INFO STEP 284 (remove_files) COMPLETE
57702026-02-12T06:56:39.954Z[ recovery-image] Feb 12 06:56:38.639 INFO O| Feb 12 06:56:38.639 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712026-02-12T06:56:39.954Z[ recovery-image] Feb 12 06:56:38.651 INFO O| Feb 12 06:56:38.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
57722026-02-12T06:56:39.954Z[ recovery-image] Feb 12 06:56:38.651 INFO O| Feb 12 06:56:38.651 INFO STEP 285 (remove_files) COMPLETE
57732026-02-12T06:56:39.954Z[ recovery-image] Feb 12 06:56:38.651 INFO O| Feb 12 06:56:38.651 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742026-02-12T06:56:39.954Z[ recovery-image] Feb 12 06:56:38.662 INFO O| Feb 12 06:56:38.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
57752026-02-12T06:56:39.954Z[ recovery-image] Feb 12 06:56:38.662 INFO O| Feb 12 06:56:38.662 INFO STEP 286 (remove_files) COMPLETE
57762026-02-12T06:56:39.954Z[ recovery-image] Feb 12 06:56:38.662 INFO O| Feb 12 06:56:38.662 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772026-02-12T06:56:39.954Z[ recovery-image] Feb 12 06:56:38.674 INFO O| Feb 12 06:56:38.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
57782026-02-12T06:56:39.954Z[ recovery-image] Feb 12 06:56:38.674 INFO O| Feb 12 06:56:38.674 INFO STEP 287 (remove_files) COMPLETE
57792026-02-12T06:56:39.954Z[ recovery-image] Feb 12 06:56:38.674 INFO O| Feb 12 06:56:38.674 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802026-02-12T06:56:39.954Z[ recovery-image] Feb 12 06:56:38.685 INFO O| Feb 12 06:56:38.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
57812026-02-12T06:56:39.954Z[ recovery-image] Feb 12 06:56:38.685 INFO O| Feb 12 06:56:38.685 INFO STEP 288 (remove_files) COMPLETE
57822026-02-12T06:56:39.954Z[ recovery-image] Feb 12 06:56:38.685 INFO O| Feb 12 06:56:38.685 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832026-02-12T06:56:39.954Z[ recovery-image] Feb 12 06:56:38.695 INFO O| Feb 12 06:56:38.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
57842026-02-12T06:56:39.954Z[ recovery-image] Feb 12 06:56:38.695 INFO O| Feb 12 06:56:38.695 INFO STEP 289 (remove_files) COMPLETE
57852026-02-12T06:56:39.954Z[ recovery-image] Feb 12 06:56:38.695 INFO O| Feb 12 06:56:38.695 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862026-02-12T06:56:39.954Z[ recovery-image] Feb 12 06:56:38.707 INFO O| Feb 12 06:56:38.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
57872026-02-12T06:56:39.954Z[ recovery-image] Feb 12 06:56:38.707 INFO O| Feb 12 06:56:38.707 INFO STEP 290 (remove_files) COMPLETE
57882026-02-12T06:56:39.954Z[ recovery-image] Feb 12 06:56:38.707 INFO O| Feb 12 06:56:38.707 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892026-02-12T06:56:39.955Z[ recovery-image] Feb 12 06:56:38.718 INFO O| Feb 12 06:56:38.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
57902026-02-12T06:56:39.955Z[ recovery-image] Feb 12 06:56:38.718 INFO O| Feb 12 06:56:38.718 INFO STEP 291 (remove_files) COMPLETE
57912026-02-12T06:56:39.955Z[ recovery-image] Feb 12 06:56:38.718 INFO O| Feb 12 06:56:38.718 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922026-02-12T06:56:39.955Z[ recovery-image] Feb 12 06:56:38.727 INFO O| Feb 12 06:56:38.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
57932026-02-12T06:56:39.955Z[ recovery-image] Feb 12 06:56:38.727 INFO O| Feb 12 06:56:38.727 INFO STEP 292 (remove_files) COMPLETE
57942026-02-12T06:56:39.955Z[ recovery-image] Feb 12 06:56:38.727 INFO O| Feb 12 06:56:38.727 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952026-02-12T06:56:39.955Z[ recovery-image] Feb 12 06:56:38.739 INFO O| Feb 12 06:56:38.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
57962026-02-12T06:56:39.955Z[ recovery-image] Feb 12 06:56:38.739 INFO O| Feb 12 06:56:38.739 INFO STEP 293 (remove_files) COMPLETE
57972026-02-12T06:56:39.955Z[ recovery-image] Feb 12 06:56:38.739 INFO O| Feb 12 06:56:38.739 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982026-02-12T06:56:39.955Z[ recovery-image] Feb 12 06:56:38.750 INFO O| Feb 12 06:56:38.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
57992026-02-12T06:56:39.955Z[ recovery-image] Feb 12 06:56:38.751 INFO O| Feb 12 06:56:38.751 INFO STEP 294 (remove_files) COMPLETE
58002026-02-12T06:56:39.955Z[ recovery-image] Feb 12 06:56:38.751 INFO O| Feb 12 06:56:38.751 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012026-02-12T06:56:39.955Z[ recovery-image] Feb 12 06:56:38.763 INFO O| Feb 12 06:56:38.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
58022026-02-12T06:56:39.955Z[ recovery-image] Feb 12 06:56:38.763 INFO O| Feb 12 06:56:38.763 INFO STEP 295 (remove_files) COMPLETE
58032026-02-12T06:56:39.955Z[ recovery-image] Feb 12 06:56:38.763 INFO O| Feb 12 06:56:38.763 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042026-02-12T06:56:39.955Z[ recovery-image] Feb 12 06:56:38.774 INFO O| Feb 12 06:56:38.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
58052026-02-12T06:56:39.955Z[ recovery-image] Feb 12 06:56:38.775 INFO O| Feb 12 06:56:38.775 INFO STEP 296 (remove_files) COMPLETE
58062026-02-12T06:56:39.955Z[ recovery-image] Feb 12 06:56:38.775 INFO O| Feb 12 06:56:38.775 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072026-02-12T06:56:39.955Z[ recovery-image] Feb 12 06:56:38.786 INFO O| Feb 12 06:56:38.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
58082026-02-12T06:56:39.955Z[ recovery-image] Feb 12 06:56:38.787 INFO O| Feb 12 06:56:38.787 INFO STEP 297 (remove_files) COMPLETE
58092026-02-12T06:56:39.955Z[ recovery-image] Feb 12 06:56:38.787 INFO O| Feb 12 06:56:38.787 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102026-02-12T06:56:39.955Z[ recovery-image] Feb 12 06:56:38.798 INFO O| Feb 12 06:56:38.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
58112026-02-12T06:56:39.955Z[ recovery-image] Feb 12 06:56:38.798 INFO O| Feb 12 06:56:38.798 INFO STEP 298 (remove_files) COMPLETE
58122026-02-12T06:56:39.955Z[ recovery-image] Feb 12 06:56:38.798 INFO O| Feb 12 06:56:38.798 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132026-02-12T06:56:39.955Z[ recovery-image] Feb 12 06:56:38.811 INFO O| Feb 12 06:56:38.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
58142026-02-12T06:56:39.955Z[ recovery-image] Feb 12 06:56:38.811 INFO O| Feb 12 06:56:38.811 INFO STEP 299 (remove_files) COMPLETE
58152026-02-12T06:56:39.955Z[ recovery-image] Feb 12 06:56:38.811 INFO O| Feb 12 06:56:38.811 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162026-02-12T06:56:39.955Z[ recovery-image] Feb 12 06:56:38.823 INFO O| Feb 12 06:56:38.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
58172026-02-12T06:56:39.955Z[ recovery-image] Feb 12 06:56:38.823 INFO O| Feb 12 06:56:38.823 INFO STEP 300 (remove_files) COMPLETE
58182026-02-12T06:56:39.955Z[ recovery-image] Feb 12 06:56:38.823 INFO O| Feb 12 06:56:38.823 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192026-02-12T06:56:39.955Z[ recovery-image] Feb 12 06:56:38.836 INFO O| Feb 12 06:56:38.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
58202026-02-12T06:56:39.955Z[ recovery-image] Feb 12 06:56:38.836 INFO O| Feb 12 06:56:38.836 INFO STEP 301 (remove_files) COMPLETE
58212026-02-12T06:56:39.955Z[ recovery-image] Feb 12 06:56:38.836 INFO O| Feb 12 06:56:38.836 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222026-02-12T06:56:39.955Z[ recovery-image] Feb 12 06:56:38.849 INFO O| Feb 12 06:56:38.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
58232026-02-12T06:56:39.955Z[ recovery-image] Feb 12 06:56:38.849 INFO O| Feb 12 06:56:38.849 INFO STEP 302 (remove_files) COMPLETE
58242026-02-12T06:56:39.955Z[ recovery-image] Feb 12 06:56:38.849 INFO O| Feb 12 06:56:38.849 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252026-02-12T06:56:39.955Z[ recovery-image] Feb 12 06:56:38.861 INFO O| Feb 12 06:56:38.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
58262026-02-12T06:56:39.955Z[ recovery-image] Feb 12 06:56:38.861 INFO O| Feb 12 06:56:38.861 INFO STEP 303 (remove_files) COMPLETE
58272026-02-12T06:56:39.955Z[ recovery-image] Feb 12 06:56:38.861 INFO O| Feb 12 06:56:38.861 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282026-02-12T06:56:39.955Z[ recovery-image] Feb 12 06:56:38.874 INFO O| Feb 12 06:56:38.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
58292026-02-12T06:56:39.956Z[ recovery-image] Feb 12 06:56:38.874 INFO O| Feb 12 06:56:38.874 INFO STEP 304 (remove_files) COMPLETE
58302026-02-12T06:56:39.956Z[ recovery-image] Feb 12 06:56:38.874 INFO O| Feb 12 06:56:38.874 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312026-02-12T06:56:39.956Z[ recovery-image] Feb 12 06:56:38.885 INFO O| Feb 12 06:56:38.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
58322026-02-12T06:56:39.956Z[ recovery-image] Feb 12 06:56:38.885 INFO O| Feb 12 06:56:38.885 INFO STEP 305 (remove_files) COMPLETE
58332026-02-12T06:56:39.956Z[ recovery-image] Feb 12 06:56:38.885 INFO O| Feb 12 06:56:38.885 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342026-02-12T06:56:39.956Z[ recovery-image] Feb 12 06:56:38.898 INFO O| Feb 12 06:56:38.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
58352026-02-12T06:56:39.956Z[ recovery-image] Feb 12 06:56:38.898 INFO O| Feb 12 06:56:38.898 INFO STEP 306 (remove_files) COMPLETE
58362026-02-12T06:56:39.956Z[ recovery-image] Feb 12 06:56:38.898 INFO O| Feb 12 06:56:38.898 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372026-02-12T06:56:39.956Z[ recovery-image] Feb 12 06:56:38.911 INFO O| Feb 12 06:56:38.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
58382026-02-12T06:56:39.956Z[ recovery-image] Feb 12 06:56:38.911 INFO O| Feb 12 06:56:38.911 INFO STEP 307 (remove_files) COMPLETE
58392026-02-12T06:56:39.956Z[ recovery-image] Feb 12 06:56:38.911 INFO O| Feb 12 06:56:38.911 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402026-02-12T06:56:39.956Z[ recovery-image] Feb 12 06:56:38.923 INFO O| Feb 12 06:56:38.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
58412026-02-12T06:56:39.956Z[ recovery-image] Feb 12 06:56:38.924 INFO O| Feb 12 06:56:38.923 INFO STEP 308 (remove_files) COMPLETE
58422026-02-12T06:56:39.956Z[ recovery-image] Feb 12 06:56:38.924 INFO O| Feb 12 06:56:38.924 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432026-02-12T06:56:39.956Z[ recovery-image] Feb 12 06:56:38.936 INFO O| Feb 12 06:56:38.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
58442026-02-12T06:56:39.956Z[ recovery-image] Feb 12 06:56:38.936 INFO O| Feb 12 06:56:38.936 INFO STEP 309 (remove_files) COMPLETE
58452026-02-12T06:56:39.956Z[ recovery-image] Feb 12 06:56:38.936 INFO O| Feb 12 06:56:38.936 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462026-02-12T06:56:39.960Z[ recovery-image] Feb 12 06:56:38.948 INFO O| Feb 12 06:56:38.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
58472026-02-12T06:56:39.960Z[ recovery-image] Feb 12 06:56:38.948 INFO O| Feb 12 06:56:38.948 INFO STEP 310 (remove_files) COMPLETE
58482026-02-12T06:56:39.960Z[ recovery-image] Feb 12 06:56:38.948 INFO O| Feb 12 06:56:38.948 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492026-02-12T06:56:39.960Z[ recovery-image] Feb 12 06:56:38.959 INFO O| Feb 12 06:56:38.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
58502026-02-12T06:56:39.960Z[ recovery-image] Feb 12 06:56:38.959 INFO O| Feb 12 06:56:38.959 INFO STEP 311 (remove_files) COMPLETE
58512026-02-12T06:56:39.960Z[ recovery-image] Feb 12 06:56:38.959 INFO O| Feb 12 06:56:38.959 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522026-02-12T06:56:39.960Z[ recovery-image] Feb 12 06:56:38.972 INFO O| Feb 12 06:56:38.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
58532026-02-12T06:56:39.960Z[ recovery-image] Feb 12 06:56:38.972 INFO O| Feb 12 06:56:38.972 INFO STEP 312 (remove_files) COMPLETE
58542026-02-12T06:56:39.960Z[ recovery-image] Feb 12 06:56:38.972 INFO O| Feb 12 06:56:38.972 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552026-02-12T06:56:39.960Z[ recovery-image] Feb 12 06:56:38.984 INFO O| Feb 12 06:56:38.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
58562026-02-12T06:56:39.960Z[ recovery-image] Feb 12 06:56:38.984 INFO O| Feb 12 06:56:38.984 INFO STEP 313 (remove_files) COMPLETE
58572026-02-12T06:56:39.960Z[ recovery-image] Feb 12 06:56:38.984 INFO O| Feb 12 06:56:38.984 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582026-02-12T06:56:39.960Z[ recovery-image] Feb 12 06:56:38.993 INFO O| Feb 12 06:56:38.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
58592026-02-12T06:56:39.960Z[ recovery-image] Feb 12 06:56:38.993 INFO O| Feb 12 06:56:38.993 INFO STEP 314 (remove_files) COMPLETE
58602026-02-12T06:56:39.960Z[ recovery-image] Feb 12 06:56:38.993 INFO O| Feb 12 06:56:38.993 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612026-02-12T06:56:39.960Z[ recovery-image] Feb 12 06:56:39.002 INFO O| Feb 12 06:56:39.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
58622026-02-12T06:56:39.960Z[ recovery-image] Feb 12 06:56:39.002 INFO O| Feb 12 06:56:39.002 INFO STEP 315 (remove_files) COMPLETE
58632026-02-12T06:56:39.960Z[ recovery-image] Feb 12 06:56:39.002 INFO O| Feb 12 06:56:39.002 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642026-02-12T06:56:39.960Z[ recovery-image] Feb 12 06:56:39.011 INFO O| Feb 12 06:56:39.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
58652026-02-12T06:56:39.960Z[ recovery-image] Feb 12 06:56:39.011 INFO O| Feb 12 06:56:39.011 INFO STEP 316 (remove_files) COMPLETE
58662026-02-12T06:56:39.961Z[ recovery-image] Feb 12 06:56:39.011 INFO O| Feb 12 06:56:39.011 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672026-02-12T06:56:39.961Z[ recovery-image] Feb 12 06:56:39.023 INFO O| Feb 12 06:56:39.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
58682026-02-12T06:56:39.961Z[ recovery-image] Feb 12 06:56:39.023 INFO O| Feb 12 06:56:39.023 INFO STEP 317 (remove_files) COMPLETE
58692026-02-12T06:56:39.961Z[ recovery-image] Feb 12 06:56:39.024 INFO O| Feb 12 06:56:39.023 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702026-02-12T06:56:39.961Z[ recovery-image] Feb 12 06:56:39.034 INFO O| Feb 12 06:56:39.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
58712026-02-12T06:56:39.961Z[ recovery-image] Feb 12 06:56:39.034 INFO O| Feb 12 06:56:39.034 INFO STEP 318 (remove_files) COMPLETE
58722026-02-12T06:56:39.961Z[ recovery-image] Feb 12 06:56:39.034 INFO O| Feb 12 06:56:39.034 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732026-02-12T06:56:39.961Z[ recovery-image] Feb 12 06:56:39.045 INFO O| Feb 12 06:56:39.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
58742026-02-12T06:56:39.961Z[ recovery-image] Feb 12 06:56:39.045 INFO O| Feb 12 06:56:39.045 INFO STEP 319 (remove_files) COMPLETE
58752026-02-12T06:56:39.961Z[ recovery-image] Feb 12 06:56:39.045 INFO O| Feb 12 06:56:39.045 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762026-02-12T06:56:39.961Z[ recovery-image] Feb 12 06:56:39.057 INFO O| Feb 12 06:56:39.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
58772026-02-12T06:56:39.961Z[ recovery-image] Feb 12 06:56:39.058 INFO O| Feb 12 06:56:39.058 INFO STEP 320 (remove_files) COMPLETE
58782026-02-12T06:56:39.961Z[ recovery-image] Feb 12 06:56:39.058 INFO O| Feb 12 06:56:39.058 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792026-02-12T06:56:39.961Z[ recovery-image] Feb 12 06:56:39.066 INFO O| Feb 12 06:56:39.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
58802026-02-12T06:56:39.961Z[ recovery-image] Feb 12 06:56:39.066 INFO O| Feb 12 06:56:39.066 INFO STEP 321 (remove_files) COMPLETE
58812026-02-12T06:56:39.961Z[ recovery-image] Feb 12 06:56:39.066 INFO O| Feb 12 06:56:39.066 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822026-02-12T06:56:39.961Z[ recovery-image] Feb 12 06:56:39.079 INFO O| Feb 12 06:56:39.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
58832026-02-12T06:56:39.961Z[ recovery-image] Feb 12 06:56:39.079 INFO O| Feb 12 06:56:39.079 INFO STEP 322 (remove_files) COMPLETE
58842026-02-12T06:56:39.961Z[ recovery-image] Feb 12 06:56:39.079 INFO O| Feb 12 06:56:39.079 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852026-02-12T06:56:39.961Z[ recovery-image] Feb 12 06:56:39.087 INFO O| Feb 12 06:56:39.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
58862026-02-12T06:56:39.961Z[ recovery-image] Feb 12 06:56:39.088 INFO O| Feb 12 06:56:39.088 INFO STEP 323 (remove_files) COMPLETE
58872026-02-12T06:56:39.961Z[ recovery-image] Feb 12 06:56:39.088 INFO O| Feb 12 06:56:39.088 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882026-02-12T06:56:39.961Z[ recovery-image] Feb 12 06:56:39.101 INFO O| Feb 12 06:56:39.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
58892026-02-12T06:56:39.961Z[ recovery-image] Feb 12 06:56:39.101 INFO O| Feb 12 06:56:39.101 INFO STEP 324 (remove_files) COMPLETE
58902026-02-12T06:56:39.961Z[ recovery-image] Feb 12 06:56:39.101 INFO O| Feb 12 06:56:39.101 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912026-02-12T06:56:39.961Z[ recovery-image] Feb 12 06:56:39.114 INFO O| Feb 12 06:56:39.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
58922026-02-12T06:56:39.961Z[ recovery-image] Feb 12 06:56:39.114 INFO O| Feb 12 06:56:39.114 INFO STEP 325 (remove_files) COMPLETE
58932026-02-12T06:56:39.961Z[ recovery-image] Feb 12 06:56:39.114 INFO O| Feb 12 06:56:39.114 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942026-02-12T06:56:39.961Z[ recovery-image] Feb 12 06:56:39.127 INFO O| Feb 12 06:56:39.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
58952026-02-12T06:56:39.961Z[ recovery-image] Feb 12 06:56:39.127 INFO O| Feb 12 06:56:39.127 INFO STEP 326 (remove_files) COMPLETE
58962026-02-12T06:56:39.961Z[ recovery-image] Feb 12 06:56:39.127 INFO O| Feb 12 06:56:39.127 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972026-02-12T06:56:39.961Z[ recovery-image] Feb 12 06:56:39.140 INFO O| Feb 12 06:56:39.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
58982026-02-12T06:56:39.961Z[ recovery-image] Feb 12 06:56:39.141 INFO O| Feb 12 06:56:39.140 INFO STEP 327 (remove_files) COMPLETE
58992026-02-12T06:56:39.961Z[ recovery-image] Feb 12 06:56:39.141 INFO O| Feb 12 06:56:39.141 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002026-02-12T06:56:39.961Z[ recovery-image] Feb 12 06:56:39.153 INFO O| Feb 12 06:56:39.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
59012026-02-12T06:56:39.961Z[ recovery-image] Feb 12 06:56:39.153 INFO O| Feb 12 06:56:39.153 INFO STEP 328 (remove_files) COMPLETE
59022026-02-12T06:56:39.961Z[ recovery-image] Feb 12 06:56:39.153 INFO O| Feb 12 06:56:39.153 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032026-02-12T06:56:39.961Z[ recovery-image] Feb 12 06:56:39.167 INFO O| Feb 12 06:56:39.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
59042026-02-12T06:56:39.961Z[ recovery-image] Feb 12 06:56:39.167 INFO O| Feb 12 06:56:39.167 INFO STEP 329 (remove_files) COMPLETE
59052026-02-12T06:56:39.961Z[ recovery-image] Feb 12 06:56:39.167 INFO O| Feb 12 06:56:39.167 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062026-02-12T06:56:39.962Z[ recovery-image] Feb 12 06:56:39.181 INFO O| Feb 12 06:56:39.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
59072026-02-12T06:56:39.962Z[ recovery-image] Feb 12 06:56:39.181 INFO O| Feb 12 06:56:39.181 INFO STEP 330 (remove_files) COMPLETE
59082026-02-12T06:56:39.962Z[ recovery-image] Feb 12 06:56:39.181 INFO O| Feb 12 06:56:39.181 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092026-02-12T06:56:39.967Z[ recovery-image] Feb 12 06:56:39.195 INFO O| Feb 12 06:56:39.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
59102026-02-12T06:56:39.969Z[ recovery-image] Feb 12 06:56:39.195 INFO O| Feb 12 06:56:39.195 INFO STEP 331 (remove_files) COMPLETE
59112026-02-12T06:56:39.970Z[ recovery-image] Feb 12 06:56:39.195 INFO O| Feb 12 06:56:39.195 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122026-02-12T06:56:39.978Z[ recovery-image] Feb 12 06:56:39.206 INFO O| Feb 12 06:56:39.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
59132026-02-12T06:56:39.981Z[ recovery-image] Feb 12 06:56:39.207 INFO O| Feb 12 06:56:39.207 INFO STEP 332 (remove_files) COMPLETE
59142026-02-12T06:56:39.981Z[ recovery-image] Feb 12 06:56:39.207 INFO O| Feb 12 06:56:39.207 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152026-02-12T06:56:39.992Z[ recovery-image] Feb 12 06:56:39.220 INFO O| Feb 12 06:56:39.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
59162026-02-12T06:56:39.992Z[ recovery-image] Feb 12 06:56:39.220 INFO O| Feb 12 06:56:39.220 INFO STEP 333 (remove_files) COMPLETE
59172026-02-12T06:56:39.995Z[ recovery-image] Feb 12 06:56:39.220 INFO O| Feb 12 06:56:39.220 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182026-02-12T06:56:40.006Z[ recovery-image] Feb 12 06:56:39.234 INFO O| Feb 12 06:56:39.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
59192026-02-12T06:56:40.010Z[ recovery-image] Feb 12 06:56:39.235 INFO O| Feb 12 06:56:39.235 INFO STEP 334 (remove_files) COMPLETE
59202026-02-12T06:56:40.010Z[ recovery-image] Feb 12 06:56:39.235 INFO O| Feb 12 06:56:39.235 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212026-02-12T06:56:40.023Z[ recovery-image] Feb 12 06:56:39.251 INFO O| Feb 12 06:56:39.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
59222026-02-12T06:56:40.023Z[ recovery-image] Feb 12 06:56:39.251 INFO O| Feb 12 06:56:39.251 INFO STEP 335 (remove_files) COMPLETE
59232026-02-12T06:56:40.026Z[ recovery-image] Feb 12 06:56:39.251 INFO O| Feb 12 06:56:39.251 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242026-02-12T06:56:40.038Z[ recovery-image] Feb 12 06:56:39.266 INFO O| Feb 12 06:56:39.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
59252026-02-12T06:56:40.041Z[ recovery-image] Feb 12 06:56:39.266 INFO O| Feb 12 06:56:39.266 INFO STEP 336 (remove_files) COMPLETE
59262026-02-12T06:56:40.041Z[ recovery-image] Feb 12 06:56:39.266 INFO O| Feb 12 06:56:39.266 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272026-02-12T06:56:40.053Z[ recovery-image] Feb 12 06:56:39.281 INFO O| Feb 12 06:56:39.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
59282026-02-12T06:56:40.056Z[ recovery-image] Feb 12 06:56:39.281 INFO O| Feb 12 06:56:39.281 INFO STEP 337 (remove_files) COMPLETE
59292026-02-12T06:56:40.056Z[ recovery-image] Feb 12 06:56:39.282 INFO O| Feb 12 06:56:39.281 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302026-02-12T06:56:40.065Z[ recovery-image] Feb 12 06:56:39.293 INFO O| Feb 12 06:56:39.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
59312026-02-12T06:56:40.068Z[ recovery-image] Feb 12 06:56:39.293 INFO O| Feb 12 06:56:39.293 INFO STEP 338 (remove_files) COMPLETE
59322026-02-12T06:56:40.068Z[ recovery-image] Feb 12 06:56:39.293 INFO O| Feb 12 06:56:39.293 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332026-02-12T06:56:40.080Z[ recovery-image] Feb 12 06:56:39.308 INFO O| Feb 12 06:56:39.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
59342026-02-12T06:56:40.080Z[ recovery-image] Feb 12 06:56:39.308 INFO O| Feb 12 06:56:39.308 INFO STEP 339 (remove_files) COMPLETE
59352026-02-12T06:56:40.083Z[ recovery-image] Feb 12 06:56:39.308 INFO O| Feb 12 06:56:39.308 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362026-02-12T06:56:40.091Z[ recovery-image] Feb 12 06:56:39.319 INFO O| Feb 12 06:56:39.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
59372026-02-12T06:56:40.091Z[ recovery-image] Feb 12 06:56:39.319 INFO O| Feb 12 06:56:39.319 INFO STEP 340 (remove_files) COMPLETE
59382026-02-12T06:56:40.094Z[ recovery-image] Feb 12 06:56:39.319 INFO O| Feb 12 06:56:39.319 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392026-02-12T06:56:40.102Z[ recovery-image] Feb 12 06:56:39.330 INFO O| Feb 12 06:56:39.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
59402026-02-12T06:56:40.105Z[ recovery-image] Feb 12 06:56:39.330 INFO O| Feb 12 06:56:39.330 INFO STEP 341 (remove_files) COMPLETE
59412026-02-12T06:56:40.105Z[ recovery-image] Feb 12 06:56:39.330 INFO O| Feb 12 06:56:39.330 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422026-02-12T06:56:40.112Z[ recovery-image] Feb 12 06:56:39.340 INFO O| Feb 12 06:56:39.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
59432026-02-12T06:56:40.115Z[ recovery-image] Feb 12 06:56:39.341 INFO O| Feb 12 06:56:39.341 INFO STEP 342 (remove_files) COMPLETE
59442026-02-12T06:56:40.115Z[ recovery-image] Feb 12 06:56:39.341 INFO O| Feb 12 06:56:39.341 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452026-02-12T06:56:40.127Z[ recovery-image] Feb 12 06:56:39.355 INFO O| Feb 12 06:56:39.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
59462026-02-12T06:56:40.131Z[ recovery-image] Feb 12 06:56:39.356 INFO O| Feb 12 06:56:39.355 INFO STEP 343 (remove_files) COMPLETE
59472026-02-12T06:56:40.131Z[ recovery-image] Feb 12 06:56:39.356 INFO O| Feb 12 06:56:39.355 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482026-02-12T06:56:40.141Z[ recovery-image] Feb 12 06:56:39.369 INFO O| Feb 12 06:56:39.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
59492026-02-12T06:56:40.141Z[ recovery-image] Feb 12 06:56:39.369 INFO O| Feb 12 06:56:39.369 INFO STEP 344 (remove_files) COMPLETE
59502026-02-12T06:56:40.141Z[ recovery-image] Feb 12 06:56:39.369 INFO O| Feb 12 06:56:39.369 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512026-02-12T06:56:40.154Z[ recovery-image] Feb 12 06:56:39.382 INFO O| Feb 12 06:56:39.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
59522026-02-12T06:56:40.154Z[ recovery-image] Feb 12 06:56:39.382 INFO O| Feb 12 06:56:39.382 INFO STEP 345 (remove_files) COMPLETE
59532026-02-12T06:56:40.157Z[ recovery-image] Feb 12 06:56:39.382 INFO O| Feb 12 06:56:39.382 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542026-02-12T06:56:40.167Z[ recovery-image] Feb 12 06:56:39.395 INFO O| Feb 12 06:56:39.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
59552026-02-12T06:56:40.170Z[ recovery-image] Feb 12 06:56:39.395 INFO O| Feb 12 06:56:39.395 INFO STEP 346 (remove_files) COMPLETE
59562026-02-12T06:56:40.170Z[ recovery-image] Feb 12 06:56:39.395 INFO O| Feb 12 06:56:39.395 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572026-02-12T06:56:40.180Z[ recovery-image] Feb 12 06:56:39.408 INFO O| Feb 12 06:56:39.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
59582026-02-12T06:56:40.183Z[ recovery-image] Feb 12 06:56:39.408 INFO O| Feb 12 06:56:39.408 INFO STEP 347 (remove_files) COMPLETE
59592026-02-12T06:56:40.183Z[ recovery-image] Feb 12 06:56:39.408 INFO O| Feb 12 06:56:39.408 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602026-02-12T06:56:40.193Z[ recovery-image] Feb 12 06:56:39.421 INFO O| Feb 12 06:56:39.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
59612026-02-12T06:56:40.196Z[ recovery-image] Feb 12 06:56:39.421 INFO O| Feb 12 06:56:39.421 INFO STEP 348 (remove_files) COMPLETE
59622026-02-12T06:56:40.196Z[ recovery-image] Feb 12 06:56:39.421 INFO O| Feb 12 06:56:39.421 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632026-02-12T06:56:40.207Z[ recovery-image] Feb 12 06:56:39.434 INFO O| Feb 12 06:56:39.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
59642026-02-12T06:56:40.207Z[ recovery-image] Feb 12 06:56:39.434 INFO O| Feb 12 06:56:39.434 INFO STEP 349 (remove_files) COMPLETE
59652026-02-12T06:56:40.210Z[ recovery-image] Feb 12 06:56:39.434 INFO O| Feb 12 06:56:39.434 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662026-02-12T06:56:40.219Z[ recovery-image] Feb 12 06:56:39.448 INFO O| Feb 12 06:56:39.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
59672026-02-12T06:56:40.220Z[ recovery-image] Feb 12 06:56:39.448 INFO O| Feb 12 06:56:39.448 INFO STEP 350 (remove_files) COMPLETE
59682026-02-12T06:56:40.223Z[ recovery-image] Feb 12 06:56:39.448 INFO O| Feb 12 06:56:39.448 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692026-02-12T06:56:40.229Z[ recovery-image] Feb 12 06:56:39.457 INFO O| Feb 12 06:56:39.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
59702026-02-12T06:56:40.232Z[ recovery-image] Feb 12 06:56:39.457 INFO O| Feb 12 06:56:39.457 INFO STEP 351 (remove_files) COMPLETE
59712026-02-12T06:56:40.232Z[ recovery-image] Feb 12 06:56:39.457 INFO O| Feb 12 06:56:39.457 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722026-02-12T06:56:40.241Z[ recovery-image] Feb 12 06:56:39.469 INFO O| Feb 12 06:56:39.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
59732026-02-12T06:56:40.244Z[ recovery-image] Feb 12 06:56:39.469 INFO O| Feb 12 06:56:39.469 INFO STEP 352 (remove_files) COMPLETE
59742026-02-12T06:56:40.244Z[ recovery-image] Feb 12 06:56:39.469 INFO O| Feb 12 06:56:39.469 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752026-02-12T06:56:40.253Z[ recovery-image] Feb 12 06:56:39.482 INFO O| Feb 12 06:56:39.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
59762026-02-12T06:56:40.253Z[ recovery-image] Feb 12 06:56:39.482 INFO O| Feb 12 06:56:39.482 INFO STEP 353 (remove_files) COMPLETE
59772026-02-12T06:56:40.256Z[ recovery-image] Feb 12 06:56:39.482 INFO O| Feb 12 06:56:39.482 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782026-02-12T06:56:40.264Z[ recovery-image] Feb 12 06:56:39.491 INFO O| Feb 12 06:56:39.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
59792026-02-12T06:56:40.264Z[ recovery-image] Feb 12 06:56:39.492 INFO O| Feb 12 06:56:39.491 INFO STEP 354 (remove_files) COMPLETE
59802026-02-12T06:56:40.267Z[ recovery-image] Feb 12 06:56:39.492 INFO O| Feb 12 06:56:39.491 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812026-02-12T06:56:40.277Z[ recovery-image] Feb 12 06:56:39.504 INFO O| Feb 12 06:56:39.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
59822026-02-12T06:56:40.277Z[ recovery-image] Feb 12 06:56:39.504 INFO O| Feb 12 06:56:39.504 INFO STEP 355 (remove_files) COMPLETE
59832026-02-12T06:56:40.277Z[ recovery-image] Feb 12 06:56:39.504 INFO O| Feb 12 06:56:39.504 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842026-02-12T06:56:40.289Z[ recovery-image] Feb 12 06:56:39.517 INFO O| Feb 12 06:56:39.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
59852026-02-12T06:56:40.292Z[ recovery-image] Feb 12 06:56:39.517 INFO O| Feb 12 06:56:39.517 INFO STEP 356 (remove_files) COMPLETE
59862026-02-12T06:56:40.292Z[ recovery-image] Feb 12 06:56:39.517 INFO O| Feb 12 06:56:39.517 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872026-02-12T06:56:40.300Z[ recovery-image] Feb 12 06:56:39.528 INFO O| Feb 12 06:56:39.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
59882026-02-12T06:56:40.303Z[ recovery-image] Feb 12 06:56:39.529 INFO O| Feb 12 06:56:39.529 INFO STEP 357 (remove_files) COMPLETE
59892026-02-12T06:56:40.304Z[ recovery-image] Feb 12 06:56:39.529 INFO O| Feb 12 06:56:39.529 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902026-02-12T06:56:40.312Z[ recovery-image] Feb 12 06:56:39.540 INFO O| Feb 12 06:56:39.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
59912026-02-12T06:56:40.312Z[ recovery-image] Feb 12 06:56:39.540 INFO O| Feb 12 06:56:39.540 INFO STEP 358 (remove_files) COMPLETE
59922026-02-12T06:56:40.316Z[ recovery-image] Feb 12 06:56:39.540 INFO O| Feb 12 06:56:39.540 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932026-02-12T06:56:40.324Z[ recovery-image] Feb 12 06:56:39.553 INFO O| Feb 12 06:56:39.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
59942026-02-12T06:56:40.325Z[ recovery-image] Feb 12 06:56:39.553 INFO O| Feb 12 06:56:39.553 INFO STEP 359 (remove_files) COMPLETE
59952026-02-12T06:56:40.327Z[ recovery-image] Feb 12 06:56:39.553 INFO O| Feb 12 06:56:39.553 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962026-02-12T06:56:40.337Z[ recovery-image] Feb 12 06:56:39.565 INFO O| Feb 12 06:56:39.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
59972026-02-12T06:56:40.338Z[ recovery-image] Feb 12 06:56:39.565 INFO O| Feb 12 06:56:39.565 INFO STEP 360 (remove_files) COMPLETE
59982026-02-12T06:56:40.341Z[ recovery-image] Feb 12 06:56:39.565 INFO O| Feb 12 06:56:39.565 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992026-02-12T06:56:40.347Z[ recovery-image] Feb 12 06:56:39.575 INFO O| Feb 12 06:56:39.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
60002026-02-12T06:56:40.347Z[ recovery-image] Feb 12 06:56:39.575 INFO O| Feb 12 06:56:39.575 INFO STEP 361 (remove_files) COMPLETE
60012026-02-12T06:56:40.347Z[ recovery-image] Feb 12 06:56:39.575 INFO O| Feb 12 06:56:39.575 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022026-02-12T06:56:40.357Z[ recovery-image] Feb 12 06:56:39.585 INFO O| Feb 12 06:56:39.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
60032026-02-12T06:56:40.357Z[ recovery-image] Feb 12 06:56:39.585 INFO O| Feb 12 06:56:39.585 INFO STEP 362 (remove_files) COMPLETE
60042026-02-12T06:56:40.361Z[ recovery-image] Feb 12 06:56:39.585 INFO O| Feb 12 06:56:39.585 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052026-02-12T06:56:40.369Z[ recovery-image] Feb 12 06:56:39.596 INFO O| Feb 12 06:56:39.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
60062026-02-12T06:56:40.369Z[ recovery-image] Feb 12 06:56:39.597 INFO O| Feb 12 06:56:39.597 INFO STEP 363 (remove_files) COMPLETE
60072026-02-12T06:56:40.372Z[ recovery-image] Feb 12 06:56:39.597 INFO O| Feb 12 06:56:39.597 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082026-02-12T06:56:40.380Z[ recovery-image] Feb 12 06:56:39.608 INFO O| Feb 12 06:56:39.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
60092026-02-12T06:56:40.384Z[ recovery-image] Feb 12 06:56:39.608 INFO O| Feb 12 06:56:39.608 INFO STEP 364 (remove_files) COMPLETE
60102026-02-12T06:56:40.384Z[ recovery-image] Feb 12 06:56:39.608 INFO O| Feb 12 06:56:39.608 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112026-02-12T06:56:40.392Z[ recovery-image] Feb 12 06:56:39.620 INFO O| Feb 12 06:56:39.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
60122026-02-12T06:56:40.396Z[ recovery-image] Feb 12 06:56:39.621 INFO O| Feb 12 06:56:39.621 INFO STEP 365 (remove_files) COMPLETE
60132026-02-12T06:56:40.396Z[ recovery-image] Feb 12 06:56:39.621 INFO O| Feb 12 06:56:39.621 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142026-02-12T06:56:40.405Z[ recovery-image] Feb 12 06:56:39.633 INFO O| Feb 12 06:56:39.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
60152026-02-12T06:56:40.409Z[ recovery-image] Feb 12 06:56:39.634 INFO O| Feb 12 06:56:39.634 INFO STEP 366 (remove_files) COMPLETE
60162026-02-12T06:56:40.409Z[ recovery-image] Feb 12 06:56:39.634 INFO O| Feb 12 06:56:39.634 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172026-02-12T06:56:40.418Z[ recovery-image] Feb 12 06:56:39.646 INFO O| Feb 12 06:56:39.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
60182026-02-12T06:56:40.421Z[ recovery-image] Feb 12 06:56:39.646 INFO O| Feb 12 06:56:39.646 INFO STEP 367 (remove_files) COMPLETE
60192026-02-12T06:56:40.421Z[ recovery-image] Feb 12 06:56:39.646 INFO O| Feb 12 06:56:39.646 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202026-02-12T06:56:40.431Z[ recovery-image] Feb 12 06:56:39.659 INFO O| Feb 12 06:56:39.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
60212026-02-12T06:56:40.434Z[ recovery-image] Feb 12 06:56:39.659 INFO O| Feb 12 06:56:39.659 INFO STEP 368 (remove_files) COMPLETE
60222026-02-12T06:56:40.434Z[ recovery-image] Feb 12 06:56:39.659 INFO O| Feb 12 06:56:39.659 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232026-02-12T06:56:40.443Z[ recovery-image] Feb 12 06:56:39.671 INFO O| Feb 12 06:56:39.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
60242026-02-12T06:56:40.443Z[ recovery-image] Feb 12 06:56:39.671 INFO O| Feb 12 06:56:39.671 INFO STEP 369 (remove_files) COMPLETE
60252026-02-12T06:56:40.446Z[ recovery-image] Feb 12 06:56:39.671 INFO O| Feb 12 06:56:39.671 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262026-02-12T06:56:40.456Z[ recovery-image] Feb 12 06:56:39.684 INFO O| Feb 12 06:56:39.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
60272026-02-12T06:56:40.462Z[ recovery-image] Feb 12 06:56:39.684 INFO O| Feb 12 06:56:39.684 INFO STEP 370 (remove_files) COMPLETE
60282026-02-12T06:56:40.462Z[ recovery-image] Feb 12 06:56:39.684 INFO O| Feb 12 06:56:39.684 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292026-02-12T06:56:40.469Z[ recovery-image] Feb 12 06:56:39.697 INFO O| Feb 12 06:56:39.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
60302026-02-12T06:56:40.469Z[ recovery-image] Feb 12 06:56:39.698 INFO O| Feb 12 06:56:39.697 INFO STEP 371 (remove_files) COMPLETE
60312026-02-12T06:56:40.469Z[ recovery-image] Feb 12 06:56:39.698 INFO O| Feb 12 06:56:39.697 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322026-02-12T06:56:40.485Z[ recovery-image] Feb 12 06:56:39.713 INFO O| Feb 12 06:56:39.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
60332026-02-12T06:56:40.488Z[ recovery-image] Feb 12 06:56:39.713 INFO O| Feb 12 06:56:39.713 INFO STEP 372 (remove_files) COMPLETE
60342026-02-12T06:56:40.488Z[ recovery-image] Feb 12 06:56:39.713 INFO O| Feb 12 06:56:39.713 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352026-02-12T06:56:40.498Z[ recovery-image] Feb 12 06:56:39.726 INFO O| Feb 12 06:56:39.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
60362026-02-12T06:56:40.498Z[ recovery-image] Feb 12 06:56:39.726 INFO O| Feb 12 06:56:39.726 INFO STEP 373 (remove_files) COMPLETE
60372026-02-12T06:56:40.498Z[ recovery-image] Feb 12 06:56:39.726 INFO O| Feb 12 06:56:39.726 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382026-02-12T06:56:40.511Z[ recovery-image] Feb 12 06:56:39.738 INFO O| Feb 12 06:56:39.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
60392026-02-12T06:56:40.511Z[ recovery-image] Feb 12 06:56:39.739 INFO O| Feb 12 06:56:39.739 INFO STEP 374 (remove_files) COMPLETE
60402026-02-12T06:56:40.514Z[ recovery-image] Feb 12 06:56:39.739 INFO O| Feb 12 06:56:39.739 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412026-02-12T06:56:40.524Z[ recovery-image] Feb 12 06:56:39.752 INFO O| Feb 12 06:56:39.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
60422026-02-12T06:56:40.524Z[ recovery-image] Feb 12 06:56:39.752 INFO O| Feb 12 06:56:39.752 INFO STEP 375 (remove_files) COMPLETE
60432026-02-12T06:56:40.527Z[ recovery-image] Feb 12 06:56:39.752 INFO O| Feb 12 06:56:39.752 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442026-02-12T06:56:40.537Z[ recovery-image] Feb 12 06:56:39.765 INFO O| Feb 12 06:56:39.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
60452026-02-12T06:56:40.537Z[ recovery-image] Feb 12 06:56:39.765 INFO O| Feb 12 06:56:39.765 INFO STEP 376 (remove_files) COMPLETE
60462026-02-12T06:56:40.540Z[ recovery-image] Feb 12 06:56:39.765 INFO O| Feb 12 06:56:39.765 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472026-02-12T06:56:40.548Z[ recovery-image] Feb 12 06:56:39.776 INFO O| Feb 12 06:56:39.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
60482026-02-12T06:56:40.551Z[ recovery-image] Feb 12 06:56:39.777 INFO O| Feb 12 06:56:39.776 INFO STEP 377 (remove_files) COMPLETE
60492026-02-12T06:56:40.551Z[ recovery-image] Feb 12 06:56:39.777 INFO O| Feb 12 06:56:39.777 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502026-02-12T06:56:40.561Z[ recovery-image] Feb 12 06:56:39.789 INFO O| Feb 12 06:56:39.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
60512026-02-12T06:56:40.561Z[ recovery-image] Feb 12 06:56:39.789 INFO O| Feb 12 06:56:39.789 INFO STEP 378 (remove_files) COMPLETE
60522026-02-12T06:56:40.561Z[ recovery-image] Feb 12 06:56:39.789 INFO O| Feb 12 06:56:39.789 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532026-02-12T06:56:40.573Z[ recovery-image] Feb 12 06:56:39.801 INFO O| Feb 12 06:56:39.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
60542026-02-12T06:56:40.573Z[ recovery-image] Feb 12 06:56:39.801 INFO O| Feb 12 06:56:39.801 INFO STEP 379 (remove_files) COMPLETE
60552026-02-12T06:56:40.576Z[ recovery-image] Feb 12 06:56:39.801 INFO O| Feb 12 06:56:39.801 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562026-02-12T06:56:40.584Z[ recovery-image] Feb 12 06:56:39.812 INFO O| Feb 12 06:56:39.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
60572026-02-12T06:56:40.584Z[ recovery-image] Feb 12 06:56:39.812 INFO O| Feb 12 06:56:39.812 INFO STEP 380 (remove_files) COMPLETE
60582026-02-12T06:56:40.587Z[ recovery-image] Feb 12 06:56:39.812 INFO O| Feb 12 06:56:39.812 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592026-02-12T06:56:40.596Z[ recovery-image] Feb 12 06:56:39.824 INFO O| Feb 12 06:56:39.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
60602026-02-12T06:56:40.599Z[ recovery-image] Feb 12 06:56:39.824 INFO O| Feb 12 06:56:39.824 INFO STEP 381 (remove_files) COMPLETE
60612026-02-12T06:56:40.600Z[ recovery-image] Feb 12 06:56:39.824 INFO O| Feb 12 06:56:39.824 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622026-02-12T06:56:40.607Z[ recovery-image] Feb 12 06:56:39.835 INFO O| Feb 12 06:56:39.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
60632026-02-12T06:56:40.610Z[ recovery-image] Feb 12 06:56:39.835 INFO O| Feb 12 06:56:39.835 INFO STEP 382 (remove_files) COMPLETE
60642026-02-12T06:56:40.610Z[ recovery-image] Feb 12 06:56:39.835 INFO O| Feb 12 06:56:39.835 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652026-02-12T06:56:40.615Z[ recovery-image] Feb 12 06:56:39.843 INFO O| Feb 12 06:56:39.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
60662026-02-12T06:56:40.618Z[ recovery-image] Feb 12 06:56:39.843 INFO O| Feb 12 06:56:39.843 INFO STEP 383 (remove_files) COMPLETE
60672026-02-12T06:56:40.618Z[ recovery-image] Feb 12 06:56:39.844 INFO O| Feb 12 06:56:39.843 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682026-02-12T06:56:40.627Z[ recovery-image] Feb 12 06:56:39.854 INFO O| Feb 12 06:56:39.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
60692026-02-12T06:56:40.629Z[ recovery-image] Feb 12 06:56:39.855 INFO O| Feb 12 06:56:39.855 INFO STEP 384 (remove_files) COMPLETE
60702026-02-12T06:56:40.630Z[ recovery-image] Feb 12 06:56:39.855 INFO O| Feb 12 06:56:39.855 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712026-02-12T06:56:40.638Z[ recovery-image] Feb 12 06:56:39.866 INFO O| Feb 12 06:56:39.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
60722026-02-12T06:56:40.642Z[ recovery-image] Feb 12 06:56:39.866 INFO O| Feb 12 06:56:39.866 INFO STEP 385 (remove_files) COMPLETE
60732026-02-12T06:56:40.642Z[ recovery-image] Feb 12 06:56:39.866 INFO O| Feb 12 06:56:39.866 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742026-02-12T06:56:40.649Z[ recovery-image] Feb 12 06:56:39.876 INFO O| Feb 12 06:56:39.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
60752026-02-12T06:56:40.653Z[ recovery-image] Feb 12 06:56:39.876 INFO O| Feb 12 06:56:39.876 INFO STEP 386 (remove_files) COMPLETE
60762026-02-12T06:56:40.653Z[ recovery-image] Feb 12 06:56:39.877 INFO O| Feb 12 06:56:39.876 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772026-02-12T06:56:40.661Z[ recovery-image] Feb 12 06:56:39.889 INFO O| Feb 12 06:56:39.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
60782026-02-12T06:56:40.661Z[ recovery-image] Feb 12 06:56:39.889 INFO O| Feb 12 06:56:39.889 INFO STEP 387 (remove_files) COMPLETE
60792026-02-12T06:56:40.663Z[ recovery-image] Feb 12 06:56:39.889 INFO O| Feb 12 06:56:39.889 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802026-02-12T06:56:40.672Z[ recovery-image] Feb 12 06:56:39.900 INFO O| Feb 12 06:56:39.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
60812026-02-12T06:56:40.675Z[ recovery-image] Feb 12 06:56:39.900 INFO O| Feb 12 06:56:39.900 INFO STEP 388 (remove_files) COMPLETE
60822026-02-12T06:56:40.675Z[ recovery-image] Feb 12 06:56:39.900 INFO O| Feb 12 06:56:39.900 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832026-02-12T06:56:40.685Z[ recovery-image] Feb 12 06:56:39.913 INFO O| Feb 12 06:56:39.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
60842026-02-12T06:56:40.688Z[ recovery-image] Feb 12 06:56:39.913 INFO O| Feb 12 06:56:39.913 INFO STEP 389 (remove_files) COMPLETE
60852026-02-12T06:56:40.688Z[ recovery-image] Feb 12 06:56:39.913 INFO O| Feb 12 06:56:39.913 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862026-02-12T06:56:40.697Z[ recovery-image] Feb 12 06:56:39.925 INFO O| Feb 12 06:56:39.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
60872026-02-12T06:56:40.700Z[ recovery-image] Feb 12 06:56:39.925 INFO O| Feb 12 06:56:39.925 INFO STEP 390 (remove_files) COMPLETE
60882026-02-12T06:56:40.700Z[ recovery-image] Feb 12 06:56:39.925 INFO O| Feb 12 06:56:39.925 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892026-02-12T06:56:40.709Z[ recovery-image] Feb 12 06:56:39.937 INFO O| Feb 12 06:56:39.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
60902026-02-12T06:56:40.712Z[ recovery-image] Feb 12 06:56:39.937 INFO O| Feb 12 06:56:39.937 INFO STEP 391 (remove_files) COMPLETE
60912026-02-12T06:56:40.712Z[ recovery-image] Feb 12 06:56:39.937 INFO O| Feb 12 06:56:39.937 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922026-02-12T06:56:40.721Z[ recovery-image] Feb 12 06:56:39.949 INFO O| Feb 12 06:56:39.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
60932026-02-12T06:56:40.721Z[ recovery-image] Feb 12 06:56:39.949 INFO O| Feb 12 06:56:39.949 INFO STEP 392 (remove_files) COMPLETE
60942026-02-12T06:56:40.724Z[ recovery-image] Feb 12 06:56:39.949 INFO O| Feb 12 06:56:39.949 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952026-02-12T06:56:40.733Z[ recovery-image] Feb 12 06:56:39.961 INFO O| Feb 12 06:56:39.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
60962026-02-12T06:56:40.733Z[ recovery-image] Feb 12 06:56:39.961 INFO O| Feb 12 06:56:39.961 INFO STEP 393 (remove_files) COMPLETE
60972026-02-12T06:56:40.736Z[ recovery-image] Feb 12 06:56:39.961 INFO O| Feb 12 06:56:39.961 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982026-02-12T06:56:40.744Z[ recovery-image] Feb 12 06:56:39.972 INFO O| Feb 12 06:56:39.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
60992026-02-12T06:56:40.747Z[ recovery-image] Feb 12 06:56:39.972 INFO O| Feb 12 06:56:39.972 INFO STEP 394 (remove_files) COMPLETE
61002026-02-12T06:56:40.747Z[ recovery-image] Feb 12 06:56:39.972 INFO O| Feb 12 06:56:39.972 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012026-02-12T06:56:40.756Z[ recovery-image] Feb 12 06:56:39.984 INFO O| Feb 12 06:56:39.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
61022026-02-12T06:56:40.759Z[ recovery-image] Feb 12 06:56:39.984 INFO O| Feb 12 06:56:39.984 INFO STEP 395 (remove_files) COMPLETE
61032026-02-12T06:56:40.759Z[ recovery-image] Feb 12 06:56:39.984 INFO O| Feb 12 06:56:39.984 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042026-02-12T06:56:40.765Z[ recovery-image] Feb 12 06:56:39.993 INFO O| Feb 12 06:56:39.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
61052026-02-12T06:56:40.765Z[ recovery-image] Feb 12 06:56:39.993 INFO O| Feb 12 06:56:39.993 INFO STEP 396 (remove_files) COMPLETE
61062026-02-12T06:56:40.768Z[ recovery-image] Feb 12 06:56:39.993 INFO O| Feb 12 06:56:39.993 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072026-02-12T06:56:40.775Z[ recovery-image] Feb 12 06:56:40.003 INFO O| Feb 12 06:56:40.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
61082026-02-12T06:56:40.775Z[ recovery-image] Feb 12 06:56:40.003 INFO O| Feb 12 06:56:40.003 INFO STEP 397 (remove_files) COMPLETE
61092026-02-12T06:56:40.778Z[ recovery-image] Feb 12 06:56:40.003 INFO O| Feb 12 06:56:40.003 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102026-02-12T06:56:40.788Z[ recovery-image] Feb 12 06:56:40.016 INFO O| Feb 12 06:56:40.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
61112026-02-12T06:56:40.790Z[ recovery-image] Feb 12 06:56:40.016 INFO O| Feb 12 06:56:40.016 INFO STEP 398 (remove_files) COMPLETE
61122026-02-12T06:56:40.791Z[ recovery-image] Feb 12 06:56:40.016 INFO O| Feb 12 06:56:40.016 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132026-02-12T06:56:40.801Z[ recovery-image] Feb 12 06:56:40.029 INFO O| Feb 12 06:56:40.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
61142026-02-12T06:56:40.801Z[ recovery-image] Feb 12 06:56:40.029 INFO O| Feb 12 06:56:40.029 INFO STEP 399 (remove_files) COMPLETE
61152026-02-12T06:56:40.805Z[ recovery-image] Feb 12 06:56:40.029 INFO O| Feb 12 06:56:40.029 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162026-02-12T06:56:40.810Z[ recovery-image] Feb 12 06:56:40.038 INFO O| Feb 12 06:56:40.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
61172026-02-12T06:56:40.810Z[ recovery-image] Feb 12 06:56:40.038 INFO O| Feb 12 06:56:40.038 INFO STEP 400 (remove_files) COMPLETE
61182026-02-12T06:56:40.813Z[ recovery-image] Feb 12 06:56:40.038 INFO O| Feb 12 06:56:40.038 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192026-02-12T06:56:40.821Z[ recovery-image] Feb 12 06:56:40.049 INFO O| Feb 12 06:56:40.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
61202026-02-12T06:56:40.824Z[ recovery-image] Feb 12 06:56:40.049 INFO O| Feb 12 06:56:40.049 INFO STEP 401 (remove_files) COMPLETE
61212026-02-12T06:56:40.824Z[ recovery-image] Feb 12 06:56:40.049 INFO O| Feb 12 06:56:40.049 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222026-02-12T06:56:40.833Z[ recovery-image] Feb 12 06:56:40.061 INFO O| Feb 12 06:56:40.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
61232026-02-12T06:56:40.836Z[ recovery-image] Feb 12 06:56:40.062 INFO O| Feb 12 06:56:40.062 INFO STEP 402 (remove_files) COMPLETE
61242026-02-12T06:56:40.836Z[ recovery-image] Feb 12 06:56:40.062 INFO O| Feb 12 06:56:40.062 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252026-02-12T06:56:40.846Z[ recovery-image] Feb 12 06:56:40.075 INFO O| Feb 12 06:56:40.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
61262026-02-12T06:56:40.850Z[ recovery-image] Feb 12 06:56:40.075 INFO O| Feb 12 06:56:40.075 INFO STEP 403 (remove_files) COMPLETE
61272026-02-12T06:56:40.850Z[ recovery-image] Feb 12 06:56:40.075 INFO O| Feb 12 06:56:40.075 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282026-02-12T06:56:40.859Z[ recovery-image] Feb 12 06:56:40.087 INFO O| Feb 12 06:56:40.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
61292026-02-12T06:56:40.859Z[ recovery-image] Feb 12 06:56:40.087 INFO O| Feb 12 06:56:40.087 INFO STEP 404 (remove_files) COMPLETE
61302026-02-12T06:56:40.859Z[ recovery-image] Feb 12 06:56:40.087 INFO O| Feb 12 06:56:40.087 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312026-02-12T06:56:40.870Z[ recovery-image] Feb 12 06:56:40.098 INFO O| Feb 12 06:56:40.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
61322026-02-12T06:56:40.874Z[ recovery-image] Feb 12 06:56:40.098 INFO O| Feb 12 06:56:40.098 INFO STEP 405 (remove_files) COMPLETE
61332026-02-12T06:56:40.874Z[ recovery-image] Feb 12 06:56:40.098 INFO O| Feb 12 06:56:40.098 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342026-02-12T06:56:40.882Z[ recovery-image] Feb 12 06:56:40.110 INFO O| Feb 12 06:56:40.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
61352026-02-12T06:56:40.885Z[ recovery-image] Feb 12 06:56:40.110 INFO O| Feb 12 06:56:40.110 INFO STEP 406 (remove_files) COMPLETE
61362026-02-12T06:56:40.885Z[ recovery-image] Feb 12 06:56:40.110 INFO O| Feb 12 06:56:40.110 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372026-02-12T06:56:40.893Z[ recovery-image] Feb 12 06:56:40.121 INFO O| Feb 12 06:56:40.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
61382026-02-12T06:56:40.893Z[ recovery-image] Feb 12 06:56:40.121 INFO O| Feb 12 06:56:40.121 INFO STEP 407 (remove_files) COMPLETE
61392026-02-12T06:56:40.896Z[ recovery-image] Feb 12 06:56:40.121 INFO O| Feb 12 06:56:40.121 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402026-02-12T06:56:40.903Z[ recovery-image] Feb 12 06:56:40.131 INFO O| Feb 12 06:56:40.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
61412026-02-12T06:56:40.903Z[ recovery-image] Feb 12 06:56:40.132 INFO O| Feb 12 06:56:40.132 INFO STEP 408 (remove_files) COMPLETE
61422026-02-12T06:56:40.907Z[ recovery-image] Feb 12 06:56:40.132 INFO O| Feb 12 06:56:40.132 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432026-02-12T06:56:40.914Z[ recovery-image] Feb 12 06:56:40.142 INFO O| Feb 12 06:56:40.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
61442026-02-12T06:56:40.914Z[ recovery-image] Feb 12 06:56:40.142 INFO O| Feb 12 06:56:40.142 INFO STEP 409 (remove_files) COMPLETE
61452026-02-12T06:56:40.917Z[ recovery-image] Feb 12 06:56:40.142 INFO O| Feb 12 06:56:40.142 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462026-02-12T06:56:40.925Z[ recovery-image] Feb 12 06:56:40.153 INFO O| Feb 12 06:56:40.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
61472026-02-12T06:56:40.928Z[ recovery-image] Feb 12 06:56:40.153 INFO O| Feb 12 06:56:40.153 INFO STEP 410 (remove_files) COMPLETE
61482026-02-12T06:56:40.928Z[ recovery-image] Feb 12 06:56:40.153 INFO O| Feb 12 06:56:40.153 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492026-02-12T06:56:40.934Z[ recovery-image] Feb 12 06:56:40.162 INFO O| Feb 12 06:56:40.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
61502026-02-12T06:56:40.934Z[ recovery-image] Feb 12 06:56:40.163 INFO O| Feb 12 06:56:40.162 INFO STEP 411 (remove_files) COMPLETE
61512026-02-12T06:56:40.937Z[ recovery-image] Feb 12 06:56:40.163 INFO O| Feb 12 06:56:40.162 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522026-02-12T06:56:40.946Z[ recovery-image] Feb 12 06:56:40.174 INFO O| Feb 12 06:56:40.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
61532026-02-12T06:56:40.949Z[ recovery-image] Feb 12 06:56:40.174 INFO O| Feb 12 06:56:40.174 INFO STEP 412 (remove_files) COMPLETE
61542026-02-12T06:56:40.949Z[ recovery-image] Feb 12 06:56:40.174 INFO O| Feb 12 06:56:40.174 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552026-02-12T06:56:40.958Z[ recovery-image] Feb 12 06:56:40.186 INFO O| Feb 12 06:56:40.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
61562026-02-12T06:56:40.961Z[ recovery-image] Feb 12 06:56:40.186 INFO O| Feb 12 06:56:40.186 INFO STEP 413 (remove_files) COMPLETE
61572026-02-12T06:56:40.961Z[ recovery-image] Feb 12 06:56:40.186 INFO O| Feb 12 06:56:40.186 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582026-02-12T06:56:40.970Z[ recovery-image] Feb 12 06:56:40.198 INFO O| Feb 12 06:56:40.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
61592026-02-12T06:56:40.973Z[ recovery-image] Feb 12 06:56:40.198 INFO O| Feb 12 06:56:40.198 INFO STEP 414 (remove_files) COMPLETE
61602026-02-12T06:56:40.973Z[ recovery-image] Feb 12 06:56:40.198 INFO O| Feb 12 06:56:40.198 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612026-02-12T06:56:40.982Z[ recovery-image] Feb 12 06:56:40.210 INFO O| Feb 12 06:56:40.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
61622026-02-12T06:56:40.986Z[ recovery-image] Feb 12 06:56:40.210 INFO O| Feb 12 06:56:40.210 INFO STEP 415 (remove_files) COMPLETE
61632026-02-12T06:56:40.986Z[ recovery-image] Feb 12 06:56:40.211 INFO O| Feb 12 06:56:40.210 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642026-02-12T06:56:40.995Z[ recovery-image] Feb 12 06:56:40.223 INFO O| Feb 12 06:56:40.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
61652026-02-12T06:56:40.999Z[ recovery-image] Feb 12 06:56:40.223 INFO O| Feb 12 06:56:40.223 INFO STEP 416 (remove_files) COMPLETE
61662026-02-12T06:56:40.999Z[ recovery-image] Feb 12 06:56:40.224 INFO O| Feb 12 06:56:40.223 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672026-02-12T06:56:41.008Z[ recovery-image] Feb 12 06:56:40.236 INFO O| Feb 12 06:56:40.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
61682026-02-12T06:56:41.011Z[ recovery-image] Feb 12 06:56:40.236 INFO O| Feb 12 06:56:40.236 INFO STEP 417 (remove_files) COMPLETE
61692026-02-12T06:56:41.011Z[ recovery-image] Feb 12 06:56:40.236 INFO O| Feb 12 06:56:40.236 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702026-02-12T06:56:41.021Z[ recovery-image] Feb 12 06:56:40.249 INFO O| Feb 12 06:56:40.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
61712026-02-12T06:56:41.024Z[ recovery-image] Feb 12 06:56:40.249 INFO O| Feb 12 06:56:40.249 INFO STEP 418 (remove_files) COMPLETE
61722026-02-12T06:56:41.024Z[ recovery-image] Feb 12 06:56:40.249 INFO O| Feb 12 06:56:40.249 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732026-02-12T06:56:41.033Z[ recovery-image] Feb 12 06:56:40.261 INFO O| Feb 12 06:56:40.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
61742026-02-12T06:56:41.033Z[ recovery-image] Feb 12 06:56:40.261 INFO O| Feb 12 06:56:40.261 INFO STEP 419 (remove_files) COMPLETE
61752026-02-12T06:56:41.037Z[ recovery-image] Feb 12 06:56:40.261 INFO O| Feb 12 06:56:40.261 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762026-02-12T06:56:41.046Z[ recovery-image] Feb 12 06:56:40.273 INFO O| Feb 12 06:56:40.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
61772026-02-12T06:56:41.049Z[ recovery-image] Feb 12 06:56:40.273 INFO O| Feb 12 06:56:40.273 INFO STEP 420 (remove_files) COMPLETE
61782026-02-12T06:56:41.049Z[ recovery-image] Feb 12 06:56:40.273 INFO O| Feb 12 06:56:40.273 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792026-02-12T06:56:41.057Z[ recovery-image] Feb 12 06:56:40.285 INFO O| Feb 12 06:56:40.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
61802026-02-12T06:56:41.061Z[ recovery-image] Feb 12 06:56:40.286 INFO O| Feb 12 06:56:40.286 INFO STEP 421 (remove_files) COMPLETE
61812026-02-12T06:56:41.061Z[ recovery-image] Feb 12 06:56:40.286 INFO O| Feb 12 06:56:40.286 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822026-02-12T06:56:41.069Z[ recovery-image] Feb 12 06:56:40.297 INFO O| Feb 12 06:56:40.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
61832026-02-12T06:56:41.073Z[ recovery-image] Feb 12 06:56:40.297 INFO O| Feb 12 06:56:40.297 INFO STEP 422 (remove_files) COMPLETE
61842026-02-12T06:56:41.073Z[ recovery-image] Feb 12 06:56:40.297 INFO O| Feb 12 06:56:40.297 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852026-02-12T06:56:41.081Z[ recovery-image] Feb 12 06:56:40.309 INFO O| Feb 12 06:56:40.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
61862026-02-12T06:56:41.081Z[ recovery-image] Feb 12 06:56:40.309 INFO O| Feb 12 06:56:40.309 INFO STEP 423 (remove_files) COMPLETE
61872026-02-12T06:56:41.085Z[ recovery-image] Feb 12 06:56:40.309 INFO O| Feb 12 06:56:40.309 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882026-02-12T06:56:41.093Z[ recovery-image] Feb 12 06:56:40.321 INFO O| Feb 12 06:56:40.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
61892026-02-12T06:56:41.097Z[ recovery-image] Feb 12 06:56:40.321 INFO O| Feb 12 06:56:40.321 INFO STEP 424 (remove_files) COMPLETE
61902026-02-12T06:56:41.097Z[ recovery-image] Feb 12 06:56:40.321 INFO O| Feb 12 06:56:40.321 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912026-02-12T06:56:41.105Z[ recovery-image] Feb 12 06:56:40.333 INFO O| Feb 12 06:56:40.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
61922026-02-12T06:56:41.108Z[ recovery-image] Feb 12 06:56:40.333 INFO O| Feb 12 06:56:40.333 INFO STEP 425 (remove_files) COMPLETE
61932026-02-12T06:56:41.108Z[ recovery-image] Feb 12 06:56:40.333 INFO O| Feb 12 06:56:40.333 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942026-02-12T06:56:41.117Z[ recovery-image] Feb 12 06:56:40.344 INFO O| Feb 12 06:56:40.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
61952026-02-12T06:56:41.120Z[ recovery-image] Feb 12 06:56:40.345 INFO O| Feb 12 06:56:40.344 INFO STEP 426 (remove_files) COMPLETE
61962026-02-12T06:56:41.120Z[ recovery-image] Feb 12 06:56:40.345 INFO O| Feb 12 06:56:40.344 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972026-02-12T06:56:41.128Z[ recovery-image] Feb 12 06:56:40.355 INFO O| Feb 12 06:56:40.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
61982026-02-12T06:56:41.131Z[ recovery-image] Feb 12 06:56:40.355 INFO O| Feb 12 06:56:40.355 INFO STEP 427 (remove_files) COMPLETE
61992026-02-12T06:56:41.131Z[ recovery-image] Feb 12 06:56:40.356 INFO O| Feb 12 06:56:40.355 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002026-02-12T06:56:41.136Z[ recovery-image] Feb 12 06:56:40.364 INFO O| Feb 12 06:56:40.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
62012026-02-12T06:56:41.140Z[ recovery-image] Feb 12 06:56:40.364 INFO O| Feb 12 06:56:40.364 INFO STEP 428 (remove_files) COMPLETE
62022026-02-12T06:56:41.141Z[ recovery-image] Feb 12 06:56:40.364 INFO O| Feb 12 06:56:40.364 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032026-02-12T06:56:41.148Z[ recovery-image] Feb 12 06:56:40.376 INFO O| Feb 12 06:56:40.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
62042026-02-12T06:56:41.149Z[ recovery-image] Feb 12 06:56:40.376 INFO O| Feb 12 06:56:40.376 INFO STEP 429 (remove_files) COMPLETE
62052026-02-12T06:56:41.152Z[ recovery-image] Feb 12 06:56:40.376 INFO O| Feb 12 06:56:40.376 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062026-02-12T06:56:41.160Z[ recovery-image] Feb 12 06:56:40.388 INFO O| Feb 12 06:56:40.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
62072026-02-12T06:56:41.160Z[ recovery-image] Feb 12 06:56:40.388 INFO O| Feb 12 06:56:40.388 INFO STEP 430 (remove_files) COMPLETE
62082026-02-12T06:56:41.160Z[ recovery-image] Feb 12 06:56:40.388 INFO O| Feb 12 06:56:40.388 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092026-02-12T06:56:41.173Z[ recovery-image] Feb 12 06:56:40.401 INFO O| Feb 12 06:56:40.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
62102026-02-12T06:56:41.173Z[ recovery-image] Feb 12 06:56:40.401 INFO O| Feb 12 06:56:40.401 INFO STEP 431 (remove_files) COMPLETE
62112026-02-12T06:56:41.173Z[ recovery-image] Feb 12 06:56:40.401 INFO O| Feb 12 06:56:40.401 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122026-02-12T06:56:41.185Z[ recovery-image] Feb 12 06:56:40.412 INFO O| Feb 12 06:56:40.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
62132026-02-12T06:56:41.188Z[ recovery-image] Feb 12 06:56:40.412 INFO O| Feb 12 06:56:40.412 INFO STEP 432 (remove_files) COMPLETE
62142026-02-12T06:56:41.189Z[ recovery-image] Feb 12 06:56:40.412 INFO O| Feb 12 06:56:40.412 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152026-02-12T06:56:41.197Z[ recovery-image] Feb 12 06:56:40.425 INFO O| Feb 12 06:56:40.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
62162026-02-12T06:56:41.200Z[ recovery-image] Feb 12 06:56:40.425 INFO O| Feb 12 06:56:40.425 INFO STEP 433 (remove_files) COMPLETE
62172026-02-12T06:56:41.200Z[ recovery-image] Feb 12 06:56:40.425 INFO O| Feb 12 06:56:40.425 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182026-02-12T06:56:41.210Z[ recovery-image] Feb 12 06:56:40.438 INFO O| Feb 12 06:56:40.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
62192026-02-12T06:56:41.210Z[ recovery-image] Feb 12 06:56:40.438 INFO O| Feb 12 06:56:40.438 INFO STEP 434 (remove_files) COMPLETE
62202026-02-12T06:56:41.214Z[ recovery-image] Feb 12 06:56:40.438 INFO O| Feb 12 06:56:40.438 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212026-02-12T06:56:41.219Z[ recovery-image] Feb 12 06:56:40.447 INFO O| Feb 12 06:56:40.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
62222026-02-12T06:56:41.219Z[ recovery-image] Feb 12 06:56:40.447 INFO O| Feb 12 06:56:40.447 INFO STEP 435 (remove_files) COMPLETE
62232026-02-12T06:56:41.219Z[ recovery-image] Feb 12 06:56:40.447 INFO O| Feb 12 06:56:40.447 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242026-02-12T06:56:41.227Z[ recovery-image] Feb 12 06:56:40.455 INFO O| Feb 12 06:56:40.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
62252026-02-12T06:56:41.231Z[ recovery-image] Feb 12 06:56:40.455 INFO O| Feb 12 06:56:40.455 INFO STEP 436 (remove_files) COMPLETE
62262026-02-12T06:56:41.231Z[ recovery-image] Feb 12 06:56:40.455 INFO O| Feb 12 06:56:40.455 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272026-02-12T06:56:41.238Z[ recovery-image] Feb 12 06:56:40.466 INFO O| Feb 12 06:56:40.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
62282026-02-12T06:56:41.241Z[ recovery-image] Feb 12 06:56:40.466 INFO O| Feb 12 06:56:40.466 INFO STEP 437 (remove_files) COMPLETE
62292026-02-12T06:56:41.241Z[ recovery-image] Feb 12 06:56:40.466 INFO O| Feb 12 06:56:40.466 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302026-02-12T06:56:41.250Z[ recovery-image] Feb 12 06:56:40.477 INFO O| Feb 12 06:56:40.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
62312026-02-12T06:56:41.254Z[ recovery-image] Feb 12 06:56:40.477 INFO O| Feb 12 06:56:40.477 INFO STEP 438 (remove_files) COMPLETE
62322026-02-12T06:56:41.254Z[ recovery-image] Feb 12 06:56:40.478 INFO O| Feb 12 06:56:40.477 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332026-02-12T06:56:41.262Z[ recovery-image] Feb 12 06:56:40.490 INFO O| Feb 12 06:56:40.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
62342026-02-12T06:56:41.266Z[ recovery-image] Feb 12 06:56:40.490 INFO O| Feb 12 06:56:40.490 INFO STEP 439 (remove_files) COMPLETE
62352026-02-12T06:56:41.266Z[ recovery-image] Feb 12 06:56:40.490 INFO O| Feb 12 06:56:40.490 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362026-02-12T06:56:41.274Z[ recovery-image] Feb 12 06:56:40.502 INFO O| Feb 12 06:56:40.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
62372026-02-12T06:56:41.278Z[ recovery-image] Feb 12 06:56:40.502 INFO O| Feb 12 06:56:40.502 INFO STEP 440 (remove_files) COMPLETE
62382026-02-12T06:56:41.278Z[ recovery-image] Feb 12 06:56:40.502 INFO O| Feb 12 06:56:40.502 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392026-02-12T06:56:41.286Z[ recovery-image] Feb 12 06:56:40.514 INFO O| Feb 12 06:56:40.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
62402026-02-12T06:56:41.286Z[ recovery-image] Feb 12 06:56:40.514 INFO O| Feb 12 06:56:40.514 INFO STEP 441 (remove_files) COMPLETE
62412026-02-12T06:56:41.290Z[ recovery-image] Feb 12 06:56:40.514 INFO O| Feb 12 06:56:40.514 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422026-02-12T06:56:41.297Z[ recovery-image] Feb 12 06:56:40.525 INFO O| Feb 12 06:56:40.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
62432026-02-12T06:56:41.301Z[ recovery-image] Feb 12 06:56:40.525 INFO O| Feb 12 06:56:40.525 INFO STEP 442 (remove_files) COMPLETE
62442026-02-12T06:56:41.301Z[ recovery-image] Feb 12 06:56:40.525 INFO O| Feb 12 06:56:40.525 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452026-02-12T06:56:41.310Z[ recovery-image] Feb 12 06:56:40.538 INFO O| Feb 12 06:56:40.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
62462026-02-12T06:56:41.314Z[ recovery-image] Feb 12 06:56:40.538 INFO O| Feb 12 06:56:40.538 INFO STEP 443 (remove_files) COMPLETE
62472026-02-12T06:56:41.314Z[ recovery-image] Feb 12 06:56:40.538 INFO O| Feb 12 06:56:40.538 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482026-02-12T06:56:41.322Z[ recovery-image] Feb 12 06:56:40.550 INFO O| Feb 12 06:56:40.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
62492026-02-12T06:56:41.326Z[ recovery-image] Feb 12 06:56:40.550 INFO O| Feb 12 06:56:40.550 INFO STEP 444 (remove_files) COMPLETE
62502026-02-12T06:56:41.326Z[ recovery-image] Feb 12 06:56:40.550 INFO O| Feb 12 06:56:40.550 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512026-02-12T06:56:41.335Z[ recovery-image] Feb 12 06:56:40.562 INFO O| Feb 12 06:56:40.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
62522026-02-12T06:56:41.335Z[ recovery-image] Feb 12 06:56:40.562 INFO O| Feb 12 06:56:40.562 INFO STEP 445 (remove_files) COMPLETE
62532026-02-12T06:56:41.335Z[ recovery-image] Feb 12 06:56:40.562 INFO O| Feb 12 06:56:40.562 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542026-02-12T06:56:41.345Z[ recovery-image] Feb 12 06:56:40.572 INFO O| Feb 12 06:56:40.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
62552026-02-12T06:56:41.349Z[ recovery-image] Feb 12 06:56:40.572 INFO O| Feb 12 06:56:40.572 INFO STEP 446 (remove_files) COMPLETE
62562026-02-12T06:56:41.349Z[ recovery-image] Feb 12 06:56:40.572 INFO O| Feb 12 06:56:40.572 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572026-02-12T06:56:41.355Z[ recovery-image] Feb 12 06:56:40.583 INFO O| Feb 12 06:56:40.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
62582026-02-12T06:56:41.356Z[ recovery-image] Feb 12 06:56:40.583 INFO O| Feb 12 06:56:40.583 INFO STEP 447 (remove_files) COMPLETE
62592026-02-12T06:56:41.356Z[ recovery-image] Feb 12 06:56:40.583 INFO O| Feb 12 06:56:40.583 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602026-02-12T06:56:41.368Z[ recovery-image] Feb 12 06:56:40.595 INFO O| Feb 12 06:56:40.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
62612026-02-12T06:56:41.371Z[ recovery-image] Feb 12 06:56:40.595 INFO O| Feb 12 06:56:40.595 INFO STEP 448 (remove_files) COMPLETE
62622026-02-12T06:56:41.371Z[ recovery-image] Feb 12 06:56:40.595 INFO O| Feb 12 06:56:40.595 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632026-02-12T06:56:41.380Z[ recovery-image] Feb 12 06:56:40.608 INFO O| Feb 12 06:56:40.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
62642026-02-12T06:56:41.383Z[ recovery-image] Feb 12 06:56:40.608 INFO O| Feb 12 06:56:40.608 INFO STEP 449 (remove_files) COMPLETE
62652026-02-12T06:56:41.383Z[ recovery-image] Feb 12 06:56:40.608 INFO O| Feb 12 06:56:40.608 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662026-02-12T06:56:41.390Z[ recovery-image] Feb 12 06:56:40.618 INFO O| Feb 12 06:56:40.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
62672026-02-12T06:56:41.390Z[ recovery-image] Feb 12 06:56:40.618 INFO O| Feb 12 06:56:40.618 INFO STEP 450 (remove_files) COMPLETE
62682026-02-12T06:56:41.393Z[ recovery-image] Feb 12 06:56:40.618 INFO O| Feb 12 06:56:40.618 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692026-02-12T06:56:41.399Z[ recovery-image] Feb 12 06:56:40.627 INFO O| Feb 12 06:56:40.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
62702026-02-12T06:56:41.404Z[ recovery-image] Feb 12 06:56:40.628 INFO O| Feb 12 06:56:40.628 INFO STEP 451 (remove_files) COMPLETE
62712026-02-12T06:56:41.404Z[ recovery-image] Feb 12 06:56:40.628 INFO O| Feb 12 06:56:40.628 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722026-02-12T06:56:41.412Z[ recovery-image] Feb 12 06:56:40.640 INFO O| Feb 12 06:56:40.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
62732026-02-12T06:56:41.415Z[ recovery-image] Feb 12 06:56:40.640 INFO O| Feb 12 06:56:40.640 INFO STEP 452 (remove_files) COMPLETE
62742026-02-12T06:56:41.416Z[ recovery-image] Feb 12 06:56:40.640 INFO O| Feb 12 06:56:40.640 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752026-02-12T06:56:41.423Z[ recovery-image] Feb 12 06:56:40.651 INFO O| Feb 12 06:56:40.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
62762026-02-12T06:56:41.423Z[ recovery-image] Feb 12 06:56:40.651 INFO O| Feb 12 06:56:40.651 INFO STEP 453 (remove_files) COMPLETE
62772026-02-12T06:56:41.427Z[ recovery-image] Feb 12 06:56:40.651 INFO O| Feb 12 06:56:40.651 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782026-02-12T06:56:41.436Z[ recovery-image] Feb 12 06:56:40.664 INFO O| Feb 12 06:56:40.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
62792026-02-12T06:56:41.437Z[ recovery-image] Feb 12 06:56:40.664 INFO O| Feb 12 06:56:40.664 INFO STEP 454 (remove_files) COMPLETE
62802026-02-12T06:56:41.440Z[ recovery-image] Feb 12 06:56:40.664 INFO O| Feb 12 06:56:40.664 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812026-02-12T06:56:41.447Z[ recovery-image] Feb 12 06:56:40.675 INFO O| Feb 12 06:56:40.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
62822026-02-12T06:56:41.450Z[ recovery-image] Feb 12 06:56:40.675 INFO O| Feb 12 06:56:40.675 INFO STEP 455 (remove_files) COMPLETE
62832026-02-12T06:56:41.450Z[ recovery-image] Feb 12 06:56:40.675 INFO O| Feb 12 06:56:40.675 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842026-02-12T06:56:41.477Z[ recovery-image] Feb 12 06:56:40.688 INFO O| Feb 12 06:56:40.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
62852026-02-12T06:56:41.477Z[ recovery-image] Feb 12 06:56:40.688 INFO O| Feb 12 06:56:40.688 INFO STEP 456 (remove_files) COMPLETE
62862026-02-12T06:56:41.477Z[ recovery-image] Feb 12 06:56:40.688 INFO O| Feb 12 06:56:40.688 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872026-02-12T06:56:41.477Z[ recovery-image] Feb 12 06:56:40.701 INFO O| Feb 12 06:56:40.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
62882026-02-12T06:56:41.477Z[ recovery-image] Feb 12 06:56:40.701 INFO O| Feb 12 06:56:40.701 INFO STEP 457 (remove_files) COMPLETE
62892026-02-12T06:56:41.477Z[ recovery-image] Feb 12 06:56:40.701 INFO O| Feb 12 06:56:40.701 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902026-02-12T06:56:41.486Z[ recovery-image] Feb 12 06:56:40.714 INFO O| Feb 12 06:56:40.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
62912026-02-12T06:56:41.486Z[ recovery-image] Feb 12 06:56:40.714 INFO O| Feb 12 06:56:40.714 INFO STEP 458 (remove_files) COMPLETE
62922026-02-12T06:56:41.489Z[ recovery-image] Feb 12 06:56:40.714 INFO O| Feb 12 06:56:40.714 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932026-02-12T06:56:41.499Z[ recovery-image] Feb 12 06:56:40.726 INFO O| Feb 12 06:56:40.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
62942026-02-12T06:56:41.499Z[ recovery-image] Feb 12 06:56:40.727 INFO O| Feb 12 06:56:40.727 INFO STEP 459 (remove_files) COMPLETE
62952026-02-12T06:56:41.502Z[ recovery-image] Feb 12 06:56:40.727 INFO O| Feb 12 06:56:40.727 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962026-02-12T06:56:41.510Z[ recovery-image] Feb 12 06:56:40.738 INFO O| Feb 12 06:56:40.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
62972026-02-12T06:56:41.513Z[ recovery-image] Feb 12 06:56:40.739 INFO O| Feb 12 06:56:40.738 INFO STEP 460 (remove_files) COMPLETE
62982026-02-12T06:56:41.513Z[ recovery-image] Feb 12 06:56:40.739 INFO O| Feb 12 06:56:40.739 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992026-02-12T06:56:41.522Z[ recovery-image] Feb 12 06:56:40.750 INFO O| Feb 12 06:56:40.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
63002026-02-12T06:56:41.522Z[ recovery-image] Feb 12 06:56:40.750 INFO O| Feb 12 06:56:40.750 INFO STEP 461 (remove_files) COMPLETE
63012026-02-12T06:56:41.525Z[ recovery-image] Feb 12 06:56:40.750 INFO O| Feb 12 06:56:40.750 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022026-02-12T06:56:41.531Z[ recovery-image] Feb 12 06:56:40.759 INFO O| Feb 12 06:56:40.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
63032026-02-12T06:56:41.531Z[ recovery-image] Feb 12 06:56:40.759 INFO O| Feb 12 06:56:40.759 INFO STEP 462 (remove_files) COMPLETE
63042026-02-12T06:56:41.534Z[ recovery-image] Feb 12 06:56:40.759 INFO O| Feb 12 06:56:40.759 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052026-02-12T06:56:41.544Z[ recovery-image] Feb 12 06:56:40.772 INFO O| Feb 12 06:56:40.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
63062026-02-12T06:56:41.544Z[ recovery-image] Feb 12 06:56:40.772 INFO O| Feb 12 06:56:40.772 INFO STEP 463 (remove_files) COMPLETE
63072026-02-12T06:56:41.547Z[ recovery-image] Feb 12 06:56:40.772 INFO O| Feb 12 06:56:40.772 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082026-02-12T06:56:41.556Z[ recovery-image] Feb 12 06:56:40.784 INFO O| Feb 12 06:56:40.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
63092026-02-12T06:56:41.559Z[ recovery-image] Feb 12 06:56:40.784 INFO O| Feb 12 06:56:40.784 INFO STEP 464 (remove_files) COMPLETE
63102026-02-12T06:56:41.559Z[ recovery-image] Feb 12 06:56:40.784 INFO O| Feb 12 06:56:40.784 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112026-02-12T06:56:41.567Z[ recovery-image] Feb 12 06:56:40.795 INFO O| Feb 12 06:56:40.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
63122026-02-12T06:56:41.567Z[ recovery-image] Feb 12 06:56:40.795 INFO O| Feb 12 06:56:40.795 INFO STEP 465 (remove_files) COMPLETE
63132026-02-12T06:56:41.570Z[ recovery-image] Feb 12 06:56:40.795 INFO O| Feb 12 06:56:40.795 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142026-02-12T06:56:41.578Z[ recovery-image] Feb 12 06:56:40.806 INFO O| Feb 12 06:56:40.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
63152026-02-12T06:56:41.578Z[ recovery-image] Feb 12 06:56:40.806 INFO O| Feb 12 06:56:40.806 INFO STEP 466 (remove_files) COMPLETE
63162026-02-12T06:56:41.582Z[ recovery-image] Feb 12 06:56:40.806 INFO O| Feb 12 06:56:40.806 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172026-02-12T06:56:41.587Z[ recovery-image] Feb 12 06:56:40.815 INFO O| Feb 12 06:56:40.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
63182026-02-12T06:56:41.587Z[ recovery-image] Feb 12 06:56:40.815 INFO O| Feb 12 06:56:40.815 INFO STEP 467 (remove_files) COMPLETE
63192026-02-12T06:56:41.590Z[ recovery-image] Feb 12 06:56:40.815 INFO O| Feb 12 06:56:40.815 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202026-02-12T06:56:41.598Z[ recovery-image] Feb 12 06:56:40.826 INFO O| Feb 12 06:56:40.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
63212026-02-12T06:56:41.601Z[ recovery-image] Feb 12 06:56:40.826 INFO O| Feb 12 06:56:40.826 INFO STEP 468 (remove_files) COMPLETE
63222026-02-12T06:56:41.601Z[ recovery-image] Feb 12 06:56:40.826 INFO O| Feb 12 06:56:40.826 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232026-02-12T06:56:41.606Z[ recovery-image] Feb 12 06:56:40.834 INFO O| Feb 12 06:56:40.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
63242026-02-12T06:56:41.606Z[ recovery-image] Feb 12 06:56:40.834 INFO O| Feb 12 06:56:40.834 INFO STEP 469 (remove_files) COMPLETE
63252026-02-12T06:56:41.609Z[ recovery-image] Feb 12 06:56:40.834 INFO O| Feb 12 06:56:40.834 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262026-02-12T06:56:41.616Z[ recovery-image] Feb 12 06:56:40.844 INFO O| Feb 12 06:56:40.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
63272026-02-12T06:56:41.619Z[ recovery-image] Feb 12 06:56:40.844 INFO O| Feb 12 06:56:40.844 INFO STEP 470 (remove_files) COMPLETE
63282026-02-12T06:56:41.619Z[ recovery-image] Feb 12 06:56:40.844 INFO O| Feb 12 06:56:40.844 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292026-02-12T06:56:41.628Z[ recovery-image] Feb 12 06:56:40.856 INFO O| Feb 12 06:56:40.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
63302026-02-12T06:56:41.632Z[ recovery-image] Feb 12 06:56:40.856 INFO O| Feb 12 06:56:40.856 INFO STEP 471 (remove_files) COMPLETE
63312026-02-12T06:56:41.632Z[ recovery-image] Feb 12 06:56:40.856 INFO O| Feb 12 06:56:40.856 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322026-02-12T06:56:41.639Z[ recovery-image] Feb 12 06:56:40.866 INFO O| Feb 12 06:56:40.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
63332026-02-12T06:56:41.642Z[ recovery-image] Feb 12 06:56:40.866 INFO O| Feb 12 06:56:40.866 INFO STEP 472 (remove_files) COMPLETE
63342026-02-12T06:56:41.642Z[ recovery-image] Feb 12 06:56:40.866 INFO O| Feb 12 06:56:40.866 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352026-02-12T06:56:41.645Z[ recovery-image] Feb 12 06:56:40.873 INFO O| Feb 12 06:56:40.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
63362026-02-12T06:56:41.648Z[ recovery-image] Feb 12 06:56:40.874 INFO O| Feb 12 06:56:40.873 INFO STEP 473 (remove_files) COMPLETE
63372026-02-12T06:56:41.649Z[ recovery-image] Feb 12 06:56:40.874 INFO O| Feb 12 06:56:40.874 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382026-02-12T06:56:41.655Z[ recovery-image] Feb 12 06:56:40.883 INFO O| Feb 12 06:56:40.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
63392026-02-12T06:56:41.655Z[ recovery-image] Feb 12 06:56:40.883 INFO O| Feb 12 06:56:40.883 INFO STEP 474 (remove_files) COMPLETE
63402026-02-12T06:56:41.659Z[ recovery-image] Feb 12 06:56:40.883 INFO O| Feb 12 06:56:40.883 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412026-02-12T06:56:41.667Z[ recovery-image] Feb 12 06:56:40.895 INFO O| Feb 12 06:56:40.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
63422026-02-12T06:56:41.667Z[ recovery-image] Feb 12 06:56:40.895 INFO O| Feb 12 06:56:40.895 INFO STEP 475 (remove_files) COMPLETE
63432026-02-12T06:56:41.670Z[ recovery-image] Feb 12 06:56:40.895 INFO O| Feb 12 06:56:40.895 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442026-02-12T06:56:41.679Z[ recovery-image] Feb 12 06:56:40.907 INFO O| Feb 12 06:56:40.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
63452026-02-12T06:56:41.682Z[ recovery-image] Feb 12 06:56:40.907 INFO O| Feb 12 06:56:40.907 INFO STEP 476 (remove_files) COMPLETE
63462026-02-12T06:56:41.682Z[ recovery-image] Feb 12 06:56:40.907 INFO O| Feb 12 06:56:40.907 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472026-02-12T06:56:41.691Z[ recovery-image] Feb 12 06:56:40.919 INFO O| Feb 12 06:56:40.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
63482026-02-12T06:56:41.691Z[ recovery-image] Feb 12 06:56:40.919 INFO O| Feb 12 06:56:40.919 INFO STEP 477 (remove_files) COMPLETE
63492026-02-12T06:56:41.695Z[ recovery-image] Feb 12 06:56:40.919 INFO O| Feb 12 06:56:40.919 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502026-02-12T06:56:41.705Z[ recovery-image] Feb 12 06:56:40.931 INFO O| Feb 12 06:56:40.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
63512026-02-12T06:56:41.708Z[ recovery-image] Feb 12 06:56:40.932 INFO O| Feb 12 06:56:40.931 INFO STEP 478 (remove_files) COMPLETE
63522026-02-12T06:56:41.708Z[ recovery-image] Feb 12 06:56:40.932 INFO O| Feb 12 06:56:40.932 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532026-02-12T06:56:41.716Z[ recovery-image] Feb 12 06:56:40.943 INFO O| Feb 12 06:56:40.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
63542026-02-12T06:56:41.719Z[ recovery-image] Feb 12 06:56:40.944 INFO O| Feb 12 06:56:40.944 INFO STEP 479 (remove_files) COMPLETE
63552026-02-12T06:56:41.719Z[ recovery-image] Feb 12 06:56:40.944 INFO O| Feb 12 06:56:40.944 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562026-02-12T06:56:41.728Z[ recovery-image] Feb 12 06:56:40.956 INFO O| Feb 12 06:56:40.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
63572026-02-12T06:56:41.728Z[ recovery-image] Feb 12 06:56:40.956 INFO O| Feb 12 06:56:40.956 INFO STEP 480 (remove_files) COMPLETE
63582026-02-12T06:56:41.731Z[ recovery-image] Feb 12 06:56:40.956 INFO O| Feb 12 06:56:40.956 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592026-02-12T06:56:41.740Z[ recovery-image] Feb 12 06:56:40.968 INFO O| Feb 12 06:56:40.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
63602026-02-12T06:56:41.740Z[ recovery-image] Feb 12 06:56:40.968 INFO O| Feb 12 06:56:40.968 INFO STEP 481 (remove_files) COMPLETE
63612026-02-12T06:56:41.743Z[ recovery-image] Feb 12 06:56:40.968 INFO O| Feb 12 06:56:40.968 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622026-02-12T06:56:41.752Z[ recovery-image] Feb 12 06:56:40.980 INFO O| Feb 12 06:56:40.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
63632026-02-12T06:56:41.752Z[ recovery-image] Feb 12 06:56:40.980 INFO O| Feb 12 06:56:40.980 INFO STEP 482 (remove_files) COMPLETE
63642026-02-12T06:56:41.756Z[ recovery-image] Feb 12 06:56:40.980 INFO O| Feb 12 06:56:40.980 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652026-02-12T06:56:41.764Z[ recovery-image] Feb 12 06:56:40.992 INFO O| Feb 12 06:56:40.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
63662026-02-12T06:56:41.764Z[ recovery-image] Feb 12 06:56:40.992 INFO O| Feb 12 06:56:40.992 INFO STEP 483 (remove_files) COMPLETE
63672026-02-12T06:56:41.769Z[ recovery-image] Feb 12 06:56:40.992 INFO O| Feb 12 06:56:40.992 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682026-02-12T06:56:41.776Z[ recovery-image] Feb 12 06:56:41.004 INFO O| Feb 12 06:56:41.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
63692026-02-12T06:56:41.776Z[ recovery-image] Feb 12 06:56:41.004 INFO O| Feb 12 06:56:41.004 INFO STEP 484 (remove_files) COMPLETE
63702026-02-12T06:56:41.776Z[ recovery-image] Feb 12 06:56:41.004 INFO O| Feb 12 06:56:41.004 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712026-02-12T06:56:41.788Z[ recovery-image] Feb 12 06:56:41.016 INFO O| Feb 12 06:56:41.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
63722026-02-12T06:56:41.788Z[ recovery-image] Feb 12 06:56:41.016 INFO O| Feb 12 06:56:41.016 INFO STEP 485 (remove_files) COMPLETE
63732026-02-12T06:56:41.792Z[ recovery-image] Feb 12 06:56:41.016 INFO O| Feb 12 06:56:41.016 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742026-02-12T06:56:41.806Z[ recovery-image] Feb 12 06:56:41.028 INFO O| Feb 12 06:56:41.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
63752026-02-12T06:56:41.806Z[ recovery-image] Feb 12 06:56:41.028 INFO O| Feb 12 06:56:41.028 INFO STEP 486 (remove_files) COMPLETE
63762026-02-12T06:56:41.810Z[ recovery-image] Feb 12 06:56:41.028 INFO O| Feb 12 06:56:41.028 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772026-02-12T06:56:41.813Z[ recovery-image] Feb 12 06:56:41.039 INFO O| Feb 12 06:56:41.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
63782026-02-12T06:56:41.813Z[ recovery-image] Feb 12 06:56:41.040 INFO O| Feb 12 06:56:41.039 INFO STEP 487 (remove_files) COMPLETE
63792026-02-12T06:56:41.813Z[ recovery-image] Feb 12 06:56:41.040 INFO O| Feb 12 06:56:41.040 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802026-02-12T06:56:41.825Z[ recovery-image] Feb 12 06:56:41.051 INFO O| Feb 12 06:56:41.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
63812026-02-12T06:56:41.825Z[ recovery-image] Feb 12 06:56:41.051 INFO O| Feb 12 06:56:41.051 INFO STEP 488 (remove_files) COMPLETE
63822026-02-12T06:56:41.825Z[ recovery-image] Feb 12 06:56:41.051 INFO O| Feb 12 06:56:41.051 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832026-02-12T06:56:41.833Z[ recovery-image] Feb 12 06:56:41.060 INFO O| Feb 12 06:56:41.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
63842026-02-12T06:56:41.833Z[ recovery-image] Feb 12 06:56:41.060 INFO O| Feb 12 06:56:41.060 INFO STEP 489 (remove_files) COMPLETE
63852026-02-12T06:56:41.836Z[ recovery-image] Feb 12 06:56:41.060 INFO O| Feb 12 06:56:41.060 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862026-02-12T06:56:41.843Z[ recovery-image] Feb 12 06:56:41.071 INFO O| Feb 12 06:56:41.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
63872026-02-12T06:56:41.843Z[ recovery-image] Feb 12 06:56:41.071 INFO O| Feb 12 06:56:41.071 INFO STEP 490 (remove_files) COMPLETE
63882026-02-12T06:56:41.843Z[ recovery-image] Feb 12 06:56:41.071 INFO O| Feb 12 06:56:41.071 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892026-02-12T06:56:41.856Z[ recovery-image] Feb 12 06:56:41.083 INFO O| Feb 12 06:56:41.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
63902026-02-12T06:56:41.856Z[ recovery-image] Feb 12 06:56:41.084 INFO O| Feb 12 06:56:41.084 INFO STEP 491 (remove_files) COMPLETE
63912026-02-12T06:56:41.858Z[ recovery-image] Feb 12 06:56:41.084 INFO O| Feb 12 06:56:41.084 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922026-02-12T06:56:41.864Z[ recovery-image] Feb 12 06:56:41.092 INFO O| Feb 12 06:56:41.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
63932026-02-12T06:56:41.864Z[ recovery-image] Feb 12 06:56:41.092 INFO O| Feb 12 06:56:41.092 INFO STEP 492 (remove_files) COMPLETE
63942026-02-12T06:56:41.864Z[ recovery-image] Feb 12 06:56:41.092 INFO O| Feb 12 06:56:41.092 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952026-02-12T06:56:41.874Z[ recovery-image] Feb 12 06:56:41.102 INFO O| Feb 12 06:56:41.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
63962026-02-12T06:56:41.877Z[ recovery-image] Feb 12 06:56:41.102 INFO O| Feb 12 06:56:41.102 INFO STEP 493 (remove_files) COMPLETE
63972026-02-12T06:56:41.877Z[ recovery-image] Feb 12 06:56:41.102 INFO O| Feb 12 06:56:41.102 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982026-02-12T06:56:41.884Z[ recovery-image] Feb 12 06:56:41.113 INFO O| Feb 12 06:56:41.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
63992026-02-12T06:56:41.885Z[ recovery-image] Feb 12 06:56:41.113 INFO O| Feb 12 06:56:41.113 INFO STEP 494 (remove_files) COMPLETE
64002026-02-12T06:56:41.887Z[ recovery-image] Feb 12 06:56:41.113 INFO O| Feb 12 06:56:41.113 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012026-02-12T06:56:41.896Z[ recovery-image] Feb 12 06:56:41.124 INFO O| Feb 12 06:56:41.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
64022026-02-12T06:56:41.899Z[ recovery-image] Feb 12 06:56:41.125 INFO O| Feb 12 06:56:41.124 INFO STEP 495 (remove_files) COMPLETE
64032026-02-12T06:56:41.899Z[ recovery-image] Feb 12 06:56:41.125 INFO O| Feb 12 06:56:41.124 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042026-02-12T06:56:41.905Z[ recovery-image] Feb 12 06:56:41.133 INFO O| Feb 12 06:56:41.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
64052026-02-12T06:56:41.909Z[ recovery-image] Feb 12 06:56:41.133 INFO O| Feb 12 06:56:41.133 INFO STEP 496 (remove_files) COMPLETE
64062026-02-12T06:56:41.909Z[ recovery-image] Feb 12 06:56:41.133 INFO O| Feb 12 06:56:41.133 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072026-02-12T06:56:41.915Z[ recovery-image] Feb 12 06:56:41.142 INFO O| Feb 12 06:56:41.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
64082026-02-12T06:56:41.918Z[ recovery-image] Feb 12 06:56:41.142 INFO O| Feb 12 06:56:41.142 INFO STEP 497 (remove_files) COMPLETE
64092026-02-12T06:56:41.918Z[ recovery-image] Feb 12 06:56:41.142 INFO O| Feb 12 06:56:41.142 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102026-02-12T06:56:41.922Z[ recovery-image] Feb 12 06:56:41.150 INFO O| Feb 12 06:56:41.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
64112026-02-12T06:56:41.922Z[ recovery-image] Feb 12 06:56:41.150 INFO O| Feb 12 06:56:41.150 INFO STEP 498 (remove_files) COMPLETE
64122026-02-12T06:56:41.925Z[ recovery-image] Feb 12 06:56:41.150 INFO O| Feb 12 06:56:41.150 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132026-02-12T06:56:41.935Z[ recovery-image] Feb 12 06:56:41.163 INFO O| Feb 12 06:56:41.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
64142026-02-12T06:56:41.938Z[ recovery-image] Feb 12 06:56:41.163 INFO O| Feb 12 06:56:41.163 INFO STEP 499 (remove_files) COMPLETE
64152026-02-12T06:56:41.938Z[ recovery-image] Feb 12 06:56:41.163 INFO O| Feb 12 06:56:41.163 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162026-02-12T06:56:41.949Z[ recovery-image] Feb 12 06:56:41.176 INFO O| Feb 12 06:56:41.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
64172026-02-12T06:56:41.949Z[ recovery-image] Feb 12 06:56:41.177 INFO O| Feb 12 06:56:41.177 INFO STEP 500 (remove_files) COMPLETE
64182026-02-12T06:56:41.953Z[ recovery-image] Feb 12 06:56:41.177 INFO O| Feb 12 06:56:41.177 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192026-02-12T06:56:41.962Z[ recovery-image] Feb 12 06:56:41.190 INFO O| Feb 12 06:56:41.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
64202026-02-12T06:56:41.966Z[ recovery-image] Feb 12 06:56:41.191 INFO O| Feb 12 06:56:41.190 INFO STEP 501 (remove_files) COMPLETE
64212026-02-12T06:56:41.966Z[ recovery-image] Feb 12 06:56:41.191 INFO O| Feb 12 06:56:41.191 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222026-02-12T06:56:41.975Z[ recovery-image] Feb 12 06:56:41.203 INFO O| Feb 12 06:56:41.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
64232026-02-12T06:56:41.978Z[ recovery-image] Feb 12 06:56:41.203 INFO O| Feb 12 06:56:41.203 INFO STEP 502 (remove_files) COMPLETE
64242026-02-12T06:56:41.978Z[ recovery-image] Feb 12 06:56:41.203 INFO O| Feb 12 06:56:41.203 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252026-02-12T06:56:41.987Z[ recovery-image] Feb 12 06:56:41.215 INFO O| Feb 12 06:56:41.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
64262026-02-12T06:56:41.990Z[ recovery-image] Feb 12 06:56:41.215 INFO O| Feb 12 06:56:41.215 INFO STEP 503 (remove_files) COMPLETE
64272026-02-12T06:56:41.990Z[ recovery-image] Feb 12 06:56:41.215 INFO O| Feb 12 06:56:41.215 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282026-02-12T06:56:41.999Z[ recovery-image] Feb 12 06:56:41.227 INFO O| Feb 12 06:56:41.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
64292026-02-12T06:56:41.999Z[ recovery-image] Feb 12 06:56:41.227 INFO O| Feb 12 06:56:41.227 INFO STEP 504 (remove_files) COMPLETE
64302026-02-12T06:56:42.002Z[ recovery-image] Feb 12 06:56:41.227 INFO O| Feb 12 06:56:41.227 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312026-02-12T06:56:42.011Z[ recovery-image] Feb 12 06:56:41.239 INFO O| Feb 12 06:56:41.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
64322026-02-12T06:56:42.014Z[ recovery-image] Feb 12 06:56:41.239 INFO O| Feb 12 06:56:41.239 INFO STEP 505 (remove_files) COMPLETE
64332026-02-12T06:56:42.014Z[ recovery-image] Feb 12 06:56:41.239 INFO O| Feb 12 06:56:41.239 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342026-02-12T06:56:42.021Z[ recovery-image] Feb 12 06:56:41.249 INFO O| Feb 12 06:56:41.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
64352026-02-12T06:56:42.024Z[ recovery-image] Feb 12 06:56:41.249 INFO O| Feb 12 06:56:41.249 INFO STEP 506 (remove_files) COMPLETE
64362026-02-12T06:56:42.024Z[ recovery-image] Feb 12 06:56:41.249 INFO O| Feb 12 06:56:41.249 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372026-02-12T06:56:42.033Z[ recovery-image] Feb 12 06:56:41.261 INFO O| Feb 12 06:56:41.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
64382026-02-12T06:56:42.036Z[ recovery-image] Feb 12 06:56:41.261 INFO O| Feb 12 06:56:41.261 INFO STEP 507 (remove_files) COMPLETE
64392026-02-12T06:56:42.036Z[ recovery-image] Feb 12 06:56:41.261 INFO O| Feb 12 06:56:41.261 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402026-02-12T06:56:42.045Z[ recovery-image] Feb 12 06:56:41.273 INFO O| Feb 12 06:56:41.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
64412026-02-12T06:56:42.048Z[ recovery-image] Feb 12 06:56:41.273 INFO O| Feb 12 06:56:41.273 INFO STEP 508 (remove_files) COMPLETE
64422026-02-12T06:56:42.048Z[ recovery-image] Feb 12 06:56:41.273 INFO O| Feb 12 06:56:41.273 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432026-02-12T06:56:42.053Z[ recovery-image] Feb 12 06:56:41.281 INFO O| Feb 12 06:56:41.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
64442026-02-12T06:56:42.057Z[ recovery-image] Feb 12 06:56:41.281 INFO O| Feb 12 06:56:41.281 INFO STEP 509 (remove_files) COMPLETE
64452026-02-12T06:56:42.057Z[ recovery-image] Feb 12 06:56:41.281 INFO O| Feb 12 06:56:41.281 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462026-02-12T06:56:42.065Z[ recovery-image] Feb 12 06:56:41.293 INFO O| Feb 12 06:56:41.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
64472026-02-12T06:56:42.065Z[ recovery-image] Feb 12 06:56:41.293 INFO O| Feb 12 06:56:41.293 INFO STEP 510 (remove_files) COMPLETE
64482026-02-12T06:56:42.068Z[ recovery-image] Feb 12 06:56:41.293 INFO O| Feb 12 06:56:41.293 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492026-02-12T06:56:42.079Z[ recovery-image] Feb 12 06:56:41.305 INFO O| Feb 12 06:56:41.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
64502026-02-12T06:56:42.082Z[ recovery-image] Feb 12 06:56:41.306 INFO O| Feb 12 06:56:41.306 INFO STEP 511 (remove_files) COMPLETE
64512026-02-12T06:56:42.082Z[ recovery-image] Feb 12 06:56:41.306 INFO O| Feb 12 06:56:41.306 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522026-02-12T06:56:42.089Z[ recovery-image] Feb 12 06:56:41.316 INFO O| Feb 12 06:56:41.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
64532026-02-12T06:56:42.089Z[ recovery-image] Feb 12 06:56:41.317 INFO O| Feb 12 06:56:41.317 INFO STEP 512 (remove_files) COMPLETE
64542026-02-12T06:56:42.089Z[ recovery-image] Feb 12 06:56:41.317 INFO O| Feb 12 06:56:41.317 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552026-02-12T06:56:42.098Z[ recovery-image] Feb 12 06:56:41.326 INFO O| Feb 12 06:56:41.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
64562026-02-12T06:56:42.101Z[ recovery-image] Feb 12 06:56:41.326 INFO O| Feb 12 06:56:41.326 INFO STEP 513 (remove_files) COMPLETE
64572026-02-12T06:56:42.101Z[ recovery-image] Feb 12 06:56:41.326 INFO O| Feb 12 06:56:41.326 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582026-02-12T06:56:42.110Z[ recovery-image] Feb 12 06:56:41.338 INFO O| Feb 12 06:56:41.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
64592026-02-12T06:56:42.114Z[ recovery-image] Feb 12 06:56:41.338 INFO O| Feb 12 06:56:41.338 INFO STEP 514 (remove_files) COMPLETE
64602026-02-12T06:56:42.114Z[ recovery-image] Feb 12 06:56:41.338 INFO O| Feb 12 06:56:41.338 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612026-02-12T06:56:42.119Z[ recovery-image] Feb 12 06:56:41.347 INFO O| Feb 12 06:56:41.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
64622026-02-12T06:56:42.122Z[ recovery-image] Feb 12 06:56:41.347 INFO O| Feb 12 06:56:41.347 INFO STEP 515 (remove_files) COMPLETE
64632026-02-12T06:56:42.122Z[ recovery-image] Feb 12 06:56:41.347 INFO O| Feb 12 06:56:41.347 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642026-02-12T06:56:42.127Z[ recovery-image] Feb 12 06:56:41.355 INFO O| Feb 12 06:56:41.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
64652026-02-12T06:56:42.130Z[ recovery-image] Feb 12 06:56:41.356 INFO O| Feb 12 06:56:41.355 INFO STEP 516 (remove_files) COMPLETE
64662026-02-12T06:56:42.130Z[ recovery-image] Feb 12 06:56:41.356 INFO O| Feb 12 06:56:41.356 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672026-02-12T06:56:42.137Z[ recovery-image] Feb 12 06:56:41.365 INFO O| Feb 12 06:56:41.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
64682026-02-12T06:56:42.137Z[ recovery-image] Feb 12 06:56:41.365 INFO O| Feb 12 06:56:41.365 INFO STEP 517 (remove_files) COMPLETE
64692026-02-12T06:56:42.140Z[ recovery-image] Feb 12 06:56:41.365 INFO O| Feb 12 06:56:41.365 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702026-02-12T06:56:42.147Z[ recovery-image] Feb 12 06:56:41.375 INFO O| Feb 12 06:56:41.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
64712026-02-12T06:56:42.150Z[ recovery-image] Feb 12 06:56:41.375 INFO O| Feb 12 06:56:41.375 INFO STEP 518 (remove_files) COMPLETE
64722026-02-12T06:56:42.151Z[ recovery-image] Feb 12 06:56:41.376 INFO O| Feb 12 06:56:41.375 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732026-02-12T06:56:42.160Z[ recovery-image] Feb 12 06:56:41.388 INFO O| Feb 12 06:56:41.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
64742026-02-12T06:56:42.164Z[ recovery-image] Feb 12 06:56:41.388 INFO O| Feb 12 06:56:41.388 INFO STEP 519 (remove_files) COMPLETE
64752026-02-12T06:56:42.164Z[ recovery-image] Feb 12 06:56:41.388 INFO O| Feb 12 06:56:41.388 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762026-02-12T06:56:42.173Z[ recovery-image] Feb 12 06:56:41.401 INFO O| Feb 12 06:56:41.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
64772026-02-12T06:56:42.176Z[ recovery-image] Feb 12 06:56:41.401 INFO O| Feb 12 06:56:41.401 INFO STEP 520 (remove_files) COMPLETE
64782026-02-12T06:56:42.176Z[ recovery-image] Feb 12 06:56:41.401 INFO O| Feb 12 06:56:41.401 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792026-02-12T06:56:42.186Z[ recovery-image] Feb 12 06:56:41.413 INFO O| Feb 12 06:56:41.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
64802026-02-12T06:56:42.189Z[ recovery-image] Feb 12 06:56:41.413 INFO O| Feb 12 06:56:41.413 INFO STEP 521 (remove_files) COMPLETE
64812026-02-12T06:56:42.189Z[ recovery-image] Feb 12 06:56:41.413 INFO O| Feb 12 06:56:41.413 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822026-02-12T06:56:42.198Z[ recovery-image] Feb 12 06:56:41.426 INFO O| Feb 12 06:56:41.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc"
64832026-02-12T06:56:42.201Z[ recovery-image] Feb 12 06:56:41.426 INFO O| Feb 12 06:56:41.426 INFO STEP 522 (remove_files) COMPLETE
64842026-02-12T06:56:42.201Z[ recovery-image] Feb 12 06:56:41.426 INFO O| Feb 12 06:56:41.426 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852026-02-12T06:56:42.211Z[ recovery-image] Feb 12 06:56:41.439 INFO O| Feb 12 06:56:41.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept"
64862026-02-12T06:56:42.211Z[ recovery-image] Feb 12 06:56:41.439 INFO O| Feb 12 06:56:41.439 INFO STEP 523 (remove_files) COMPLETE
64872026-02-12T06:56:42.211Z[ recovery-image] Feb 12 06:56:41.439 INFO O| Feb 12 06:56:41.439 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882026-02-12T06:56:42.222Z[ recovery-image] Feb 12 06:56:41.450 INFO O| Feb 12 06:56:41.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename"
64892026-02-12T06:56:42.225Z[ recovery-image] Feb 12 06:56:41.451 INFO O| Feb 12 06:56:41.451 INFO STEP 524 (remove_files) COMPLETE
64902026-02-12T06:56:42.225Z[ recovery-image] Feb 12 06:56:41.451 INFO O| Feb 12 06:56:41.451 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912026-02-12T06:56:42.236Z[ recovery-image] Feb 12 06:56:41.464 INFO O| Feb 12 06:56:41.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv"
64922026-02-12T06:56:42.239Z[ recovery-image] Feb 12 06:56:41.465 INFO O| Feb 12 06:56:41.464 INFO STEP 525 (remove_files) COMPLETE
64932026-02-12T06:56:42.240Z[ recovery-image] Feb 12 06:56:41.465 INFO O| Feb 12 06:56:41.465 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942026-02-12T06:56:42.250Z[ recovery-image] Feb 12 06:56:41.478 INFO O| Feb 12 06:56:41.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut"
64952026-02-12T06:56:42.250Z[ recovery-image] Feb 12 06:56:41.478 INFO O| Feb 12 06:56:41.478 INFO STEP 526 (remove_files) COMPLETE
64962026-02-12T06:56:42.253Z[ recovery-image] Feb 12 06:56:41.478 INFO O| Feb 12 06:56:41.478 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972026-02-12T06:56:42.264Z[ recovery-image] Feb 12 06:56:41.492 INFO O| Feb 12 06:56:41.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname"
64982026-02-12T06:56:42.264Z[ recovery-image] Feb 12 06:56:41.492 INFO O| Feb 12 06:56:41.492 INFO STEP 527 (remove_files) COMPLETE
64992026-02-12T06:56:42.267Z[ recovery-image] Feb 12 06:56:41.492 INFO O| Feb 12 06:56:41.492 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002026-02-12T06:56:42.277Z[ recovery-image] Feb 12 06:56:41.505 INFO O| Feb 12 06:56:41.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags"
65012026-02-12T06:56:42.281Z[ recovery-image] Feb 12 06:56:41.505 INFO O| Feb 12 06:56:41.505 INFO STEP 528 (remove_files) COMPLETE
65022026-02-12T06:56:42.281Z[ recovery-image] Feb 12 06:56:41.506 INFO O| Feb 12 06:56:41.505 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032026-02-12T06:56:42.290Z[ recovery-image] Feb 12 06:56:41.518 INFO O| Feb 12 06:56:41.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo"
65042026-02-12T06:56:42.290Z[ recovery-image] Feb 12 06:56:41.518 INFO O| Feb 12 06:56:41.518 INFO STEP 529 (remove_files) COMPLETE
65052026-02-12T06:56:42.293Z[ recovery-image] Feb 12 06:56:41.518 INFO O| Feb 12 06:56:41.518 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062026-02-12T06:56:42.302Z[ recovery-image] Feb 12 06:56:41.530 INFO O| Feb 12 06:56:41.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head"
65072026-02-12T06:56:42.305Z[ recovery-image] Feb 12 06:56:41.530 INFO O| Feb 12 06:56:41.530 INFO STEP 530 (remove_files) COMPLETE
65082026-02-12T06:56:42.305Z[ recovery-image] Feb 12 06:56:41.530 INFO O| Feb 12 06:56:41.530 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092026-02-12T06:56:42.314Z[ recovery-image] Feb 12 06:56:41.542 INFO O| Feb 12 06:56:41.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id"
65102026-02-12T06:56:42.315Z[ recovery-image] Feb 12 06:56:41.542 INFO O| Feb 12 06:56:41.542 INFO STEP 531 (remove_files) COMPLETE
65112026-02-12T06:56:42.318Z[ recovery-image] Feb 12 06:56:41.543 INFO O| Feb 12 06:56:41.542 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122026-02-12T06:56:42.327Z[ recovery-image] Feb 12 06:56:41.555 INFO O| Feb 12 06:56:41.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln"
65132026-02-12T06:56:42.327Z[ recovery-image] Feb 12 06:56:41.555 INFO O| Feb 12 06:56:41.555 INFO STEP 532 (remove_files) COMPLETE
65142026-02-12T06:56:42.330Z[ recovery-image] Feb 12 06:56:41.555 INFO O| Feb 12 06:56:41.555 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152026-02-12T06:56:42.338Z[ recovery-image] Feb 12 06:56:41.566 INFO O| Feb 12 06:56:41.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h"
65162026-02-12T06:56:42.341Z[ recovery-image] Feb 12 06:56:41.567 INFO O| Feb 12 06:56:41.567 INFO STEP 533 (remove_files) COMPLETE
65172026-02-12T06:56:42.341Z[ recovery-image] Feb 12 06:56:41.567 INFO O| Feb 12 06:56:41.567 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182026-02-12T06:56:42.349Z[ recovery-image] Feb 12 06:56:41.577 INFO O| Feb 12 06:56:41.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname"
65192026-02-12T06:56:42.350Z[ recovery-image] Feb 12 06:56:41.578 INFO O| Feb 12 06:56:41.578 INFO STEP 534 (remove_files) COMPLETE
65202026-02-12T06:56:42.353Z[ recovery-image] Feb 12 06:56:41.578 INFO O| Feb 12 06:56:41.578 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212026-02-12T06:56:42.362Z[ recovery-image] Feb 12 06:56:41.590 INFO O| Feb 12 06:56:41.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir"
65222026-02-12T06:56:42.365Z[ recovery-image] Feb 12 06:56:41.590 INFO O| Feb 12 06:56:41.590 INFO STEP 535 (remove_files) COMPLETE
65232026-02-12T06:56:42.365Z[ recovery-image] Feb 12 06:56:41.590 INFO O| Feb 12 06:56:41.590 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242026-02-12T06:56:42.374Z[ recovery-image] Feb 12 06:56:41.602 INFO O| Feb 12 06:56:41.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo"
65252026-02-12T06:56:42.374Z[ recovery-image] Feb 12 06:56:41.602 INFO O| Feb 12 06:56:41.602 INFO STEP 536 (remove_files) COMPLETE
65262026-02-12T06:56:42.377Z[ recovery-image] Feb 12 06:56:41.602 INFO O| Feb 12 06:56:41.602 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272026-02-12T06:56:42.386Z[ recovery-image] Feb 12 06:56:41.614 INFO O| Feb 12 06:56:41.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp"
65282026-02-12T06:56:42.389Z[ recovery-image] Feb 12 06:56:41.614 INFO O| Feb 12 06:56:41.614 INFO STEP 537 (remove_files) COMPLETE
65292026-02-12T06:56:42.389Z[ recovery-image] Feb 12 06:56:41.614 INFO O| Feb 12 06:56:41.614 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302026-02-12T06:56:42.398Z[ recovery-image] Feb 12 06:56:41.626 INFO O| Feb 12 06:56:41.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid"
65312026-02-12T06:56:42.401Z[ recovery-image] Feb 12 06:56:41.626 INFO O| Feb 12 06:56:41.626 INFO STEP 538 (remove_files) COMPLETE
65322026-02-12T06:56:42.401Z[ recovery-image] Feb 12 06:56:41.626 INFO O| Feb 12 06:56:41.626 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332026-02-12T06:56:42.410Z[ recovery-image] Feb 12 06:56:41.638 INFO O| Feb 12 06:56:41.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk"
65342026-02-12T06:56:42.414Z[ recovery-image] Feb 12 06:56:41.638 INFO O| Feb 12 06:56:41.638 INFO STEP 539 (remove_files) COMPLETE
65352026-02-12T06:56:42.414Z[ recovery-image] Feb 12 06:56:41.638 INFO O| Feb 12 06:56:41.638 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362026-02-12T06:56:42.422Z[ recovery-image] Feb 12 06:56:41.650 INFO O| Feb 12 06:56:41.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print"
65372026-02-12T06:56:42.425Z[ recovery-image] Feb 12 06:56:41.650 INFO O| Feb 12 06:56:41.650 INFO STEP 540 (remove_files) COMPLETE
65382026-02-12T06:56:42.425Z[ recovery-image] Feb 12 06:56:41.650 INFO O| Feb 12 06:56:41.650 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392026-02-12T06:56:42.434Z[ recovery-image] Feb 12 06:56:41.662 INFO O| Feb 12 06:56:41.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv"
65402026-02-12T06:56:42.437Z[ recovery-image] Feb 12 06:56:41.662 INFO O| Feb 12 06:56:41.662 INFO STEP 541 (remove_files) COMPLETE
65412026-02-12T06:56:42.437Z[ recovery-image] Feb 12 06:56:41.662 INFO O| Feb 12 06:56:41.662 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422026-02-12T06:56:42.446Z[ recovery-image] Feb 12 06:56:41.674 INFO O| Feb 12 06:56:41.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push"
65432026-02-12T06:56:42.449Z[ recovery-image] Feb 12 06:56:41.674 INFO O| Feb 12 06:56:41.674 INFO STEP 542 (remove_files) COMPLETE
65442026-02-12T06:56:42.449Z[ recovery-image] Feb 12 06:56:41.674 INFO O| Feb 12 06:56:41.674 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452026-02-12T06:56:42.459Z[ recovery-image] Feb 12 06:56:41.686 INFO O| Feb 12 06:56:41.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath"
65462026-02-12T06:56:42.462Z[ recovery-image] Feb 12 06:56:41.687 INFO O| Feb 12 06:56:41.687 INFO STEP 543 (remove_files) COMPLETE
65472026-02-12T06:56:42.462Z[ recovery-image] Feb 12 06:56:41.687 INFO O| Feb 12 06:56:41.687 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482026-02-12T06:56:42.471Z[ recovery-image] Feb 12 06:56:41.699 INFO O| Feb 12 06:56:41.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm"
65492026-02-12T06:56:42.474Z[ recovery-image] Feb 12 06:56:41.699 INFO O| Feb 12 06:56:41.699 INFO STEP 544 (remove_files) COMPLETE
65502026-02-12T06:56:42.474Z[ recovery-image] Feb 12 06:56:41.699 INFO O| Feb 12 06:56:41.699 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512026-02-12T06:56:42.483Z[ recovery-image] Feb 12 06:56:41.711 INFO O| Feb 12 06:56:41.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir"
65522026-02-12T06:56:42.483Z[ recovery-image] Feb 12 06:56:41.711 INFO O| Feb 12 06:56:41.711 INFO STEP 545 (remove_files) COMPLETE
65532026-02-12T06:56:42.486Z[ recovery-image] Feb 12 06:56:41.711 INFO O| Feb 12 06:56:41.711 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542026-02-12T06:56:42.494Z[ recovery-image] Feb 12 06:56:41.722 INFO O| Feb 12 06:56:41.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq"
65552026-02-12T06:56:42.494Z[ recovery-image] Feb 12 06:56:41.722 INFO O| Feb 12 06:56:41.722 INFO STEP 546 (remove_files) COMPLETE
65562026-02-12T06:56:42.497Z[ recovery-image] Feb 12 06:56:41.722 INFO O| Feb 12 06:56:41.722 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572026-02-12T06:56:42.508Z[ recovery-image] Feb 12 06:56:41.736 INFO O| Feb 12 06:56:41.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid"
65582026-02-12T06:56:42.508Z[ recovery-image] Feb 12 06:56:41.736 INFO O| Feb 12 06:56:41.736 INFO STEP 547 (remove_files) COMPLETE
65592026-02-12T06:56:42.511Z[ recovery-image] Feb 12 06:56:41.736 INFO O| Feb 12 06:56:41.736 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602026-02-12T06:56:42.519Z[ recovery-image] Feb 12 06:56:41.747 INFO O| Feb 12 06:56:41.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep"
65612026-02-12T06:56:42.524Z[ recovery-image] Feb 12 06:56:41.747 INFO O| Feb 12 06:56:41.747 INFO STEP 548 (remove_files) COMPLETE
65622026-02-12T06:56:42.524Z[ recovery-image] Feb 12 06:56:41.747 INFO O| Feb 12 06:56:41.747 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632026-02-12T06:56:42.533Z[ recovery-image] Feb 12 06:56:41.761 INFO O| Feb 12 06:56:41.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime"
65642026-02-12T06:56:42.533Z[ recovery-image] Feb 12 06:56:41.761 INFO O| Feb 12 06:56:41.761 INFO STEP 549 (remove_files) COMPLETE
65652026-02-12T06:56:42.536Z[ recovery-image] Feb 12 06:56:41.761 INFO O| Feb 12 06:56:41.761 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662026-02-12T06:56:42.547Z[ recovery-image] Feb 12 06:56:41.775 INFO O| Feb 12 06:56:41.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync"
65672026-02-12T06:56:42.550Z[ recovery-image] Feb 12 06:56:41.775 INFO O| Feb 12 06:56:41.775 INFO STEP 550 (remove_files) COMPLETE
65682026-02-12T06:56:42.550Z[ recovery-image] Feb 12 06:56:41.775 INFO O| Feb 12 06:56:41.775 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692026-02-12T06:56:42.557Z[ recovery-image] Feb 12 06:56:41.785 INFO O| Feb 12 06:56:41.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee"
65702026-02-12T06:56:42.557Z[ recovery-image] Feb 12 06:56:41.785 INFO O| Feb 12 06:56:41.785 INFO STEP 551 (remove_files) COMPLETE
65712026-02-12T06:56:42.561Z[ recovery-image] Feb 12 06:56:41.785 INFO O| Feb 12 06:56:41.785 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722026-02-12T06:56:42.568Z[ recovery-image] Feb 12 06:56:41.796 INFO O| Feb 12 06:56:41.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse"
65732026-02-12T06:56:42.571Z[ recovery-image] Feb 12 06:56:41.796 INFO O| Feb 12 06:56:41.796 INFO STEP 552 (remove_files) COMPLETE
65742026-02-12T06:56:42.571Z[ recovery-image] Feb 12 06:56:41.796 INFO O| Feb 12 06:56:41.796 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752026-02-12T06:56:42.581Z[ recovery-image] Feb 12 06:56:41.809 INFO O| Feb 12 06:56:41.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty"
65762026-02-12T06:56:42.585Z[ recovery-image] Feb 12 06:56:41.809 INFO O| Feb 12 06:56:41.809 INFO STEP 553 (remove_files) COMPLETE
65772026-02-12T06:56:42.585Z[ recovery-image] Feb 12 06:56:41.809 INFO O| Feb 12 06:56:41.809 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782026-02-12T06:56:42.593Z[ recovery-image] Feb 12 06:56:41.821 INFO O| Feb 12 06:56:41.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname"
65792026-02-12T06:56:42.598Z[ recovery-image] Feb 12 06:56:41.821 INFO O| Feb 12 06:56:41.821 INFO STEP 554 (remove_files) COMPLETE
65802026-02-12T06:56:42.598Z[ recovery-image] Feb 12 06:56:41.821 INFO O| Feb 12 06:56:41.821 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812026-02-12T06:56:42.607Z[ recovery-image] Feb 12 06:56:41.834 INFO O| Feb 12 06:56:41.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink"
65822026-02-12T06:56:42.607Z[ recovery-image] Feb 12 06:56:41.835 INFO O| Feb 12 06:56:41.835 INFO STEP 555 (remove_files) COMPLETE
65832026-02-12T06:56:42.610Z[ recovery-image] Feb 12 06:56:41.835 INFO O| Feb 12 06:56:41.835 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842026-02-12T06:56:42.618Z[ recovery-image] Feb 12 06:56:41.846 INFO O| Feb 12 06:56:41.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami"
65852026-02-12T06:56:42.621Z[ recovery-image] Feb 12 06:56:41.846 INFO O| Feb 12 06:56:41.846 INFO STEP 556 (remove_files) COMPLETE
65862026-02-12T06:56:42.621Z[ recovery-image] Feb 12 06:56:41.846 INFO O| Feb 12 06:56:41.846 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872026-02-12T06:56:42.631Z[ recovery-image] Feb 12 06:56:41.858 INFO O| Feb 12 06:56:41.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
65882026-02-12T06:56:42.634Z[ recovery-image] Feb 12 06:56:41.859 INFO O| Feb 12 06:56:41.859 INFO STEP 557 (remove_files) COMPLETE
65892026-02-12T06:56:42.634Z[ recovery-image] Feb 12 06:56:41.859 INFO O| Feb 12 06:56:41.859 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902026-02-12T06:56:42.644Z[ recovery-image] Feb 12 06:56:41.871 INFO O| Feb 12 06:56:41.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
65912026-02-12T06:56:42.647Z[ recovery-image] Feb 12 06:56:41.871 INFO O| Feb 12 06:56:41.871 INFO STEP 558 (remove_files) COMPLETE
65922026-02-12T06:56:42.647Z[ recovery-image] Feb 12 06:56:41.871 INFO O| Feb 12 06:56:41.871 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932026-02-12T06:56:42.655Z[ recovery-image] Feb 12 06:56:41.883 INFO O| Feb 12 06:56:41.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
65942026-02-12T06:56:42.658Z[ recovery-image] Feb 12 06:56:41.883 INFO O| Feb 12 06:56:41.883 INFO STEP 559 (remove_files) COMPLETE
65952026-02-12T06:56:42.658Z[ recovery-image] Feb 12 06:56:41.883 INFO O| Feb 12 06:56:41.883 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962026-02-12T06:56:42.669Z[ recovery-image] Feb 12 06:56:41.897 INFO O| Feb 12 06:56:41.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
65972026-02-12T06:56:42.669Z[ recovery-image] Feb 12 06:56:41.897 INFO O| Feb 12 06:56:41.897 INFO STEP 560 (remove_files) COMPLETE
65982026-02-12T06:56:42.673Z[ recovery-image] Feb 12 06:56:41.897 INFO O| Feb 12 06:56:41.897 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992026-02-12T06:56:42.686Z[ recovery-image] Feb 12 06:56:41.914 INFO O| Feb 12 06:56:41.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
66002026-02-12T06:56:42.689Z[ recovery-image] Feb 12 06:56:41.914 INFO O| Feb 12 06:56:41.914 INFO STEP 561 (remove_files) COMPLETE
66012026-02-12T06:56:42.689Z[ recovery-image] Feb 12 06:56:41.914 INFO O| Feb 12 06:56:41.914 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022026-02-12T06:56:42.701Z[ recovery-image] Feb 12 06:56:41.929 INFO O| Feb 12 06:56:41.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
66032026-02-12T06:56:42.704Z[ recovery-image] Feb 12 06:56:41.929 INFO O| Feb 12 06:56:41.929 INFO STEP 562 (remove_files) COMPLETE
66042026-02-12T06:56:42.704Z[ recovery-image] Feb 12 06:56:41.929 INFO O| Feb 12 06:56:41.929 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052026-02-12T06:56:42.716Z[ recovery-image] Feb 12 06:56:41.944 INFO O| Feb 12 06:56:41.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
66062026-02-12T06:56:42.721Z[ recovery-image] Feb 12 06:56:41.944 INFO O| Feb 12 06:56:41.944 INFO STEP 563 (remove_files) COMPLETE
66072026-02-12T06:56:42.721Z[ recovery-image] Feb 12 06:56:41.944 INFO O| Feb 12 06:56:41.944 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082026-02-12T06:56:42.731Z[ recovery-image] Feb 12 06:56:41.959 INFO O| Feb 12 06:56:41.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
66092026-02-12T06:56:42.734Z[ recovery-image] Feb 12 06:56:41.959 INFO O| Feb 12 06:56:41.959 INFO STEP 564 (remove_files) COMPLETE
66102026-02-12T06:56:42.734Z[ recovery-image] Feb 12 06:56:41.959 INFO O| Feb 12 06:56:41.959 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112026-02-12T06:56:42.747Z[ recovery-image] Feb 12 06:56:41.973 INFO O| Feb 12 06:56:41.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
66122026-02-12T06:56:42.750Z[ recovery-image] Feb 12 06:56:41.973 INFO O| Feb 12 06:56:41.973 INFO STEP 565 (remove_files) COMPLETE
66132026-02-12T06:56:42.750Z[ recovery-image] Feb 12 06:56:41.973 INFO O| Feb 12 06:56:41.973 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142026-02-12T06:56:42.762Z[ recovery-image] Feb 12 06:56:41.989 INFO O| Feb 12 06:56:41.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
66152026-02-12T06:56:42.767Z[ recovery-image] Feb 12 06:56:41.989 INFO O| Feb 12 06:56:41.989 INFO STEP 566 (remove_files) COMPLETE
66162026-02-12T06:56:42.767Z[ recovery-image] Feb 12 06:56:41.989 INFO O| Feb 12 06:56:41.989 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172026-02-12T06:56:42.776Z[ recovery-image] Feb 12 06:56:42.003 INFO O| Feb 12 06:56:42.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
66182026-02-12T06:56:42.776Z[ recovery-image] Feb 12 06:56:42.003 INFO O| Feb 12 06:56:42.003 INFO STEP 567 (remove_files) COMPLETE
66192026-02-12T06:56:42.776Z[ recovery-image] Feb 12 06:56:42.003 INFO O| Feb 12 06:56:42.003 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202026-02-12T06:56:42.789Z[ recovery-image] Feb 12 06:56:42.016 INFO O| Feb 12 06:56:42.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
66212026-02-12T06:56:42.789Z[ recovery-image] Feb 12 06:56:42.017 INFO O| Feb 12 06:56:42.016 INFO STEP 568 (remove_files) COMPLETE
66222026-02-12T06:56:42.794Z[ recovery-image] Feb 12 06:56:42.017 INFO O| Feb 12 06:56:42.016 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232026-02-12T06:56:42.803Z[ recovery-image] Feb 12 06:56:42.031 INFO O| Feb 12 06:56:42.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
66242026-02-12T06:56:42.804Z[ recovery-image] Feb 12 06:56:42.031 INFO O| Feb 12 06:56:42.031 INFO STEP 569 (remove_files) COMPLETE
66252026-02-12T06:56:42.809Z[ recovery-image] Feb 12 06:56:42.031 INFO O| Feb 12 06:56:42.031 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262026-02-12T06:56:42.814Z[ recovery-image] Feb 12 06:56:42.042 INFO O| Feb 12 06:56:42.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
66272026-02-12T06:56:42.817Z[ recovery-image] Feb 12 06:56:42.042 INFO O| Feb 12 06:56:42.042 INFO STEP 570 (remove_files) COMPLETE
66282026-02-12T06:56:42.818Z[ recovery-image] Feb 12 06:56:42.042 INFO O| Feb 12 06:56:42.042 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292026-02-12T06:56:42.828Z[ recovery-image] Feb 12 06:56:42.056 INFO O| Feb 12 06:56:42.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
66302026-02-12T06:56:42.828Z[ recovery-image] Feb 12 06:56:42.056 INFO O| Feb 12 06:56:42.056 INFO STEP 571 (remove_files) COMPLETE
66312026-02-12T06:56:42.831Z[ recovery-image] Feb 12 06:56:42.056 INFO O| Feb 12 06:56:42.056 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322026-02-12T06:56:42.842Z[ recovery-image] Feb 12 06:56:42.070 INFO O| Feb 12 06:56:42.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
66332026-02-12T06:56:42.845Z[ recovery-image] Feb 12 06:56:42.070 INFO O| Feb 12 06:56:42.070 INFO STEP 572 (remove_files) COMPLETE
66342026-02-12T06:56:42.845Z[ recovery-image] Feb 12 06:56:42.070 INFO O| Feb 12 06:56:42.070 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352026-02-12T06:56:42.853Z[ recovery-image] Feb 12 06:56:42.081 INFO O| Feb 12 06:56:42.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
66362026-02-12T06:56:42.856Z[ recovery-image] Feb 12 06:56:42.081 INFO O| Feb 12 06:56:42.081 INFO STEP 573 (remove_files) COMPLETE
66372026-02-12T06:56:42.856Z[ recovery-image] Feb 12 06:56:42.081 INFO O| Feb 12 06:56:42.081 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382026-02-12T06:56:42.864Z[ recovery-image] Feb 12 06:56:42.092 INFO O| Feb 12 06:56:42.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
66392026-02-12T06:56:42.867Z[ recovery-image] Feb 12 06:56:42.093 INFO O| Feb 12 06:56:42.093 INFO STEP 574 (remove_files) COMPLETE
66402026-02-12T06:56:42.867Z[ recovery-image] Feb 12 06:56:42.093 INFO O| Feb 12 06:56:42.093 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412026-02-12T06:56:42.880Z[ recovery-image] Feb 12 06:56:42.108 INFO O| Feb 12 06:56:42.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
66422026-02-12T06:56:42.883Z[ recovery-image] Feb 12 06:56:42.108 INFO O| Feb 12 06:56:42.108 INFO STEP 575 (remove_files) COMPLETE
66432026-02-12T06:56:42.883Z[ recovery-image] Feb 12 06:56:42.108 INFO O| Feb 12 06:56:42.108 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442026-02-12T06:56:42.894Z[ recovery-image] Feb 12 06:56:42.122 INFO O| Feb 12 06:56:42.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1"
66452026-02-12T06:56:42.894Z[ recovery-image] Feb 12 06:56:42.123 INFO O| Feb 12 06:56:42.122 INFO STEP 576 (remove_files) COMPLETE
66462026-02-12T06:56:42.898Z[ recovery-image] Feb 12 06:56:42.123 INFO O| Feb 12 06:56:42.122 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472026-02-12T06:56:42.908Z[ recovery-image] Feb 12 06:56:42.136 INFO O| Feb 12 06:56:42.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
66482026-02-12T06:56:42.911Z[ recovery-image] Feb 12 06:56:42.136 INFO O| Feb 12 06:56:42.136 INFO STEP 577 (remove_files) COMPLETE
66492026-02-12T06:56:42.911Z[ recovery-image] Feb 12 06:56:42.136 INFO O| Feb 12 06:56:42.136 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502026-02-12T06:56:42.919Z[ recovery-image] Feb 12 06:56:42.147 INFO O| Feb 12 06:56:42.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
66512026-02-12T06:56:42.922Z[ recovery-image] Feb 12 06:56:42.147 INFO O| Feb 12 06:56:42.147 INFO STEP 578 (remove_files) COMPLETE
66522026-02-12T06:56:42.922Z[ recovery-image] Feb 12 06:56:42.147 INFO O| Feb 12 06:56:42.147 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532026-02-12T06:56:42.932Z[ recovery-image] Feb 12 06:56:42.160 INFO O| Feb 12 06:56:42.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
66542026-02-12T06:56:42.935Z[ recovery-image] Feb 12 06:56:42.160 INFO O| Feb 12 06:56:42.160 INFO STEP 579 (remove_files) COMPLETE
66552026-02-12T06:56:42.935Z[ recovery-image] Feb 12 06:56:42.160 INFO O| Feb 12 06:56:42.160 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562026-02-12T06:56:42.946Z[ recovery-image] Feb 12 06:56:42.174 INFO O| Feb 12 06:56:42.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
66572026-02-12T06:56:42.946Z[ recovery-image] Feb 12 06:56:42.174 INFO O| Feb 12 06:56:42.174 INFO STEP 580 (remove_files) COMPLETE
66582026-02-12T06:56:42.949Z[ recovery-image] Feb 12 06:56:42.174 INFO O| Feb 12 06:56:42.174 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592026-02-12T06:56:42.960Z[ recovery-image] Feb 12 06:56:42.187 INFO O| Feb 12 06:56:42.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
66602026-02-12T06:56:42.960Z[ recovery-image] Feb 12 06:56:42.187 INFO O| Feb 12 06:56:42.187 INFO STEP 581 (remove_files) COMPLETE
66612026-02-12T06:56:42.963Z[ recovery-image] Feb 12 06:56:42.187 INFO O| Feb 12 06:56:42.187 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622026-02-12T06:56:42.974Z[ recovery-image] Feb 12 06:56:42.201 INFO O| Feb 12 06:56:42.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
66632026-02-12T06:56:42.974Z[ recovery-image] Feb 12 06:56:42.202 INFO O| Feb 12 06:56:42.202 INFO STEP 582 (remove_files) COMPLETE
66642026-02-12T06:56:42.977Z[ recovery-image] Feb 12 06:56:42.202 INFO O| Feb 12 06:56:42.202 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652026-02-12T06:56:42.983Z[ recovery-image] Feb 12 06:56:42.211 INFO O| Feb 12 06:56:42.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
66662026-02-12T06:56:42.983Z[ recovery-image] Feb 12 06:56:42.211 INFO O| Feb 12 06:56:42.211 INFO STEP 583 (remove_files) COMPLETE
66672026-02-12T06:56:42.987Z[ recovery-image] Feb 12 06:56:42.211 INFO O| Feb 12 06:56:42.211 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682026-02-12T06:56:42.992Z[ recovery-image] Feb 12 06:56:42.221 INFO O| Feb 12 06:56:42.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
66692026-02-12T06:56:42.995Z[ recovery-image] Feb 12 06:56:42.221 INFO O| Feb 12 06:56:42.221 INFO STEP 584 (remove_files) COMPLETE
66702026-02-12T06:56:42.996Z[ recovery-image] Feb 12 06:56:42.221 INFO O| Feb 12 06:56:42.221 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712026-02-12T06:56:43.003Z[ recovery-image] Feb 12 06:56:42.231 INFO O| Feb 12 06:56:42.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
66722026-02-12T06:56:43.007Z[ recovery-image] Feb 12 06:56:42.231 INFO O| Feb 12 06:56:42.231 INFO STEP 585 (remove_files) COMPLETE
66732026-02-12T06:56:43.007Z[ recovery-image] Feb 12 06:56:42.231 INFO O| Feb 12 06:56:42.231 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742026-02-12T06:56:43.015Z[ recovery-image] Feb 12 06:56:42.243 INFO O| Feb 12 06:56:42.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
66752026-02-12T06:56:43.018Z[ recovery-image] Feb 12 06:56:42.243 INFO O| Feb 12 06:56:42.243 INFO STEP 586 (remove_files) COMPLETE
66762026-02-12T06:56:43.018Z[ recovery-image] Feb 12 06:56:42.243 INFO O| Feb 12 06:56:42.243 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772026-02-12T06:56:43.027Z[ recovery-image] Feb 12 06:56:42.255 INFO O| Feb 12 06:56:42.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
66782026-02-12T06:56:43.027Z[ recovery-image] Feb 12 06:56:42.255 INFO O| Feb 12 06:56:42.255 INFO STEP 587 (remove_files) COMPLETE
66792026-02-12T06:56:43.030Z[ recovery-image] Feb 12 06:56:42.255 INFO O| Feb 12 06:56:42.255 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802026-02-12T06:56:43.038Z[ recovery-image] Feb 12 06:56:42.266 INFO O| Feb 12 06:56:42.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
66812026-02-12T06:56:43.041Z[ recovery-image] Feb 12 06:56:42.266 INFO O| Feb 12 06:56:42.266 INFO STEP 588 (remove_files) COMPLETE
66822026-02-12T06:56:43.041Z[ recovery-image] Feb 12 06:56:42.266 INFO O| Feb 12 06:56:42.266 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832026-02-12T06:56:43.049Z[ recovery-image] Feb 12 06:56:42.277 INFO O| Feb 12 06:56:42.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
66842026-02-12T06:56:43.049Z[ recovery-image] Feb 12 06:56:42.277 INFO O| Feb 12 06:56:42.277 INFO STEP 589 (remove_files) COMPLETE
66852026-02-12T06:56:43.052Z[ recovery-image] Feb 12 06:56:42.277 INFO O| Feb 12 06:56:42.277 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862026-02-12T06:56:43.061Z[ recovery-image] Feb 12 06:56:42.289 INFO O| Feb 12 06:56:42.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
66872026-02-12T06:56:43.061Z[ recovery-image] Feb 12 06:56:42.289 INFO O| Feb 12 06:56:42.289 INFO STEP 590 (remove_files) COMPLETE
66882026-02-12T06:56:43.064Z[ recovery-image] Feb 12 06:56:42.289 INFO O| Feb 12 06:56:42.289 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892026-02-12T06:56:43.074Z[ recovery-image] Feb 12 06:56:42.302 INFO O| Feb 12 06:56:42.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
66902026-02-12T06:56:43.074Z[ recovery-image] Feb 12 06:56:42.302 INFO O| Feb 12 06:56:42.302 INFO STEP 591 (remove_files) COMPLETE
66912026-02-12T06:56:43.077Z[ recovery-image] Feb 12 06:56:42.302 INFO O| Feb 12 06:56:42.302 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922026-02-12T06:56:43.087Z[ recovery-image] Feb 12 06:56:42.315 INFO O| Feb 12 06:56:42.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
66932026-02-12T06:56:43.090Z[ recovery-image] Feb 12 06:56:42.315 INFO O| Feb 12 06:56:42.315 INFO STEP 592 (remove_files) COMPLETE
66942026-02-12T06:56:43.090Z[ recovery-image] Feb 12 06:56:42.315 INFO O| Feb 12 06:56:42.315 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952026-02-12T06:56:43.098Z[ recovery-image] Feb 12 06:56:42.326 INFO O| Feb 12 06:56:42.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
66962026-02-12T06:56:43.101Z[ recovery-image] Feb 12 06:56:42.326 INFO O| Feb 12 06:56:42.326 INFO STEP 593 (remove_files) COMPLETE
66972026-02-12T06:56:43.101Z[ recovery-image] Feb 12 06:56:42.326 INFO O| Feb 12 06:56:42.326 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982026-02-12T06:56:43.110Z[ recovery-image] Feb 12 06:56:42.338 INFO O| Feb 12 06:56:42.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
66992026-02-12T06:56:43.111Z[ recovery-image] Feb 12 06:56:42.339 INFO O| Feb 12 06:56:42.339 INFO STEP 594 (remove_files) COMPLETE
67002026-02-12T06:56:43.113Z[ recovery-image] Feb 12 06:56:42.339 INFO O| Feb 12 06:56:42.339 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012026-02-12T06:56:43.123Z[ recovery-image] Feb 12 06:56:42.351 INFO O| Feb 12 06:56:42.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
67022026-02-12T06:56:43.126Z[ recovery-image] Feb 12 06:56:42.351 INFO O| Feb 12 06:56:42.351 INFO STEP 595 (remove_files) COMPLETE
67032026-02-12T06:56:43.126Z[ recovery-image] Feb 12 06:56:42.351 INFO O| Feb 12 06:56:42.351 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042026-02-12T06:56:43.135Z[ recovery-image] Feb 12 06:56:42.363 INFO O| Feb 12 06:56:42.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
67052026-02-12T06:56:43.135Z[ recovery-image] Feb 12 06:56:42.363 INFO O| Feb 12 06:56:42.363 INFO STEP 596 (remove_files) COMPLETE
67062026-02-12T06:56:43.135Z[ recovery-image] Feb 12 06:56:42.363 INFO O| Feb 12 06:56:42.363 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072026-02-12T06:56:43.143Z[ recovery-image] Feb 12 06:56:42.371 INFO O| Feb 12 06:56:42.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
67082026-02-12T06:56:43.146Z[ recovery-image] Feb 12 06:56:42.371 INFO O| Feb 12 06:56:42.371 INFO STEP 597 (remove_files) COMPLETE
67092026-02-12T06:56:43.146Z[ recovery-image] Feb 12 06:56:42.371 INFO O| Feb 12 06:56:42.371 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102026-02-12T06:56:43.154Z[ recovery-image] Feb 12 06:56:42.382 INFO O| Feb 12 06:56:42.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
67112026-02-12T06:56:43.156Z[ recovery-image] Feb 12 06:56:42.382 INFO O| Feb 12 06:56:42.382 INFO STEP 598 (remove_files) COMPLETE
67122026-02-12T06:56:43.156Z[ recovery-image] Feb 12 06:56:42.383 INFO O| Feb 12 06:56:42.382 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132026-02-12T06:56:43.167Z[ recovery-image] Feb 12 06:56:42.395 INFO O| Feb 12 06:56:42.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
67142026-02-12T06:56:43.167Z[ recovery-image] Feb 12 06:56:42.395 INFO O| Feb 12 06:56:42.395 INFO STEP 599 (remove_files) COMPLETE
67152026-02-12T06:56:43.170Z[ recovery-image] Feb 12 06:56:42.395 INFO O| Feb 12 06:56:42.395 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162026-02-12T06:56:43.179Z[ recovery-image] Feb 12 06:56:42.407 INFO O| Feb 12 06:56:42.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
67172026-02-12T06:56:43.182Z[ recovery-image] Feb 12 06:56:42.407 INFO O| Feb 12 06:56:42.407 INFO STEP 600 (remove_files) COMPLETE
67182026-02-12T06:56:43.182Z[ recovery-image] Feb 12 06:56:42.407 INFO O| Feb 12 06:56:42.407 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192026-02-12T06:56:43.192Z[ recovery-image] Feb 12 06:56:42.420 INFO O| Feb 12 06:56:42.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
67202026-02-12T06:56:43.195Z[ recovery-image] Feb 12 06:56:42.420 INFO O| Feb 12 06:56:42.420 INFO STEP 601 (remove_files) COMPLETE
67212026-02-12T06:56:43.195Z[ recovery-image] Feb 12 06:56:42.420 INFO O| Feb 12 06:56:42.420 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222026-02-12T06:56:43.204Z[ recovery-image] Feb 12 06:56:42.432 INFO O| Feb 12 06:56:42.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
67232026-02-12T06:56:43.204Z[ recovery-image] Feb 12 06:56:42.432 INFO O| Feb 12 06:56:42.432 INFO STEP 602 (remove_files) COMPLETE
67242026-02-12T06:56:43.207Z[ recovery-image] Feb 12 06:56:42.432 INFO O| Feb 12 06:56:42.432 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252026-02-12T06:56:43.217Z[ recovery-image] Feb 12 06:56:42.444 INFO O| Feb 12 06:56:42.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
67262026-02-12T06:56:43.217Z[ recovery-image] Feb 12 06:56:42.444 INFO O| Feb 12 06:56:42.444 INFO STEP 603 (remove_files) COMPLETE
67272026-02-12T06:56:43.221Z[ recovery-image] Feb 12 06:56:42.444 INFO O| Feb 12 06:56:42.444 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282026-02-12T06:56:43.229Z[ recovery-image] Feb 12 06:56:42.456 INFO O| Feb 12 06:56:42.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
67292026-02-12T06:56:43.229Z[ recovery-image] Feb 12 06:56:42.457 INFO O| Feb 12 06:56:42.457 INFO STEP 604 (remove_files) COMPLETE
67302026-02-12T06:56:43.233Z[ recovery-image] Feb 12 06:56:42.457 INFO O| Feb 12 06:56:42.457 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312026-02-12T06:56:43.242Z[ recovery-image] Feb 12 06:56:42.469 INFO O| Feb 12 06:56:42.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
67322026-02-12T06:56:43.242Z[ recovery-image] Feb 12 06:56:42.469 INFO O| Feb 12 06:56:42.469 INFO STEP 605 (remove_files) COMPLETE
67332026-02-12T06:56:43.242Z[ recovery-image] Feb 12 06:56:42.469 INFO O| Feb 12 06:56:42.469 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342026-02-12T06:56:43.250Z[ recovery-image] Feb 12 06:56:42.477 INFO O| Feb 12 06:56:42.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
67352026-02-12T06:56:43.254Z[ recovery-image] Feb 12 06:56:42.477 INFO O| Feb 12 06:56:42.477 INFO STEP 606 (remove_files) COMPLETE
67362026-02-12T06:56:43.254Z[ recovery-image] Feb 12 06:56:42.478 INFO O| Feb 12 06:56:42.477 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372026-02-12T06:56:43.262Z[ recovery-image] Feb 12 06:56:42.490 INFO O| Feb 12 06:56:42.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1"
67382026-02-12T06:56:43.266Z[ recovery-image] Feb 12 06:56:42.490 INFO O| Feb 12 06:56:42.490 INFO STEP 607 (remove_files) COMPLETE
67392026-02-12T06:56:43.266Z[ recovery-image] Feb 12 06:56:42.490 INFO O| Feb 12 06:56:42.490 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402026-02-12T06:56:43.274Z[ recovery-image] Feb 12 06:56:42.502 INFO O| Feb 12 06:56:42.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
67412026-02-12T06:56:43.278Z[ recovery-image] Feb 12 06:56:42.502 INFO O| Feb 12 06:56:42.502 INFO STEP 608 (remove_files) COMPLETE
67422026-02-12T06:56:43.278Z[ recovery-image] Feb 12 06:56:42.502 INFO O| Feb 12 06:56:42.502 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432026-02-12T06:56:43.306Z[ recovery-image] Feb 12 06:56:42.514 INFO O| Feb 12 06:56:42.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
67442026-02-12T06:56:43.306Z[ recovery-image] Feb 12 06:56:42.514 INFO O| Feb 12 06:56:42.514 INFO STEP 609 (remove_files) COMPLETE
67452026-02-12T06:56:43.306Z[ recovery-image] Feb 12 06:56:42.514 INFO O| Feb 12 06:56:42.514 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462026-02-12T06:56:43.306Z[ recovery-image] Feb 12 06:56:42.528 INFO O| Feb 12 06:56:42.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
67472026-02-12T06:56:43.306Z[ recovery-image] Feb 12 06:56:42.528 INFO O| Feb 12 06:56:42.528 INFO STEP 610 (remove_files) COMPLETE
67482026-02-12T06:56:43.306Z[ recovery-image] Feb 12 06:56:42.528 INFO O| Feb 12 06:56:42.528 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492026-02-12T06:56:43.313Z[ recovery-image] Feb 12 06:56:42.541 INFO O| Feb 12 06:56:42.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
67502026-02-12T06:56:43.316Z[ recovery-image] Feb 12 06:56:42.541 INFO O| Feb 12 06:56:42.541 INFO STEP 611 (remove_files) COMPLETE
67512026-02-12T06:56:43.316Z[ recovery-image] Feb 12 06:56:42.541 INFO O| Feb 12 06:56:42.541 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522026-02-12T06:56:43.325Z[ recovery-image] Feb 12 06:56:42.553 INFO O| Feb 12 06:56:42.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
67532026-02-12T06:56:43.328Z[ recovery-image] Feb 12 06:56:42.553 INFO O| Feb 12 06:56:42.553 INFO STEP 612 (remove_files) COMPLETE
67542026-02-12T06:56:43.328Z[ recovery-image] Feb 12 06:56:42.553 INFO O| Feb 12 06:56:42.553 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552026-02-12T06:56:43.339Z[ recovery-image] Feb 12 06:56:42.566 INFO O| Feb 12 06:56:42.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
67562026-02-12T06:56:43.339Z[ recovery-image] Feb 12 06:56:42.567 INFO O| Feb 12 06:56:42.567 INFO STEP 613 (remove_files) COMPLETE
67572026-02-12T06:56:43.339Z[ recovery-image] Feb 12 06:56:42.567 INFO O| Feb 12 06:56:42.567 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582026-02-12T06:56:43.351Z[ recovery-image] Feb 12 06:56:42.579 INFO O| Feb 12 06:56:42.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
67592026-02-12T06:56:43.354Z[ recovery-image] Feb 12 06:56:42.579 INFO O| Feb 12 06:56:42.579 INFO STEP 614 (remove_files) COMPLETE
67602026-02-12T06:56:43.355Z[ recovery-image] Feb 12 06:56:42.579 INFO O| Feb 12 06:56:42.579 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612026-02-12T06:56:43.363Z[ recovery-image] Feb 12 06:56:42.591 INFO O| Feb 12 06:56:42.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
67622026-02-12T06:56:43.363Z[ recovery-image] Feb 12 06:56:42.591 INFO O| Feb 12 06:56:42.591 INFO STEP 615 (remove_files) COMPLETE
67632026-02-12T06:56:43.363Z[ recovery-image] Feb 12 06:56:42.591 INFO O| Feb 12 06:56:42.591 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642026-02-12T06:56:43.376Z[ recovery-image] Feb 12 06:56:42.604 INFO O| Feb 12 06:56:42.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
67652026-02-12T06:56:43.376Z[ recovery-image] Feb 12 06:56:42.604 INFO O| Feb 12 06:56:42.604 INFO STEP 616 (remove_files) COMPLETE
67662026-02-12T06:56:43.380Z[ recovery-image] Feb 12 06:56:42.605 INFO O| Feb 12 06:56:42.604 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672026-02-12T06:56:43.389Z[ recovery-image] Feb 12 06:56:42.617 INFO O| Feb 12 06:56:42.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
67682026-02-12T06:56:43.392Z[ recovery-image] Feb 12 06:56:42.617 INFO O| Feb 12 06:56:42.617 INFO STEP 617 (remove_files) COMPLETE
67692026-02-12T06:56:43.392Z[ recovery-image] Feb 12 06:56:42.617 INFO O| Feb 12 06:56:42.617 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702026-02-12T06:56:43.402Z[ recovery-image] Feb 12 06:56:42.630 INFO O| Feb 12 06:56:42.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
67712026-02-12T06:56:43.402Z[ recovery-image] Feb 12 06:56:42.630 INFO O| Feb 12 06:56:42.630 INFO STEP 618 (remove_files) COMPLETE
67722026-02-12T06:56:43.402Z[ recovery-image] Feb 12 06:56:42.630 INFO O| Feb 12 06:56:42.630 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732026-02-12T06:56:43.414Z[ recovery-image] Feb 12 06:56:42.642 INFO O| Feb 12 06:56:42.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
67742026-02-12T06:56:43.417Z[ recovery-image] Feb 12 06:56:42.642 INFO O| Feb 12 06:56:42.642 INFO STEP 619 (remove_files) COMPLETE
67752026-02-12T06:56:43.417Z[ recovery-image] Feb 12 06:56:42.642 INFO O| Feb 12 06:56:42.642 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762026-02-12T06:56:43.425Z[ recovery-image] Feb 12 06:56:42.653 INFO O| Feb 12 06:56:42.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
67772026-02-12T06:56:43.429Z[ recovery-image] Feb 12 06:56:42.653 INFO O| Feb 12 06:56:42.653 INFO STEP 620 (remove_files) COMPLETE
67782026-02-12T06:56:43.429Z[ recovery-image] Feb 12 06:56:42.654 INFO O| Feb 12 06:56:42.653 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792026-02-12T06:56:43.436Z[ recovery-image] Feb 12 06:56:42.664 INFO O| Feb 12 06:56:42.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
67802026-02-12T06:56:43.439Z[ recovery-image] Feb 12 06:56:42.664 INFO O| Feb 12 06:56:42.664 INFO STEP 621 (remove_files) COMPLETE
67812026-02-12T06:56:43.439Z[ recovery-image] Feb 12 06:56:42.664 INFO O| Feb 12 06:56:42.664 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822026-02-12T06:56:43.448Z[ recovery-image] Feb 12 06:56:42.676 INFO O| Feb 12 06:56:42.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
67832026-02-12T06:56:43.448Z[ recovery-image] Feb 12 06:56:42.676 INFO O| Feb 12 06:56:42.676 INFO STEP 622 (remove_files) COMPLETE
67842026-02-12T06:56:43.452Z[ recovery-image] Feb 12 06:56:42.676 INFO O| Feb 12 06:56:42.676 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852026-02-12T06:56:43.460Z[ recovery-image] Feb 12 06:56:42.688 INFO O| Feb 12 06:56:42.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
67862026-02-12T06:56:43.464Z[ recovery-image] Feb 12 06:56:42.688 INFO O| Feb 12 06:56:42.688 INFO STEP 623 (remove_files) COMPLETE
67872026-02-12T06:56:43.464Z[ recovery-image] Feb 12 06:56:42.688 INFO O| Feb 12 06:56:42.688 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882026-02-12T06:56:43.472Z[ recovery-image] Feb 12 06:56:42.700 INFO O| Feb 12 06:56:42.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
67892026-02-12T06:56:43.475Z[ recovery-image] Feb 12 06:56:42.701 INFO O| Feb 12 06:56:42.701 INFO STEP 624 (remove_files) COMPLETE
67902026-02-12T06:56:43.476Z[ recovery-image] Feb 12 06:56:42.701 INFO O| Feb 12 06:56:42.701 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912026-02-12T06:56:43.487Z[ recovery-image] Feb 12 06:56:42.715 INFO O| Feb 12 06:56:42.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
67922026-02-12T06:56:43.487Z[ recovery-image] Feb 12 06:56:42.715 INFO O| Feb 12 06:56:42.715 INFO STEP 625 (remove_files) COMPLETE
67932026-02-12T06:56:43.490Z[ recovery-image] Feb 12 06:56:42.715 INFO O| Feb 12 06:56:42.715 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942026-02-12T06:56:43.499Z[ recovery-image] Feb 12 06:56:42.726 INFO O| Feb 12 06:56:42.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
67952026-02-12T06:56:43.499Z[ recovery-image] Feb 12 06:56:42.726 INFO O| Feb 12 06:56:42.726 INFO STEP 626 (remove_files) COMPLETE
67962026-02-12T06:56:43.503Z[ recovery-image] Feb 12 06:56:42.726 INFO O| Feb 12 06:56:42.726 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972026-02-12T06:56:43.510Z[ recovery-image] Feb 12 06:56:42.738 INFO O| Feb 12 06:56:42.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
67982026-02-12T06:56:43.513Z[ recovery-image] Feb 12 06:56:42.739 INFO O| Feb 12 06:56:42.739 INFO STEP 627 (remove_files) COMPLETE
67992026-02-12T06:56:43.513Z[ recovery-image] Feb 12 06:56:42.739 INFO O| Feb 12 06:56:42.739 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002026-02-12T06:56:43.524Z[ recovery-image] Feb 12 06:56:42.751 INFO O| Feb 12 06:56:42.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
68012026-02-12T06:56:43.527Z[ recovery-image] Feb 12 06:56:42.752 INFO O| Feb 12 06:56:42.751 INFO STEP 628 (remove_files) COMPLETE
68022026-02-12T06:56:43.527Z[ recovery-image] Feb 12 06:56:42.752 INFO O| Feb 12 06:56:42.751 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032026-02-12T06:56:43.536Z[ recovery-image] Feb 12 06:56:42.764 INFO O| Feb 12 06:56:42.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
68042026-02-12T06:56:43.539Z[ recovery-image] Feb 12 06:56:42.764 INFO O| Feb 12 06:56:42.764 INFO STEP 629 (remove_files) COMPLETE
68052026-02-12T06:56:43.539Z[ recovery-image] Feb 12 06:56:42.764 INFO O| Feb 12 06:56:42.764 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062026-02-12T06:56:43.550Z[ recovery-image] Feb 12 06:56:42.777 INFO O| Feb 12 06:56:42.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
68072026-02-12T06:56:43.550Z[ recovery-image] Feb 12 06:56:42.777 INFO O| Feb 12 06:56:42.777 INFO STEP 630 (remove_files) COMPLETE
68082026-02-12T06:56:43.553Z[ recovery-image] Feb 12 06:56:42.778 INFO O| Feb 12 06:56:42.777 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092026-02-12T06:56:43.562Z[ recovery-image] Feb 12 06:56:42.790 INFO O| Feb 12 06:56:42.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
68102026-02-12T06:56:43.566Z[ recovery-image] Feb 12 06:56:42.790 INFO O| Feb 12 06:56:42.790 INFO STEP 631 (remove_files) COMPLETE
68112026-02-12T06:56:43.566Z[ recovery-image] Feb 12 06:56:42.790 INFO O| Feb 12 06:56:42.790 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122026-02-12T06:56:43.574Z[ recovery-image] Feb 12 06:56:42.802 INFO O| Feb 12 06:56:42.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
68132026-02-12T06:56:43.577Z[ recovery-image] Feb 12 06:56:42.802 INFO O| Feb 12 06:56:42.802 INFO STEP 632 (remove_files) COMPLETE
68142026-02-12T06:56:43.577Z[ recovery-image] Feb 12 06:56:42.802 INFO O| Feb 12 06:56:42.802 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152026-02-12T06:56:43.588Z[ recovery-image] Feb 12 06:56:42.816 INFO O| Feb 12 06:56:42.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
68162026-02-12T06:56:43.591Z[ recovery-image] Feb 12 06:56:42.816 INFO O| Feb 12 06:56:42.816 INFO STEP 633 (remove_files) COMPLETE
68172026-02-12T06:56:43.591Z[ recovery-image] Feb 12 06:56:42.816 INFO O| Feb 12 06:56:42.816 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182026-02-12T06:56:43.601Z[ recovery-image] Feb 12 06:56:42.829 INFO O| Feb 12 06:56:42.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
68192026-02-12T06:56:43.604Z[ recovery-image] Feb 12 06:56:42.829 INFO O| Feb 12 06:56:42.829 INFO STEP 634 (remove_files) COMPLETE
68202026-02-12T06:56:43.604Z[ recovery-image] Feb 12 06:56:42.829 INFO O| Feb 12 06:56:42.829 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212026-02-12T06:56:43.614Z[ recovery-image] Feb 12 06:56:42.842 INFO O| Feb 12 06:56:42.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
68222026-02-12T06:56:43.618Z[ recovery-image] Feb 12 06:56:42.842 INFO O| Feb 12 06:56:42.842 INFO STEP 635 (remove_files) COMPLETE
68232026-02-12T06:56:43.618Z[ recovery-image] Feb 12 06:56:42.842 INFO O| Feb 12 06:56:42.842 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242026-02-12T06:56:43.626Z[ recovery-image] Feb 12 06:56:42.854 INFO O| Feb 12 06:56:42.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
68252026-02-12T06:56:43.628Z[ recovery-image] Feb 12 06:56:42.854 INFO O| Feb 12 06:56:42.854 INFO STEP 636 (remove_files) COMPLETE
68262026-02-12T06:56:43.628Z[ recovery-image] Feb 12 06:56:42.854 INFO O| Feb 12 06:56:42.854 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272026-02-12T06:56:43.639Z[ recovery-image] Feb 12 06:56:42.865 INFO O| Feb 12 06:56:42.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
68282026-02-12T06:56:43.642Z[ recovery-image] Feb 12 06:56:42.866 INFO O| Feb 12 06:56:42.865 INFO STEP 637 (remove_files) COMPLETE
68292026-02-12T06:56:43.642Z[ recovery-image] Feb 12 06:56:42.866 INFO O| Feb 12 06:56:42.865 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302026-02-12T06:56:43.649Z[ recovery-image] Feb 12 06:56:42.877 INFO O| Feb 12 06:56:42.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
68312026-02-12T06:56:43.652Z[ recovery-image] Feb 12 06:56:42.877 INFO O| Feb 12 06:56:42.877 INFO STEP 638 (remove_files) COMPLETE
68322026-02-12T06:56:43.652Z[ recovery-image] Feb 12 06:56:42.877 INFO O| Feb 12 06:56:42.877 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332026-02-12T06:56:43.659Z[ recovery-image] Feb 12 06:56:42.887 INFO O| Feb 12 06:56:42.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
68342026-02-12T06:56:43.663Z[ recovery-image] Feb 12 06:56:42.888 INFO O| Feb 12 06:56:42.888 INFO STEP 639 (remove_files) COMPLETE
68352026-02-12T06:56:43.663Z[ recovery-image] Feb 12 06:56:42.888 INFO O| Feb 12 06:56:42.888 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362026-02-12T06:56:43.672Z[ recovery-image] Feb 12 06:56:42.899 INFO O| Feb 12 06:56:42.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
68372026-02-12T06:56:43.675Z[ recovery-image] Feb 12 06:56:42.899 INFO O| Feb 12 06:56:42.899 INFO STEP 640 (remove_files) COMPLETE
68382026-02-12T06:56:43.675Z[ recovery-image] Feb 12 06:56:42.899 INFO O| Feb 12 06:56:42.899 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392026-02-12T06:56:43.684Z[ recovery-image] Feb 12 06:56:42.912 INFO O| Feb 12 06:56:42.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
68402026-02-12T06:56:43.684Z[ recovery-image] Feb 12 06:56:42.912 INFO O| Feb 12 06:56:42.912 INFO STEP 641 (remove_files) COMPLETE
68412026-02-12T06:56:43.687Z[ recovery-image] Feb 12 06:56:42.912 INFO O| Feb 12 06:56:42.912 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422026-02-12T06:56:43.695Z[ recovery-image] Feb 12 06:56:42.923 INFO O| Feb 12 06:56:42.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
68432026-02-12T06:56:43.695Z[ recovery-image] Feb 12 06:56:42.923 INFO O| Feb 12 06:56:42.923 INFO STEP 642 (remove_files) COMPLETE
68442026-02-12T06:56:43.698Z[ recovery-image] Feb 12 06:56:42.923 INFO O| Feb 12 06:56:42.923 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452026-02-12T06:56:43.708Z[ recovery-image] Feb 12 06:56:42.936 INFO O| Feb 12 06:56:42.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
68462026-02-12T06:56:43.708Z[ recovery-image] Feb 12 06:56:42.936 INFO O| Feb 12 06:56:42.936 INFO STEP 643 (remove_files) COMPLETE
68472026-02-12T06:56:43.708Z[ recovery-image] Feb 12 06:56:42.936 INFO O| Feb 12 06:56:42.936 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482026-02-12T06:56:43.721Z[ recovery-image] Feb 12 06:56:42.948 INFO O| Feb 12 06:56:42.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
68492026-02-12T06:56:43.724Z[ recovery-image] Feb 12 06:56:42.949 INFO O| Feb 12 06:56:42.949 INFO STEP 644 (remove_files) COMPLETE
68502026-02-12T06:56:43.724Z[ recovery-image] Feb 12 06:56:42.949 INFO O| Feb 12 06:56:42.949 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512026-02-12T06:56:43.733Z[ recovery-image] Feb 12 06:56:42.961 INFO O| Feb 12 06:56:42.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
68522026-02-12T06:56:43.736Z[ recovery-image] Feb 12 06:56:42.961 INFO O| Feb 12 06:56:42.961 INFO STEP 645 (remove_files) COMPLETE
68532026-02-12T06:56:43.736Z[ recovery-image] Feb 12 06:56:42.961 INFO O| Feb 12 06:56:42.961 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542026-02-12T06:56:43.745Z[ recovery-image] Feb 12 06:56:42.973 INFO O| Feb 12 06:56:42.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
68552026-02-12T06:56:43.748Z[ recovery-image] Feb 12 06:56:42.973 INFO O| Feb 12 06:56:42.973 INFO STEP 646 (remove_files) COMPLETE
68562026-02-12T06:56:43.748Z[ recovery-image] Feb 12 06:56:42.974 INFO O| Feb 12 06:56:42.973 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572026-02-12T06:56:43.756Z[ recovery-image] Feb 12 06:56:42.984 INFO O| Feb 12 06:56:42.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
68582026-02-12T06:56:43.756Z[ recovery-image] Feb 12 06:56:42.984 INFO O| Feb 12 06:56:42.984 INFO STEP 647 (remove_files) COMPLETE
68592026-02-12T06:56:43.759Z[ recovery-image] Feb 12 06:56:42.984 INFO O| Feb 12 06:56:42.984 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602026-02-12T06:56:43.768Z[ recovery-image] Feb 12 06:56:42.996 INFO O| Feb 12 06:56:42.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
68612026-02-12T06:56:43.769Z[ recovery-image] Feb 12 06:56:42.996 INFO O| Feb 12 06:56:42.996 INFO STEP 648 (remove_files) COMPLETE
68622026-02-12T06:56:43.771Z[ recovery-image] Feb 12 06:56:42.996 INFO O| Feb 12 06:56:42.996 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632026-02-12T06:56:43.780Z[ recovery-image] Feb 12 06:56:43.008 INFO O| Feb 12 06:56:43.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
68642026-02-12T06:56:43.780Z[ recovery-image] Feb 12 06:56:43.008 INFO O| Feb 12 06:56:43.008 INFO STEP 649 (remove_files) COMPLETE
68652026-02-12T06:56:43.780Z[ recovery-image] Feb 12 06:56:43.008 INFO O| Feb 12 06:56:43.008 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662026-02-12T06:56:43.792Z[ recovery-image] Feb 12 06:56:43.020 INFO O| Feb 12 06:56:43.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
68672026-02-12T06:56:43.795Z[ recovery-image] Feb 12 06:56:43.020 INFO O| Feb 12 06:56:43.020 INFO STEP 650 (remove_files) COMPLETE
68682026-02-12T06:56:43.795Z[ recovery-image] Feb 12 06:56:43.020 INFO O| Feb 12 06:56:43.020 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692026-02-12T06:56:43.804Z[ recovery-image] Feb 12 06:56:43.032 INFO O| Feb 12 06:56:43.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
68702026-02-12T06:56:43.804Z[ recovery-image] Feb 12 06:56:43.032 INFO O| Feb 12 06:56:43.032 INFO STEP 651 (remove_files) COMPLETE
68712026-02-12T06:56:43.804Z[ recovery-image] Feb 12 06:56:43.032 INFO O| Feb 12 06:56:43.032 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722026-02-12T06:56:43.816Z[ recovery-image] Feb 12 06:56:43.044 INFO O| Feb 12 06:56:43.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
68732026-02-12T06:56:43.816Z[ recovery-image] Feb 12 06:56:43.044 INFO O| Feb 12 06:56:43.044 INFO STEP 652 (remove_files) COMPLETE
68742026-02-12T06:56:43.820Z[ recovery-image] Feb 12 06:56:43.044 INFO O| Feb 12 06:56:43.044 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752026-02-12T06:56:43.824Z[ recovery-image] Feb 12 06:56:43.052 INFO O| Feb 12 06:56:43.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
68762026-02-12T06:56:43.828Z[ recovery-image] Feb 12 06:56:43.053 INFO O| Feb 12 06:56:43.053 INFO STEP 653 (remove_files) COMPLETE
68772026-02-12T06:56:43.828Z[ recovery-image] Feb 12 06:56:43.053 INFO O| Feb 12 06:56:43.053 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782026-02-12T06:56:43.837Z[ recovery-image] Feb 12 06:56:43.065 INFO O| Feb 12 06:56:43.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
68792026-02-12T06:56:43.840Z[ recovery-image] Feb 12 06:56:43.065 INFO O| Feb 12 06:56:43.065 INFO STEP 654 (remove_files) COMPLETE
68802026-02-12T06:56:43.840Z[ recovery-image] Feb 12 06:56:43.065 INFO O| Feb 12 06:56:43.065 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812026-02-12T06:56:43.848Z[ recovery-image] Feb 12 06:56:43.076 INFO O| Feb 12 06:56:43.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
68822026-02-12T06:56:43.851Z[ recovery-image] Feb 12 06:56:43.076 INFO O| Feb 12 06:56:43.076 INFO STEP 655 (remove_files) COMPLETE
68832026-02-12T06:56:43.851Z[ recovery-image] Feb 12 06:56:43.076 INFO O| Feb 12 06:56:43.076 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842026-02-12T06:56:43.858Z[ recovery-image] Feb 12 06:56:43.086 INFO O| Feb 12 06:56:43.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
68852026-02-12T06:56:43.861Z[ recovery-image] Feb 12 06:56:43.086 INFO O| Feb 12 06:56:43.086 INFO STEP 656 (remove_files) COMPLETE
68862026-02-12T06:56:43.861Z[ recovery-image] Feb 12 06:56:43.086 INFO O| Feb 12 06:56:43.086 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872026-02-12T06:56:43.870Z[ recovery-image] Feb 12 06:56:43.098 INFO O| Feb 12 06:56:43.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
68882026-02-12T06:56:43.870Z[ recovery-image] Feb 12 06:56:43.098 INFO O| Feb 12 06:56:43.098 INFO STEP 657 (remove_files) COMPLETE
68892026-02-12T06:56:43.870Z[ recovery-image] Feb 12 06:56:43.098 INFO O| Feb 12 06:56:43.098 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902026-02-12T06:56:43.882Z[ recovery-image] Feb 12 06:56:43.110 INFO O| Feb 12 06:56:43.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
68912026-02-12T06:56:43.885Z[ recovery-image] Feb 12 06:56:43.110 INFO O| Feb 12 06:56:43.110 INFO STEP 658 (remove_files) COMPLETE
68922026-02-12T06:56:43.885Z[ recovery-image] Feb 12 06:56:43.110 INFO O| Feb 12 06:56:43.110 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932026-02-12T06:56:43.892Z[ recovery-image] Feb 12 06:56:43.120 INFO O| Feb 12 06:56:43.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
68942026-02-12T06:56:43.895Z[ recovery-image] Feb 12 06:56:43.120 INFO O| Feb 12 06:56:43.120 INFO STEP 659 (remove_files) COMPLETE
68952026-02-12T06:56:43.895Z[ recovery-image] Feb 12 06:56:43.120 INFO O| Feb 12 06:56:43.120 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962026-02-12T06:56:43.904Z[ recovery-image] Feb 12 06:56:43.132 INFO O| Feb 12 06:56:43.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
68972026-02-12T06:56:43.904Z[ recovery-image] Feb 12 06:56:43.132 INFO O| Feb 12 06:56:43.132 INFO STEP 660 (remove_files) COMPLETE
68982026-02-12T06:56:43.907Z[ recovery-image] Feb 12 06:56:43.132 INFO O| Feb 12 06:56:43.132 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992026-02-12T06:56:43.914Z[ recovery-image] Feb 12 06:56:43.142 INFO O| Feb 12 06:56:43.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
69002026-02-12T06:56:43.914Z[ recovery-image] Feb 12 06:56:43.142 INFO O| Feb 12 06:56:43.142 INFO STEP 661 (remove_files) COMPLETE
69012026-02-12T06:56:43.917Z[ recovery-image] Feb 12 06:56:43.142 INFO O| Feb 12 06:56:43.142 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022026-02-12T06:56:43.922Z[ recovery-image] Feb 12 06:56:43.150 INFO O| Feb 12 06:56:43.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
69032026-02-12T06:56:43.925Z[ recovery-image] Feb 12 06:56:43.150 INFO O| Feb 12 06:56:43.150 INFO STEP 662 (remove_files) COMPLETE
69042026-02-12T06:56:43.925Z[ recovery-image] Feb 12 06:56:43.150 INFO O| Feb 12 06:56:43.150 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052026-02-12T06:56:43.934Z[ recovery-image] Feb 12 06:56:43.162 INFO O| Feb 12 06:56:43.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
69062026-02-12T06:56:43.937Z[ recovery-image] Feb 12 06:56:43.162 INFO O| Feb 12 06:56:43.162 INFO STEP 663 (remove_files) COMPLETE
69072026-02-12T06:56:43.938Z[ recovery-image] Feb 12 06:56:43.162 INFO O| Feb 12 06:56:43.162 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082026-02-12T06:56:43.946Z[ recovery-image] Feb 12 06:56:43.174 INFO O| Feb 12 06:56:43.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
69092026-02-12T06:56:43.949Z[ recovery-image] Feb 12 06:56:43.174 INFO O| Feb 12 06:56:43.174 INFO STEP 664 (remove_files) COMPLETE
69102026-02-12T06:56:43.949Z[ recovery-image] Feb 12 06:56:43.174 INFO O| Feb 12 06:56:43.174 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112026-02-12T06:56:43.957Z[ recovery-image] Feb 12 06:56:43.185 INFO O| Feb 12 06:56:43.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
69122026-02-12T06:56:43.960Z[ recovery-image] Feb 12 06:56:43.185 INFO O| Feb 12 06:56:43.185 INFO STEP 665 (remove_files) COMPLETE
69132026-02-12T06:56:43.960Z[ recovery-image] Feb 12 06:56:43.185 INFO O| Feb 12 06:56:43.185 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142026-02-12T06:56:43.968Z[ recovery-image] Feb 12 06:56:43.196 INFO O| Feb 12 06:56:43.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
69152026-02-12T06:56:43.971Z[ recovery-image] Feb 12 06:56:43.196 INFO O| Feb 12 06:56:43.196 INFO STEP 666 (remove_files) COMPLETE
69162026-02-12T06:56:43.971Z[ recovery-image] Feb 12 06:56:43.196 INFO O| Feb 12 06:56:43.196 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172026-02-12T06:56:43.976Z[ recovery-image] Feb 12 06:56:43.204 INFO O| Feb 12 06:56:43.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
69182026-02-12T06:56:43.976Z[ recovery-image] Feb 12 06:56:43.204 INFO O| Feb 12 06:56:43.204 INFO STEP 667 (remove_files) COMPLETE
69192026-02-12T06:56:43.976Z[ recovery-image] Feb 12 06:56:43.204 INFO O| Feb 12 06:56:43.204 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202026-02-12T06:56:43.984Z[ recovery-image] Feb 12 06:56:43.212 INFO O| Feb 12 06:56:43.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
69212026-02-12T06:56:43.987Z[ recovery-image] Feb 12 06:56:43.212 INFO O| Feb 12 06:56:43.212 INFO STEP 668 (remove_files) COMPLETE
69222026-02-12T06:56:43.987Z[ recovery-image] Feb 12 06:56:43.212 INFO O| Feb 12 06:56:43.212 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232026-02-12T06:56:43.996Z[ recovery-image] Feb 12 06:56:43.224 INFO O| Feb 12 06:56:43.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
69242026-02-12T06:56:43.999Z[ recovery-image] Feb 12 06:56:43.224 INFO O| Feb 12 06:56:43.224 INFO STEP 669 (remove_files) COMPLETE
69252026-02-12T06:56:43.999Z[ recovery-image] Feb 12 06:56:43.224 INFO O| Feb 12 06:56:43.224 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262026-02-12T06:56:44.008Z[ recovery-image] Feb 12 06:56:43.236 INFO O| Feb 12 06:56:43.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
69272026-02-12T06:56:44.008Z[ recovery-image] Feb 12 06:56:43.236 INFO O| Feb 12 06:56:43.236 INFO STEP 670 (remove_files) COMPLETE
69282026-02-12T06:56:44.008Z[ recovery-image] Feb 12 06:56:43.236 INFO O| Feb 12 06:56:43.236 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292026-02-12T06:56:44.020Z[ recovery-image] Feb 12 06:56:43.248 INFO O| Feb 12 06:56:43.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
69302026-02-12T06:56:44.024Z[ recovery-image] Feb 12 06:56:43.248 INFO O| Feb 12 06:56:43.248 INFO STEP 671 (remove_files) COMPLETE
69312026-02-12T06:56:44.024Z[ recovery-image] Feb 12 06:56:43.248 INFO O| Feb 12 06:56:43.248 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322026-02-12T06:56:44.032Z[ recovery-image] Feb 12 06:56:43.260 INFO O| Feb 12 06:56:43.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
69332026-02-12T06:56:44.035Z[ recovery-image] Feb 12 06:56:43.260 INFO O| Feb 12 06:56:43.260 INFO STEP 672 (remove_files) COMPLETE
69342026-02-12T06:56:44.035Z[ recovery-image] Feb 12 06:56:43.260 INFO O| Feb 12 06:56:43.260 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352026-02-12T06:56:44.043Z[ recovery-image] Feb 12 06:56:43.271 INFO O| Feb 12 06:56:43.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
69362026-02-12T06:56:44.046Z[ recovery-image] Feb 12 06:56:43.271 INFO O| Feb 12 06:56:43.271 INFO STEP 673 (remove_files) COMPLETE
69372026-02-12T06:56:44.046Z[ recovery-image] Feb 12 06:56:43.271 INFO O| Feb 12 06:56:43.271 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382026-02-12T06:56:44.056Z[ recovery-image] Feb 12 06:56:43.284 INFO O| Feb 12 06:56:43.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
69392026-02-12T06:56:44.060Z[ recovery-image] Feb 12 06:56:43.284 INFO O| Feb 12 06:56:43.284 INFO STEP 674 (remove_files) COMPLETE
69402026-02-12T06:56:44.060Z[ recovery-image] Feb 12 06:56:43.284 INFO O| Feb 12 06:56:43.284 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412026-02-12T06:56:44.067Z[ recovery-image] Feb 12 06:56:43.295 INFO O| Feb 12 06:56:43.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
69422026-02-12T06:56:44.070Z[ recovery-image] Feb 12 06:56:43.295 INFO O| Feb 12 06:56:43.295 INFO STEP 675 (remove_files) COMPLETE
69432026-02-12T06:56:44.070Z[ recovery-image] Feb 12 06:56:43.295 INFO O| Feb 12 06:56:43.295 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442026-02-12T06:56:44.080Z[ recovery-image] Feb 12 06:56:43.307 INFO O| Feb 12 06:56:43.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
69452026-02-12T06:56:44.084Z[ recovery-image] Feb 12 06:56:43.307 INFO O| Feb 12 06:56:43.307 INFO STEP 676 (remove_files) COMPLETE
69462026-02-12T06:56:44.084Z[ recovery-image] Feb 12 06:56:43.307 INFO O| Feb 12 06:56:43.307 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472026-02-12T06:56:44.091Z[ recovery-image] Feb 12 06:56:43.319 INFO O| Feb 12 06:56:43.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
69482026-02-12T06:56:44.094Z[ recovery-image] Feb 12 06:56:43.319 INFO O| Feb 12 06:56:43.319 INFO STEP 677 (remove_files) COMPLETE
69492026-02-12T06:56:44.094Z[ recovery-image] Feb 12 06:56:43.319 INFO O| Feb 12 06:56:43.319 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502026-02-12T06:56:44.102Z[ recovery-image] Feb 12 06:56:43.330 INFO O| Feb 12 06:56:43.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
69512026-02-12T06:56:44.103Z[ recovery-image] Feb 12 06:56:43.330 INFO O| Feb 12 06:56:43.330 INFO STEP 678 (remove_files) COMPLETE
69522026-02-12T06:56:44.103Z[ recovery-image] Feb 12 06:56:43.330 INFO O| Feb 12 06:56:43.330 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532026-02-12T06:56:44.114Z[ recovery-image] Feb 12 06:56:43.341 INFO O| Feb 12 06:56:43.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
69542026-02-12T06:56:44.116Z[ recovery-image] Feb 12 06:56:43.341 INFO O| Feb 12 06:56:43.341 INFO STEP 679 (remove_files) COMPLETE
69552026-02-12T06:56:44.116Z[ recovery-image] Feb 12 06:56:43.341 INFO O| Feb 12 06:56:43.341 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562026-02-12T06:56:44.126Z[ recovery-image] Feb 12 06:56:43.354 INFO O| Feb 12 06:56:43.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
69572026-02-12T06:56:44.129Z[ recovery-image] Feb 12 06:56:43.354 INFO O| Feb 12 06:56:43.354 INFO STEP 680 (remove_files) COMPLETE
69582026-02-12T06:56:44.129Z[ recovery-image] Feb 12 06:56:43.354 INFO O| Feb 12 06:56:43.354 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592026-02-12T06:56:44.138Z[ recovery-image] Feb 12 06:56:43.366 INFO O| Feb 12 06:56:43.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
69602026-02-12T06:56:44.138Z[ recovery-image] Feb 12 06:56:43.366 INFO O| Feb 12 06:56:43.366 INFO STEP 681 (remove_files) COMPLETE
69612026-02-12T06:56:44.141Z[ recovery-image] Feb 12 06:56:43.366 INFO O| Feb 12 06:56:43.366 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622026-02-12T06:56:44.147Z[ recovery-image] Feb 12 06:56:43.374 INFO O| Feb 12 06:56:43.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
69632026-02-12T06:56:44.150Z[ recovery-image] Feb 12 06:56:43.375 INFO O| Feb 12 06:56:43.375 INFO STEP 682 (remove_files) COMPLETE
69642026-02-12T06:56:44.150Z[ recovery-image] Feb 12 06:56:43.375 INFO O| Feb 12 06:56:43.375 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652026-02-12T06:56:44.155Z[ recovery-image] Feb 12 06:56:43.383 INFO O| Feb 12 06:56:43.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
69662026-02-12T06:56:44.155Z[ recovery-image] Feb 12 06:56:43.383 INFO O| Feb 12 06:56:43.383 INFO STEP 683 (remove_files) COMPLETE
69672026-02-12T06:56:44.158Z[ recovery-image] Feb 12 06:56:43.383 INFO O| Feb 12 06:56:43.383 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682026-02-12T06:56:44.167Z[ recovery-image] Feb 12 06:56:43.395 INFO O| Feb 12 06:56:43.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
69692026-02-12T06:56:44.170Z[ recovery-image] Feb 12 06:56:43.395 INFO O| Feb 12 06:56:43.395 INFO STEP 684 (remove_files) COMPLETE
69702026-02-12T06:56:44.170Z[ recovery-image] Feb 12 06:56:43.395 INFO O| Feb 12 06:56:43.395 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712026-02-12T06:56:44.179Z[ recovery-image] Feb 12 06:56:43.407 INFO O| Feb 12 06:56:43.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
69722026-02-12T06:56:44.179Z[ recovery-image] Feb 12 06:56:43.407 INFO O| Feb 12 06:56:43.407 INFO STEP 685 (remove_files) COMPLETE
69732026-02-12T06:56:44.179Z[ recovery-image] Feb 12 06:56:43.407 INFO O| Feb 12 06:56:43.407 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742026-02-12T06:56:44.193Z[ recovery-image] Feb 12 06:56:43.419 INFO O| Feb 12 06:56:43.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
69752026-02-12T06:56:44.193Z[ recovery-image] Feb 12 06:56:43.419 INFO O| Feb 12 06:56:43.419 INFO STEP 686 (remove_files) COMPLETE
69762026-02-12T06:56:44.197Z[ recovery-image] Feb 12 06:56:43.419 INFO O| Feb 12 06:56:43.419 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772026-02-12T06:56:44.203Z[ recovery-image] Feb 12 06:56:43.431 INFO O| Feb 12 06:56:43.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
69782026-02-12T06:56:44.207Z[ recovery-image] Feb 12 06:56:43.431 INFO O| Feb 12 06:56:43.431 INFO STEP 687 (remove_files) COMPLETE
69792026-02-12T06:56:44.207Z[ recovery-image] Feb 12 06:56:43.431 INFO O| Feb 12 06:56:43.431 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802026-02-12T06:56:44.215Z[ recovery-image] Feb 12 06:56:43.443 INFO O| Feb 12 06:56:43.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
69812026-02-12T06:56:44.218Z[ recovery-image] Feb 12 06:56:43.443 INFO O| Feb 12 06:56:43.443 INFO STEP 688 (remove_files) COMPLETE
69822026-02-12T06:56:44.218Z[ recovery-image] Feb 12 06:56:43.443 INFO O| Feb 12 06:56:43.443 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832026-02-12T06:56:44.227Z[ recovery-image] Feb 12 06:56:43.455 INFO O| Feb 12 06:56:43.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
69842026-02-12T06:56:44.230Z[ recovery-image] Feb 12 06:56:43.455 INFO O| Feb 12 06:56:43.455 INFO STEP 689 (remove_files) COMPLETE
69852026-02-12T06:56:44.230Z[ recovery-image] Feb 12 06:56:43.455 INFO O| Feb 12 06:56:43.455 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862026-02-12T06:56:44.238Z[ recovery-image] Feb 12 06:56:43.466 INFO O| Feb 12 06:56:43.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
69872026-02-12T06:56:44.241Z[ recovery-image] Feb 12 06:56:43.466 INFO O| Feb 12 06:56:43.466 INFO STEP 690 (remove_files) COMPLETE
69882026-02-12T06:56:44.241Z[ recovery-image] Feb 12 06:56:43.466 INFO O| Feb 12 06:56:43.466 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892026-02-12T06:56:44.250Z[ recovery-image] Feb 12 06:56:43.478 INFO O| Feb 12 06:56:43.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
69902026-02-12T06:56:44.253Z[ recovery-image] Feb 12 06:56:43.478 INFO O| Feb 12 06:56:43.478 INFO STEP 691 (remove_files) COMPLETE
69912026-02-12T06:56:44.253Z[ recovery-image] Feb 12 06:56:43.478 INFO O| Feb 12 06:56:43.478 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922026-02-12T06:56:44.262Z[ recovery-image] Feb 12 06:56:43.490 INFO O| Feb 12 06:56:43.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
69932026-02-12T06:56:44.264Z[ recovery-image] Feb 12 06:56:43.490 INFO O| Feb 12 06:56:43.490 INFO STEP 692 (remove_files) COMPLETE
69942026-02-12T06:56:44.264Z[ recovery-image] Feb 12 06:56:43.490 INFO O| Feb 12 06:56:43.490 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952026-02-12T06:56:44.274Z[ recovery-image] Feb 12 06:56:43.502 INFO O| Feb 12 06:56:43.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
69962026-02-12T06:56:44.274Z[ recovery-image] Feb 12 06:56:43.502 INFO O| Feb 12 06:56:43.502 INFO STEP 693 (remove_files) COMPLETE
69972026-02-12T06:56:44.277Z[ recovery-image] Feb 12 06:56:43.502 INFO O| Feb 12 06:56:43.502 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982026-02-12T06:56:44.283Z[ recovery-image] Feb 12 06:56:43.511 INFO O| Feb 12 06:56:43.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
69992026-02-12T06:56:44.286Z[ recovery-image] Feb 12 06:56:43.511 INFO O| Feb 12 06:56:43.511 INFO STEP 694 (remove_files) COMPLETE
70002026-02-12T06:56:44.286Z[ recovery-image] Feb 12 06:56:43.511 INFO O| Feb 12 06:56:43.511 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012026-02-12T06:56:44.295Z[ recovery-image] Feb 12 06:56:43.523 INFO O| Feb 12 06:56:43.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
70022026-02-12T06:56:44.298Z[ recovery-image] Feb 12 06:56:43.523 INFO O| Feb 12 06:56:43.523 INFO STEP 695 (remove_files) COMPLETE
70032026-02-12T06:56:44.298Z[ recovery-image] Feb 12 06:56:43.523 INFO O| Feb 12 06:56:43.523 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042026-02-12T06:56:44.307Z[ recovery-image] Feb 12 06:56:43.535 INFO O| Feb 12 06:56:43.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
70052026-02-12T06:56:44.307Z[ recovery-image] Feb 12 06:56:43.535 INFO O| Feb 12 06:56:43.535 INFO STEP 696 (remove_files) COMPLETE
70062026-02-12T06:56:44.309Z[ recovery-image] Feb 12 06:56:43.535 INFO O| Feb 12 06:56:43.535 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072026-02-12T06:56:44.319Z[ recovery-image] Feb 12 06:56:43.547 INFO O| Feb 12 06:56:43.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
70082026-02-12T06:56:44.322Z[ recovery-image] Feb 12 06:56:43.547 INFO O| Feb 12 06:56:43.547 INFO STEP 697 (remove_files) COMPLETE
70092026-02-12T06:56:44.322Z[ recovery-image] Feb 12 06:56:43.547 INFO O| Feb 12 06:56:43.547 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102026-02-12T06:56:44.331Z[ recovery-image] Feb 12 06:56:43.559 INFO O| Feb 12 06:56:43.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
70112026-02-12T06:56:44.331Z[ recovery-image] Feb 12 06:56:43.559 INFO O| Feb 12 06:56:43.559 INFO STEP 698 (remove_files) COMPLETE
70122026-02-12T06:56:44.334Z[ recovery-image] Feb 12 06:56:43.559 INFO O| Feb 12 06:56:43.559 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132026-02-12T06:56:44.342Z[ recovery-image] Feb 12 06:56:43.570 INFO O| Feb 12 06:56:43.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
70142026-02-12T06:56:44.345Z[ recovery-image] Feb 12 06:56:43.570 INFO O| Feb 12 06:56:43.570 INFO STEP 699 (remove_files) COMPLETE
70152026-02-12T06:56:44.345Z[ recovery-image] Feb 12 06:56:43.570 INFO O| Feb 12 06:56:43.570 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162026-02-12T06:56:44.354Z[ recovery-image] Feb 12 06:56:43.581 INFO O| Feb 12 06:56:43.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
70172026-02-12T06:56:44.354Z[ recovery-image] Feb 12 06:56:43.581 INFO O| Feb 12 06:56:43.581 INFO STEP 700 (remove_files) COMPLETE
70182026-02-12T06:56:44.358Z[ recovery-image] Feb 12 06:56:43.581 INFO O| Feb 12 06:56:43.581 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192026-02-12T06:56:44.366Z[ recovery-image] Feb 12 06:56:43.594 INFO O| Feb 12 06:56:43.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
70202026-02-12T06:56:44.369Z[ recovery-image] Feb 12 06:56:43.594 INFO O| Feb 12 06:56:43.594 INFO STEP 701 (remove_files) COMPLETE
70212026-02-12T06:56:44.370Z[ recovery-image] Feb 12 06:56:43.594 INFO O| Feb 12 06:56:43.594 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222026-02-12T06:56:44.378Z[ recovery-image] Feb 12 06:56:43.606 INFO O| Feb 12 06:56:43.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
70232026-02-12T06:56:44.381Z[ recovery-image] Feb 12 06:56:43.606 INFO O| Feb 12 06:56:43.606 INFO STEP 702 (remove_files) COMPLETE
70242026-02-12T06:56:44.381Z[ recovery-image] Feb 12 06:56:43.606 INFO O| Feb 12 06:56:43.606 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252026-02-12T06:56:44.391Z[ recovery-image] Feb 12 06:56:43.618 INFO O| Feb 12 06:56:43.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
70262026-02-12T06:56:44.394Z[ recovery-image] Feb 12 06:56:43.618 INFO O| Feb 12 06:56:43.618 INFO STEP 703 (remove_files) COMPLETE
70272026-02-12T06:56:44.394Z[ recovery-image] Feb 12 06:56:43.619 INFO O| Feb 12 06:56:43.618 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282026-02-12T06:56:44.403Z[ recovery-image] Feb 12 06:56:43.630 INFO O| Feb 12 06:56:43.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
70292026-02-12T06:56:44.403Z[ recovery-image] Feb 12 06:56:43.630 INFO O| Feb 12 06:56:43.630 INFO STEP 704 (remove_files) COMPLETE
70302026-02-12T06:56:44.406Z[ recovery-image] Feb 12 06:56:43.630 INFO O| Feb 12 06:56:43.630 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312026-02-12T06:56:44.415Z[ recovery-image] Feb 12 06:56:43.642 INFO O| Feb 12 06:56:43.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
70322026-02-12T06:56:44.415Z[ recovery-image] Feb 12 06:56:43.643 INFO O| Feb 12 06:56:43.643 INFO STEP 705 (remove_files) COMPLETE
70332026-02-12T06:56:44.415Z[ recovery-image] Feb 12 06:56:43.643 INFO O| Feb 12 06:56:43.643 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342026-02-12T06:56:44.427Z[ recovery-image] Feb 12 06:56:43.654 INFO O| Feb 12 06:56:43.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
70352026-02-12T06:56:44.430Z[ recovery-image] Feb 12 06:56:43.655 INFO O| Feb 12 06:56:43.655 INFO STEP 706 (remove_files) COMPLETE
70362026-02-12T06:56:44.430Z[ recovery-image] Feb 12 06:56:43.655 INFO O| Feb 12 06:56:43.655 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372026-02-12T06:56:44.441Z[ recovery-image] Feb 12 06:56:43.667 INFO O| Feb 12 06:56:43.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
70382026-02-12T06:56:44.444Z[ recovery-image] Feb 12 06:56:43.667 INFO O| Feb 12 06:56:43.667 INFO STEP 707 (remove_files) COMPLETE
70392026-02-12T06:56:44.445Z[ recovery-image] Feb 12 06:56:43.667 INFO O| Feb 12 06:56:43.667 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402026-02-12T06:56:44.451Z[ recovery-image] Feb 12 06:56:43.679 INFO O| Feb 12 06:56:43.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
70412026-02-12T06:56:44.451Z[ recovery-image] Feb 12 06:56:43.679 INFO O| Feb 12 06:56:43.679 INFO STEP 708 (remove_files) COMPLETE
70422026-02-12T06:56:44.451Z[ recovery-image] Feb 12 06:56:43.679 INFO O| Feb 12 06:56:43.679 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432026-02-12T06:56:44.463Z[ recovery-image] Feb 12 06:56:43.691 INFO O| Feb 12 06:56:43.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
70442026-02-12T06:56:44.463Z[ recovery-image] Feb 12 06:56:43.691 INFO O| Feb 12 06:56:43.691 INFO STEP 709 (remove_files) COMPLETE
70452026-02-12T06:56:44.463Z[ recovery-image] Feb 12 06:56:43.691 INFO O| Feb 12 06:56:43.691 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462026-02-12T06:56:44.475Z[ recovery-image] Feb 12 06:56:43.702 INFO O| Feb 12 06:56:43.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
70472026-02-12T06:56:44.478Z[ recovery-image] Feb 12 06:56:43.702 INFO O| Feb 12 06:56:43.702 INFO STEP 710 (remove_files) COMPLETE
70482026-02-12T06:56:44.478Z[ recovery-image] Feb 12 06:56:43.702 INFO O| Feb 12 06:56:43.702 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492026-02-12T06:56:44.487Z[ recovery-image] Feb 12 06:56:43.714 INFO O| Feb 12 06:56:43.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
70502026-02-12T06:56:44.490Z[ recovery-image] Feb 12 06:56:43.716 INFO O| Feb 12 06:56:43.715 INFO STEP 711 (remove_files) COMPLETE
70512026-02-12T06:56:44.490Z[ recovery-image] Feb 12 06:56:43.716 INFO O| Feb 12 06:56:43.716 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522026-02-12T06:56:44.497Z[ recovery-image] Feb 12 06:56:43.725 INFO O| Feb 12 06:56:43.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
70532026-02-12T06:56:44.500Z[ recovery-image] Feb 12 06:56:43.725 INFO O| Feb 12 06:56:43.725 INFO STEP 712 (remove_files) COMPLETE
70542026-02-12T06:56:44.500Z[ recovery-image] Feb 12 06:56:43.725 INFO O| Feb 12 06:56:43.725 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552026-02-12T06:56:44.510Z[ recovery-image] Feb 12 06:56:43.738 INFO O| Feb 12 06:56:43.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
70562026-02-12T06:56:44.513Z[ recovery-image] Feb 12 06:56:43.738 INFO O| Feb 12 06:56:43.738 INFO STEP 713 (remove_files) COMPLETE
70572026-02-12T06:56:44.513Z[ recovery-image] Feb 12 06:56:43.738 INFO O| Feb 12 06:56:43.738 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582026-02-12T06:56:44.522Z[ recovery-image] Feb 12 06:56:43.750 INFO O| Feb 12 06:56:43.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
70592026-02-12T06:56:44.522Z[ recovery-image] Feb 12 06:56:43.750 INFO O| Feb 12 06:56:43.750 INFO STEP 714 (remove_files) COMPLETE
70602026-02-12T06:56:44.525Z[ recovery-image] Feb 12 06:56:43.750 INFO O| Feb 12 06:56:43.750 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612026-02-12T06:56:44.534Z[ recovery-image] Feb 12 06:56:43.762 INFO O| Feb 12 06:56:43.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
70622026-02-12T06:56:44.538Z[ recovery-image] Feb 12 06:56:43.763 INFO O| Feb 12 06:56:43.763 INFO STEP 715 (remove_files) COMPLETE
70632026-02-12T06:56:44.538Z[ recovery-image] Feb 12 06:56:43.763 INFO O| Feb 12 06:56:43.763 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642026-02-12T06:56:44.547Z[ recovery-image] Feb 12 06:56:43.775 INFO O| Feb 12 06:56:43.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
70652026-02-12T06:56:44.550Z[ recovery-image] Feb 12 06:56:43.775 INFO O| Feb 12 06:56:43.775 INFO STEP 716 (remove_files) COMPLETE
70662026-02-12T06:56:44.550Z[ recovery-image] Feb 12 06:56:43.775 INFO O| Feb 12 06:56:43.775 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672026-02-12T06:56:44.560Z[ recovery-image] Feb 12 06:56:43.787 INFO O| Feb 12 06:56:43.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
70682026-02-12T06:56:44.563Z[ recovery-image] Feb 12 06:56:43.787 INFO O| Feb 12 06:56:43.787 INFO STEP 717 (remove_files) COMPLETE
70692026-02-12T06:56:44.563Z[ recovery-image] Feb 12 06:56:43.788 INFO O| Feb 12 06:56:43.787 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702026-02-12T06:56:44.572Z[ recovery-image] Feb 12 06:56:43.800 INFO O| Feb 12 06:56:43.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
70712026-02-12T06:56:44.572Z[ recovery-image] Feb 12 06:56:43.800 INFO O| Feb 12 06:56:43.800 INFO STEP 718 (remove_files) COMPLETE
70722026-02-12T06:56:44.572Z[ recovery-image] Feb 12 06:56:43.800 INFO O| Feb 12 06:56:43.800 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732026-02-12T06:56:44.583Z[ recovery-image] Feb 12 06:56:43.811 INFO O| Feb 12 06:56:43.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
70742026-02-12T06:56:44.587Z[ recovery-image] Feb 12 06:56:43.811 INFO O| Feb 12 06:56:43.811 INFO STEP 719 (remove_files) COMPLETE
70752026-02-12T06:56:44.587Z[ recovery-image] Feb 12 06:56:43.811 INFO O| Feb 12 06:56:43.811 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762026-02-12T06:56:44.595Z[ recovery-image] Feb 12 06:56:43.823 INFO O| Feb 12 06:56:43.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
70772026-02-12T06:56:44.599Z[ recovery-image] Feb 12 06:56:43.823 INFO O| Feb 12 06:56:43.823 INFO STEP 720 (remove_files) COMPLETE
70782026-02-12T06:56:44.599Z[ recovery-image] Feb 12 06:56:43.823 INFO O| Feb 12 06:56:43.823 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792026-02-12T06:56:44.607Z[ recovery-image] Feb 12 06:56:43.835 INFO O| Feb 12 06:56:43.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
70802026-02-12T06:56:44.610Z[ recovery-image] Feb 12 06:56:43.835 INFO O| Feb 12 06:56:43.835 INFO STEP 721 (remove_files) COMPLETE
70812026-02-12T06:56:44.611Z[ recovery-image] Feb 12 06:56:43.835 INFO O| Feb 12 06:56:43.835 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822026-02-12T06:56:44.620Z[ recovery-image] Feb 12 06:56:43.848 INFO O| Feb 12 06:56:43.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
70832026-02-12T06:56:44.620Z[ recovery-image] Feb 12 06:56:43.848 INFO O| Feb 12 06:56:43.848 INFO STEP 722 (remove_files) COMPLETE
70842026-02-12T06:56:44.623Z[ recovery-image] Feb 12 06:56:43.848 INFO O| Feb 12 06:56:43.848 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852026-02-12T06:56:44.633Z[ recovery-image] Feb 12 06:56:43.860 INFO O| Feb 12 06:56:43.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
70862026-02-12T06:56:44.633Z[ recovery-image] Feb 12 06:56:43.860 INFO O| Feb 12 06:56:43.860 INFO STEP 723 (remove_files) COMPLETE
70872026-02-12T06:56:44.633Z[ recovery-image] Feb 12 06:56:43.860 INFO O| Feb 12 06:56:43.860 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882026-02-12T06:56:44.645Z[ recovery-image] Feb 12 06:56:43.873 INFO O| Feb 12 06:56:43.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
70892026-02-12T06:56:44.648Z[ recovery-image] Feb 12 06:56:43.873 INFO O| Feb 12 06:56:43.873 INFO STEP 724 (remove_files) COMPLETE
70902026-02-12T06:56:44.648Z[ recovery-image] Feb 12 06:56:43.873 INFO O| Feb 12 06:56:43.873 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912026-02-12T06:56:44.657Z[ recovery-image] Feb 12 06:56:43.885 INFO O| Feb 12 06:56:43.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
70922026-02-12T06:56:44.660Z[ recovery-image] Feb 12 06:56:43.885 INFO O| Feb 12 06:56:43.885 INFO STEP 725 (remove_files) COMPLETE
70932026-02-12T06:56:44.660Z[ recovery-image] Feb 12 06:56:43.885 INFO O| Feb 12 06:56:43.885 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942026-02-12T06:56:44.669Z[ recovery-image] Feb 12 06:56:43.897 INFO O| Feb 12 06:56:43.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
70952026-02-12T06:56:44.672Z[ recovery-image] Feb 12 06:56:43.897 INFO O| Feb 12 06:56:43.897 INFO STEP 726 (remove_files) COMPLETE
70962026-02-12T06:56:44.672Z[ recovery-image] Feb 12 06:56:43.897 INFO O| Feb 12 06:56:43.897 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972026-02-12T06:56:44.681Z[ recovery-image] Feb 12 06:56:43.909 INFO O| Feb 12 06:56:43.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
70982026-02-12T06:56:44.684Z[ recovery-image] Feb 12 06:56:43.909 INFO O| Feb 12 06:56:43.909 INFO STEP 727 (remove_files) COMPLETE
70992026-02-12T06:56:44.684Z[ recovery-image] Feb 12 06:56:43.909 INFO O| Feb 12 06:56:43.909 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002026-02-12T06:56:44.693Z[ recovery-image] Feb 12 06:56:43.921 INFO O| Feb 12 06:56:43.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
71012026-02-12T06:56:44.696Z[ recovery-image] Feb 12 06:56:43.921 INFO O| Feb 12 06:56:43.921 INFO STEP 728 (remove_files) COMPLETE
71022026-02-12T06:56:44.696Z[ recovery-image] Feb 12 06:56:43.921 INFO O| Feb 12 06:56:43.921 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032026-02-12T06:56:44.705Z[ recovery-image] Feb 12 06:56:43.933 INFO O| Feb 12 06:56:43.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
71042026-02-12T06:56:44.710Z[ recovery-image] Feb 12 06:56:43.933 INFO O| Feb 12 06:56:43.933 INFO STEP 729 (remove_files) COMPLETE
71052026-02-12T06:56:44.710Z[ recovery-image] Feb 12 06:56:43.933 INFO O| Feb 12 06:56:43.933 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062026-02-12T06:56:44.717Z[ recovery-image] Feb 12 06:56:43.945 INFO O| Feb 12 06:56:43.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
71072026-02-12T06:56:44.720Z[ recovery-image] Feb 12 06:56:43.945 INFO O| Feb 12 06:56:43.945 INFO STEP 730 (remove_files) COMPLETE
71082026-02-12T06:56:44.720Z[ recovery-image] Feb 12 06:56:43.946 INFO O| Feb 12 06:56:43.945 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092026-02-12T06:56:44.729Z[ recovery-image] Feb 12 06:56:43.957 INFO O| Feb 12 06:56:43.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
71102026-02-12T06:56:44.732Z[ recovery-image] Feb 12 06:56:43.957 INFO O| Feb 12 06:56:43.957 INFO STEP 731 (remove_files) COMPLETE
71112026-02-12T06:56:44.732Z[ recovery-image] Feb 12 06:56:43.957 INFO O| Feb 12 06:56:43.957 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122026-02-12T06:56:44.738Z[ recovery-image] Feb 12 06:56:43.965 INFO O| Feb 12 06:56:43.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
71132026-02-12T06:56:44.738Z[ recovery-image] Feb 12 06:56:43.966 INFO O| Feb 12 06:56:43.965 INFO STEP 732 (remove_files) COMPLETE
71142026-02-12T06:56:44.741Z[ recovery-image] Feb 12 06:56:43.966 INFO O| Feb 12 06:56:43.966 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152026-02-12T06:56:44.745Z[ recovery-image] Feb 12 06:56:43.973 INFO O| Feb 12 06:56:43.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
71162026-02-12T06:56:44.748Z[ recovery-image] Feb 12 06:56:43.973 INFO O| Feb 12 06:56:43.973 INFO STEP 733 (remove_files) COMPLETE
71172026-02-12T06:56:44.748Z[ recovery-image] Feb 12 06:56:43.973 INFO O| Feb 12 06:56:43.973 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182026-02-12T06:56:44.756Z[ recovery-image] Feb 12 06:56:43.984 INFO O| Feb 12 06:56:43.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
71192026-02-12T06:56:44.759Z[ recovery-image] Feb 12 06:56:43.984 INFO O| Feb 12 06:56:43.984 INFO STEP 734 (remove_files) COMPLETE
71202026-02-12T06:56:44.759Z[ recovery-image] Feb 12 06:56:43.984 INFO O| Feb 12 06:56:43.984 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212026-02-12T06:56:44.768Z[ recovery-image] Feb 12 06:56:43.996 INFO O| Feb 12 06:56:43.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
71222026-02-12T06:56:44.768Z[ recovery-image] Feb 12 06:56:43.996 INFO O| Feb 12 06:56:43.996 INFO STEP 735 (remove_files) COMPLETE
71232026-02-12T06:56:44.771Z[ recovery-image] Feb 12 06:56:43.996 INFO O| Feb 12 06:56:43.996 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242026-02-12T06:56:44.779Z[ recovery-image] Feb 12 06:56:44.007 INFO O| Feb 12 06:56:44.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
71252026-02-12T06:56:44.782Z[ recovery-image] Feb 12 06:56:44.007 INFO O| Feb 12 06:56:44.007 INFO STEP 736 (remove_files) COMPLETE
71262026-02-12T06:56:44.782Z[ recovery-image] Feb 12 06:56:44.008 INFO O| Feb 12 06:56:44.007 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272026-02-12T06:56:44.791Z[ recovery-image] Feb 12 06:56:44.018 INFO O| Feb 12 06:56:44.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
71282026-02-12T06:56:44.794Z[ recovery-image] Feb 12 06:56:44.018 INFO O| Feb 12 06:56:44.018 INFO STEP 737 (remove_files) COMPLETE
71292026-02-12T06:56:44.794Z[ recovery-image] Feb 12 06:56:44.019 INFO O| Feb 12 06:56:44.018 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302026-02-12T06:56:44.801Z[ recovery-image] Feb 12 06:56:44.029 INFO O| Feb 12 06:56:44.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
71312026-02-12T06:56:44.804Z[ recovery-image] Feb 12 06:56:44.029 INFO O| Feb 12 06:56:44.029 INFO STEP 738 (remove_files) COMPLETE
71322026-02-12T06:56:44.804Z[ recovery-image] Feb 12 06:56:44.029 INFO O| Feb 12 06:56:44.029 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332026-02-12T06:56:44.814Z[ recovery-image] Feb 12 06:56:44.042 INFO O| Feb 12 06:56:44.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
71342026-02-12T06:56:44.817Z[ recovery-image] Feb 12 06:56:44.043 INFO O| Feb 12 06:56:44.042 INFO STEP 739 (remove_files) COMPLETE
71352026-02-12T06:56:44.817Z[ recovery-image] Feb 12 06:56:44.043 INFO O| Feb 12 06:56:44.042 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362026-02-12T06:56:44.823Z[ recovery-image] Feb 12 06:56:44.051 INFO O| Feb 12 06:56:44.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
71372026-02-12T06:56:44.826Z[ recovery-image] Feb 12 06:56:44.051 INFO O| Feb 12 06:56:44.051 INFO STEP 740 (remove_files) COMPLETE
71382026-02-12T06:56:44.826Z[ recovery-image] Feb 12 06:56:44.052 INFO O| Feb 12 06:56:44.051 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392026-02-12T06:56:44.832Z[ recovery-image] Feb 12 06:56:44.060 INFO O| Feb 12 06:56:44.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
71402026-02-12T06:56:44.832Z[ recovery-image] Feb 12 06:56:44.060 INFO O| Feb 12 06:56:44.060 INFO STEP 741 (remove_files) COMPLETE
71412026-02-12T06:56:44.835Z[ recovery-image] Feb 12 06:56:44.060 INFO O| Feb 12 06:56:44.060 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422026-02-12T06:56:44.843Z[ recovery-image] Feb 12 06:56:44.070 INFO O| Feb 12 06:56:44.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
71432026-02-12T06:56:44.843Z[ recovery-image] Feb 12 06:56:44.070 INFO O| Feb 12 06:56:44.070 INFO STEP 742 (remove_files) COMPLETE
71442026-02-12T06:56:44.846Z[ recovery-image] Feb 12 06:56:44.070 INFO O| Feb 12 06:56:44.070 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452026-02-12T06:56:44.854Z[ recovery-image] Feb 12 06:56:44.082 INFO O| Feb 12 06:56:44.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
71462026-02-12T06:56:44.857Z[ recovery-image] Feb 12 06:56:44.082 INFO O| Feb 12 06:56:44.082 INFO STEP 743 (remove_files) COMPLETE
71472026-02-12T06:56:44.857Z[ recovery-image] Feb 12 06:56:44.082 INFO O| Feb 12 06:56:44.082 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482026-02-12T06:56:44.867Z[ recovery-image] Feb 12 06:56:44.095 INFO O| Feb 12 06:56:44.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
71492026-02-12T06:56:44.870Z[ recovery-image] Feb 12 06:56:44.095 INFO O| Feb 12 06:56:44.095 INFO STEP 744 (remove_files) COMPLETE
71502026-02-12T06:56:44.870Z[ recovery-image] Feb 12 06:56:44.095 INFO O| Feb 12 06:56:44.095 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512026-02-12T06:56:44.879Z[ recovery-image] Feb 12 06:56:44.107 INFO O| Feb 12 06:56:44.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
71522026-02-12T06:56:44.882Z[ recovery-image] Feb 12 06:56:44.107 INFO O| Feb 12 06:56:44.107 INFO STEP 745 (remove_files) COMPLETE
71532026-02-12T06:56:44.882Z[ recovery-image] Feb 12 06:56:44.107 INFO O| Feb 12 06:56:44.107 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542026-02-12T06:56:44.892Z[ recovery-image] Feb 12 06:56:44.120 INFO O| Feb 12 06:56:44.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
71552026-02-12T06:56:44.895Z[ recovery-image] Feb 12 06:56:44.120 INFO O| Feb 12 06:56:44.120 INFO STEP 746 (remove_files) COMPLETE
71562026-02-12T06:56:44.895Z[ recovery-image] Feb 12 06:56:44.120 INFO O| Feb 12 06:56:44.120 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572026-02-12T06:56:44.904Z[ recovery-image] Feb 12 06:56:44.132 INFO O| Feb 12 06:56:44.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
71582026-02-12T06:56:44.907Z[ recovery-image] Feb 12 06:56:44.132 INFO O| Feb 12 06:56:44.132 INFO STEP 747 (remove_files) COMPLETE
71592026-02-12T06:56:44.907Z[ recovery-image] Feb 12 06:56:44.132 INFO O| Feb 12 06:56:44.132 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602026-02-12T06:56:44.917Z[ recovery-image] Feb 12 06:56:44.145 INFO O| Feb 12 06:56:44.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
71612026-02-12T06:56:44.920Z[ recovery-image] Feb 12 06:56:44.145 INFO O| Feb 12 06:56:44.145 INFO STEP 748 (remove_files) COMPLETE
71622026-02-12T06:56:44.920Z[ recovery-image] Feb 12 06:56:44.145 INFO O| Feb 12 06:56:44.145 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632026-02-12T06:56:44.929Z[ recovery-image] Feb 12 06:56:44.157 INFO O| Feb 12 06:56:44.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
71642026-02-12T06:56:44.932Z[ recovery-image] Feb 12 06:56:44.157 INFO O| Feb 12 06:56:44.157 INFO STEP 749 (remove_files) COMPLETE
71652026-02-12T06:56:44.932Z[ recovery-image] Feb 12 06:56:44.157 INFO O| Feb 12 06:56:44.157 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662026-02-12T06:56:44.942Z[ recovery-image] Feb 12 06:56:44.170 INFO O| Feb 12 06:56:44.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
71672026-02-12T06:56:44.945Z[ recovery-image] Feb 12 06:56:44.170 INFO O| Feb 12 06:56:44.170 INFO STEP 750 (remove_files) COMPLETE
71682026-02-12T06:56:44.945Z[ recovery-image] Feb 12 06:56:44.170 INFO O| Feb 12 06:56:44.170 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692026-02-12T06:56:44.955Z[ recovery-image] Feb 12 06:56:44.183 INFO O| Feb 12 06:56:44.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
71702026-02-12T06:56:44.958Z[ recovery-image] Feb 12 06:56:44.183 INFO O| Feb 12 06:56:44.183 INFO STEP 751 (remove_files) COMPLETE
71712026-02-12T06:56:44.958Z[ recovery-image] Feb 12 06:56:44.183 INFO O| Feb 12 06:56:44.183 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722026-02-12T06:56:44.967Z[ recovery-image] Feb 12 06:56:44.195 INFO O| Feb 12 06:56:44.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
71732026-02-12T06:56:44.970Z[ recovery-image] Feb 12 06:56:44.195 INFO O| Feb 12 06:56:44.195 INFO STEP 752 (remove_files) COMPLETE
71742026-02-12T06:56:44.970Z[ recovery-image] Feb 12 06:56:44.195 INFO O| Feb 12 06:56:44.195 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752026-02-12T06:56:44.979Z[ recovery-image] Feb 12 06:56:44.207 INFO O| Feb 12 06:56:44.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
71762026-02-12T06:56:44.979Z[ recovery-image] Feb 12 06:56:44.207 INFO O| Feb 12 06:56:44.207 INFO STEP 753 (remove_files) COMPLETE
71772026-02-12T06:56:44.982Z[ recovery-image] Feb 12 06:56:44.207 INFO O| Feb 12 06:56:44.207 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782026-02-12T06:56:44.991Z[ recovery-image] Feb 12 06:56:44.218 INFO O| Feb 12 06:56:44.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
71792026-02-12T06:56:44.994Z[ recovery-image] Feb 12 06:56:44.219 INFO O| Feb 12 06:56:44.219 INFO STEP 754 (remove_files) COMPLETE
71802026-02-12T06:56:44.994Z[ recovery-image] Feb 12 06:56:44.219 INFO O| Feb 12 06:56:44.219 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812026-02-12T06:56:45.004Z[ recovery-image] Feb 12 06:56:44.232 INFO O| Feb 12 06:56:44.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
71822026-02-12T06:56:45.007Z[ recovery-image] Feb 12 06:56:44.232 INFO O| Feb 12 06:56:44.232 INFO STEP 755 (remove_files) COMPLETE
71832026-02-12T06:56:45.007Z[ recovery-image] Feb 12 06:56:44.232 INFO O| Feb 12 06:56:44.232 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842026-02-12T06:56:45.016Z[ recovery-image] Feb 12 06:56:44.244 INFO O| Feb 12 06:56:44.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
71852026-02-12T06:56:45.016Z[ recovery-image] Feb 12 06:56:44.244 INFO O| Feb 12 06:56:44.244 INFO STEP 756 (remove_files) COMPLETE
71862026-02-12T06:56:45.020Z[ recovery-image] Feb 12 06:56:44.244 INFO O| Feb 12 06:56:44.244 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872026-02-12T06:56:45.030Z[ recovery-image] Feb 12 06:56:44.257 INFO O| Feb 12 06:56:44.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
71882026-02-12T06:56:45.033Z[ recovery-image] Feb 12 06:56:44.257 INFO O| Feb 12 06:56:44.257 INFO STEP 757 (remove_files) COMPLETE
71892026-02-12T06:56:45.033Z[ recovery-image] Feb 12 06:56:44.257 INFO O| Feb 12 06:56:44.257 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902026-02-12T06:56:45.041Z[ recovery-image] Feb 12 06:56:44.269 INFO O| Feb 12 06:56:44.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
71912026-02-12T06:56:45.044Z[ recovery-image] Feb 12 06:56:44.269 INFO O| Feb 12 06:56:44.269 INFO STEP 758 (remove_files) COMPLETE
71922026-02-12T06:56:45.044Z[ recovery-image] Feb 12 06:56:44.269 INFO O| Feb 12 06:56:44.269 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932026-02-12T06:56:45.053Z[ recovery-image] Feb 12 06:56:44.281 INFO O| Feb 12 06:56:44.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
71942026-02-12T06:56:45.056Z[ recovery-image] Feb 12 06:56:44.281 INFO O| Feb 12 06:56:44.281 INFO STEP 759 (remove_files) COMPLETE
71952026-02-12T06:56:45.056Z[ recovery-image] Feb 12 06:56:44.281 INFO O| Feb 12 06:56:44.281 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962026-02-12T06:56:45.065Z[ recovery-image] Feb 12 06:56:44.292 INFO O| Feb 12 06:56:44.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
71972026-02-12T06:56:45.065Z[ recovery-image] Feb 12 06:56:44.293 INFO O| Feb 12 06:56:44.292 INFO STEP 760 (remove_files) COMPLETE
71982026-02-12T06:56:45.068Z[ recovery-image] Feb 12 06:56:44.293 INFO O| Feb 12 06:56:44.292 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992026-02-12T06:56:45.074Z[ recovery-image] Feb 12 06:56:44.302 INFO O| Feb 12 06:56:44.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
72002026-02-12T06:56:45.074Z[ recovery-image] Feb 12 06:56:44.302 INFO O| Feb 12 06:56:44.302 INFO STEP 761 (remove_files) COMPLETE
72012026-02-12T06:56:45.077Z[ recovery-image] Feb 12 06:56:44.302 INFO O| Feb 12 06:56:44.302 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022026-02-12T06:56:45.086Z[ recovery-image] Feb 12 06:56:44.313 INFO O| Feb 12 06:56:44.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
72032026-02-12T06:56:45.089Z[ recovery-image] Feb 12 06:56:44.314 INFO O| Feb 12 06:56:44.314 INFO STEP 762 (remove_files) COMPLETE
72042026-02-12T06:56:45.089Z[ recovery-image] Feb 12 06:56:44.315 INFO O| Feb 12 06:56:44.314 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052026-02-12T06:56:45.101Z[ recovery-image] Feb 12 06:56:44.327 INFO O| Feb 12 06:56:44.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
72062026-02-12T06:56:45.104Z[ recovery-image] Feb 12 06:56:44.327 INFO O| Feb 12 06:56:44.327 INFO STEP 763 (remove_files) COMPLETE
72072026-02-12T06:56:45.104Z[ recovery-image] Feb 12 06:56:44.327 INFO O| Feb 12 06:56:44.327 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082026-02-12T06:56:45.108Z[ recovery-image] Feb 12 06:56:44.336 INFO O| Feb 12 06:56:44.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
72092026-02-12T06:56:45.108Z[ recovery-image] Feb 12 06:56:44.336 INFO O| Feb 12 06:56:44.336 INFO STEP 764 (remove_files) COMPLETE
72102026-02-12T06:56:45.111Z[ recovery-image] Feb 12 06:56:44.336 INFO O| Feb 12 06:56:44.336 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112026-02-12T06:56:45.120Z[ recovery-image] Feb 12 06:56:44.348 INFO O| Feb 12 06:56:44.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
72122026-02-12T06:56:45.123Z[ recovery-image] Feb 12 06:56:44.348 INFO O| Feb 12 06:56:44.348 INFO STEP 765 (remove_files) COMPLETE
72132026-02-12T06:56:45.123Z[ recovery-image] Feb 12 06:56:44.348 INFO O| Feb 12 06:56:44.348 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142026-02-12T06:56:45.139Z[ recovery-image] Feb 12 06:56:44.358 INFO O| Feb 12 06:56:44.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
72152026-02-12T06:56:45.139Z[ recovery-image] Feb 12 06:56:44.358 INFO O| Feb 12 06:56:44.358 INFO STEP 766 (remove_files) COMPLETE
72162026-02-12T06:56:45.139Z[ recovery-image] Feb 12 06:56:44.358 INFO O| Feb 12 06:56:44.358 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172026-02-12T06:56:45.142Z[ recovery-image] Feb 12 06:56:44.368 INFO O| Feb 12 06:56:44.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
72182026-02-12T06:56:45.142Z[ recovery-image] Feb 12 06:56:44.368 INFO O| Feb 12 06:56:44.368 INFO STEP 767 (remove_files) COMPLETE
72192026-02-12T06:56:45.142Z[ recovery-image] Feb 12 06:56:44.368 INFO O| Feb 12 06:56:44.368 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202026-02-12T06:56:45.153Z[ recovery-image] Feb 12 06:56:44.381 INFO O| Feb 12 06:56:44.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
72212026-02-12T06:56:45.153Z[ recovery-image] Feb 12 06:56:44.381 INFO O| Feb 12 06:56:44.381 INFO STEP 768 (remove_files) COMPLETE
72222026-02-12T06:56:45.153Z[ recovery-image] Feb 12 06:56:44.381 INFO O| Feb 12 06:56:44.381 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232026-02-12T06:56:45.165Z[ recovery-image] Feb 12 06:56:44.393 INFO O| Feb 12 06:56:44.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
72242026-02-12T06:56:45.165Z[ recovery-image] Feb 12 06:56:44.393 INFO O| Feb 12 06:56:44.393 INFO STEP 769 (remove_files) COMPLETE
72252026-02-12T06:56:45.168Z[ recovery-image] Feb 12 06:56:44.393 INFO O| Feb 12 06:56:44.393 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262026-02-12T06:56:45.176Z[ recovery-image] Feb 12 06:56:44.404 INFO O| Feb 12 06:56:44.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
72272026-02-12T06:56:45.179Z[ recovery-image] Feb 12 06:56:44.404 INFO O| Feb 12 06:56:44.404 INFO STEP 770 (remove_files) COMPLETE
72282026-02-12T06:56:45.179Z[ recovery-image] Feb 12 06:56:44.404 INFO O| Feb 12 06:56:44.404 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292026-02-12T06:56:45.188Z[ recovery-image] Feb 12 06:56:44.416 INFO O| Feb 12 06:56:44.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
72302026-02-12T06:56:45.191Z[ recovery-image] Feb 12 06:56:44.416 INFO O| Feb 12 06:56:44.416 INFO STEP 771 (remove_files) COMPLETE
72312026-02-12T06:56:45.191Z[ recovery-image] Feb 12 06:56:44.416 INFO O| Feb 12 06:56:44.416 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322026-02-12T06:56:45.201Z[ recovery-image] Feb 12 06:56:44.428 INFO O| Feb 12 06:56:44.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
72332026-02-12T06:56:45.201Z[ recovery-image] Feb 12 06:56:44.429 INFO O| Feb 12 06:56:44.429 INFO STEP 772 (remove_files) COMPLETE
72342026-02-12T06:56:45.204Z[ recovery-image] Feb 12 06:56:44.429 INFO O| Feb 12 06:56:44.429 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352026-02-12T06:56:45.214Z[ recovery-image] Feb 12 06:56:44.440 INFO O| Feb 12 06:56:44.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
72362026-02-12T06:56:45.217Z[ recovery-image] Feb 12 06:56:44.440 INFO O| Feb 12 06:56:44.440 INFO STEP 773 (remove_files) COMPLETE
72372026-02-12T06:56:45.217Z[ recovery-image] Feb 12 06:56:44.440 INFO O| Feb 12 06:56:44.440 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382026-02-12T06:56:45.225Z[ recovery-image] Feb 12 06:56:44.452 INFO O| Feb 12 06:56:44.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
72392026-02-12T06:56:45.228Z[ recovery-image] Feb 12 06:56:44.452 INFO O| Feb 12 06:56:44.452 INFO STEP 774 (remove_files) COMPLETE
72402026-02-12T06:56:45.228Z[ recovery-image] Feb 12 06:56:44.453 INFO O| Feb 12 06:56:44.452 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412026-02-12T06:56:45.236Z[ recovery-image] Feb 12 06:56:44.464 INFO O| Feb 12 06:56:44.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
72422026-02-12T06:56:45.239Z[ recovery-image] Feb 12 06:56:44.464 INFO O| Feb 12 06:56:44.464 INFO STEP 775 (remove_files) COMPLETE
72432026-02-12T06:56:45.239Z[ recovery-image] Feb 12 06:56:44.464 INFO O| Feb 12 06:56:44.464 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442026-02-12T06:56:45.248Z[ recovery-image] Feb 12 06:56:44.476 INFO O| Feb 12 06:56:44.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
72452026-02-12T06:56:45.251Z[ recovery-image] Feb 12 06:56:44.476 INFO O| Feb 12 06:56:44.476 INFO STEP 776 (remove_files) COMPLETE
72462026-02-12T06:56:45.252Z[ recovery-image] Feb 12 06:56:44.476 INFO O| Feb 12 06:56:44.476 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472026-02-12T06:56:45.257Z[ recovery-image] Feb 12 06:56:44.485 INFO O| Feb 12 06:56:44.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
72482026-02-12T06:56:45.261Z[ recovery-image] Feb 12 06:56:44.486 INFO O| Feb 12 06:56:44.486 INFO STEP 777 (remove_files) COMPLETE
72492026-02-12T06:56:45.261Z[ recovery-image] Feb 12 06:56:44.487 INFO O| Feb 12 06:56:44.486 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502026-02-12T06:56:45.271Z[ recovery-image] Feb 12 06:56:44.498 INFO O| Feb 12 06:56:44.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
72512026-02-12T06:56:45.271Z[ recovery-image] Feb 12 06:56:44.498 INFO O| Feb 12 06:56:44.498 INFO STEP 778 (remove_files) COMPLETE
72522026-02-12T06:56:45.274Z[ recovery-image] Feb 12 06:56:44.498 INFO O| Feb 12 06:56:44.498 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532026-02-12T06:56:45.282Z[ recovery-image] Feb 12 06:56:44.510 INFO O| Feb 12 06:56:44.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
72542026-02-12T06:56:45.285Z[ recovery-image] Feb 12 06:56:44.510 INFO O| Feb 12 06:56:44.510 INFO STEP 779 (remove_files) COMPLETE
72552026-02-12T06:56:45.285Z[ recovery-image] Feb 12 06:56:44.510 INFO O| Feb 12 06:56:44.510 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562026-02-12T06:56:45.295Z[ recovery-image] Feb 12 06:56:44.522 INFO O| Feb 12 06:56:44.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
72572026-02-12T06:56:45.295Z[ recovery-image] Feb 12 06:56:44.522 INFO O| Feb 12 06:56:44.522 INFO STEP 780 (remove_files) COMPLETE
72582026-02-12T06:56:45.297Z[ recovery-image] Feb 12 06:56:44.522 INFO O| Feb 12 06:56:44.522 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592026-02-12T06:56:45.305Z[ recovery-image] Feb 12 06:56:44.532 INFO O| Feb 12 06:56:44.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
72602026-02-12T06:56:45.308Z[ recovery-image] Feb 12 06:56:44.532 INFO O| Feb 12 06:56:44.532 INFO STEP 781 (remove_files) COMPLETE
72612026-02-12T06:56:45.308Z[ recovery-image] Feb 12 06:56:44.533 INFO O| Feb 12 06:56:44.532 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622026-02-12T06:56:45.316Z[ recovery-image] Feb 12 06:56:44.544 INFO O| Feb 12 06:56:44.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
72632026-02-12T06:56:45.319Z[ recovery-image] Feb 12 06:56:44.544 INFO O| Feb 12 06:56:44.544 INFO STEP 782 (remove_files) COMPLETE
72642026-02-12T06:56:45.319Z[ recovery-image] Feb 12 06:56:44.544 INFO O| Feb 12 06:56:44.544 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652026-02-12T06:56:45.328Z[ recovery-image] Feb 12 06:56:44.556 INFO O| Feb 12 06:56:44.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
72662026-02-12T06:56:45.331Z[ recovery-image] Feb 12 06:56:44.556 INFO O| Feb 12 06:56:44.556 INFO STEP 783 (remove_files) COMPLETE
72672026-02-12T06:56:45.331Z[ recovery-image] Feb 12 06:56:44.556 INFO O| Feb 12 06:56:44.556 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682026-02-12T06:56:45.341Z[ recovery-image] Feb 12 06:56:44.568 INFO O| Feb 12 06:56:44.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
72692026-02-12T06:56:45.341Z[ recovery-image] Feb 12 06:56:44.568 INFO O| Feb 12 06:56:44.568 INFO STEP 784 (remove_files) COMPLETE
72702026-02-12T06:56:45.344Z[ recovery-image] Feb 12 06:56:44.568 INFO O| Feb 12 06:56:44.568 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712026-02-12T06:56:45.352Z[ recovery-image] Feb 12 06:56:44.580 INFO O| Feb 12 06:56:44.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
72722026-02-12T06:56:45.355Z[ recovery-image] Feb 12 06:56:44.580 INFO O| Feb 12 06:56:44.580 INFO STEP 785 (remove_files) COMPLETE
72732026-02-12T06:56:45.355Z[ recovery-image] Feb 12 06:56:44.580 INFO O| Feb 12 06:56:44.580 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742026-02-12T06:56:45.362Z[ recovery-image] Feb 12 06:56:44.590 INFO O| Feb 12 06:56:44.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
72752026-02-12T06:56:45.362Z[ recovery-image] Feb 12 06:56:44.590 INFO O| Feb 12 06:56:44.590 INFO STEP 786 (remove_files) COMPLETE
72762026-02-12T06:56:45.365Z[ recovery-image] Feb 12 06:56:44.590 INFO O| Feb 12 06:56:44.590 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772026-02-12T06:56:45.373Z[ recovery-image] Feb 12 06:56:44.601 INFO O| Feb 12 06:56:44.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
72782026-02-12T06:56:45.376Z[ recovery-image] Feb 12 06:56:44.601 INFO O| Feb 12 06:56:44.601 INFO STEP 787 (remove_files) COMPLETE
72792026-02-12T06:56:45.377Z[ recovery-image] Feb 12 06:56:44.601 INFO O| Feb 12 06:56:44.601 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802026-02-12T06:56:45.385Z[ recovery-image] Feb 12 06:56:44.613 INFO O| Feb 12 06:56:44.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
72812026-02-12T06:56:45.385Z[ recovery-image] Feb 12 06:56:44.613 INFO O| Feb 12 06:56:44.613 INFO STEP 788 (remove_files) COMPLETE
72822026-02-12T06:56:45.388Z[ recovery-image] Feb 12 06:56:44.613 INFO O| Feb 12 06:56:44.613 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832026-02-12T06:56:45.396Z[ recovery-image] Feb 12 06:56:44.624 INFO O| Feb 12 06:56:44.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
72842026-02-12T06:56:45.399Z[ recovery-image] Feb 12 06:56:44.624 INFO O| Feb 12 06:56:44.624 INFO STEP 789 (remove_files) COMPLETE
72852026-02-12T06:56:45.399Z[ recovery-image] Feb 12 06:56:44.624 INFO O| Feb 12 06:56:44.624 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862026-02-12T06:56:45.409Z[ recovery-image] Feb 12 06:56:44.635 INFO O| Feb 12 06:56:44.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
72872026-02-12T06:56:45.409Z[ recovery-image] Feb 12 06:56:44.636 INFO O| Feb 12 06:56:44.636 INFO STEP 790 (remove_files) COMPLETE
72882026-02-12T06:56:45.412Z[ recovery-image] Feb 12 06:56:44.636 INFO O| Feb 12 06:56:44.636 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892026-02-12T06:56:45.420Z[ recovery-image] Feb 12 06:56:44.648 INFO O| Feb 12 06:56:44.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
72902026-02-12T06:56:45.420Z[ recovery-image] Feb 12 06:56:44.648 INFO O| Feb 12 06:56:44.648 INFO STEP 791 (remove_files) COMPLETE
72912026-02-12T06:56:45.424Z[ recovery-image] Feb 12 06:56:44.648 INFO O| Feb 12 06:56:44.648 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922026-02-12T06:56:45.432Z[ recovery-image] Feb 12 06:56:44.660 INFO O| Feb 12 06:56:44.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
72932026-02-12T06:56:45.435Z[ recovery-image] Feb 12 06:56:44.660 INFO O| Feb 12 06:56:44.660 INFO STEP 792 (remove_files) COMPLETE
72942026-02-12T06:56:45.435Z[ recovery-image] Feb 12 06:56:44.660 INFO O| Feb 12 06:56:44.660 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952026-02-12T06:56:45.445Z[ recovery-image] Feb 12 06:56:44.673 INFO O| Feb 12 06:56:44.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
72962026-02-12T06:56:45.445Z[ recovery-image] Feb 12 06:56:44.673 INFO O| Feb 12 06:56:44.673 INFO STEP 793 (remove_files) COMPLETE
72972026-02-12T06:56:45.448Z[ recovery-image] Feb 12 06:56:44.673 INFO O| Feb 12 06:56:44.673 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982026-02-12T06:56:45.456Z[ recovery-image] Feb 12 06:56:44.684 INFO O| Feb 12 06:56:44.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
72992026-02-12T06:56:45.456Z[ recovery-image] Feb 12 06:56:44.684 INFO O| Feb 12 06:56:44.684 INFO STEP 794 (remove_files) COMPLETE
73002026-02-12T06:56:45.460Z[ recovery-image] Feb 12 06:56:44.684 INFO O| Feb 12 06:56:44.684 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012026-02-12T06:56:45.469Z[ recovery-image] Feb 12 06:56:44.697 INFO O| Feb 12 06:56:44.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
73022026-02-12T06:56:45.472Z[ recovery-image] Feb 12 06:56:44.697 INFO O| Feb 12 06:56:44.697 INFO STEP 795 (remove_files) COMPLETE
73032026-02-12T06:56:45.472Z[ recovery-image] Feb 12 06:56:44.697 INFO O| Feb 12 06:56:44.697 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042026-02-12T06:56:45.482Z[ recovery-image] Feb 12 06:56:44.709 INFO O| Feb 12 06:56:44.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
73052026-02-12T06:56:45.482Z[ recovery-image] Feb 12 06:56:44.709 INFO O| Feb 12 06:56:44.709 INFO STEP 796 (remove_files) COMPLETE
73062026-02-12T06:56:45.482Z[ recovery-image] Feb 12 06:56:44.709 INFO O| Feb 12 06:56:44.709 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072026-02-12T06:56:45.494Z[ recovery-image] Feb 12 06:56:44.721 INFO O| Feb 12 06:56:44.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
73082026-02-12T06:56:45.497Z[ recovery-image] Feb 12 06:56:44.721 INFO O| Feb 12 06:56:44.721 INFO STEP 797 (remove_files) COMPLETE
73092026-02-12T06:56:45.497Z[ recovery-image] Feb 12 06:56:44.722 INFO O| Feb 12 06:56:44.721 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102026-02-12T06:56:45.507Z[ recovery-image] Feb 12 06:56:44.735 INFO O| Feb 12 06:56:44.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
73112026-02-12T06:56:45.510Z[ recovery-image] Feb 12 06:56:44.735 INFO O| Feb 12 06:56:44.735 INFO STEP 798 (remove_files) COMPLETE
73122026-02-12T06:56:45.510Z[ recovery-image] Feb 12 06:56:44.735 INFO O| Feb 12 06:56:44.735 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132026-02-12T06:56:45.521Z[ recovery-image] Feb 12 06:56:44.748 INFO O| Feb 12 06:56:44.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
73142026-02-12T06:56:45.521Z[ recovery-image] Feb 12 06:56:44.749 INFO O| Feb 12 06:56:44.748 INFO STEP 799 (remove_files) COMPLETE
73152026-02-12T06:56:45.524Z[ recovery-image] Feb 12 06:56:44.749 INFO O| Feb 12 06:56:44.748 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162026-02-12T06:56:45.531Z[ recovery-image] Feb 12 06:56:44.759 INFO O| Feb 12 06:56:44.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
73172026-02-12T06:56:45.531Z[ recovery-image] Feb 12 06:56:44.759 INFO O| Feb 12 06:56:44.759 INFO STEP 800 (remove_files) COMPLETE
73182026-02-12T06:56:45.531Z[ recovery-image] Feb 12 06:56:44.759 INFO O| Feb 12 06:56:44.759 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192026-02-12T06:56:45.544Z[ recovery-image] Feb 12 06:56:44.772 INFO O| Feb 12 06:56:44.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
73202026-02-12T06:56:45.547Z[ recovery-image] Feb 12 06:56:44.772 INFO O| Feb 12 06:56:44.772 INFO STEP 801 (remove_files) COMPLETE
73212026-02-12T06:56:45.548Z[ recovery-image] Feb 12 06:56:44.772 INFO O| Feb 12 06:56:44.772 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222026-02-12T06:56:45.555Z[ recovery-image] Feb 12 06:56:44.783 INFO O| Feb 12 06:56:44.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
73232026-02-12T06:56:45.558Z[ recovery-image] Feb 12 06:56:44.783 INFO O| Feb 12 06:56:44.783 INFO STEP 802 (remove_files) COMPLETE
73242026-02-12T06:56:45.558Z[ recovery-image] Feb 12 06:56:44.783 INFO O| Feb 12 06:56:44.783 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252026-02-12T06:56:45.568Z[ recovery-image] Feb 12 06:56:44.795 INFO O| Feb 12 06:56:44.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
73262026-02-12T06:56:45.571Z[ recovery-image] Feb 12 06:56:44.795 INFO O| Feb 12 06:56:44.795 INFO STEP 803 (remove_files) COMPLETE
73272026-02-12T06:56:45.571Z[ recovery-image] Feb 12 06:56:44.796 INFO O| Feb 12 06:56:44.795 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282026-02-12T06:56:45.579Z[ recovery-image] Feb 12 06:56:44.807 INFO O| Feb 12 06:56:44.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
73292026-02-12T06:56:45.582Z[ recovery-image] Feb 12 06:56:44.807 INFO O| Feb 12 06:56:44.807 INFO STEP 804 (remove_files) COMPLETE
73302026-02-12T06:56:45.582Z[ recovery-image] Feb 12 06:56:44.807 INFO O| Feb 12 06:56:44.807 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312026-02-12T06:56:45.591Z[ recovery-image] Feb 12 06:56:44.819 INFO O| Feb 12 06:56:44.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
73322026-02-12T06:56:45.594Z[ recovery-image] Feb 12 06:56:44.819 INFO O| Feb 12 06:56:44.819 INFO STEP 805 (remove_files) COMPLETE
73332026-02-12T06:56:45.594Z[ recovery-image] Feb 12 06:56:44.819 INFO O| Feb 12 06:56:44.819 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342026-02-12T06:56:45.601Z[ recovery-image] Feb 12 06:56:44.828 INFO O| Feb 12 06:56:44.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
73352026-02-12T06:56:45.601Z[ recovery-image] Feb 12 06:56:44.828 INFO O| Feb 12 06:56:44.828 INFO STEP 806 (remove_files) COMPLETE
73362026-02-12T06:56:45.605Z[ recovery-image] Feb 12 06:56:44.829 INFO O| Feb 12 06:56:44.828 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372026-02-12T06:56:45.608Z[ recovery-image] Feb 12 06:56:44.836 INFO O| Feb 12 06:56:44.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
73382026-02-12T06:56:45.608Z[ recovery-image] Feb 12 06:56:44.836 INFO O| Feb 12 06:56:44.836 INFO STEP 807 (remove_files) COMPLETE
73392026-02-12T06:56:45.611Z[ recovery-image] Feb 12 06:56:44.836 INFO O| Feb 12 06:56:44.836 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402026-02-12T06:56:45.620Z[ recovery-image] Feb 12 06:56:44.848 INFO O| Feb 12 06:56:44.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
73412026-02-12T06:56:45.620Z[ recovery-image] Feb 12 06:56:44.848 INFO O| Feb 12 06:56:44.848 INFO STEP 808 (remove_files) COMPLETE
73422026-02-12T06:56:45.624Z[ recovery-image] Feb 12 06:56:44.848 INFO O| Feb 12 06:56:44.848 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432026-02-12T06:56:45.633Z[ recovery-image] Feb 12 06:56:44.860 INFO O| Feb 12 06:56:44.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
73442026-02-12T06:56:45.633Z[ recovery-image] Feb 12 06:56:44.860 INFO O| Feb 12 06:56:44.860 INFO STEP 809 (remove_files) COMPLETE
73452026-02-12T06:56:45.636Z[ recovery-image] Feb 12 06:56:44.860 INFO O| Feb 12 06:56:44.860 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462026-02-12T06:56:45.645Z[ recovery-image] Feb 12 06:56:44.872 INFO O| Feb 12 06:56:44.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
73472026-02-12T06:56:45.645Z[ recovery-image] Feb 12 06:56:44.872 INFO O| Feb 12 06:56:44.872 INFO STEP 810 (remove_files) COMPLETE
73482026-02-12T06:56:45.645Z[ recovery-image] Feb 12 06:56:44.872 INFO O| Feb 12 06:56:44.872 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492026-02-12T06:56:45.656Z[ recovery-image] Feb 12 06:56:44.883 INFO O| Feb 12 06:56:44.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
73502026-02-12T06:56:45.659Z[ recovery-image] Feb 12 06:56:44.884 INFO O| Feb 12 06:56:44.884 INFO STEP 811 (remove_files) COMPLETE
73512026-02-12T06:56:45.659Z[ recovery-image] Feb 12 06:56:44.884 INFO O| Feb 12 06:56:44.884 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522026-02-12T06:56:45.668Z[ recovery-image] Feb 12 06:56:44.895 INFO O| Feb 12 06:56:44.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
73532026-02-12T06:56:45.671Z[ recovery-image] Feb 12 06:56:44.896 INFO O| Feb 12 06:56:44.895 INFO STEP 812 (remove_files) COMPLETE
73542026-02-12T06:56:45.671Z[ recovery-image] Feb 12 06:56:44.896 INFO O| Feb 12 06:56:44.895 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552026-02-12T06:56:45.677Z[ recovery-image] Feb 12 06:56:44.904 INFO O| Feb 12 06:56:44.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
73562026-02-12T06:56:45.680Z[ recovery-image] Feb 12 06:56:44.905 INFO O| Feb 12 06:56:44.905 INFO STEP 813 (remove_files) COMPLETE
73572026-02-12T06:56:45.680Z[ recovery-image] Feb 12 06:56:44.905 INFO O| Feb 12 06:56:44.905 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582026-02-12T06:56:45.688Z[ recovery-image] Feb 12 06:56:44.915 INFO O| Feb 12 06:56:44.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
73592026-02-12T06:56:45.688Z[ recovery-image] Feb 12 06:56:44.915 INFO O| Feb 12 06:56:44.915 INFO STEP 814 (remove_files) COMPLETE
73602026-02-12T06:56:45.690Z[ recovery-image] Feb 12 06:56:44.915 INFO O| Feb 12 06:56:44.915 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612026-02-12T06:56:45.698Z[ recovery-image] Feb 12 06:56:44.926 INFO O| Feb 12 06:56:44.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
73622026-02-12T06:56:45.701Z[ recovery-image] Feb 12 06:56:44.926 INFO O| Feb 12 06:56:44.926 INFO STEP 815 (remove_files) COMPLETE
73632026-02-12T06:56:45.701Z[ recovery-image] Feb 12 06:56:44.926 INFO O| Feb 12 06:56:44.926 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642026-02-12T06:56:45.709Z[ recovery-image] Feb 12 06:56:44.937 INFO O| Feb 12 06:56:44.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
73652026-02-12T06:56:45.713Z[ recovery-image] Feb 12 06:56:44.937 INFO O| Feb 12 06:56:44.937 INFO STEP 816 (remove_files) COMPLETE
73662026-02-12T06:56:45.713Z[ recovery-image] Feb 12 06:56:44.937 INFO O| Feb 12 06:56:44.937 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672026-02-12T06:56:45.721Z[ recovery-image] Feb 12 06:56:44.949 INFO O| Feb 12 06:56:44.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
73682026-02-12T06:56:45.721Z[ recovery-image] Feb 12 06:56:44.949 INFO O| Feb 12 06:56:44.949 INFO STEP 817 (remove_files) COMPLETE
73692026-02-12T06:56:45.724Z[ recovery-image] Feb 12 06:56:44.949 INFO O| Feb 12 06:56:44.949 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702026-02-12T06:56:45.733Z[ recovery-image] Feb 12 06:56:44.960 INFO O| Feb 12 06:56:44.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
73712026-02-12T06:56:45.736Z[ recovery-image] Feb 12 06:56:44.960 INFO O| Feb 12 06:56:44.960 INFO STEP 818 (remove_files) COMPLETE
73722026-02-12T06:56:45.736Z[ recovery-image] Feb 12 06:56:44.961 INFO O| Feb 12 06:56:44.960 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732026-02-12T06:56:45.744Z[ recovery-image] Feb 12 06:56:44.972 INFO O| Feb 12 06:56:44.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
73742026-02-12T06:56:45.747Z[ recovery-image] Feb 12 06:56:44.972 INFO O| Feb 12 06:56:44.972 INFO STEP 819 (remove_files) COMPLETE
73752026-02-12T06:56:45.747Z[ recovery-image] Feb 12 06:56:44.972 INFO O| Feb 12 06:56:44.972 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762026-02-12T06:56:45.756Z[ recovery-image] Feb 12 06:56:44.984 INFO O| Feb 12 06:56:44.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
73772026-02-12T06:56:45.759Z[ recovery-image] Feb 12 06:56:44.984 INFO O| Feb 12 06:56:44.984 INFO STEP 820 (remove_files) COMPLETE
73782026-02-12T06:56:45.759Z[ recovery-image] Feb 12 06:56:44.984 INFO O| Feb 12 06:56:44.984 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792026-02-12T06:56:45.767Z[ recovery-image] Feb 12 06:56:44.995 INFO O| Feb 12 06:56:44.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
73802026-02-12T06:56:45.770Z[ recovery-image] Feb 12 06:56:44.995 INFO O| Feb 12 06:56:44.995 INFO STEP 821 (remove_files) COMPLETE
73812026-02-12T06:56:45.770Z[ recovery-image] Feb 12 06:56:44.995 INFO O| Feb 12 06:56:44.995 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822026-02-12T06:56:45.781Z[ recovery-image] Feb 12 06:56:45.008 INFO O| Feb 12 06:56:45.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
73832026-02-12T06:56:45.784Z[ recovery-image] Feb 12 06:56:45.008 INFO O| Feb 12 06:56:45.008 INFO STEP 822 (remove_files) COMPLETE
73842026-02-12T06:56:45.784Z[ recovery-image] Feb 12 06:56:45.008 INFO O| Feb 12 06:56:45.008 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852026-02-12T06:56:45.793Z[ recovery-image] Feb 12 06:56:45.021 INFO O| Feb 12 06:56:45.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
73862026-02-12T06:56:45.796Z[ recovery-image] Feb 12 06:56:45.021 INFO O| Feb 12 06:56:45.021 INFO STEP 823 (remove_files) COMPLETE
73872026-02-12T06:56:45.796Z[ recovery-image] Feb 12 06:56:45.021 INFO O| Feb 12 06:56:45.021 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882026-02-12T06:56:45.805Z[ recovery-image] Feb 12 06:56:45.032 INFO O| Feb 12 06:56:45.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
73892026-02-12T06:56:45.808Z[ recovery-image] Feb 12 06:56:45.032 INFO O| Feb 12 06:56:45.032 INFO STEP 824 (remove_files) COMPLETE
73902026-02-12T06:56:45.808Z[ recovery-image] Feb 12 06:56:45.032 INFO O| Feb 12 06:56:45.032 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912026-02-12T06:56:45.817Z[ recovery-image] Feb 12 06:56:45.044 INFO O| Feb 12 06:56:45.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
73922026-02-12T06:56:45.820Z[ recovery-image] Feb 12 06:56:45.045 INFO O| Feb 12 06:56:45.044 INFO STEP 825 (remove_files) COMPLETE
73932026-02-12T06:56:45.820Z[ recovery-image] Feb 12 06:56:45.045 INFO O| Feb 12 06:56:45.044 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942026-02-12T06:56:45.826Z[ recovery-image] Feb 12 06:56:45.054 INFO O| Feb 12 06:56:45.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
73952026-02-12T06:56:45.829Z[ recovery-image] Feb 12 06:56:45.054 INFO O| Feb 12 06:56:45.054 INFO STEP 826 (remove_files) COMPLETE
73962026-02-12T06:56:45.829Z[ recovery-image] Feb 12 06:56:45.054 INFO O| Feb 12 06:56:45.054 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972026-02-12T06:56:45.838Z[ recovery-image] Feb 12 06:56:45.065 INFO O| Feb 12 06:56:45.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
73982026-02-12T06:56:45.841Z[ recovery-image] Feb 12 06:56:45.065 INFO O| Feb 12 06:56:45.065 INFO STEP 827 (remove_files) COMPLETE
73992026-02-12T06:56:45.841Z[ recovery-image] Feb 12 06:56:45.065 INFO O| Feb 12 06:56:45.065 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002026-02-12T06:56:45.849Z[ recovery-image] Feb 12 06:56:45.077 INFO O| Feb 12 06:56:45.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
74012026-02-12T06:56:45.852Z[ recovery-image] Feb 12 06:56:45.077 INFO O| Feb 12 06:56:45.077 INFO STEP 828 (remove_files) COMPLETE
74022026-02-12T06:56:45.852Z[ recovery-image] Feb 12 06:56:45.077 INFO O| Feb 12 06:56:45.077 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032026-02-12T06:56:45.860Z[ recovery-image] Feb 12 06:56:45.088 INFO O| Feb 12 06:56:45.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
74042026-02-12T06:56:45.863Z[ recovery-image] Feb 12 06:56:45.088 INFO O| Feb 12 06:56:45.088 INFO STEP 829 (remove_files) COMPLETE
74052026-02-12T06:56:45.863Z[ recovery-image] Feb 12 06:56:45.088 INFO O| Feb 12 06:56:45.088 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062026-02-12T06:56:45.873Z[ recovery-image] Feb 12 06:56:45.100 INFO O| Feb 12 06:56:45.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
74072026-02-12T06:56:45.876Z[ recovery-image] Feb 12 06:56:45.100 INFO O| Feb 12 06:56:45.100 INFO STEP 830 (remove_files) COMPLETE
74082026-02-12T06:56:45.876Z[ recovery-image] Feb 12 06:56:45.101 INFO O| Feb 12 06:56:45.100 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092026-02-12T06:56:45.884Z[ recovery-image] Feb 12 06:56:45.112 INFO O| Feb 12 06:56:45.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
74102026-02-12T06:56:45.887Z[ recovery-image] Feb 12 06:56:45.112 INFO O| Feb 12 06:56:45.112 INFO STEP 831 (remove_files) COMPLETE
74112026-02-12T06:56:45.887Z[ recovery-image] Feb 12 06:56:45.112 INFO O| Feb 12 06:56:45.112 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122026-02-12T06:56:45.896Z[ recovery-image] Feb 12 06:56:45.124 INFO O| Feb 12 06:56:45.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
74132026-02-12T06:56:45.899Z[ recovery-image] Feb 12 06:56:45.124 INFO O| Feb 12 06:56:45.124 INFO STEP 832 (remove_files) COMPLETE
74142026-02-12T06:56:45.899Z[ recovery-image] Feb 12 06:56:45.124 INFO O| Feb 12 06:56:45.124 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152026-02-12T06:56:45.907Z[ recovery-image] Feb 12 06:56:45.135 INFO O| Feb 12 06:56:45.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
74162026-02-12T06:56:45.907Z[ recovery-image] Feb 12 06:56:45.135 INFO O| Feb 12 06:56:45.135 INFO STEP 833 (remove_files) COMPLETE
74172026-02-12T06:56:45.910Z[ recovery-image] Feb 12 06:56:45.135 INFO O| Feb 12 06:56:45.135 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182026-02-12T06:56:45.919Z[ recovery-image] Feb 12 06:56:45.147 INFO O| Feb 12 06:56:45.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
74192026-02-12T06:56:45.919Z[ recovery-image] Feb 12 06:56:45.147 INFO O| Feb 12 06:56:45.147 INFO STEP 834 (remove_files) COMPLETE
74202026-02-12T06:56:45.923Z[ recovery-image] Feb 12 06:56:45.147 INFO O| Feb 12 06:56:45.147 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212026-02-12T06:56:45.930Z[ recovery-image] Feb 12 06:56:45.158 INFO O| Feb 12 06:56:45.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
74222026-02-12T06:56:45.933Z[ recovery-image] Feb 12 06:56:45.158 INFO O| Feb 12 06:56:45.158 INFO STEP 835 (remove_files) COMPLETE
74232026-02-12T06:56:45.933Z[ recovery-image] Feb 12 06:56:45.158 INFO O| Feb 12 06:56:45.158 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242026-02-12T06:56:45.941Z[ recovery-image] Feb 12 06:56:45.169 INFO O| Feb 12 06:56:45.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
74252026-02-12T06:56:45.944Z[ recovery-image] Feb 12 06:56:45.169 INFO O| Feb 12 06:56:45.169 INFO STEP 836 (remove_files) COMPLETE
74262026-02-12T06:56:45.944Z[ recovery-image] Feb 12 06:56:45.169 INFO O| Feb 12 06:56:45.169 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272026-02-12T06:56:45.953Z[ recovery-image] Feb 12 06:56:45.180 INFO O| Feb 12 06:56:45.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
74282026-02-12T06:56:45.956Z[ recovery-image] Feb 12 06:56:45.180 INFO O| Feb 12 06:56:45.180 INFO STEP 837 (remove_files) COMPLETE
74292026-02-12T06:56:45.956Z[ recovery-image] Feb 12 06:56:45.181 INFO O| Feb 12 06:56:45.180 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302026-02-12T06:56:45.964Z[ recovery-image] Feb 12 06:56:45.192 INFO O| Feb 12 06:56:45.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
74312026-02-12T06:56:45.967Z[ recovery-image] Feb 12 06:56:45.192 INFO O| Feb 12 06:56:45.192 INFO STEP 838 (remove_files) COMPLETE
74322026-02-12T06:56:45.967Z[ recovery-image] Feb 12 06:56:45.192 INFO O| Feb 12 06:56:45.192 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332026-02-12T06:56:45.977Z[ recovery-image] Feb 12 06:56:45.204 INFO O| Feb 12 06:56:45.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
74342026-02-12T06:56:45.980Z[ recovery-image] Feb 12 06:56:45.204 INFO O| Feb 12 06:56:45.204 INFO STEP 839 (remove_files) COMPLETE
74352026-02-12T06:56:45.980Z[ recovery-image] Feb 12 06:56:45.204 INFO O| Feb 12 06:56:45.204 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362026-02-12T06:56:45.989Z[ recovery-image] Feb 12 06:56:45.217 INFO O| Feb 12 06:56:45.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
74372026-02-12T06:56:45.992Z[ recovery-image] Feb 12 06:56:45.217 INFO O| Feb 12 06:56:45.217 INFO STEP 840 (remove_files) COMPLETE
74382026-02-12T06:56:45.992Z[ recovery-image] Feb 12 06:56:45.217 INFO O| Feb 12 06:56:45.217 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392026-02-12T06:56:46.001Z[ recovery-image] Feb 12 06:56:45.229 INFO O| Feb 12 06:56:45.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
74402026-02-12T06:56:46.004Z[ recovery-image] Feb 12 06:56:45.229 INFO O| Feb 12 06:56:45.229 INFO STEP 841 (remove_files) COMPLETE
74412026-02-12T06:56:46.004Z[ recovery-image] Feb 12 06:56:45.229 INFO O| Feb 12 06:56:45.229 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422026-02-12T06:56:46.012Z[ recovery-image] Feb 12 06:56:45.240 INFO O| Feb 12 06:56:45.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
74432026-02-12T06:56:46.015Z[ recovery-image] Feb 12 06:56:45.240 INFO O| Feb 12 06:56:45.240 INFO STEP 842 (remove_files) COMPLETE
74442026-02-12T06:56:46.015Z[ recovery-image] Feb 12 06:56:45.240 INFO O| Feb 12 06:56:45.240 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452026-02-12T06:56:46.023Z[ recovery-image] Feb 12 06:56:45.250 INFO O| Feb 12 06:56:45.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
74462026-02-12T06:56:46.023Z[ recovery-image] Feb 12 06:56:45.251 INFO O| Feb 12 06:56:45.251 INFO STEP 843 (remove_files) COMPLETE
74472026-02-12T06:56:46.023Z[ recovery-image] Feb 12 06:56:45.251 INFO O| Feb 12 06:56:45.251 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482026-02-12T06:56:46.035Z[ recovery-image] Feb 12 06:56:45.262 INFO O| Feb 12 06:56:45.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
74492026-02-12T06:56:46.035Z[ recovery-image] Feb 12 06:56:45.262 INFO O| Feb 12 06:56:45.262 INFO STEP 844 (remove_files) COMPLETE
74502026-02-12T06:56:46.035Z[ recovery-image] Feb 12 06:56:45.262 INFO O| Feb 12 06:56:45.262 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512026-02-12T06:56:46.046Z[ recovery-image] Feb 12 06:56:45.273 INFO O| Feb 12 06:56:45.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
74522026-02-12T06:56:46.049Z[ recovery-image] Feb 12 06:56:45.274 INFO O| Feb 12 06:56:45.274 INFO STEP 845 (remove_files) COMPLETE
74532026-02-12T06:56:46.049Z[ recovery-image] Feb 12 06:56:45.274 INFO O| Feb 12 06:56:45.274 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542026-02-12T06:56:46.056Z[ recovery-image] Feb 12 06:56:45.283 INFO O| Feb 12 06:56:45.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
74552026-02-12T06:56:46.059Z[ recovery-image] Feb 12 06:56:45.284 INFO O| Feb 12 06:56:45.283 INFO STEP 846 (remove_files) COMPLETE
74562026-02-12T06:56:46.059Z[ recovery-image] Feb 12 06:56:45.284 INFO O| Feb 12 06:56:45.284 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572026-02-12T06:56:46.068Z[ recovery-image] Feb 12 06:56:45.295 INFO O| Feb 12 06:56:45.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
74582026-02-12T06:56:46.070Z[ recovery-image] Feb 12 06:56:45.295 INFO O| Feb 12 06:56:45.295 INFO STEP 847 (remove_files) COMPLETE
74592026-02-12T06:56:46.070Z[ recovery-image] Feb 12 06:56:45.295 INFO O| Feb 12 06:56:45.295 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602026-02-12T06:56:46.077Z[ recovery-image] Feb 12 06:56:45.305 INFO O| Feb 12 06:56:45.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
74612026-02-12T06:56:46.077Z[ recovery-image] Feb 12 06:56:45.305 INFO O| Feb 12 06:56:45.305 INFO STEP 848 (remove_files) COMPLETE
74622026-02-12T06:56:46.080Z[ recovery-image] Feb 12 06:56:45.305 INFO O| Feb 12 06:56:45.305 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632026-02-12T06:56:46.086Z[ recovery-image] Feb 12 06:56:45.313 INFO O| Feb 12 06:56:45.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
74642026-02-12T06:56:46.089Z[ recovery-image] Feb 12 06:56:45.314 INFO O| Feb 12 06:56:45.314 INFO STEP 849 (remove_files) COMPLETE
74652026-02-12T06:56:46.089Z[ recovery-image] Feb 12 06:56:45.314 INFO O| Feb 12 06:56:45.314 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662026-02-12T06:56:46.096Z[ recovery-image] Feb 12 06:56:45.324 INFO O| Feb 12 06:56:45.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
74672026-02-12T06:56:46.099Z[ recovery-image] Feb 12 06:56:45.324 INFO O| Feb 12 06:56:45.324 INFO STEP 850 (remove_files) COMPLETE
74682026-02-12T06:56:46.099Z[ recovery-image] Feb 12 06:56:45.324 INFO O| Feb 12 06:56:45.324 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692026-02-12T06:56:46.107Z[ recovery-image] Feb 12 06:56:45.335 INFO O| Feb 12 06:56:45.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
74702026-02-12T06:56:46.107Z[ recovery-image] Feb 12 06:56:45.335 INFO O| Feb 12 06:56:45.335 INFO STEP 851 (remove_files) COMPLETE
74712026-02-12T06:56:46.107Z[ recovery-image] Feb 12 06:56:45.335 INFO O| Feb 12 06:56:45.335 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722026-02-12T06:56:46.118Z[ recovery-image] Feb 12 06:56:45.346 INFO O| Feb 12 06:56:45.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
74732026-02-12T06:56:46.118Z[ recovery-image] Feb 12 06:56:45.346 INFO O| Feb 12 06:56:45.346 INFO STEP 852 (remove_files) COMPLETE
74742026-02-12T06:56:46.121Z[ recovery-image] Feb 12 06:56:45.346 INFO O| Feb 12 06:56:45.346 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752026-02-12T06:56:46.130Z[ recovery-image] Feb 12 06:56:45.357 INFO O| Feb 12 06:56:45.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
74762026-02-12T06:56:46.132Z[ recovery-image] Feb 12 06:56:45.357 INFO O| Feb 12 06:56:45.357 INFO STEP 853 (remove_files) COMPLETE
74772026-02-12T06:56:46.133Z[ recovery-image] Feb 12 06:56:45.358 INFO O| Feb 12 06:56:45.357 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782026-02-12T06:56:46.140Z[ recovery-image] Feb 12 06:56:45.367 INFO O| Feb 12 06:56:45.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
74792026-02-12T06:56:46.143Z[ recovery-image] Feb 12 06:56:45.368 INFO O| Feb 12 06:56:45.368 INFO STEP 854 (remove_files) COMPLETE
74802026-02-12T06:56:46.143Z[ recovery-image] Feb 12 06:56:45.368 INFO O| Feb 12 06:56:45.368 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812026-02-12T06:56:46.151Z[ recovery-image] Feb 12 06:56:45.378 INFO O| Feb 12 06:56:45.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
74822026-02-12T06:56:46.153Z[ recovery-image] Feb 12 06:56:45.378 INFO O| Feb 12 06:56:45.378 INFO STEP 855 (remove_files) COMPLETE
74832026-02-12T06:56:46.153Z[ recovery-image] Feb 12 06:56:45.379 INFO O| Feb 12 06:56:45.378 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842026-02-12T06:56:46.159Z[ recovery-image] Feb 12 06:56:45.386 INFO O| Feb 12 06:56:45.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
74852026-02-12T06:56:46.162Z[ recovery-image] Feb 12 06:56:45.386 INFO O| Feb 12 06:56:45.386 INFO STEP 856 (remove_files) COMPLETE
74862026-02-12T06:56:46.162Z[ recovery-image] Feb 12 06:56:45.387 INFO O| Feb 12 06:56:45.386 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872026-02-12T06:56:46.171Z[ recovery-image] Feb 12 06:56:45.399 INFO O| Feb 12 06:56:45.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
74882026-02-12T06:56:46.174Z[ recovery-image] Feb 12 06:56:45.399 INFO O| Feb 12 06:56:45.399 INFO STEP 857 (remove_files) COMPLETE
74892026-02-12T06:56:46.174Z[ recovery-image] Feb 12 06:56:45.399 INFO O| Feb 12 06:56:45.399 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902026-02-12T06:56:46.183Z[ recovery-image] Feb 12 06:56:45.411 INFO O| Feb 12 06:56:45.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
74912026-02-12T06:56:46.186Z[ recovery-image] Feb 12 06:56:45.411 INFO O| Feb 12 06:56:45.411 INFO STEP 858 (remove_files) COMPLETE
74922026-02-12T06:56:46.186Z[ recovery-image] Feb 12 06:56:45.411 INFO O| Feb 12 06:56:45.411 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932026-02-12T06:56:46.194Z[ recovery-image] Feb 12 06:56:45.422 INFO O| Feb 12 06:56:45.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
74942026-02-12T06:56:46.197Z[ recovery-image] Feb 12 06:56:45.422 INFO O| Feb 12 06:56:45.422 INFO STEP 859 (remove_files) COMPLETE
74952026-02-12T06:56:46.197Z[ recovery-image] Feb 12 06:56:45.422 INFO O| Feb 12 06:56:45.422 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962026-02-12T06:56:46.204Z[ recovery-image] Feb 12 06:56:45.431 INFO O| Feb 12 06:56:45.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
74972026-02-12T06:56:46.204Z[ recovery-image] Feb 12 06:56:45.432 INFO O| Feb 12 06:56:45.431 INFO STEP 860 (remove_files) COMPLETE
74982026-02-12T06:56:46.207Z[ recovery-image] Feb 12 06:56:45.432 INFO O| Feb 12 06:56:45.432 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992026-02-12T06:56:46.217Z[ recovery-image] Feb 12 06:56:45.444 INFO O| Feb 12 06:56:45.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
75002026-02-12T06:56:46.217Z[ recovery-image] Feb 12 06:56:45.444 INFO O| Feb 12 06:56:45.444 INFO STEP 861 (remove_files) COMPLETE
75012026-02-12T06:56:46.220Z[ recovery-image] Feb 12 06:56:45.444 INFO O| Feb 12 06:56:45.444 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022026-02-12T06:56:46.227Z[ recovery-image] Feb 12 06:56:45.454 INFO O| Feb 12 06:56:45.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
75032026-02-12T06:56:46.227Z[ recovery-image] Feb 12 06:56:45.454 INFO O| Feb 12 06:56:45.454 INFO STEP 862 (remove_files) COMPLETE
75042026-02-12T06:56:46.230Z[ recovery-image] Feb 12 06:56:45.454 INFO O| Feb 12 06:56:45.454 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052026-02-12T06:56:46.241Z[ recovery-image] Feb 12 06:56:45.467 INFO O| Feb 12 06:56:45.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
75062026-02-12T06:56:46.244Z[ recovery-image] Feb 12 06:56:45.467 INFO O| Feb 12 06:56:45.467 INFO STEP 863 (remove_files) COMPLETE
75072026-02-12T06:56:46.245Z[ recovery-image] Feb 12 06:56:45.467 INFO O| Feb 12 06:56:45.467 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082026-02-12T06:56:46.251Z[ recovery-image] Feb 12 06:56:45.479 INFO O| Feb 12 06:56:45.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
75092026-02-12T06:56:46.251Z[ recovery-image] Feb 12 06:56:45.479 INFO O| Feb 12 06:56:45.479 INFO STEP 864 (remove_files) COMPLETE
75102026-02-12T06:56:46.254Z[ recovery-image] Feb 12 06:56:45.479 INFO O| Feb 12 06:56:45.479 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112026-02-12T06:56:46.263Z[ recovery-image] Feb 12 06:56:45.491 INFO O| Feb 12 06:56:45.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
75122026-02-12T06:56:46.266Z[ recovery-image] Feb 12 06:56:45.491 INFO O| Feb 12 06:56:45.491 INFO STEP 865 (remove_files) COMPLETE
75132026-02-12T06:56:46.266Z[ recovery-image] Feb 12 06:56:45.491 INFO O| Feb 12 06:56:45.491 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142026-02-12T06:56:46.275Z[ recovery-image] Feb 12 06:56:45.503 INFO O| Feb 12 06:56:45.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
75152026-02-12T06:56:46.278Z[ recovery-image] Feb 12 06:56:45.503 INFO O| Feb 12 06:56:45.503 INFO STEP 866 (remove_files) COMPLETE
75162026-02-12T06:56:46.278Z[ recovery-image] Feb 12 06:56:45.503 INFO O| Feb 12 06:56:45.503 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172026-02-12T06:56:46.286Z[ recovery-image] Feb 12 06:56:45.514 INFO O| Feb 12 06:56:45.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
75182026-02-12T06:56:46.286Z[ recovery-image] Feb 12 06:56:45.514 INFO O| Feb 12 06:56:45.514 INFO STEP 867 (remove_files) COMPLETE
75192026-02-12T06:56:46.289Z[ recovery-image] Feb 12 06:56:45.514 INFO O| Feb 12 06:56:45.514 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202026-02-12T06:56:46.298Z[ recovery-image] Feb 12 06:56:45.525 INFO O| Feb 12 06:56:45.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
75212026-02-12T06:56:46.298Z[ recovery-image] Feb 12 06:56:45.525 INFO O| Feb 12 06:56:45.525 INFO STEP 868 (remove_files) COMPLETE
75222026-02-12T06:56:46.301Z[ recovery-image] Feb 12 06:56:45.525 INFO O| Feb 12 06:56:45.525 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232026-02-12T06:56:46.308Z[ recovery-image] Feb 12 06:56:45.535 INFO O| Feb 12 06:56:45.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
75242026-02-12T06:56:46.311Z[ recovery-image] Feb 12 06:56:45.535 INFO O| Feb 12 06:56:45.535 INFO STEP 869 (remove_files) COMPLETE
75252026-02-12T06:56:46.311Z[ recovery-image] Feb 12 06:56:45.535 INFO O| Feb 12 06:56:45.535 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262026-02-12T06:56:46.320Z[ recovery-image] Feb 12 06:56:45.548 INFO O| Feb 12 06:56:45.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
75272026-02-12T06:56:46.320Z[ recovery-image] Feb 12 06:56:45.548 INFO O| Feb 12 06:56:45.548 INFO STEP 870 (remove_files) COMPLETE
75282026-02-12T06:56:46.323Z[ recovery-image] Feb 12 06:56:45.548 INFO O| Feb 12 06:56:45.548 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292026-02-12T06:56:46.329Z[ recovery-image] Feb 12 06:56:45.557 INFO O| Feb 12 06:56:45.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
75302026-02-12T06:56:46.332Z[ recovery-image] Feb 12 06:56:45.557 INFO O| Feb 12 06:56:45.557 INFO STEP 871 (remove_files) COMPLETE
75312026-02-12T06:56:46.332Z[ recovery-image] Feb 12 06:56:45.557 INFO O| Feb 12 06:56:45.557 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322026-02-12T06:56:46.341Z[ recovery-image] Feb 12 06:56:45.567 INFO O| Feb 12 06:56:45.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
75332026-02-12T06:56:46.344Z[ recovery-image] Feb 12 06:56:45.567 INFO O| Feb 12 06:56:45.567 INFO STEP 872 (remove_files) COMPLETE
75342026-02-12T06:56:46.344Z[ recovery-image] Feb 12 06:56:45.567 INFO O| Feb 12 06:56:45.567 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352026-02-12T06:56:46.351Z[ recovery-image] Feb 12 06:56:45.579 INFO O| Feb 12 06:56:45.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
75362026-02-12T06:56:46.351Z[ recovery-image] Feb 12 06:56:45.579 INFO O| Feb 12 06:56:45.579 INFO STEP 873 (remove_files) COMPLETE
75372026-02-12T06:56:46.354Z[ recovery-image] Feb 12 06:56:45.579 INFO O| Feb 12 06:56:45.579 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382026-02-12T06:56:46.365Z[ recovery-image] Feb 12 06:56:45.591 INFO O| Feb 12 06:56:45.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
75392026-02-12T06:56:46.366Z[ recovery-image] Feb 12 06:56:45.591 INFO O| Feb 12 06:56:45.591 INFO STEP 874 (remove_files) COMPLETE
75402026-02-12T06:56:46.369Z[ recovery-image] Feb 12 06:56:45.591 INFO O| Feb 12 06:56:45.591 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412026-02-12T06:56:46.375Z[ recovery-image] Feb 12 06:56:45.602 INFO O| Feb 12 06:56:45.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
75422026-02-12T06:56:46.375Z[ recovery-image] Feb 12 06:56:45.602 INFO O| Feb 12 06:56:45.602 INFO STEP 875 (remove_files) COMPLETE
75432026-02-12T06:56:46.379Z[ recovery-image] Feb 12 06:56:45.602 INFO O| Feb 12 06:56:45.602 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442026-02-12T06:56:46.387Z[ recovery-image] Feb 12 06:56:45.613 INFO O| Feb 12 06:56:45.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
75452026-02-12T06:56:46.387Z[ recovery-image] Feb 12 06:56:45.614 INFO O| Feb 12 06:56:45.613 INFO STEP 876 (remove_files) COMPLETE
75462026-02-12T06:56:46.391Z[ recovery-image] Feb 12 06:56:45.614 INFO O| Feb 12 06:56:45.614 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472026-02-12T06:56:46.400Z[ recovery-image] Feb 12 06:56:45.626 INFO O| Feb 12 06:56:45.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
75482026-02-12T06:56:46.403Z[ recovery-image] Feb 12 06:56:45.626 INFO O| Feb 12 06:56:45.626 INFO STEP 877 (remove_files) COMPLETE
75492026-02-12T06:56:46.403Z[ recovery-image] Feb 12 06:56:45.626 INFO O| Feb 12 06:56:45.626 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502026-02-12T06:56:46.412Z[ recovery-image] Feb 12 06:56:45.639 INFO O| Feb 12 06:56:45.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
75512026-02-12T06:56:46.412Z[ recovery-image] Feb 12 06:56:45.640 INFO O| Feb 12 06:56:45.640 INFO STEP 878 (remove_files) COMPLETE
75522026-02-12T06:56:46.415Z[ recovery-image] Feb 12 06:56:45.640 INFO O| Feb 12 06:56:45.640 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532026-02-12T06:56:46.424Z[ recovery-image] Feb 12 06:56:45.651 INFO O| Feb 12 06:56:45.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
75542026-02-12T06:56:46.427Z[ recovery-image] Feb 12 06:56:45.652 INFO O| Feb 12 06:56:45.652 INFO STEP 879 (remove_files) COMPLETE
75552026-02-12T06:56:46.427Z[ recovery-image] Feb 12 06:56:45.652 INFO O| Feb 12 06:56:45.652 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562026-02-12T06:56:46.435Z[ recovery-image] Feb 12 06:56:45.663 INFO O| Feb 12 06:56:45.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
75572026-02-12T06:56:46.438Z[ recovery-image] Feb 12 06:56:45.663 INFO O| Feb 12 06:56:45.663 INFO STEP 880 (remove_files) COMPLETE
75582026-02-12T06:56:46.438Z[ recovery-image] Feb 12 06:56:45.663 INFO O| Feb 12 06:56:45.663 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592026-02-12T06:56:46.447Z[ recovery-image] Feb 12 06:56:45.675 INFO O| Feb 12 06:56:45.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
75602026-02-12T06:56:46.450Z[ recovery-image] Feb 12 06:56:45.675 INFO O| Feb 12 06:56:45.675 INFO STEP 881 (remove_files) COMPLETE
75612026-02-12T06:56:46.450Z[ recovery-image] Feb 12 06:56:45.675 INFO O| Feb 12 06:56:45.675 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622026-02-12T06:56:46.458Z[ recovery-image] Feb 12 06:56:45.686 INFO O| Feb 12 06:56:45.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
75632026-02-12T06:56:46.458Z[ recovery-image] Feb 12 06:56:45.686 INFO O| Feb 12 06:56:45.686 INFO STEP 882 (remove_files) COMPLETE
75642026-02-12T06:56:46.461Z[ recovery-image] Feb 12 06:56:45.686 INFO O| Feb 12 06:56:45.686 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652026-02-12T06:56:46.469Z[ recovery-image] Feb 12 06:56:45.697 INFO O| Feb 12 06:56:45.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
75662026-02-12T06:56:46.473Z[ recovery-image] Feb 12 06:56:45.697 INFO O| Feb 12 06:56:45.697 INFO STEP 883 (remove_files) COMPLETE
75672026-02-12T06:56:46.473Z[ recovery-image] Feb 12 06:56:45.697 INFO O| Feb 12 06:56:45.697 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682026-02-12T06:56:46.480Z[ recovery-image] Feb 12 06:56:45.708 INFO O| Feb 12 06:56:45.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
75692026-02-12T06:56:46.483Z[ recovery-image] Feb 12 06:56:45.708 INFO O| Feb 12 06:56:45.708 INFO STEP 884 (remove_files) COMPLETE
75702026-02-12T06:56:46.483Z[ recovery-image] Feb 12 06:56:45.708 INFO O| Feb 12 06:56:45.708 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712026-02-12T06:56:46.492Z[ recovery-image] Feb 12 06:56:45.719 INFO O| Feb 12 06:56:45.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
75722026-02-12T06:56:46.495Z[ recovery-image] Feb 12 06:56:45.720 INFO O| Feb 12 06:56:45.719 INFO STEP 885 (remove_files) COMPLETE
75732026-02-12T06:56:46.495Z[ recovery-image] Feb 12 06:56:45.720 INFO O| Feb 12 06:56:45.719 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742026-02-12T06:56:46.502Z[ recovery-image] Feb 12 06:56:45.729 INFO O| Feb 12 06:56:45.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
75752026-02-12T06:56:46.502Z[ recovery-image] Feb 12 06:56:45.730 INFO O| Feb 12 06:56:45.730 INFO STEP 886 (remove_files) COMPLETE
75762026-02-12T06:56:46.502Z[ recovery-image] Feb 12 06:56:45.730 INFO O| Feb 12 06:56:45.730 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772026-02-12T06:56:46.513Z[ recovery-image] Feb 12 06:56:45.741 INFO O| Feb 12 06:56:45.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
75782026-02-12T06:56:46.516Z[ recovery-image] Feb 12 06:56:45.741 INFO O| Feb 12 06:56:45.741 INFO STEP 887 (remove_files) COMPLETE
75792026-02-12T06:56:46.517Z[ recovery-image] Feb 12 06:56:45.741 INFO O| Feb 12 06:56:45.741 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802026-02-12T06:56:46.525Z[ recovery-image] Feb 12 06:56:45.752 INFO O| Feb 12 06:56:45.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
75812026-02-12T06:56:46.528Z[ recovery-image] Feb 12 06:56:45.753 INFO O| Feb 12 06:56:45.753 INFO STEP 888 (remove_files) COMPLETE
75822026-02-12T06:56:46.528Z[ recovery-image] Feb 12 06:56:45.753 INFO O| Feb 12 06:56:45.753 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832026-02-12T06:56:46.536Z[ recovery-image] Feb 12 06:56:45.764 INFO O| Feb 12 06:56:45.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
75842026-02-12T06:56:46.539Z[ recovery-image] Feb 12 06:56:45.764 INFO O| Feb 12 06:56:45.764 INFO STEP 889 (remove_files) COMPLETE
75852026-02-12T06:56:46.539Z[ recovery-image] Feb 12 06:56:45.764 INFO O| Feb 12 06:56:45.764 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862026-02-12T06:56:46.548Z[ recovery-image] Feb 12 06:56:45.776 INFO O| Feb 12 06:56:45.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
75872026-02-12T06:56:46.551Z[ recovery-image] Feb 12 06:56:45.776 INFO O| Feb 12 06:56:45.776 INFO STEP 890 (remove_files) COMPLETE
75882026-02-12T06:56:46.551Z[ recovery-image] Feb 12 06:56:45.776 INFO O| Feb 12 06:56:45.776 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892026-02-12T06:56:46.559Z[ recovery-image] Feb 12 06:56:45.787 INFO O| Feb 12 06:56:45.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
75902026-02-12T06:56:46.563Z[ recovery-image] Feb 12 06:56:45.787 INFO O| Feb 12 06:56:45.787 INFO STEP 891 (remove_files) COMPLETE
75912026-02-12T06:56:46.563Z[ recovery-image] Feb 12 06:56:45.787 INFO O| Feb 12 06:56:45.787 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922026-02-12T06:56:46.571Z[ recovery-image] Feb 12 06:56:45.799 INFO O| Feb 12 06:56:45.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
75932026-02-12T06:56:46.574Z[ recovery-image] Feb 12 06:56:45.799 INFO O| Feb 12 06:56:45.799 INFO STEP 892 (remove_files) COMPLETE
75942026-02-12T06:56:46.574Z[ recovery-image] Feb 12 06:56:45.799 INFO O| Feb 12 06:56:45.799 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952026-02-12T06:56:46.583Z[ recovery-image] Feb 12 06:56:45.811 INFO O| Feb 12 06:56:45.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
75962026-02-12T06:56:46.583Z[ recovery-image] Feb 12 06:56:45.811 INFO O| Feb 12 06:56:45.811 INFO STEP 893 (remove_files) COMPLETE
75972026-02-12T06:56:46.587Z[ recovery-image] Feb 12 06:56:45.811 INFO O| Feb 12 06:56:45.811 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982026-02-12T06:56:46.595Z[ recovery-image] Feb 12 06:56:45.823 INFO O| Feb 12 06:56:45.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
75992026-02-12T06:56:46.598Z[ recovery-image] Feb 12 06:56:45.823 INFO O| Feb 12 06:56:45.823 INFO STEP 894 (remove_files) COMPLETE
76002026-02-12T06:56:46.598Z[ recovery-image] Feb 12 06:56:45.823 INFO O| Feb 12 06:56:45.823 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012026-02-12T06:56:46.606Z[ recovery-image] Feb 12 06:56:45.833 INFO O| Feb 12 06:56:45.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
76022026-02-12T06:56:46.609Z[ recovery-image] Feb 12 06:56:45.834 INFO O| Feb 12 06:56:45.834 INFO STEP 895 (remove_files) COMPLETE
76032026-02-12T06:56:46.609Z[ recovery-image] Feb 12 06:56:45.834 INFO O| Feb 12 06:56:45.834 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042026-02-12T06:56:46.618Z[ recovery-image] Feb 12 06:56:45.845 INFO O| Feb 12 06:56:45.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
76052026-02-12T06:56:46.621Z[ recovery-image] Feb 12 06:56:45.845 INFO O| Feb 12 06:56:45.845 INFO STEP 896 (remove_files) COMPLETE
76062026-02-12T06:56:46.621Z[ recovery-image] Feb 12 06:56:45.845 INFO O| Feb 12 06:56:45.845 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072026-02-12T06:56:46.627Z[ recovery-image] Feb 12 06:56:45.855 INFO O| Feb 12 06:56:45.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
76082026-02-12T06:56:46.631Z[ recovery-image] Feb 12 06:56:45.855 INFO O| Feb 12 06:56:45.855 INFO STEP 897 (remove_files) COMPLETE
76092026-02-12T06:56:46.631Z[ recovery-image] Feb 12 06:56:45.855 INFO O| Feb 12 06:56:45.855 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102026-02-12T06:56:46.639Z[ recovery-image] Feb 12 06:56:45.867 INFO O| Feb 12 06:56:45.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
76112026-02-12T06:56:46.639Z[ recovery-image] Feb 12 06:56:45.867 INFO O| Feb 12 06:56:45.867 INFO STEP 898 (remove_files) COMPLETE
76122026-02-12T06:56:46.642Z[ recovery-image] Feb 12 06:56:45.867 INFO O| Feb 12 06:56:45.867 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132026-02-12T06:56:46.652Z[ recovery-image] Feb 12 06:56:45.879 INFO O| Feb 12 06:56:45.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
76142026-02-12T06:56:46.652Z[ recovery-image] Feb 12 06:56:45.879 INFO O| Feb 12 06:56:45.879 INFO STEP 899 (remove_files) COMPLETE
76152026-02-12T06:56:46.652Z[ recovery-image] Feb 12 06:56:45.879 INFO O| Feb 12 06:56:45.879 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162026-02-12T06:56:46.663Z[ recovery-image] Feb 12 06:56:45.891 INFO O| Feb 12 06:56:45.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
76172026-02-12T06:56:46.663Z[ recovery-image] Feb 12 06:56:45.891 INFO O| Feb 12 06:56:45.891 INFO STEP 900 (remove_files) COMPLETE
76182026-02-12T06:56:46.667Z[ recovery-image] Feb 12 06:56:45.891 INFO O| Feb 12 06:56:45.891 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192026-02-12T06:56:46.676Z[ recovery-image] Feb 12 06:56:45.904 INFO O| Feb 12 06:56:45.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
76202026-02-12T06:56:46.676Z[ recovery-image] Feb 12 06:56:45.904 INFO O| Feb 12 06:56:45.904 INFO STEP 901 (remove_files) COMPLETE
76212026-02-12T06:56:46.680Z[ recovery-image] Feb 12 06:56:45.904 INFO O| Feb 12 06:56:45.904 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222026-02-12T06:56:46.688Z[ recovery-image] Feb 12 06:56:45.916 INFO O| Feb 12 06:56:45.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
76232026-02-12T06:56:46.691Z[ recovery-image] Feb 12 06:56:45.916 INFO O| Feb 12 06:56:45.916 INFO STEP 902 (remove_files) COMPLETE
76242026-02-12T06:56:46.691Z[ recovery-image] Feb 12 06:56:45.916 INFO O| Feb 12 06:56:45.916 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252026-02-12T06:56:46.700Z[ recovery-image] Feb 12 06:56:45.928 INFO O| Feb 12 06:56:45.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
76262026-02-12T06:56:46.700Z[ recovery-image] Feb 12 06:56:45.928 INFO O| Feb 12 06:56:45.928 INFO STEP 903 (remove_files) COMPLETE
76272026-02-12T06:56:46.703Z[ recovery-image] Feb 12 06:56:45.928 INFO O| Feb 12 06:56:45.928 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282026-02-12T06:56:46.712Z[ recovery-image] Feb 12 06:56:45.939 INFO O| Feb 12 06:56:45.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
76292026-02-12T06:56:46.715Z[ recovery-image] Feb 12 06:56:45.939 INFO O| Feb 12 06:56:45.939 INFO STEP 904 (remove_files) COMPLETE
76302026-02-12T06:56:46.716Z[ recovery-image] Feb 12 06:56:45.940 INFO O| Feb 12 06:56:45.939 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312026-02-12T06:56:46.723Z[ recovery-image] Feb 12 06:56:45.951 INFO O| Feb 12 06:56:45.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
76322026-02-12T06:56:46.727Z[ recovery-image] Feb 12 06:56:45.951 INFO O| Feb 12 06:56:45.951 INFO STEP 905 (remove_files) COMPLETE
76332026-02-12T06:56:46.727Z[ recovery-image] Feb 12 06:56:45.951 INFO O| Feb 12 06:56:45.951 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342026-02-12T06:56:46.736Z[ recovery-image] Feb 12 06:56:45.963 INFO O| Feb 12 06:56:45.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
76352026-02-12T06:56:46.740Z[ recovery-image] Feb 12 06:56:45.963 INFO O| Feb 12 06:56:45.963 INFO STEP 906 (remove_files) COMPLETE
76362026-02-12T06:56:46.740Z[ recovery-image] Feb 12 06:56:45.963 INFO O| Feb 12 06:56:45.963 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372026-02-12T06:56:46.747Z[ recovery-image] Feb 12 06:56:45.975 INFO O| Feb 12 06:56:45.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
76382026-02-12T06:56:46.751Z[ recovery-image] Feb 12 06:56:45.975 INFO O| Feb 12 06:56:45.975 INFO STEP 907 (remove_files) COMPLETE
76392026-02-12T06:56:46.751Z[ recovery-image] Feb 12 06:56:45.975 INFO O| Feb 12 06:56:45.975 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402026-02-12T06:56:46.759Z[ recovery-image] Feb 12 06:56:45.986 INFO O| Feb 12 06:56:45.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
76412026-02-12T06:56:46.762Z[ recovery-image] Feb 12 06:56:45.986 INFO O| Feb 12 06:56:45.986 INFO STEP 908 (remove_files) COMPLETE
76422026-02-12T06:56:46.762Z[ recovery-image] Feb 12 06:56:45.986 INFO O| Feb 12 06:56:45.986 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432026-02-12T06:56:46.771Z[ recovery-image] Feb 12 06:56:45.998 INFO O| Feb 12 06:56:45.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
76442026-02-12T06:56:46.771Z[ recovery-image] Feb 12 06:56:45.999 INFO O| Feb 12 06:56:45.999 INFO STEP 909 (remove_files) COMPLETE
76452026-02-12T06:56:46.771Z[ recovery-image] Feb 12 06:56:45.999 INFO O| Feb 12 06:56:45.999 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462026-02-12T06:56:46.784Z[ recovery-image] Feb 12 06:56:46.012 INFO O| Feb 12 06:56:46.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
76472026-02-12T06:56:46.788Z[ recovery-image] Feb 12 06:56:46.012 INFO O| Feb 12 06:56:46.012 INFO STEP 910 (remove_files) COMPLETE
76482026-02-12T06:56:46.788Z[ recovery-image] Feb 12 06:56:46.012 INFO O| Feb 12 06:56:46.012 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492026-02-12T06:56:46.796Z[ recovery-image] Feb 12 06:56:46.024 INFO O| Feb 12 06:56:46.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
76502026-02-12T06:56:46.797Z[ recovery-image] Feb 12 06:56:46.024 INFO O| Feb 12 06:56:46.024 INFO STEP 911 (remove_files) COMPLETE
76512026-02-12T06:56:46.800Z[ recovery-image] Feb 12 06:56:46.024 INFO O| Feb 12 06:56:46.024 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522026-02-12T06:56:46.809Z[ recovery-image] Feb 12 06:56:46.036 INFO O| Feb 12 06:56:46.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
76532026-02-12T06:56:46.809Z[ recovery-image] Feb 12 06:56:46.036 INFO O| Feb 12 06:56:46.036 INFO STEP 912 (remove_files) COMPLETE
76542026-02-12T06:56:46.813Z[ recovery-image] Feb 12 06:56:46.036 INFO O| Feb 12 06:56:46.036 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552026-02-12T06:56:46.820Z[ recovery-image] Feb 12 06:56:46.048 INFO O| Feb 12 06:56:46.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
76562026-02-12T06:56:46.824Z[ recovery-image] Feb 12 06:56:46.048 INFO O| Feb 12 06:56:46.048 INFO STEP 913 (remove_files) COMPLETE
76572026-02-12T06:56:46.824Z[ recovery-image] Feb 12 06:56:46.048 INFO O| Feb 12 06:56:46.048 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582026-02-12T06:56:46.832Z[ recovery-image] Feb 12 06:56:46.059 INFO O| Feb 12 06:56:46.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
76592026-02-12T06:56:46.832Z[ recovery-image] Feb 12 06:56:46.059 INFO O| Feb 12 06:56:46.059 INFO STEP 914 (remove_files) COMPLETE
76602026-02-12T06:56:46.836Z[ recovery-image] Feb 12 06:56:46.059 INFO O| Feb 12 06:56:46.059 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612026-02-12T06:56:46.844Z[ recovery-image] Feb 12 06:56:46.071 INFO O| Feb 12 06:56:46.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
76622026-02-12T06:56:46.847Z[ recovery-image] Feb 12 06:56:46.071 INFO O| Feb 12 06:56:46.071 INFO STEP 915 (remove_files) COMPLETE
76632026-02-12T06:56:46.848Z[ recovery-image] Feb 12 06:56:46.071 INFO O| Feb 12 06:56:46.071 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642026-02-12T06:56:46.855Z[ recovery-image] Feb 12 06:56:46.083 INFO O| Feb 12 06:56:46.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
76652026-02-12T06:56:46.859Z[ recovery-image] Feb 12 06:56:46.083 INFO O| Feb 12 06:56:46.083 INFO STEP 916 (remove_files) COMPLETE
76662026-02-12T06:56:46.859Z[ recovery-image] Feb 12 06:56:46.083 INFO O| Feb 12 06:56:46.083 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672026-02-12T06:56:46.876Z[ recovery-image] Feb 12 06:56:46.095 INFO O| Feb 12 06:56:46.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
76682026-02-12T06:56:46.876Z[ recovery-image] Feb 12 06:56:46.095 INFO O| Feb 12 06:56:46.095 INFO STEP 917 (remove_files) COMPLETE
76692026-02-12T06:56:46.876Z[ recovery-image] Feb 12 06:56:46.095 INFO O| Feb 12 06:56:46.095 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702026-02-12T06:56:46.880Z[ recovery-image] Feb 12 06:56:46.106 INFO O| Feb 12 06:56:46.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
76712026-02-12T06:56:46.881Z[ recovery-image] Feb 12 06:56:46.106 INFO O| Feb 12 06:56:46.106 INFO STEP 918 (remove_files) COMPLETE
76722026-02-12T06:56:46.881Z[ recovery-image] Feb 12 06:56:46.106 INFO O| Feb 12 06:56:46.106 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732026-02-12T06:56:46.890Z[ recovery-image] Feb 12 06:56:46.118 INFO O| Feb 12 06:56:46.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
76742026-02-12T06:56:46.894Z[ recovery-image] Feb 12 06:56:46.118 INFO O| Feb 12 06:56:46.118 INFO STEP 919 (remove_files) COMPLETE
76752026-02-12T06:56:46.894Z[ recovery-image] Feb 12 06:56:46.118 INFO O| Feb 12 06:56:46.118 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762026-02-12T06:56:46.902Z[ recovery-image] Feb 12 06:56:46.129 INFO O| Feb 12 06:56:46.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
76772026-02-12T06:56:46.906Z[ recovery-image] Feb 12 06:56:46.129 INFO O| Feb 12 06:56:46.129 INFO STEP 920 (remove_files) COMPLETE
76782026-02-12T06:56:46.906Z[ recovery-image] Feb 12 06:56:46.129 INFO O| Feb 12 06:56:46.129 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792026-02-12T06:56:46.909Z[ recovery-image] Feb 12 06:56:46.137 INFO O| Feb 12 06:56:46.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
76802026-02-12T06:56:46.913Z[ recovery-image] Feb 12 06:56:46.137 INFO O| Feb 12 06:56:46.137 INFO STEP 921 (remove_files) COMPLETE
76812026-02-12T06:56:46.913Z[ recovery-image] Feb 12 06:56:46.137 INFO O| Feb 12 06:56:46.137 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76822026-02-12T06:56:46.923Z[ recovery-image] Feb 12 06:56:46.149 INFO O| Feb 12 06:56:46.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
76832026-02-12T06:56:46.926Z[ recovery-image] Feb 12 06:56:46.149 INFO O| Feb 12 06:56:46.149 INFO STEP 922 (remove_files) COMPLETE
76842026-02-12T06:56:46.927Z[ recovery-image] Feb 12 06:56:46.149 INFO O| Feb 12 06:56:46.149 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76852026-02-12T06:56:46.934Z[ recovery-image] Feb 12 06:56:46.161 INFO O| Feb 12 06:56:46.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
76862026-02-12T06:56:46.934Z[ recovery-image] Feb 12 06:56:46.161 INFO O| Feb 12 06:56:46.161 INFO STEP 923 (remove_files) COMPLETE
76872026-02-12T06:56:46.938Z[ recovery-image] Feb 12 06:56:46.161 INFO O| Feb 12 06:56:46.161 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76882026-02-12T06:56:46.945Z[ recovery-image] Feb 12 06:56:46.173 INFO O| Feb 12 06:56:46.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
76892026-02-12T06:56:46.949Z[ recovery-image] Feb 12 06:56:46.173 INFO O| Feb 12 06:56:46.173 INFO STEP 924 (remove_files) COMPLETE
76902026-02-12T06:56:46.949Z[ recovery-image] Feb 12 06:56:46.173 INFO O| Feb 12 06:56:46.173 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76912026-02-12T06:56:46.957Z[ recovery-image] Feb 12 06:56:46.185 INFO O| Feb 12 06:56:46.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
76922026-02-12T06:56:46.961Z[ recovery-image] Feb 12 06:56:46.185 INFO O| Feb 12 06:56:46.185 INFO STEP 925 (remove_files) COMPLETE
76932026-02-12T06:56:46.961Z[ recovery-image] Feb 12 06:56:46.185 INFO O| Feb 12 06:56:46.185 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76942026-02-12T06:56:46.969Z[ recovery-image] Feb 12 06:56:46.196 INFO O| Feb 12 06:56:46.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
76952026-02-12T06:56:46.975Z[ recovery-image] Feb 12 06:56:46.197 INFO O| Feb 12 06:56:46.197 INFO STEP 926 (remove_files) COMPLETE
76962026-02-12T06:56:46.975Z[ recovery-image] Feb 12 06:56:46.197 INFO O| Feb 12 06:56:46.197 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76972026-02-12T06:56:46.981Z[ recovery-image] Feb 12 06:56:46.208 INFO O| Feb 12 06:56:46.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
76982026-02-12T06:56:46.984Z[ recovery-image] Feb 12 06:56:46.209 INFO O| Feb 12 06:56:46.208 INFO STEP 927 (remove_files) COMPLETE
76992026-02-12T06:56:46.985Z[ recovery-image] Feb 12 06:56:46.209 INFO O| Feb 12 06:56:46.209 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77002026-02-12T06:56:46.992Z[ recovery-image] Feb 12 06:56:46.220 INFO O| Feb 12 06:56:46.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
77012026-02-12T06:56:46.992Z[ recovery-image] Feb 12 06:56:46.220 INFO O| Feb 12 06:56:46.220 INFO STEP 928 (remove_files) COMPLETE
77022026-02-12T06:56:46.996Z[ recovery-image] Feb 12 06:56:46.220 INFO O| Feb 12 06:56:46.220 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032026-02-12T06:56:47.001Z[ recovery-image] Feb 12 06:56:46.229 INFO O| Feb 12 06:56:46.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
77042026-02-12T06:56:47.001Z[ recovery-image] Feb 12 06:56:46.229 INFO O| Feb 12 06:56:46.229 INFO STEP 929 (remove_files) COMPLETE
77052026-02-12T06:56:47.005Z[ recovery-image] Feb 12 06:56:46.229 INFO O| Feb 12 06:56:46.229 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77062026-02-12T06:56:47.013Z[ recovery-image] Feb 12 06:56:46.240 INFO O| Feb 12 06:56:46.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
77072026-02-12T06:56:47.013Z[ recovery-image] Feb 12 06:56:46.241 INFO O| Feb 12 06:56:46.241 INFO STEP 930 (remove_files) COMPLETE
77082026-02-12T06:56:47.017Z[ recovery-image] Feb 12 06:56:46.241 INFO O| Feb 12 06:56:46.241 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77092026-02-12T06:56:47.021Z[ recovery-image] Feb 12 06:56:46.249 INFO O| Feb 12 06:56:46.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
77102026-02-12T06:56:47.025Z[ recovery-image] Feb 12 06:56:46.249 INFO O| Feb 12 06:56:46.249 INFO STEP 931 (remove_files) COMPLETE
77112026-02-12T06:56:47.025Z[ recovery-image] Feb 12 06:56:46.249 INFO O| Feb 12 06:56:46.249 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77122026-02-12T06:56:47.032Z[ recovery-image] Feb 12 06:56:46.259 INFO O| Feb 12 06:56:46.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
77132026-02-12T06:56:47.032Z[ recovery-image] Feb 12 06:56:46.259 INFO O| Feb 12 06:56:46.259 INFO STEP 932 (remove_files) COMPLETE
77142026-02-12T06:56:47.036Z[ recovery-image] Feb 12 06:56:46.259 INFO O| Feb 12 06:56:46.259 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77152026-02-12T06:56:47.045Z[ recovery-image] Feb 12 06:56:46.272 INFO O| Feb 12 06:56:46.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
77162026-02-12T06:56:47.045Z[ recovery-image] Feb 12 06:56:46.272 INFO O| Feb 12 06:56:46.272 INFO STEP 933 (remove_files) COMPLETE
77172026-02-12T06:56:47.045Z[ recovery-image] Feb 12 06:56:46.272 INFO O| Feb 12 06:56:46.272 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77182026-02-12T06:56:47.059Z[ recovery-image] Feb 12 06:56:46.286 INFO O| Feb 12 06:56:46.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
77192026-02-12T06:56:47.059Z[ recovery-image] Feb 12 06:56:46.286 INFO O| Feb 12 06:56:46.286 INFO STEP 934 (remove_files) COMPLETE
77202026-02-12T06:56:47.062Z[ recovery-image] Feb 12 06:56:46.286 INFO O| Feb 12 06:56:46.286 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77212026-02-12T06:56:47.071Z[ recovery-image] Feb 12 06:56:46.299 INFO O| Feb 12 06:56:46.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
77222026-02-12T06:56:47.074Z[ recovery-image] Feb 12 06:56:46.299 INFO O| Feb 12 06:56:46.299 INFO STEP 935 (remove_files) COMPLETE
77232026-02-12T06:56:47.074Z[ recovery-image] Feb 12 06:56:46.299 INFO O| Feb 12 06:56:46.299 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242026-02-12T06:56:47.083Z[ recovery-image] Feb 12 06:56:46.310 INFO O| Feb 12 06:56:46.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
77252026-02-12T06:56:47.085Z[ recovery-image] Feb 12 06:56:46.310 INFO O| Feb 12 06:56:46.310 INFO STEP 936 (remove_files) COMPLETE
77262026-02-12T06:56:47.085Z[ recovery-image] Feb 12 06:56:46.310 INFO O| Feb 12 06:56:46.310 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272026-02-12T06:56:47.094Z[ recovery-image] Feb 12 06:56:46.321 INFO O| Feb 12 06:56:46.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
77282026-02-12T06:56:47.097Z[ recovery-image] Feb 12 06:56:46.321 INFO O| Feb 12 06:56:46.321 INFO STEP 937 (remove_files) COMPLETE
77292026-02-12T06:56:47.097Z[ recovery-image] Feb 12 06:56:46.322 INFO O| Feb 12 06:56:46.321 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77302026-02-12T06:56:47.106Z[ recovery-image] Feb 12 06:56:46.333 INFO O| Feb 12 06:56:46.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
77312026-02-12T06:56:47.109Z[ recovery-image] Feb 12 06:56:46.333 INFO O| Feb 12 06:56:46.333 INFO STEP 938 (remove_files) COMPLETE
77322026-02-12T06:56:47.109Z[ recovery-image] Feb 12 06:56:46.333 INFO O| Feb 12 06:56:46.333 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332026-02-12T06:56:47.118Z[ recovery-image] Feb 12 06:56:46.345 INFO O| Feb 12 06:56:46.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
77342026-02-12T06:56:47.120Z[ recovery-image] Feb 12 06:56:46.345 INFO O| Feb 12 06:56:46.345 INFO STEP 939 (remove_files) COMPLETE
77352026-02-12T06:56:47.121Z[ recovery-image] Feb 12 06:56:46.346 INFO O| Feb 12 06:56:46.345 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362026-02-12T06:56:47.130Z[ recovery-image] Feb 12 06:56:46.357 INFO O| Feb 12 06:56:46.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
77372026-02-12T06:56:47.133Z[ recovery-image] Feb 12 06:56:46.358 INFO O| Feb 12 06:56:46.358 INFO STEP 940 (remove_files) COMPLETE
77382026-02-12T06:56:47.133Z[ recovery-image] Feb 12 06:56:46.358 INFO O| Feb 12 06:56:46.358 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77392026-02-12T06:56:47.142Z[ recovery-image] Feb 12 06:56:46.369 INFO O| Feb 12 06:56:46.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
77402026-02-12T06:56:47.145Z[ recovery-image] Feb 12 06:56:46.370 INFO O| Feb 12 06:56:46.370 INFO STEP 941 (remove_files) COMPLETE
77412026-02-12T06:56:47.145Z[ recovery-image] Feb 12 06:56:46.370 INFO O| Feb 12 06:56:46.370 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77422026-02-12T06:56:47.153Z[ recovery-image] Feb 12 06:56:46.381 INFO O| Feb 12 06:56:46.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
77432026-02-12T06:56:47.156Z[ recovery-image] Feb 12 06:56:46.381 INFO O| Feb 12 06:56:46.381 INFO STEP 942 (remove_files) COMPLETE
77442026-02-12T06:56:47.156Z[ recovery-image] Feb 12 06:56:46.381 INFO O| Feb 12 06:56:46.381 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77452026-02-12T06:56:47.166Z[ recovery-image] Feb 12 06:56:46.393 INFO O| Feb 12 06:56:46.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
77462026-02-12T06:56:47.169Z[ recovery-image] Feb 12 06:56:46.394 INFO O| Feb 12 06:56:46.394 INFO STEP 943 (remove_files) COMPLETE
77472026-02-12T06:56:47.169Z[ recovery-image] Feb 12 06:56:46.394 INFO O| Feb 12 06:56:46.394 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77482026-02-12T06:56:47.178Z[ recovery-image] Feb 12 06:56:46.406 INFO O| Feb 12 06:56:46.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
77492026-02-12T06:56:47.178Z[ recovery-image] Feb 12 06:56:46.406 INFO O| Feb 12 06:56:46.406 INFO STEP 944 (remove_files) COMPLETE
77502026-02-12T06:56:47.181Z[ recovery-image] Feb 12 06:56:46.406 INFO O| Feb 12 06:56:46.406 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77512026-02-12T06:56:47.190Z[ recovery-image] Feb 12 06:56:46.418 INFO O| Feb 12 06:56:46.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
77522026-02-12T06:56:47.190Z[ recovery-image] Feb 12 06:56:46.418 INFO O| Feb 12 06:56:46.418 INFO STEP 945 (remove_files) COMPLETE
77532026-02-12T06:56:47.193Z[ recovery-image] Feb 12 06:56:46.418 INFO O| Feb 12 06:56:46.418 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77542026-02-12T06:56:47.202Z[ recovery-image] Feb 12 06:56:46.430 INFO O| Feb 12 06:56:46.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
77552026-02-12T06:56:47.202Z[ recovery-image] Feb 12 06:56:46.430 INFO O| Feb 12 06:56:46.430 INFO STEP 946 (remove_files) COMPLETE
77562026-02-12T06:56:47.205Z[ recovery-image] Feb 12 06:56:46.430 INFO O| Feb 12 06:56:46.430 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77572026-02-12T06:56:47.214Z[ recovery-image] Feb 12 06:56:46.441 INFO O| Feb 12 06:56:46.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
77582026-02-12T06:56:47.218Z[ recovery-image] Feb 12 06:56:46.441 INFO O| Feb 12 06:56:46.441 INFO STEP 947 (remove_files) COMPLETE
77592026-02-12T06:56:47.218Z[ recovery-image] Feb 12 06:56:46.442 INFO O| Feb 12 06:56:46.441 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77602026-02-12T06:56:47.226Z[ recovery-image] Feb 12 06:56:46.453 INFO O| Feb 12 06:56:46.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
77612026-02-12T06:56:47.229Z[ recovery-image] Feb 12 06:56:46.454 INFO O| Feb 12 06:56:46.453 INFO STEP 948 (remove_files) COMPLETE
77622026-02-12T06:56:47.230Z[ recovery-image] Feb 12 06:56:46.454 INFO O| Feb 12 06:56:46.453 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77632026-02-12T06:56:47.239Z[ recovery-image] Feb 12 06:56:46.466 INFO O| Feb 12 06:56:46.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
77642026-02-12T06:56:47.239Z[ recovery-image] Feb 12 06:56:46.466 INFO O| Feb 12 06:56:46.466 INFO STEP 949 (remove_files) COMPLETE
77652026-02-12T06:56:47.243Z[ recovery-image] Feb 12 06:56:46.466 INFO O| Feb 12 06:56:46.466 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77662026-02-12T06:56:47.251Z[ recovery-image] Feb 12 06:56:46.478 INFO O| Feb 12 06:56:46.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
77672026-02-12T06:56:47.255Z[ recovery-image] Feb 12 06:56:46.478 INFO O| Feb 12 06:56:46.478 INFO STEP 950 (remove_files) COMPLETE
77682026-02-12T06:56:47.255Z[ recovery-image] Feb 12 06:56:46.478 INFO O| Feb 12 06:56:46.478 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77692026-02-12T06:56:47.262Z[ recovery-image] Feb 12 06:56:46.490 INFO O| Feb 12 06:56:46.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
77702026-02-12T06:56:47.263Z[ recovery-image] Feb 12 06:56:46.490 INFO O| Feb 12 06:56:46.490 INFO STEP 951 (remove_files) COMPLETE
77712026-02-12T06:56:47.267Z[ recovery-image] Feb 12 06:56:46.490 INFO O| Feb 12 06:56:46.490 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77722026-02-12T06:56:47.275Z[ recovery-image] Feb 12 06:56:46.502 INFO O| Feb 12 06:56:46.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
77732026-02-12T06:56:47.278Z[ recovery-image] Feb 12 06:56:46.502 INFO O| Feb 12 06:56:46.502 INFO STEP 952 (remove_files) COMPLETE
77742026-02-12T06:56:47.278Z[ recovery-image] Feb 12 06:56:46.502 INFO O| Feb 12 06:56:46.502 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77752026-02-12T06:56:47.286Z[ recovery-image] Feb 12 06:56:46.514 INFO O| Feb 12 06:56:46.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
77762026-02-12T06:56:47.289Z[ recovery-image] Feb 12 06:56:46.514 INFO O| Feb 12 06:56:46.514 INFO STEP 953 (remove_files) COMPLETE
77772026-02-12T06:56:47.289Z[ recovery-image] Feb 12 06:56:46.514 INFO O| Feb 12 06:56:46.514 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77782026-02-12T06:56:47.298Z[ recovery-image] Feb 12 06:56:46.526 INFO O| Feb 12 06:56:46.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
77792026-02-12T06:56:47.301Z[ recovery-image] Feb 12 06:56:46.526 INFO O| Feb 12 06:56:46.526 INFO STEP 954 (remove_files) COMPLETE
77802026-02-12T06:56:47.301Z[ recovery-image] Feb 12 06:56:46.526 INFO O| Feb 12 06:56:46.526 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77812026-02-12T06:56:47.310Z[ recovery-image] Feb 12 06:56:46.538 INFO O| Feb 12 06:56:46.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
77822026-02-12T06:56:47.313Z[ recovery-image] Feb 12 06:56:46.538 INFO O| Feb 12 06:56:46.538 INFO STEP 955 (remove_files) COMPLETE
77832026-02-12T06:56:47.313Z[ recovery-image] Feb 12 06:56:46.538 INFO O| Feb 12 06:56:46.538 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77842026-02-12T06:56:47.322Z[ recovery-image] Feb 12 06:56:46.550 INFO O| Feb 12 06:56:46.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
77852026-02-12T06:56:47.322Z[ recovery-image] Feb 12 06:56:46.550 INFO O| Feb 12 06:56:46.550 INFO STEP 956 (remove_files) COMPLETE
77862026-02-12T06:56:47.325Z[ recovery-image] Feb 12 06:56:46.550 INFO O| Feb 12 06:56:46.550 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77872026-02-12T06:56:47.333Z[ recovery-image] Feb 12 06:56:46.560 INFO O| Feb 12 06:56:46.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
77882026-02-12T06:56:47.336Z[ recovery-image] Feb 12 06:56:46.560 INFO O| Feb 12 06:56:46.560 INFO STEP 957 (remove_files) COMPLETE
77892026-02-12T06:56:47.336Z[ recovery-image] Feb 12 06:56:46.561 INFO O| Feb 12 06:56:46.560 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77902026-02-12T06:56:47.342Z[ recovery-image] Feb 12 06:56:46.570 INFO O| Feb 12 06:56:46.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
77912026-02-12T06:56:47.345Z[ recovery-image] Feb 12 06:56:46.570 INFO O| Feb 12 06:56:46.570 INFO STEP 958 (remove_files) COMPLETE
77922026-02-12T06:56:47.345Z[ recovery-image] Feb 12 06:56:46.570 INFO O| Feb 12 06:56:46.570 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77932026-02-12T06:56:47.354Z[ recovery-image] Feb 12 06:56:46.581 INFO O| Feb 12 06:56:46.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
77942026-02-12T06:56:47.354Z[ recovery-image] Feb 12 06:56:46.581 INFO O| Feb 12 06:56:46.581 INFO STEP 959 (remove_files) COMPLETE
77952026-02-12T06:56:47.357Z[ recovery-image] Feb 12 06:56:46.581 INFO O| Feb 12 06:56:46.581 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77962026-02-12T06:56:47.366Z[ recovery-image] Feb 12 06:56:46.594 INFO O| Feb 12 06:56:46.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
77972026-02-12T06:56:47.366Z[ recovery-image] Feb 12 06:56:46.594 INFO O| Feb 12 06:56:46.594 INFO STEP 960 (remove_files) COMPLETE
77982026-02-12T06:56:47.369Z[ recovery-image] Feb 12 06:56:46.594 INFO O| Feb 12 06:56:46.594 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77992026-02-12T06:56:47.375Z[ recovery-image] Feb 12 06:56:46.603 INFO O| Feb 12 06:56:46.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
78002026-02-12T06:56:47.378Z[ recovery-image] Feb 12 06:56:46.603 INFO O| Feb 12 06:56:46.603 INFO STEP 961 (remove_files) COMPLETE
78012026-02-12T06:56:47.378Z[ recovery-image] Feb 12 06:56:46.603 INFO O| Feb 12 06:56:46.603 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78022026-02-12T06:56:47.388Z[ recovery-image] Feb 12 06:56:46.615 INFO O| Feb 12 06:56:46.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
78032026-02-12T06:56:47.391Z[ recovery-image] Feb 12 06:56:46.615 INFO O| Feb 12 06:56:46.615 INFO STEP 962 (remove_files) COMPLETE
78042026-02-12T06:56:47.391Z[ recovery-image] Feb 12 06:56:46.616 INFO O| Feb 12 06:56:46.615 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78052026-02-12T06:56:47.400Z[ recovery-image] Feb 12 06:56:46.628 INFO O| Feb 12 06:56:46.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
78062026-02-12T06:56:47.404Z[ recovery-image] Feb 12 06:56:46.628 INFO O| Feb 12 06:56:46.628 INFO STEP 963 (remove_files) COMPLETE
78072026-02-12T06:56:47.404Z[ recovery-image] Feb 12 06:56:46.628 INFO O| Feb 12 06:56:46.628 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78082026-02-12T06:56:47.413Z[ recovery-image] Feb 12 06:56:46.640 INFO O| Feb 12 06:56:46.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
78092026-02-12T06:56:47.416Z[ recovery-image] Feb 12 06:56:46.640 INFO O| Feb 12 06:56:46.640 INFO STEP 964 (remove_files) COMPLETE
78102026-02-12T06:56:47.416Z[ recovery-image] Feb 12 06:56:46.640 INFO O| Feb 12 06:56:46.640 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78112026-02-12T06:56:47.424Z[ recovery-image] Feb 12 06:56:46.652 INFO O| Feb 12 06:56:46.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
78122026-02-12T06:56:47.424Z[ recovery-image] Feb 12 06:56:46.652 INFO O| Feb 12 06:56:46.652 INFO STEP 965 (remove_files) COMPLETE
78132026-02-12T06:56:47.428Z[ recovery-image] Feb 12 06:56:46.652 INFO O| Feb 12 06:56:46.652 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78142026-02-12T06:56:47.437Z[ recovery-image] Feb 12 06:56:46.664 INFO O| Feb 12 06:56:46.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
78152026-02-12T06:56:47.437Z[ recovery-image] Feb 12 06:56:46.664 INFO O| Feb 12 06:56:46.664 INFO STEP 966 (remove_files) COMPLETE
78162026-02-12T06:56:47.440Z[ recovery-image] Feb 12 06:56:46.665 INFO O| Feb 12 06:56:46.664 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78172026-02-12T06:56:47.446Z[ recovery-image] Feb 12 06:56:46.673 INFO O| Feb 12 06:56:46.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
78182026-02-12T06:56:47.446Z[ recovery-image] Feb 12 06:56:46.673 INFO O| Feb 12 06:56:46.673 INFO STEP 967 (remove_files) COMPLETE
78192026-02-12T06:56:47.450Z[ recovery-image] Feb 12 06:56:46.673 INFO O| Feb 12 06:56:46.673 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78202026-02-12T06:56:47.453Z[ recovery-image] Feb 12 06:56:46.681 INFO O| Feb 12 06:56:46.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
78212026-02-12T06:56:47.457Z[ recovery-image] Feb 12 06:56:46.681 INFO O| Feb 12 06:56:46.681 INFO STEP 968 (remove_files) COMPLETE
78222026-02-12T06:56:47.457Z[ recovery-image] Feb 12 06:56:46.681 INFO O| Feb 12 06:56:46.681 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78232026-02-12T06:56:47.465Z[ recovery-image] Feb 12 06:56:46.692 INFO O| Feb 12 06:56:46.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
78242026-02-12T06:56:47.469Z[ recovery-image] Feb 12 06:56:46.692 INFO O| Feb 12 06:56:46.692 INFO STEP 969 (remove_files) COMPLETE
78252026-02-12T06:56:47.469Z[ recovery-image] Feb 12 06:56:46.692 INFO O| Feb 12 06:56:46.692 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78262026-02-12T06:56:47.477Z[ recovery-image] Feb 12 06:56:46.704 INFO O| Feb 12 06:56:46.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
78272026-02-12T06:56:47.481Z[ recovery-image] Feb 12 06:56:46.704 INFO O| Feb 12 06:56:46.704 INFO STEP 970 (remove_files) COMPLETE
78282026-02-12T06:56:47.481Z[ recovery-image] Feb 12 06:56:46.704 INFO O| Feb 12 06:56:46.704 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78292026-02-12T06:56:47.485Z[ recovery-image] Feb 12 06:56:46.713 INFO O| Feb 12 06:56:46.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
78302026-02-12T06:56:47.485Z[ recovery-image] Feb 12 06:56:46.713 INFO O| Feb 12 06:56:46.713 INFO STEP 971 (remove_files) COMPLETE
78312026-02-12T06:56:47.489Z[ recovery-image] Feb 12 06:56:46.713 INFO O| Feb 12 06:56:46.713 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78322026-02-12T06:56:47.498Z[ recovery-image] Feb 12 06:56:46.725 INFO O| Feb 12 06:56:46.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
78332026-02-12T06:56:47.502Z[ recovery-image] Feb 12 06:56:46.726 INFO O| Feb 12 06:56:46.726 INFO STEP 972 (remove_files) COMPLETE
78342026-02-12T06:56:47.502Z[ recovery-image] Feb 12 06:56:46.726 INFO O| Feb 12 06:56:46.726 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78352026-02-12T06:56:47.510Z[ recovery-image] Feb 12 06:56:46.737 INFO O| Feb 12 06:56:46.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
78362026-02-12T06:56:47.510Z[ recovery-image] Feb 12 06:56:46.737 INFO O| Feb 12 06:56:46.737 INFO STEP 973 (remove_files) COMPLETE
78372026-02-12T06:56:47.513Z[ recovery-image] Feb 12 06:56:46.737 INFO O| Feb 12 06:56:46.737 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78382026-02-12T06:56:47.521Z[ recovery-image] Feb 12 06:56:46.749 INFO O| Feb 12 06:56:46.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
78392026-02-12T06:56:47.524Z[ recovery-image] Feb 12 06:56:46.749 INFO O| Feb 12 06:56:46.749 INFO STEP 974 (remove_files) COMPLETE
78402026-02-12T06:56:47.524Z[ recovery-image] Feb 12 06:56:46.749 INFO O| Feb 12 06:56:46.749 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78412026-02-12T06:56:47.534Z[ recovery-image] Feb 12 06:56:46.762 INFO O| Feb 12 06:56:46.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
78422026-02-12T06:56:47.537Z[ recovery-image] Feb 12 06:56:46.762 INFO O| Feb 12 06:56:46.762 INFO STEP 975 (remove_files) COMPLETE
78432026-02-12T06:56:47.537Z[ recovery-image] Feb 12 06:56:46.762 INFO O| Feb 12 06:56:46.762 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78442026-02-12T06:56:47.547Z[ recovery-image] Feb 12 06:56:46.774 INFO O| Feb 12 06:56:46.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
78452026-02-12T06:56:47.550Z[ recovery-image] Feb 12 06:56:46.774 INFO O| Feb 12 06:56:46.774 INFO STEP 976 (remove_files) COMPLETE
78462026-02-12T06:56:47.550Z[ recovery-image] Feb 12 06:56:46.774 INFO O| Feb 12 06:56:46.774 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78472026-02-12T06:56:47.558Z[ recovery-image] Feb 12 06:56:46.786 INFO O| Feb 12 06:56:46.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
78482026-02-12T06:56:47.561Z[ recovery-image] Feb 12 06:56:46.786 INFO O| Feb 12 06:56:46.786 INFO STEP 977 (remove_files) COMPLETE
78492026-02-12T06:56:47.561Z[ recovery-image] Feb 12 06:56:46.786 INFO O| Feb 12 06:56:46.786 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78502026-02-12T06:56:47.570Z[ recovery-image] Feb 12 06:56:46.797 INFO O| Feb 12 06:56:46.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
78512026-02-12T06:56:47.573Z[ recovery-image] Feb 12 06:56:46.797 INFO O| Feb 12 06:56:46.797 INFO STEP 978 (remove_files) COMPLETE
78522026-02-12T06:56:47.573Z[ recovery-image] Feb 12 06:56:46.798 INFO O| Feb 12 06:56:46.797 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78532026-02-12T06:56:47.581Z[ recovery-image] Feb 12 06:56:46.809 INFO O| Feb 12 06:56:46.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
78542026-02-12T06:56:47.584Z[ recovery-image] Feb 12 06:56:46.809 INFO O| Feb 12 06:56:46.809 INFO STEP 979 (remove_files) COMPLETE
78552026-02-12T06:56:47.584Z[ recovery-image] Feb 12 06:56:46.809 INFO O| Feb 12 06:56:46.809 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78562026-02-12T06:56:47.593Z[ recovery-image] Feb 12 06:56:46.821 INFO O| Feb 12 06:56:46.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
78572026-02-12T06:56:47.593Z[ recovery-image] Feb 12 06:56:46.821 INFO O| Feb 12 06:56:46.821 INFO STEP 980 (remove_files) COMPLETE
78582026-02-12T06:56:47.596Z[ recovery-image] Feb 12 06:56:46.821 INFO O| Feb 12 06:56:46.821 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78592026-02-12T06:56:47.604Z[ recovery-image] Feb 12 06:56:46.831 INFO O| Feb 12 06:56:46.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
78602026-02-12T06:56:47.607Z[ recovery-image] Feb 12 06:56:46.832 INFO O| Feb 12 06:56:46.831 INFO STEP 981 (remove_files) COMPLETE
78612026-02-12T06:56:47.607Z[ recovery-image] Feb 12 06:56:46.832 INFO O| Feb 12 06:56:46.832 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78622026-02-12T06:56:47.616Z[ recovery-image] Feb 12 06:56:46.843 INFO O| Feb 12 06:56:46.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
78632026-02-12T06:56:47.619Z[ recovery-image] Feb 12 06:56:46.843 INFO O| Feb 12 06:56:46.843 INFO STEP 982 (remove_files) COMPLETE
78642026-02-12T06:56:47.619Z[ recovery-image] Feb 12 06:56:46.843 INFO O| Feb 12 06:56:46.843 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78652026-02-12T06:56:47.628Z[ recovery-image] Feb 12 06:56:46.855 INFO O| Feb 12 06:56:46.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
78662026-02-12T06:56:47.628Z[ recovery-image] Feb 12 06:56:46.855 INFO O| Feb 12 06:56:46.855 INFO STEP 983 (remove_files) COMPLETE
78672026-02-12T06:56:47.631Z[ recovery-image] Feb 12 06:56:46.855 INFO O| Feb 12 06:56:46.855 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78682026-02-12T06:56:47.641Z[ recovery-image] Feb 12 06:56:46.867 INFO O| Feb 12 06:56:46.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
78692026-02-12T06:56:47.641Z[ recovery-image] Feb 12 06:56:46.867 INFO O| Feb 12 06:56:46.867 INFO STEP 984 (remove_files) COMPLETE
78702026-02-12T06:56:47.644Z[ recovery-image] Feb 12 06:56:46.867 INFO O| Feb 12 06:56:46.867 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78712026-02-12T06:56:47.650Z[ recovery-image] Feb 12 06:56:46.878 INFO O| Feb 12 06:56:46.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
78722026-02-12T06:56:47.650Z[ recovery-image] Feb 12 06:56:46.878 INFO O| Feb 12 06:56:46.878 INFO STEP 985 (remove_files) COMPLETE
78732026-02-12T06:56:47.650Z[ recovery-image] Feb 12 06:56:46.878 INFO O| Feb 12 06:56:46.878 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78742026-02-12T06:56:47.662Z[ recovery-image] Feb 12 06:56:46.890 INFO O| Feb 12 06:56:46.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
78752026-02-12T06:56:47.662Z[ recovery-image] Feb 12 06:56:46.890 INFO O| Feb 12 06:56:46.890 INFO STEP 986 (remove_files) COMPLETE
78762026-02-12T06:56:47.662Z[ recovery-image] Feb 12 06:56:46.890 INFO O| Feb 12 06:56:46.890 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78772026-02-12T06:56:47.674Z[ recovery-image] Feb 12 06:56:46.901 INFO O| Feb 12 06:56:46.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
78782026-02-12T06:56:47.674Z[ recovery-image] Feb 12 06:56:46.901 INFO O| Feb 12 06:56:46.901 INFO STEP 987 (remove_files) COMPLETE
78792026-02-12T06:56:47.674Z[ recovery-image] Feb 12 06:56:46.901 INFO O| Feb 12 06:56:46.901 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78802026-02-12T06:56:47.686Z[ recovery-image] Feb 12 06:56:46.913 INFO O| Feb 12 06:56:46.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
78812026-02-12T06:56:47.689Z[ recovery-image] Feb 12 06:56:46.914 INFO O| Feb 12 06:56:46.914 INFO STEP 988 (remove_files) COMPLETE
78822026-02-12T06:56:47.689Z[ recovery-image] Feb 12 06:56:46.914 INFO O| Feb 12 06:56:46.914 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78832026-02-12T06:56:47.698Z[ recovery-image] Feb 12 06:56:46.926 INFO O| Feb 12 06:56:46.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
78842026-02-12T06:56:47.698Z[ recovery-image] Feb 12 06:56:46.926 INFO O| Feb 12 06:56:46.926 INFO STEP 989 (remove_files) COMPLETE
78852026-02-12T06:56:47.698Z[ recovery-image] Feb 12 06:56:46.926 INFO O| Feb 12 06:56:46.926 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78862026-02-12T06:56:47.710Z[ recovery-image] Feb 12 06:56:46.938 INFO O| Feb 12 06:56:46.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
78872026-02-12T06:56:47.713Z[ recovery-image] Feb 12 06:56:46.938 INFO O| Feb 12 06:56:46.938 INFO STEP 990 (remove_files) COMPLETE
78882026-02-12T06:56:47.713Z[ recovery-image] Feb 12 06:56:46.938 INFO O| Feb 12 06:56:46.938 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78892026-02-12T06:56:47.719Z[ recovery-image] Feb 12 06:56:46.947 INFO O| Feb 12 06:56:46.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
78902026-02-12T06:56:47.719Z[ recovery-image] Feb 12 06:56:46.947 INFO O| Feb 12 06:56:46.947 INFO STEP 991 (remove_files) COMPLETE
78912026-02-12T06:56:47.722Z[ recovery-image] Feb 12 06:56:46.947 INFO O| Feb 12 06:56:46.947 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78922026-02-12T06:56:47.728Z[ recovery-image] Feb 12 06:56:46.955 INFO O| Feb 12 06:56:46.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
78932026-02-12T06:56:47.728Z[ recovery-image] Feb 12 06:56:46.955 INFO O| Feb 12 06:56:46.955 INFO STEP 992 (remove_files) COMPLETE
78942026-02-12T06:56:47.731Z[ recovery-image] Feb 12 06:56:46.955 INFO O| Feb 12 06:56:46.955 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78952026-02-12T06:56:47.740Z[ recovery-image] Feb 12 06:56:46.967 INFO O| Feb 12 06:56:46.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
78962026-02-12T06:56:47.740Z[ recovery-image] Feb 12 06:56:46.967 INFO O| Feb 12 06:56:46.967 INFO STEP 993 (remove_files) COMPLETE
78972026-02-12T06:56:47.743Z[ recovery-image] Feb 12 06:56:46.967 INFO O| Feb 12 06:56:46.967 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78982026-02-12T06:56:47.752Z[ recovery-image] Feb 12 06:56:46.979 INFO O| Feb 12 06:56:46.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
78992026-02-12T06:56:47.752Z[ recovery-image] Feb 12 06:56:46.979 INFO O| Feb 12 06:56:46.979 INFO STEP 994 (remove_files) COMPLETE
79002026-02-12T06:56:47.755Z[ recovery-image] Feb 12 06:56:46.979 INFO O| Feb 12 06:56:46.979 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79012026-02-12T06:56:47.763Z[ recovery-image] Feb 12 06:56:46.990 INFO O| Feb 12 06:56:46.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
79022026-02-12T06:56:47.766Z[ recovery-image] Feb 12 06:56:46.991 INFO O| Feb 12 06:56:46.991 INFO STEP 995 (remove_files) COMPLETE
79032026-02-12T06:56:47.766Z[ recovery-image] Feb 12 06:56:46.991 INFO O| Feb 12 06:56:46.991 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79042026-02-12T06:56:47.776Z[ recovery-image] Feb 12 06:56:47.003 INFO O| Feb 12 06:56:47.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
79052026-02-12T06:56:47.776Z[ recovery-image] Feb 12 06:56:47.003 INFO O| Feb 12 06:56:47.003 INFO STEP 996 (remove_files) COMPLETE
79062026-02-12T06:56:47.776Z[ recovery-image] Feb 12 06:56:47.003 INFO O| Feb 12 06:56:47.003 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79072026-02-12T06:56:47.787Z[ recovery-image] Feb 12 06:56:47.014 INFO O| Feb 12 06:56:47.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
79082026-02-12T06:56:47.787Z[ recovery-image] Feb 12 06:56:47.014 INFO O| Feb 12 06:56:47.014 INFO STEP 997 (remove_files) COMPLETE
79092026-02-12T06:56:47.790Z[ recovery-image] Feb 12 06:56:47.014 INFO O| Feb 12 06:56:47.014 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79102026-02-12T06:56:47.799Z[ recovery-image] Feb 12 06:56:47.027 INFO O| Feb 12 06:56:47.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
79112026-02-12T06:56:47.799Z[ recovery-image] Feb 12 06:56:47.027 INFO O| Feb 12 06:56:47.027 INFO STEP 998 (remove_files) COMPLETE
79122026-02-12T06:56:47.802Z[ recovery-image] Feb 12 06:56:47.027 INFO O| Feb 12 06:56:47.027 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79132026-02-12T06:56:47.813Z[ recovery-image] Feb 12 06:56:47.038 INFO O| Feb 12 06:56:47.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
79142026-02-12T06:56:47.813Z[ recovery-image] Feb 12 06:56:47.038 INFO O| Feb 12 06:56:47.038 INFO STEP 999 (remove_files) COMPLETE
79152026-02-12T06:56:47.813Z[ recovery-image] Feb 12 06:56:47.038 INFO O| Feb 12 06:56:47.038 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79162026-02-12T06:56:47.823Z[ recovery-image] Feb 12 06:56:47.050 INFO O| Feb 12 06:56:47.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
79172026-02-12T06:56:47.823Z[ recovery-image] Feb 12 06:56:47.050 INFO O| Feb 12 06:56:47.050 INFO STEP 1000 (remove_files) COMPLETE
79182026-02-12T06:56:47.827Z[ recovery-image] Feb 12 06:56:47.050 INFO O| Feb 12 06:56:47.050 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79192026-02-12T06:56:47.834Z[ recovery-image] Feb 12 06:56:47.062 INFO O| Feb 12 06:56:47.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
79202026-02-12T06:56:47.834Z[ recovery-image] Feb 12 06:56:47.062 INFO O| Feb 12 06:56:47.062 INFO STEP 1001 (remove_files) COMPLETE
79212026-02-12T06:56:47.837Z[ recovery-image] Feb 12 06:56:47.062 INFO O| Feb 12 06:56:47.062 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79222026-02-12T06:56:47.842Z[ recovery-image] Feb 12 06:56:47.070 INFO O| Feb 12 06:56:47.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
79232026-02-12T06:56:47.845Z[ recovery-image] Feb 12 06:56:47.070 INFO O| Feb 12 06:56:47.070 INFO STEP 1002 (remove_files) COMPLETE
79242026-02-12T06:56:47.845Z[ recovery-image] Feb 12 06:56:47.070 INFO O| Feb 12 06:56:47.070 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79252026-02-12T06:56:47.850Z[ recovery-image] Feb 12 06:56:47.078 INFO O| Feb 12 06:56:47.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
79262026-02-12T06:56:47.850Z[ recovery-image] Feb 12 06:56:47.078 INFO O| Feb 12 06:56:47.078 INFO STEP 1003 (remove_files) COMPLETE
79272026-02-12T06:56:47.853Z[ recovery-image] Feb 12 06:56:47.078 INFO O| Feb 12 06:56:47.078 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79282026-02-12T06:56:47.862Z[ recovery-image] Feb 12 06:56:47.089 INFO O| Feb 12 06:56:47.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
79292026-02-12T06:56:47.865Z[ recovery-image] Feb 12 06:56:47.090 INFO O| Feb 12 06:56:47.090 INFO STEP 1004 (remove_files) COMPLETE
79302026-02-12T06:56:47.865Z[ recovery-image] Feb 12 06:56:47.090 INFO O| Feb 12 06:56:47.090 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79312026-02-12T06:56:47.873Z[ recovery-image] Feb 12 06:56:47.101 INFO O| Feb 12 06:56:47.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
79322026-02-12T06:56:47.873Z[ recovery-image] Feb 12 06:56:47.101 INFO O| Feb 12 06:56:47.101 INFO STEP 1005 (remove_files) COMPLETE
79332026-02-12T06:56:47.876Z[ recovery-image] Feb 12 06:56:47.101 INFO O| Feb 12 06:56:47.101 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79342026-02-12T06:56:47.886Z[ recovery-image] Feb 12 06:56:47.113 INFO O| Feb 12 06:56:47.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
79352026-02-12T06:56:47.886Z[ recovery-image] Feb 12 06:56:47.113 INFO O| Feb 12 06:56:47.113 INFO STEP 1006 (remove_files) COMPLETE
79362026-02-12T06:56:47.886Z[ recovery-image] Feb 12 06:56:47.113 INFO O| Feb 12 06:56:47.113 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79372026-02-12T06:56:47.898Z[ recovery-image] Feb 12 06:56:47.125 INFO O| Feb 12 06:56:47.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
79382026-02-12T06:56:47.898Z[ recovery-image] Feb 12 06:56:47.125 INFO O| Feb 12 06:56:47.125 INFO STEP 1007 (remove_files) COMPLETE
79392026-02-12T06:56:47.901Z[ recovery-image] Feb 12 06:56:47.125 INFO O| Feb 12 06:56:47.125 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79402026-02-12T06:56:47.909Z[ recovery-image] Feb 12 06:56:47.136 INFO O| Feb 12 06:56:47.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
79412026-02-12T06:56:47.909Z[ recovery-image] Feb 12 06:56:47.136 INFO O| Feb 12 06:56:47.136 INFO STEP 1008 (remove_files) COMPLETE
79422026-02-12T06:56:47.912Z[ recovery-image] Feb 12 06:56:47.136 INFO O| Feb 12 06:56:47.136 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79432026-02-12T06:56:47.920Z[ recovery-image] Feb 12 06:56:47.147 INFO O| Feb 12 06:56:47.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat"
79442026-02-12T06:56:47.920Z[ recovery-image] Feb 12 06:56:47.147 INFO O| Feb 12 06:56:47.147 INFO STEP 1009 (remove_files) COMPLETE
79452026-02-12T06:56:47.924Z[ recovery-image] Feb 12 06:56:47.147 INFO O| Feb 12 06:56:47.147 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79462026-02-12T06:56:47.932Z[ recovery-image] Feb 12 06:56:47.160 INFO O| Feb 12 06:56:47.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
79472026-02-12T06:56:47.932Z[ recovery-image] Feb 12 06:56:47.160 INFO O| Feb 12 06:56:47.160 INFO STEP 1010 (remove_files) COMPLETE
79482026-02-12T06:56:47.936Z[ recovery-image] Feb 12 06:56:47.160 INFO O| Feb 12 06:56:47.160 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79492026-02-12T06:56:47.946Z[ recovery-image] Feb 12 06:56:47.173 INFO O| Feb 12 06:56:47.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
79502026-02-12T06:56:47.946Z[ recovery-image] Feb 12 06:56:47.173 INFO O| Feb 12 06:56:47.173 INFO STEP 1011 (remove_files) COMPLETE
79512026-02-12T06:56:47.949Z[ recovery-image] Feb 12 06:56:47.173 INFO O| Feb 12 06:56:47.173 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79522026-02-12T06:56:47.958Z[ recovery-image] Feb 12 06:56:47.185 INFO O| Feb 12 06:56:47.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
79532026-02-12T06:56:47.958Z[ recovery-image] Feb 12 06:56:47.185 INFO O| Feb 12 06:56:47.185 INFO STEP 1012 (remove_files) COMPLETE
79542026-02-12T06:56:47.962Z[ recovery-image] Feb 12 06:56:47.185 INFO O| Feb 12 06:56:47.185 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79552026-02-12T06:56:47.972Z[ recovery-image] Feb 12 06:56:47.198 INFO O| Feb 12 06:56:47.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
79562026-02-12T06:56:47.972Z[ recovery-image] Feb 12 06:56:47.198 INFO O| Feb 12 06:56:47.198 INFO STEP 1013 (remove_files) COMPLETE
79572026-02-12T06:56:47.975Z[ recovery-image] Feb 12 06:56:47.198 INFO O| Feb 12 06:56:47.198 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79582026-02-12T06:56:47.983Z[ recovery-image] Feb 12 06:56:47.211 INFO O| Feb 12 06:56:47.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
79592026-02-12T06:56:47.983Z[ recovery-image] Feb 12 06:56:47.211 INFO O| Feb 12 06:56:47.211 INFO STEP 1014 (remove_files) COMPLETE
79602026-02-12T06:56:47.986Z[ recovery-image] Feb 12 06:56:47.211 INFO O| Feb 12 06:56:47.211 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79612026-02-12T06:56:47.995Z[ recovery-image] Feb 12 06:56:47.223 INFO O| Feb 12 06:56:47.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
79622026-02-12T06:56:47.998Z[ recovery-image] Feb 12 06:56:47.223 INFO O| Feb 12 06:56:47.223 INFO STEP 1015 (remove_files) COMPLETE
79632026-02-12T06:56:47.998Z[ recovery-image] Feb 12 06:56:47.223 INFO O| Feb 12 06:56:47.223 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79642026-02-12T06:56:48.008Z[ recovery-image] Feb 12 06:56:47.235 INFO O| Feb 12 06:56:47.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
79652026-02-12T06:56:48.011Z[ recovery-image] Feb 12 06:56:47.235 INFO O| Feb 12 06:56:47.235 INFO STEP 1016 (remove_files) COMPLETE
79662026-02-12T06:56:48.011Z[ recovery-image] Feb 12 06:56:47.235 INFO O| Feb 12 06:56:47.235 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79672026-02-12T06:56:48.017Z[ recovery-image] Feb 12 06:56:47.245 INFO O| Feb 12 06:56:47.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
79682026-02-12T06:56:48.020Z[ recovery-image] Feb 12 06:56:47.245 INFO O| Feb 12 06:56:47.245 INFO STEP 1017 (remove_files) COMPLETE
79692026-02-12T06:56:48.020Z[ recovery-image] Feb 12 06:56:47.245 INFO O| Feb 12 06:56:47.245 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79702026-02-12T06:56:48.028Z[ recovery-image] Feb 12 06:56:47.256 INFO O| Feb 12 06:56:47.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
79712026-02-12T06:56:48.028Z[ recovery-image] Feb 12 06:56:47.256 INFO O| Feb 12 06:56:47.256 INFO STEP 1018 (remove_files) COMPLETE
79722026-02-12T06:56:48.031Z[ recovery-image] Feb 12 06:56:47.256 INFO O| Feb 12 06:56:47.256 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79732026-02-12T06:56:48.040Z[ recovery-image] Feb 12 06:56:47.268 INFO O| Feb 12 06:56:47.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
79742026-02-12T06:56:48.040Z[ recovery-image] Feb 12 06:56:47.268 INFO O| Feb 12 06:56:47.268 INFO STEP 1019 (remove_files) COMPLETE
79752026-02-12T06:56:48.043Z[ recovery-image] Feb 12 06:56:47.268 INFO O| Feb 12 06:56:47.268 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79762026-02-12T06:56:48.052Z[ recovery-image] Feb 12 06:56:47.279 INFO O| Feb 12 06:56:47.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
79772026-02-12T06:56:48.052Z[ recovery-image] Feb 12 06:56:47.280 INFO O| Feb 12 06:56:47.279 INFO STEP 1020 (remove_files) COMPLETE
79782026-02-12T06:56:48.055Z[ recovery-image] Feb 12 06:56:47.280 INFO O| Feb 12 06:56:47.279 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79792026-02-12T06:56:48.064Z[ recovery-image] Feb 12 06:56:47.291 INFO O| Feb 12 06:56:47.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
79802026-02-12T06:56:48.066Z[ recovery-image] Feb 12 06:56:47.291 INFO O| Feb 12 06:56:47.291 INFO STEP 1021 (remove_files) COMPLETE
79812026-02-12T06:56:48.066Z[ recovery-image] Feb 12 06:56:47.291 INFO O| Feb 12 06:56:47.291 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79822026-02-12T06:56:48.075Z[ recovery-image] Feb 12 06:56:47.303 INFO O| Feb 12 06:56:47.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
79832026-02-12T06:56:48.078Z[ recovery-image] Feb 12 06:56:47.303 INFO O| Feb 12 06:56:47.303 INFO STEP 1022 (remove_files) COMPLETE
79842026-02-12T06:56:48.078Z[ recovery-image] Feb 12 06:56:47.303 INFO O| Feb 12 06:56:47.303 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79852026-02-12T06:56:48.087Z[ recovery-image] Feb 12 06:56:47.315 INFO O| Feb 12 06:56:47.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
79862026-02-12T06:56:48.087Z[ recovery-image] Feb 12 06:56:47.315 INFO O| Feb 12 06:56:47.315 INFO STEP 1023 (remove_files) COMPLETE
79872026-02-12T06:56:48.090Z[ recovery-image] Feb 12 06:56:47.315 INFO O| Feb 12 06:56:47.315 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79882026-02-12T06:56:48.096Z[ recovery-image] Feb 12 06:56:47.324 INFO O| Feb 12 06:56:47.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
79892026-02-12T06:56:48.099Z[ recovery-image] Feb 12 06:56:47.324 INFO O| Feb 12 06:56:47.324 INFO STEP 1024 (remove_files) COMPLETE
79902026-02-12T06:56:48.100Z[ recovery-image] Feb 12 06:56:47.324 INFO O| Feb 12 06:56:47.324 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79912026-02-12T06:56:48.108Z[ recovery-image] Feb 12 06:56:47.336 INFO O| Feb 12 06:56:47.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
79922026-02-12T06:56:48.112Z[ recovery-image] Feb 12 06:56:47.337 INFO O| Feb 12 06:56:47.337 INFO STEP 1025 (remove_files) COMPLETE
79932026-02-12T06:56:48.112Z[ recovery-image] Feb 12 06:56:47.337 INFO O| Feb 12 06:56:47.337 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79942026-02-12T06:56:48.121Z[ recovery-image] Feb 12 06:56:47.348 INFO O| Feb 12 06:56:47.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
79952026-02-12T06:56:48.121Z[ recovery-image] Feb 12 06:56:47.348 INFO O| Feb 12 06:56:47.348 INFO STEP 1026 (remove_files) COMPLETE
79962026-02-12T06:56:48.124Z[ recovery-image] Feb 12 06:56:47.348 INFO O| Feb 12 06:56:47.348 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79972026-02-12T06:56:48.133Z[ recovery-image] Feb 12 06:56:47.360 INFO O| Feb 12 06:56:47.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
79982026-02-12T06:56:48.133Z[ recovery-image] Feb 12 06:56:47.360 INFO O| Feb 12 06:56:47.360 INFO STEP 1027 (remove_files) COMPLETE
79992026-02-12T06:56:48.136Z[ recovery-image] Feb 12 06:56:47.360 INFO O| Feb 12 06:56:47.360 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80002026-02-12T06:56:48.142Z[ recovery-image] Feb 12 06:56:47.370 INFO O| Feb 12 06:56:47.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
80012026-02-12T06:56:48.142Z[ recovery-image] Feb 12 06:56:47.370 INFO O| Feb 12 06:56:47.370 INFO STEP 1028 (remove_files) COMPLETE
80022026-02-12T06:56:48.145Z[ recovery-image] Feb 12 06:56:47.370 INFO O| Feb 12 06:56:47.370 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80032026-02-12T06:56:48.154Z[ recovery-image] Feb 12 06:56:47.382 INFO O| Feb 12 06:56:47.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
80042026-02-12T06:56:48.155Z[ recovery-image] Feb 12 06:56:47.382 INFO O| Feb 12 06:56:47.382 INFO STEP 1029 (remove_files) COMPLETE
80052026-02-12T06:56:48.157Z[ recovery-image] Feb 12 06:56:47.382 INFO O| Feb 12 06:56:47.382 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80062026-02-12T06:56:48.166Z[ recovery-image] Feb 12 06:56:47.394 INFO O| Feb 12 06:56:47.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
80072026-02-12T06:56:48.166Z[ recovery-image] Feb 12 06:56:47.394 INFO O| Feb 12 06:56:47.394 INFO STEP 1030 (remove_files) COMPLETE
80082026-02-12T06:56:48.169Z[ recovery-image] Feb 12 06:56:47.394 INFO O| Feb 12 06:56:47.394 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80092026-02-12T06:56:48.179Z[ recovery-image] Feb 12 06:56:47.407 INFO O| Feb 12 06:56:47.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
80102026-02-12T06:56:48.179Z[ recovery-image] Feb 12 06:56:47.407 INFO O| Feb 12 06:56:47.407 INFO STEP 1031 (remove_files) COMPLETE
80112026-02-12T06:56:48.182Z[ recovery-image] Feb 12 06:56:47.407 INFO O| Feb 12 06:56:47.407 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80122026-02-12T06:56:48.191Z[ recovery-image] Feb 12 06:56:47.418 INFO O| Feb 12 06:56:47.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
80132026-02-12T06:56:48.191Z[ recovery-image] Feb 12 06:56:47.418 INFO O| Feb 12 06:56:47.418 INFO STEP 1032 (remove_files) COMPLETE
80142026-02-12T06:56:48.194Z[ recovery-image] Feb 12 06:56:47.418 INFO O| Feb 12 06:56:47.418 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80152026-02-12T06:56:48.203Z[ recovery-image] Feb 12 06:56:47.430 INFO O| Feb 12 06:56:47.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
80162026-02-12T06:56:48.203Z[ recovery-image] Feb 12 06:56:47.430 INFO O| Feb 12 06:56:47.430 INFO STEP 1033 (remove_files) COMPLETE
80172026-02-12T06:56:48.206Z[ recovery-image] Feb 12 06:56:47.430 INFO O| Feb 12 06:56:47.430 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80182026-02-12T06:56:48.214Z[ recovery-image] Feb 12 06:56:47.442 INFO O| Feb 12 06:56:47.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
80192026-02-12T06:56:48.214Z[ recovery-image] Feb 12 06:56:47.442 INFO O| Feb 12 06:56:47.442 INFO STEP 1034 (remove_files) COMPLETE
80202026-02-12T06:56:48.217Z[ recovery-image] Feb 12 06:56:47.442 INFO O| Feb 12 06:56:47.442 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80212026-02-12T06:56:48.223Z[ recovery-image] Feb 12 06:56:47.451 INFO O| Feb 12 06:56:47.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
80222026-02-12T06:56:48.223Z[ recovery-image] Feb 12 06:56:47.451 INFO O| Feb 12 06:56:47.451 INFO STEP 1035 (remove_files) COMPLETE
80232026-02-12T06:56:48.228Z[ recovery-image] Feb 12 06:56:47.451 INFO O| Feb 12 06:56:47.451 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80242026-02-12T06:56:48.233Z[ recovery-image] Feb 12 06:56:47.461 INFO O| Feb 12 06:56:47.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
80252026-02-12T06:56:48.234Z[ recovery-image] Feb 12 06:56:47.461 INFO O| Feb 12 06:56:47.461 INFO STEP 1036 (remove_files) COMPLETE
80262026-02-12T06:56:48.236Z[ recovery-image] Feb 12 06:56:47.461 INFO O| Feb 12 06:56:47.461 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80272026-02-12T06:56:48.245Z[ recovery-image] Feb 12 06:56:47.472 INFO O| Feb 12 06:56:47.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
80282026-02-12T06:56:48.245Z[ recovery-image] Feb 12 06:56:47.472 INFO O| Feb 12 06:56:47.472 INFO STEP 1037 (remove_files) COMPLETE
80292026-02-12T06:56:48.248Z[ recovery-image] Feb 12 06:56:47.472 INFO O| Feb 12 06:56:47.472 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80302026-02-12T06:56:48.257Z[ recovery-image] Feb 12 06:56:47.485 INFO O| Feb 12 06:56:47.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
80312026-02-12T06:56:48.257Z[ recovery-image] Feb 12 06:56:47.485 INFO O| Feb 12 06:56:47.485 INFO STEP 1038 (remove_files) COMPLETE
80322026-02-12T06:56:48.261Z[ recovery-image] Feb 12 06:56:47.485 INFO O| Feb 12 06:56:47.485 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80332026-02-12T06:56:48.270Z[ recovery-image] Feb 12 06:56:47.497 INFO O| Feb 12 06:56:47.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
80342026-02-12T06:56:48.273Z[ recovery-image] Feb 12 06:56:47.497 INFO O| Feb 12 06:56:47.497 INFO STEP 1039 (remove_files) COMPLETE
80352026-02-12T06:56:48.273Z[ recovery-image] Feb 12 06:56:47.498 INFO O| Feb 12 06:56:47.497 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80362026-02-12T06:56:48.279Z[ recovery-image] Feb 12 06:56:47.507 INFO O| Feb 12 06:56:47.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
80372026-02-12T06:56:48.279Z[ recovery-image] Feb 12 06:56:47.507 INFO O| Feb 12 06:56:47.507 INFO STEP 1040 (remove_files) COMPLETE
80382026-02-12T06:56:48.279Z[ recovery-image] Feb 12 06:56:47.507 INFO O| Feb 12 06:56:47.507 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80392026-02-12T06:56:48.289Z[ recovery-image] Feb 12 06:56:47.516 INFO O| Feb 12 06:56:47.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
80402026-02-12T06:56:48.289Z[ recovery-image] Feb 12 06:56:47.516 INFO O| Feb 12 06:56:47.516 INFO STEP 1041 (remove_files) COMPLETE
80412026-02-12T06:56:48.289Z[ recovery-image] Feb 12 06:56:47.516 INFO O| Feb 12 06:56:47.516 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80422026-02-12T06:56:48.301Z[ recovery-image] Feb 12 06:56:47.528 INFO O| Feb 12 06:56:47.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
80432026-02-12T06:56:48.301Z[ recovery-image] Feb 12 06:56:47.528 INFO O| Feb 12 06:56:47.528 INFO STEP 1042 (remove_files) COMPLETE
80442026-02-12T06:56:48.305Z[ recovery-image] Feb 12 06:56:47.528 INFO O| Feb 12 06:56:47.528 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80452026-02-12T06:56:48.309Z[ recovery-image] Feb 12 06:56:47.536 INFO O| Feb 12 06:56:47.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
80462026-02-12T06:56:48.309Z[ recovery-image] Feb 12 06:56:47.536 INFO O| Feb 12 06:56:47.536 INFO STEP 1043 (remove_files) COMPLETE
80472026-02-12T06:56:48.312Z[ recovery-image] Feb 12 06:56:47.536 INFO O| Feb 12 06:56:47.536 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80482026-02-12T06:56:48.320Z[ recovery-image] Feb 12 06:56:47.548 INFO O| Feb 12 06:56:47.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
80492026-02-12T06:56:48.320Z[ recovery-image] Feb 12 06:56:47.548 INFO O| Feb 12 06:56:47.548 INFO STEP 1044 (remove_files) COMPLETE
80502026-02-12T06:56:48.324Z[ recovery-image] Feb 12 06:56:47.548 INFO O| Feb 12 06:56:47.548 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80512026-02-12T06:56:48.329Z[ recovery-image] Feb 12 06:56:47.557 INFO O| Feb 12 06:56:47.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
80522026-02-12T06:56:48.332Z[ recovery-image] Feb 12 06:56:47.557 INFO O| Feb 12 06:56:47.557 INFO STEP 1045 (remove_files) COMPLETE
80532026-02-12T06:56:48.332Z[ recovery-image] Feb 12 06:56:47.557 INFO O| Feb 12 06:56:47.557 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80542026-02-12T06:56:48.345Z[ recovery-image] Feb 12 06:56:47.569 INFO O| Feb 12 06:56:47.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
80552026-02-12T06:56:48.345Z[ recovery-image] Feb 12 06:56:47.569 INFO O| Feb 12 06:56:47.569 INFO STEP 1046 (remove_files) COMPLETE
80562026-02-12T06:56:48.350Z[ recovery-image] Feb 12 06:56:47.569 INFO O| Feb 12 06:56:47.569 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80572026-02-12T06:56:48.353Z[ recovery-image] Feb 12 06:56:47.581 INFO O| Feb 12 06:56:47.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
80582026-02-12T06:56:48.353Z[ recovery-image] Feb 12 06:56:47.581 INFO O| Feb 12 06:56:47.581 INFO STEP 1047 (remove_files) COMPLETE
80592026-02-12T06:56:48.356Z[ recovery-image] Feb 12 06:56:47.581 INFO O| Feb 12 06:56:47.581 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80602026-02-12T06:56:48.365Z[ recovery-image] Feb 12 06:56:47.593 INFO O| Feb 12 06:56:47.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
80612026-02-12T06:56:48.365Z[ recovery-image] Feb 12 06:56:47.593 INFO O| Feb 12 06:56:47.593 INFO STEP 1048 (remove_files) COMPLETE
80622026-02-12T06:56:48.370Z[ recovery-image] Feb 12 06:56:47.593 INFO O| Feb 12 06:56:47.593 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80632026-02-12T06:56:48.376Z[ recovery-image] Feb 12 06:56:47.604 INFO O| Feb 12 06:56:47.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
80642026-02-12T06:56:48.377Z[ recovery-image] Feb 12 06:56:47.604 INFO O| Feb 12 06:56:47.604 INFO STEP 1049 (remove_files) COMPLETE
80652026-02-12T06:56:48.379Z[ recovery-image] Feb 12 06:56:47.604 INFO O| Feb 12 06:56:47.604 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80662026-02-12T06:56:48.385Z[ recovery-image] Feb 12 06:56:47.612 INFO O| Feb 12 06:56:47.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
80672026-02-12T06:56:48.386Z[ recovery-image] Feb 12 06:56:47.612 INFO O| Feb 12 06:56:47.612 INFO STEP 1050 (remove_files) COMPLETE
80682026-02-12T06:56:48.390Z[ recovery-image] Feb 12 06:56:47.612 INFO O| Feb 12 06:56:47.612 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80692026-02-12T06:56:48.398Z[ recovery-image] Feb 12 06:56:47.625 INFO O| Feb 12 06:56:47.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
80702026-02-12T06:56:48.404Z[ recovery-image] Feb 12 06:56:47.625 INFO O| Feb 12 06:56:47.625 INFO STEP 1051 (remove_files) COMPLETE
80712026-02-12T06:56:48.404Z[ recovery-image] Feb 12 06:56:47.625 INFO O| Feb 12 06:56:47.625 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80722026-02-12T06:56:48.410Z[ recovery-image] Feb 12 06:56:47.637 INFO O| Feb 12 06:56:47.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
80732026-02-12T06:56:48.414Z[ recovery-image] Feb 12 06:56:47.637 INFO O| Feb 12 06:56:47.637 INFO STEP 1052 (remove_files) COMPLETE
80742026-02-12T06:56:48.414Z[ recovery-image] Feb 12 06:56:47.637 INFO O| Feb 12 06:56:47.637 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80752026-02-12T06:56:48.421Z[ recovery-image] Feb 12 06:56:47.648 INFO O| Feb 12 06:56:47.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
80762026-02-12T06:56:48.424Z[ recovery-image] Feb 12 06:56:47.649 INFO O| Feb 12 06:56:47.648 INFO STEP 1053 (remove_files) COMPLETE
80772026-02-12T06:56:48.424Z[ recovery-image] Feb 12 06:56:47.649 INFO O| Feb 12 06:56:47.648 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80782026-02-12T06:56:48.433Z[ recovery-image] Feb 12 06:56:47.661 INFO O| Feb 12 06:56:47.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
80792026-02-12T06:56:48.436Z[ recovery-image] Feb 12 06:56:47.661 INFO O| Feb 12 06:56:47.661 INFO STEP 1054 (remove_files) COMPLETE
80802026-02-12T06:56:48.436Z[ recovery-image] Feb 12 06:56:47.661 INFO O| Feb 12 06:56:47.661 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80812026-02-12T06:56:48.445Z[ recovery-image] Feb 12 06:56:47.672 INFO O| Feb 12 06:56:47.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
80822026-02-12T06:56:48.445Z[ recovery-image] Feb 12 06:56:47.672 INFO O| Feb 12 06:56:47.672 INFO STEP 1055 (remove_files) COMPLETE
80832026-02-12T06:56:48.448Z[ recovery-image] Feb 12 06:56:47.672 INFO O| Feb 12 06:56:47.672 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80842026-02-12T06:56:48.456Z[ recovery-image] Feb 12 06:56:47.684 INFO O| Feb 12 06:56:47.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
80852026-02-12T06:56:48.457Z[ recovery-image] Feb 12 06:56:47.684 INFO O| Feb 12 06:56:47.684 INFO STEP 1056 (remove_files) COMPLETE
80862026-02-12T06:56:48.460Z[ recovery-image] Feb 12 06:56:47.684 INFO O| Feb 12 06:56:47.684 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80872026-02-12T06:56:48.469Z[ recovery-image] Feb 12 06:56:47.696 INFO O| Feb 12 06:56:47.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
80882026-02-12T06:56:48.473Z[ recovery-image] Feb 12 06:56:47.696 INFO O| Feb 12 06:56:47.696 INFO STEP 1057 (remove_files) COMPLETE
80892026-02-12T06:56:48.473Z[ recovery-image] Feb 12 06:56:47.696 INFO O| Feb 12 06:56:47.696 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80902026-02-12T06:56:48.478Z[ recovery-image] Feb 12 06:56:47.705 INFO O| Feb 12 06:56:47.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
80912026-02-12T06:56:48.478Z[ recovery-image] Feb 12 06:56:47.705 INFO O| Feb 12 06:56:47.705 INFO STEP 1058 (remove_files) COMPLETE
80922026-02-12T06:56:48.481Z[ recovery-image] Feb 12 06:56:47.705 INFO O| Feb 12 06:56:47.705 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80932026-02-12T06:56:48.490Z[ recovery-image] Feb 12 06:56:47.717 INFO O| Feb 12 06:56:47.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
80942026-02-12T06:56:48.493Z[ recovery-image] Feb 12 06:56:47.717 INFO O| Feb 12 06:56:47.717 INFO STEP 1059 (remove_files) COMPLETE
80952026-02-12T06:56:48.493Z[ recovery-image] Feb 12 06:56:47.717 INFO O| Feb 12 06:56:47.717 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80962026-02-12T06:56:48.502Z[ recovery-image] Feb 12 06:56:47.729 INFO O| Feb 12 06:56:47.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
80972026-02-12T06:56:48.502Z[ recovery-image] Feb 12 06:56:47.729 INFO O| Feb 12 06:56:47.729 INFO STEP 1060 (remove_files) COMPLETE
80982026-02-12T06:56:48.505Z[ recovery-image] Feb 12 06:56:47.729 INFO O| Feb 12 06:56:47.729 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80992026-02-12T06:56:48.514Z[ recovery-image] Feb 12 06:56:47.742 INFO O| Feb 12 06:56:47.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
81002026-02-12T06:56:48.514Z[ recovery-image] Feb 12 06:56:47.742 INFO O| Feb 12 06:56:47.742 INFO STEP 1061 (remove_files) COMPLETE
81012026-02-12T06:56:48.517Z[ recovery-image] Feb 12 06:56:47.742 INFO O| Feb 12 06:56:47.742 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81022026-02-12T06:56:48.526Z[ recovery-image] Feb 12 06:56:47.753 INFO O| Feb 12 06:56:47.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
81032026-02-12T06:56:48.526Z[ recovery-image] Feb 12 06:56:47.753 INFO O| Feb 12 06:56:47.753 INFO STEP 1062 (remove_files) COMPLETE
81042026-02-12T06:56:48.529Z[ recovery-image] Feb 12 06:56:47.753 INFO O| Feb 12 06:56:47.753 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81052026-02-12T06:56:48.538Z[ recovery-image] Feb 12 06:56:47.765 INFO O| Feb 12 06:56:47.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
81062026-02-12T06:56:48.538Z[ recovery-image] Feb 12 06:56:47.765 INFO O| Feb 12 06:56:47.765 INFO STEP 1063 (remove_files) COMPLETE
81072026-02-12T06:56:48.538Z[ recovery-image] Feb 12 06:56:47.765 INFO O| Feb 12 06:56:47.765 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81082026-02-12T06:56:48.549Z[ recovery-image] Feb 12 06:56:47.777 INFO O| Feb 12 06:56:47.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
81092026-02-12T06:56:48.549Z[ recovery-image] Feb 12 06:56:47.777 INFO O| Feb 12 06:56:47.777 INFO STEP 1064 (remove_files) COMPLETE
81102026-02-12T06:56:48.549Z[ recovery-image] Feb 12 06:56:47.777 INFO O| Feb 12 06:56:47.777 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81112026-02-12T06:56:48.560Z[ recovery-image] Feb 12 06:56:47.788 INFO O| Feb 12 06:56:47.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
81122026-02-12T06:56:48.561Z[ recovery-image] Feb 12 06:56:47.788 INFO O| Feb 12 06:56:47.788 INFO STEP 1065 (remove_files) COMPLETE
81132026-02-12T06:56:48.565Z[ recovery-image] Feb 12 06:56:47.788 INFO O| Feb 12 06:56:47.788 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81142026-02-12T06:56:48.573Z[ recovery-image] Feb 12 06:56:47.800 INFO O| Feb 12 06:56:47.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
81152026-02-12T06:56:48.576Z[ recovery-image] Feb 12 06:56:47.800 INFO O| Feb 12 06:56:47.800 INFO STEP 1066 (remove_files) COMPLETE
81162026-02-12T06:56:48.576Z[ recovery-image] Feb 12 06:56:47.800 INFO O| Feb 12 06:56:47.800 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81172026-02-12T06:56:48.585Z[ recovery-image] Feb 12 06:56:47.812 INFO O| Feb 12 06:56:47.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
81182026-02-12T06:56:48.589Z[ recovery-image] Feb 12 06:56:47.812 INFO O| Feb 12 06:56:47.812 INFO STEP 1067 (remove_files) COMPLETE
81192026-02-12T06:56:48.589Z[ recovery-image] Feb 12 06:56:47.812 INFO O| Feb 12 06:56:47.812 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81202026-02-12T06:56:48.596Z[ recovery-image] Feb 12 06:56:47.823 INFO O| Feb 12 06:56:47.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
81212026-02-12T06:56:48.599Z[ recovery-image] Feb 12 06:56:47.823 INFO O| Feb 12 06:56:47.823 INFO STEP 1068 (remove_files) COMPLETE
81222026-02-12T06:56:48.599Z[ recovery-image] Feb 12 06:56:47.823 INFO O| Feb 12 06:56:47.823 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81232026-02-12T06:56:48.608Z[ recovery-image] Feb 12 06:56:47.836 INFO O| Feb 12 06:56:47.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
81242026-02-12T06:56:48.608Z[ recovery-image] Feb 12 06:56:47.836 INFO O| Feb 12 06:56:47.836 INFO STEP 1069 (remove_files) COMPLETE
81252026-02-12T06:56:48.611Z[ recovery-image] Feb 12 06:56:47.836 INFO O| Feb 12 06:56:47.836 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81262026-02-12T06:56:48.620Z[ recovery-image] Feb 12 06:56:47.847 INFO O| Feb 12 06:56:47.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
81272026-02-12T06:56:48.623Z[ recovery-image] Feb 12 06:56:47.848 INFO O| Feb 12 06:56:47.848 INFO STEP 1070 (remove_files) COMPLETE
81282026-02-12T06:56:48.623Z[ recovery-image] Feb 12 06:56:47.848 INFO O| Feb 12 06:56:47.848 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81292026-02-12T06:56:48.633Z[ recovery-image] Feb 12 06:56:47.860 INFO O| Feb 12 06:56:47.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
81302026-02-12T06:56:48.633Z[ recovery-image] Feb 12 06:56:47.860 INFO O| Feb 12 06:56:47.860 INFO STEP 1071 (remove_files) COMPLETE
81312026-02-12T06:56:48.636Z[ recovery-image] Feb 12 06:56:47.861 INFO O| Feb 12 06:56:47.860 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81322026-02-12T06:56:48.645Z[ recovery-image] Feb 12 06:56:47.872 INFO O| Feb 12 06:56:47.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
81332026-02-12T06:56:48.648Z[ recovery-image] Feb 12 06:56:47.872 INFO O| Feb 12 06:56:47.872 INFO STEP 1072 (remove_files) COMPLETE
81342026-02-12T06:56:48.648Z[ recovery-image] Feb 12 06:56:47.872 INFO O| Feb 12 06:56:47.872 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81352026-02-12T06:56:48.657Z[ recovery-image] Feb 12 06:56:47.884 INFO O| Feb 12 06:56:47.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
81362026-02-12T06:56:48.657Z[ recovery-image] Feb 12 06:56:47.884 INFO O| Feb 12 06:56:47.884 INFO STEP 1073 (remove_files) COMPLETE
81372026-02-12T06:56:48.657Z[ recovery-image] Feb 12 06:56:47.884 INFO O| Feb 12 06:56:47.884 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81382026-02-12T06:56:48.670Z[ recovery-image] Feb 12 06:56:47.896 INFO O| Feb 12 06:56:47.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
81392026-02-12T06:56:48.670Z[ recovery-image] Feb 12 06:56:47.896 INFO O| Feb 12 06:56:47.896 INFO STEP 1074 (remove_files) COMPLETE
81402026-02-12T06:56:48.673Z[ recovery-image] Feb 12 06:56:47.896 INFO O| Feb 12 06:56:47.896 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81412026-02-12T06:56:48.680Z[ recovery-image] Feb 12 06:56:47.908 INFO O| Feb 12 06:56:47.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
81422026-02-12T06:56:48.680Z[ recovery-image] Feb 12 06:56:47.908 INFO O| Feb 12 06:56:47.908 INFO STEP 1075 (remove_files) COMPLETE
81432026-02-12T06:56:48.683Z[ recovery-image] Feb 12 06:56:47.908 INFO O| Feb 12 06:56:47.908 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81442026-02-12T06:56:48.692Z[ recovery-image] Feb 12 06:56:47.920 INFO O| Feb 12 06:56:47.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
81452026-02-12T06:56:48.692Z[ recovery-image] Feb 12 06:56:47.920 INFO O| Feb 12 06:56:47.920 INFO STEP 1076 (remove_files) COMPLETE
81462026-02-12T06:56:48.692Z[ recovery-image] Feb 12 06:56:47.920 INFO O| Feb 12 06:56:47.920 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81472026-02-12T06:56:48.701Z[ recovery-image] Feb 12 06:56:47.929 INFO O| Feb 12 06:56:47.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
81482026-02-12T06:56:48.704Z[ recovery-image] Feb 12 06:56:47.929 INFO O| Feb 12 06:56:47.929 INFO STEP 1077 (remove_files) COMPLETE
81492026-02-12T06:56:48.704Z[ recovery-image] Feb 12 06:56:47.929 INFO O| Feb 12 06:56:47.929 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81502026-02-12T06:56:48.712Z[ recovery-image] Feb 12 06:56:47.939 INFO O| Feb 12 06:56:47.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
81512026-02-12T06:56:48.712Z[ recovery-image] Feb 12 06:56:47.939 INFO O| Feb 12 06:56:47.939 INFO STEP 1078 (remove_files) COMPLETE
81522026-02-12T06:56:48.712Z[ recovery-image] Feb 12 06:56:47.939 INFO O| Feb 12 06:56:47.939 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81532026-02-12T06:56:48.724Z[ recovery-image] Feb 12 06:56:47.951 INFO O| Feb 12 06:56:47.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
81542026-02-12T06:56:48.724Z[ recovery-image] Feb 12 06:56:47.951 INFO O| Feb 12 06:56:47.951 INFO STEP 1079 (remove_files) COMPLETE
81552026-02-12T06:56:48.740Z[ recovery-image] Feb 12 06:56:47.951 INFO O| Feb 12 06:56:47.951 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81562026-02-12T06:56:48.740Z[ recovery-image] Feb 12 06:56:47.963 INFO O| Feb 12 06:56:47.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
81572026-02-12T06:56:48.740Z[ recovery-image] Feb 12 06:56:47.963 INFO O| Feb 12 06:56:47.963 INFO STEP 1080 (remove_files) COMPLETE
81582026-02-12T06:56:48.741Z[ recovery-image] Feb 12 06:56:47.963 INFO O| Feb 12 06:56:47.963 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81592026-02-12T06:56:48.748Z[ recovery-image] Feb 12 06:56:47.975 INFO O| Feb 12 06:56:47.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
81602026-02-12T06:56:48.748Z[ recovery-image] Feb 12 06:56:47.975 INFO O| Feb 12 06:56:47.975 INFO STEP 1081 (remove_files) COMPLETE
81612026-02-12T06:56:48.748Z[ recovery-image] Feb 12 06:56:47.975 INFO O| Feb 12 06:56:47.975 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81622026-02-12T06:56:48.759Z[ recovery-image] Feb 12 06:56:47.987 INFO O| Feb 12 06:56:47.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
81632026-02-12T06:56:48.762Z[ recovery-image] Feb 12 06:56:47.987 INFO O| Feb 12 06:56:47.987 INFO STEP 1082 (remove_files) COMPLETE
81642026-02-12T06:56:48.762Z[ recovery-image] Feb 12 06:56:47.987 INFO O| Feb 12 06:56:47.987 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81652026-02-12T06:56:48.782Z[ recovery-image] Feb 12 06:56:47.999 INFO O| Feb 12 06:56:47.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
81662026-02-12T06:56:48.782Z[ recovery-image] Feb 12 06:56:47.999 INFO O| Feb 12 06:56:47.999 INFO STEP 1083 (remove_files) COMPLETE
81672026-02-12T06:56:48.782Z[ recovery-image] Feb 12 06:56:47.999 INFO O| Feb 12 06:56:47.999 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81682026-02-12T06:56:48.785Z[ recovery-image] Feb 12 06:56:48.011 INFO O| Feb 12 06:56:48.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
81692026-02-12T06:56:48.786Z[ recovery-image] Feb 12 06:56:48.011 INFO O| Feb 12 06:56:48.011 INFO STEP 1084 (remove_files) COMPLETE
81702026-02-12T06:56:48.786Z[ recovery-image] Feb 12 06:56:48.011 INFO O| Feb 12 06:56:48.011 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81712026-02-12T06:56:48.795Z[ recovery-image] Feb 12 06:56:48.022 INFO O| Feb 12 06:56:48.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
81722026-02-12T06:56:48.795Z[ recovery-image] Feb 12 06:56:48.022 INFO O| Feb 12 06:56:48.022 INFO STEP 1085 (remove_files) COMPLETE
81732026-02-12T06:56:48.798Z[ recovery-image] Feb 12 06:56:48.022 INFO O| Feb 12 06:56:48.022 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81742026-02-12T06:56:48.806Z[ recovery-image] Feb 12 06:56:48.034 INFO O| Feb 12 06:56:48.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
81752026-02-12T06:56:48.806Z[ recovery-image] Feb 12 06:56:48.034 INFO O| Feb 12 06:56:48.034 INFO STEP 1086 (remove_files) COMPLETE
81762026-02-12T06:56:48.806Z[ recovery-image] Feb 12 06:56:48.034 INFO O| Feb 12 06:56:48.034 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81772026-02-12T06:56:48.816Z[ recovery-image] Feb 12 06:56:48.044 INFO O| Feb 12 06:56:48.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
81782026-02-12T06:56:48.820Z[ recovery-image] Feb 12 06:56:48.044 INFO O| Feb 12 06:56:48.044 INFO STEP 1087 (remove_files) COMPLETE
81792026-02-12T06:56:48.820Z[ recovery-image] Feb 12 06:56:48.044 INFO O| Feb 12 06:56:48.044 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81802026-02-12T06:56:48.828Z[ recovery-image] Feb 12 06:56:48.056 INFO O| Feb 12 06:56:48.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
81812026-02-12T06:56:48.828Z[ recovery-image] Feb 12 06:56:48.056 INFO O| Feb 12 06:56:48.056 INFO STEP 1088 (remove_files) COMPLETE
81822026-02-12T06:56:48.828Z[ recovery-image] Feb 12 06:56:48.056 INFO O| Feb 12 06:56:48.056 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81832026-02-12T06:56:48.838Z[ recovery-image] Feb 12 06:56:48.065 INFO O| Feb 12 06:56:48.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
81842026-02-12T06:56:48.841Z[ recovery-image] Feb 12 06:56:48.065 INFO O| Feb 12 06:56:48.065 INFO STEP 1089 (remove_files) COMPLETE
81852026-02-12T06:56:48.841Z[ recovery-image] Feb 12 06:56:48.065 INFO O| Feb 12 06:56:48.065 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81862026-02-12T06:56:48.845Z[ recovery-image] Feb 12 06:56:48.073 INFO O| Feb 12 06:56:48.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
81872026-02-12T06:56:48.848Z[ recovery-image] Feb 12 06:56:48.074 INFO O| Feb 12 06:56:48.074 INFO STEP 1090 (remove_files) COMPLETE
81882026-02-12T06:56:48.848Z[ recovery-image] Feb 12 06:56:48.074 INFO O| Feb 12 06:56:48.074 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81892026-02-12T06:56:48.858Z[ recovery-image] Feb 12 06:56:48.085 INFO O| Feb 12 06:56:48.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
81902026-02-12T06:56:48.858Z[ recovery-image] Feb 12 06:56:48.085 INFO O| Feb 12 06:56:48.085 INFO STEP 1091 (remove_files) COMPLETE
81912026-02-12T06:56:48.861Z[ recovery-image] Feb 12 06:56:48.085 INFO O| Feb 12 06:56:48.085 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81922026-02-12T06:56:48.870Z[ recovery-image] Feb 12 06:56:48.097 INFO O| Feb 12 06:56:48.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
81932026-02-12T06:56:48.870Z[ recovery-image] Feb 12 06:56:48.097 INFO O| Feb 12 06:56:48.097 INFO STEP 1092 (remove_files) COMPLETE
81942026-02-12T06:56:48.870Z[ recovery-image] Feb 12 06:56:48.097 INFO O| Feb 12 06:56:48.097 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81952026-02-12T06:56:48.880Z[ recovery-image] Feb 12 06:56:48.108 INFO O| Feb 12 06:56:48.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
81962026-02-12T06:56:48.880Z[ recovery-image] Feb 12 06:56:48.108 INFO O| Feb 12 06:56:48.108 INFO STEP 1093 (remove_files) COMPLETE
81972026-02-12T06:56:48.883Z[ recovery-image] Feb 12 06:56:48.108 INFO O| Feb 12 06:56:48.108 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81982026-02-12T06:56:48.891Z[ recovery-image] Feb 12 06:56:48.118 INFO O| Feb 12 06:56:48.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
81992026-02-12T06:56:48.891Z[ recovery-image] Feb 12 06:56:48.119 INFO O| Feb 12 06:56:48.119 INFO STEP 1094 (remove_files) COMPLETE
82002026-02-12T06:56:48.891Z[ recovery-image] Feb 12 06:56:48.119 INFO O| Feb 12 06:56:48.119 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82012026-02-12T06:56:48.902Z[ recovery-image] Feb 12 06:56:48.129 INFO O| Feb 12 06:56:48.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
82022026-02-12T06:56:48.902Z[ recovery-image] Feb 12 06:56:48.129 INFO O| Feb 12 06:56:48.129 INFO STEP 1095 (remove_files) COMPLETE
82032026-02-12T06:56:48.902Z[ recovery-image] Feb 12 06:56:48.129 INFO O| Feb 12 06:56:48.129 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82042026-02-12T06:56:48.914Z[ recovery-image] Feb 12 06:56:48.141 INFO O| Feb 12 06:56:48.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
82052026-02-12T06:56:48.914Z[ recovery-image] Feb 12 06:56:48.141 INFO O| Feb 12 06:56:48.141 INFO STEP 1096 (remove_files) COMPLETE
82062026-02-12T06:56:48.917Z[ recovery-image] Feb 12 06:56:48.141 INFO O| Feb 12 06:56:48.141 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82072026-02-12T06:56:48.925Z[ recovery-image] Feb 12 06:56:48.153 INFO O| Feb 12 06:56:48.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
82082026-02-12T06:56:48.925Z[ recovery-image] Feb 12 06:56:48.153 INFO O| Feb 12 06:56:48.153 INFO STEP 1097 (remove_files) COMPLETE
82092026-02-12T06:56:48.928Z[ recovery-image] Feb 12 06:56:48.153 INFO O| Feb 12 06:56:48.153 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82102026-02-12T06:56:48.938Z[ recovery-image] Feb 12 06:56:48.166 INFO O| Feb 12 06:56:48.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
82112026-02-12T06:56:48.938Z[ recovery-image] Feb 12 06:56:48.166 INFO O| Feb 12 06:56:48.166 INFO STEP 1098 (remove_files) COMPLETE
82122026-02-12T06:56:48.941Z[ recovery-image] Feb 12 06:56:48.166 INFO O| Feb 12 06:56:48.166 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82132026-02-12T06:56:48.950Z[ recovery-image] Feb 12 06:56:48.177 INFO O| Feb 12 06:56:48.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
82142026-02-12T06:56:48.950Z[ recovery-image] Feb 12 06:56:48.177 INFO O| Feb 12 06:56:48.177 INFO STEP 1099 (remove_files) COMPLETE
82152026-02-12T06:56:48.950Z[ recovery-image] Feb 12 06:56:48.177 INFO O| Feb 12 06:56:48.177 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82162026-02-12T06:56:48.962Z[ recovery-image] Feb 12 06:56:48.189 INFO O| Feb 12 06:56:48.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
82172026-02-12T06:56:48.962Z[ recovery-image] Feb 12 06:56:48.190 INFO O| Feb 12 06:56:48.190 INFO STEP 1100 (remove_files) COMPLETE
82182026-02-12T06:56:48.965Z[ recovery-image] Feb 12 06:56:48.190 INFO O| Feb 12 06:56:48.190 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82192026-02-12T06:56:48.973Z[ recovery-image] Feb 12 06:56:48.201 INFO O| Feb 12 06:56:48.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
82202026-02-12T06:56:48.976Z[ recovery-image] Feb 12 06:56:48.201 INFO O| Feb 12 06:56:48.201 INFO STEP 1101 (remove_files) COMPLETE
82212026-02-12T06:56:48.977Z[ recovery-image] Feb 12 06:56:48.201 INFO O| Feb 12 06:56:48.201 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82222026-02-12T06:56:48.986Z[ recovery-image] Feb 12 06:56:48.213 INFO O| Feb 12 06:56:48.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
82232026-02-12T06:56:48.986Z[ recovery-image] Feb 12 06:56:48.213 INFO O| Feb 12 06:56:48.213 INFO STEP 1102 (remove_files) COMPLETE
82242026-02-12T06:56:48.986Z[ recovery-image] Feb 12 06:56:48.213 INFO O| Feb 12 06:56:48.213 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82252026-02-12T06:56:48.993Z[ recovery-image] Feb 12 06:56:48.221 INFO O| Feb 12 06:56:48.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
82262026-02-12T06:56:48.997Z[ recovery-image] Feb 12 06:56:48.221 INFO O| Feb 12 06:56:48.221 INFO STEP 1103 (remove_files) COMPLETE
82272026-02-12T06:56:48.997Z[ recovery-image] Feb 12 06:56:48.221 INFO O| Feb 12 06:56:48.221 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82282026-02-12T06:56:49.006Z[ recovery-image] Feb 12 06:56:48.233 INFO O| Feb 12 06:56:48.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
82292026-02-12T06:56:49.009Z[ recovery-image] Feb 12 06:56:48.233 INFO O| Feb 12 06:56:48.233 INFO STEP 1104 (remove_files) COMPLETE
82302026-02-12T06:56:49.009Z[ recovery-image] Feb 12 06:56:48.233 INFO O| Feb 12 06:56:48.233 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82312026-02-12T06:56:49.016Z[ recovery-image] Feb 12 06:56:48.243 INFO O| Feb 12 06:56:48.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
82322026-02-12T06:56:49.019Z[ recovery-image] Feb 12 06:56:48.243 INFO O| Feb 12 06:56:48.243 INFO STEP 1105 (remove_files) COMPLETE
82332026-02-12T06:56:49.019Z[ recovery-image] Feb 12 06:56:48.243 INFO O| Feb 12 06:56:48.243 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82342026-02-12T06:56:49.028Z[ recovery-image] Feb 12 06:56:48.255 INFO O| Feb 12 06:56:48.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
82352026-02-12T06:56:49.031Z[ recovery-image] Feb 12 06:56:48.256 INFO O| Feb 12 06:56:48.256 INFO STEP 1106 (remove_files) COMPLETE
82362026-02-12T06:56:49.031Z[ recovery-image] Feb 12 06:56:48.256 INFO O| Feb 12 06:56:48.256 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82372026-02-12T06:56:49.038Z[ recovery-image] Feb 12 06:56:48.265 INFO O| Feb 12 06:56:48.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
82382026-02-12T06:56:49.040Z[ recovery-image] Feb 12 06:56:48.265 INFO O| Feb 12 06:56:48.265 INFO STEP 1107 (remove_files) COMPLETE
82392026-02-12T06:56:49.041Z[ recovery-image] Feb 12 06:56:48.265 INFO O| Feb 12 06:56:48.265 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82402026-02-12T06:56:49.049Z[ recovery-image] Feb 12 06:56:48.277 INFO O| Feb 12 06:56:48.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
82412026-02-12T06:56:49.052Z[ recovery-image] Feb 12 06:56:48.278 INFO O| Feb 12 06:56:48.278 INFO STEP 1108 (remove_files) COMPLETE
82422026-02-12T06:56:49.053Z[ recovery-image] Feb 12 06:56:48.278 INFO O| Feb 12 06:56:48.278 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82432026-02-12T06:56:49.062Z[ recovery-image] Feb 12 06:56:48.289 INFO O| Feb 12 06:56:48.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
82442026-02-12T06:56:49.065Z[ recovery-image] Feb 12 06:56:48.289 INFO O| Feb 12 06:56:48.289 INFO STEP 1109 (remove_files) COMPLETE
82452026-02-12T06:56:49.065Z[ recovery-image] Feb 12 06:56:48.289 INFO O| Feb 12 06:56:48.289 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82462026-02-12T06:56:49.075Z[ recovery-image] Feb 12 06:56:48.302 INFO O| Feb 12 06:56:48.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
82472026-02-12T06:56:49.078Z[ recovery-image] Feb 12 06:56:48.302 INFO O| Feb 12 06:56:48.302 INFO STEP 1110 (remove_files) COMPLETE
82482026-02-12T06:56:49.078Z[ recovery-image] Feb 12 06:56:48.302 INFO O| Feb 12 06:56:48.302 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82492026-02-12T06:56:49.086Z[ recovery-image] Feb 12 06:56:48.313 INFO O| Feb 12 06:56:48.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
82502026-02-12T06:56:49.096Z[ recovery-image] Feb 12 06:56:48.313 INFO O| Feb 12 06:56:48.313 INFO STEP 1111 (remove_files) COMPLETE
82512026-02-12T06:56:49.096Z[ recovery-image] Feb 12 06:56:48.313 INFO O| Feb 12 06:56:48.313 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82522026-02-12T06:56:49.100Z[ recovery-image] Feb 12 06:56:48.325 INFO O| Feb 12 06:56:48.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
82532026-02-12T06:56:49.100Z[ recovery-image] Feb 12 06:56:48.326 INFO O| Feb 12 06:56:48.325 INFO STEP 1112 (remove_files) COMPLETE
82542026-02-12T06:56:49.100Z[ recovery-image] Feb 12 06:56:48.326 INFO O| Feb 12 06:56:48.326 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82552026-02-12T06:56:49.113Z[ recovery-image] Feb 12 06:56:48.338 INFO O| Feb 12 06:56:48.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
82562026-02-12T06:56:49.113Z[ recovery-image] Feb 12 06:56:48.338 INFO O| Feb 12 06:56:48.338 INFO STEP 1113 (remove_files) COMPLETE
82572026-02-12T06:56:49.118Z[ recovery-image] Feb 12 06:56:48.338 INFO O| Feb 12 06:56:48.338 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82582026-02-12T06:56:49.124Z[ recovery-image] Feb 12 06:56:48.351 INFO O| Feb 12 06:56:48.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
82592026-02-12T06:56:49.124Z[ recovery-image] Feb 12 06:56:48.351 INFO O| Feb 12 06:56:48.351 INFO STEP 1114 (remove_files) COMPLETE
82602026-02-12T06:56:49.124Z[ recovery-image] Feb 12 06:56:48.351 INFO O| Feb 12 06:56:48.351 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82612026-02-12T06:56:49.136Z[ recovery-image] Feb 12 06:56:48.363 INFO O| Feb 12 06:56:48.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
82622026-02-12T06:56:49.141Z[ recovery-image] Feb 12 06:56:48.363 INFO O| Feb 12 06:56:48.363 INFO STEP 1115 (remove_files) COMPLETE
82632026-02-12T06:56:49.141Z[ recovery-image] Feb 12 06:56:48.363 INFO O| Feb 12 06:56:48.363 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82642026-02-12T06:56:49.148Z[ recovery-image] Feb 12 06:56:48.372 INFO O| Feb 12 06:56:48.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
82652026-02-12T06:56:49.148Z[ recovery-image] Feb 12 06:56:48.372 INFO O| Feb 12 06:56:48.372 INFO STEP 1116 (remove_files) COMPLETE
82662026-02-12T06:56:49.148Z[ recovery-image] Feb 12 06:56:48.372 INFO O| Feb 12 06:56:48.372 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82672026-02-12T06:56:49.157Z[ recovery-image] Feb 12 06:56:48.384 INFO O| Feb 12 06:56:48.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
82682026-02-12T06:56:49.160Z[ recovery-image] Feb 12 06:56:48.384 INFO O| Feb 12 06:56:48.384 INFO STEP 1117 (remove_files) COMPLETE
82692026-02-12T06:56:49.160Z[ recovery-image] Feb 12 06:56:48.384 INFO O| Feb 12 06:56:48.384 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82702026-02-12T06:56:49.169Z[ recovery-image] Feb 12 06:56:48.396 INFO O| Feb 12 06:56:48.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
82712026-02-12T06:56:49.173Z[ recovery-image] Feb 12 06:56:48.396 INFO O| Feb 12 06:56:48.396 INFO STEP 1118 (remove_files) COMPLETE
82722026-02-12T06:56:49.173Z[ recovery-image] Feb 12 06:56:48.396 INFO O| Feb 12 06:56:48.396 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82732026-02-12T06:56:49.181Z[ recovery-image] Feb 12 06:56:48.408 INFO O| Feb 12 06:56:48.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
82742026-02-12T06:56:49.181Z[ recovery-image] Feb 12 06:56:48.408 INFO O| Feb 12 06:56:48.408 INFO STEP 1119 (remove_files) COMPLETE
82752026-02-12T06:56:49.184Z[ recovery-image] Feb 12 06:56:48.408 INFO O| Feb 12 06:56:48.408 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82762026-02-12T06:56:49.193Z[ recovery-image] Feb 12 06:56:48.420 INFO O| Feb 12 06:56:48.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
82772026-02-12T06:56:49.196Z[ recovery-image] Feb 12 06:56:48.420 INFO O| Feb 12 06:56:48.420 INFO STEP 1120 (remove_files) COMPLETE
82782026-02-12T06:56:49.196Z[ recovery-image] Feb 12 06:56:48.421 INFO O| Feb 12 06:56:48.420 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82792026-02-12T06:56:49.203Z[ recovery-image] Feb 12 06:56:48.431 INFO O| Feb 12 06:56:48.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
82802026-02-12T06:56:49.207Z[ recovery-image] Feb 12 06:56:48.431 INFO O| Feb 12 06:56:48.431 INFO STEP 1121 (remove_files) COMPLETE
82812026-02-12T06:56:49.207Z[ recovery-image] Feb 12 06:56:48.431 INFO O| Feb 12 06:56:48.431 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82822026-02-12T06:56:49.215Z[ recovery-image] Feb 12 06:56:48.443 INFO O| Feb 12 06:56:48.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
82832026-02-12T06:56:49.215Z[ recovery-image] Feb 12 06:56:48.443 INFO O| Feb 12 06:56:48.443 INFO STEP 1122 (remove_files) COMPLETE
82842026-02-12T06:56:49.215Z[ recovery-image] Feb 12 06:56:48.443 INFO O| Feb 12 06:56:48.443 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82852026-02-12T06:56:49.228Z[ recovery-image] Feb 12 06:56:48.455 INFO O| Feb 12 06:56:48.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
82862026-02-12T06:56:49.228Z[ recovery-image] Feb 12 06:56:48.455 INFO O| Feb 12 06:56:48.455 INFO STEP 1123 (remove_files) COMPLETE
82872026-02-12T06:56:49.231Z[ recovery-image] Feb 12 06:56:48.455 INFO O| Feb 12 06:56:48.455 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82882026-02-12T06:56:49.240Z[ recovery-image] Feb 12 06:56:48.467 INFO O| Feb 12 06:56:48.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
82892026-02-12T06:56:49.240Z[ recovery-image] Feb 12 06:56:48.467 INFO O| Feb 12 06:56:48.467 INFO STEP 1124 (remove_files) COMPLETE
82902026-02-12T06:56:49.240Z[ recovery-image] Feb 12 06:56:48.467 INFO O| Feb 12 06:56:48.467 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82912026-02-12T06:56:49.252Z[ recovery-image] Feb 12 06:56:48.479 INFO O| Feb 12 06:56:48.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
82922026-02-12T06:56:49.255Z[ recovery-image] Feb 12 06:56:48.479 INFO O| Feb 12 06:56:48.479 INFO STEP 1125 (remove_files) COMPLETE
82932026-02-12T06:56:49.255Z[ recovery-image] Feb 12 06:56:48.480 INFO O| Feb 12 06:56:48.479 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82942026-02-12T06:56:49.264Z[ recovery-image] Feb 12 06:56:48.491 INFO O| Feb 12 06:56:48.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
82952026-02-12T06:56:49.267Z[ recovery-image] Feb 12 06:56:48.492 INFO O| Feb 12 06:56:48.492 INFO STEP 1126 (remove_files) COMPLETE
82962026-02-12T06:56:49.267Z[ recovery-image] Feb 12 06:56:48.492 INFO O| Feb 12 06:56:48.492 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82972026-02-12T06:56:49.277Z[ recovery-image] Feb 12 06:56:48.504 INFO O| Feb 12 06:56:48.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
82982026-02-12T06:56:49.280Z[ recovery-image] Feb 12 06:56:48.504 INFO O| Feb 12 06:56:48.504 INFO STEP 1127 (remove_files) COMPLETE
82992026-02-12T06:56:49.280Z[ recovery-image] Feb 12 06:56:48.505 INFO O| Feb 12 06:56:48.504 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83002026-02-12T06:56:49.289Z[ recovery-image] Feb 12 06:56:48.516 INFO O| Feb 12 06:56:48.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
83012026-02-12T06:56:49.292Z[ recovery-image] Feb 12 06:56:48.516 INFO O| Feb 12 06:56:48.516 INFO STEP 1128 (remove_files) COMPLETE
83022026-02-12T06:56:49.292Z[ recovery-image] Feb 12 06:56:48.517 INFO O| Feb 12 06:56:48.516 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83032026-02-12T06:56:49.300Z[ recovery-image] Feb 12 06:56:48.527 INFO O| Feb 12 06:56:48.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
83042026-02-12T06:56:49.304Z[ recovery-image] Feb 12 06:56:48.527 INFO O| Feb 12 06:56:48.527 INFO STEP 1129 (remove_files) COMPLETE
83052026-02-12T06:56:49.304Z[ recovery-image] Feb 12 06:56:48.527 INFO O| Feb 12 06:56:48.527 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83062026-02-12T06:56:49.313Z[ recovery-image] Feb 12 06:56:48.540 INFO O| Feb 12 06:56:48.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
83072026-02-12T06:56:49.313Z[ recovery-image] Feb 12 06:56:48.540 INFO O| Feb 12 06:56:48.540 INFO STEP 1130 (remove_files) COMPLETE
83082026-02-12T06:56:49.316Z[ recovery-image] Feb 12 06:56:48.540 INFO O| Feb 12 06:56:48.540 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83092026-02-12T06:56:49.326Z[ recovery-image] Feb 12 06:56:48.553 INFO O| Feb 12 06:56:48.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
83102026-02-12T06:56:49.328Z[ recovery-image] Feb 12 06:56:48.553 INFO O| Feb 12 06:56:48.553 INFO STEP 1131 (remove_files) COMPLETE
83112026-02-12T06:56:49.328Z[ recovery-image] Feb 12 06:56:48.553 INFO O| Feb 12 06:56:48.553 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83122026-02-12T06:56:49.340Z[ recovery-image] Feb 12 06:56:48.567 INFO O| Feb 12 06:56:48.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
83132026-02-12T06:56:49.340Z[ recovery-image] Feb 12 06:56:48.567 INFO O| Feb 12 06:56:48.567 INFO STEP 1132 (remove_files) COMPLETE
83142026-02-12T06:56:49.343Z[ recovery-image] Feb 12 06:56:48.567 INFO O| Feb 12 06:56:48.567 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83152026-02-12T06:56:49.353Z[ recovery-image] Feb 12 06:56:48.580 INFO O| Feb 12 06:56:48.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
83162026-02-12T06:56:49.353Z[ recovery-image] Feb 12 06:56:48.580 INFO O| Feb 12 06:56:48.580 INFO STEP 1133 (remove_files) COMPLETE
83172026-02-12T06:56:49.357Z[ recovery-image] Feb 12 06:56:48.581 INFO O| Feb 12 06:56:48.580 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83182026-02-12T06:56:49.367Z[ recovery-image] Feb 12 06:56:48.594 INFO O| Feb 12 06:56:48.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
83192026-02-12T06:56:49.367Z[ recovery-image] Feb 12 06:56:48.594 INFO O| Feb 12 06:56:48.594 INFO STEP 1134 (remove_files) COMPLETE
83202026-02-12T06:56:49.370Z[ recovery-image] Feb 12 06:56:48.594 INFO O| Feb 12 06:56:48.594 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83212026-02-12T06:56:49.379Z[ recovery-image] Feb 12 06:56:48.606 INFO O| Feb 12 06:56:48.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
83222026-02-12T06:56:49.381Z[ recovery-image] Feb 12 06:56:48.606 INFO O| Feb 12 06:56:48.606 INFO STEP 1135 (remove_files) COMPLETE
83232026-02-12T06:56:49.382Z[ recovery-image] Feb 12 06:56:48.606 INFO O| Feb 12 06:56:48.606 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83242026-02-12T06:56:49.392Z[ recovery-image] Feb 12 06:56:48.619 INFO O| Feb 12 06:56:48.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
83252026-02-12T06:56:49.395Z[ recovery-image] Feb 12 06:56:48.619 INFO O| Feb 12 06:56:48.619 INFO STEP 1136 (remove_files) COMPLETE
83262026-02-12T06:56:49.395Z[ recovery-image] Feb 12 06:56:48.619 INFO O| Feb 12 06:56:48.619 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83272026-02-12T06:56:49.405Z[ recovery-image] Feb 12 06:56:48.632 INFO O| Feb 12 06:56:48.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
83282026-02-12T06:56:49.405Z[ recovery-image] Feb 12 06:56:48.632 INFO O| Feb 12 06:56:48.632 INFO STEP 1137 (remove_files) COMPLETE
83292026-02-12T06:56:49.408Z[ recovery-image] Feb 12 06:56:48.632 INFO O| Feb 12 06:56:48.632 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83302026-02-12T06:56:49.417Z[ recovery-image] Feb 12 06:56:48.645 INFO O| Feb 12 06:56:48.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
83312026-02-12T06:56:49.420Z[ recovery-image] Feb 12 06:56:48.645 INFO O| Feb 12 06:56:48.645 INFO STEP 1138 (remove_files) COMPLETE
83322026-02-12T06:56:49.420Z[ recovery-image] Feb 12 06:56:48.645 INFO O| Feb 12 06:56:48.645 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83332026-02-12T06:56:49.429Z[ recovery-image] Feb 12 06:56:48.656 INFO O| Feb 12 06:56:48.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
83342026-02-12T06:56:49.432Z[ recovery-image] Feb 12 06:56:48.656 INFO O| Feb 12 06:56:48.656 INFO STEP 1139 (remove_files) COMPLETE
83352026-02-12T06:56:49.432Z[ recovery-image] Feb 12 06:56:48.656 INFO O| Feb 12 06:56:48.656 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83362026-02-12T06:56:49.439Z[ recovery-image] Feb 12 06:56:48.666 INFO O| Feb 12 06:56:48.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
83372026-02-12T06:56:49.439Z[ recovery-image] Feb 12 06:56:48.666 INFO O| Feb 12 06:56:48.666 INFO STEP 1140 (remove_files) COMPLETE
83382026-02-12T06:56:49.442Z[ recovery-image] Feb 12 06:56:48.667 INFO O| Feb 12 06:56:48.666 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83392026-02-12T06:56:49.451Z[ recovery-image] Feb 12 06:56:48.678 INFO O| Feb 12 06:56:48.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
83402026-02-12T06:56:49.451Z[ recovery-image] Feb 12 06:56:48.678 INFO O| Feb 12 06:56:48.678 INFO STEP 1141 (remove_files) COMPLETE
83412026-02-12T06:56:49.454Z[ recovery-image] Feb 12 06:56:48.678 INFO O| Feb 12 06:56:48.678 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83422026-02-12T06:56:49.463Z[ recovery-image] Feb 12 06:56:48.690 INFO O| Feb 12 06:56:48.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
83432026-02-12T06:56:49.463Z[ recovery-image] Feb 12 06:56:48.690 INFO O| Feb 12 06:56:48.690 INFO STEP 1142 (remove_files) COMPLETE
83442026-02-12T06:56:49.465Z[ recovery-image] Feb 12 06:56:48.690 INFO O| Feb 12 06:56:48.690 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83452026-02-12T06:56:49.474Z[ recovery-image] Feb 12 06:56:48.702 INFO O| Feb 12 06:56:48.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
83462026-02-12T06:56:49.474Z[ recovery-image] Feb 12 06:56:48.702 INFO O| Feb 12 06:56:48.702 INFO STEP 1143 (remove_files) COMPLETE
83472026-02-12T06:56:49.477Z[ recovery-image] Feb 12 06:56:48.702 INFO O| Feb 12 06:56:48.702 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83482026-02-12T06:56:49.486Z[ recovery-image] Feb 12 06:56:48.713 INFO O| Feb 12 06:56:48.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
83492026-02-12T06:56:49.486Z[ recovery-image] Feb 12 06:56:48.713 INFO O| Feb 12 06:56:48.713 INFO STEP 1144 (remove_files) COMPLETE
83502026-02-12T06:56:49.489Z[ recovery-image] Feb 12 06:56:48.713 INFO O| Feb 12 06:56:48.713 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83512026-02-12T06:56:49.499Z[ recovery-image] Feb 12 06:56:48.726 INFO O| Feb 12 06:56:48.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
83522026-02-12T06:56:49.499Z[ recovery-image] Feb 12 06:56:48.726 INFO O| Feb 12 06:56:48.726 INFO STEP 1145 (remove_files) COMPLETE
83532026-02-12T06:56:49.502Z[ recovery-image] Feb 12 06:56:48.726 INFO O| Feb 12 06:56:48.726 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83542026-02-12T06:56:49.511Z[ recovery-image] Feb 12 06:56:48.738 INFO O| Feb 12 06:56:48.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
83552026-02-12T06:56:49.514Z[ recovery-image] Feb 12 06:56:48.739 INFO O| Feb 12 06:56:48.739 INFO STEP 1146 (remove_files) COMPLETE
83562026-02-12T06:56:49.514Z[ recovery-image] Feb 12 06:56:48.739 INFO O| Feb 12 06:56:48.739 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83572026-02-12T06:56:49.524Z[ recovery-image] Feb 12 06:56:48.752 INFO O| Feb 12 06:56:48.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
83582026-02-12T06:56:49.524Z[ recovery-image] Feb 12 06:56:48.752 INFO O| Feb 12 06:56:48.752 INFO STEP 1147 (remove_files) COMPLETE
83592026-02-12T06:56:49.527Z[ recovery-image] Feb 12 06:56:48.752 INFO O| Feb 12 06:56:48.752 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83602026-02-12T06:56:49.537Z[ recovery-image] Feb 12 06:56:48.764 INFO O| Feb 12 06:56:48.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
83612026-02-12T06:56:49.537Z[ recovery-image] Feb 12 06:56:48.764 INFO O| Feb 12 06:56:48.764 INFO STEP 1148 (remove_files) COMPLETE
83622026-02-12T06:56:49.540Z[ recovery-image] Feb 12 06:56:48.764 INFO O| Feb 12 06:56:48.764 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83632026-02-12T06:56:49.549Z[ recovery-image] Feb 12 06:56:48.776 INFO O| Feb 12 06:56:48.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
83642026-02-12T06:56:49.552Z[ recovery-image] Feb 12 06:56:48.776 INFO O| Feb 12 06:56:48.776 INFO STEP 1149 (remove_files) COMPLETE
83652026-02-12T06:56:49.553Z[ recovery-image] Feb 12 06:56:48.776 INFO O| Feb 12 06:56:48.776 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83662026-02-12T06:56:49.557Z[ recovery-image] Feb 12 06:56:48.784 INFO O| Feb 12 06:56:48.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
83672026-02-12T06:56:49.560Z[ recovery-image] Feb 12 06:56:48.785 INFO O| Feb 12 06:56:48.784 INFO STEP 1150 (remove_files) COMPLETE
83682026-02-12T06:56:49.560Z[ recovery-image] Feb 12 06:56:48.785 INFO O| Feb 12 06:56:48.784 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83692026-02-12T06:56:49.569Z[ recovery-image] Feb 12 06:56:48.797 INFO O| Feb 12 06:56:48.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
83702026-02-12T06:56:49.573Z[ recovery-image] Feb 12 06:56:48.797 INFO O| Feb 12 06:56:48.797 INFO STEP 1151 (remove_files) COMPLETE
83712026-02-12T06:56:49.573Z[ recovery-image] Feb 12 06:56:48.797 INFO O| Feb 12 06:56:48.797 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83722026-02-12T06:56:49.582Z[ recovery-image] Feb 12 06:56:48.809 INFO O| Feb 12 06:56:48.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
83732026-02-12T06:56:49.582Z[ recovery-image] Feb 12 06:56:48.809 INFO O| Feb 12 06:56:48.809 INFO STEP 1152 (remove_files) COMPLETE
83742026-02-12T06:56:49.582Z[ recovery-image] Feb 12 06:56:48.809 INFO O| Feb 12 06:56:48.809 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83752026-02-12T06:56:49.594Z[ recovery-image] Feb 12 06:56:48.821 INFO O| Feb 12 06:56:48.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
83762026-02-12T06:56:49.594Z[ recovery-image] Feb 12 06:56:48.821 INFO O| Feb 12 06:56:48.821 INFO STEP 1153 (remove_files) COMPLETE
83772026-02-12T06:56:49.598Z[ recovery-image] Feb 12 06:56:48.821 INFO O| Feb 12 06:56:48.821 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83782026-02-12T06:56:49.606Z[ recovery-image] Feb 12 06:56:48.834 INFO O| Feb 12 06:56:48.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
83792026-02-12T06:56:49.606Z[ recovery-image] Feb 12 06:56:48.834 INFO O| Feb 12 06:56:48.834 INFO STEP 1154 (remove_files) COMPLETE
83802026-02-12T06:56:49.610Z[ recovery-image] Feb 12 06:56:48.834 INFO O| Feb 12 06:56:48.834 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83812026-02-12T06:56:49.620Z[ recovery-image] Feb 12 06:56:48.847 INFO O| Feb 12 06:56:48.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
83822026-02-12T06:56:49.623Z[ recovery-image] Feb 12 06:56:48.848 INFO O| Feb 12 06:56:48.847 INFO STEP 1155 (remove_files) COMPLETE
83832026-02-12T06:56:49.624Z[ recovery-image] Feb 12 06:56:48.848 INFO O| Feb 12 06:56:48.848 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83842026-02-12T06:56:49.632Z[ recovery-image] Feb 12 06:56:48.860 INFO O| Feb 12 06:56:48.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
83852026-02-12T06:56:49.632Z[ recovery-image] Feb 12 06:56:48.860 INFO O| Feb 12 06:56:48.860 INFO STEP 1156 (remove_files) COMPLETE
83862026-02-12T06:56:49.632Z[ recovery-image] Feb 12 06:56:48.860 INFO O| Feb 12 06:56:48.860 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83872026-02-12T06:56:49.644Z[ recovery-image] Feb 12 06:56:48.871 INFO O| Feb 12 06:56:48.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
83882026-02-12T06:56:49.648Z[ recovery-image] Feb 12 06:56:48.872 INFO O| Feb 12 06:56:48.872 INFO STEP 1157 (remove_files) COMPLETE
83892026-02-12T06:56:49.648Z[ recovery-image] Feb 12 06:56:48.872 INFO O| Feb 12 06:56:48.872 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83902026-02-12T06:56:49.656Z[ recovery-image] Feb 12 06:56:48.883 INFO O| Feb 12 06:56:48.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
83912026-02-12T06:56:49.659Z[ recovery-image] Feb 12 06:56:48.883 INFO O| Feb 12 06:56:48.883 INFO STEP 1158 (remove_files) COMPLETE
83922026-02-12T06:56:49.659Z[ recovery-image] Feb 12 06:56:48.883 INFO O| Feb 12 06:56:48.883 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83932026-02-12T06:56:49.669Z[ recovery-image] Feb 12 06:56:48.896 INFO O| Feb 12 06:56:48.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
83942026-02-12T06:56:49.672Z[ recovery-image] Feb 12 06:56:48.896 INFO O| Feb 12 06:56:48.896 INFO STEP 1159 (remove_files) COMPLETE
83952026-02-12T06:56:49.672Z[ recovery-image] Feb 12 06:56:48.896 INFO O| Feb 12 06:56:48.896 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83962026-02-12T06:56:49.681Z[ recovery-image] Feb 12 06:56:48.908 INFO O| Feb 12 06:56:48.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
83972026-02-12T06:56:49.684Z[ recovery-image] Feb 12 06:56:48.908 INFO O| Feb 12 06:56:48.908 INFO STEP 1160 (remove_files) COMPLETE
83982026-02-12T06:56:49.684Z[ recovery-image] Feb 12 06:56:48.908 INFO O| Feb 12 06:56:48.908 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83992026-02-12T06:56:49.689Z[ recovery-image] Feb 12 06:56:48.916 INFO O| Feb 12 06:56:48.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
84002026-02-12T06:56:49.689Z[ recovery-image] Feb 12 06:56:48.916 INFO O| Feb 12 06:56:48.916 INFO STEP 1161 (remove_files) COMPLETE
84012026-02-12T06:56:49.692Z[ recovery-image] Feb 12 06:56:48.916 INFO O| Feb 12 06:56:48.916 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84022026-02-12T06:56:49.696Z[ recovery-image] Feb 12 06:56:48.924 INFO O| Feb 12 06:56:48.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
84032026-02-12T06:56:49.696Z[ recovery-image] Feb 12 06:56:48.924 INFO O| Feb 12 06:56:48.924 INFO STEP 1162 (remove_files) COMPLETE
84042026-02-12T06:56:49.699Z[ recovery-image] Feb 12 06:56:48.924 INFO O| Feb 12 06:56:48.924 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84052026-02-12T06:56:49.704Z[ recovery-image] Feb 12 06:56:48.932 INFO O| Feb 12 06:56:48.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
84062026-02-12T06:56:49.707Z[ recovery-image] Feb 12 06:56:48.932 INFO O| Feb 12 06:56:48.932 INFO STEP 1163 (remove_files) COMPLETE
84072026-02-12T06:56:49.707Z[ recovery-image] Feb 12 06:56:48.932 INFO O| Feb 12 06:56:48.932 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84082026-02-12T06:56:49.716Z[ recovery-image] Feb 12 06:56:48.944 INFO O| Feb 12 06:56:48.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
84092026-02-12T06:56:49.719Z[ recovery-image] Feb 12 06:56:48.944 INFO O| Feb 12 06:56:48.944 INFO STEP 1164 (remove_files) COMPLETE
84102026-02-12T06:56:49.719Z[ recovery-image] Feb 12 06:56:48.944 INFO O| Feb 12 06:56:48.944 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84112026-02-12T06:56:49.728Z[ recovery-image] Feb 12 06:56:48.956 INFO O| Feb 12 06:56:48.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
84122026-02-12T06:56:49.733Z[ recovery-image] Feb 12 06:56:48.956 INFO O| Feb 12 06:56:48.956 INFO STEP 1165 (remove_files) COMPLETE
84132026-02-12T06:56:49.733Z[ recovery-image] Feb 12 06:56:48.956 INFO O| Feb 12 06:56:48.956 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
84142026-02-12T06:56:49.746Z[ recovery-image] Feb 12 06:56:48.973 INFO O| Feb 12 06:56:48.973 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
84152026-02-12T06:56:49.746Z[ recovery-image] Feb 12 06:56:48.973 INFO O| Feb 12 06:56:48.973 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
84162026-02-12T06:56:50.833Z[ recovery-image] Feb 12 06:56:50.060 INFO O| Feb 12 06:56:50.060 INFO STEP 1166 (pack_tar) COMPLETE
84172026-02-12T06:56:50.833Z[ recovery-image] Feb 12 06:56:50.060 INFO O| Feb 12 06:56:50.060 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
84182026-02-12T06:56:50.836Z[ recovery-image] Feb 12 06:56:50.060 INFO O| Feb 12 06:56:50.060 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
84192026-02-12T06:56:51.099Z[ recovery-image] Feb 12 06:56:50.326 INFO O| Feb 12 06:56:50.326 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
84202026-02-12T06:56:51.194Z[ recovery-image] Feb 12 06:56:50.421 INFO O| Feb 12 06:56:50.421 INFO completed processing sled/ramdisk-03-recovery-trim
84212026-02-12T06:56:51.199Z[ recovery-image] Feb 12 06:56:50.426 INFO image builder template: zfs-recovery...
84222026-02-12T06:56:51.202Z[ recovery-image] Feb 12 06:56:50.426 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/.tmpVN4njM/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@18.0.0.0", "-F", "optever=0.39.455", "-n", "zfs-recovery"], pwd: None
84232026-02-12T06:56:51.249Z[ recovery-image] Feb 12 06:56:50.476 INFO O| Feb 12 06:56:50.476 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
84242026-02-12T06:56:51.254Z[ recovery-image] Feb 12 06:56:50.481 INFO O| Feb 12 06:56:50.481 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
84252026-02-12T06:56:51.426Z[ recovery-image] Feb 12 06:56:50.653 INFO O| Feb 12 06:56:50.653 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
84262026-02-12T06:56:51.503Z[ recovery-image] Feb 12 06:56:50.730 INFO O| Feb 12 06:56:50.730 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
84272026-02-12T06:56:51.503Z[ recovery-image] Feb 12 06:56:50.730 INFO O| Feb 12 06:56:50.730 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
84282026-02-12T06:56:51.508Z[ recovery-image] Feb 12 06:56:50.735 INFO O| Feb 12 06:56:50.735 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
84292026-02-12T06:56:51.596Z[ recovery-image] Feb 12 06:56:50.823 INFO O| Feb 12 06:56:50.823 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
84302026-02-12T06:56:51.735Z[ recovery-image] Feb 12 06:56:50.962 INFO O| Feb 12 06:56:50.962 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
84312026-02-12T06:56:51.757Z[ recovery-image] Feb 12 06:56:50.976 INFO O| Feb 12 06:56:50.975 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
84322026-02-12T06:56:51.760Z[ recovery-image] Feb 12 06:56:50.982 INFO O| Feb 12 06:56:50.982 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
84332026-02-12T06:56:51.768Z[ recovery-image] Feb 12 06:56:50.996 INFO O| Feb 12 06:56:50.996 INFO no lofi found
84342026-02-12T06:56:51.768Z[ recovery-image] Feb 12 06:56:50.996 INFO O| Feb 12 06:56:50.996 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
84352026-02-12T06:56:51.771Z[ recovery-image] Feb 12 06:56:50.996 INFO O| Feb 12 06:56:50.996 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
84362026-02-12T06:56:54.613Z[ host-image] Feb 12 06:56:53.839 INFO O| Feb 12 06:56:53.839 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
84372026-02-12T06:56:55.777Z[ recovery-image] Feb 12 06:56:55.003 INFO O| Feb 12 06:56:55.003 INFO lofi device = /dev/dsk/c2t1d0p0
84382026-02-12T06:56:55.777Z[ recovery-image] Feb 12 06:56:55.003 INFO O| Feb 12 06:56:55.003 INFO pool device = /dev/dsk/c2t1d0p0
84392026-02-12T06:56:55.780Z[ recovery-image] Feb 12 06:56:55.003 INFO O| Feb 12 06:56:55.003 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
84402026-02-12T06:56:55.954Z[ recovery-image] Feb 12 06:56:55.181 INFO O| Feb 12 06:56:55.181 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84412026-02-12T06:56:55.954Z[ recovery-image] Feb 12 06:56:55.181 INFO O| Feb 12 06:56:55.181 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
84422026-02-12T06:56:55.977Z[ recovery-image] Feb 12 06:56:55.204 INFO O| Feb 12 06:56:55.204 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
84432026-02-12T06:56:56.065Z[ recovery-image] Feb 12 06:56:55.292 INFO O| Feb 12 06:56:55.292 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
84442026-02-12T06:56:56.115Z[ recovery-image] Feb 12 06:56:55.342 INFO O| Feb 12 06:56:55.342 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
84452026-02-12T06:56:56.135Z[ recovery-image] Feb 12 06:56:55.361 INFO O| Feb 12 06:56:55.361 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
84462026-02-12T06:56:56.148Z[ recovery-image] Feb 12 06:56:55.375 INFO O| Feb 12 06:56:55.375 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
84472026-02-12T06:56:56.194Z[ recovery-image] Feb 12 06:56:55.421 INFO O| Feb 12 06:56:55.421 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
84482026-02-12T06:56:56.197Z[ recovery-image] Feb 12 06:56:55.421 INFO O| Feb 12 06:56:55.421 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
84492026-02-12T06:56:56.197Z[ recovery-image] Feb 12 06:56:55.421 INFO O| Feb 12 06:56:55.421 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
84502026-02-12T06:56:56.208Z[ recovery-image] Feb 12 06:56:55.435 INFO O| Feb 12 06:56:55.435 INFO boot environment UUID: 344bd7d6-13de-42f4-a441-4f51692f4b05
84512026-02-12T06:56:56.208Z[ recovery-image] Feb 12 06:56:55.435 INFO O| Feb 12 06:56:55.435 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 344bd7d6-13de-42f4-a441-4f51692f4b05
84522026-02-12T06:56:56.221Z[ recovery-image] Feb 12 06:56:55.448 INFO O| Feb 12 06:56:55.448 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
84532026-02-12T06:56:56.234Z[ recovery-image] Feb 12 06:56:55.461 INFO O| Feb 12 06:56:55.461 INFO STEP 0 (create_be) COMPLETE
84542026-02-12T06:56:56.234Z[ recovery-image] Feb 12 06:56:55.461 INFO O| Feb 12 06:56:55.461 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84552026-02-12T06:56:56.249Z[ recovery-image] Feb 12 06:56:55.476 INFO O| Feb 12 06:56:55.476 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"]
84562026-02-12T06:56:59.737Z[ recovery-image] Feb 12 06:56:58.963 INFO O| Feb 12 06:56:58.963 INFO STEP 1 (unpack_tar) COMPLETE
84572026-02-12T06:56:59.740Z[ recovery-image] Feb 12 06:56:58.963 INFO O| Feb 12 06:56:58.963 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84582026-02-12T06:56:59.746Z[ recovery-image] Feb 12 06:56:58.973 INFO O| Feb 12 06:56:58.973 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
84592026-02-12T06:57:00.419Z[ recovery-image] Feb 12 06:56:59.645 INFO O| Feb 12 06:56:59.645 INFO STEP 2 (devfsadm) COMPLETE
84602026-02-12T06:57:00.419Z[ recovery-image] Feb 12 06:56:59.645 INFO O| Feb 12 06:56:59.645 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84612026-02-12T06:57:00.432Z[ recovery-image] Feb 12 06:56:59.659 INFO O| Feb 12 06:56:59.658 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84622026-02-12T06:57:00.432Z[ recovery-image] Feb 12 06:56:59.659 INFO O| Feb 12 06:56:59.659 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84632026-02-12T06:57:00.435Z[ recovery-image] Feb 12 06:56:59.659 INFO O| Feb 12 06:56:59.659 INFO STEP 3 (ensure_dir) COMPLETE
84642026-02-12T06:57:00.435Z[ recovery-image] Feb 12 06:56:59.659 INFO O| Feb 12 06:56:59.659 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84652026-02-12T06:57:00.442Z[ recovery-image] Feb 12 06:56:59.669 INFO O| Feb 12 06:56:59.669 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84662026-02-12T06:57:00.442Z[ recovery-image] Feb 12 06:56:59.669 INFO O| Feb 12 06:56:59.669 INFO STEP 4 (ensure_dir) COMPLETE
84672026-02-12T06:57:00.445Z[ recovery-image] Feb 12 06:56:59.669 INFO O| Feb 12 06:56:59.669 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84682026-02-12T06:57:00.452Z[ recovery-image] Feb 12 06:56:59.678 INFO O| Feb 12 06:56:59.678 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84692026-02-12T06:57:00.452Z[ recovery-image] Feb 12 06:56:59.678 INFO O| Feb 12 06:56:59.678 INFO STEP 5 (ensure_dir) COMPLETE
84702026-02-12T06:57:00.455Z[ recovery-image] Feb 12 06:56:59.678 INFO O| Feb 12 06:56:59.678 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84712026-02-12T06:57:00.463Z[ recovery-image] Feb 12 06:56:59.689 INFO O| Feb 12 06:56:59.689 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84722026-02-12T06:57:00.466Z[ recovery-image] Feb 12 06:56:59.690 INFO O| Feb 12 06:56:59.690 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84732026-02-12T06:57:00.466Z[ recovery-image] Feb 12 06:56:59.690 INFO O| Feb 12 06:56:59.690 INFO STEP 6 (ensure_dir) COMPLETE
84742026-02-12T06:57:00.466Z[ recovery-image] Feb 12 06:56:59.690 INFO O| Feb 12 06:56:59.690 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84752026-02-12T06:57:00.475Z[ recovery-image] Feb 12 06:56:59.701 INFO O| Feb 12 06:56:59.701 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84762026-02-12T06:57:00.475Z[ recovery-image] Feb 12 06:56:59.701 INFO O| Feb 12 06:56:59.701 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84772026-02-12T06:57:00.475Z[ recovery-image] Feb 12 06:56:59.701 INFO O| Feb 12 06:56:59.701 INFO STEP 7 (ensure_dir) COMPLETE
84782026-02-12T06:57:00.478Z[ recovery-image] Feb 12 06:56:59.701 INFO O| Feb 12 06:56:59.701 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84792026-02-12T06:57:00.486Z[ recovery-image] Feb 12 06:56:59.713 INFO O| Feb 12 06:56:59.713 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
84802026-02-12T06:57:00.490Z[ recovery-image] Feb 12 06:56:59.713 INFO O| Feb 12 06:56:59.713 INFO STEP 8 (remove_files) COMPLETE
84812026-02-12T06:57:00.490Z[ recovery-image] Feb 12 06:56:59.713 INFO O| Feb 12 06:56:59.713 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84822026-02-12T06:57:00.499Z[ recovery-image] Feb 12 06:56:59.725 INFO O| Feb 12 06:56:59.725 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
84832026-02-12T06:57:00.502Z[ recovery-image] Feb 12 06:56:59.726 INFO O| Feb 12 06:56:59.726 INFO STEP 9 (remove_files) COMPLETE
84842026-02-12T06:57:00.502Z[ recovery-image] Feb 12 06:56:59.726 INFO O| Feb 12 06:56:59.726 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84852026-02-12T06:57:00.513Z[ recovery-image] Feb 12 06:56:59.739 INFO O| Feb 12 06:56:59.739 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
84862026-02-12T06:57:00.516Z[ recovery-image] Feb 12 06:56:59.740 INFO O| Feb 12 06:56:59.740 INFO STEP 10 (remove_files) COMPLETE
84872026-02-12T06:57:00.516Z[ recovery-image] Feb 12 06:56:59.740 INFO O| Feb 12 06:56:59.740 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84882026-02-12T06:57:00.526Z[ recovery-image] Feb 12 06:56:59.753 INFO O| Feb 12 06:56:59.752 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
84892026-02-12T06:57:00.526Z[ recovery-image] Feb 12 06:56:59.753 INFO O| Feb 12 06:56:59.753 INFO STEP 11 (remove_files) COMPLETE
84902026-02-12T06:57:00.529Z[ recovery-image] Feb 12 06:56:59.753 INFO O| Feb 12 06:56:59.753 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84912026-02-12T06:57:00.538Z[ recovery-image] Feb 12 06:56:59.765 INFO O| Feb 12 06:56:59.765 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
84922026-02-12T06:57:00.538Z[ recovery-image] Feb 12 06:56:59.765 INFO O| Feb 12 06:56:59.765 INFO STEP 12 (remove_files) COMPLETE
84932026-02-12T06:57:00.538Z[ recovery-image] Feb 12 06:56:59.765 INFO O| Feb 12 06:56:59.765 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84942026-02-12T06:57:00.548Z[ recovery-image] Feb 12 06:56:59.775 INFO O| Feb 12 06:56:59.775 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84952026-02-12T06:57:00.548Z[ recovery-image] Feb 12 06:56:59.775 INFO O| Feb 12 06:56:59.775 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84962026-02-12T06:57:00.551Z[ recovery-image] Feb 12 06:56:59.775 INFO O| Feb 12 06:56:59.775 INFO STEP 13 (ensure_dir) COMPLETE
84972026-02-12T06:57:00.551Z[ recovery-image] Feb 12 06:56:59.775 INFO O| Feb 12 06:56:59.775 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84982026-02-12T06:57:00.557Z[ recovery-image] Feb 12 06:56:59.784 INFO O| Feb 12 06:56:59.784 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84992026-02-12T06:57:00.560Z[ recovery-image] Feb 12 06:56:59.784 INFO O| Feb 12 06:56:59.784 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
85002026-02-12T06:57:00.560Z[ recovery-image] Feb 12 06:56:59.784 INFO O| Feb 12 06:56:59.784 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
85012026-02-12T06:57:00.560Z[ recovery-image] Feb 12 06:56:59.784 INFO O| Feb 12 06:56:59.784 INFO STEP 14 (ensure_dir) COMPLETE
85022026-02-12T06:57:00.560Z[ recovery-image] Feb 12 06:56:59.784 INFO O| Feb 12 06:56:59.784 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85032026-02-12T06:57:00.569Z[ recovery-image] Feb 12 06:56:59.795 INFO O| Feb 12 06:56:59.795 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
85042026-02-12T06:57:00.569Z[ recovery-image] Feb 12 06:56:59.795 INFO O| Feb 12 06:56:59.795 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
85052026-02-12T06:57:00.572Z[ recovery-image] Feb 12 06:56:59.795 INFO O| Feb 12 06:56:59.795 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
85062026-02-12T06:57:00.572Z[ recovery-image] Feb 12 06:56:59.795 INFO O| Feb 12 06:56:59.795 INFO STEP 15 (ensure_dir) COMPLETE
85072026-02-12T06:57:00.572Z[ recovery-image] Feb 12 06:56:59.795 INFO O| Feb 12 06:56:59.795 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85082026-02-12T06:57:00.577Z[ recovery-image] Feb 12 06:56:59.804 INFO O| Feb 12 06:56:59.804 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
85092026-02-12T06:57:00.577Z[ recovery-image] Feb 12 06:56:59.804 INFO O| Feb 12 06:56:59.804 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
85102026-02-12T06:57:00.577Z[ recovery-image] Feb 12 06:56:59.804 INFO O| Feb 12 06:56:59.804 INFO STEP 16 (ensure_dir) COMPLETE
85112026-02-12T06:57:00.577Z[ recovery-image] Feb 12 06:56:59.804 INFO O| Feb 12 06:56:59.804 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85122026-02-12T06:57:00.589Z[ recovery-image] Feb 12 06:56:59.815 INFO O| Feb 12 06:56:59.815 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
85132026-02-12T06:57:00.589Z[ recovery-image] Feb 12 06:56:59.815 INFO O| Feb 12 06:56:59.815 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
85142026-02-12T06:57:00.592Z[ recovery-image] Feb 12 06:56:59.815 INFO O| Feb 12 06:56:59.815 INFO STEP 17 (ensure_dir) COMPLETE
85152026-02-12T06:57:00.592Z[ recovery-image] Feb 12 06:56:59.815 INFO O| Feb 12 06:56:59.815 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85162026-02-12T06:57:00.600Z[ recovery-image] Feb 12 06:56:59.827 INFO O| Feb 12 06:56:59.826 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
85172026-02-12T06:57:00.600Z[ recovery-image] Feb 12 06:56:59.827 INFO O| Feb 12 06:56:59.827 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
85182026-02-12T06:57:00.603Z[ recovery-image] Feb 12 06:56:59.827 INFO O| Feb 12 06:56:59.827 INFO ok!
85192026-02-12T06:57:00.603Z[ recovery-image] Feb 12 06:56:59.827 INFO O| Feb 12 06:56:59.827 INFO STEP 18 (ensure_symlink) COMPLETE
85202026-02-12T06:57:00.603Z[ recovery-image] Feb 12 06:56:59.827 INFO O| Feb 12 06:56:59.827 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85212026-02-12T06:57:00.608Z[ recovery-image] Feb 12 06:56:59.835 INFO O| Feb 12 06:56:59.835 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
85222026-02-12T06:57:00.608Z[ recovery-image] Feb 12 06:56:59.835 INFO O| Feb 12 06:56:59.835 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
85232026-02-12T06:57:00.611Z[ recovery-image] Feb 12 06:56:59.835 INFO O| Feb 12 06:56:59.835 INFO ok!
85242026-02-12T06:57:00.611Z[ recovery-image] Feb 12 06:56:59.835 INFO O| Feb 12 06:56:59.835 INFO STEP 19 (ensure_file) COMPLETE
85252026-02-12T06:57:00.611Z[ recovery-image] Feb 12 06:56:59.835 INFO O| Feb 12 06:56:59.835 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
85262026-02-12T06:57:00.617Z[ recovery-image] Feb 12 06:56:59.843 INFO O| Feb 12 06:56:59.843 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
85272026-02-12T06:57:00.617Z[ recovery-image] Feb 12 06:56:59.843 INFO O| Feb 12 06:56:59.843 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
85282026-02-12T06:57:00.619Z[ recovery-image] Feb 12 06:56:59.843 INFO O| Feb 12 06:56:59.843 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
85292026-02-12T06:57:00.619Z[ recovery-image] Feb 12 06:56:59.843 INFO O| Feb 12 06:56:59.843 INFO ok!
85302026-02-12T06:57:00.619Z[ recovery-image] Feb 12 06:56:59.843 INFO O| Feb 12 06:56:59.843 INFO STEP 20 (ensure_symlink) COMPLETE
85312026-02-12T06:57:00.619Z[ recovery-image] Feb 12 06:56:59.843 INFO O| Feb 12 06:56:59.843 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
85322026-02-12T06:57:00.627Z[ recovery-image] Feb 12 06:56:59.853 INFO O| Feb 12 06:56:59.853 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
85332026-02-12T06:57:00.627Z[ recovery-image] Feb 12 06:56:59.853 INFO O| Feb 12 06:56:59.853 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
85342026-02-12T06:57:00.630Z[ recovery-image] Feb 12 06:56:59.853 INFO O| Feb 12 06:56:59.853 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
85352026-02-12T06:57:00.630Z[ recovery-image] Feb 12 06:56:59.853 INFO O| Feb 12 06:56:59.853 INFO ok!
85362026-02-12T06:57:00.630Z[ recovery-image] Feb 12 06:56:59.853 INFO O| Feb 12 06:56:59.853 INFO STEP 21 (ensure_symlink) COMPLETE
85372026-02-12T06:57:00.630Z[ recovery-image] Feb 12 06:56:59.853 INFO O| Feb 12 06:56:59.853 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
85382026-02-12T06:57:00.636Z[ recovery-image] Feb 12 06:56:59.863 INFO O| Feb 12 06:56:59.863 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
85392026-02-12T06:57:00.636Z[ recovery-image] Feb 12 06:56:59.863 INFO O| Feb 12 06:56:59.863 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
85402026-02-12T06:57:00.640Z[ recovery-image] Feb 12 06:56:59.863 INFO O| Feb 12 06:56:59.863 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
85412026-02-12T06:57:00.640Z[ recovery-image] Feb 12 06:56:59.863 INFO O| Feb 12 06:56:59.863 INFO ok!
85422026-02-12T06:57:00.640Z[ recovery-image] Feb 12 06:56:59.863 INFO O| Feb 12 06:56:59.863 INFO STEP 22 (ensure_symlink) COMPLETE
85432026-02-12T06:57:00.640Z[ recovery-image] Feb 12 06:56:59.863 INFO O| Feb 12 06:56:59.863 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
85442026-02-12T06:57:00.646Z[ recovery-image] Feb 12 06:56:59.873 INFO O| Feb 12 06:56:59.873 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
85452026-02-12T06:57:00.646Z[ recovery-image] Feb 12 06:56:59.873 INFO O| Feb 12 06:56:59.873 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
85462026-02-12T06:57:00.649Z[ recovery-image] Feb 12 06:56:59.873 INFO O| Feb 12 06:56:59.873 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
85472026-02-12T06:57:00.649Z[ recovery-image] Feb 12 06:56:59.873 INFO O| Feb 12 06:56:59.873 INFO ok!
85482026-02-12T06:57:00.649Z[ recovery-image] Feb 12 06:56:59.873 INFO O| Feb 12 06:56:59.873 INFO STEP 23 (ensure_symlink) COMPLETE
85492026-02-12T06:57:00.649Z[ recovery-image] Feb 12 06:56:59.873 INFO O| Feb 12 06:56:59.873 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85502026-02-12T06:57:00.656Z[ recovery-image] Feb 12 06:56:59.883 INFO O| Feb 12 06:56:59.883 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
85512026-02-12T06:57:00.659Z[ recovery-image] Feb 12 06:56:59.883 INFO O| Feb 12 06:56:59.883 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 ...
85522026-02-12T06:57:00.659Z[ recovery-image] Feb 12 06:56:59.883 INFO O| Feb 12 06:56:59.883 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
85532026-02-12T06:57:00.659Z[ recovery-image] Feb 12 06:56:59.883 INFO O| Feb 12 06:56:59.883 INFO ok!
85542026-02-12T06:57:00.659Z[ recovery-image] Feb 12 06:56:59.883 INFO O| Feb 12 06:56:59.883 INFO STEP 24 (ensure_file) COMPLETE
85552026-02-12T06:57:00.659Z[ recovery-image] Feb 12 06:56:59.883 INFO O| Feb 12 06:56:59.883 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
85562026-02-12T06:57:00.669Z[ recovery-image] Feb 12 06:56:59.895 INFO O| Feb 12 06:56:59.895 INFO updating shadow file
85572026-02-12T06:57:00.672Z[ recovery-image] Feb 12 06:56:59.895 INFO O| Feb 12 06:56:59.895 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
85582026-02-12T06:57:00.672Z[ recovery-image] Feb 12 06:56:59.895 INFO O| Feb 12 06:56:59.895 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
85592026-02-12T06:57:00.672Z[ recovery-image] Feb 12 06:56:59.895 INFO O| Feb 12 06:56:59.895 INFO STEP 25 (shadow) COMPLETE
85602026-02-12T06:57:00.672Z[ recovery-image] Feb 12 06:56:59.895 INFO O| Feb 12 06:56:59.895 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85612026-02-12T06:57:00.678Z[ recovery-image] Feb 12 06:56:59.904 INFO O| Feb 12 06:56:59.904 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
85622026-02-12T06:57:00.678Z[ recovery-image] Feb 12 06:56:59.904 INFO O| Feb 12 06:56:59.904 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
85632026-02-12T06:57:00.681Z[ recovery-image] Feb 12 06:56:59.904 INFO O| Feb 12 06:56:59.904 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
85642026-02-12T06:57:00.681Z[ recovery-image] Feb 12 06:56:59.904 INFO O| Feb 12 06:56:59.904 INFO ok!
85652026-02-12T06:57:00.681Z[ recovery-image] Feb 12 06:56:59.904 INFO O| Feb 12 06:56:59.904 INFO STEP 26 (ensure_file) COMPLETE
85662026-02-12T06:57:00.681Z[ recovery-image] Feb 12 06:56:59.904 INFO O| Feb 12 06:56:59.904 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85672026-02-12T06:57:00.687Z[ recovery-image] Feb 12 06:56:59.914 INFO O| Feb 12 06:56:59.914 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
85682026-02-12T06:57:00.687Z[ recovery-image] Feb 12 06:56:59.914 INFO O| Feb 12 06:56:59.914 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
85692026-02-12T06:57:00.690Z[ recovery-image] Feb 12 06:56:59.914 INFO O| Feb 12 06:56:59.914 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
85702026-02-12T06:57:00.690Z[ recovery-image] Feb 12 06:56:59.914 INFO O| Feb 12 06:56:59.914 INFO ok!
85712026-02-12T06:57:00.691Z[ recovery-image] Feb 12 06:56:59.914 INFO O| Feb 12 06:56:59.914 INFO STEP 27 (ensure_file) COMPLETE
85722026-02-12T06:57:00.691Z[ recovery-image] Feb 12 06:56:59.914 INFO O| Feb 12 06:56:59.914 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85732026-02-12T06:57:00.698Z[ recovery-image] Feb 12 06:56:59.925 INFO O| Feb 12 06:56:59.925 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
85742026-02-12T06:57:00.698Z[ recovery-image] Feb 12 06:56:59.925 INFO O| Feb 12 06:56:59.925 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
85752026-02-12T06:57:00.701Z[ recovery-image] Feb 12 06:56:59.925 INFO O| Feb 12 06:56:59.925 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
85762026-02-12T06:57:00.701Z[ recovery-image] Feb 12 06:56:59.925 INFO O| Feb 12 06:56:59.925 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
85772026-02-12T06:57:00.701Z[ recovery-image] Feb 12 06:56:59.925 INFO O| Feb 12 06:56:59.925 INFO ok!
85782026-02-12T06:57:00.701Z[ recovery-image] Feb 12 06:56:59.925 INFO O| Feb 12 06:56:59.925 INFO STEP 28 (ensure_file) COMPLETE
85792026-02-12T06:57:00.701Z[ recovery-image] Feb 12 06:56:59.925 INFO O| Feb 12 06:56:59.925 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85802026-02-12T06:57:00.708Z[ recovery-image] Feb 12 06:56:59.935 INFO O| Feb 12 06:56:59.935 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
85812026-02-12T06:57:00.708Z[ recovery-image] Feb 12 06:56:59.935 INFO O| Feb 12 06:56:59.935 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
85822026-02-12T06:57:00.708Z[ recovery-image] Feb 12 06:56:59.935 INFO O| Feb 12 06:56:59.935 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
85832026-02-12T06:57:00.711Z[ recovery-image] Feb 12 06:56:59.935 INFO O| Feb 12 06:56:59.935 INFO ok!
85842026-02-12T06:57:00.711Z[ recovery-image] Feb 12 06:56:59.935 INFO O| Feb 12 06:56:59.935 INFO STEP 29 (ensure_file) COMPLETE
85852026-02-12T06:57:00.711Z[ recovery-image] Feb 12 06:56:59.935 INFO O| Feb 12 06:56:59.935 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
85862026-02-12T06:57:00.717Z[ recovery-image] Feb 12 06:56:59.943 INFO O| Feb 12 06:56:59.943 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85872026-02-12T06:57:00.721Z[ recovery-image] Feb 12 06:56:59.943 INFO O| Feb 12 06:56:59.943 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85882026-02-12T06:57:00.721Z[ recovery-image] Feb 12 06:56:59.943 INFO O| Feb 12 06:56:59.943 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85892026-02-12T06:57:00.721Z[ recovery-image] Feb 12 06:56:59.943 INFO O| Feb 12 06:56:59.943 INFO STEP 30 (ensure_dir) COMPLETE
85902026-02-12T06:57:00.721Z[ recovery-image] Feb 12 06:56:59.943 INFO O| Feb 12 06:56:59.943 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85912026-02-12T06:57:00.727Z[ recovery-image] Feb 12 06:56:59.954 INFO O| Feb 12 06:56:59.954 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
85922026-02-12T06:57:00.727Z[ recovery-image] Feb 12 06:56:59.954 INFO O| Feb 12 06:56:59.954 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 ...
85932026-02-12T06:57:00.731Z[ recovery-image] Feb 12 06:56:59.955 INFO O| Feb 12 06:56:59.955 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
85942026-02-12T06:57:00.731Z[ recovery-image] Feb 12 06:56:59.955 INFO O| Feb 12 06:56:59.955 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
85952026-02-12T06:57:00.731Z[ recovery-image] Feb 12 06:56:59.955 INFO O| Feb 12 06:56:59.955 INFO ok!
85962026-02-12T06:57:00.731Z[ recovery-image] Feb 12 06:56:59.955 INFO O| Feb 12 06:56:59.955 INFO STEP 31 (ensure_file) COMPLETE
85972026-02-12T06:57:00.731Z[ recovery-image] Feb 12 06:56:59.955 INFO O| Feb 12 06:56:59.955 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
85982026-02-12T06:57:00.738Z[ recovery-image] Feb 12 06:56:59.965 INFO O| Feb 12 06:56:59.964 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85992026-02-12T06:57:00.738Z[ recovery-image] Feb 12 06:56:59.965 INFO O| Feb 12 06:56:59.965 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
86002026-02-12T06:57:00.741Z[ recovery-image] Feb 12 06:56:59.965 INFO O| Feb 12 06:56:59.965 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
86012026-02-12T06:57:00.741Z[ recovery-image] Feb 12 06:56:59.965 INFO O| Feb 12 06:56:59.965 INFO STEP 32 (ensure_dir) COMPLETE
86022026-02-12T06:57:00.741Z[ recovery-image] Feb 12 06:56:59.965 INFO O| Feb 12 06:56:59.965 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86032026-02-12T06:57:00.746Z[ recovery-image] Feb 12 06:56:59.973 INFO O| Feb 12 06:56:59.973 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
86042026-02-12T06:57:00.746Z[ recovery-image] Feb 12 06:56:59.973 INFO O| Feb 12 06:56:59.973 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 ...
86052026-02-12T06:57:00.749Z[ recovery-image] Feb 12 06:56:59.974 INFO O| Feb 12 06:56:59.973 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
86062026-02-12T06:57:00.749Z[ recovery-image] Feb 12 06:56:59.974 INFO O| Feb 12 06:56:59.974 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
86072026-02-12T06:57:00.749Z[ recovery-image] Feb 12 06:56:59.974 INFO O| Feb 12 06:56:59.974 INFO ok!
86082026-02-12T06:57:00.749Z[ recovery-image] Feb 12 06:56:59.974 INFO O| Feb 12 06:56:59.974 INFO STEP 33 (ensure_file) COMPLETE
86092026-02-12T06:57:00.749Z[ recovery-image] Feb 12 06:56:59.974 INFO O| Feb 12 06:56:59.974 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86102026-02-12T06:57:00.755Z[ recovery-image] Feb 12 06:56:59.981 INFO O| Feb 12 06:56:59.981 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
86112026-02-12T06:57:00.755Z[ recovery-image] Feb 12 06:56:59.981 INFO O| Feb 12 06:56:59.981 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
86122026-02-12T06:57:00.758Z[ recovery-image] Feb 12 06:56:59.982 INFO O| Feb 12 06:56:59.982 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
86132026-02-12T06:57:00.758Z[ recovery-image] Feb 12 06:56:59.982 INFO O| Feb 12 06:56:59.982 INFO ok!
86142026-02-12T06:57:00.758Z[ recovery-image] Feb 12 06:56:59.982 INFO O| Feb 12 06:56:59.982 INFO STEP 34 (ensure_file) COMPLETE
86152026-02-12T06:57:00.758Z[ recovery-image] Feb 12 06:56:59.982 INFO O| Feb 12 06:56:59.982 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86162026-02-12T06:57:00.765Z[ recovery-image] Feb 12 06:56:59.992 INFO O| Feb 12 06:56:59.992 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
86172026-02-12T06:57:00.765Z[ recovery-image] Feb 12 06:56:59.992 INFO O| Feb 12 06:56:59.992 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
86182026-02-12T06:57:00.768Z[ recovery-image] Feb 12 06:56:59.992 INFO O| Feb 12 06:56:59.992 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
86192026-02-12T06:57:00.768Z[ recovery-image] Feb 12 06:56:59.992 INFO O| Feb 12 06:56:59.992 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
86202026-02-12T06:57:00.768Z[ recovery-image] Feb 12 06:56:59.992 INFO O| Feb 12 06:56:59.992 INFO ok!
86212026-02-12T06:57:00.768Z[ recovery-image] Feb 12 06:56:59.992 INFO O| Feb 12 06:56:59.992 INFO STEP 35 (ensure_file) COMPLETE
86222026-02-12T06:57:00.768Z[ recovery-image] Feb 12 06:56:59.992 INFO O| Feb 12 06:56:59.992 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86232026-02-12T06:57:00.777Z[ recovery-image] Feb 12 06:57:00.004 INFO O| Feb 12 06:57:00.004 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
86242026-02-12T06:57:00.777Z[ recovery-image] Feb 12 06:57:00.004 INFO O| Feb 12 06:57:00.004 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
86252026-02-12T06:57:00.777Z[ recovery-image] Feb 12 06:57:00.004 INFO O| Feb 12 06:57:00.004 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
86262026-02-12T06:57:00.780Z[ recovery-image] Feb 12 06:57:00.004 INFO O| Feb 12 06:57:00.004 INFO ok!
86272026-02-12T06:57:00.780Z[ recovery-image] Feb 12 06:57:00.004 INFO O| Feb 12 06:57:00.004 INFO STEP 36 (ensure_file) COMPLETE
86282026-02-12T06:57:00.780Z[ recovery-image] Feb 12 06:57:00.004 INFO O| Feb 12 06:57:00.004 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86292026-02-12T06:57:00.789Z[ recovery-image] Feb 12 06:57:00.015 INFO O| Feb 12 06:57:00.015 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
86302026-02-12T06:57:00.789Z[ recovery-image] Feb 12 06:57:00.015 INFO O| Feb 12 06:57:00.015 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
86312026-02-12T06:57:00.792Z[ recovery-image] Feb 12 06:57:00.015 INFO O| Feb 12 06:57:00.015 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
86322026-02-12T06:57:00.792Z[ recovery-image] Feb 12 06:57:00.015 INFO O| Feb 12 06:57:00.015 INFO ok!
86332026-02-12T06:57:00.792Z[ recovery-image] Feb 12 06:57:00.015 INFO O| Feb 12 06:57:00.015 INFO STEP 37 (ensure_file) COMPLETE
86342026-02-12T06:57:00.792Z[ recovery-image] Feb 12 06:57:00.015 INFO O| Feb 12 06:57:00.015 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86352026-02-12T06:57:00.798Z[ recovery-image] Feb 12 06:57:00.025 INFO O| Feb 12 06:57:00.025 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
86362026-02-12T06:57:00.798Z[ recovery-image] Feb 12 06:57:00.025 INFO O| Feb 12 06:57:00.025 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
86372026-02-12T06:57:00.801Z[ recovery-image] Feb 12 06:57:00.025 INFO O| Feb 12 06:57:00.025 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
86382026-02-12T06:57:00.801Z[ recovery-image] Feb 12 06:57:00.025 INFO O| Feb 12 06:57:00.025 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
86392026-02-12T06:57:00.801Z[ recovery-image] Feb 12 06:57:00.026 INFO O| Feb 12 06:57:00.025 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
86402026-02-12T06:57:00.801Z[ recovery-image] Feb 12 06:57:00.026 INFO O| Feb 12 06:57:00.026 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
86412026-02-12T06:57:00.802Z[ recovery-image] Feb 12 06:57:00.026 INFO O| Feb 12 06:57:00.026 INFO ok!
86422026-02-12T06:57:00.802Z[ recovery-image] Feb 12 06:57:00.026 INFO O| Feb 12 06:57:00.026 INFO STEP 38 (ensure_file) COMPLETE
86432026-02-12T06:57:00.802Z[ recovery-image] Feb 12 06:57:00.026 INFO O| Feb 12 06:57:00.026 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
86442026-02-12T06:57:00.809Z[ recovery-image] Feb 12 06:57:00.036 INFO O| Feb 12 06:57:00.036 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
86452026-02-12T06:57:00.812Z[ recovery-image] Feb 12 06:57:00.036 INFO O| Feb 12 06:57:00.036 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
86462026-02-12T06:57:00.812Z[ recovery-image] Feb 12 06:57:00.036 INFO O| Feb 12 06:57:00.036 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
86472026-02-12T06:57:00.812Z[ recovery-image] Feb 12 06:57:00.036 INFO O| Feb 12 06:57:00.036 INFO STEP 39 (ensure_dir) COMPLETE
86482026-02-12T06:57:00.812Z[ recovery-image] Feb 12 06:57:00.036 INFO O| Feb 12 06:57:00.036 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
86492026-02-12T06:57:00.824Z[ recovery-image] Feb 12 06:57:00.050 INFO O| Feb 12 06:57:00.050 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
86502026-02-12T06:57:00.824Z[ recovery-image] Feb 12 06:57:00.050 INFO O| Feb 12 06:57:00.050 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 ...
86512026-02-12T06:57:00.827Z[ recovery-image] Feb 12 06:57:00.051 INFO O| Feb 12 06:57:00.051 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
86522026-02-12T06:57:00.827Z[ recovery-image] Feb 12 06:57:00.051 INFO O| Feb 12 06:57:00.051 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
86532026-02-12T06:57:00.827Z[ recovery-image] Feb 12 06:57:00.051 INFO O| Feb 12 06:57:00.051 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
86542026-02-12T06:57:00.827Z[ recovery-image] Feb 12 06:57:00.051 INFO O| Feb 12 06:57:00.051 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
86552026-02-12T06:57:00.827Z[ recovery-image] Feb 12 06:57:00.051 INFO O| Feb 12 06:57:00.051 INFO ok!
86562026-02-12T06:57:00.827Z[ recovery-image] Feb 12 06:57:00.051 INFO O| Feb 12 06:57:00.051 INFO STEP 40 (ensure_file) COMPLETE
86572026-02-12T06:57:00.827Z[ recovery-image] Feb 12 06:57:00.051 INFO O| Feb 12 06:57:00.051 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
86582026-02-12T06:57:00.835Z[ recovery-image] Feb 12 06:57:00.061 INFO O| Feb 12 06:57:00.061 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
86592026-02-12T06:57:00.835Z[ recovery-image] Feb 12 06:57:00.061 INFO O| Feb 12 06:57:00.061 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 ...
86602026-02-12T06:57:00.835Z[ recovery-image] Feb 12 06:57:00.061 INFO O| Feb 12 06:57:00.061 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
86612026-02-12T06:57:00.835Z[ recovery-image] Feb 12 06:57:00.061 INFO O| Feb 12 06:57:00.061 INFO ok!
86622026-02-12T06:57:00.835Z[ recovery-image] Feb 12 06:57:00.061 INFO O| Feb 12 06:57:00.061 INFO STEP 41 (ensure_symlink) COMPLETE
86632026-02-12T06:57:00.838Z[ recovery-image] Feb 12 06:57:00.061 INFO O| Feb 12 06:57:00.061 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
86642026-02-12T06:57:00.846Z[ recovery-image] Feb 12 06:57:00.072 INFO O| Feb 12 06:57:00.072 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
86652026-02-12T06:57:00.846Z[ recovery-image] Feb 12 06:57:00.072 INFO O| Feb 12 06:57:00.072 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
86662026-02-12T06:57:00.849Z[ recovery-image] Feb 12 06:57:00.072 INFO O| Feb 12 06:57:00.072 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
86672026-02-12T06:57:00.849Z[ recovery-image] Feb 12 06:57:00.072 INFO O| Feb 12 06:57:00.072 INFO ok!
86682026-02-12T06:57:00.849Z[ recovery-image] Feb 12 06:57:00.072 INFO O| Feb 12 06:57:00.072 INFO STEP 42 (ensure_symlink) COMPLETE
86692026-02-12T06:57:00.849Z[ recovery-image] Feb 12 06:57:00.072 INFO O| Feb 12 06:57:00.072 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86702026-02-12T06:57:00.856Z[ recovery-image] Feb 12 06:57:00.083 INFO O| Feb 12 06:57:00.083 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
86712026-02-12T06:57:00.859Z[ recovery-image] Feb 12 06:57:00.083 INFO O| Feb 12 06:57:00.083 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
86722026-02-12T06:57:00.859Z[ recovery-image] Feb 12 06:57:00.083 INFO O| Feb 12 06:57:00.083 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
86732026-02-12T06:57:00.859Z[ recovery-image] Feb 12 06:57:00.084 INFO O| Feb 12 06:57:00.083 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
86742026-02-12T06:57:00.859Z[ recovery-image] Feb 12 06:57:00.084 INFO O| Feb 12 06:57:00.083 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
86752026-02-12T06:57:00.859Z[ recovery-image] Feb 12 06:57:00.084 INFO O| Feb 12 06:57:00.083 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
86762026-02-12T06:57:00.860Z[ recovery-image] Feb 12 06:57:00.084 INFO O| Feb 12 06:57:00.083 INFO ok!
86772026-02-12T06:57:00.860Z[ recovery-image] Feb 12 06:57:00.084 INFO O| Feb 12 06:57:00.084 INFO STEP 43 (ensure_file) COMPLETE
86782026-02-12T06:57:00.860Z[ recovery-image] Feb 12 06:57:00.084 INFO O| Feb 12 06:57:00.084 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86792026-02-12T06:57:00.868Z[ recovery-image] Feb 12 06:57:00.095 INFO O| Feb 12 06:57:00.095 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
86802026-02-12T06:57:00.868Z[ recovery-image] Feb 12 06:57:00.095 INFO O| Feb 12 06:57:00.095 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 ...
86812026-02-12T06:57:00.871Z[ recovery-image] Feb 12 06:57:00.096 INFO O| Feb 12 06:57:00.096 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
86822026-02-12T06:57:00.871Z[ recovery-image] Feb 12 06:57:00.096 INFO O| Feb 12 06:57:00.096 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
86832026-02-12T06:57:00.871Z[ recovery-image] Feb 12 06:57:00.096 INFO O| Feb 12 06:57:00.096 INFO ok!
86842026-02-12T06:57:00.871Z[ recovery-image] Feb 12 06:57:00.096 INFO O| Feb 12 06:57:00.096 INFO STEP 44 (ensure_file) COMPLETE
86852026-02-12T06:57:00.871Z[ recovery-image] Feb 12 06:57:00.096 INFO O| Feb 12 06:57:00.096 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86862026-02-12T06:57:00.880Z[ recovery-image] Feb 12 06:57:00.107 INFO O| Feb 12 06:57:00.107 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
86872026-02-12T06:57:00.880Z[ recovery-image] Feb 12 06:57:00.107 INFO O| Feb 12 06:57:00.107 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
86882026-02-12T06:57:00.883Z[ recovery-image] Feb 12 06:57:00.108 INFO O| Feb 12 06:57:00.108 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
86892026-02-12T06:57:00.883Z[ recovery-image] Feb 12 06:57:00.108 INFO O| Feb 12 06:57:00.108 INFO ok!
86902026-02-12T06:57:00.883Z[ recovery-image] Feb 12 06:57:00.108 INFO O| Feb 12 06:57:00.108 INFO STEP 45 (ensure_file) COMPLETE
86912026-02-12T06:57:00.883Z[ recovery-image] Feb 12 06:57:00.108 INFO O| Feb 12 06:57:00.108 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
86922026-02-12T06:57:00.891Z[ recovery-image] Feb 12 06:57:00.117 INFO O| Feb 12 06:57:00.117 INFO updating shadow file
86932026-02-12T06:57:00.891Z[ recovery-image] Feb 12 06:57:00.118 INFO O| Feb 12 06:57:00.118 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
86942026-02-12T06:57:00.894Z[ recovery-image] Feb 12 06:57:00.118 INFO O| Feb 12 06:57:00.118 INFO STEP 46 (shadow) COMPLETE
86952026-02-12T06:57:00.894Z[ recovery-image] Feb 12 06:57:00.118 INFO O| Feb 12 06:57:00.118 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
86962026-02-12T06:57:00.900Z[ recovery-image] Feb 12 06:57:00.127 INFO O| Feb 12 06:57:00.126 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
86972026-02-12T06:57:00.900Z[ recovery-image] Feb 12 06:57:00.127 INFO O| Feb 12 06:57:00.127 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
86982026-02-12T06:57:00.903Z[ recovery-image] Feb 12 06:57:00.127 INFO O| Feb 12 06:57:00.127 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
86992026-02-12T06:57:00.903Z[ recovery-image] Feb 12 06:57:00.127 INFO O| Feb 12 06:57:00.127 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
87002026-02-12T06:57:00.903Z[ recovery-image] Feb 12 06:57:00.127 INFO O| Feb 12 06:57:00.127 INFO ok!
87012026-02-12T06:57:00.903Z[ recovery-image] Feb 12 06:57:00.127 INFO O| Feb 12 06:57:00.127 INFO STEP 47 (ensure_file) COMPLETE
87022026-02-12T06:57:00.903Z[ recovery-image] Feb 12 06:57:00.127 INFO O| Feb 12 06:57:00.127 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87032026-02-12T06:57:00.912Z[ recovery-image] Feb 12 06:57:00.138 INFO O| Feb 12 06:57:00.138 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
87042026-02-12T06:57:00.912Z[ recovery-image] Feb 12 06:57:00.138 INFO O| Feb 12 06:57:00.138 INFO STEP 48 (ensure_dir) COMPLETE
87052026-02-12T06:57:00.915Z[ recovery-image] Feb 12 06:57:00.138 INFO O| Feb 12 06:57:00.138 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87062026-02-12T06:57:00.923Z[ recovery-image] Feb 12 06:57:00.150 INFO O| Feb 12 06:57:00.150 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
87072026-02-12T06:57:00.923Z[ recovery-image] Feb 12 06:57:00.150 INFO O| Feb 12 06:57:00.150 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
87082026-02-12T06:57:00.926Z[ recovery-image] Feb 12 06:57:00.150 INFO O| Feb 12 06:57:00.150 INFO STEP 49 (ensure_dir) COMPLETE
87092026-02-12T06:57:00.926Z[ recovery-image] Feb 12 06:57:00.150 INFO O| Feb 12 06:57:00.150 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87102026-02-12T06:57:00.946Z[ recovery-image] Feb 12 06:57:00.159 INFO O| Feb 12 06:57:00.159 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
87112026-02-12T06:57:00.946Z[ recovery-image] Feb 12 06:57:00.159 INFO O| Feb 12 06:57:00.159 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
87122026-02-12T06:57:00.946Z[ recovery-image] Feb 12 06:57:00.159 INFO O| Feb 12 06:57:00.159 INFO STEP 50 (ensure_dir) COMPLETE
87132026-02-12T06:57:00.946Z[ recovery-image] Feb 12 06:57:00.159 INFO O| Feb 12 06:57:00.159 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87142026-02-12T06:57:00.946Z[ recovery-image] Feb 12 06:57:00.170 INFO O| Feb 12 06:57:00.170 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
87152026-02-12T06:57:00.947Z[ recovery-image] Feb 12 06:57:00.170 INFO O| Feb 12 06:57:00.170 INFO copying /tmp/.tmpVN4njM/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
87162026-02-12T06:57:01.263Z[ recovery-image] Feb 12 06:57:00.489 INFO O| Feb 12 06:57:00.489 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
87172026-02-12T06:57:01.263Z[ recovery-image] Feb 12 06:57:00.489 INFO O| Feb 12 06:57:00.489 INFO ok!
87182026-02-12T06:57:01.266Z[ recovery-image] Feb 12 06:57:00.489 INFO O| Feb 12 06:57:00.489 INFO STEP 51 (ensure_file) COMPLETE
87192026-02-12T06:57:01.267Z[ recovery-image] Feb 12 06:57:00.489 INFO O| Feb 12 06:57:00.489 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87202026-02-12T06:57:01.277Z[ recovery-image] Feb 12 06:57:00.503 INFO O| Feb 12 06:57:00.503 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
87212026-02-12T06:57:01.277Z[ recovery-image] Feb 12 06:57:00.503 INFO O| Feb 12 06:57:00.503 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
87222026-02-12T06:57:01.280Z[ recovery-image] Feb 12 06:57:00.503 INFO O| Feb 12 06:57:00.503 INFO STEP 52 (ensure_dir) COMPLETE
87232026-02-12T06:57:01.280Z[ recovery-image] Feb 12 06:57:00.503 INFO O| Feb 12 06:57:00.503 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87242026-02-12T06:57:01.287Z[ recovery-image] Feb 12 06:57:00.513 INFO O| Feb 12 06:57:00.513 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
87252026-02-12T06:57:01.287Z[ recovery-image] Feb 12 06:57:00.514 INFO O| Feb 12 06:57:00.513 INFO copying /tmp/.tmpVN4njM/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
87262026-02-12T06:57:01.290Z[ recovery-image] Feb 12 06:57:00.514 INFO O| Feb 12 06:57:00.514 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
87272026-02-12T06:57:01.290Z[ recovery-image] Feb 12 06:57:00.514 INFO O| Feb 12 06:57:00.514 INFO ok!
87282026-02-12T06:57:01.290Z[ recovery-image] Feb 12 06:57:00.514 INFO O| Feb 12 06:57:00.514 INFO STEP 53 (ensure_file) COMPLETE
87292026-02-12T06:57:01.290Z[ recovery-image] Feb 12 06:57:00.514 INFO O| Feb 12 06:57:00.514 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87302026-02-12T06:57:01.299Z[ recovery-image] Feb 12 06:57:00.525 INFO O| Feb 12 06:57:00.525 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
87312026-02-12T06:57:01.299Z[ recovery-image] Feb 12 06:57:00.525 INFO O| Feb 12 06:57:00.525 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
87322026-02-12T06:57:01.301Z[ recovery-image] Feb 12 06:57:00.525 INFO O| Feb 12 06:57:00.525 INFO STEP 54 (ensure_dir) COMPLETE
87332026-02-12T06:57:01.301Z[ recovery-image] Feb 12 06:57:00.525 INFO O| Feb 12 06:57:00.525 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87342026-02-12T06:57:01.308Z[ recovery-image] Feb 12 06:57:00.535 INFO O| Feb 12 06:57:00.535 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
87352026-02-12T06:57:01.308Z[ recovery-image] Feb 12 06:57:00.535 INFO O| Feb 12 06:57:00.535 INFO copying /tmp/.tmpVN4njM/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
87362026-02-12T06:57:02.286Z[ recovery-image] Feb 12 06:57:01.512 INFO O| Feb 12 06:57:01.512 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
87372026-02-12T06:57:02.286Z[ recovery-image] Feb 12 06:57:01.512 INFO O| Feb 12 06:57:01.512 INFO ok!
87382026-02-12T06:57:02.289Z[ recovery-image] Feb 12 06:57:01.512 INFO O| Feb 12 06:57:01.512 INFO STEP 55 (ensure_file) COMPLETE
87392026-02-12T06:57:02.289Z[ recovery-image] Feb 12 06:57:01.512 INFO O| Feb 12 06:57:01.512 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87402026-02-12T06:57:02.296Z[ recovery-image] Feb 12 06:57:01.523 INFO O| Feb 12 06:57:01.523 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
87412026-02-12T06:57:02.296Z[ recovery-image] Feb 12 06:57:01.523 INFO O| Feb 12 06:57:01.523 INFO copying /tmp/.tmpVN4njM/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
87422026-02-12T06:57:03.420Z[ recovery-image] Feb 12 06:57:02.646 INFO O| Feb 12 06:57:02.646 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
87432026-02-12T06:57:03.420Z[ recovery-image] Feb 12 06:57:02.646 INFO O| Feb 12 06:57:02.646 INFO ok!
87442026-02-12T06:57:03.423Z[ recovery-image] Feb 12 06:57:02.646 INFO O| Feb 12 06:57:02.646 INFO STEP 56 (ensure_file) COMPLETE
87452026-02-12T06:57:03.423Z[ recovery-image] Feb 12 06:57:02.646 INFO O| Feb 12 06:57:02.646 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87462026-02-12T06:57:03.433Z[ recovery-image] Feb 12 06:57:02.659 INFO O| Feb 12 06:57:02.659 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
87472026-02-12T06:57:03.436Z[ recovery-image] Feb 12 06:57:02.659 INFO O| Feb 12 06:57:02.659 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
87482026-02-12T06:57:03.436Z[ recovery-image] Feb 12 06:57:02.659 INFO O| Feb 12 06:57:02.659 INFO STEP 57 (ensure_dir) COMPLETE
87492026-02-12T06:57:03.436Z[ recovery-image] Feb 12 06:57:02.659 INFO O| Feb 12 06:57:02.659 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87502026-02-12T06:57:03.444Z[ recovery-image] Feb 12 06:57:02.671 INFO O| Feb 12 06:57:02.671 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
87512026-02-12T06:57:03.444Z[ recovery-image] Feb 12 06:57:02.671 INFO O| Feb 12 06:57:02.671 INFO copying /tmp/.tmpVN4njM/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 ...
87522026-02-12T06:57:03.447Z[ recovery-image] Feb 12 06:57:02.671 INFO O| Feb 12 06:57:02.671 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
87532026-02-12T06:57:03.447Z[ recovery-image] Feb 12 06:57:02.671 INFO O| Feb 12 06:57:02.671 INFO ok!
87542026-02-12T06:57:03.447Z[ recovery-image] Feb 12 06:57:02.671 INFO O| Feb 12 06:57:02.671 INFO STEP 58 (ensure_file) COMPLETE
87552026-02-12T06:57:03.448Z[ recovery-image] Feb 12 06:57:02.671 INFO O| Feb 12 06:57:02.671 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87562026-02-12T06:57:03.453Z[ recovery-image] Feb 12 06:57:02.679 INFO O| Feb 12 06:57:02.679 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
87572026-02-12T06:57:03.453Z[ recovery-image] Feb 12 06:57:02.679 INFO O| Feb 12 06:57:02.679 INFO copying /tmp/.tmpVN4njM/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 ...
87582026-02-12T06:57:03.456Z[ recovery-image] Feb 12 06:57:02.680 INFO O| Feb 12 06:57:02.679 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
87592026-02-12T06:57:03.456Z[ recovery-image] Feb 12 06:57:02.680 INFO O| Feb 12 06:57:02.680 INFO ok!
87602026-02-12T06:57:03.456Z[ recovery-image] Feb 12 06:57:02.680 INFO O| Feb 12 06:57:02.680 INFO STEP 59 (ensure_file) COMPLETE
87612026-02-12T06:57:03.456Z[ recovery-image] Feb 12 06:57:02.680 INFO O| Feb 12 06:57:02.680 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87622026-02-12T06:57:03.465Z[ recovery-image] Feb 12 06:57:02.691 INFO O| Feb 12 06:57:02.691 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
87632026-02-12T06:57:03.465Z[ recovery-image] Feb 12 06:57:02.691 INFO O| Feb 12 06:57:02.691 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
87642026-02-12T06:57:03.468Z[ recovery-image] Feb 12 06:57:02.691 INFO O| Feb 12 06:57:02.691 INFO STEP 60 (ensure_dir) COMPLETE
87652026-02-12T06:57:03.468Z[ recovery-image] Feb 12 06:57:02.691 INFO O| Feb 12 06:57:02.691 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87662026-02-12T06:57:03.477Z[ recovery-image] Feb 12 06:57:02.703 INFO O| Feb 12 06:57:02.703 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
87672026-02-12T06:57:03.477Z[ recovery-image] Feb 12 06:57:02.703 INFO O| Feb 12 06:57:02.703 INFO copying /tmp/.tmpVN4njM/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 ...
87682026-02-12T06:57:03.480Z[ recovery-image] Feb 12 06:57:02.703 INFO O| Feb 12 06:57:02.703 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
87692026-02-12T06:57:03.480Z[ recovery-image] Feb 12 06:57:02.703 INFO O| Feb 12 06:57:02.703 INFO ok!
87702026-02-12T06:57:03.480Z[ recovery-image] Feb 12 06:57:02.703 INFO O| Feb 12 06:57:02.703 INFO STEP 61 (ensure_file) COMPLETE
87712026-02-12T06:57:03.480Z[ recovery-image] Feb 12 06:57:02.703 INFO O| Feb 12 06:57:02.703 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87722026-02-12T06:57:03.484Z[ recovery-image] Feb 12 06:57:02.711 INFO O| Feb 12 06:57:02.711 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
87732026-02-12T06:57:03.484Z[ recovery-image] Feb 12 06:57:02.711 INFO O| Feb 12 06:57:02.711 INFO copying /tmp/.tmpVN4njM/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 ...
87742026-02-12T06:57:03.487Z[ recovery-image] Feb 12 06:57:02.711 INFO O| Feb 12 06:57:02.711 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
87752026-02-12T06:57:03.488Z[ recovery-image] Feb 12 06:57:02.711 INFO O| Feb 12 06:57:02.711 INFO ok!
87762026-02-12T06:57:03.488Z[ recovery-image] Feb 12 06:57:02.711 INFO O| Feb 12 06:57:02.711 INFO STEP 62 (ensure_file) COMPLETE
87772026-02-12T06:57:03.488Z[ recovery-image] Feb 12 06:57:02.711 INFO O| Feb 12 06:57:02.711 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87782026-02-12T06:57:03.493Z[ recovery-image] Feb 12 06:57:02.719 INFO O| Feb 12 06:57:02.719 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
87792026-02-12T06:57:03.496Z[ recovery-image] Feb 12 06:57:02.719 INFO O| Feb 12 06:57:02.719 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
87802026-02-12T06:57:03.496Z[ recovery-image] Feb 12 06:57:02.719 INFO O| Feb 12 06:57:02.719 INFO STEP 63 (ensure_dir) COMPLETE
87812026-02-12T06:57:03.496Z[ recovery-image] Feb 12 06:57:02.719 INFO O| Feb 12 06:57:02.719 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87822026-02-12T06:57:03.502Z[ recovery-image] Feb 12 06:57:02.728 INFO O| Feb 12 06:57:02.728 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
87832026-02-12T06:57:03.502Z[ recovery-image] Feb 12 06:57:02.728 INFO O| Feb 12 06:57:02.728 INFO copying /tmp/.tmpVN4njM/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 ...
87842026-02-12T06:57:03.505Z[ recovery-image] Feb 12 06:57:02.728 INFO O| Feb 12 06:57:02.728 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
87852026-02-12T06:57:03.505Z[ recovery-image] Feb 12 06:57:02.728 INFO O| Feb 12 06:57:02.728 INFO ok!
87862026-02-12T06:57:03.505Z[ recovery-image] Feb 12 06:57:02.728 INFO O| Feb 12 06:57:02.728 INFO STEP 64 (ensure_file) COMPLETE
87872026-02-12T06:57:03.505Z[ recovery-image] Feb 12 06:57:02.728 INFO O| Feb 12 06:57:02.728 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87882026-02-12T06:57:03.513Z[ recovery-image] Feb 12 06:57:02.739 INFO O| Feb 12 06:57:02.739 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
87892026-02-12T06:57:03.513Z[ recovery-image] Feb 12 06:57:02.739 INFO O| Feb 12 06:57:02.739 INFO copying /tmp/.tmpVN4njM/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
87902026-02-12T06:57:03.516Z[ recovery-image] Feb 12 06:57:02.739 INFO O| Feb 12 06:57:02.739 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
87912026-02-12T06:57:03.516Z[ recovery-image] Feb 12 06:57:02.739 INFO O| Feb 12 06:57:02.739 INFO ok!
87922026-02-12T06:57:03.516Z[ recovery-image] Feb 12 06:57:02.739 INFO O| Feb 12 06:57:02.739 INFO STEP 65 (ensure_file) COMPLETE
87932026-02-12T06:57:03.516Z[ recovery-image] Feb 12 06:57:02.739 INFO O| Feb 12 06:57:02.739 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87942026-02-12T06:57:03.523Z[ recovery-image] Feb 12 06:57:02.749 INFO O| Feb 12 06:57:02.749 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
87952026-02-12T06:57:03.523Z[ recovery-image] Feb 12 06:57:02.749 INFO O| Feb 12 06:57:02.749 INFO STEP 66 (ensure_dir) COMPLETE
87962026-02-12T06:57:03.526Z[ recovery-image] Feb 12 06:57:02.749 INFO O| Feb 12 06:57:02.749 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87972026-02-12T06:57:03.531Z[ recovery-image] Feb 12 06:57:02.757 INFO O| Feb 12 06:57:02.757 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
87982026-02-12T06:57:03.531Z[ recovery-image] Feb 12 06:57:02.757 INFO O| Feb 12 06:57:02.757 INFO STEP 67 (ensure_dir) COMPLETE
87992026-02-12T06:57:03.534Z[ recovery-image] Feb 12 06:57:02.757 INFO O| Feb 12 06:57:02.757 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88002026-02-12T06:57:03.541Z[ recovery-image] Feb 12 06:57:02.768 INFO O| Feb 12 06:57:02.767 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
88012026-02-12T06:57:03.541Z[ recovery-image] Feb 12 06:57:02.768 INFO O| Feb 12 06:57:02.767 INFO STEP 68 (ensure_dir) COMPLETE
88022026-02-12T06:57:03.544Z[ recovery-image] Feb 12 06:57:02.768 INFO O| Feb 12 06:57:02.767 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88032026-02-12T06:57:03.552Z[ recovery-image] Feb 12 06:57:02.778 INFO O| Feb 12 06:57:02.778 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
88042026-02-12T06:57:03.552Z[ recovery-image] Feb 12 06:57:02.778 INFO O| Feb 12 06:57:02.778 INFO STEP 69 (ensure_dir) COMPLETE
88052026-02-12T06:57:03.555Z[ recovery-image] Feb 12 06:57:02.778 INFO O| Feb 12 06:57:02.778 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88062026-02-12T06:57:03.560Z[ recovery-image] Feb 12 06:57:02.786 INFO O| Feb 12 06:57:02.786 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
88072026-02-12T06:57:03.563Z[ recovery-image] Feb 12 06:57:02.786 INFO O| Feb 12 06:57:02.786 INFO copying /tmp/.tmpVN4njM/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
88082026-02-12T06:57:03.563Z[ recovery-image] Feb 12 06:57:02.787 INFO O| Feb 12 06:57:02.787 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
88092026-02-12T06:57:03.563Z[ recovery-image] Feb 12 06:57:02.787 INFO O| Feb 12 06:57:02.787 INFO ok!
88102026-02-12T06:57:03.563Z[ recovery-image] Feb 12 06:57:02.787 INFO O| Feb 12 06:57:02.787 INFO STEP 70 (ensure_file) COMPLETE
88112026-02-12T06:57:03.563Z[ recovery-image] Feb 12 06:57:02.787 INFO O| Feb 12 06:57:02.787 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88122026-02-12T06:57:03.568Z[ recovery-image] Feb 12 06:57:02.795 INFO O| Feb 12 06:57:02.795 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
88132026-02-12T06:57:03.572Z[ recovery-image] Feb 12 06:57:02.795 INFO O| Feb 12 06:57:02.795 INFO STEP 71 (remove_files) COMPLETE
88142026-02-12T06:57:03.572Z[ recovery-image] Feb 12 06:57:02.795 INFO O| Feb 12 06:57:02.795 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88152026-02-12T06:57:03.577Z[ recovery-image] Feb 12 06:57:02.803 INFO O| Feb 12 06:57:02.803 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
88162026-02-12T06:57:03.580Z[ recovery-image] Feb 12 06:57:02.803 INFO O| Feb 12 06:57:02.803 INFO STEP 72 (remove_files) COMPLETE
88172026-02-12T06:57:03.580Z[ recovery-image] Feb 12 06:57:02.803 INFO O| Feb 12 06:57:02.803 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88182026-02-12T06:57:03.585Z[ recovery-image] Feb 12 06:57:02.812 INFO O| Feb 12 06:57:02.812 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
88192026-02-12T06:57:03.585Z[ recovery-image] Feb 12 06:57:02.812 INFO O| Feb 12 06:57:02.812 INFO STEP 73 (remove_files) COMPLETE
88202026-02-12T06:57:03.585Z[ recovery-image] Feb 12 06:57:02.812 INFO O| Feb 12 06:57:02.812 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88212026-02-12T06:57:03.598Z[ recovery-image] Feb 12 06:57:02.824 INFO O| Feb 12 06:57:02.824 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
88222026-02-12T06:57:03.601Z[ recovery-image] Feb 12 06:57:02.824 INFO O| Feb 12 06:57:02.824 INFO STEP 74 (remove_files) COMPLETE
88232026-02-12T06:57:03.601Z[ recovery-image] Feb 12 06:57:02.824 INFO O| Feb 12 06:57:02.824 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88242026-02-12T06:57:03.606Z[ recovery-image] Feb 12 06:57:02.833 INFO O| Feb 12 06:57:02.832 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
88252026-02-12T06:57:03.609Z[ recovery-image] Feb 12 06:57:02.833 INFO O| Feb 12 06:57:02.833 INFO STEP 75 (remove_files) COMPLETE
88262026-02-12T06:57:03.609Z[ recovery-image] Feb 12 06:57:02.833 INFO O| Feb 12 06:57:02.833 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88272026-02-12T06:57:03.615Z[ recovery-image] Feb 12 06:57:02.841 INFO O| Feb 12 06:57:02.841 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
88282026-02-12T06:57:03.618Z[ recovery-image] Feb 12 06:57:02.841 INFO O| Feb 12 06:57:02.841 INFO STEP 76 (remove_files) COMPLETE
88292026-02-12T06:57:03.618Z[ recovery-image] Feb 12 06:57:02.842 INFO O| Feb 12 06:57:02.841 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88302026-02-12T06:57:03.624Z[ recovery-image] Feb 12 06:57:02.851 INFO O| Feb 12 06:57:02.851 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
88312026-02-12T06:57:03.624Z[ recovery-image] Feb 12 06:57:02.851 INFO O| Feb 12 06:57:02.851 INFO STEP 77 (remove_files) COMPLETE
88322026-02-12T06:57:03.628Z[ recovery-image] Feb 12 06:57:02.851 INFO O| Feb 12 06:57:02.851 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88332026-02-12T06:57:03.636Z[ recovery-image] Feb 12 06:57:02.862 INFO O| Feb 12 06:57:02.862 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
88342026-02-12T06:57:03.636Z[ recovery-image] Feb 12 06:57:02.862 INFO O| Feb 12 06:57:02.862 INFO STEP 78 (remove_files) COMPLETE
88352026-02-12T06:57:03.639Z[ recovery-image] Feb 12 06:57:02.862 INFO O| Feb 12 06:57:02.862 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88362026-02-12T06:57:03.644Z[ recovery-image] Feb 12 06:57:02.870 INFO O| Feb 12 06:57:02.870 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
88372026-02-12T06:57:03.644Z[ recovery-image] Feb 12 06:57:02.870 INFO O| Feb 12 06:57:02.870 INFO STEP 79 (remove_files) COMPLETE
88382026-02-12T06:57:03.647Z[ recovery-image] Feb 12 06:57:02.870 INFO O| Feb 12 06:57:02.870 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88392026-02-12T06:57:03.653Z[ recovery-image] Feb 12 06:57:02.880 INFO O| Feb 12 06:57:02.879 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
88402026-02-12T06:57:03.653Z[ recovery-image] Feb 12 06:57:02.880 INFO O| Feb 12 06:57:02.880 INFO STEP 80 (remove_files) COMPLETE
88412026-02-12T06:57:03.656Z[ recovery-image] Feb 12 06:57:02.880 INFO O| Feb 12 06:57:02.880 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88422026-02-12T06:57:03.661Z[ recovery-image] Feb 12 06:57:02.888 INFO O| Feb 12 06:57:02.888 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
88432026-02-12T06:57:03.661Z[ recovery-image] Feb 12 06:57:02.888 INFO O| Feb 12 06:57:02.888 INFO STEP 81 (remove_files) COMPLETE
88442026-02-12T06:57:03.664Z[ recovery-image] Feb 12 06:57:02.888 INFO O| Feb 12 06:57:02.888 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88452026-02-12T06:57:03.671Z[ recovery-image] Feb 12 06:57:02.897 INFO O| Feb 12 06:57:02.897 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
88462026-02-12T06:57:03.671Z[ recovery-image] Feb 12 06:57:02.897 INFO O| Feb 12 06:57:02.897 INFO STEP 82 (remove_files) COMPLETE
88472026-02-12T06:57:03.674Z[ recovery-image] Feb 12 06:57:02.897 INFO O| Feb 12 06:57:02.897 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88482026-02-12T06:57:03.679Z[ recovery-image] Feb 12 06:57:02.905 INFO O| Feb 12 06:57:02.905 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
88492026-02-12T06:57:03.679Z[ recovery-image] Feb 12 06:57:02.905 INFO O| Feb 12 06:57:02.905 INFO STEP 83 (remove_files) COMPLETE
88502026-02-12T06:57:03.679Z[ recovery-image] Feb 12 06:57:02.905 INFO O| Feb 12 06:57:02.905 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88512026-02-12T06:57:03.689Z[ recovery-image] Feb 12 06:57:02.915 INFO O| Feb 12 06:57:02.915 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
88522026-02-12T06:57:03.689Z[ recovery-image] Feb 12 06:57:02.915 INFO O| Feb 12 06:57:02.915 INFO STEP 84 (remove_files) COMPLETE
88532026-02-12T06:57:03.692Z[ recovery-image] Feb 12 06:57:02.915 INFO O| Feb 12 06:57:02.915 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88542026-02-12T06:57:03.700Z[ recovery-image] Feb 12 06:57:02.926 INFO O| Feb 12 06:57:02.926 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
88552026-02-12T06:57:03.700Z[ recovery-image] Feb 12 06:57:02.926 INFO O| Feb 12 06:57:02.926 INFO STEP 85 (remove_files) COMPLETE
88562026-02-12T06:57:03.703Z[ recovery-image] Feb 12 06:57:02.926 INFO O| Feb 12 06:57:02.926 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88572026-02-12T06:57:03.708Z[ recovery-image] Feb 12 06:57:02.935 INFO O| Feb 12 06:57:02.935 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
88582026-02-12T06:57:03.711Z[ recovery-image] Feb 12 06:57:02.935 INFO O| Feb 12 06:57:02.935 INFO STEP 86 (remove_files) COMPLETE
88592026-02-12T06:57:03.711Z[ recovery-image] Feb 12 06:57:02.935 INFO O| Feb 12 06:57:02.935 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88602026-02-12T06:57:03.719Z[ recovery-image] Feb 12 06:57:02.945 INFO O| Feb 12 06:57:02.945 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
88612026-02-12T06:57:03.719Z[ recovery-image] Feb 12 06:57:02.945 INFO O| Feb 12 06:57:02.945 INFO STEP 87 (remove_files) COMPLETE
88622026-02-12T06:57:03.719Z[ recovery-image] Feb 12 06:57:02.945 INFO O| Feb 12 06:57:02.945 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88632026-02-12T06:57:03.730Z[ recovery-image] Feb 12 06:57:02.956 INFO O| Feb 12 06:57:02.956 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
88642026-02-12T06:57:03.733Z[ recovery-image] Feb 12 06:57:02.956 INFO O| Feb 12 06:57:02.956 INFO STEP 88 (remove_files) COMPLETE
88652026-02-12T06:57:03.733Z[ recovery-image] Feb 12 06:57:02.956 INFO O| Feb 12 06:57:02.956 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88662026-02-12T06:57:03.741Z[ recovery-image] Feb 12 06:57:02.967 INFO O| Feb 12 06:57:02.967 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
88672026-02-12T06:57:03.744Z[ recovery-image] Feb 12 06:57:02.968 INFO O| Feb 12 06:57:02.968 INFO STEP 89 (remove_files) COMPLETE
88682026-02-12T06:57:03.744Z[ recovery-image] Feb 12 06:57:02.968 INFO O| Feb 12 06:57:02.968 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88692026-02-12T06:57:03.752Z[ recovery-image] Feb 12 06:57:02.978 INFO O| Feb 12 06:57:02.978 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
88702026-02-12T06:57:03.752Z[ recovery-image] Feb 12 06:57:02.978 INFO O| Feb 12 06:57:02.978 INFO STEP 90 (remove_files) COMPLETE
88712026-02-12T06:57:03.752Z[ recovery-image] Feb 12 06:57:02.978 INFO O| Feb 12 06:57:02.978 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88722026-02-12T06:57:03.760Z[ recovery-image] Feb 12 06:57:02.986 INFO O| Feb 12 06:57:02.986 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
88732026-02-12T06:57:03.760Z[ recovery-image] Feb 12 06:57:02.986 INFO O| Feb 12 06:57:02.986 INFO STEP 91 (remove_files) COMPLETE
88742026-02-12T06:57:03.763Z[ recovery-image] Feb 12 06:57:02.986 INFO O| Feb 12 06:57:02.986 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88752026-02-12T06:57:03.770Z[ recovery-image] Feb 12 06:57:02.997 INFO O| Feb 12 06:57:02.997 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
88762026-02-12T06:57:03.773Z[ recovery-image] Feb 12 06:57:02.997 INFO O| Feb 12 06:57:02.997 INFO STEP 92 (remove_files) COMPLETE
88772026-02-12T06:57:03.773Z[ recovery-image] Feb 12 06:57:02.997 INFO O| Feb 12 06:57:02.997 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88782026-02-12T06:57:03.780Z[ recovery-image] Feb 12 06:57:03.006 INFO O| Feb 12 06:57:03.006 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
88792026-02-12T06:57:03.780Z[ recovery-image] Feb 12 06:57:03.007 INFO O| Feb 12 06:57:03.007 INFO STEP 93 (remove_files) COMPLETE
88802026-02-12T06:57:03.783Z[ recovery-image] Feb 12 06:57:03.007 INFO O| Feb 12 06:57:03.007 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88812026-02-12T06:57:03.788Z[ recovery-image] Feb 12 06:57:03.015 INFO O| Feb 12 06:57:03.015 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
88822026-02-12T06:57:03.791Z[ recovery-image] Feb 12 06:57:03.015 INFO O| Feb 12 06:57:03.015 INFO STEP 94 (remove_files) COMPLETE
88832026-02-12T06:57:03.791Z[ recovery-image] Feb 12 06:57:03.015 INFO O| Feb 12 06:57:03.015 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88842026-02-12T06:57:03.796Z[ recovery-image] Feb 12 06:57:03.023 INFO O| Feb 12 06:57:03.023 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
88852026-02-12T06:57:03.796Z[ recovery-image] Feb 12 06:57:03.023 INFO O| Feb 12 06:57:03.023 INFO STEP 95 (remove_files) COMPLETE
88862026-02-12T06:57:03.799Z[ recovery-image] Feb 12 06:57:03.023 INFO O| Feb 12 06:57:03.023 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88872026-02-12T06:57:03.806Z[ recovery-image] Feb 12 06:57:03.032 INFO O| Feb 12 06:57:03.032 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
88882026-02-12T06:57:03.806Z[ recovery-image] Feb 12 06:57:03.032 INFO O| Feb 12 06:57:03.032 INFO STEP 96 (remove_files) COMPLETE
88892026-02-12T06:57:03.806Z[ recovery-image] Feb 12 06:57:03.032 INFO O| Feb 12 06:57:03.032 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88902026-02-12T06:57:03.816Z[ recovery-image] Feb 12 06:57:03.043 INFO O| Feb 12 06:57:03.042 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
88912026-02-12T06:57:03.816Z[ recovery-image] Feb 12 06:57:03.043 INFO O| Feb 12 06:57:03.043 INFO STEP 97 (remove_files) COMPLETE
88922026-02-12T06:57:03.819Z[ recovery-image] Feb 12 06:57:03.043 INFO O| Feb 12 06:57:03.043 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88932026-02-12T06:57:03.824Z[ recovery-image] Feb 12 06:57:03.050 INFO O| Feb 12 06:57:03.050 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
88942026-02-12T06:57:03.827Z[ recovery-image] Feb 12 06:57:03.050 INFO O| Feb 12 06:57:03.050 INFO STEP 98 (remove_files) COMPLETE
88952026-02-12T06:57:03.827Z[ recovery-image] Feb 12 06:57:03.050 INFO O| Feb 12 06:57:03.050 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88962026-02-12T06:57:03.834Z[ recovery-image] Feb 12 06:57:03.060 INFO O| Feb 12 06:57:03.060 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
88972026-02-12T06:57:03.834Z[ recovery-image] Feb 12 06:57:03.060 INFO O| Feb 12 06:57:03.060 INFO STEP 99 (remove_files) COMPLETE
88982026-02-12T06:57:03.837Z[ recovery-image] Feb 12 06:57:03.060 INFO O| Feb 12 06:57:03.060 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88992026-02-12T06:57:03.849Z[ recovery-image] Feb 12 06:57:03.075 INFO O| Feb 12 06:57:03.075 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
89002026-02-12T06:57:03.852Z[ recovery-image] Feb 12 06:57:03.075 INFO O| Feb 12 06:57:03.075 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "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"}
89012026-02-12T06:57:08.024Z[ host-image] Feb 12 06:57:07.249 INFO O| Feb 12 06:57:07.249 INFO O| Startup: Caching catalogs ... Done
89022026-02-12T06:57:08.791Z[ recovery-image] Feb 12 06:57:08.017 INFO O| Feb 12 06:57:08.017 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
89032026-02-12T06:57:08.791Z[ recovery-image] Feb 12 06:57:08.017 INFO O| Feb 12 06:57:08.017 INFO E| svccfg: Loaded 68 smf(7) service descriptions
89042026-02-12T06:57:08.804Z[ recovery-image] Feb 12 06:57:08.030 INFO O| Feb 12 06:57:08.030 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
89052026-02-12T06:57:08.964Z[ recovery-image] Feb 12 06:57:08.190 INFO O| Feb 12 06:57:08.190 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
89062026-02-12T06:57:09.037Z[ recovery-image] Feb 12 06:57:08.262 INFO O| Feb 12 06:57:08.262 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_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"}
89072026-02-12T06:57:09.128Z[ recovery-image] Feb 12 06:57:08.353 INFO O| Feb 12 06:57:08.353 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
89082026-02-12T06:57:09.128Z[ recovery-image] Feb 12 06:57:08.353 INFO O| Feb 12 06:57:08.353 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 ...
89092026-02-12T06:57:09.131Z[ recovery-image] Feb 12 06:57:08.356 INFO O| Feb 12 06:57:08.356 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
89102026-02-12T06:57:09.131Z[ recovery-image] Feb 12 06:57:08.356 INFO O| Feb 12 06:57:08.356 INFO ok!
89112026-02-12T06:57:09.131Z[ recovery-image] Feb 12 06:57:08.356 INFO O| Feb 12 06:57:08.356 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
89122026-02-12T06:57:09.131Z[ recovery-image] Feb 12 06:57:08.356 INFO O| Feb 12 06:57:08.356 INFO STEP 100 (seed_smf) COMPLETE
89132026-02-12T06:57:09.131Z[ recovery-image] Feb 12 06:57:08.356 INFO O| Feb 12 06:57:08.356 INFO steps complete; finalising image!
89142026-02-12T06:57:09.131Z[ recovery-image] Feb 12 06:57:08.356 INFO O| Feb 12 06:57:08.356 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
89152026-02-12T06:57:09.171Z[ recovery-image] Feb 12 06:57:08.397 INFO O| Feb 12 06:57:08.397 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Thu Feb 12 06:57:08 2026)
89162026-02-12T06:57:09.377Z[ recovery-image] Feb 12 06:57:08.602 INFO O| Feb 12 06:57:08.602 INFO trim TEMPORARY-sled-zfs-recovery: (67% trimmed, started at Thu Feb 12 06:57:08 2026)
89172026-02-12T06:57:09.584Z[ recovery-image] Feb 12 06:57:08.809 INFO O| Feb 12 06:57:08.809 INFO trim TEMPORARY-sled-zfs-recovery: (67% trimmed, started at Thu Feb 12 06:57:08 2026)
89182026-02-12T06:57:09.806Z[ recovery-image] Feb 12 06:57:09.032 INFO O| Feb 12 06:57:09.032 INFO temporary pool has 420M used, 1.34G avail, 1.00x compressratio
89192026-02-12T06:57:09.806Z[ recovery-image] Feb 12 06:57:09.032 INFO O| Feb 12 06:57:09.032 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
89202026-02-12T06:57:10.037Z[ recovery-image] Feb 12 06:57:09.262 INFO O| Feb 12 06:57:09.262 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
89212026-02-12T06:57:10.037Z[ recovery-image] Feb 12 06:57:09.262 INFO O| Feb 12 06:57:09.262 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
89222026-02-12T06:57:13.233Z[ recovery-image] Feb 12 06:57:12.459 INFO O| Feb 12 06:57:12.459 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
89232026-02-12T06:57:13.237Z[ recovery-image] Feb 12 06:57:12.459 INFO O| Feb 12 06:57:12.459 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
89242026-02-12T06:57:13.237Z[ recovery-image] Feb 12 06:57:12.459 INFO O| Feb 12 06:57:12.459 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
89252026-02-12T06:57:13.237Z[ recovery-image] Feb 12 06:57:12.459 INFO O| Feb 12 06:57:12.459 INFO completed processing sled/zfs-recovery
89262026-02-12T06:57:13.237Z[ recovery-image] Feb 12 06:57:12.459 INFO O| Feb 12 06:57:12.459 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
89272026-02-12T06:57:13.974Z[ recovery-image] Feb 12 06:57:13.200 INFO O| Feb 12 06:57:13.199 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
89282026-02-12T06:57:14.084Z[ recovery-image] Feb 12 06:57:13.309 INFO BUILD STRING "heads/stlouis-0-gd522c047db\n"
89292026-02-12T06:57:14.087Z[ recovery-image] Feb 12 06:57:13.311 INFO expanded image name: "recovery 1c3e4ba/${os_short_commit} 2026-02-12 05:56" -> "recovery 1c3e4ba/d522c04 2026-02-12 05:56"
89302026-02-12T06:57:14.089Z[ recovery-image] Feb 12 06:57:13.313 INFO output artefacts stored in: "/work/os-recovery"
89312026-02-12T06:57:14.090Z[ recovery-image] Feb 12 06:57:13.315 INFO collecting git info from project "phbl"...
89322026-02-12T06:57:14.160Z[ recovery-image] Feb 12 06:57:13.385 INFO collecting git info from project "chelsio-t6-roms"...
89332026-02-12T06:57:14.226Z[ recovery-image] Feb 12 06:57:13.451 INFO collecting git info from project "image-builder"...
89342026-02-12T06:57:14.248Z[ recovery-image] Feb 12 06:57:13.473 INFO collecting git info from project "bootserver"...
89352026-02-12T06:57:14.267Z[ recovery-image] Feb 12 06:57:13.492 INFO collecting git info from project "amd-host-image-builder"...
89362026-02-12T06:57:14.428Z[ recovery-image] Feb 12 06:57:13.653 INFO collecting git info from project "pinprick"...
89372026-02-12T06:57:14.445Z[ recovery-image] Feb 12 06:57:13.670 INFO collecting git info from project "dmar-report"...
89382026-02-12T06:57:14.485Z[ recovery-image] Feb 12 06:57:13.711 INFO collecting git info from project "pilot"...
89392026-02-12T06:57:14.582Z[ recovery-image] Feb 12 06:57:13.807 INFO collecting git info from project "amd-firmware"...
89402026-02-12T06:57:14.992Z[ host-image] Feb 12 06:57:14.217 INFO O| Feb 12 06:57:14.217 INFO O| Planning: Solver setup ... Done
89412026-02-12T06:57:15.000Z[ host-image] Feb 12 06:57:14.225 INFO O| Feb 12 06:57:14.225 INFO O| Planning: Running solver ... Done
89422026-02-12T06:57:15.128Z[ host-image] Feb 12 06:57:14.353 INFO O| Feb 12 06:57:14.353 INFO O| Planning: Finding local manifests ... Done
89432026-02-12T06:57:15.201Z[ host-image] Feb 12 06:57:14.427 INFO O| Feb 12 06:57:14.427 INFO O| Planning: Fetching manifests: 0/6 0% complete
89442026-02-12T06:57:15.243Z[ host-image] Feb 12 06:57:14.468 INFO O| Feb 12 06:57:14.468 INFO O| Planning: Fetching manifests: 6/6 100% complete
89452026-02-12T06:57:15.267Z[ host-image] Feb 12 06:57:14.492 INFO O| Feb 12 06:57:14.492 INFO O| Planning: Package planning ... Done
89462026-02-12T06:57:15.271Z[ host-image] Feb 12 06:57:14.497 INFO O| Feb 12 06:57:14.497 INFO O| Planning: Merging actions ... Done
89472026-02-12T06:57:15.344Z[ host-image] Feb 12 06:57:14.569 INFO O| Feb 12 06:57:14.569 INFO O| Planning: Checking for conflicting actions ... Done
89482026-02-12T06:57:15.347Z[ host-image] Feb 12 06:57:14.571 INFO O| Feb 12 06:57:14.571 INFO O| Planning: Consolidating action changes ... Done
89492026-02-12T06:57:15.527Z[ host-image] Feb 12 06:57:14.753 INFO O| Feb 12 06:57:14.752 INFO O| Planning: Evaluating mediators ... Done
89502026-02-12T06:57:15.531Z[ host-image] Feb 12 06:57:14.754 INFO O| Feb 12 06:57:14.754 INFO O| Planning: Planning completed in 7.40 seconds
89512026-02-12T06:57:15.531Z[ host-image] Feb 12 06:57:14.755 INFO O| Feb 12 06:57:14.755 INFO O| Packages to install: 6
89522026-02-12T06:57:15.531Z[ host-image] Feb 12 06:57:14.755 INFO O| Feb 12 06:57:14.755 INFO O| Services to change: 2
89532026-02-12T06:57:15.550Z[ host-image] Feb 12 06:57:14.775 INFO O| Feb 12 06:57:14.775 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
89542026-02-12T06:57:16.245Z[ recovery-image] Feb 12 06:57:15.470 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
89552026-02-12T06:57:16.629Z[ recovery-image] Feb 12 06:57:15.854 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
89562026-02-12T06:57:16.998Z[ recovery-image] Feb 12 06:57:16.222 INFO creating Oxide boot image...
89572026-02-12T06:57:17.001Z[ recovery-image] Feb 12 06:57:16.223 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 1c3e4ba/d522c04 2026-02-12 05:56", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
89582026-02-12T06:57:17.361Z[ host-image] Feb 12 06:57:16.586 INFO O| Feb 12 06:57:16.586 INFO O| Download: Completed 1.75 MB in 1.81 seconds (986k/s)
89592026-02-12T06:57:17.396Z[ host-image] Feb 12 06:57:16.621 INFO O| Feb 12 06:57:16.621 INFO O| Actions: 1/390 actions (Installing new actions)
89602026-02-12T06:57:17.596Z[ host-image] Feb 12 06:57:16.821 INFO O| Feb 12 06:57:16.821 INFO O| Actions: Completed 390 actions in 0.20 seconds.
89612026-02-12T06:57:18.538Z[ host-image] Feb 12 06:57:17.763 INFO O| Feb 12 06:57:17.763 INFO O| Done
89622026-02-12T06:57:18.541Z[ host-image] Feb 12 06:57:17.763 INFO O| Feb 12 06:57:17.763 INFO O| Done
89632026-02-12T06:57:19.660Z[ host-image] Feb 12 06:57:18.885 INFO O| Feb 12 06:57:18.885 INFO O| Done
89642026-02-12T06:57:21.027Z[ host-image] Feb 12 06:57:20.252 INFO O| Feb 12 06:57:20.252 INFO O| Done
89652026-02-12T06:57:21.052Z[ host-image] Feb 12 06:57:20.277 INFO O| Feb 12 06:57:20.277 INFO O| Done
89662026-02-12T06:57:21.052Z[ host-image] Feb 12 06:57:20.277 INFO O| Feb 12 06:57:20.277 INFO O| Done
89672026-02-12T06:57:21.073Z[ host-image] Feb 12 06:57:20.297 INFO O| Feb 12 06:57:20.297 INFO O| Done
89682026-02-12T06:57:22.329Z[ host-image] Feb 12 06:57:21.553 INFO O| Feb 12 06:57:21.553 INFO STEP 12 (pkg_install) COMPLETE
89692026-02-12T06:57:22.329Z[ host-image] Feb 12 06:57:21.553 INFO O| Feb 12 06:57:21.553 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
89702026-02-12T06:57:22.338Z[ host-image] Feb 12 06:57:21.563 INFO O| Feb 12 06:57:21.563 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
89712026-02-12T06:58:08.287Z[ host-image] Feb 12 06:58:07.507 INFO O| Feb 12 06:58:07.507 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
89722026-02-12T06:58:28.594Z[ host-image] Feb 12 06:58:27.812 INFO O| Feb 12 06:58:27.812 INFO O| Startup: Caching catalogs ... Done
89732026-02-12T06:58:33.778Z[ host-image] Feb 12 06:58:32.996 INFO O| Feb 12 06:58:32.995 INFO O| Planning: Solver setup ... Done
89742026-02-12T06:58:33.786Z[ host-image] Feb 12 06:58:33.004 INFO O| Feb 12 06:58:33.004 INFO O| Planning: Running solver ... Done
89752026-02-12T06:58:33.899Z[ host-image] Feb 12 06:58:33.117 INFO O| Feb 12 06:58:33.117 INFO O| Planning: Finding local manifests ... Done
89762026-02-12T06:58:33.914Z[ host-image] Feb 12 06:58:33.132 INFO O| Feb 12 06:58:33.132 INFO O| Planning: Fetching manifests: 0/6 0% complete
89772026-02-12T06:58:33.988Z[ host-image] Feb 12 06:58:33.206 INFO O| Feb 12 06:58:33.206 INFO O| Planning: Fetching manifests: 6/6 100% complete
89782026-02-12T06:58:34.038Z[ host-image] Feb 12 06:58:33.254 INFO O| Feb 12 06:58:33.254 INFO O| Planning: Package planning ... Done
89792026-02-12T06:58:34.072Z[ host-image] Feb 12 06:58:33.289 INFO O| Feb 12 06:58:33.289 INFO O| Planning: Merging actions ... Done
89802026-02-12T06:58:34.182Z[ host-image] Feb 12 06:58:33.400 INFO O| Feb 12 06:58:33.400 INFO O| Planning: Checking for conflicting actions ... Done
89812026-02-12T06:58:34.187Z[ host-image] Feb 12 06:58:33.406 INFO O| Feb 12 06:58:33.406 INFO O| Planning: Consolidating action changes ... Done
89822026-02-12T06:58:34.402Z[ host-image] Feb 12 06:58:33.620 INFO O| Feb 12 06:58:33.620 INFO O| Planning: Evaluating mediators ... Done
89832026-02-12T06:58:34.407Z[ host-image] Feb 12 06:58:33.625 INFO O| Feb 12 06:58:33.625 INFO O| Planning: Planning completed in 5.71 seconds
89842026-02-12T06:58:34.410Z[ host-image] Feb 12 06:58:33.626 INFO O| Feb 12 06:58:33.626 INFO O| Packages to install: 6
89852026-02-12T06:58:34.410Z[ host-image] Feb 12 06:58:33.626 INFO O| Feb 12 06:58:33.626 INFO O| Mediators to change: 1
89862026-02-12T06:58:34.410Z[ host-image] Feb 12 06:58:33.626 INFO O| Feb 12 06:58:33.626 INFO O| Services to change: 1
89872026-02-12T06:58:34.438Z[ host-image] Feb 12 06:58:33.656 INFO O| Feb 12 06:58:33.656 INFO O| Download: 0/1140 items 0.0/7.7MB 0% complete
89882026-02-12T06:58:34.504Z[ recovery-image] Feb 12 06:58:33.722 INFO O| ok, image written!
89892026-02-12T06:58:34.504Z[ recovery-image] Feb 12 06:58:33.722 INFO O| ok, boot_image_csum file written!
89902026-02-12T06:58:34.515Z[ recovery-image] Feb 12 06:58:33.734 INFO creating boot archive (CPIO)...
89912026-02-12T06:58:34.516Z[ recovery-image] Feb 12 06:58:33.734 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
89922026-02-12T06:58:34.536Z[ recovery-image] Feb 12 06:58:33.754 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
89932026-02-12T06:58:34.536Z[ recovery-image] Feb 12 06:58:33.754 INFO E| + outfile=/work/os-recovery/cpio
89942026-02-12T06:58:34.539Z[ recovery-image] Feb 12 06:58:33.754 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
89952026-02-12T06:58:34.539Z[ recovery-image] Feb 12 06:58:33.757 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
89962026-02-12T06:58:34.539Z[ recovery-image] Feb 12 06:58:33.757 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
89972026-02-12T06:58:34.576Z[ recovery-image] Feb 12 06:58:33.794 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
89982026-02-12T06:58:34.576Z[ recovery-image] Feb 12 06:58:33.794 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
89992026-02-12T06:58:34.585Z[ recovery-image] Feb 12 06:58:33.803 INFO creating compressed cpio/unix for dev loaders...
90002026-02-12T06:58:34.585Z[ recovery-image] Feb 12 06:58:33.803 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
90012026-02-12T06:58:34.904Z[ recovery-image] Feb 12 06:58:34.122 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
90022026-02-12T06:58:35.083Z[verify-libraries] Finished `release` profile [optimized] target(s) in 29m 43s
90032026-02-12T06:58:37.410Z[ host-image] Feb 12 06:58:36.628 INFO O| Feb 12 06:58:36.628 INFO O| Download: Completed 7.71 MB in 2.97 seconds (2.6M/s)
90042026-02-12T06:58:37.480Z[ host-image] Feb 12 06:58:36.697 INFO O| Feb 12 06:58:36.697 INFO O| Actions: 1/1361 actions (Installing new actions)
90052026-02-12T06:58:37.884Z[ host-image] Feb 12 06:58:37.101 INFO O| Feb 12 06:58:37.101 INFO O| Actions: Completed 1361 actions in 0.40 seconds.
90062026-02-12T06:58:38.783ZFeb 12 06:58:38.001 INFO [verify-libraries] process exited with exit status: 0 (1793.268892388s)
90072026-02-12T06:58:38.813Z[ host-image] Feb 12 06:58:38.030 INFO O| Feb 12 06:58:38.030 INFO O| Done
90082026-02-12T06:58:38.813Z[ host-image] Feb 12 06:58:38.030 INFO O| Feb 12 06:58:38.030 INFO O| Done
90092026-02-12T06:58:39.425Z[ recovery-image] Feb 12 06:58:38.642 INFO creating reset image...
90102026-02-12T06:58:39.425Z[ recovery-image] Feb 12 06:58:38.642 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
90112026-02-12T06:58:40.164Z[ host-image] Feb 12 06:58:39.381 INFO O| Feb 12 06:58:39.381 INFO O| Done
90122026-02-12T06:58:41.505Z[ host-image] Feb 12 06:58:40.722 INFO O| Feb 12 06:58:40.722 INFO O| Done
90132026-02-12T06:58:41.529Z[ host-image] Feb 12 06:58:40.747 INFO O| Feb 12 06:58:40.747 INFO O| Done
90142026-02-12T06:58:41.532Z[ host-image] Feb 12 06:58:40.747 INFO O| Feb 12 06:58:40.747 INFO O| Done
90152026-02-12T06:58:41.573Z[ host-image] Feb 12 06:58:40.790 INFO O| Feb 12 06:58:40.790 INFO O| Done
90162026-02-12T06:58:42.803Z[ host-image] Feb 12 06:58:42.020 INFO O| Feb 12 06:58:42.020 INFO STEP 13 (pkg_install) COMPLETE
90172026-02-12T06:58:42.803Z[ host-image] Feb 12 06:58:42.020 INFO O| Feb 12 06:58:42.020 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
90182026-02-12T06:58:42.810Z[ host-image] Feb 12 06:58:42.028 INFO O| Feb 12 06:58:42.028 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
90192026-02-12T06:59:05.465Z[ host-image] Feb 12 06:59:04.680 INFO O| Feb 12 06:59:04.680 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
90202026-02-12T06:59:17.486Z[ recovery-image] Feb 12 06:59:16.700 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')"
90212026-02-12T06:59:17.486Z[ recovery-image] Feb 12 06:59:16.700 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")
90222026-02-12T06:59:17.706Z[ recovery-image] Feb 12 06:59:16.920 INFO E| Updating crates.io index
90232026-02-12T06:59:18.093Z[ recovery-image] Feb 12 06:59:17.307 INFO E| Downloading crates ...
90242026-02-12T06:59:18.159Z[ recovery-image] Feb 12 06:59:17.373 INFO E| Downloaded os_pipe v1.2.3
90252026-02-12T06:59:18.162Z[ recovery-image] Feb 12 06:59:17.375 INFO E| Downloaded anstyle-query v1.1.5
90262026-02-12T06:59:18.165Z[ recovery-image] Feb 12 06:59:17.377 INFO E| Downloaded signal-hook-registry v1.4.8
90272026-02-12T06:59:18.165Z[ recovery-image] Feb 12 06:59:17.380 INFO E| Downloaded quote v1.0.44
90282026-02-12T06:59:18.168Z[ recovery-image] Feb 12 06:59:17.382 INFO E| Downloaded clap_lex v0.7.7
90292026-02-12T06:59:18.172Z[ recovery-image] Feb 12 06:59:17.386 INFO E| Downloaded sigchld v0.2.4
90302026-02-12T06:59:18.175Z[ recovery-image] Feb 12 06:59:17.389 INFO E| Downloaded shared_thread v0.2.0
90312026-02-12T06:59:18.178Z[ recovery-image] Feb 12 06:59:17.390 INFO E| Downloaded shared_child v1.1.1
90322026-02-12T06:59:18.180Z[ recovery-image] Feb 12 06:59:17.393 INFO E| Downloaded clap_derive v4.5.55
90332026-02-12T06:59:18.183Z[ recovery-image] Feb 12 06:59:17.398 INFO E| Downloaded proc-macro2 v1.0.106
90342026-02-12T06:59:18.186Z[ recovery-image] Feb 12 06:59:17.400 INFO E| Downloaded unicode-ident v1.0.23
90352026-02-12T06:59:18.189Z[ recovery-image] Feb 12 06:59:17.403 INFO E| Downloaded clap v4.5.57
90362026-02-12T06:59:18.197Z[ recovery-image] Feb 12 06:59:17.412 INFO E| Downloaded duct v1.1.1
90372026-02-12T06:59:18.200Z[ recovery-image] Feb 12 06:59:17.414 INFO E| Downloaded clap_builder v4.5.57
90382026-02-12T06:59:18.246Z[ recovery-image] Feb 12 06:59:17.460 INFO E| Compiling libc v0.2.180
90392026-02-12T06:59:18.246Z[ recovery-image] Feb 12 06:59:17.460 INFO E| Compiling proc-macro2 v1.0.106
90402026-02-12T06:59:18.249Z[ recovery-image] Feb 12 06:59:17.460 INFO E| Compiling unicode-ident v1.0.23
90412026-02-12T06:59:18.249Z[ recovery-image] Feb 12 06:59:17.460 INFO E| Compiling signal-hook v0.3.18
90422026-02-12T06:59:18.249Z[ recovery-image] Feb 12 06:59:17.460 INFO E| Compiling quote v1.0.44
90432026-02-12T06:59:18.249Z[ recovery-image] Feb 12 06:59:17.460 INFO E| Compiling utf8parse v0.2.2
90442026-02-12T06:59:18.249Z[ recovery-image] Feb 12 06:59:17.460 INFO E| Compiling colorchoice v1.0.4
90452026-02-12T06:59:18.249Z[ recovery-image] Feb 12 06:59:17.460 INFO E| Compiling anstyle-query v1.1.5
90462026-02-12T06:59:18.432Z[ recovery-image] Feb 12 06:59:17.646 INFO E| Compiling is_terminal_polyfill v1.70.2
90472026-02-12T06:59:18.464Z[ recovery-image] Feb 12 06:59:17.678 INFO E| Compiling anstyle v1.0.13
90482026-02-12T06:59:18.484Z[ recovery-image] Feb 12 06:59:17.698 INFO E| Compiling anstyle-parse v0.2.7
90492026-02-12T06:59:18.491Z[ recovery-image] Feb 12 06:59:17.705 INFO E| Compiling strsim v0.11.1
90502026-02-12T06:59:18.613Z[ recovery-image] Feb 12 06:59:17.827 INFO E| Compiling heck v0.5.0
90512026-02-12T06:59:18.716Z[ recovery-image] Feb 12 06:59:17.930 INFO E| Compiling clap_lex v0.7.7
90522026-02-12T06:59:18.835Z[ recovery-image] Feb 12 06:59:18.049 INFO E| Compiling anstream v0.6.21
90532026-02-12T06:59:18.874Z[ recovery-image] Feb 12 06:59:18.088 INFO E| Compiling shared_thread v0.2.0
90542026-02-12T06:59:19.178Z[ host-image] Feb 12 06:59:18.335 INFO O| Feb 12 06:59:18.334 INFO O| Startup: Caching catalogs ... Done
90552026-02-12T06:59:19.254Z[ recovery-image] Feb 12 06:59:18.455 INFO E| Compiling clap_builder v4.5.57
90562026-02-12T06:59:19.533Z[ recovery-image] Feb 12 06:59:18.747 INFO E| Compiling errno v0.3.14
90572026-02-12T06:59:19.533Z[ recovery-image] Feb 12 06:59:18.747 INFO E| Compiling os_pipe v1.2.3
90582026-02-12T06:59:19.687Z[ recovery-image] Feb 12 06:59:18.901 INFO E| Compiling signal-hook-registry v1.4.8
90592026-02-12T06:59:20.006Z[ recovery-image] Feb 12 06:59:19.220 INFO E| Compiling syn v2.0.114
90602026-02-12T06:59:20.121Z[ recovery-image] Feb 12 06:59:19.335 INFO E| Compiling sigchld v0.2.4
90612026-02-12T06:59:20.238Z[ recovery-image] Feb 12 06:59:19.452 INFO E| Compiling shared_child v1.1.1
90622026-02-12T06:59:20.376Z[ recovery-image] Feb 12 06:59:19.590 INFO E| Compiling duct v1.1.1
90632026-02-12T06:59:23.995Z[ recovery-image] Feb 12 06:59:23.209 INFO E| Compiling clap_derive v4.5.55
90642026-02-12T06:59:24.832Z[ host-image] Feb 12 06:59:24.046 INFO O| Feb 12 06:59:24.045 INFO O| Planning: Solver setup ... Done
90652026-02-12T06:59:24.840Z[ host-image] Feb 12 06:59:24.054 INFO O| Feb 12 06:59:24.054 INFO O| Planning: Running solver ... Done
90662026-02-12T06:59:24.958Z[ host-image] Feb 12 06:59:24.172 INFO O| Feb 12 06:59:24.172 INFO O| Planning: Finding local manifests ... Done
90672026-02-12T06:59:24.986Z[ host-image] Feb 12 06:59:24.199 INFO O| Feb 12 06:59:24.199 INFO O| Planning: Fetching manifests: 0/1 0% complete
90682026-02-12T06:59:24.991Z[ host-image] Feb 12 06:59:24.205 INFO O| Feb 12 06:59:24.204 INFO O| Planning: Fetching manifests: 1/1 100% complete
90692026-02-12T06:59:25.010Z[ host-image] Feb 12 06:59:24.223 INFO O| Feb 12 06:59:24.223 INFO O| Planning: Package planning ... Done
90702026-02-12T06:59:25.013Z[ host-image] Feb 12 06:59:24.223 INFO O| Feb 12 06:59:24.223 INFO O| Planning: Merging actions ... Done
90712026-02-12T06:59:25.063Z[ host-image] Feb 12 06:59:24.276 INFO O| Feb 12 06:59:24.276 INFO O| Planning: Checking for conflicting actions ... Done
90722026-02-12T06:59:25.066Z[ host-image] Feb 12 06:59:24.277 INFO O| Feb 12 06:59:24.277 INFO O| Planning: Consolidating action changes ... Done
90732026-02-12T06:59:25.305Z[ host-image] Feb 12 06:59:24.518 INFO O| Feb 12 06:59:24.518 INFO O| Planning: Evaluating mediators ... Done
90742026-02-12T06:59:25.308Z[ host-image] Feb 12 06:59:24.519 INFO O| Feb 12 06:59:24.519 INFO O| Planning: Planning completed in 6.08 seconds
90752026-02-12T06:59:25.308Z[ host-image] Feb 12 06:59:24.519 INFO O| Feb 12 06:59:24.519 INFO O| Packages to install: 1
90762026-02-12T06:59:25.326Z[ host-image] Feb 12 06:59:24.539 INFO O| Feb 12 06:59:24.539 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
90772026-02-12T06:59:25.434Z[ host-image] Feb 12 06:59:24.647 INFO O| Feb 12 06:59:24.647 INFO O| Download: Completed 12.26 MB in 0.11 seconds (113M/s)
90782026-02-12T06:59:25.466Z[ host-image] Feb 12 06:59:24.679 INFO O| Feb 12 06:59:24.679 INFO O| Actions: 1/22 actions (Installing new actions)
90792026-02-12T06:59:25.756Z[ host-image] Feb 12 06:59:24.970 INFO O| Feb 12 06:59:24.970 INFO O| Actions: Completed 22 actions in 0.29 seconds.
90802026-02-12T06:59:25.831Z[ recovery-image] Feb 12 06:59:25.044 INFO E| Compiling clap v4.5.57
90812026-02-12T06:59:25.896Z[ recovery-image] Feb 12 06:59:25.110 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
90822026-02-12T06:59:26.697Z[ host-image] Feb 12 06:59:25.910 INFO O| Feb 12 06:59:25.910 INFO O| Done
90832026-02-12T06:59:26.697Z[ host-image] Feb 12 06:59:25.910 INFO O| Feb 12 06:59:25.910 INFO O| Done
90842026-02-12T06:59:26.954Z[ recovery-image] Feb 12 06:59:26.167 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.40s
90852026-02-12T06:59:26.966Z[ recovery-image] Feb 12 06:59:26.179 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
90862026-02-12T06:59:27.204Z[ recovery-image] Feb 12 06:59:26.418 INFO E| Downloading crates ...
90872026-02-12T06:59:27.277Z[ recovery-image] Feb 12 06:59:26.491 INFO E| Downloaded bitstruct_derive v0.1.0
90882026-02-12T06:59:27.290Z[ recovery-image] Feb 12 06:59:26.503 INFO E| Downloaded cpio_reader v0.1.2
90892026-02-12T06:59:27.295Z[ recovery-image] Feb 12 06:59:26.509 INFO E| Downloaded bit_field v0.10.3
90902026-02-12T06:59:27.298Z[ recovery-image] Feb 12 06:59:26.512 INFO E| Downloaded bitstruct v0.1.1
90912026-02-12T06:59:27.302Z[ recovery-image] Feb 12 06:59:26.516 INFO E| Downloaded miniz_oxide v0.9.0
90922026-02-12T06:59:27.307Z[ recovery-image] Feb 12 06:59:26.520 INFO E| Downloaded raw-cpuid v10.7.0
90932026-02-12T06:59:27.324Z[ recovery-image] Feb 12 06:59:26.538 INFO E| Downloaded goblin v0.10.4
90942026-02-12T06:59:27.453Z[ recovery-image] Feb 12 06:59:26.667 INFO E| Downloaded x86 v0.52.0
90952026-02-12T06:59:27.498Z[ recovery-image] Feb 12 06:59:26.712 INFO E| Updating crates.io index
90962026-02-12T06:59:27.669Z[ recovery-image] Feb 12 06:59:26.883 INFO E| Downloading crates ...
90972026-02-12T06:59:27.714Z[ recovery-image] Feb 12 06:59:26.927 INFO E| Downloaded rustc-demangle v0.1.27
90982026-02-12T06:59:27.717Z[ recovery-image] Feb 12 06:59:26.930 INFO E| Downloaded rustc-literal-escaper v0.0.7
90992026-02-12T06:59:27.765Z[ recovery-image] Feb 12 06:59:26.978 INFO E| Downloaded libc v0.2.178
91002026-02-12T06:59:27.813Z[ host-image] Feb 12 06:59:27.027 INFO O| Feb 12 06:59:27.027 INFO O| Done
91012026-02-12T06:59:27.841Z[ recovery-image] Feb 12 06:59:27.055 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)
91022026-02-12T06:59:27.841Z[ recovery-image] Feb 12 06:59:27.055 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)
91032026-02-12T06:59:27.844Z[ recovery-image] Feb 12 06:59:27.055 INFO E| Compiling proc-macro2 v1.0.106
91042026-02-12T06:59:27.844Z[ recovery-image] Feb 12 06:59:27.055 INFO E| Compiling quote v1.0.44
91052026-02-12T06:59:27.844Z[ recovery-image] Feb 12 06:59:27.055 INFO E| Compiling unicode-ident v1.0.23
91062026-02-12T06:59:27.844Z[ recovery-image] Feb 12 06:59:27.055 INFO E| Compiling syn v1.0.109
91072026-02-12T06:59:27.844Z[ recovery-image] Feb 12 06:59:27.055 INFO E| Compiling x86 v0.52.0
91082026-02-12T06:59:27.844Z[ recovery-image] Feb 12 06:59:27.055 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
91092026-02-12T06:59:28.091Z[ recovery-image] Feb 12 06:59:27.304 INFO E| Compiling seq-macro v0.3.6
91102026-02-12T06:59:29.320Z[ recovery-image] Feb 12 06:59:28.533 INFO E| Compiling syn v2.0.114
91112026-02-12T06:59:29.558Z[ host-image] Feb 12 06:59:28.771 INFO O| Feb 12 06:59:28.771 INFO O| Done
91122026-02-12T06:59:29.585Z[ host-image] Feb 12 06:59:28.798 INFO O| Feb 12 06:59:28.798 INFO O| Done
91132026-02-12T06:59:29.585Z[ host-image] Feb 12 06:59:28.798 INFO O| Feb 12 06:59:28.798 INFO O| Done
91142026-02-12T06:59:29.600Z[ host-image] Feb 12 06:59:28.813 INFO O| Feb 12 06:59:28.813 INFO O| Done
91152026-02-12T06:59:31.020Z[ host-image] Feb 12 06:59:30.233 INFO O| Feb 12 06:59:30.233 INFO STEP 14 (pkg_install) COMPLETE
91162026-02-12T06:59:31.020Z[ host-image] Feb 12 06:59:30.233 INFO O| Feb 12 06:59:30.233 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
91172026-02-12T06:59:31.024Z[ host-image] Feb 12 06:59:30.233 INFO O| Feb 12 06:59:30.233 INFO skip step because feature "mbist" is not enabled
91182026-02-12T06:59:31.024Z[ host-image] Feb 12 06:59:30.233 INFO O| Feb 12 06:59:30.233 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
91192026-02-12T06:59:31.024Z[ host-image] Feb 12 06:59:30.233 INFO O| Feb 12 06:59:30.233 INFO skip step because feature "mfg" is not enabled
91202026-02-12T06:59:31.024Z[ host-image] Feb 12 06:59:30.233 INFO O| Feb 12 06:59:30.233 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
91212026-02-12T06:59:31.024Z[ host-image] Feb 12 06:59:30.233 INFO O| Feb 12 06:59:30.233 INFO skip step because feature "compliance" is not enabled
91222026-02-12T06:59:31.024Z[ host-image] Feb 12 06:59:30.233 INFO O| Feb 12 06:59:30.233 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
91232026-02-12T06:59:31.024Z[ host-image] Feb 12 06:59:30.233 INFO O| Feb 12 06:59:30.233 INFO skip step because feature "stress" is not enabled
91242026-02-12T06:59:31.024Z[ host-image] Feb 12 06:59:30.233 INFO O| Feb 12 06:59:30.233 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
91252026-02-12T06:59:31.024Z[ host-image] Feb 12 06:59:30.233 INFO O| Feb 12 06:59:30.233 INFO skip step because feature "compliance" is not enabled
91262026-02-12T06:59:31.024Z[ host-image] Feb 12 06:59:30.233 INFO O| Feb 12 06:59:30.233 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
91272026-02-12T06:59:31.024Z[ host-image] Feb 12 06:59:30.233 INFO O| Feb 12 06:59:30.233 INFO skip step because feature "nfs" is not enabled
91282026-02-12T06:59:31.024Z[ host-image] Feb 12 06:59:30.233 INFO O| Feb 12 06:59:30.233 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
91292026-02-12T06:59:31.024Z[ host-image] Feb 12 06:59:30.233 INFO O| Feb 12 06:59:30.233 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
91302026-02-12T06:59:31.221Z[ host-image] Feb 12 06:59:30.434 INFO O| Feb 12 06:59:30.434 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
91312026-02-12T06:59:31.313Z[ host-image] Feb 12 06:59:30.526 INFO O| Feb 12 06:59:30.526 INFO completed processing sled/ramdisk-01-os
91322026-02-12T06:59:31.771Z[ recovery-image] Feb 12 06:59:30.984 INFO E| Compiling scroll_derive v0.13.1
91332026-02-12T06:59:31.787Z[ host-image] Feb 12 06:59:31.000 INFO omicron1 baseline generation...
91342026-02-12T06:59:31.787Z[ host-image] Feb 12 06:59:31.000 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
91352026-02-12T06:59:32.263Z[ host-image] Feb 12 06:59:31.476 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23760:20260210T214910Z
91362026-02-12T06:59:33.846Z[ recovery-image] Feb 12 06:59:33.059 INFO E| Compiling bitstruct_derive v0.1.0
91372026-02-12T06:59:49.345Z[ recovery-image] Feb 12 06:59:48.556 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)
91382026-02-12T06:59:53.155Z[ recovery-image] Feb 12 06:59:52.366 INFO E| Compiling bitflags v1.3.2
91392026-02-12T06:59:53.155Z[ recovery-image] Feb 12 06:59:52.366 INFO E| Compiling scroll v0.13.0
91402026-02-12T06:59:53.158Z[ recovery-image] Feb 12 06:59:52.366 INFO E| Compiling plain v0.2.3
91412026-02-12T06:59:53.159Z[ recovery-image] Feb 12 06:59:52.367 INFO E| Compiling bit_field v0.10.3
91422026-02-12T06:59:53.159Z[ recovery-image] Feb 12 06:59:52.367 INFO E| Compiling adler2 v2.0.1
91432026-02-12T06:59:53.159Z[ recovery-image] Feb 12 06:59:52.367 INFO E| Compiling log v0.4.29
91442026-02-12T06:59:53.159Z[ recovery-image] Feb 12 06:59:52.367 INFO E| Compiling bitflags v2.10.0
91452026-02-12T06:59:53.257Z[ recovery-image] Feb 12 06:59:52.468 INFO E| Compiling raw-cpuid v10.7.0
91462026-02-12T06:59:53.342Z[ recovery-image] Feb 12 06:59:52.553 INFO E| Compiling miniz_oxide v0.9.0
91472026-02-12T06:59:53.453Z[ recovery-image] Feb 12 06:59:52.664 INFO E| Compiling static_assertions v1.1.0
91482026-02-12T06:59:53.462Z[ recovery-image] Feb 12 06:59:52.673 INFO E| Compiling bitstruct v0.1.1
91492026-02-12T06:59:53.569Z[ recovery-image] Feb 12 06:59:52.780 INFO E| Compiling cpio_reader v0.1.2
91502026-02-12T06:59:53.662Z[ recovery-image] Feb 12 06:59:52.873 INFO E| Compiling goblin v0.10.4
91512026-02-12T06:59:58.854Z[ recovery-image] Feb 12 06:59:58.064 INFO E| Finished `release` profile [optimized] target(s) in 31.87s
91522026-02-12T06:59:58.872Z[ recovery-image] Feb 12 06:59:58.083 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
91532026-02-12T06:59:58.937Z[ recovery-image] Feb 12 06:59:58.147 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')"
91542026-02-12T06:59:58.937Z[ recovery-image] Feb 12 06:59:58.147 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
91552026-02-12T06:59:58.941Z[ recovery-image] Feb 12 06:59:58.147 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
91562026-02-12T06:59:58.941Z[ recovery-image] Feb 12 06:59:58.147 INFO building ROM for gimlet
91572026-02-12T06:59:58.941Z[ recovery-image] Feb 12 06:59:58.147 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")
91582026-02-12T06:59:59.335Z[ recovery-image] Feb 12 06:59:58.545 INFO E| Downloading crates ...
91592026-02-12T06:59:59.433Z[ recovery-image] Feb 12 06:59:58.644 INFO E| Downloaded anstyle v1.0.10
91602026-02-12T06:59:59.438Z[ recovery-image] Feb 12 06:59:58.649 INFO E| Downloaded anstyle-parse v0.2.6
91612026-02-12T06:59:59.441Z[ recovery-image] Feb 12 06:59:58.651 INFO E| Downloaded toml_write v0.1.1
91622026-02-12T06:59:59.446Z[ recovery-image] Feb 12 06:59:58.657 INFO E| Downloaded toml_datetime v0.6.9
91632026-02-12T06:59:59.449Z[ recovery-image] Feb 12 06:59:58.658 INFO E| Downloaded colorchoice v1.0.3
91642026-02-12T06:59:59.449Z[ recovery-image] Feb 12 06:59:58.659 INFO E| Downloaded anstyle-query v1.1.2
91652026-02-12T06:59:59.452Z[ recovery-image] Feb 12 06:59:58.660 INFO E| Downloaded os_pipe v1.2.1
91662026-02-12T06:59:59.455Z[ recovery-image] Feb 12 06:59:58.665 INFO E| Downloaded serde_spanned v0.6.8
91672026-02-12T06:59:59.457Z[ recovery-image] Feb 12 06:59:58.666 INFO E| Downloaded shared_child v1.0.1
91682026-02-12T06:59:59.462Z[ recovery-image] Feb 12 06:59:58.673 INFO E| Downloaded clap_derive v4.5.32
91692026-02-12T06:59:59.466Z[ recovery-image] Feb 12 06:59:58.677 INFO E| Downloaded duct v0.13.7
91702026-02-12T06:59:59.471Z[ recovery-image] Feb 12 06:59:58.682 INFO E| Downloaded clap v4.5.37
91712026-02-12T06:59:59.480Z[ recovery-image] Feb 12 06:59:58.691 INFO E| Downloaded winnow v0.7.7
91722026-02-12T06:59:59.488Z[ recovery-image] Feb 12 06:59:58.699 INFO E| Downloaded toml v0.8.22
91732026-02-12T06:59:59.516Z[ recovery-image] Feb 12 06:59:58.726 INFO E| Downloaded toml_edit v0.22.26
91742026-02-12T06:59:59.544Z[ recovery-image] Feb 12 06:59:58.755 INFO E| Downloaded cc v1.2.20
91752026-02-12T06:59:59.547Z[ recovery-image] Feb 12 06:59:58.758 INFO E| Downloaded clap_builder v4.5.37
91762026-02-12T06:59:59.618Z[ recovery-image] Feb 12 06:59:58.829 INFO E| Compiling libc v0.2.172
91772026-02-12T06:59:59.618Z[ recovery-image] Feb 12 06:59:58.829 INFO E| Compiling utf8parse v0.2.2
91782026-02-12T06:59:59.618Z[ recovery-image] Feb 12 06:59:58.829 INFO E| Compiling shlex v1.3.0
91792026-02-12T06:59:59.622Z[ recovery-image] Feb 12 06:59:58.829 INFO E| Compiling anstyle v1.0.10
91802026-02-12T06:59:59.622Z[ recovery-image] Feb 12 06:59:58.829 INFO E| Compiling anstyle-query v1.1.2
91812026-02-12T06:59:59.622Z[ recovery-image] Feb 12 06:59:58.829 INFO E| Compiling once_cell v1.21.3
91822026-02-12T06:59:59.645Z[ recovery-image] Feb 12 06:59:58.856 INFO E| Compiling is_terminal_polyfill v1.70.1
91832026-02-12T06:59:59.649Z[ recovery-image] Feb 12 06:59:58.859 INFO E| Compiling syn v2.0.101
91842026-02-12T06:59:59.813Z[ recovery-image] Feb 12 06:59:59.023 INFO E| Compiling anstyle-parse v0.2.6
91852026-02-12T06:59:59.827Z[ recovery-image] Feb 12 06:59:59.038 INFO E| Compiling hashbrown v0.15.2
91862026-02-12T06:59:59.838Z[ recovery-image] Feb 12 06:59:59.048 INFO E| Compiling colorchoice v1.0.3
91872026-02-12T06:59:59.975Z[ recovery-image] Feb 12 06:59:59.185 INFO E| Compiling equivalent v1.0.2
91882026-02-12T07:00:00.034Z[ recovery-image] Feb 12 06:59:59.244 INFO E| Compiling cc v1.2.20
91892026-02-12T07:00:00.096Z[ recovery-image] Feb 12 06:59:59.306 INFO E| Compiling anstream v0.6.18
91902026-02-12T07:00:00.119Z[ recovery-image] Feb 12 06:59:59.330 INFO E| Compiling winnow v0.7.7
91912026-02-12T07:00:00.120Z[ recovery-image] Feb 12 06:59:59.330 INFO E| Compiling toml_write v0.1.1
91922026-02-12T07:00:00.169Z[ recovery-image] Feb 12 06:59:59.380 INFO E| Compiling strsim v0.11.1
91932026-02-12T07:00:00.546Z[ recovery-image] Feb 12 06:59:59.756 INFO E| Compiling clap_lex v0.7.4
91942026-02-12T07:00:00.845Z[ recovery-image] Feb 12 07:00:00.054 INFO E| Compiling anyhow v1.0.98
91952026-02-12T07:00:01.121Z[ recovery-image] Feb 12 07:00:00.331 INFO E| Compiling indexmap v2.9.0
91962026-02-12T07:00:01.134Z[ recovery-image] Feb 12 07:00:00.345 INFO E| Compiling clap_builder v4.5.37
91972026-02-12T07:00:01.242Z[ recovery-image] Feb 12 07:00:00.452 INFO E| Compiling shared_child v1.0.1
91982026-02-12T07:00:01.398Z[ recovery-image] Feb 12 07:00:00.608 INFO E| Compiling os_pipe v1.2.1
91992026-02-12T07:00:01.755Z[ recovery-image] Feb 12 07:00:00.965 INFO E| Compiling duct v0.13.7
92002026-02-12T07:00:02.833Z[ recovery-image] Feb 12 07:00:02.043 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
92012026-02-12T07:00:04.572Z[ recovery-image] Feb 12 07:00:03.781 INFO E| Compiling serde_derive v1.0.219
92022026-02-12T07:00:04.572Z[ recovery-image] Feb 12 07:00:03.782 INFO E| Compiling clap_derive v4.5.32
92032026-02-12T07:00:06.975Z[ recovery-image] Feb 12 07:00:06.185 INFO E| Compiling clap v4.5.37
92042026-02-12T07:00:08.092Z[ recovery-image] Feb 12 07:00:07.302 INFO E| Compiling serde v1.0.219
92052026-02-12T07:00:11.155Z[ recovery-image] Feb 12 07:00:10.364 INFO E| Compiling serde_spanned v0.6.8
92062026-02-12T07:00:11.155Z[ recovery-image] Feb 12 07:00:10.364 INFO E| Compiling toml_datetime v0.6.9
92072026-02-12T07:00:11.392Z[ recovery-image] Feb 12 07:00:10.601 INFO E| Compiling toml_edit v0.22.26
92082026-02-12T07:00:13.441Z[ recovery-image] Feb 12 07:00:12.650 INFO E| Compiling toml v0.8.22
92092026-02-12T07:00:16.598Z[ recovery-image] Feb 12 07:00:15.807 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.57s
92102026-02-12T07:00:16.612Z[ recovery-image] Feb 12 07:00:15.821 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`
92112026-02-12T07:00:16.624Z[ recovery-image] Feb 12 07:00:15.833 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
92122026-02-12T07:00:16.902Z[ recovery-image] Feb 12 07:00:16.111 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.27s
92132026-02-12T07:00:16.907Z[ recovery-image] Feb 12 07:00:16.116 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`
92142026-02-12T07:00:17.219Z[ recovery-image] Feb 12 07:00:16.428 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
92152026-02-12T07:00:17.219Z[ recovery-image] Feb 12 07:00:16.428 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
92162026-02-12T07:00:17.219Z[ recovery-image] Feb 12 07:00:16.428 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
92172026-02-12T07:00:17.219Z[ recovery-image] Feb 12 07:00:16.428 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
92182026-02-12T07:00:17.222Z[ recovery-image] Feb 12 07:00:16.428 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
92192026-02-12T07:00:17.222Z[ recovery-image] Feb 12 07:00:16.428 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
92202026-02-12T07:00:17.223Z[ recovery-image] Feb 12 07:00:16.428 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
92212026-02-12T07:00:17.223Z[ recovery-image] Feb 12 07:00:16.428 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
92222026-02-12T07:00:17.223Z[ recovery-image] Feb 12 07:00:16.428 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
92232026-02-12T07:00:17.223Z[ recovery-image] Feb 12 07:00:16.428 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
92242026-02-12T07:00:17.223Z[ recovery-image] Feb 12 07:00:16.428 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
92252026-02-12T07:00:17.223Z[ recovery-image] Feb 12 07:00:16.428 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
92262026-02-12T07:00:17.223Z[ recovery-image] Feb 12 07:00:16.429 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
92272026-02-12T07:00:17.223Z[ recovery-image] Feb 12 07:00:16.429 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
92282026-02-12T07:00:17.223Z[ recovery-image] Feb 12 07:00:16.429 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
92292026-02-12T07:00:17.223Z[ recovery-image] Feb 12 07:00:16.429 INFO O| Info: ABL version: 0x100f5010
92302026-02-12T07:00:17.223Z[ recovery-image] Feb 12 07:00:16.429 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
92312026-02-12T07:00:17.223Z[ recovery-image] Feb 12 07:00:16.429 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
92322026-02-12T07:00:17.223Z[ recovery-image] Feb 12 07:00:16.429 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
92332026-02-12T07:00:17.223Z[ recovery-image] Feb 12 07:00:16.429 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
92342026-02-12T07:00:17.223Z[ recovery-image] Feb 12 07:00:16.429 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
92352026-02-12T07:00:17.223Z[ recovery-image] Feb 12 07:00:16.430 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
92362026-02-12T07:00:17.223Z[ recovery-image] Feb 12 07:00:16.430 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
92372026-02-12T07:00:17.223Z[ recovery-image] Feb 12 07:00:16.430 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
92382026-02-12T07:00:17.223Z[ recovery-image] Feb 12 07:00:16.430 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
92392026-02-12T07:00:17.223Z[ recovery-image] Feb 12 07:00:16.430 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
92402026-02-12T07:00:17.223Z[ recovery-image] Feb 12 07:00:16.430 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
92412026-02-12T07:00:17.223Z[ recovery-image] Feb 12 07:00:16.430 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
92422026-02-12T07:00:17.223Z[ recovery-image] Feb 12 07:00:16.430 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
92432026-02-12T07:00:17.223Z[ recovery-image] Feb 12 07:00:16.430 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
92442026-02-12T07:00:17.223Z[ recovery-image] Feb 12 07:00:16.430 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
92452026-02-12T07:00:17.223Z[ recovery-image] Feb 12 07:00:16.430 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
92462026-02-12T07:00:17.223Z[ recovery-image] Feb 12 07:00:16.430 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
92472026-02-12T07:00:17.223Z[ recovery-image] Feb 12 07:00:16.430 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
92482026-02-12T07:00:17.223Z[ recovery-image] Feb 12 07:00:16.430 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
92492026-02-12T07:00:17.256Z[ recovery-image] Feb 12 07:00:16.465 INFO building ROM for cosmo
92502026-02-12T07:00:17.256Z[ recovery-image] Feb 12 07:00:16.465 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")
92512026-02-12T07:00:17.389Z[ recovery-image] Feb 12 07:00:16.598 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
92522026-02-12T07:00:17.393Z[ recovery-image] Feb 12 07:00:16.601 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`
92532026-02-12T07:00:17.402Z[ recovery-image] Feb 12 07:00:16.612 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
92542026-02-12T07:00:17.487Z[ recovery-image] Feb 12 07:00:16.696 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
92552026-02-12T07:00:17.490Z[ recovery-image] Feb 12 07:00:16.700 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`
92562026-02-12T07:00:17.819Z[ recovery-image] Feb 12 07:00:17.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
92572026-02-12T07:00:17.819Z[ recovery-image] Feb 12 07:00:17.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
92582026-02-12T07:00:17.823Z[ recovery-image] Feb 12 07:00:17.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
92592026-02-12T07:00:17.823Z[ recovery-image] Feb 12 07:00:17.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
92602026-02-12T07:00:17.823Z[ recovery-image] Feb 12 07:00:17.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
92612026-02-12T07:00:17.823Z[ recovery-image] Feb 12 07:00:17.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
92622026-02-12T07:00:17.823Z[ recovery-image] Feb 12 07:00:17.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
92632026-02-12T07:00:17.823Z[ recovery-image] Feb 12 07:00:17.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
92642026-02-12T07:00:17.823Z[ recovery-image] Feb 12 07:00:17.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
92652026-02-12T07:00:17.823Z[ recovery-image] Feb 12 07:00:17.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
92662026-02-12T07:00:17.823Z[ recovery-image] Feb 12 07:00:17.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
92672026-02-12T07:00:17.823Z[ recovery-image] Feb 12 07:00:17.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
92682026-02-12T07:00:17.823Z[ recovery-image] Feb 12 07:00:17.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
92692026-02-12T07:00:17.823Z[ recovery-image] Feb 12 07:00:17.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
92702026-02-12T07:00:17.823Z[ recovery-image] Feb 12 07:00:17.028 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
92712026-02-12T07:00:17.823Z[ recovery-image] Feb 12 07:00:17.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
92722026-02-12T07:00:17.823Z[ recovery-image] Feb 12 07:00:17.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
92732026-02-12T07:00:17.823Z[ recovery-image] Feb 12 07:00:17.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
92742026-02-12T07:00:17.823Z[ recovery-image] Feb 12 07:00:17.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
92752026-02-12T07:00:17.823Z[ recovery-image] Feb 12 07:00:17.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
92762026-02-12T07:00:17.823Z[ recovery-image] Feb 12 07:00:17.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
92772026-02-12T07:00:17.823Z[ recovery-image] Feb 12 07:00:17.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
92782026-02-12T07:00:17.823Z[ recovery-image] Feb 12 07:00:17.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
92792026-02-12T07:00:17.823Z[ recovery-image] Feb 12 07:00:17.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
92802026-02-12T07:00:17.823Z[ recovery-image] Feb 12 07:00:17.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
92812026-02-12T07:00:17.823Z[ recovery-image] Feb 12 07:00:17.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
92822026-02-12T07:00:17.823Z[ recovery-image] Feb 12 07:00:17.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
92832026-02-12T07:00:17.823Z[ recovery-image] Feb 12 07:00:17.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
92842026-02-12T07:00:17.823Z[ recovery-image] Feb 12 07:00:17.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
92852026-02-12T07:00:17.823Z[ recovery-image] Feb 12 07:00:17.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
92862026-02-12T07:00:17.823Z[ recovery-image] Feb 12 07:00:17.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
92872026-02-12T07:00:17.823Z[ recovery-image] Feb 12 07:00:17.029 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
92882026-02-12T07:00:17.823Z[ recovery-image] Feb 12 07:00:17.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
92892026-02-12T07:00:17.823Z[ recovery-image] Feb 12 07:00:17.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
92902026-02-12T07:00:17.823Z[ recovery-image] Feb 12 07:00:17.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
92912026-02-12T07:00:17.823Z[ recovery-image] Feb 12 07:00:17.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
92922026-02-12T07:00:17.824Z[ recovery-image] Feb 12 07:00:17.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
92932026-02-12T07:00:17.824Z[ recovery-image] Feb 12 07:00:17.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
92942026-02-12T07:00:17.824Z[ recovery-image] Feb 12 07:00:17.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
92952026-02-12T07:00:17.824Z[ recovery-image] Feb 12 07:00:17.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
92962026-02-12T07:00:17.824Z[ recovery-image] Feb 12 07:00:17.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
92972026-02-12T07:00:17.824Z[ recovery-image] Feb 12 07:00:17.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
92982026-02-12T07:00:17.824Z[ recovery-image] Feb 12 07:00:17.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
92992026-02-12T07:00:17.824Z[ recovery-image] Feb 12 07:00:17.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
93002026-02-12T07:00:17.824Z[ recovery-image] Feb 12 07:00:17.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
93012026-02-12T07:00:17.824Z[ recovery-image] Feb 12 07:00:17.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
93022026-02-12T07:00:17.824Z[ recovery-image] Feb 12 07:00:17.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
93032026-02-12T07:00:17.824Z[ recovery-image] Feb 12 07:00:17.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
93042026-02-12T07:00:17.824Z[ recovery-image] Feb 12 07:00:17.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
93052026-02-12T07:00:17.824Z[ recovery-image] Feb 12 07:00:17.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
93062026-02-12T07:00:17.824Z[ recovery-image] Feb 12 07:00:17.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
93072026-02-12T07:00:17.824Z[ recovery-image] Feb 12 07:00:17.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
93082026-02-12T07:00:17.824Z[ recovery-image] Feb 12 07:00:17.030 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
93092026-02-12T07:00:17.824Z[ recovery-image] Feb 12 07:00:17.031 INFO O| Info: ABL version: 0x1007f011
93102026-02-12T07:00:17.824Z[ recovery-image] Feb 12 07:00:17.031 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
93112026-02-12T07:00:17.824Z[ recovery-image] Feb 12 07:00:17.031 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
93122026-02-12T07:00:17.824Z[ recovery-image] Feb 12 07:00:17.031 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
93132026-02-12T07:00:17.831Z[ recovery-image] Feb 12 07:00:17.032 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
93142026-02-12T07:00:17.831Z[ recovery-image] Feb 12 07:00:17.032 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
93152026-02-12T07:00:17.831Z[ recovery-image] Feb 12 07:00:17.032 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
93162026-02-12T07:00:17.831Z[ recovery-image] Feb 12 07:00:17.032 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
93172026-02-12T07:00:17.831Z[ recovery-image] Feb 12 07:00:17.032 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
93182026-02-12T07:00:17.831Z[ recovery-image] Feb 12 07:00:17.032 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
93192026-02-12T07:00:17.831Z[ recovery-image] Feb 12 07:00:17.032 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
93202026-02-12T07:00:17.831Z[ recovery-image] Feb 12 07:00:17.032 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
93212026-02-12T07:00:17.831Z[ recovery-image] Feb 12 07:00:17.032 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
93222026-02-12T07:00:17.831Z[ recovery-image] Feb 12 07:00:17.032 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
93232026-02-12T07:00:17.831Z[ recovery-image] Feb 12 07:00:17.032 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
93242026-02-12T07:00:17.831Z[ recovery-image] Feb 12 07:00:17.033 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
93252026-02-12T07:00:17.831Z[ recovery-image] Feb 12 07:00:17.033 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
93262026-02-12T07:00:17.831Z[ recovery-image] Feb 12 07:00:17.033 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
93272026-02-12T07:00:17.831Z[ recovery-image] Feb 12 07:00:17.033 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
93282026-02-12T07:00:17.831Z[ recovery-image] Feb 12 07:00:17.033 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
93292026-02-12T07:00:17.831Z[ recovery-image] Feb 12 07:00:17.033 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
93302026-02-12T07:00:17.831Z[ recovery-image] Feb 12 07:00:17.033 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
93312026-02-12T07:00:17.831Z[ recovery-image] Feb 12 07:00:17.033 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
93322026-02-12T07:00:17.863Z[ recovery-image] Feb 12 07:00:17.072 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
93332026-02-12T07:00:20.920Z[ recovery-image] Feb 12 07:00:20.127 INFO image complete! materials are in "/work/os-recovery"
93342026-02-12T07:00:21.794Z[ recovery-image]
93352026-02-12T07:00:21.798Z[ recovery-image] real 31:36.064676988
93362026-02-12T07:00:21.798Z[ recovery-image] user 24:32.243665074
93372026-02-12T07:00:21.798Z[ recovery-image] sys 1:32.587756253
93382026-02-12T07:00:21.798Z[ recovery-image] trap 1.542921766
93392026-02-12T07:00:21.798Z[ recovery-image] tflt 1.181054690
93402026-02-12T07:00:21.798Z[ recovery-image] dflt 5.377157041
93412026-02-12T07:00:21.798Z[ recovery-image] kflt 0.081574442
93422026-02-12T07:00:21.798Z[ recovery-image] lock 23:13.380281947
93432026-02-12T07:00:21.798Z[ recovery-image] slp 3:05:20.714225979
93442026-02-12T07:00:21.798Z[ recovery-image] lat 6:01.805063737
93452026-02-12T07:00:21.798Z[ recovery-image] stop 7.886732303
93462026-02-12T07:00:21.798ZFeb 12 07:00:21.004 INFO [recovery-image] process exited with exit status: 0 (1896.939832449s)
93472026-02-12T07:00:26.368Z[ host-image] Feb 12 07:00:25.576 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23760:20260210T214944Z
93482026-02-12T07:00:26.368Z[ host-image] Feb 12 07:00:25.576 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23760:20260210T214944Z
93492026-02-12T07:00:26.372Z[ host-image] Feb 12 07:00:25.576 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
93502026-02-12T07:00:26.372Z[ host-image] Feb 12 07:00:25.576 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
93512026-02-12T07:00:26.372Z[ host-image] Feb 12 07:00:25.576 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
93522026-02-12T07:00:26.372Z[ host-image] Feb 12 07:00:25.576 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
93532026-02-12T07:00:26.372Z[ host-image] Feb 12 07:00:25.577 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
93542026-02-12T07:00:26.372Z[ host-image] Feb 12 07:00:25.577 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
93552026-02-12T07:00:26.372Z[ host-image] Feb 12 07:00:25.578 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@18.0.0.0:20260212T055747Z
93562026-02-12T07:00:26.372Z[ host-image] Feb 12 07:00:25.578 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.25:20250809T001145Z
93572026-02-12T07:00:26.372Z[ host-image] Feb 12 07:00:25.578 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
93582026-02-12T07:00:26.372Z[ host-image] Feb 12 07:00:25.578 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23760:20260210T214944Z
93592026-02-12T07:00:26.372Z[ host-image] Feb 12 07:00:25.578 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23760:20260210T214945Z
93602026-02-12T07:00:26.372Z[ host-image] Feb 12 07:00:25.579 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23760:20260210T214945Z
93612026-02-12T07:00:26.372Z[ host-image] Feb 12 07:00:25.579 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23760:20260210T214945Z
93622026-02-12T07:00:26.372Z[ host-image] Feb 12 07:00:25.579 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
93632026-02-12T07:00:26.372Z[ host-image] Feb 12 07:00:25.579 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23760:20260210T214946Z
93642026-02-12T07:00:26.372Z[ host-image] Feb 12 07:00:25.579 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23760:20260210T214946Z
93652026-02-12T07:00:26.372Z[ host-image] Feb 12 07:00:25.579 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23760:20260210T214946Z
93662026-02-12T07:00:26.372Z[ host-image] Feb 12 07:00:25.579 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23760:20260210T214946Z
93672026-02-12T07:00:26.372Z[ host-image] Feb 12 07:00:25.580 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23760:20260210T214947Z
93682026-02-12T07:00:26.372Z[ host-image] Feb 12 07:00:25.580 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23760:20260210T214947Z
93692026-02-12T07:00:26.372Z[ host-image] Feb 12 07:00:25.580 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23760:20260210T214947Z
93702026-02-12T07:00:26.372Z[ host-image] Feb 12 07:00:25.580 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23760:20260210T214948Z
93712026-02-12T07:00:26.372Z[ host-image] Feb 12 07:00:25.580 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23760:20260210T214948Z
93722026-02-12T07:00:26.372Z[ host-image] Feb 12 07:00:25.580 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23760:20260210T214949Z
93732026-02-12T07:00:26.372Z[ host-image] Feb 12 07:00:25.580 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23760:20260210T214950Z
93742026-02-12T07:00:26.376Z[ host-image] Feb 12 07:00:25.580 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23760:20260210T214950Z
93752026-02-12T07:00:26.376Z[ host-image] Feb 12 07:00:25.580 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23760:20260210T214951Z
93762026-02-12T07:00:26.376Z[ host-image] Feb 12 07:00:25.580 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23760:20260210T214952Z
93772026-02-12T07:00:26.376Z[ host-image] Feb 12 07:00:25.580 INFO O| install = pkg://helios-dev/driver/network/opte@0.39.455:20260129T171925Z
93782026-02-12T07:00:26.376Z[ host-image] Feb 12 07:00:25.580 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23760:20260210T214953Z
93792026-02-12T07:00:26.376Z[ host-image] Feb 12 07:00:25.580 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23760:20260210T214955Z
93802026-02-12T07:00:26.376Z[ host-image] Feb 12 07:00:25.580 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23760:20260210T214956Z
93812026-02-12T07:00:26.376Z[ host-image] Feb 12 07:00:25.580 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23760:20260210T214957Z
93822026-02-12T07:00:26.376Z[ host-image] Feb 12 07:00:25.581 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23760:20260210T214958Z
93832026-02-12T07:00:26.376Z[ host-image] Feb 12 07:00:25.581 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23760:20260210T214958Z
93842026-02-12T07:00:26.380Z[ host-image] Feb 12 07:00:25.584 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
93852026-02-12T07:00:26.380Z[ host-image] Feb 12 07:00:25.584 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23760:20260210T214958Z
93862026-02-12T07:00:26.380Z[ host-image] Feb 12 07:00:25.584 INFO O| install = pkg://helios-dev/library/expat@2.7.2-2.0:20250922T152653Z
93872026-02-12T07:00:26.380Z[ host-image] Feb 12 07:00:25.584 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
93882026-02-12T07:00:26.380Z[ host-image] Feb 12 07:00:25.585 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
93892026-02-12T07:00:26.380Z[ host-image] Feb 12 07:00:25.585 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23760:20260210T214959Z
93902026-02-12T07:00:26.381Z[ host-image] Feb 12 07:00:25.585 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
93912026-02-12T07:00:26.381Z[ host-image] Feb 12 07:00:25.585 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
93922026-02-12T07:00:26.381Z[ host-image] Feb 12 07:00:25.585 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
93932026-02-12T07:00:26.381Z[ host-image] Feb 12 07:00:25.586 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
93942026-02-12T07:00:26.385Z[ host-image] Feb 12 07:00:25.590 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
93952026-02-12T07:00:26.385Z[ host-image] Feb 12 07:00:25.590 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
93962026-02-12T07:00:26.385Z[ host-image] Feb 12 07:00:25.590 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
93972026-02-12T07:00:26.385Z[ host-image] Feb 12 07:00:25.590 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
93982026-02-12T07:00:26.385Z[ host-image] Feb 12 07:00:25.591 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
93992026-02-12T07:00:26.385Z[ host-image] Feb 12 07:00:25.591 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
94002026-02-12T07:00:26.395Z[ host-image] Feb 12 07:00:25.603 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.19-2.0:20260128T223505Z
94012026-02-12T07:00:26.398Z[ host-image] Feb 12 07:00:25.603 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
94022026-02-12T07:00:26.398Z[ host-image] Feb 12 07:00:25.603 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
94032026-02-12T07:00:26.398Z[ host-image] Feb 12 07:00:25.604 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23760:20260210T215001Z
94042026-02-12T07:00:26.398Z[ host-image] Feb 12 07:00:25.604 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23760:20260210T215006Z
94052026-02-12T07:00:26.398Z[ host-image] Feb 12 07:00:25.604 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
94062026-02-12T07:00:26.398Z[ host-image] Feb 12 07:00:25.604 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23760:20260210T215007Z
94072026-02-12T07:00:26.398Z[ host-image] Feb 12 07:00:25.604 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
94082026-02-12T07:00:26.398Z[ host-image] Feb 12 07:00:25.604 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
94092026-02-12T07:00:26.398Z[ host-image] Feb 12 07:00:25.604 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.40:20250409T152351Z
94102026-02-12T07:00:26.398Z[ host-image] Feb 12 07:00:25.604 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
94112026-02-12T07:00:26.398Z[ host-image] Feb 12 07:00:25.604 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23760:20260210T215007Z
94122026-02-12T07:00:26.398Z[ host-image] Feb 12 07:00:25.604 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
94132026-02-12T07:00:26.398Z[ host-image] Feb 12 07:00:25.606 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
94142026-02-12T07:00:26.398Z[ host-image] Feb 12 07:00:25.606 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
94152026-02-12T07:00:26.398Z[ host-image] Feb 12 07:00:25.606 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
94162026-02-12T07:00:26.398Z[ host-image] Feb 12 07:00:25.606 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23760:20260210T215007Z
94172026-02-12T07:00:26.398Z[ host-image] Feb 12 07:00:25.606 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
94182026-02-12T07:00:26.402Z[ host-image] Feb 12 07:00:25.611 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
94192026-02-12T07:00:26.405Z[ host-image] Feb 12 07:00:25.611 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23760:20260210T215008Z
94202026-02-12T07:00:26.405Z[ host-image] Feb 12 07:00:25.611 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23760:20260210T215008Z
94212026-02-12T07:00:26.405Z[ host-image] Feb 12 07:00:25.612 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23760:20260210T215008Z
94222026-02-12T07:00:26.405Z[ host-image] Feb 12 07:00:25.612 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
94232026-02-12T07:00:26.405Z[ host-image] Feb 12 07:00:25.612 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23760:20260210T215010Z
94242026-02-12T07:00:26.405Z[ host-image] Feb 12 07:00:25.612 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23760:20260210T215010Z
94252026-02-12T07:00:26.405Z[ host-image] Feb 12 07:00:25.612 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23760:20260210T215010Z
94262026-02-12T07:00:26.405Z[ host-image] Feb 12 07:00:25.612 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23760:20260210T215010Z
94272026-02-12T07:00:26.405Z[ host-image] Feb 12 07:00:25.613 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
94282026-02-12T07:00:26.408Z[ host-image] Feb 12 07:00:25.614 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23760:20260210T215011Z
94292026-02-12T07:00:26.408Z[ host-image] Feb 12 07:00:25.614 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23760:20260210T215012Z
94302026-02-12T07:00:26.408Z[ host-image] Feb 12 07:00:25.614 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
94312026-02-12T07:00:26.408Z[ host-image] Feb 12 07:00:25.614 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23760:20260210T215012Z
94322026-02-12T07:00:26.408Z[ host-image] Feb 12 07:00:25.614 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23760:20260210T215012Z
94332026-02-12T07:00:26.408Z[ host-image] Feb 12 07:00:25.614 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23760:20260210T215012Z
94342026-02-12T07:00:26.409Z[ host-image] Feb 12 07:00:25.614 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23760:20260210T215012Z
94352026-02-12T07:00:26.412Z[ host-image] Feb 12 07:00:25.617 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23760:20260210T215012Z
94362026-02-12T07:00:26.412Z[ host-image] Feb 12 07:00:25.617 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
94372026-02-12T07:00:26.412Z[ host-image] Feb 12 07:00:25.618 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23760:20260210T215012Z
94382026-02-12T07:00:26.412Z[ host-image] Feb 12 07:00:25.618 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23760:20260210T215013Z
94392026-02-12T07:00:26.412Z[ host-image] Feb 12 07:00:25.618 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23760:20260210T215013Z
94402026-02-12T07:00:26.412Z[ host-image] Feb 12 07:00:25.619 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23760:20260210T215013Z
94412026-02-12T07:00:26.412Z[ host-image] Feb 12 07:00:25.619 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23760:20260210T215013Z
94422026-02-12T07:00:26.412Z[ host-image] Feb 12 07:00:25.619 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23760:20260210T215014Z
94432026-02-12T07:00:26.412Z[ host-image] Feb 12 07:00:25.619 INFO O| install = pkg://helios-dev/system/i2c@0.5.11-2.0.23760:20260210T215014Z
94442026-02-12T07:00:26.415Z[ host-image] Feb 12 07:00:25.623 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23760:20260210T215015Z
94452026-02-12T07:00:26.415Z[ host-image] Feb 12 07:00:25.623 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23760:20260210T215014Z
94462026-02-12T07:00:26.415Z[ host-image] Feb 12 07:00:25.623 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23760:20260210T215014Z
94472026-02-12T07:00:26.415Z[ host-image] Feb 12 07:00:25.623 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23760:20260210T215015Z
94482026-02-12T07:00:26.415Z[ host-image] Feb 12 07:00:25.624 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23760:20260210T215015Z
94492026-02-12T07:00:26.423Z[ host-image] Feb 12 07:00:25.631 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23760:20260210T215018Z
94502026-02-12T07:00:26.423Z[ host-image] Feb 12 07:00:25.631 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23760:20260210T215015Z
94512026-02-12T07:00:26.426Z[ host-image] Feb 12 07:00:25.631 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23760:20260210T215015Z
94522026-02-12T07:00:26.426Z[ host-image] Feb 12 07:00:25.631 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
94532026-02-12T07:00:26.426Z[ host-image] Feb 12 07:00:25.631 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
94542026-02-12T07:00:26.434Z[ host-image] Feb 12 07:00:25.642 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23760:20260210T215016Z
94552026-02-12T07:00:26.437Z[ host-image] Feb 12 07:00:25.642 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
94562026-02-12T07:00:26.437Z[ host-image] Feb 12 07:00:25.642 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23760:20260210T215016Z
94572026-02-12T07:00:26.437Z[ host-image] Feb 12 07:00:25.642 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23760:20260210T215016Z
94582026-02-12T07:00:26.437Z[ host-image] Feb 12 07:00:25.643 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23760:20260210T215016Z
94592026-02-12T07:00:26.437Z[ host-image] Feb 12 07:00:25.643 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
94602026-02-12T07:00:26.437Z[ host-image] Feb 12 07:00:25.643 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
94612026-02-12T07:00:26.437Z[ host-image] Feb 12 07:00:25.643 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23760:20260210T215017Z
94622026-02-12T07:00:26.437Z[ host-image] Feb 12 07:00:25.643 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23760:20260210T215017Z
94632026-02-12T07:00:26.437Z[ host-image] Feb 12 07:00:25.643 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23760:20260210T215017Z
94642026-02-12T07:00:26.437Z[ host-image] Feb 12 07:00:25.644 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23760:20260210T215017Z
94652026-02-12T07:00:26.437Z[ host-image] Feb 12 07:00:25.644 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23760:20260210T215018Z
94662026-02-12T07:00:26.437Z[ host-image] Feb 12 07:00:25.644 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23760:20260210T215018Z
94672026-02-12T07:00:26.437Z[ host-image] Feb 12 07:00:25.645 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
94682026-02-12T07:00:26.437Z[ host-image] Feb 12 07:00:25.645 INFO O| install = pkg://helios-dev/system/microcode/amd@20251202-2.0.23760:20260210T215019Z
94692026-02-12T07:00:26.441Z[ host-image] Feb 12 07:00:25.646 INFO O| install = pkg://helios-dev/system/microcode/intel@20251111-2.0.23760:20260210T215019Z
94702026-02-12T07:00:26.441Z[ host-image] Feb 12 07:00:25.646 INFO O| install = pkg://helios-dev/system/microcode/oxide@20251202-2.0.23760:20260210T215019Z
94712026-02-12T07:00:26.441Z[ host-image] Feb 12 07:00:25.646 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23760:20260210T215020Z
94722026-02-12T07:00:26.441Z[ host-image] Feb 12 07:00:25.646 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23760:20260210T215019Z
94732026-02-12T07:00:26.441Z[ host-image] Feb 12 07:00:25.646 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23760:20260210T215020Z
94742026-02-12T07:00:26.441Z[ host-image] Feb 12 07:00:25.646 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
94752026-02-12T07:00:26.441Z[ host-image] Feb 12 07:00:25.646 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
94762026-02-12T07:00:26.441Z[ host-image] Feb 12 07:00:25.646 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23760:20260210T215022Z
94772026-02-12T07:00:26.441Z[ host-image] Feb 12 07:00:25.647 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23760:20260210T215022Z
94782026-02-12T07:00:26.441Z[ host-image] Feb 12 07:00:25.647 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.25:20250809T001126Z
94792026-02-12T07:00:26.441Z[ host-image] Feb 12 07:00:25.647 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
94802026-02-12T07:00:26.441Z[ host-image] Feb 12 07:00:25.647 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
94812026-02-12T07:00:26.441Z[ host-image] Feb 12 07:00:25.647 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
94822026-02-12T07:00:26.441Z[ host-image] Feb 12 07:00:25.647 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z
94832026-02-12T07:00:26.441Z[ host-image] Feb 12 07:00:25.647 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
94842026-02-12T07:00:26.441Z[ host-image] Feb 12 07:00:25.648 INFO O| install = pkg://helios-dev/web/curl@8.18.0-2.0:20260121T125903Z
94852026-02-12T07:00:26.441Z[ host-image] Feb 12 07:00:25.648 INFO O| tempdir @ "/tmp/.tmpXVGRon/tmp"
94862026-02-12T07:00:26.441Z[ host-image] Feb 12 07:00:25.648 INFO O| image root @ "/tmp/.tmpXVGRon/tmp/root"
94872026-02-12T07:00:26.441Z[ host-image] Feb 12 07:00:25.648 INFO O| creating image...
94882026-02-12T07:00:26.849Z[ host-image] Feb 12 07:00:26.057 INFO O| copying publishers...
94892026-02-12T07:01:01.033Z[ host-image] Feb 12 07:01:00.238 INFO O| adding properties...
94902026-02-12T07:01:02.048Z[ host-image] Feb 12 07:01:01.253 INFO O| installing packages...
94912026-02-12T07:01:22.567Z[ host-image] Feb 12 07:01:21.769 INFO O| seeding SMF database...
94922026-02-12T07:01:29.666Z[ host-image] Feb 12 07:01:28.868 INFO O| configuring SMF profile...
94932026-02-12T07:01:29.666Z[ host-image] Feb 12 07:01:28.868 INFO O| modifying shadow(5)...
94942026-02-12T07:01:29.669Z[ host-image] Feb 12 07:01:28.868 INFO O| loading user and group database...
94952026-02-12T07:01:29.669Z[ host-image] Feb 12 07:01:28.868 INFO O| loading facet selections...
94962026-02-12T07:01:30.034Z[ host-image] Feb 12 07:01:29.236 INFO O| devel -> true
94972026-02-12T07:01:30.034Z[ host-image] Feb 12 07:01:29.236 INFO O| doc.man -> true
94982026-02-12T07:01:30.037Z[ host-image] Feb 12 07:01:29.236 INFO O| version-lock.shell/ksh93 -> true
94992026-02-12T07:01:30.037Z[ host-image] Feb 12 07:01:29.236 INFO O| version-lock.system/data/hardware-registry -> true
95002026-02-12T07:01:30.037Z[ host-image] Feb 12 07:01:29.236 INFO O| version-lock.system/data/zoneinfo -> true
95012026-02-12T07:01:30.037Z[ host-image] Feb 12 07:01:29.236 INFO O| version-lock.system/microcode/amd -> true
95022026-02-12T07:01:30.037Z[ host-image] Feb 12 07:01:29.236 INFO O| version-lock.system/microcode/intel -> true
95032026-02-12T07:01:30.037Z[ host-image] Feb 12 07:01:29.236 INFO O| version-lock.system/microcode/oxide -> true
95042026-02-12T07:01:30.038Z[ host-image] Feb 12 07:01:29.236 INFO O| assessing packaged files...
95052026-02-12T07:01:32.158Z[ host-image] Feb 12 07:01:31.360 INFO O| creating archive...
95062026-02-12T07:01:32.185Z[ host-image] Feb 12 07:01:31.388 INFO O| missing from packaging:
95072026-02-12T07:01:32.185Z[ host-image] Feb 12 07:01:31.388 INFO O| "etc/.pwd.lock"
95082026-02-12T07:01:32.185Z[ host-image] Feb 12 07:01:31.388 INFO O| "etc/bash"
95092026-02-12T07:01:32.190Z[ host-image] Feb 12 07:01:31.392 INFO O| "etc/svc/profile/generic.xml"
95102026-02-12T07:01:32.190Z[ host-image] Feb 12 07:01:31.392 INFO O| "etc/svc/profile/inetd_services.xml"
95112026-02-12T07:01:32.190Z[ host-image] Feb 12 07:01:31.392 INFO O| "etc/svc/profile/name_service.xml"
95122026-02-12T07:01:32.193Z[ host-image] Feb 12 07:01:31.392 INFO O| "etc/svc/profile/platform.xml"
95132026-02-12T07:01:32.193Z[ host-image] Feb 12 07:01:31.392 INFO O| "etc/svc/profile/platform_omicron1.xml"
95142026-02-12T07:01:32.193Z[ host-image] Feb 12 07:01:31.392 INFO O| "etc/svc/repository.db"
95152026-02-12T07:01:32.198Z[ host-image] Feb 12 07:01:31.401 INFO O| "opt/ooce/share"
95162026-02-12T07:01:32.198Z[ host-image] Feb 12 07:01:31.401 INFO O| "opt/ooce/share/man"
95172026-02-12T07:01:32.201Z[ host-image] Feb 12 07:01:31.401 INFO O| "opt/ooce/share/man/man1"
95182026-02-12T07:01:32.208Z[ host-image] Feb 12 07:01:31.410 INFO O| finishing archive...
95192026-02-12T07:01:35.221Z[ host-image] Feb 12 07:01:34.423 INFO O| creating gzonly manifest...
95202026-02-12T07:01:35.228Z[ host-image] Feb 12 07:01:34.430 INFO O| ok
95212026-02-12T07:01:35.374Z[ host-image] Feb 12 07:01:34.576 INFO image builder template: ramdisk-02-trim...
95222026-02-12T07:01:35.374Z[ host-image] Feb 12 07:01:34.576 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/.tmpVN4njM/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@18.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
95232026-02-12T07:01:35.393Z[ host-image] Feb 12 07:01:34.595 INFO O| Feb 12 07:01:34.595 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
95242026-02-12T07:01:35.396Z[ host-image] Feb 12 07:01:34.598 INFO O| Feb 12 07:01:34.598 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
95252026-02-12T07:01:35.561Z[ host-image] Feb 12 07:01:34.763 INFO O| Feb 12 07:01:34.763 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
95262026-02-12T07:01:35.628Z[ host-image] Feb 12 07:01:34.830 INFO O| Feb 12 07:01:34.830 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
95272026-02-12T07:01:35.628Z[ host-image] Feb 12 07:01:34.830 INFO O| Feb 12 07:01:34.830 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
95282026-02-12T07:01:35.632Z[ host-image] Feb 12 07:01:34.834 INFO O| Feb 12 07:01:34.834 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
95292026-02-12T07:01:35.635Z[ host-image] Feb 12 07:01:34.837 INFO O| Feb 12 07:01:34.837 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
95302026-02-12T07:01:35.639Z[ host-image] Feb 12 07:01:34.841 INFO O| Feb 12 07:01:34.841 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
95312026-02-12T07:01:35.836Z[ host-image] Feb 12 07:01:35.038 INFO O| Feb 12 07:01:35.038 INFO rolled back to input snapshot; work may begin
95322026-02-12T07:01:35.836Z[ host-image] Feb 12 07:01:35.038 INFO O| Feb 12 07:01:35.038 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
95332026-02-12T07:01:35.840Z[ host-image] Feb 12 07:01:35.042 INFO O| Feb 12 07:01:35.042 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95342026-02-12T07:01:35.847Z[ host-image] Feb 12 07:01:35.049 INFO O| Feb 12 07:01:35.049 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
95352026-02-12T07:01:35.896Z[ host-image] Feb 12 07:01:35.098 INFO O| Feb 12 07:01:35.098 INFO STEP 0 (remove_files) COMPLETE
95362026-02-12T07:01:35.896Z[ host-image] Feb 12 07:01:35.098 INFO O| Feb 12 07:01:35.098 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95372026-02-12T07:01:35.904Z[ host-image] Feb 12 07:01:35.106 INFO O| Feb 12 07:01:35.106 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
95382026-02-12T07:01:35.907Z[ host-image] Feb 12 07:01:35.107 INFO O| Feb 12 07:01:35.107 INFO STEP 1 (remove_files) COMPLETE
95392026-02-12T07:01:35.907Z[ host-image] Feb 12 07:01:35.107 INFO O| Feb 12 07:01:35.107 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95402026-02-12T07:01:35.912Z[ host-image] Feb 12 07:01:35.114 INFO O| Feb 12 07:01:35.114 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
95412026-02-12T07:01:35.928Z[ host-image] Feb 12 07:01:35.130 INFO O| Feb 12 07:01:35.130 INFO STEP 2 (remove_files) COMPLETE
95422026-02-12T07:01:35.928Z[ host-image] Feb 12 07:01:35.130 INFO O| Feb 12 07:01:35.130 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95432026-02-12T07:01:35.935Z[ host-image] Feb 12 07:01:35.137 INFO O| Feb 12 07:01:35.137 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
95442026-02-12T07:01:35.938Z[ host-image] Feb 12 07:01:35.139 INFO O| Feb 12 07:01:35.139 INFO STEP 3 (remove_files) COMPLETE
95452026-02-12T07:01:35.938Z[ host-image] Feb 12 07:01:35.139 INFO O| Feb 12 07:01:35.139 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95462026-02-12T07:01:35.943Z[ host-image] Feb 12 07:01:35.146 INFO O| Feb 12 07:01:35.146 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
95472026-02-12T07:01:35.947Z[ host-image] Feb 12 07:01:35.150 INFO O| Feb 12 07:01:35.149 INFO STEP 4 (remove_files) COMPLETE
95482026-02-12T07:01:35.947Z[ host-image] Feb 12 07:01:35.150 INFO O| Feb 12 07:01:35.150 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95492026-02-12T07:01:35.955Z[ host-image] Feb 12 07:01:35.157 INFO O| Feb 12 07:01:35.157 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
95502026-02-12T07:01:35.958Z[ host-image] Feb 12 07:01:35.160 INFO O| Feb 12 07:01:35.160 INFO STEP 5 (remove_files) COMPLETE
95512026-02-12T07:01:35.958Z[ host-image] Feb 12 07:01:35.160 INFO O| Feb 12 07:01:35.160 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95522026-02-12T07:01:35.965Z[ host-image] Feb 12 07:01:35.167 INFO O| Feb 12 07:01:35.167 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
95532026-02-12T07:01:35.976Z[ host-image] Feb 12 07:01:35.178 INFO O| Feb 12 07:01:35.178 INFO STEP 6 (remove_files) COMPLETE
95542026-02-12T07:01:35.979Z[ host-image] Feb 12 07:01:35.178 INFO O| Feb 12 07:01:35.178 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95552026-02-12T07:01:35.983Z[ host-image] Feb 12 07:01:35.185 INFO O| Feb 12 07:01:35.185 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man"
95562026-02-12T07:01:35.997Z[ host-image] Feb 12 07:01:35.199 INFO O| Feb 12 07:01:35.199 INFO STEP 7 (remove_files) COMPLETE
95572026-02-12T07:01:35.997Z[ host-image] Feb 12 07:01:35.199 INFO O| Feb 12 07:01:35.199 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95582026-02-12T07:01:36.004Z[ host-image] Feb 12 07:01:35.206 INFO O| Feb 12 07:01:35.206 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
95592026-02-12T07:01:36.083Z[ host-image] Feb 12 07:01:35.285 INFO O| Feb 12 07:01:35.285 INFO STEP 8 (remove_files) COMPLETE
95602026-02-12T07:01:36.083Z[ host-image] Feb 12 07:01:35.285 INFO O| Feb 12 07:01:35.285 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95612026-02-12T07:01:36.091Z[ host-image] Feb 12 07:01:35.293 INFO O| Feb 12 07:01:35.293 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
95622026-02-12T07:01:36.177Z[ host-image] Feb 12 07:01:35.379 INFO O| Feb 12 07:01:35.379 INFO STEP 9 (remove_files) COMPLETE
95632026-02-12T07:01:36.177Z[ host-image] Feb 12 07:01:35.379 INFO O| Feb 12 07:01:35.379 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95642026-02-12T07:01:36.185Z[ host-image] Feb 12 07:01:35.387 INFO O| Feb 12 07:01:35.387 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
95652026-02-12T07:01:36.189Z[ host-image] Feb 12 07:01:35.391 INFO O| Feb 12 07:01:35.391 INFO STEP 10 (remove_files) COMPLETE
95662026-02-12T07:01:36.192Z[ host-image] Feb 12 07:01:35.391 INFO O| Feb 12 07:01:35.391 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95672026-02-12T07:01:36.196Z[ host-image] Feb 12 07:01:35.397 INFO O| Feb 12 07:01:35.397 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
95682026-02-12T07:01:36.199Z[ host-image] Feb 12 07:01:35.398 INFO O| Feb 12 07:01:35.398 INFO STEP 11 (remove_files) COMPLETE
95692026-02-12T07:01:36.199Z[ host-image] Feb 12 07:01:35.398 INFO O| Feb 12 07:01:35.398 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95702026-02-12T07:01:36.203Z[ host-image] Feb 12 07:01:35.406 INFO O| Feb 12 07:01:35.406 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
95712026-02-12T07:01:36.206Z[ host-image] Feb 12 07:01:35.407 INFO O| Feb 12 07:01:35.407 INFO STEP 12 (remove_files) COMPLETE
95722026-02-12T07:01:36.206Z[ host-image] Feb 12 07:01:35.407 INFO O| Feb 12 07:01:35.407 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95732026-02-12T07:01:36.225Z[ host-image] Feb 12 07:01:35.427 INFO O| Feb 12 07:01:35.427 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
95742026-02-12T07:01:36.228Z[ host-image] Feb 12 07:01:35.428 INFO O| Feb 12 07:01:35.428 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
95752026-02-12T07:01:36.228Z[ host-image] Feb 12 07:01:35.428 INFO O| Feb 12 07:01:35.428 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
95762026-02-12T07:01:36.228Z[ host-image] Feb 12 07:01:35.428 INFO O| Feb 12 07:01:35.428 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
95772026-02-12T07:01:36.228Z[ host-image] Feb 12 07:01:35.428 INFO O| Feb 12 07:01:35.428 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
95782026-02-12T07:01:36.229Z[ host-image] Feb 12 07:01:35.428 INFO O| Feb 12 07:01:35.428 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
95792026-02-12T07:01:36.229Z[ host-image] Feb 12 07:01:35.428 INFO O| Feb 12 07:01:35.428 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
95802026-02-12T07:01:36.229Z[ host-image] Feb 12 07:01:35.428 INFO O| Feb 12 07:01:35.428 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
95812026-02-12T07:01:36.229Z[ host-image] Feb 12 07:01:35.428 INFO O| Feb 12 07:01:35.428 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
95822026-02-12T07:01:36.229Z[ host-image] Feb 12 07:01:35.428 INFO O| Feb 12 07:01:35.428 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
95832026-02-12T07:01:36.229Z[ host-image] Feb 12 07:01:35.429 INFO O| Feb 12 07:01:35.429 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
95842026-02-12T07:01:36.229Z[ host-image] Feb 12 07:01:35.429 INFO O| Feb 12 07:01:35.429 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
95852026-02-12T07:01:36.229Z[ host-image] Feb 12 07:01:35.429 INFO O| Feb 12 07:01:35.429 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
95862026-02-12T07:01:36.229Z[ host-image] Feb 12 07:01:35.429 INFO O| Feb 12 07:01:35.429 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
95872026-02-12T07:01:36.229Z[ host-image] Feb 12 07:01:35.429 INFO O| Feb 12 07:01:35.429 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
95882026-02-12T07:01:36.229Z[ host-image] Feb 12 07:01:35.430 INFO O| Feb 12 07:01:35.430 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
95892026-02-12T07:01:36.229Z[ host-image] Feb 12 07:01:35.430 INFO O| Feb 12 07:01:35.430 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
95902026-02-12T07:01:36.425Z[ host-image] Feb 12 07:01:35.626 INFO O| Feb 12 07:01:35.626 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a"
95912026-02-12T07:01:36.428Z[ host-image] Feb 12 07:01:35.627 INFO O| Feb 12 07:01:35.627 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
95922026-02-12T07:01:36.428Z[ host-image] Feb 12 07:01:35.630 INFO O| Feb 12 07:01:35.630 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
95932026-02-12T07:01:36.435Z[ host-image] Feb 12 07:01:35.637 INFO O| Feb 12 07:01:35.637 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
95942026-02-12T07:01:36.515Z[ host-image] Feb 12 07:01:35.717 INFO O| Feb 12 07:01:35.717 INFO STEP 13 (remove_files) COMPLETE
95952026-02-12T07:01:36.515Z[ host-image] Feb 12 07:01:35.717 INFO O| Feb 12 07:01:35.717 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95962026-02-12T07:01:36.523Z[ host-image] Feb 12 07:01:35.725 INFO O| Feb 12 07:01:35.725 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95972026-02-12T07:01:36.526Z[ host-image] Feb 12 07:01:35.726 INFO O| Feb 12 07:01:35.726 INFO STEP 14 (remove_files) COMPLETE
95982026-02-12T07:01:36.526Z[ host-image] Feb 12 07:01:35.726 INFO O| Feb 12 07:01:35.726 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95992026-02-12T07:01:36.531Z[ host-image] Feb 12 07:01:35.733 INFO O| Feb 12 07:01:35.733 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
96002026-02-12T07:01:36.538Z[ host-image] Feb 12 07:01:35.740 INFO O| Feb 12 07:01:35.740 INFO STEP 15 (remove_files) COMPLETE
96012026-02-12T07:01:36.538Z[ host-image] Feb 12 07:01:35.740 INFO O| Feb 12 07:01:35.740 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96022026-02-12T07:01:36.545Z[ host-image] Feb 12 07:01:35.747 INFO O| Feb 12 07:01:35.747 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
96032026-02-12T07:01:36.548Z[ host-image] Feb 12 07:01:35.747 INFO O| Feb 12 07:01:35.747 INFO STEP 16 (remove_files) COMPLETE
96042026-02-12T07:01:36.548Z[ host-image] Feb 12 07:01:35.747 INFO O| Feb 12 07:01:35.747 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96052026-02-12T07:01:36.552Z[ host-image] Feb 12 07:01:35.754 INFO O| Feb 12 07:01:35.754 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
96062026-02-12T07:01:36.555Z[ host-image] Feb 12 07:01:35.756 INFO O| Feb 12 07:01:35.756 INFO STEP 17 (remove_files) COMPLETE
96072026-02-12T07:01:36.555Z[ host-image] Feb 12 07:01:35.756 INFO O| Feb 12 07:01:35.756 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96082026-02-12T07:01:36.560Z[ host-image] Feb 12 07:01:35.762 INFO O| Feb 12 07:01:35.762 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
96092026-02-12T07:01:36.563Z[ host-image] Feb 12 07:01:35.762 INFO O| Feb 12 07:01:35.762 INFO STEP 18 (remove_files) COMPLETE
96102026-02-12T07:01:36.563Z[ host-image] Feb 12 07:01:35.763 INFO O| Feb 12 07:01:35.762 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96112026-02-12T07:01:36.567Z[ host-image] Feb 12 07:01:35.770 INFO O| Feb 12 07:01:35.770 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
96122026-02-12T07:01:36.568Z[ host-image] Feb 12 07:01:35.770 INFO O| Feb 12 07:01:35.770 INFO STEP 19 (remove_files) COMPLETE
96132026-02-12T07:01:36.571Z[ host-image] Feb 12 07:01:35.770 INFO O| Feb 12 07:01:35.770 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96142026-02-12T07:01:36.574Z[ host-image] Feb 12 07:01:35.776 INFO O| Feb 12 07:01:35.776 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
96152026-02-12T07:01:36.574Z[ host-image] Feb 12 07:01:35.777 INFO O| Feb 12 07:01:35.777 INFO STEP 20 (remove_files) COMPLETE
96162026-02-12T07:01:36.574Z[ host-image] Feb 12 07:01:35.777 INFO O| Feb 12 07:01:35.777 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96172026-02-12T07:01:36.582Z[ host-image] Feb 12 07:01:35.784 INFO O| Feb 12 07:01:35.784 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
96182026-02-12T07:01:36.582Z[ host-image] Feb 12 07:01:35.784 INFO O| Feb 12 07:01:35.784 INFO STEP 21 (remove_files) COMPLETE
96192026-02-12T07:01:36.582Z[ host-image] Feb 12 07:01:35.784 INFO O| Feb 12 07:01:35.784 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96202026-02-12T07:01:36.589Z[ host-image] Feb 12 07:01:35.791 INFO O| Feb 12 07:01:35.791 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
96212026-02-12T07:01:36.593Z[ host-image] Feb 12 07:01:35.792 INFO O| Feb 12 07:01:35.791 INFO STEP 22 (remove_files) COMPLETE
96222026-02-12T07:01:36.593Z[ host-image] Feb 12 07:01:35.792 INFO O| Feb 12 07:01:35.792 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96232026-02-12T07:01:36.597Z[ host-image] Feb 12 07:01:35.799 INFO O| Feb 12 07:01:35.799 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
96242026-02-12T07:01:36.600Z[ host-image] Feb 12 07:01:35.799 INFO O| Feb 12 07:01:35.799 INFO STEP 23 (remove_files) COMPLETE
96252026-02-12T07:01:36.600Z[ host-image] Feb 12 07:01:35.799 INFO O| Feb 12 07:01:35.799 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96262026-02-12T07:01:36.604Z[ host-image] Feb 12 07:01:35.807 INFO O| Feb 12 07:01:35.807 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
96272026-02-12T07:01:36.604Z[ host-image] Feb 12 07:01:35.807 INFO O| Feb 12 07:01:35.807 INFO STEP 24 (remove_files) COMPLETE
96282026-02-12T07:01:36.604Z[ host-image] Feb 12 07:01:35.807 INFO O| Feb 12 07:01:35.807 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96292026-02-12T07:01:36.611Z[ host-image] Feb 12 07:01:35.814 INFO O| Feb 12 07:01:35.813 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
96302026-02-12T07:01:36.611Z[ host-image] Feb 12 07:01:35.814 INFO O| Feb 12 07:01:35.814 INFO STEP 25 (remove_files) COMPLETE
96312026-02-12T07:01:36.611Z[ host-image] Feb 12 07:01:35.814 INFO O| Feb 12 07:01:35.814 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96322026-02-12T07:01:36.619Z[ host-image] Feb 12 07:01:35.821 INFO O| Feb 12 07:01:35.821 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
96332026-02-12T07:01:36.622Z[ host-image] Feb 12 07:01:35.821 INFO O| Feb 12 07:01:35.821 INFO STEP 26 (remove_files) COMPLETE
96342026-02-12T07:01:36.622Z[ host-image] Feb 12 07:01:35.821 INFO O| Feb 12 07:01:35.821 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96352026-02-12T07:01:36.626Z[ host-image] Feb 12 07:01:35.828 INFO O| Feb 12 07:01:35.828 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
96362026-02-12T07:01:36.626Z[ host-image] Feb 12 07:01:35.828 INFO O| Feb 12 07:01:35.828 INFO STEP 27 (remove_files) COMPLETE
96372026-02-12T07:01:36.629Z[ host-image] Feb 12 07:01:35.828 INFO O| Feb 12 07:01:35.828 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96382026-02-12T07:01:36.634Z[ host-image] Feb 12 07:01:35.835 INFO O| Feb 12 07:01:35.835 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
96392026-02-12T07:01:36.634Z[ host-image] Feb 12 07:01:35.836 INFO O| Feb 12 07:01:35.836 INFO STEP 28 (remove_files) COMPLETE
96402026-02-12T07:01:36.637Z[ host-image] Feb 12 07:01:35.836 INFO O| Feb 12 07:01:35.836 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96412026-02-12T07:01:36.641Z[ host-image] Feb 12 07:01:35.843 INFO O| Feb 12 07:01:35.843 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
96422026-02-12T07:01:36.641Z[ host-image] Feb 12 07:01:35.843 INFO O| Feb 12 07:01:35.843 INFO STEP 29 (remove_files) COMPLETE
96432026-02-12T07:01:36.641Z[ host-image] Feb 12 07:01:35.843 INFO O| Feb 12 07:01:35.843 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96442026-02-12T07:01:36.648Z[ host-image] Feb 12 07:01:35.850 INFO O| Feb 12 07:01:35.850 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
96452026-02-12T07:01:36.648Z[ host-image] Feb 12 07:01:35.850 INFO O| Feb 12 07:01:35.850 INFO STEP 30 (remove_files) COMPLETE
96462026-02-12T07:01:36.651Z[ host-image] Feb 12 07:01:35.850 INFO O| Feb 12 07:01:35.850 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96472026-02-12T07:01:36.656Z[ host-image] Feb 12 07:01:35.858 INFO O| Feb 12 07:01:35.858 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
96482026-02-12T07:01:36.656Z[ host-image] Feb 12 07:01:35.858 INFO O| Feb 12 07:01:35.858 INFO STEP 31 (remove_files) COMPLETE
96492026-02-12T07:01:36.659Z[ host-image] Feb 12 07:01:35.858 INFO O| Feb 12 07:01:35.858 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96502026-02-12T07:01:36.663Z[ host-image] Feb 12 07:01:35.866 INFO O| Feb 12 07:01:35.866 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
96512026-02-12T07:01:36.664Z[ host-image] Feb 12 07:01:35.866 INFO O| Feb 12 07:01:35.866 INFO STEP 32 (remove_files) COMPLETE
96522026-02-12T07:01:36.667Z[ host-image] Feb 12 07:01:35.866 INFO O| Feb 12 07:01:35.866 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96532026-02-12T07:01:36.671Z[ host-image] Feb 12 07:01:35.873 INFO O| Feb 12 07:01:35.873 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
96542026-02-12T07:01:36.671Z[ host-image] Feb 12 07:01:35.873 INFO O| Feb 12 07:01:35.873 INFO STEP 33 (remove_files) COMPLETE
96552026-02-12T07:01:36.674Z[ host-image] Feb 12 07:01:35.873 INFO O| Feb 12 07:01:35.873 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96562026-02-12T07:01:36.678Z[ host-image] Feb 12 07:01:35.880 INFO O| Feb 12 07:01:35.880 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
96572026-02-12T07:01:36.678Z[ host-image] Feb 12 07:01:35.881 INFO O| Feb 12 07:01:35.881 INFO STEP 34 (remove_files) COMPLETE
96582026-02-12T07:01:36.681Z[ host-image] Feb 12 07:01:35.881 INFO O| Feb 12 07:01:35.881 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96592026-02-12T07:01:36.686Z[ host-image] Feb 12 07:01:35.888 INFO O| Feb 12 07:01:35.888 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
96602026-02-12T07:01:36.686Z[ host-image] Feb 12 07:01:35.888 INFO O| Feb 12 07:01:35.888 INFO STEP 35 (remove_files) COMPLETE
96612026-02-12T07:01:36.689Z[ host-image] Feb 12 07:01:35.888 INFO O| Feb 12 07:01:35.888 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96622026-02-12T07:01:36.693Z[ host-image] Feb 12 07:01:35.895 INFO O| Feb 12 07:01:35.895 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
96632026-02-12T07:01:36.693Z[ host-image] Feb 12 07:01:35.895 INFO O| Feb 12 07:01:35.895 INFO STEP 36 (remove_files) COMPLETE
96642026-02-12T07:01:36.693Z[ host-image] Feb 12 07:01:35.895 INFO O| Feb 12 07:01:35.895 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96652026-02-12T07:01:36.700Z[ host-image] Feb 12 07:01:35.903 INFO O| Feb 12 07:01:35.903 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
96662026-02-12T07:01:36.701Z[ host-image] Feb 12 07:01:35.903 INFO O| Feb 12 07:01:35.903 INFO STEP 37 (remove_files) COMPLETE
96672026-02-12T07:01:36.704Z[ host-image] Feb 12 07:01:35.903 INFO O| Feb 12 07:01:35.903 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96682026-02-12T07:01:36.708Z[ host-image] Feb 12 07:01:35.910 INFO O| Feb 12 07:01:35.910 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
96692026-02-12T07:01:36.711Z[ host-image] Feb 12 07:01:35.910 INFO O| Feb 12 07:01:35.910 INFO STEP 38 (remove_files) COMPLETE
96702026-02-12T07:01:36.711Z[ host-image] Feb 12 07:01:35.910 INFO O| Feb 12 07:01:35.910 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96712026-02-12T07:01:36.715Z[ host-image] Feb 12 07:01:35.917 INFO O| Feb 12 07:01:35.917 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
96722026-02-12T07:01:36.718Z[ host-image] Feb 12 07:01:35.917 INFO O| Feb 12 07:01:35.917 INFO STEP 39 (remove_files) COMPLETE
96732026-02-12T07:01:36.718Z[ host-image] Feb 12 07:01:35.917 INFO O| Feb 12 07:01:35.917 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96742026-02-12T07:01:36.722Z[ host-image] Feb 12 07:01:35.924 INFO O| Feb 12 07:01:35.924 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
96752026-02-12T07:01:36.722Z[ host-image] Feb 12 07:01:35.924 INFO O| Feb 12 07:01:35.924 INFO STEP 40 (remove_files) COMPLETE
96762026-02-12T07:01:36.725Z[ host-image] Feb 12 07:01:35.924 INFO O| Feb 12 07:01:35.924 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96772026-02-12T07:01:36.728Z[ host-image] Feb 12 07:01:35.931 INFO O| Feb 12 07:01:35.931 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
96782026-02-12T07:01:36.729Z[ host-image] Feb 12 07:01:35.931 INFO O| Feb 12 07:01:35.931 INFO STEP 41 (remove_files) COMPLETE
96792026-02-12T07:01:36.732Z[ host-image] Feb 12 07:01:35.931 INFO O| Feb 12 07:01:35.931 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96802026-02-12T07:01:36.735Z[ host-image] Feb 12 07:01:35.937 INFO O| Feb 12 07:01:35.937 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
96812026-02-12T07:01:36.735Z[ host-image] Feb 12 07:01:35.938 INFO O| Feb 12 07:01:35.938 INFO STEP 42 (remove_files) COMPLETE
96822026-02-12T07:01:36.738Z[ host-image] Feb 12 07:01:35.938 INFO O| Feb 12 07:01:35.938 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96832026-02-12T07:01:36.742Z[ host-image] Feb 12 07:01:35.945 INFO O| Feb 12 07:01:35.945 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
96842026-02-12T07:01:36.745Z[ host-image] Feb 12 07:01:35.945 INFO O| Feb 12 07:01:35.945 INFO STEP 43 (remove_files) COMPLETE
96852026-02-12T07:01:36.746Z[ host-image] Feb 12 07:01:35.945 INFO O| Feb 12 07:01:35.945 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96862026-02-12T07:01:36.749Z[ host-image] Feb 12 07:01:35.952 INFO O| Feb 12 07:01:35.952 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
96872026-02-12T07:01:36.752Z[ host-image] Feb 12 07:01:35.952 INFO O| Feb 12 07:01:35.952 INFO STEP 44 (remove_files) COMPLETE
96882026-02-12T07:01:36.752Z[ host-image] Feb 12 07:01:35.952 INFO O| Feb 12 07:01:35.952 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96892026-02-12T07:01:36.756Z[ host-image] Feb 12 07:01:35.959 INFO O| Feb 12 07:01:35.959 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96902026-02-12T07:01:36.760Z[ host-image] Feb 12 07:01:35.959 INFO O| Feb 12 07:01:35.959 INFO STEP 45 (remove_files) COMPLETE
96912026-02-12T07:01:36.760Z[ host-image] Feb 12 07:01:35.959 INFO O| Feb 12 07:01:35.959 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96922026-02-12T07:01:36.764Z[ host-image] Feb 12 07:01:35.966 INFO O| Feb 12 07:01:35.966 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
96932026-02-12T07:01:36.767Z[ host-image] Feb 12 07:01:35.966 INFO O| Feb 12 07:01:35.966 INFO STEP 46 (remove_files) COMPLETE
96942026-02-12T07:01:36.767Z[ host-image] Feb 12 07:01:35.966 INFO O| Feb 12 07:01:35.966 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96952026-02-12T07:01:36.771Z[ host-image] Feb 12 07:01:35.973 INFO O| Feb 12 07:01:35.973 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96962026-02-12T07:01:36.771Z[ host-image] Feb 12 07:01:35.973 INFO O| Feb 12 07:01:35.973 INFO STEP 47 (remove_files) COMPLETE
96972026-02-12T07:01:36.771Z[ host-image] Feb 12 07:01:35.973 INFO O| Feb 12 07:01:35.973 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96982026-02-12T07:01:36.778Z[ host-image] Feb 12 07:01:35.980 INFO O| Feb 12 07:01:35.980 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96992026-02-12T07:01:36.778Z[ host-image] Feb 12 07:01:35.980 INFO O| Feb 12 07:01:35.980 INFO STEP 48 (remove_files) COMPLETE
97002026-02-12T07:01:36.781Z[ host-image] Feb 12 07:01:35.980 INFO O| Feb 12 07:01:35.980 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97012026-02-12T07:01:36.785Z[ host-image] Feb 12 07:01:35.987 INFO O| Feb 12 07:01:35.987 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
97022026-02-12T07:01:36.788Z[ host-image] Feb 12 07:01:35.988 INFO O| Feb 12 07:01:35.988 INFO STEP 49 (remove_files) COMPLETE
97032026-02-12T07:01:36.788Z[ host-image] Feb 12 07:01:35.988 INFO O| Feb 12 07:01:35.988 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97042026-02-12T07:01:36.793Z[ host-image] Feb 12 07:01:35.995 INFO O| Feb 12 07:01:35.995 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
97052026-02-12T07:01:36.796Z[ host-image] Feb 12 07:01:35.995 INFO O| Feb 12 07:01:35.995 INFO STEP 50 (remove_files) COMPLETE
97062026-02-12T07:01:36.796Z[ host-image] Feb 12 07:01:35.995 INFO O| Feb 12 07:01:35.995 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97072026-02-12T07:01:36.800Z[ host-image] Feb 12 07:01:36.002 INFO O| Feb 12 07:01:36.002 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
97082026-02-12T07:01:36.800Z[ host-image] Feb 12 07:01:36.002 INFO O| Feb 12 07:01:36.002 INFO STEP 51 (remove_files) COMPLETE
97092026-02-12T07:01:36.803Z[ host-image] Feb 12 07:01:36.002 INFO O| Feb 12 07:01:36.002 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97102026-02-12T07:01:36.809Z[ host-image] Feb 12 07:01:36.011 INFO O| Feb 12 07:01:36.011 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
97112026-02-12T07:01:36.812Z[ host-image] Feb 12 07:01:36.011 INFO O| Feb 12 07:01:36.011 INFO STEP 52 (remove_files) COMPLETE
97122026-02-12T07:01:36.812Z[ host-image] Feb 12 07:01:36.011 INFO O| Feb 12 07:01:36.011 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97132026-02-12T07:01:36.816Z[ host-image] Feb 12 07:01:36.018 INFO O| Feb 12 07:01:36.018 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
97142026-02-12T07:01:36.816Z[ host-image] Feb 12 07:01:36.018 INFO O| Feb 12 07:01:36.018 INFO STEP 53 (remove_files) COMPLETE
97152026-02-12T07:01:36.819Z[ host-image] Feb 12 07:01:36.018 INFO O| Feb 12 07:01:36.018 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97162026-02-12T07:01:36.823Z[ host-image] Feb 12 07:01:36.025 INFO O| Feb 12 07:01:36.025 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
97172026-02-12T07:01:36.823Z[ host-image] Feb 12 07:01:36.025 INFO O| Feb 12 07:01:36.025 INFO STEP 54 (remove_files) COMPLETE
97182026-02-12T07:01:36.827Z[ host-image] Feb 12 07:01:36.025 INFO O| Feb 12 07:01:36.025 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97192026-02-12T07:01:36.830Z[ host-image] Feb 12 07:01:36.032 INFO O| Feb 12 07:01:36.032 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
97202026-02-12T07:01:36.830Z[ host-image] Feb 12 07:01:36.032 INFO O| Feb 12 07:01:36.032 INFO STEP 55 (remove_files) COMPLETE
97212026-02-12T07:01:36.830Z[ host-image] Feb 12 07:01:36.032 INFO O| Feb 12 07:01:36.032 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97222026-02-12T07:01:36.838Z[ host-image] Feb 12 07:01:36.040 INFO O| Feb 12 07:01:36.040 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
97232026-02-12T07:01:36.838Z[ host-image] Feb 12 07:01:36.040 INFO O| Feb 12 07:01:36.040 INFO STEP 56 (remove_files) COMPLETE
97242026-02-12T07:01:36.841Z[ host-image] Feb 12 07:01:36.040 INFO O| Feb 12 07:01:36.040 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97252026-02-12T07:01:36.845Z[ host-image] Feb 12 07:01:36.047 INFO O| Feb 12 07:01:36.047 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
97262026-02-12T07:01:36.848Z[ host-image] Feb 12 07:01:36.047 INFO O| Feb 12 07:01:36.047 INFO STEP 57 (remove_files) COMPLETE
97272026-02-12T07:01:36.848Z[ host-image] Feb 12 07:01:36.047 INFO O| Feb 12 07:01:36.047 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97282026-02-12T07:01:36.852Z[ host-image] Feb 12 07:01:36.054 INFO O| Feb 12 07:01:36.054 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
97292026-02-12T07:01:36.852Z[ host-image] Feb 12 07:01:36.054 INFO O| Feb 12 07:01:36.054 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
97302026-02-12T07:01:36.855Z[ host-image] Feb 12 07:01:36.054 INFO O| Feb 12 07:01:36.054 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
97312026-02-12T07:01:36.855Z[ host-image] Feb 12 07:01:36.054 INFO O| Feb 12 07:01:36.054 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
97322026-02-12T07:01:36.855Z[ host-image] Feb 12 07:01:36.054 INFO O| Feb 12 07:01:36.054 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
97332026-02-12T07:01:36.855Z[ host-image] Feb 12 07:01:36.054 INFO O| Feb 12 07:01:36.054 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
97342026-02-12T07:01:36.855Z[ host-image] Feb 12 07:01:36.054 INFO O| Feb 12 07:01:36.054 INFO ok!
97352026-02-12T07:01:36.855Z[ host-image] Feb 12 07:01:36.054 INFO O| Feb 12 07:01:36.054 INFO STEP 58 (ensure_file) COMPLETE
97362026-02-12T07:01:36.855Z[ host-image] Feb 12 07:01:36.054 INFO O| Feb 12 07:01:36.054 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97372026-02-12T07:01:36.859Z[ host-image] Feb 12 07:01:36.061 INFO O| Feb 12 07:01:36.061 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
97382026-02-12T07:01:36.859Z[ host-image] Feb 12 07:01:36.061 INFO O| Feb 12 07:01:36.061 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
97392026-02-12T07:01:36.862Z[ host-image] Feb 12 07:01:36.061 INFO O| Feb 12 07:01:36.061 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97402026-02-12T07:01:36.862Z[ host-image] Feb 12 07:01:36.061 INFO O| Feb 12 07:01:36.061 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97412026-02-12T07:01:36.862Z[ host-image] Feb 12 07:01:36.061 INFO O| Feb 12 07:01:36.061 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97422026-02-12T07:01:36.862Z[ host-image] Feb 12 07:01:36.061 INFO O| Feb 12 07:01:36.061 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97432026-02-12T07:01:36.862Z[ host-image] Feb 12 07:01:36.061 INFO O| Feb 12 07:01:36.061 INFO ok!
97442026-02-12T07:01:36.862Z[ host-image] Feb 12 07:01:36.061 INFO O| Feb 12 07:01:36.061 INFO STEP 59 (ensure_file) COMPLETE
97452026-02-12T07:01:36.862Z[ host-image] Feb 12 07:01:36.061 INFO O| Feb 12 07:01:36.061 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97462026-02-12T07:01:36.867Z[ host-image] Feb 12 07:01:36.069 INFO O| Feb 12 07:01:36.069 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
97472026-02-12T07:01:36.870Z[ host-image] Feb 12 07:01:36.069 INFO O| Feb 12 07:01:36.069 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
97482026-02-12T07:01:36.870Z[ host-image] Feb 12 07:01:36.069 INFO O| Feb 12 07:01:36.069 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
97492026-02-12T07:01:36.870Z[ host-image] Feb 12 07:01:36.069 INFO O| Feb 12 07:01:36.069 INFO ok!
97502026-02-12T07:01:36.870Z[ host-image] Feb 12 07:01:36.069 INFO O| Feb 12 07:01:36.069 INFO STEP 60 (ensure_file) COMPLETE
97512026-02-12T07:01:36.870Z[ host-image] Feb 12 07:01:36.069 INFO O| Feb 12 07:01:36.069 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97522026-02-12T07:01:36.874Z[ host-image] Feb 12 07:01:36.076 INFO O| Feb 12 07:01:36.076 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
97532026-02-12T07:01:36.877Z[ host-image] Feb 12 07:01:36.076 INFO O| Feb 12 07:01:36.076 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
97542026-02-12T07:01:36.877Z[ host-image] Feb 12 07:01:36.076 INFO O| Feb 12 07:01:36.076 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
97552026-02-12T07:01:36.877Z[ host-image] Feb 12 07:01:36.076 INFO O| Feb 12 07:01:36.076 INFO ok!
97562026-02-12T07:01:36.877Z[ host-image] Feb 12 07:01:36.076 INFO O| Feb 12 07:01:36.076 INFO STEP 61 (ensure_file) COMPLETE
97572026-02-12T07:01:36.877Z[ host-image] Feb 12 07:01:36.076 INFO O| Feb 12 07:01:36.076 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97582026-02-12T07:01:36.882Z[ host-image] Feb 12 07:01:36.084 INFO O| Feb 12 07:01:36.084 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
97592026-02-12T07:01:36.882Z[ host-image] Feb 12 07:01:36.084 INFO O| Feb 12 07:01:36.084 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
97602026-02-12T07:01:36.885Z[ host-image] Feb 12 07:01:36.084 INFO O| Feb 12 07:01:36.084 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97612026-02-12T07:01:36.885Z[ host-image] Feb 12 07:01:36.084 INFO O| Feb 12 07:01:36.084 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97622026-02-12T07:01:36.885Z[ host-image] Feb 12 07:01:36.084 INFO O| Feb 12 07:01:36.084 INFO ok!
97632026-02-12T07:01:36.885Z[ host-image] Feb 12 07:01:36.084 INFO O| Feb 12 07:01:36.084 INFO STEP 62 (ensure_file) COMPLETE
97642026-02-12T07:01:36.885Z[ host-image] Feb 12 07:01:36.084 INFO O| Feb 12 07:01:36.084 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97652026-02-12T07:01:36.889Z[ host-image] Feb 12 07:01:36.092 INFO O| Feb 12 07:01:36.092 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
97662026-02-12T07:01:36.890Z[ host-image] Feb 12 07:01:36.092 INFO O| Feb 12 07:01:36.092 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
97672026-02-12T07:01:36.890Z[ host-image] Feb 12 07:01:36.092 INFO O| Feb 12 07:01:36.092 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97682026-02-12T07:01:36.893Z[ host-image] Feb 12 07:01:36.092 INFO O| Feb 12 07:01:36.092 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97692026-02-12T07:01:36.893Z[ host-image] Feb 12 07:01:36.092 INFO O| Feb 12 07:01:36.092 INFO ok!
97702026-02-12T07:01:36.893Z[ host-image] Feb 12 07:01:36.092 INFO O| Feb 12 07:01:36.092 INFO STEP 63 (ensure_file) COMPLETE
97712026-02-12T07:01:36.893Z[ host-image] Feb 12 07:01:36.092 INFO O| Feb 12 07:01:36.092 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97722026-02-12T07:01:36.897Z[ host-image] Feb 12 07:01:36.099 INFO O| Feb 12 07:01:36.099 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
97732026-02-12T07:01:36.897Z[ host-image] Feb 12 07:01:36.099 INFO O| Feb 12 07:01:36.099 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
97742026-02-12T07:01:36.900Z[ host-image] Feb 12 07:01:36.099 INFO O| Feb 12 07:01:36.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
97752026-02-12T07:01:36.900Z[ host-image] Feb 12 07:01:36.099 INFO O| Feb 12 07:01:36.099 INFO ok!
97762026-02-12T07:01:36.900Z[ host-image] Feb 12 07:01:36.099 INFO O| Feb 12 07:01:36.099 INFO STEP 64 (assemble_files) COMPLETE
97772026-02-12T07:01:36.900Z[ host-image] Feb 12 07:01:36.099 INFO O| Feb 12 07:01:36.099 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97782026-02-12T07:01:36.904Z[ host-image] Feb 12 07:01:36.107 INFO O| Feb 12 07:01:36.107 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
97792026-02-12T07:01:36.904Z[ host-image] Feb 12 07:01:36.107 INFO O| Feb 12 07:01:36.107 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
97802026-02-12T07:01:36.908Z[ host-image] Feb 12 07:01:36.107 INFO O| Feb 12 07:01:36.107 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97812026-02-12T07:01:36.908Z[ host-image] Feb 12 07:01:36.107 INFO O| Feb 12 07:01:36.107 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97822026-02-12T07:01:36.908Z[ host-image] Feb 12 07:01:36.107 INFO O| Feb 12 07:01:36.107 INFO ok!
97832026-02-12T07:01:36.908Z[ host-image] Feb 12 07:01:36.107 INFO O| Feb 12 07:01:36.107 INFO STEP 65 (ensure_file) COMPLETE
97842026-02-12T07:01:36.908Z[ host-image] Feb 12 07:01:36.107 INFO O| Feb 12 07:01:36.107 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97852026-02-12T07:01:36.912Z[ host-image] Feb 12 07:01:36.114 INFO O| Feb 12 07:01:36.114 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97862026-02-12T07:01:36.912Z[ host-image] Feb 12 07:01:36.114 INFO O| Feb 12 07:01:36.114 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97872026-02-12T07:01:36.915Z[ host-image] Feb 12 07:01:36.114 INFO O| Feb 12 07:01:36.114 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97882026-02-12T07:01:36.915Z[ host-image] Feb 12 07:01:36.114 INFO O| Feb 12 07:01:36.114 INFO STEP 66 (ensure_dir) COMPLETE
97892026-02-12T07:01:36.915Z[ host-image] Feb 12 07:01:36.114 INFO O| Feb 12 07:01:36.114 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97902026-02-12T07:01:36.919Z[ host-image] Feb 12 07:01:36.121 INFO O| Feb 12 07:01:36.121 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97912026-02-12T07:01:36.919Z[ host-image] Feb 12 07:01:36.121 INFO O| Feb 12 07:01:36.121 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 ...
97922026-02-12T07:01:36.926Z[ host-image] Feb 12 07:01:36.128 INFO O| Feb 12 07:01:36.128 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
97932026-02-12T07:01:36.926Z[ host-image] Feb 12 07:01:36.128 INFO O| Feb 12 07:01:36.128 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97942026-02-12T07:01:36.929Z[ host-image] Feb 12 07:01:36.128 INFO O| Feb 12 07:01:36.128 INFO ok!
97952026-02-12T07:01:36.929Z[ host-image] Feb 12 07:01:36.128 INFO O| Feb 12 07:01:36.128 INFO STEP 67 (ensure_file) COMPLETE
97962026-02-12T07:01:36.929Z[ host-image] Feb 12 07:01:36.128 INFO O| Feb 12 07:01:36.128 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97972026-02-12T07:01:36.933Z[ host-image] Feb 12 07:01:36.135 INFO O| Feb 12 07:01:36.135 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97982026-02-12T07:01:36.933Z[ host-image] Feb 12 07:01:36.135 INFO O| Feb 12 07:01:36.135 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 ...
97992026-02-12T07:01:36.937Z[ host-image] Feb 12 07:01:36.136 INFO O| Feb 12 07:01:36.136 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
98002026-02-12T07:01:36.937Z[ host-image] Feb 12 07:01:36.136 INFO O| Feb 12 07:01:36.136 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
98012026-02-12T07:01:36.937Z[ host-image] Feb 12 07:01:36.136 INFO O| Feb 12 07:01:36.136 INFO ok!
98022026-02-12T07:01:36.937Z[ host-image] Feb 12 07:01:36.136 INFO O| Feb 12 07:01:36.136 INFO STEP 68 (ensure_file) COMPLETE
98032026-02-12T07:01:36.937Z[ host-image] Feb 12 07:01:36.136 INFO O| Feb 12 07:01:36.136 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98042026-02-12T07:01:36.944Z[ host-image] Feb 12 07:01:36.147 INFO O| Feb 12 07:01:36.146 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
98052026-02-12T07:01:36.948Z[ host-image] Feb 12 07:01:36.147 INFO O| Feb 12 07:01:36.147 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
98062026-02-12T07:01:39.007Z[ host-image] Feb 12 07:01:38.208 INFO O| Feb 12 07:01:38.208 INFO STEP 69 (pack_tar) COMPLETE
98072026-02-12T07:01:39.007Z[ host-image] Feb 12 07:01:38.208 INFO O| Feb 12 07:01:38.208 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
98082026-02-12T07:01:39.007Z[ host-image] Feb 12 07:01:38.208 INFO O| Feb 12 07:01:38.208 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
98092026-02-12T07:01:39.351Z[ host-image] Feb 12 07:01:38.552 INFO O| Feb 12 07:01:38.552 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
98102026-02-12T07:01:39.429Z[ host-image] Feb 12 07:01:38.631 INFO O| Feb 12 07:01:38.631 INFO completed processing sled/ramdisk-02-trim
98112026-02-12T07:01:39.432Z[ host-image] Feb 12 07:01:38.632 INFO image builder template: zfs...
98122026-02-12T07:01:39.432Z[ host-image] Feb 12 07:01:38.632 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/.tmpVN4njM/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@18.0.0.0", "-n", "zfs"], pwd: None
98132026-02-12T07:01:39.447Z[ host-image] Feb 12 07:01:38.646 INFO O| Feb 12 07:01:38.646 INFO skip include "stress" because feature "stress" is not enabled
98142026-02-12T07:01:39.447Z[ host-image] Feb 12 07:01:38.646 INFO O| Feb 12 07:01:38.646 INFO skip include "stress" because feature "compliance" is not enabled
98152026-02-12T07:01:39.476Z[ host-image] Feb 12 07:01:38.677 INFO O| Feb 12 07:01:38.677 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
98162026-02-12T07:01:39.479Z[ host-image] Feb 12 07:01:38.680 INFO O| Feb 12 07:01:38.680 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
98172026-02-12T07:01:39.560Z[ host-image] Feb 12 07:01:38.762 INFO O| Feb 12 07:01:38.762 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
98182026-02-12T07:01:39.625Z[ host-image] Feb 12 07:01:38.827 INFO O| Feb 12 07:01:38.827 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
98192026-02-12T07:01:39.625Z[ host-image] Feb 12 07:01:38.827 INFO O| Feb 12 07:01:38.827 INFO work dataset: rpool/images/build/host/work/sled/zfs
98202026-02-12T07:01:39.637Z[ host-image] Feb 12 07:01:38.830 INFO O| Feb 12 07:01:38.830 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
98212026-02-12T07:01:39.714Z[ host-image] Feb 12 07:01:38.916 INFO O| Feb 12 07:01:38.916 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
98222026-02-12T07:01:39.838Z[ host-image] Feb 12 07:01:39.040 INFO O| Feb 12 07:01:39.040 INFO DESTROY POOL: TEMPORARY-sled-zfs
98232026-02-12T07:01:39.845Z[ host-image] Feb 12 07:01:39.047 INFO O| Feb 12 07:01:39.047 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
98242026-02-12T07:01:39.848Z[ host-image] Feb 12 07:01:39.050 INFO O| Feb 12 07:01:39.050 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
98252026-02-12T07:01:39.848Z[ host-image] Feb 12 07:01:39.050 INFO O| Feb 12 07:01:39.050 INFO no lofi found
98262026-02-12T07:01:39.851Z[ host-image] Feb 12 07:01:39.050 INFO O| Feb 12 07:01:39.050 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
98272026-02-12T07:01:39.851Z[ host-image] Feb 12 07:01:39.050 INFO O| Feb 12 07:01:39.050 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
98282026-02-12T07:01:41.801Z[ host-image] Feb 12 07:01:41.003 INFO O| Feb 12 07:01:41.003 INFO lofi device = /dev/dsk/c2t1d0p0
98292026-02-12T07:01:41.802Z[ host-image] Feb 12 07:01:41.003 INFO O| Feb 12 07:01:41.003 INFO pool device = /dev/dsk/c2t1d0p0
98302026-02-12T07:01:41.805Z[ host-image] Feb 12 07:01:41.003 INFO O| Feb 12 07:01:41.003 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"]
98312026-02-12T07:01:41.899Z[ host-image] Feb 12 07:01:41.100 INFO O| Feb 12 07:01:41.100 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98322026-02-12T07:01:41.899Z[ host-image] Feb 12 07:01:41.100 INFO O| Feb 12 07:01:41.100 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
98332026-02-12T07:01:41.911Z[ host-image] Feb 12 07:01:41.113 INFO O| Feb 12 07:01:41.112 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
98342026-02-12T07:01:41.964Z[ host-image] Feb 12 07:01:41.165 INFO O| Feb 12 07:01:41.165 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
98352026-02-12T07:01:41.995Z[ host-image] Feb 12 07:01:41.196 INFO O| Feb 12 07:01:41.196 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
98362026-02-12T07:01:42.005Z[ host-image] Feb 12 07:01:41.206 INFO O| Feb 12 07:01:41.206 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
98372026-02-12T07:01:42.012Z[ host-image] Feb 12 07:01:41.214 INFO O| Feb 12 07:01:41.214 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
98382026-02-12T07:01:42.051Z[ host-image] Feb 12 07:01:41.252 INFO O| Feb 12 07:01:41.252 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
98392026-02-12T07:01:42.051Z[ host-image] Feb 12 07:01:41.252 INFO O| Feb 12 07:01:41.252 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
98402026-02-12T07:01:42.051Z[ host-image] Feb 12 07:01:41.252 INFO O| Feb 12 07:01:41.252 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
98412026-02-12T07:01:42.057Z[ host-image] Feb 12 07:01:41.259 INFO O| Feb 12 07:01:41.259 INFO boot environment UUID: 5af0237a-e3db-4e4c-972f-de3c4476be33
98422026-02-12T07:01:42.057Z[ host-image] Feb 12 07:01:41.259 INFO O| Feb 12 07:01:41.259 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 5af0237a-e3db-4e4c-972f-de3c4476be33
98432026-02-12T07:01:42.064Z[ host-image] Feb 12 07:01:41.266 INFO O| Feb 12 07:01:41.266 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
98442026-02-12T07:01:42.071Z[ host-image] Feb 12 07:01:41.272 INFO O| Feb 12 07:01:41.272 INFO STEP 0 (create_be) COMPLETE
98452026-02-12T07:01:42.071Z[ host-image] Feb 12 07:01:41.272 INFO O| Feb 12 07:01:41.272 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98462026-02-12T07:01:42.082Z[ host-image] Feb 12 07:01:41.283 INFO O| Feb 12 07:01:41.283 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
98472026-02-12T07:01:59.806Z[ host-image] Feb 12 07:01:59.006 INFO O| Feb 12 07:01:59.006 INFO STEP 1 (unpack_tar) COMPLETE
98482026-02-12T07:01:59.806Z[ host-image] Feb 12 07:01:59.006 INFO O| Feb 12 07:01:59.006 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98492026-02-12T07:01:59.815Z[ host-image] Feb 12 07:01:59.015 INFO O| Feb 12 07:01:59.015 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
98502026-02-12T07:01:59.995Z[ host-image] Feb 12 07:01:59.195 INFO O| Feb 12 07:01:59.195 INFO STEP 2 (devfsadm) COMPLETE
98512026-02-12T07:01:59.998Z[ host-image] Feb 12 07:01:59.195 INFO O| Feb 12 07:01:59.195 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98522026-02-12T07:02:00.003Z[ host-image] Feb 12 07:01:59.203 INFO O| Feb 12 07:01:59.203 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98532026-02-12T07:02:00.003Z[ host-image] Feb 12 07:01:59.203 INFO O| Feb 12 07:01:59.203 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98542026-02-12T07:02:00.006Z[ host-image] Feb 12 07:01:59.203 INFO O| Feb 12 07:01:59.203 INFO STEP 3 (ensure_dir) COMPLETE
98552026-02-12T07:02:00.006Z[ host-image] Feb 12 07:01:59.203 INFO O| Feb 12 07:01:59.203 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98562026-02-12T07:02:00.011Z[ host-image] Feb 12 07:01:59.211 INFO O| Feb 12 07:01:59.211 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98572026-02-12T07:02:00.011Z[ host-image] Feb 12 07:01:59.211 INFO O| Feb 12 07:01:59.211 INFO STEP 4 (ensure_dir) COMPLETE
98582026-02-12T07:02:00.014Z[ host-image] Feb 12 07:01:59.211 INFO O| Feb 12 07:01:59.211 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98592026-02-12T07:02:00.018Z[ host-image] Feb 12 07:01:59.218 INFO O| Feb 12 07:01:59.218 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98602026-02-12T07:02:00.018Z[ host-image] Feb 12 07:01:59.218 INFO O| Feb 12 07:01:59.218 INFO STEP 5 (ensure_dir) COMPLETE
98612026-02-12T07:02:00.021Z[ host-image] Feb 12 07:01:59.218 INFO O| Feb 12 07:01:59.218 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98622026-02-12T07:02:00.027Z[ host-image] Feb 12 07:01:59.226 INFO O| Feb 12 07:01:59.226 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98632026-02-12T07:02:00.027Z[ host-image] Feb 12 07:01:59.226 INFO O| Feb 12 07:01:59.226 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98642026-02-12T07:02:00.030Z[ host-image] Feb 12 07:01:59.226 INFO O| Feb 12 07:01:59.226 INFO STEP 6 (ensure_dir) COMPLETE
98652026-02-12T07:02:00.030Z[ host-image] Feb 12 07:01:59.226 INFO O| Feb 12 07:01:59.226 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98662026-02-12T07:02:00.037Z[ host-image] Feb 12 07:01:59.237 INFO O| Feb 12 07:01:59.237 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98672026-02-12T07:02:00.038Z[ host-image] Feb 12 07:01:59.237 INFO O| Feb 12 07:01:59.237 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98682026-02-12T07:02:00.041Z[ host-image] Feb 12 07:01:59.237 INFO O| Feb 12 07:01:59.237 INFO STEP 7 (ensure_dir) COMPLETE
98692026-02-12T07:02:00.041Z[ host-image] Feb 12 07:01:59.237 INFO O| Feb 12 07:01:59.237 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98702026-02-12T07:02:00.045Z[ host-image] Feb 12 07:01:59.245 INFO O| Feb 12 07:01:59.245 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
98712026-02-12T07:02:00.048Z[ host-image] Feb 12 07:01:59.245 INFO O| Feb 12 07:01:59.245 INFO STEP 8 (remove_files) COMPLETE
98722026-02-12T07:02:00.048Z[ host-image] Feb 12 07:01:59.246 INFO O| Feb 12 07:01:59.245 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98732026-02-12T07:02:00.053Z[ host-image] Feb 12 07:01:59.253 INFO O| Feb 12 07:01:59.253 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98742026-02-12T07:02:00.056Z[ host-image] Feb 12 07:01:59.253 INFO O| Feb 12 07:01:59.253 INFO STEP 9 (remove_files) COMPLETE
98752026-02-12T07:02:00.056Z[ host-image] Feb 12 07:01:59.253 INFO O| Feb 12 07:01:59.253 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98762026-02-12T07:02:00.061Z[ host-image] Feb 12 07:01:59.261 INFO O| Feb 12 07:01:59.261 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98772026-02-12T07:02:00.064Z[ host-image] Feb 12 07:01:59.261 INFO O| Feb 12 07:01:59.261 INFO STEP 10 (remove_files) COMPLETE
98782026-02-12T07:02:00.064Z[ host-image] Feb 12 07:01:59.261 INFO O| Feb 12 07:01:59.261 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98792026-02-12T07:02:00.068Z[ host-image] Feb 12 07:01:59.268 INFO O| Feb 12 07:01:59.268 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98802026-02-12T07:02:00.072Z[ host-image] Feb 12 07:01:59.268 INFO O| Feb 12 07:01:59.268 INFO STEP 11 (remove_files) COMPLETE
98812026-02-12T07:02:00.072Z[ host-image] Feb 12 07:01:59.269 INFO O| Feb 12 07:01:59.268 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98822026-02-12T07:02:00.083Z[ host-image] Feb 12 07:01:59.276 INFO O| Feb 12 07:01:59.276 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98832026-02-12T07:02:00.084Z[ host-image] Feb 12 07:01:59.276 INFO O| Feb 12 07:01:59.276 INFO STEP 12 (remove_files) COMPLETE
98842026-02-12T07:02:00.084Z[ host-image] Feb 12 07:01:59.276 INFO O| Feb 12 07:01:59.276 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98852026-02-12T07:02:00.084Z[ host-image] Feb 12 07:01:59.283 INFO O| Feb 12 07:01:59.283 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98862026-02-12T07:02:00.084Z[ host-image] Feb 12 07:01:59.283 INFO O| Feb 12 07:01:59.283 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98872026-02-12T07:02:00.084Z[ host-image] Feb 12 07:01:59.283 INFO O| Feb 12 07:01:59.283 INFO STEP 13 (ensure_dir) COMPLETE
98882026-02-12T07:02:00.090Z[ host-image] Feb 12 07:01:59.283 INFO O| Feb 12 07:01:59.283 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98892026-02-12T07:02:00.094Z[ host-image] Feb 12 07:01:59.290 INFO O| Feb 12 07:01:59.290 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98902026-02-12T07:02:00.094Z[ host-image] Feb 12 07:01:59.291 INFO O| Feb 12 07:01:59.291 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98912026-02-12T07:02:00.094Z[ host-image] Feb 12 07:01:59.291 INFO O| Feb 12 07:01:59.291 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98922026-02-12T07:02:00.094Z[ host-image] Feb 12 07:01:59.291 INFO O| Feb 12 07:01:59.291 INFO STEP 14 (ensure_dir) COMPLETE
98932026-02-12T07:02:00.094Z[ host-image] Feb 12 07:01:59.291 INFO O| Feb 12 07:01:59.291 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98942026-02-12T07:02:00.099Z[ host-image] Feb 12 07:01:59.298 INFO O| Feb 12 07:01:59.298 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98952026-02-12T07:02:00.099Z[ host-image] Feb 12 07:01:59.298 INFO O| Feb 12 07:01:59.298 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98962026-02-12T07:02:00.103Z[ host-image] Feb 12 07:01:59.298 INFO O| Feb 12 07:01:59.298 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98972026-02-12T07:02:00.103Z[ host-image] Feb 12 07:01:59.298 INFO O| Feb 12 07:01:59.298 INFO STEP 15 (ensure_dir) COMPLETE
98982026-02-12T07:02:00.103Z[ host-image] Feb 12 07:01:59.298 INFO O| Feb 12 07:01:59.298 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98992026-02-12T07:02:00.107Z[ host-image] Feb 12 07:01:59.305 INFO O| Feb 12 07:01:59.305 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
99002026-02-12T07:02:00.107Z[ host-image] Feb 12 07:01:59.305 INFO O| Feb 12 07:01:59.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
99012026-02-12T07:02:00.107Z[ host-image] Feb 12 07:01:59.305 INFO O| Feb 12 07:01:59.305 INFO STEP 16 (ensure_dir) COMPLETE
99022026-02-12T07:02:00.107Z[ host-image] Feb 12 07:01:59.305 INFO O| Feb 12 07:01:59.305 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99032026-02-12T07:02:00.112Z[ host-image] Feb 12 07:01:59.312 INFO O| Feb 12 07:01:59.312 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
99042026-02-12T07:02:00.112Z[ host-image] Feb 12 07:01:59.313 INFO O| Feb 12 07:01:59.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
99052026-02-12T07:02:00.117Z[ host-image] Feb 12 07:01:59.313 INFO O| Feb 12 07:01:59.312 INFO STEP 17 (ensure_dir) COMPLETE
99062026-02-12T07:02:00.117Z[ host-image] Feb 12 07:01:59.313 INFO O| Feb 12 07:01:59.313 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99072026-02-12T07:02:00.120Z[ host-image] Feb 12 07:01:59.320 INFO O| Feb 12 07:01:59.319 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
99082026-02-12T07:02:00.120Z[ host-image] Feb 12 07:01:59.320 INFO O| Feb 12 07:01:59.320 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
99092026-02-12T07:02:00.120Z[ host-image] Feb 12 07:01:59.320 INFO O| Feb 12 07:01:59.320 INFO ok!
99102026-02-12T07:02:00.120Z[ host-image] Feb 12 07:01:59.320 INFO O| Feb 12 07:01:59.320 INFO STEP 18 (ensure_symlink) COMPLETE
99112026-02-12T07:02:00.120Z[ host-image] Feb 12 07:01:59.320 INFO O| Feb 12 07:01:59.320 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99122026-02-12T07:02:00.127Z[ host-image] Feb 12 07:01:59.327 INFO O| Feb 12 07:01:59.327 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
99132026-02-12T07:02:00.127Z[ host-image] Feb 12 07:01:59.327 INFO O| Feb 12 07:01:59.327 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
99142026-02-12T07:02:00.127Z[ host-image] Feb 12 07:01:59.327 INFO O| Feb 12 07:01:59.327 INFO ok!
99152026-02-12T07:02:00.130Z[ host-image] Feb 12 07:01:59.327 INFO O| Feb 12 07:01:59.327 INFO STEP 19 (ensure_file) COMPLETE
99162026-02-12T07:02:00.130Z[ host-image] Feb 12 07:01:59.327 INFO O| Feb 12 07:01:59.327 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99172026-02-12T07:02:00.134Z[ host-image] Feb 12 07:01:59.334 INFO O| Feb 12 07:01:59.334 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
99182026-02-12T07:02:00.134Z[ host-image] Feb 12 07:01:59.334 INFO O| Feb 12 07:01:59.334 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
99192026-02-12T07:02:00.134Z[ host-image] Feb 12 07:01:59.334 INFO O| Feb 12 07:01:59.334 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
99202026-02-12T07:02:00.137Z[ host-image] Feb 12 07:01:59.334 INFO O| Feb 12 07:01:59.334 INFO ok!
99212026-02-12T07:02:00.137Z[ host-image] Feb 12 07:01:59.334 INFO O| Feb 12 07:01:59.334 INFO STEP 20 (ensure_symlink) COMPLETE
99222026-02-12T07:02:00.137Z[ host-image] Feb 12 07:01:59.334 INFO O| Feb 12 07:01:59.334 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99232026-02-12T07:02:00.141Z[ host-image] Feb 12 07:01:59.342 INFO O| Feb 12 07:01:59.341 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
99242026-02-12T07:02:00.145Z[ host-image] Feb 12 07:01:59.342 INFO O| Feb 12 07:01:59.342 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
99252026-02-12T07:02:00.145Z[ host-image] Feb 12 07:01:59.342 INFO O| Feb 12 07:01:59.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
99262026-02-12T07:02:00.145Z[ host-image] Feb 12 07:01:59.342 INFO O| Feb 12 07:01:59.342 INFO ok!
99272026-02-12T07:02:00.145Z[ host-image] Feb 12 07:01:59.342 INFO O| Feb 12 07:01:59.342 INFO STEP 21 (ensure_symlink) COMPLETE
99282026-02-12T07:02:00.145Z[ host-image] Feb 12 07:01:59.342 INFO O| Feb 12 07:01:59.342 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99292026-02-12T07:02:00.149Z[ host-image] Feb 12 07:01:59.349 INFO O| Feb 12 07:01:59.349 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
99302026-02-12T07:02:00.152Z[ host-image] Feb 12 07:01:59.349 INFO O| Feb 12 07:01:59.349 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
99312026-02-12T07:02:00.152Z[ host-image] Feb 12 07:01:59.349 INFO O| Feb 12 07:01:59.349 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
99322026-02-12T07:02:00.152Z[ host-image] Feb 12 07:01:59.349 INFO O| Feb 12 07:01:59.349 INFO ok!
99332026-02-12T07:02:00.152Z[ host-image] Feb 12 07:01:59.349 INFO O| Feb 12 07:01:59.349 INFO STEP 22 (ensure_symlink) COMPLETE
99342026-02-12T07:02:00.152Z[ host-image] Feb 12 07:01:59.349 INFO O| Feb 12 07:01:59.349 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99352026-02-12T07:02:00.156Z[ host-image] Feb 12 07:01:59.356 INFO O| Feb 12 07:01:59.356 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
99362026-02-12T07:02:00.160Z[ host-image] Feb 12 07:01:59.357 INFO O| Feb 12 07:01:59.356 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
99372026-02-12T07:02:00.160Z[ host-image] Feb 12 07:01:59.357 INFO O| Feb 12 07:01:59.357 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
99382026-02-12T07:02:00.160Z[ host-image] Feb 12 07:01:59.357 INFO O| Feb 12 07:01:59.357 INFO ok!
99392026-02-12T07:02:00.160Z[ host-image] Feb 12 07:01:59.357 INFO O| Feb 12 07:01:59.357 INFO STEP 23 (ensure_symlink) COMPLETE
99402026-02-12T07:02:00.160Z[ host-image] Feb 12 07:01:59.357 INFO O| Feb 12 07:01:59.357 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99412026-02-12T07:02:00.164Z[ host-image] Feb 12 07:01:59.364 INFO O| Feb 12 07:01:59.364 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
99422026-02-12T07:02:00.164Z[ host-image] Feb 12 07:01:59.364 INFO O| Feb 12 07:01:59.364 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
99432026-02-12T07:02:00.168Z[ host-image] Feb 12 07:01:59.364 INFO O| Feb 12 07:01:59.364 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
99442026-02-12T07:02:00.168Z[ host-image] Feb 12 07:01:59.364 INFO O| Feb 12 07:01:59.364 INFO ok!
99452026-02-12T07:02:00.168Z[ host-image] Feb 12 07:01:59.364 INFO O| Feb 12 07:01:59.364 INFO STEP 24 (ensure_file) COMPLETE
99462026-02-12T07:02:00.168Z[ host-image] Feb 12 07:01:59.364 INFO O| Feb 12 07:01:59.364 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
99472026-02-12T07:02:00.171Z[ host-image] Feb 12 07:01:59.372 INFO O| Feb 12 07:01:59.372 INFO updating shadow file
99482026-02-12T07:02:00.175Z[ host-image] Feb 12 07:01:59.372 INFO O| Feb 12 07:01:59.372 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99492026-02-12T07:02:00.175Z[ host-image] Feb 12 07:01:59.372 INFO O| Feb 12 07:01:59.372 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99502026-02-12T07:02:00.175Z[ host-image] Feb 12 07:01:59.372 INFO O| Feb 12 07:01:59.372 INFO STEP 25 (shadow) COMPLETE
99512026-02-12T07:02:00.175Z[ host-image] Feb 12 07:01:59.372 INFO O| Feb 12 07:01:59.372 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99522026-02-12T07:02:00.179Z[ host-image] Feb 12 07:01:59.379 INFO O| Feb 12 07:01:59.379 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
99532026-02-12T07:02:00.182Z[ host-image] Feb 12 07:01:59.380 INFO O| Feb 12 07:01:59.379 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
99542026-02-12T07:02:00.183Z[ host-image] Feb 12 07:01:59.380 INFO O| Feb 12 07:01:59.380 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
99552026-02-12T07:02:00.183Z[ host-image] Feb 12 07:01:59.380 INFO O| Feb 12 07:01:59.380 INFO ok!
99562026-02-12T07:02:00.183Z[ host-image] Feb 12 07:01:59.380 INFO O| Feb 12 07:01:59.380 INFO STEP 26 (ensure_file) COMPLETE
99572026-02-12T07:02:00.183Z[ host-image] Feb 12 07:01:59.380 INFO O| Feb 12 07:01:59.380 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99582026-02-12T07:02:00.187Z[ host-image] Feb 12 07:01:59.387 INFO O| Feb 12 07:01:59.387 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
99592026-02-12T07:02:00.187Z[ host-image] Feb 12 07:01:59.387 INFO O| Feb 12 07:01:59.387 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
99602026-02-12T07:02:00.190Z[ host-image] Feb 12 07:01:59.387 INFO O| Feb 12 07:01:59.387 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
99612026-02-12T07:02:00.190Z[ host-image] Feb 12 07:01:59.387 INFO O| Feb 12 07:01:59.387 INFO ok!
99622026-02-12T07:02:00.190Z[ host-image] Feb 12 07:01:59.387 INFO O| Feb 12 07:01:59.387 INFO STEP 27 (ensure_file) COMPLETE
99632026-02-12T07:02:00.190Z[ host-image] Feb 12 07:01:59.387 INFO O| Feb 12 07:01:59.387 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99642026-02-12T07:02:00.194Z[ host-image] Feb 12 07:01:59.394 INFO O| Feb 12 07:01:59.394 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
99652026-02-12T07:02:00.197Z[ host-image] Feb 12 07:01:59.394 INFO O| Feb 12 07:01:59.394 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
99662026-02-12T07:02:00.197Z[ host-image] Feb 12 07:01:59.394 INFO O| Feb 12 07:01:59.394 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99672026-02-12T07:02:00.197Z[ host-image] Feb 12 07:01:59.394 INFO O| Feb 12 07:01:59.394 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99682026-02-12T07:02:00.198Z[ host-image] Feb 12 07:01:59.394 INFO O| Feb 12 07:01:59.394 INFO ok!
99692026-02-12T07:02:00.198Z[ host-image] Feb 12 07:01:59.394 INFO O| Feb 12 07:01:59.394 INFO STEP 28 (ensure_file) COMPLETE
99702026-02-12T07:02:00.198Z[ host-image] Feb 12 07:01:59.394 INFO O| Feb 12 07:01:59.394 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99712026-02-12T07:02:00.202Z[ host-image] Feb 12 07:01:59.401 INFO O| Feb 12 07:01:59.401 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99722026-02-12T07:02:00.202Z[ host-image] Feb 12 07:01:59.401 INFO O| Feb 12 07:01:59.401 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99732026-02-12T07:02:00.205Z[ host-image] Feb 12 07:01:59.401 INFO O| Feb 12 07:01:59.401 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99742026-02-12T07:02:00.205Z[ host-image] Feb 12 07:01:59.402 INFO O| Feb 12 07:01:59.401 INFO ok!
99752026-02-12T07:02:00.205Z[ host-image] Feb 12 07:01:59.402 INFO O| Feb 12 07:01:59.401 INFO STEP 29 (ensure_file) COMPLETE
99762026-02-12T07:02:00.205Z[ host-image] Feb 12 07:01:59.402 INFO O| Feb 12 07:01:59.401 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99772026-02-12T07:02:00.209Z[ host-image] Feb 12 07:01:59.408 INFO O| Feb 12 07:01:59.408 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99782026-02-12T07:02:00.209Z[ host-image] Feb 12 07:01:59.409 INFO O| Feb 12 07:01:59.408 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99792026-02-12T07:02:00.212Z[ host-image] Feb 12 07:01:59.409 INFO O| Feb 12 07:01:59.409 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99802026-02-12T07:02:00.212Z[ host-image] Feb 12 07:01:59.409 INFO O| Feb 12 07:01:59.409 INFO STEP 30 (ensure_dir) COMPLETE
99812026-02-12T07:02:00.212Z[ host-image] Feb 12 07:01:59.409 INFO O| Feb 12 07:01:59.409 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99822026-02-12T07:02:00.216Z[ host-image] Feb 12 07:01:59.416 INFO O| Feb 12 07:01:59.416 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99832026-02-12T07:02:00.216Z[ host-image] Feb 12 07:01:59.416 INFO O| Feb 12 07:01:59.416 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99842026-02-12T07:02:00.220Z[ host-image] Feb 12 07:01:59.416 INFO O| Feb 12 07:01:59.416 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99852026-02-12T07:02:00.220Z[ host-image] Feb 12 07:01:59.416 INFO O| Feb 12 07:01:59.416 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99862026-02-12T07:02:00.220Z[ host-image] Feb 12 07:01:59.416 INFO O| Feb 12 07:01:59.416 INFO ok!
99872026-02-12T07:02:00.220Z[ host-image] Feb 12 07:01:59.416 INFO O| Feb 12 07:01:59.416 INFO STEP 31 (ensure_file) COMPLETE
99882026-02-12T07:02:00.220Z[ host-image] Feb 12 07:01:59.416 INFO O| Feb 12 07:01:59.416 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99892026-02-12T07:02:00.224Z[ host-image] Feb 12 07:01:59.424 INFO O| Feb 12 07:01:59.424 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99902026-02-12T07:02:00.224Z[ host-image] Feb 12 07:01:59.424 INFO O| Feb 12 07:01:59.424 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99912026-02-12T07:02:00.227Z[ host-image] Feb 12 07:01:59.424 INFO O| Feb 12 07:01:59.424 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99922026-02-12T07:02:00.227Z[ host-image] Feb 12 07:01:59.424 INFO O| Feb 12 07:01:59.424 INFO STEP 32 (ensure_dir) COMPLETE
99932026-02-12T07:02:00.227Z[ host-image] Feb 12 07:01:59.424 INFO O| Feb 12 07:01:59.424 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99942026-02-12T07:02:00.232Z[ host-image] Feb 12 07:01:59.432 INFO O| Feb 12 07:01:59.432 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99952026-02-12T07:02:00.235Z[ host-image] Feb 12 07:01:59.432 INFO O| Feb 12 07:01:59.432 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 ...
99962026-02-12T07:02:00.235Z[ host-image] Feb 12 07:01:59.432 INFO O| Feb 12 07:01:59.432 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
99972026-02-12T07:02:00.235Z[ host-image] Feb 12 07:01:59.432 INFO O| Feb 12 07:01:59.432 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99982026-02-12T07:02:00.235Z[ host-image] Feb 12 07:01:59.432 INFO O| Feb 12 07:01:59.432 INFO ok!
99992026-02-12T07:02:00.235Z[ host-image] Feb 12 07:01:59.432 INFO O| Feb 12 07:01:59.432 INFO STEP 33 (ensure_file) COMPLETE
100002026-02-12T07:02:00.235Z[ host-image] Feb 12 07:01:59.432 INFO O| Feb 12 07:01:59.432 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100012026-02-12T07:02:00.239Z[ host-image] Feb 12 07:01:59.439 INFO O| Feb 12 07:01:59.439 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
100022026-02-12T07:02:00.240Z[ host-image] Feb 12 07:01:59.439 INFO O| Feb 12 07:01:59.439 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
100032026-02-12T07:02:00.243Z[ host-image] Feb 12 07:01:59.440 INFO O| Feb 12 07:01:59.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
100042026-02-12T07:02:00.243Z[ host-image] Feb 12 07:01:59.440 INFO O| Feb 12 07:01:59.440 INFO ok!
100052026-02-12T07:02:00.243Z[ host-image] Feb 12 07:01:59.440 INFO O| Feb 12 07:01:59.440 INFO STEP 34 (ensure_file) COMPLETE
100062026-02-12T07:02:00.243Z[ host-image] Feb 12 07:01:59.440 INFO O| Feb 12 07:01:59.440 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100072026-02-12T07:02:00.247Z[ host-image] Feb 12 07:01:59.447 INFO O| Feb 12 07:01:59.447 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
100082026-02-12T07:02:00.251Z[ host-image] Feb 12 07:01:59.448 INFO O| Feb 12 07:01:59.447 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
100092026-02-12T07:02:00.251Z[ host-image] Feb 12 07:01:59.448 INFO O| Feb 12 07:01:59.448 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
100102026-02-12T07:02:00.251Z[ host-image] Feb 12 07:01:59.448 INFO O| Feb 12 07:01:59.448 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
100112026-02-12T07:02:00.251Z[ host-image] Feb 12 07:01:59.448 INFO O| Feb 12 07:01:59.448 INFO ok!
100122026-02-12T07:02:00.251Z[ host-image] Feb 12 07:01:59.448 INFO O| Feb 12 07:01:59.448 INFO STEP 35 (ensure_file) COMPLETE
100132026-02-12T07:02:00.251Z[ host-image] Feb 12 07:01:59.448 INFO O| Feb 12 07:01:59.448 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100142026-02-12T07:02:00.255Z[ host-image] Feb 12 07:01:59.455 INFO O| Feb 12 07:01:59.455 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
100152026-02-12T07:02:00.258Z[ host-image] Feb 12 07:01:59.455 INFO O| Feb 12 07:01:59.455 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
100162026-02-12T07:02:00.258Z[ host-image] Feb 12 07:01:59.455 INFO O| Feb 12 07:01:59.455 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
100172026-02-12T07:02:00.258Z[ host-image] Feb 12 07:01:59.455 INFO O| Feb 12 07:01:59.455 INFO ok!
100182026-02-12T07:02:00.258Z[ host-image] Feb 12 07:01:59.455 INFO O| Feb 12 07:01:59.455 INFO STEP 36 (ensure_file) COMPLETE
100192026-02-12T07:02:00.258Z[ host-image] Feb 12 07:01:59.455 INFO O| Feb 12 07:01:59.455 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100202026-02-12T07:02:00.262Z[ host-image] Feb 12 07:01:59.462 INFO O| Feb 12 07:01:59.462 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
100212026-02-12T07:02:00.262Z[ host-image] Feb 12 07:01:59.463 INFO O| Feb 12 07:01:59.462 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
100222026-02-12T07:02:00.266Z[ host-image] Feb 12 07:01:59.463 INFO O| Feb 12 07:01:59.463 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
100232026-02-12T07:02:00.266Z[ host-image] Feb 12 07:01:59.463 INFO O| Feb 12 07:01:59.463 INFO ok!
100242026-02-12T07:02:00.266Z[ host-image] Feb 12 07:01:59.463 INFO O| Feb 12 07:01:59.463 INFO STEP 37 (ensure_file) COMPLETE
100252026-02-12T07:02:00.266Z[ host-image] Feb 12 07:01:59.463 INFO O| Feb 12 07:01:59.463 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100262026-02-12T07:02:00.269Z[ host-image] Feb 12 07:01:59.470 INFO O| Feb 12 07:01:59.470 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
100272026-02-12T07:02:00.270Z[ host-image] Feb 12 07:01:59.470 INFO O| Feb 12 07:01:59.470 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
100282026-02-12T07:02:00.273Z[ host-image] Feb 12 07:01:59.470 INFO O| Feb 12 07:01:59.470 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100292026-02-12T07:02:00.273Z[ host-image] Feb 12 07:01:59.470 INFO O| Feb 12 07:01:59.470 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100302026-02-12T07:02:00.273Z[ host-image] Feb 12 07:01:59.470 INFO O| Feb 12 07:01:59.470 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100312026-02-12T07:02:00.273Z[ host-image] Feb 12 07:01:59.470 INFO O| Feb 12 07:01:59.470 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100322026-02-12T07:02:00.273Z[ host-image] Feb 12 07:01:59.470 INFO O| Feb 12 07:01:59.470 INFO ok!
100332026-02-12T07:02:00.273Z[ host-image] Feb 12 07:01:59.470 INFO O| Feb 12 07:01:59.470 INFO STEP 38 (ensure_file) COMPLETE
100342026-02-12T07:02:00.273Z[ host-image] Feb 12 07:01:59.470 INFO O| Feb 12 07:01:59.470 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100352026-02-12T07:02:00.277Z[ host-image] Feb 12 07:01:59.477 INFO O| Feb 12 07:01:59.477 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100362026-02-12T07:02:00.280Z[ host-image] Feb 12 07:01:59.477 INFO O| Feb 12 07:01:59.477 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100372026-02-12T07:02:00.280Z[ host-image] Feb 12 07:01:59.477 INFO O| Feb 12 07:01:59.477 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100382026-02-12T07:02:00.280Z[ host-image] Feb 12 07:01:59.477 INFO O| Feb 12 07:01:59.477 INFO STEP 39 (ensure_dir) COMPLETE
100392026-02-12T07:02:00.280Z[ host-image] Feb 12 07:01:59.477 INFO O| Feb 12 07:01:59.477 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100402026-02-12T07:02:00.285Z[ host-image] Feb 12 07:01:59.485 INFO O| Feb 12 07:01:59.485 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
100412026-02-12T07:02:00.285Z[ host-image] Feb 12 07:01:59.485 INFO O| Feb 12 07:01:59.485 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 ...
100422026-02-12T07:02:00.288Z[ host-image] Feb 12 07:01:59.485 INFO O| Feb 12 07:01:59.485 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
100432026-02-12T07:02:00.288Z[ host-image] Feb 12 07:01:59.485 INFO O| Feb 12 07:01:59.485 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
100442026-02-12T07:02:00.288Z[ host-image] Feb 12 07:01:59.485 INFO O| Feb 12 07:01:59.485 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
100452026-02-12T07:02:00.288Z[ host-image] Feb 12 07:01:59.485 INFO O| Feb 12 07:01:59.485 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
100462026-02-12T07:02:00.288Z[ host-image] Feb 12 07:01:59.485 INFO O| Feb 12 07:01:59.485 INFO ok!
100472026-02-12T07:02:00.288Z[ host-image] Feb 12 07:01:59.485 INFO O| Feb 12 07:01:59.485 INFO STEP 40 (ensure_file) COMPLETE
100482026-02-12T07:02:00.288Z[ host-image] Feb 12 07:01:59.485 INFO O| Feb 12 07:01:59.485 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100492026-02-12T07:02:00.292Z[ host-image] Feb 12 07:01:59.492 INFO O| Feb 12 07:01:59.492 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
100502026-02-12T07:02:00.292Z[ host-image] Feb 12 07:01:59.492 INFO O| Feb 12 07:01:59.492 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 ...
100512026-02-12T07:02:00.295Z[ host-image] Feb 12 07:01:59.493 INFO O| Feb 12 07:01:59.492 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
100522026-02-12T07:02:00.295Z[ host-image] Feb 12 07:01:59.493 INFO O| Feb 12 07:01:59.492 INFO ok!
100532026-02-12T07:02:00.295Z[ host-image] Feb 12 07:01:59.493 INFO O| Feb 12 07:01:59.493 INFO STEP 41 (ensure_symlink) COMPLETE
100542026-02-12T07:02:00.296Z[ host-image] Feb 12 07:01:59.493 INFO O| Feb 12 07:01:59.493 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100552026-02-12T07:02:00.301Z[ host-image] Feb 12 07:01:59.500 INFO O| Feb 12 07:01:59.500 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
100562026-02-12T07:02:00.301Z[ host-image] Feb 12 07:01:59.500 INFO O| Feb 12 07:01:59.500 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
100572026-02-12T07:02:00.301Z[ host-image] Feb 12 07:01:59.500 INFO O| Feb 12 07:01:59.500 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
100582026-02-12T07:02:00.304Z[ host-image] Feb 12 07:01:59.500 INFO O| Feb 12 07:01:59.500 INFO ok!
100592026-02-12T07:02:00.304Z[ host-image] Feb 12 07:01:59.500 INFO O| Feb 12 07:01:59.500 INFO STEP 42 (ensure_symlink) COMPLETE
100602026-02-12T07:02:00.304Z[ host-image] Feb 12 07:01:59.500 INFO O| Feb 12 07:01:59.500 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100612026-02-12T07:02:00.307Z[ host-image] Feb 12 07:01:59.508 INFO O| Feb 12 07:01:59.507 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
100622026-02-12T07:02:00.307Z[ host-image] Feb 12 07:01:59.508 INFO O| Feb 12 07:01:59.507 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
100632026-02-12T07:02:00.310Z[ host-image] Feb 12 07:01:59.508 INFO O| Feb 12 07:01:59.508 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100642026-02-12T07:02:00.310Z[ host-image] Feb 12 07:01:59.508 INFO O| Feb 12 07:01:59.508 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100652026-02-12T07:02:00.310Z[ host-image] Feb 12 07:01:59.508 INFO O| Feb 12 07:01:59.508 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100662026-02-12T07:02:00.311Z[ host-image] Feb 12 07:01:59.508 INFO O| Feb 12 07:01:59.508 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100672026-02-12T07:02:00.311Z[ host-image] Feb 12 07:01:59.508 INFO O| Feb 12 07:01:59.508 INFO ok!
100682026-02-12T07:02:00.311Z[ host-image] Feb 12 07:01:59.508 INFO O| Feb 12 07:01:59.508 INFO STEP 43 (ensure_file) COMPLETE
100692026-02-12T07:02:00.311Z[ host-image] Feb 12 07:01:59.508 INFO O| Feb 12 07:01:59.508 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100702026-02-12T07:02:00.315Z[ host-image] Feb 12 07:01:59.516 INFO O| Feb 12 07:01:59.515 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
100712026-02-12T07:02:00.315Z[ host-image] Feb 12 07:01:59.516 INFO O| Feb 12 07:01:59.515 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 ...
100722026-02-12T07:02:00.318Z[ host-image] Feb 12 07:01:59.516 INFO O| Feb 12 07:01:59.516 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
100732026-02-12T07:02:00.318Z[ host-image] Feb 12 07:01:59.516 INFO O| Feb 12 07:01:59.516 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100742026-02-12T07:02:00.318Z[ host-image] Feb 12 07:01:59.516 INFO O| Feb 12 07:01:59.516 INFO ok!
100752026-02-12T07:02:00.318Z[ host-image] Feb 12 07:01:59.516 INFO O| Feb 12 07:01:59.516 INFO STEP 44 (ensure_file) COMPLETE
100762026-02-12T07:02:00.318Z[ host-image] Feb 12 07:01:59.516 INFO O| Feb 12 07:01:59.516 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100772026-02-12T07:02:00.324Z[ host-image] Feb 12 07:01:59.524 INFO O| Feb 12 07:01:59.524 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100782026-02-12T07:02:00.324Z[ host-image] Feb 12 07:01:59.524 INFO O| Feb 12 07:01:59.524 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100792026-02-12T07:02:00.327Z[ host-image] Feb 12 07:01:59.524 INFO O| Feb 12 07:01:59.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100802026-02-12T07:02:00.327Z[ host-image] Feb 12 07:01:59.524 INFO O| Feb 12 07:01:59.524 INFO ok!
100812026-02-12T07:02:00.327Z[ host-image] Feb 12 07:01:59.524 INFO O| Feb 12 07:01:59.524 INFO STEP 45 (ensure_file) COMPLETE
100822026-02-12T07:02:00.327Z[ host-image] Feb 12 07:01:59.524 INFO O| Feb 12 07:01:59.524 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100832026-02-12T07:02:00.331Z[ host-image] Feb 12 07:01:59.531 INFO O| Feb 12 07:01:59.531 INFO updating shadow file
100842026-02-12T07:02:00.334Z[ host-image] Feb 12 07:01:59.531 INFO O| Feb 12 07:01:59.531 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100852026-02-12T07:02:00.334Z[ host-image] Feb 12 07:01:59.531 INFO O| Feb 12 07:01:59.531 INFO STEP 46 (shadow) COMPLETE
100862026-02-12T07:02:00.334Z[ host-image] Feb 12 07:01:59.531 INFO O| Feb 12 07:01:59.531 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100872026-02-12T07:02:00.339Z[ host-image] Feb 12 07:01:59.539 INFO O| Feb 12 07:01:59.539 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100882026-02-12T07:02:00.339Z[ host-image] Feb 12 07:01:59.539 INFO O| Feb 12 07:01:59.539 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100892026-02-12T07:02:00.342Z[ host-image] Feb 12 07:01:59.539 INFO O| Feb 12 07:01:59.539 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100902026-02-12T07:02:00.342Z[ host-image] Feb 12 07:01:59.539 INFO O| Feb 12 07:01:59.539 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100912026-02-12T07:02:00.342Z[ host-image] Feb 12 07:01:59.539 INFO O| Feb 12 07:01:59.539 INFO ok!
100922026-02-12T07:02:00.342Z[ host-image] Feb 12 07:01:59.539 INFO O| Feb 12 07:01:59.539 INFO STEP 47 (ensure_file) COMPLETE
100932026-02-12T07:02:00.342Z[ host-image] Feb 12 07:01:59.539 INFO O| Feb 12 07:01:59.539 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100942026-02-12T07:02:00.342Z[ host-image] Feb 12 07:01:59.539 INFO O| Feb 12 07:01:59.539 INFO skip step because feature "mfg" is not enabled
100952026-02-12T07:02:00.342Z[ host-image] Feb 12 07:01:59.539 INFO O| Feb 12 07:01:59.539 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100962026-02-12T07:02:00.342Z[ host-image] Feb 12 07:01:59.539 INFO O| Feb 12 07:01:59.539 INFO skip step because feature "mfg" is not enabled
100972026-02-12T07:02:00.342Z[ host-image] Feb 12 07:01:59.539 INFO O| Feb 12 07:01:59.539 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100982026-02-12T07:02:00.347Z[ host-image] Feb 12 07:01:59.547 INFO O| Feb 12 07:01:59.547 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100992026-02-12T07:02:00.347Z[ host-image] Feb 12 07:01:59.547 INFO O| Feb 12 07:01:59.547 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
101002026-02-12T07:02:00.994Z[ host-image] Feb 12 07:02:00.194 INFO O| Feb 12 07:02:00.194 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
101012026-02-12T07:02:00.994Z[ host-image] Feb 12 07:02:00.194 INFO O| Feb 12 07:02:00.194 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
101022026-02-12T07:02:00.994Z[ host-image] Feb 12 07:02:00.194 INFO O| Feb 12 07:02:00.194 INFO ok!
101032026-02-12T07:02:00.998Z[ host-image] Feb 12 07:02:00.194 INFO O| Feb 12 07:02:00.194 INFO STEP 50 (ensure_file) COMPLETE
101042026-02-12T07:02:00.998Z[ host-image] Feb 12 07:02:00.194 INFO O| Feb 12 07:02:00.194 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101052026-02-12T07:02:00.998Z[ host-image] Feb 12 07:02:00.194 INFO O| Feb 12 07:02:00.194 INFO skip step because feature "compliance" is not enabled
101062026-02-12T07:02:00.998Z[ host-image] Feb 12 07:02:00.194 INFO O| Feb 12 07:02:00.194 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101072026-02-12T07:02:01.003Z[ host-image] Feb 12 07:02:00.203 INFO O| Feb 12 07:02:00.203 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
101082026-02-12T07:02:01.003Z[ host-image] Feb 12 07:02:00.203 INFO O| Feb 12 07:02:00.203 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
101092026-02-12T07:02:01.006Z[ host-image] Feb 12 07:02:00.204 INFO O| Feb 12 07:02:00.204 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101102026-02-12T07:02:01.006Z[ host-image] Feb 12 07:02:00.204 INFO O| Feb 12 07:02:00.204 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101112026-02-12T07:02:01.006Z[ host-image] Feb 12 07:02:00.204 INFO O| Feb 12 07:02:00.204 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101122026-02-12T07:02:01.006Z[ host-image] Feb 12 07:02:00.204 INFO O| Feb 12 07:02:00.204 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101132026-02-12T07:02:01.006Z[ host-image] Feb 12 07:02:00.204 INFO O| Feb 12 07:02:00.204 INFO ok!
101142026-02-12T07:02:01.006Z[ host-image] Feb 12 07:02:00.204 INFO O| Feb 12 07:02:00.204 INFO STEP 52 (ensure_file) COMPLETE
101152026-02-12T07:02:01.006Z[ host-image] Feb 12 07:02:00.204 INFO O| Feb 12 07:02:00.204 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101162026-02-12T07:02:01.012Z[ host-image] Feb 12 07:02:00.212 INFO O| Feb 12 07:02:00.212 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
101172026-02-12T07:02:01.012Z[ host-image] Feb 12 07:02:00.212 INFO O| Feb 12 07:02:00.212 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 ...
101182026-02-12T07:02:01.015Z[ host-image] Feb 12 07:02:00.212 INFO O| Feb 12 07:02:00.212 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
101192026-02-12T07:02:01.015Z[ host-image] Feb 12 07:02:00.212 INFO O| Feb 12 07:02:00.212 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
101202026-02-12T07:02:01.015Z[ host-image] Feb 12 07:02:00.212 INFO O| Feb 12 07:02:00.212 INFO ok!
101212026-02-12T07:02:01.015Z[ host-image] Feb 12 07:02:00.212 INFO O| Feb 12 07:02:00.212 INFO STEP 53 (ensure_file) COMPLETE
101222026-02-12T07:02:01.015Z[ host-image] Feb 12 07:02:00.212 INFO O| Feb 12 07:02:00.212 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101232026-02-12T07:02:01.020Z[ host-image] Feb 12 07:02:00.220 INFO O| Feb 12 07:02:00.220 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
101242026-02-12T07:02:01.023Z[ host-image] Feb 12 07:02:00.220 INFO O| Feb 12 07:02:00.220 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 ...
101252026-02-12T07:02:01.023Z[ host-image] Feb 12 07:02:00.221 INFO O| Feb 12 07:02:00.221 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
101262026-02-12T07:02:01.023Z[ host-image] Feb 12 07:02:00.221 INFO O| Feb 12 07:02:00.221 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
101272026-02-12T07:02:01.023Z[ host-image] Feb 12 07:02:00.221 INFO O| Feb 12 07:02:00.221 INFO ok!
101282026-02-12T07:02:01.023Z[ host-image] Feb 12 07:02:00.221 INFO O| Feb 12 07:02:00.221 INFO STEP 54 (ensure_file) COMPLETE
101292026-02-12T07:02:01.023Z[ host-image] Feb 12 07:02:00.221 INFO O| Feb 12 07:02:00.221 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101302026-02-12T07:02:01.029Z[ host-image] Feb 12 07:02:00.228 INFO O| Feb 12 07:02:00.228 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
101312026-02-12T07:02:01.032Z[ host-image] Feb 12 07:02:00.228 INFO O| Feb 12 07:02:00.228 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 ...
101322026-02-12T07:02:01.032Z[ host-image] Feb 12 07:02:00.229 INFO O| Feb 12 07:02:00.229 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
101332026-02-12T07:02:01.032Z[ host-image] Feb 12 07:02:00.229 INFO O| Feb 12 07:02:00.229 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
101342026-02-12T07:02:01.032Z[ host-image] Feb 12 07:02:00.229 INFO O| Feb 12 07:02:00.229 INFO ok!
101352026-02-12T07:02:01.032Z[ host-image] Feb 12 07:02:00.229 INFO O| Feb 12 07:02:00.229 INFO STEP 55 (ensure_file) COMPLETE
101362026-02-12T07:02:01.032Z[ host-image] Feb 12 07:02:00.229 INFO O| Feb 12 07:02:00.229 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101372026-02-12T07:02:01.037Z[ host-image] Feb 12 07:02:00.237 INFO O| Feb 12 07:02:00.236 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
101382026-02-12T07:02:01.037Z[ host-image] Feb 12 07:02:00.237 INFO O| Feb 12 07:02:00.236 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 ...
101392026-02-12T07:02:01.040Z[ host-image] Feb 12 07:02:00.237 INFO O| Feb 12 07:02:00.237 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101402026-02-12T07:02:01.040Z[ host-image] Feb 12 07:02:00.237 INFO O| Feb 12 07:02:00.237 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101412026-02-12T07:02:01.040Z[ host-image] Feb 12 07:02:00.237 INFO O| Feb 12 07:02:00.237 INFO ok!
101422026-02-12T07:02:01.040Z[ host-image] Feb 12 07:02:00.237 INFO O| Feb 12 07:02:00.237 INFO STEP 56 (ensure_file) COMPLETE
101432026-02-12T07:02:01.040Z[ host-image] Feb 12 07:02:00.237 INFO O| Feb 12 07:02:00.237 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101442026-02-12T07:02:01.045Z[ host-image] Feb 12 07:02:00.245 INFO O| Feb 12 07:02:00.245 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
101452026-02-12T07:02:01.048Z[ host-image] Feb 12 07:02:00.245 INFO O| Feb 12 07:02:00.245 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 ...
101462026-02-12T07:02:01.048Z[ host-image] Feb 12 07:02:00.245 INFO O| Feb 12 07:02:00.245 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
101472026-02-12T07:02:01.048Z[ host-image] Feb 12 07:02:00.245 INFO O| Feb 12 07:02:00.245 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
101482026-02-12T07:02:01.048Z[ host-image] Feb 12 07:02:00.245 INFO O| Feb 12 07:02:00.245 INFO ok!
101492026-02-12T07:02:01.048Z[ host-image] Feb 12 07:02:00.245 INFO O| Feb 12 07:02:00.245 INFO STEP 57 (ensure_file) COMPLETE
101502026-02-12T07:02:01.048Z[ host-image] Feb 12 07:02:00.245 INFO O| Feb 12 07:02:00.245 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101512026-02-12T07:02:01.053Z[ host-image] Feb 12 07:02:00.253 INFO O| Feb 12 07:02:00.253 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
101522026-02-12T07:02:01.056Z[ host-image] Feb 12 07:02:00.253 INFO O| Feb 12 07:02:00.253 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 ...
101532026-02-12T07:02:01.056Z[ host-image] Feb 12 07:02:00.254 INFO O| Feb 12 07:02:00.254 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101542026-02-12T07:02:01.056Z[ host-image] Feb 12 07:02:00.254 INFO O| Feb 12 07:02:00.254 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101552026-02-12T07:02:01.056Z[ host-image] Feb 12 07:02:00.254 INFO O| Feb 12 07:02:00.254 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101562026-02-12T07:02:01.056Z[ host-image] Feb 12 07:02:00.254 INFO O| Feb 12 07:02:00.254 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101572026-02-12T07:02:01.056Z[ host-image] Feb 12 07:02:00.254 INFO O| Feb 12 07:02:00.254 INFO ok!
101582026-02-12T07:02:01.056Z[ host-image] Feb 12 07:02:00.254 INFO O| Feb 12 07:02:00.254 INFO STEP 58 (ensure_file) COMPLETE
101592026-02-12T07:02:01.056Z[ host-image] Feb 12 07:02:00.254 INFO O| Feb 12 07:02:00.254 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101602026-02-12T07:02:01.061Z[ host-image] Feb 12 07:02:00.261 INFO O| Feb 12 07:02:00.261 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
101612026-02-12T07:02:01.061Z[ host-image] Feb 12 07:02:00.261 INFO O| Feb 12 07:02:00.261 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 ...
101622026-02-12T07:02:01.065Z[ host-image] Feb 12 07:02:00.262 INFO O| Feb 12 07:02:00.262 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
101632026-02-12T07:02:01.065Z[ host-image] Feb 12 07:02:00.262 INFO O| Feb 12 07:02:00.262 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
101642026-02-12T07:02:01.065Z[ host-image] Feb 12 07:02:00.262 INFO O| Feb 12 07:02:00.262 INFO ok!
101652026-02-12T07:02:01.065Z[ host-image] Feb 12 07:02:00.262 INFO O| Feb 12 07:02:00.262 INFO STEP 59 (ensure_file) COMPLETE
101662026-02-12T07:02:01.065Z[ host-image] Feb 12 07:02:00.262 INFO O| Feb 12 07:02:00.262 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101672026-02-12T07:02:01.069Z[ host-image] Feb 12 07:02:00.269 INFO O| Feb 12 07:02:00.269 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
101682026-02-12T07:02:01.070Z[ host-image] Feb 12 07:02:00.269 INFO O| Feb 12 07:02:00.269 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
101692026-02-12T07:02:01.073Z[ host-image] Feb 12 07:02:00.270 INFO O| Feb 12 07:02:00.270 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101702026-02-12T07:02:01.073Z[ host-image] Feb 12 07:02:00.270 INFO O| Feb 12 07:02:00.270 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101712026-02-12T07:02:01.073Z[ host-image] Feb 12 07:02:00.270 INFO O| Feb 12 07:02:00.270 INFO ok!
101722026-02-12T07:02:01.073Z[ host-image] Feb 12 07:02:00.270 INFO O| Feb 12 07:02:00.270 INFO STEP 60 (ensure_file) COMPLETE
101732026-02-12T07:02:01.073Z[ host-image] Feb 12 07:02:00.270 INFO O| Feb 12 07:02:00.270 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101742026-02-12T07:02:01.078Z[ host-image] Feb 12 07:02:00.278 INFO O| Feb 12 07:02:00.277 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101752026-02-12T07:02:01.081Z[ host-image] Feb 12 07:02:00.278 INFO O| Feb 12 07:02:00.277 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 ...
101762026-02-12T07:02:01.081Z[ host-image] Feb 12 07:02:00.278 INFO O| Feb 12 07:02:00.278 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
101772026-02-12T07:02:01.081Z[ host-image] Feb 12 07:02:00.278 INFO O| Feb 12 07:02:00.278 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101782026-02-12T07:02:01.081Z[ host-image] Feb 12 07:02:00.278 INFO O| Feb 12 07:02:00.278 INFO ok!
101792026-02-12T07:02:01.081Z[ host-image] Feb 12 07:02:00.278 INFO O| Feb 12 07:02:00.278 INFO STEP 61 (ensure_file) COMPLETE
101802026-02-12T07:02:01.081Z[ host-image] Feb 12 07:02:00.278 INFO O| Feb 12 07:02:00.278 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101812026-02-12T07:02:01.086Z[ host-image] Feb 12 07:02:00.286 INFO O| Feb 12 07:02:00.286 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101822026-02-12T07:02:01.086Z[ host-image] Feb 12 07:02:00.286 INFO O| Feb 12 07:02:00.286 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101832026-02-12T07:02:01.089Z[ host-image] Feb 12 07:02:00.286 INFO O| Feb 12 07:02:00.286 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101842026-02-12T07:02:01.089Z[ host-image] Feb 12 07:02:00.286 INFO O| Feb 12 07:02:00.286 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101852026-02-12T07:02:01.089Z[ host-image] Feb 12 07:02:00.286 INFO O| Feb 12 07:02:00.286 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101862026-02-12T07:02:01.089Z[ host-image] Feb 12 07:02:00.286 INFO O| Feb 12 07:02:00.286 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101872026-02-12T07:02:01.089Z[ host-image] Feb 12 07:02:00.286 INFO O| Feb 12 07:02:00.286 INFO ok!
101882026-02-12T07:02:01.089Z[ host-image] Feb 12 07:02:00.286 INFO O| Feb 12 07:02:00.286 INFO STEP 62 (ensure_file) COMPLETE
101892026-02-12T07:02:01.089Z[ host-image] Feb 12 07:02:00.286 INFO O| Feb 12 07:02:00.286 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101902026-02-12T07:02:01.094Z[ host-image] Feb 12 07:02:00.294 INFO O| Feb 12 07:02:00.294 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101912026-02-12T07:02:01.094Z[ host-image] Feb 12 07:02:00.294 INFO O| Feb 12 07:02:00.294 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 ...
101922026-02-12T07:02:01.097Z[ host-image] Feb 12 07:02:00.295 INFO O| Feb 12 07:02:00.295 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
101932026-02-12T07:02:01.097Z[ host-image] Feb 12 07:02:00.295 INFO O| Feb 12 07:02:00.295 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101942026-02-12T07:02:01.097Z[ host-image] Feb 12 07:02:00.295 INFO O| Feb 12 07:02:00.295 INFO ok!
101952026-02-12T07:02:01.097Z[ host-image] Feb 12 07:02:00.295 INFO O| Feb 12 07:02:00.295 INFO STEP 63 (ensure_file) COMPLETE
101962026-02-12T07:02:01.097Z[ host-image] Feb 12 07:02:00.295 INFO O| Feb 12 07:02:00.295 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101972026-02-12T07:02:01.102Z[ host-image] Feb 12 07:02:00.302 INFO O| Feb 12 07:02:00.302 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101982026-02-12T07:02:01.106Z[ host-image] Feb 12 07:02:00.302 INFO O| Feb 12 07:02:00.302 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 ...
101992026-02-12T07:02:01.106Z[ host-image] Feb 12 07:02:00.303 INFO O| Feb 12 07:02:00.303 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
102002026-02-12T07:02:01.106Z[ host-image] Feb 12 07:02:00.303 INFO O| Feb 12 07:02:00.303 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
102012026-02-12T07:02:01.106Z[ host-image] Feb 12 07:02:00.303 INFO O| Feb 12 07:02:00.303 INFO ok!
102022026-02-12T07:02:01.106Z[ host-image] Feb 12 07:02:00.303 INFO O| Feb 12 07:02:00.303 INFO STEP 64 (ensure_file) COMPLETE
102032026-02-12T07:02:01.106Z[ host-image] Feb 12 07:02:00.303 INFO O| Feb 12 07:02:00.303 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
102042026-02-12T07:02:01.110Z[ host-image] Feb 12 07:02:00.310 INFO O| Feb 12 07:02:00.310 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
102052026-02-12T07:02:01.113Z[ host-image] Feb 12 07:02:00.310 INFO O| Feb 12 07:02:00.310 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 ...
102062026-02-12T07:02:01.113Z[ host-image] Feb 12 07:02:00.311 INFO O| Feb 12 07:02:00.311 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
102072026-02-12T07:02:01.113Z[ host-image] Feb 12 07:02:00.311 INFO O| Feb 12 07:02:00.311 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
102082026-02-12T07:02:01.113Z[ host-image] Feb 12 07:02:00.311 INFO O| Feb 12 07:02:00.311 INFO ok!
102092026-02-12T07:02:01.114Z[ host-image] Feb 12 07:02:00.311 INFO O| Feb 12 07:02:00.311 INFO STEP 65 (ensure_file) COMPLETE
102102026-02-12T07:02:01.114Z[ host-image] Feb 12 07:02:00.311 INFO O| Feb 12 07:02:00.311 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102112026-02-12T07:02:01.114Z[ host-image] Feb 12 07:02:00.311 INFO O| Feb 12 07:02:00.311 INFO skip step because feature "mbist" is not enabled
102122026-02-12T07:02:01.114Z[ host-image] Feb 12 07:02:00.311 INFO O| Feb 12 07:02:00.311 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102132026-02-12T07:02:01.118Z[ host-image] Feb 12 07:02:00.318 INFO O| Feb 12 07:02:00.318 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
102142026-02-12T07:02:01.121Z[ host-image] Feb 12 07:02:00.318 INFO O| Feb 12 07:02:00.318 INFO STEP 67 (ensure_dir) COMPLETE
102152026-02-12T07:02:01.121Z[ host-image] Feb 12 07:02:00.318 INFO O| Feb 12 07:02:00.318 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102162026-02-12T07:02:01.126Z[ host-image] Feb 12 07:02:00.326 INFO O| Feb 12 07:02:00.326 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
102172026-02-12T07:02:01.126Z[ host-image] Feb 12 07:02:00.326 INFO O| Feb 12 07:02:00.326 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
102182026-02-12T07:02:01.129Z[ host-image] Feb 12 07:02:00.326 INFO O| Feb 12 07:02:00.326 INFO STEP 68 (ensure_dir) COMPLETE
102192026-02-12T07:02:01.129Z[ host-image] Feb 12 07:02:00.326 INFO O| Feb 12 07:02:00.326 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102202026-02-12T07:02:01.133Z[ host-image] Feb 12 07:02:00.333 INFO O| Feb 12 07:02:00.333 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
102212026-02-12T07:02:01.133Z[ host-image] Feb 12 07:02:00.333 INFO O| Feb 12 07:02:00.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
102222026-02-12T07:02:01.136Z[ host-image] Feb 12 07:02:00.333 INFO O| Feb 12 07:02:00.333 INFO STEP 69 (ensure_dir) COMPLETE
102232026-02-12T07:02:01.136Z[ host-image] Feb 12 07:02:00.333 INFO O| Feb 12 07:02:00.333 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102242026-02-12T07:02:01.140Z[ host-image] Feb 12 07:02:00.340 INFO O| Feb 12 07:02:00.340 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
102252026-02-12T07:02:01.140Z[ host-image] Feb 12 07:02:00.340 INFO O| Feb 12 07:02:00.340 INFO copying /tmp/.tmpVN4njM/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
102262026-02-12T07:02:01.977Z[ host-image] Feb 12 07:02:01.177 INFO O| Feb 12 07:02:01.177 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
102272026-02-12T07:02:01.978Z[ host-image] Feb 12 07:02:01.177 INFO O| Feb 12 07:02:01.177 INFO ok!
102282026-02-12T07:02:01.981Z[ host-image] Feb 12 07:02:01.177 INFO O| Feb 12 07:02:01.177 INFO STEP 70 (ensure_file) COMPLETE
102292026-02-12T07:02:01.981Z[ host-image] Feb 12 07:02:01.177 INFO O| Feb 12 07:02:01.177 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102302026-02-12T07:02:01.985Z[ host-image] Feb 12 07:02:01.185 INFO O| Feb 12 07:02:01.185 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
102312026-02-12T07:02:01.985Z[ host-image] Feb 12 07:02:01.185 INFO O| Feb 12 07:02:01.185 INFO copying /tmp/.tmpVN4njM/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
102322026-02-12T07:02:03.276Z[ host-image] Feb 12 07:02:02.476 INFO O| Feb 12 07:02:02.476 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
102332026-02-12T07:02:03.276Z[ host-image] Feb 12 07:02:02.476 INFO O| Feb 12 07:02:02.476 INFO ok!
102342026-02-12T07:02:03.280Z[ host-image] Feb 12 07:02:02.476 INFO O| Feb 12 07:02:02.476 INFO STEP 71 (ensure_file) COMPLETE
102352026-02-12T07:02:03.280Z[ host-image] Feb 12 07:02:02.476 INFO O| Feb 12 07:02:02.476 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102362026-02-12T07:02:03.285Z[ host-image] Feb 12 07:02:02.484 INFO O| Feb 12 07:02:02.484 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102372026-02-12T07:02:03.285Z[ host-image] Feb 12 07:02:02.485 INFO O| Feb 12 07:02:02.485 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102382026-02-12T07:02:03.288Z[ host-image] Feb 12 07:02:02.485 INFO O| Feb 12 07:02:02.485 INFO STEP 72 (ensure_dir) COMPLETE
102392026-02-12T07:02:03.288Z[ host-image] Feb 12 07:02:02.485 INFO O| Feb 12 07:02:02.485 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102402026-02-12T07:02:03.292Z[ host-image] Feb 12 07:02:02.492 INFO O| Feb 12 07:02:02.492 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
102412026-02-12T07:02:03.292Z[ host-image] Feb 12 07:02:02.492 INFO O| Feb 12 07:02:02.492 INFO copying /tmp/.tmpVN4njM/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 ...
102422026-02-12T07:02:03.292Z[ host-image] Feb 12 07:02:02.492 INFO O| Feb 12 07:02:02.492 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
102432026-02-12T07:02:03.296Z[ host-image] Feb 12 07:02:02.492 INFO O| Feb 12 07:02:02.492 INFO ok!
102442026-02-12T07:02:03.296Z[ host-image] Feb 12 07:02:02.492 INFO O| Feb 12 07:02:02.492 INFO STEP 73 (ensure_file) COMPLETE
102452026-02-12T07:02:03.296Z[ host-image] Feb 12 07:02:02.492 INFO O| Feb 12 07:02:02.492 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102462026-02-12T07:02:03.300Z[ host-image] Feb 12 07:02:02.500 INFO O| Feb 12 07:02:02.499 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
102472026-02-12T07:02:03.300Z[ host-image] Feb 12 07:02:02.500 INFO O| Feb 12 07:02:02.500 INFO copying /tmp/.tmpVN4njM/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 ...
102482026-02-12T07:02:03.303Z[ host-image] Feb 12 07:02:02.500 INFO O| Feb 12 07:02:02.500 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
102492026-02-12T07:02:03.303Z[ host-image] Feb 12 07:02:02.500 INFO O| Feb 12 07:02:02.500 INFO ok!
102502026-02-12T07:02:03.303Z[ host-image] Feb 12 07:02:02.500 INFO O| Feb 12 07:02:02.500 INFO STEP 74 (ensure_file) COMPLETE
102512026-02-12T07:02:03.303Z[ host-image] Feb 12 07:02:02.500 INFO O| Feb 12 07:02:02.500 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102522026-02-12T07:02:03.308Z[ host-image] Feb 12 07:02:02.507 INFO O| Feb 12 07:02:02.507 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102532026-02-12T07:02:03.308Z[ host-image] Feb 12 07:02:02.507 INFO O| Feb 12 07:02:02.507 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102542026-02-12T07:02:03.308Z[ host-image] Feb 12 07:02:02.507 INFO O| Feb 12 07:02:02.507 INFO STEP 75 (ensure_dir) COMPLETE
102552026-02-12T07:02:03.311Z[ host-image] Feb 12 07:02:02.507 INFO O| Feb 12 07:02:02.507 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102562026-02-12T07:02:03.315Z[ host-image] Feb 12 07:02:02.515 INFO O| Feb 12 07:02:02.515 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
102572026-02-12T07:02:03.315Z[ host-image] Feb 12 07:02:02.515 INFO O| Feb 12 07:02:02.515 INFO copying /tmp/.tmpVN4njM/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 ...
102582026-02-12T07:02:03.318Z[ host-image] Feb 12 07:02:02.515 INFO O| Feb 12 07:02:02.515 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
102592026-02-12T07:02:03.318Z[ host-image] Feb 12 07:02:02.515 INFO O| Feb 12 07:02:02.515 INFO ok!
102602026-02-12T07:02:03.318Z[ host-image] Feb 12 07:02:02.515 INFO O| Feb 12 07:02:02.515 INFO STEP 76 (ensure_file) COMPLETE
102612026-02-12T07:02:03.318Z[ host-image] Feb 12 07:02:02.515 INFO O| Feb 12 07:02:02.515 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102622026-02-12T07:02:03.323Z[ host-image] Feb 12 07:02:02.522 INFO O| Feb 12 07:02:02.522 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
102632026-02-12T07:02:03.326Z[ host-image] Feb 12 07:02:02.522 INFO O| Feb 12 07:02:02.522 INFO copying /tmp/.tmpVN4njM/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 ...
102642026-02-12T07:02:03.326Z[ host-image] Feb 12 07:02:02.522 INFO O| Feb 12 07:02:02.522 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
102652026-02-12T07:02:03.326Z[ host-image] Feb 12 07:02:02.522 INFO O| Feb 12 07:02:02.522 INFO ok!
102662026-02-12T07:02:03.326Z[ host-image] Feb 12 07:02:02.522 INFO O| Feb 12 07:02:02.522 INFO STEP 77 (ensure_file) COMPLETE
102672026-02-12T07:02:03.326Z[ host-image] Feb 12 07:02:02.522 INFO O| Feb 12 07:02:02.522 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102682026-02-12T07:02:03.331Z[ host-image] Feb 12 07:02:02.530 INFO O| Feb 12 07:02:02.529 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102692026-02-12T07:02:03.331Z[ host-image] Feb 12 07:02:02.530 INFO O| Feb 12 07:02:02.530 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102702026-02-12T07:02:03.334Z[ host-image] Feb 12 07:02:02.530 INFO O| Feb 12 07:02:02.530 INFO STEP 78 (ensure_dir) COMPLETE
102712026-02-12T07:02:03.335Z[ host-image] Feb 12 07:02:02.530 INFO O| Feb 12 07:02:02.530 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102722026-02-12T07:02:03.338Z[ host-image] Feb 12 07:02:02.537 INFO O| Feb 12 07:02:02.537 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102732026-02-12T07:02:03.338Z[ host-image] Feb 12 07:02:02.537 INFO O| Feb 12 07:02:02.537 INFO copying /tmp/.tmpVN4njM/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 ...
102742026-02-12T07:02:03.338Z[ host-image] Feb 12 07:02:02.537 INFO O| Feb 12 07:02:02.537 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102752026-02-12T07:02:03.338Z[ host-image] Feb 12 07:02:02.537 INFO O| Feb 12 07:02:02.537 INFO ok!
102762026-02-12T07:02:03.338Z[ host-image] Feb 12 07:02:02.537 INFO O| Feb 12 07:02:02.537 INFO STEP 79 (ensure_file) COMPLETE
102772026-02-12T07:02:03.338Z[ host-image] Feb 12 07:02:02.537 INFO O| Feb 12 07:02:02.537 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102782026-02-12T07:02:03.344Z[ host-image] Feb 12 07:02:02.544 INFO O| Feb 12 07:02:02.544 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102792026-02-12T07:02:03.347Z[ host-image] Feb 12 07:02:02.544 INFO O| Feb 12 07:02:02.544 INFO copying /tmp/.tmpVN4njM/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102802026-02-12T07:02:03.347Z[ host-image] Feb 12 07:02:02.544 INFO O| Feb 12 07:02:02.544 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102812026-02-12T07:02:03.347Z[ host-image] Feb 12 07:02:02.544 INFO O| Feb 12 07:02:02.544 INFO ok!
102822026-02-12T07:02:03.347Z[ host-image] Feb 12 07:02:02.544 INFO O| Feb 12 07:02:02.544 INFO STEP 80 (ensure_file) COMPLETE
102832026-02-12T07:02:03.347Z[ host-image] Feb 12 07:02:02.544 INFO O| Feb 12 07:02:02.544 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102842026-02-12T07:02:03.351Z[ host-image] Feb 12 07:02:02.551 INFO O| Feb 12 07:02:02.551 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102852026-02-12T07:02:03.355Z[ host-image] Feb 12 07:02:02.551 INFO O| Feb 12 07:02:02.551 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102862026-02-12T07:02:03.355Z[ host-image] Feb 12 07:02:02.551 INFO O| Feb 12 07:02:02.551 INFO STEP 81 (ensure_dir) COMPLETE
102872026-02-12T07:02:03.355Z[ host-image] Feb 12 07:02:02.551 INFO O| Feb 12 07:02:02.551 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102882026-02-12T07:02:03.359Z[ host-image] Feb 12 07:02:02.558 INFO O| Feb 12 07:02:02.558 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102892026-02-12T07:02:03.359Z[ host-image] Feb 12 07:02:02.559 INFO O| Feb 12 07:02:02.558 INFO copying /tmp/.tmpVN4njM/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102902026-02-12T07:02:04.511Z[ host-image] Feb 12 07:02:03.710 INFO O| Feb 12 07:02:03.710 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102912026-02-12T07:02:04.511Z[ host-image] Feb 12 07:02:03.710 INFO O| Feb 12 07:02:03.710 INFO ok!
102922026-02-12T07:02:04.511Z[ host-image] Feb 12 07:02:03.710 INFO O| Feb 12 07:02:03.710 INFO STEP 82 (ensure_file) COMPLETE
102932026-02-12T07:02:04.515Z[ host-image] Feb 12 07:02:03.710 INFO O| Feb 12 07:02:03.710 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102942026-02-12T07:02:04.520Z[ host-image] Feb 12 07:02:03.719 INFO O| Feb 12 07:02:03.719 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102952026-02-12T07:02:04.520Z[ host-image] Feb 12 07:02:03.719 INFO O| Feb 12 07:02:03.719 INFO copying /tmp/.tmpVN4njM/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102962026-02-12T07:02:05.202Z[ host-image] Feb 12 07:02:04.402 INFO O| Feb 12 07:02:04.402 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102972026-02-12T07:02:05.202Z[ host-image] Feb 12 07:02:04.402 INFO O| Feb 12 07:02:04.402 INFO ok!
102982026-02-12T07:02:05.205Z[ host-image] Feb 12 07:02:04.402 INFO O| Feb 12 07:02:04.402 INFO STEP 83 (ensure_file) COMPLETE
102992026-02-12T07:02:05.205Z[ host-image] Feb 12 07:02:04.402 INFO O| Feb 12 07:02:04.402 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103002026-02-12T07:02:05.211Z[ host-image] Feb 12 07:02:04.410 INFO O| Feb 12 07:02:04.410 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
103012026-02-12T07:02:05.211Z[ host-image] Feb 12 07:02:04.410 INFO O| Feb 12 07:02:04.410 INFO copying /tmp/.tmpVN4njM/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
103022026-02-12T07:02:07.805Z[ host-image] Feb 12 07:02:07.004 INFO O| Feb 12 07:02:07.004 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
103032026-02-12T07:02:07.805Z[ host-image] Feb 12 07:02:07.004 INFO O| Feb 12 07:02:07.004 INFO ok!
103042026-02-12T07:02:07.809Z[ host-image] Feb 12 07:02:07.004 INFO O| Feb 12 07:02:07.004 INFO STEP 84 (ensure_file) COMPLETE
103052026-02-12T07:02:07.809Z[ host-image] Feb 12 07:02:07.004 INFO O| Feb 12 07:02:07.004 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103062026-02-12T07:02:07.814Z[ host-image] Feb 12 07:02:07.013 INFO O| Feb 12 07:02:07.013 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
103072026-02-12T07:02:07.814Z[ host-image] Feb 12 07:02:07.013 INFO O| Feb 12 07:02:07.013 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
103082026-02-12T07:02:07.817Z[ host-image] Feb 12 07:02:07.013 INFO O| Feb 12 07:02:07.013 INFO STEP 85 (ensure_dir) COMPLETE
103092026-02-12T07:02:07.817Z[ host-image] Feb 12 07:02:07.013 INFO O| Feb 12 07:02:07.013 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103102026-02-12T07:02:07.821Z[ host-image] Feb 12 07:02:07.020 INFO O| Feb 12 07:02:07.020 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
103112026-02-12T07:02:07.821Z[ host-image] Feb 12 07:02:07.020 INFO O| Feb 12 07:02:07.020 INFO copying /tmp/.tmpVN4njM/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 ...
103122026-02-12T07:02:07.824Z[ host-image] Feb 12 07:02:07.021 INFO O| Feb 12 07:02:07.021 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
103132026-02-12T07:02:07.824Z[ host-image] Feb 12 07:02:07.021 INFO O| Feb 12 07:02:07.021 INFO ok!
103142026-02-12T07:02:07.824Z[ host-image] Feb 12 07:02:07.021 INFO O| Feb 12 07:02:07.021 INFO STEP 86 (ensure_file) COMPLETE
103152026-02-12T07:02:07.824Z[ host-image] Feb 12 07:02:07.021 INFO O| Feb 12 07:02:07.021 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103162026-02-12T07:02:07.829Z[ host-image] Feb 12 07:02:07.028 INFO O| Feb 12 07:02:07.028 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
103172026-02-12T07:02:07.829Z[ host-image] Feb 12 07:02:07.028 INFO O| Feb 12 07:02:07.028 INFO copying /tmp/.tmpVN4njM/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 ...
103182026-02-12T07:02:07.832Z[ host-image] Feb 12 07:02:07.028 INFO O| Feb 12 07:02:07.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
103192026-02-12T07:02:07.832Z[ host-image] Feb 12 07:02:07.028 INFO O| Feb 12 07:02:07.028 INFO ok!
103202026-02-12T07:02:07.832Z[ host-image] Feb 12 07:02:07.028 INFO O| Feb 12 07:02:07.028 INFO STEP 87 (ensure_file) COMPLETE
103212026-02-12T07:02:07.832Z[ host-image] Feb 12 07:02:07.028 INFO O| Feb 12 07:02:07.028 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103222026-02-12T07:02:07.836Z[ host-image] Feb 12 07:02:07.035 INFO O| Feb 12 07:02:07.035 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
103232026-02-12T07:02:07.836Z[ host-image] Feb 12 07:02:07.036 INFO O| Feb 12 07:02:07.035 INFO copying /tmp/.tmpVN4njM/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
103242026-02-12T07:02:07.846Z[ host-image] Feb 12 07:02:07.036 INFO O| Feb 12 07:02:07.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
103252026-02-12T07:02:07.846Z[ host-image] Feb 12 07:02:07.036 INFO O| Feb 12 07:02:07.036 INFO ok!
103262026-02-12T07:02:07.846Z[ host-image] Feb 12 07:02:07.036 INFO O| Feb 12 07:02:07.036 INFO STEP 88 (ensure_file) COMPLETE
103272026-02-12T07:02:07.846Z[ host-image] Feb 12 07:02:07.036 INFO O| Feb 12 07:02:07.036 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103282026-02-12T07:02:07.846Z[ host-image] Feb 12 07:02:07.043 INFO O| Feb 12 07:02:07.043 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
103292026-02-12T07:02:07.846Z[ host-image] Feb 12 07:02:07.043 INFO O| Feb 12 07:02:07.043 INFO copying /tmp/.tmpVN4njM/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
103302026-02-12T07:02:07.846Z[ host-image] Feb 12 07:02:07.043 INFO O| Feb 12 07:02:07.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
103312026-02-12T07:02:07.846Z[ host-image] Feb 12 07:02:07.043 INFO O| Feb 12 07:02:07.043 INFO ok!
103322026-02-12T07:02:07.846Z[ host-image] Feb 12 07:02:07.043 INFO O| Feb 12 07:02:07.043 INFO STEP 89 (ensure_file) COMPLETE
103332026-02-12T07:02:07.847Z[ host-image] Feb 12 07:02:07.043 INFO O| Feb 12 07:02:07.043 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103342026-02-12T07:02:07.852Z[ host-image] Feb 12 07:02:07.051 INFO O| Feb 12 07:02:07.051 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103352026-02-12T07:02:07.855Z[ host-image] Feb 12 07:02:07.051 INFO O| Feb 12 07:02:07.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103362026-02-12T07:02:07.855Z[ host-image] Feb 12 07:02:07.051 INFO O| Feb 12 07:02:07.051 INFO STEP 90 (ensure_dir) COMPLETE
103372026-02-12T07:02:07.855Z[ host-image] Feb 12 07:02:07.051 INFO O| Feb 12 07:02:07.051 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103382026-02-12T07:02:07.859Z[ host-image] Feb 12 07:02:07.059 INFO O| Feb 12 07:02:07.059 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
103392026-02-12T07:02:07.862Z[ host-image] Feb 12 07:02:07.059 INFO O| Feb 12 07:02:07.059 INFO copying /tmp/.tmpVN4njM/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
103402026-02-12T07:02:07.867Z[ host-image] Feb 12 07:02:07.066 INFO O| Feb 12 07:02:07.066 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
103412026-02-12T07:02:07.867Z[ host-image] Feb 12 07:02:07.066 INFO O| Feb 12 07:02:07.066 INFO ok!
103422026-02-12T07:02:07.870Z[ host-image] Feb 12 07:02:07.066 INFO O| Feb 12 07:02:07.066 INFO STEP 91 (ensure_file) COMPLETE
103432026-02-12T07:02:07.870Z[ host-image] Feb 12 07:02:07.066 INFO O| Feb 12 07:02:07.066 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103442026-02-12T07:02:07.874Z[ host-image] Feb 12 07:02:07.073 INFO O| Feb 12 07:02:07.073 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
103452026-02-12T07:02:07.874Z[ host-image] Feb 12 07:02:07.073 INFO O| Feb 12 07:02:07.073 INFO copying /tmp/.tmpVN4njM/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
103462026-02-12T07:02:07.877Z[ host-image] Feb 12 07:02:07.074 INFO O| Feb 12 07:02:07.073 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
103472026-02-12T07:02:07.877Z[ host-image] Feb 12 07:02:07.074 INFO O| Feb 12 07:02:07.073 INFO ok!
103482026-02-12T07:02:07.877Z[ host-image] Feb 12 07:02:07.074 INFO O| Feb 12 07:02:07.073 INFO STEP 92 (ensure_file) COMPLETE
103492026-02-12T07:02:07.877Z[ host-image] Feb 12 07:02:07.074 INFO O| Feb 12 07:02:07.074 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103502026-02-12T07:02:07.881Z[ host-image] Feb 12 07:02:07.081 INFO O| Feb 12 07:02:07.080 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
103512026-02-12T07:02:07.881Z[ host-image] Feb 12 07:02:07.081 INFO O| Feb 12 07:02:07.080 INFO copying /tmp/.tmpVN4njM/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
103522026-02-12T07:02:08.674Z[ host-image] Feb 12 07:02:07.873 INFO O| Feb 12 07:02:07.873 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
103532026-02-12T07:02:08.674Z[ host-image] Feb 12 07:02:07.873 INFO O| Feb 12 07:02:07.873 INFO ok!
103542026-02-12T07:02:08.677Z[ host-image] Feb 12 07:02:07.873 INFO O| Feb 12 07:02:07.873 INFO STEP 93 (ensure_file) COMPLETE
103552026-02-12T07:02:08.677Z[ host-image] Feb 12 07:02:07.873 INFO O| Feb 12 07:02:07.873 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103562026-02-12T07:02:08.682Z[ host-image] Feb 12 07:02:07.881 INFO O| Feb 12 07:02:07.881 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103572026-02-12T07:02:08.682Z[ host-image] Feb 12 07:02:07.881 INFO O| Feb 12 07:02:07.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103582026-02-12T07:02:08.682Z[ host-image] Feb 12 07:02:07.881 INFO O| Feb 12 07:02:07.881 INFO STEP 94 (ensure_dir) COMPLETE
103592026-02-12T07:02:08.685Z[ host-image] Feb 12 07:02:07.881 INFO O| Feb 12 07:02:07.881 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103602026-02-12T07:02:08.689Z[ host-image] Feb 12 07:02:07.888 INFO O| Feb 12 07:02:07.888 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103612026-02-12T07:02:08.692Z[ host-image] Feb 12 07:02:07.888 INFO O| Feb 12 07:02:07.888 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103622026-02-12T07:02:08.692Z[ host-image] Feb 12 07:02:07.888 INFO O| Feb 12 07:02:07.888 INFO STEP 95 (ensure_dir) COMPLETE
103632026-02-12T07:02:08.692Z[ host-image] Feb 12 07:02:07.888 INFO O| Feb 12 07:02:07.888 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103642026-02-12T07:02:08.697Z[ host-image] Feb 12 07:02:07.896 INFO O| Feb 12 07:02:07.896 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103652026-02-12T07:02:08.700Z[ host-image] Feb 12 07:02:07.896 INFO O| Feb 12 07:02:07.896 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103662026-02-12T07:02:08.700Z[ host-image] Feb 12 07:02:07.896 INFO O| Feb 12 07:02:07.896 INFO STEP 96 (ensure_dir) COMPLETE
103672026-02-12T07:02:08.700Z[ host-image] Feb 12 07:02:07.896 INFO O| Feb 12 07:02:07.896 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103682026-02-12T07:02:08.704Z[ host-image] Feb 12 07:02:07.903 INFO O| Feb 12 07:02:07.903 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103692026-02-12T07:02:08.707Z[ host-image] Feb 12 07:02:07.903 INFO O| Feb 12 07:02:07.903 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103702026-02-12T07:02:08.707Z[ host-image] Feb 12 07:02:07.903 INFO O| Feb 12 07:02:07.903 INFO STEP 97 (ensure_dir) COMPLETE
103712026-02-12T07:02:08.707Z[ host-image] Feb 12 07:02:07.903 INFO O| Feb 12 07:02:07.903 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103722026-02-12T07:02:08.711Z[ host-image] Feb 12 07:02:07.910 INFO O| Feb 12 07:02:07.910 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103732026-02-12T07:02:08.714Z[ host-image] Feb 12 07:02:07.910 INFO O| Feb 12 07:02:07.910 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103742026-02-12T07:02:08.714Z[ host-image] Feb 12 07:02:07.910 INFO O| Feb 12 07:02:07.910 INFO STEP 98 (ensure_dir) COMPLETE
103752026-02-12T07:02:08.714Z[ host-image] Feb 12 07:02:07.910 INFO O| Feb 12 07:02:07.910 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103762026-02-12T07:02:08.718Z[ host-image] Feb 12 07:02:07.917 INFO O| Feb 12 07:02:07.917 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103772026-02-12T07:02:08.718Z[ host-image] Feb 12 07:02:07.917 INFO O| Feb 12 07:02:07.917 INFO copying /tmp/.tmpVN4njM/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 ...
103782026-02-12T07:02:08.721Z[ host-image] Feb 12 07:02:07.917 INFO O| Feb 12 07:02:07.917 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103792026-02-12T07:02:08.721Z[ host-image] Feb 12 07:02:07.917 INFO O| Feb 12 07:02:07.917 INFO ok!
103802026-02-12T07:02:08.721Z[ host-image] Feb 12 07:02:07.917 INFO O| Feb 12 07:02:07.917 INFO STEP 99 (ensure_file) COMPLETE
103812026-02-12T07:02:08.721Z[ host-image] Feb 12 07:02:07.917 INFO O| Feb 12 07:02:07.917 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103822026-02-12T07:02:08.725Z[ host-image] Feb 12 07:02:07.925 INFO O| Feb 12 07:02:07.925 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103832026-02-12T07:02:08.728Z[ host-image] Feb 12 07:02:07.925 INFO O| Feb 12 07:02:07.925 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103842026-02-12T07:02:08.729Z[ host-image] Feb 12 07:02:07.925 INFO O| Feb 12 07:02:07.925 INFO STEP 100 (ensure_dir) COMPLETE
103852026-02-12T07:02:08.729Z[ host-image] Feb 12 07:02:07.925 INFO O| Feb 12 07:02:07.925 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103862026-02-12T07:02:08.732Z[ host-image] Feb 12 07:02:07.932 INFO O| Feb 12 07:02:07.932 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103872026-02-12T07:02:08.732Z[ host-image] Feb 12 07:02:07.932 INFO O| Feb 12 07:02:07.932 INFO copying /tmp/.tmpVN4njM/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103882026-02-12T07:02:09.034Z[ host-image] Feb 12 07:02:08.233 INFO O| Feb 12 07:02:08.233 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103892026-02-12T07:02:09.034Z[ host-image] Feb 12 07:02:08.233 INFO O| Feb 12 07:02:08.233 INFO ok!
103902026-02-12T07:02:09.037Z[ host-image] Feb 12 07:02:08.233 INFO O| Feb 12 07:02:08.233 INFO STEP 101 (ensure_file) COMPLETE
103912026-02-12T07:02:09.037Z[ host-image] Feb 12 07:02:08.233 INFO O| Feb 12 07:02:08.233 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103922026-02-12T07:02:09.042Z[ host-image] Feb 12 07:02:08.241 INFO O| Feb 12 07:02:08.241 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103932026-02-12T07:02:09.042Z[ host-image] Feb 12 07:02:08.241 INFO O| Feb 12 07:02:08.241 INFO copying /tmp/.tmpVN4njM/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103942026-02-12T07:02:09.046Z[ host-image] Feb 12 07:02:08.242 INFO O| Feb 12 07:02:08.242 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103952026-02-12T07:02:09.046Z[ host-image] Feb 12 07:02:08.242 INFO O| Feb 12 07:02:08.242 INFO ok!
103962026-02-12T07:02:09.046Z[ host-image] Feb 12 07:02:08.242 INFO O| Feb 12 07:02:08.242 INFO STEP 102 (ensure_file) COMPLETE
103972026-02-12T07:02:09.046Z[ host-image] Feb 12 07:02:08.242 INFO O| Feb 12 07:02:08.242 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103982026-02-12T07:02:09.050Z[ host-image] Feb 12 07:02:08.249 INFO O| Feb 12 07:02:08.249 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103992026-02-12T07:02:09.050Z[ host-image] Feb 12 07:02:08.249 INFO O| Feb 12 07:02:08.249 INFO copying /tmp/.tmpVN4njM/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
104002026-02-12T07:02:09.515Z[ host-image] Feb 12 07:02:08.713 INFO O| Feb 12 07:02:08.713 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
104012026-02-12T07:02:09.516Z[ host-image] Feb 12 07:02:08.713 INFO O| Feb 12 07:02:08.713 INFO ok!
104022026-02-12T07:02:09.519Z[ host-image] Feb 12 07:02:08.713 INFO O| Feb 12 07:02:08.713 INFO STEP 103 (ensure_file) COMPLETE
104032026-02-12T07:02:09.519Z[ host-image] Feb 12 07:02:08.713 INFO O| Feb 12 07:02:08.713 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104042026-02-12T07:02:09.522Z[ host-image] Feb 12 07:02:08.722 INFO O| Feb 12 07:02:08.721 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
104052026-02-12T07:02:09.526Z[ host-image] Feb 12 07:02:08.722 INFO O| Feb 12 07:02:08.721 INFO copying /tmp/.tmpVN4njM/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
104062026-02-12T07:02:09.526Z[ host-image] Feb 12 07:02:08.722 INFO O| Feb 12 07:02:08.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
104072026-02-12T07:02:09.526Z[ host-image] Feb 12 07:02:08.722 INFO O| Feb 12 07:02:08.722 INFO ok!
104082026-02-12T07:02:09.526Z[ host-image] Feb 12 07:02:08.722 INFO O| Feb 12 07:02:08.722 INFO STEP 104 (ensure_file) COMPLETE
104092026-02-12T07:02:09.526Z[ host-image] Feb 12 07:02:08.722 INFO O| Feb 12 07:02:08.722 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104102026-02-12T07:02:09.530Z[ host-image] Feb 12 07:02:08.729 INFO O| Feb 12 07:02:08.729 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
104112026-02-12T07:02:09.530Z[ host-image] Feb 12 07:02:08.729 INFO O| Feb 12 07:02:08.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
104122026-02-12T07:02:09.534Z[ host-image] Feb 12 07:02:08.729 INFO O| Feb 12 07:02:08.729 INFO STEP 105 (ensure_dir) COMPLETE
104132026-02-12T07:02:09.534Z[ host-image] Feb 12 07:02:08.729 INFO O| Feb 12 07:02:08.729 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104142026-02-12T07:02:09.537Z[ host-image] Feb 12 07:02:08.736 INFO O| Feb 12 07:02:08.736 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
104152026-02-12T07:02:09.537Z[ host-image] Feb 12 07:02:08.736 INFO O| Feb 12 07:02:08.736 INFO copying /tmp/.tmpVN4njM/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 ...
104162026-02-12T07:02:10.074Z[ host-image] Feb 12 07:02:09.273 INFO O| Feb 12 07:02:09.273 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
104172026-02-12T07:02:10.074Z[ host-image] Feb 12 07:02:09.273 INFO O| Feb 12 07:02:09.273 INFO ok!
104182026-02-12T07:02:10.077Z[ host-image] Feb 12 07:02:09.273 INFO O| Feb 12 07:02:09.273 INFO STEP 106 (ensure_file) COMPLETE
104192026-02-12T07:02:10.077Z[ host-image] Feb 12 07:02:09.273 INFO O| Feb 12 07:02:09.273 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104202026-02-12T07:02:10.082Z[ host-image] Feb 12 07:02:09.282 INFO O| Feb 12 07:02:09.282 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
104212026-02-12T07:02:10.082Z[ host-image] Feb 12 07:02:09.282 INFO O| Feb 12 07:02:09.282 INFO copying /tmp/.tmpVN4njM/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 ...
104222026-02-12T07:02:10.086Z[ host-image] Feb 12 07:02:09.282 INFO O| Feb 12 07:02:09.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
104232026-02-12T07:02:10.086Z[ host-image] Feb 12 07:02:09.282 INFO O| Feb 12 07:02:09.282 INFO ok!
104242026-02-12T07:02:10.086Z[ host-image] Feb 12 07:02:09.282 INFO O| Feb 12 07:02:09.282 INFO STEP 107 (ensure_file) COMPLETE
104252026-02-12T07:02:10.086Z[ host-image] Feb 12 07:02:09.282 INFO O| Feb 12 07:02:09.282 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104262026-02-12T07:02:10.090Z[ host-image] Feb 12 07:02:09.289 INFO O| Feb 12 07:02:09.289 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
104272026-02-12T07:02:10.093Z[ host-image] Feb 12 07:02:09.289 INFO O| Feb 12 07:02:09.289 INFO copying /tmp/.tmpVN4njM/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 ...
104282026-02-12T07:02:10.093Z[ host-image] Feb 12 07:02:09.289 INFO O| Feb 12 07:02:09.289 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
104292026-02-12T07:02:10.093Z[ host-image] Feb 12 07:02:09.289 INFO O| Feb 12 07:02:09.289 INFO ok!
104302026-02-12T07:02:10.093Z[ host-image] Feb 12 07:02:09.289 INFO O| Feb 12 07:02:09.289 INFO STEP 108 (ensure_file) COMPLETE
104312026-02-12T07:02:10.093Z[ host-image] Feb 12 07:02:09.289 INFO O| Feb 12 07:02:09.289 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104322026-02-12T07:02:10.097Z[ host-image] Feb 12 07:02:09.296 INFO O| Feb 12 07:02:09.296 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
104332026-02-12T07:02:10.097Z[ host-image] Feb 12 07:02:09.296 INFO O| Feb 12 07:02:09.296 INFO copying /tmp/.tmpVN4njM/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 ...
104342026-02-12T07:02:10.108Z[ host-image] Feb 12 07:02:09.296 INFO O| Feb 12 07:02:09.296 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
104352026-02-12T07:02:10.108Z[ host-image] Feb 12 07:02:09.296 INFO O| Feb 12 07:02:09.296 INFO ok!
104362026-02-12T07:02:10.109Z[ host-image] Feb 12 07:02:09.296 INFO O| Feb 12 07:02:09.296 INFO STEP 109 (ensure_file) COMPLETE
104372026-02-12T07:02:10.109Z[ host-image] Feb 12 07:02:09.296 INFO O| Feb 12 07:02:09.296 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104382026-02-12T07:02:10.109Z[ host-image] Feb 12 07:02:09.304 INFO O| Feb 12 07:02:09.304 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
104392026-02-12T07:02:10.109Z[ host-image] Feb 12 07:02:09.304 INFO O| Feb 12 07:02:09.304 INFO copying /tmp/.tmpVN4njM/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 ...
104402026-02-12T07:02:10.109Z[ host-image] Feb 12 07:02:09.304 INFO O| Feb 12 07:02:09.304 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
104412026-02-12T07:02:10.109Z[ host-image] Feb 12 07:02:09.304 INFO O| Feb 12 07:02:09.304 INFO ok!
104422026-02-12T07:02:10.109Z[ host-image] Feb 12 07:02:09.304 INFO O| Feb 12 07:02:09.304 INFO STEP 110 (ensure_file) COMPLETE
104432026-02-12T07:02:10.109Z[ host-image] Feb 12 07:02:09.304 INFO O| Feb 12 07:02:09.304 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104442026-02-12T07:02:10.113Z[ host-image] Feb 12 07:02:09.311 INFO O| Feb 12 07:02:09.311 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
104452026-02-12T07:02:10.113Z[ host-image] Feb 12 07:02:09.311 INFO O| Feb 12 07:02:09.311 INFO copying /tmp/.tmpVN4njM/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 ...
104462026-02-12T07:02:10.113Z[ host-image] Feb 12 07:02:09.311 INFO O| Feb 12 07:02:09.311 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
104472026-02-12T07:02:10.113Z[ host-image] Feb 12 07:02:09.311 INFO O| Feb 12 07:02:09.311 INFO ok!
104482026-02-12T07:02:10.113Z[ host-image] Feb 12 07:02:09.312 INFO O| Feb 12 07:02:09.311 INFO STEP 111 (ensure_file) COMPLETE
104492026-02-12T07:02:10.113Z[ host-image] Feb 12 07:02:09.312 INFO O| Feb 12 07:02:09.311 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104502026-02-12T07:02:10.120Z[ host-image] Feb 12 07:02:09.319 INFO O| Feb 12 07:02:09.319 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
104512026-02-12T07:02:10.123Z[ host-image] Feb 12 07:02:09.319 INFO O| Feb 12 07:02:09.319 INFO copying /tmp/.tmpVN4njM/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 ...
104522026-02-12T07:02:10.123Z[ host-image] Feb 12 07:02:09.319 INFO O| Feb 12 07:02:09.319 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
104532026-02-12T07:02:10.123Z[ host-image] Feb 12 07:02:09.319 INFO O| Feb 12 07:02:09.319 INFO ok!
104542026-02-12T07:02:10.123Z[ host-image] Feb 12 07:02:09.319 INFO O| Feb 12 07:02:09.319 INFO STEP 112 (ensure_file) COMPLETE
104552026-02-12T07:02:10.123Z[ host-image] Feb 12 07:02:09.319 INFO O| Feb 12 07:02:09.319 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104562026-02-12T07:02:10.127Z[ host-image] Feb 12 07:02:09.326 INFO O| Feb 12 07:02:09.326 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
104572026-02-12T07:02:10.127Z[ host-image] Feb 12 07:02:09.326 INFO O| Feb 12 07:02:09.326 INFO copying /tmp/.tmpVN4njM/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
104582026-02-12T07:02:10.127Z[ host-image] Feb 12 07:02:09.326 INFO O| Feb 12 07:02:09.326 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
104592026-02-12T07:02:10.130Z[ host-image] Feb 12 07:02:09.326 INFO O| Feb 12 07:02:09.326 INFO ok!
104602026-02-12T07:02:10.130Z[ host-image] Feb 12 07:02:09.326 INFO O| Feb 12 07:02:09.326 INFO STEP 113 (ensure_file) COMPLETE
104612026-02-12T07:02:10.130Z[ host-image] Feb 12 07:02:09.326 INFO O| Feb 12 07:02:09.326 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104622026-02-12T07:02:10.134Z[ host-image] Feb 12 07:02:09.333 INFO O| Feb 12 07:02:09.333 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
104632026-02-12T07:02:10.134Z[ host-image] Feb 12 07:02:09.333 INFO O| Feb 12 07:02:09.333 INFO copying /tmp/.tmpVN4njM/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 ...
104642026-02-12T07:02:10.137Z[ host-image] Feb 12 07:02:09.333 INFO O| Feb 12 07:02:09.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
104652026-02-12T07:02:10.137Z[ host-image] Feb 12 07:02:09.333 INFO O| Feb 12 07:02:09.333 INFO ok!
104662026-02-12T07:02:10.137Z[ host-image] Feb 12 07:02:09.333 INFO O| Feb 12 07:02:09.333 INFO STEP 114 (ensure_file) COMPLETE
104672026-02-12T07:02:10.137Z[ host-image] Feb 12 07:02:09.333 INFO O| Feb 12 07:02:09.333 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104682026-02-12T07:02:10.141Z[ host-image] Feb 12 07:02:09.340 INFO O| Feb 12 07:02:09.340 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104692026-02-12T07:02:10.141Z[ host-image] Feb 12 07:02:09.340 INFO O| Feb 12 07:02:09.340 INFO copying /tmp/.tmpVN4njM/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 ...
104702026-02-12T07:02:10.141Z[ host-image] Feb 12 07:02:09.341 INFO O| Feb 12 07:02:09.340 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104712026-02-12T07:02:10.144Z[ host-image] Feb 12 07:02:09.341 INFO O| Feb 12 07:02:09.341 INFO ok!
104722026-02-12T07:02:10.144Z[ host-image] Feb 12 07:02:09.341 INFO O| Feb 12 07:02:09.341 INFO STEP 115 (ensure_file) COMPLETE
104732026-02-12T07:02:10.144Z[ host-image] Feb 12 07:02:09.341 INFO O| Feb 12 07:02:09.341 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104742026-02-12T07:02:10.149Z[ host-image] Feb 12 07:02:09.348 INFO O| Feb 12 07:02:09.348 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104752026-02-12T07:02:10.149Z[ host-image] Feb 12 07:02:09.348 INFO O| Feb 12 07:02:09.348 INFO copying /tmp/.tmpVN4njM/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 ...
104762026-02-12T07:02:10.152Z[ host-image] Feb 12 07:02:09.348 INFO O| Feb 12 07:02:09.348 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104772026-02-12T07:02:10.152Z[ host-image] Feb 12 07:02:09.348 INFO O| Feb 12 07:02:09.348 INFO ok!
104782026-02-12T07:02:10.152Z[ host-image] Feb 12 07:02:09.348 INFO O| Feb 12 07:02:09.348 INFO STEP 116 (ensure_file) COMPLETE
104792026-02-12T07:02:10.152Z[ host-image] Feb 12 07:02:09.348 INFO O| Feb 12 07:02:09.348 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104802026-02-12T07:02:10.156Z[ host-image] Feb 12 07:02:09.355 INFO O| Feb 12 07:02:09.355 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104812026-02-12T07:02:10.156Z[ host-image] Feb 12 07:02:09.355 INFO O| Feb 12 07:02:09.355 INFO copying /tmp/.tmpVN4njM/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104822026-02-12T07:02:10.159Z[ host-image] Feb 12 07:02:09.355 INFO O| Feb 12 07:02:09.355 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104832026-02-12T07:02:10.159Z[ host-image] Feb 12 07:02:09.355 INFO O| Feb 12 07:02:09.355 INFO ok!
104842026-02-12T07:02:10.159Z[ host-image] Feb 12 07:02:09.355 INFO O| Feb 12 07:02:09.355 INFO STEP 117 (ensure_file) COMPLETE
104852026-02-12T07:02:10.159Z[ host-image] Feb 12 07:02:09.355 INFO O| Feb 12 07:02:09.355 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104862026-02-12T07:02:10.163Z[ host-image] Feb 12 07:02:09.362 INFO O| Feb 12 07:02:09.362 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104872026-02-12T07:02:10.163Z[ host-image] Feb 12 07:02:09.362 INFO O| Feb 12 07:02:09.362 INFO copying /tmp/.tmpVN4njM/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 ...
104882026-02-12T07:02:10.166Z[ host-image] Feb 12 07:02:09.363 INFO O| Feb 12 07:02:09.362 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104892026-02-12T07:02:10.166Z[ host-image] Feb 12 07:02:09.363 INFO O| Feb 12 07:02:09.362 INFO ok!
104902026-02-12T07:02:10.166Z[ host-image] Feb 12 07:02:09.363 INFO O| Feb 12 07:02:09.363 INFO STEP 118 (ensure_file) COMPLETE
104912026-02-12T07:02:10.166Z[ host-image] Feb 12 07:02:09.363 INFO O| Feb 12 07:02:09.363 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104922026-02-12T07:02:10.171Z[ host-image] Feb 12 07:02:09.370 INFO O| Feb 12 07:02:09.370 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104932026-02-12T07:02:10.171Z[ host-image] Feb 12 07:02:09.370 INFO O| Feb 12 07:02:09.370 INFO copying /tmp/.tmpVN4njM/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 ...
104942026-02-12T07:02:10.174Z[ host-image] Feb 12 07:02:09.370 INFO O| Feb 12 07:02:09.370 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104952026-02-12T07:02:10.174Z[ host-image] Feb 12 07:02:09.370 INFO O| Feb 12 07:02:09.370 INFO ok!
104962026-02-12T07:02:10.174Z[ host-image] Feb 12 07:02:09.370 INFO O| Feb 12 07:02:09.370 INFO STEP 119 (ensure_file) COMPLETE
104972026-02-12T07:02:10.174Z[ host-image] Feb 12 07:02:09.370 INFO O| Feb 12 07:02:09.370 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104982026-02-12T07:02:10.178Z[ host-image] Feb 12 07:02:09.378 INFO O| Feb 12 07:02:09.378 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104992026-02-12T07:02:10.181Z[ host-image] Feb 12 07:02:09.378 INFO O| Feb 12 07:02:09.378 INFO copying /tmp/.tmpVN4njM/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 ...
105002026-02-12T07:02:10.181Z[ host-image] Feb 12 07:02:09.378 INFO O| Feb 12 07:02:09.378 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
105012026-02-12T07:02:10.181Z[ host-image] Feb 12 07:02:09.378 INFO O| Feb 12 07:02:09.378 INFO ok!
105022026-02-12T07:02:10.181Z[ host-image] Feb 12 07:02:09.378 INFO O| Feb 12 07:02:09.378 INFO STEP 120 (ensure_file) COMPLETE
105032026-02-12T07:02:10.181Z[ host-image] Feb 12 07:02:09.378 INFO O| Feb 12 07:02:09.378 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105042026-02-12T07:02:10.186Z[ host-image] Feb 12 07:02:09.385 INFO O| Feb 12 07:02:09.385 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
105052026-02-12T07:02:10.186Z[ host-image] Feb 12 07:02:09.385 INFO O| Feb 12 07:02:09.385 INFO copying /tmp/.tmpVN4njM/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 ...
105062026-02-12T07:02:10.189Z[ host-image] Feb 12 07:02:09.385 INFO O| Feb 12 07:02:09.385 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
105072026-02-12T07:02:10.189Z[ host-image] Feb 12 07:02:09.385 INFO O| Feb 12 07:02:09.385 INFO ok!
105082026-02-12T07:02:10.189Z[ host-image] Feb 12 07:02:09.385 INFO O| Feb 12 07:02:09.385 INFO STEP 121 (ensure_file) COMPLETE
105092026-02-12T07:02:10.189Z[ host-image] Feb 12 07:02:09.385 INFO O| Feb 12 07:02:09.385 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105102026-02-12T07:02:10.193Z[ host-image] Feb 12 07:02:09.392 INFO O| Feb 12 07:02:09.392 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
105112026-02-12T07:02:10.196Z[ host-image] Feb 12 07:02:09.392 INFO O| Feb 12 07:02:09.392 INFO copying /tmp/.tmpVN4njM/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 ...
105122026-02-12T07:02:10.196Z[ host-image] Feb 12 07:02:09.392 INFO O| Feb 12 07:02:09.392 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
105132026-02-12T07:02:10.196Z[ host-image] Feb 12 07:02:09.392 INFO O| Feb 12 07:02:09.392 INFO ok!
105142026-02-12T07:02:10.196Z[ host-image] Feb 12 07:02:09.392 INFO O| Feb 12 07:02:09.392 INFO STEP 122 (ensure_file) COMPLETE
105152026-02-12T07:02:10.196Z[ host-image] Feb 12 07:02:09.392 INFO O| Feb 12 07:02:09.392 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105162026-02-12T07:02:10.200Z[ host-image] Feb 12 07:02:09.399 INFO O| Feb 12 07:02:09.399 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
105172026-02-12T07:02:10.203Z[ host-image] Feb 12 07:02:09.399 INFO O| Feb 12 07:02:09.399 INFO copying /tmp/.tmpVN4njM/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 ...
105182026-02-12T07:02:10.203Z[ host-image] Feb 12 07:02:09.400 INFO O| Feb 12 07:02:09.399 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
105192026-02-12T07:02:10.203Z[ host-image] Feb 12 07:02:09.400 INFO O| Feb 12 07:02:09.400 INFO ok!
105202026-02-12T07:02:10.203Z[ host-image] Feb 12 07:02:09.400 INFO O| Feb 12 07:02:09.400 INFO STEP 123 (ensure_file) COMPLETE
105212026-02-12T07:02:10.203Z[ host-image] Feb 12 07:02:09.400 INFO O| Feb 12 07:02:09.400 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105222026-02-12T07:02:10.208Z[ host-image] Feb 12 07:02:09.407 INFO O| Feb 12 07:02:09.407 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
105232026-02-12T07:02:10.208Z[ host-image] Feb 12 07:02:09.407 INFO O| Feb 12 07:02:09.407 INFO copying /tmp/.tmpVN4njM/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 ...
105242026-02-12T07:02:10.211Z[ host-image] Feb 12 07:02:09.407 INFO O| Feb 12 07:02:09.407 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
105252026-02-12T07:02:10.211Z[ host-image] Feb 12 07:02:09.407 INFO O| Feb 12 07:02:09.407 INFO ok!
105262026-02-12T07:02:10.211Z[ host-image] Feb 12 07:02:09.407 INFO O| Feb 12 07:02:09.407 INFO STEP 124 (ensure_file) COMPLETE
105272026-02-12T07:02:10.211Z[ host-image] Feb 12 07:02:09.407 INFO O| Feb 12 07:02:09.407 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105282026-02-12T07:02:10.215Z[ host-image] Feb 12 07:02:09.414 INFO O| Feb 12 07:02:09.414 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
105292026-02-12T07:02:10.215Z[ host-image] Feb 12 07:02:09.414 INFO O| Feb 12 07:02:09.414 INFO copying /tmp/.tmpVN4njM/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 ...
105302026-02-12T07:02:10.218Z[ host-image] Feb 12 07:02:09.414 INFO O| Feb 12 07:02:09.414 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
105312026-02-12T07:02:10.218Z[ host-image] Feb 12 07:02:09.414 INFO O| Feb 12 07:02:09.414 INFO ok!
105322026-02-12T07:02:10.218Z[ host-image] Feb 12 07:02:09.414 INFO O| Feb 12 07:02:09.414 INFO STEP 125 (ensure_file) COMPLETE
105332026-02-12T07:02:10.218Z[ host-image] Feb 12 07:02:09.414 INFO O| Feb 12 07:02:09.414 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105342026-02-12T07:02:10.222Z[ host-image] Feb 12 07:02:09.421 INFO O| Feb 12 07:02:09.421 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
105352026-02-12T07:02:10.222Z[ host-image] Feb 12 07:02:09.421 INFO O| Feb 12 07:02:09.421 INFO copying /tmp/.tmpVN4njM/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 ...
105362026-02-12T07:02:10.225Z[ host-image] Feb 12 07:02:09.421 INFO O| Feb 12 07:02:09.421 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
105372026-02-12T07:02:10.225Z[ host-image] Feb 12 07:02:09.421 INFO O| Feb 12 07:02:09.421 INFO ok!
105382026-02-12T07:02:10.225Z[ host-image] Feb 12 07:02:09.421 INFO O| Feb 12 07:02:09.421 INFO STEP 126 (ensure_file) COMPLETE
105392026-02-12T07:02:10.225Z[ host-image] Feb 12 07:02:09.421 INFO O| Feb 12 07:02:09.421 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105402026-02-12T07:02:10.230Z[ host-image] Feb 12 07:02:09.429 INFO O| Feb 12 07:02:09.429 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
105412026-02-12T07:02:10.235Z[ host-image] Feb 12 07:02:09.429 INFO O| Feb 12 07:02:09.429 INFO copying /tmp/.tmpVN4njM/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 ...
105422026-02-12T07:02:10.235Z[ host-image] Feb 12 07:02:09.429 INFO O| Feb 12 07:02:09.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
105432026-02-12T07:02:10.235Z[ host-image] Feb 12 07:02:09.429 INFO O| Feb 12 07:02:09.429 INFO ok!
105442026-02-12T07:02:10.235Z[ host-image] Feb 12 07:02:09.429 INFO O| Feb 12 07:02:09.429 INFO STEP 127 (ensure_file) COMPLETE
105452026-02-12T07:02:10.235Z[ host-image] Feb 12 07:02:09.429 INFO O| Feb 12 07:02:09.429 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105462026-02-12T07:02:10.238Z[ host-image] Feb 12 07:02:09.436 INFO O| Feb 12 07:02:09.436 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
105472026-02-12T07:02:10.239Z[ host-image] Feb 12 07:02:09.436 INFO O| Feb 12 07:02:09.436 INFO copying /tmp/.tmpVN4njM/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 ...
105482026-02-12T07:02:10.239Z[ host-image] Feb 12 07:02:09.436 INFO O| Feb 12 07:02:09.436 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
105492026-02-12T07:02:10.239Z[ host-image] Feb 12 07:02:09.436 INFO O| Feb 12 07:02:09.436 INFO ok!
105502026-02-12T07:02:10.239Z[ host-image] Feb 12 07:02:09.436 INFO O| Feb 12 07:02:09.436 INFO STEP 128 (ensure_file) COMPLETE
105512026-02-12T07:02:10.239Z[ host-image] Feb 12 07:02:09.436 INFO O| Feb 12 07:02:09.436 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105522026-02-12T07:02:10.245Z[ host-image] Feb 12 07:02:09.444 INFO O| Feb 12 07:02:09.444 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
105532026-02-12T07:02:10.245Z[ host-image] Feb 12 07:02:09.444 INFO O| Feb 12 07:02:09.444 INFO copying /tmp/.tmpVN4njM/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 ...
105542026-02-12T07:02:10.245Z[ host-image] Feb 12 07:02:09.444 INFO O| Feb 12 07:02:09.444 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
105552026-02-12T07:02:10.248Z[ host-image] Feb 12 07:02:09.444 INFO O| Feb 12 07:02:09.444 INFO ok!
105562026-02-12T07:02:10.248Z[ host-image] Feb 12 07:02:09.444 INFO O| Feb 12 07:02:09.444 INFO STEP 129 (ensure_file) COMPLETE
105572026-02-12T07:02:10.248Z[ host-image] Feb 12 07:02:09.444 INFO O| Feb 12 07:02:09.444 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105582026-02-12T07:02:10.252Z[ host-image] Feb 12 07:02:09.451 INFO O| Feb 12 07:02:09.451 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
105592026-02-12T07:02:10.252Z[ host-image] Feb 12 07:02:09.451 INFO O| Feb 12 07:02:09.451 INFO copying /tmp/.tmpVN4njM/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 ...
105602026-02-12T07:02:10.255Z[ host-image] Feb 12 07:02:09.451 INFO O| Feb 12 07:02:09.451 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
105612026-02-12T07:02:10.255Z[ host-image] Feb 12 07:02:09.451 INFO O| Feb 12 07:02:09.451 INFO ok!
105622026-02-12T07:02:10.255Z[ host-image] Feb 12 07:02:09.451 INFO O| Feb 12 07:02:09.451 INFO STEP 130 (ensure_file) COMPLETE
105632026-02-12T07:02:10.255Z[ host-image] Feb 12 07:02:09.451 INFO O| Feb 12 07:02:09.451 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105642026-02-12T07:02:10.259Z[ host-image] Feb 12 07:02:09.458 INFO O| Feb 12 07:02:09.458 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
105652026-02-12T07:02:10.259Z[ host-image] Feb 12 07:02:09.458 INFO O| Feb 12 07:02:09.458 INFO copying /tmp/.tmpVN4njM/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 ...
105662026-02-12T07:02:10.265Z[ host-image] Feb 12 07:02:09.459 INFO O| Feb 12 07:02:09.458 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
105672026-02-12T07:02:10.265Z[ host-image] Feb 12 07:02:09.459 INFO O| Feb 12 07:02:09.459 INFO ok!
105682026-02-12T07:02:10.265Z[ host-image] Feb 12 07:02:09.459 INFO O| Feb 12 07:02:09.459 INFO STEP 131 (ensure_file) COMPLETE
105692026-02-12T07:02:10.265Z[ host-image] Feb 12 07:02:09.459 INFO O| Feb 12 07:02:09.459 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105702026-02-12T07:02:10.269Z[ host-image] Feb 12 07:02:09.466 INFO O| Feb 12 07:02:09.466 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105712026-02-12T07:02:10.269Z[ host-image] Feb 12 07:02:09.466 INFO O| Feb 12 07:02:09.466 INFO copying /tmp/.tmpVN4njM/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 ...
105722026-02-12T07:02:10.269Z[ host-image] Feb 12 07:02:09.466 INFO O| Feb 12 07:02:09.466 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105732026-02-12T07:02:10.269Z[ host-image] Feb 12 07:02:09.466 INFO O| Feb 12 07:02:09.466 INFO ok!
105742026-02-12T07:02:10.269Z[ host-image] Feb 12 07:02:09.466 INFO O| Feb 12 07:02:09.466 INFO STEP 132 (ensure_file) COMPLETE
105752026-02-12T07:02:10.269Z[ host-image] Feb 12 07:02:09.466 INFO O| Feb 12 07:02:09.466 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105762026-02-12T07:02:10.274Z[ host-image] Feb 12 07:02:09.473 INFO O| Feb 12 07:02:09.473 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105772026-02-12T07:02:10.274Z[ host-image] Feb 12 07:02:09.473 INFO O| Feb 12 07:02:09.473 INFO copying /tmp/.tmpVN4njM/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 ...
105782026-02-12T07:02:10.274Z[ host-image] Feb 12 07:02:09.473 INFO O| Feb 12 07:02:09.473 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105792026-02-12T07:02:10.277Z[ host-image] Feb 12 07:02:09.473 INFO O| Feb 12 07:02:09.473 INFO ok!
105802026-02-12T07:02:10.278Z[ host-image] Feb 12 07:02:09.473 INFO O| Feb 12 07:02:09.473 INFO STEP 133 (ensure_file) COMPLETE
105812026-02-12T07:02:10.278Z[ host-image] Feb 12 07:02:09.473 INFO O| Feb 12 07:02:09.473 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105822026-02-12T07:02:10.282Z[ host-image] Feb 12 07:02:09.481 INFO O| Feb 12 07:02:09.481 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105832026-02-12T07:02:10.282Z[ host-image] Feb 12 07:02:09.481 INFO O| Feb 12 07:02:09.481 INFO copying /tmp/.tmpVN4njM/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 ...
105842026-02-12T07:02:10.285Z[ host-image] Feb 12 07:02:09.481 INFO O| Feb 12 07:02:09.481 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105852026-02-12T07:02:10.285Z[ host-image] Feb 12 07:02:09.481 INFO O| Feb 12 07:02:09.481 INFO ok!
105862026-02-12T07:02:10.285Z[ host-image] Feb 12 07:02:09.481 INFO O| Feb 12 07:02:09.481 INFO STEP 134 (ensure_file) COMPLETE
105872026-02-12T07:02:10.285Z[ host-image] Feb 12 07:02:09.481 INFO O| Feb 12 07:02:09.481 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105882026-02-12T07:02:10.290Z[ host-image] Feb 12 07:02:09.489 INFO O| Feb 12 07:02:09.489 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105892026-02-12T07:02:10.290Z[ host-image] Feb 12 07:02:09.489 INFO O| Feb 12 07:02:09.489 INFO copying /tmp/.tmpVN4njM/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 ...
105902026-02-12T07:02:10.293Z[ host-image] Feb 12 07:02:09.489 INFO O| Feb 12 07:02:09.489 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105912026-02-12T07:02:10.293Z[ host-image] Feb 12 07:02:09.489 INFO O| Feb 12 07:02:09.489 INFO ok!
105922026-02-12T07:02:10.293Z[ host-image] Feb 12 07:02:09.489 INFO O| Feb 12 07:02:09.489 INFO STEP 135 (ensure_file) COMPLETE
105932026-02-12T07:02:10.293Z[ host-image] Feb 12 07:02:09.489 INFO O| Feb 12 07:02:09.489 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105942026-02-12T07:02:10.297Z[ host-image] Feb 12 07:02:09.496 INFO O| Feb 12 07:02:09.496 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105952026-02-12T07:02:10.297Z[ host-image] Feb 12 07:02:09.496 INFO O| Feb 12 07:02:09.496 INFO copying /tmp/.tmpVN4njM/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105962026-02-12T07:02:10.300Z[ host-image] Feb 12 07:02:09.497 INFO O| Feb 12 07:02:09.496 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105972026-02-12T07:02:10.300Z[ host-image] Feb 12 07:02:09.497 INFO O| Feb 12 07:02:09.497 INFO ok!
105982026-02-12T07:02:10.300Z[ host-image] Feb 12 07:02:09.497 INFO O| Feb 12 07:02:09.497 INFO STEP 136 (ensure_file) COMPLETE
105992026-02-12T07:02:10.300Z[ host-image] Feb 12 07:02:09.497 INFO O| Feb 12 07:02:09.497 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106002026-02-12T07:02:10.305Z[ host-image] Feb 12 07:02:09.504 INFO O| Feb 12 07:02:09.504 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
106012026-02-12T07:02:10.305Z[ host-image] Feb 12 07:02:09.504 INFO O| Feb 12 07:02:09.504 INFO copying /tmp/.tmpVN4njM/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 ...
106022026-02-12T07:02:10.305Z[ host-image] Feb 12 07:02:09.504 INFO O| Feb 12 07:02:09.504 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
106032026-02-12T07:02:10.305Z[ host-image] Feb 12 07:02:09.504 INFO O| Feb 12 07:02:09.504 INFO ok!
106042026-02-12T07:02:10.308Z[ host-image] Feb 12 07:02:09.504 INFO O| Feb 12 07:02:09.504 INFO STEP 137 (ensure_file) COMPLETE
106052026-02-12T07:02:10.308Z[ host-image] Feb 12 07:02:09.504 INFO O| Feb 12 07:02:09.504 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106062026-02-12T07:02:10.312Z[ host-image] Feb 12 07:02:09.512 INFO O| Feb 12 07:02:09.512 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
106072026-02-12T07:02:10.312Z[ host-image] Feb 12 07:02:09.512 INFO O| Feb 12 07:02:09.512 INFO copying /tmp/.tmpVN4njM/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
106082026-02-12T07:02:10.312Z[ host-image] Feb 12 07:02:09.512 INFO O| Feb 12 07:02:09.512 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
106092026-02-12T07:02:10.316Z[ host-image] Feb 12 07:02:09.512 INFO O| Feb 12 07:02:09.512 INFO ok!
106102026-02-12T07:02:10.316Z[ host-image] Feb 12 07:02:09.512 INFO O| Feb 12 07:02:09.512 INFO STEP 138 (ensure_file) COMPLETE
106112026-02-12T07:02:10.316Z[ host-image] Feb 12 07:02:09.512 INFO O| Feb 12 07:02:09.512 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106122026-02-12T07:02:10.321Z[ host-image] Feb 12 07:02:09.520 INFO O| Feb 12 07:02:09.520 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
106132026-02-12T07:02:10.321Z[ host-image] Feb 12 07:02:09.520 INFO O| Feb 12 07:02:09.520 INFO copying /tmp/.tmpVN4njM/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
106142026-02-12T07:02:14.981Z[ host-image] Feb 12 07:02:14.179 INFO O| Feb 12 07:02:14.179 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
106152026-02-12T07:02:14.981Z[ host-image] Feb 12 07:02:14.179 INFO O| Feb 12 07:02:14.179 INFO ok!
106162026-02-12T07:02:14.981Z[ host-image] Feb 12 07:02:14.179 INFO O| Feb 12 07:02:14.179 INFO STEP 139 (ensure_file) COMPLETE
106172026-02-12T07:02:14.981Z[ host-image] Feb 12 07:02:14.179 INFO O| Feb 12 07:02:14.179 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106182026-02-12T07:02:14.990Z[ host-image] Feb 12 07:02:14.188 INFO O| Feb 12 07:02:14.188 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
106192026-02-12T07:02:14.993Z[ host-image] Feb 12 07:02:14.188 INFO O| Feb 12 07:02:14.188 INFO STEP 140 (ensure_dir) COMPLETE
106202026-02-12T07:02:14.993Z[ host-image] Feb 12 07:02:14.188 INFO O| Feb 12 07:02:14.188 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106212026-02-12T07:02:14.997Z[ host-image] Feb 12 07:02:14.196 INFO O| Feb 12 07:02:14.196 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
106222026-02-12T07:02:14.997Z[ host-image] Feb 12 07:02:14.196 INFO O| Feb 12 07:02:14.196 INFO STEP 141 (ensure_dir) COMPLETE
106232026-02-12T07:02:15.001Z[ host-image] Feb 12 07:02:14.196 INFO O| Feb 12 07:02:14.196 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106242026-02-12T07:02:15.005Z[ host-image] Feb 12 07:02:14.203 INFO O| Feb 12 07:02:14.203 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
106252026-02-12T07:02:15.005Z[ host-image] Feb 12 07:02:14.203 INFO O| Feb 12 07:02:14.203 INFO STEP 142 (ensure_dir) COMPLETE
106262026-02-12T07:02:15.008Z[ host-image] Feb 12 07:02:14.203 INFO O| Feb 12 07:02:14.203 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106272026-02-12T07:02:15.012Z[ host-image] Feb 12 07:02:14.211 INFO O| Feb 12 07:02:14.211 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
106282026-02-12T07:02:15.015Z[ host-image] Feb 12 07:02:14.211 INFO O| Feb 12 07:02:14.211 INFO STEP 143 (ensure_dir) COMPLETE
106292026-02-12T07:02:15.015Z[ host-image] Feb 12 07:02:14.211 INFO O| Feb 12 07:02:14.211 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106302026-02-12T07:02:15.019Z[ host-image] Feb 12 07:02:14.218 INFO O| Feb 12 07:02:14.218 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106312026-02-12T07:02:15.022Z[ host-image] Feb 12 07:02:14.218 INFO O| Feb 12 07:02:14.218 INFO copying /tmp/.tmpVN4njM/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 ...
106322026-02-12T07:02:15.022Z[ host-image] Feb 12 07:02:14.218 INFO O| Feb 12 07:02:14.218 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106332026-02-12T07:02:15.022Z[ host-image] Feb 12 07:02:14.218 INFO O| Feb 12 07:02:14.218 INFO ok!
106342026-02-12T07:02:15.022Z[ host-image] Feb 12 07:02:14.218 INFO O| Feb 12 07:02:14.218 INFO STEP 144 (ensure_file) COMPLETE
106352026-02-12T07:02:15.022Z[ host-image] Feb 12 07:02:14.218 INFO O| Feb 12 07:02:14.218 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106362026-02-12T07:02:15.032Z[ host-image] Feb 12 07:02:14.229 INFO O| Feb 12 07:02:14.229 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106372026-02-12T07:02:15.032Z[ host-image] Feb 12 07:02:14.229 INFO O| Feb 12 07:02:14.229 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106382026-02-12T07:02:15.032Z[ host-image] Feb 12 07:02:14.229 INFO O| Feb 12 07:02:14.229 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106392026-02-12T07:02:15.032Z[ host-image] Feb 12 07:02:14.229 INFO O| Feb 12 07:02:14.229 INFO STEP 145 (ensure_dir) COMPLETE
106402026-02-12T07:02:15.032Z[ host-image] Feb 12 07:02:14.229 INFO O| Feb 12 07:02:14.229 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106412026-02-12T07:02:15.047Z[ host-image] Feb 12 07:02:14.245 INFO O| Feb 12 07:02:14.245 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106422026-02-12T07:02:15.047Z[ host-image] Feb 12 07:02:14.245 INFO O| Feb 12 07:02:14.245 INFO copying /tmp/.tmpVN4njM/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106432026-02-12T07:02:15.050Z[ host-image] Feb 12 07:02:14.245 INFO O| Feb 12 07:02:14.245 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106442026-02-12T07:02:15.050Z[ host-image] Feb 12 07:02:14.245 INFO O| Feb 12 07:02:14.245 INFO ok!
106452026-02-12T07:02:15.050Z[ host-image] Feb 12 07:02:14.245 INFO O| Feb 12 07:02:14.245 INFO STEP 146 (ensure_file) COMPLETE
106462026-02-12T07:02:15.050Z[ host-image] Feb 12 07:02:14.245 INFO O| Feb 12 07:02:14.245 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106472026-02-12T07:02:15.056Z[ host-image] Feb 12 07:02:14.255 INFO O| Feb 12 07:02:14.255 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106482026-02-12T07:02:15.059Z[ host-image] Feb 12 07:02:14.255 INFO O| Feb 12 07:02:14.255 INFO STEP 147 (remove_files) COMPLETE
106492026-02-12T07:02:15.059Z[ host-image] Feb 12 07:02:14.255 INFO O| Feb 12 07:02:14.255 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106502026-02-12T07:02:15.064Z[ host-image] Feb 12 07:02:14.262 INFO O| Feb 12 07:02:14.262 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106512026-02-12T07:02:15.067Z[ host-image] Feb 12 07:02:14.262 INFO O| Feb 12 07:02:14.262 INFO STEP 148 (remove_files) COMPLETE
106522026-02-12T07:02:15.067Z[ host-image] Feb 12 07:02:14.262 INFO O| Feb 12 07:02:14.262 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106532026-02-12T07:02:15.072Z[ host-image] Feb 12 07:02:14.270 INFO O| Feb 12 07:02:14.270 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106542026-02-12T07:02:15.075Z[ host-image] Feb 12 07:02:14.271 INFO O| Feb 12 07:02:14.270 INFO STEP 149 (remove_files) COMPLETE
106552026-02-12T07:02:15.075Z[ host-image] Feb 12 07:02:14.271 INFO O| Feb 12 07:02:14.271 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106562026-02-12T07:02:15.079Z[ host-image] Feb 12 07:02:14.278 INFO O| Feb 12 07:02:14.278 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106572026-02-12T07:02:15.082Z[ host-image] Feb 12 07:02:14.278 INFO O| Feb 12 07:02:14.278 INFO STEP 150 (remove_files) COMPLETE
106582026-02-12T07:02:15.082Z[ host-image] Feb 12 07:02:14.278 INFO O| Feb 12 07:02:14.278 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106592026-02-12T07:02:15.087Z[ host-image] Feb 12 07:02:14.285 INFO O| Feb 12 07:02:14.285 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106602026-02-12T07:02:15.090Z[ host-image] Feb 12 07:02:14.285 INFO O| Feb 12 07:02:14.285 INFO STEP 151 (remove_files) COMPLETE
106612026-02-12T07:02:15.090Z[ host-image] Feb 12 07:02:14.285 INFO O| Feb 12 07:02:14.285 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106622026-02-12T07:02:15.094Z[ host-image] Feb 12 07:02:14.293 INFO O| Feb 12 07:02:14.293 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106632026-02-12T07:02:15.097Z[ host-image] Feb 12 07:02:14.293 INFO O| Feb 12 07:02:14.293 INFO STEP 152 (remove_files) COMPLETE
106642026-02-12T07:02:15.097Z[ host-image] Feb 12 07:02:14.293 INFO O| Feb 12 07:02:14.293 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106652026-02-12T07:02:15.102Z[ host-image] Feb 12 07:02:14.300 INFO O| Feb 12 07:02:14.300 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106662026-02-12T07:02:15.102Z[ host-image] Feb 12 07:02:14.300 INFO O| Feb 12 07:02:14.300 INFO STEP 153 (remove_files) COMPLETE
106672026-02-12T07:02:15.105Z[ host-image] Feb 12 07:02:14.300 INFO O| Feb 12 07:02:14.300 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106682026-02-12T07:02:15.109Z[ host-image] Feb 12 07:02:14.308 INFO O| Feb 12 07:02:14.308 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106692026-02-12T07:02:15.109Z[ host-image] Feb 12 07:02:14.308 INFO O| Feb 12 07:02:14.308 INFO STEP 154 (remove_files) COMPLETE
106702026-02-12T07:02:15.109Z[ host-image] Feb 12 07:02:14.308 INFO O| Feb 12 07:02:14.308 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106712026-02-12T07:02:15.117Z[ host-image] Feb 12 07:02:14.316 INFO O| Feb 12 07:02:14.316 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106722026-02-12T07:02:15.117Z[ host-image] Feb 12 07:02:14.316 INFO O| Feb 12 07:02:14.316 INFO STEP 155 (remove_files) COMPLETE
106732026-02-12T07:02:15.120Z[ host-image] Feb 12 07:02:14.316 INFO O| Feb 12 07:02:14.316 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106742026-02-12T07:02:15.124Z[ host-image] Feb 12 07:02:14.323 INFO O| Feb 12 07:02:14.323 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106752026-02-12T07:02:15.124Z[ host-image] Feb 12 07:02:14.323 INFO O| Feb 12 07:02:14.323 INFO STEP 156 (remove_files) COMPLETE
106762026-02-12T07:02:15.128Z[ host-image] Feb 12 07:02:14.323 INFO O| Feb 12 07:02:14.323 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106772026-02-12T07:02:15.132Z[ host-image] Feb 12 07:02:14.330 INFO O| Feb 12 07:02:14.330 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106782026-02-12T07:02:15.135Z[ host-image] Feb 12 07:02:14.330 INFO O| Feb 12 07:02:14.330 INFO STEP 157 (remove_files) COMPLETE
106792026-02-12T07:02:15.135Z[ host-image] Feb 12 07:02:14.331 INFO O| Feb 12 07:02:14.330 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106802026-02-12T07:02:15.139Z[ host-image] Feb 12 07:02:14.338 INFO O| Feb 12 07:02:14.338 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106812026-02-12T07:02:15.139Z[ host-image] Feb 12 07:02:14.338 INFO O| Feb 12 07:02:14.338 INFO STEP 158 (remove_files) COMPLETE
106822026-02-12T07:02:15.142Z[ host-image] Feb 12 07:02:14.338 INFO O| Feb 12 07:02:14.338 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106832026-02-12T07:02:15.146Z[ host-image] Feb 12 07:02:14.345 INFO O| Feb 12 07:02:14.345 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106842026-02-12T07:02:15.149Z[ host-image] Feb 12 07:02:14.345 INFO O| Feb 12 07:02:14.345 INFO STEP 159 (remove_files) COMPLETE
106852026-02-12T07:02:15.149Z[ host-image] Feb 12 07:02:14.345 INFO O| Feb 12 07:02:14.345 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106862026-02-12T07:02:15.154Z[ host-image] Feb 12 07:02:14.352 INFO O| Feb 12 07:02:14.352 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106872026-02-12T07:02:15.154Z[ host-image] Feb 12 07:02:14.352 INFO O| Feb 12 07:02:14.352 INFO STEP 160 (remove_files) COMPLETE
106882026-02-12T07:02:15.157Z[ host-image] Feb 12 07:02:14.352 INFO O| Feb 12 07:02:14.352 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106892026-02-12T07:02:15.161Z[ host-image] Feb 12 07:02:14.360 INFO O| Feb 12 07:02:14.360 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106902026-02-12T07:02:15.161Z[ host-image] Feb 12 07:02:14.360 INFO O| Feb 12 07:02:14.360 INFO STEP 161 (remove_files) COMPLETE
106912026-02-12T07:02:15.161Z[ host-image] Feb 12 07:02:14.360 INFO O| Feb 12 07:02:14.360 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106922026-02-12T07:02:15.169Z[ host-image] Feb 12 07:02:14.367 INFO O| Feb 12 07:02:14.367 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106932026-02-12T07:02:15.171Z[ host-image] Feb 12 07:02:14.367 INFO O| Feb 12 07:02:14.367 INFO STEP 162 (remove_files) COMPLETE
106942026-02-12T07:02:15.171Z[ host-image] Feb 12 07:02:14.367 INFO O| Feb 12 07:02:14.367 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106952026-02-12T07:02:15.175Z[ host-image] Feb 12 07:02:14.374 INFO O| Feb 12 07:02:14.374 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106962026-02-12T07:02:15.179Z[ host-image] Feb 12 07:02:14.374 INFO O| Feb 12 07:02:14.374 INFO STEP 163 (remove_files) COMPLETE
106972026-02-12T07:02:15.179Z[ host-image] Feb 12 07:02:14.374 INFO O| Feb 12 07:02:14.374 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106982026-02-12T07:02:15.182Z[ host-image] Feb 12 07:02:14.381 INFO O| Feb 12 07:02:14.381 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106992026-02-12T07:02:15.182Z[ host-image] Feb 12 07:02:14.381 INFO O| Feb 12 07:02:14.381 INFO STEP 164 (remove_files) COMPLETE
107002026-02-12T07:02:15.186Z[ host-image] Feb 12 07:02:14.381 INFO O| Feb 12 07:02:14.381 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107012026-02-12T07:02:15.190Z[ host-image] Feb 12 07:02:14.389 INFO O| Feb 12 07:02:14.388 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
107022026-02-12T07:02:15.190Z[ host-image] Feb 12 07:02:14.389 INFO O| Feb 12 07:02:14.389 INFO STEP 165 (remove_files) COMPLETE
107032026-02-12T07:02:15.193Z[ host-image] Feb 12 07:02:14.389 INFO O| Feb 12 07:02:14.389 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107042026-02-12T07:02:15.197Z[ host-image] Feb 12 07:02:14.395 INFO O| Feb 12 07:02:14.395 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
107052026-02-12T07:02:15.200Z[ host-image] Feb 12 07:02:14.396 INFO O| Feb 12 07:02:14.396 INFO STEP 166 (remove_files) COMPLETE
107062026-02-12T07:02:15.200Z[ host-image] Feb 12 07:02:14.396 INFO O| Feb 12 07:02:14.396 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107072026-02-12T07:02:15.204Z[ host-image] Feb 12 07:02:14.403 INFO O| Feb 12 07:02:14.403 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
107082026-02-12T07:02:15.208Z[ host-image] Feb 12 07:02:14.403 INFO O| Feb 12 07:02:14.403 INFO STEP 167 (remove_files) COMPLETE
107092026-02-12T07:02:15.208Z[ host-image] Feb 12 07:02:14.403 INFO O| Feb 12 07:02:14.403 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107102026-02-12T07:02:15.212Z[ host-image] Feb 12 07:02:14.410 INFO O| Feb 12 07:02:14.410 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
107112026-02-12T07:02:15.215Z[ host-image] Feb 12 07:02:14.411 INFO O| Feb 12 07:02:14.411 INFO STEP 168 (remove_files) COMPLETE
107122026-02-12T07:02:15.215Z[ host-image] Feb 12 07:02:14.411 INFO O| Feb 12 07:02:14.411 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107132026-02-12T07:02:15.219Z[ host-image] Feb 12 07:02:14.418 INFO O| Feb 12 07:02:14.418 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
107142026-02-12T07:02:15.222Z[ host-image] Feb 12 07:02:14.418 INFO O| Feb 12 07:02:14.418 INFO STEP 169 (remove_files) COMPLETE
107152026-02-12T07:02:15.222Z[ host-image] Feb 12 07:02:14.418 INFO O| Feb 12 07:02:14.418 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107162026-02-12T07:02:15.226Z[ host-image] Feb 12 07:02:14.425 INFO O| Feb 12 07:02:14.425 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
107172026-02-12T07:02:15.229Z[ host-image] Feb 12 07:02:14.425 INFO O| Feb 12 07:02:14.425 INFO STEP 170 (remove_files) COMPLETE
107182026-02-12T07:02:15.229Z[ host-image] Feb 12 07:02:14.425 INFO O| Feb 12 07:02:14.425 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107192026-02-12T07:02:15.234Z[ host-image] Feb 12 07:02:14.432 INFO O| Feb 12 07:02:14.432 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
107202026-02-12T07:02:15.237Z[ host-image] Feb 12 07:02:14.432 INFO O| Feb 12 07:02:14.432 INFO STEP 171 (remove_files) COMPLETE
107212026-02-12T07:02:15.237Z[ host-image] Feb 12 07:02:14.432 INFO O| Feb 12 07:02:14.432 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107222026-02-12T07:02:15.241Z[ host-image] Feb 12 07:02:14.440 INFO O| Feb 12 07:02:14.440 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
107232026-02-12T07:02:15.241Z[ host-image] Feb 12 07:02:14.440 INFO O| Feb 12 07:02:14.440 INFO STEP 172 (remove_files) COMPLETE
107242026-02-12T07:02:15.244Z[ host-image] Feb 12 07:02:14.440 INFO O| Feb 12 07:02:14.440 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107252026-02-12T07:02:15.248Z[ host-image] Feb 12 07:02:14.447 INFO O| Feb 12 07:02:14.447 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
107262026-02-12T07:02:15.248Z[ host-image] Feb 12 07:02:14.447 INFO O| Feb 12 07:02:14.447 INFO STEP 173 (remove_files) COMPLETE
107272026-02-12T07:02:15.251Z[ host-image] Feb 12 07:02:14.447 INFO O| Feb 12 07:02:14.447 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107282026-02-12T07:02:15.255Z[ host-image] Feb 12 07:02:14.454 INFO O| Feb 12 07:02:14.454 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
107292026-02-12T07:02:15.256Z[ host-image] Feb 12 07:02:14.454 INFO O| Feb 12 07:02:14.454 INFO STEP 174 (remove_files) COMPLETE
107302026-02-12T07:02:15.259Z[ host-image] Feb 12 07:02:14.454 INFO O| Feb 12 07:02:14.454 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107312026-02-12T07:02:15.263Z[ host-image] Feb 12 07:02:14.461 INFO O| Feb 12 07:02:14.461 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
107322026-02-12T07:02:15.263Z[ host-image] Feb 12 07:02:14.462 INFO O| Feb 12 07:02:14.462 INFO STEP 175 (remove_files) COMPLETE
107332026-02-12T07:02:15.263Z[ host-image] Feb 12 07:02:14.462 INFO O| Feb 12 07:02:14.462 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107342026-02-12T07:02:15.273Z[ host-image] Feb 12 07:02:14.472 INFO O| Feb 12 07:02:14.472 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107352026-02-12T07:02:15.273Z[ host-image] Feb 12 07:02:14.472 INFO O| Feb 12 07:02:14.472 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
107362026-02-12T07:02:24.236Z[ host-image] Feb 12 07:02:23.434 INFO O| Feb 12 07:02:23.433 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
107372026-02-12T07:02:24.236Z[ host-image] Feb 12 07:02:23.434 INFO O| Feb 12 07:02:23.434 INFO E| svccfg: Loaded 79 smf(7) service descriptions
107382026-02-12T07:02:24.250Z[ host-image] Feb 12 07:02:23.448 INFO O| Feb 12 07:02:23.448 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.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"}
107392026-02-12T07:02:24.393Z[ host-image] Feb 12 07:02:23.591 INFO O| Feb 12 07:02:23.591 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "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"}
107402026-02-12T07:02:24.469Z[ host-image] Feb 12 07:02:23.667 INFO O| Feb 12 07:02:23.667 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107412026-02-12T07:02:24.556Z[ host-image] Feb 12 07:02:23.754 INFO O| Feb 12 07:02:23.754 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107422026-02-12T07:02:24.560Z[ host-image] Feb 12 07:02:23.754 INFO O| Feb 12 07:02:23.754 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107432026-02-12T07:02:24.560Z[ host-image] Feb 12 07:02:23.757 INFO O| Feb 12 07:02:23.757 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107442026-02-12T07:02:24.560Z[ host-image] Feb 12 07:02:23.757 INFO O| Feb 12 07:02:23.757 INFO ok!
107452026-02-12T07:02:24.560Z[ host-image] Feb 12 07:02:23.757 INFO O| Feb 12 07:02:23.757 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107462026-02-12T07:02:24.560Z[ host-image] Feb 12 07:02:23.757 INFO O| Feb 12 07:02:23.757 INFO STEP 176 (seed_smf) COMPLETE
107472026-02-12T07:02:24.560Z[ host-image] Feb 12 07:02:23.757 INFO O| Feb 12 07:02:23.757 INFO steps complete; finalising image!
107482026-02-12T07:02:24.560Z[ host-image] Feb 12 07:02:23.757 INFO O| Feb 12 07:02:23.757 INFO TRIM POOL: TEMPORARY-sled-zfs
107492026-02-12T07:02:24.703Z[ host-image] Feb 12 07:02:23.901 INFO O| Feb 12 07:02:23.900 INFO trim TEMPORARY-sled-zfs: (0% trimmed, started at Thu Feb 12 07:02:23 2026)
107502026-02-12T07:02:24.918Z[ host-image] Feb 12 07:02:24.116 INFO O| Feb 12 07:02:24.115 INFO temporary pool has 807M used, 89.0M avail, 1.81x compressratio
107512026-02-12T07:02:24.918Z[ host-image] Feb 12 07:02:24.116 INFO O| Feb 12 07:02:24.115 INFO EXPORT POOL: TEMPORARY-sled-zfs
107522026-02-12T07:02:25.203Z[ host-image] Feb 12 07:02:24.400 INFO O| Feb 12 07:02:24.400 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107532026-02-12T07:02:25.203Z[ host-image] Feb 12 07:02:24.400 INFO O| Feb 12 07:02:24.400 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107542026-02-12T07:02:26.152Z[ host-image] Feb 12 07:02:25.349 INFO O| Feb 12 07:02:25.349 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107552026-02-12T07:02:26.152Z[ host-image] Feb 12 07:02:25.349 INFO O| Feb 12 07:02:25.349 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107562026-02-12T07:02:26.155Z[ host-image] Feb 12 07:02:25.350 INFO O| Feb 12 07:02:25.349 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107572026-02-12T07:02:26.155Z[ host-image] Feb 12 07:02:25.350 INFO O| Feb 12 07:02:25.349 INFO completed processing sled/zfs
107582026-02-12T07:02:26.155Z[ host-image] Feb 12 07:02:25.350 INFO O| Feb 12 07:02:25.349 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107592026-02-12T07:02:36.164Z[ host-image] Feb 12 07:02:35.360 INFO O| Feb 12 07:02:35.360 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
107602026-02-12T07:02:36.244Z[ host-image] Feb 12 07:02:35.440 INFO BUILD STRING "heads/stlouis-0-gd522c047db\n"
107612026-02-12T07:02:36.247Z[ host-image] Feb 12 07:02:35.440 INFO expanded image name: "ci 1c3e4ba/${os_short_commit} 2026-02-12 05:56" -> "ci 1c3e4ba/d522c04 2026-02-12 05:56"
107622026-02-12T07:02:36.247Z[ host-image] Feb 12 07:02:35.440 INFO output artefacts stored in: "/work/os-host"
107632026-02-12T07:02:36.247Z[ host-image] Feb 12 07:02:35.440 INFO collecting git info from project "phbl"...
107642026-02-12T07:02:36.251Z[ host-image] Feb 12 07:02:35.448 INFO collecting git info from project "chelsio-t6-roms"...
107652026-02-12T07:02:36.255Z[ host-image] Feb 12 07:02:35.452 INFO collecting git info from project "image-builder"...
107662026-02-12T07:02:36.260Z[ host-image] Feb 12 07:02:35.457 INFO collecting git info from project "bootserver"...
107672026-02-12T07:02:36.264Z[ host-image] Feb 12 07:02:35.461 INFO collecting git info from project "amd-host-image-builder"...
107682026-02-12T07:02:36.269Z[ host-image] Feb 12 07:02:35.466 INFO collecting git info from project "pinprick"...
107692026-02-12T07:02:36.273Z[ host-image] Feb 12 07:02:35.470 INFO collecting git info from project "dmar-report"...
107702026-02-12T07:02:36.278Z[ host-image] Feb 12 07:02:35.475 INFO collecting git info from project "pilot"...
107712026-02-12T07:02:36.283Z[ host-image] Feb 12 07:02:35.480 INFO collecting git info from project "amd-firmware"...
107722026-02-12T07:02:36.294Z[ host-image] Feb 12 07:02:35.491 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
107732026-02-12T07:02:36.664Z[ host-image] Feb 12 07:02:35.860 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
107742026-02-12T07:02:37.025Z[ host-image] Feb 12 07:02:36.221 INFO creating Oxide boot image...
107752026-02-12T07:02:37.025Z[ host-image] Feb 12 07:02:36.221 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 1c3e4ba/d522c04 2026-02-12 05:56", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
107762026-02-12T07:02:38.103Z[ host-image] Feb 12 07:02:37.297 INFO O| ok, image written!
107772026-02-12T07:02:38.103Z[ host-image] Feb 12 07:02:37.297 INFO O| ok, boot_image_csum file written!
107782026-02-12T07:02:38.106Z[ host-image] Feb 12 07:02:37.300 INFO creating boot archive (CPIO)...
107792026-02-12T07:02:38.107Z[ host-image] Feb 12 07:02:37.300 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
107802026-02-12T07:02:38.110Z[ host-image] Feb 12 07:02:37.304 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
107812026-02-12T07:02:38.110Z[ host-image] Feb 12 07:02:37.304 INFO E| + outfile=/work/os-host/cpio
107822026-02-12T07:02:38.110Z[ host-image] Feb 12 07:02:37.304 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
107832026-02-12T07:02:38.110Z[ host-image] Feb 12 07:02:37.306 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
107842026-02-12T07:02:38.110Z[ host-image] Feb 12 07:02:37.306 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
107852026-02-12T07:02:38.144Z[ host-image] Feb 12 07:02:37.340 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
107862026-02-12T07:02:38.144Z[ host-image] Feb 12 07:02:37.340 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
107872026-02-12T07:02:38.151Z[ host-image] Feb 12 07:02:37.347 INFO creating compressed cpio/unix for dev loaders...
107882026-02-12T07:02:38.151Z[ host-image] Feb 12 07:02:37.347 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
107892026-02-12T07:02:38.448Z[ host-image] Feb 12 07:02:37.644 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
107902026-02-12T07:02:42.824Z[ host-image] Feb 12 07:02:42.020 INFO creating reset image...
107912026-02-12T07:02:42.824Z[ host-image] Feb 12 07:02:42.020 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
107922026-02-12T07:02:42.876Z[ host-image] Feb 12 07:02:42.072 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')"
107932026-02-12T07:02:42.876Z[ host-image] Feb 12 07:02:42.072 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")
107942026-02-12T07:02:42.974Z[ host-image] Feb 12 07:02:42.169 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.04s
107952026-02-12T07:02:42.977Z[ host-image] Feb 12 07:02:42.171 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
107962026-02-12T07:02:43.271Z[ host-image] Feb 12 07:02:42.467 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)
107972026-02-12T07:02:43.271Z[ host-image] Feb 12 07:02:42.467 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)
107982026-02-12T07:02:43.274Z[ host-image] Feb 12 07:02:42.467 INFO E| Compiling proc-macro2 v1.0.106
107992026-02-12T07:02:43.275Z[ host-image] Feb 12 07:02:42.467 INFO E| Compiling quote v1.0.44
108002026-02-12T07:02:43.275Z[ host-image] Feb 12 07:02:42.467 INFO E| Compiling unicode-ident v1.0.23
108012026-02-12T07:02:43.275Z[ host-image] Feb 12 07:02:42.467 INFO E| Compiling syn v1.0.109
108022026-02-12T07:02:43.275Z[ host-image] Feb 12 07:02:42.467 INFO E| Compiling x86 v0.52.0
108032026-02-12T07:02:43.275Z[ host-image] Feb 12 07:02:42.467 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
108042026-02-12T07:02:43.466Z[ host-image] Feb 12 07:02:42.662 INFO E| Compiling seq-macro v0.3.6
108052026-02-12T07:02:44.785Z[ host-image] Feb 12 07:02:43.981 INFO E| Compiling syn v2.0.114
108062026-02-12T07:02:47.372Z[ host-image] Feb 12 07:02:46.567 INFO E| Compiling scroll_derive v0.13.1
108072026-02-12T07:02:49.626Z[ host-image] Feb 12 07:02:48.821 INFO E| Compiling bitstruct_derive v0.1.0
108082026-02-12T07:03:05.257Z[ host-image] Feb 12 07:03:04.451 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)
108092026-02-12T07:03:08.993Z[ host-image] Feb 12 07:03:08.187 INFO E| Compiling bitflags v1.3.2
108102026-02-12T07:03:08.993Z[ host-image] Feb 12 07:03:08.187 INFO E| Compiling bit_field v0.10.3
108112026-02-12T07:03:08.996Z[ host-image] Feb 12 07:03:08.187 INFO E| Compiling scroll v0.13.0
108122026-02-12T07:03:08.997Z[ host-image] Feb 12 07:03:08.187 INFO E| Compiling adler2 v2.0.1
108132026-02-12T07:03:08.997Z[ host-image] Feb 12 07:03:08.187 INFO E| Compiling plain v0.2.3
108142026-02-12T07:03:08.997Z[ host-image] Feb 12 07:03:08.187 INFO E| Compiling log v0.4.29
108152026-02-12T07:03:08.997Z[ host-image] Feb 12 07:03:08.187 INFO E| Compiling bitflags v2.10.0
108162026-02-12T07:03:09.109Z[ host-image] Feb 12 07:03:08.303 INFO E| Compiling raw-cpuid v10.7.0
108172026-02-12T07:03:09.195Z[ host-image] Feb 12 07:03:08.388 INFO E| Compiling miniz_oxide v0.9.0
108182026-02-12T07:03:09.286Z[ host-image] Feb 12 07:03:08.479 INFO E| Compiling cpio_reader v0.1.2
108192026-02-12T07:03:09.325Z[ host-image] Feb 12 07:03:08.519 INFO E| Compiling bitstruct v0.1.1
108202026-02-12T07:03:09.462Z[ host-image] Feb 12 07:03:08.655 INFO E| Compiling static_assertions v1.1.0
108212026-02-12T07:03:09.482Z[ host-image] Feb 12 07:03:08.675 INFO E| Compiling goblin v0.10.4
108222026-02-12T07:03:14.700Z[ host-image] Feb 12 07:03:13.893 INFO E| Finished `release` profile [optimized] target(s) in 31.71s
108232026-02-12T07:03:14.712Z[ host-image] Feb 12 07:03:13.906 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
108242026-02-12T07:03:14.773Z[ host-image] Feb 12 07:03:13.966 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')"
108252026-02-12T07:03:14.773Z[ host-image] Feb 12 07:03:13.966 INFO building ROM for cosmo
108262026-02-12T07:03:14.773Z[ host-image] Feb 12 07:03:13.966 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")
108272026-02-12T07:03:14.919Z[ host-image] Feb 12 07:03:14.112 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
108282026-02-12T07:03:14.923Z[ host-image] Feb 12 07:03:14.116 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`
108292026-02-12T07:03:14.933Z[ host-image] Feb 12 07:03:14.127 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
108302026-02-12T07:03:15.022Z[ host-image] Feb 12 07:03:14.215 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
108312026-02-12T07:03:15.026Z[ host-image] Feb 12 07:03:14.219 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`
108322026-02-12T07:03:15.360Z[ host-image] Feb 12 07:03:14.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
108332026-02-12T07:03:15.360Z[ host-image] Feb 12 07:03:14.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
108342026-02-12T07:03:15.360Z[ host-image] Feb 12 07:03:14.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
108352026-02-12T07:03:15.364Z[ host-image] Feb 12 07:03:14.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
108362026-02-12T07:03:15.364Z[ host-image] Feb 12 07:03:14.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
108372026-02-12T07:03:15.364Z[ host-image] Feb 12 07:03:14.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
108382026-02-12T07:03:15.364Z[ host-image] Feb 12 07:03:14.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
108392026-02-12T07:03:15.364Z[ host-image] Feb 12 07:03:14.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
108402026-02-12T07:03:15.364Z[ host-image] Feb 12 07:03:14.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
108412026-02-12T07:03:15.364Z[ host-image] Feb 12 07:03:14.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
108422026-02-12T07:03:15.364Z[ host-image] Feb 12 07:03:14.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
108432026-02-12T07:03:15.364Z[ host-image] Feb 12 07:03:14.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
108442026-02-12T07:03:15.364Z[ host-image] Feb 12 07:03:14.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
108452026-02-12T07:03:15.364Z[ host-image] Feb 12 07:03:14.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
108462026-02-12T07:03:15.364Z[ host-image] Feb 12 07:03:14.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
108472026-02-12T07:03:15.364Z[ host-image] Feb 12 07:03:14.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
108482026-02-12T07:03:15.364Z[ host-image] Feb 12 07:03:14.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
108492026-02-12T07:03:15.364Z[ host-image] Feb 12 07:03:14.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
108502026-02-12T07:03:15.364Z[ host-image] Feb 12 07:03:14.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
108512026-02-12T07:03:15.365Z[ host-image] Feb 12 07:03:14.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
108522026-02-12T07:03:15.365Z[ host-image] Feb 12 07:03:14.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
108532026-02-12T07:03:15.365Z[ host-image] Feb 12 07:03:14.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
108542026-02-12T07:03:15.365Z[ host-image] Feb 12 07:03:14.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
108552026-02-12T07:03:15.365Z[ host-image] Feb 12 07:03:14.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
108562026-02-12T07:03:15.365Z[ host-image] Feb 12 07:03:14.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
108572026-02-12T07:03:15.365Z[ host-image] Feb 12 07:03:14.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
108582026-02-12T07:03:15.365Z[ host-image] Feb 12 07:03:14.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
108592026-02-12T07:03:15.365Z[ host-image] Feb 12 07:03:14.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
108602026-02-12T07:03:15.365Z[ host-image] Feb 12 07:03:14.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
108612026-02-12T07:03:15.365Z[ host-image] Feb 12 07:03:14.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
108622026-02-12T07:03:15.365Z[ host-image] Feb 12 07:03:14.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
108632026-02-12T07:03:15.365Z[ host-image] Feb 12 07:03:14.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
108642026-02-12T07:03:15.365Z[ host-image] Feb 12 07:03:14.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
108652026-02-12T07:03:15.365Z[ host-image] Feb 12 07:03:14.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
108662026-02-12T07:03:15.365Z[ host-image] Feb 12 07:03:14.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
108672026-02-12T07:03:15.365Z[ host-image] Feb 12 07:03:14.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
108682026-02-12T07:03:15.365Z[ host-image] Feb 12 07:03:14.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
108692026-02-12T07:03:15.365Z[ host-image] Feb 12 07:03:14.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
108702026-02-12T07:03:15.365Z[ host-image] Feb 12 07:03:14.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
108712026-02-12T07:03:15.365Z[ host-image] Feb 12 07:03:14.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
108722026-02-12T07:03:15.365Z[ host-image] Feb 12 07:03:14.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
108732026-02-12T07:03:15.365Z[ host-image] Feb 12 07:03:14.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
108742026-02-12T07:03:15.365Z[ host-image] Feb 12 07:03:14.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
108752026-02-12T07:03:15.365Z[ host-image] Feb 12 07:03:14.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
108762026-02-12T07:03:15.365Z[ host-image] Feb 12 07:03:14.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
108772026-02-12T07:03:15.365Z[ host-image] Feb 12 07:03:14.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
108782026-02-12T07:03:15.365Z[ host-image] Feb 12 07:03:14.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
108792026-02-12T07:03:15.365Z[ host-image] Feb 12 07:03:14.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
108802026-02-12T07:03:15.365Z[ host-image] Feb 12 07:03:14.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
108812026-02-12T07:03:15.365Z[ host-image] Feb 12 07:03:14.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
108822026-02-12T07:03:15.365Z[ host-image] Feb 12 07:03:14.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
108832026-02-12T07:03:15.365Z[ host-image] Feb 12 07:03:14.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
108842026-02-12T07:03:15.365Z[ host-image] Feb 12 07:03:14.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
108852026-02-12T07:03:15.365Z[ host-image] Feb 12 07:03:14.556 INFO O| Info: ABL version: 0x1007f011
108862026-02-12T07:03:15.365Z[ host-image] Feb 12 07:03:14.556 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
108872026-02-12T07:03:15.365Z[ host-image] Feb 12 07:03:14.556 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
108882026-02-12T07:03:15.365Z[ host-image] Feb 12 07:03:14.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
108892026-02-12T07:03:15.366Z[ host-image] Feb 12 07:03:14.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
108902026-02-12T07:03:15.366Z[ host-image] Feb 12 07:03:14.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
108912026-02-12T07:03:15.366Z[ host-image] Feb 12 07:03:14.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
108922026-02-12T07:03:15.366Z[ host-image] Feb 12 07:03:14.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
108932026-02-12T07:03:15.366Z[ host-image] Feb 12 07:03:14.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
108942026-02-12T07:03:15.366Z[ host-image] Feb 12 07:03:14.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
108952026-02-12T07:03:15.366Z[ host-image] Feb 12 07:03:14.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
108962026-02-12T07:03:15.366Z[ host-image] Feb 12 07:03:14.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
108972026-02-12T07:03:15.366Z[ host-image] Feb 12 07:03:14.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
108982026-02-12T07:03:15.366Z[ host-image] Feb 12 07:03:14.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
108992026-02-12T07:03:15.366Z[ host-image] Feb 12 07:03:14.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109002026-02-12T07:03:15.366Z[ host-image] Feb 12 07:03:14.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109012026-02-12T07:03:15.366Z[ host-image] Feb 12 07:03:14.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109022026-02-12T07:03:15.370Z[ host-image] Feb 12 07:03:14.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109032026-02-12T07:03:15.370Z[ host-image] Feb 12 07:03:14.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109042026-02-12T07:03:15.370Z[ host-image] Feb 12 07:03:14.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109052026-02-12T07:03:15.370Z[ host-image] Feb 12 07:03:14.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109062026-02-12T07:03:15.370Z[ host-image] Feb 12 07:03:14.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109072026-02-12T07:03:15.370Z[ host-image] Feb 12 07:03:14.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109082026-02-12T07:03:15.399Z[ host-image] Feb 12 07:03:14.593 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
109092026-02-12T07:03:15.399Z[ host-image] Feb 12 07:03:14.593 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
109102026-02-12T07:03:15.399Z[ host-image] Feb 12 07:03:14.593 INFO building ROM for gimlet
109112026-02-12T07:03:15.403Z[ host-image] Feb 12 07:03:14.593 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-host/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/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")
109122026-02-12T07:03:15.535Z[ host-image] Feb 12 07:03:14.728 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109132026-02-12T07:03:15.538Z[ host-image] Feb 12 07:03:14.731 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`
109142026-02-12T07:03:15.548Z[ host-image] Feb 12 07:03:14.741 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
109152026-02-12T07:03:15.632Z[ host-image] Feb 12 07:03:14.825 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
109162026-02-12T07:03:15.635Z[ host-image] Feb 12 07:03:14.828 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`
109172026-02-12T07:03:15.826Z[ host-image] Feb 12 07:03:15.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
109182026-02-12T07:03:15.826Z[ host-image] Feb 12 07:03:15.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
109192026-02-12T07:03:15.829Z[ host-image] Feb 12 07:03:15.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
109202026-02-12T07:03:15.829Z[ host-image] Feb 12 07:03:15.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
109212026-02-12T07:03:15.829Z[ host-image] Feb 12 07:03:15.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
109222026-02-12T07:03:15.829Z[ host-image] Feb 12 07:03:15.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
109232026-02-12T07:03:15.829Z[ host-image] Feb 12 07:03:15.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
109242026-02-12T07:03:15.829Z[ host-image] Feb 12 07:03:15.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
109252026-02-12T07:03:15.829Z[ host-image] Feb 12 07:03:15.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
109262026-02-12T07:03:15.829Z[ host-image] Feb 12 07:03:15.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
109272026-02-12T07:03:15.829Z[ host-image] Feb 12 07:03:15.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
109282026-02-12T07:03:15.829Z[ host-image] Feb 12 07:03:15.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
109292026-02-12T07:03:15.830Z[ host-image] Feb 12 07:03:15.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
109302026-02-12T07:03:15.830Z[ host-image] Feb 12 07:03:15.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
109312026-02-12T07:03:15.830Z[ host-image] Feb 12 07:03:15.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
109322026-02-12T07:03:15.830Z[ host-image] Feb 12 07:03:15.020 INFO O| Info: ABL version: 0x100f5010
109332026-02-12T07:03:15.830Z[ host-image] Feb 12 07:03:15.020 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
109342026-02-12T07:03:15.830Z[ host-image] Feb 12 07:03:15.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
109352026-02-12T07:03:15.830Z[ host-image] Feb 12 07:03:15.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
109362026-02-12T07:03:15.830Z[ host-image] Feb 12 07:03:15.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
109372026-02-12T07:03:15.830Z[ host-image] Feb 12 07:03:15.020 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
109382026-02-12T07:03:15.830Z[ host-image] Feb 12 07:03:15.021 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
109392026-02-12T07:03:15.830Z[ host-image] Feb 12 07:03:15.021 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
109402026-02-12T07:03:15.830Z[ host-image] Feb 12 07:03:15.021 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
109412026-02-12T07:03:15.830Z[ host-image] Feb 12 07:03:15.021 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
109422026-02-12T07:03:15.830Z[ host-image] Feb 12 07:03:15.021 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
109432026-02-12T07:03:15.830Z[ host-image] Feb 12 07:03:15.021 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
109442026-02-12T07:03:15.830Z[ host-image] Feb 12 07:03:15.021 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
109452026-02-12T07:03:15.830Z[ host-image] Feb 12 07:03:15.021 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
109462026-02-12T07:03:15.830Z[ host-image] Feb 12 07:03:15.021 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
109472026-02-12T07:03:15.830Z[ host-image] Feb 12 07:03:15.021 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
109482026-02-12T07:03:15.830Z[ host-image] Feb 12 07:03:15.021 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
109492026-02-12T07:03:15.830Z[ host-image] Feb 12 07:03:15.021 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
109502026-02-12T07:03:15.830Z[ host-image] Feb 12 07:03:15.021 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
109512026-02-12T07:03:15.830Z[ host-image] Feb 12 07:03:15.021 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
109522026-02-12T07:03:15.866Z[ host-image] Feb 12 07:03:15.059 INFO finishing image archive at "/work/os-host/os.tar.gz"...
109532026-02-12T07:03:40.224Z[ host-image] Feb 12 07:03:38.123 INFO image complete! materials are in "/work/os-host"
109542026-02-12T07:03:40.224Z[ host-image]
109552026-02-12T07:03:40.224Z[ host-image] real 35:39.442161643
109562026-02-12T07:03:40.224Z[ host-image] user 24:06.209504708
109572026-02-12T07:03:40.224Z[ host-image] sys 1:35.108427005
109582026-02-12T07:03:40.224Z[ host-image] trap 1.235245330
109592026-02-12T07:03:40.224Z[ host-image] tflt 0.242287385
109602026-02-12T07:03:40.224Z[ host-image] dflt 36.978879649
109612026-02-12T07:03:40.224Z[ host-image] kflt 0.048552661
109622026-02-12T07:03:40.224Z[ host-image] lock 41:17.812104242
109632026-02-12T07:03:40.224Z[ host-image] slp 3:30:10.265967268
109642026-02-12T07:03:40.224Z[ host-image] lat 8:46.852190127
109652026-02-12T07:03:40.225Z[ host-image] stop 2.990101286
109662026-02-12T07:03:40.225ZFeb 12 07:03:39.003 INFO [host-image] process exited with exit status: 0 (2140.322585248s)
109672026-02-12T07:03:40.225ZFeb 12 07:03:39.003 INFO [tuf-repo] running task
109682026-02-12T07:04:06.052ZFeb 12 07:04:05.241 INFO assembling repository in `/tmp/tufaceousA1XJpa`, component: OmicronRepoAssembler
109692026-02-12T07:04:13.392ZFeb 12 07:04:12.580 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
109702026-02-12T07:04:13.638ZFeb 12 07:04:12.826 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
109712026-02-12T07:04:32.525ZFeb 12 07:04:31.711 INFO extracting uploaded archive to /tmp/.tmpzUzbbc
109722026-02-12T07:04:35.616ZFeb 12 07:04:34.801 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.gHD0UR
109732026-02-12T07:04:35.701ZFeb 12 07:04:34.887 INFO added artifact, length: 6505836, hash: 62a82ddd4d90fac01ac7bc96bd997734c1af74bef7232e5d8902ceeed3b0c7a1, version: 1.0.59, kind: gimlet_sp, name: cosmo-a
109742026-02-12T07:04:35.840ZFeb 12 07:04:35.026 INFO added artifact, length: 6505965, hash: 4bbf697751c0b035befe8a5892620a210d49c2e336c38b16e2e5ca66b2a5bc26, version: 1.0.59, kind: gimlet_sp, name: cosmo-b
109752026-02-12T07:04:35.972ZFeb 12 07:04:35.158 INFO added artifact, length: 5475533, hash: 273e632fdcd5f8e68a8bcbce01f0c57b441b8d4f55fa5a5a655c016219804d4c, version: 1.0.59, kind: gimlet_sp, name: gimlet-b
109762026-02-12T07:04:36.095ZFeb 12 07:04:35.281 INFO added artifact, length: 5477961, hash: d9a0d17456460a38ee4f23218ba494379ff093e5013e60aacebb622391071fb0, version: 1.0.59, kind: gimlet_sp, name: gimlet-c
109772026-02-12T07:04:36.219ZFeb 12 07:04:35.404 INFO added artifact, length: 5466521, hash: 90391cc4f7ebed856eeb3e8d002fd6acbb6b66dafd1f1adbd42c415fbfc2788f, version: 1.0.59, kind: gimlet_sp, name: gimlet-d
109782026-02-12T07:04:36.341ZFeb 12 07:04:35.528 INFO added artifact, length: 5466091, hash: 6355c7b199c7b2400576b266004ab9939beb5235f7390bfdb2cb76b0429808db, version: 1.0.59, kind: gimlet_sp, name: gimlet-e
109792026-02-12T07:04:36.465ZFeb 12 07:04:35.651 INFO added artifact, length: 5466041, hash: cb8af4ce9217bc764eaf9de8b71d21e715433d5fc74fef6b81a0fc3bf54e0101, version: 1.0.59, kind: gimlet_sp, name: gimlet-f
109802026-02-12T07:04:36.606ZFeb 12 07:04:35.792 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
109812026-02-12T07:04:36.607ZFeb 12 07:04:35.792 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
109822026-02-12T07:04:36.687ZFeb 12 07:04:35.872 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
109832026-02-12T07:04:36.687ZFeb 12 07:04:35.873 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
109842026-02-12T07:04:36.770ZFeb 12 07:04:35.956 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
109852026-02-12T07:04:36.770ZFeb 12 07:04:35.956 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
109862026-02-12T07:04:36.853ZFeb 12 07:04:36.039 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
109872026-02-12T07:04:36.853ZFeb 12 07:04:36.039 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
109882026-02-12T07:04:36.935ZFeb 12 07:04:36.121 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
109892026-02-12T07:04:36.935ZFeb 12 07:04:36.121 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
109902026-02-12T07:04:37.015ZFeb 12 07:04:36.200 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
109912026-02-12T07:04:37.015ZFeb 12 07:04:36.200 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
109922026-02-12T07:04:37.094ZFeb 12 07:04:36.280 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
109932026-02-12T07:04:37.094ZFeb 12 07:04:36.280 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
109942026-02-12T07:04:37.097ZFeb 12 07:04:36.281 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
109952026-02-12T07:04:37.097ZFeb 12 07:04:36.282 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
109962026-02-12T07:04:37.097ZFeb 12 07:04:36.283 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
109972026-02-12T07:04:37.100ZFeb 12 07:04:36.284 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
109982026-02-12T07:04:37.100ZFeb 12 07:04:36.285 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
109992026-02-12T07:04:46.316ZFeb 12 07:04:45.501 INFO added artifact, length: 33554432, hash: 909aac2b90f20e2654d39f812cd190583c862080c15a9ecef14dda411cddf058, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: gimlet_host_phase_1, name: host
110002026-02-12T07:04:46.316ZFeb 12 07:04:45.501 INFO added artifact, length: 33554432, hash: 01d7795d641e47ae2fe60194329dc0fae5109c5e7e018e5b525c572e3f15a06a, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: cosmo_host_phase_1, name: host
110012026-02-12T07:04:46.316ZFeb 12 07:04:45.501 INFO added artifact, length: 1101008896, hash: 488261ec985a245f90b2b9e3798936def88aacbc2fbf15fd59146ade61117e67, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: host_phase_2, name: host
110022026-02-12T07:04:47.824ZFeb 12 07:04:47.008 INFO added artifact, length: 33554432, hash: d785f52739827ff5cd2f563646e09f3f039a14149a3a7f59eb4022c3148a4189, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: gimlet_trampoline_phase_1, name: trampoline
110032026-02-12T07:04:47.824ZFeb 12 07:04:47.009 INFO added artifact, length: 33554432, hash: 7e6c13319ae704a3c4f0f2656960c704d078274a492327b5e18ed7804323780a, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: cosmo_trampoline_phase_1, name: trampoline
110042026-02-12T07:04:47.824ZFeb 12 07:04:47.009 INFO added artifact, length: 144157109, hash: d693975f58588c31e3658af6a37a90d85be584a20e3d1e34e4a4262c0120479a, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: trampoline_phase_2, name: trampoline
110052026-02-12T07:04:50.837ZFeb 12 07:04:50.021 INFO added artifact, length: 309765502, hash: c0d0126745d5638682fe5b32307683af6398f2af11f07c1da90beb21986a6ae0, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: zone, name: clickhouse_keeper
110062026-02-12T07:04:54.042ZFeb 12 07:04:53.226 INFO added artifact, length: 327184103, hash: d9d75239f1f73c90e2b59a3c282f9a69f1647eb41fb3930dd810e9f6bb87b7b6, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: zone, name: clickhouse_server
110072026-02-12T07:04:57.221ZFeb 12 07:04:56.405 INFO added artifact, length: 327185519, hash: c8e28e2ca5e8783fc6ee7534a5da8e7d2a29c1fb820b719612544970b5b7cc70, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: zone, name: clickhouse
110082026-02-12T07:04:58.856ZFeb 12 07:04:58.040 INFO added artifact, length: 169070040, hash: 4426a360b466881818025bfa2bc570f841781cdcf8aeee313168915d1dd06d19, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: zone, name: cockroachdb
110092026-02-12T07:04:59.274ZFeb 12 07:04:58.458 INFO added artifact, length: 42537495, hash: 7c535a1497b0b4b684cf77af7c819aac9387141c9ffd2c540a2cefbb91de53f2, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: zone, name: crucible-pantry-zone
110102026-02-12T07:04:59.828ZFeb 12 07:04:59.012 INFO added artifact, length: 57014958, hash: 6022dae717479e6b4b3b4bbf7d0e6180a5362a2458caba5c59e71502508beb62, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: zone, name: crucible-zone
110112026-02-12T07:05:00.317ZFeb 12 07:04:59.501 INFO added artifact, length: 49946301, hash: 2867613696311107dbd0b75d6b009ce739ec0f3108fd7929ad33cc661ce67f67, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: zone, name: external-dns
110122026-02-12T07:05:00.804ZFeb 12 07:04:59.987 INFO added artifact, length: 49945898, hash: 804eecca797b497cfac1f2b4a28a2688c86da75aff08b8f349578a92d12f48d9, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: zone, name: internal-dns
110132026-02-12T07:05:02.907ZFeb 12 07:05:02.091 INFO added artifact, length: 215415532, hash: 97ccb100dd79bc23ddf70885042015739c5c3e13617d6f6207a38a273ac60ebe, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: zone, name: nexus
110142026-02-12T07:05:03.203ZFeb 12 07:05:02.386 INFO added artifact, length: 30358401, hash: 8c45cce5c54159a1806433d75a9173feedf0bd9ccaa2413d6cc6e2f5bf9ca0db, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: zone, name: ntp
110152026-02-12T07:05:03.853ZFeb 12 07:05:03.036 INFO added artifact, length: 66509172, hash: af2441c295535e8d3cda3600c5e0191be843b4564d6048efac9715dcdca320ad, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: zone, name: oximeter
110162026-02-12T07:05:03.883ZFeb 12 07:05:03.067 INFO added artifact, length: 3109590, hash: d9bd21ad4cf7e730457b3e97dc19a66745537f3b6f1fd36b44aab8f5f73baf82, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: zone, name: probe
110172026-02-12T07:05:03.886ZFeb 12 07:05:03.067 INFO added artifact, length: 829, hash: 5c7fe2ddf8348490edaedf879310fe4e9ef3efd445b61c4b0cb687a928fd063f, version: 1.0.59, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.59
110182026-02-12T07:05:03.886ZFeb 12 07:05:03.068 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
110192026-02-12T07:05:03.886ZFeb 12 07:05:03.068 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
110202026-02-12T07:05:03.932ZFeb 12 07:05:03.116 INFO added artifact, length: 4132423, hash: 3fd2db199a1be2379b11c377c7b62e009d37a9ffd64fa469c76fa2ca04671b53, version: 1.0.59, kind: psc_sp, name: psc-b
110212026-02-12T07:05:03.979ZFeb 12 07:05:03.163 INFO added artifact, length: 4135787, hash: ee13d95bd19ac6943f7d026b40fa23df87e43aacd5edd7140f3d11f5d711cb9a, version: 1.0.59, kind: psc_sp, name: psc-c
110222026-02-12T07:05:04.059ZFeb 12 07:05:03.242 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
110232026-02-12T07:05:04.059ZFeb 12 07:05:03.242 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
110242026-02-12T07:05:04.140ZFeb 12 07:05:03.324 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
110252026-02-12T07:05:04.140ZFeb 12 07:05:03.324 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
110262026-02-12T07:05:04.221ZFeb 12 07:05:03.405 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
110272026-02-12T07:05:04.222ZFeb 12 07:05:03.405 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
110282026-02-12T07:05:04.300ZFeb 12 07:05:03.483 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
110292026-02-12T07:05:04.300ZFeb 12 07:05:03.483 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
110302026-02-12T07:05:04.303ZFeb 12 07:05:03.484 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
110312026-02-12T07:05:04.303ZFeb 12 07:05:03.485 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
110322026-02-12T07:05:04.303ZFeb 12 07:05:03.486 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
110332026-02-12T07:05:04.378ZFeb 12 07:05:03.561 INFO added artifact, length: 6944344, hash: 085f04164b2caf581c11b0ca8173e3ce3ad007e4bcb1a8b7df5ee9eb911eeed8, version: 1.0.59, kind: switch_sp, name: sidecar-b
110342026-02-12T07:05:04.524ZFeb 12 07:05:03.707 INFO added artifact, length: 6961228, hash: 1f8158421c7a95d2ec9247f669f0fb019ec3e95f6a40e9a5571068eea61f3c61, version: 1.0.59, kind: switch_sp, name: sidecar-c
110352026-02-12T07:05:04.674ZFeb 12 07:05:03.858 INFO added artifact, length: 6961124, hash: e1419f4d415b72090fad790d41dfaa68aaef96cb8865d2d5ca9491dc60ea7eaa, version: 1.0.59, kind: switch_sp, name: sidecar-d
110362026-02-12T07:05:04.828ZFeb 12 07:05:04.011 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
110372026-02-12T07:05:04.828ZFeb 12 07:05:04.011 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
110382026-02-12T07:05:04.911ZFeb 12 07:05:04.094 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
110392026-02-12T07:05:04.911ZFeb 12 07:05:04.094 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
110402026-02-12T07:05:04.992ZFeb 12 07:05:04.175 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
110412026-02-12T07:05:04.992ZFeb 12 07:05:04.175 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
110422026-02-12T07:05:05.071ZFeb 12 07:05:04.254 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
110432026-02-12T07:05:05.071ZFeb 12 07:05:04.254 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
110442026-02-12T07:05:05.075ZFeb 12 07:05:04.255 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
110452026-02-12T07:05:05.075ZFeb 12 07:05:04.256 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
110462026-02-12T07:05:05.075ZFeb 12 07:05:04.257 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
110472026-02-12T07:05:05.075ZFeb 12 07:05:04.257 INFO added artifact, length: 924, hash: 9ff964496f4e9430aa30e78ae7ddb9fa650d9d7484cd229e55ded6bd1e3d2857, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: installinator_document, name: installinator_document
110482026-02-12T07:05:05.585ZFeb 12 07:05:04.769 INFO extracting uploaded archive to /tmp/.tmpVq2ydH
110492026-02-12T07:05:08.560ZFeb 12 07:05:07.743 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.Zo1PRU
110502026-02-12T07:05:08.631ZFeb 12 07:05:07.814 INFO added artifact, length: 6505836, hash: 62a82ddd4d90fac01ac7bc96bd997734c1af74bef7232e5d8902ceeed3b0c7a1, version: 1.0.59, kind: gimlet_sp, name: cosmo-a
110512026-02-12T07:05:08.770ZFeb 12 07:05:07.953 INFO added artifact, length: 6505965, hash: 4bbf697751c0b035befe8a5892620a210d49c2e336c38b16e2e5ca66b2a5bc26, version: 1.0.59, kind: gimlet_sp, name: cosmo-b
110522026-02-12T07:05:08.902ZFeb 12 07:05:08.085 INFO added artifact, length: 5475533, hash: 273e632fdcd5f8e68a8bcbce01f0c57b441b8d4f55fa5a5a655c016219804d4c, version: 1.0.59, kind: gimlet_sp, name: gimlet-b
110532026-02-12T07:05:09.024ZFeb 12 07:05:08.208 INFO added artifact, length: 5477961, hash: d9a0d17456460a38ee4f23218ba494379ff093e5013e60aacebb622391071fb0, version: 1.0.59, kind: gimlet_sp, name: gimlet-c
110542026-02-12T07:05:09.149ZFeb 12 07:05:08.332 INFO added artifact, length: 5466521, hash: 90391cc4f7ebed856eeb3e8d002fd6acbb6b66dafd1f1adbd42c415fbfc2788f, version: 1.0.59, kind: gimlet_sp, name: gimlet-d
110552026-02-12T07:05:09.271ZFeb 12 07:05:08.454 INFO added artifact, length: 5466091, hash: 6355c7b199c7b2400576b266004ab9939beb5235f7390bfdb2cb76b0429808db, version: 1.0.59, kind: gimlet_sp, name: gimlet-e
110562026-02-12T07:05:09.395ZFeb 12 07:05:08.578 INFO added artifact, length: 5466041, hash: cb8af4ce9217bc764eaf9de8b71d21e715433d5fc74fef6b81a0fc3bf54e0101, version: 1.0.59, kind: gimlet_sp, name: gimlet-f
110572026-02-12T07:05:09.533ZFeb 12 07:05:08.716 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
110582026-02-12T07:05:09.533ZFeb 12 07:05:08.716 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
110592026-02-12T07:05:09.612ZFeb 12 07:05:08.795 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
110602026-02-12T07:05:09.612ZFeb 12 07:05:08.795 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
110612026-02-12T07:05:09.693ZFeb 12 07:05:08.876 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
110622026-02-12T07:05:09.696ZFeb 12 07:05:08.876 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
110632026-02-12T07:05:09.774ZFeb 12 07:05:08.957 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
110642026-02-12T07:05:09.774ZFeb 12 07:05:08.957 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
110652026-02-12T07:05:09.856ZFeb 12 07:05:09.039 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
110662026-02-12T07:05:09.856ZFeb 12 07:05:09.039 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
110672026-02-12T07:05:09.934ZFeb 12 07:05:09.117 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
110682026-02-12T07:05:09.934ZFeb 12 07:05:09.117 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
110692026-02-12T07:05:10.014ZFeb 12 07:05:09.196 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
110702026-02-12T07:05:10.014ZFeb 12 07:05:09.196 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
110712026-02-12T07:05:10.017ZFeb 12 07:05:09.198 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
110722026-02-12T07:05:10.017ZFeb 12 07:05:09.199 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
110732026-02-12T07:05:10.017ZFeb 12 07:05:09.199 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
110742026-02-12T07:05:10.020ZFeb 12 07:05:09.200 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
110752026-02-12T07:05:10.020ZFeb 12 07:05:09.202 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
110762026-02-12T07:05:18.440ZFeb 12 07:05:17.622 INFO added artifact, length: 33554432, hash: 909aac2b90f20e2654d39f812cd190583c862080c15a9ecef14dda411cddf058, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: gimlet_host_phase_1, name: host
110772026-02-12T07:05:18.440ZFeb 12 07:05:17.622 INFO added artifact, length: 33554432, hash: 01d7795d641e47ae2fe60194329dc0fae5109c5e7e018e5b525c572e3f15a06a, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: cosmo_host_phase_1, name: host
110782026-02-12T07:05:18.440ZFeb 12 07:05:17.622 INFO added artifact, length: 1101008896, hash: 488261ec985a245f90b2b9e3798936def88aacbc2fbf15fd59146ade61117e67, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: host_phase_2, name: host
110792026-02-12T07:05:19.938ZFeb 12 07:05:19.120 INFO added artifact, length: 33554432, hash: d785f52739827ff5cd2f563646e09f3f039a14149a3a7f59eb4022c3148a4189, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: gimlet_trampoline_phase_1, name: trampoline
110802026-02-12T07:05:19.938ZFeb 12 07:05:19.120 INFO added artifact, length: 33554432, hash: 7e6c13319ae704a3c4f0f2656960c704d078274a492327b5e18ed7804323780a, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: cosmo_trampoline_phase_1, name: trampoline
110812026-02-12T07:05:19.938ZFeb 12 07:05:19.120 INFO added artifact, length: 144157109, hash: d693975f58588c31e3658af6a37a90d85be584a20e3d1e34e4a4262c0120479a, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: trampoline_phase_2, name: trampoline
110822026-02-12T07:05:30.825ZFeb 12 07:05:30.006 INFO added artifact, length: 1705371970, hash: 3be5d6ddc1f94f6e8c42864fe10737fbe5252e153d16683b92b93baac9834375, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: control_plane, name: control-plane
110832026-02-12T07:05:30.828ZFeb 12 07:05:30.006 INFO added artifact, length: 829, hash: 5c7fe2ddf8348490edaedf879310fe4e9ef3efd445b61c4b0cb687a928fd063f, version: 1.0.59, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.59
110842026-02-12T07:05:30.828ZFeb 12 07:05:30.006 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
110852026-02-12T07:05:30.828ZFeb 12 07:05:30.007 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
110862026-02-12T07:05:30.873ZFeb 12 07:05:30.055 INFO added artifact, length: 4132423, hash: 3fd2db199a1be2379b11c377c7b62e009d37a9ffd64fa469c76fa2ca04671b53, version: 1.0.59, kind: psc_sp, name: psc-b
110872026-02-12T07:05:30.920ZFeb 12 07:05:30.102 INFO added artifact, length: 4135787, hash: ee13d95bd19ac6943f7d026b40fa23df87e43aacd5edd7140f3d11f5d711cb9a, version: 1.0.59, kind: psc_sp, name: psc-c
110882026-02-12T07:05:31.003ZFeb 12 07:05:30.185 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
110892026-02-12T07:05:31.004ZFeb 12 07:05:30.185 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
110902026-02-12T07:05:31.086ZFeb 12 07:05:30.267 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
110912026-02-12T07:05:31.086ZFeb 12 07:05:30.267 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
110922026-02-12T07:05:31.167ZFeb 12 07:05:30.349 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
110932026-02-12T07:05:31.172ZFeb 12 07:05:30.349 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
110942026-02-12T07:05:31.246ZFeb 12 07:05:30.428 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
110952026-02-12T07:05:31.247ZFeb 12 07:05:30.428 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
110962026-02-12T07:05:31.250ZFeb 12 07:05:30.429 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
110972026-02-12T07:05:31.250ZFeb 12 07:05:30.430 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
110982026-02-12T07:05:31.250ZFeb 12 07:05:30.431 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
110992026-02-12T07:05:31.325ZFeb 12 07:05:30.506 INFO added artifact, length: 6944344, hash: 085f04164b2caf581c11b0ca8173e3ce3ad007e4bcb1a8b7df5ee9eb911eeed8, version: 1.0.59, kind: switch_sp, name: sidecar-b
111002026-02-12T07:05:31.472ZFeb 12 07:05:30.654 INFO added artifact, length: 6961228, hash: 1f8158421c7a95d2ec9247f669f0fb019ec3e95f6a40e9a5571068eea61f3c61, version: 1.0.59, kind: switch_sp, name: sidecar-c
111012026-02-12T07:05:31.618ZFeb 12 07:05:30.799 INFO added artifact, length: 6961124, hash: e1419f4d415b72090fad790d41dfaa68aaef96cb8865d2d5ca9491dc60ea7eaa, version: 1.0.59, kind: switch_sp, name: sidecar-d
111022026-02-12T07:05:31.770ZFeb 12 07:05:30.951 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
111032026-02-12T07:05:31.770ZFeb 12 07:05:30.951 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
111042026-02-12T07:05:31.852ZFeb 12 07:05:31.033 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
111052026-02-12T07:05:31.852ZFeb 12 07:05:31.033 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
111062026-02-12T07:05:31.933ZFeb 12 07:05:31.114 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
111072026-02-12T07:05:31.933ZFeb 12 07:05:31.114 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
111082026-02-12T07:05:32.011ZFeb 12 07:05:31.192 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
111092026-02-12T07:05:32.011ZFeb 12 07:05:31.193 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
111102026-02-12T07:05:32.015ZFeb 12 07:05:31.193 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
111112026-02-12T07:05:32.015ZFeb 12 07:05:31.194 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
111122026-02-12T07:05:32.015ZFeb 12 07:05:31.195 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
111132026-02-12T07:05:32.015ZFeb 12 07:05:31.195 INFO added artifact, length: 924, hash: 9ff964496f4e9430aa30e78ae7ddb9fa650d9d7484cd229e55ded6bd1e3d2857, version: 18.0.0-0.ci+git1c3e4bac8a9, kind: installinator_document, name: installinator_document
111142026-02-12T07:05:32.513ZFeb 12 07:05:31.694 INFO [tuf-repo] task succeeded (112.6908554s)
111152026-02-12T07:05:32.513ZFeb 12 07:05:31.694 INFO all jobs completed in 4130.404960897s
111162026-02-12T07:05:34.820Zprocess exited: duration 4955625 ms, exit code 0
 
111172026-02-12T07:05:34.838Zfound 41 output files
111182026-02-12T07:05:34.838Zuploading: /work/manifest.toml (17174 bytes)
111192026-02-12T07:05:35.852Zuploaded: /work/manifest.toml
111202026-02-12T07:05:35.852Zuploading: /work/repo.zip (2943940470 bytes)
111212026-02-12T07:06:17.573Zuploaded: /work/repo.zip
111222026-02-12T07:06:17.573Zuploading: /work/repo.zip.sha256.txt (65 bytes)
111232026-02-12T07:06:18.585Zuploaded: /work/repo.zip.sha256.txt
111242026-02-12T07:06:18.585Zuploading: /work/helios.json (647 bytes)
111252026-02-12T07:06:19.595Zuploaded: /work/helios.json
111262026-02-12T07:06:19.595Zuploading: /work/incorporation.p5m (100324 bytes)
111272026-02-12T07:06:20.612Zuploaded: /work/incorporation.p5m
111282026-02-12T07:06:20.612Zuploading: /work/incorporation.p5p (122880 bytes)
111292026-02-12T07:06:21.629Zuploaded: /work/incorporation.p5p
111302026-02-12T07:06:21.633Zuploading: /work/helios-incorp.log (526 bytes)
111312026-02-12T07:06:22.640Zuploaded: /work/helios-incorp.log
111322026-02-12T07:06:22.640Zuploading: /work/helios-setup.log (73467 bytes)
111332026-02-12T07:06:23.657Zuploaded: /work/helios-setup.log
111342026-02-12T07:06:23.657Zuploading: /work/host-image.log (233478 bytes)
111352026-02-12T07:06:24.677Zuploaded: /work/host-image.log
111362026-02-12T07:06:24.677Zuploading: /work/host-package.log (32976 bytes)
111372026-02-12T07:06:25.691Zuploaded: /work/host-package.log
111382026-02-12T07:06:25.692Zuploading: /work/host-target.log (101 bytes)
111392026-02-12T07:06:26.702Zuploaded: /work/host-target.log
111402026-02-12T07:06:26.703Zuploading: /work/incorp-create.log (0 bytes)
111412026-02-12T07:06:27.710Zuploaded: /work/incorp-create.log
111422026-02-12T07:06:27.710Zuploading: /work/incorp-fmt.log (0 bytes)
111432026-02-12T07:06:28.717Zuploaded: /work/incorp-fmt.log
111442026-02-12T07:06:28.717Zuploading: /work/incorp-pkgsend.log (108 bytes)
111452026-02-12T07:06:29.728Zuploaded: /work/incorp-pkgsend.log
111462026-02-12T07:06:29.728Zuploading: /work/incorp-publisher.log (0 bytes)
111472026-02-12T07:06:30.736Zuploaded: /work/incorp-publisher.log
111482026-02-12T07:06:30.736Zuploading: /work/omicron-package.log (6714 bytes)
111492026-02-12T07:06:31.792Zuploaded: /work/omicron-package.log
111502026-02-12T07:06:31.792Zuploading: /work/recovery-image.log (603404 bytes)
111512026-02-12T07:06:32.816Zuploaded: /work/recovery-image.log
111522026-02-12T07:06:32.816Zuploading: /work/recovery-package.log (1771 bytes)
111532026-02-12T07:06:33.826Zuploaded: /work/recovery-package.log
111542026-02-12T07:06:33.826Zuploading: /work/recovery-target.log (98 bytes)
111552026-02-12T07:06:34.836Zuploaded: /work/recovery-target.log
111562026-02-12T07:06:34.836Zuploading: /work/stamp-clickhouse.log (117 bytes)
111572026-02-12T07:06:35.846Zuploaded: /work/stamp-clickhouse.log
111582026-02-12T07:06:35.846Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
111592026-02-12T07:06:36.855Zuploaded: /work/stamp-clickhouse_keeper.log
111602026-02-12T07:06:36.855Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
111612026-02-12T07:06:37.865Zuploaded: /work/stamp-clickhouse_server.log
111622026-02-12T07:06:37.865Zuploading: /work/stamp-cockroachdb.log (118 bytes)
111632026-02-12T07:06:38.875Zuploaded: /work/stamp-cockroachdb.log
111642026-02-12T07:06:38.876Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
111652026-02-12T07:06:39.886Zuploaded: /work/stamp-crucible-pantry-zone.log
111662026-02-12T07:06:39.886Zuploading: /work/stamp-crucible-utils.log (118 bytes)
111672026-02-12T07:06:40.895Zuploaded: /work/stamp-crucible-utils.log
111682026-02-12T07:06:40.895Zuploading: /work/stamp-crucible-zone.log (120 bytes)
111692026-02-12T07:06:41.905Zuploaded: /work/stamp-crucible-zone.log
111702026-02-12T07:06:41.905Zuploading: /work/stamp-external-dns.log (119 bytes)
111712026-02-12T07:06:42.913Zuploaded: /work/stamp-external-dns.log
111722026-02-12T07:06:42.913Zuploading: /work/stamp-installinator.log (103 bytes)
111732026-02-12T07:06:43.923Zuploaded: /work/stamp-installinator.log
111742026-02-12T07:06:43.923Zuploading: /work/stamp-internal-dns.log (119 bytes)
111752026-02-12T07:06:44.933Zuploaded: /work/stamp-internal-dns.log
111762026-02-12T07:06:44.933Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
111772026-02-12T07:06:45.943Zuploaded: /work/stamp-mg-ddm-gz.log
111782026-02-12T07:06:45.943Zuploading: /work/stamp-nexus.log (112 bytes)
111792026-02-12T07:06:46.953Zuploaded: /work/stamp-nexus.log
111802026-02-12T07:06:46.953Zuploading: /work/stamp-ntp.log (110 bytes)
111812026-02-12T07:06:47.962Zuploaded: /work/stamp-ntp.log
111822026-02-12T07:06:47.962Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
111832026-02-12T07:06:48.972Zuploaded: /work/stamp-omicron-sled-agent.log
111842026-02-12T07:06:48.972Zuploading: /work/stamp-overlay.log (114 bytes)
111852026-02-12T07:06:49.981Zuploaded: /work/stamp-overlay.log
111862026-02-12T07:06:49.981Zuploading: /work/stamp-oximeter.log (115 bytes)
111872026-02-12T07:06:50.990Zuploaded: /work/stamp-oximeter.log
111882026-02-12T07:06:50.991Zuploading: /work/stamp-oxlog.log (109 bytes)
111892026-02-12T07:06:52.000Zuploaded: /work/stamp-oxlog.log
111902026-02-12T07:06:52.000Zuploading: /work/stamp-probe.log (112 bytes)
111912026-02-12T07:06:53.010Zuploaded: /work/stamp-probe.log
111922026-02-12T07:06:53.010Zuploading: /work/stamp-propolis-server.log (122 bytes)
111932026-02-12T07:06:54.019Zuploaded: /work/stamp-propolis-server.log
111942026-02-12T07:06:54.019Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
111952026-02-12T07:06:55.029Zuploaded: /work/stamp-pumpkind-gz.log
111962026-02-12T07:06:55.029Zuploading: /work/stamp-switch-asic.log (118 bytes)
111972026-02-12T07:06:56.039Zuploaded: /work/stamp-switch-asic.log
111982026-02-12T07:06:56.039Zuploading: /work/verify-libraries.log (11319 bytes)
111992026-02-12T07:06:57.049Zuploaded: /work/verify-libraries.log