01KBJBWPQEB66316S9RFF6TDS6: 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: 01KBJBX6HBKF9WKKFW3TYV3JMB

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-12-03T15:05:42.694Zjob assigned to worker 01KBJBX9QRR1S1RDD57SC0BBG6 [factory aws, i-07f7a87561c37d372] (queued for 54 s)
 
22025-12-03T15:05:51.417Zstarting task 0: "setup"
32025-12-03T15:05:51.421Z++ uname -s
42025-12-03T15:05:51.425Z+ kern=SunOS
52025-12-03T15:05:51.425Z+ build_user=build
62025-12-03T15:05:51.425Z+ build_uid=12345
72025-12-03T15:05:51.425Z+ work_dir=/work
82025-12-03T15:05:51.425Z+ input_dir=/input
92025-12-03T15:05:51.425Z+ [[ 0 == 12345 ]]
102025-12-03T15:05:51.425Z+ case "$kern" in
112025-12-03T15:05:51.425Z+ groupadd -g 12345 build
122025-12-03T15:05:51.428Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-12-03T15:05:53.435Z+ zfs create -o mountpoint=/work rpool/work
142025-12-03T15:05:53.560Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-12-03T15:05:53.563Z+ home_fs=zfs
162025-12-03T15:05:53.563Z+ [[ zfs == autofs ]]
172025-12-03T15:05:53.563Z+ mkdir -p /home/build
182025-12-03T15:05:53.566Z+ chown build:build /home/build /work
192025-12-03T15:05:55.567Z+ chmod 0700 /home/build /work
202025-12-03T15:05:55.570Zprocess exited: duration 4153 ms, exit code 0
 
212025-12-03T15:05:55.576Zstarting task 1: "rust-toolchain"
222025-12-03T15:05:55.581Z+ printf ' * rust toolchain channel = "%s"\n' 1.89.0
232025-12-03T15:05:55.581Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-12-03T15:05:55.581Z * rust toolchain channel = "1.89.0"
252025-12-03T15:05:55.581Z * rust toolchain profile = "default"
262025-12-03T15:05:55.581Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-12-03T15:05:55.581Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-12-03T15:05:55.584Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-12-03T15:05:55.584Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default
302025-12-03T15:05:55.719Zinfo: downloading installer
312025-12-03T15:05:56.952Zwarn: It looks like you have an existing installation of Rust at:
322025-12-03T15:05:56.952Zwarn: /opt/ooce/bin
332025-12-03T15:05:56.952Zwarn: It is recommended that rustup be the primary Rust installation.
342025-12-03T15:05:56.952Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-12-03T15:05:56.952Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-12-03T15:05:56.952Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-12-03T15:05:56.952Zwarn: or pass `-y' to ignore all ignorable checks.
382025-12-03T15:05:56.952Zerror: cannot install while Rust is installed
392025-12-03T15:05:56.952Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-12-03T15:05:56.979Zinfo: profile set to 'default'
412025-12-03T15:05:56.979Zinfo: default host triple is x86_64-unknown-illumos
422025-12-03T15:05:56.982Zinfo: syncing channel updates for '1.89.0-x86_64-unknown-illumos'
432025-12-03T15:05:57.142Zinfo: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
442025-12-03T15:05:57.142Zinfo: downloading component 'cargo'
452025-12-03T15:05:58.103Zinfo: downloading component 'clippy'
462025-12-03T15:05:58.474Zinfo: downloading component 'rust-docs'
472025-12-03T15:05:59.939Zinfo: downloading component 'rust-std'
482025-12-03T15:06:01.935Zinfo: downloading component 'rustc'
492025-12-03T15:06:08.010Zinfo: downloading component 'rustfmt'
502025-12-03T15:06:08.253Zinfo: installing component 'cargo'
512025-12-03T15:06:09.149Zinfo: installing component 'clippy'
522025-12-03T15:06:09.546Zinfo: installing component 'rust-docs'
532025-12-03T15:06:11.386Zinfo: installing component 'rust-std'
542025-12-03T15:06:13.332Zinfo: installing component 'rustc'
552025-12-03T15:06:19.918Zinfo: installing component 'rustfmt'
562025-12-03T15:06:20.258Zinfo: default toolchain set to '1.89.0-x86_64-unknown-illumos'
572025-12-03T15:06:20.258Z
582025-12-03T15:06:20.680Z 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04)
592025-12-03T15:06:20.680Z
602025-12-03T15:06:20.683Z
612025-12-03T15:06:20.683ZRust is installed now. Great!
622025-12-03T15:06:20.683Z
632025-12-03T15:06:20.683ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-12-03T15:06:20.683Zenvironment variable. This has not been done automatically.
652025-12-03T15:06:20.684Z
662025-12-03T15:06:20.684ZTo configure your current shell, you need to source
672025-12-03T15:06:20.684Zthe corresponding env file under $HOME/.cargo.
682025-12-03T15:06:20.684Z
692025-12-03T15:06:20.684ZThis is usually done by running one of the following (note the leading DOT):
702025-12-03T15:06:20.684Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-12-03T15:06:20.684Zsource "$HOME/.cargo/env.fish" # For fish
722025-12-03T15:06:20.684Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-12-03T15:06:20.786Z+ rustup --version
742025-12-03T15:06:20.801Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-12-03T15:06:20.804Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-12-03T15:06:20.923Zinfo: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)`
772025-12-03T15:06:20.927Z+ cargo --version
782025-12-03T15:06:20.991Zcargo 1.89.0 (c24e10642 2025-06-23)
792025-12-03T15:06:20.994Z+ rustc --version
802025-12-03T15:06:21.065Zrustc 1.89.0 (29483883e 2025-08-04)
812025-12-03T15:06:21.069Zprocess exited: duration 25488 ms, exit code 0
 
822025-12-03T15:06:21.075Zstarting task 2: "authentication"
832025-12-03T15:06:21.099Zprocess exited: duration 22 ms, exit code 0
 
842025-12-03T15:06:21.105Zstarting task 3: "clone repository"
852025-12-03T15:06:21.111Z+ mkdir -p /work/oxidecomputer/omicron
862025-12-03T15:06:21.114Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-12-03T15:06:21.144ZCloning into '/work/oxidecomputer/omicron'...
882025-12-03T15:06:32.009Z+ cd /work/oxidecomputer/omicron
892025-12-03T15:06:32.012Z+ git fetch origin 3569914af03123cc59bc4c1b7fc9eb6057faab5d
902025-12-03T15:06:32.696ZFrom https://github.com/oxidecomputer/omicron
912025-12-03T15:06:32.696Z * branch 3569914af03123cc59bc4c1b7fc9eb6057faab5d -> FETCH_HEAD
922025-12-03T15:06:32.707Z+ [[ -n hotplug ]]
932025-12-03T15:06:32.710Z++ git branch --show-current
942025-12-03T15:06:32.713Z+ current=main
952025-12-03T15:06:32.713Z+ [[ main != hotplug ]]
962025-12-03T15:06:32.713Z+ git branch -f hotplug 3569914af03123cc59bc4c1b7fc9eb6057faab5d
972025-12-03T15:06:32.716Z+ git checkout -f hotplug
982025-12-03T15:06:32.846ZSwitched to branch 'hotplug'
992025-12-03T15:06:32.849Z+ git reset --hard 3569914af03123cc59bc4c1b7fc9eb6057faab5d
1002025-12-03T15:06:32.977ZHEAD is now at 3569914af make hakari hakahappy
1012025-12-03T15:06:32.981Zprocess exited: duration 11871 ms, exit code 0
 
1022025-12-03T15:06:32.987Zstarting task 4: "build"
1032025-12-03T15:06:32.993Z+ source .github/buildomat/ci-env.sh
1042025-12-03T15:06:32.996Z++ export CARGO_TERM_COLOR=always
1052025-12-03T15:06:32.996Z++ CARGO_TERM_COLOR=always
1062025-12-03T15:06:32.996Z+ cargo --version
1072025-12-03T15:06:33.051Zcargo 1.89.0 (c24e10642 2025-06-23)
1082025-12-03T15:06:33.054Z+ rustc --version
1092025-12-03T15:06:33.127Zrustc 1.89.0 (29483883e 2025-08-04)
1102025-12-03T15:06:33.133Z+ cargo tree --locked
1112025-12-03T15:06:33.410Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122025-12-03T15:06:33.838Z Updating crates.io index
1132025-12-03T15:06:33.913Z Updating git repository `https://github.com/oxidecomputer/lldp`
1142025-12-03T15:06:34.246Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1152025-12-03T15:06:34.951Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1162025-12-03T15:06:35.201Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1172025-12-03T15:06:35.452Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1182025-12-03T15:06:35.781Z Updating git repository `https://github.com/oxidecomputer/propolis`
1192025-12-03T15:06:37.003Z Updating git repository `https://github.com/oxidecomputer/crucible`
1202025-12-03T15:06:39.829Z Updating git repository `https://github.com/oxidecomputer/opte`
1212025-12-03T15:06:41.751Z Updating git repository `https://github.com/oxidecomputer/tofino`
1222025-12-03T15:06:42.009Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232025-12-03T15:06:42.759Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1242025-12-03T15:06:43.594Z Updating git repository `https://github.com/oxidecomputer/clickward`
1252025-12-03T15:06:43.931Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1262025-12-03T15:06:44.199Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1272025-12-03T15:06:44.988Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1282025-12-03T15:06:45.581Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1292025-12-03T15:06:45.890Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1302025-12-03T15:06:46.150Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1312025-12-03T15:06:46.492Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1322025-12-03T15:06:46.760Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1332025-12-03T15:06:46.987Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1342025-12-03T15:06:47.221Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1352025-12-03T15:06:47.599Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1362025-12-03T15:06:48.194Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1372025-12-03T15:06:48.582Z Updating git repository `https://github.com/oxidecomputer/ispf`
1382025-12-03T15:06:49.017Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1392025-12-03T15:06:49.654Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1402025-12-03T15:06:50.149Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1412025-12-03T15:06:50.542Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1422025-12-03T15:06:50.808Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1432025-12-03T15:06:51.240Z Updating git repository `https://github.com/oxidecomputer/rats-corim`
1442025-12-03T15:06:51.547Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1452025-12-03T15:06:51.872Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1462025-12-03T15:06:52.130Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1472025-12-03T15:06:52.463Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1482025-12-03T15:06:52.726Z Updating git repository `https://github.com/oxidecomputer/omicron`
1492025-12-03T15:07:06.629Z Updating git repository `https://github.com/illumos/smf-rs`
1502025-12-03T15:07:08.150Z Downloading crates ...
1512025-12-03T15:07:08.254Z Downloaded addr2line v0.24.2
1522025-12-03T15:07:08.261Z Downloaded aead v0.5.2
1532025-12-03T15:07:08.266Z Downloaded aes v0.8.4
1542025-12-03T15:07:08.270Z Downloaded anstyle-parse v0.2.5
1552025-12-03T15:07:08.273Z Downloaded anstyle v1.0.11
1562025-12-03T15:07:08.277Z Downloaded dunce v1.0.5
1572025-12-03T15:07:08.280Z Downloaded cexpr v0.6.0
1582025-12-03T15:07:08.280Z Downloaded assert-json-diff v2.0.2
1592025-12-03T15:07:08.283Z Downloaded array-init v0.0.4
1602025-12-03T15:07:08.283Z Downloaded arrayvec v0.7.6
1612025-12-03T15:07:08.286Z Downloaded anstyle-query v1.1.1
1622025-12-03T15:07:08.289Z Downloaded ascii-canvas v3.0.0
1632025-12-03T15:07:08.289Z Downloaded endian-type v0.1.2
1642025-12-03T15:07:08.292Z Downloaded dropshot_endpoint v0.16.4
1652025-12-03T15:07:08.295Z Downloaded anstream v0.6.18
1662025-12-03T15:07:08.301Z Downloaded escape8259 v0.5.3
1672025-12-03T15:07:08.306Z Downloaded aho-corasick v1.1.3
1682025-12-03T15:07:08.309Z Downloaded errno v0.3.12
1692025-12-03T15:07:08.311Z Downloaded enum-as-inner v0.6.1
1702025-12-03T15:07:08.314Z Downloaded dropshot-api-manager-types v0.2.3
1712025-12-03T15:07:08.314Z Downloaded ed25519 v2.2.3
1722025-12-03T15:07:08.317Z Downloaded fastrand v2.1.1
1732025-12-03T15:07:08.320Z Downloaded bcrypt-pbkdf v0.10.0
1742025-12-03T15:07:08.323Z Downloaded fallible-iterator v0.2.0
1752025-12-03T15:07:08.323Z Downloaded ecdsa v0.16.9
1762025-12-03T15:07:08.326Z Downloaded dtrace-parser v0.3.0
1772025-12-03T15:07:08.336Z Downloaded event-listener v5.3.1
1782025-12-03T15:07:08.336Z Downloaded equivalent v1.0.2
1792025-12-03T15:07:08.336Z Downloaded aws-lc-rs v1.12.4
1802025-12-03T15:07:08.340Z Downloaded foreign-types-shared v0.1.1
1812025-12-03T15:07:08.343Z Downloaded dsl_auto_type v0.1.2
1822025-12-03T15:07:08.346Z Downloaded gethostname v0.5.0
1832025-12-03T15:07:08.349Z Downloaded futures-core v0.3.31
1842025-12-03T15:07:08.349Z Downloaded bitfield-macros v0.19.2
1852025-12-03T15:07:08.352Z Downloaded cbc v0.1.2
1862025-12-03T15:07:08.355Z Downloaded assert_matches v1.5.0
1872025-12-03T15:07:08.355Z Downloaded approx v0.5.1
1882025-12-03T15:07:08.359Z Downloaded adler2 v2.0.0
1892025-12-03T15:07:08.361Z Downloaded atty v0.2.14
1902025-12-03T15:07:08.364Z Downloaded async-stream-impl v0.3.6
1912025-12-03T15:07:08.364Z Downloaded embedded-io v0.4.0
1922025-12-03T15:07:08.367Z Downloaded async-object-pool v0.1.5
1932025-12-03T15:07:08.367Z Downloaded atomicwrites v0.4.4
1942025-12-03T15:07:08.370Z Downloaded guppy-workspace-hack v0.1.0
1952025-12-03T15:07:08.370Z Downloaded funty v2.0.0
1962025-12-03T15:07:08.373Z Downloaded foreign-types v0.3.2
1972025-12-03T15:07:08.373Z Downloaded futures-sink v0.3.31
1982025-12-03T15:07:08.376Z Downloaded form_urlencoded v1.2.2
1992025-12-03T15:07:08.376Z Downloaded blowfish v0.9.1
2002025-12-03T15:07:08.379Z Downloaded event-listener v2.5.3
2012025-12-03T15:07:08.382Z Downloaded bitfield-struct v0.6.2
2022025-12-03T15:07:08.382Z Downloaded bit-set v0.8.0
2032025-12-03T15:07:08.385Z Downloaded fd-lock v4.0.2
2042025-12-03T15:07:08.388Z Downloaded fxhash v0.2.1
2052025-12-03T15:07:08.388Z Downloaded embedded-io v0.6.1
2062025-12-03T15:07:08.391Z Downloaded foreign-types-shared v0.3.1
2072025-12-03T15:07:08.391Z Downloaded erased-serde v0.4.6
2082025-12-03T15:07:08.394Z Downloaded newtype_derive v0.1.6
2092025-12-03T15:07:08.397Z Downloaded futures-macro v0.3.31
2102025-12-03T15:07:08.400Z Downloaded match_cfg v0.1.0
2112025-12-03T15:07:08.400Z Downloaded globwalk v0.9.1
2122025-12-03T15:07:08.403Z Downloaded bit-vec v0.6.3
2132025-12-03T15:07:08.403Z Downloaded base16ct v0.2.0
2142025-12-03T15:07:08.406Z Downloaded ghash v0.5.1
2152025-12-03T15:07:08.409Z Downloaded futures-timer v3.0.3
2162025-12-03T15:07:08.413Z Downloaded bit-set v0.5.3
2172025-12-03T15:07:08.413Z Downloaded async-stream v0.3.6
2182025-12-03T15:07:08.416Z Downloaded group v0.13.0
2192025-12-03T15:07:08.419Z Downloaded parse-size v1.1.0
2202025-12-03T15:07:08.419Z Downloaded ed25519-dalek v2.1.1
2212025-12-03T15:07:08.422Z Downloaded hash32 v0.3.1
2222025-12-03T15:07:08.425Z Downloaded foreign-types v0.5.0
2232025-12-03T15:07:08.428Z Downloaded phf_shared v0.11.2
2242025-12-03T15:07:08.428Z Downloaded byteorder v1.5.0
2252025-12-03T15:07:08.431Z Downloaded async-recursion v1.1.1
2262025-12-03T15:07:08.434Z Downloaded headers-core v0.3.0
2272025-12-03T15:07:08.437Z Downloaded bcs v0.1.6
2282025-12-03T15:07:08.440Z Downloaded hash32 v0.2.1
2292025-12-03T15:07:08.440Z Downloaded flagset v0.4.6
2302025-12-03T15:07:08.443Z Downloaded futures-executor v0.3.31
2312025-12-03T15:07:08.446Z Downloaded heck v0.3.3
2322025-12-03T15:07:08.446Z Downloaded block-buffer v0.10.4
2332025-12-03T15:07:08.449Z Downloaded blocking v1.6.1
2342025-12-03T15:07:08.452Z Downloaded bb8 v0.8.5
2352025-12-03T15:07:08.452Z Downloaded ena v0.14.3
2362025-12-03T15:07:08.456Z Downloaded oso-derive v0.27.3
2372025-12-03T15:07:08.459Z Downloaded newtype-uuid-macros v0.1.0
2382025-12-03T15:07:08.459Z Downloaded oxide-tokio-rt v0.1.2
2392025-12-03T15:07:08.462Z Downloaded num-derive v0.4.2
2402025-12-03T15:07:08.465Z Downloaded parse-display v0.10.0
2412025-12-03T15:07:08.465Z Downloaded cargo_metadata v0.19.2
2422025-12-03T15:07:08.469Z Downloaded futures-lite v2.3.0
2432025-12-03T15:07:08.471Z Downloaded globset v0.4.15
2442025-12-03T15:07:08.474Z Downloaded glob v0.3.2
2452025-12-03T15:07:08.475Z Downloaded cancel-safe-futures v0.1.5
2462025-12-03T15:07:08.478Z Downloaded ref-cast-impl v1.0.24
2472025-12-03T15:07:08.481Z Downloaded russh-cryptovec v0.7.3
2482025-12-03T15:07:08.481Z Downloaded parse-display-derive v0.10.0
2492025-12-03T15:07:08.484Z Downloaded async-executor v1.13.1
2502025-12-03T15:07:08.487Z Downloaded pkg-config v0.3.31
2512025-12-03T15:07:08.490Z Downloaded camino-tempfile v1.4.1
2522025-12-03T15:07:08.490Z Downloaded getrandom v0.2.15
2532025-12-03T15:07:08.494Z Downloaded phf_shared v0.12.1
2542025-12-03T15:07:08.497Z Downloaded proc-macro-error-attr2 v2.0.0
2552025-12-03T15:07:08.499Z Downloaded fixedbitset v0.5.7
2562025-12-03T15:07:08.500Z Downloaded r2d2 v0.8.10
2572025-12-03T15:07:08.502Z Downloaded polyval v0.6.2
2582025-12-03T15:07:08.505Z Downloaded fixedbitset v0.4.2
2592025-12-03T15:07:08.514Z Downloaded blake2 v0.10.6
2602025-12-03T15:07:08.514Z Downloaded lock_api v0.4.12
2612025-12-03T15:07:08.514Z Downloaded cargo-util-schemas v0.8.2
2622025-12-03T15:07:08.517Z Downloaded sync-ptr v0.1.4
2632025-12-03T15:07:08.517Z Downloaded powerfmt v0.2.0
2642025-12-03T15:07:08.519Z Downloaded anyhow v1.0.99
2652025-12-03T15:07:08.522Z Downloaded rand_core v0.9.3
2662025-12-03T15:07:08.525Z Downloaded structmeta v0.3.0
2672025-12-03T15:07:08.527Z Downloaded rustls-pemfile v2.2.0
2682025-12-03T15:07:08.530Z Downloaded owo-colors v3.5.0
2692025-12-03T15:07:08.533Z Downloaded getrandom v0.3.4
2702025-12-03T15:07:08.536Z Downloaded half v1.8.3
2712025-12-03T15:07:08.540Z Downloaded tagptr v0.2.0
2722025-12-03T15:07:08.543Z Downloaded tower-service v0.3.3
2732025-12-03T15:07:08.545Z Downloaded salsa20 v0.10.2
2742025-12-03T15:07:08.545Z Downloaded password-hash v0.4.2
2752025-12-03T15:07:08.548Z Downloaded void v1.0.2
2762025-12-03T15:07:08.551Z Downloaded bzip2 v0.5.2
2772025-12-03T15:07:08.553Z Downloaded try-lock v0.2.5
2782025-12-03T15:07:08.553Z Downloaded signal-hook-mio v0.2.4
2792025-12-03T15:07:08.556Z Downloaded ssh-encoding v0.2.0
2802025-12-03T15:07:08.559Z Downloaded write16 v1.0.0
2812025-12-03T15:07:08.562Z Downloaded elliptic-curve v0.13.8
2822025-12-03T15:07:08.564Z Downloaded universal-hash v0.5.1
2832025-12-03T15:07:08.567Z Downloaded proc-macro-error2 v2.0.1
2842025-12-03T15:07:08.570Z Downloaded version_check v0.9.5
2852025-12-03T15:07:08.573Z Downloaded serde_path_to_error v0.1.17
2862025-12-03T15:07:08.576Z Downloaded yoke-derive v0.7.4
2872025-12-03T15:07:08.576Z Downloaded slab v0.4.9
2882025-12-03T15:07:08.579Z Downloaded serde_plain v1.0.2
2892025-12-03T15:07:08.579Z Downloaded serde-hex v0.1.0
2902025-12-03T15:07:08.582Z Downloaded postgres-types v0.2.9
2912025-12-03T15:07:08.585Z Downloaded tabwriter v1.4.0
2922025-12-03T15:07:08.588Z Downloaded termcolor v1.4.1
2932025-12-03T15:07:08.588Z Downloaded smawk v0.3.2
2942025-12-03T15:07:08.592Z Downloaded tabled_derive v0.11.0
2952025-12-03T15:07:08.595Z Downloaded terminal_size v0.4.0
2962025-12-03T15:07:08.595Z Downloaded base64 v0.22.1
2972025-12-03T15:07:08.598Z Downloaded terminal_size v0.1.17
2982025-12-03T15:07:08.601Z Downloaded tinystr v0.7.6
2992025-12-03T15:07:08.604Z Downloaded unicode-linebreak v0.1.5
3002025-12-03T15:07:08.608Z Downloaded typeid v1.0.3
3012025-12-03T15:07:08.608Z Downloaded cstr-argument v0.1.2
3022025-12-03T15:07:08.610Z Downloaded usdt v0.5.0
3032025-12-03T15:07:08.611Z Downloaded doc-comment v0.3.3
3042025-12-03T15:07:08.613Z Downloaded thread-id v4.2.2
3052025-12-03T15:07:08.616Z Downloaded rust-argon2 v2.1.0
3062025-12-03T15:07:08.616Z Downloaded ident_case v1.0.1
3072025-12-03T15:07:08.619Z Downloaded tokio-dtrace v0.1.0
3082025-12-03T15:07:08.622Z Downloaded usdt-impl v0.5.0
3092025-12-03T15:07:08.626Z Downloaded tokio-macros v2.6.0
3102025-12-03T15:07:08.626Z Downloaded tls_codec_derive v0.4.1
3112025-12-03T15:07:08.629Z Downloaded tls_codec v0.4.1
3122025-12-03T15:07:08.629Z Downloaded camino v1.2.0
3132025-12-03T15:07:08.632Z Downloaded instant v0.1.13
3142025-12-03T15:07:08.635Z Downloaded cfg-if v1.0.4
3152025-12-03T15:07:08.638Z Downloaded vsss-rs v3.3.4
3162025-12-03T15:07:08.641Z Downloaded serde_derive_internals v0.29.1
3172025-12-03T15:07:08.641Z Downloaded base64 v0.21.7
3182025-12-03T15:07:08.646Z Downloaded critical-section v1.1.3
3192025-12-03T15:07:08.649Z Downloaded lazy_static v1.5.0
3202025-12-03T15:07:08.652Z Downloaded term v1.1.0
3212025-12-03T15:07:08.655Z Downloaded libscf-sys v1.1.0
3222025-12-03T15:07:08.658Z Downloaded openssl-macros v0.1.1
3232025-12-03T15:07:08.658Z Downloaded postcard v1.0.10
3242025-12-03T15:07:08.661Z Downloaded opaque-debug v0.3.1
3252025-12-03T15:07:08.664Z Downloaded cpufeatures v0.2.14
3262025-12-03T15:07:08.667Z Downloaded signal-hook v0.3.18
3272025-12-03T15:07:08.670Z Downloaded twox-hash v2.1.0
3282025-12-03T15:07:08.673Z Downloaded tinytemplate v1.2.1
3292025-12-03T15:07:08.676Z Downloaded miniz_oxide v0.8.5
3302025-12-03T15:07:08.678Z Downloaded nibble_vec v0.1.0
3312025-12-03T15:07:08.678Z Downloaded document-features v0.2.11
3322025-12-03T15:07:08.682Z Downloaded usdt-attr-macro v0.6.0
3332025-12-03T15:07:08.682Z Downloaded memoffset v0.9.1
3342025-12-03T15:07:08.685Z Downloaded openssl-probe v0.1.5
3352025-12-03T15:07:08.688Z Downloaded idna_adapter v1.2.0
3362025-12-03T15:07:08.688Z Downloaded hex-literal v0.4.1
3372025-12-03T15:07:08.691Z Downloaded path-slash v0.1.5
3382025-12-03T15:07:08.691Z Downloaded bytes v1.10.1
3392025-12-03T15:07:08.695Z Downloaded yoke v0.7.4
3402025-12-03T15:07:08.698Z Downloaded tokio-native-tls v0.3.1
3412025-12-03T15:07:08.701Z Downloaded tinyvec v1.8.0
3422025-12-03T15:07:08.704Z Downloaded quick-error v1.2.3
3432025-12-03T15:07:08.707Z Downloaded cookie_store v0.21.1
3442025-12-03T15:07:08.710Z Downloaded flate2 v1.1.2
3452025-12-03T15:07:08.713Z Downloaded instability v0.3.2
3462025-12-03T15:07:08.716Z Downloaded heapless v0.8.0
3472025-12-03T15:07:08.720Z Downloaded heapless v0.7.17
3482025-12-03T15:07:08.724Z Downloaded serde-big-array v0.5.1
3492025-12-03T15:07:08.727Z Downloaded lockfree-object-pool v0.1.6
3502025-12-03T15:07:08.730Z Downloaded lru v0.12.5
3512025-12-03T15:07:08.733Z Downloaded libsw-core v0.3.1
3522025-12-03T15:07:08.736Z Downloaded scrypt v0.11.0
3532025-12-03T15:07:08.736Z Downloaded derive_builder_core v0.20.2
3542025-12-03T15:07:08.739Z Downloaded derive_builder v0.20.2
3552025-12-03T15:07:08.745Z Downloaded signal-hook-tokio v0.3.1
3562025-12-03T15:07:08.748Z Downloaded parking_lot_core v0.9.10
3572025-12-03T15:07:08.751Z Downloaded take_mut v0.2.2
3582025-12-03T15:07:08.751Z Downloaded hyper-staticfile v0.10.1
3592025-12-03T15:07:08.754Z Downloaded plotters-backend v0.3.7
3602025-12-03T15:07:08.757Z Downloaded console v0.15.10
3612025-12-03T15:07:08.760Z Downloaded path-tree v0.8.1
3622025-12-03T15:07:08.763Z Downloaded dropshot v0.16.4
3632025-12-03T15:07:08.784Z Downloaded thiserror-impl-no-std v2.0.2
3642025-12-03T15:07:08.787Z Downloaded cc v1.2.30
3652025-12-03T15:07:08.790Z Downloaded supports-unicode v2.1.0
3662025-12-03T15:07:08.793Z Downloaded supports-hyperlinks v2.1.0
3672025-12-03T15:07:08.793Z Downloaded toml_write v0.1.2
3682025-12-03T15:07:08.796Z Downloaded serde_derive v1.0.226
3692025-12-03T15:07:08.799Z Downloaded serde_core v1.0.226
3702025-12-03T15:07:08.802Z Downloaded relative-path v1.9.3
3712025-12-03T15:07:08.805Z Downloaded scheduled-thread-pool v0.2.7
3722025-12-03T15:07:08.805Z Downloaded rustc-hash v2.1.1
3732025-12-03T15:07:08.808Z Downloaded icu_locid_transform v1.5.0
3742025-12-03T15:07:08.811Z Downloaded want v0.3.1
3752025-12-03T15:07:08.814Z Downloaded slog-scope v4.4.0
3762025-12-03T15:07:08.814Z Downloaded slog-json v2.6.1
3772025-12-03T15:07:08.817Z Downloaded serde_tokenstream v0.2.2
3782025-12-03T15:07:08.820Z Downloaded serde_spanned v0.6.9
3792025-12-03T15:07:08.823Z Downloaded zone_cfg_derive v0.1.2
3802025-12-03T15:07:08.823Z Downloaded zerofrom v0.1.4
3812025-12-03T15:07:08.823Z Downloaded vte_generate_state_changes v0.1.2
3822025-12-03T15:07:08.826Z Downloaded utf-8 v0.7.6
3832025-12-03T15:07:08.826Z Downloaded slog-stdlog v4.1.1
3842025-12-03T15:07:08.829Z Downloaded spki v0.7.3
3852025-12-03T15:07:08.832Z Downloaded cfg_aliases v0.2.1
3862025-12-03T15:07:08.832Z Downloaded zone_cfg_derive v0.3.0
3872025-12-03T15:07:08.835Z Downloaded zerocopy-derive v0.7.35
3882025-12-03T15:07:08.839Z Downloaded termtree v0.5.1
3892025-12-03T15:07:08.842Z Downloaded tabled_derive v0.10.0
3902025-12-03T15:07:08.845Z Downloaded strip-ansi-escapes v0.2.0
3912025-12-03T15:07:08.845Z Downloaded termios v0.3.3
3922025-12-03T15:07:08.848Z Downloaded colorchoice v1.0.2
3932025-12-03T15:07:08.851Z Downloaded toml_writer v1.0.2
3942025-12-03T15:07:08.851Z Downloaded rand_distr v0.5.1
3952025-12-03T15:07:08.855Z Downloaded crucible-workspace-hack v0.1.0
3962025-12-03T15:07:08.858Z Downloaded ignore v0.4.23
3972025-12-03T15:07:08.861Z Downloaded thiserror-impl v2.0.17
3982025-12-03T15:07:08.864Z Downloaded tui-tree-widget v0.23.1
3992025-12-03T15:07:08.864Z Downloaded log v0.4.27
4002025-12-03T15:07:08.867Z Downloaded icu_locid v1.5.0
4012025-12-03T15:07:08.872Z Downloaded hubpack_derive v0.1.1
4022025-12-03T15:07:08.875Z Downloaded unit-prefix v0.5.1
4032025-12-03T15:07:08.876Z Downloaded heck v0.4.1
4042025-12-03T15:07:08.878Z Downloaded dof v0.4.0
4052025-12-03T15:07:08.881Z Downloaded wait-timeout v0.2.0
4062025-12-03T15:07:08.884Z Downloaded utf16_iter v1.0.5
4072025-12-03T15:07:08.884Z Downloaded serde_spanned v1.0.0
4082025-12-03T15:07:08.887Z Downloaded papergrid v0.11.0
4092025-12-03T15:07:08.891Z Downloaded indoc v1.0.9
4102025-12-03T15:07:08.894Z Downloaded hubpack v0.1.2
4112025-12-03T15:07:08.897Z Downloaded zerofrom-derive v0.1.4
4122025-12-03T15:07:08.900Z Downloaded url v2.5.4
4132025-12-03T15:07:08.903Z Downloaded hashbrown v0.12.3
4142025-12-03T15:07:08.906Z Downloaded num-iter v0.1.45
4152025-12-03T15:07:08.909Z Downloaded ordered-float v2.10.1
4162025-12-03T15:07:08.912Z Downloaded sqlformat v0.3.5
4172025-12-03T15:07:08.912Z Downloaded toml_parser v1.0.2
4182025-12-03T15:07:08.915Z Downloaded crunchy v0.2.2
4192025-12-03T15:07:08.918Z Downloaded precomputed-hash v0.1.1
4202025-12-03T15:07:08.918Z Downloaded peg-runtime v0.8.5
4212025-12-03T15:07:08.921Z Downloaded schemars v0.9.0
4222025-12-03T15:07:08.933Z Downloaded heck v0.5.0
4232025-12-03T15:07:08.937Z Downloaded ingot v0.1.1
4242025-12-03T15:07:08.937Z Downloaded unicode-properties v0.1.3
4252025-12-03T15:07:08.941Z Downloaded deranged v0.5.3
4262025-12-03T15:07:08.946Z Downloaded ref-cast v1.0.24
4272025-12-03T15:07:08.949Z Downloaded rand_xorshift v0.4.0
4282025-12-03T15:07:08.949Z Downloaded indoc v2.0.6
4292025-12-03T15:07:08.952Z Downloaded httpdate v1.0.3
4302025-12-03T15:07:08.955Z Downloaded similar v2.7.0
4312025-12-03T15:07:08.958Z Downloaded ryu v1.0.18
4322025-12-03T15:07:08.962Z Downloaded serde-value v0.7.0
4332025-12-03T15:07:08.964Z Downloaded jobserver v0.1.32
4342025-12-03T15:07:08.967Z Downloaded aes-gcm v0.10.3
4352025-12-03T15:07:08.970Z Downloaded linear-map v1.2.0
4362025-12-03T15:07:08.975Z Downloaded libz-rs-sys v0.5.1
4372025-12-03T15:07:08.975Z Downloaded libefi-sys v0.1.0
4382025-12-03T15:07:08.978Z Downloaded kv-log-macro v1.0.7
4392025-12-03T15:07:08.978Z Downloaded target-triple v0.1.3
4402025-12-03T15:07:08.981Z Downloaded sync_wrapper v1.0.1
4412025-12-03T15:07:08.981Z Downloaded supports-color v2.1.0
4422025-12-03T15:07:08.984Z Downloaded oxnet v0.1.3
4432025-12-03T15:07:08.987Z Downloaded hickory-resolver v0.24.4
4442025-12-03T15:07:08.990Z Downloaded rcgen v0.12.1
4452025-12-03T15:07:08.994Z Downloaded primeorder v0.13.6
4462025-12-03T15:07:08.997Z Downloaded predicates v3.1.3
4472025-12-03T15:07:09.000Z Downloaded colored v2.2.0
4482025-12-03T15:07:09.003Z Downloaded der_derive v0.7.3
4492025-12-03T15:07:09.006Z Downloaded proc-macro-crate v3.2.0
4502025-12-03T15:07:09.009Z Downloaded proc-macro-crate v1.3.1
4512025-12-03T15:07:09.009Z Downloaded derive-ex v0.1.8
4522025-12-03T15:07:09.012Z Downloaded drift v0.1.1
4532025-12-03T15:07:09.015Z Downloaded ingot-macros v0.1.1
4542025-12-03T15:07:09.018Z Downloaded schemars v0.8.22
4552025-12-03T15:07:09.027Z Downloaded rand_chacha v0.3.1
4562025-12-03T15:07:09.030Z Downloaded stable_deref_trait v1.2.0
4572025-12-03T15:07:09.033Z Downloaded guppy v0.17.20
4582025-12-03T15:07:09.037Z Downloaded xshell-macros v0.2.7
4592025-12-03T15:07:09.040Z Downloaded httparse v1.9.5
4602025-12-03T15:07:09.043Z Downloaded serde_urlencoded v0.7.1
4612025-12-03T15:07:09.046Z Downloaded libtest-mimic v0.8.1
4622025-12-03T15:07:09.049Z Downloaded swrite v0.1.0
4632025-12-03T15:07:09.049Z Downloaded crc v3.2.1
4642025-12-03T15:07:09.052Z Downloaded peg-macros v0.8.5
4652025-12-03T15:07:09.058Z Downloaded dirs-next v2.0.0
4662025-12-03T15:07:09.061Z Downloaded thread-id v5.0.0
4672025-12-03T15:07:09.061Z Downloaded qorb v0.4.1
4682025-12-03T15:07:09.064Z Downloaded unicode-xid v0.2.6
4692025-12-03T15:07:09.064Z Downloaded tokio-tungstenite v0.21.0
4702025-12-03T15:07:09.067Z Downloaded publicsuffix v2.3.0
4712025-12-03T15:07:09.072Z Downloaded proc-macro-error v1.0.4
4722025-12-03T15:07:09.076Z Downloaded once_cell v1.21.3
4732025-12-03T15:07:09.079Z Downloaded derive-where v1.5.0
4742025-12-03T15:07:09.086Z Downloaded miette v5.10.0
4752025-12-03T15:07:09.089Z Downloaded display-error-chain v0.2.2
4762025-12-03T15:07:09.089Z Downloaded scroll v0.12.0
4772025-12-03T15:07:09.090Z Downloaded scopeguard v1.2.0
4782025-12-03T15:07:09.093Z Downloaded icu_provider v1.5.0
4792025-12-03T15:07:09.096Z Downloaded static_assertions v1.1.0
4802025-12-03T15:07:09.096Z Downloaded unicode-bidi v0.3.17
4812025-12-03T15:07:09.100Z Downloaded memmap v0.7.0
4822025-12-03T15:07:09.104Z Downloaded tungstenite v0.21.0
4832025-12-03T15:07:09.107Z Downloaded chumsky v0.9.3
4842025-12-03T15:07:09.110Z Downloaded clap_lex v0.7.4
4852025-12-03T15:07:09.114Z Downloaded is_terminal_polyfill v1.70.1
4862025-12-03T15:07:09.114Z Downloaded rand_chacha v0.9.0
4872025-12-03T15:07:09.114Z Downloaded typed-path v0.9.3
4882025-12-03T15:07:09.120Z Downloaded nodrop v0.1.14
4892025-12-03T15:07:09.123Z Downloaded pin-utils v0.1.0
4902025-12-03T15:07:09.128Z Downloaded constant_time_eq v0.3.1
4912025-12-03T15:07:09.128Z Downloaded icu_collections v1.5.0
4922025-12-03T15:07:09.132Z Downloaded pretty-hex v0.4.1
4932025-12-03T15:07:09.135Z Downloaded tokio-tungstenite v0.23.1
4942025-12-03T15:07:09.138Z Downloaded hostname v0.4.0
4952025-12-03T15:07:09.143Z Downloaded dirs-sys-next v0.1.2
4962025-12-03T15:07:09.143Z Downloaded hostname v0.3.1
4972025-12-03T15:07:09.143Z Downloaded curve25519-dalek-derive v0.1.1
4982025-12-03T15:07:09.146Z Downloaded pretty-hex v0.2.1
4992025-12-03T15:07:09.146Z Downloaded vergen v9.0.6
5002025-12-03T15:07:09.150Z Downloaded tokio-postgres v0.7.13
5012025-12-03T15:07:09.155Z Downloaded is-terminal v0.4.13
5022025-12-03T15:07:09.159Z Downloaded pin-project v1.1.6
5032025-12-03T15:07:09.168Z Downloaded secrecy v0.10.3
5042025-12-03T15:07:09.171Z Downloaded zstd v0.13.3
5052025-12-03T15:07:09.175Z Downloaded new_debug_unreachable v1.0.6
5062025-12-03T15:07:09.175Z Downloaded value-bag v1.9.0
5072025-12-03T15:07:09.178Z Downloaded uzers v0.12.1
5082025-12-03T15:07:09.181Z Downloaded miette-derive v5.10.0
5092025-12-03T15:07:09.185Z Downloaded zstd-safe v7.2.3
5102025-12-03T15:07:09.185Z Downloaded tokio-stream v0.1.17
5112025-12-03T15:07:09.191Z Downloaded yasna v0.5.2
5122025-12-03T15:07:09.194Z Downloaded pem v3.0.5
5132025-12-03T15:07:09.194Z Downloaded portable-atomic v1.11.0
5142025-12-03T15:07:09.201Z Downloaded unicode-truncate v1.1.0
5152025-12-03T15:07:09.205Z Downloaded serde_json v1.0.145
5162025-12-03T15:07:09.211Z Downloaded untrusted v0.7.1
5172025-12-03T15:07:09.214Z Downloaded oso v0.27.3
5182025-12-03T15:07:09.218Z Downloaded indicatif v0.18.0
5192025-12-03T15:07:09.221Z Downloaded crc8 v0.1.1
5202025-12-03T15:07:09.224Z Downloaded sapling-renderdag v0.1.0
5212025-12-03T15:07:09.224Z Downloaded icu_locid_transform_data v1.5.0
5222025-12-03T15:07:09.227Z Downloaded quinn-udp v0.5.5
5232025-12-03T15:07:09.230Z Downloaded tokio-rustls v0.25.0
5242025-12-03T15:07:09.233Z Downloaded crypto-bigint v0.5.5
5252025-12-03T15:07:09.237Z Downloaded shell-words v1.1.0
5262025-12-03T15:07:09.240Z Downloaded diesel_table_macro_syntax v0.2.0
5272025-12-03T15:07:09.243Z Downloaded sct v0.7.1
5282025-12-03T15:07:09.246Z Downloaded crc-any v2.5.0
5292025-12-03T15:07:09.249Z Downloaded typify v0.4.3
5302025-12-03T15:07:09.252Z Downloaded strum_macros v0.24.3
5312025-12-03T15:07:09.256Z Downloaded darling_macro v0.21.0
5322025-12-03T15:07:09.256Z Downloaded linked-hash-map v0.5.6
5332025-12-03T15:07:09.259Z Downloaded tokio-rustls v0.26.0
5342025-12-03T15:07:09.263Z Downloaded topological-sort v0.2.2
5352025-12-03T15:07:09.263Z Downloaded derive_more v0.99.20
5362025-12-03T15:07:09.267Z Downloaded internet-checksum v0.2.1
5372025-12-03T15:07:09.270Z Downloaded slog-envlogger v2.2.0
5382025-12-03T15:07:09.273Z Downloaded unicode_categories v0.1.1
5392025-12-03T15:07:09.273Z Downloaded peg v0.8.5
5402025-12-03T15:07:09.277Z Downloaded typify-macro v0.2.0
5412025-12-03T15:07:09.283Z Downloaded multimap v0.10.1
5422025-12-03T15:07:09.283Z Downloaded goblin v0.8.2
5432025-12-03T15:07:09.286Z Downloaded progenitor-client v0.8.0
5442025-12-03T15:07:09.289Z Downloaded prettyplease v0.2.36
5452025-12-03T15:07:09.292Z Downloaded pin-project-lite v0.2.14
5462025-12-03T15:07:09.298Z Downloaded pin-project-internal v1.1.6
5472025-12-03T15:07:09.301Z Downloaded same-file v1.0.6
5482025-12-03T15:07:09.304Z Downloaded criterion-plot v0.6.0
5492025-12-03T15:07:09.306Z Downloaded scroll_derive v0.12.0
5502025-12-03T15:07:09.307Z Downloaded zeroize v1.8.1
5512025-12-03T15:07:09.310Z Downloaded testing_table v0.3.0
5522025-12-03T15:07:09.310Z Downloaded slog-term v2.9.2
5532025-12-03T15:07:09.313Z Downloaded zeroize_derive v1.4.2
5542025-12-03T15:07:09.316Z Downloaded home v0.5.9
5552025-12-03T15:07:09.316Z Downloaded difflib v0.4.0
5562025-12-03T15:07:09.319Z Downloaded rustc-demangle v0.1.24
5572025-12-03T15:07:09.321Z Downloaded iana-time-zone v0.1.63
5582025-12-03T15:07:09.324Z Downloaded tap v1.0.1
5592025-12-03T15:07:09.324Z Downloaded hyper-tls v0.6.0
5602025-12-03T15:07:09.327Z Downloaded toml v0.8.23
5612025-12-03T15:07:09.330Z Downloaded time-macros v0.2.24
5622025-12-03T15:07:09.334Z Downloaded target-spec v3.5.0
5632025-12-03T15:07:09.337Z Downloaded mime_guess v2.0.5
5642025-12-03T15:07:09.337Z Downloaded ipnet v2.11.0
5652025-12-03T15:07:09.340Z Downloaded derive_more v2.0.1
5662025-12-03T15:07:09.347Z Downloaded plain v0.2.3
5672025-12-03T15:07:09.350Z Downloaded nanorand v0.7.0
5682025-12-03T15:07:09.353Z Downloaded parking_lot v0.12.3
5692025-12-03T15:07:09.356Z Downloaded mime v0.3.17
5702025-12-03T15:07:09.359Z Downloaded rayon-core v1.12.1
5712025-12-03T15:07:09.362Z Downloaded http-body v1.0.1
5722025-12-03T15:07:09.365Z Downloaded zone v0.1.8
5732025-12-03T15:07:09.365Z Downloaded rustc_version v0.1.7
5742025-12-03T15:07:09.365Z Downloaded progenitor v0.11.2
5752025-12-03T15:07:09.368Z Downloaded rusty-fork v0.3.0
5762025-12-03T15:07:09.371Z Downloaded vte v0.11.1
5772025-12-03T15:07:09.374Z Downloaded rustls-pki-types v1.10.0
5782025-12-03T15:07:09.377Z Downloaded progenitor-impl v0.8.0
5792025-12-03T15:07:09.380Z Downloaded smallvec v0.6.14
5802025-12-03T15:07:09.384Z Downloaded schemars_derive v0.8.22
5812025-12-03T15:07:09.384Z Downloaded datatest-stable v0.3.2
5822025-12-03T15:07:09.387Z Downloaded tokio-util v0.7.15
5832025-12-03T15:07:09.394Z Downloaded litemap v0.7.3
5842025-12-03T15:07:09.397Z Downloaded macaddr v1.0.1
5852025-12-03T15:07:09.400Z Downloaded test-strategy v0.4.3
5862025-12-03T15:07:09.404Z Downloaded utf8parse v0.2.2
5872025-12-03T15:07:09.407Z Downloaded tar v0.4.44
5882025-12-03T15:07:09.410Z Downloaded p256 v0.13.2
5892025-12-03T15:07:09.413Z Downloaded target-lexicon v0.13.2
5902025-12-03T15:07:09.416Z Downloaded yansi v1.0.1
5912025-12-03T15:07:09.419Z Downloaded multer v3.1.0
5922025-12-03T15:07:09.422Z Downloaded unsafe-libyaml v0.2.11
5932025-12-03T15:07:09.424Z Downloaded unarray v0.1.4
5942025-12-03T15:07:09.427Z Downloaded winnow v0.7.13
5952025-12-03T15:07:09.435Z Downloaded crossbeam-deque v0.8.5
5962025-12-03T15:07:09.438Z Downloaded keccak v0.1.5
5972025-12-03T15:07:09.441Z Downloaded vergen-git2 v1.0.7
5982025-12-03T15:07:09.444Z Downloaded zip v4.2.0
5992025-12-03T15:07:09.447Z Downloaded utf8_iter v1.0.4
6002025-12-03T15:07:09.450Z Downloaded num-integer v0.1.46
6012025-12-03T15:07:09.450Z Downloaded cmake v0.1.51
6022025-12-03T15:07:09.454Z Downloaded quote v1.0.40
6032025-12-03T15:07:09.457Z Downloaded trait-variant v0.1.2
6042025-12-03T15:07:09.457Z Downloaded hyper-rustls v0.27.7
6052025-12-03T15:07:09.460Z Downloaded async-std v1.13.0
6062025-12-03T15:07:09.480Z Downloaded percent-encoding v2.3.2
6072025-12-03T15:07:09.483Z Downloaded number_prefix v0.4.0
6082025-12-03T15:07:09.483Z Downloaded hex v0.4.3
6092025-12-03T15:07:09.486Z Downloaded cfg_aliases v0.1.1
6102025-12-03T15:07:09.486Z Downloaded zone v0.3.1
6112025-12-03T15:07:09.489Z Downloaded serde v1.0.226
6122025-12-03T15:07:09.492Z Downloaded serde_bytes v0.11.19
6132025-12-03T15:07:09.492Z Downloaded icu_normalizer v1.5.0
6142025-12-03T15:07:09.496Z Downloaded criterion v0.7.0
6152025-12-03T15:07:09.502Z Downloaded sigpipe v0.1.3
6162025-12-03T15:07:09.505Z Downloaded bindgen v0.71.1
6172025-12-03T15:07:09.510Z Downloaded synstructure v0.13.1
6182025-12-03T15:07:09.513Z Downloaded bitvec v1.0.1
6192025-12-03T15:07:09.527Z Downloaded md5 v0.7.0
6202025-12-03T15:07:09.530Z Downloaded darling_macro v0.20.10
6212025-12-03T15:07:09.530Z Downloaded semver v0.1.20
6222025-12-03T15:07:09.533Z Downloaded xattr v1.3.1
6232025-12-03T15:07:09.533Z Downloaded wyz v0.5.1
6242025-12-03T15:07:09.536Z Downloaded slog-dtrace v0.3.0
6252025-12-03T15:07:09.539Z Downloaded num-rational v0.4.2
6262025-12-03T15:07:09.539Z Downloaded which v4.4.2
6272025-12-03T15:07:09.542Z Downloaded bindgen v0.69.5
6282025-12-03T15:07:09.547Z Downloaded normalize-line-endings v0.3.0
6292025-12-03T15:07:09.550Z Downloaded nested v0.1.1
6302025-12-03T15:07:09.550Z Downloaded time-core v0.1.6
6312025-12-03T15:07:09.553Z Downloaded inout v0.1.3
6322025-12-03T15:07:09.556Z Downloaded memchr v2.7.4
6332025-12-03T15:07:09.559Z Downloaded tabled_derive v0.7.0
6342025-12-03T15:07:09.563Z Downloaded diesel-dtrace v0.4.2
6352025-12-03T15:07:09.566Z Downloaded textwrap v0.15.2
6362025-12-03T15:07:09.566Z Downloaded highway v1.3.0
6372025-12-03T15:07:09.577Z Downloaded pest_meta v2.8.2
6382025-12-03T15:07:09.577Z Downloaded tracing-core v0.1.32
6392025-12-03T15:07:09.577Z Downloaded usdt-macro v0.6.0
6402025-12-03T15:07:09.577Z Downloaded serde_regex v1.1.0
6412025-12-03T15:07:09.577Z Downloaded radium v0.7.0
6422025-12-03T15:07:09.580Z Downloaded piper v0.2.4
6432025-12-03T15:07:09.580Z Downloaded thiserror-impl v1.0.69
6442025-12-03T15:07:09.583Z Downloaded http v1.3.1
6452025-12-03T15:07:09.586Z Downloaded thiserror v2.0.17
6462025-12-03T15:07:09.592Z Downloaded thiserror-no-std v2.0.2
6472025-12-03T15:07:09.596Z Downloaded hmac v0.12.1
6482025-12-03T15:07:09.600Z Downloaded convert_case v0.7.1
6492025-12-03T15:07:09.604Z Downloaded thread_local v1.1.8
6502025-12-03T15:07:09.604Z Downloaded simd-adler32 v0.3.7
6512025-12-03T15:07:09.607Z Downloaded xshell v0.2.7
6522025-12-03T15:07:09.607Z Downloaded chacha20 v0.9.1
6532025-12-03T15:07:09.610Z Downloaded num-traits v0.2.19
6542025-12-03T15:07:09.614Z Downloaded diesel_derives v2.2.3
6552025-12-03T15:07:09.618Z Downloaded progenitor-client v0.11.2
6562025-12-03T15:07:09.621Z Downloaded http-range v0.1.5
6572025-12-03T15:07:09.621Z Downloaded http-body-util v0.1.3
6582025-12-03T15:07:09.624Z Downloaded rustc_version v0.4.1
6592025-12-03T15:07:09.624Z Downloaded progenitor-client v0.10.0
6602025-12-03T15:07:09.627Z Downloaded num v0.4.3
6612025-12-03T15:07:09.627Z Downloaded md-5 v0.10.6
6622025-12-03T15:07:09.631Z Downloaded reqwest v0.12.24
6632025-12-03T15:07:09.635Z Downloaded tower-layer v0.3.3
6642025-12-03T15:07:09.638Z Downloaded icu_provider_macros v1.5.0
6652025-12-03T15:07:09.638Z Downloaded des v0.8.1
6662025-12-03T15:07:09.641Z Downloaded typify-macro v0.4.3
6672025-12-03T15:07:09.645Z Downloaded indexmap v2.11.4
6682025-12-03T15:07:09.648Z Downloaded pkcs1 v0.7.5
6692025-12-03T15:07:09.651Z Downloaded crossbeam-epoch v0.9.18
6702025-12-03T15:07:09.654Z Downloaded pest_derive v2.8.2
6712025-12-03T15:07:09.657Z Downloaded rand v0.8.5
6722025-12-03T15:07:09.660Z Downloaded regex v1.11.3
6732025-12-03T15:07:09.665Z Downloaded ciborium-io v0.2.2
6742025-12-03T15:07:09.669Z Downloaded goblin v0.10.2
6752025-12-03T15:07:09.673Z Downloaded derive_builder_macro v0.20.2
6762025-12-03T15:07:09.676Z Downloaded displaydoc v0.2.5
6772025-12-03T15:07:09.679Z Downloaded digest v0.10.7
6782025-12-03T15:07:09.683Z Downloaded toml_edit v0.22.27
6792025-12-03T15:07:09.686Z Downloaded progenitor v0.10.0
6802025-12-03T15:07:09.689Z Downloaded zopfli v0.8.1
6812025-12-03T15:07:09.692Z Downloaded predicates-core v1.0.8
6822025-12-03T15:07:09.692Z Downloaded num-conv v0.1.0
6832025-12-03T15:07:09.692Z Downloaded pbkdf2 v0.11.0
6842025-12-03T15:07:09.696Z Downloaded string_cache v0.8.9
6852025-12-03T15:07:09.699Z Downloaded nom v7.1.3
6862025-12-03T15:07:09.702Z Downloaded toml_datetime v0.6.11
6872025-12-03T15:07:09.705Z Downloaded daft v0.1.4
6882025-12-03T15:07:09.705Z Downloaded usdt-macro v0.5.0
6892025-12-03T15:07:09.709Z Downloaded whoami v1.5.2
6902025-12-03T15:07:09.709Z Downloaded crc-catalog v2.4.0
6912025-12-03T15:07:09.711Z Downloaded strum_macros v0.27.2
6922025-12-03T15:07:09.715Z Downloaded indent_write v2.2.0
6932025-12-03T15:07:09.715Z Downloaded ron v0.7.1
6942025-12-03T15:07:09.719Z Downloaded serde_cbor v0.11.2
6952025-12-03T15:07:09.722Z Downloaded ron v0.8.1
6962025-12-03T15:07:09.728Z Downloaded textwrap v0.16.2
6972025-12-03T15:07:09.731Z Downloaded rustversion v1.0.22
6982025-12-03T15:07:09.734Z Downloaded pbkdf2 v0.12.2
6992025-12-03T15:07:09.737Z Downloaded rand v0.9.2
7002025-12-03T15:07:09.739Z Downloaded num-complex v0.4.6
7012025-12-03T15:07:09.742Z Downloaded spin v0.9.8
7022025-12-03T15:07:09.746Z Downloaded schemars v1.0.4
7032025-12-03T15:07:09.757Z Downloaded usdt-impl v0.6.0
7042025-12-03T15:07:09.760Z Downloaded num_threads v0.1.7
7052025-12-03T15:07:09.760Z Downloaded jiff-static v0.2.15
7062025-12-03T15:07:09.764Z Downloaded indicatif v0.17.11
7072025-12-03T15:07:09.767Z Downloaded pem-rfc7468 v0.7.0
7082025-12-03T15:07:09.771Z Downloaded untrusted v0.9.0
7092025-12-03T15:07:09.774Z Downloaded unicase v2.8.1
7102025-12-03T15:07:09.774Z Downloaded siphasher v0.3.11
7112025-12-03T15:07:09.774Z Downloaded olpc-cjson v0.1.4
7122025-12-03T15:07:09.778Z Downloaded signal-hook-registry v1.4.2
7132025-12-03T15:07:09.778Z Downloaded signature v2.2.0
7142025-12-03T15:07:09.781Z Downloaded iri-string v0.7.8
7152025-12-03T15:07:09.784Z Downloaded slog-bunyan v2.5.0
7162025-12-03T15:07:09.787Z Downloaded slog-async v2.8.0
7172025-12-03T15:07:09.787Z Downloaded knuffel-derive v3.2.0
7182025-12-03T15:07:09.790Z Downloaded salty v0.3.0
7192025-12-03T15:07:09.795Z Downloaded toml_datetime v0.7.0
7202025-12-03T15:07:09.798Z Downloaded clap v4.5.48
7212025-12-03T15:07:09.806Z Downloaded pkcs5 v0.7.1
7222025-12-03T15:07:09.812Z Downloaded darling v0.21.0
7232025-12-03T15:07:09.816Z Downloaded icu_properties v1.5.1
7242025-12-03T15:07:09.819Z Downloaded crossbeam-channel v0.5.15
7252025-12-03T15:07:09.822Z Downloaded icu_normalizer_data v1.5.0
7262025-12-03T15:07:09.826Z Downloaded chacha20poly1305 v0.10.1
7272025-12-03T15:07:09.826Z Downloaded knuffel v3.2.0
7282025-12-03T15:07:09.829Z Downloaded darling_core v0.20.10
7292025-12-03T15:07:09.832Z Downloaded tungstenite v0.23.0
7302025-12-03T15:07:09.835Z Downloaded rayon v1.10.0
7312025-12-03T15:07:09.844Z Downloaded x509-cert v0.2.5
7322025-12-03T15:07:09.850Z Downloaded parking_lot_core v0.8.6
7332025-12-03T15:07:09.853Z Downloaded prefix-trie v0.7.0
7342025-12-03T15:07:09.856Z Downloaded rstest v0.25.0
7352025-12-03T15:07:09.862Z Downloaded litrs v0.4.1
7362025-12-03T15:07:09.865Z Downloaded ucd-trie v0.1.7
7372025-12-03T15:07:09.869Z Downloaded tough v0.20.0
7382025-12-03T15:07:09.875Z Downloaded unicode-segmentation v1.12.0
7392025-12-03T15:07:09.878Z Downloaded syn v2.0.106
7402025-12-03T15:07:09.891Z Downloaded indexmap v1.9.3
7412025-12-03T15:07:09.894Z Downloaded zerovec v0.10.4
7422025-12-03T15:07:09.900Z Downloaded const_format v0.2.34
7432025-12-03T15:07:09.904Z Downloaded icu_properties_data v1.5.0
7442025-12-03T15:07:09.914Z Downloaded vcpkg v0.2.15
7452025-12-03T15:07:09.952Z Downloaded socket2 v0.5.10
7462025-12-03T15:07:09.955Z Downloaded hickory-server v0.25.2
7472025-12-03T15:07:09.958Z Downloaded p521 v0.13.3
7482025-12-03T15:07:09.961Z Downloaded toml_edit v0.19.15
7492025-12-03T15:07:09.979Z Downloaded serde_with v3.14.0
7502025-12-03T15:07:09.988Z Downloaded socket2 v0.6.1
7512025-12-03T15:07:09.991Z Downloaded quinn v0.11.5
7522025-12-03T15:07:09.994Z Downloaded pest v2.8.2
7532025-12-03T15:07:09.997Z Downloaded itertools v0.12.1
7542025-12-03T15:07:10.004Z Downloaded tower v0.5.2
7552025-12-03T15:07:10.013Z Downloaded derive_more-impl v2.0.1
7562025-12-03T15:07:10.018Z Downloaded darling_core v0.21.0
7572025-12-03T15:07:10.024Z Downloaded hkdf v0.12.4
7582025-12-03T15:07:10.027Z Downloaded rustls v0.21.12
7592025-12-03T15:07:10.036Z Downloaded rsa v0.9.8
7602025-12-03T15:07:10.041Z Downloaded hyper v1.7.0
7612025-12-03T15:07:10.048Z Downloaded rustls-webpki v0.101.7
7622025-12-03T15:07:10.062Z Downloaded winnow v0.5.40
7632025-12-03T15:07:10.070Z Downloaded tower-http v0.6.6
7642025-12-03T15:07:10.079Z Downloaded winnow v0.6.26
7652025-12-03T15:07:10.087Z Downloaded quick-xml v0.37.2
7662025-12-03T15:07:10.092Z Downloaded hickory-proto v0.24.4
7672025-12-03T15:07:10.107Z Downloaded rpassword v7.4.0
7682025-12-03T15:07:10.110Z Downloaded p384 v0.13.1
7692025-12-03T15:07:10.114Z Downloaded radix_trie v0.2.1
7702025-12-03T15:07:10.120Z Downloaded chrono v0.4.42
7712025-12-03T15:07:10.125Z Downloaded tabled v0.15.0
7722025-12-03T15:07:10.140Z Downloaded num-bigint-dig v0.8.4
7732025-12-03T15:07:10.145Z Downloaded time v0.3.43
7742025-12-03T15:07:10.153Z Downloaded unicode-width v0.1.14
7752025-12-03T15:07:10.158Z Downloaded rustix v1.0.7
7762025-12-03T15:07:10.180Z Downloaded ssh-key v0.6.6
7772025-12-03T15:07:10.186Z Downloaded regex-syntax v0.6.29
7782025-12-03T15:07:10.193Z Downloaded zlib-rs v0.5.1
7792025-12-03T15:07:10.197Z Downloaded diesel v2.2.12
7802025-12-03T15:07:10.215Z Downloaded unicode-width v0.2.0
7812025-12-03T15:07:10.220Z Downloaded typify-impl v0.2.0
7822025-12-03T15:07:10.232Z Downloaded nix v0.30.1
7832025-12-03T15:07:10.244Z Downloaded webpki-roots v1.0.1
7842025-12-03T15:07:10.247Z Downloaded zerocopy-derive v0.6.6
7852025-12-03T15:07:10.256Z Downloaded bstr v1.10.0
7862025-12-03T15:07:10.265Z Downloaded moka v0.12.10
7872025-12-03T15:07:10.274Z Downloaded clap_builder v4.5.48
7882025-12-03T15:07:10.281Z Downloaded rustls v0.22.4
7892025-12-03T15:07:10.294Z Downloaded rustls-webpki v0.102.8
7902025-12-03T15:07:10.310Z Downloaded quinn-proto v0.11.8
7912025-12-03T15:07:10.315Z Downloaded petgraph v0.6.5
7922025-12-03T15:07:10.332Z Downloaded tabled v0.20.0
7932025-12-03T15:07:10.348Z Downloaded curve25519-dalek v4.1.3
7942025-12-03T15:07:10.355Z Downloaded hickory-proto v0.25.2
7952025-12-03T15:07:10.370Z Downloaded ratatui v0.29.0
7962025-12-03T15:07:10.387Z Downloaded bzip2-sys v0.1.13+1.0.8
7972025-12-03T15:07:10.398Z Downloaded num-bigint v0.4.6
7982025-12-03T15:07:10.402Z Downloaded tabled v0.18.0
7992025-12-03T15:07:10.418Z Downloaded nix v0.29.0
8002025-12-03T15:07:10.428Z Downloaded sled v0.34.7
8012025-12-03T15:07:10.437Z Downloaded openapiv3 v2.2.0
8022025-12-03T15:07:10.447Z Downloaded smoltcp v0.11.0
8032025-12-03T15:07:10.457Z Downloaded regex-syntax v0.8.5
8042025-12-03T15:07:10.465Z Downloaded nix v0.28.0
8052025-12-03T15:07:10.475Z Downloaded object v0.36.5
8062025-12-03T15:07:10.485Z Downloaded sqlparser v0.45.0
8072025-12-03T15:07:10.490Z Downloaded regress v0.10.4
8082025-12-03T15:07:10.498Z Downloaded rustls v0.23.19
8092025-12-03T15:07:10.508Z Downloaded petname v2.0.2
8102025-12-03T15:07:10.512Z Downloaded polar-core v0.27.3
8112025-12-03T15:07:10.519Z Downloaded rustix v0.38.37
8122025-12-03T15:07:10.540Z Downloaded lalrpop v0.19.12
8132025-12-03T15:07:10.549Z Downloaded typify-impl v0.4.3
8142025-12-03T15:07:10.562Z Downloaded nix v0.27.1
8152025-12-03T15:07:10.572Z Downloaded smoltcp v0.9.1
8162025-12-03T15:07:10.581Z Downloaded zerocopy v0.8.27
8172025-12-03T15:07:10.601Z Downloaded gimli v0.31.1
8182025-12-03T15:07:10.608Z Downloaded debug-ignore v1.0.5
8192025-12-03T15:07:10.611Z Downloaded cookie v0.18.1
8202025-12-03T15:07:10.615Z Downloaded steno v0.4.1
8212025-12-03T15:07:10.618Z Downloaded proptest v1.7.0
8222025-12-03T15:07:10.623Z Downloaded crossterm v0.29.0
8232025-12-03T15:07:10.629Z Downloaded syn v1.0.109
8242025-12-03T15:07:10.639Z Downloaded openssl v0.10.73
8252025-12-03T15:07:10.647Z Downloaded object v0.30.4
8262025-12-03T15:07:10.656Z Downloaded hyper-util v0.1.17
8272025-12-03T15:07:10.661Z Downloaded convert_case v0.4.0
8282025-12-03T15:07:10.664Z Downloaded uuid v1.18.1
8292025-12-03T15:07:10.667Z Downloaded semver v1.0.27
8302025-12-03T15:07:10.670Z Downloaded itertools v0.10.5
8312025-12-03T15:07:10.673Z Downloaded humantime v2.2.0
8322025-12-03T15:07:10.676Z Downloaded samael v0.0.19
8332025-12-03T15:07:10.680Z Downloaded clap_derive v4.5.47
8342025-12-03T15:07:10.683Z Downloaded subprocess v0.2.9
8352025-12-03T15:07:10.687Z Downloaded httpmock v0.8.0-alpha.1
8362025-12-03T15:07:10.702Z Downloaded toml v0.9.5
8372025-12-03T15:07:10.707Z Downloaded papergrid v0.17.0
8382025-12-03T15:07:10.711Z Downloaded papergrid v0.14.0
8392025-12-03T15:07:10.715Z Downloaded rustyline v14.0.0
8402025-12-03T15:07:10.721Z Downloaded jiff v0.2.15
8412025-12-03T15:07:10.734Z Downloaded zip v0.6.6
8422025-12-03T15:07:10.738Z Downloaded progenitor-macro v0.11.2
8432025-12-03T15:07:10.741Z Downloaded predicates-tree v1.0.12
8442025-12-03T15:07:10.741Z Downloaded lzss v0.8.2
8452025-12-03T15:07:10.744Z Downloaded ingot-types v0.1.2
8462025-12-03T15:07:10.744Z Downloaded impl-trait-for-tuples v0.2.2
8472025-12-03T15:07:10.747Z Downloaded tracing-attributes v0.1.27
8482025-12-03T15:07:10.747Z Downloaded libxml v0.3.3
8492025-12-03T15:07:10.757Z Downloaded libm v0.2.8
8502025-12-03T15:07:10.765Z Downloaded regex-automata v0.4.11
8512025-12-03T15:07:10.783Z Downloaded chrono-tz v0.10.4
8522025-12-03T15:07:10.803Z Downloaded itertools v0.13.0
8532025-12-03T15:07:10.811Z Downloaded subtle v2.6.1
8542025-12-03T15:07:10.814Z Downloaded plotters v0.3.7
8552025-12-03T15:07:10.823Z Downloaded parking_lot v0.11.2
8562025-12-03T15:07:10.826Z Downloaded tokio v1.48.0
8572025-12-03T15:07:10.871Z Downloaded reedline v0.40.0
8582025-12-03T15:07:10.880Z Downloaded tracing v0.1.40
8592025-12-03T15:07:10.883Z Downloaded itertools v0.14.0
8602025-12-03T15:07:10.890Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
8612025-12-03T15:07:10.907Z Downloaded libc v0.2.174
8622025-12-03T15:07:10.926Z Downloaded csv v1.3.1
8632025-12-03T15:07:10.942Z Downloaded libz-sys v1.1.20
8642025-12-03T15:07:10.959Z Downloaded git2 v0.20.2
8652025-12-03T15:07:10.966Z Downloaded const_format_proc_macros v0.2.34
8662025-12-03T15:07:10.969Z Downloaded resolv-conf v0.7.0
8672025-12-03T15:07:10.972Z Downloaded crc32fast v1.4.2
8682025-12-03T15:07:10.972Z Downloaded zerovec-derive v0.10.3
8692025-12-03T15:07:10.975Z Downloaded idna v1.0.3
8702025-12-03T15:07:10.978Z Downloaded zerocopy v0.7.35
8712025-12-03T15:07:10.992Z Downloaded rustc-hash v1.1.0
8722025-12-03T15:07:10.995Z Downloaded lzma-sys v0.1.20
8732025-12-03T15:07:11.020Z Downloaded sha3 v0.10.8
8742025-12-03T15:07:11.026Z Downloaded petgraph v0.8.2
8752025-12-03T15:07:11.041Z Downloaded packed_struct v0.10.1
8762025-12-03T15:07:11.045Z Downloaded typify v0.2.0
8772025-12-03T15:07:11.048Z Downloaded crossterm v0.28.1
8782025-12-03T15:07:11.052Z Downloaded strum_macros v0.26.4
8792025-12-03T15:07:11.055Z Downloaded sha2 v0.10.9
8802025-12-03T15:07:11.058Z Downloaded pretty_assertions v1.4.1
8812025-12-03T15:07:11.058Z Downloaded der v0.7.10
8822025-12-03T15:07:11.062Z Downloaded iddqd v0.3.16
8832025-12-03T15:07:11.068Z Downloaded snafu v0.8.5
8842025-12-03T15:07:11.074Z Downloaded serde_yaml v0.9.34+deprecated
8852025-12-03T15:07:11.077Z Downloaded openssl-sys v0.9.109
8862025-12-03T15:07:11.082Z Downloaded rtoolbox v0.0.2
8872025-12-03T15:07:11.085Z Downloaded ipnetwork v0.21.1
8882025-12-03T15:07:11.085Z Downloaded futures-util v0.3.31
8892025-12-03T15:07:11.097Z Downloaded hashbrown v0.15.4
8902025-12-03T15:07:11.102Z Downloaded ctr v0.9.2
8912025-12-03T15:07:11.105Z Downloaded csv-core v0.1.11
8922025-12-03T15:07:11.105Z Downloaded snafu-derive v0.8.5
8932025-12-03T15:07:11.108Z Downloaded serde_with_macros v3.14.0
8942025-12-03T15:07:11.108Z Downloaded compact_str v0.8.0
8952025-12-03T15:07:11.119Z Downloaded hickory-resolver v0.25.2
8962025-12-03T15:07:11.119Z Downloaded packed_struct_codegen v0.10.1
8972025-12-03T15:07:11.119Z Downloaded newline-converter v0.3.0
8982025-12-03T15:07:11.119Z Downloaded xz2 v0.1.7
8992025-12-03T15:07:11.119Z Downloaded unicode-normalization v0.1.24
9002025-12-03T15:07:11.123Z Downloaded h2 v0.4.6
9012025-12-03T15:07:11.126Z Downloaded blake3 v1.5.4
9022025-12-03T15:07:11.134Z Downloaded hashbrown v0.14.5
9032025-12-03T15:07:11.137Z Downloaded encoding_rs v0.8.34
9042025-12-03T15:07:11.156Z Downloaded omicron-zone-package v0.12.2
9052025-12-03T15:07:11.159Z Downloaded hashbrown v0.16.0
9062025-12-03T15:07:11.163Z Downloaded toml v0.7.8
9072025-12-03T15:07:11.166Z Downloaded thiserror v1.0.69
9082025-12-03T15:07:11.171Z Downloaded ring v0.17.14
9092025-12-03T15:07:11.208Z Downloaded support-bundle-viewer v0.1.2
9102025-12-03T15:07:11.211Z Downloaded russh v0.45.0
9112025-12-03T15:07:11.214Z Downloaded const-oid v0.9.6
9122025-12-03T15:07:11.217Z Downloaded serde_repr v0.1.19
9132025-12-03T15:07:11.221Z Downloaded libloading v0.8.5
9142025-12-03T15:07:11.221Z Downloaded sha1 v0.10.6
9152025-12-03T15:07:11.225Z Downloaded dof v0.3.0
9162025-12-03T15:07:11.225Z Downloaded rstest_macros v0.25.0
9172025-12-03T15:07:11.225Z Downloaded defmt v0.3.8
9182025-12-03T15:07:11.228Z Downloaded trybuild v1.0.106
9192025-12-03T15:07:11.232Z Downloaded kstat-rs v0.2.4
9202025-12-03T15:07:11.234Z Downloaded tempfile v3.20.0
9212025-12-03T15:07:11.239Z Downloaded lalrpop-util v0.19.12
9222025-12-03T15:07:11.239Z Downloaded ciborium v0.2.2
9232025-12-03T15:07:11.242Z Downloaded crypto-common v0.1.6
9242025-12-03T15:07:11.242Z Downloaded zerocopy-derive v0.8.27
9252025-12-03T15:07:11.245Z Downloaded cobs v0.2.3
9262025-12-03T15:07:11.248Z Downloaded tokio-rustls v0.24.1
9272025-12-03T15:07:11.248Z Downloaded polling v3.7.3
9282025-12-03T15:07:11.251Z Downloaded walkdir v2.5.0
9292025-12-03T15:07:11.254Z Downloaded serde-untagged v0.1.7
9302025-12-03T15:07:11.254Z Downloaded hashbrown v0.13.2
9312025-12-03T15:07:11.257Z Downloaded stringprep v0.1.5
9322025-12-03T15:07:11.260Z Downloaded stringmetrics v2.2.2
9332025-12-03T15:07:11.260Z Downloaded cfg-expr v0.20.1
9342025-12-03T15:07:11.263Z Downloaded pest_generator v2.8.2
9352025-12-03T15:07:11.267Z Downloaded clang-sys v1.8.1
9362025-12-03T15:07:11.267Z Downloaded unicode-ident v1.0.19
9372025-12-03T15:07:11.270Z Downloaded mio v1.0.2
9382025-12-03T15:07:11.273Z Downloaded native-tls v0.2.12
9392025-12-03T15:07:11.277Z Downloaded memmap2 v0.9.8
9402025-12-03T15:07:11.280Z Downloaded waitgroup v0.1.2
9412025-12-03T15:07:11.280Z Downloaded httptest v0.16.3
9422025-12-03T15:07:11.280Z Downloaded libgit2-sys v0.18.2+1.9.1
9432025-12-03T15:07:11.330Z Downloaded typenum v1.17.0
9442025-12-03T15:07:11.333Z Downloaded headers v0.4.1
9452025-12-03T15:07:11.337Z Downloaded supports-color v3.0.2
9462025-12-03T15:07:11.340Z Downloaded similar-asserts v1.7.0
9472025-12-03T15:07:11.340Z Downloaded rand_seeder v0.4.0
9482025-12-03T15:07:11.343Z Downloaded psl-types v2.0.11
9492025-12-03T15:07:11.343Z Downloaded progenitor v0.8.0
9502025-12-03T15:07:11.343Z Downloaded proc-macro-error-attr v1.0.4
9512025-12-03T15:07:11.346Z Downloaded ppv-lite86 v0.2.20
9522025-12-03T15:07:11.346Z Downloaded phf v0.12.1
9532025-12-03T15:07:11.347Z Downloaded phf v0.11.2
9542025-12-03T15:07:11.349Z Downloaded pathdiff v0.2.3
9552025-12-03T15:07:11.349Z Downloaded crossbeam-utils v0.8.21
9562025-12-03T15:07:11.352Z Downloaded defmt-parser v0.3.4
9572025-12-03T15:07:11.352Z Downloaded defmt-macros v0.3.9
9582025-12-03T15:07:11.356Z Downloaded zerocopy v0.6.6
9592025-12-03T15:07:11.358Z Downloaded minimal-lexical v0.2.1
9602025-12-03T15:07:11.362Z Downloaded hickory-client v0.25.2
9612025-12-03T15:07:11.362Z Downloaded progenitor-impl v0.10.0
9622025-12-03T15:07:11.365Z Downloaded diff v0.1.13
9632025-12-03T15:07:11.368Z Downloaded corncobs v0.1.4
9642025-12-03T15:07:11.368Z Downloaded console v0.16.0
9652025-12-03T15:07:11.371Z Downloaded darling v0.20.10
9662025-12-03T15:07:11.375Z Downloaded daft-derive v0.1.4
9672025-12-03T15:07:11.378Z Downloaded slog v2.7.0
9682025-12-03T15:07:11.381Z Downloaded proc-macro2 v1.0.101
9692025-12-03T15:07:11.384Z Downloaded scroll_derive v0.13.1
9702025-12-03T15:07:11.384Z Downloaded oorandom v11.1.4
9712025-12-03T15:07:11.384Z Downloaded num_enum_derive v0.5.11
9722025-12-03T15:07:11.387Z Downloaded num_enum v0.5.11
9732025-12-03T15:07:11.390Z Downloaded libsw v3.5.0
9742025-12-03T15:07:11.393Z Downloaded lazycell v1.3.0
9752025-12-03T15:07:11.393Z Downloaded bumpalo v3.16.0
9762025-12-03T15:07:11.396Z Downloaded plotters-svg v0.3.7
9772025-12-03T15:07:11.396Z Downloaded scroll v0.13.0
9782025-12-03T15:07:11.396Z Downloaded progenitor-impl v0.11.2
9792025-12-03T15:07:11.399Z Downloaded vergen-gitcl v1.0.8
9802025-12-03T15:07:11.399Z Downloaded data-encoding v2.9.0
9812025-12-03T15:07:11.402Z Downloaded itoa v1.0.11
9822025-12-03T15:07:11.402Z Downloaded concurrent-queue v2.5.0
9832025-12-03T15:07:11.402Z Downloaded term v0.7.0
9842025-12-03T15:07:11.406Z Downloaded is_ci v1.2.0
9852025-12-03T15:07:11.409Z Downloaded cipher v0.4.4
9862025-12-03T15:07:11.409Z Downloaded ciborium-ll v0.2.2
9872025-12-03T15:07:11.409Z Downloaded writeable v0.5.5
9882025-12-03T15:07:11.412Z Downloaded vergen-lib v0.1.6
9892025-12-03T15:07:11.412Z Downloaded flume v0.11.1
9902025-12-03T15:07:11.415Z Downloaded usdt v0.6.0
9912025-12-03T15:07:11.418Z Downloaded russh-keys v0.45.0
9922025-12-03T15:07:11.418Z Downloaded smallvec v1.15.1
9932025-12-03T15:07:11.421Z Downloaded password-hash v0.5.0
9942025-12-03T15:07:11.421Z Downloaded tiny-keccak v2.0.2
9952025-12-03T15:07:11.424Z Downloaded smf v0.2.3
9962025-12-03T15:07:11.427Z Downloaded postgres-protocol v0.6.8
9972025-12-03T15:07:11.427Z Downloaded base64 v0.13.1
9982025-12-03T15:07:11.437Z Downloaded structmeta-derive v0.3.0
9992025-12-03T15:07:11.437Z Downloaded strsim v0.11.1
10002025-12-03T15:07:11.437Z Downloaded rand_core v0.6.4
10012025-12-03T15:07:11.437Z Downloaded fancy-regex v0.14.0
10022025-12-03T15:07:11.440Z Downloaded poly1305 v0.8.0
10032025-12-03T15:07:11.440Z Downloaded pkcs8 v0.10.2
10042025-12-03T15:07:11.443Z Downloaded shlex v1.3.0
10052025-12-03T15:07:11.443Z Downloaded secrecy v0.8.0
10062025-12-03T15:07:11.446Z Downloaded sec1 v0.7.3
10072025-12-03T15:07:11.446Z Downloaded usdt-attr-macro v0.5.0
10082025-12-03T15:07:11.446Z Downloaded tinyvec_macros v0.1.1
10092025-12-03T15:07:11.449Z Downloaded partial-io v0.5.4
10102025-12-03T15:07:11.449Z Downloaded half v2.4.1
10112025-12-03T15:07:11.452Z Downloaded rfc6979 v0.4.0
10122025-12-03T15:07:11.452Z Downloaded expectorate v1.2.0
10132025-12-03T15:07:11.455Z Downloaded bitflags v2.9.4
10142025-12-03T15:07:11.458Z Downloaded async-lock v3.4.0
10152025-12-03T15:07:11.461Z Downloaded async-io v2.3.4
10162025-12-03T15:07:11.466Z Downloaded fs_extra v1.3.0
10172025-12-03T15:07:11.466Z Downloaded rustls-pemfile v1.0.4
10182025-12-03T15:07:11.468Z Downloaded rustls-native-certs v0.8.1
10192025-12-03T15:07:11.468Z Downloaded owo-colors v4.2.2
10202025-12-03T15:07:11.471Z Downloaded progenitor-macro v0.10.0
10212025-12-03T15:07:11.471Z Downloaded progenitor-macro v0.8.0
10222025-12-03T15:07:11.471Z Downloaded async-task v4.7.1
10232025-12-03T15:07:11.474Z Downloaded strum v0.27.2
10242025-12-03T15:07:11.474Z Downloaded strum v0.26.3
10252025-12-03T15:07:11.477Z Downloaded ssh-cipher v0.2.0
10262025-12-03T15:07:11.477Z Downloaded sqlparser_derive v0.2.2
10272025-12-03T15:07:11.477Z Downloaded siphasher v1.0.1
10282025-12-03T15:07:11.480Z Downloaded foldhash v0.2.0
10292025-12-03T15:07:11.480Z Downloaded async-bb8-diesel v0.2.1
10302025-12-03T15:07:11.483Z Downloaded futures v0.3.31
10312025-12-03T15:07:11.486Z Downloaded backtrace v0.3.74
10322025-12-03T15:07:11.489Z Downloaded paste v1.0.15
10332025-12-03T15:07:11.492Z Downloaded cargo_metadata v0.21.0
10342025-12-03T15:07:11.496Z Downloaded async-trait v0.1.89
10352025-12-03T15:07:11.499Z Downloaded parking v2.2.1
10362025-12-03T15:07:11.499Z Downloaded blake2b_simd v1.0.2
10372025-12-03T15:07:11.499Z Downloaded bit-vec v0.8.0
10382025-12-03T15:07:11.502Z Downloaded base64ct v1.6.0
10392025-12-03T15:07:11.502Z Downloaded async-process v2.3.0
10402025-12-03T15:07:11.505Z Downloaded async-global-executor v2.4.1
10412025-12-03T15:07:11.505Z Downloaded argon2 v0.5.3
10422025-12-03T15:07:11.509Z Downloaded num-derive v0.3.3
10432025-12-03T15:07:11.509Z Downloaded maybe-uninit v2.0.0
10442025-12-03T15:07:11.512Z Downloaded maplit v1.0.2
10452025-12-03T15:07:11.512Z Downloaded managed v0.8.0
10462025-12-03T15:07:11.512Z Downloaded lru-cache v0.1.2
10472025-12-03T15:07:11.512Z Downloaded nu-ansi-term v0.50.1
10482025-12-03T15:07:11.515Z Downloaded newtype-uuid v1.3.2
10492025-12-03T15:07:11.518Z Downloaded cassowary v0.3.0
10502025-12-03T15:07:11.518Z Downloaded camino-tempfile-ext v0.3.2
10512025-12-03T15:07:11.518Z Downloaded buf-list v1.0.3
10522025-12-03T15:07:11.521Z Downloaded async-attributes v1.1.2
10532025-12-03T15:07:11.521Z Downloaded backoff v0.4.0
10542025-12-03T15:07:11.524Z Downloaded atomic-waker v1.1.2
10552025-12-03T15:07:11.524Z Downloaded foldhash v0.1.5
10562025-12-03T15:07:11.527Z Downloaded float-cmp v0.10.0
10572025-12-03T15:07:11.527Z Downloaded filetime v0.2.26
10582025-12-03T15:07:11.527Z Downloaded ff v0.13.0
10592025-12-03T15:07:11.530Z Downloaded event-listener-strategy v0.5.2
10602025-12-03T15:07:11.531Z Downloaded bzip2 v0.4.4
10612025-12-03T15:07:11.534Z Downloaded bytecount v0.6.8
10622025-12-03T15:07:11.534Z Downloaded bitfield v0.19.2
10632025-12-03T15:07:11.537Z Downloaded async-channel v2.3.1
10642025-12-03T15:07:11.537Z Downloaded cargo-platform v0.1.8
10652025-12-03T15:07:11.537Z Downloaded autocfg v1.4.0
10662025-12-03T15:07:11.540Z Downloaded futures-channel v0.3.31
10672025-12-03T15:07:11.543Z Downloaded fatfs v0.3.6
10682025-12-03T15:07:11.543Z Downloaded fnv v1.0.7
10692025-12-03T15:07:11.546Z Downloaded cast v0.3.0
10702025-12-03T15:07:11.546Z Downloaded cargo-platform v0.2.0
10712025-12-03T15:07:11.546Z Downloaded async-signal v0.2.10
10722025-12-03T15:07:11.549Z Downloaded async-channel v1.9.0
10732025-12-03T15:07:11.549Z Downloaded futures-io v0.3.31
10742025-12-03T15:07:11.549Z Downloaded either v1.15.0
10752025-12-03T15:07:11.552Z Downloaded castaway v0.2.3
10762025-12-03T15:07:11.552Z Downloaded fs-err v3.1.1
10772025-12-03T15:07:11.555Z Downloaded fs-err v2.11.0
10782025-12-03T15:07:11.555Z Downloaded block-padding v0.3.3
10792025-12-03T15:07:11.555Z Downloaded backtrace-ext v0.2.1
10802025-12-03T15:07:11.559Z Downloaded generic-array v0.14.7
10812025-12-03T15:07:11.559Z Downloaded futures-task v0.3.31
10822025-12-03T15:07:11.559Z Downloaded foreign-types-macros v0.2.3
10832025-12-03T15:07:11.561Z Downloaded float-ord v0.3.2
10842025-12-03T15:07:11.562Z Downloaded dropshot-api-manager v0.2.3
10852025-12-03T15:07:11.564Z Downloaded env_logger v0.11.8
10862025-12-03T15:07:11.568Z Downloaded bitflags v1.3.2
10872025-12-03T15:07:11.568Z Downloaded assert_cmd v2.0.17
10882025-12-03T15:07:11.571Z Downloaded arc-swap v1.7.1
10892025-12-03T15:07:11.574Z Downloaded env_filter v0.1.2
10902025-12-03T15:07:11.577Z Downloaded dyn-clone v1.0.20
10912025-12-03T15:07:11.577Z Downloaded arrayref v0.3.9
10922025-12-03T15:07:11.577Z Downloaded allocator-api2 v0.2.21
10932025-12-03T15:07:11.580Z Downloaded dtrace-parser v0.2.0
10942025-12-03T15:07:11.580Z Downloaded anes v0.1.6
10952025-12-03T15:07:11.583Z Downloaded ahash v0.8.12
10962025-12-03T15:07:11.786Z Downloaded aws-lc-sys v0.26.0
10972025-12-03T15:07:12.277Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
10982025-12-03T15:07:23.490Z Startup: Refreshing catalog 'helios-dev' ... Done
10992025-12-03T15:07:32.344Z Startup: Caching catalogs ... Done
11002025-12-03T15:07:46.620ZPlanning: Solver setup ... Done (12.947s)
11012025-12-03T15:07:46.727ZPlanning: Running solver ... Done (0.106s)
11022025-12-03T15:07:46.855ZPlanning: Finding local manifests ... Done (0.003s)
11032025-12-03T15:07:46.868ZPlanning: Fetching manifests: 0/4 0% complete
11042025-12-03T15:07:47.007ZPlanning: Fetching manifests: 4/4 100% complete
11052025-12-03T15:07:47.054ZPlanning: Package planning ... Done (0.047s)
11062025-12-03T15:07:47.106ZPlanning: Merging actions ... Done (0.052s)
11072025-12-03T15:07:47.388ZPlanning: Checking for conflicting actions ... Done (0.282s)
11082025-12-03T15:07:47.400ZPlanning: Consolidating action changes ... Done (0.011s)
11092025-12-03T15:07:48.483ZPlanning: Evaluating mediators ... Done (1.083s)
11102025-12-03T15:07:48.493ZPlanning: Planning completed in 16.01 seconds
11112025-12-03T15:07:48.508Z Packages to install: 4
11122025-12-03T15:07:48.508Z Mediators to change: 2
11132025-12-03T15:07:48.511Z Services to change: 1
11142025-12-03T15:07:48.511Z Estimated space available: 155.14 GB
11152025-12-03T15:07:48.511ZEstimated space to be consumed: 1.76 GB
11162025-12-03T15:07:48.512Z Create boot environment: No
11172025-12-03T15:07:48.512ZCreate backup boot environment: No
11182025-12-03T15:07:48.512Z Rebuild boot archive: No
11192025-12-03T15:07:48.512Z
11202025-12-03T15:07:48.512ZChanged mediators:
11212025-12-03T15:07:48.512Z mediator clang:
11222025-12-03T15:07:48.512Z version: None -> 15 (system default)
11232025-12-03T15:07:48.512Z
11242025-12-03T15:07:48.512Z mediator llvm:
11252025-12-03T15:07:48.512Z version: 14 (system default) -> 15 (system default)
11262025-12-03T15:07:48.512Z
11272025-12-03T15:07:48.512ZChanged packages:
11282025-12-03T15:07:48.512Zhelios-dev
11292025-12-03T15:07:48.512Z developer/build-essential
11302025-12-03T15:07:48.512Z None -> 11-2.0
11312025-12-03T15:07:48.512Z library/libxmlsec1
11322025-12-03T15:07:48.512Z None -> 1.2.35-2.0
11332025-12-03T15:07:48.512Z ooce/developer/clang-15
11342025-12-03T15:07:48.512Z None -> 15.0.7-2.0
11352025-12-03T15:07:48.512Z ooce/developer/llvm-15
11362025-12-03T15:07:48.512Z None -> 15.0.7-2.0
11372025-12-03T15:07:48.512Z
11382025-12-03T15:07:48.512ZServices:
11392025-12-03T15:07:48.512Z restart_fmri:
11402025-12-03T15:07:48.512Z svc:/system/update-man-index:default
11412025-12-03T15:07:48.563Z
11422025-12-03T15:07:48.563ZDownload: 0/3290 items 0.0/212.6MB 0% complete
11432025-12-03T15:07:53.565ZDownload: 3040/3290 items 121.4/212.6MB 57% complete (24.4M/s)
11442025-12-03T15:07:55.153ZDownload: Completed 212.60 MB in 6.59 seconds (32.3M/s)
11452025-12-03T15:07:55.596Z Actions: 1/3689 actions (Installing new actions)
11462025-12-03T15:08:00.115Z Actions: Completed 3689 actions in 4.52 seconds.
11472025-12-03T15:08:00.521Z Done (0.401s)
11482025-12-03T15:08:00.521Z Done (0.000s)
11492025-12-03T15:08:01.533Z Done (0.998s)
11502025-12-03T15:08:06.051Z Done (4.188s)
11512025-12-03T15:08:06.145Z Done (0.021s)
11522025-12-03T15:08:06.149Z Done (0.000s)
11532025-12-03T15:08:06.309Z Done (0.000s)
11542025-12-03T15:08:07.210ZPlanning: Evaluating mediator changes ... Done
11552025-12-03T15:08:07.405ZPlanning: Checking for conflicting actions ... Done
11562025-12-03T15:08:07.410ZPlanning: Consolidating action changes ... Done
11572025-12-03T15:08:07.646ZPlanning: Evaluating mediators ... Done
11582025-12-03T15:08:07.651ZPlanning: Planning completed in 0.44 seconds
11592025-12-03T15:08:07.680Z Mediators to change: 2
11602025-12-03T15:08:07.681Z Create boot environment: No
11612025-12-03T15:08:07.685ZCreate backup boot environment: No
11622025-12-03T15:08:07.766Z Done
11632025-12-03T15:08:07.767Z Done
11642025-12-03T15:08:08.443Z Done
11652025-12-03T15:08:12.027Z Done
11662025-12-03T15:08:12.112Z Done
11672025-12-03T15:08:12.115Z Done
11682025-12-03T15:08:12.262Z Done
11692025-12-03T15:08:12.867ZPlanning: Evaluating mediator changes ... Done
11702025-12-03T15:08:12.871ZPlanning: Merging actions ... Done
11712025-12-03T15:08:13.054ZPlanning: Checking for conflicting actions ... Done
11722025-12-03T15:08:13.057ZPlanning: Consolidating action changes ... Done
11732025-12-03T15:08:13.325ZPlanning: Evaluating mediators ... Done
11742025-12-03T15:08:13.379ZPlanning: Planning completed in 0.76 seconds
11752025-12-03T15:08:13.413Z Packages to change: 1
11762025-12-03T15:08:13.413Z Mediators to change: 1
11772025-12-03T15:08:13.417Z Services to change: 1
11782025-12-03T15:08:13.418Z Create boot environment: No
11792025-12-03T15:08:13.418ZCreate backup boot environment: Yes
11802025-12-03T15:08:16.178Z Actions: 1/6 actions (Updating modified actions)
11812025-12-03T15:08:16.190Z Actions: Completed 6 actions in 0.00 seconds.
11822025-12-03T15:08:16.190Z Done
11832025-12-03T15:08:16.190Z Done
11842025-12-03T15:08:16.376Z Done
11852025-12-03T15:08:19.954Z Done
11862025-12-03T15:08:20.045Z Done
11872025-12-03T15:08:20.048Z Done
11882025-12-03T15:08:20.196Z Done
11892025-12-03T15:08:20.635ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11902025-12-03T15:08:20.635Zclang system 15 system
11912025-12-03T15:08:20.635Zcsh system system illumos
11922025-12-03T15:08:20.635Zctags system system illumos
11932025-12-03T15:08:20.635Zfile system system illumos
11942025-12-03T15:08:20.635Zgcc vendor 12 vendor
11952025-12-03T15:08:20.635Zgcc system 10 system
11962025-12-03T15:08:20.635Zgcc system 7 system
11972025-12-03T15:08:20.635Zgo system 1.20 system
11982025-12-03T15:08:20.635Zgo system 1.19 system
11992025-12-03T15:08:20.635Zllvm system 15 system
12002025-12-03T15:08:20.635Zllvm system 14 system
12012025-12-03T15:08:20.635Zmariadb system 10.6 system
12022025-12-03T15:08:20.635Zmta vendor vendor dma
12032025-12-03T15:08:20.635Zopenjdk system 17 system
12042025-12-03T15:08:20.635Zopenjdk system 11 system
12052025-12-03T15:08:20.635Zopenjdk system 1.8 system
12062025-12-03T15:08:20.635Zopenssl vendor 3 vendor
12072025-12-03T15:08:20.635Zperl system 5.36 system
12082025-12-03T15:08:20.635Zpostgresql system 15 system
12092025-12-03T15:08:20.635Zpostgresql system 13 system
12102025-12-03T15:08:20.635Zpython vendor 3 vendor
12112025-12-03T15:08:20.635Zpython system 2 system
12122025-12-03T15:08:20.635Zpython3 system 3.11 system
12132025-12-03T15:08:20.635Zruby system 3.0 system
12142025-12-03T15:08:20.635Zwords vendor vendor american-english
12152025-12-03T15:08:20.635Zwords system system australian-english
12162025-12-03T15:08:20.635Zwords system system british-english
12172025-12-03T15:08:20.635Zwords system system canadian-english
12182025-12-03T15:08:20.635Zwords system system french
12192025-12-03T15:08:20.635Zwords system system italian
12202025-12-03T15:08:20.635Zwords system system ngerman
12212025-12-03T15:08:20.635Zwords system system ogerman
12222025-12-03T15:08:20.635Zwords system system spanish
12232025-12-03T15:08:20.968ZPUBLISHER TYPE STATUS P LOCATION
12242025-12-03T15:08:20.968Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
12252025-12-03T15:08:26.637ZFMRI IFO
12262025-12-03T15:08:26.637Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
12272025-12-03T15:08:26.637Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
12282025-12-03T15:08:26.637Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
12292025-12-03T15:08:26.637Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
12302025-12-03T15:08:26.637Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
12312025-12-03T15:08:26.637Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
12322025-12-03T15:08:26.637Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
12332025-12-03T15:08:26.637Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
12342025-12-03T15:08:26.637Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
12352025-12-03T15:08:26.637Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
12362025-12-03T15:08:26.637Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
12372025-12-03T15:08:26.637Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
12382025-12-03T15:08:26.637Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
12392025-12-03T15:08:26.637Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
12402025-12-03T15:08:26.637Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
12412025-12-03T15:08:26.637Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
12422025-12-03T15:08:28.235Z Downloading crates ...
12432025-12-03T15:08:28.325Z Downloaded cargo_toml v0.21.0
12442025-12-03T15:08:28.387Z Compiling proc-macro2 v1.0.101
12452025-12-03T15:08:28.390Z Compiling unicode-ident v1.0.19
12462025-12-03T15:08:28.390Z Compiling serde_core v1.0.226
12472025-12-03T15:08:28.390Z Compiling serde v1.0.226
12482025-12-03T15:08:28.390Z Compiling version_check v0.9.5
12492025-12-03T15:08:28.390Z Compiling libc v0.2.174
12502025-12-03T15:08:28.390Z Compiling memchr v2.7.4
12512025-12-03T15:08:28.390Z Compiling thiserror v2.0.17
12522025-12-03T15:08:28.758Z Compiling stable_deref_trait v1.2.0
12532025-12-03T15:08:28.875Z Compiling writeable v0.5.5
12542025-12-03T15:08:29.169Z Compiling litemap v0.7.3
12552025-12-03T15:08:29.381Z Compiling thiserror v1.0.69
12562025-12-03T15:08:29.549Z Compiling itoa v1.0.11
12572025-12-03T15:08:29.552Z Compiling autocfg v1.4.0
12582025-12-03T15:08:29.782Z Compiling ryu v1.0.18
12592025-12-03T15:08:29.825Z Compiling ucd-trie v0.1.7
12602025-12-03T15:08:30.152Z Compiling byteorder v1.5.0
12612025-12-03T15:08:30.247Z Compiling bitflags v2.9.4
12622025-12-03T15:08:30.307Z Compiling icu_locid_transform_data v1.5.0
12632025-12-03T15:08:30.422Z Compiling errno v0.3.12
12642025-12-03T15:08:30.597Z Compiling quote v1.0.40
12652025-12-03T15:08:30.620Z Compiling serde_json v1.0.145
12662025-12-03T15:08:30.675Z Compiling icu_properties_data v1.5.0
12672025-12-03T15:08:30.912Z Compiling num-traits v0.2.19
12682025-12-03T15:08:30.972Z Compiling syn v2.0.106
12692025-12-03T15:08:31.168Z Compiling utf16_iter v1.0.5
12702025-12-03T15:08:31.210Z Compiling rustix v0.38.37
12712025-12-03T15:08:31.236Z Compiling utf8_iter v1.0.4
12722025-12-03T15:08:31.364Z Compiling icu_normalizer_data v1.5.0
12732025-12-03T15:08:31.402Z Compiling write16 v1.0.0
12742025-12-03T15:08:31.437Z Compiling smallvec v1.15.1
12752025-12-03T15:08:31.463Z Compiling hashbrown v0.15.4
12762025-12-03T15:08:31.478Z Compiling typeid v1.0.3
12772025-12-03T15:08:31.540Z Compiling equivalent v1.0.2
12782025-12-03T15:08:32.057Z Compiling usdt-impl v0.5.0
12792025-12-03T15:08:32.061Z Compiling proc-macro-error-attr v1.0.4
12802025-12-03T15:08:32.096Z Compiling toml_write v0.1.2
12812025-12-03T15:08:32.377Z Compiling winnow v0.7.13
12822025-12-03T15:08:32.380Z Compiling syn v1.0.109
12832025-12-03T15:08:32.514Z Compiling thread-id v4.2.2
12842025-12-03T15:08:32.576Z Compiling indexmap v2.11.4
12852025-12-03T15:08:33.181Z Compiling proc-macro-error v1.0.4
12862025-12-03T15:08:33.508Z Compiling log v0.4.27
12872025-12-03T15:08:33.873Z Compiling getrandom v0.3.4
12882025-12-03T15:08:33.909Z Compiling rustix v1.0.7
12892025-12-03T15:08:33.985Z Compiling utf8parse v0.2.2
12902025-12-03T15:08:34.170Z Compiling camino v1.2.0
12912025-12-03T15:08:34.568Z Compiling percent-encoding v2.3.2
12922025-12-03T15:08:34.618Z Compiling plain v0.2.3
12932025-12-03T15:08:34.801Z Compiling form_urlencoded v1.2.2
12942025-12-03T15:08:34.887Z Compiling ordered-float v2.10.1
12952025-12-03T15:08:34.992Z Compiling anstyle-parse v0.2.5
12962025-12-03T15:08:35.175Z Compiling terminal_size v0.4.0
12972025-12-03T15:08:35.541Z Compiling anstyle-query v1.1.1
12982025-12-03T15:08:35.707Z Compiling is_terminal_polyfill v1.70.1
12992025-12-03T15:08:35.755Z Compiling pretty-hex v0.4.1
13002025-12-03T15:08:35.856Z Compiling colorchoice v1.0.2
13012025-12-03T15:08:35.880Z Compiling cfg-if v1.0.4
13022025-12-03T15:08:35.983Z Compiling anstyle v1.0.11
13032025-12-03T15:08:36.283Z Compiling semver v1.0.27
13042025-12-03T15:08:36.309Z Compiling anstream v0.6.18
13052025-12-03T15:08:36.844Z Compiling fs-err v3.1.1
13062025-12-03T15:08:36.946Z Compiling fastrand v2.1.1
13072025-12-03T15:08:36.984Z Compiling anyhow v1.0.99
13082025-12-03T15:08:37.027Z Compiling strsim v0.11.1
13092025-12-03T15:08:37.168Z Compiling heck v0.4.1
13102025-12-03T15:08:37.428Z Compiling unicode-width v0.1.14
13112025-12-03T15:08:37.580Z Compiling synstructure v0.13.1
13122025-12-03T15:08:37.608Z Compiling unicode-xid v0.2.6
13132025-12-03T15:08:37.694Z Compiling heck v0.5.0
13142025-12-03T15:08:37.797Z Compiling fnv v1.0.7
13152025-12-03T15:08:37.948Z Compiling clap_lex v0.7.4
13162025-12-03T15:08:37.952Z Compiling once_cell v1.21.3
13172025-12-03T15:08:38.187Z Compiling bytecount v0.6.8
13182025-12-03T15:08:38.351Z Compiling papergrid v0.11.0
13192025-12-03T15:08:38.403Z Compiling tempfile v3.20.0
13202025-12-03T15:08:38.420Z Compiling clap_builder v4.5.48
13212025-12-03T15:08:39.081Z Compiling memmap v0.7.0
13222025-12-03T15:08:39.115Z Compiling smawk v0.3.2
13232025-12-03T15:08:39.158Z Compiling unicode-width v0.2.0
13242025-12-03T15:08:39.327Z Compiling unicode-linebreak v0.1.5
13252025-12-03T15:08:39.798Z Compiling textwrap v0.16.2
13262025-12-03T15:08:40.199Z Compiling camino-tempfile v1.4.1
13272025-12-03T15:08:40.225Z Compiling swrite v0.1.0
13282025-12-03T15:08:40.366Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13292025-12-03T15:08:40.689Z Compiling tabled_derive v0.7.0
13302025-12-03T15:08:41.486Z Compiling serde_derive v1.0.226
13312025-12-03T15:08:41.486Z Compiling zerofrom-derive v0.1.4
13322025-12-03T15:08:41.520Z Compiling yoke-derive v0.7.4
13332025-12-03T15:08:41.577Z Compiling thiserror-impl v2.0.17
13342025-12-03T15:08:41.617Z Compiling zerovec-derive v0.10.3
13352025-12-03T15:08:42.070Z Compiling displaydoc v0.2.5
13362025-12-03T15:08:43.591Z Compiling icu_provider_macros v1.5.0
13372025-12-03T15:08:43.963Z Compiling thiserror-impl v1.0.69
13382025-12-03T15:08:44.125Z Compiling zerocopy-derive v0.7.35
13392025-12-03T15:08:44.648Z Compiling scroll_derive v0.12.0
13402025-12-03T15:08:44.826Z Compiling zerofrom v0.1.4
13412025-12-03T15:08:44.841Z Compiling pest v2.8.2
13422025-12-03T15:08:45.070Z Compiling yoke v0.7.4
13432025-12-03T15:08:45.504Z Compiling zerovec v0.10.4
13442025-12-03T15:08:45.815Z Compiling clap_derive v4.5.47
13452025-12-03T15:08:46.040Z Compiling scroll v0.12.0
13462025-12-03T15:08:46.043Z Compiling zerocopy v0.7.35
13472025-12-03T15:08:46.606Z Compiling goblin v0.8.2
13482025-12-03T15:08:46.874Z Compiling tabled v0.15.0
13492025-12-03T15:08:47.340Z Compiling tinystr v0.7.6
13502025-12-03T15:08:47.433Z Compiling pest_meta v2.8.2
13512025-12-03T15:08:47.491Z Compiling icu_collections v1.5.0
13522025-12-03T15:08:47.720Z Compiling icu_locid v1.5.0
13532025-12-03T15:08:48.726Z Compiling pest_generator v2.8.2
13542025-12-03T15:08:49.390Z Compiling icu_provider v1.5.0
13552025-12-03T15:08:49.670Z Compiling toml_datetime v0.6.11
13562025-12-03T15:08:49.761Z Compiling serde_spanned v0.6.9
13572025-12-03T15:08:49.865Z Compiling dof v0.3.0
13582025-12-03T15:08:50.011Z Compiling toml_edit v0.22.27
13592025-12-03T15:08:50.175Z Compiling icu_locid_transform v1.5.0
13602025-12-03T15:08:50.365Z Compiling serde_tokenstream v0.2.2
13612025-12-03T15:08:50.497Z Compiling erased-serde v0.4.6
13622025-12-03T15:08:50.790Z Compiling serde-value v0.7.0
13632025-12-03T15:08:50.945Z Compiling cargo-platform v0.2.0
13642025-12-03T15:08:51.485Z Compiling icu_properties v1.5.1
13652025-12-03T15:08:51.571Z Compiling serde-untagged v0.1.7
13662025-12-03T15:08:51.640Z Compiling macaddr v1.0.1
13672025-12-03T15:08:51.752Z Compiling pest_derive v2.8.2
13682025-12-03T15:08:52.055Z Compiling clap v4.5.48
13692025-12-03T15:08:52.552Z Compiling dtrace-parser v0.2.0
13702025-12-03T15:08:53.366Z Compiling toml v0.8.23
13712025-12-03T15:08:54.186Z Compiling cargo_toml v0.21.0
13722025-12-03T15:08:54.420Z Compiling usdt-attr-macro v0.5.0
13732025-12-03T15:08:54.423Z Compiling usdt-macro v0.5.0
13742025-12-03T15:08:54.953Z Compiling icu_normalizer v1.5.0
13752025-12-03T15:08:55.469Z Compiling usdt v0.5.0
13762025-12-03T15:08:55.665Z Compiling idna_adapter v1.2.0
13772025-12-03T15:08:55.812Z Compiling idna v1.0.3
13782025-12-03T15:08:56.185Z Compiling url v2.5.4
13792025-12-03T15:08:56.971Z Compiling cargo-util-schemas v0.8.2
13802025-12-03T15:08:58.331Z Compiling cargo_metadata v0.21.0
13812025-12-03T15:08:59.823Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13822025-12-03T15:09:03.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.70s
13832025-12-03T15:09:03.291Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
13842025-12-03T15:09:04.419Z Compiling value-bag v1.9.0
13852025-12-03T15:09:04.419Z Compiling lock_api v0.4.12
13862025-12-03T15:09:04.419Z Compiling scopeguard v1.2.0
13872025-12-03T15:09:04.421Z Compiling shlex v1.3.0
13882025-12-03T15:09:04.421Z Compiling typenum v1.17.0
13892025-12-03T15:09:04.421Z Compiling syn v2.0.106
13902025-12-03T15:09:04.421Z Compiling getrandom v0.2.15
13912025-12-03T15:09:04.574Z Compiling jobserver v0.1.32
13922025-12-03T15:09:04.726Z Compiling generic-array v0.14.7
13932025-12-03T15:09:04.937Z Compiling rand_core v0.6.4
13942025-12-03T15:09:05.010Z Compiling log v0.4.27
13952025-12-03T15:09:05.066Z Compiling cc v1.2.30
13962025-12-03T15:09:05.069Z Compiling smallvec v1.15.1
13972025-12-03T15:09:05.415Z Compiling subtle v2.6.1
13982025-12-03T15:09:05.495Z Compiling portable-atomic v1.11.0
13992025-12-03T15:09:05.519Z Compiling const-oid v0.9.6
14002025-12-03T15:09:05.560Z Compiling critical-section v1.1.3
14012025-12-03T15:09:05.733Z Compiling pkg-config v0.3.31
14022025-12-03T15:09:05.755Z Compiling spin v0.9.8
14032025-12-03T15:09:05.775Z Compiling regex-syntax v0.8.5
14042025-12-03T15:09:06.156Z Compiling getrandom v0.3.4
14052025-12-03T15:09:06.898Z Compiling serde_json v1.0.145
14062025-12-03T15:09:06.921Z Compiling parking_lot_core v0.9.10
14072025-12-03T15:09:07.257Z Compiling pin-project-lite v0.2.14
14082025-12-03T15:09:07.402Z Compiling rustix v0.38.37
14092025-12-03T15:09:07.546Z Compiling once_cell v1.21.3
14102025-12-03T15:09:07.950Z Compiling signal-hook-registry v1.4.2
14112025-12-03T15:09:08.060Z Compiling libm v0.2.8
14122025-12-03T15:09:08.256Z Compiling parking_lot v0.12.3
14132025-12-03T15:09:08.279Z Compiling mio v1.0.2
14142025-12-03T15:09:08.466Z Compiling num-traits v0.2.19
14152025-12-03T15:09:08.630Z Compiling allocator-api2 v0.2.21
14162025-12-03T15:09:08.763Z Compiling futures-core v0.3.31
14172025-12-03T15:09:09.041Z Compiling lazy_static v1.5.0
14182025-12-03T15:09:09.063Z Compiling aho-corasick v1.1.3
14192025-12-03T15:09:09.193Z Compiling socket2 v0.6.1
14202025-12-03T15:09:09.302Z Compiling slab v0.4.9
14212025-12-03T15:09:09.334Z Compiling cpufeatures v0.2.14
14222025-12-03T15:09:09.450Z Compiling foldhash v0.1.5
14232025-12-03T15:09:09.638Z Compiling percent-encoding v2.3.2
14242025-12-03T15:09:09.761Z Compiling hashbrown v0.15.4
14252025-12-03T15:09:10.054Z Compiling glob v0.3.2
14262025-12-03T15:09:10.164Z Compiling futures-sink v0.3.31
14272025-12-03T15:09:10.266Z Compiling either v1.15.0
14282025-12-03T15:09:10.344Z Compiling futures-channel v0.3.31
14292025-12-03T15:09:10.777Z Compiling pin-utils v0.1.0
14302025-12-03T15:09:10.894Z Compiling futures-task v0.3.31
14312025-12-03T15:09:10.916Z Compiling clang-sys v1.8.1
14322025-12-03T15:09:10.982Z Compiling futures-io v0.3.31
14332025-12-03T15:09:11.003Z Compiling regex-automata v0.4.11
14342025-12-03T15:09:11.182Z Compiling prettyplease v0.2.36
14352025-12-03T15:09:11.253Z Compiling minimal-lexical v0.2.1
14362025-12-03T15:09:11.404Z Compiling libloading v0.8.5
14372025-12-03T15:09:11.561Z Compiling base64ct v1.6.0
14382025-12-03T15:09:11.618Z Compiling bindgen v0.69.5
14392025-12-03T15:09:11.752Z Compiling synstructure v0.13.1
14402025-12-03T15:09:11.775Z Compiling nom v7.1.3
14412025-12-03T15:09:11.794Z Compiling home v0.5.9
14422025-12-03T15:09:12.019Z Compiling pem-rfc7468 v0.7.0
14432025-12-03T15:09:12.660Z Compiling indexmap v2.11.4
14442025-12-03T15:09:13.065Z Compiling itertools v0.12.1
14452025-12-03T15:09:13.262Z Compiling lazycell v1.3.0
14462025-12-03T15:09:13.456Z Compiling rustc-hash v1.1.0
14472025-12-03T15:09:13.625Z Compiling flagset v0.4.6
14482025-12-03T15:09:13.858Z Compiling form_urlencoded v1.2.2
14492025-12-03T15:09:14.099Z Compiling rand_core v0.9.3
14502025-12-03T15:09:14.186Z Compiling cmake v0.1.51
14512025-12-03T15:09:14.652Z Compiling dunce v1.0.5
14522025-12-03T15:09:14.807Z Compiling cexpr v0.6.0
14532025-12-03T15:09:15.027Z Compiling fs_extra v1.3.0
14542025-12-03T15:09:15.049Z Compiling paste v1.0.15
14552025-12-03T15:09:15.559Z Compiling rustc_version v0.4.1
14562025-12-03T15:09:15.585Z Compiling vcpkg v0.2.15
14572025-12-03T15:09:15.694Z Compiling rustversion v1.0.22
14582025-12-03T15:09:15.868Z Compiling iana-time-zone v0.1.63
14592025-12-03T15:09:16.184Z Compiling regex v1.11.3
14602025-12-03T15:09:16.243Z Compiling ident_case v1.0.1
14612025-12-03T15:09:16.431Z Compiling darling_core v0.20.10
14622025-12-03T15:09:16.567Z Compiling serde_derive v1.0.226
14632025-12-03T15:09:17.135Z Compiling zeroize_derive v1.4.2
14642025-12-03T15:09:17.212Z Compiling zerofrom-derive v0.1.4
14652025-12-03T15:09:17.352Z Compiling yoke-derive v0.7.4
14662025-12-03T15:09:17.688Z Compiling zerovec-derive v0.10.3
14672025-12-03T15:09:18.526Z Compiling zeroize v1.8.1
14682025-12-03T15:09:19.917Z Compiling zerocopy-derive v0.7.35
14692025-12-03T15:09:20.196Z Compiling displaydoc v0.2.5
14702025-12-03T15:09:20.300Z Compiling crypto-common v0.1.6
14712025-12-03T15:09:20.540Z Compiling block-buffer v0.10.4
14722025-12-03T15:09:20.663Z Compiling zerofrom v0.1.4
14732025-12-03T15:09:20.840Z Compiling digest v0.10.7
14742025-12-03T15:09:20.918Z Compiling yoke v0.7.4
14752025-12-03T15:09:21.108Z Compiling icu_provider_macros v1.5.0
14762025-12-03T15:09:21.300Z Compiling zerovec v0.10.4
14772025-12-03T15:09:21.342Z Compiling tokio-macros v2.6.0
14782025-12-03T15:09:21.697Z Compiling hmac v0.12.1
14792025-12-03T15:09:21.954Z Compiling zerocopy v0.7.35
14802025-12-03T15:09:21.978Z Compiling thiserror-impl v2.0.17
14812025-12-03T15:09:22.158Z Compiling block-padding v0.3.3
14822025-12-03T15:09:22.161Z Compiling futures-macro v0.3.31
14832025-12-03T15:09:22.197Z Compiling sha2 v0.10.9
14842025-12-03T15:09:22.433Z Compiling inout v0.1.3
14852025-12-03T15:09:22.728Z Compiling cipher v0.4.4
14862025-12-03T15:09:22.881Z Compiling der_derive v0.7.3
14872025-12-03T15:09:23.253Z Compiling tinystr v0.7.6
14882025-12-03T15:09:23.276Z Compiling icu_collections v1.5.0
14892025-12-03T15:09:23.299Z Compiling ppv-lite86 v0.2.20
14902025-12-03T15:09:23.664Z Compiling icu_locid v1.5.0
14912025-12-03T15:09:23.898Z Compiling serde v1.0.226
14922025-12-03T15:09:24.028Z Compiling salsa20 v0.10.2
14932025-12-03T15:09:24.087Z Compiling futures-util v0.3.31
14942025-12-03T15:09:24.268Z Compiling pbkdf2 v0.12.2
14952025-12-03T15:09:24.460Z Compiling scrypt v0.11.0
14962025-12-03T15:09:24.482Z Compiling rand_chacha v0.9.0
14972025-12-03T15:09:24.918Z Compiling icu_provider v1.5.0
14982025-12-03T15:09:25.037Z Compiling bitflags v2.9.4
14992025-12-03T15:09:25.087Z Compiling bytes v1.10.1
15002025-12-03T15:09:25.181Z Compiling thiserror v2.0.17
15012025-12-03T15:09:25.357Z Compiling der v0.7.10
15022025-12-03T15:09:25.574Z Compiling pest v2.8.2
15032025-12-03T15:09:25.678Z Compiling icu_locid_transform v1.5.0
15042025-12-03T15:09:25.906Z Compiling uuid v1.18.1
15052025-12-03T15:09:26.492Z Compiling tokio v1.48.0
15062025-12-03T15:09:26.563Z Compiling http v1.3.1
15072025-12-03T15:09:27.483Z Compiling icu_properties v1.5.1
15082025-12-03T15:09:27.934Z Compiling spki v0.7.3
15092025-12-03T15:09:28.214Z Compiling pest_meta v2.8.2
15102025-12-03T15:09:28.300Z Compiling chrono v0.4.42
15112025-12-03T15:09:28.500Z Compiling cbc v0.1.2
15122025-12-03T15:09:28.697Z Compiling aes v0.8.4
15132025-12-03T15:09:28.746Z Compiling openssl-sys v0.9.109
15142025-12-03T15:09:29.491Z Compiling which v4.4.2
15152025-12-03T15:09:30.015Z Compiling pkcs5 v0.7.1
15162025-12-03T15:09:30.267Z Compiling pest_generator v2.8.2
15172025-12-03T15:09:31.135Z Compiling icu_normalizer v1.5.0
15182025-12-03T15:09:31.470Z Compiling rand v0.9.2
15192025-12-03T15:09:31.576Z Compiling darling_macro v0.20.10
15202025-12-03T15:09:32.017Z Compiling idna_adapter v1.2.0
15212025-12-03T15:09:32.068Z Compiling tracing-attributes v0.1.27
15222025-12-03T15:09:32.295Z Compiling idna v1.0.3
15232025-12-03T15:09:32.522Z Compiling ring v0.17.14
15242025-12-03T15:09:32.568Z Compiling tracing-core v0.1.32
15252025-12-03T15:09:32.781Z Compiling rustix v1.0.7
15262025-12-03T15:09:33.277Z Compiling url v2.5.4
15272025-12-03T15:09:33.497Z Compiling adler2 v2.0.0
15282025-12-03T15:09:33.594Z Compiling aws-lc-rs v1.12.4
15292025-12-03T15:09:33.709Z Compiling miniz_oxide v0.8.5
15302025-12-03T15:09:33.900Z Compiling darling v0.20.10
15312025-12-03T15:09:34.035Z Compiling pest_derive v2.8.2
15322025-12-03T15:09:34.059Z Compiling pkcs8 v0.10.2
15332025-12-03T15:09:34.672Z Compiling tokio-util v0.7.15
15342025-12-03T15:09:34.830Z Compiling http-body v1.0.1
15352025-12-03T15:09:34.883Z Compiling thiserror-impl v1.0.69
15362025-12-03T15:09:34.998Z Compiling scroll_derive v0.12.0
15372025-12-03T15:09:35.076Z Compiling serde_derive_internals v0.29.1
15382025-12-03T15:09:35.173Z Compiling tracing v0.1.40
15392025-12-03T15:09:35.676Z Compiling rustls-pki-types v1.10.0
15402025-12-03T15:09:36.411Z Compiling tinyvec_macros v0.1.1
15412025-12-03T15:09:36.525Z Compiling httparse v1.9.5
15422025-12-03T15:09:36.614Z Compiling schemars v0.8.22
15432025-12-03T15:09:36.934Z Compiling zerocopy v0.8.27
15442025-12-03T15:09:36.963Z Compiling base64 v0.22.1
15452025-12-03T15:09:37.271Z Compiling schemars_derive v0.8.22
15462025-12-03T15:09:37.307Z Compiling tinyvec v1.8.0
15472025-12-03T15:09:37.622Z Compiling scroll v0.12.0
15482025-12-03T15:09:37.714Z Compiling thiserror v1.0.69
15492025-12-03T15:09:37.877Z Compiling zerocopy-derive v0.8.27
15502025-12-03T15:09:38.117Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15512025-12-03T15:09:38.609Z Compiling bzip2-sys v0.1.13+1.0.8
15522025-12-03T15:09:38.893Z Compiling atomic-waker v1.1.2
15532025-12-03T15:09:39.022Z Compiling tower-service v0.3.3
15542025-12-03T15:09:39.086Z Compiling try-lock v0.2.5
15552025-12-03T15:09:39.107Z Compiling powerfmt v0.2.0
15562025-12-03T15:09:39.175Z Compiling openssl-probe v0.1.5
15572025-12-03T15:09:39.253Z Compiling untrusted v0.9.0
15582025-12-03T15:09:39.465Z Compiling untrusted v0.7.1
15592025-12-03T15:09:39.487Z Compiling foreign-types-shared v0.1.1
15602025-12-03T15:09:39.510Z Compiling openssl v0.10.73
15612025-12-03T15:09:39.529Z Compiling dyn-clone v1.0.20
15622025-12-03T15:09:39.624Z Compiling num-conv v0.1.0
15632025-12-03T15:09:39.674Z Compiling time-core v0.1.6
15642025-12-03T15:09:39.766Z Compiling foreign-types v0.3.2
15652025-12-03T15:09:39.933Z Compiling tempfile v3.20.0
15662025-12-03T15:09:39.979Z Compiling time-macros v0.2.24
15672025-12-03T15:09:40.010Z Compiling deranged v0.5.3
15682025-12-03T15:09:40.529Z Compiling want v0.3.1
15692025-12-03T15:09:40.838Z Compiling h2 v0.4.6
15702025-12-03T15:09:42.700Z Compiling goblin v0.8.2
15712025-12-03T15:09:43.391Z Compiling ipnet v2.11.0
15722025-12-03T15:09:43.956Z Compiling openssl-macros v0.1.1
15732025-12-03T15:09:44.326Z Compiling wait-timeout v0.2.0
15742025-12-03T15:09:44.525Z Compiling socket2 v0.5.10
15752025-12-03T15:09:44.557Z Compiling quick-error v1.2.3
15762025-12-03T15:09:44.678Z Compiling native-tls v0.2.12
15772025-12-03T15:09:44.725Z Compiling syn v1.0.109
15782025-12-03T15:09:44.844Z Compiling rustls v0.23.19
15792025-12-03T15:09:45.072Z Compiling bit-vec v0.8.0
15802025-12-03T15:09:45.207Z Compiling gimli v0.31.1
15812025-12-03T15:09:45.352Z Compiling crossbeam-utils v0.8.21
15822025-12-03T15:09:45.429Z Compiling num_threads v0.1.7
15832025-12-03T15:09:45.552Z Compiling httpdate v1.0.3
15842025-12-03T15:09:45.588Z Compiling time v0.3.43
15852025-12-03T15:09:45.895Z Compiling bit-set v0.8.0
15862025-12-03T15:09:46.082Z Compiling rusty-fork v0.3.0
15872025-12-03T15:09:46.889Z Compiling unicode-normalization v0.1.24
15882025-12-03T15:09:47.906Z Compiling hyper v1.7.0
15892025-12-03T15:09:49.292Z Compiling addr2line v0.24.2
15902025-12-03T15:09:49.744Z Compiling dof v0.3.0
15912025-12-03T15:09:50.004Z Compiling dtrace-parser v0.2.0
15922025-12-03T15:09:50.011Z Compiling derive_builder_core v0.20.2
15932025-12-03T15:09:51.346Z Compiling signature v2.2.0
15942025-12-03T15:09:51.381Z Compiling scroll_derive v0.13.1
15952025-12-03T15:09:51.404Z Compiling heapless v0.7.17
15962025-12-03T15:09:51.650Z Compiling rand_xorshift v0.4.0
15972025-12-03T15:09:51.840Z Compiling cookie v0.18.1
15982025-12-03T15:09:51.896Z Compiling object v0.36.5
15992025-12-03T15:09:51.940Z Compiling crc32fast v1.4.2
16002025-12-03T15:09:52.026Z Compiling slog v2.7.0
16012025-12-03T15:09:52.174Z Compiling siphasher v0.3.11
16022025-12-03T15:09:52.279Z Compiling unicode-properties v0.1.3
16032025-12-03T15:09:52.532Z Compiling unicode-bidi v0.3.17
16042025-12-03T15:09:52.536Z Compiling zstd-safe v7.2.3
16052025-12-03T15:09:52.687Z Compiling unarray v0.1.4
16062025-12-03T15:09:52.866Z Compiling zlib-rs v0.5.1
16072025-12-03T15:09:52.889Z Compiling signal-hook v0.3.18
16082025-12-03T15:09:53.134Z Compiling rustc-demangle v0.1.24
16092025-12-03T15:09:53.200Z Compiling anyhow v1.0.99
16102025-12-03T15:09:53.673Z Compiling stringprep v0.1.5
16112025-12-03T15:09:53.701Z Compiling scroll v0.13.0
16122025-12-03T15:09:54.022Z Compiling proptest v1.7.0
16132025-12-03T15:09:54.227Z Compiling phf_shared v0.11.2
16142025-12-03T15:09:54.365Z Compiling derive_builder_macro v0.20.2
16152025-12-03T15:09:54.678Z Compiling usdt-impl v0.5.0
16162025-12-03T15:09:55.220Z Compiling hyper-util v0.1.17
16172025-12-03T15:09:56.785Z Compiling ipnetwork v0.21.1
16182025-12-03T15:09:57.233Z Compiling serde_spanned v0.6.9
16192025-12-03T15:09:57.504Z Compiling toml_datetime v0.6.11
16202025-12-03T15:09:57.570Z Compiling serde_tokenstream v0.2.2
16212025-12-03T15:09:58.035Z Compiling backtrace v0.3.74
16222025-12-03T15:09:58.104Z Compiling rand_chacha v0.3.1
16232025-12-03T15:09:58.587Z Compiling md-5 v0.10.6
16242025-12-03T15:09:58.727Z Compiling libz-rs-sys v0.5.1
16252025-12-03T15:09:58.867Z Compiling vergen-lib v0.1.6
16262025-12-03T15:09:59.018Z Compiling curve25519-dalek v4.1.3
16272025-12-03T15:09:59.202Z Compiling num-integer v0.1.46
16282025-12-03T15:09:59.641Z Compiling sync_wrapper v1.0.1
16292025-12-03T15:09:59.724Z Compiling ff v0.13.0
16302025-12-03T15:09:59.821Z Compiling hash32 v0.2.1
16312025-12-03T15:09:59.905Z Compiling memoffset v0.9.1
16322025-12-03T15:09:59.967Z Compiling tower-layer v0.3.3
16332025-12-03T15:10:00.221Z Compiling fallible-iterator v0.2.0
16342025-12-03T15:10:00.289Z Compiling cfg_aliases v0.2.1
16352025-12-03T15:10:00.292Z Compiling num-bigint-dig v0.8.4
16362025-12-03T15:10:00.375Z Compiling litrs v0.4.1
16372025-12-03T15:10:00.410Z Compiling smoltcp v0.9.1
16382025-12-03T15:10:00.656Z Compiling base16ct v0.2.0
16392025-12-03T15:10:00.800Z Compiling psl-types v2.0.11
16402025-12-03T15:10:00.901Z Compiling ref-cast v1.0.24
16412025-12-03T15:10:00.994Z Compiling publicsuffix v2.3.0
16422025-12-03T15:10:01.018Z Compiling sec1 v0.7.3
16432025-12-03T15:10:01.102Z Compiling postgres-protocol v0.6.8
16442025-12-03T15:10:01.329Z Compiling nix v0.29.0
16452025-12-03T15:10:01.446Z Compiling document-features v0.2.11
16462025-12-03T15:10:01.555Z Compiling tower v0.5.2
16472025-12-03T15:10:02.156Z Compiling group v0.13.0
16482025-12-03T15:10:02.413Z Compiling num-iter v0.1.45
16492025-12-03T15:10:02.490Z Compiling newtype-uuid v1.3.2
16502025-12-03T15:10:02.627Z Compiling flate2 v1.1.2
16512025-12-03T15:10:02.673Z Compiling rand v0.8.5
16522025-12-03T15:10:02.694Z Compiling oxnet v0.1.3
16532025-12-03T15:10:03.440Z Compiling derive_builder v0.20.2
16542025-12-03T15:10:03.487Z Compiling tokio-native-tls v0.3.1
16552025-12-03T15:10:03.685Z Compiling goblin v0.10.2
16562025-12-03T15:10:04.296Z Compiling rustls-native-certs v0.8.1
16572025-12-03T15:10:04.621Z Compiling webpki-roots v1.0.1
16582025-12-03T15:10:04.646Z Compiling http-body-util v0.1.3
16592025-12-03T15:10:04.673Z Compiling terminal_size v0.4.0
16602025-12-03T15:10:04.847Z Compiling cargo-platform v0.1.8
16612025-12-03T15:10:04.865Z Compiling hkdf v0.12.4
16622025-12-03T15:10:04.920Z Compiling crypto-bigint v0.5.5
16632025-12-03T15:10:05.130Z Compiling vergen v9.0.6
16642025-12-03T15:10:05.156Z Compiling ref-cast-impl v1.0.24
16652025-12-03T15:10:05.343Z Compiling curve25519-dalek-derive v0.1.1
16662025-12-03T15:10:05.475Z Compiling strum_macros v0.27.2
16672025-12-03T15:10:06.320Z Compiling async-trait v0.1.89
16682025-12-03T15:10:06.707Z Compiling daft-derive v0.1.4
16692025-12-03T15:10:06.888Z Compiling hubpack_derive v0.1.1
16702025-12-03T15:10:07.790Z Compiling ahash v0.8.12
16712025-12-03T15:10:08.159Z Compiling fs-err v3.1.1
16722025-12-03T15:10:08.274Z Compiling iri-string v0.7.8
16732025-12-03T15:10:08.508Z Compiling usdt-impl v0.6.0
16742025-12-03T15:10:08.862Z Compiling bumpalo v3.16.0
16752025-12-03T15:10:08.885Z Compiling winnow v0.5.40
16762025-12-03T15:10:09.363Z Compiling unicode-segmentation v1.12.0
16772025-12-03T15:10:10.347Z Compiling managed v0.8.0
16782025-12-03T15:10:10.551Z Compiling buf-list v1.0.3
16792025-12-03T15:10:10.614Z Compiling lockfree-object-pool v0.1.6
16802025-12-03T15:10:10.805Z Compiling simd-adler32 v0.3.7
16812025-12-03T15:10:10.906Z Compiling bitflags v1.3.2
16822025-12-03T15:10:11.273Z Compiling tower-http v0.6.6
16832025-12-03T15:10:11.348Z Compiling zopfli v0.8.1
16842025-12-03T15:10:12.084Z Compiling toml_edit v0.19.15
16852025-12-03T15:10:12.140Z Compiling dof v0.4.0
16862025-12-03T15:10:12.336Z Compiling clap_builder v4.5.48
16872025-12-03T15:10:12.892Z Compiling strum v0.27.2
16882025-12-03T15:10:13.104Z Compiling daft v0.1.4
16892025-12-03T15:10:13.258Z Compiling elliptic-curve v0.13.8
16902025-12-03T15:10:13.678Z Compiling hubpack v0.1.2
16912025-12-03T15:10:14.325Z Compiling cargo_metadata v0.19.2
16922025-12-03T15:10:14.387Z Compiling hyper-tls v0.6.0
16932025-12-03T15:10:14.661Z Compiling signal-hook-mio v0.2.4
16942025-12-03T15:10:14.855Z Compiling cookie_store v0.21.1
16952025-12-03T15:10:17.139Z Compiling zstd v0.13.3
16962025-12-03T15:10:17.727Z Compiling postgres-types v0.2.9
16972025-12-03T15:10:17.890Z Compiling usdt-macro v0.5.0
16982025-12-03T15:10:18.693Z Compiling usdt-attr-macro v0.5.0
16992025-12-03T15:10:18.970Z Compiling phf v0.11.2
17002025-12-03T15:10:19.115Z Compiling ed25519 v2.2.3
17012025-12-03T15:10:19.277Z Compiling bzip2 v0.5.2
17022025-12-03T15:10:19.339Z Compiling bzip2 v0.4.4
17032025-12-03T15:10:19.652Z Compiling dtrace-parser v0.3.0
17042025-12-03T15:10:19.725Z Compiling pkcs1 v0.7.5
17052025-12-03T15:10:19.855Z Compiling serde_with_macros v3.14.0
17062025-12-03T15:10:20.236Z Compiling serde-big-array v0.5.1
17072025-12-03T15:10:20.487Z Compiling serde_urlencoded v0.7.1
17082025-12-03T15:10:20.621Z Compiling rfc6979 v0.4.0
17092025-12-03T15:10:20.843Z Compiling strum_macros v0.26.4
17102025-12-03T15:10:21.011Z Compiling clap_derive v4.5.47
17112025-12-03T15:10:21.184Z Compiling enum-as-inner v0.6.1
17122025-12-03T15:10:21.389Z Compiling serde_repr v0.1.19
17132025-12-03T15:10:21.584Z Compiling bstr v1.10.0
17142025-12-03T15:10:22.261Z Compiling float-cmp v0.10.0
17152025-12-03T15:10:22.346Z Compiling hashbrown v0.16.0
17162025-12-03T15:10:22.495Z Compiling env_filter v0.1.2
17172025-12-03T15:10:22.515Z Compiling thread-id v5.0.0
17182025-12-03T15:10:22.647Z Compiling encoding_rs v0.8.34
17192025-12-03T15:10:22.981Z Compiling normalize-line-endings v0.3.0
17202025-12-03T15:10:23.078Z Compiling keccak v0.1.5
17212025-12-03T15:10:23.138Z Compiling static_assertions v1.1.0
17222025-12-03T15:10:23.255Z Compiling difflib v0.4.0
17232025-12-03T15:10:23.512Z Compiling whoami v1.5.2
17242025-12-03T15:10:24.060Z Compiling predicates-core v1.0.8
17252025-12-03T15:10:24.323Z Compiling precomputed-hash v0.1.1
17262025-12-03T15:10:24.402Z Compiling fixedbitset v0.4.2
17272025-12-03T15:10:24.470Z Compiling rustc-hash v2.1.1
17282025-12-03T15:10:24.523Z Compiling jiff v0.2.15
17292025-12-03T15:10:24.681Z Compiling data-encoding v2.9.0
17302025-12-03T15:10:24.826Z Compiling mime v0.3.17
17312025-12-03T15:10:25.090Z Compiling foldhash v0.2.0
17322025-12-03T15:10:25.364Z Compiling new_debug_unreachable v1.0.6
17332025-12-03T15:10:25.422Z Compiling clap v4.5.48
17342025-12-03T15:10:25.480Z Compiling string_cache v0.8.9
17352025-12-03T15:10:25.535Z Compiling iddqd v0.3.16
17362025-12-03T15:10:25.558Z Compiling hickory-proto v0.25.2
17372025-12-03T15:10:25.901Z Compiling strum v0.26.3
17382025-12-03T15:10:26.112Z Compiling petgraph v0.6.5
17392025-12-03T15:10:26.255Z Compiling predicates v3.1.3
17402025-12-03T15:10:26.436Z Compiling tokio-postgres v0.7.13
17412025-12-03T15:10:27.617Z Compiling sha3 v0.10.8
17422025-12-03T15:10:27.694Z Compiling toml_edit v0.22.27
17432025-12-03T15:10:27.979Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17442025-12-03T15:10:28.669Z Compiling env_logger v0.11.8
17452025-12-03T15:10:29.417Z Compiling usdt v0.5.0
17462025-12-03T15:10:29.903Z Compiling similar v2.7.0
17472025-12-03T15:10:30.990Z Compiling serde_with v3.14.0
17482025-12-03T15:10:31.778Z Compiling zip v4.2.0
17492025-12-03T15:10:31.913Z Compiling ecdsa v0.16.9
17502025-12-03T15:10:32.740Z Compiling rsa v0.9.8
17512025-12-03T15:10:33.895Z Compiling zip v0.6.6
17522025-12-03T15:10:34.607Z Compiling ed25519-dalek v2.1.1
17532025-12-03T15:10:35.137Z Compiling toml v0.7.8
17542025-12-03T15:10:35.593Z Compiling crossterm v0.28.1
17552025-12-03T15:10:36.561Z Compiling heck v0.4.1
17562025-12-03T15:10:36.626Z Compiling crossbeam-epoch v0.9.18
17572025-12-03T15:10:36.712Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17582025-12-03T15:10:36.823Z Compiling tokio-stream v0.1.17
17592025-12-03T15:10:36.893Z Compiling x509-cert v0.2.5
17602025-12-03T15:10:37.028Z Compiling openapiv3 v2.2.0
17612025-12-03T15:10:37.135Z Compiling sha1 v0.10.6
17622025-12-03T15:10:37.274Z Compiling itertools v0.13.0
17632025-12-03T15:10:37.560Z Compiling itertools v0.10.5
17642025-12-03T15:10:37.804Z Compiling winnow v0.6.26
17652025-12-03T15:10:38.704Z Compiling lalrpop-util v0.19.12
17662025-12-03T15:10:39.076Z Compiling peg-runtime v0.8.5
17672025-12-03T15:10:39.652Z Compiling thread_local v1.1.8
17682025-12-03T15:10:39.959Z Compiling slog-async v2.8.0
17692025-12-03T15:10:40.146Z Compiling crossbeam-channel v0.5.15
17702025-12-03T15:10:40.170Z Compiling futures-executor v0.3.31
17712025-12-03T15:10:40.247Z Compiling xattr v1.3.1
17722025-12-03T15:10:40.526Z Compiling filetime v0.2.26
17732025-12-03T15:10:40.567Z Compiling is-terminal v0.4.13
17742025-12-03T15:10:40.672Z Compiling take_mut v0.2.2
17752025-12-03T15:10:40.724Z Compiling term v1.1.0
17762025-12-03T15:10:40.836Z Compiling tar v0.4.44
17772025-12-03T15:10:40.859Z Compiling futures v0.3.31
17782025-12-03T15:10:41.264Z Compiling slog-term v2.9.2
17792025-12-03T15:10:43.625Z Compiling aws-lc-sys v0.26.0
17802025-12-03T15:11:12.553Z Compiling rustls-webpki v0.102.8
17812025-12-03T15:11:16.927Z Compiling tokio-rustls v0.26.0
17822025-12-03T15:11:17.193Z Compiling hyper-rustls v0.27.7
17832025-12-03T15:11:17.569Z Compiling reqwest v0.12.24
17842025-12-03T15:11:21.186Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17852025-12-03T15:11:21.473Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17862025-12-03T15:11:26.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
17872025-12-03T15:11:26.399Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17882025-12-03T15:11:26.457ZDec 03 15:11:25.532 INFO Starting download, target: Clickhouse
17892025-12-03T15:11:26.465ZDec 03 15:11:25.533 INFO Starting download, target: Cockroach
17902025-12-03T15:11:26.465ZDec 03 15:11:25.533 INFO Starting download, target: Console
17912025-12-03T15:11:26.466ZDec 03 15:11:25.533 INFO Starting download, target: DendriteStub
17922025-12-03T15:11:26.466ZDec 03 15:11:25.533 INFO Starting download, target: MaghemiteMgd
17932025-12-03T15:11:26.466ZDec 03 15:11:25.533 INFO Starting download, target: TransceiverControl
17942025-12-03T15:11:26.466ZDec 03 15:11:25.533 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17952025-12-03T15:11:26.466ZDec 03 15:11:25.533 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17962025-12-03T15:11:26.466ZDec 03 15:11:25.533 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17972025-12-03T15:11:26.466ZDec 03 15:11:25.533 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17982025-12-03T15:11:26.466ZDec 03 15:11:25.533 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17992025-12-03T15:11:26.467ZDec 03 15:11:25.533 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18002025-12-03T15:11:27.003ZDec 03 15:11:26.071 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18012025-12-03T15:11:27.312ZDec 03 15:11:26.381 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18022025-12-03T15:11:27.431ZDec 03 15:11:26.471 INFO Download complete, target: Console
18032025-12-03T15:11:27.718ZDec 03 15:11:26.793 INFO Download complete, target: TransceiverControl
18042025-12-03T15:11:28.307ZDec 03 15:11:27.362 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
18052025-12-03T15:11:29.446ZDec 03 15:11:28.486 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18062025-12-03T15:11:29.671ZDec 03 15:11:28.749 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18072025-12-03T15:11:30.521ZDec 03 15:11:29.600 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18082025-12-03T15:11:30.521ZDec 03 15:11:29.600 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18092025-12-03T15:11:34.113ZDec 03 15:11:33.191 INFO Download complete, target: DendriteStub
18102025-12-03T15:11:34.459ZDec 03 15:11:33.533 INFO Download complete, target: MaghemiteMgd
18112025-12-03T15:11:37.940ZDec 03 15:11:37.018 INFO Checking that binary works, target: Cockroach
18122025-12-03T15:11:38.067ZDec 03 15:11:37.145 INFO Download complete, target: Cockroach
18132025-12-03T15:11:39.677ZDec 03 15:11:38.754 INFO Checking that binary works, target: Clickhouse
18142025-12-03T15:11:39.837ZDec 03 15:11:38.915 INFO Download complete, target: Clickhouse
18152025-12-03T15:11:39.843ZAll prerequisites installed successfully
18162025-12-03T15:11:39.846Z
18172025-12-03T15:11:39.846Zreal 4:27.522611500
18182025-12-03T15:11:39.846Zuser 17:40.497375400
18192025-12-03T15:11:39.846Zsys 2:23.720946907
18202025-12-03T15:11:39.846Ztrap 0.581548755
18212025-12-03T15:11:39.847Ztflt 0.964668824
18222025-12-03T15:11:39.847Zdflt 1.415693607
18232025-12-03T15:11:39.847Zkflt 0.026320599
18242025-12-03T15:11:39.847Zlock 45:44.274287437
18252025-12-03T15:11:39.847Zslp 1:04:57.401974363
18262025-12-03T15:11:39.847Zlat 1:18.847092280
18272025-12-03T15:11:39.847Zstop 3:08.200486323
18282025-12-03T15:11:39.847Z+ source ./tools/include/force-git-over-https.sh
18292025-12-03T15:11:39.847Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18302025-12-03T15:11:39.847Z++ (( i = 0 ))
18312025-12-03T15:11:39.847Z++ (( i < 5 ))
18322025-12-03T15:11:39.847Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18332025-12-03T15:11:39.850Z++ (( i++ ))
18342025-12-03T15:11:39.850Z++ (( i < 5 ))
18352025-12-03T15:11:39.850Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18362025-12-03T15:11:39.853Z++ (( i++ ))
18372025-12-03T15:11:39.853Z++ (( i < 5 ))
18382025-12-03T15:11:39.853Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18392025-12-03T15:11:39.857Z++ (( i++ ))
18402025-12-03T15:11:39.857Z++ (( i < 5 ))
18412025-12-03T15:11:39.857Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18422025-12-03T15:11:39.860Z++ (( i++ ))
18432025-12-03T15:11:39.860Z++ (( i < 5 ))
18442025-12-03T15:11:39.860Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18452025-12-03T15:11:39.862Z++ (( i++ ))
18462025-12-03T15:11:39.863Z++ (( i < 5 ))
18472025-12-03T15:11:39.863Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18482025-12-03T15:11:39.863Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18492025-12-03T15:11:39.863Z+ rc=0
18502025-12-03T15:11:39.863Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18512025-12-03T15:12:18.076Z+ case $rc in
18522025-12-03T15:12:18.076Z+ pfexec zfs create -p rpool/images/build/host
18532025-12-03T15:12:18.326Z+ pfexec zfs create -p rpool/images/build/recovery
18542025-12-03T15:12:18.402Z+ cargo xtask releng --output-dir /work --mkincorp
18552025-12-03T15:12:19.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18562025-12-03T15:12:19.180Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18572025-12-03T15:12:20.418Z Compiling proc-macro2 v1.0.101
18582025-12-03T15:12:20.418Z Compiling unicode-ident v1.0.19
18592025-12-03T15:12:20.418Z Compiling libc v0.2.174
18602025-12-03T15:12:20.418Z Compiling serde_core v1.0.226
18612025-12-03T15:12:20.421Z Compiling serde v1.0.226
18622025-12-03T15:12:20.421Z Compiling autocfg v1.4.0
18632025-12-03T15:12:20.421Z Compiling cfg-if v1.0.4
18642025-12-03T15:12:20.792Z Compiling version_check v0.9.5
18652025-12-03T15:12:20.814Z Compiling memchr v2.7.4
18662025-12-03T15:12:20.886Z Compiling shlex v1.3.0
18672025-12-03T15:12:21.394Z Compiling lock_api v0.4.12
18682025-12-03T15:12:21.445Z Compiling typenum v1.17.0
18692025-12-03T15:12:21.745Z Compiling generic-array v0.14.7
18702025-12-03T15:12:22.019Z Compiling value-bag v1.9.0
18712025-12-03T15:12:22.079Z Compiling portable-atomic v1.11.0
18722025-12-03T15:12:22.307Z Compiling getrandom v0.3.4
18732025-12-03T15:12:22.593Z Compiling quote v1.0.40
18742025-12-03T15:12:22.676Z Compiling jobserver v0.1.32
18752025-12-03T15:12:22.926Z Compiling log v0.4.27
18762025-12-03T15:12:23.065Z Compiling syn v2.0.106
18772025-12-03T15:12:23.148Z Compiling libm v0.2.8
18782025-12-03T15:12:23.194Z Compiling cc v1.2.30
18792025-12-03T15:12:23.477Z Compiling serde_json v1.0.145
18802025-12-03T15:12:23.581Z Compiling num-traits v0.2.19
18812025-12-03T15:12:23.883Z Compiling scopeguard v1.2.0
18822025-12-03T15:12:23.935Z Compiling parking_lot_core v0.9.10
18832025-12-03T15:12:23.967Z Compiling rustix v0.38.37
18842025-12-03T15:12:24.423Z Compiling pkg-config v0.3.31
18852025-12-03T15:12:24.563Z Compiling smallvec v1.15.1
18862025-12-03T15:12:24.627Z Compiling getrandom v0.2.15
18872025-12-03T15:12:25.154Z Compiling regex-syntax v0.8.5
18882025-12-03T15:12:25.498Z Compiling thiserror v2.0.17
18892025-12-03T15:12:25.985Z Compiling errno v0.3.12
18902025-12-03T15:12:26.368Z Compiling itoa v1.0.11
18912025-12-03T15:12:26.653Z Compiling spin v0.9.8
18922025-12-03T15:12:26.734Z Compiling aho-corasick v1.1.3
18932025-12-03T15:12:26.774Z Compiling slab v0.4.9
18942025-12-03T15:12:26.916Z Compiling subtle v2.6.1
18952025-12-03T15:12:27.048Z Compiling lazy_static v1.5.0
18962025-12-03T15:12:27.196Z Compiling critical-section v1.1.3
18972025-12-03T15:12:27.199Z Compiling rand_core v0.6.4
18982025-12-03T15:12:27.248Z Compiling heck v0.5.0
18992025-12-03T15:12:27.309Z Compiling stable_deref_trait v1.2.0
19002025-12-03T15:12:27.387Z Compiling semver v1.0.27
19012025-12-03T15:12:27.673Z Compiling glob v0.3.2
19022025-12-03T15:12:27.709Z Compiling either v1.15.0
19032025-12-03T15:12:28.169Z Compiling once_cell v1.21.3
19042025-12-03T15:12:28.508Z Compiling clang-sys v1.8.1
19052025-12-03T15:12:28.772Z Compiling prettyplease v0.2.36
19062025-12-03T15:12:28.903Z Compiling regex-automata v0.4.11
19072025-12-03T15:12:29.264Z Compiling minimal-lexical v0.2.1
19082025-12-03T15:12:29.302Z Compiling ryu v1.0.18
19092025-12-03T15:12:29.847Z Compiling nom v7.1.3
19102025-12-03T15:12:30.191Z Compiling libloading v0.8.5
19112025-12-03T15:12:30.295Z Compiling home v0.5.9
19122025-12-03T15:12:30.346Z Compiling paste v1.0.15
19132025-12-03T15:12:30.511Z Compiling synstructure v0.13.1
19142025-12-03T15:12:30.568Z Compiling bindgen v0.69.5
19152025-12-03T15:12:31.781Z Compiling itertools v0.12.1
19162025-12-03T15:12:32.629Z Compiling byteorder v1.5.0
19172025-12-03T15:12:33.182Z Compiling cexpr v0.6.0
19182025-12-03T15:12:33.278Z Compiling lazycell v1.3.0
19192025-12-03T15:12:33.606Z Compiling rustc-hash v1.1.0
19202025-12-03T15:12:34.685Z Compiling regex v1.11.3
19212025-12-03T15:12:34.758Z Compiling serde_derive v1.0.226
19222025-12-03T15:12:34.893Z Compiling zeroize_derive v1.4.2
19232025-12-03T15:12:34.981Z Compiling zerofrom-derive v0.1.4
19242025-12-03T15:12:35.027Z Compiling yoke-derive v0.7.4
19252025-12-03T15:12:35.616Z Compiling zerovec-derive v0.10.3
19262025-12-03T15:12:36.330Z Compiling displaydoc v0.2.5
19272025-12-03T15:12:36.473Z Compiling icu_provider_macros v1.5.0
19282025-12-03T15:12:37.527Z Compiling zeroize v1.8.1
19292025-12-03T15:12:37.555Z Compiling zerocopy-derive v0.7.35
19302025-12-03T15:12:38.061Z Compiling thiserror-impl v2.0.17
19312025-12-03T15:12:38.064Z Compiling tokio-macros v2.6.0
19322025-12-03T15:12:38.156Z Compiling futures-macro v0.3.31
19332025-12-03T15:12:38.210Z Compiling zerofrom v0.1.4
19342025-12-03T15:12:38.584Z Compiling yoke v0.7.4
19352025-12-03T15:12:39.594Z Compiling zerovec v0.10.4
19362025-12-03T15:12:39.847Z Compiling cmake v0.1.51
19372025-12-03T15:12:40.061Z Compiling dunce v1.0.5
19382025-12-03T15:12:40.061Z Compiling allocator-api2 v0.2.21
19392025-12-03T15:12:40.143Z Compiling fs_extra v1.3.0
19402025-12-03T15:12:40.777Z Compiling equivalent v1.0.2
19412025-12-03T15:12:40.941Z Compiling schemars v0.8.22
19422025-12-03T15:12:40.987Z Compiling fnv v1.0.7
19432025-12-03T15:12:41.021Z Compiling litemap v0.7.3
19442025-12-03T15:12:41.283Z Compiling writeable v0.5.5
19452025-12-03T15:12:41.557Z Compiling crypto-common v0.1.6
19462025-12-03T15:12:41.566Z Compiling serde_derive_internals v0.29.1
19472025-12-03T15:12:41.698Z Compiling tinystr v0.7.6
19482025-12-03T15:12:42.247Z Compiling icu_locid v1.5.0
19492025-12-03T15:12:42.382Z Compiling percent-encoding v2.3.2
19502025-12-03T15:12:42.573Z Compiling foldhash v0.1.5
19512025-12-03T15:12:43.077Z Compiling pin-project-lite v0.2.14
19522025-12-03T15:12:43.288Z Compiling hashbrown v0.15.4
19532025-12-03T15:12:43.431Z Compiling bitflags v2.9.4
19542025-12-03T15:12:43.484Z Compiling bytes v1.10.1
19552025-12-03T15:12:43.999Z Compiling icu_provider v1.5.0
19562025-12-03T15:12:44.638Z Compiling schemars_derive v0.8.22
19572025-12-03T15:12:45.126Z Compiling der_derive v0.7.3
19582025-12-03T15:12:45.213Z Compiling const-oid v0.9.6
19592025-12-03T15:12:46.199Z Compiling icu_locid_transform_data v1.5.0
19602025-12-03T15:12:46.537Z Compiling icu_locid_transform v1.5.0
19612025-12-03T15:12:47.488Z Compiling icu_collections v1.5.0
19622025-12-03T15:12:47.530Z Compiling ring v0.17.14
19632025-12-03T15:12:47.705Z Compiling which v4.4.2
19642025-12-03T15:12:48.262Z Compiling icu_properties_data v1.5.0
19652025-12-03T15:12:48.668Z Compiling icu_properties v1.5.1
19662025-12-03T15:12:50.233Z Compiling vcpkg v0.2.15
19672025-12-03T15:12:50.324Z Compiling utf16_iter v1.0.5
19682025-12-03T15:12:50.677Z Compiling utf8_iter v1.0.4
19692025-12-03T15:12:50.724Z Compiling futures-core v0.3.31
19702025-12-03T15:12:50.827Z Compiling icu_normalizer_data v1.5.0
19712025-12-03T15:12:50.877Z Compiling write16 v1.0.0
19722025-12-03T15:12:51.021Z Compiling aws-lc-rs v1.12.4
19732025-12-03T15:12:51.517Z Compiling openssl-sys v0.9.109
19742025-12-03T15:12:51.730Z Compiling block-buffer v0.10.4
19752025-12-03T15:12:52.075Z Compiling signal-hook-registry v1.4.2
19762025-12-03T15:12:52.323Z Compiling digest v0.10.7
19772025-12-03T15:12:52.640Z Compiling icu_normalizer v1.5.0
19782025-12-03T15:12:53.023Z Compiling parking_lot v0.12.3
19792025-12-03T15:12:53.652Z Compiling tracing-attributes v0.1.27
19802025-12-03T15:12:53.946Z Compiling idna_adapter v1.2.0
19812025-12-03T15:12:54.218Z Compiling mio v1.0.2
19822025-12-03T15:12:55.093Z Compiling idna v1.0.3
19832025-12-03T15:12:55.225Z Compiling form_urlencoded v1.2.2
19842025-12-03T15:12:55.927Z Compiling rustix v1.0.7
19852025-12-03T15:12:56.282Z Compiling httparse v1.9.5
19862025-12-03T15:12:56.595Z Compiling zerocopy v0.7.35
19872025-12-03T15:12:56.773Z Compiling socket2 v0.6.1
19882025-12-03T15:12:57.026Z Compiling url v2.5.4
19892025-12-03T15:12:58.033Z Compiling tokio v1.48.0
19902025-12-03T15:12:58.124Z Compiling indexmap v2.11.4
19912025-12-03T15:12:59.847Z Compiling time-core v0.1.6
19922025-12-03T15:13:00.218Z Compiling zerocopy v0.8.27
19932025-12-03T15:13:00.350Z Compiling thiserror v1.0.69
19942025-12-03T15:13:00.454Z Compiling aws-lc-sys v0.26.0
19952025-12-03T15:13:00.486Z Compiling futures-sink v0.3.31
19962025-12-03T15:13:00.585Z Compiling num-conv v0.1.0
19972025-12-03T15:13:00.944Z Compiling futures-channel v0.3.31
19982025-12-03T15:13:01.022Z Compiling time-macros v0.2.24
19992025-12-03T15:13:01.529Z Compiling pin-utils v0.1.0
20002025-12-03T15:13:01.724Z Compiling futures-io v0.3.31
20012025-12-03T15:13:01.768Z Compiling openssl v0.10.73
20022025-12-03T15:13:02.013Z Compiling futures-task v0.3.31
20032025-12-03T15:13:02.374Z Compiling futures-util v0.3.31
20042025-12-03T15:13:02.478Z Compiling uuid v1.18.1
20052025-12-03T15:13:02.545Z Compiling thiserror-impl v1.0.69
20062025-12-03T15:13:02.700Z Compiling zerocopy-derive v0.8.27
20072025-12-03T15:13:03.532Z Compiling cpufeatures v0.2.14
20082025-12-03T15:13:03.640Z Compiling iana-time-zone v0.1.63
20092025-12-03T15:13:03.754Z Compiling ppv-lite86 v0.2.20
20102025-12-03T15:13:04.013Z Compiling chrono v0.4.42
20112025-12-03T15:13:04.690Z Compiling openssl-macros v0.1.1
20122025-12-03T15:13:05.299Z Compiling rustc_version v0.4.1
20132025-12-03T15:13:05.848Z Compiling rustls v0.23.19
20142025-12-03T15:13:05.981Z Compiling native-tls v0.2.12
20152025-12-03T15:13:06.242Z Compiling ucd-trie v0.1.7
20162025-12-03T15:13:06.524Z Compiling hmac v0.12.1
20172025-12-03T15:13:06.583Z Compiling pest v2.8.2
20182025-12-03T15:13:06.765Z Compiling serde_tokenstream v0.2.2
20192025-12-03T15:13:07.629Z Compiling block-padding v0.3.3
20202025-12-03T15:13:07.946Z Compiling bzip2-sys v0.1.13+1.0.8
20212025-12-03T15:13:09.037Z Compiling cookie v0.18.1
20222025-12-03T15:13:09.346Z Compiling dyn-clone v1.0.20
20232025-12-03T15:13:09.611Z Compiling pest_meta v2.8.2
20242025-12-03T15:13:09.907Z Compiling inout v0.1.3
20252025-12-03T15:13:10.236Z Compiling http v1.3.1
20262025-12-03T15:13:11.487Z Compiling pest_generator v2.8.2
20272025-12-03T15:13:13.149Z Compiling rustversion v1.0.22
20282025-12-03T15:13:13.544Z Compiling syn v1.0.109
20292025-12-03T15:13:14.103Z Compiling pest_derive v2.8.2
20302025-12-03T15:13:14.597Z Compiling cipher v0.4.4
20312025-12-03T15:13:14.691Z Compiling sha2 v0.10.9
20322025-12-03T15:13:15.526Z Compiling scroll_derive v0.12.0
20332025-12-03T15:13:17.247Z Compiling zstd-sys v2.0.14+zstd.1.5.7
20342025-12-03T15:13:17.335Z Compiling base64ct v1.6.0
20352025-12-03T15:13:17.932Z Compiling crossbeam-utils v0.8.21
20362025-12-03T15:13:18.066Z Compiling rustls-pki-types v1.10.0
20372025-12-03T15:13:18.920Z Compiling strsim v0.11.1
20382025-12-03T15:13:19.096Z Compiling slog v2.7.0
20392025-12-03T15:13:19.609Z Compiling pem-rfc7468 v0.7.0
20402025-12-03T15:13:20.448Z Compiling flagset v0.4.6
20412025-12-03T15:13:20.780Z Compiling litrs v0.4.1
20422025-12-03T15:13:21.812Z Compiling document-features v0.2.11
20432025-12-03T15:13:23.146Z Compiling der v0.7.10
20442025-12-03T15:13:25.210Z Compiling tokio-util v0.7.15
20452025-12-03T15:13:26.176Z Compiling rand_core v0.9.3
20462025-12-03T15:13:26.626Z Compiling tracing-core v0.1.32
20472025-12-03T15:13:26.899Z Compiling camino v1.2.0
20482025-12-03T15:13:27.577Z Compiling plain v0.2.3
20492025-12-03T15:13:28.100Z Compiling untrusted v0.7.1
20502025-12-03T15:13:28.346Z Compiling powerfmt v0.2.0
20512025-12-03T15:13:28.909Z Compiling untrusted v0.9.0
20522025-12-03T15:13:29.005Z Compiling base64 v0.22.1
20532025-12-03T15:13:29.212Z Compiling ident_case v1.0.1
20542025-12-03T15:13:29.662Z Compiling darling_core v0.20.10
20552025-12-03T15:13:29.819Z Compiling deranged v0.5.3
20562025-12-03T15:13:30.292Z Compiling tracing v0.1.40
20572025-12-03T15:13:31.254Z Compiling spki v0.7.3
20582025-12-03T15:13:31.294Z Compiling salsa20 v0.10.2
20592025-12-03T15:13:31.590Z Compiling http-body v1.0.1
20602025-12-03T15:13:31.700Z Compiling pbkdf2 v0.12.2
20612025-12-03T15:13:32.472Z Compiling num-bigint-dig v0.8.4
20622025-12-03T15:13:32.665Z Compiling atomic-waker v1.1.2
20632025-12-03T15:13:32.981Z Compiling num_threads v0.1.7
20642025-12-03T15:13:33.185Z Compiling anyhow v1.0.99
20652025-12-03T15:13:33.284Z Compiling time v0.3.43
20662025-12-03T15:13:34.014Z Compiling scrypt v0.11.0
20672025-12-03T15:13:34.484Z Compiling rand_chacha v0.9.0
20682025-12-03T15:13:34.914Z Compiling aes v0.8.4
20692025-12-03T15:13:35.176Z Compiling cbc v0.1.2
20702025-12-03T15:13:35.378Z Compiling darling_macro v0.20.10
20712025-12-03T15:13:36.334Z Compiling ahash v0.8.12
20722025-12-03T15:13:36.377Z Compiling usdt-impl v0.5.0
20732025-12-03T15:13:36.440Z Compiling tower-service v0.3.3
20742025-12-03T15:13:36.706Z Compiling zstd-safe v7.2.3
20752025-12-03T15:13:36.825Z Compiling try-lock v0.2.5
20762025-12-03T15:13:36.872Z Compiling pretty-hex v0.4.1
20772025-12-03T15:13:37.098Z Compiling want v0.3.1
20782025-12-03T15:13:37.163Z Compiling darling v0.20.10
20792025-12-03T15:13:37.523Z Compiling pkcs5 v0.7.1
20802025-12-03T15:13:38.634Z Compiling rand v0.9.2
20812025-12-03T15:13:38.704Z Compiling h2 v0.4.6
20822025-12-03T15:13:41.428Z Compiling scroll v0.12.0
20832025-12-03T15:13:42.064Z Compiling heapless v0.7.17
20842025-12-03T15:13:42.585Z Compiling ipnet v2.11.0
20852025-12-03T15:13:42.688Z Compiling daft-derive v0.1.4
20862025-12-03T15:13:43.319Z Compiling scroll_derive v0.13.1
20872025-12-03T15:13:43.729Z Compiling async-trait v0.1.89
20882025-12-03T15:13:44.549Z Compiling socket2 v0.5.10
20892025-12-03T15:13:45.210Z Compiling adler2 v2.0.0
20902025-12-03T15:13:45.361Z Compiling foreign-types-shared v0.1.1
20912025-12-03T15:13:45.545Z Compiling openssl-probe v0.1.5
20922025-12-03T15:13:45.576Z Compiling httpdate v1.0.3
20932025-12-03T15:13:45.677Z Compiling signal-hook v0.3.18
20942025-12-03T15:13:45.870Z Compiling fastrand v2.1.1
20952025-12-03T15:13:46.105Z Compiling foreign-types v0.3.2
20962025-12-03T15:13:46.142Z Compiling miniz_oxide v0.8.5
20972025-12-03T15:13:46.439Z Compiling tempfile v3.20.0
20982025-12-03T15:13:46.718Z Compiling goblin v0.8.2
20992025-12-03T15:13:47.497Z Compiling pkcs8 v0.10.2
21002025-12-03T15:13:48.115Z Compiling hyper v1.7.0
21012025-12-03T15:13:49.974Z Compiling clap_derive v4.5.47
21022025-12-03T15:13:55.001Z Compiling tinyvec_macros v0.1.1
21032025-12-03T15:13:56.064Z Compiling tinyvec v1.8.0
21042025-12-03T15:13:57.791Z Compiling dof v0.3.0
21052025-12-03T15:13:59.444Z Compiling hyper-util v0.1.17
21062025-12-03T15:14:04.338Z Compiling dtrace-parser v0.2.0
21072025-12-03T15:14:05.770Z Compiling curve25519-dalek v4.1.3
21082025-12-03T15:14:06.294Z Compiling thread-id v4.2.2
21092025-12-03T15:14:06.353Z Compiling memoffset v0.9.1
21102025-12-03T15:14:06.668Z Compiling ref-cast v1.0.24
21112025-12-03T15:14:06.781Z Compiling smoltcp v0.9.1
21122025-12-03T15:14:12.638Z Compiling http-body-util v0.1.3
21132025-12-03T15:14:13.335Z Compiling strum_macros v0.26.4
21142025-12-03T15:14:15.723Z Compiling sync_wrapper v1.0.1
21152025-12-03T15:14:15.760Z Compiling toml_datetime v0.6.11
21162025-12-03T15:14:15.933Z Compiling serde_spanned v0.6.9
21172025-12-03T15:14:16.633Z Compiling wait-timeout v0.2.0
21182025-12-03T15:14:17.278Z Compiling encoding_rs v0.8.34
21192025-12-03T15:14:17.423Z Compiling psl-types v2.0.11
21202025-12-03T15:14:17.488Z Compiling bit-vec v0.8.0
21212025-12-03T15:14:17.912Z Compiling quick-error v1.2.3
21222025-12-03T15:14:17.939Z Compiling anstyle v1.0.11
21232025-12-03T15:14:18.032Z Compiling gimli v0.31.1
21242025-12-03T15:14:18.437Z Compiling mime v0.3.17
21252025-12-03T15:14:18.581Z Compiling tower-layer v0.3.3
21262025-12-03T15:14:19.528Z Compiling utf8parse v0.2.2
21272025-12-03T15:14:19.562Z Compiling cfg_aliases v0.2.1
21282025-12-03T15:14:19.827Z Compiling buf-list v1.0.3
21292025-12-03T15:14:20.463Z Compiling nix v0.29.0
21302025-12-03T15:14:20.584Z Compiling anstyle-parse v0.2.5
21312025-12-03T15:14:21.509Z Compiling tower v0.5.2
21322025-12-03T15:14:22.855Z Compiling addr2line v0.24.2
21332025-12-03T15:14:23.680Z Compiling rusty-fork v0.3.0
21342025-12-03T15:14:24.284Z Compiling bit-set v0.8.0
21352025-12-03T15:14:24.630Z Compiling publicsuffix v2.3.0
21362025-12-03T15:14:28.005Z Compiling tokio-native-tls v0.3.1
21372025-12-03T15:14:28.367Z Compiling unicode-normalization v0.1.24
21382025-12-03T15:14:28.399Z Compiling rustls-native-certs v0.8.1
21392025-12-03T15:14:28.918Z Compiling derive_builder_core v0.20.2
21402025-12-03T15:14:29.619Z Compiling hubpack_derive v0.1.1
21412025-12-03T15:14:30.050Z Compiling rand_xorshift v0.4.0
21422025-12-03T15:14:30.320Z Compiling webpki-roots v1.0.1
21432025-12-03T15:14:30.665Z Compiling openapiv3 v2.2.0
21442025-12-03T15:14:30.728Z Compiling signature v2.2.0
21452025-12-03T15:14:31.034Z Compiling serde_urlencoded v0.7.1
21462025-12-03T15:14:31.124Z Compiling curve25519-dalek-derive v0.1.1
21472025-12-03T15:14:31.878Z Compiling ref-cast-impl v1.0.24
21482025-12-03T15:14:32.732Z Compiling strum_macros v0.27.2
21492025-12-03T15:14:34.327Z Compiling object v0.36.5
21502025-12-03T15:14:34.360Z Compiling fs-err v3.1.1
21512025-12-03T15:14:34.773Z Compiling crc32fast v1.4.2
21522025-12-03T15:14:35.162Z Compiling is_terminal_polyfill v1.70.1
21532025-12-03T15:14:35.642Z Compiling unicode-bidi v0.3.17
21542025-12-03T15:14:35.806Z Compiling anstyle-query v1.1.1
21552025-12-03T15:14:36.016Z Compiling unarray v0.1.4
21562025-12-03T15:14:36.285Z Compiling rustc-demangle v0.1.24
21572025-12-03T15:14:37.111Z Compiling colorchoice v1.0.2
21582025-12-03T15:14:37.212Z Compiling zlib-rs v0.5.1
21592025-12-03T15:14:37.570Z Compiling iri-string v0.7.8
21602025-12-03T15:14:37.932Z Compiling unicode-properties v0.1.3
21612025-12-03T15:14:38.481Z Compiling siphasher v0.3.11
21622025-12-03T15:14:39.556Z Compiling usdt-impl v0.6.0
21632025-12-03T15:14:41.611Z Compiling tower-http v0.6.6
21642025-12-03T15:14:41.802Z Compiling libz-rs-sys v0.5.1
21652025-12-03T15:14:42.152Z Compiling backtrace v0.3.74
21662025-12-03T15:14:42.376Z Compiling anstream v0.6.18
21672025-12-03T15:14:43.459Z Compiling phf_shared v0.11.2
21682025-12-03T15:14:43.883Z Compiling stringprep v0.1.5
21692025-12-03T15:14:44.053Z Compiling proptest v1.7.0
21702025-12-03T15:14:44.760Z Compiling derive_builder_macro v0.20.2
21712025-12-03T15:14:45.259Z Compiling hyper-tls v0.6.0
21722025-12-03T15:14:46.055Z Compiling cookie_store v0.21.1
21732025-12-03T15:14:46.127Z Compiling usdt-macro v0.5.0
21742025-12-03T15:14:46.713Z Compiling usdt-attr-macro v0.5.0
21752025-12-03T15:14:47.845Z Compiling scroll v0.13.0
21762025-12-03T15:14:49.084Z Compiling vergen-lib v0.1.6
21772025-12-03T15:14:49.156Z Compiling ipnetwork v0.21.1
21782025-12-03T15:14:49.535Z Compiling rand_chacha v0.3.1
21792025-12-03T15:14:50.480Z Compiling md-5 v0.10.6
21802025-12-03T15:14:50.850Z Compiling num-integer v0.1.46
21812025-12-03T15:14:51.363Z Compiling hash32 v0.2.1
21822025-12-03T15:14:51.996Z Compiling ff v0.13.0
21832025-12-03T15:14:52.328Z Compiling winnow v0.7.13
21842025-12-03T15:14:52.450Z Compiling fallible-iterator v0.2.0
21852025-12-03T15:14:52.932Z Compiling rustls-webpki v0.102.8
21862025-12-03T15:14:53.233Z Compiling base16ct v0.2.0
21872025-12-03T15:14:53.709Z Compiling sec1 v0.7.3
21882025-12-03T15:14:54.332Z Compiling postgres-protocol v0.6.8
21892025-12-03T15:14:55.840Z Compiling group v0.13.0
21902025-12-03T15:14:57.071Z Compiling num-iter v0.1.45
21912025-12-03T15:14:57.304Z Compiling rand v0.8.5
21922025-12-03T15:14:58.482Z Compiling oxnet v0.1.3
21932025-12-03T15:14:59.052Z Compiling newtype-uuid v1.3.2
21942025-12-03T15:14:59.829Z Compiling goblin v0.10.2
21952025-12-03T15:15:00.949Z Compiling derive_builder v0.20.2
21962025-12-03T15:15:01.190Z Compiling tokio-rustls v0.26.0
21972025-12-03T15:15:01.317Z Compiling flate2 v1.1.2
21982025-12-03T15:15:03.250Z Compiling terminal_size v0.4.0
21992025-12-03T15:15:03.393Z Compiling serde_with_macros v3.14.0
22002025-12-03T15:15:03.777Z Compiling vergen v9.0.6
22012025-12-03T15:15:04.272Z Compiling hkdf v0.12.4
22022025-12-03T15:15:04.616Z Compiling regress v0.10.4
22032025-12-03T15:15:06.045Z Compiling hex v0.4.3
22042025-12-03T15:15:06.224Z Compiling cargo-platform v0.1.8
22052025-12-03T15:15:06.768Z Compiling crypto-bigint v0.5.5
22062025-12-03T15:15:06.832Z Compiling serde_repr v0.1.19
22072025-12-03T15:15:07.613Z Compiling enum-as-inner v0.6.1
22082025-12-03T15:15:10.270Z Compiling winnow v0.5.40
22092025-12-03T15:15:10.993Z Compiling bitflags v1.3.2
22102025-12-03T15:15:11.197Z Compiling clap_lex v0.7.4
22112025-12-03T15:15:12.038Z Compiling bumpalo v3.16.0
22122025-12-03T15:15:12.756Z Compiling managed v0.8.0
22132025-12-03T15:15:13.297Z Compiling simd-adler32 v0.3.7
22142025-12-03T15:15:13.872Z Compiling lockfree-object-pool v0.1.6
22152025-12-03T15:15:13.980Z Compiling unicode-segmentation v1.12.0
22162025-12-03T15:15:14.971Z Compiling clap_builder v4.5.48
22172025-12-03T15:15:15.070Z Compiling zopfli v0.8.1
22182025-12-03T15:15:16.448Z Compiling toml_edit v0.19.15
22192025-12-03T15:15:17.537Z Compiling elliptic-curve v0.13.8
22202025-12-03T15:15:18.925Z Compiling typify-impl v0.4.3
22212025-12-03T15:15:19.115Z Compiling hyper-rustls v0.27.7
22222025-12-03T15:15:19.118Z Compiling dof v0.4.0
22232025-12-03T15:15:21.155Z Compiling reqwest v0.12.24
22242025-12-03T15:15:21.463Z Compiling cargo_metadata v0.19.2
22252025-12-03T15:15:26.351Z Compiling zstd v0.13.3
22262025-12-03T15:15:26.961Z Compiling signal-hook-mio v0.2.4
22272025-12-03T15:15:27.107Z Compiling daft v0.1.4
22282025-12-03T15:15:27.738Z Compiling postgres-types v0.2.9
22292025-12-03T15:15:27.843Z Compiling phf v0.11.2
22302025-12-03T15:15:28.317Z Compiling strum v0.27.2
22312025-12-03T15:15:28.717Z Compiling ed25519 v2.2.3
22322025-12-03T15:15:28.864Z Compiling hubpack v0.1.2
22332025-12-03T15:15:28.920Z Compiling bzip2 v0.5.2
22342025-12-03T15:15:28.981Z Compiling bzip2 v0.4.4
22352025-12-03T15:15:29.208Z Compiling pkcs1 v0.7.5
22362025-12-03T15:15:29.473Z Compiling dtrace-parser v0.3.0
22372025-12-03T15:15:29.499Z Compiling rfc6979 v0.4.0
22382025-12-03T15:15:29.758Z Compiling float-cmp v0.10.0
22392025-12-03T15:15:30.009Z Compiling serde-big-array v0.5.1
22402025-12-03T15:15:30.106Z Compiling hashbrown v0.16.0
22412025-12-03T15:15:30.130Z Compiling structmeta-derive v0.3.0
22422025-12-03T15:15:30.342Z Compiling bstr v1.10.0
22432025-12-03T15:15:31.435Z Compiling env_filter v0.1.2
22442025-12-03T15:15:31.965Z Compiling memmap v0.7.0
22452025-12-03T15:15:32.015Z Compiling thread-id v5.0.0
22462025-12-03T15:15:32.467Z Compiling static_assertions v1.1.0
22472025-12-03T15:15:32.663Z Compiling rustc-hash v2.1.1
22482025-12-03T15:15:35.198Z Compiling jiff v0.2.15
22492025-12-03T15:15:36.474Z Compiling precomputed-hash v0.1.1
22502025-12-03T15:15:36.645Z Compiling normalize-line-endings v0.3.0
22512025-12-03T15:15:36.852Z Compiling whoami v1.5.2
22522025-12-03T15:15:37.425Z Compiling difflib v0.4.0
22532025-12-03T15:15:38.560Z Compiling radium v0.7.0
22542025-12-03T15:15:39.084Z Compiling data-encoding v2.9.0
22552025-12-03T15:15:39.812Z Compiling foldhash v0.2.0
22562025-12-03T15:15:40.016Z Compiling new_debug_unreachable v1.0.6
22572025-12-03T15:15:40.148Z Compiling fixedbitset v0.4.2
22582025-12-03T15:15:40.238Z Compiling predicates-core v1.0.8
22592025-12-03T15:15:40.629Z Compiling toml_write v0.1.2
22602025-12-03T15:15:40.658Z Compiling keccak v0.1.5
22612025-12-03T15:15:40.958Z Compiling predicates v3.1.3
22622025-12-03T15:15:41.061Z Compiling sha3 v0.10.8
22632025-12-03T15:15:41.163Z Compiling toml_edit v0.22.27
22642025-12-03T15:15:41.799Z Compiling petgraph v0.6.5
22652025-12-03T15:15:42.486Z Compiling zip v4.2.0
22662025-12-03T15:15:43.304Z Compiling string_cache v0.8.9
22672025-12-03T15:15:43.813Z Compiling iddqd v0.3.16
22682025-12-03T15:15:44.776Z Compiling hickory-proto v0.25.2
22692025-12-03T15:15:46.393Z Compiling tokio-postgres v0.7.13
22702025-12-03T15:15:51.564Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22712025-12-03T15:15:55.932Z Compiling structmeta v0.3.0
22722025-12-03T15:15:56.366Z Compiling usdt v0.5.0
22732025-12-03T15:15:56.702Z Compiling env_logger v0.11.8
22742025-12-03T15:15:56.941Z Compiling similar v2.7.0
22752025-12-03T15:15:57.460Z Compiling ecdsa v0.16.9
22762025-12-03T15:15:57.807Z Compiling rsa v0.9.8
22772025-12-03T15:15:58.918Z Compiling zip v0.6.6
22782025-12-03T15:15:59.448Z Compiling ed25519-dalek v2.1.1
22792025-12-03T15:15:59.543Z Compiling typify-macro v0.4.3
22802025-12-03T15:16:00.599Z Compiling crossterm v0.28.1
22812025-12-03T15:16:01.775Z Compiling crossbeam-epoch v0.9.18
22822025-12-03T15:16:01.931Z Compiling clap v4.5.48
22832025-12-03T15:16:02.104Z Compiling toml v0.7.8
22842025-12-03T15:16:02.707Z Compiling heck v0.4.1
22852025-12-03T15:16:03.100Z Compiling serde_with v3.14.0
22862025-12-03T15:16:03.139Z Compiling strum v0.26.3
22872025-12-03T15:16:03.386Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22882025-12-03T15:16:03.877Z Compiling tokio-stream v0.1.17
22892025-12-03T15:16:05.351Z Compiling x509-cert v0.2.5
22902025-12-03T15:16:07.123Z Compiling sha1 v0.10.6
22912025-12-03T15:16:07.217Z Compiling itertools v0.10.5
22922025-12-03T15:16:07.583Z Compiling itertools v0.13.0
22932025-12-03T15:16:08.147Z Compiling winnow v0.6.26
22942025-12-03T15:16:09.364Z Compiling tap v1.0.1
22952025-12-03T15:16:09.585Z Compiling maybe-uninit v2.0.0
22962025-12-03T15:16:09.900Z Compiling peg-runtime v0.8.5
22972025-12-03T15:16:10.196Z Compiling lalrpop-util v0.19.12
22982025-12-03T15:16:10.437Z Compiling wyz v0.5.1
22992025-12-03T15:16:11.993Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23002025-12-03T15:16:17.078Z Compiling packed_struct v0.10.1
23012025-12-03T15:16:17.420Z Compiling funty v2.0.0
23022025-12-03T15:16:19.630Z Compiling bitvec v1.0.1
23032025-12-03T15:16:23.631Z Compiling packed_struct_codegen v0.10.1
23042025-12-03T15:16:23.876Z Compiling futures-executor v0.3.31
23052025-12-03T15:16:24.361Z Compiling zerocopy-derive v0.6.6
23062025-12-03T15:16:24.522Z Compiling bitfield-macros v0.19.2
23072025-12-03T15:16:25.650Z Compiling indexmap v1.9.3
23082025-12-03T15:16:25.960Z Compiling typeid v1.0.3
23092025-12-03T15:16:26.022Z Compiling nodrop v0.1.14
23102025-12-03T15:16:26.196Z Compiling crc-catalog v2.4.0
23112025-12-03T15:16:26.994Z Compiling crc v3.2.1
23122025-12-03T15:16:27.893Z Compiling array-init v0.0.4
23132025-12-03T15:16:29.021Z Compiling zerocopy v0.6.6
23142025-12-03T15:16:29.063Z Compiling bitfield v0.19.2
23152025-12-03T15:16:30.623Z Compiling futures v0.3.31
23162025-12-03T15:16:31.595Z Compiling smallvec v0.6.14
23172025-12-03T15:16:32.881Z Compiling typify v0.4.3
23182025-12-03T15:16:33.075Z Compiling derive-ex v0.1.8
23192025-12-03T15:16:34.289Z Compiling base64 v0.21.7
23202025-12-03T15:16:34.481Z Compiling rustls v0.22.4
23212025-12-03T15:16:35.426Z Compiling hashbrown v0.12.3
23222025-12-03T15:16:36.673Z Compiling unsafe-libyaml v0.2.11
23232025-12-03T15:16:36.726Z Compiling test-strategy v0.4.3
23242025-12-03T15:16:38.298Z Compiling serde_yaml v0.9.34+deprecated
23252025-12-03T15:16:39.458Z Compiling ron v0.8.1
23262025-12-03T15:16:41.708Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
23272025-12-03T15:16:42.335Z Compiling progenitor-impl v0.11.2
23282025-12-03T15:16:44.981Z Compiling serde-hex v0.1.0
23292025-12-03T15:16:47.895Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23302025-12-03T15:16:49.219Z Compiling toml v0.8.23
23312025-12-03T15:16:50.209Z Compiling hashbrown v0.13.2
23322025-12-03T15:16:52.347Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23332025-12-03T15:16:53.616Z Compiling xattr v1.3.1
23342025-12-03T15:16:55.050Z Compiling pin-project-internal v1.1.6
23352025-12-03T15:16:55.359Z Compiling thread_local v1.1.8
23362025-12-03T15:16:55.974Z Compiling filetime v0.2.26
23372025-12-03T15:16:56.195Z Compiling multer v3.1.0
23382025-12-03T15:16:56.694Z Compiling crc-any v2.5.0
23392025-12-03T15:16:57.058Z Compiling match_cfg v0.1.0
23402025-12-03T15:16:57.552Z Compiling same-file v1.0.6
23412025-12-03T15:16:58.445Z Compiling rayon-core v1.12.1
23422025-12-03T15:16:58.797Z Compiling slog-async v2.8.0
23432025-12-03T15:17:03.854Z Compiling walkdir v2.5.0
23442025-12-03T15:17:04.394Z Compiling pin-project v1.1.6
23452025-12-03T15:17:05.347Z Compiling hostname v0.3.1
23462025-12-03T15:17:05.651Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
23472025-12-03T15:17:07.004Z Compiling tar v0.4.44
23482025-12-03T15:17:11.523Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
23492025-12-03T15:17:12.096Z Compiling object v0.30.4
23502025-12-03T15:17:12.631Z Compiling erased-serde v0.4.6
23512025-12-03T15:17:14.097Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23522025-12-03T15:17:14.786Z Compiling progenitor-macro v0.11.2
23532025-12-03T15:17:25.997Z Compiling progenitor-client v0.11.2
23542025-12-03T15:17:26.973Z Compiling toml_parser v1.0.2
23552025-12-03T15:17:27.499Z Compiling crossbeam-channel v0.5.15
23562025-12-03T15:17:28.172Z Compiling slog-json v2.6.1
23572025-12-03T15:17:29.156Z Compiling serde_path_to_error v0.1.17
23582025-12-03T15:17:30.194Z Compiling toml_datetime v0.7.0
23592025-12-03T15:17:30.225Z Compiling serde_spanned v1.0.0
23602025-12-03T15:17:30.246Z Compiling async-stream-impl v0.3.6
23612025-12-03T15:17:30.526Z Compiling snafu-derive v0.8.5
23622025-12-03T15:17:30.603Z Compiling ordered-float v2.10.1
23632025-12-03T15:17:31.237Z Compiling is-terminal v0.4.13
23642025-12-03T15:17:31.355Z Compiling fs-err v2.11.0
23652025-12-03T15:17:31.413Z Compiling dropshot v0.16.4
23662025-12-03T15:17:31.448Z Compiling path-slash v0.1.5
23672025-12-03T15:17:31.746Z Compiling debug-ignore v1.0.5
23682025-12-03T15:17:31.805Z Compiling term v1.1.0
23692025-12-03T15:17:31.953Z Compiling toml_writer v1.0.2
23702025-12-03T15:17:32.958Z Compiling take_mut v0.2.2
23712025-12-03T15:17:32.996Z Compiling slog-term v2.9.2
23722025-12-03T15:17:33.305Z Compiling toml v0.9.5
23732025-12-03T15:17:34.706Z Compiling snafu v0.8.5
23742025-12-03T15:17:35.702Z Compiling async-stream v0.3.6
23752025-12-03T15:17:35.765Z Compiling serde-value v0.7.0
23762025-12-03T15:17:35.924Z Compiling slog-bunyan v2.5.0
23772025-12-03T15:17:35.927Z Compiling progenitor v0.11.2
23782025-12-03T15:17:36.030Z Compiling tokio-rustls v0.25.0
23792025-12-03T15:17:36.119Z Compiling serde-untagged v0.1.7
23802025-12-03T15:17:36.257Z Compiling globset v0.4.15
23812025-12-03T15:17:36.537Z Compiling crossbeam-deque v0.8.5
23822025-12-03T15:17:36.966Z Compiling camino-tempfile v1.4.1
23832025-12-03T15:17:36.992Z Compiling parse-display-derive v0.10.0
23842025-12-03T15:17:37.336Z Compiling olpc-cjson v0.1.4
23852025-12-03T15:17:37.685Z Compiling waitgroup v0.1.2
23862025-12-03T15:17:37.794Z Compiling pem v3.0.5
23872025-12-03T15:17:37.963Z Compiling rustls-pemfile v2.2.0
23882025-12-03T15:17:38.478Z Compiling newtype-uuid-macros v0.1.0
23892025-12-03T15:17:38.657Z Compiling dropshot_endpoint v0.16.4
23902025-12-03T15:17:39.252Z Compiling serde_plain v1.0.2
23912025-12-03T15:17:39.794Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23922025-12-03T15:17:40.068Z Compiling async-recursion v1.1.1
23932025-12-03T15:17:40.382Z Compiling blake3 v1.5.4
23942025-12-03T15:17:40.567Z Compiling hostname v0.4.0
23952025-12-03T15:17:40.875Z Compiling instant v0.1.13
23962025-12-03T15:17:41.028Z Compiling unicode-xid v0.2.6
23972025-12-03T15:17:41.073Z Compiling typed-path v0.9.3
23982025-12-03T15:17:41.296Z Compiling cargo-util-schemas v0.8.2
23992025-12-03T15:17:41.983Z Compiling backoff v0.4.0
24002025-12-03T15:17:42.094Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24012025-12-03T15:17:42.349Z Compiling parse-display v0.10.0
24022025-12-03T15:17:42.353Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24032025-12-03T15:17:44.298Z Compiling tough v0.20.0
24042025-12-03T15:17:45.804Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
24052025-12-03T15:17:45.962Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24062025-12-03T15:17:46.623Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
24072025-12-03T15:17:46.718Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
24082025-12-03T15:17:46.745Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
24092025-12-03T15:17:47.266Z Compiling progenitor-client v0.10.0
24102025-12-03T15:17:47.624Z Compiling macaddr v1.0.1
24112025-12-03T15:17:48.222Z Compiling cargo-platform v0.2.0
24122025-12-03T15:17:48.225Z Compiling memmap2 v0.9.8
24132025-12-03T15:17:48.859Z Compiling parse-size v1.1.0
24142025-12-03T15:17:49.215Z Compiling arrayref v0.3.9
24152025-12-03T15:17:49.356Z Compiling arrayvec v0.7.6
24162025-12-03T15:17:49.442Z Compiling constant_time_eq v0.3.1
24172025-12-03T15:17:49.666Z Compiling indent_write v2.2.0
24182025-12-03T15:17:49.940Z Compiling cargo_metadata v0.21.0
24192025-12-03T15:17:52.141Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24202025-12-03T15:17:52.337Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
24212025-12-03T15:17:54.105Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
24222025-12-03T15:18:00.854Z Compiling display-error-chain v0.2.2
24232025-12-03T15:18:01.122Z Compiling topological-sort v0.2.2
24242025-12-03T15:18:01.311Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24252025-12-03T15:18:01.451Z Compiling omicron-zone-package v0.12.2
24262025-12-03T15:18:03.523Z Compiling shell-words v1.1.0
24272025-12-03T15:18:06.662Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24282025-12-03T15:18:21.759Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24292025-12-03T15:18:39.737Z Finished `release` profile [optimized] target(s) in 6m 20s
24302025-12-03T15:18:39.938Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
24312025-12-03T15:18:39.996ZDec 03 15:18:39.009 DEBG changing working directory to /work/oxidecomputer/omicron
24322025-12-03T15:18:40.126ZDec 03 15:18:39.137 DEBG running: git rev-parse HEAD
24332025-12-03T15:18:40.129ZDec 03 15:18:39.141 DEBG process exited with exit status: 0 (3.15525ms)
24342025-12-03T15:18:40.129ZDec 03 15:18:39.141 INFO version: 18.0.0-0.ci+git3569914af03
24352025-12-03T15:18:40.167ZDec 03 15:18:39.181 INFO cloning helios to /work/oxidecomputer/helios
24362025-12-03T15:18:40.167ZDec 03 15:18:39.181 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24372025-12-03T15:18:40.170ZCloning into '/work/oxidecomputer/helios'...
24382025-12-03T15:18:40.688ZDec 03 15:18:39.702 DEBG process exited with exit status: 0 (520.879355ms)
24392025-12-03T15:18:40.688ZDec 03 15:18:39.702 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24402025-12-03T15:18:40.691ZDec 03 15:18:39.705 DEBG process exited with exit status: 0 (3.150311ms)
24412025-12-03T15:18:40.691ZDec 03 15:18:39.705 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24422025-12-03T15:18:41.896ZDec 03 15:18:40.909 DEBG process exited with exit status: 0 (1.204357388s)
24432025-12-03T15:18:41.896ZDec 03 15:18:40.909 DEBG running: zfs list rpool/images/build/host
24442025-12-03T15:18:41.901ZNAME USED AVAIL REFER MOUNTPOINT
24452025-12-03T15:18:41.901Zrpool/images/build/host 24K 151G 24K /rpool/images/build/host
24462025-12-03T15:18:41.904ZDec 03 15:18:40.915 DEBG process exited with exit status: 0 (5.796665ms)
24472025-12-03T15:18:41.904ZDec 03 15:18:40.915 DEBG running: zfs list rpool/images/build/recovery
24482025-12-03T15:18:41.907ZNAME USED AVAIL REFER MOUNTPOINT
24492025-12-03T15:18:41.907Zrpool/images/build/recovery 24K 151G 24K /rpool/images/build/recovery
24502025-12-03T15:18:41.907ZDec 03 15:18:40.920 DEBG process exited with exit status: 0 (5.121181ms)
24512025-12-03T15:18:41.911ZDec 03 15:18:40.921 INFO [hubris-staging] running task
24522025-12-03T15:18:41.911ZDec 03 15:18:40.921 INFO [hubris-production] running task
24532025-12-03T15:18:41.911ZDec 03 15:18:40.921 INFO [incorp-manifest] running task
24542025-12-03T15:18:41.911ZDec 03 15:18:40.921 INFO [incorp-create] running: pkgrepo create /work/incorporation
24552025-12-03T15:18:41.911ZDec 03 15:18:40.922 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*'
24562025-12-03T15:18:41.911ZDec 03 15:18:40.923 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
24572025-12-03T15:18:41.911ZDec 03 15:18:40.923 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24582025-12-03T15:18:41.995Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24592025-12-03T15:18:42.269ZDec 03 15:18:41.282 INFO [incorp-create] process exited with exit status: 0 (360.714438ms)
24602025-12-03T15:18:42.272ZDec 03 15:18:41.282 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev
24612025-12-03T15:18:42.624ZDec 03 15:18:41.638 INFO [incorp-publisher] process exited with exit status: 0 (355.215345ms)
24622025-12-03T15:18:42.682Z[ omicron-package] Blocking waiting for file lock on package cache
24632025-12-03T15:18:43.165Z[ omicron-package] Blocking waiting for file lock on package cache
24642025-12-03T15:18:44.504Z[ omicron-package] Compiling ring v0.17.14
24652025-12-03T15:18:44.964Z[ omicron-package] Compiling darling_core v0.21.0
24662025-12-03T15:18:44.964Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24672025-12-03T15:18:44.967Z[ omicron-package] Compiling itertools v0.14.0
24682025-12-03T15:18:45.151Z[ omicron-package] Compiling heapless v0.8.0
24692025-12-03T15:18:45.154ZDec 03 15:18:44.168 INFO [hubris-production] task succeeded (3.246716275s)
24702025-12-03T15:18:45.452Z[ omicron-package] Compiling hash32 v0.3.1
24712025-12-03T15:18:45.455Z[ omicron-package] Compiling smoltcp v0.11.0
24722025-12-03T15:18:46.143Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24732025-12-03T15:18:46.475Z[ omicron-package] Compiling num_enum_derive v0.5.11
24742025-12-03T15:18:47.091Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24752025-12-03T15:18:47.527Z[ omicron-package] Compiling cobs v0.2.3
24762025-12-03T15:18:48.132Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24772025-12-03T15:18:48.879Z[ omicron-package] Compiling postcard v1.0.10
24782025-12-03T15:18:49.286Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
24792025-12-03T15:18:50.333Z[ omicron-package] Compiling proc-macro-error v1.0.4
24802025-12-03T15:18:50.472Z[ omicron-package] Compiling num_enum v0.5.11
24812025-12-03T15:18:51.326Z[ omicron-package] Compiling rustls v0.23.19
24822025-12-03T15:18:51.351Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
24832025-12-03T15:18:51.475Z[ omicron-package] Compiling foreign-types-macros v0.2.3
24842025-12-03T15:18:51.614Z[ omicron-package] Compiling foreign-types-shared v0.3.1
24852025-12-03T15:18:52.074Z[ omicron-package] Compiling unicode-width v0.1.14
24862025-12-03T15:18:53.768Z[ omicron-package] Compiling tabwriter v1.4.0
24872025-12-03T15:18:54.031Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24882025-12-03T15:18:54.493Z[ omicron-package] Compiling foreign-types v0.5.0
24892025-12-03T15:18:55.111Z[ omicron-package] Compiling cstr-argument v0.1.2
24902025-12-03T15:18:55.295Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
24912025-12-03T15:18:55.367Z[ omicron-package] Compiling darling_macro v0.21.0
24922025-12-03T15:18:55.540Z[ omicron-package] Compiling pretty-hex v0.2.1
24932025-12-03T15:18:56.212Z[ omicron-package] Compiling rustls-webpki v0.102.8
24942025-12-03T15:18:56.279Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
24952025-12-03T15:18:56.282Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24962025-12-03T15:18:57.148Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24972025-12-03T15:18:57.234Z[ omicron-package] Compiling darling v0.21.0
24982025-12-03T15:18:57.268Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24992025-12-03T15:18:57.414Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25002025-12-03T15:18:57.512Z[ omicron-package] Compiling ingot-macros v0.1.1
25012025-12-03T15:18:57.887Z[ omicron-package] Compiling rayon v1.10.0
25022025-12-03T15:18:58.680Z[ omicron-package] Compiling colored v2.2.0
25032025-12-03T15:18:58.993Z[ omicron-package] Compiling nix v0.30.1
25042025-12-03T15:18:59.078Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25052025-12-03T15:19:00.234Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
25062025-12-03T15:19:01.230Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25072025-12-03T15:19:02.264Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
25082025-12-03T15:19:02.655Z[ omicron-package] Compiling sigpipe v0.1.3
25092025-12-03T15:19:02.888Z[ omicron-package] Compiling num-derive v0.4.2
25102025-12-03T15:19:02.963Z[ omicron-package] Compiling libefi-sys v0.1.0
25112025-12-03T15:19:03.572Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25122025-12-03T15:19:04.056Z[ omicron-package] Compiling glob v0.3.2
25132025-12-03T15:19:04.683Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
25142025-12-03T15:19:05.671Z[ omicron-package] Compiling rustls v0.22.4
25152025-12-03T15:19:05.886Z[ omicron-package] Compiling zone v0.3.1
25162025-12-03T15:19:06.176Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25172025-12-03T15:19:07.394Z[ omicron-package] Compiling ingot-types v0.1.2
25182025-12-03T15:19:08.401Z[ omicron-package] Compiling tokio-rustls v0.26.0
25192025-12-03T15:19:09.122Z[ omicron-package] Compiling hyper-rustls v0.27.7
25202025-12-03T15:19:09.192Z[ omicron-package] Compiling ingot v0.1.1
25212025-12-03T15:19:10.353Z[ omicron-package] Compiling reqwest v0.12.24
25222025-12-03T15:19:13.404Z[ omicron-package] Compiling smf v0.2.3
25232025-12-03T15:19:15.023Z[ omicron-package] Compiling bitfield-struct v0.6.2
25242025-12-03T15:19:15.940Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
25252025-12-03T15:19:16.894Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25262025-12-03T15:19:17.063Z[ omicron-package] Compiling unicode-width v0.2.0
25272025-12-03T15:19:17.219Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25282025-12-03T15:19:17.261Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25292025-12-03T15:19:17.918Z[ omicron-package] Compiling console v0.16.0
25302025-12-03T15:19:17.998Z[ omicron-package] Compiling tokio-dtrace v0.1.0
25312025-12-03T15:19:18.169Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25322025-12-03T15:19:18.914Z[ omicron-package] Compiling gethostname v0.5.0
25332025-12-03T15:19:19.090Z[ omicron-package] Compiling unit-prefix v0.5.1
25342025-12-03T15:19:19.971Z[ omicron-package] Compiling fixedbitset v0.5.7
25352025-12-03T15:19:20.347Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
25362025-12-03T15:19:21.381Z[ omicron-package] Compiling tokio-rustls v0.25.0
25372025-12-03T15:19:21.721Z[ omicron-package] Compiling petgraph v0.8.2
25382025-12-03T15:19:21.765Z[ omicron-package] Compiling indicatif v0.18.0
25392025-12-03T15:19:22.159Z[ omicron-package] Compiling dropshot v0.16.4
25402025-12-03T15:19:22.220Z[ omicron-package] Compiling oxide-tokio-rt v0.1.2
25412025-12-03T15:19:23.018Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25422025-12-03T15:19:23.980Z[ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing
25432025-12-03T15:19:23.980Z[ helios-setup] --> src/main.rs:79:10
25442025-12-03T15:19:23.984Z[ helios-setup] |
25452025-12-03T15:19:23.984Z[ helios-setup] 79 | fn pc(s: &str) -> Component {
25462025-12-03T15:19:23.984Z[ helios-setup] | ^^^^ --------- the same lifetime is hidden here
25472025-12-03T15:19:23.984Z[ helios-setup] | |
25482025-12-03T15:19:23.984Z[ helios-setup] | the lifetime is elided here
25492025-12-03T15:19:23.984Z[ helios-setup] |
25502025-12-03T15:19:23.984Z[ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
25512025-12-03T15:19:23.984Z[ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
25522025-12-03T15:19:23.984Z[ helios-setup] help: use `'_` for type paths
25532025-12-03T15:19:23.984Z[ helios-setup] |
25542025-12-03T15:19:23.984Z[ helios-setup] 79 | fn pc(s: &str) -> Component<'_> {
25552025-12-03T15:19:23.984Z[ helios-setup] | ++++
25562025-12-03T15:19:23.984Z[ helios-setup]
25572025-12-03T15:19:24.057Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25582025-12-03T15:19:25.125Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25592025-12-03T15:19:26.675Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
25602025-12-03T15:19:31.191Z[ helios-setup] Dec 03 15:19:30.196 INFO helios repository root is: /work/oxidecomputer/helios
25612025-12-03T15:19:31.194Z[ helios-setup] Dec 03 15:19:30.199 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
25622025-12-03T15:19:31.194Z[ helios-setup] Dec 03 15:19:30.199 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
25632025-12-03T15:19:31.197Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
25642025-12-03T15:19:31.977ZDec 03 15:19:30.983 INFO [hubris-staging] task succeeded (50.061790266s)
25652025-12-03T15:19:32.140Z[ helios-setup] Dec 03 15:19:31.146 INFO clone ok!, project: pinprick
25662025-12-03T15:19:32.143Z[ helios-setup] Dec 03 15:19:31.146 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
25672025-12-03T15:19:32.144Z[ helios-setup] Dec 03 15:19:31.146 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
25682025-12-03T15:19:32.144Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
25692025-12-03T15:19:32.983Z[ omicron-package] Compiling progenitor-client v0.11.2
25702025-12-03T15:19:34.122Z[ omicron-package] Compiling progenitor v0.11.2
25712025-12-03T15:19:34.714Z[ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
25722025-12-03T15:19:37.588Z[ omicron-package] Compiling progenitor-client v0.10.0
25732025-12-03T15:19:38.649Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25742025-12-03T15:19:40.812ZDec 03 15:19:39.816 DEBG process exited with exit status: 0 (58.893825825s)
25752025-12-03T15:19:40.815ZDec 03 15:19:39.819 INFO [incorp-manifest] task succeeded (58.897630983s)
25762025-12-03T15:19:40.815ZDec 03 15:19:39.819 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25772025-12-03T15:19:41.291ZDec 03 15:19:40.295 INFO [incorp-fmt] process exited with exit status: 0 (476.194297ms)
25782025-12-03T15:19:41.294ZDec 03 15:19:40.296 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25792025-12-03T15:19:41.931Z[ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@18.0.0.0,5.11:20251203T151940Z
25802025-12-03T15:19:41.932Z[ incorp-pkgsend] PUBLISHED
25812025-12-03T15:19:42.018ZDec 03 15:19:41.022 INFO [incorp-pkgsend] process exited with exit status: 0 (726.538678ms)
25822025-12-03T15:19:42.021ZDec 03 15:19:41.022 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25832025-12-03T15:19:42.394Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25842025-12-03T15:19:42.601Z[ helios-incorp] Retrieving packages for publisher helios-dev ...
25852025-12-03T15:19:42.610Z[ helios-incorp] Retrieving catalog 'helios-dev' ... Done
25862025-12-03T15:19:42.669Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25872025-12-03T15:19:42.669Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25882025-12-03T15:19:42.669Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25892025-12-03T15:19:42.678Z[ helios-incorp]
25902025-12-03T15:19:42.678Z[ helios-incorp] Archiving packages ...
25912025-12-03T15:19:42.681Z[ helios-incorp] Packages to add: 1
25922025-12-03T15:19:42.681Z[ helios-incorp] Files to retrieve: 0
25932025-12-03T15:19:42.681Z[ helios-incorp] Estimated transfer size: 0.00 B
25942025-12-03T15:19:42.681Z[ helios-incorp]
25952025-12-03T15:19:42.681Z[ helios-incorp] Packages to archive:
25962025-12-03T15:19:42.681Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@18.0.0.0,5.11:20251203T151940Z
25972025-12-03T15:19:42.681Z[ helios-incorp]
25982025-12-03T15:19:42.681Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25992025-12-03T15:19:42.682Z[ helios-incorp] Archiving: Completed 107.69 kB in 0.00 seconds
26002025-12-03T15:19:42.778ZDec 03 15:19:41.781 INFO [helios-incorp] process exited with exit status: 0 (759.247563ms)
26012025-12-03T15:19:43.024Z[ helios-setup] Dec 03 15:19:42.028 INFO clone ok!, project: amd-firmware
26022025-12-03T15:19:43.027Z[ helios-setup] Dec 03 15:19:42.028 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
26032025-12-03T15:19:43.027Z[ helios-setup] Dec 03 15:19:42.028 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26042025-12-03T15:19:43.031Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26052025-12-03T15:19:43.232Z[ omicron-package] Compiling omicron-zone-package v0.12.2
26062025-12-03T15:19:43.713Z[ helios-setup] Dec 03 15:19:42.715 INFO clone ok!, project: phbl
26072025-12-03T15:19:43.718Z[ helios-setup] Dec 03 15:19:42.715 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
26082025-12-03T15:19:43.719Z[ helios-setup] Dec 03 15:19:42.715 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26092025-12-03T15:19:43.719Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26102025-12-03T15:19:44.810Z[ helios-setup] Dec 03 15:19:43.811 INFO clone ok!, project: pilot
26112025-12-03T15:19:44.810Z[ helios-setup] Dec 03 15:19:43.811 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
26122025-12-03T15:19:44.816Z[ helios-setup] Dec 03 15:19:43.811 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26132025-12-03T15:19:44.816Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26142025-12-03T15:19:45.758Z[ helios-setup] Dec 03 15:19:44.762 INFO clone ok!, project: dmar-report
26152025-12-03T15:19:45.761Z[ helios-setup] Dec 03 15:19:44.762 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
26162025-12-03T15:19:45.761Z[ helios-setup] Dec 03 15:19:44.762 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26172025-12-03T15:19:45.764Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26182025-12-03T15:19:46.417Z[ helios-setup] Dec 03 15:19:45.421 INFO clone ok!, project: bootserver
26192025-12-03T15:19:46.422Z[ helios-setup] Dec 03 15:19:45.421 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26202025-12-03T15:19:46.422Z[ helios-setup] Dec 03 15:19:45.421 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26212025-12-03T15:19:46.422Z[ helios-setup] Dec 03 15:19:45.421 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26222025-12-03T15:19:46.422Z[ helios-setup] Dec 03 15:19:45.421 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
26232025-12-03T15:19:46.422Z[ helios-setup] Dec 03 15:19:45.421 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26242025-12-03T15:19:46.422Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26252025-12-03T15:19:47.352Z[ helios-setup] Dec 03 15:19:46.356 INFO clone ok!, project: image-builder
26262025-12-03T15:19:47.356Z[ helios-setup] Dec 03 15:19:46.356 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
26272025-12-03T15:19:47.356Z[ helios-setup] Dec 03 15:19:46.356 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26282025-12-03T15:19:47.356Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26292025-12-03T15:19:48.494Z[ helios-setup] Dec 03 15:19:47.497 INFO clone ok!, project: chelsio-t6-roms
26302025-12-03T15:19:48.497Z[ helios-setup] Dec 03 15:19:47.497 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
26312025-12-03T15:19:48.497Z[ helios-setup] Dec 03 15:19:47.497 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
26322025-12-03T15:19:48.500Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26332025-12-03T15:19:49.669Z[ helios-setup] Dec 03 15:19:48.652 INFO clone ok!, project: amd-host-image-builder
26342025-12-03T15:19:49.674Z[ helios-setup] Dec 03 15:19:48.652 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26352025-12-03T15:19:50.186Z[ helios-setup] Dec 03 15:19:49.189 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
26362025-12-03T15:19:50.776Z[ helios-setup] Dec 03 15:19:49.772 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
26372025-12-03T15:19:50.776Z[ helios-setup] Dec 03 15:19:49.772 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26382025-12-03T15:19:51.389Z[ helios-setup] Dec 03 15:19:50.391 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
26392025-12-03T15:19:52.150Z[ helios-setup] Dec 03 15:19:51.153 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
26402025-12-03T15:19:52.150Z[ helios-setup] Dec 03 15:19:51.153 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26412025-12-03T15:19:52.730Z[ helios-setup] Dec 03 15:19:51.732 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
26422025-12-03T15:19:53.386Z[ helios-setup] Dec 03 15:19:52.388 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
26432025-12-03T15:19:53.389Z[ helios-setup] Dec 03 15:19:52.388 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26442025-12-03T15:19:53.389Z[ helios-setup] Dec 03 15:19:52.389 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26452025-12-03T15:19:53.389Z[ helios-setup] Dec 03 15:19:52.389 INFO ok!
26462025-12-03T15:19:53.389Z[ helios-setup] Dec 03 15:19:52.389 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26472025-12-03T15:19:53.389Z[ helios-setup] Dec 03 15:19:52.389 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26482025-12-03T15:19:53.389Z[ helios-setup] Dec 03 15:19:52.389 INFO ok!
26492025-12-03T15:19:53.389Z[ helios-setup] Dec 03 15:19:52.389 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26502025-12-03T15:19:53.389Z[ helios-setup] Dec 03 15:19:52.389 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26512025-12-03T15:19:53.389Z[ helios-setup] Dec 03 15:19:52.389 INFO ok!
26522025-12-03T15:19:53.389Z[ helios-setup] Dec 03 15:19:52.389 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
26532025-12-03T15:19:53.509Z[ helios-setup] Dec 03 15:19:52.512 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.89.0-x86_64-unknown-illumos (default)"
26542025-12-03T15:19:53.509Z[ helios-setup] Dec 03 15:19:52.512 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
26552025-12-03T15:19:53.524Z[ helios-setup] Dec 03 15:19:52.512 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
26562025-12-03T15:19:53.902Z[ helios-setup] Dec 03 15:19:52.904 INFO E| Downloading crates ...
26572025-12-03T15:19:54.016Z[ helios-setup] Dec 03 15:19:53.018 INFO E| Downloaded miniz_oxide v0.8.8
26582025-12-03T15:19:54.072Z[ helios-setup] Dec 03 15:19:53.075 INFO E| Compiling adler2 v2.0.0
26592025-12-03T15:19:54.264Z[ helios-setup] Dec 03 15:19:53.266 INFO E| Compiling miniz_oxide v0.8.8
26602025-12-03T15:19:55.608Z[ helios-setup] Dec 03 15:19:54.610 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
26612025-12-03T15:19:56.075Z[ helios-setup] Dec 03 15:19:55.077 INFO E| Finished `release` profile [optimized] target(s) in 2.45s
26622025-12-03T15:19:56.082Z[ helios-setup] Dec 03 15:19:55.084 INFO building project "pinprick" ok (2 seconds)
26632025-12-03T15:19:56.082Z[ helios-setup] Dec 03 15:19:55.084 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
26642025-12-03T15:19:56.139Z[ helios-setup] Dec 03 15:19:55.142 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.89.0-x86_64-unknown-illumos (default)"
26652025-12-03T15:19:56.139Z[ helios-setup] Dec 03 15:19:55.142 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
26662025-12-03T15:19:56.143Z[ helios-setup] Dec 03 15:19:55.142 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
26672025-12-03T15:19:56.298Z[ helios-setup] Dec 03 15:19:55.300 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
26682025-12-03T15:19:58.654Z[ helios-setup] Dec 03 15:19:57.656 INFO E| From https://github.com/oxidecomputer/progenitor
26692025-12-03T15:19:58.654Z[ helios-setup] Dec 03 15:19:57.656 INFO E| * [new ref] 5c4b6016e4ee5d24f66f0f6d3dce4cbdde32b952 -> refs/commit/5c4b6016e4ee5d24f66f0f6d3dce4cbdde32b952
26702025-12-03T15:19:58.749Z[ helios-setup] Dec 03 15:19:57.751 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
26712025-12-03T15:19:59.089Z[ helios-setup] Dec 03 15:19:58.091 INFO E| From https://github.com/jclulow/hiercmd
26722025-12-03T15:19:59.090Z[ helios-setup] Dec 03 15:19:58.091 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
26732025-12-03T15:19:59.102Z[ helios-setup] Dec 03 15:19:58.104 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
26742025-12-03T15:19:59.455Z[ helios-setup] Dec 03 15:19:58.456 INFO E| From https://github.com/oxidecomputer/network-interface
26752025-12-03T15:19:59.455Z[ helios-setup] Dec 03 15:19:58.456 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
26762025-12-03T15:19:59.467Z[ helios-setup] Dec 03 15:19:58.469 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
26772025-12-03T15:19:59.845Z[ helios-setup] Dec 03 15:19:58.847 INFO E| From https://github.com/oxidecomputer/boot-image-tools
26782025-12-03T15:19:59.845Z[ helios-setup] Dec 03 15:19:58.847 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
26792025-12-03T15:19:59.880Z[ helios-setup] Dec 03 15:19:58.882 INFO E| Updating crates.io index
26802025-12-03T15:20:00.240Z[ helios-setup] Dec 03 15:19:59.242 INFO E| Downloading crates ...
26812025-12-03T15:20:00.469Z[ helios-setup] Dec 03 15:19:59.471 INFO E| Downloaded adler2 v2.0.1
26822025-12-03T15:20:00.473Z[ helios-setup] Dec 03 15:19:59.474 INFO E| Downloaded anstyle v1.0.13
26832025-12-03T15:20:00.477Z[ helios-setup] Dec 03 15:19:59.478 INFO E| Downloaded bitfield v0.19.3
26842025-12-03T15:20:00.481Z[ helios-setup] Dec 03 15:19:59.482 INFO E| Downloaded anstyle-query v1.1.4
26852025-12-03T15:20:00.484Z[ helios-setup] Dec 03 15:19:59.485 INFO E| Downloaded anstyle-parse v0.2.7
26862025-12-03T15:20:00.492Z[ helios-setup] Dec 03 15:19:59.494 INFO E| Downloaded base64ct v1.8.0
26872025-12-03T15:20:00.496Z[ helios-setup] Dec 03 15:19:59.498 INFO E| Downloaded bitfield-macros v0.19.3
26882025-12-03T15:20:00.499Z[ helios-setup] Dec 03 15:19:59.500 INFO E| Downloaded aho-corasick v1.1.4
26892025-12-03T15:20:00.507Z[ helios-setup] Dec 03 15:19:59.508 INFO E| Downloaded clap_derive v4.5.49
26902025-12-03T15:20:00.511Z[ helios-setup] Dec 03 15:19:59.512 INFO E| Downloaded getrandom v0.2.16
26912025-12-03T15:20:00.516Z[ helios-setup] Dec 03 15:19:59.517 INFO E| Downloaded zerofrom v0.1.6
26922025-12-03T15:20:00.519Z[ helios-setup] Dec 03 15:19:59.520 INFO E| Downloaded tracing-core v0.1.34
26932025-12-03T15:20:00.525Z[ helios-setup] Dec 03 15:19:59.526 INFO E| Downloaded iana-time-zone v0.1.64
26942025-12-03T15:20:00.530Z[ helios-setup] Dec 03 15:19:59.532 INFO E| Downloaded unty v0.0.4
26952025-12-03T15:20:00.533Z[ helios-setup] Dec 03 15:19:59.534 INFO E| Downloaded flagset v0.4.7
26962025-12-03T15:20:00.536Z[ helios-setup] Dec 03 15:19:59.537 INFO E| Downloaded cpufeatures v0.2.17
26972025-12-03T15:20:00.539Z[ helios-setup] Dec 03 15:19:59.540 INFO E| Downloaded tungstenite v0.28.0
26982025-12-03T15:20:00.546Z[ helios-setup] Dec 03 15:19:59.548 INFO E| Downloaded terminal_size v0.4.3
26992025-12-03T15:20:00.549Z[ helios-setup] Dec 03 15:19:59.551 INFO E| Downloaded zerovec-derive v0.11.2
27002025-12-03T15:20:00.554Z[ helios-setup] Dec 03 15:19:59.555 INFO E| Downloaded toml_writer v1.0.4
27012025-12-03T15:20:00.557Z[ helios-setup] Dec 03 15:19:59.558 INFO E| Downloaded thread_local v1.1.9
27022025-12-03T15:20:00.560Z[ helios-setup] Dec 03 15:19:59.561 INFO E| Downloaded yoke-derive v0.8.1
27032025-12-03T15:20:00.563Z[ helios-setup] Dec 03 15:19:59.563 INFO E| Downloaded zeroize v1.8.2
27042025-12-03T15:20:00.566Z[ helios-setup] Dec 03 15:19:59.566 INFO E| Downloaded typify-macro v0.5.0
27052025-12-03T15:20:00.569Z[ helios-setup] Dec 03 15:19:59.568 INFO E| Downloaded libdevinfo-sys v1.1.0
27062025-12-03T15:20:00.569Z[ helios-setup] Dec 03 15:19:59.570 INFO E| Downloaded tokio-tungstenite v0.28.0
27072025-12-03T15:20:00.572Z[ helios-setup] Dec 03 15:19:59.574 INFO E| Downloaded find-msvc-tools v0.1.4
27082025-12-03T15:20:00.576Z[ helios-setup] Dec 03 15:19:59.577 INFO E| Downloaded thin-vec v0.2.14
27092025-12-03T15:20:00.579Z[ helios-setup] Dec 03 15:19:59.580 INFO E| Downloaded virtue v0.0.18
27102025-12-03T15:20:00.583Z[ helios-setup] Dec 03 15:19:59.584 INFO E| Downloaded yoke v0.8.1
27112025-12-03T15:20:00.586Z[ helios-setup] Dec 03 15:19:59.588 INFO E| Downloaded toml v0.9.8
27122025-12-03T15:20:00.619Z[ helios-setup] Dec 03 15:19:59.620 INFO E| Downloaded term v1.2.0
27132025-12-03T15:20:00.625Z[ helios-setup] Dec 03 15:19:59.626 INFO E| Downloaded zerotrie v0.2.3
27142025-12-03T15:20:00.631Z[ helios-setup] Dec 03 15:19:59.632 INFO E| Downloaded tracing v0.1.41
27152025-12-03T15:20:00.638Z[ helios-setup] Dec 03 15:19:59.639 INFO E| Downloaded slab v0.4.11
27162025-12-03T15:20:00.641Z[ helios-setup] Dec 03 15:19:59.641 INFO E| Downloaded typenum v1.19.0
27172025-12-03T15:20:00.645Z[ helios-setup] Dec 03 15:19:59.647 INFO E| Downloaded url v2.5.7
27182025-12-03T15:20:00.650Z[ helios-setup] Dec 03 15:19:59.652 INFO E| Downloaded zerovec v0.11.5
27192025-12-03T15:20:00.661Z[ helios-setup] Dec 03 15:19:59.663 INFO E| Downloaded tokio-util v0.7.16
27202025-12-03T15:20:00.673Z[ helios-setup] Dec 03 15:19:59.675 INFO E| Downloaded tinystr v0.8.2
27212025-12-03T15:20:00.677Z[ helios-setup] Dec 03 15:19:59.679 INFO E| Downloaded toml_datetime v0.7.3
27222025-12-03T15:20:00.680Z[ helios-setup] Dec 03 15:19:59.682 INFO E| Downloaded stable_deref_trait v1.2.1
27232025-12-03T15:20:00.683Z[ helios-setup] Dec 03 15:19:59.683 INFO E| Downloaded cc v1.2.44
27242025-12-03T15:20:00.687Z[ helios-setup] Dec 03 15:19:59.689 INFO E| Downloaded lock_api v0.4.14
27252025-12-03T15:20:00.690Z[ helios-setup] Dec 03 15:19:59.692 INFO E| Downloaded erased-serde v0.3.31
27262025-12-03T15:20:00.695Z[ helios-setup] Dec 03 15:19:59.697 INFO E| Downloaded itoa v1.0.15
27272025-12-03T15:20:00.699Z[ helios-setup] Dec 03 15:19:59.700 INFO E| Downloaded icu_provider v2.1.1
27282025-12-03T15:20:00.704Z[ helios-setup] Dec 03 15:19:59.705 INFO E| Downloaded unicode-width v0.2.2
27292025-12-03T15:20:00.715Z[ helios-setup] Dec 03 15:19:59.717 INFO E| Downloaded smartstring v1.0.1
27302025-12-03T15:20:00.719Z[ helios-setup] Dec 03 15:19:59.721 INFO E| Downloaded parking_lot_core v0.9.12
27312025-12-03T15:20:00.723Z[ helios-setup] Dec 03 15:19:59.724 INFO E| Downloaded litemap v0.8.1
27322025-12-03T15:20:00.726Z[ helios-setup] Dec 03 15:19:59.727 INFO E| Downloaded env_filter v0.1.4
27332025-12-03T15:20:00.729Z[ helios-setup] Dec 03 15:19:59.730 INFO E| Downloaded rhai_codegen v3.1.0
27342025-12-03T15:20:00.742Z[ helios-setup] Dec 03 15:19:59.744 INFO E| Downloaded ryu v1.0.20
27352025-12-03T15:20:00.748Z[ helios-setup] Dec 03 15:19:59.749 INFO E| Downloaded quote v1.0.41
27362025-12-03T15:20:00.752Z[ helios-setup] Dec 03 15:19:59.754 INFO E| Downloaded slog v2.8.2
27372025-12-03T15:20:00.758Z[ helios-setup] Dec 03 15:19:59.760 INFO E| Downloaded rustls-pki-types v1.13.0
27382025-12-03T15:20:00.766Z[ helios-setup] Dec 03 15:19:59.767 INFO E| Downloaded log v0.4.28
27392025-12-03T15:20:00.770Z[ helios-setup] Dec 03 15:19:59.772 INFO E| Downloaded toml_edit v0.23.7
27402025-12-03T15:20:00.777Z[ helios-setup] Dec 03 15:19:59.778 INFO E| Downloaded icu_collections v2.1.1
27412025-12-03T15:20:00.787Z[ helios-setup] Dec 03 15:19:59.789 INFO E| Downloaded typify-impl v0.5.0
27422025-12-03T15:20:00.811Z[ helios-setup] Dec 03 15:19:59.812 INFO E| Downloaded serde v1.0.228
27432025-12-03T15:20:00.817Z[ helios-setup] Dec 03 15:19:59.818 INFO E| Downloaded memchr v2.7.6
27442025-12-03T15:20:00.825Z[ helios-setup] Dec 03 15:19:59.827 INFO E| Downloaded mio v1.1.0
27452025-12-03T15:20:00.835Z[ helios-setup] Dec 03 15:19:59.836 INFO E| Downloaded iddqd v0.3.14
27462025-12-03T15:20:01.253Z[ helios-setup] Dec 03 15:19:59.848 INFO E| Downloaded flate2 v1.1.5
27472025-12-03T15:20:01.253Z[ helios-setup] Dec 03 15:19:59.855 INFO E| Downloaded idna v1.1.0
27482025-12-03T15:20:01.253Z[ helios-setup] Dec 03 15:19:59.861 INFO E| Downloaded serde_derive v1.0.228
27492025-12-03T15:20:01.253Z[ helios-setup] Dec 03 15:19:59.866 INFO E| Downloaded parking_lot v0.12.5
27502025-12-03T15:20:01.253Z[ helios-setup] Dec 03 15:19:59.871 INFO E| Downloaded time v0.3.44
27512025-12-03T15:20:01.253Z[ helios-setup] Dec 03 15:19:59.883 INFO E| Downloaded miniz_oxide v0.8.9
27522025-12-03T15:20:01.253Z[ helios-setup] Dec 03 15:19:59.895 INFO E| Downloaded libm v0.2.15
27532025-12-03T15:20:01.253Z[ helios-setup] Dec 03 15:19:59.914 INFO E| Downloaded regex v1.12.2
27542025-12-03T15:20:01.253Z[ helios-setup] Dec 03 15:19:59.924 INFO E| Downloaded portable-atomic v1.11.1
27552025-12-03T15:20:01.253Z[ helios-setup] Dec 03 15:19:59.936 INFO E| Downloaded h2 v0.4.12
27562025-12-03T15:20:01.253Z[ helios-setup] Dec 03 15:19:59.947 INFO E| Downloaded icu_properties_data v2.1.1
27572025-12-03T15:20:01.253Z[ helios-setup] Dec 03 15:19:59.965 INFO E| Downloaded clap_builder v4.5.51
27582025-12-03T15:20:01.253Z[ helios-setup] Dec 03 15:19:59.976 INFO E| Downloaded serde_core v1.0.228
27592025-12-03T15:20:01.253Z[ helios-setup] Dec 03 15:19:59.981 INFO E| Downloaded proc-macro2 v1.0.103
27602025-12-03T15:20:01.253Z[ helios-setup] Dec 03 15:19:59.986 INFO E| Downloaded indexmap v2.12.0
27612025-12-03T15:20:01.253Z[ helios-setup] Dec 03 15:19:59.993 INFO E| Downloaded icu_properties v2.1.1
27622025-12-03T15:20:01.253Z[ helios-setup] Dec 03 15:19:59.997 INFO E| Downloaded icu_normalizer_data v2.1.1
27632025-12-03T15:20:01.253Z[ helios-setup] Dec 03 15:20:00.002 INFO E| Downloaded rhai v1.23.6
27642025-12-03T15:20:01.253Z[ helios-setup] Dec 03 15:20:00.022 INFO E| Downloaded regex-syntax v0.8.8
27652025-12-03T15:20:01.253Z[ helios-setup] Dec 03 15:20:00.033 INFO E| Downloaded regress v0.10.5
27662025-12-03T15:20:01.253Z[ helios-setup] Dec 03 15:20:00.046 INFO E| Downloaded syn v2.0.108
27672025-12-03T15:20:01.253Z[ helios-setup] Dec 03 15:20:00.078 INFO E| Downloaded pkg-config v0.3.32
27682025-12-03T15:20:01.253Z[ helios-setup] Dec 03 15:20:00.080 INFO E| Downloaded pin-project-lite v0.2.16
27692025-12-03T15:20:01.253Z[ helios-setup] Dec 03 15:20:00.089 INFO E| Downloaded rustix v1.1.2
27702025-12-03T15:20:01.253Z[ helios-setup] Dec 03 15:20:00.172 INFO E| Downloaded icu_locale_core v2.1.1
27712025-12-03T15:20:01.253Z[ helios-setup] Dec 03 15:20:00.182 INFO E| Downloaded httparse v1.10.1
27722025-12-03T15:20:01.253Z[ helios-setup] Dec 03 15:20:00.187 INFO E| Downloaded fastrand v2.3.0
27732025-12-03T15:20:01.253Z[ helios-setup] Dec 03 15:20:00.189 INFO E| Downloaded synstructure v0.13.2
27742025-12-03T15:20:01.253Z[ helios-setup] Dec 03 15:20:00.191 INFO E| Downloaded idna_adapter v1.2.1
27752025-12-03T15:20:01.253Z[ helios-setup] Dec 03 15:20:00.192 INFO E| Downloaded errno v0.3.14
27762025-12-03T15:20:01.254Z[ helios-setup] Dec 03 15:20:00.194 INFO E| Downloaded signal-hook-registry v1.4.6
27772025-12-03T15:20:01.254Z[ helios-setup] Dec 03 15:20:00.196 INFO E| Downloaded serde_path_to_error v0.1.20
27782025-12-03T15:20:01.254Z[ helios-setup] Dec 03 15:20:00.198 INFO E| Downloaded ppv-lite86 v0.2.21
27792025-12-03T15:20:01.254Z[ helios-setup] Dec 03 15:20:00.201 INFO E| Downloaded proc-macro-crate v3.4.0
27802025-12-03T15:20:01.254Z[ helios-setup] Dec 03 15:20:00.204 INFO E| Downloaded icu_normalizer v2.1.1
27812025-12-03T15:20:01.254Z[ helios-setup] Dec 03 15:20:00.210 INFO E| Downloaded serde_spanned v1.0.3
27822025-12-03T15:20:01.254Z[ helios-setup] Dec 03 15:20:00.212 INFO E| Downloaded num_enum v0.7.5
27832025-12-03T15:20:01.254Z[ helios-setup] Dec 03 15:20:00.220 INFO E| Downloaded camino v1.2.1
27842025-12-03T15:20:01.254Z[ helios-setup] Dec 03 15:20:00.223 INFO E| Downloaded spin v0.5.2
27852025-12-03T15:20:01.254Z[ helios-setup] Dec 03 15:20:00.225 INFO E| Downloaded regex-automata v0.4.13
27862025-12-03T15:20:01.254Z[ helios-setup] Dec 03 15:20:00.250 INFO E| Downloaded num_enum_derive v0.7.5
27872025-12-03T15:20:01.254Z[ helios-setup] Dec 03 15:20:00.252 INFO E| Downloaded is_terminal_polyfill v1.70.2
27882025-12-03T15:20:01.257Z[ helios-setup] Dec 03 15:20:00.253 INFO E| Downloaded getopts v0.2.24
27892025-12-03T15:20:01.257Z[ helios-setup] Dec 03 15:20:00.255 INFO E| Downloaded typify v0.5.0
27902025-12-03T15:20:01.260Z[ helios-setup] Dec 03 15:20:00.260 INFO E| Downloaded crc32fast v1.5.0
27912025-12-03T15:20:01.263Z[ helios-setup] Dec 03 15:20:00.263 INFO E| Downloaded crc v3.3.0
27922025-12-03T15:20:01.266Z[ helios-setup] Dec 03 15:20:00.265 INFO E| Downloaded const-random v0.1.18
27932025-12-03T15:20:01.266Z[ helios-setup] Dec 03 15:20:00.267 INFO E| Downloaded tempfile v3.23.0
27942025-12-03T15:20:01.270Z[ helios-setup] Dec 03 15:20:00.271 INFO E| Downloaded unicode-ident v1.0.22
27952025-12-03T15:20:01.275Z[ helios-setup] Dec 03 15:20:00.276 INFO E| Downloaded sync_wrapper v1.0.2
27962025-12-03T15:20:01.278Z[ helios-setup] Dec 03 15:20:00.278 INFO E| Downloaded potential_utf v0.1.4
27972025-12-03T15:20:01.281Z[ helios-setup] Dec 03 15:20:00.279 INFO E| Downloaded libc v0.2.177
27982025-12-03T15:20:01.318Z[ helios-setup] Dec 03 15:20:00.319 INFO E| Downloaded no-std-compat v0.4.1
27992025-12-03T15:20:01.321Z[ helios-setup] Dec 03 15:20:00.320 INFO E| Downloaded is-terminal v0.4.17
28002025-12-03T15:20:01.321Z[ helios-setup] Dec 03 15:20:00.321 INFO E| Downloaded hostname v0.4.1
28012025-12-03T15:20:01.326Z[ helios-setup] Dec 03 15:20:00.324 INFO E| Downloaded generic-array v0.14.9
28022025-12-03T15:20:01.329Z[ helios-setup] Dec 03 15:20:00.326 INFO E| Downloaded tls_codec_derive v0.4.2
28032025-12-03T15:20:01.329Z[ helios-setup] Dec 03 15:20:00.329 INFO E| Downloaded tls_codec v0.4.2
28042025-12-03T15:20:01.332Z[ helios-setup] Dec 03 15:20:00.331 INFO E| Downloaded writeable v0.6.2
28052025-12-03T15:20:01.335Z[ helios-setup] Dec 03 15:20:00.334 INFO E| Downloaded toml_parser v1.0.4
28062025-12-03T15:20:01.338Z[ helios-setup] Dec 03 15:20:00.337 INFO E| Downloaded zerofrom-derive v0.1.6
28072025-12-03T15:20:01.338Z[ helios-setup] Dec 03 15:20:00.339 INFO E| Downloaded clap_lex v0.7.6
28082025-12-03T15:20:01.342Z[ helios-setup] Dec 03 15:20:00.340 INFO E| Downloaded deranged v0.5.5
28092025-12-03T15:20:01.342Z[ helios-setup] Dec 03 15:20:00.343 INFO E| Downloaded crunchy v0.2.4
28102025-12-03T15:20:01.345Z[ helios-setup] Dec 03 15:20:00.344 INFO E| Downloaded const-random-macro v0.1.16
28112025-12-03T15:20:01.345Z[ helios-setup] Dec 03 15:20:00.345 INFO E| Downloaded colorchoice v1.0.4
28122025-12-03T15:20:01.348Z[ helios-setup] Dec 03 15:20:00.347 INFO E| Downloaded bitflags v2.10.0
28132025-12-03T15:20:01.352Z[ helios-setup] Dec 03 15:20:00.353 INFO E| Downloaded bincode v2.0.1
28142025-12-03T15:20:01.359Z[ helios-setup] Dec 03 15:20:00.361 INFO E| Downloaded devinfo v0.1.0
28152025-12-03T15:20:01.363Z[ helios-setup] Dec 03 15:20:00.363 INFO E| Downloaded clap v4.5.51
28162025-12-03T15:20:01.395Z[ helios-setup] Dec 03 15:20:00.396 INFO E| Downloaded bincode_derive v2.0.1
28172025-12-03T15:20:01.399Z[ helios-setup] Dec 03 15:20:00.398 INFO E| Downloaded anyhow v1.0.100
28182025-12-03T15:20:01.403Z[ helios-setup] Dec 03 15:20:00.404 INFO E| Downloaded anstream v0.6.21
28192025-12-03T15:20:01.407Z[ helios-setup] Dec 03 15:20:00.408 INFO E| Downloaded autocfg v1.5.0
28202025-12-03T15:20:01.438Z[ helios-setup] Dec 03 15:20:00.439 INFO E| Downloaded encoding_rs v0.8.35
28212025-12-03T15:20:01.721Z[ helios-setup] Dec 03 15:20:00.722 INFO E| Compiling proc-macro2 v1.0.103
28222025-12-03T15:20:01.721Z[ helios-setup] Dec 03 15:20:00.722 INFO E| Compiling quote v1.0.41
28232025-12-03T15:20:01.721Z[ helios-setup] Dec 03 15:20:00.722 INFO E| Compiling unicode-ident v1.0.22
28242025-12-03T15:20:01.725Z[ helios-setup] Dec 03 15:20:00.722 INFO E| Compiling serde_core v1.0.228
28252025-12-03T15:20:01.725Z[ helios-setup] Dec 03 15:20:00.722 INFO E| Compiling libc v0.2.177
28262025-12-03T15:20:01.725Z[ helios-setup] Dec 03 15:20:00.722 INFO E| Compiling cfg-if v1.0.4
28272025-12-03T15:20:01.725Z[ helios-setup] Dec 03 15:20:00.722 INFO E| Compiling serde v1.0.228
28282025-12-03T15:20:01.725Z[ helios-setup] Dec 03 15:20:00.722 INFO E| Compiling autocfg v1.5.0
28292025-12-03T15:20:02.269Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28302025-12-03T15:20:02.716Z[ helios-setup] Dec 03 15:20:01.717 INFO E| Compiling version_check v0.9.5
28312025-12-03T15:20:03.118Z[ helios-setup] Dec 03 15:20:02.119 INFO E| Compiling itoa v1.0.15
28322025-12-03T15:20:03.489Z[ helios-setup] Dec 03 15:20:02.490 INFO E| Compiling memchr v2.7.6
28332025-12-03T15:20:03.945Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28342025-12-03T15:20:04.033Z[ helios-setup] Dec 03 15:20:03.034 INFO E| Compiling serde_json v1.0.145
28352025-12-03T15:20:04.239Z[ helios-setup] Dec 03 15:20:03.240 INFO E| Compiling bytes v1.10.1
28362025-12-03T15:20:04.243Z[ helios-setup] Dec 03 15:20:03.242 INFO E| Compiling getrandom v0.3.4
28372025-12-03T15:20:05.335Z[ helios-setup] Dec 03 15:20:04.336 INFO E| Compiling pin-project-lite v0.2.16
28382025-12-03T15:20:05.939Z[ helios-setup] Dec 03 15:20:04.939 INFO E| Compiling futures-core v0.3.31
28392025-12-03T15:20:06.688Z[ helios-setup] Dec 03 15:20:05.689 INFO E| Compiling equivalent v1.0.2
28402025-12-03T15:20:06.871Z[ helios-setup] Dec 03 15:20:05.871 INFO E| Compiling allocator-api2 v0.2.21
28412025-12-03T15:20:06.976Z[ helios-setup] Dec 03 15:20:05.977 INFO E| Compiling syn v2.0.108
28422025-12-03T15:20:07.235Z[ helios-setup] Dec 03 15:20:06.235 INFO E| Compiling libm v0.2.15
28432025-12-03T15:20:07.296Z[ helios-setup] Dec 03 15:20:06.296 INFO E| Compiling foldhash v0.2.0
28442025-12-03T15:20:08.084Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
28452025-12-03T15:20:08.119Z[ helios-setup] Dec 03 15:20:07.119 INFO E| Compiling num-traits v0.2.19
28462025-12-03T15:20:08.336Z[ helios-setup] Dec 03 15:20:07.336 INFO E| Compiling hashbrown v0.16.0
28472025-12-03T15:20:08.407Z[ helios-setup] Dec 03 15:20:07.407 INFO E| Compiling typenum v1.19.0
28482025-12-03T15:20:08.511Z[ helios-setup] Dec 03 15:20:07.511 INFO E| Compiling futures-sink v0.3.31
28492025-12-03T15:20:09.116Z[ helios-setup] Dec 03 15:20:08.116 INFO E| Compiling const-oid v0.9.6
28502025-12-03T15:20:09.789Z[ helios-setup] Dec 03 15:20:08.788 INFO E| Compiling parking_lot_core v0.9.12
28512025-12-03T15:20:09.985Z[ helios-setup] Dec 03 15:20:08.985 INFO E| Compiling generic-array v0.14.9
28522025-12-03T15:20:10.557Z[ helios-setup] Dec 03 15:20:09.557 INFO E| Compiling scopeguard v1.2.0
28532025-12-03T15:20:10.804Z[ helios-setup] Dec 03 15:20:09.804 INFO E| Compiling lock_api v0.4.14
28542025-12-03T15:20:11.137Z[ helios-setup] Dec 03 15:20:10.137 INFO E| Compiling thiserror v2.0.17
28552025-12-03T15:20:12.202Z[ helios-setup] Dec 03 15:20:11.201 INFO E| Compiling slab v0.4.11
28562025-12-03T15:20:13.105Z[ helios-setup] Dec 03 15:20:12.105 INFO E| Compiling futures-channel v0.3.31
28572025-12-03T15:20:13.532Z[ helios-setup] Dec 03 15:20:12.531 INFO E| Compiling signal-hook-registry v1.4.6
28582025-12-03T15:20:13.747Z[ helios-setup] Dec 03 15:20:12.746 INFO E| Compiling mio v1.1.0
28592025-12-03T15:20:14.598Z[ helios-setup] Dec 03 15:20:13.597 INFO E| Compiling socket2 v0.6.1
28602025-12-03T15:20:15.378Z[ helios-setup] Dec 03 15:20:14.377 INFO E| Compiling ryu v1.0.20
28612025-12-03T15:20:16.108Z[ helios-setup] Dec 03 15:20:15.107 INFO E| Compiling zerocopy v0.8.27
28622025-12-03T15:20:16.235Z[ helios-setup] Dec 03 15:20:15.234 INFO E| Compiling rustversion v1.0.22
28632025-12-03T15:20:16.581Z[ helios-setup] Dec 03 15:20:15.559 INFO E| Compiling portable-atomic v1.11.1
28642025-12-03T15:20:16.622Z[ helios-setup] Dec 03 15:20:15.620 INFO E| Compiling pin-utils v0.1.0
28652025-12-03T15:20:16.789Z[ helios-setup] Dec 03 15:20:15.788 INFO E| Compiling futures-io v0.3.31
28662025-12-03T15:20:17.066Z[ helios-setup] Dec 03 15:20:16.064 INFO E| Compiling futures-task v0.3.31
28672025-12-03T15:20:17.605Z[ helios-setup] Dec 03 15:20:16.604 INFO E| Compiling block-buffer v0.10.4
28682025-12-03T15:20:17.671Z[ helios-setup] Dec 03 15:20:16.670 INFO E| Compiling crypto-common v0.1.6
28692025-12-03T15:20:17.776Z[ helios-setup] Dec 03 15:20:16.775 INFO E| Compiling bitflags v2.10.0
28702025-12-03T15:20:18.178Z[ helios-setup] Dec 03 15:20:17.176 INFO E| Compiling log v0.4.28
28712025-12-03T15:20:18.372Z[ helios-setup] Dec 03 15:20:17.371 INFO E| Compiling fnv v1.0.7
28722025-12-03T15:20:18.715Z[ helios-setup] Dec 03 15:20:17.713 INFO E| Compiling stable_deref_trait v1.2.1
28732025-12-03T15:20:19.085Z[ helios-setup] Dec 03 15:20:18.084 INFO E| Compiling http v1.3.1
28742025-12-03T15:20:19.122Z[ helios-setup] Dec 03 15:20:18.120 INFO E| Compiling digest v0.10.7
28752025-12-03T15:20:19.209Z[ helios-setup] Dec 03 15:20:18.207 INFO E| Compiling indexmap v2.12.0
28762025-12-03T15:20:19.371Z[ helios-setup] Dec 03 15:20:18.370 INFO E| Compiling synstructure v0.13.2
28772025-12-03T15:20:19.588Z[ helios-setup] Dec 03 15:20:18.586 INFO E| Compiling once_cell v1.21.3
28782025-12-03T15:20:19.746Z[ helios-setup] Dec 03 15:20:18.741 INFO E| Compiling heck v0.5.0
28792025-12-03T15:20:20.183Z[ helios-setup] Dec 03 15:20:19.181 INFO E| Compiling cpufeatures v0.2.17
28802025-12-03T15:20:20.183Z[ helios-setup] Dec 03 15:20:19.181 INFO E| Compiling schemars v0.8.22
28812025-12-03T15:20:20.296Z[ helios-setup] Dec 03 15:20:19.295 INFO E| Compiling slog v2.8.2
28822025-12-03T15:20:20.609Z[ helios-setup] Dec 03 15:20:19.607 INFO E| Compiling serde_derive_internals v0.29.1
28832025-12-03T15:20:20.849Z[ helios-setup] Dec 03 15:20:19.847 INFO E| Compiling iana-time-zone v0.1.64
28842025-12-03T15:20:21.348Z[ helios-setup] Dec 03 15:20:20.346 INFO E| Compiling shlex v1.3.0
28852025-12-03T15:20:21.617Z[ helios-setup] Dec 03 15:20:20.616 INFO E| Compiling httparse v1.10.1
28862025-12-03T15:20:21.788Z[ helios-setup] Dec 03 15:20:20.786 INFO E| Compiling find-msvc-tools v0.1.4
28872025-12-03T15:20:21.960Z[ helios-setup] Dec 03 15:20:20.957 INFO E| Compiling zeroize v1.8.2
28882025-12-03T15:20:22.265Z[ helios-setup] Dec 03 15:20:21.263 INFO E| Compiling cc v1.2.44
28892025-12-03T15:20:22.699Z[ helios-setup] Dec 03 15:20:21.697 INFO E| Compiling anyhow v1.0.100
28902025-12-03T15:20:23.464Z[ helios-setup] Dec 03 15:20:22.458 INFO E| Compiling serde_derive v1.0.228
28912025-12-03T15:20:23.480Z[ helios-setup] Dec 03 15:20:22.477 INFO E| Compiling tokio-macros v2.6.0
28922025-12-03T15:20:23.791Z[ helios-setup] Dec 03 15:20:22.785 INFO E| Compiling zerofrom-derive v0.1.6
28932025-12-03T15:20:24.277Z[ helios-setup] Dec 03 15:20:23.275 INFO E| Compiling zerocopy-derive v0.8.27
28942025-12-03T15:20:24.346Z[ helios-setup] Dec 03 15:20:23.343 INFO E| Compiling futures-macro v0.3.31
28952025-12-03T15:20:24.705Z[ helios-setup] Dec 03 15:20:23.702 INFO E| Compiling thiserror-impl v2.0.17
28962025-12-03T15:20:25.405Z[ helios-setup] Dec 03 15:20:24.403 INFO E| Compiling yoke-derive v0.8.1
28972025-12-03T15:20:25.545Z[ helios-setup] Dec 03 15:20:24.543 INFO E| Compiling zerovec-derive v0.11.2
28982025-12-03T15:20:25.855Z[ helios-setup] Dec 03 15:20:24.842 INFO E| Compiling displaydoc v0.2.5
28992025-12-03T15:20:27.545Z[ helios-setup] Dec 03 15:20:26.542 INFO E| Compiling futures-util v0.3.31
29002025-12-03T15:20:28.692Z[ helios-setup] Dec 03 15:20:27.689 INFO E| Compiling zerofrom v0.1.6
29012025-12-03T15:20:29.173Z[ helios-setup] Dec 03 15:20:28.169 INFO E| Compiling schemars_derive v0.8.22
29022025-12-03T15:20:29.693Z[ helios-setup] Dec 03 15:20:28.690 INFO E| Compiling yoke v0.8.1
29032025-12-03T15:20:30.003Z[ helios-setup] Dec 03 15:20:29.000 INFO E| Compiling semver v1.0.27
29042025-12-03T15:20:30.122Z[ helios-setup] Dec 03 15:20:29.119 INFO E| Compiling getrandom v0.2.16
29052025-12-03T15:20:30.179Z[ helios-setup] Dec 03 15:20:29.176 INFO E| Compiling powerfmt v0.2.0
29062025-12-03T15:20:30.401Z[ helios-setup] Dec 03 15:20:29.397 INFO E| Compiling zerovec v0.11.5
29072025-12-03T15:20:30.816Z[ helios-setup] Dec 03 15:20:29.813 INFO E| Compiling litemap v0.8.1
29082025-12-03T15:20:30.862Z[ helios-setup] Dec 03 15:20:29.859 INFO E| Compiling crc32fast v1.5.0
29092025-12-03T15:20:31.090Z[ helios-setup] Dec 03 15:20:30.086 INFO E| Compiling time-core v0.1.6
29102025-12-03T15:20:31.665Z[ helios-setup] Dec 03 15:20:30.661 INFO E| Compiling writeable v0.6.2
29112025-12-03T15:20:31.720Z[ helios-setup] Dec 03 15:20:30.716 INFO E| Compiling winnow v0.7.13
29122025-12-03T15:20:31.837Z[ helios-setup] Dec 03 15:20:30.834 INFO E| Compiling num-conv v0.1.0
29132025-12-03T15:20:32.605Z[ helios-setup] Dec 03 15:20:31.590 INFO E| Compiling tinystr v0.8.2
29142025-12-03T15:20:32.777Z[ helios-setup] Dec 03 15:20:31.770 INFO E| Compiling time-macros v0.2.24
29152025-12-03T15:20:32.995Z[ helios-setup] Dec 03 15:20:31.981 INFO E| Compiling potential_utf v0.1.4
29162025-12-03T15:20:33.713Z[ helios-setup] Dec 03 15:20:32.701 INFO E| Compiling icu_locale_core v2.1.1
29172025-12-03T15:20:33.929Z[ helios-setup] Dec 03 15:20:32.914 INFO E| Compiling deranged v0.5.5
29182025-12-03T15:20:36.410Z[ helios-setup] Dec 03 15:20:35.399 INFO E| Compiling serde_tokenstream v0.2.2
29192025-12-03T15:20:36.905Z[ helios-setup] Dec 03 15:20:35.900 INFO E| Compiling smallvec v1.15.1
29202025-12-03T15:20:37.182Z[ helios-setup] Dec 03 15:20:36.177 INFO E| Compiling chrono v0.4.42
29212025-12-03T15:20:37.185Z[ helios-setup] Dec 03 15:20:36.178 INFO E| Compiling erased-serde v0.3.31
29222025-12-03T15:20:37.221Z[ helios-setup] Dec 03 15:20:36.216 INFO E| Compiling ppv-lite86 v0.2.21
29232025-12-03T15:20:38.025Z[ helios-setup] Dec 03 15:20:37.020 INFO E| Compiling parking_lot v0.12.5
29242025-12-03T15:20:38.172Z[ helios-setup] Dec 03 15:20:37.167 INFO E| Compiling uuid v1.18.1
29252025-12-03T15:20:38.295Z[ helios-setup] Dec 03 15:20:37.291 INFO E| Compiling toml_parser v1.0.4
29262025-12-03T15:20:38.467Z[ helios-setup] Dec 03 15:20:37.463 INFO E| Compiling zerotrie v0.2.3
29272025-12-03T15:20:38.621Z[ helios-setup] Dec 03 15:20:37.616 INFO E| Compiling tokio v1.48.0
29282025-12-03T15:20:40.077Z[ omicron-package] Finished `release` profile [optimized] target(s) in 1m 58s
29292025-12-03T15:20:40.423Z[ helios-setup] Dec 03 15:20:39.418 INFO E| Compiling dyn-clone v1.0.20
29302025-12-03T15:20:40.474Z[ helios-setup] Dec 03 15:20:39.469 INFO E| Compiling icu_properties_data v2.1.1
29312025-12-03T15:20:40.546Z[ omicron-package]
29322025-12-03T15:20:40.546Z[ omicron-package] real 1:58.518007688
29332025-12-03T15:20:40.549Z[ omicron-package] user 8:27.193572213
29342025-12-03T15:20:40.549Z[ omicron-package] sys 33.523115348
29352025-12-03T15:20:40.549Z[ omicron-package] trap 1.101726764
29362025-12-03T15:20:40.549Z[ omicron-package] tflt 1.711695022
29372025-12-03T15:20:40.549Z[ omicron-package] dflt 1.488118539
29382025-12-03T15:20:40.549Z[ omicron-package] kflt 0.000727896
29392025-12-03T15:20:40.549Z[ omicron-package] lock 27:35.671446547
29402025-12-03T15:20:40.549Z[ omicron-package] slp 30:59.497182627
29412025-12-03T15:20:40.549ZDec 03 15:20:39.542 [ omicron-package] lat 4:50.574161939
29422025-12-03T15:20:40.549ZINFO [omicron-package] process exited with exit status: 0 (118.619740968s)
29432025-12-03T15:20:40.549Z[ omicron-package] stop 1:28.627143446
29442025-12-03T15:20:40.549ZDec 03 15:20:39.543 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
29452025-12-03T15:20:40.549ZDec 03 15:20:39.543 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
29462025-12-03T15:20:40.567Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
29472025-12-03T15:20:40.570Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
29482025-12-03T15:20:40.570Z[ recovery-target] Created new build target 'recovery' and set it as active
29492025-12-03T15:20:40.570Z[ host-target] Created new build target 'host' and set it as active
29502025-12-03T15:20:40.573ZDec 03 15:20:39.568 INFO [host-target] process exited with exit status: 0 (25.186749ms)
29512025-12-03T15:20:40.573ZDec 03 15:20:39.568 INFO [recovery-target] process exited with exit status: 0 (25.648661ms)
29522025-12-03T15:20:40.581ZDec 03 15:20:39.569 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
29532025-12-03T15:20:40.588Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
29542025-12-03T15:20:40.696Z[ helios-setup] Dec 03 15:20:39.691 INFO E| Compiling toml_datetime v0.7.3
29552025-12-03T15:20:41.017Z[ helios-setup] Dec 03 15:20:40.013 INFO E| Compiling icu_normalizer_data v2.1.1
29562025-12-03T15:20:41.102Z[ helios-setup] Dec 03 15:20:40.097 INFO E| Compiling num_threads v0.1.7
29572025-12-03T15:20:41.178Z[ helios-setup] Dec 03 15:20:40.173 INFO E| Compiling unicode-width v0.2.2
29582025-12-03T15:20:41.246Z[ helios-setup] Dec 03 15:20:40.241 INFO E| Compiling toml_edit v0.23.7
29592025-12-03T15:20:41.641Z[ helios-setup] Dec 03 15:20:40.635 INFO E| Compiling time v0.3.44
29602025-12-03T15:20:41.708Z[ helios-setup] Dec 03 15:20:40.700 INFO E| Compiling icu_provider v2.1.1
29612025-12-03T15:20:41.877Z[ helios-setup] Dec 03 15:20:40.872 INFO E| Compiling icu_collections v2.1.1
29622025-12-03T15:20:42.398Z[ helios-setup] Dec 03 15:20:41.393 INFO E| Compiling regress v0.10.5
29632025-12-03T15:20:43.064Z[ helios-setup] Dec 03 15:20:42.057 INFO E| Compiling http-body v1.0.1
29642025-12-03T15:20:43.371Z[ helios-setup] Dec 03 15:20:42.365 INFO E| Compiling sha2 v0.10.9
29652025-12-03T15:20:43.529Z[ helios-setup] Dec 03 15:20:42.524 INFO E| Compiling tracing-core v0.1.34
29662025-12-03T15:20:43.600Z[ helios-setup] Dec 03 15:20:42.595 INFO E| Compiling crunchy v0.2.4
29672025-12-03T15:20:44.238Z[ helios-setup] Dec 03 15:20:43.232 INFO E| Compiling percent-encoding v2.3.2
29682025-12-03T15:20:44.353Z[ host-package] Compiling ring v0.17.14
29692025-12-03T15:20:44.778Z[ host-package] Compiling progenitor-impl v0.10.0
29702025-12-03T15:20:44.781Z[ host-package] Compiling is-terminal v0.4.13
29712025-12-03T15:20:44.781Z[ host-package] Compiling convert_case v0.4.0
29722025-12-03T15:20:44.802Z[ host-package] Compiling thread_local v1.1.8
29732025-12-03T15:20:44.822Z[ host-package] Compiling match_cfg v0.1.0
29742025-12-03T15:20:45.338Z[ helios-setup] Dec 03 15:20:44.332 INFO E| Compiling atomic-waker v1.1.2
29752025-12-03T15:20:45.524Z[ host-package] Compiling hostname v0.3.1
29762025-12-03T15:20:45.653Z[ host-package] Compiling multer v3.1.0
29772025-12-03T15:20:45.902Z[ host-package] Compiling slog-async v2.8.0
29782025-12-03T15:20:46.076Z[ helios-setup] Dec 03 15:20:45.070 INFO E| Compiling tracing v0.1.41
29792025-12-03T15:20:46.161Z[ host-package] Compiling crossbeam-channel v0.5.15
29802025-12-03T15:20:46.314Z[ helios-setup] Dec 03 15:20:45.309 INFO E| Compiling proc-macro-crate v3.4.0
29812025-12-03T15:20:46.359Z[ host-package] Compiling derive_more v0.99.20
29822025-12-03T15:20:46.362Z[ host-package] Compiling toml_parser v1.0.2
29832025-12-03T15:20:46.362Z[ host-package] Compiling slog-json v2.6.1
29842025-12-03T15:20:46.412Z[ helios-setup] Dec 03 15:20:45.399 INFO E| Compiling getopts v0.2.24
29852025-12-03T15:20:47.130Z[ host-package] Compiling futures-executor v0.3.31
29862025-12-03T15:20:47.626Z[ helios-setup] Dec 03 15:20:46.621 INFO E| Compiling typify-impl v0.5.0
29872025-12-03T15:20:47.816Z[ helios-setup] Dec 03 15:20:46.810 INFO E| Compiling futures-executor v0.3.31
29882025-12-03T15:20:48.170Z[ host-package] Compiling hex v0.4.3
29892025-12-03T15:20:48.230Z[ helios-setup] Dec 03 15:20:47.223 INFO E| Compiling thread_local v1.1.9
29902025-12-03T15:20:48.265Z[ host-package] Compiling toml_datetime v0.7.0
29912025-12-03T15:20:48.769Z[ helios-setup] Dec 03 15:20:47.763 INFO E| Compiling tiny-keccak v2.0.2
29922025-12-03T15:20:49.395Z[ host-package] Compiling serde_spanned v1.0.0
29932025-12-03T15:20:49.628Z[ host-package] Compiling term v1.1.0
29942025-12-03T15:20:49.685Z[ helios-setup] Dec 03 15:20:48.679 INFO E| Compiling thiserror v1.0.69
29952025-12-03T15:20:49.710Z[ host-package] Compiling toml_writer v1.0.2
29962025-12-03T15:20:49.718Z[ helios-setup] Dec 03 15:20:48.712 INFO E| Compiling try-lock v0.2.5
29972025-12-03T15:20:49.806Z[ helios-setup] Dec 03 15:20:48.798 INFO E| Compiling tower-service v0.3.3
29982025-12-03T15:20:50.102Z[ host-package] Compiling take_mut v0.2.2
29992025-12-03T15:20:50.205Z[ helios-setup] Dec 03 15:20:49.199 INFO E| Compiling rustix v1.1.2
30002025-12-03T15:20:50.339Z[ helios-setup] Dec 03 15:20:49.333 INFO E| Compiling want v0.3.1
30012025-12-03T15:20:50.771Z[ host-package] Compiling slog-term v2.9.2
30022025-12-03T15:20:50.914Z[ helios-setup] Dec 03 15:20:49.908 INFO E| Compiling tokio-util v0.7.16
30032025-12-03T15:20:51.130Z[ helios-setup] Dec 03 15:20:50.124 INFO E| Compiling num_enum_derive v0.7.5
30042025-12-03T15:20:51.544Z[ host-package] Compiling rustls v0.23.19
30052025-12-03T15:20:51.677Z[ host-package] Compiling rustls v0.22.4
30062025-12-03T15:20:51.792Z[ helios-setup] Dec 03 15:20:50.786 INFO E| Compiling futures v0.3.31
30072025-12-03T15:20:51.865Z[ host-package] Compiling toml v0.9.5
30082025-12-03T15:20:52.168Z[ helios-setup] Dec 03 15:20:51.161 INFO E| Compiling icu_properties v2.1.1
30092025-12-03T15:20:52.478Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
30102025-12-03T15:20:52.739Z[ helios-setup] Dec 03 15:20:51.732 INFO E| Compiling icu_normalizer v2.1.1
30112025-12-03T15:20:53.174Z[ host-package] Compiling futures v0.3.31
30122025-12-03T15:20:53.265Z[ host-package] Compiling slog-bunyan v2.5.0
30132025-12-03T15:20:54.098Z[ host-package] Compiling dropshot v0.16.4
30142025-12-03T15:20:54.344Z[ host-package] Compiling async-stream v0.3.6
30152025-12-03T15:20:55.260Z[ host-package] Compiling waitgroup v0.1.2
30162025-12-03T15:20:55.296Z[ helios-setup] Dec 03 15:20:54.289 INFO E| Compiling h2 v0.4.12
30172025-12-03T15:20:55.525Z[ host-package] Compiling rustls-pemfile v2.2.0
30182025-12-03T15:20:55.975Z[ host-package] Compiling progenitor-macro v0.10.0
30192025-12-03T15:20:56.013Z[ host-package] Compiling serde_path_to_error v0.1.17
30202025-12-03T15:20:56.263Z[ host-package] Compiling instant v0.1.13
30212025-12-03T15:20:56.898Z[ host-package] Compiling hostname v0.4.0
30222025-12-03T15:20:57.077Z[ host-package] Compiling debug-ignore v1.0.5
30232025-12-03T15:20:57.299Z[ host-package] Compiling rustls-webpki v0.102.8
30242025-12-03T15:20:57.411Z[ host-package] Compiling backoff v0.4.0
30252025-12-03T15:20:57.588Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
30262025-12-03T15:20:57.776Z[ host-package] Compiling parse-display v0.10.0
30272025-12-03T15:20:57.975Z[ helios-setup] Dec 03 15:20:56.968 INFO E| Compiling form_urlencoded v1.2.2
30282025-12-03T15:20:58.300Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30292025-12-03T15:20:58.784Z[ helios-setup] Dec 03 15:20:57.776 INFO E| Compiling thiserror-impl v1.0.69
30302025-12-03T15:20:59.099Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30312025-12-03T15:20:59.276Z[ host-package] Compiling num-rational v0.4.2
30322025-12-03T15:20:59.364Z[ helios-setup] Dec 03 15:20:58.357 INFO E| Compiling serde_spanned v1.0.3
30332025-12-03T15:20:59.901Z[ helios-setup] Dec 03 15:20:58.894 INFO E| Compiling errno v0.3.14
30342025-12-03T15:21:00.092Z[ helios-setup] Dec 03 15:20:59.082 INFO E| Compiling is-terminal v0.4.17
30352025-12-03T15:21:00.599Z[ helios-setup] Dec 03 15:20:59.591 INFO E| Compiling toml_writer v1.0.4
30362025-12-03T15:21:00.681Z[ helios-setup] Dec 03 15:20:59.673 INFO E| Compiling adler2 v2.0.1
30372025-12-03T15:21:00.901Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
30382025-12-03T15:21:01.038Z[ host-package] Compiling num-complex v0.4.6
30392025-12-03T15:21:01.230Z[ helios-setup] Dec 03 15:21:00.222 INFO E| Compiling term v1.2.0
30402025-12-03T15:21:01.713Z[ host-package] Compiling macaddr v1.0.1
30412025-12-03T15:21:01.729Z[ helios-setup] Dec 03 15:21:00.720 INFO E| Compiling httpdate v1.0.3
30422025-12-03T15:21:01.950Z[ helios-setup] Dec 03 15:21:00.941 INFO E| Compiling simd-adler32 v0.3.7
30432025-12-03T15:21:03.058Z[ host-package] Compiling num v0.4.3
30442025-12-03T15:21:03.373Z[ helios-setup] Dec 03 15:21:02.365 INFO E| Compiling slog-term v2.9.2
30452025-12-03T15:21:03.503Z[ helios-setup] Dec 03 15:21:02.494 INFO E| Compiling miniz_oxide v0.8.9
30462025-12-03T15:21:04.697Z[ host-package] Compiling float-ord v0.3.2
30472025-12-03T15:21:05.112Z[ helios-setup] Dec 03 15:21:04.103 INFO E| Compiling typify-macro v0.5.0
30482025-12-03T15:21:06.110Z[ helios-setup] Dec 03 15:21:05.102 INFO E| Compiling toml v0.9.8
30492025-12-03T15:21:06.364Z[ host-package] Compiling toml v0.8.23
30502025-12-03T15:21:06.773Z[ host-package] Compiling prettyplease v0.2.36
30512025-12-03T15:21:06.945Z[ host-package] Compiling bytecount v0.6.8
30522025-12-03T15:21:08.269Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
30532025-12-03T15:21:09.060Z[ helios-setup] Dec 03 15:21:08.050 INFO E| Compiling hyper v1.7.0
30542025-12-03T15:21:09.289Z[ host-package] Compiling tokio-rustls v0.25.0
30552025-12-03T15:21:10.661Z[ host-package] Compiling secrecy v0.10.3
30562025-12-03T15:21:11.635Z[ helios-setup] Dec 03 15:21:10.625 INFO E| Compiling idna_adapter v1.2.1
30572025-12-03T15:21:13.169Z[ helios-setup] Dec 03 15:21:12.160 INFO E| Compiling num_enum v0.7.5
30582025-12-03T15:21:14.177Z[ helios-setup] Dec 03 15:21:13.167 INFO E| Compiling aho-corasick v1.1.4
30592025-12-03T15:21:14.596Z[ helios-setup] Dec 03 15:21:13.586 INFO E| Compiling rand_core v0.9.3
30602025-12-03T15:21:15.183Z[ host-package] Compiling tokio-rustls v0.26.0
30612025-12-03T15:21:16.104Z[ helios-setup] Dec 03 15:21:15.094 INFO E| Compiling sync_wrapper v1.0.2
30622025-12-03T15:21:16.276Z[ host-package] Compiling hyper-rustls v0.27.7
30632025-12-03T15:21:16.740Z[ helios-setup] Dec 03 15:21:15.730 INFO E| Compiling ipnet v2.11.0
30642025-12-03T15:21:17.786Z[ host-package] Compiling reqwest v0.12.24
30652025-12-03T15:21:20.607Z[ helios-setup] Dec 03 15:21:19.595 INFO E| Compiling libdevinfo-sys v1.1.0
30662025-12-03T15:21:20.907Z[ helios-setup] Dec 03 15:21:19.896 INFO E| Compiling base64 v0.22.1
30672025-12-03T15:21:21.059Z[ helios-setup] Dec 03 15:21:20.048 INFO E| Compiling utf8_iter v1.0.4
30682025-12-03T15:21:21.889Z[ helios-setup] Dec 03 15:21:20.877 INFO E| Compiling base64ct v1.8.0
30692025-12-03T15:21:22.776Z[ helios-setup] Dec 03 15:21:21.764 INFO E| Compiling regex-syntax v0.8.8
30702025-12-03T15:21:22.792Z[ host-package] Compiling derive-where v1.5.0
30712025-12-03T15:21:23.280Z[ host-package] Compiling console v0.15.10
30722025-12-03T15:21:24.228Z[ helios-setup] Dec 03 15:21:23.216 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
30732025-12-03T15:21:24.923Z[ helios-setup] Dec 03 15:21:23.911 INFO E| Compiling tower-layer v0.3.3
30742025-12-03T15:21:25.294Z[ helios-setup] Dec 03 15:21:24.282 INFO E| Compiling pem-rfc7468 v0.7.0
30752025-12-03T15:21:25.412Z[ helios-setup] Dec 03 15:21:24.401 INFO E| Compiling hyper-util v0.1.17
30762025-12-03T15:21:26.180Z[ helios-setup] Dec 03 15:21:25.167 INFO E| Compiling tower v0.5.2
30772025-12-03T15:21:26.455Z[ helios-setup] Dec 03 15:21:25.443 INFO E| Compiling idna v1.1.0
30782025-12-03T15:21:28.111Z[ helios-setup] Dec 03 15:21:27.099 INFO E| Compiling devinfo v0.1.0
30792025-12-03T15:21:28.290Z[ host-package] Compiling progenitor-client v0.11.2
30802025-12-03T15:21:28.461Z[ host-package] Compiling progenitor-client v0.10.0
30812025-12-03T15:21:28.573Z[ helios-setup] Dec 03 15:21:27.561 INFO E| Compiling const-random-macro v0.1.16
30822025-12-03T15:21:28.835Z[ host-package] Compiling swrite v0.1.0
30832025-12-03T15:21:29.231Z[ host-package] Compiling progenitor v0.11.2
30842025-12-03T15:21:29.407Z[ helios-setup] Dec 03 15:21:28.395 INFO E| Compiling rand_chacha v0.9.0
30852025-12-03T15:21:29.425Z[ host-package] Compiling password-hash v0.5.0
30862025-12-03T15:21:29.743Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
30872025-12-03T15:21:30.015Z[ host-package] Compiling blake2 v0.10.6
30882025-12-03T15:21:30.178Z[ helios-setup] Dec 03 15:21:29.165 INFO E| Compiling flate2 v1.1.5
30892025-12-03T15:21:30.993Z[ helios-setup] Dec 03 15:21:29.980 INFO E| Compiling regex-automata v0.4.13
30902025-12-03T15:21:31.185Z[ helios-setup] Dec 03 15:21:30.172 INFO E| Compiling serde_urlencoded v0.7.1
30912025-12-03T15:21:32.275Z[ helios-setup] Dec 03 15:21:31.263 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
30922025-12-03T15:21:32.337Z[ helios-setup] Dec 03 15:21:31.322 INFO E| Compiling http-body-util v0.1.3
30932025-12-03T15:21:32.930Z[ helios-setup] Dec 03 15:21:31.918 INFO E| Compiling ring v0.17.14
30942025-12-03T15:21:33.367Z[ helios-setup] Dec 03 15:21:32.354 INFO E| Compiling der_derive v0.7.3
30952025-12-03T15:21:33.678Z[ helios-setup] Dec 03 15:21:32.665 INFO E| Compiling sha1 v0.10.6
30962025-12-03T15:21:33.799Z[ host-package] Compiling argon2 v0.5.3
30972025-12-03T15:21:35.516Z[ helios-setup] Dec 03 15:21:34.503 INFO E| Compiling ahash v0.8.12
30982025-12-03T15:21:36.358Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30992025-12-03T15:21:37.420Z[ helios-setup] Dec 03 15:21:36.406 INFO E| Compiling iri-string v0.7.8
31002025-12-03T15:21:38.654Z[ helios-setup] Dec 03 15:21:37.640 INFO E| Compiling utf8parse v0.2.2
31012025-12-03T15:21:38.949Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31022025-12-03T15:21:39.116Z[ helios-setup] Dec 03 15:21:38.103 INFO E| Compiling byteorder v1.5.0
31032025-12-03T15:21:39.502Z[ helios-setup] Dec 03 15:21:38.488 INFO E| Compiling flagset v0.4.7
31042025-12-03T15:21:40.144Z[ helios-setup] Dec 03 15:21:39.130 INFO E| Compiling spin v0.9.8
31052025-12-03T15:21:40.530Z[ helios-setup] Dec 03 15:21:39.517 INFO E| Compiling bitflags v1.3.2
31062025-12-03T15:21:40.708Z[ helios-setup] Dec 03 15:21:39.694 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
31072025-12-03T15:21:43.376Z[ helios-setup] Dec 03 15:21:42.361 INFO E| Compiling der v0.7.10
31082025-12-03T15:21:43.505Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31092025-12-03T15:21:44.246Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31102025-12-03T15:21:45.413Z[ helios-setup] Dec 03 15:21:44.398 INFO E| Compiling tower-http v0.6.6
31112025-12-03T15:21:45.979Z[ host-package] Compiling slog-dtrace v0.3.0
31122025-12-03T15:21:47.060Z[ host-package] Compiling newline-converter v0.3.0
31132025-12-03T15:21:47.761Z[ host-package] Compiling atomicwrites v0.4.4
31142025-12-03T15:21:48.508Z[ helios-setup] Dec 03 15:21:47.492 INFO E| Compiling regex v1.12.2
31152025-12-03T15:21:50.547Z[ helios-setup] Dec 03 15:21:49.530 INFO E| Compiling anstyle-parse v0.2.7
31162025-12-03T15:21:55.571Z[ host-package] Compiling progenitor v0.10.0
31172025-12-03T15:21:56.135Z[ helios-setup] Dec 03 15:21:55.119 INFO E| Compiling const-random v0.1.18
31182025-12-03T15:21:56.262Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31192025-12-03T15:21:56.457Z[ helios-setup] Dec 03 15:21:55.440 INFO E| Compiling rand v0.9.2
31202025-12-03T15:21:57.269Z[ helios-setup] Dec 03 15:21:56.253 INFO E| Compiling url v2.5.7
31212025-12-03T15:21:57.759Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31222025-12-03T15:21:59.361Z[ host-package] Compiling expectorate v1.2.0
31232025-12-03T15:22:01.946Z[ helios-setup] Dec 03 15:22:00.929 INFO E| Compiling typify v0.5.0
31242025-12-03T15:22:02.297Z[ helios-setup] Dec 03 15:22:01.280 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
31252025-12-03T15:22:02.642Z[ helios-setup] Dec 03 15:22:01.625 INFO E| Compiling openapiv3 v2.2.0
31262025-12-03T15:22:03.316Z[ host-package] Compiling resolv-conf v0.7.0
31272025-12-03T15:22:05.439Z[ host-package] Compiling owo-colors v4.2.2
31282025-12-03T15:22:06.666Z[ host-package] Compiling cancel-safe-futures v0.1.5
31292025-12-03T15:22:06.957Z[ host-package] Compiling libsw-core v0.3.1
31302025-12-03T15:22:07.860Z[ host-package] Compiling linked-hash-map v0.5.6
31312025-12-03T15:22:07.932Z[ helios-setup] Dec 03 15:22:06.913 INFO E| Compiling rand_core v0.6.4
31322025-12-03T15:22:09.314Z[ helios-setup] Dec 03 15:22:08.295 INFO E| Compiling anstyle-query v1.1.4
31332025-12-03T15:22:09.897Z[ helios-setup] Dec 03 15:22:08.879 INFO E| Compiling utf-8 v0.7.6
31342025-12-03T15:22:09.910Z[ host-package] Compiling lru-cache v0.1.2
31352025-12-03T15:22:10.402Z[ host-package] Compiling libsw v3.5.0
31362025-12-03T15:22:10.902Z[ helios-setup] Dec 03 15:22:09.883 INFO E| Compiling data-encoding v2.9.0
31372025-12-03T15:22:12.004Z[ helios-setup] Dec 03 15:22:10.985 INFO E| Compiling radium v0.7.0
31382025-12-03T15:22:13.010Z[ helios-setup] Dec 03 15:22:11.991 INFO E| Compiling syn v1.0.109
31392025-12-03T15:22:13.445Z[ helios-setup] Dec 03 15:22:12.426 INFO E| Compiling subtle v2.6.1
31402025-12-03T15:22:14.173Z[ helios-setup] Dec 03 15:22:13.153 INFO E| Compiling anstyle v1.0.13
31412025-12-03T15:22:14.644Z[ helios-setup] Dec 03 15:22:13.617 INFO E| Compiling unsafe-libyaml v0.2.11
31422025-12-03T15:22:14.807Z[ helios-setup] Dec 03 15:22:13.788 INFO E| Compiling is_terminal_polyfill v1.70.2
31432025-12-03T15:22:15.218Z[ helios-setup] Dec 03 15:22:14.199 INFO E| Compiling colorchoice v1.0.4
31442025-12-03T15:22:15.531Z[ helios-setup] Dec 03 15:22:14.512 INFO E| Compiling progenitor-impl v0.11.2 (https://github.com/oxidecomputer/progenitor#5c4b6016)
31452025-12-03T15:22:15.714Z[ helios-setup] Dec 03 15:22:14.694 INFO E| Compiling anstream v0.6.21
31462025-12-03T15:22:16.176Z[ helios-setup] Dec 03 15:22:15.156 INFO E| Compiling tungstenite v0.28.0
31472025-12-03T15:22:16.858Z[ host-package] Compiling linear-map v1.2.0
31482025-12-03T15:22:17.621Z[ host-package] Compiling unicode-xid v0.2.6
31492025-12-03T15:22:17.923Z[ helios-setup] Dec 03 15:22:16.901 INFO E| Compiling serde_yaml v0.9.34+deprecated
31502025-12-03T15:22:17.975Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31512025-12-03T15:22:18.094Z[ host-package] Compiling hickory-proto v0.24.4
31522025-12-03T15:22:18.411Z[ helios-setup] Dec 03 15:22:17.391 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
31532025-12-03T15:22:21.399Z[ host-package] Compiling convert_case v0.7.1
31542025-12-03T15:22:23.053Z[ host-package] Compiling derive_more-impl v2.0.1
31552025-12-03T15:22:24.603Z[ helios-setup] Dec 03 15:22:23.582 INFO E| Compiling reqwest v0.12.24
31562025-12-03T15:22:26.790Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31572025-12-03T15:22:27.665Z[ helios-setup] Dec 03 15:22:26.644 INFO E| Compiling spki v0.7.3
31582025-12-03T15:22:28.179Z[ helios-setup] Dec 03 15:22:27.158 INFO E| Compiling terminal_size v0.4.3
31592025-12-03T15:22:28.827Z[ helios-setup] Dec 03 15:22:27.806 INFO E| Compiling rustls-pki-types v1.13.0
31602025-12-03T15:22:29.073Z[ helios-setup] Dec 03 15:22:28.052 INFO E| Compiling untrusted v0.9.0
31612025-12-03T15:22:29.631Z[ helios-setup] Dec 03 15:22:28.610 INFO E| Compiling maybe-uninit v2.0.0
31622025-12-03T15:22:30.128Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31632025-12-03T15:22:30.632Z[ helios-setup] Dec 03 15:22:29.611 INFO E| Compiling pkg-config v0.3.32
31642025-12-03T15:22:30.857Z[ helios-setup] Dec 03 15:22:29.835 INFO E| Compiling crossbeam-utils v0.8.21
31652025-12-03T15:22:31.874Z[ host-package] Compiling hickory-resolver v0.24.4
31662025-12-03T15:22:32.471Z[ helios-setup] Dec 03 15:22:31.449 INFO E| Compiling tap v1.0.1
31672025-12-03T15:22:32.796Z[ helios-setup] Dec 03 15:22:31.774 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
31682025-12-03T15:22:33.158Z[ helios-setup] Dec 03 15:22:32.136 INFO E| Compiling wyz v0.5.1
31692025-12-03T15:22:33.224Z[ helios-setup] Dec 03 15:22:32.202 INFO E| Compiling progenitor-client v0.11.2 (https://github.com/oxidecomputer/progenitor#5c4b6016)
31702025-12-03T15:22:35.290Z[ helios-setup] Dec 03 15:22:34.258 INFO E| Compiling progenitor-macro v0.11.2 (https://github.com/oxidecomputer/progenitor#5c4b6016)
31712025-12-03T15:22:38.625Z[ host-package] Compiling qorb v0.4.1
31722025-12-03T15:22:39.881Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31732025-12-03T15:22:40.529Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31742025-12-03T15:22:44.767Z[ helios-setup] Dec 03 15:22:43.743 INFO E| Compiling tokio-tungstenite v0.28.0
31752025-12-03T15:22:45.803Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31762025-12-03T15:22:49.346Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31772025-12-03T15:22:53.822Z[ helios-setup] Dec 03 15:22:52.796 INFO E| Compiling rand_chacha v0.3.1
31782025-12-03T15:22:55.594Z[ helios-setup] Dec 03 15:22:54.569 INFO E| Compiling num-integer v0.1.46
31792025-12-03T15:22:56.299Z[ helios-setup] Dec 03 15:22:55.274 INFO E| Compiling smartstring v1.0.1
31802025-12-03T15:22:57.708Z[ helios-setup] Dec 03 15:22:56.682 INFO E| Compiling num-bigint-dig v0.8.4
31812025-12-03T15:22:58.081Z[ helios-setup] Dec 03 15:22:57.055 INFO E| Compiling packed_struct v0.10.1
31822025-12-03T15:22:58.173Z[ helios-setup] Dec 03 15:22:57.148 INFO E| Compiling strsim v0.11.1
31832025-12-03T15:22:58.418Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31842025-12-03T15:22:59.096Z[ helios-setup] Dec 03 15:22:58.069 INFO E| Compiling virtue v0.0.18
31852025-12-03T15:22:59.143Z[ helios-setup] Dec 03 15:22:58.117 INFO E| Compiling clap_lex v0.7.6
31862025-12-03T15:23:00.759Z[ helios-setup] Dec 03 15:22:59.733 INFO E| Compiling rustls v0.22.4
31872025-12-03T15:23:01.733Z[ helios-setup] Dec 03 15:23:00.707 INFO E| Compiling funty v2.0.0
31882025-12-03T15:23:01.802Z[ helios-setup] Dec 03 15:23:00.775 INFO E| Compiling bincode_derive v2.0.1
31892025-12-03T15:23:01.934Z[ helios-setup] Dec 03 15:23:00.908 INFO E| Compiling clap_builder v4.5.51
31902025-12-03T15:23:02.189Z[ helios-setup] Dec 03 15:23:01.162 INFO E| Compiling packed_struct_codegen v0.10.1
31912025-12-03T15:23:03.576Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
31922025-12-03T15:23:04.632Z[ helios-setup] Dec 03 15:23:03.605 INFO E| Compiling bitvec v1.0.1
31932025-12-03T15:23:07.569Z[ helios-setup] Dec 03 15:23:06.542 INFO E| Compiling progenitor v0.11.2 (https://github.com/oxidecomputer/progenitor#5c4b6016)
31942025-12-03T15:23:08.191Z[ helios-setup] Dec 03 15:23:07.163 INFO E| Compiling num-iter v0.1.45
31952025-12-03T15:23:08.701Z[ helios-setup] Dec 03 15:23:07.674 INFO E| Compiling rand v0.8.5
31962025-12-03T15:23:09.074Z[ helios-setup] Dec 03 15:23:08.046 INFO E| Compiling rustls-webpki v0.102.8
31972025-12-03T15:23:13.997Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31982025-12-03T15:23:14.861Z[ host-package] Compiling derive_more v2.0.1
31992025-12-03T15:23:15.198Z[ host-package] Compiling vte_generate_state_changes v0.1.2
32002025-12-03T15:23:15.459Z[ host-package] Compiling siphasher v1.0.1
32012025-12-03T15:23:16.304Z[ host-package] Compiling termtree v0.5.1
32022025-12-03T15:23:16.590Z[ helios-setup] Dec 03 15:23:15.560 INFO E| Compiling pkcs8 v0.10.2
32032025-12-03T15:23:17.025Z[ host-package] Compiling utf-8 v0.7.6
32042025-12-03T15:23:17.174Z[ host-package] Compiling vte v0.11.1
32052025-12-03T15:23:17.852Z[ host-package] Compiling phf_shared v0.12.1
32062025-12-03T15:23:18.723Z[ helios-setup] Dec 03 15:23:17.694 INFO E| Compiling lazy_static v1.5.0
32072025-12-03T15:23:19.044Z[ host-package] Compiling crossterm v0.29.0
32082025-12-03T15:23:19.177Z[ helios-setup] Dec 03 15:23:18.148 INFO E| Compiling clap_derive v4.5.49
32092025-12-03T15:23:19.904Z[ helios-setup] Dec 03 15:23:18.875 INFO E| Compiling bitfield-macros v0.19.3
32102025-12-03T15:23:20.327Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32112025-12-03T15:23:21.420Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32122025-12-03T15:23:22.241Z[ helios-setup] Dec 03 15:23:21.211 INFO E| Compiling zerocopy-derive v0.6.6
32132025-12-03T15:23:23.826Z[ helios-setup] Dec 03 15:23:22.796 INFO E| Compiling multer v3.1.0
32142025-12-03T15:23:25.032Z[ helios-setup] Dec 03 15:23:24.003 INFO E| Compiling indexmap v1.9.3
32152025-12-03T15:23:26.056Z[ helios-setup] Dec 03 15:23:25.025 INFO E| Compiling nodrop v0.1.14
32162025-12-03T15:23:26.239Z[ helios-setup] Dec 03 15:23:25.209 INFO E| Compiling paste v1.0.15
32172025-12-03T15:23:26.389Z[ helios-setup] Dec 03 15:23:25.359 INFO E| Compiling match_cfg v0.1.0
32182025-12-03T15:23:27.174Z[ helios-setup] Dec 03 15:23:26.144 INFO E| Compiling camino v1.2.1
32192025-12-03T15:23:27.254Z[ helios-setup] Dec 03 15:23:26.224 INFO E| Compiling static_assertions v1.1.0
32202025-12-03T15:23:27.677Z[ helios-setup] Dec 03 15:23:26.647 INFO E| Compiling crc-catalog v2.4.0
32212025-12-03T15:23:28.065Z[ helios-setup] Dec 03 15:23:27.034 INFO E| Compiling unty v0.0.4
32222025-12-03T15:23:28.189Z[ helios-setup] Dec 03 15:23:27.159 INFO E| Compiling slog-async v2.8.0
32232025-12-03T15:23:28.269Z[ helios-setup] Dec 03 15:23:27.239 INFO E| Compiling crc v3.3.0
32242025-12-03T15:23:28.753Z[ helios-setup] Dec 03 15:23:27.722 INFO E| Compiling bincode v2.0.1
32252025-12-03T15:23:29.283Z[ helios-setup] Dec 03 15:23:28.252 INFO E| Compiling clap v4.5.51
32262025-12-03T15:23:29.810Z[ helios-setup] Dec 03 15:23:28.780 INFO E| Compiling hostname v0.3.1
32272025-12-03T15:23:30.088Z[ helios-setup] Dec 03 15:23:29.057 INFO E| Compiling array-init v0.0.4
32282025-12-03T15:23:30.339Z[ helios-setup] Dec 03 15:23:29.307 INFO E| Compiling zerocopy v0.6.6
32292025-12-03T15:23:30.694Z[ helios-setup] Dec 03 15:23:29.663 INFO E| Compiling bitfield v0.19.3
32302025-12-03T15:23:31.648Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32312025-12-03T15:23:32.281Z[ helios-setup] Dec 03 15:23:31.249 INFO E| Compiling pkcs1 v0.7.5
32322025-12-03T15:23:32.287Z[ helios-setup] Dec 03 15:23:31.255 INFO E| Compiling crossbeam-channel v0.5.15
32332025-12-03T15:23:32.349Z[ helios-setup] Dec 03 15:23:31.318 INFO E| Compiling smallvec v0.6.14
32342025-12-03T15:23:33.200Z[ host-package] Compiling half v2.4.1
32352025-12-03T15:23:34.319Z[ host-package] Compiling chrono-tz v0.10.4
32362025-12-03T15:23:34.969Z[ host-package] Compiling ciborium-io v0.2.2
32372025-12-03T15:23:35.328Z[ host-package] Compiling ciborium-ll v0.2.2
32382025-12-03T15:23:35.656Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32392025-12-03T15:23:35.927Z[ helios-setup] Dec 03 15:23:34.896 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
32402025-12-03T15:23:36.742Z[ host-package] Compiling strip-ansi-escapes v0.2.0
32412025-12-03T15:23:36.800Z[ host-package] Compiling phf v0.12.1
32422025-12-03T15:23:36.927Z[ host-package] Compiling const_format_proc_macros v0.2.34
32432025-12-03T15:23:37.835Z[ host-package] Compiling papergrid v0.11.0
32442025-12-03T15:23:37.908Z[ host-package] Compiling tabled_derive v0.7.0
32452025-12-03T15:23:38.759Z[ helios-setup] Dec 03 15:23:37.727 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
32462025-12-03T15:23:38.891Z[ helios-setup] Dec 03 15:23:37.859 INFO E| Compiling signature v2.2.0
32472025-12-03T15:23:39.827Z[ helios-setup] Dec 03 15:23:38.794 INFO E| Compiling slog-json v2.6.1
32482025-12-03T15:23:40.786Z[ host-package] Compiling fd-lock v4.0.2
32492025-12-03T15:23:40.990Z[ helios-setup] Dec 03 15:23:39.958 INFO E| Compiling toml_datetime v0.6.11
32502025-12-03T15:23:41.595Z[ host-package] Compiling peg-macros v0.8.5
32512025-12-03T15:23:41.703Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32522025-12-03T15:23:42.259Z[ helios-setup] Dec 03 15:23:41.226 INFO E| Compiling serde_spanned v0.6.9
32532025-12-03T15:23:42.532Z[ helios-setup] Dec 03 15:23:41.499 INFO E| Compiling thin-vec v0.2.14
32542025-12-03T15:23:42.993Z[ helios-setup] Dec 03 15:23:41.960 INFO E| Compiling async-stream-impl v0.3.6
32552025-12-03T15:23:43.992Z[ host-package] Compiling csv-core v0.1.11
32562025-12-03T15:23:44.307Z[ helios-setup] Dec 03 15:23:43.273 INFO E| Compiling rhai_codegen v3.1.0
32572025-12-03T15:23:44.611Z[ host-package] Compiling highway v1.3.0
32582025-12-03T15:23:45.757Z[ host-package] Compiling nu-ansi-term v0.50.1
32592025-12-03T15:23:45.868Z[ helios-setup] Dec 03 15:23:44.835 INFO E| Compiling env_filter v0.1.4
32602025-12-03T15:23:47.536Z[ host-package] Compiling peg v0.8.5
32612025-12-03T15:23:47.883Z[ host-package] Compiling reedline v0.40.0
32622025-12-03T15:23:47.987Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32632025-12-03T15:23:48.167Z[ host-package] Compiling tough v0.20.0
32642025-12-03T15:23:48.698Z[ helios-setup] Dec 03 15:23:47.664 INFO E| Compiling dropshot v0.16.4
32652025-12-03T15:23:49.606Z[ helios-setup] Dec 03 15:23:48.572 INFO E| Compiling encoding_rs v0.8.35
32662025-12-03T15:23:49.903Z[ helios-setup] Dec 03 15:23:48.869 INFO E| Compiling mime v0.3.17
32672025-12-03T15:23:50.956Z[ host-package] Compiling csv v1.3.1
32682025-12-03T15:23:51.683Z[ helios-setup] Dec 03 15:23:50.649 INFO E| Compiling hashbrown v0.12.3
32692025-12-03T15:23:52.108Z[ host-package] Compiling tabled v0.15.0
32702025-12-03T15:23:52.142Z[ helios-setup] Dec 03 15:23:51.096 INFO E| Compiling winnow v0.5.40
32712025-12-03T15:23:53.104Z[ helios-setup] Dec 03 15:23:52.070 INFO E| Compiling base64 v0.21.7
32722025-12-03T15:23:54.646Z[ helios-setup] Dec 03 15:23:53.611 INFO E| Compiling take_mut v0.2.2
32732025-12-03T15:23:54.776Z[ host-package] Compiling const_format v0.2.34
32742025-12-03T15:23:57.283Z[ helios-setup] Dec 03 15:23:56.248 INFO E| Compiling ron v0.8.1
32752025-12-03T15:23:58.175Z[ host-package] Compiling ciborium v0.2.2
32762025-12-03T15:24:00.633Z[ helios-setup] Dec 03 15:23:59.597 INFO E| Compiling toml_edit v0.19.15
32772025-12-03T15:24:01.414Z[ helios-setup] Dec 03 15:24:00.378 INFO E| Compiling rhai v1.23.6
32782025-12-03T15:24:01.772Z[ helios-setup] Dec 03 15:24:00.737 INFO E| Compiling env_logger v0.11.8
32792025-12-03T15:24:02.214Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32802025-12-03T15:24:03.210Z[ host-package] Compiling bcs v0.1.6
32812025-12-03T15:24:03.439Z[ helios-setup] Dec 03 15:24:02.403 INFO E| Compiling async-stream v0.3.6
32822025-12-03T15:24:04.369Z[ helios-setup] Dec 03 15:24:03.333 INFO E| Compiling tokio-rustls v0.25.0
32832025-12-03T15:24:05.215Z[ helios-setup] Dec 03 15:24:04.179 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
32842025-12-03T15:24:05.336Z[ helios-setup] Dec 03 15:24:04.299 INFO E| Compiling slog-bunyan v2.5.0
32852025-12-03T15:24:05.460Z[ host-package] Compiling semver v0.1.20
32862025-12-03T15:24:06.202Z[ helios-setup] Dec 03 15:24:05.165 INFO E| Compiling rsa v0.9.8
32872025-12-03T15:24:06.316Z[ host-package] Compiling rustc_version v0.1.7
32882025-12-03T15:24:06.422Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32892025-12-03T15:24:07.188Z[ host-package] Compiling newtype_derive v0.1.6
32902025-12-03T15:24:08.415Z[ helios-setup] Dec 03 15:24:07.378 INFO E| Compiling serde-hex v0.1.0
32912025-12-03T15:24:08.528Z[ host-package] Compiling tungstenite v0.21.0
32922025-12-03T15:24:11.251Z[ helios-setup] Dec 03 15:24:10.215 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
32932025-12-03T15:24:11.601Z[ helios-setup] Dec 03 15:24:10.564 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32942025-12-03T15:24:12.403Z[ helios-setup] Dec 03 15:24:11.365 INFO E| Compiling bzip2 v0.4.4
32952025-12-03T15:24:16.607Z[ host-package] Compiling smawk v0.3.2
32962025-12-03T15:24:16.647Z[ helios-setup] Dec 03 15:24:15.610 INFO E| Compiling rustls-pemfile v2.2.0
32972025-12-03T15:24:17.018Z[ host-package] Compiling unicode-linebreak v0.1.5
32982025-12-03T15:24:17.108Z[ host-package] Compiling humantime v2.2.0
32992025-12-03T15:24:17.408Z[ helios-setup] Dec 03 15:24:16.370 INFO E| Compiling x509-cert v0.2.5
33002025-12-03T15:24:18.172Z[ helios-setup] Dec 03 15:24:17.133 INFO E| Compiling hashbrown v0.13.2
33012025-12-03T15:24:18.215Z[ host-package] Compiling textwrap v0.16.2
33022025-12-03T15:24:18.328Z[ host-package] Compiling tokio-tungstenite v0.21.0
33032025-12-03T15:24:19.403Z[ host-package] Compiling steno v0.4.1
33042025-12-03T15:24:20.259Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
33052025-12-03T15:24:20.363Z[ helios-setup] Dec 03 15:24:19.325 INFO E| Compiling waitgroup v0.1.2
33062025-12-03T15:24:20.971Z[ helios-setup] Dec 03 15:24:19.932 INFO E| Compiling dropshot_endpoint v0.16.4
33072025-12-03T15:24:21.214Z[ helios-setup] Dec 03 15:24:20.175 INFO E| Compiling async-trait v0.1.89
33082025-12-03T15:24:21.452Z[ helios-setup] Dec 03 15:24:20.413 INFO E| Compiling serde_path_to_error v0.1.20
33092025-12-03T15:24:22.153Z[ host-package] Compiling dropshot-api-manager-types v0.2.3
33102025-12-03T15:24:24.156Z[ helios-setup] Dec 03 15:24:23.116 INFO E| Compiling hostname v0.4.1
33112025-12-03T15:24:24.777Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
33122025-12-03T15:24:25.060Z[ helios-setup] Dec 03 15:24:24.021 INFO E| Compiling hex v0.4.3
33132025-12-03T15:24:25.973Z[ helios-setup] Dec 03 15:24:24.934 INFO E| Compiling crc-any v2.5.0
33142025-12-03T15:24:26.284Z[ helios-setup] Dec 03 15:24:25.244 INFO E| Compiling fastrand v2.3.0
33152025-12-03T15:24:26.862Z[ host-package] Compiling universal-hash v0.5.1
33162025-12-03T15:24:27.575Z[ helios-setup] Dec 03 15:24:26.532 INFO E| Compiling debug-ignore v1.0.5
33172025-12-03T15:24:27.750Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
33182025-12-03T15:24:27.805Z[ host-package] Compiling opaque-debug v0.3.1
33192025-12-03T15:24:28.109Z[ helios-setup] Dec 03 15:24:27.069 INFO E| Compiling rustc-hash v2.1.1
33202025-12-03T15:24:28.174Z[ helios-setup] Dec 03 15:24:27.127 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
33212025-12-03T15:24:28.283Z[ host-package] Compiling poly1305 v0.8.0
33222025-12-03T15:24:28.485Z[ helios-setup] Dec 03 15:24:27.445 INFO E| Compiling iddqd v0.3.14
33232025-12-03T15:24:29.147Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
33242025-12-03T15:24:31.605Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33252025-12-03T15:24:31.831Z[ host-package] Compiling chacha20 v0.9.1
33262025-12-03T15:24:32.559Z[ host-package] Compiling aead v0.5.2
33272025-12-03T15:24:32.638Z[ host-package] Compiling thiserror-no-std v2.0.2
33282025-12-03T15:24:33.048Z[ host-package] Compiling vsss-rs v3.3.4
33292025-12-03T15:24:33.261Z[ host-package] Compiling chacha20poly1305 v0.10.1
33302025-12-03T15:24:33.532Z[ host-package] Compiling moka v0.12.10
33312025-12-03T15:24:33.974Z[ host-package] Compiling tagptr v0.2.0
33322025-12-03T15:24:34.175Z[ helios-setup] Dec 03 15:24:33.134 INFO E| Compiling tempfile v3.23.0
33332025-12-03T15:24:34.630Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33342025-12-03T15:24:35.232Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
33352025-12-03T15:24:36.918Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
33362025-12-03T15:24:37.991Z[ helios-setup] Dec 03 15:24:36.949 INFO E| Compiling object v0.30.4
33372025-12-03T15:24:38.394Z[ helios-setup] Dec 03 15:24:37.353 INFO E| Compiling zip v0.6.6
33382025-12-03T15:24:38.723Z[ helios-setup] Dec 03 15:24:37.682 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33392025-12-03T15:24:38.980Z[ host-package] Compiling proc-macro-error2 v2.0.1
33402025-12-03T15:24:40.368Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33412025-12-03T15:24:41.640Z[ helios-setup] Dec 03 15:24:40.598 INFO E| Compiling toml v0.7.8
33422025-12-03T15:24:42.404Z[ host-package] Compiling hickory-resolver v0.25.2
33432025-12-03T15:24:43.660Z[ helios-setup] Dec 03 15:24:42.618 INFO E| Compiling unicode-linebreak v0.1.5
33442025-12-03T15:24:44.851Z[ helios-setup] Dec 03 15:24:43.809 INFO E| Compiling smawk v0.3.2
33452025-12-03T15:24:46.217Z[ helios-setup] Dec 03 15:24:45.175 INFO E| Compiling path-slash v0.1.5
33462025-12-03T15:24:47.143Z[ helios-setup] Dec 03 15:24:46.101 INFO E| Compiling textwrap v0.16.2
33472025-12-03T15:24:48.262Z[ helios-setup] Dec 03 15:24:47.219 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
33482025-12-03T15:24:49.143Z[ helios-setup] Dec 03 15:24:48.100 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
33492025-12-03T15:24:52.654Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33502025-12-03T15:24:52.835Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33512025-12-03T15:24:53.880Z[ helios-setup] Dec 03 15:24:52.837 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
33522025-12-03T15:24:55.685Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33532025-12-03T15:24:58.012Z[ helios-setup] Dec 03 15:24:56.968 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
33542025-12-03T15:24:58.901Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33552025-12-03T15:25:00.533Z[ host-package] Compiling vergen-gitcl v1.0.8
33562025-12-03T15:25:01.646Z[ host-package] Compiling dirs-sys-next v0.1.2
33572025-12-03T15:25:02.991Z[ host-package] Compiling maplit v1.0.2
33582025-12-03T15:25:03.701Z[ host-package] Compiling crunchy v0.2.2
33592025-12-03T15:25:04.987Z[ host-package] Compiling dirs-next v2.0.0
33602025-12-03T15:25:10.630Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33612025-12-03T15:25:12.347Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33622025-12-03T15:25:14.130Z[ host-package] Compiling dsl_auto_type v0.1.2
33632025-12-03T15:25:16.333Z[ host-package] Compiling scheduled-thread-pool v0.2.7
33642025-12-03T15:25:18.356Z[ host-package] Compiling num-derive v0.3.3
33652025-12-03T15:25:18.499Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
33662025-12-03T15:25:19.032Z[ host-package] Compiling tiny-keccak v2.0.2
33672025-12-03T15:25:19.557Z[ host-package] Compiling diesel_derives v2.2.3
33682025-12-03T15:25:20.802Z[ host-package] Compiling libscf-sys v1.1.0
33692025-12-03T15:25:21.115Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33702025-12-03T15:25:24.520Z[ helios-setup] Dec 03 15:25:23.471 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
33712025-12-03T15:25:25.398Z[ host-package] Compiling r2d2 v0.8.10
33722025-12-03T15:25:29.700Z[ host-package] Compiling term v0.7.0
33732025-12-03T15:25:31.976Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33742025-12-03T15:25:32.889Z[ host-package] Compiling arc-swap v1.7.1
33752025-12-03T15:25:34.351Z[ host-package] Compiling bit-vec v0.6.3
33762025-12-03T15:25:34.444Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33772025-12-03T15:25:35.420Z[ host-package] Compiling bit-set v0.5.3
33782025-12-03T15:25:35.653Z[ host-package] Compiling slog-scope v4.4.0
33792025-12-03T15:25:36.252Z[ host-package] Compiling diesel v2.2.12
33802025-12-03T15:25:38.098Z[ host-package] Compiling ascii-canvas v3.0.0
33812025-12-03T15:25:39.048Z[ helios-setup] Dec 03 15:25:37.997 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
33822025-12-03T15:25:39.294Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33832025-12-03T15:25:42.527Z[ host-package] Compiling tabled_derive v0.11.0
33842025-12-03T15:25:44.416Z[ host-package] Compiling papergrid v0.17.0
33852025-12-03T15:25:48.125Z[ host-package] Compiling testing_table v0.3.0
33862025-12-03T15:25:49.961Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33872025-12-03T15:25:50.411Z[ host-package] Compiling usdt-attr-macro v0.6.0
33882025-12-03T15:25:53.907Z[ host-package] Compiling usdt-macro v0.6.0
33892025-12-03T15:25:56.682Z[ host-package] Compiling ena v0.14.3
33902025-12-03T15:25:56.855Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33912025-12-03T15:25:57.801Z[ host-package] Compiling unicase v2.8.1
33922025-12-03T15:25:57.905Z[ host-package] Compiling regex-syntax v0.6.29
33932025-12-03T15:25:59.460Z[ host-package] Compiling diff v0.1.13
33942025-12-03T15:26:00.477Z[ host-package] Compiling bindgen v0.71.1
33952025-12-03T15:26:05.887Z[ host-package] Compiling usdt v0.6.0
33962025-12-03T15:26:05.888Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33972025-12-03T15:26:05.888Z[ helios-setup] Dec 03 15:26:04.385 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
33982025-12-03T15:26:06.326Z[ host-package] Compiling lalrpop v0.19.12
33992025-12-03T15:26:08.232Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
34002025-12-03T15:26:15.588Z[ host-package] Compiling tabled v0.20.0
34012025-12-03T15:26:20.395Z[ host-package] Compiling slog-stdlog v4.1.1
34022025-12-03T15:26:21.615Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34032025-12-03T15:26:26.143Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34042025-12-03T15:26:29.481Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34052025-12-03T15:26:30.725Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34062025-12-03T15:26:36.472Z[ host-package] Compiling polar-core v0.27.3
34072025-12-03T15:26:37.668Z[ host-package] Compiling slog-envlogger v2.2.0
34082025-12-03T15:26:39.178Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34092025-12-03T15:26:40.259Z[ host-package] Compiling headers-core v0.3.0
34102025-12-03T15:26:40.800Z[ host-package] Compiling libxml v0.3.3
34112025-12-03T15:26:40.982Z[ host-package] Compiling xshell-macros v0.2.7
34122025-12-03T15:26:41.475Z[ host-package] Compiling crc8 v0.1.1
34132025-12-03T15:26:42.896Z[ host-package] Compiling headers v0.4.1
34142025-12-03T15:26:43.003Z[ host-package] Compiling xshell v0.2.7
34152025-12-03T15:26:48.367Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34162025-12-03T15:26:50.159Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34172025-12-03T15:26:51.386Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34182025-12-03T15:26:53.460Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34192025-12-03T15:26:55.472Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
34202025-12-03T15:26:55.845Z[ host-package] Compiling strum_macros v0.24.3
34212025-12-03T15:26:56.522Z[ host-package] Compiling indoc v1.0.9
34222025-12-03T15:26:59.070Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34232025-12-03T15:26:59.618Z[ host-package] Compiling samael v0.0.19
34242025-12-03T15:27:01.599Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34252025-12-03T15:27:02.318Z[ host-package] Compiling derive_builder v0.20.2
34262025-12-03T15:27:02.670Z[ host-package] Compiling oso-derive v0.27.3
34272025-12-03T15:27:02.734Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
34282025-12-03T15:27:03.744Z[ host-package] Compiling quick-xml v0.37.2
34292025-12-03T15:27:05.963Z[ host-package] Compiling half v1.8.3
34302025-12-03T15:27:06.254Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34312025-12-03T15:27:06.329Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34322025-12-03T15:27:06.710Z[ helios-setup] Dec 03 15:27:05.646 INFO E| Finished `release` profile [optimized] target(s) in 7m 10s
34332025-12-03T15:27:06.859Z[ helios-setup] Dec 03 15:27:05.795 INFO building project "pilot" ok (430 seconds)
34342025-12-03T15:27:06.862Z[ helios-setup] Dec 03 15:27:05.795 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
34352025-12-03T15:27:06.969Z[ host-package] Compiling serde_cbor v0.11.2
34362025-12-03T15:27:06.973Z[ helios-setup] Dec 03 15:27:05.910 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.89.0-x86_64-unknown-illumos (default)"
34372025-12-03T15:27:06.976Z[ helios-setup] Dec 03 15:27:05.910 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
34382025-12-03T15:27:06.976Z[ helios-setup] Dec 03 15:27:05.910 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
34392025-12-03T15:27:07.386Z[ helios-setup] Dec 03 15:27:06.322 INFO E| Updating crates.io index
34402025-12-03T15:27:07.568Z[ helios-setup] Dec 03 15:27:06.492 INFO E| Downloading crates ...
34412025-12-03T15:27:07.709Z[ helios-setup] Dec 03 15:27:06.645 INFO E| Downloaded darling_macro v0.20.11
34422025-12-03T15:27:07.741Z[ helios-setup] Dec 03 15:27:06.677 INFO E| Downloaded time-core v0.1.4
34432025-12-03T15:27:07.744Z[ helios-setup] Dec 03 15:27:06.679 INFO E| Downloaded deranged v0.4.0
34442025-12-03T15:27:07.772Z[ helios-setup] Dec 03 15:27:06.708 INFO E| Downloaded time-macros v0.2.22
34452025-12-03T15:27:07.776Z[ helios-setup] Dec 03 15:27:06.712 INFO E| Downloaded darling v0.20.11
34462025-12-03T15:27:07.783Z[ helios-setup] Dec 03 15:27:06.719 INFO E| Downloaded thiserror-impl v2.0.12
34472025-12-03T15:27:07.786Z[ helios-setup] Dec 03 15:27:06.722 INFO E| Downloaded thiserror v2.0.12
34482025-12-03T15:27:07.795Z[ helios-setup] Dec 03 15:27:06.731 INFO E| Downloaded serde_with_macros v3.12.0
34492025-12-03T15:27:07.798Z[ helios-setup] Dec 03 15:27:06.734 INFO E| Downloaded getrandom v0.3.3
34502025-12-03T15:27:07.804Z[ helios-setup] Dec 03 15:27:06.740 INFO E| Downloaded unicode-ident v1.0.18
34512025-12-03T15:27:07.808Z[ helios-setup] Dec 03 15:27:06.744 INFO E| Downloaded serde_derive v1.0.219
34522025-12-03T15:27:07.822Z[ helios-setup] Dec 03 15:27:06.748 INFO E| Downloaded proc-macro2 v1.0.95
34532025-12-03T15:27:07.822Z[ helios-setup] Dec 03 15:27:06.752 INFO E| Downloaded darling_core v0.20.11
34542025-12-03T15:27:07.825Z[ helios-setup] Dec 03 15:27:06.759 INFO E| Downloaded serde v1.0.219
34552025-12-03T15:27:07.828Z[ helios-setup] Dec 03 15:27:06.764 INFO E| Downloaded indexmap v2.9.0
34562025-12-03T15:27:07.833Z[ helios-setup] Dec 03 15:27:06.769 INFO E| Downloaded anyhow v1.0.98
34572025-12-03T15:27:07.837Z[ helios-setup] Dec 03 15:27:06.774 INFO E| Downloaded bitflags v2.9.1
34582025-12-03T15:27:07.844Z[ helios-setup] Dec 03 15:27:06.780 INFO E| Downloaded time v0.3.41
34592025-12-03T15:27:07.856Z[ helios-setup] Dec 03 15:27:06.792 INFO E| Downloaded serde_with v3.12.0
34602025-12-03T15:27:07.870Z[ helios-setup] Dec 03 15:27:06.806 INFO E| Downloaded serde_json v1.0.140
34612025-12-03T15:27:07.891Z[ helios-setup] Dec 03 15:27:06.827 INFO E| Downloaded hashbrown v0.15.3
34622025-12-03T15:27:07.899Z[ helios-setup] Dec 03 15:27:06.835 INFO E| Downloaded chrono v0.4.41
34632025-12-03T15:27:07.955Z[ helios-setup] Dec 03 15:27:06.891 INFO E| Downloaded syn v2.0.101
34642025-12-03T15:27:07.999Z[ helios-setup] Dec 03 15:27:06.935 INFO E| Downloaded libc v0.2.172
34652025-12-03T15:27:08.126Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34662025-12-03T15:27:08.140Z[ helios-setup] Dec 03 15:27:07.076 INFO E| Compiling proc-macro2 v1.0.95
34672025-12-03T15:27:08.140Z[ helios-setup] Dec 03 15:27:07.076 INFO E| Compiling unicode-ident v1.0.18
34682025-12-03T15:27:08.143Z[ helios-setup] Dec 03 15:27:07.076 INFO E| Compiling libc v0.2.172
34692025-12-03T15:27:08.143Z[ helios-setup] Dec 03 15:27:07.077 INFO E| Compiling ident_case v1.0.1
34702025-12-03T15:27:08.143Z[ helios-setup] Dec 03 15:27:07.077 INFO E| Compiling strsim v0.11.1
34712025-12-03T15:27:08.143Z[ helios-setup] Dec 03 15:27:07.077 INFO E| Compiling fnv v1.0.7
34722025-12-03T15:27:08.143Z[ helios-setup] Dec 03 15:27:07.077 INFO E| Compiling serde v1.0.219
34732025-12-03T15:27:08.143Z[ helios-setup] Dec 03 15:27:07.077 INFO E| Compiling getrandom v0.3.3
34742025-12-03T15:27:08.632Z[ helios-setup] Dec 03 15:27:07.568 INFO E| Compiling rustix v1.0.7
34752025-12-03T15:27:08.658Z[ helios-setup] Dec 03 15:27:07.594 INFO E| Compiling cfg-if v1.0.0
34762025-12-03T15:27:08.823Z[ host-package] Compiling diesel-dtrace v0.4.2
34772025-12-03T15:27:08.892Z[ helios-setup] Dec 03 15:27:07.828 INFO E| Compiling bitflags v2.9.1
34782025-12-03T15:27:08.903Z[ helios-setup] Dec 03 15:27:07.839 INFO E| Compiling serde_json v1.0.140
34792025-12-03T15:27:09.374Z[ helios-setup] Dec 03 15:27:08.310 INFO E| Compiling anyhow v1.0.98
34802025-12-03T15:27:09.526Z[ helios-setup] Dec 03 15:27:08.462 INFO E| Compiling thiserror v2.0.12
34812025-12-03T15:27:09.743Z[ helios-setup] Dec 03 15:27:08.679 INFO E| Compiling itoa v1.0.15
34822025-12-03T15:27:10.040Z[ helios-setup] Dec 03 15:27:08.976 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
34832025-12-03T15:27:10.151Z[ helios-setup] Dec 03 15:27:09.087 INFO E| Compiling memchr v2.7.4
34842025-12-03T15:27:10.263Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
34852025-12-03T15:27:10.265Z[ helios-setup] Dec 03 15:27:09.200 INFO E| Compiling fastrand v2.3.0
34862025-12-03T15:27:10.278Z[ helios-setup] Dec 03 15:27:09.214 INFO E| Compiling once_cell v1.21.3
34872025-12-03T15:27:10.644Z[ host-package] Compiling bb8 v0.8.5
34882025-12-03T15:27:11.125Z[ host-package] Compiling trait-variant v0.1.2
34892025-12-03T15:27:11.242Z[ helios-setup] Dec 03 15:27:10.168 INFO E| Compiling ryu v1.0.20
34902025-12-03T15:27:11.448Z[ helios-setup] Dec 03 15:27:10.383 INFO E| Compiling errno v0.3.12
34912025-12-03T15:27:11.911Z[ helios-setup] Dec 03 15:27:10.847 INFO E| Compiling quote v1.0.40
34922025-12-03T15:27:12.247Z[ host-package] Compiling async-bb8-diesel v0.2.1
34932025-12-03T15:27:12.539Z[ helios-setup] Dec 03 15:27:11.474 INFO E| Compiling syn v2.0.101
34942025-12-03T15:27:13.312Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
34952025-12-03T15:27:14.276Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34962025-12-03T15:27:14.727Z[ helios-setup] Dec 03 15:27:13.662 INFO E| Compiling tempfile v3.20.0
34972025-12-03T15:27:20.363Z[ helios-setup] Dec 03 15:27:19.297 INFO E| Compiling darling_core v0.20.11
34982025-12-03T15:27:22.396Z[ helios-setup] Dec 03 15:27:21.330 INFO E| Compiling serde_derive v1.0.219
34992025-12-03T15:27:22.396Z[ helios-setup] Dec 03 15:27:21.330 INFO E| Compiling thiserror-impl v2.0.12
35002025-12-03T15:27:26.723Z[ helios-setup] Dec 03 15:27:25.656 INFO E| Compiling darling_macro v0.20.11
35012025-12-03T15:27:28.051Z[ host-package] Compiling oso v0.27.3
35022025-12-03T15:27:28.328Z[ helios-setup] Dec 03 15:27:27.261 INFO E| Compiling darling v0.20.11
35032025-12-03T15:27:28.475Z[ helios-setup] Dec 03 15:27:27.408 INFO E| Compiling serde_with_macros v3.12.0
35042025-12-03T15:27:32.525Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
35052025-12-03T15:27:33.214Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35062025-12-03T15:27:33.721Z[ host-package] Compiling fxhash v0.2.1
35072025-12-03T15:27:34.109Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
35082025-12-03T15:27:34.813Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35092025-12-03T15:27:36.247Z[ host-package] Compiling typify-impl v0.2.0
35102025-12-03T15:27:37.205Z[ helios-setup] Dec 03 15:27:36.135 INFO E| Compiling serde_with v3.12.0
35112025-12-03T15:27:38.278Z[ host-package] Compiling kstat-rs v0.2.4
35122025-12-03T15:27:39.552Z[ host-package] Compiling libz-sys v1.1.20
35132025-12-03T15:27:41.143Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
35142025-12-03T15:27:47.553Z[ helios-setup] Dec 03 15:27:46.483 INFO E| Finished `release` profile [optimized] target(s) in 40.39s
35152025-12-03T15:27:47.591Z[ helios-setup] Dec 03 15:27:46.521 INFO building project "dmar-report" ok (40 seconds)
35162025-12-03T15:27:47.592Z[ helios-setup] Dec 03 15:27:46.522 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
35172025-12-03T15:27:47.700Z[ helios-setup] Dec 03 15:27:46.628 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.89.0-x86_64-unknown-illumos (default)"
35182025-12-03T15:27:47.700Z[ helios-setup] Dec 03 15:27:46.628 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
35192025-12-03T15:27:47.700Z[ helios-setup] Dec 03 15:27:46.628 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
35202025-12-03T15:27:47.950Z[ host-package] Compiling typify-macro v0.2.0
35212025-12-03T15:27:47.999Z[ helios-setup] Dec 03 15:27:46.924 INFO E| Downloading crates ...
35222025-12-03T15:27:48.123Z[ helios-setup] Dec 03 15:27:47.052 INFO E| Downloaded block-buffer v0.10.3
35232025-12-03T15:27:48.156Z[ helios-setup] Dec 03 15:27:47.086 INFO E| Downloaded unicode-width v0.1.10
35242025-12-03T15:27:48.159Z[ helios-setup] Dec 03 15:27:47.089 INFO E| Downloaded miniz_oxide v0.6.2
35252025-12-03T15:27:48.162Z[ helios-setup] Dec 03 15:27:47.092 INFO E| Downloaded digest v0.10.3
35262025-12-03T15:27:48.164Z[ helios-setup] Dec 03 15:27:47.094 INFO E| Downloaded cpufeatures v0.2.5
35272025-12-03T15:27:48.167Z[ helios-setup] Dec 03 15:27:47.096 INFO E| Downloaded generic-array v0.14.6
35282025-12-03T15:27:48.170Z[ helios-setup] Dec 03 15:27:47.098 INFO E| Downloaded anyhow v1.0.62
35292025-12-03T15:27:48.174Z[ helios-setup] Dec 03 15:27:47.104 INFO E| Downloaded typenum v1.15.0
35302025-12-03T15:27:48.178Z[ helios-setup] Dec 03 15:27:47.108 INFO E| Downloaded sha2 v0.10.5
35312025-12-03T15:27:48.181Z[ helios-setup] Dec 03 15:27:47.112 INFO E| Downloaded flate2 v1.0.25
35322025-12-03T15:27:48.189Z[ helios-setup] Dec 03 15:27:47.119 INFO E| Downloaded bytes v1.2.1
35332025-12-03T15:27:48.267Z[ helios-setup] Dec 03 15:27:47.197 INFO E| Compiling typenum v1.15.0
35342025-12-03T15:27:48.268Z[ helios-setup] Dec 03 15:27:47.197 INFO E| Compiling version_check v0.9.4
35352025-12-03T15:27:48.268Z[ helios-setup] Dec 03 15:27:47.197 INFO E| Compiling crc32fast v1.3.2
35362025-12-03T15:27:48.271Z[ helios-setup] Dec 03 15:27:47.197 INFO E| Compiling cfg-if v1.0.0
35372025-12-03T15:27:48.271Z[ helios-setup] Dec 03 15:27:47.197 INFO E| Compiling adler v1.0.2
35382025-12-03T15:27:48.271Z[ helios-setup] Dec 03 15:27:47.198 INFO E| Compiling anyhow v1.0.62
35392025-12-03T15:27:48.271Z[ helios-setup] Dec 03 15:27:47.198 INFO E| Compiling unicode-width v0.1.10
35402025-12-03T15:27:48.271Z[ helios-setup] Dec 03 15:27:47.198 INFO E| Compiling cpufeatures v0.2.5
35412025-12-03T15:27:48.455Z[ helios-setup] Dec 03 15:27:47.384 INFO E| Compiling bytes v1.2.1
35422025-12-03T15:27:48.565Z[ helios-setup] Dec 03 15:27:47.495 INFO E| Compiling miniz_oxide v0.6.2
35432025-12-03T15:27:48.739Z[ helios-setup] Dec 03 15:27:47.668 INFO E| Compiling getopts v0.2.21
35442025-12-03T15:27:48.977Z[ helios-setup] Dec 03 15:27:47.907 INFO E| Compiling bitflags v1.3.2
35452025-12-03T15:27:49.117Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35462025-12-03T15:27:49.476Z[ helios-setup] Dec 03 15:27:48.405 INFO E| Compiling generic-array v0.14.6
35472025-12-03T15:27:50.419Z[ helios-setup] Dec 03 15:27:49.348 INFO E| Compiling flate2 v1.0.25
35482025-12-03T15:27:53.948Z[ helios-setup] Dec 03 15:27:52.876 INFO E| Compiling crypto-common v0.1.6
35492025-12-03T15:27:53.948Z[ helios-setup] Dec 03 15:27:52.876 INFO E| Compiling block-buffer v0.10.3
35502025-12-03T15:27:53.995Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35512025-12-03T15:27:54.183Z[ helios-setup] Dec 03 15:27:53.112 INFO E| Compiling digest v0.10.3
35522025-12-03T15:27:54.577Z[ helios-setup] Dec 03 15:27:53.506 INFO E| Compiling sha2 v0.10.5
35532025-12-03T15:27:55.175Z[ helios-setup] Dec 03 15:27:54.103 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
35542025-12-03T15:27:59.931Z[ helios-setup] Dec 03 15:27:58.859 INFO E| Finished `release` profile [optimized] target(s) in 12.10s
35552025-12-03T15:27:59.948Z[ helios-setup] Dec 03 15:27:58.876 INFO building project "bootserver" ok (12 seconds)
35562025-12-03T15:27:59.948Z[ helios-setup] Dec 03 15:27:58.876 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
35572025-12-03T15:28:00.044Z[ helios-setup] Dec 03 15:27:58.971 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.89.0-x86_64-unknown-illumos (default)"
35582025-12-03T15:28:00.044Z[ helios-setup] Dec 03 15:27:58.971 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
35592025-12-03T15:28:00.047Z[ helios-setup] Dec 03 15:27:58.971 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
35602025-12-03T15:28:00.309Z[ helios-setup] Dec 03 15:27:59.237 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
35612025-12-03T15:28:00.769Z[ helios-setup] Dec 03 15:27:59.697 INFO E| From https://github.com/jclulow/rust-jmclib
35622025-12-03T15:28:00.769Z[ helios-setup] Dec 03 15:27:59.697 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
35632025-12-03T15:28:00.807Z[ helios-setup] Dec 03 15:27:59.735 INFO E| Updating crates.io index
35642025-12-03T15:28:00.900Z[ helios-setup] Dec 03 15:27:59.828 INFO E| Downloading crates ...
35652025-12-03T15:28:01.011Z[ helios-setup] Dec 03 15:27:59.939 INFO E| Downloaded ryu v1.0.15
35662025-12-03T15:28:01.023Z[ helios-setup] Dec 03 15:27:59.951 INFO E| Downloaded opaque-debug v0.3.0
35672025-12-03T15:28:01.026Z[ helios-setup] Dec 03 15:27:59.953 INFO E| Downloaded libdevinfo-sys v1.0.0
35682025-12-03T15:28:01.028Z[ helios-setup] Dec 03 15:27:59.954 INFO E| Downloaded cpufeatures v0.2.9
35692025-12-03T15:28:01.028Z[ helios-setup] Dec 03 15:27:59.956 INFO E| Downloaded sha-1 v0.9.8
35702025-12-03T15:28:01.031Z[ helios-setup] Dec 03 15:27:59.960 INFO E| Downloaded glob v0.3.1
35712025-12-03T15:28:01.034Z[ helios-setup] Dec 03 15:27:59.962 INFO E| Downloaded digest v0.9.0
35722025-12-03T15:28:01.037Z[ helios-setup] Dec 03 15:27:59.964 INFO E| Downloaded errno v0.3.1
35732025-12-03T15:28:01.039Z[ helios-setup] Dec 03 15:27:59.967 INFO E| Downloaded itoa v1.0.9
35742025-12-03T15:28:01.042Z[ helios-setup] Dec 03 15:27:59.969 INFO E| Downloaded md-5 v0.9.1
35752025-12-03T15:28:01.045Z[ helios-setup] Dec 03 15:27:59.972 INFO E| Downloaded block-buffer v0.9.0
35762025-12-03T15:28:01.061Z[ helios-setup] Dec 03 15:27:59.989 INFO E| Downloaded uuid v0.8.2
35772025-12-03T15:28:01.066Z[ helios-setup] Dec 03 15:27:59.994 INFO E| Downloaded quote v1.0.31
35782025-12-03T15:28:01.070Z[ helios-setup] Dec 03 15:27:59.999 INFO E| Downloaded walkdir v2.3.3
35792025-12-03T15:28:01.077Z[ helios-setup] Dec 03 15:28:00.003 INFO E| Downloaded serde_derive v1.0.193
35802025-12-03T15:28:01.080Z[ helios-setup] Dec 03 15:28:00.007 INFO E| Downloaded toml v0.5.11
35812025-12-03T15:28:01.083Z[ helios-setup] Dec 03 15:28:00.011 INFO E| Downloaded serde v1.0.193
35822025-12-03T15:28:01.088Z[ helios-setup] Dec 03 15:28:00.016 INFO E| Downloaded tempfile v3.7.0
35832025-12-03T15:28:01.092Z[ helios-setup] Dec 03 15:28:00.020 INFO E| Downloaded anyhow v1.0.72
35842025-12-03T15:28:01.099Z[ helios-setup] Dec 03 15:28:00.027 INFO E| Downloaded serde_json v1.0.103
35852025-12-03T15:28:01.111Z[ helios-setup] Dec 03 15:28:00.039 INFO E| Downloaded proc-macro2 v1.0.66
35862025-12-03T15:28:01.115Z[ helios-setup] Dec 03 15:28:00.043 INFO E| Downloaded unicode-ident v1.0.11
35872025-12-03T15:28:01.119Z[ helios-setup] Dec 03 15:28:00.047 INFO E| Downloaded typenum v1.16.0
35882025-12-03T15:28:01.123Z[ helios-setup] Dec 03 15:28:00.051 INFO E| Downloaded once_cell v1.18.0
35892025-12-03T15:28:01.127Z[ helios-setup] Dec 03 15:28:00.055 INFO E| Downloaded fastrand v2.0.0
35902025-12-03T15:28:01.130Z[ helios-setup] Dec 03 15:28:00.057 INFO E| Downloaded bitflags v2.3.3
35912025-12-03T15:28:01.133Z[ helios-setup] Dec 03 15:28:00.061 INFO E| Downloaded getrandom v0.2.10
35922025-12-03T15:28:01.137Z[ helios-setup] Dec 03 15:28:00.066 INFO E| Downloaded syn v2.0.32
35932025-12-03T15:28:01.171Z[ helios-setup] Dec 03 15:28:00.099 INFO E| Downloaded rustix v0.38.4
35942025-12-03T15:28:01.221Z[ helios-setup] Dec 03 15:28:00.149 INFO E| Downloaded libc v0.2.147
35952025-12-03T15:28:01.434Z[ helios-setup] Dec 03 15:28:00.362 INFO E| Compiling libc v0.2.147
35962025-12-03T15:28:01.434Z[ helios-setup] Dec 03 15:28:00.362 INFO E| Compiling proc-macro2 v1.0.66
35972025-12-03T15:28:01.434Z[ helios-setup] Dec 03 15:28:00.362 INFO E| Compiling cfg-if v1.0.0
35982025-12-03T15:28:01.454Z[ helios-setup] Dec 03 15:28:00.362 INFO E| Compiling unicode-ident v1.0.11
35992025-12-03T15:28:01.454Z[ helios-setup] Dec 03 15:28:00.362 INFO E| Compiling version_check v0.9.4
36002025-12-03T15:28:01.454Z[ helios-setup] Dec 03 15:28:00.362 INFO E| Compiling typenum v1.16.0
36012025-12-03T15:28:01.454Z[ helios-setup] Dec 03 15:28:00.362 INFO E| Compiling serde v1.0.193
36022025-12-03T15:28:01.454Z[ helios-setup] Dec 03 15:28:00.362 INFO E| Compiling itoa v1.0.9
36032025-12-03T15:28:02.237Z[ helios-setup] Dec 03 15:28:01.165 INFO E| Compiling slog v2.7.0
36042025-12-03T15:28:02.237Z[ helios-setup] Dec 03 15:28:01.165 INFO E| Compiling powerfmt v0.2.0
36052025-12-03T15:28:02.339Z[ helios-setup] Dec 03 15:28:01.267 INFO E| Compiling time-core v0.1.2
36062025-12-03T15:28:02.375Z[ helios-setup] Dec 03 15:28:01.302 INFO E| Compiling generic-array v0.14.7
36072025-12-03T15:28:02.754Z[ helios-setup] Dec 03 15:28:01.681 INFO E| Compiling rustix v0.38.4
36082025-12-03T15:28:03.007Z[ helios-setup] Dec 03 15:28:01.935 INFO E| Compiling num-conv v0.1.0
36092025-12-03T15:28:03.175Z[ helios-setup] Dec 03 15:28:02.102 INFO E| Compiling deranged v0.3.11
36102025-12-03T15:28:03.181Z[ helios-setup] Dec 03 15:28:02.108 INFO E| Compiling bitflags v2.3.3
36112025-12-03T15:28:03.628Z[ helios-setup] Dec 03 15:28:02.555 INFO E| Compiling num_threads v0.1.6
36122025-12-03T15:28:03.795Z[ helios-setup] Dec 03 15:28:02.722 INFO E| Compiling time-macros v0.2.18
36132025-12-03T15:28:03.944Z[ helios-setup] Dec 03 15:28:02.871 INFO E| Compiling once_cell v1.18.0
36142025-12-03T15:28:04.613Z[ helios-setup] Dec 03 15:28:03.540 INFO E| Compiling thread_local v1.1.7
36152025-12-03T15:28:04.977Z[ helios-setup] Dec 03 15:28:03.903 INFO E| Compiling dirs-sys-next v0.1.2
36162025-12-03T15:28:05.495Z[ helios-setup] Dec 03 15:28:04.422 INFO E| Compiling quote v1.0.31
36172025-12-03T15:28:05.561Z[ helios-setup] Dec 03 15:28:04.488 INFO E| Compiling dirs-next v2.0.0
36182025-12-03T15:28:05.576Z[ helios-setup] Dec 03 15:28:04.503 INFO E| Compiling errno v0.3.1
36192025-12-03T15:28:06.135Z[ helios-setup] Dec 03 15:28:05.062 INFO E| Compiling term v0.7.0
36202025-12-03T15:28:06.186Z[ helios-setup] Dec 03 15:28:05.113 INFO E| Compiling syn v2.0.32
36212025-12-03T15:28:06.350Z[ helios-setup] Dec 03 15:28:05.274 INFO E| Compiling atty v0.2.14
36222025-12-03T15:28:06.551Z[ helios-setup] Dec 03 15:28:05.478 INFO E| Compiling anyhow v1.0.72
36232025-12-03T15:28:06.666Z[ helios-setup] Dec 03 15:28:05.593 INFO E| Compiling fastrand v2.0.0
36242025-12-03T15:28:06.687Z[ helios-setup] Dec 03 15:28:05.614 INFO E| Compiling serde_json v1.0.103
36252025-12-03T15:28:07.767Z[ helios-setup] Dec 03 15:28:06.694 INFO E| Compiling opaque-debug v0.3.0
36262025-12-03T15:28:07.968Z[ helios-setup] Dec 03 15:28:06.895 INFO E| Compiling getrandom v0.2.10
36272025-12-03T15:28:08.006Z[ helios-setup] Dec 03 15:28:06.933 INFO E| Compiling same-file v1.0.6
36282025-12-03T15:28:08.627Z[ helios-setup] Dec 03 15:28:07.554 INFO E| Compiling block-buffer v0.9.0
36292025-12-03T15:28:08.688Z[ helios-setup] Dec 03 15:28:07.615 INFO E| Compiling digest v0.9.0
36302025-12-03T15:28:08.773Z[ helios-setup] Dec 03 15:28:07.700 INFO E| Compiling unicode-width v0.1.10
36312025-12-03T15:28:08.809Z[ helios-setup] Dec 03 15:28:07.736 INFO E| Compiling cpufeatures v0.2.9
36322025-12-03T15:28:08.967Z[ helios-setup] Dec 03 15:28:07.894 INFO E| Compiling ryu v1.0.15
36332025-12-03T15:28:09.033Z[ helios-setup] Dec 03 15:28:07.960 INFO E| Compiling sha-1 v0.9.8
36342025-12-03T15:28:09.081Z[ helios-setup] Dec 03 15:28:08.008 INFO E| Compiling md-5 v0.9.1
36352025-12-03T15:28:09.108Z[ helios-setup] Dec 03 15:28:08.033 INFO E| Compiling getopts v0.2.21
36362025-12-03T15:28:09.263Z[ helios-setup] Dec 03 15:28:08.190 INFO E| Compiling time v0.3.36
36372025-12-03T15:28:09.276Z[ helios-setup] Dec 03 15:28:08.202 INFO E| Compiling tempfile v3.7.0
36382025-12-03T15:28:09.295Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36392025-12-03T15:28:09.890Z[ helios-setup] Dec 03 15:28:08.816 INFO E| Compiling walkdir v2.3.3
36402025-12-03T15:28:10.074Z[ helios-setup] Dec 03 15:28:09.001 INFO E| Compiling glob v0.3.1
36412025-12-03T15:28:10.208Z[ helios-setup] Dec 03 15:28:09.135 INFO E| Compiling libdevinfo-sys v1.0.0
36422025-12-03T15:28:12.556Z[ helios-setup] Dec 03 15:28:11.482 INFO E| Compiling slog-term v2.9.0
36432025-12-03T15:28:13.057Z[ helios-setup] Dec 03 15:28:11.983 INFO E| Compiling serde_derive v1.0.193
36442025-12-03T15:28:14.986Z[ host-package] Compiling nanorand v0.7.0
36452025-12-03T15:28:15.988Z[ host-package] Compiling parking_lot_core v0.8.6
36462025-12-03T15:28:16.313Z[ host-package] Compiling flume v0.11.1
36472025-12-03T15:28:16.665Z[ host-package] Compiling libgit2-sys v0.18.2+1.9.1
36482025-12-03T15:28:16.789Z[ host-package] Compiling mime_guess v2.0.5
36492025-12-03T15:28:18.398Z[ host-package] Compiling tabled_derive v0.10.0
36502025-12-03T15:28:18.655Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36512025-12-03T15:28:20.252Z[ host-package] Compiling ignore v0.4.23
36522025-12-03T15:28:21.144Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36532025-12-03T15:28:23.841Z[ host-package] Compiling papergrid v0.14.0
36542025-12-03T15:28:24.860Z[ helios-setup] Dec 03 15:28:23.784 INFO E| Compiling toml v0.5.11
36552025-12-03T15:28:24.860Z[ helios-setup] Dec 03 15:28:23.784 INFO E| Compiling uuid v0.8.2
36562025-12-03T15:28:26.453Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36572025-12-03T15:28:27.037Z[ helios-setup] Dec 03 15:28:25.961 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
36582025-12-03T15:28:28.416Z[ helios-setup] Dec 03 15:28:27.339 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
36592025-12-03T15:28:30.466Z[ host-package] Compiling castaway v0.2.3
36602025-12-03T15:28:30.788Z[ host-package] Compiling nibble_vec v0.1.0
36612025-12-03T15:28:31.101Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36622025-12-03T15:28:31.564Z[ host-package] Compiling atty v0.2.14
36632025-12-03T15:28:31.858Z[ host-package] Compiling http-range v0.1.5
36642025-12-03T15:28:32.546Z[ host-package] Compiling endian-type v0.1.2
36652025-12-03T15:28:32.634Z[ host-package] Compiling salty v0.3.0
36662025-12-03T15:28:32.913Z[ host-package] Compiling radix_trie v0.2.1
36672025-12-03T15:28:33.325Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
36682025-12-03T15:28:34.091Z[ host-package] Compiling compact_str v0.8.0
36692025-12-03T15:28:37.224Z[ helios-setup] Dec 03 15:28:36.146 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.05s
36702025-12-03T15:28:37.257Z[ helios-setup] Dec 03 15:28:36.179 INFO building project "image-builder" ok (37 seconds)
36712025-12-03T15:28:37.257Z[ helios-setup] Dec 03 15:28:36.179 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
36722025-12-03T15:28:37.266Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36732025-12-03T15:28:37.352Z[ helios-setup] Dec 03 15:28:36.274 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.89.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
36742025-12-03T15:28:37.352Z[ helios-setup] Dec 03 15:28:36.274 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
36752025-12-03T15:28:37.355Z[ helios-setup] Dec 03 15:28:36.274 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
36762025-12-03T15:28:37.711Z[ helios-setup] Dec 03 15:28:36.632 INFO E| Updating crates.io index
36772025-12-03T15:28:37.791Z[ helios-setup] Dec 03 15:28:36.713 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
36782025-12-03T15:28:38.327Z[ helios-setup] Dec 03 15:28:37.249 INFO E| From https://github.com/oxidecomputer/amd-apcb
36792025-12-03T15:28:38.327Z[ helios-setup] Dec 03 15:28:37.249 INFO E| * [new ref] d8244b0a0f4a1496799c660e53dfe294b46f8888 -> refs/commit/d8244b0a0f4a1496799c660e53dfe294b46f8888
36802025-12-03T15:28:38.352Z[ helios-setup] Dec 03 15:28:37.274 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
36812025-12-03T15:28:38.820Z[ host-package] Compiling tabled v0.18.0
36822025-12-03T15:28:38.894Z[ helios-setup] Dec 03 15:28:37.816 INFO E| From https://github.com/oxidecomputer/amd-efs
36832025-12-03T15:28:38.894Z[ helios-setup] Dec 03 15:28:37.816 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
36842025-12-03T15:28:39.174Z[ helios-setup] Dec 03 15:28:38.096 INFO E| Downloading crates ...
36852025-12-03T15:28:39.277Z[ helios-setup] Dec 03 15:28:38.199 INFO E| Downloaded structopt-derive v0.4.18
36862025-12-03T15:28:39.281Z[ helios-setup] Dec 03 15:28:38.204 INFO E| Downloaded bytesize v2.0.1
36872025-12-03T15:28:39.286Z[ helios-setup] Dec 03 15:28:38.209 INFO E| Downloaded fletcher v1.0.0
36882025-12-03T15:28:39.289Z[ helios-setup] Dec 03 15:28:38.211 INFO E| Downloaded unic-common v0.9.0
36892025-12-03T15:28:39.292Z[ helios-setup] Dec 03 15:28:38.212 INFO E| Downloaded structopt v0.3.26
36902025-12-03T15:28:39.302Z[ helios-setup] Dec 03 15:28:38.224 INFO E| Downloaded unic-ucd-version v0.9.0
36912025-12-03T15:28:39.305Z[ helios-setup] Dec 03 15:28:38.226 INFO E| Downloaded ansi_term v0.12.1
36922025-12-03T15:28:39.308Z[ helios-setup] Dec 03 15:28:38.228 INFO E| Downloaded vec_map v0.8.2
36932025-12-03T15:28:39.339Z[ helios-setup] Dec 03 15:28:38.260 INFO E| Downloaded unic-ucd-ident v0.9.0
36942025-12-03T15:28:39.343Z[ helios-setup] Dec 03 15:28:38.262 INFO E| Downloaded rustversion v1.0.20
36952025-12-03T15:28:39.346Z[ helios-setup] Dec 03 15:28:38.266 INFO E| Downloaded modular-bitfield-impl v0.11.2
36962025-12-03T15:28:39.350Z[ helios-setup] Dec 03 15:28:38.268 INFO E| Downloaded four-cc v0.4.0
36972025-12-03T15:28:39.350Z[ helios-setup] Dec 03 15:28:38.270 INFO E| Downloaded textwrap v0.11.0
36982025-12-03T15:28:39.353Z[ helios-setup] Dec 03 15:28:38.273 INFO E| Downloaded strum_macros v0.27.1
36992025-12-03T15:28:39.355Z[ helios-setup] Dec 03 15:28:38.276 INFO E| Downloaded modular-bitfield v0.11.2
37002025-12-03T15:28:39.371Z[ helios-setup] Dec 03 15:28:38.293 INFO E| Downloaded pest_meta v2.8.0
37012025-12-03T15:28:39.375Z[ helios-setup] Dec 03 15:28:38.297 INFO E| Downloaded pest_derive v2.8.0
37022025-12-03T15:28:39.379Z[ helios-setup] Dec 03 15:28:38.301 INFO E| Downloaded typenum v1.18.0
37032025-12-03T15:28:39.383Z[ helios-setup] Dec 03 15:28:38.306 INFO E| Downloaded strum v0.27.1
37042025-12-03T15:28:39.386Z[ helios-setup] Dec 03 15:28:38.307 INFO E| Downloaded strsim v0.8.0
37052025-12-03T15:28:39.389Z[ helios-setup] Dec 03 15:28:38.309 INFO E| Downloaded zerocopy-derive v0.8.25
37062025-12-03T15:28:39.402Z[ helios-setup] Dec 03 15:28:38.324 INFO E| Downloaded pest_generator v2.8.0
37072025-12-03T15:28:39.405Z[ helios-setup] Dec 03 15:28:38.327 INFO E| Downloaded unic-char-range v0.9.0
37082025-12-03T15:28:39.408Z[ helios-setup] Dec 03 15:28:38.329 INFO E| Downloaded unic-char-property v0.9.0
37092025-12-03T15:28:39.411Z[ helios-setup] Dec 03 15:28:38.331 INFO E| Downloaded pest v2.8.0
37102025-12-03T15:28:39.416Z[ helios-setup] Dec 03 15:28:38.339 INFO E| Downloaded zerocopy v0.8.25
37112025-12-03T15:28:39.455Z[ helios-setup] Dec 03 15:28:38.377 INFO E| Downloaded goblin v0.9.3
37122025-12-03T15:28:39.464Z[ helios-setup] Dec 03 15:28:38.386 INFO E| Downloaded clap v2.34.0
37132025-12-03T15:28:39.473Z[ helios-setup] Dec 03 15:28:38.395 INFO E| Downloaded scroll_derive v0.12.1
37142025-12-03T15:28:39.476Z[ helios-setup] Dec 03 15:28:38.397 INFO E| Downloaded parse_int v0.9.0
37152025-12-03T15:28:39.476Z[ helios-setup] Dec 03 15:28:38.398 INFO E| Downloaded dyn-clone v1.0.19
37162025-12-03T15:28:39.559Z[ helios-setup] Dec 03 15:28:38.481 INFO E| Compiling proc-macro2 v1.0.95
37172025-12-03T15:28:39.559Z[ helios-setup] Dec 03 15:28:38.481 INFO E| Compiling unicode-ident v1.0.18
37182025-12-03T15:28:39.559Z[ helios-setup] Dec 03 15:28:38.481 INFO E| Compiling memchr v2.7.4
37192025-12-03T15:28:39.590Z[ helios-setup] Dec 03 15:28:38.481 INFO E| Compiling syn v1.0.109
37202025-12-03T15:28:39.590Z[ helios-setup] Dec 03 15:28:38.481 INFO E| Compiling thiserror v2.0.12
37212025-12-03T15:28:39.590Z[ helios-setup] Dec 03 15:28:38.481 INFO E| Compiling autocfg v1.4.0
37222025-12-03T15:28:39.590Z[ helios-setup] Dec 03 15:28:38.481 INFO E| Compiling serde v1.0.219
37232025-12-03T15:28:39.590Z[ helios-setup] Dec 03 15:28:38.481 INFO E| Compiling version_check v0.9.5
37242025-12-03T15:28:40.222Z[ helios-setup] Dec 03 15:28:39.144 INFO E| Compiling serde_json v1.0.140
37252025-12-03T15:28:40.978Z[ helios-setup] Dec 03 15:28:39.900 INFO E| Compiling schemars v0.8.22
37262025-12-03T15:28:41.464Z[ helios-setup] Dec 03 15:28:40.382 INFO E| Compiling itoa v1.0.15
37272025-12-03T15:28:41.530Z[ helios-setup] Dec 03 15:28:40.451 INFO E| Compiling num-traits v0.2.19
37282025-12-03T15:28:41.641Z[ helios-setup] Dec 03 15:28:40.563 INFO E| Compiling ryu v1.0.20
37292025-12-03T15:28:41.667Z[ helios-setup] Dec 03 15:28:40.589 INFO E| Compiling memoffset v0.9.1
37302025-12-03T15:28:41.689Z[ helios-setup] Dec 03 15:28:40.611 INFO E| Compiling proc-macro-error-attr v1.0.4
37312025-12-03T15:28:41.882Z[ helios-setup] Dec 03 15:28:40.804 INFO E| Compiling rustversion v1.0.20
37322025-12-03T15:28:42.232Z[ helios-setup] Dec 03 15:28:41.153 INFO E| Compiling paste v1.0.15
37332025-12-03T15:28:42.317Z[ helios-setup] Dec 03 15:28:41.239 INFO E| Compiling ucd-trie v0.1.7
37342025-12-03T15:28:42.461Z[ helios-setup] Dec 03 15:28:41.381 INFO E| Compiling libc v0.2.172
37352025-12-03T15:28:42.474Z[ helios-setup] Dec 03 15:28:41.395 INFO E| Compiling dyn-clone v1.0.19
37362025-12-03T15:28:42.546Z[ helios-setup] Dec 03 15:28:41.467 INFO E| Compiling zerocopy v0.8.25
37372025-12-03T15:28:43.135Z[ helios-setup] Dec 03 15:28:42.057 INFO E| Compiling proc-macro-error v1.0.4
37382025-12-03T15:28:43.459Z[ helios-setup] Dec 03 15:28:42.381 INFO E| Compiling once_cell v1.21.3
37392025-12-03T15:28:43.598Z[ helios-setup] Dec 03 15:28:42.520 INFO E| Compiling static_assertions v1.1.0
37402025-12-03T15:28:43.859Z[ helios-setup] Dec 03 15:28:42.781 INFO E| Compiling quote v1.0.40
37412025-12-03T15:28:44.451Z[ helios-setup] Dec 03 15:28:43.372 INFO E| Compiling heck v0.5.0
37422025-12-03T15:28:44.650Z[ helios-setup] Dec 03 15:28:43.572 INFO E| Compiling syn v2.0.101
37432025-12-03T15:28:45.424Z[ helios-setup] Dec 03 15:28:44.344 INFO E| Compiling unicode-width v0.1.14
37442025-12-03T15:28:45.639Z[ helios-setup] Dec 03 15:28:44.560 INFO E| Compiling unicode-segmentation v1.12.0
37452025-12-03T15:28:46.014Z[ helios-setup] Dec 03 15:28:44.934 INFO E| Compiling atty v0.2.14
37462025-12-03T15:28:46.304Z[ helios-setup] Dec 03 15:28:45.225 INFO E| Compiling textwrap v0.11.0
37472025-12-03T15:28:46.378Z[ helios-setup] Dec 03 15:28:45.299 INFO E| Compiling parse_int v0.9.0
37482025-12-03T15:28:46.503Z[ helios-setup] Dec 03 15:28:45.424 INFO E| Compiling strsim v0.8.0
37492025-12-03T15:28:46.568Z[ helios-setup] Dec 03 15:28:45.489 INFO E| Compiling unic-common v0.9.0
37502025-12-03T15:28:46.815Z[ helios-setup] Dec 03 15:28:45.736 INFO E| Compiling heck v0.3.3
37512025-12-03T15:28:46.922Z[ helios-setup] Dec 03 15:28:45.843 INFO E| Compiling byteorder v1.5.0
37522025-12-03T15:28:47.149Z[ helios-setup] Dec 03 15:28:46.070 INFO E| Compiling ansi_term v0.12.1
37532025-12-03T15:28:47.197Z[ helios-setup] Dec 03 15:28:46.118 INFO E| Compiling vec_map v0.8.2
37542025-12-03T15:28:47.293Z[ helios-setup] Dec 03 15:28:46.214 INFO E| Compiling unic-char-range v0.9.0
37552025-12-03T15:28:47.404Z[ helios-setup] Dec 03 15:28:46.325 INFO E| Compiling fletcher v1.0.0
37562025-12-03T15:28:47.709Z[ helios-setup] Dec 03 15:28:46.629 INFO E| Compiling strum v0.27.1
37572025-12-03T15:28:47.815Z[ helios-setup] Dec 03 15:28:46.735 INFO E| Compiling bitflags v1.3.2
37582025-12-03T15:28:48.019Z[ helios-setup] Dec 03 15:28:46.940 INFO E| Compiling clap v2.34.0
37592025-12-03T15:28:48.038Z[ helios-setup] Dec 03 15:28:46.959 INFO E| Compiling unic-char-property v0.9.0
37602025-12-03T15:28:48.088Z[ helios-setup] Dec 03 15:28:47.008 INFO E| Compiling unic-ucd-version v0.9.0
37612025-12-03T15:28:48.104Z[ helios-setup] Dec 03 15:28:47.024 INFO E| Compiling plain v0.2.3
37622025-12-03T15:28:48.194Z[ host-package] Compiling globwalk v0.9.1
37632025-12-03T15:28:48.269Z[ helios-setup] Dec 03 15:28:47.189 INFO E| Compiling lazy_static v1.5.0
37642025-12-03T15:28:48.272Z[ helios-setup] Dec 03 15:28:47.190 INFO E| Compiling log v0.4.27
37652025-12-03T15:28:48.299Z[ helios-setup] Dec 03 15:28:47.220 INFO E| Compiling unic-ucd-ident v0.9.0
37662025-12-03T15:28:48.378Z[ helios-setup] Dec 03 15:28:47.299 INFO E| Compiling bytesize v2.0.1
37672025-12-03T15:28:52.910Z[ host-package] Compiling parking_lot v0.11.2
37682025-12-03T15:28:53.019Z[ host-package] Compiling typify v0.2.0
37692025-12-03T15:28:53.356Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37702025-12-03T15:28:53.980Z[ helios-setup] Dec 03 15:28:52.900 INFO E| Compiling serde_derive_internals v0.29.1
37712025-12-03T15:28:54.164Z[ helios-setup] Dec 03 15:28:53.082 INFO E| Compiling modular-bitfield-impl v0.11.2
37722025-12-03T15:28:54.164Z[ helios-setup] Dec 03 15:28:53.082 INFO E| Compiling structopt-derive v0.4.18
37732025-12-03T15:28:55.955Z[ host-package] Compiling predicates-tree v1.0.12
37742025-12-03T15:28:57.397Z[ helios-setup] Dec 03 15:28:56.316 INFO E| Compiling thiserror-impl v2.0.12
37752025-12-03T15:28:57.459Z[ helios-setup] Dec 03 15:28:56.378 INFO E| Compiling serde_derive v1.0.219
37762025-12-03T15:28:57.474Z[ helios-setup] Dec 03 15:28:56.393 INFO E| Compiling schemars_derive v0.8.22
37772025-12-03T15:28:57.512Z[ helios-setup] Dec 03 15:28:56.431 INFO E| Compiling zerocopy-derive v0.8.25
37782025-12-03T15:28:57.907Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
37792025-12-03T15:28:57.971Z[ helios-setup] Dec 03 15:28:56.890 INFO E| Compiling num-derive v0.4.2
37802025-12-03T15:28:58.945Z[ helios-setup] Dec 03 15:28:57.864 INFO E| Compiling modular-bitfield v0.11.2
37812025-12-03T15:28:58.965Z[ helios-setup] Dec 03 15:28:57.884 INFO E| Compiling scroll_derive v0.12.1
37822025-12-03T15:29:00.026Z[ helios-setup] Dec 03 15:28:58.945 INFO E| Compiling strum_macros v0.27.1
37832025-12-03T15:29:00.462Z[ helios-setup] Dec 03 15:28:59.381 INFO E| Compiling structopt v0.3.26
37842025-12-03T15:29:02.172Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37852025-12-03T15:29:02.191Z[ helios-setup] Dec 03 15:29:01.109 INFO E| Compiling scroll v0.12.0
37862025-12-03T15:29:02.924Z[ helios-setup] Dec 03 15:29:01.843 INFO E| Compiling goblin v0.9.3
37872025-12-03T15:29:03.239Z[ helios-setup] Dec 03 15:29:02.158 INFO E| Compiling pest v2.8.0
37882025-12-03T15:29:07.951Z[ helios-setup] Dec 03 15:29:06.869 INFO E| Compiling pest_meta v2.8.0
37892025-12-03T15:29:09.448Z[ host-package] Compiling unicode-truncate v1.1.0
37902025-12-03T15:29:09.924Z[ host-package] Compiling prefix-trie v0.7.0
37912025-12-03T15:29:10.120Z[ helios-setup] Dec 03 15:29:09.037 INFO E| Compiling pest_generator v2.8.0
37922025-12-03T15:29:11.658Z[ host-package] Compiling lru v0.12.5
37932025-12-03T15:29:12.022Z[ host-package] Compiling vergen-git2 v1.0.7
37942025-12-03T15:29:12.355Z[ host-package] Compiling instability v0.3.2
37952025-12-03T15:29:12.496Z[ helios-setup] Dec 03 15:29:11.413 INFO E| Compiling pest_derive v2.8.0
37962025-12-03T15:29:12.545Z[ host-package] Compiling cassowary v0.3.0
37972025-12-03T15:29:12.614Z[ host-package] Compiling indoc v2.0.6
37982025-12-03T15:29:13.776Z[ host-package] Compiling hickory-server v0.25.2
37992025-12-03T15:29:13.900Z[ host-package] Compiling ratatui v0.29.0
38002025-12-03T15:29:15.656Z[ helios-setup] Dec 03 15:29:14.572 INFO E| Compiling json5 v0.4.1
38012025-12-03T15:29:17.372Z[ host-package] Compiling camino-tempfile-ext v0.3.2
38022025-12-03T15:29:18.433Z[ host-package] Compiling git2 v0.20.2
38032025-12-03T15:29:19.112Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38042025-12-03T15:29:20.616Z[ helios-setup] Dec 03 15:29:19.531 INFO E| Compiling four-cc v0.4.0
38052025-12-03T15:29:20.616Z[ helios-setup] Dec 03 15:29:19.532 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
38062025-12-03T15:29:20.854Z[ helios-setup] Dec 03 15:29:19.769 INFO E| Compiling amd-apcb v0.5.4 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#d8244b0a)
38072025-12-03T15:29:22.118Z[ host-package] Compiling sled v0.34.7
38082025-12-03T15:29:26.802Z[ host-package] Compiling progenitor-impl v0.8.0
38092025-12-03T15:29:29.341Z[ host-package] Compiling hyper-staticfile v0.10.1
38102025-12-03T15:29:32.037Z[ host-package] Compiling hickory-client v0.25.2
38112025-12-03T15:29:34.136Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38122025-12-03T15:29:35.612Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38132025-12-03T15:29:35.665Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38142025-12-03T15:29:36.934Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38152025-12-03T15:29:37.231Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38162025-12-03T15:29:42.203Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38172025-12-03T15:29:50.814Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
38182025-12-03T15:29:53.389Z[ host-package] Compiling primeorder v0.13.6
38192025-12-03T15:29:54.249Z[ host-package] Compiling rand_seeder v0.4.0
38202025-12-03T15:29:54.835Z[ host-package] Compiling lzma-sys v0.1.20
38212025-12-03T15:29:55.657Z[ host-package] Compiling rustls v0.21.12
38222025-12-03T15:29:56.437Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38232025-12-03T15:29:56.917Z[ host-package] Compiling p384 v0.13.1
38242025-12-03T15:30:00.114Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38252025-12-03T15:30:00.645Z[ host-package] Compiling attest-data v0.4.0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
38262025-12-03T15:30:01.397Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38272025-12-03T15:30:02.066Z[ host-package] Compiling progenitor-macro v0.8.0
38282025-12-03T15:30:02.324Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
38292025-12-03T15:30:03.083Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38302025-12-03T15:30:03.867Z[ host-package] Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
38312025-12-03T15:30:03.987Z[ helios-setup] Dec 03 15:30:02.896 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
38322025-12-03T15:30:15.262Z[ helios-setup] Dec 03 15:30:14.170 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
38332025-12-03T15:30:15.545Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38342025-12-03T15:30:22.480Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
38352025-12-03T15:30:23.551Z[ host-package] Compiling progenitor-client v0.8.0
38362025-12-03T15:30:24.159Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38372025-12-03T15:30:24.642Z[ host-package] Compiling rustls-webpki v0.101.7
38382025-12-03T15:30:24.771Z[ host-package] Compiling sct v0.7.1
38392025-12-03T15:30:25.360Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=dea3bbfac7d9d3c45f088898fcd05ee5d2ec2210#dea3bbfa)
38402025-12-03T15:30:25.937Z[ host-package] Compiling heck v0.3.3
38412025-12-03T15:30:26.424Z[ host-package] Compiling corncobs v0.1.4
38422025-12-03T15:30:26.949Z[ host-package] Compiling void v1.0.2
38432025-12-03T15:30:27.267Z[ host-package] Compiling lzss v0.8.2
38442025-12-03T15:30:27.820Z[ host-package] Compiling dice-mfg-msgs v0.2.1 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
38452025-12-03T15:30:28.829Z[ host-package] Compiling zone_cfg_derive v0.1.2
38462025-12-03T15:30:29.940Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
38472025-12-03T15:30:32.958Z[ host-package] Compiling progenitor v0.8.0
38482025-12-03T15:30:33.386Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38492025-12-03T15:30:39.509Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38502025-12-03T15:30:44.552Z[ helios-setup] Dec 03 15:30:43.455 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s
38512025-12-03T15:30:44.603Z[ helios-setup] Dec 03 15:30:43.506 INFO building project "amd-host-image-builder" ok (127 seconds)
38522025-12-03T15:30:44.607Z[ helios-setup] rm -f helios-build
38532025-12-03T15:30:44.623Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
38542025-12-03T15:30:44.623Z[ helios-setup]
38552025-12-03T15:30:44.623Z[ helios-setup] Setup complete! ./helios-build is now available.
38562025-12-03T15:30:44.623Z[ helios-setup]
38572025-12-03T15:30:44.623Z[ helios-setup]
38582025-12-03T15:30:44.623Z[ helios-setup] real 12:02.592741701
38592025-12-03T15:30:44.623Z[ helios-setup] user 32:50.132726367
38602025-12-03T15:30:44.623Z[ helios-setup] sys 2:41.557570619
38612025-12-03T15:30:44.623Z[ helios-setup] trap 1.945238889
38622025-12-03T15:30:44.623Z[ helios-setup] tflt 6.320815044
38632025-12-03T15:30:44.623Z[ helios-setup] dflt 16.619761055
38642025-12-03T15:30:44.623Z[ helios-setup] kflt 0.000140548
38652025-12-03T15:30:44.623Z[ helios-setup] lock 2:59:08.015889249
38662025-12-03T15:30:44.623Z[ helios-setup] slp 4:03:39.407006627
38672025-12-03T15:30:44.623Z[ helios-setup] lat 34:58.199986728
38682025-12-03T15:30:44.623Z[ helios-setup] stop 5:17.927403380
38692025-12-03T15:30:44.623ZDec 03 15:30:43.519 INFO [helios-setup] process exited with exit status: 0 (722.596288392s)
38702025-12-03T15:30:44.623ZDec 03 15:30:43.519 INFO [helios-record] running task
38712025-12-03T15:30:44.623ZDec 03 15:30:43.520 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38722025-12-03T15:30:44.627ZDec 03 15:30:43.526 DEBG process exited with exit status: 0 (6.201094ms)
38732025-12-03T15:30:44.627ZDec 03 15:30:43.526 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38742025-12-03T15:30:44.632ZDec 03 15:30:43.532 DEBG process exited with exit status: 0 (6.084529ms)
38752025-12-03T15:30:44.632ZDec 03 15:30:43.532 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38762025-12-03T15:30:44.635ZDec 03 15:30:43.538 DEBG process exited with exit status: 0 (5.974873ms)
38772025-12-03T15:30:44.635ZDec 03 15:30:43.538 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38782025-12-03T15:30:44.642ZDec 03 15:30:43.544 DEBG process exited with exit status: 0 (5.880025ms)
38792025-12-03T15:30:44.642ZDec 03 15:30:43.544 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38802025-12-03T15:30:44.646ZDec 03 15:30:43.550 DEBG process exited with exit status: 0 (5.7611ms)
38812025-12-03T15:30:44.646ZDec 03 15:30:43.550 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38822025-12-03T15:30:44.653ZDec 03 15:30:43.556 DEBG process exited with exit status: 0 (6.040835ms)
38832025-12-03T15:30:44.653ZDec 03 15:30:43.556 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38842025-12-03T15:30:44.659ZDec 03 15:30:43.562 DEBG process exited with exit status: 0 (6.15425ms)
38852025-12-03T15:30:44.659ZDec 03 15:30:43.562 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
38862025-12-03T15:30:44.665ZDec 03 15:30:43.568 DEBG process exited with exit status: 0 (5.898343ms)
38872025-12-03T15:30:44.665ZDec 03 15:30:43.568 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38882025-12-03T15:30:44.671ZDec 03 15:30:43.573 DEBG process exited with exit status: 0 (5.519811ms)
38892025-12-03T15:30:44.674ZDec 03 15:30:43.574 INFO [helios-record] task succeeded (54.711708ms)
38902025-12-03T15:30:47.789Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
38912025-12-03T15:30:48.883Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
38922025-12-03T15:30:49.510Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38932025-12-03T15:30:54.927Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
38942025-12-03T15:30:55.333Z[ host-package] Compiling tungstenite v0.23.0
38952025-12-03T15:30:58.746Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38962025-12-03T15:30:59.152Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
38972025-12-03T15:30:59.551Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
38982025-12-03T15:30:59.968Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38992025-12-03T15:31:00.370Z[ host-package] Compiling nix v0.27.1
39002025-12-03T15:31:00.647Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
39012025-12-03T15:31:00.687Z[ host-package] Compiling secrecy v0.8.0
39022025-12-03T15:31:01.023Z[ host-package] Compiling serde_bytes v0.11.19
39032025-12-03T15:31:01.382Z[ host-package] Compiling base64 v0.13.1
39042025-12-03T15:31:01.614Z[ host-package] Compiling number_prefix v0.4.0
39052025-12-03T15:31:01.950Z[ host-package] Compiling ron v0.7.1
39062025-12-03T15:31:02.193Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
39072025-12-03T15:31:03.111Z[ host-package] Compiling indicatif v0.17.11
39082025-12-03T15:31:07.117Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
39092025-12-03T15:31:09.495Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
39102025-12-03T15:31:13.868Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
39112025-12-03T15:31:15.656Z[ host-package] Compiling tokio-tungstenite v0.23.1
39122025-12-03T15:31:15.771Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
39132025-12-03T15:31:15.959Z[ host-package] Compiling xz2 v0.1.7
39142025-12-03T15:31:16.610Z[ host-package] Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
39152025-12-03T15:31:19.427Z[ host-package] Compiling tokio-rustls v0.24.1
39162025-12-03T15:31:19.986Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
39172025-12-03T15:31:22.737Z[ host-package] Compiling zone v0.1.8
39182025-12-03T15:31:26.082Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
39192025-12-03T15:31:27.185Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
39202025-12-03T15:31:28.193Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3f1752e6cee9a2f8ecdce6e2ad3326781182e2d9#3f1752e6)
39212025-12-03T15:31:30.952Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
39222025-12-03T15:31:32.332Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39232025-12-03T15:31:34.282Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39242025-12-03T15:31:34.321Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
39252025-12-03T15:31:35.781Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
39262025-12-03T15:31:43.939Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
39272025-12-03T15:31:44.742Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
39282025-12-03T15:31:49.401Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
39292025-12-03T15:31:51.293Z[ host-package] Compiling rustls-pemfile v1.0.4
39302025-12-03T15:31:52.074Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
39312025-12-03T15:31:52.457Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
39322025-12-03T15:31:52.863Z[ host-package] Compiling signal-hook-tokio v0.3.1
39332025-12-03T15:31:53.167Z[ host-package] Compiling twox-hash v2.1.0
39342025-12-03T15:31:54.228Z[ host-package] Compiling yasna v0.5.2
39352025-12-03T15:31:57.615Z[ host-package] Compiling is_ci v1.2.0
39362025-12-03T15:31:57.997Z[ host-package] Compiling supports-color v3.0.2
39372025-12-03T15:31:58.198Z[ host-package] Compiling rcgen v0.12.1
39382025-12-03T15:31:58.892Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
39392025-12-03T15:32:07.334Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39402025-12-03T15:32:08.587Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
39412025-12-03T15:32:08.732Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39422025-12-03T15:32:24.564Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
39432025-12-03T15:32:34.464Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
39442025-12-03T15:32:44.977Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
39452025-12-03T15:32:45.554Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39462025-12-03T15:32:45.863Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39472025-12-03T15:32:49.859Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39482025-12-03T15:32:59.774Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
39492025-12-03T15:33:01.449Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
39502025-12-03T15:33:01.797Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
39512025-12-03T15:33:02.208Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
39522025-12-03T15:33:02.587Z[ host-package] Compiling fatfs v0.3.6
39532025-12-03T15:33:02.624Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
39542025-12-03T15:33:04.304Z[ host-package] Compiling rtoolbox v0.0.2
39552025-12-03T15:33:04.793Z[ host-package] Compiling subprocess v0.2.9
39562025-12-03T15:33:05.482Z[ host-package] Compiling assert_matches v1.5.0
39572025-12-03T15:33:05.663Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39582025-12-03T15:33:11.738Z[ host-package] Compiling rpassword v7.4.0
39592025-12-03T15:33:12.421Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39602025-12-03T15:33:13.960Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39612025-12-03T15:33:17.893Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
39622025-12-03T15:33:40.098Z[ host-package] Compiling tui-tree-widget v0.23.1
39632025-12-03T15:33:40.683Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
39642025-12-03T15:33:41.705Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39652025-12-03T15:33:50.742Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39662025-12-03T15:33:54.386Z[ host-package] Compiling uzers v0.12.1
39672025-12-03T15:33:57.565Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
39682025-12-03T15:33:59.676Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
39692025-12-03T15:34:01.802Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
39702025-12-03T15:34:25.918Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
39712025-12-03T15:34:27.836Z[ host-package] Compiling support-bundle-viewer v0.1.2
39722025-12-03T15:34:31.625Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39732025-12-03T15:34:33.269Z[ host-package] Compiling multimap v0.10.1
39742025-12-03T15:36:48.802Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
39752025-12-03T15:46:37.456Z[ host-package] Finished `release` profile [optimized] target(s) in 25m 56s
39762025-12-03T15:47:38.949ZDec 03 15:47:37.697 INFO [host-package] process exited with exit status: 0 (1618.128033784s)
39772025-12-03T15:47:38.949ZDec 03 15:47:37.697 INFO [host-stamp] running task
39782025-12-03T15:47:38.953ZDec 03 15:47:37.698 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
39792025-12-03T15:47:38.953ZDec 03 15:47:37.698 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+git3569914af03
39802025-12-03T15:47:38.953ZDec 03 15:47:37.699 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+git3569914af03
39812025-12-03T15:47:38.953ZDec 03 15:47:37.699 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+git3569914af03
39822025-12-03T15:47:38.953ZDec 03 15:47:37.700 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+git3569914af03
39832025-12-03T15:47:38.953ZDec 03 15:47:37.700 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+git3569914af03
39842025-12-03T15:47:38.953ZDec 03 15:47:37.700 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+git3569914af03
39852025-12-03T15:47:38.956ZDec 03 15:47:37.701 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+git3569914af03
39862025-12-03T15:47:38.956ZDec 03 15:47:37.701 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+git3569914af03
39872025-12-03T15:47:38.984Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
39882025-12-03T15:47:38.984Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
39892025-12-03T15:47:38.988Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
39902025-12-03T15:47:38.988Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
39912025-12-03T15:47:38.988Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
39922025-12-03T15:47:38.988Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39932025-12-03T15:47:38.988Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39942025-12-03T15:47:38.988Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39952025-12-03T15:47:38.991Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
39962025-12-03T15:47:38.991Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
39972025-12-03T15:47:39.009ZDec 03 15:47:37.756 INFO [stamp-overlay] process exited with exit status: 0 (56.057338ms)
39982025-12-03T15:47:39.012Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
39992025-12-03T15:47:39.020ZDec 03 15:47:37.767 INFO [stamp-oxlog] process exited with exit status: 0 (67.426567ms)
40002025-12-03T15:47:39.079Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
40012025-12-03T15:47:39.086ZDec 03 15:47:37.833 INFO [stamp-crucible-utils] process exited with exit status: 0 (132.523069ms)
40022025-12-03T15:47:39.127Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
40032025-12-03T15:47:39.133ZDec 03 15:47:37.881 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (181.855889ms)
40042025-12-03T15:47:39.580Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
40052025-12-03T15:47:39.583ZDec 03 15:47:38.330 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (629.579353ms)
40062025-12-03T15:47:39.929Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
40072025-12-03T15:47:39.936ZDec 03 15:47:38.683 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (983.790774ms)
40082025-12-03T15:47:40.631Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
40092025-12-03T15:47:40.638ZDec 03 15:47:39.385 INFO [stamp-propolis-server] process exited with exit status: 0 (1.687583205s)
40102025-12-03T15:47:41.141Z[recovery-package] Compiling newtype-uuid v1.3.2
40112025-12-03T15:47:41.627Z[recovery-package] Compiling daft v0.1.4
40122025-12-03T15:47:42.063Z[recovery-package] Compiling iddqd v0.3.16
40132025-12-03T15:47:43.950Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
40142025-12-03T15:47:44.474Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
40152025-12-03T15:47:44.474Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
40162025-12-03T15:47:44.535Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
40172025-12-03T15:47:45.556Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
40182025-12-03T15:47:49.302Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
40192025-12-03T15:47:49.311ZDec 03 15:47:48.057 INFO [stamp-switch-asic] process exited with exit status: 0 (10.356001672s)
40202025-12-03T15:47:49.314ZDec 03 15:47:48.057 INFO [host-stamp] task succeeded (10.360220668s)
40212025-12-03T15:47:49.314ZDec 03 15:47:48.057 INFO [host-proto] running task
40222025-12-03T15:47:50.780ZDec 03 15:47:49.525 INFO [host-proto] task succeeded (1.467791923s)
40232025-12-03T15:47:50.780ZDec 03 15:47:49.525 INFO [host-profile] running task
40242025-12-03T15:47:50.793ZDec 03 15:47:49.526 INFO [host-profile] task succeeded (445.404µs)
40252025-12-03T15:47:50.793ZDec 03 15:47:49.526 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.37.424' -P /tmp/.tmpNmWK0T/proto/host/root -N 'ci 3569914/${os_short_commit} 2025-12-03 15:18' -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/'
40262025-12-03T15:47:50.802Z[ host-image] Dec 03 15:47:49.547 INFO Checking files for board 'gimlet'
40272025-12-03T15:47:50.802Z[ host-image] Dec 03 15:47:49.548 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40282025-12-03T15:47:50.803Z[ host-image] Dec 03 15:47:49.548 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
40292025-12-03T15:47:50.807Z[ host-image] Dec 03 15:47:49.548 INFO Checking files for board 'cosmo-mbist-noaggr'
40302025-12-03T15:47:50.807Z[ host-image] Dec 03 15:47:49.548 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
40312025-12-03T15:47:50.807Z[ host-image] Dec 03 15:47:49.548 INFO Checking files for board 'cosmo'
40322025-12-03T15:47:50.807Z[ host-image] Dec 03 15:47:49.548 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40332025-12-03T15:47:50.807Z[ host-image] Dec 03 15:47:49.548 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
40342025-12-03T15:47:50.807Z[ host-image] Dec 03 15:47:49.548 INFO Checking files for board 'cosmo-mbist'
40352025-12-03T15:47:50.807Z[ host-image] Dec 03 15:47:49.548 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
40362025-12-03T15:47:50.827Z[ host-image] Dec 03 15:47:49.572 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpNmWK0T/proto/host/root"
40372025-12-03T15:47:50.827Z[ host-image] Dec 03 15:47:49.572 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
40382025-12-03T15:47:50.830Z[ host-image] Dec 03 15:47:49.573 INFO image builder template: ramdisk-01-os...
40392025-12-03T15:47:50.830Z[ host-image] Dec 03 15:47:49.573 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/.tmpNmWK0T/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@18.0.0.0", "-F", "optever=0.37.424", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40402025-12-03T15:47:50.860Z[ host-image] Dec 03 15:47:49.605 INFO O| Dec 03 15:47:49.605 INFO CREATE DATASET: rpool/images/build/host/output
40412025-12-03T15:47:51.068Z[ host-image] Dec 03 15:47:49.812 INFO O| Dec 03 15:47:49.812 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
40422025-12-03T15:47:51.074Z[ host-image] Dec 03 15:47:49.820 INFO O| Dec 03 15:47:49.819 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
40432025-12-03T15:47:51.376Z[ host-image] Dec 03 15:47:50.122 INFO O| Dec 03 15:47:50.122 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
40442025-12-03T15:47:51.448Z[ host-image] Dec 03 15:47:50.194 INFO O| Dec 03 15:47:50.194 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
40452025-12-03T15:47:51.451Z[ host-image] Dec 03 15:47:50.194 INFO O| Dec 03 15:47:50.194 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
40462025-12-03T15:47:51.451Z[ host-image] Dec 03 15:47:50.194 INFO O| Dec 03 15:47:50.194 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
40472025-12-03T15:47:51.451Z[ host-image] Dec 03 15:47:50.194 INFO O| Dec 03 15:47:50.194 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
40482025-12-03T15:47:51.458Z[ host-image] Dec 03 15:47:50.204 INFO O| Dec 03 15:47:50.204 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
40492025-12-03T15:47:51.762Z[ host-image] Dec 03 15:47:50.507 INFO O| Dec 03 15:47:50.507 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40502025-12-03T15:47:51.776Z[ host-image] Dec 03 15:47:50.520 INFO O| Dec 03 15:47:50.520 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
40512025-12-03T15:47:52.265Z[ host-image] Dec 03 15:47:51.011 INFO O| Dec 03 15:47:51.011 INFO O| Caching catalogs ... Done
40522025-12-03T15:47:52.369Z[ host-image] Dec 03 15:47:51.113 INFO O| Dec 03 15:47:51.113 INFO STEP 0 (pkg_image_create) COMPLETE
40532025-12-03T15:47:52.369Z[ host-image] Dec 03 15:47:51.113 INFO O| Dec 03 15:47:51.113 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40542025-12-03T15:47:52.379Z[ host-image] Dec 03 15:47:51.125 INFO O| Dec 03 15:47:51.125 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"]
40552025-12-03T15:47:52.896Z[ host-image] Dec 03 15:47:51.639 INFO O| Dec 03 15:47:51.639 INFO STEP 1 (pkg_set_publisher) COMPLETE
40562025-12-03T15:47:52.896Z[ host-image] Dec 03 15:47:51.639 INFO O| Dec 03 15:47:51.639 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40572025-12-03T15:47:52.899Z[ host-image] Dec 03 15:47:51.639 INFO O| Dec 03 15:47:51.639 INFO skip step because feature "publisher_1_name" is not enabled
40582025-12-03T15:47:52.899Z[ host-image] Dec 03 15:47:51.639 INFO O| Dec 03 15:47:51.639 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40592025-12-03T15:47:52.899Z[ host-image] Dec 03 15:47:51.639 INFO O| Dec 03 15:47:51.639 INFO skip step because feature "publisher_2_name" is not enabled
40602025-12-03T15:47:52.899Z[ host-image] Dec 03 15:47:51.639 INFO O| Dec 03 15:47:51.639 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40612025-12-03T15:47:52.899Z[ host-image] Dec 03 15:47:51.639 INFO O| Dec 03 15:47:51.639 INFO skip step because feature "publisher_3_name" is not enabled
40622025-12-03T15:47:52.899Z[ host-image] Dec 03 15:47:51.640 INFO O| Dec 03 15:47:51.639 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40632025-12-03T15:47:54.103Z[ host-image] Dec 03 15:47:52.849 INFO O| Dec 03 15:47:52.848 INFO variant opensolaris.zone is already global
40642025-12-03T15:47:54.103Z[ host-image] Dec 03 15:47:52.849 INFO O| Dec 03 15:47:52.848 INFO STEP 5 (pkg_change_variant) COMPLETE
40652025-12-03T15:47:54.106Z[ host-image] Dec 03 15:47:52.849 INFO O| Dec 03 15:47:52.848 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40662025-12-03T15:47:54.454Z[ host-image] Dec 03 15:47:53.201 INFO O| Dec 03 15:47:53.201 INFO variant opensolaris.imagetype is full; changing to partial
40672025-12-03T15:47:54.454Z[ host-image] Dec 03 15:47:53.201 INFO O| Dec 03 15:47:53.201 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40682025-12-03T15:47:57.252Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
40692025-12-03T15:47:57.252Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
40702025-12-03T15:47:57.255Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
40712025-12-03T15:47:57.255Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
40722025-12-03T15:48:02.367Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
40732025-12-03T15:48:04.810Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
40742025-12-03T15:48:05.596Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
40752025-12-03T15:48:05.834Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
40762025-12-03T15:48:08.941Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
40772025-12-03T15:48:10.491Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
40782025-12-03T15:48:23.834Z[ host-image] Dec 03 15:48:22.576 INFO O| Dec 03 15:48:22.576 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40792025-12-03T15:48:34.094Z[recovery-package] Finished `release` profile [optimized] target(s) in 54.70s
40802025-12-03T15:48:36.242Z[ host-image] Dec 03 15:48:34.981 INFO O| Dec 03 15:48:34.981 INFO O| Startup: Caching catalogs ... Done
40812025-12-03T15:48:36.337Z[ host-image] Dec 03 15:48:35.076 INFO O| Dec 03 15:48:35.076 INFO O| Planning: Planning completed in 0.00 seconds
40822025-12-03T15:48:36.340Z[ host-image] Dec 03 15:48:35.076 INFO O| Dec 03 15:48:35.076 INFO O| Planning: Consolidating action changes ... Done
40832025-12-03T15:48:36.340Z[ host-image] Dec 03 15:48:35.076 INFO O| Dec 03 15:48:35.076 INFO O| Planning: Evaluating mediators ... Done
40842025-12-03T15:48:36.340Z[ host-image] Dec 03 15:48:35.077 INFO O| Dec 03 15:48:35.077 INFO O| Planning: Planning completed in 0.00 seconds
40852025-12-03T15:48:36.341Z[ host-image] Dec 03 15:48:35.077 INFO O| Dec 03 15:48:35.077 INFO O| Variants/Facets to change: 1
40862025-12-03T15:48:36.359Z[ host-image] Dec 03 15:48:35.098 INFO O| Dec 03 15:48:35.098 INFO O| Done
40872025-12-03T15:48:36.359Z[ host-image] Dec 03 15:48:35.098 INFO O| Dec 03 15:48:35.098 INFO O| Done
40882025-12-03T15:48:36.563ZDec 03 15:48:35.303 INFO [recovery-package] process exited with exit status: 0 (57.604800474s)
40892025-12-03T15:48:36.563ZDec 03 15:48:35.303 INFO [recovery-stamp] running task
40902025-12-03T15:48:36.566ZDec 03 15:48:35.303 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
40912025-12-03T15:48:36.566ZDec 03 15:48:35.303 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+git3569914af03
40922025-12-03T15:48:36.567ZDec 03 15:48:35.304 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 18.0.0-0.ci+git3569914af03
40932025-12-03T15:48:36.575Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40942025-12-03T15:48:36.578Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40952025-12-03T15:48:36.705Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40962025-12-03T15:48:36.710ZDec 03 15:48:35.450 INFO [stamp-installinator] process exited with exit status: 0 (146.384333ms)
40972025-12-03T15:48:36.848Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40982025-12-03T15:48:36.853ZDec 03 15:48:35.592 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (289.216797ms)
40992025-12-03T15:48:36.853ZDec 03 15:48:35.592 INFO [recovery-stamp] task succeeded (289.498791ms)
41002025-12-03T15:48:36.853ZDec 03 15:48:35.592 INFO [recovery-proto] running task
41012025-12-03T15:48:36.853ZDec 03 15:48:35.592 INFO [tuf-stamp] running task
41022025-12-03T15:48:36.856ZDec 03 15:48:35.593 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+git3569914af03
41032025-12-03T15:48:36.856ZDec 03 15:48:35.594 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+git3569914af03
41042025-12-03T15:48:36.856ZDec 03 15:48:35.594 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+git3569914af03
41052025-12-03T15:48:36.856ZDec 03 15:48:35.594 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+git3569914af03
41062025-12-03T15:48:36.856ZDec 03 15:48:35.595 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+git3569914af03
41072025-12-03T15:48:36.860ZDec 03 15:48:35.600 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+git3569914af03
41082025-12-03T15:48:36.860ZDec 03 15:48:35.600 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+git3569914af03
41092025-12-03T15:48:36.860ZDec 03 15:48:35.600 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+git3569914af03
41102025-12-03T15:48:36.860ZDec 03 15:48:35.600 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+git3569914af03
41112025-12-03T15:48:36.860ZDec 03 15:48:35.600 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+git3569914af03
41122025-12-03T15:48:36.865ZDec 03 15:48:35.605 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+git3569914af03
41132025-12-03T15:48:36.868ZDec 03 15:48:35.605 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+git3569914af03
41142025-12-03T15:48:36.877Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
41152025-12-03T15:48:36.877Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
41162025-12-03T15:48:36.877Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
41172025-12-03T15:48:36.881Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
41182025-12-03T15:48:36.884Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
41192025-12-03T15:48:36.884Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
41202025-12-03T15:48:36.884Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
41212025-12-03T15:48:36.884Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
41222025-12-03T15:48:36.887Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
41232025-12-03T15:48:36.887Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
41242025-12-03T15:48:36.912Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
41252025-12-03T15:48:36.919Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
41262025-12-03T15:48:37.042Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
41272025-12-03T15:48:37.052ZDec 03 15:48:35.791 INFO [stamp-probe] process exited with exit status: 0 (195.355588ms)
41282025-12-03T15:48:37.139ZDec 03 15:48:35.879 INFO [recovery-proto] task succeeded (286.471174ms)
41292025-12-03T15:48:37.142ZDec 03 15:48:35.879 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.37.424' -P /tmp/.tmpNmWK0T/proto/recovery/root -N 'recovery 3569914/${os_short_commit} 2025-12-03 15:18' -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/'
41302025-12-03T15:48:37.168Z[ recovery-image] Dec 03 15:48:35.907 INFO Checking files for board 'cosmo-mbist'
41312025-12-03T15:48:37.168Z[ recovery-image] Dec 03 15:48:35.907 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
41322025-12-03T15:48:37.168Z[ recovery-image] Dec 03 15:48:35.907 INFO Checking files for board 'cosmo'
41332025-12-03T15:48:37.171Z[ recovery-image] Dec 03 15:48:35.907 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
41342025-12-03T15:48:37.171Z[ recovery-image] Dec 03 15:48:35.907 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
41352025-12-03T15:48:37.171Z[ recovery-image] Dec 03 15:48:35.907 INFO Checking files for board 'gimlet'
41362025-12-03T15:48:37.171Z[ recovery-image] Dec 03 15:48:35.907 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
41372025-12-03T15:48:37.171Z[ recovery-image] Dec 03 15:48:35.907 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
41382025-12-03T15:48:37.171Z[ recovery-image] Dec 03 15:48:35.907 INFO Checking files for board 'cosmo-mbist-noaggr'
41392025-12-03T15:48:37.171Z[ recovery-image] Dec 03 15:48:35.907 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
41402025-12-03T15:48:37.185Z[ recovery-image] Dec 03 15:48:35.924 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpNmWK0T/proto/recovery/root"
41412025-12-03T15:48:37.185Z[ recovery-image] Dec 03 15:48:35.924 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
41422025-12-03T15:48:37.185Z[ recovery-image] Dec 03 15:48:35.924 INFO image builder template: ramdisk-01-os...
41432025-12-03T15:48:37.185Z[ recovery-image] Dec 03 15:48:35.924 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/.tmpNmWK0T/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.37.424", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
41442025-12-03T15:48:37.214Z[ recovery-image] Dec 03 15:48:35.954 INFO O| Dec 03 15:48:35.953 INFO CREATE DATASET: rpool/images/build/recovery/output
41452025-12-03T15:48:37.457Z[ recovery-image] Dec 03 15:48:36.196 INFO O| Dec 03 15:48:36.196 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41462025-12-03T15:48:37.464Z[ recovery-image] Dec 03 15:48:36.203 INFO O| Dec 03 15:48:36.203 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41472025-12-03T15:48:37.909Z[ recovery-image] Dec 03 15:48:36.648 INFO O| Dec 03 15:48:36.647 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
41482025-12-03T15:48:38.020Z[ recovery-image] Dec 03 15:48:36.759 INFO O| Dec 03 15:48:36.759 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41492025-12-03T15:48:38.020Z[ recovery-image] Dec 03 15:48:36.759 INFO O| Dec 03 15:48:36.759 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
41502025-12-03T15:48:38.020Z[ recovery-image] Dec 03 15:48:36.759 INFO O| Dec 03 15:48:36.759 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
41512025-12-03T15:48:38.023Z[ recovery-image] Dec 03 15:48:36.759 INFO O| Dec 03 15:48:36.759 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
41522025-12-03T15:48:38.032Z[ recovery-image] Dec 03 15:48:36.771 INFO O| Dec 03 15:48:36.771 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
41532025-12-03T15:48:38.389Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
41542025-12-03T15:48:38.425ZDec 03 15:48:37.165 INFO [stamp-ntp] process exited with exit status: 0 (1.564837497s)
41552025-12-03T15:48:38.533Z[ recovery-image] Dec 03 15:48:37.272 INFO O| Dec 03 15:48:37.272 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41562025-12-03T15:48:38.547Z[ recovery-image] Dec 03 15:48:37.286 INFO O| Dec 03 15:48:37.286 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41572025-12-03T15:48:38.660Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s
41582025-12-03T15:48:38.784Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
41592025-12-03T15:48:38.965Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
41602025-12-03T15:48:38.989Z[ host-image] Dec 03 15:48:37.727 INFO O| Dec 03 15:48:37.727 INFO O| Done
41612025-12-03T15:48:39.016ZDec 03 15:48:37.755 INFO [stamp-internal-dns] process exited with exit status: 0 (2.160208424s)
41622025-12-03T15:48:39.063Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
41632025-12-03T15:48:39.096ZDec 03 15:48:37.835 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (2.236985046s)
41642025-12-03T15:48:39.144Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
41652025-12-03T15:48:39.156ZDec 03 15:48:37.895 INFO [stamp-external-dns] process exited with exit status: 0 (2.300340709s)
41662025-12-03T15:48:39.220Z[ host-image] Dec 03 15:48:37.959 INFO O| Dec 03 15:48:37.959 INFO O| Done
41672025-12-03T15:48:39.223Z[ host-image] Dec 03 15:48:37.961 INFO O| Dec 03 15:48:37.961 INFO O| Done
41682025-12-03T15:48:39.223Z[ host-image] Dec 03 15:48:37.961 INFO O| Dec 03 15:48:37.961 INFO O| Done
41692025-12-03T15:48:39.227Z[ host-image] Dec 03 15:48:37.963 INFO O| Dec 03 15:48:37.963 INFO O| Done
41702025-12-03T15:48:39.335Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
41712025-12-03T15:48:39.341ZDec 03 15:48:38.080 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.486625727s)
41722025-12-03T15:48:39.345Z[ recovery-image] Dec 03 15:48:38.084 INFO O| Dec 03 15:48:38.084 INFO O| Caching catalogs ... Done
41732025-12-03T15:48:39.382Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
41742025-12-03T15:48:39.417ZDec 03 15:48:38.156 INFO [stamp-oximeter] process exited with exit status: 0 (2.560899347s)
41752025-12-03T15:48:39.507Z[ recovery-image] Dec 03 15:48:38.246 INFO O| Dec 03 15:48:38.246 INFO STEP 0 (pkg_image_create) COMPLETE
41762025-12-03T15:48:39.507Z[ recovery-image] Dec 03 15:48:38.246 INFO O| Dec 03 15:48:38.246 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41772025-12-03T15:48:39.522Z[ recovery-image] Dec 03 15:48:38.261 INFO O| Dec 03 15:48:38.260 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"]
41782025-12-03T15:48:40.085Z[ recovery-image] Dec 03 15:48:38.824 INFO O| Dec 03 15:48:38.823 INFO STEP 1 (pkg_set_publisher) COMPLETE
41792025-12-03T15:48:40.085Z[ recovery-image] Dec 03 15:48:38.824 INFO O| Dec 03 15:48:38.824 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41802025-12-03T15:48:40.089Z[ recovery-image] Dec 03 15:48:38.824 INFO O| Dec 03 15:48:38.824 INFO skip step because feature "publisher_1_name" is not enabled
41812025-12-03T15:48:40.089Z[ recovery-image] Dec 03 15:48:38.824 INFO O| Dec 03 15:48:38.824 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41822025-12-03T15:48:40.089Z[ recovery-image] Dec 03 15:48:38.824 INFO O| Dec 03 15:48:38.824 INFO skip step because feature "publisher_2_name" is not enabled
41832025-12-03T15:48:40.089Z[ recovery-image] Dec 03 15:48:38.824 INFO O| Dec 03 15:48:38.824 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41842025-12-03T15:48:40.089Z[ recovery-image] Dec 03 15:48:38.824 INFO O| Dec 03 15:48:38.824 INFO skip step because feature "publisher_3_name" is not enabled
41852025-12-03T15:48:40.089Z[ recovery-image] Dec 03 15:48:38.824 INFO O| Dec 03 15:48:38.824 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41862025-12-03T15:48:40.623Z[ recovery-image] Dec 03 15:48:39.360 INFO O| Dec 03 15:48:39.360 INFO variant opensolaris.zone is already global
41872025-12-03T15:48:40.623Z[ recovery-image] Dec 03 15:48:39.360 INFO O| Dec 03 15:48:39.360 INFO STEP 5 (pkg_change_variant) COMPLETE
41882025-12-03T15:48:40.623Z[ recovery-image] Dec 03 15:48:39.360 INFO O| Dec 03 15:48:39.360 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41892025-12-03T15:48:40.916Z[ host-image] Dec 03 15:48:39.655 INFO O| Dec 03 15:48:39.655 INFO STEP 6 (pkg_change_variant) COMPLETE
41902025-12-03T15:48:40.916Z[ host-image] Dec 03 15:48:39.655 INFO O| Dec 03 15:48:39.655 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41912025-12-03T15:48:40.919Z[ host-image] Dec 03 15:48:39.655 INFO O| Dec 03 15:48:39.655 INFO skip step because feature "debug_variant" is not enabled
41922025-12-03T15:48:40.919Z[ host-image] Dec 03 15:48:39.655 INFO O| Dec 03 15:48:39.655 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41932025-12-03T15:48:41.210Z[ recovery-image] Dec 03 15:48:39.948 INFO O| Dec 03 15:48:39.948 INFO variant opensolaris.imagetype is full; changing to partial
41942025-12-03T15:48:41.210Z[ recovery-image] Dec 03 15:48:39.948 INFO O| Dec 03 15:48:39.948 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41952025-12-03T15:48:41.370Z[ host-image] Dec 03 15:48:40.108 INFO O| Dec 03 15:48:40.108 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41962025-12-03T15:48:42.841Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
41972025-12-03T15:48:42.848ZDec 03 15:48:41.585 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.98007868s)
41982025-12-03T15:48:43.206Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41992025-12-03T15:48:43.210ZDec 03 15:48:41.949 INFO [stamp-nexus] process exited with exit status: 0 (6.351791004s)
42002025-12-03T15:48:46.307Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
42012025-12-03T15:48:46.311ZDec 03 15:48:45.049 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (9.455372163s)
42022025-12-03T15:48:46.610Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
42032025-12-03T15:48:46.614ZDec 03 15:48:45.352 INFO [stamp-clickhouse] process exited with exit status: 0 (9.75815723s)
42042025-12-03T15:48:46.662Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
42052025-12-03T15:48:46.667ZDec 03 15:48:45.404 INFO [stamp-clickhouse_server] process exited with exit status: 0 (9.798928885s)
42062025-12-03T15:48:46.667ZDec 03 15:48:45.404 INFO [tuf-stamp] task succeeded (9.812080958s)
42072025-12-03T15:48:46.694Z[verify-libraries] Compiling cfg_aliases v0.1.1
42082025-12-03T15:48:46.697Z[verify-libraries] Compiling home v0.5.9
42092025-12-03T15:48:46.934Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
42102025-12-03T15:48:46.934Z[verify-libraries] Compiling sqlparser_derive v0.2.2
42112025-12-03T15:48:46.937Z[verify-libraries] Compiling unicode_categories v0.1.1
42122025-12-03T15:48:47.015Z[verify-libraries] Compiling nix v0.28.0
42132025-12-03T15:48:47.070Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42142025-12-03T15:48:47.079Z[verify-libraries] Compiling polyval v0.6.2
42152025-12-03T15:48:47.083Z[verify-libraries] Compiling ctr v0.9.2
42162025-12-03T15:48:47.430Z[verify-libraries] Compiling sqlformat v0.3.5
42172025-12-03T15:48:47.567Z[verify-libraries] Compiling ghash v0.5.1
42182025-12-03T15:48:47.640Z[verify-libraries] Compiling ssh-encoding v0.2.0
42192025-12-03T15:48:47.693Z[verify-libraries] Compiling blowfish v0.9.1
42202025-12-03T15:48:47.848Z[verify-libraries] Compiling aes-gcm v0.10.3
42212025-12-03T15:48:48.042Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
42222025-12-03T15:48:48.077Z[verify-libraries] Compiling sqlparser v0.45.0
42232025-12-03T15:48:48.222Z[verify-libraries] Compiling password-hash v0.4.2
42242025-12-03T15:48:48.252Z[verify-libraries] Compiling ssh-cipher v0.2.0
42252025-12-03T15:48:48.350Z[verify-libraries] Compiling petname v2.0.2
42262025-12-03T15:48:48.597Z[verify-libraries] Compiling p521 v0.13.3
42272025-12-03T15:48:49.080Z[verify-libraries] Compiling ssh-key v0.6.6
42282025-12-03T15:48:50.040Z[verify-libraries] Compiling pbkdf2 v0.11.0
42292025-12-03T15:48:50.541Z[verify-libraries] Compiling p256 v0.13.2
42302025-12-03T15:48:50.613Z[verify-libraries] Compiling russh-cryptovec v0.7.3
42312025-12-03T15:48:51.215Z[verify-libraries] Compiling md5 v0.7.0
42322025-12-03T15:48:52.090Z[verify-libraries] Compiling rustyline v14.0.0
42332025-12-03T15:48:52.683Z[verify-libraries] Compiling russh-keys v0.45.0
42342025-12-03T15:48:54.621Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
42352025-12-03T15:48:55.552Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
42362025-12-03T15:48:56.175Z[verify-libraries] Compiling num-bigint v0.4.6
42372025-12-03T15:48:58.505Z[verify-libraries] Compiling des v0.8.1
42382025-12-03T15:48:59.178Z[verify-libraries] Compiling sapling-renderdag v0.1.0
42392025-12-03T15:49:00.166Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
42402025-12-03T15:49:00.509Z[verify-libraries] Compiling sync-ptr v0.1.4
42412025-12-03T15:49:00.555Z[verify-libraries] Compiling hex-literal v0.4.1
42422025-12-03T15:49:00.896Z[verify-libraries] Compiling russh v0.45.0
42432025-12-03T15:49:01.044Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
42442025-12-03T15:49:01.203Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
42452025-12-03T15:49:07.268Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
42462025-12-03T15:49:08.518Z[verify-libraries] Compiling internet-checksum v0.2.1
42472025-12-03T15:49:08.896Z[verify-libraries] Compiling omicron-zone-package v0.12.2
42482025-12-03T15:49:09.006Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
42492025-12-03T15:49:11.156Z[verify-libraries] Compiling yansi v1.0.1
42502025-12-03T15:49:11.762Z[verify-libraries] Compiling diff v0.1.13
42512025-12-03T15:49:12.293Z[verify-libraries] Compiling pretty_assertions v1.4.1
42522025-12-03T15:49:13.214Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
42532025-12-03T15:49:13.505Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
42542025-12-03T15:49:16.935Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
42552025-12-03T15:49:23.303Z[ recovery-image] Dec 03 15:49:22.034 INFO O| Dec 03 15:49:22.034 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42562025-12-03T15:49:24.529Z[ host-image] Dec 03 15:49:23.260 INFO O| Dec 03 15:49:23.260 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42572025-12-03T15:49:27.067Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42582025-12-03T15:49:27.827Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
42592025-12-03T15:49:32.206Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
42602025-12-03T15:49:32.821Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42612025-12-03T15:49:33.539Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
42622025-12-03T15:49:34.148Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
42632025-12-03T15:49:34.631Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42642025-12-03T15:49:35.373Z[verify-libraries] Compiling drift v0.1.1
42652025-12-03T15:49:44.593Z[ recovery-image] Dec 03 15:49:43.321 INFO O| Dec 03 15:49:43.320 INFO O| Startup: Caching catalogs ... Done
42662025-12-03T15:49:44.800Z[ recovery-image] Dec 03 15:49:43.527 INFO O| Dec 03 15:49:43.527 INFO O| Planning: Planning completed in 0.00 seconds
42672025-12-03T15:49:44.803Z[ recovery-image] Dec 03 15:49:43.528 INFO O| Dec 03 15:49:43.528 INFO O| Planning: Consolidating action changes ... Done
42682025-12-03T15:49:44.803Z[ recovery-image] Dec 03 15:49:43.529 INFO O| Dec 03 15:49:43.529 INFO O| Planning: Evaluating mediators ... Done
42692025-12-03T15:49:44.803Z[ recovery-image] Dec 03 15:49:43.529 INFO O| Dec 03 15:49:43.529 INFO O| Planning: Planning completed in 0.00 seconds
42702025-12-03T15:49:44.803Z[ recovery-image] Dec 03 15:49:43.530 INFO O| Dec 03 15:49:43.530 INFO O| Variants/Facets to change: 1
42712025-12-03T15:49:45.439Z[ host-image] Dec 03 15:49:44.167 INFO O| Dec 03 15:49:44.167 INFO O| Startup: Caching catalogs ... Done
42722025-12-03T15:49:45.590Z[ host-image] Dec 03 15:49:44.317 INFO O| Dec 03 15:49:44.317 INFO O| Planning: Planning completed in 0.00 seconds
42732025-12-03T15:49:45.592Z[ host-image] Dec 03 15:49:44.318 INFO O| Dec 03 15:49:44.318 INFO O| Planning: Consolidating action changes ... Done
42742025-12-03T15:49:45.592Z[ host-image] Dec 03 15:49:44.318 INFO O| Dec 03 15:49:44.318 INFO O| Planning: Evaluating mediators ... Done
42752025-12-03T15:49:45.593Z[ host-image] Dec 03 15:49:44.319 INFO O| Dec 03 15:49:44.319 INFO O| Planning: Planning completed in 0.00 seconds
42762025-12-03T15:49:45.593Z[ host-image] Dec 03 15:49:44.320 INFO O| Dec 03 15:49:44.319 INFO O| Variants/Facets to change: 1
42772025-12-03T15:49:45.624Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
42782025-12-03T15:49:45.651Z[ recovery-image] Dec 03 15:49:44.379 INFO O| Dec 03 15:49:44.378 INFO O| Done
42792025-12-03T15:49:45.651Z[ recovery-image] Dec 03 15:49:44.379 INFO O| Dec 03 15:49:44.379 INFO O| Done
42802025-12-03T15:49:45.699Z[ host-image] Dec 03 15:49:44.426 INFO O| Dec 03 15:49:44.426 INFO O| Done
42812025-12-03T15:49:45.699Z[ host-image] Dec 03 15:49:44.426 INFO O| Dec 03 15:49:44.426 INFO O| Done
42822025-12-03T15:49:47.631Z[ recovery-image] Dec 03 15:49:46.358 INFO O| Dec 03 15:49:46.358 INFO O| Done
42832025-12-03T15:49:47.827Z[ host-image] Dec 03 15:49:46.554 INFO O| Dec 03 15:49:46.554 INFO O| Done
42842025-12-03T15:49:47.842Z[ recovery-image] Dec 03 15:49:46.569 INFO O| Dec 03 15:49:46.569 INFO O| Done
42852025-12-03T15:49:47.845Z[ recovery-image] Dec 03 15:49:46.571 INFO O| Dec 03 15:49:46.571 INFO O| Done
42862025-12-03T15:49:47.845Z[ recovery-image] Dec 03 15:49:46.571 INFO O| Dec 03 15:49:46.571 INFO O| Done
42872025-12-03T15:49:47.848Z[ recovery-image] Dec 03 15:49:46.573 INFO O| Dec 03 15:49:46.573 INFO O| Done
42882025-12-03T15:49:48.047Z[ host-image] Dec 03 15:49:46.774 INFO O| Dec 03 15:49:46.774 INFO O| Done
42892025-12-03T15:49:48.052Z[ host-image] Dec 03 15:49:46.775 INFO O| Dec 03 15:49:46.775 INFO O| Done
42902025-12-03T15:49:48.052Z[ host-image] Dec 03 15:49:46.775 INFO O| Dec 03 15:49:46.775 INFO O| Done
42912025-12-03T15:49:48.052Z[ host-image] Dec 03 15:49:46.777 INFO O| Dec 03 15:49:46.777 INFO O| Done
42922025-12-03T15:49:50.110Z[ recovery-image] Dec 03 15:49:48.837 INFO O| Dec 03 15:49:48.837 INFO STEP 6 (pkg_change_variant) COMPLETE
42932025-12-03T15:49:50.110Z[ recovery-image] Dec 03 15:49:48.837 INFO O| Dec 03 15:49:48.837 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42942025-12-03T15:49:50.113Z[ recovery-image] Dec 03 15:49:48.837 INFO O| Dec 03 15:49:48.837 INFO skip step because feature "debug_variant" is not enabled
42952025-12-03T15:49:50.113Z[ recovery-image] Dec 03 15:49:48.837 INFO O| Dec 03 15:49:48.837 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42962025-12-03T15:49:50.192Z[ host-image] Dec 03 15:49:48.919 INFO O| Dec 03 15:49:48.918 INFO STEP 8 (pkg_change_facet) COMPLETE
42972025-12-03T15:49:50.192Z[ host-image] Dec 03 15:49:48.919 INFO O| Dec 03 15:49:48.918 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42982025-12-03T15:49:50.195Z[ host-image] Dec 03 15:49:48.919 INFO O| Dec 03 15:49:48.919 INFO skip step because feature "recovery" is not enabled
42992025-12-03T15:49:50.195Z[ host-image] Dec 03 15:49:48.919 INFO O| Dec 03 15:49:48.919 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43002025-12-03T15:49:50.195Z[ host-image] Dec 03 15:49:48.919 INFO O| Dec 03 15:49:48.919 INFO skip step because feature "recovery" is not enabled
43012025-12-03T15:49:50.195Z[ host-image] Dec 03 15:49:48.919 INFO O| Dec 03 15:49:48.919 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43022025-12-03T15:49:50.211Z[ host-image] Dec 03 15:49:48.937 INFO O| Dec 03 15:49:48.937 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"]
43032025-12-03T15:49:50.877Z[ recovery-image] Dec 03 15:49:49.604 INFO O| Dec 03 15:49:49.604 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43042025-12-03T15:50:24.166Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43052025-12-03T15:50:24.294Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43062025-12-03T15:50:24.760Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43072025-12-03T15:50:37.090Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43082025-12-03T15:50:39.074Z[ host-image] Dec 03 15:50:37.791 INFO O| Dec 03 15:50:37.791 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43092025-12-03T15:50:41.896Z[ recovery-image] Dec 03 15:50:40.613 INFO O| Dec 03 15:50:40.613 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43102025-12-03T15:50:43.300Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43112025-12-03T15:50:48.063Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43122025-12-03T15:50:48.265Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43132025-12-03T15:50:49.489Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43142025-12-03T15:50:52.562Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43152025-12-03T15:50:59.795Z[ host-image] Dec 03 15:50:58.509 INFO O| Dec 03 15:50:58.509 INFO O| Startup: Caching catalogs ... Done
43162025-12-03T15:51:02.953Z[ recovery-image] Dec 03 15:51:01.667 INFO O| Dec 03 15:51:01.667 INFO O| Startup: Caching catalogs ... Done
43172025-12-03T15:51:03.093Z[ recovery-image] Dec 03 15:51:01.807 INFO O| Dec 03 15:51:01.807 INFO O| Planning: Planning completed in 0.00 seconds
43182025-12-03T15:51:03.096Z[ recovery-image] Dec 03 15:51:01.808 INFO O| Dec 03 15:51:01.808 INFO O| Planning: Consolidating action changes ... Done
43192025-12-03T15:51:03.096Z[ recovery-image] Dec 03 15:51:01.808 INFO O| Dec 03 15:51:01.808 INFO O| Planning: Evaluating mediators ... Done
43202025-12-03T15:51:03.096Z[ recovery-image] Dec 03 15:51:01.809 INFO O| Dec 03 15:51:01.809 INFO O| Planning: Planning completed in 0.00 seconds
43212025-12-03T15:51:03.096Z[ recovery-image] Dec 03 15:51:01.809 INFO O| Dec 03 15:51:01.809 INFO O| Variants/Facets to change: 1
43222025-12-03T15:51:03.146Z[ recovery-image] Dec 03 15:51:01.860 INFO O| Dec 03 15:51:01.859 INFO O| Done
43232025-12-03T15:51:03.149Z[ recovery-image] Dec 03 15:51:01.860 INFO O| Dec 03 15:51:01.860 INFO O| Done
43242025-12-03T15:51:05.039Z[ recovery-image] Dec 03 15:51:03.752 INFO O| Dec 03 15:51:03.752 INFO O| Done
43252025-12-03T15:51:05.247Z[ recovery-image] Dec 03 15:51:03.961 INFO O| Dec 03 15:51:03.961 INFO O| Done
43262025-12-03T15:51:05.250Z[ recovery-image] Dec 03 15:51:03.962 INFO O| Dec 03 15:51:03.962 INFO O| Done
43272025-12-03T15:51:05.250Z[ recovery-image] Dec 03 15:51:03.962 INFO O| Dec 03 15:51:03.962 INFO O| Done
43282025-12-03T15:51:05.250Z[ recovery-image] Dec 03 15:51:03.964 INFO O| Dec 03 15:51:03.964 INFO O| Done
43292025-12-03T15:51:07.161Z[ recovery-image] Dec 03 15:51:05.873 INFO O| Dec 03 15:51:05.873 INFO STEP 8 (pkg_change_facet) COMPLETE
43302025-12-03T15:51:07.161Z[ recovery-image] Dec 03 15:51:05.873 INFO O| Dec 03 15:51:05.873 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43312025-12-03T15:51:07.893Z[ recovery-image] Dec 03 15:51:06.606 INFO O| Dec 03 15:51:06.606 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43322025-12-03T15:51:12.385Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43332025-12-03T15:51:16.431Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43342025-12-03T15:51:26.181Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43352025-12-03T15:51:54.694Z[ recovery-image] Dec 03 15:51:53.398 INFO O| Dec 03 15:51:53.398 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43362025-12-03T15:51:56.555Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43372025-12-03T15:52:16.070Z[ recovery-image] Dec 03 15:52:14.771 INFO O| Dec 03 15:52:14.771 INFO O| Startup: Caching catalogs ... Done
43382025-12-03T15:52:16.210Z[ recovery-image] Dec 03 15:52:14.912 INFO O| Dec 03 15:52:14.911 INFO O| Planning: Planning completed in 0.00 seconds
43392025-12-03T15:52:16.214Z[ recovery-image] Dec 03 15:52:14.913 INFO O| Dec 03 15:52:14.913 INFO O| Planning: Consolidating action changes ... Done
43402025-12-03T15:52:16.214Z[ recovery-image] Dec 03 15:52:14.913 INFO O| Dec 03 15:52:14.913 INFO O| Planning: Evaluating mediators ... Done
43412025-12-03T15:52:16.214Z[ recovery-image] Dec 03 15:52:14.914 INFO O| Dec 03 15:52:14.914 INFO O| Planning: Planning completed in 0.00 seconds
43422025-12-03T15:52:16.214Z[ recovery-image] Dec 03 15:52:14.914 INFO O| Dec 03 15:52:14.914 INFO O| Variants/Facets to change: 1
43432025-12-03T15:52:16.669Z[ recovery-image] Dec 03 15:52:15.370 INFO O| Dec 03 15:52:15.370 INFO O| Done
43442025-12-03T15:52:16.669Z[ recovery-image] Dec 03 15:52:15.370 INFO O| Dec 03 15:52:15.370 INFO O| Done
43452025-12-03T15:52:18.893Z[ recovery-image] Dec 03 15:52:17.594 INFO O| Dec 03 15:52:17.593 INFO O| Done
43462025-12-03T15:52:19.114Z[ recovery-image] Dec 03 15:52:17.814 INFO O| Dec 03 15:52:17.814 INFO O| Done
43472025-12-03T15:52:19.117Z[ recovery-image] Dec 03 15:52:17.816 INFO O| Dec 03 15:52:17.816 INFO O| Done
43482025-12-03T15:52:19.117Z[ recovery-image] Dec 03 15:52:17.816 INFO O| Dec 03 15:52:17.816 INFO O| Done
43492025-12-03T15:52:19.120Z[ recovery-image] Dec 03 15:52:17.818 INFO O| Dec 03 15:52:17.818 INFO O| Done
43502025-12-03T15:52:21.168Z[ recovery-image] Dec 03 15:52:19.868 INFO O| Dec 03 15:52:19.867 INFO STEP 9 (pkg_change_facet) COMPLETE
43512025-12-03T15:52:21.168Z[ recovery-image] Dec 03 15:52:19.868 INFO O| Dec 03 15:52:19.868 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43522025-12-03T15:52:21.911Z[ recovery-image] Dec 03 15:52:20.610 INFO O| Dec 03 15:52:20.610 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
43532025-12-03T15:52:50.164Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43542025-12-03T15:52:52.917Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43552025-12-03T15:52:55.110Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43562025-12-03T15:53:07.772Z[ recovery-image] Dec 03 15:53:06.464 INFO O| Dec 03 15:53:06.464 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43572025-12-03T15:53:26.552Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43582025-12-03T15:53:30.261Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43592025-12-03T15:53:30.736Z[ recovery-image] Dec 03 15:53:29.424 INFO O| Dec 03 15:53:29.423 INFO O| Startup: Caching catalogs ... Done
43602025-12-03T15:53:30.891Z[ recovery-image] Dec 03 15:53:29.578 INFO O| Dec 03 15:53:29.578 INFO O| Planning: Planning completed in 0.00 seconds
43612025-12-03T15:53:30.894Z[ recovery-image] Dec 03 15:53:29.579 INFO O| Dec 03 15:53:29.579 INFO O| Planning: Consolidating action changes ... Done
43622025-12-03T15:53:30.894Z[ recovery-image] Dec 03 15:53:29.579 INFO O| Dec 03 15:53:29.579 INFO O| Planning: Evaluating mediators ... Done
43632025-12-03T15:53:30.894Z[ recovery-image] Dec 03 15:53:29.580 INFO O| Dec 03 15:53:29.580 INFO O| Planning: Planning completed in 0.00 seconds
43642025-12-03T15:53:30.894Z[ recovery-image] Dec 03 15:53:29.580 INFO O| Dec 03 15:53:29.580 INFO O| Variants/Facets to change: 1
43652025-12-03T15:53:31.130Z[ recovery-image] Dec 03 15:53:29.818 INFO O| Dec 03 15:53:29.817 INFO O| Done
43662025-12-03T15:53:31.133Z[ recovery-image] Dec 03 15:53:29.818 INFO O| Dec 03 15:53:29.818 INFO O| Done
43672025-12-03T15:53:33.345Z[ recovery-image] Dec 03 15:53:32.033 INFO O| Dec 03 15:53:32.033 INFO O| Done
43682025-12-03T15:53:33.527Z[ recovery-image] Dec 03 15:53:32.214 INFO O| Dec 03 15:53:32.214 INFO O| Done
43692025-12-03T15:53:33.531Z[ recovery-image] Dec 03 15:53:32.215 INFO O| Dec 03 15:53:32.215 INFO O| Done
43702025-12-03T15:53:33.531Z[ recovery-image] Dec 03 15:53:32.215 INFO O| Dec 03 15:53:32.215 INFO O| Done
43712025-12-03T15:53:33.531Z[ recovery-image] Dec 03 15:53:32.217 INFO O| Dec 03 15:53:32.217 INFO O| Done
43722025-12-03T15:53:35.119Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43732025-12-03T15:53:35.932Z[ recovery-image] Dec 03 15:53:34.619 INFO O| Dec 03 15:53:34.619 INFO STEP 10 (pkg_change_facet) COMPLETE
43742025-12-03T15:53:35.932Z[ recovery-image] Dec 03 15:53:34.619 INFO O| Dec 03 15:53:34.619 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43752025-12-03T15:53:35.958Z[ recovery-image] Dec 03 15:53:34.645 INFO O| Dec 03 15:53:34.645 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"]
43762025-12-03T15:53:49.452Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43772025-12-03T15:53:58.638Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43782025-12-03T15:54:01.765Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
43792025-12-03T15:54:12.100Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43802025-12-03T15:54:13.769Z[ host-image] Dec 03 15:54:12.450 INFO O| Dec 03 15:54:12.450 INFO O| Planning: Solver setup ... Done
43812025-12-03T15:54:17.323Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
43822025-12-03T15:54:26.501Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43832025-12-03T15:54:26.685Z[ recovery-image] Dec 03 15:54:25.363 INFO O| Dec 03 15:54:25.363 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43842025-12-03T15:54:34.856Z[verify-libraries] Compiling dropshot-api-manager v0.2.3
43852025-12-03T15:54:39.911Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43862025-12-03T15:54:42.511Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
43872025-12-03T15:54:48.643Z[ recovery-image] Dec 03 15:54:47.317 INFO O| Dec 03 15:54:47.316 INFO O| Startup: Caching catalogs ... Done
43882025-12-03T15:54:54.331Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43892025-12-03T15:54:59.884Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
43902025-12-03T15:55:28.832Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43912025-12-03T15:55:31.884Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43922025-12-03T15:55:35.902Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43932025-12-03T15:55:41.958Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43942025-12-03T15:55:46.143Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43952025-12-03T15:55:48.052Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43962025-12-03T15:55:50.085Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43972025-12-03T15:55:52.737Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43982025-12-03T15:55:52.905Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43992025-12-03T15:56:20.540Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
44002025-12-03T15:56:20.675Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
44012025-12-03T15:56:21.569Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
44022025-12-03T15:56:25.122Z[verify-libraries] Compiling termios v0.3.3
44032025-12-03T15:56:25.665Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44042025-12-03T15:56:30.258Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
44052025-12-03T15:56:39.739Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
44062025-12-03T15:56:54.737Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
44072025-12-03T15:57:58.768Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44082025-12-03T15:58:05.406Z[ recovery-image] Dec 03 15:58:04.046 INFO O| Dec 03 15:58:04.046 INFO O| Planning: Solver setup ... Done
44092025-12-03T15:58:34.501Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
44102025-12-03T15:59:39.274Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
44112025-12-03T16:00:30.830Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
44122025-12-03T16:00:47.107Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
44132025-12-03T16:02:11.672Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44142025-12-03T16:02:14.328Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
44152025-12-03T16:02:19.506Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
44162025-12-03T16:02:23.098Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
44172025-12-03T16:04:54.580Z[ host-image] Dec 03 16:04:53.148 INFO O| Dec 03 16:04:53.148 INFO O| Planning: Running solver ... Done
44182025-12-03T16:04:56.312Z[ host-image] Dec 03 16:04:54.880 INFO O| Dec 03 16:04:54.880 INFO O| Planning: Finding local manifests ... Done
44192025-12-03T16:04:56.491Z[ host-image] Dec 03 16:04:55.059 INFO O| Dec 03 16:04:55.059 INFO O| Planning: Fetching manifests: 0/126 0% complete
44202025-12-03T16:05:01.877Z[ host-image] Dec 03 16:05:00.444 INFO O| Dec 03 16:05:00.444 INFO O| Planning: Fetching manifests: 94/126 74% complete
44212025-12-03T16:05:03.919Z[ host-image] Dec 03 16:05:02.485 INFO O| Dec 03 16:05:02.485 INFO O| Planning: Fetching manifests: 126/126 100% complete
44222025-12-03T16:05:05.800Z[ host-image] Dec 03 16:05:04.367 INFO O| Dec 03 16:05:04.367 INFO O| Planning: Package planning ... Done
44232025-12-03T16:05:07.285Z[ host-image] Dec 03 16:05:05.852 INFO O| Dec 03 16:05:05.851 INFO O| Planning: Merging actions ... Done
44242025-12-03T16:05:07.726Z[ host-image] Dec 03 16:05:06.292 INFO O| Dec 03 16:05:06.292 INFO O| Planning: Checking for conflicting actions ... Done
44252025-12-03T16:05:08.056Z[ host-image] Dec 03 16:05:06.622 INFO O| Dec 03 16:05:06.622 INFO O| Planning: Consolidating action changes ... Done
44262025-12-03T16:05:08.501Z[ host-image] Dec 03 16:05:07.067 INFO O| Dec 03 16:05:07.067 INFO O| Planning: Evaluating mediators ... Done
44272025-12-03T16:05:17.131Z[ host-image] Dec 03 16:05:15.696 INFO O| Dec 03 16:05:15.696 INFO O| Planning: Planning completed in 857.04 seconds
44282025-12-03T16:05:17.137Z[ host-image] Dec 03 16:05:15.701 INFO O| Dec 03 16:05:15.701 INFO O| Packages to install: 126
44292025-12-03T16:05:17.139Z[ host-image] Dec 03 16:05:15.701 INFO O| Dec 03 16:05:15.701 INFO O| Mediators to change: 5
44302025-12-03T16:05:17.139Z[ host-image] Dec 03 16:05:15.701 INFO O| Dec 03 16:05:15.701 INFO O| Services to change: 6
44312025-12-03T16:05:17.274Z[ host-image] Dec 03 16:05:15.838 INFO O| Dec 03 16:05:15.838 INFO O| Download: 0/22905 items 0.0/209.0MB 0% complete
44322025-12-03T16:05:22.285Z[ host-image] Dec 03 16:05:20.849 INFO O| Dec 03 16:05:20.848 INFO O| Download: 1497/22905 items 8.9/209.0MB 4% complete (1.8M/s)
44332025-12-03T16:05:27.331Z[ host-image] Dec 03 16:05:25.894 INFO O| Dec 03 16:05:25.894 INFO O| Download: 1953/22905 items 22.3/209.0MB 10% complete (2.3M/s)
44342025-12-03T16:05:32.352Z[ host-image] Dec 03 16:05:30.913 INFO O| Dec 03 16:05:30.913 INFO O| Download: 2869/22905 items 32.7/209.0MB 15% complete (2.4M/s)
44352025-12-03T16:05:37.482Z[ host-image] Dec 03 16:05:36.043 INFO O| Dec 03 16:05:36.043 INFO O| Download: 4542/22905 items 42.0/209.0MB 20% complete (2.0M/s)
44362025-12-03T16:05:42.495Z[ host-image] Dec 03 16:05:41.055 INFO O| Dec 03 16:05:41.055 INFO O| Download: 5238/22905 items 46.3/209.0MB 22% complete (1.3M/s)
44372025-12-03T16:05:47.500Z[ host-image] Dec 03 16:05:46.058 INFO O| Dec 03 16:05:46.058 INFO O| Download: 6727/22905 items 47.1/209.0MB 22% complete (527k/s)
44382025-12-03T16:05:52.663Z[ host-image] Dec 03 16:05:51.221 INFO O| Dec 03 16:05:51.220 INFO O| Download: 7583/22905 items 58.5/209.0MB 27% complete (1.2M/s)
44392025-12-03T16:05:57.668Z[ host-image] Dec 03 16:05:56.225 INFO O| Dec 03 16:05:56.225 INFO O| Download: 8354/22905 items 66.7/209.0MB 31% complete (1.8M/s)
44402025-12-03T16:06:02.669Z[ host-image] Dec 03 16:06:01.225 INFO O| Dec 03 16:06:01.225 INFO O| Download: 9563/22905 items 86.4/209.0MB 41% complete (2.8M/s)
44412025-12-03T16:06:08.046Z[ host-image] Dec 03 16:06:06.601 INFO O| Dec 03 16:06:06.601 INFO O| Download: 10938/22905 items 93.4/209.0MB 44% complete (2.7M/s)
44422025-12-03T16:06:13.054Z[ host-image] Dec 03 16:06:11.608 INFO O| Dec 03 16:06:11.608 INFO O| Download: 11984/22905 items 99.9/209.0MB 47% complete (1.3M/s)
44432025-12-03T16:06:18.057Z[ host-image] Dec 03 16:06:16.611 INFO O| Dec 03 16:06:16.611 INFO O| Download: 12712/22905 items 113.1/209.0MB 54% complete (2.0M/s)
44442025-12-03T16:06:23.129Z[ host-image] Dec 03 16:06:21.681 INFO O| Dec 03 16:06:21.681 INFO O| Download: 13980/22905 items 113.7/209.0MB 54% complete (1.4M/s)
44452025-12-03T16:06:28.142Z[ host-image] Dec 03 16:06:26.694 INFO O| Dec 03 16:06:26.694 INFO O| Download: 14912/22905 items 122.3/209.0MB 58% complete (923k/s)
44462025-12-03T16:06:33.144Z[ host-image] Dec 03 16:06:31.694 INFO O| Dec 03 16:06:31.694 INFO O| Download: 15954/22905 items 133.9/209.0MB 64% complete (2.0M/s)
44472025-12-03T16:06:38.162Z[ host-image] Dec 03 16:06:36.712 INFO O| Dec 03 16:06:36.712 INFO O| Download: 17380/22905 items 153.1/209.0MB 73% complete (3.1M/s)
44482025-12-03T16:06:43.168Z[ host-image] Dec 03 16:06:41.717 INFO O| Dec 03 16:06:41.717 INFO O| Download: 18742/22905 items 168.8/209.0MB 80% complete (3.5M/s)
44492025-12-03T16:06:48.251Z[ host-image] Dec 03 16:06:46.799 INFO O| Dec 03 16:06:46.799 INFO O| Download: 20088/22905 items 174.1/209.0MB 83% complete (2.1M/s)
44502025-12-03T16:06:53.258Z[ host-image] Dec 03 16:06:51.806 INFO O| Dec 03 16:06:51.806 INFO O| Download: 21013/22905 items 182.5/209.0MB 87% complete (1.4M/s)
44512025-12-03T16:06:58.493Z[ host-image] Dec 03 16:06:57.039 INFO O| Dec 03 16:06:57.039 INFO O| Download: 22061/22905 items 202.1/209.0MB 96% complete (2.8M/s)
44522025-12-03T16:07:03.303Z[ host-image] Dec 03 16:07:01.849 INFO O| Dec 03 16:07:01.849 INFO O| Download: Completed 209.04 MB in 106.01 seconds (2.0M/s)
44532025-12-03T16:07:05.195Z[ host-image] Dec 03 16:07:03.740 INFO O| Dec 03 16:07:03.740 INFO O| Actions: 1/50838 actions (Installing new actions)
44542025-12-03T16:07:10.196Z[ host-image] Dec 03 16:07:08.741 INFO O| Dec 03 16:07:08.741 INFO O| Actions: 10343/50838 actions (Installing new actions)
44552025-12-03T16:07:15.197Z[ host-image] Dec 03 16:07:13.741 INFO O| Dec 03 16:07:13.741 INFO O| Actions: 17161/50838 actions (Installing new actions)
44562025-12-03T16:07:20.199Z[ host-image] Dec 03 16:07:18.741 INFO O| Dec 03 16:07:18.741 INFO O| Actions: 25652/50838 actions (Installing new actions)
44572025-12-03T16:07:25.219Z[ host-image] Dec 03 16:07:23.761 INFO O| Dec 03 16:07:23.761 INFO O| Actions: 50386/50838 actions (Installing new actions)
44582025-12-03T16:07:26.051Z[ host-image] Dec 03 16:07:24.593 INFO O| Dec 03 16:07:24.593 INFO O| Actions: Completed 50838 actions in 20.85 seconds.
44592025-12-03T16:07:27.898Z[ host-image] Dec 03 16:07:26.439 INFO O| Dec 03 16:07:26.439 INFO O| Done
44602025-12-03T16:07:27.898Z[ host-image] Dec 03 16:07:26.440 INFO O| Dec 03 16:07:26.439 INFO O| Done
44612025-12-03T16:07:30.945Z[ host-image] Dec 03 16:07:29.486 INFO O| Dec 03 16:07:29.486 INFO O| Done
44622025-12-03T16:07:33.969Z[ host-image] Dec 03 16:07:32.509 INFO O| Dec 03 16:07:32.509 INFO O| Done
44632025-12-03T16:07:34.032Z[ host-image] Dec 03 16:07:32.573 INFO O| Dec 03 16:07:32.573 INFO O| Done
44642025-12-03T16:07:41.709Z[ host-image] Dec 03 16:07:40.248 INFO O| Dec 03 16:07:40.248 INFO O| Done
44652025-12-03T16:07:42.856Z[ host-image] Dec 03 16:07:41.395 INFO O| Dec 03 16:07:41.395 INFO O| Done
44662025-12-03T16:07:47.405Z[ host-image] Dec 03 16:07:45.944 INFO O| Dec 03 16:07:45.944 INFO STEP 11 (pkg_install) COMPLETE
44672025-12-03T16:07:47.406Z[ host-image] Dec 03 16:07:45.944 INFO O| Dec 03 16:07:45.944 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44682025-12-03T16:07:47.443Z[ host-image] Dec 03 16:07:45.981 INFO O| Dec 03 16:07:45.981 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"]
44692025-12-03T16:08:37.307Z[ recovery-image] Dec 03 16:08:35.834 INFO O| Dec 03 16:08:35.834 INFO O| Planning: Running solver ... Done
44702025-12-03T16:08:39.058Z[ recovery-image] Dec 03 16:08:37.587 INFO O| Dec 03 16:08:37.587 INFO O| Planning: Finding local manifests ... Done
44712025-12-03T16:08:39.156Z[ recovery-image] Dec 03 16:08:37.684 INFO O| Dec 03 16:08:37.684 INFO O| Planning: Fetching manifests: 0/126 0% complete
44722025-12-03T16:08:39.619Z[ host-image] Dec 03 16:08:38.148 INFO O| Dec 03 16:08:38.148 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44732025-12-03T16:08:44.208Z[ recovery-image] Dec 03 16:08:42.703 INFO O| Dec 03 16:08:42.703 INFO O| Planning: Fetching manifests: 73/126 57% complete
44742025-12-03T16:08:46.486Z[ recovery-image] Dec 03 16:08:45.014 INFO O| Dec 03 16:08:45.014 INFO O| Planning: Fetching manifests: 126/126 100% complete
44752025-12-03T16:08:47.672Z[ recovery-image] Dec 03 16:08:46.199 INFO O| Dec 03 16:08:46.199 INFO O| Planning: Package planning ... Done
44762025-12-03T16:08:48.530Z[ recovery-image] Dec 03 16:08:47.048 INFO O| Dec 03 16:08:47.048 INFO O| Planning: Merging actions ... Done
44772025-12-03T16:08:48.760Z[ recovery-image] Dec 03 16:08:47.287 INFO O| Dec 03 16:08:47.287 INFO O| Planning: Checking for conflicting actions ... Done
44782025-12-03T16:08:48.951Z[ recovery-image] Dec 03 16:08:47.479 INFO O| Dec 03 16:08:47.479 INFO O| Planning: Consolidating action changes ... Done
44792025-12-03T16:08:49.374Z[ recovery-image] Dec 03 16:08:47.895 INFO O| Dec 03 16:08:47.895 INFO O| Planning: Evaluating mediators ... Done
44802025-12-03T16:08:55.661Z[ recovery-image] Dec 03 16:08:54.188 INFO O| Dec 03 16:08:54.188 INFO O| Planning: Planning completed in 846.70 seconds
44812025-12-03T16:08:55.665Z[ recovery-image] Dec 03 16:08:54.192 INFO O| Dec 03 16:08:54.192 INFO O| Packages to install: 126
44822025-12-03T16:08:55.666Z[ recovery-image] Dec 03 16:08:54.192 INFO O| Dec 03 16:08:54.192 INFO O| Mediators to change: 5
44832025-12-03T16:08:55.666Z[ recovery-image] Dec 03 16:08:54.192 INFO O| Dec 03 16:08:54.192 INFO O| Services to change: 5
44842025-12-03T16:08:55.738Z[ recovery-image] Dec 03 16:08:54.264 INFO O| Dec 03 16:08:54.264 INFO O| Download: 0/15956 items 0.0/185.7MB 0% complete
44852025-12-03T16:08:58.184Z[ host-image] Dec 03 16:08:56.709 INFO O| Dec 03 16:08:56.709 INFO O| Startup: Caching catalogs ... Done
44862025-12-03T16:09:01.113Z[ recovery-image] Dec 03 16:08:59.638 INFO O| Dec 03 16:08:59.638 INFO O| Download: 1156/15956 items 10.1/185.7MB 5% complete (2.1M/s)
44872025-12-03T16:09:06.117Z[ recovery-image] Dec 03 16:09:04.642 INFO O| Dec 03 16:09:04.642 INFO O| Download: 1544/15956 items 22.5/185.7MB 12% complete (2.2M/s)
44882025-12-03T16:09:06.336Z[ host-image] Dec 03 16:09:04.804 INFO O| Dec 03 16:09:04.803 INFO O| Planning: Solver setup ... Done
44892025-12-03T16:09:06.355Z[ host-image] Dec 03 16:09:04.811 INFO O| Dec 03 16:09:04.811 INFO O| Planning: Running solver ... Done
44902025-12-03T16:09:06.410Z[ host-image] Dec 03 16:09:04.934 INFO O| Dec 03 16:09:04.934 INFO O| Planning: Finding local manifests ... Done
44912025-12-03T16:09:06.505Z[ host-image] Dec 03 16:09:05.029 INFO O| Dec 03 16:09:05.029 INFO O| Planning: Fetching manifests: 0/5 0% complete
44922025-12-03T16:09:07.007Z[ host-image] Dec 03 16:09:05.510 INFO O| Dec 03 16:09:05.510 INFO O| Planning: Fetching manifests: 5/5 100% complete
44932025-12-03T16:09:07.106Z[ host-image] Dec 03 16:09:05.548 INFO O| Dec 03 16:09:05.548 INFO O| Planning: Package planning ... Done
44942025-12-03T16:09:07.106Z[ host-image] Dec 03 16:09:05.555 INFO O| Dec 03 16:09:05.555 INFO O| Planning: Merging actions ... Done
44952025-12-03T16:09:07.124Z[ host-image] Dec 03 16:09:05.648 INFO O| Dec 03 16:09:05.648 INFO O| Planning: Checking for conflicting actions ... Done
44962025-12-03T16:09:07.141Z[ host-image] Dec 03 16:09:05.650 INFO O| Dec 03 16:09:05.650 INFO O| Planning: Consolidating action changes ... Done
44972025-12-03T16:09:07.980Z[ host-image] Dec 03 16:09:06.466 INFO O| Dec 03 16:09:06.466 INFO O| Planning: Evaluating mediators ... Done
44982025-12-03T16:09:08.003Z[ host-image] Dec 03 16:09:06.468 INFO O| Dec 03 16:09:06.468 INFO O| Planning: Planning completed in 9.63 seconds
44992025-12-03T16:09:08.003Z[ host-image] Dec 03 16:09:06.468 INFO O| Dec 03 16:09:06.468 INFO O| Packages to install: 5
45002025-12-03T16:09:08.003Z[ host-image] Dec 03 16:09:06.468 INFO O| Dec 03 16:09:06.468 INFO O| Services to change: 2
45012025-12-03T16:09:08.003Z[ host-image] Dec 03 16:09:06.487 INFO O| Dec 03 16:09:06.487 INFO O| Download: 0/121 items 0.0/1.5MB 0% complete
45022025-12-03T16:09:11.188Z[ recovery-image] Dec 03 16:09:09.649 INFO O| Dec 03 16:09:09.649 INFO O| Download: 1988/15956 items 29.9/185.7MB 16% complete (2.0M/s)
45032025-12-03T16:09:17.569Z[ host-image] Dec 03 16:09:13.158 INFO O| Dec 03 16:09:13.158 INFO O| Download: 66/121 items 1.1/1.5MB 71% complete (3.4M/s)
45042025-12-03T16:09:17.659Z[ recovery-image] Dec 03 16:09:14.702 INFO O| Dec 03 16:09:14.701 INFO O| Download: 2684/15956 items 33.2/185.7MB 17% complete (1.1M/s)
45052025-12-03T16:09:17.659Z[ host-image] Dec 03 16:09:15.658 INFO O| Dec 03 16:09:15.657 INFO O| Download: Completed 1.48 MB in 9.17 seconds (165k/s)
45062025-12-03T16:09:17.659Z[ host-image] Dec 03 16:09:15.691 INFO O| Dec 03 16:09:15.691 INFO O| Actions: 1/313 actions (Installing new actions)
45072025-12-03T16:09:17.659Z[ host-image] Dec 03 16:09:15.803 INFO O| Dec 03 16:09:15.803 INFO O| Actions: Completed 313 actions in 0.11 seconds.
45082025-12-03T16:09:17.777Z[ host-image] Dec 03 16:09:16.202 INFO O| Dec 03 16:09:16.202 INFO O| Done
45092025-12-03T16:09:17.777Z[ host-image] Dec 03 16:09:16.203 INFO O| Dec 03 16:09:16.202 INFO O| Done
45102025-12-03T16:09:18.693Z[ host-image] Dec 03 16:09:17.215 INFO O| Dec 03 16:09:17.214 INFO O| Done
45112025-12-03T16:09:20.113Z[ host-image] Dec 03 16:09:18.626 INFO O| Dec 03 16:09:18.626 INFO O| Done
45122025-12-03T16:09:20.136Z[ host-image] Dec 03 16:09:18.653 INFO O| Dec 03 16:09:18.653 INFO O| Done
45132025-12-03T16:09:20.142Z[ host-image] Dec 03 16:09:18.653 INFO O| Dec 03 16:09:18.653 INFO O| Done
45142025-12-03T16:09:20.154Z[ host-image] Dec 03 16:09:18.675 INFO O| Dec 03 16:09:18.675 INFO O| Done
45152025-12-03T16:09:21.190Z[ recovery-image] Dec 03 16:09:19.710 INFO O| Dec 03 16:09:19.710 INFO O| Download: 2686/15956 items 33.2/185.7MB 17% complete (1.1M/s)
45162025-12-03T16:09:21.472Z[ host-image] Dec 03 16:09:19.993 INFO O| Dec 03 16:09:19.993 INFO STEP 12 (pkg_install) COMPLETE
45172025-12-03T16:09:21.472Z[ host-image] Dec 03 16:09:19.993 INFO O| Dec 03 16:09:19.993 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45182025-12-03T16:09:21.484Z[ host-image] Dec 03 16:09:20.004 INFO O| Dec 03 16:09:20.004 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
45192025-12-03T16:09:26.195Z[ recovery-image] Dec 03 16:09:24.717 INFO O| Dec 03 16:09:24.716 INFO O| Download: 3051/15956 items 37.4/185.7MB 20% complete (437k/s)
45202025-12-03T16:09:31.197Z[ recovery-image] Dec 03 16:09:29.717 INFO O| Dec 03 16:09:29.717 INFO O| Download: 3594/15956 items 38.7/185.7MB 20% complete (581k/s)
45212025-12-03T16:09:36.617Z[ recovery-image] Dec 03 16:09:35.135 INFO O| Dec 03 16:09:35.135 INFO O| Download: 3676/15956 items 39.4/185.7MB 21% complete (548k/s)
45222025-12-03T16:09:42.479Z[ recovery-image] Dec 03 16:09:40.996 INFO O| Dec 03 16:09:40.996 INFO O| Download: 3767/15956 items 40.5/185.7MB 21% complete (229k/s)
45232025-12-03T16:09:45.445Z[ host-image] Dec 03 16:09:43.963 INFO O| Dec 03 16:09:43.963 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
45242025-12-03T16:09:47.488Z[ recovery-image] Dec 03 16:09:46.005 INFO O| Dec 03 16:09:46.005 INFO O| Download: 4488/15956 items 43.1/185.7MB 23% complete (388k/s)
45252025-12-03T16:09:53.124Z[ recovery-image] Dec 03 16:09:51.640 INFO O| Dec 03 16:09:51.640 INFO O| Download: 4857/15956 items 43.3/185.7MB 23% complete (299k/s)
45262025-12-03T16:09:54.801Z[ host-image] Dec 03 16:09:53.317 INFO O| Dec 03 16:09:53.316 INFO O| Startup: Caching catalogs ... Done
45272025-12-03T16:09:58.615Z[ recovery-image] Dec 03 16:09:57.131 INFO O| Dec 03 16:09:57.131 INFO O| Download: 5736/15956 items 44.8/185.7MB 24% complete (158k/s)
45282025-12-03T16:09:59.515Z[ host-image] Dec 03 16:09:58.031 INFO O| Dec 03 16:09:58.030 INFO O| Planning: Solver setup ... Done
45292025-12-03T16:09:59.523Z[ host-image] Dec 03 16:09:58.039 INFO O| Dec 03 16:09:58.039 INFO O| Planning: Running solver ... Done
45302025-12-03T16:09:59.639Z[ host-image] Dec 03 16:09:58.154 INFO O| Dec 03 16:09:58.154 INFO O| Planning: Finding local manifests ... Done
45312025-12-03T16:10:00.065Z[ host-image] Dec 03 16:09:58.581 INFO O| Dec 03 16:09:58.580 INFO O| Planning: Fetching manifests: 0/6 0% complete
45322025-12-03T16:10:00.187Z[ host-image] Dec 03 16:09:58.702 INFO O| Dec 03 16:09:58.702 INFO O| Planning: Fetching manifests: 6/6 100% complete
45332025-12-03T16:10:00.220Z[ host-image] Dec 03 16:09:58.735 INFO O| Dec 03 16:09:58.735 INFO O| Planning: Package planning ... Done
45342025-12-03T16:10:00.239Z[ host-image] Dec 03 16:09:58.754 INFO O| Dec 03 16:09:58.754 INFO O| Planning: Merging actions ... Done
45352025-12-03T16:10:00.301Z[ host-image] Dec 03 16:09:58.817 INFO O| Dec 03 16:09:58.816 INFO O| Planning: Checking for conflicting actions ... Done
45362025-12-03T16:10:00.305Z[ host-image] Dec 03 16:09:58.821 INFO O| Dec 03 16:09:58.821 INFO O| Planning: Consolidating action changes ... Done
45372025-12-03T16:10:00.492Z[ host-image] Dec 03 16:09:59.006 INFO O| Dec 03 16:09:59.006 INFO O| Planning: Evaluating mediators ... Done
45382025-12-03T16:10:00.495Z[ host-image] Dec 03 16:09:59.010 INFO O| Dec 03 16:09:59.010 INFO O| Planning: Planning completed in 5.60 seconds
45392025-12-03T16:10:00.498Z[ host-image] Dec 03 16:09:59.011 INFO O| Dec 03 16:09:59.011 INFO O| Packages to install: 6
45402025-12-03T16:10:00.498Z[ host-image] Dec 03 16:09:59.011 INFO O| Dec 03 16:09:59.011 INFO O| Mediators to change: 1
45412025-12-03T16:10:00.498Z[ host-image] Dec 03 16:09:59.011 INFO O| Dec 03 16:09:59.011 INFO O| Services to change: 1
45422025-12-03T16:10:00.515Z[ host-image] Dec 03 16:09:59.030 INFO O| Dec 03 16:09:59.030 INFO O| Download: 0/1140 items 0.0/7.7MB 0% complete
45432025-12-03T16:10:04.507Z[ recovery-image] Dec 03 16:10:03.022 INFO O| Dec 03 16:10:03.022 INFO O| Download: 5781/15956 items 45.8/185.7MB 24% complete (236k/s)
45442025-12-03T16:10:09.552Z[ recovery-image] Dec 03 16:10:08.066 INFO O| Dec 03 16:10:08.065 INFO O| Download: 6018/15956 items 53.9/185.7MB 29% complete (936k/s)
45452025-12-03T16:10:14.692Z[ host-image] Dec 03 16:10:13.204 INFO O| Dec 03 16:10:13.204 INFO O| Download: 216/1140 items 1.3/7.7MB 17% complete
45462025-12-03T16:10:16.554Z[ recovery-image] Dec 03 16:10:15.065 INFO O| Dec 03 16:10:15.065 INFO O| Download: 6192/15956 items 58.9/185.7MB 31% complete (1.3M/s)
45472025-12-03T16:10:20.782Z[ host-image] Dec 03 16:10:19.293 INFO O| Dec 03 16:10:19.293 INFO O| Download: 260/1140 items 1.8/7.7MB 23% complete (465k/s)
45482025-12-03T16:10:21.585Z[ recovery-image] Dec 03 16:10:20.096 INFO O| Dec 03 16:10:20.096 INFO O| Download: 6223/15956 items 64.2/185.7MB 34% complete (804k/s)
45492025-12-03T16:10:25.783Z[ host-image] Dec 03 16:10:24.293 INFO O| Dec 03 16:10:24.293 INFO O| Download: 654/1140 items 2.8/7.7MB 36% complete (110k/s)
45502025-12-03T16:10:26.923Z[ recovery-image] Dec 03 16:10:25.433 INFO O| Dec 03 16:10:25.433 INFO O| Download: 6256/15956 items 65.3/185.7MB 35% complete (653k/s)
45512025-12-03T16:10:31.925Z[ recovery-image] Dec 03 16:10:30.434 INFO O| Dec 03 16:10:30.433 INFO O| Download: 7016/15956 items 71.5/185.7MB 38% complete (817k/s)
45522025-12-03T16:10:33.297Z[ host-image] Dec 03 16:10:31.806 INFO O| Dec 03 16:10:31.806 INFO O| Download: 1114/1140 items 6.6/7.7MB 85% complete (458k/s)
45532025-12-03T16:10:33.667Z[ host-image] Dec 03 16:10:32.176 INFO O| Dec 03 16:10:32.176 INFO O| Download: Completed 7.71 MB in 33.15 seconds (238k/s)
45542025-12-03T16:10:33.881Z[ host-image] Dec 03 16:10:32.390 INFO O| Dec 03 16:10:32.390 INFO O| Actions: 1/1361 actions (Installing new actions)
45552025-12-03T16:10:34.559Z[ host-image] Dec 03 16:10:33.066 INFO O| Dec 03 16:10:33.066 INFO O| Actions: Completed 1361 actions in 0.68 seconds.
45562025-12-03T16:10:36.121Z[ host-image] Dec 03 16:10:34.630 INFO O| Dec 03 16:10:34.630 INFO O| Done
45572025-12-03T16:10:36.121Z[ host-image] Dec 03 16:10:34.630 INFO O| Dec 03 16:10:34.630 INFO O| Done
45582025-12-03T16:10:36.943Z[ recovery-image] Dec 03 16:10:35.451 INFO O| Dec 03 16:10:35.450 INFO O| Download: 7776/15956 items 77.5/185.7MB 41% complete (1.2M/s)
45592025-12-03T16:10:38.493Z[ host-image] Dec 03 16:10:37.001 INFO O| Dec 03 16:10:37.001 INFO O| Done
45602025-12-03T16:10:41.740Z[ host-image] Dec 03 16:10:40.247 INFO O| Dec 03 16:10:40.247 INFO O| Done
45612025-12-03T16:10:41.783Z[ host-image] Dec 03 16:10:40.291 INFO O| Dec 03 16:10:40.291 INFO O| Done
45622025-12-03T16:10:41.786Z[ host-image] Dec 03 16:10:40.291 INFO O| Dec 03 16:10:40.291 INFO O| Done
45632025-12-03T16:10:41.882Z[ host-image] Dec 03 16:10:40.390 INFO O| Dec 03 16:10:40.389 INFO O| Done
45642025-12-03T16:10:41.945Z[ recovery-image] Dec 03 16:10:40.452 INFO O| Dec 03 16:10:40.452 INFO O| Download: 8791/15956 items 87.1/185.7MB 46% complete (1.6M/s)
45652025-12-03T16:10:43.811Z[ host-image] Dec 03 16:10:42.319 INFO O| Dec 03 16:10:42.318 INFO STEP 13 (pkg_install) COMPLETE
45662025-12-03T16:10:43.811Z[ host-image] Dec 03 16:10:42.319 INFO O| Dec 03 16:10:42.318 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45672025-12-03T16:10:43.827Z[ host-image] Dec 03 16:10:42.333 INFO O| Dec 03 16:10:42.333 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.37.424"]
45682025-12-03T16:10:46.954Z[ recovery-image] Dec 03 16:10:45.460 INFO O| Dec 03 16:10:45.460 INFO O| Download: 9857/15956 items 96.5/185.7MB 51% complete (1.9M/s)
45692025-12-03T16:10:51.960Z[ recovery-image] Dec 03 16:10:50.466 INFO O| Dec 03 16:10:50.466 INFO O| Download: 11039/15956 items 97.9/185.7MB 52% complete (1.1M/s)
45702025-12-03T16:10:56.971Z[ recovery-image] Dec 03 16:10:55.476 INFO O| Dec 03 16:10:55.476 INFO O| Download: 11819/15956 items 125.5/185.7MB 67% complete (2.8M/s)
45712025-12-03T16:11:01.985Z[ recovery-image] Dec 03 16:11:00.489 INFO O| Dec 03 16:11:00.489 INFO O| Download: 12906/15956 items 147.3/185.7MB 79% complete (5.0M/s)
45722025-12-03T16:11:06.994Z[ recovery-image] Dec 03 16:11:05.497 INFO O| Dec 03 16:11:05.497 INFO O| Download: 14172/15956 items 152.3/185.7MB 82% complete (2.8M/s)
45732025-12-03T16:11:12.005Z[ recovery-image] Dec 03 16:11:10.508 INFO O| Dec 03 16:11:10.508 INFO O| Download: 15218/15956 items 161.8/185.7MB 87% complete (1.5M/s)
45742025-12-03T16:11:17.049Z[ recovery-image] Dec 03 16:11:15.549 INFO O| Dec 03 16:11:15.549 INFO O| Download: 15919/15956 items 184.3/185.7MB 99% complete (3.2M/s)
45752025-12-03T16:11:17.740Z[ recovery-image] Dec 03 16:11:16.242 INFO O| Dec 03 16:11:16.242 INFO O| Download: Completed 185.68 MB in 141.98 seconds (1.3M/s)
45762025-12-03T16:11:18.889Z[ recovery-image] Dec 03 16:11:17.391 INFO O| Dec 03 16:11:17.391 INFO O| Actions: 1/26334 actions (Installing new actions)
45772025-12-03T16:11:23.890Z[ recovery-image] Dec 03 16:11:22.391 INFO O| Dec 03 16:11:22.391 INFO O| Actions: 9953/26334 actions (Installing new actions)
45782025-12-03T16:11:27.227Z[ host-image] Dec 03 16:11:25.727 INFO O| Dec 03 16:11:25.727 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
45792025-12-03T16:11:28.896Z[ recovery-image] Dec 03 16:11:27.396 INFO O| Dec 03 16:11:27.395 INFO O| Actions: 15785/26334 actions (Installing new actions)
45802025-12-03T16:11:33.899Z[ recovery-image] Dec 03 16:11:32.397 INFO O| Dec 03 16:11:32.397 INFO O| Actions: 25881/26334 actions (Installing new actions)
45812025-12-03T16:11:34.672Z[ recovery-image] Dec 03 16:11:33.171 INFO O| Dec 03 16:11:33.171 INFO O| Actions: Completed 26334 actions in 15.78 seconds.
45822025-12-03T16:11:35.594Z[ recovery-image] Dec 03 16:11:34.093 INFO O| Dec 03 16:11:34.093 INFO O| Done
45832025-12-03T16:11:35.598Z[ recovery-image] Dec 03 16:11:34.093 INFO O| Dec 03 16:11:34.093 INFO O| Done
45842025-12-03T16:11:38.441Z[ recovery-image] Dec 03 16:11:36.937 INFO O| Dec 03 16:11:36.937 INFO O| Done
45852025-12-03T16:11:40.733Z[ recovery-image] Dec 03 16:11:39.230 INFO O| Dec 03 16:11:39.230 INFO O| Done
45862025-12-03T16:11:40.786Z[ recovery-image] Dec 03 16:11:39.284 INFO O| Dec 03 16:11:39.284 INFO O| Done
45872025-12-03T16:11:46.055Z[ recovery-image] Dec 03 16:11:44.551 INFO O| Dec 03 16:11:44.551 INFO O| Done
45882025-12-03T16:11:46.793Z[ recovery-image] Dec 03 16:11:45.290 INFO O| Dec 03 16:11:45.289 INFO O| Done
45892025-12-03T16:11:47.702Z[ host-image] Dec 03 16:11:46.198 INFO O| Dec 03 16:11:46.198 INFO O| Startup: Caching catalogs ... Done
45902025-12-03T16:11:50.289Z[ recovery-image] Dec 03 16:11:48.785 INFO O| Dec 03 16:11:48.785 INFO STEP 11 (pkg_install) COMPLETE
45912025-12-03T16:11:50.289Z[ recovery-image] Dec 03 16:11:48.785 INFO O| Dec 03 16:11:48.785 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45922025-12-03T16:11:50.292Z[ recovery-image] Dec 03 16:11:48.785 INFO O| Dec 03 16:11:48.785 INFO skip step because feature "recovery" is enabled
45932025-12-03T16:11:50.292Z[ recovery-image] Dec 03 16:11:48.785 INFO O| Dec 03 16:11:48.785 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45942025-12-03T16:11:50.292Z[ recovery-image] Dec 03 16:11:48.785 INFO O| Dec 03 16:11:48.785 INFO skip step because feature "omicron1" is not enabled
45952025-12-03T16:11:50.292Z[ recovery-image] Dec 03 16:11:48.785 INFO O| Dec 03 16:11:48.785 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45962025-12-03T16:11:50.305Z[ recovery-image] Dec 03 16:11:48.801 INFO O| Dec 03 16:11:48.801 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.37.424"]
45972025-12-03T16:11:56.909Z[ host-image] Dec 03 16:11:55.403 INFO O| Dec 03 16:11:55.403 INFO O| Planning: Solver setup ... Done
45982025-12-03T16:11:56.922Z[ host-image] Dec 03 16:11:55.416 INFO O| Dec 03 16:11:55.416 INFO O| Planning: Running solver ... Done
45992025-12-03T16:11:57.078Z[ host-image] Dec 03 16:11:55.573 INFO O| Dec 03 16:11:55.572 INFO O| Planning: Finding local manifests ... Done
46002025-12-03T16:11:57.160Z[ host-image] Dec 03 16:11:55.650 INFO O| Dec 03 16:11:55.650 INFO O| Planning: Fetching manifests: 0/1 0% complete
46012025-12-03T16:11:57.180Z[ host-image] Dec 03 16:11:55.675 INFO O| Dec 03 16:11:55.674 INFO O| Planning: Fetching manifests: 1/1 100% complete
46022025-12-03T16:11:57.231Z[ host-image] Dec 03 16:11:55.725 INFO O| Dec 03 16:11:55.725 INFO O| Planning: Package planning ... Done
46032025-12-03T16:11:57.234Z[ host-image] Dec 03 16:11:55.726 INFO O| Dec 03 16:11:55.726 INFO O| Planning: Merging actions ... Done
46042025-12-03T16:11:57.353Z[ host-image] Dec 03 16:11:55.848 INFO O| Dec 03 16:11:55.848 INFO O| Planning: Checking for conflicting actions ... Done
46052025-12-03T16:11:57.356Z[ host-image] Dec 03 16:11:55.849 INFO O| Dec 03 16:11:55.849 INFO O| Planning: Consolidating action changes ... Done
46062025-12-03T16:11:57.759Z[ host-image] Dec 03 16:11:56.253 INFO O| Dec 03 16:11:56.253 INFO O| Planning: Evaluating mediators ... Done
46072025-12-03T16:11:57.762Z[ host-image] Dec 03 16:11:56.254 INFO O| Dec 03 16:11:56.254 INFO O| Planning: Planning completed in 9.93 seconds
46082025-12-03T16:11:57.762Z[ host-image] Dec 03 16:11:56.255 INFO O| Dec 03 16:11:56.255 INFO O| Packages to install: 1
46092025-12-03T16:11:57.792Z[ host-image] Dec 03 16:11:56.287 INFO O| Dec 03 16:11:56.287 INFO O| Download: 0/4 items 0.0/10.2MB 0% complete
46102025-12-03T16:11:58.483Z[ host-image] Dec 03 16:11:56.976 INFO O| Dec 03 16:11:56.976 INFO O| Download: Completed 10.21 MB in 0.69 seconds (14.8M/s)
46112025-12-03T16:11:58.571Z[ host-image] Dec 03 16:11:57.064 INFO O| Dec 03 16:11:57.064 INFO O| Actions: 1/22 actions (Installing new actions)
46122025-12-03T16:11:58.924Z[ host-image] Dec 03 16:11:57.419 INFO O| Dec 03 16:11:57.419 INFO O| Actions: Completed 22 actions in 0.35 seconds.
46132025-12-03T16:12:00.466Z[ host-image] Dec 03 16:11:58.960 INFO O| Dec 03 16:11:58.960 INFO O| Done
46142025-12-03T16:12:00.466Z[ host-image] Dec 03 16:11:58.960 INFO O| Dec 03 16:11:58.960 INFO O| Done
46152025-12-03T16:12:02.819Z[ host-image] Dec 03 16:12:01.313 INFO O| Dec 03 16:12:01.313 INFO O| Done
46162025-12-03T16:12:05.978Z[ host-image] Dec 03 16:12:04.471 INFO O| Dec 03 16:12:04.471 INFO O| Done
46172025-12-03T16:12:06.023Z[ host-image] Dec 03 16:12:04.514 INFO O| Dec 03 16:12:04.514 INFO O| Done
46182025-12-03T16:12:06.023Z[ host-image] Dec 03 16:12:04.515 INFO O| Dec 03 16:12:04.515 INFO O| Done
46192025-12-03T16:12:06.049Z[ host-image] Dec 03 16:12:04.542 INFO O| Dec 03 16:12:04.542 INFO O| Done
46202025-12-03T16:12:08.125Z[ host-image] Dec 03 16:12:06.617 INFO O| Dec 03 16:12:06.616 INFO STEP 14 (pkg_install) COMPLETE
46212025-12-03T16:12:08.125Z[ host-image] Dec 03 16:12:06.617 INFO O| Dec 03 16:12:06.616 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46222025-12-03T16:12:08.130Z[ host-image] Dec 03 16:12:06.617 INFO O| Dec 03 16:12:06.617 INFO skip step because feature "mbist" is not enabled
46232025-12-03T16:12:08.130Z[ host-image] Dec 03 16:12:06.617 INFO O| Dec 03 16:12:06.617 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46242025-12-03T16:12:08.130Z[ host-image] Dec 03 16:12:06.617 INFO O| Dec 03 16:12:06.617 INFO skip step because feature "mfg" is not enabled
46252025-12-03T16:12:08.130Z[ host-image] Dec 03 16:12:06.617 INFO O| Dec 03 16:12:06.617 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46262025-12-03T16:12:08.130Z[ host-image] Dec 03 16:12:06.617 INFO O| Dec 03 16:12:06.617 INFO skip step because feature "compliance" is not enabled
46272025-12-03T16:12:08.130Z[ host-image] Dec 03 16:12:06.617 INFO O| Dec 03 16:12:06.617 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46282025-12-03T16:12:08.130Z[ host-image] Dec 03 16:12:06.617 INFO O| Dec 03 16:12:06.617 INFO skip step because feature "stress" is not enabled
46292025-12-03T16:12:08.130Z[ host-image] Dec 03 16:12:06.617 INFO O| Dec 03 16:12:06.617 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46302025-12-03T16:12:08.130Z[ host-image] Dec 03 16:12:06.617 INFO O| Dec 03 16:12:06.617 INFO skip step because feature "compliance" is not enabled
46312025-12-03T16:12:08.130Z[ host-image] Dec 03 16:12:06.617 INFO O| Dec 03 16:12:06.617 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46322025-12-03T16:12:08.130Z[ host-image] Dec 03 16:12:06.617 INFO O| Dec 03 16:12:06.617 INFO skip step because feature "nfs" is not enabled
46332025-12-03T16:12:08.130Z[ host-image] Dec 03 16:12:06.617 INFO O| Dec 03 16:12:06.617 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
46342025-12-03T16:12:08.130Z[ host-image] Dec 03 16:12:06.619 INFO O| Dec 03 16:12:06.619 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
46352025-12-03T16:12:08.206Z[ host-image] Dec 03 16:12:06.699 INFO O| Dec 03 16:12:06.699 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
46362025-12-03T16:12:08.358Z[ host-image] Dec 03 16:12:06.851 INFO O| Dec 03 16:12:06.851 INFO completed processing sled/ramdisk-01-os
46372025-12-03T16:12:08.369Z[ host-image] Dec 03 16:12:06.862 INFO omicron1 baseline generation...
46382025-12-03T16:12:08.372Z[ host-image] Dec 03 16:12:06.864 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
46392025-12-03T16:12:09.082Z[ host-image] Dec 03 16:12:07.574 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23650:20251202T132911Z
46402025-12-03T16:12:36.509Z[ recovery-image] Dec 03 16:12:34.997 INFO O| Dec 03 16:12:34.996 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
46412025-12-03T16:12:56.645Z[ recovery-image] Dec 03 16:12:55.129 INFO O| Dec 03 16:12:55.129 INFO O| Startup: Caching catalogs ... Done
46422025-12-03T16:13:06.030Z[ recovery-image] Dec 03 16:13:04.510 INFO O| Dec 03 16:13:04.510 INFO O| Planning: Solver setup ... Done
46432025-12-03T16:13:06.041Z[ recovery-image] Dec 03 16:13:04.524 INFO O| Dec 03 16:13:04.524 INFO O| Planning: Running solver ... Done
46442025-12-03T16:13:06.241Z[ recovery-image] Dec 03 16:13:04.723 INFO O| Dec 03 16:13:04.723 INFO O| Planning: Finding local manifests ... Done
46452025-12-03T16:13:06.309Z[ recovery-image] Dec 03 16:13:04.791 INFO O| Dec 03 16:13:04.791 INFO O| Planning: Fetching manifests: 0/1 0% complete
46462025-12-03T16:13:06.333Z[ recovery-image] Dec 03 16:13:04.815 INFO O| Dec 03 16:13:04.815 INFO O| Planning: Fetching manifests: 1/1 100% complete
46472025-12-03T16:13:06.379Z[ recovery-image] Dec 03 16:13:04.859 INFO O| Dec 03 16:13:04.859 INFO O| Planning: Package planning ... Done
46482025-12-03T16:13:06.382Z[ recovery-image] Dec 03 16:13:04.860 INFO O| Dec 03 16:13:04.860 INFO O| Planning: Merging actions ... Done
46492025-12-03T16:13:06.423Z[ recovery-image] Dec 03 16:13:04.905 INFO O| Dec 03 16:13:04.905 INFO O| Planning: Checking for conflicting actions ... Done
46502025-12-03T16:13:06.427Z[ recovery-image] Dec 03 16:13:04.906 INFO O| Dec 03 16:13:04.906 INFO O| Planning: Consolidating action changes ... Done
46512025-12-03T16:13:06.705Z[ recovery-image] Dec 03 16:13:05.188 INFO O| Dec 03 16:13:05.188 INFO O| Planning: Evaluating mediators ... Done
46522025-12-03T16:13:06.708Z[ recovery-image] Dec 03 16:13:05.189 INFO O| Dec 03 16:13:05.189 INFO O| Planning: Planning completed in 9.90 seconds
46532025-12-03T16:13:06.708Z[ recovery-image] Dec 03 16:13:05.189 INFO O| Dec 03 16:13:05.189 INFO O| Packages to install: 1
46542025-12-03T16:13:06.735Z[ recovery-image] Dec 03 16:13:05.218 INFO O| Dec 03 16:13:05.218 INFO O| Download: 0/4 items 0.0/10.2MB 0% complete
46552025-12-03T16:13:07.056Z[ recovery-image] Dec 03 16:13:05.539 INFO O| Dec 03 16:13:05.538 INFO O| Download: Completed 10.21 MB in 0.32 seconds (31.9M/s)
46562025-12-03T16:13:07.149Z[ recovery-image] Dec 03 16:13:05.631 INFO O| Dec 03 16:13:05.631 INFO O| Actions: 1/22 actions (Installing new actions)
46572025-12-03T16:13:07.552Z[ recovery-image] Dec 03 16:13:06.034 INFO O| Dec 03 16:13:06.034 INFO O| Actions: Completed 22 actions in 0.40 seconds.
46582025-12-03T16:13:09.030Z[ recovery-image] Dec 03 16:13:07.511 INFO O| Dec 03 16:13:07.511 INFO O| Done
46592025-12-03T16:13:09.030Z[ recovery-image] Dec 03 16:13:07.511 INFO O| Dec 03 16:13:07.511 INFO O| Done
46602025-12-03T16:13:11.433Z[ recovery-image] Dec 03 16:13:09.915 INFO O| Dec 03 16:13:09.915 INFO O| Done
46612025-12-03T16:13:13.830Z[ recovery-image] Dec 03 16:13:12.310 INFO O| Dec 03 16:13:12.310 INFO O| Done
46622025-12-03T16:13:13.861Z[ recovery-image] Dec 03 16:13:12.342 INFO O| Dec 03 16:13:12.342 INFO O| Done
46632025-12-03T16:13:13.861Z[ recovery-image] Dec 03 16:13:12.342 INFO O| Dec 03 16:13:12.342 INFO O| Done
46642025-12-03T16:13:13.887Z[ recovery-image] Dec 03 16:13:12.368 INFO O| Dec 03 16:13:12.368 INFO O| Done
46652025-12-03T16:13:16.002Z[ recovery-image] Dec 03 16:13:14.482 INFO O| Dec 03 16:13:14.481 INFO STEP 14 (pkg_install) COMPLETE
46662025-12-03T16:13:16.002Z[ recovery-image] Dec 03 16:13:14.482 INFO O| Dec 03 16:13:14.481 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46672025-12-03T16:13:16.002Z[ recovery-image] Dec 03 16:13:14.482 INFO O| Dec 03 16:13:14.481 INFO skip step because feature "mbist" is not enabled
46682025-12-03T16:13:16.012Z[ recovery-image] Dec 03 16:13:14.482 INFO O| Dec 03 16:13:14.481 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46692025-12-03T16:13:16.012Z[ recovery-image] Dec 03 16:13:14.482 INFO O| Dec 03 16:13:14.482 INFO skip step because feature "mfg" is not enabled
46702025-12-03T16:13:16.012Z[ recovery-image] Dec 03 16:13:14.482 INFO O| Dec 03 16:13:14.482 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46712025-12-03T16:13:16.012Z[ recovery-image] Dec 03 16:13:14.482 INFO O| Dec 03 16:13:14.482 INFO skip step because feature "compliance" is not enabled
46722025-12-03T16:13:16.012Z[ recovery-image] Dec 03 16:13:14.482 INFO O| Dec 03 16:13:14.482 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46732025-12-03T16:13:16.012Z[ recovery-image] Dec 03 16:13:14.482 INFO O| Dec 03 16:13:14.482 INFO skip step because feature "stress" is not enabled
46742025-12-03T16:13:16.012Z[ recovery-image] Dec 03 16:13:14.482 INFO O| Dec 03 16:13:14.482 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46752025-12-03T16:13:16.012Z[ recovery-image] Dec 03 16:13:14.482 INFO O| Dec 03 16:13:14.482 INFO skip step because feature "compliance" is not enabled
46762025-12-03T16:13:16.012Z[ recovery-image] Dec 03 16:13:14.482 INFO O| Dec 03 16:13:14.482 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46772025-12-03T16:13:16.012Z[ recovery-image] Dec 03 16:13:14.482 INFO O| Dec 03 16:13:14.482 INFO skip step because feature "nfs" is not enabled
46782025-12-03T16:13:16.014Z[ recovery-image] Dec 03 16:13:14.482 INFO O| Dec 03 16:13:14.482 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
46792025-12-03T16:13:16.014Z[ recovery-image] Dec 03 16:13:14.482 INFO O| Dec 03 16:13:14.482 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
46802025-12-03T16:13:16.077Z[ recovery-image] Dec 03 16:13:14.556 INFO O| Dec 03 16:13:14.556 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
46812025-12-03T16:13:16.277Z[ recovery-image] Dec 03 16:13:14.757 INFO O| Dec 03 16:13:14.757 INFO completed processing sled/ramdisk-01-os
46822025-12-03T16:13:16.281Z[ recovery-image] Dec 03 16:13:14.760 INFO image builder template: ramdisk-02-trim...
46832025-12-03T16:13:16.281Z[ recovery-image] Dec 03 16:13:14.760 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/.tmpNmWK0T/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.37.424", "-n", "ramdisk-02-trim"], pwd: None
46842025-12-03T16:13:16.319Z[ recovery-image] Dec 03 16:13:14.799 INFO O| Dec 03 16:13:14.799 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
46852025-12-03T16:13:16.324Z[ recovery-image] Dec 03 16:13:14.805 INFO O| Dec 03 16:13:14.805 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
46862025-12-03T16:13:16.497Z[ recovery-image] Dec 03 16:13:14.978 INFO O| Dec 03 16:13:14.978 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
46872025-12-03T16:13:16.576Z[ recovery-image] Dec 03 16:13:15.057 INFO O| Dec 03 16:13:15.057 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
46882025-12-03T16:13:16.576Z[ recovery-image] Dec 03 16:13:15.057 INFO O| Dec 03 16:13:15.057 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
46892025-12-03T16:13:16.585Z[ recovery-image] Dec 03 16:13:15.064 INFO O| Dec 03 16:13:15.064 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
46902025-12-03T16:13:16.589Z[ recovery-image] Dec 03 16:13:15.070 INFO O| Dec 03 16:13:15.069 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
46912025-12-03T16:13:16.595Z[ recovery-image] Dec 03 16:13:15.076 INFO O| Dec 03 16:13:15.075 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
46922025-12-03T16:13:16.837Z[ recovery-image] Dec 03 16:13:15.311 INFO O| Dec 03 16:13:15.311 INFO rolled back to input snapshot; work may begin
46932025-12-03T16:13:16.837Z[ recovery-image] Dec 03 16:13:15.311 INFO O| Dec 03 16:13:15.311 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
46942025-12-03T16:13:16.843Z[ recovery-image] Dec 03 16:13:15.318 INFO O| Dec 03 16:13:15.318 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46952025-12-03T16:13:16.857Z[ recovery-image] Dec 03 16:13:15.337 INFO O| Dec 03 16:13:15.336 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
46962025-12-03T16:13:16.942Z[ recovery-image] Dec 03 16:13:15.422 INFO O| Dec 03 16:13:15.422 INFO STEP 0 (remove_files) COMPLETE
46972025-12-03T16:13:16.942Z[ recovery-image] Dec 03 16:13:15.422 INFO O| Dec 03 16:13:15.422 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46982025-12-03T16:13:16.956Z[ recovery-image] Dec 03 16:13:15.437 INFO O| Dec 03 16:13:15.437 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
46992025-12-03T16:13:16.959Z[ recovery-image] Dec 03 16:13:15.440 INFO O| Dec 03 16:13:15.440 INFO STEP 1 (remove_files) COMPLETE
47002025-12-03T16:13:16.959Z[ recovery-image] Dec 03 16:13:15.440 INFO O| Dec 03 16:13:15.440 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47012025-12-03T16:13:16.973Z[ recovery-image] Dec 03 16:13:15.454 INFO O| Dec 03 16:13:15.454 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
47022025-12-03T16:13:16.994Z[ recovery-image] Dec 03 16:13:15.475 INFO O| Dec 03 16:13:15.475 INFO STEP 2 (remove_files) COMPLETE
47032025-12-03T16:13:16.994Z[ recovery-image] Dec 03 16:13:15.475 INFO O| Dec 03 16:13:15.475 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47042025-12-03T16:13:17.010Z[ recovery-image] Dec 03 16:13:15.490 INFO O| Dec 03 16:13:15.490 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
47052025-12-03T16:13:17.013Z[ recovery-image] Dec 03 16:13:15.493 INFO O| Dec 03 16:13:15.493 INFO STEP 3 (remove_files) COMPLETE
47062025-12-03T16:13:17.013Z[ recovery-image] Dec 03 16:13:15.493 INFO O| Dec 03 16:13:15.493 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47072025-12-03T16:13:17.027Z[ recovery-image] Dec 03 16:13:15.508 INFO O| Dec 03 16:13:15.508 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
47082025-12-03T16:13:17.033Z[ recovery-image] Dec 03 16:13:15.514 INFO O| Dec 03 16:13:15.514 INFO STEP 4 (remove_files) COMPLETE
47092025-12-03T16:13:17.033Z[ recovery-image] Dec 03 16:13:15.514 INFO O| Dec 03 16:13:15.514 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47102025-12-03T16:13:17.048Z[ recovery-image] Dec 03 16:13:15.528 INFO O| Dec 03 16:13:15.528 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
47112025-12-03T16:13:17.048Z[ recovery-image] Dec 03 16:13:15.529 INFO O| Dec 03 16:13:15.529 INFO STEP 5 (remove_files) COMPLETE
47122025-12-03T16:13:17.052Z[ recovery-image] Dec 03 16:13:15.529 INFO O| Dec 03 16:13:15.529 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47132025-12-03T16:13:17.061Z[ recovery-image] Dec 03 16:13:15.542 INFO O| Dec 03 16:13:15.542 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
47142025-12-03T16:13:17.097Z[ recovery-image] Dec 03 16:13:15.577 INFO O| Dec 03 16:13:15.577 INFO STEP 6 (remove_files) COMPLETE
47152025-12-03T16:13:17.097Z[ recovery-image] Dec 03 16:13:15.577 INFO O| Dec 03 16:13:15.577 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47162025-12-03T16:13:17.101Z[ recovery-image] Dec 03 16:13:15.577 INFO O| Dec 03 16:13:15.577 INFO skip step because feature "recovery" is enabled
47172025-12-03T16:13:17.102Z[ recovery-image] Dec 03 16:13:15.577 INFO O| Dec 03 16:13:15.577 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47182025-12-03T16:13:17.102Z[ recovery-image] Dec 03 16:13:15.577 INFO O| Dec 03 16:13:15.577 INFO skip step because feature "recovery" is enabled
47192025-12-03T16:13:17.102Z[ recovery-image] Dec 03 16:13:15.577 INFO O| Dec 03 16:13:15.577 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47202025-12-03T16:13:17.102Z[ recovery-image] Dec 03 16:13:15.577 INFO O| Dec 03 16:13:15.577 INFO skip step because feature "recovery" is enabled
47212025-12-03T16:13:17.102Z[ recovery-image] Dec 03 16:13:15.577 INFO O| Dec 03 16:13:15.577 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47222025-12-03T16:13:17.133Z[ recovery-image] Dec 03 16:13:15.613 INFO O| Dec 03 16:13:15.613 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
47232025-12-03T16:13:17.138Z[ recovery-image] Dec 03 16:13:15.619 INFO O| Dec 03 16:13:15.619 INFO STEP 10 (remove_files) COMPLETE
47242025-12-03T16:13:17.141Z[ recovery-image] Dec 03 16:13:15.619 INFO O| Dec 03 16:13:15.619 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47252025-12-03T16:13:17.191Z[ recovery-image] Dec 03 16:13:15.672 INFO O| Dec 03 16:13:15.672 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
47262025-12-03T16:13:17.194Z[ recovery-image] Dec 03 16:13:15.673 INFO O| Dec 03 16:13:15.673 INFO STEP 11 (remove_files) COMPLETE
47272025-12-03T16:13:17.194Z[ recovery-image] Dec 03 16:13:15.673 INFO O| Dec 03 16:13:15.673 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47282025-12-03T16:13:17.208Z[ recovery-image] Dec 03 16:13:15.688 INFO O| Dec 03 16:13:15.688 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
47292025-12-03T16:13:17.212Z[ recovery-image] Dec 03 16:13:15.691 INFO O| Dec 03 16:13:15.691 INFO STEP 12 (remove_files) COMPLETE
47302025-12-03T16:13:17.212Z[ recovery-image] Dec 03 16:13:15.691 INFO O| Dec 03 16:13:15.691 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47312025-12-03T16:13:17.305Z[ recovery-image] Dec 03 16:13:15.786 INFO O| Dec 03 16:13:15.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
47322025-12-03T16:13:17.586Z[ recovery-image] Dec 03 16:13:16.067 INFO O| Dec 03 16:13:16.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
47332025-12-03T16:13:17.609Z[ recovery-image] Dec 03 16:13:16.089 INFO O| Dec 03 16:13:16.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
47342025-12-03T16:13:17.613Z[ recovery-image] Dec 03 16:13:16.094 INFO O| Dec 03 16:13:16.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
47352025-12-03T16:13:17.616Z[ recovery-image] Dec 03 16:13:16.097 INFO O| Dec 03 16:13:16.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a"
47362025-12-03T16:13:17.670Z[ recovery-image] Dec 03 16:13:16.151 INFO O| Dec 03 16:13:16.151 INFO STEP 13 (remove_files) COMPLETE
47372025-12-03T16:13:17.670Z[ recovery-image] Dec 03 16:13:16.151 INFO O| Dec 03 16:13:16.151 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47382025-12-03T16:13:17.687Z[ recovery-image] Dec 03 16:13:16.165 INFO O| Dec 03 16:13:16.165 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
47392025-12-03T16:13:17.690Z[ recovery-image] Dec 03 16:13:16.167 INFO O| Dec 03 16:13:16.167 INFO STEP 14 (remove_files) COMPLETE
47402025-12-03T16:13:17.690Z[ recovery-image] Dec 03 16:13:16.167 INFO O| Dec 03 16:13:16.167 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47412025-12-03T16:13:17.699Z[ recovery-image] Dec 03 16:13:16.180 INFO O| Dec 03 16:13:16.180 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
47422025-12-03T16:13:17.708Z[ recovery-image] Dec 03 16:13:16.189 INFO O| Dec 03 16:13:16.189 INFO STEP 15 (remove_files) COMPLETE
47432025-12-03T16:13:17.708Z[ recovery-image] Dec 03 16:13:16.189 INFO O| Dec 03 16:13:16.189 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47442025-12-03T16:13:17.721Z[ recovery-image] Dec 03 16:13:16.202 INFO O| Dec 03 16:13:16.202 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
47452025-12-03T16:13:17.726Z[ recovery-image] Dec 03 16:13:16.202 INFO O| Dec 03 16:13:16.202 INFO STEP 16 (remove_files) COMPLETE
47462025-12-03T16:13:17.726Z[ recovery-image] Dec 03 16:13:16.202 INFO O| Dec 03 16:13:16.202 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47472025-12-03T16:13:17.732Z[ recovery-image] Dec 03 16:13:16.213 INFO O| Dec 03 16:13:16.213 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
47482025-12-03T16:13:17.737Z[ recovery-image] Dec 03 16:13:16.215 INFO O| Dec 03 16:13:16.215 INFO STEP 17 (remove_files) COMPLETE
47492025-12-03T16:13:17.737Z[ recovery-image] Dec 03 16:13:16.215 INFO O| Dec 03 16:13:16.215 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47502025-12-03T16:13:17.746Z[ recovery-image] Dec 03 16:13:16.227 INFO O| Dec 03 16:13:16.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
47512025-12-03T16:13:17.746Z[ recovery-image] Dec 03 16:13:16.227 INFO O| Dec 03 16:13:16.227 INFO STEP 18 (remove_files) COMPLETE
47522025-12-03T16:13:17.749Z[ recovery-image] Dec 03 16:13:16.227 INFO O| Dec 03 16:13:16.227 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47532025-12-03T16:13:17.760Z[ recovery-image] Dec 03 16:13:16.240 INFO O| Dec 03 16:13:16.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
47542025-12-03T16:13:17.760Z[ recovery-image] Dec 03 16:13:16.240 INFO O| Dec 03 16:13:16.240 INFO STEP 19 (remove_files) COMPLETE
47552025-12-03T16:13:17.760Z[ recovery-image] Dec 03 16:13:16.240 INFO O| Dec 03 16:13:16.240 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47562025-12-03T16:13:17.773Z[ recovery-image] Dec 03 16:13:16.253 INFO O| Dec 03 16:13:16.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
47572025-12-03T16:13:17.773Z[ recovery-image] Dec 03 16:13:16.254 INFO O| Dec 03 16:13:16.254 INFO STEP 20 (remove_files) COMPLETE
47582025-12-03T16:13:17.778Z[ recovery-image] Dec 03 16:13:16.254 INFO O| Dec 03 16:13:16.254 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47592025-12-03T16:13:17.786Z[ recovery-image] Dec 03 16:13:16.267 INFO O| Dec 03 16:13:16.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
47602025-12-03T16:13:17.786Z[ recovery-image] Dec 03 16:13:16.267 INFO O| Dec 03 16:13:16.267 INFO STEP 21 (remove_files) COMPLETE
47612025-12-03T16:13:17.790Z[ recovery-image] Dec 03 16:13:16.267 INFO O| Dec 03 16:13:16.267 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47622025-12-03T16:13:17.798Z[ recovery-image] Dec 03 16:13:16.279 INFO O| Dec 03 16:13:16.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
47632025-12-03T16:13:17.798Z[ recovery-image] Dec 03 16:13:16.279 INFO O| Dec 03 16:13:16.279 INFO STEP 22 (remove_files) COMPLETE
47642025-12-03T16:13:17.798Z[ recovery-image] Dec 03 16:13:16.279 INFO O| Dec 03 16:13:16.279 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47652025-12-03T16:13:17.811Z[ recovery-image] Dec 03 16:13:16.292 INFO O| Dec 03 16:13:16.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
47662025-12-03T16:13:17.811Z[ recovery-image] Dec 03 16:13:16.292 INFO O| Dec 03 16:13:16.292 INFO STEP 23 (remove_files) COMPLETE
47672025-12-03T16:13:17.815Z[ recovery-image] Dec 03 16:13:16.292 INFO O| Dec 03 16:13:16.292 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47682025-12-03T16:13:17.823Z[ recovery-image] Dec 03 16:13:16.304 INFO O| Dec 03 16:13:16.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
47692025-12-03T16:13:17.823Z[ recovery-image] Dec 03 16:13:16.304 INFO O| Dec 03 16:13:16.304 INFO STEP 24 (remove_files) COMPLETE
47702025-12-03T16:13:17.823Z[ recovery-image] Dec 03 16:13:16.304 INFO O| Dec 03 16:13:16.304 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47712025-12-03T16:13:17.837Z[ recovery-image] Dec 03 16:13:16.316 INFO O| Dec 03 16:13:16.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
47722025-12-03T16:13:17.837Z[ recovery-image] Dec 03 16:13:16.316 INFO O| Dec 03 16:13:16.316 INFO STEP 25 (remove_files) COMPLETE
47732025-12-03T16:13:17.840Z[ recovery-image] Dec 03 16:13:16.316 INFO O| Dec 03 16:13:16.316 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47742025-12-03T16:13:17.848Z[ recovery-image] Dec 03 16:13:16.328 INFO O| Dec 03 16:13:16.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
47752025-12-03T16:13:17.848Z[ recovery-image] Dec 03 16:13:16.328 INFO O| Dec 03 16:13:16.328 INFO STEP 26 (remove_files) COMPLETE
47762025-12-03T16:13:17.851Z[ recovery-image] Dec 03 16:13:16.328 INFO O| Dec 03 16:13:16.328 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47772025-12-03T16:13:17.859Z[ recovery-image] Dec 03 16:13:16.339 INFO O| Dec 03 16:13:16.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
47782025-12-03T16:13:17.859Z[ recovery-image] Dec 03 16:13:16.340 INFO O| Dec 03 16:13:16.339 INFO STEP 27 (remove_files) COMPLETE
47792025-12-03T16:13:17.859Z[ recovery-image] Dec 03 16:13:16.340 INFO O| Dec 03 16:13:16.340 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47802025-12-03T16:13:17.872Z[ recovery-image] Dec 03 16:13:16.353 INFO O| Dec 03 16:13:16.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
47812025-12-03T16:13:17.873Z[ recovery-image] Dec 03 16:13:16.353 INFO O| Dec 03 16:13:16.353 INFO STEP 28 (remove_files) COMPLETE
47822025-12-03T16:13:17.873Z[ recovery-image] Dec 03 16:13:16.353 INFO O| Dec 03 16:13:16.353 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47832025-12-03T16:13:17.884Z[ recovery-image] Dec 03 16:13:16.365 INFO O| Dec 03 16:13:16.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
47842025-12-03T16:13:17.885Z[ recovery-image] Dec 03 16:13:16.365 INFO O| Dec 03 16:13:16.365 INFO STEP 29 (remove_files) COMPLETE
47852025-12-03T16:13:17.888Z[ recovery-image] Dec 03 16:13:16.365 INFO O| Dec 03 16:13:16.365 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47862025-12-03T16:13:17.896Z[ recovery-image] Dec 03 16:13:16.377 INFO O| Dec 03 16:13:16.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
47872025-12-03T16:13:17.896Z[ recovery-image] Dec 03 16:13:16.377 INFO O| Dec 03 16:13:16.377 INFO STEP 30 (remove_files) COMPLETE
47882025-12-03T16:13:17.899Z[ recovery-image] Dec 03 16:13:16.377 INFO O| Dec 03 16:13:16.377 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47892025-12-03T16:13:17.909Z[ recovery-image] Dec 03 16:13:16.389 INFO O| Dec 03 16:13:16.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
47902025-12-03T16:13:17.909Z[ recovery-image] Dec 03 16:13:16.389 INFO O| Dec 03 16:13:16.389 INFO STEP 31 (remove_files) COMPLETE
47912025-12-03T16:13:17.912Z[ recovery-image] Dec 03 16:13:16.389 INFO O| Dec 03 16:13:16.389 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47922025-12-03T16:13:17.920Z[ recovery-image] Dec 03 16:13:16.401 INFO O| Dec 03 16:13:16.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
47932025-12-03T16:13:17.920Z[ recovery-image] Dec 03 16:13:16.401 INFO O| Dec 03 16:13:16.401 INFO STEP 32 (remove_files) COMPLETE
47942025-12-03T16:13:17.920Z[ recovery-image] Dec 03 16:13:16.401 INFO O| Dec 03 16:13:16.401 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47952025-12-03T16:13:17.932Z[ recovery-image] Dec 03 16:13:16.413 INFO O| Dec 03 16:13:16.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
47962025-12-03T16:13:17.932Z[ recovery-image] Dec 03 16:13:16.413 INFO O| Dec 03 16:13:16.413 INFO STEP 33 (remove_files) COMPLETE
47972025-12-03T16:13:17.932Z[ recovery-image] Dec 03 16:13:16.413 INFO O| Dec 03 16:13:16.413 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47982025-12-03T16:13:17.945Z[ recovery-image] Dec 03 16:13:16.425 INFO O| Dec 03 16:13:16.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
47992025-12-03T16:13:17.945Z[ recovery-image] Dec 03 16:13:16.425 INFO O| Dec 03 16:13:16.425 INFO STEP 34 (remove_files) COMPLETE
48002025-12-03T16:13:17.949Z[ recovery-image] Dec 03 16:13:16.425 INFO O| Dec 03 16:13:16.425 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48012025-12-03T16:13:17.956Z[ recovery-image] Dec 03 16:13:16.436 INFO O| Dec 03 16:13:16.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
48022025-12-03T16:13:17.956Z[ recovery-image] Dec 03 16:13:16.436 INFO O| Dec 03 16:13:16.436 INFO STEP 35 (remove_files) COMPLETE
48032025-12-03T16:13:17.959Z[ recovery-image] Dec 03 16:13:16.437 INFO O| Dec 03 16:13:16.436 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48042025-12-03T16:13:17.969Z[ recovery-image] Dec 03 16:13:16.450 INFO O| Dec 03 16:13:16.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
48052025-12-03T16:13:17.969Z[ recovery-image] Dec 03 16:13:16.450 INFO O| Dec 03 16:13:16.450 INFO STEP 36 (remove_files) COMPLETE
48062025-12-03T16:13:17.969Z[ recovery-image] Dec 03 16:13:16.450 INFO O| Dec 03 16:13:16.450 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48072025-12-03T16:13:17.981Z[ recovery-image] Dec 03 16:13:16.461 INFO O| Dec 03 16:13:16.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
48082025-12-03T16:13:17.981Z[ recovery-image] Dec 03 16:13:16.461 INFO O| Dec 03 16:13:16.461 INFO STEP 37 (remove_files) COMPLETE
48092025-12-03T16:13:17.981Z[ recovery-image] Dec 03 16:13:16.461 INFO O| Dec 03 16:13:16.461 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48102025-12-03T16:13:17.991Z[ recovery-image] Dec 03 16:13:16.472 INFO O| Dec 03 16:13:16.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
48112025-12-03T16:13:17.992Z[ recovery-image] Dec 03 16:13:16.472 INFO O| Dec 03 16:13:16.472 INFO STEP 38 (remove_files) COMPLETE
48122025-12-03T16:13:17.995Z[ recovery-image] Dec 03 16:13:16.472 INFO O| Dec 03 16:13:16.472 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48132025-12-03T16:13:18.003Z[ recovery-image] Dec 03 16:13:16.484 INFO O| Dec 03 16:13:16.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
48142025-12-03T16:13:18.003Z[ recovery-image] Dec 03 16:13:16.484 INFO O| Dec 03 16:13:16.484 INFO STEP 39 (remove_files) COMPLETE
48152025-12-03T16:13:18.006Z[ recovery-image] Dec 03 16:13:16.484 INFO O| Dec 03 16:13:16.484 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48162025-12-03T16:13:18.014Z[ recovery-image] Dec 03 16:13:16.495 INFO O| Dec 03 16:13:16.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
48172025-12-03T16:13:18.017Z[ recovery-image] Dec 03 16:13:16.495 INFO O| Dec 03 16:13:16.495 INFO STEP 40 (remove_files) COMPLETE
48182025-12-03T16:13:18.017Z[ recovery-image] Dec 03 16:13:16.495 INFO O| Dec 03 16:13:16.495 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48192025-12-03T16:13:18.027Z[ recovery-image] Dec 03 16:13:16.506 INFO O| Dec 03 16:13:16.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
48202025-12-03T16:13:18.027Z[ recovery-image] Dec 03 16:13:16.507 INFO O| Dec 03 16:13:16.507 INFO STEP 41 (remove_files) COMPLETE
48212025-12-03T16:13:18.027Z[ recovery-image] Dec 03 16:13:16.507 INFO O| Dec 03 16:13:16.507 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48222025-12-03T16:13:18.037Z[ recovery-image] Dec 03 16:13:16.518 INFO O| Dec 03 16:13:16.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
48232025-12-03T16:13:18.037Z[ recovery-image] Dec 03 16:13:16.518 INFO O| Dec 03 16:13:16.518 INFO STEP 42 (remove_files) COMPLETE
48242025-12-03T16:13:18.040Z[ recovery-image] Dec 03 16:13:16.518 INFO O| Dec 03 16:13:16.518 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48252025-12-03T16:13:18.050Z[ recovery-image] Dec 03 16:13:16.531 INFO O| Dec 03 16:13:16.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
48262025-12-03T16:13:18.050Z[ recovery-image] Dec 03 16:13:16.531 INFO O| Dec 03 16:13:16.531 INFO STEP 43 (remove_files) COMPLETE
48272025-12-03T16:13:18.050Z[ recovery-image] Dec 03 16:13:16.531 INFO O| Dec 03 16:13:16.531 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48282025-12-03T16:13:18.064Z[ recovery-image] Dec 03 16:13:16.543 INFO O| Dec 03 16:13:16.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
48292025-12-03T16:13:18.064Z[ recovery-image] Dec 03 16:13:16.544 INFO O| Dec 03 16:13:16.544 INFO STEP 44 (remove_files) COMPLETE
48302025-12-03T16:13:18.067Z[ recovery-image] Dec 03 16:13:16.544 INFO O| Dec 03 16:13:16.544 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48312025-12-03T16:13:18.077Z[ recovery-image] Dec 03 16:13:16.556 INFO O| Dec 03 16:13:16.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
48322025-12-03T16:13:18.077Z[ recovery-image] Dec 03 16:13:16.556 INFO O| Dec 03 16:13:16.556 INFO STEP 45 (remove_files) COMPLETE
48332025-12-03T16:13:18.077Z[ recovery-image] Dec 03 16:13:16.556 INFO O| Dec 03 16:13:16.556 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48342025-12-03T16:13:18.089Z[ recovery-image] Dec 03 16:13:16.570 INFO O| Dec 03 16:13:16.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
48352025-12-03T16:13:18.089Z[ recovery-image] Dec 03 16:13:16.570 INFO O| Dec 03 16:13:16.570 INFO STEP 46 (remove_files) COMPLETE
48362025-12-03T16:13:18.093Z[ recovery-image] Dec 03 16:13:16.570 INFO O| Dec 03 16:13:16.570 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48372025-12-03T16:13:18.103Z[ recovery-image] Dec 03 16:13:16.583 INFO O| Dec 03 16:13:16.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
48382025-12-03T16:13:18.103Z[ recovery-image] Dec 03 16:13:16.583 INFO O| Dec 03 16:13:16.583 INFO STEP 47 (remove_files) COMPLETE
48392025-12-03T16:13:18.103Z[ recovery-image] Dec 03 16:13:16.583 INFO O| Dec 03 16:13:16.583 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48402025-12-03T16:13:18.115Z[ recovery-image] Dec 03 16:13:16.596 INFO O| Dec 03 16:13:16.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
48412025-12-03T16:13:18.116Z[ recovery-image] Dec 03 16:13:16.596 INFO O| Dec 03 16:13:16.596 INFO STEP 48 (remove_files) COMPLETE
48422025-12-03T16:13:18.116Z[ recovery-image] Dec 03 16:13:16.596 INFO O| Dec 03 16:13:16.596 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48432025-12-03T16:13:18.129Z[ recovery-image] Dec 03 16:13:16.609 INFO O| Dec 03 16:13:16.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
48442025-12-03T16:13:18.129Z[ recovery-image] Dec 03 16:13:16.609 INFO O| Dec 03 16:13:16.609 INFO STEP 49 (remove_files) COMPLETE
48452025-12-03T16:13:18.132Z[ recovery-image] Dec 03 16:13:16.609 INFO O| Dec 03 16:13:16.609 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48462025-12-03T16:13:18.157Z[ recovery-image] Dec 03 16:13:16.638 INFO O| Dec 03 16:13:16.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
48472025-12-03T16:13:18.157Z[ recovery-image] Dec 03 16:13:16.638 INFO O| Dec 03 16:13:16.621 INFO STEP 50 (remove_files) COMPLETE
48482025-12-03T16:13:18.162Z[ recovery-image] Dec 03 16:13:16.638 INFO O| Dec 03 16:13:16.621 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48492025-12-03T16:13:18.162Z[ recovery-image] Dec 03 16:13:16.638 INFO O| Dec 03 16:13:16.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
48502025-12-03T16:13:18.162Z[ recovery-image] Dec 03 16:13:16.638 INFO O| Dec 03 16:13:16.631 INFO STEP 51 (remove_files) COMPLETE
48512025-12-03T16:13:18.162Z[ recovery-image] Dec 03 16:13:16.638 INFO O| Dec 03 16:13:16.631 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48522025-12-03T16:13:18.162Z[ recovery-image] Dec 03 16:13:16.642 INFO O| Dec 03 16:13:16.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
48532025-12-03T16:13:18.162Z[ recovery-image] Dec 03 16:13:16.642 INFO O| Dec 03 16:13:16.642 INFO STEP 52 (remove_files) COMPLETE
48542025-12-03T16:13:18.162Z[ recovery-image] Dec 03 16:13:16.642 INFO O| Dec 03 16:13:16.642 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48552025-12-03T16:13:18.173Z[ recovery-image] Dec 03 16:13:16.654 INFO O| Dec 03 16:13:16.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
48562025-12-03T16:13:18.173Z[ recovery-image] Dec 03 16:13:16.654 INFO O| Dec 03 16:13:16.654 INFO STEP 53 (remove_files) COMPLETE
48572025-12-03T16:13:18.173Z[ recovery-image] Dec 03 16:13:16.654 INFO O| Dec 03 16:13:16.654 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48582025-12-03T16:13:18.184Z[ recovery-image] Dec 03 16:13:16.665 INFO O| Dec 03 16:13:16.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
48592025-12-03T16:13:18.184Z[ recovery-image] Dec 03 16:13:16.665 INFO O| Dec 03 16:13:16.665 INFO STEP 54 (remove_files) COMPLETE
48602025-12-03T16:13:18.187Z[ recovery-image] Dec 03 16:13:16.665 INFO O| Dec 03 16:13:16.665 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48612025-12-03T16:13:18.196Z[ recovery-image] Dec 03 16:13:16.677 INFO O| Dec 03 16:13:16.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
48622025-12-03T16:13:18.196Z[ recovery-image] Dec 03 16:13:16.677 INFO O| Dec 03 16:13:16.677 INFO STEP 55 (remove_files) COMPLETE
48632025-12-03T16:13:18.197Z[ recovery-image] Dec 03 16:13:16.677 INFO O| Dec 03 16:13:16.677 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48642025-12-03T16:13:18.209Z[ recovery-image] Dec 03 16:13:16.689 INFO O| Dec 03 16:13:16.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
48652025-12-03T16:13:18.209Z[ recovery-image] Dec 03 16:13:16.689 INFO O| Dec 03 16:13:16.689 INFO STEP 56 (remove_files) COMPLETE
48662025-12-03T16:13:18.209Z[ recovery-image] Dec 03 16:13:16.689 INFO O| Dec 03 16:13:16.689 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48672025-12-03T16:13:18.221Z[ recovery-image] Dec 03 16:13:16.701 INFO O| Dec 03 16:13:16.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
48682025-12-03T16:13:18.224Z[ recovery-image] Dec 03 16:13:16.701 INFO O| Dec 03 16:13:16.701 INFO STEP 57 (remove_files) COMPLETE
48692025-12-03T16:13:18.224Z[ recovery-image] Dec 03 16:13:16.701 INFO O| Dec 03 16:13:16.701 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48702025-12-03T16:13:18.240Z[ recovery-image] Dec 03 16:13:16.720 INFO O| Dec 03 16:13:16.720 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
48712025-12-03T16:13:18.240Z[ recovery-image] Dec 03 16:13:16.721 INFO O| Dec 03 16:13:16.720 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
48722025-12-03T16:13:18.243Z[ recovery-image] Dec 03 16:13:16.721 INFO O| Dec 03 16:13:16.721 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
48732025-12-03T16:13:18.243Z[ recovery-image] Dec 03 16:13:16.721 INFO O| Dec 03 16:13:16.721 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
48742025-12-03T16:13:18.243Z[ recovery-image] Dec 03 16:13:16.721 INFO O| Dec 03 16:13:16.721 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
48752025-12-03T16:13:18.243Z[ recovery-image] Dec 03 16:13:16.721 INFO O| Dec 03 16:13:16.721 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
48762025-12-03T16:13:18.243Z[ recovery-image] Dec 03 16:13:16.721 INFO O| Dec 03 16:13:16.721 INFO ok!
48772025-12-03T16:13:18.243Z[ recovery-image] Dec 03 16:13:16.721 INFO O| Dec 03 16:13:16.721 INFO STEP 58 (ensure_file) COMPLETE
48782025-12-03T16:13:18.244Z[ recovery-image] Dec 03 16:13:16.721 INFO O| Dec 03 16:13:16.721 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48792025-12-03T16:13:18.258Z[ recovery-image] Dec 03 16:13:16.738 INFO O| Dec 03 16:13:16.738 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
48802025-12-03T16:13:18.258Z[ recovery-image] Dec 03 16:13:16.738 INFO O| Dec 03 16:13:16.738 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
48812025-12-03T16:13:18.261Z[ recovery-image] Dec 03 16:13:16.738 INFO O| Dec 03 16:13:16.738 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
48822025-12-03T16:13:18.261Z[ recovery-image] Dec 03 16:13:16.738 INFO O| Dec 03 16:13:16.738 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
48832025-12-03T16:13:18.261Z[ recovery-image] Dec 03 16:13:16.738 INFO O| Dec 03 16:13:16.738 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
48842025-12-03T16:13:18.261Z[ recovery-image] Dec 03 16:13:16.738 INFO O| Dec 03 16:13:16.738 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
48852025-12-03T16:13:18.261Z[ recovery-image] Dec 03 16:13:16.738 INFO O| Dec 03 16:13:16.738 INFO ok!
48862025-12-03T16:13:18.261Z[ recovery-image] Dec 03 16:13:16.738 INFO O| Dec 03 16:13:16.738 INFO STEP 59 (ensure_file) COMPLETE
48872025-12-03T16:13:18.261Z[ recovery-image] Dec 03 16:13:16.738 INFO O| Dec 03 16:13:16.738 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48882025-12-03T16:13:18.272Z[ recovery-image] Dec 03 16:13:16.752 INFO O| Dec 03 16:13:16.752 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
48892025-12-03T16:13:18.272Z[ recovery-image] Dec 03 16:13:16.752 INFO O| Dec 03 16:13:16.752 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
48902025-12-03T16:13:18.272Z[ recovery-image] Dec 03 16:13:16.752 INFO O| Dec 03 16:13:16.752 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
48912025-12-03T16:13:18.275Z[ recovery-image] Dec 03 16:13:16.752 INFO O| Dec 03 16:13:16.752 INFO ok!
48922025-12-03T16:13:18.275Z[ recovery-image] Dec 03 16:13:16.752 INFO O| Dec 03 16:13:16.752 INFO STEP 60 (ensure_file) COMPLETE
48932025-12-03T16:13:18.275Z[ recovery-image] Dec 03 16:13:16.752 INFO O| Dec 03 16:13:16.752 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48942025-12-03T16:13:18.286Z[ recovery-image] Dec 03 16:13:16.766 INFO O| Dec 03 16:13:16.766 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
48952025-12-03T16:13:18.286Z[ recovery-image] Dec 03 16:13:16.766 INFO O| Dec 03 16:13:16.766 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
48962025-12-03T16:13:18.289Z[ recovery-image] Dec 03 16:13:16.767 INFO O| Dec 03 16:13:16.767 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
48972025-12-03T16:13:18.289Z[ recovery-image] Dec 03 16:13:16.767 INFO O| Dec 03 16:13:16.767 INFO ok!
48982025-12-03T16:13:18.289Z[ recovery-image] Dec 03 16:13:16.767 INFO O| Dec 03 16:13:16.767 INFO STEP 61 (ensure_file) COMPLETE
48992025-12-03T16:13:18.289Z[ recovery-image] Dec 03 16:13:16.767 INFO O| Dec 03 16:13:16.767 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49002025-12-03T16:13:18.302Z[ recovery-image] Dec 03 16:13:16.782 INFO O| Dec 03 16:13:16.782 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
49012025-12-03T16:13:18.302Z[ recovery-image] Dec 03 16:13:16.782 INFO O| Dec 03 16:13:16.782 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
49022025-12-03T16:13:18.305Z[ recovery-image] Dec 03 16:13:16.782 INFO O| Dec 03 16:13:16.782 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
49032025-12-03T16:13:18.306Z[ recovery-image] Dec 03 16:13:16.782 INFO O| Dec 03 16:13:16.782 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
49042025-12-03T16:13:18.306Z[ recovery-image] Dec 03 16:13:16.782 INFO O| Dec 03 16:13:16.782 INFO ok!
49052025-12-03T16:13:18.306Z[ recovery-image] Dec 03 16:13:16.782 INFO O| Dec 03 16:13:16.782 INFO STEP 62 (ensure_file) COMPLETE
49062025-12-03T16:13:18.306Z[ recovery-image] Dec 03 16:13:16.782 INFO O| Dec 03 16:13:16.782 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49072025-12-03T16:13:18.316Z[ recovery-image] Dec 03 16:13:16.796 INFO O| Dec 03 16:13:16.796 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
49082025-12-03T16:13:18.316Z[ recovery-image] Dec 03 16:13:16.796 INFO O| Dec 03 16:13:16.796 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
49092025-12-03T16:13:18.318Z[ recovery-image] Dec 03 16:13:16.797 INFO O| Dec 03 16:13:16.797 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
49102025-12-03T16:13:18.319Z[ recovery-image] Dec 03 16:13:16.797 INFO O| Dec 03 16:13:16.797 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
49112025-12-03T16:13:18.319Z[ recovery-image] Dec 03 16:13:16.797 INFO O| Dec 03 16:13:16.797 INFO ok!
49122025-12-03T16:13:18.319Z[ recovery-image] Dec 03 16:13:16.797 INFO O| Dec 03 16:13:16.797 INFO STEP 63 (ensure_file) COMPLETE
49132025-12-03T16:13:18.319Z[ recovery-image] Dec 03 16:13:16.797 INFO O| Dec 03 16:13:16.797 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49142025-12-03T16:13:18.333Z[ recovery-image] Dec 03 16:13:16.813 INFO O| Dec 03 16:13:16.813 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
49152025-12-03T16:13:18.333Z[ recovery-image] Dec 03 16:13:16.813 INFO O| Dec 03 16:13:16.813 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
49162025-12-03T16:13:18.336Z[ recovery-image] Dec 03 16:13:16.813 INFO O| Dec 03 16:13:16.813 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
49172025-12-03T16:13:18.337Z[ recovery-image] Dec 03 16:13:16.813 INFO O| Dec 03 16:13:16.813 INFO ok!
49182025-12-03T16:13:18.337Z[ recovery-image] Dec 03 16:13:16.813 INFO O| Dec 03 16:13:16.813 INFO STEP 64 (assemble_files) COMPLETE
49192025-12-03T16:13:18.337Z[ recovery-image] Dec 03 16:13:16.813 INFO O| Dec 03 16:13:16.813 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49202025-12-03T16:13:18.348Z[ recovery-image] Dec 03 16:13:16.829 INFO O| Dec 03 16:13:16.829 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
49212025-12-03T16:13:18.348Z[ recovery-image] Dec 03 16:13:16.829 INFO O| Dec 03 16:13:16.829 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
49222025-12-03T16:13:18.352Z[ recovery-image] Dec 03 16:13:16.830 INFO O| Dec 03 16:13:16.829 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
49232025-12-03T16:13:18.352Z[ recovery-image] Dec 03 16:13:16.830 INFO O| Dec 03 16:13:16.830 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
49242025-12-03T16:13:18.352Z[ recovery-image] Dec 03 16:13:16.830 INFO O| Dec 03 16:13:16.830 INFO ok!
49252025-12-03T16:13:18.352Z[ recovery-image] Dec 03 16:13:16.830 INFO O| Dec 03 16:13:16.830 INFO STEP 65 (ensure_file) COMPLETE
49262025-12-03T16:13:18.352Z[ recovery-image] Dec 03 16:13:16.830 INFO O| Dec 03 16:13:16.830 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49272025-12-03T16:13:18.352Z[ recovery-image] Dec 03 16:13:16.830 INFO O| Dec 03 16:13:16.830 INFO skip step because feature "omicron1" is not enabled
49282025-12-03T16:13:18.352Z[ recovery-image] Dec 03 16:13:16.830 INFO O| Dec 03 16:13:16.830 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49292025-12-03T16:13:18.352Z[ recovery-image] Dec 03 16:13:16.830 INFO O| Dec 03 16:13:16.830 INFO skip step because feature "omicron1" is not enabled
49302025-12-03T16:13:18.352Z[ recovery-image] Dec 03 16:13:16.830 INFO O| Dec 03 16:13:16.830 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49312025-12-03T16:13:18.352Z[ recovery-image] Dec 03 16:13:16.830 INFO O| Dec 03 16:13:16.830 INFO skip step because feature "omicron1" is not enabled
49322025-12-03T16:13:18.352Z[ recovery-image] Dec 03 16:13:16.830 INFO O| Dec 03 16:13:16.830 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49332025-12-03T16:13:18.371Z[ recovery-image] Dec 03 16:13:16.852 INFO O| Dec 03 16:13:16.851 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
49342025-12-03T16:13:18.371Z[ recovery-image] Dec 03 16:13:16.852 INFO O| Dec 03 16:13:16.852 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
49352025-12-03T16:13:21.136Z[ recovery-image] Dec 03 16:13:19.615 INFO O| Dec 03 16:13:19.615 INFO STEP 69 (pack_tar) COMPLETE
49362025-12-03T16:13:21.136Z[ recovery-image] Dec 03 16:13:19.615 INFO O| Dec 03 16:13:19.615 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49372025-12-03T16:13:21.136Z[ recovery-image] Dec 03 16:13:19.615 INFO O| Dec 03 16:13:19.615 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
49382025-12-03T16:13:21.708Z[ recovery-image] Dec 03 16:13:20.188 INFO O| Dec 03 16:13:20.188 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49392025-12-03T16:13:21.845Z[ recovery-image] Dec 03 16:13:20.325 INFO O| Dec 03 16:13:20.325 INFO completed processing sled/ramdisk-02-trim
49402025-12-03T16:13:21.848Z[ recovery-image] Dec 03 16:13:20.327 INFO image builder template: ramdisk-03-recovery-trim...
49412025-12-03T16:13:21.849Z[ recovery-image] Dec 03 16:13:20.327 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/.tmpNmWK0T/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.37.424", "-n", "ramdisk-03-recovery-trim"], pwd: None
49422025-12-03T16:13:22.034Z[ recovery-image] Dec 03 16:13:20.514 INFO O| Dec 03 16:13:20.514 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
49432025-12-03T16:13:22.040Z[ recovery-image] Dec 03 16:13:20.520 INFO O| Dec 03 16:13:20.520 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
49442025-12-03T16:13:22.147Z[ recovery-image] Dec 03 16:13:20.627 INFO O| Dec 03 16:13:20.627 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
49452025-12-03T16:13:22.243Z[ recovery-image] Dec 03 16:13:20.722 INFO O| Dec 03 16:13:20.722 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
49462025-12-03T16:13:22.243Z[ recovery-image] Dec 03 16:13:20.722 INFO O| Dec 03 16:13:20.722 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49472025-12-03T16:13:22.252Z[ recovery-image] Dec 03 16:13:20.732 INFO O| Dec 03 16:13:20.732 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
49482025-12-03T16:13:22.257Z[ recovery-image] Dec 03 16:13:20.737 INFO O| Dec 03 16:13:20.737 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49492025-12-03T16:13:22.263Z[ recovery-image] Dec 03 16:13:20.743 INFO O| Dec 03 16:13:20.743 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
49502025-12-03T16:13:22.703Z[ recovery-image] Dec 03 16:13:21.182 INFO O| Dec 03 16:13:21.182 INFO rolled back to input snapshot; work may begin
49512025-12-03T16:13:22.703Z[ recovery-image] Dec 03 16:13:21.182 INFO O| Dec 03 16:13:21.182 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49522025-12-03T16:13:22.726Z[ recovery-image] Dec 03 16:13:21.206 INFO O| Dec 03 16:13:21.206 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532025-12-03T16:13:22.759Z[ recovery-image] Dec 03 16:13:21.239 INFO O| Dec 03 16:13:21.239 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
49542025-12-03T16:13:22.774Z[ recovery-image] Dec 03 16:13:21.254 INFO O| Dec 03 16:13:21.254 INFO STEP 0 (remove_files) COMPLETE
49552025-12-03T16:13:22.774Z[ recovery-image] Dec 03 16:13:21.254 INFO O| Dec 03 16:13:21.254 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562025-12-03T16:13:22.790Z[ recovery-image] Dec 03 16:13:21.269 INFO O| Dec 03 16:13:21.269 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
49572025-12-03T16:13:22.930Z[ recovery-image] Dec 03 16:13:21.409 INFO O| Dec 03 16:13:21.409 INFO STEP 1 (remove_files) COMPLETE
49582025-12-03T16:13:22.930Z[ recovery-image] Dec 03 16:13:21.410 INFO O| Dec 03 16:13:21.409 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592025-12-03T16:13:22.943Z[ recovery-image] Dec 03 16:13:21.423 INFO O| Dec 03 16:13:21.423 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
49602025-12-03T16:13:23.041Z[ recovery-image] Dec 03 16:13:21.521 INFO O| Dec 03 16:13:21.521 INFO STEP 2 (remove_files) COMPLETE
49612025-12-03T16:13:23.041Z[ recovery-image] Dec 03 16:13:21.521 INFO O| Dec 03 16:13:21.521 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622025-12-03T16:13:23.053Z[ recovery-image] Dec 03 16:13:21.533 INFO O| Dec 03 16:13:21.533 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
49632025-12-03T16:13:23.166Z[ recovery-image] Dec 03 16:13:21.645 INFO O| Dec 03 16:13:21.645 INFO STEP 3 (remove_files) COMPLETE
49642025-12-03T16:13:23.166Z[ recovery-image] Dec 03 16:13:21.645 INFO O| Dec 03 16:13:21.645 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652025-12-03T16:13:23.179Z[ recovery-image] Dec 03 16:13:21.659 INFO O| Dec 03 16:13:21.659 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
49662025-12-03T16:13:23.300Z[ recovery-image] Dec 03 16:13:21.779 INFO O| Dec 03 16:13:21.779 INFO STEP 4 (remove_files) COMPLETE
49672025-12-03T16:13:23.300Z[ recovery-image] Dec 03 16:13:21.779 INFO O| Dec 03 16:13:21.779 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682025-12-03T16:13:23.314Z[ recovery-image] Dec 03 16:13:21.793 INFO O| Dec 03 16:13:21.793 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
49692025-12-03T16:13:23.340Z[ recovery-image] Dec 03 16:13:21.819 INFO O| Dec 03 16:13:21.819 INFO STEP 5 (remove_files) COMPLETE
49702025-12-03T16:13:23.340Z[ recovery-image] Dec 03 16:13:21.819 INFO O| Dec 03 16:13:21.819 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712025-12-03T16:13:23.357Z[ recovery-image] Dec 03 16:13:21.833 INFO O| Dec 03 16:13:21.832 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
49722025-12-03T16:13:23.402Z[ recovery-image] Dec 03 16:13:21.881 INFO O| Dec 03 16:13:21.881 INFO STEP 6 (remove_files) COMPLETE
49732025-12-03T16:13:23.402Z[ recovery-image] Dec 03 16:13:21.881 INFO O| Dec 03 16:13:21.881 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742025-12-03T16:13:23.416Z[ recovery-image] Dec 03 16:13:21.896 INFO O| Dec 03 16:13:21.896 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
49752025-12-03T16:13:23.458Z[ recovery-image] Dec 03 16:13:21.938 INFO O| Dec 03 16:13:21.938 INFO STEP 7 (remove_files) COMPLETE
49762025-12-03T16:13:23.458Z[ recovery-image] Dec 03 16:13:21.938 INFO O| Dec 03 16:13:21.938 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772025-12-03T16:13:23.473Z[ recovery-image] Dec 03 16:13:21.953 INFO O| Dec 03 16:13:21.953 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
49782025-12-03T16:13:23.496Z[ recovery-image] Dec 03 16:13:21.976 INFO O| Dec 03 16:13:21.976 INFO STEP 8 (remove_files) COMPLETE
49792025-12-03T16:13:23.496Z[ recovery-image] Dec 03 16:13:21.976 INFO O| Dec 03 16:13:21.976 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802025-12-03T16:13:23.512Z[ recovery-image] Dec 03 16:13:21.991 INFO O| Dec 03 16:13:21.991 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
49812025-12-03T16:13:23.535Z[ recovery-image] Dec 03 16:13:22.014 INFO O| Dec 03 16:13:22.014 INFO STEP 9 (remove_files) COMPLETE
49822025-12-03T16:13:23.535Z[ recovery-image] Dec 03 16:13:22.014 INFO O| Dec 03 16:13:22.014 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832025-12-03T16:13:23.548Z[ recovery-image] Dec 03 16:13:22.027 INFO O| Dec 03 16:13:22.027 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
49842025-12-03T16:13:23.833Z[ recovery-image] Dec 03 16:13:22.313 INFO O| Dec 03 16:13:22.313 INFO STEP 10 (remove_files) COMPLETE
49852025-12-03T16:13:23.833Z[ recovery-image] Dec 03 16:13:22.313 INFO O| Dec 03 16:13:22.313 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862025-12-03T16:13:23.849Z[ recovery-image] Dec 03 16:13:22.329 INFO O| Dec 03 16:13:22.329 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
49872025-12-03T16:13:23.852Z[ recovery-image] Dec 03 16:13:22.332 INFO O| Dec 03 16:13:22.332 INFO STEP 11 (remove_files) COMPLETE
49882025-12-03T16:13:23.855Z[ recovery-image] Dec 03 16:13:22.332 INFO O| Dec 03 16:13:22.332 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892025-12-03T16:13:23.866Z[ recovery-image] Dec 03 16:13:22.346 INFO O| Dec 03 16:13:22.346 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
49902025-12-03T16:13:23.870Z[ recovery-image] Dec 03 16:13:22.349 INFO O| Dec 03 16:13:22.349 INFO STEP 12 (remove_files) COMPLETE
49912025-12-03T16:13:23.870Z[ recovery-image] Dec 03 16:13:22.349 INFO O| Dec 03 16:13:22.349 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922025-12-03T16:13:23.883Z[ recovery-image] Dec 03 16:13:22.363 INFO O| Dec 03 16:13:22.363 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
49932025-12-03T16:13:23.886Z[ recovery-image] Dec 03 16:13:22.363 INFO O| Dec 03 16:13:22.363 INFO STEP 13 (remove_files) COMPLETE
49942025-12-03T16:13:23.887Z[ recovery-image] Dec 03 16:13:22.363 INFO O| Dec 03 16:13:22.363 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952025-12-03T16:13:23.897Z[ recovery-image] Dec 03 16:13:22.377 INFO O| Dec 03 16:13:22.377 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
49962025-12-03T16:13:23.902Z[ recovery-image] Dec 03 16:13:22.381 INFO O| Dec 03 16:13:22.381 INFO STEP 14 (remove_files) COMPLETE
49972025-12-03T16:13:23.903Z[ recovery-image] Dec 03 16:13:22.381 INFO O| Dec 03 16:13:22.381 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982025-12-03T16:13:23.917Z[ recovery-image] Dec 03 16:13:22.396 INFO O| Dec 03 16:13:22.396 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
49992025-12-03T16:13:23.926Z[ recovery-image] Dec 03 16:13:22.405 INFO O| Dec 03 16:13:22.405 INFO STEP 15 (remove_files) COMPLETE
50002025-12-03T16:13:23.926Z[ recovery-image] Dec 03 16:13:22.405 INFO O| Dec 03 16:13:22.405 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012025-12-03T16:13:23.941Z[ recovery-image] Dec 03 16:13:22.421 INFO O| Dec 03 16:13:22.421 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
50022025-12-03T16:13:23.944Z[ recovery-image] Dec 03 16:13:22.422 INFO O| Dec 03 16:13:22.422 INFO STEP 16 (remove_files) COMPLETE
50032025-12-03T16:13:23.945Z[ recovery-image] Dec 03 16:13:22.422 INFO O| Dec 03 16:13:22.422 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042025-12-03T16:13:23.958Z[ recovery-image] Dec 03 16:13:22.438 INFO O| Dec 03 16:13:22.438 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
50052025-12-03T16:13:23.961Z[ recovery-image] Dec 03 16:13:22.439 INFO O| Dec 03 16:13:22.439 INFO STEP 17 (remove_files) COMPLETE
50062025-12-03T16:13:23.961Z[ recovery-image] Dec 03 16:13:22.439 INFO O| Dec 03 16:13:22.439 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072025-12-03T16:13:23.974Z[ recovery-image] Dec 03 16:13:22.453 INFO O| Dec 03 16:13:22.453 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
50082025-12-03T16:13:24.311Z[ recovery-image] Dec 03 16:13:22.791 INFO O| Dec 03 16:13:22.790 INFO STEP 18 (remove_files) COMPLETE
50092025-12-03T16:13:24.311Z[ recovery-image] Dec 03 16:13:22.791 INFO O| Dec 03 16:13:22.791 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102025-12-03T16:13:24.366Z[ recovery-image] Dec 03 16:13:22.846 INFO O| Dec 03 16:13:22.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
50112025-12-03T16:13:24.391Z[ recovery-image] Dec 03 16:13:22.870 INFO O| Dec 03 16:13:22.870 INFO STEP 19 (remove_files) COMPLETE
50122025-12-03T16:13:24.391Z[ recovery-image] Dec 03 16:13:22.870 INFO O| Dec 03 16:13:22.870 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132025-12-03T16:13:24.406Z[ recovery-image] Dec 03 16:13:22.885 INFO O| Dec 03 16:13:22.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
50142025-12-03T16:13:24.425Z[ recovery-image] Dec 03 16:13:22.905 INFO O| Dec 03 16:13:22.905 INFO STEP 20 (remove_files) COMPLETE
50152025-12-03T16:13:24.425Z[ recovery-image] Dec 03 16:13:22.905 INFO O| Dec 03 16:13:22.905 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162025-12-03T16:13:24.441Z[ recovery-image] Dec 03 16:13:22.921 INFO O| Dec 03 16:13:22.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
50172025-12-03T16:13:24.445Z[ recovery-image] Dec 03 16:13:22.921 INFO O| Dec 03 16:13:22.921 INFO STEP 21 (remove_files) COMPLETE
50182025-12-03T16:13:24.445Z[ recovery-image] Dec 03 16:13:22.921 INFO O| Dec 03 16:13:22.921 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192025-12-03T16:13:24.455Z[ recovery-image] Dec 03 16:13:22.935 INFO O| Dec 03 16:13:22.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
50202025-12-03T16:13:24.461Z[ recovery-image] Dec 03 16:13:22.940 INFO O| Dec 03 16:13:22.940 INFO STEP 22 (remove_files) COMPLETE
50212025-12-03T16:13:24.461Z[ recovery-image] Dec 03 16:13:22.940 INFO O| Dec 03 16:13:22.940 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222025-12-03T16:13:24.476Z[ recovery-image] Dec 03 16:13:22.956 INFO O| Dec 03 16:13:22.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
50232025-12-03T16:13:24.476Z[ recovery-image] Dec 03 16:13:22.956 INFO O| Dec 03 16:13:22.956 INFO STEP 23 (remove_files) COMPLETE
50242025-12-03T16:13:24.476Z[ recovery-image] Dec 03 16:13:22.956 INFO O| Dec 03 16:13:22.956 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252025-12-03T16:13:24.510Z[ recovery-image] Dec 03 16:13:22.970 INFO O| Dec 03 16:13:22.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
50262025-12-03T16:13:24.510Z[ recovery-image] Dec 03 16:13:22.970 INFO O| Dec 03 16:13:22.970 INFO STEP 24 (remove_files) COMPLETE
50272025-12-03T16:13:24.514Z[ recovery-image] Dec 03 16:13:22.970 INFO O| Dec 03 16:13:22.970 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282025-12-03T16:13:24.514Z[ recovery-image] Dec 03 16:13:22.984 INFO O| Dec 03 16:13:22.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
50292025-12-03T16:13:24.514Z[ recovery-image] Dec 03 16:13:22.984 INFO O| Dec 03 16:13:22.984 INFO STEP 25 (remove_files) COMPLETE
50302025-12-03T16:13:24.514Z[ recovery-image] Dec 03 16:13:22.984 INFO O| Dec 03 16:13:22.984 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312025-12-03T16:13:24.517Z[ recovery-image] Dec 03 16:13:22.997 INFO O| Dec 03 16:13:22.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
50322025-12-03T16:13:24.539Z[ recovery-image] Dec 03 16:13:23.019 INFO O| Dec 03 16:13:23.019 INFO STEP 26 (remove_files) COMPLETE
50332025-12-03T16:13:24.539Z[ recovery-image] Dec 03 16:13:23.019 INFO O| Dec 03 16:13:23.019 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342025-12-03T16:13:24.552Z[ recovery-image] Dec 03 16:13:23.031 INFO O| Dec 03 16:13:23.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack"
50352025-12-03T16:13:24.561Z[ recovery-image] Dec 03 16:13:23.041 INFO O| Dec 03 16:13:23.041 INFO STEP 27 (remove_files) COMPLETE
50362025-12-03T16:13:24.561Z[ recovery-image] Dec 03 16:13:23.041 INFO O| Dec 03 16:13:23.041 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372025-12-03T16:13:24.575Z[ recovery-image] Dec 03 16:13:23.054 INFO O| Dec 03 16:13:23.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
50382025-12-03T16:13:24.575Z[ recovery-image] Dec 03 16:13:23.054 INFO O| Dec 03 16:13:23.054 INFO STEP 28 (remove_files) COMPLETE
50392025-12-03T16:13:24.579Z[ recovery-image] Dec 03 16:13:23.054 INFO O| Dec 03 16:13:23.054 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402025-12-03T16:13:24.588Z[ recovery-image] Dec 03 16:13:23.067 INFO O| Dec 03 16:13:23.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
50412025-12-03T16:13:24.609Z[ recovery-image] Dec 03 16:13:23.089 INFO O| Dec 03 16:13:23.089 INFO STEP 29 (remove_files) COMPLETE
50422025-12-03T16:13:24.609Z[ recovery-image] Dec 03 16:13:23.089 INFO O| Dec 03 16:13:23.089 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432025-12-03T16:13:24.623Z[ recovery-image] Dec 03 16:13:23.102 INFO O| Dec 03 16:13:23.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
50442025-12-03T16:13:24.623Z[ recovery-image] Dec 03 16:13:23.102 INFO O| Dec 03 16:13:23.102 INFO STEP 30 (remove_files) COMPLETE
50452025-12-03T16:13:24.623Z[ recovery-image] Dec 03 16:13:23.102 INFO O| Dec 03 16:13:23.102 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462025-12-03T16:13:24.635Z[ recovery-image] Dec 03 16:13:23.114 INFO O| Dec 03 16:13:23.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
50472025-12-03T16:13:24.635Z[ recovery-image] Dec 03 16:13:23.114 INFO O| Dec 03 16:13:23.114 INFO STEP 31 (remove_files) COMPLETE
50482025-12-03T16:13:24.638Z[ recovery-image] Dec 03 16:13:23.114 INFO O| Dec 03 16:13:23.114 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492025-12-03T16:13:24.647Z[ recovery-image] Dec 03 16:13:23.127 INFO O| Dec 03 16:13:23.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
50502025-12-03T16:13:24.669Z[ recovery-image] Dec 03 16:13:23.149 INFO O| Dec 03 16:13:23.149 INFO STEP 32 (remove_files) COMPLETE
50512025-12-03T16:13:24.669Z[ recovery-image] Dec 03 16:13:23.149 INFO O| Dec 03 16:13:23.149 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522025-12-03T16:13:24.723Z[ recovery-image] Dec 03 16:13:23.203 INFO O| Dec 03 16:13:23.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
50532025-12-03T16:13:24.726Z[ recovery-image] Dec 03 16:13:23.203 INFO O| Dec 03 16:13:23.203 INFO STEP 33 (remove_files) COMPLETE
50542025-12-03T16:13:24.726Z[ recovery-image] Dec 03 16:13:23.203 INFO O| Dec 03 16:13:23.203 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552025-12-03T16:13:24.739Z[ recovery-image] Dec 03 16:13:23.218 INFO O| Dec 03 16:13:23.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
50562025-12-03T16:13:24.742Z[ recovery-image] Dec 03 16:13:23.220 INFO O| Dec 03 16:13:23.220 INFO STEP 34 (remove_files) COMPLETE
50572025-12-03T16:13:24.742Z[ recovery-image] Dec 03 16:13:23.220 INFO O| Dec 03 16:13:23.220 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582025-12-03T16:13:24.767Z[ recovery-image] Dec 03 16:13:23.246 INFO O| Dec 03 16:13:23.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
50592025-12-03T16:13:24.770Z[ recovery-image] Dec 03 16:13:23.247 INFO O| Dec 03 16:13:23.247 INFO STEP 35 (remove_files) COMPLETE
50602025-12-03T16:13:24.770Z[ recovery-image] Dec 03 16:13:23.247 INFO O| Dec 03 16:13:23.247 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612025-12-03T16:13:24.782Z[ recovery-image] Dec 03 16:13:23.260 INFO O| Dec 03 16:13:23.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
50622025-12-03T16:13:24.785Z[ recovery-image] Dec 03 16:13:23.261 INFO O| Dec 03 16:13:23.261 INFO STEP 36 (remove_files) COMPLETE
50632025-12-03T16:13:24.785Z[ recovery-image] Dec 03 16:13:23.261 INFO O| Dec 03 16:13:23.261 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642025-12-03T16:13:24.795Z[ recovery-image] Dec 03 16:13:23.274 INFO O| Dec 03 16:13:23.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
50652025-12-03T16:13:24.795Z[ recovery-image] Dec 03 16:13:23.274 INFO O| Dec 03 16:13:23.274 INFO STEP 37 (remove_files) COMPLETE
50662025-12-03T16:13:24.795Z[ recovery-image] Dec 03 16:13:23.274 INFO O| Dec 03 16:13:23.274 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672025-12-03T16:13:24.807Z[ recovery-image] Dec 03 16:13:23.286 INFO O| Dec 03 16:13:23.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
50682025-12-03T16:13:24.811Z[ recovery-image] Dec 03 16:13:23.286 INFO O| Dec 03 16:13:23.286 INFO STEP 38 (remove_files) COMPLETE
50692025-12-03T16:13:24.885Z[ recovery-image] Dec 03 16:13:23.286 INFO O| Dec 03 16:13:23.286 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702025-12-03T16:13:24.893Z[ recovery-image] Dec 03 16:13:23.373 INFO O| Dec 03 16:13:23.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
50712025-12-03T16:13:24.893Z[ recovery-image] Dec 03 16:13:23.373 INFO O| Dec 03 16:13:23.373 INFO STEP 39 (remove_files) COMPLETE
50722025-12-03T16:13:24.896Z[ recovery-image] Dec 03 16:13:23.373 INFO O| Dec 03 16:13:23.373 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732025-12-03T16:13:24.908Z[ recovery-image] Dec 03 16:13:23.387 INFO O| Dec 03 16:13:23.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
50742025-12-03T16:13:24.908Z[ recovery-image] Dec 03 16:13:23.387 INFO O| Dec 03 16:13:23.387 INFO STEP 40 (remove_files) COMPLETE
50752025-12-03T16:13:24.908Z[ recovery-image] Dec 03 16:13:23.387 INFO O| Dec 03 16:13:23.387 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762025-12-03T16:13:24.922Z[ recovery-image] Dec 03 16:13:23.402 INFO O| Dec 03 16:13:23.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
50772025-12-03T16:13:24.922Z[ recovery-image] Dec 03 16:13:23.402 INFO O| Dec 03 16:13:23.402 INFO STEP 41 (remove_files) COMPLETE
50782025-12-03T16:13:24.925Z[ recovery-image] Dec 03 16:13:23.402 INFO O| Dec 03 16:13:23.402 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792025-12-03T16:13:24.937Z[ recovery-image] Dec 03 16:13:23.416 INFO O| Dec 03 16:13:23.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
50802025-12-03T16:13:24.937Z[ recovery-image] Dec 03 16:13:23.417 INFO O| Dec 03 16:13:23.417 INFO STEP 42 (remove_files) COMPLETE
50812025-12-03T16:13:24.937Z[ recovery-image] Dec 03 16:13:23.417 INFO O| Dec 03 16:13:23.417 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822025-12-03T16:13:24.951Z[ recovery-image] Dec 03 16:13:23.430 INFO O| Dec 03 16:13:23.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
50832025-12-03T16:13:24.951Z[ recovery-image] Dec 03 16:13:23.430 INFO O| Dec 03 16:13:23.430 INFO STEP 43 (remove_files) COMPLETE
50842025-12-03T16:13:24.951Z[ recovery-image] Dec 03 16:13:23.430 INFO O| Dec 03 16:13:23.430 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852025-12-03T16:13:24.963Z[ recovery-image] Dec 03 16:13:23.443 INFO O| Dec 03 16:13:23.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
50862025-12-03T16:13:24.963Z[ recovery-image] Dec 03 16:13:23.443 INFO O| Dec 03 16:13:23.443 INFO STEP 44 (remove_files) COMPLETE
50872025-12-03T16:13:24.966Z[ recovery-image] Dec 03 16:13:23.443 INFO O| Dec 03 16:13:23.443 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882025-12-03T16:13:24.976Z[ recovery-image] Dec 03 16:13:23.455 INFO O| Dec 03 16:13:23.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
50892025-12-03T16:13:24.976Z[ recovery-image] Dec 03 16:13:23.455 INFO O| Dec 03 16:13:23.455 INFO STEP 45 (remove_files) COMPLETE
50902025-12-03T16:13:24.979Z[ recovery-image] Dec 03 16:13:23.455 INFO O| Dec 03 16:13:23.455 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912025-12-03T16:13:24.988Z[ recovery-image] Dec 03 16:13:23.468 INFO O| Dec 03 16:13:23.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
50922025-12-03T16:13:24.988Z[ recovery-image] Dec 03 16:13:23.468 INFO O| Dec 03 16:13:23.468 INFO STEP 46 (remove_files) COMPLETE
50932025-12-03T16:13:24.992Z[ recovery-image] Dec 03 16:13:23.468 INFO O| Dec 03 16:13:23.468 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942025-12-03T16:13:25.000Z[ recovery-image] Dec 03 16:13:23.479 INFO O| Dec 03 16:13:23.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
50952025-12-03T16:13:25.003Z[ recovery-image] Dec 03 16:13:23.479 INFO O| Dec 03 16:13:23.479 INFO STEP 47 (remove_files) COMPLETE
50962025-12-03T16:13:25.003Z[ recovery-image] Dec 03 16:13:23.479 INFO O| Dec 03 16:13:23.479 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972025-12-03T16:13:25.012Z[ recovery-image] Dec 03 16:13:23.492 INFO O| Dec 03 16:13:23.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
50982025-12-03T16:13:25.015Z[ recovery-image] Dec 03 16:13:23.493 INFO O| Dec 03 16:13:23.493 INFO STEP 48 (remove_files) COMPLETE
50992025-12-03T16:13:25.015Z[ recovery-image] Dec 03 16:13:23.493 INFO O| Dec 03 16:13:23.493 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002025-12-03T16:13:25.026Z[ recovery-image] Dec 03 16:13:23.505 INFO O| Dec 03 16:13:23.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
51012025-12-03T16:13:25.026Z[ recovery-image] Dec 03 16:13:23.505 INFO O| Dec 03 16:13:23.505 INFO STEP 49 (remove_files) COMPLETE
51022025-12-03T16:13:25.029Z[ recovery-image] Dec 03 16:13:23.505 INFO O| Dec 03 16:13:23.505 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032025-12-03T16:13:25.041Z[ recovery-image] Dec 03 16:13:23.518 INFO O| Dec 03 16:13:23.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
51042025-12-03T16:13:25.044Z[ recovery-image] Dec 03 16:13:23.519 INFO O| Dec 03 16:13:23.519 INFO STEP 50 (remove_files) COMPLETE
51052025-12-03T16:13:25.044Z[ recovery-image] Dec 03 16:13:23.519 INFO O| Dec 03 16:13:23.519 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062025-12-03T16:13:25.053Z[ recovery-image] Dec 03 16:13:23.532 INFO O| Dec 03 16:13:23.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
51072025-12-03T16:13:25.058Z[ recovery-image] Dec 03 16:13:23.534 INFO O| Dec 03 16:13:23.533 INFO STEP 51 (remove_files) COMPLETE
51082025-12-03T16:13:25.058Z[ recovery-image] Dec 03 16:13:23.534 INFO O| Dec 03 16:13:23.533 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092025-12-03T16:13:25.071Z[ recovery-image] Dec 03 16:13:23.546 INFO O| Dec 03 16:13:23.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
51102025-12-03T16:13:25.071Z[ recovery-image] Dec 03 16:13:23.546 INFO O| Dec 03 16:13:23.546 INFO STEP 52 (remove_files) COMPLETE
51112025-12-03T16:13:25.071Z[ recovery-image] Dec 03 16:13:23.546 INFO O| Dec 03 16:13:23.546 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122025-12-03T16:13:25.079Z[ recovery-image] Dec 03 16:13:23.559 INFO O| Dec 03 16:13:23.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
51132025-12-03T16:13:25.079Z[ recovery-image] Dec 03 16:13:23.559 INFO O| Dec 03 16:13:23.559 INFO STEP 53 (remove_files) COMPLETE
51142025-12-03T16:13:25.082Z[ recovery-image] Dec 03 16:13:23.559 INFO O| Dec 03 16:13:23.559 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152025-12-03T16:13:25.092Z[ recovery-image] Dec 03 16:13:23.571 INFO O| Dec 03 16:13:23.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
51162025-12-03T16:13:25.092Z[ recovery-image] Dec 03 16:13:23.571 INFO O| Dec 03 16:13:23.571 INFO STEP 54 (remove_files) COMPLETE
51172025-12-03T16:13:25.095Z[ recovery-image] Dec 03 16:13:23.571 INFO O| Dec 03 16:13:23.571 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182025-12-03T16:13:25.103Z[ recovery-image] Dec 03 16:13:23.583 INFO O| Dec 03 16:13:23.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep"
51192025-12-03T16:13:25.104Z[ recovery-image] Dec 03 16:13:23.583 INFO O| Dec 03 16:13:23.583 INFO STEP 55 (remove_files) COMPLETE
51202025-12-03T16:13:25.107Z[ recovery-image] Dec 03 16:13:23.583 INFO O| Dec 03 16:13:23.583 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212025-12-03T16:13:25.117Z[ recovery-image] Dec 03 16:13:23.597 INFO O| Dec 03 16:13:23.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test"
51222025-12-03T16:13:25.117Z[ recovery-image] Dec 03 16:13:23.597 INFO O| Dec 03 16:13:23.597 INFO STEP 56 (remove_files) COMPLETE
51232025-12-03T16:13:25.120Z[ recovery-image] Dec 03 16:13:23.597 INFO O| Dec 03 16:13:23.597 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242025-12-03T16:13:25.131Z[ recovery-image] Dec 03 16:13:23.610 INFO O| Dec 03 16:13:23.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
51252025-12-03T16:13:25.131Z[ recovery-image] Dec 03 16:13:23.610 INFO O| Dec 03 16:13:23.610 INFO STEP 57 (remove_files) COMPLETE
51262025-12-03T16:13:25.131Z[ recovery-image] Dec 03 16:13:23.610 INFO O| Dec 03 16:13:23.610 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272025-12-03T16:13:25.144Z[ recovery-image] Dec 03 16:13:23.624 INFO O| Dec 03 16:13:23.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
51282025-12-03T16:13:25.144Z[ recovery-image] Dec 03 16:13:23.624 INFO O| Dec 03 16:13:23.624 INFO STEP 58 (remove_files) COMPLETE
51292025-12-03T16:13:25.144Z[ recovery-image] Dec 03 16:13:23.624 INFO O| Dec 03 16:13:23.624 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302025-12-03T16:13:25.158Z[ recovery-image] Dec 03 16:13:23.637 INFO O| Dec 03 16:13:23.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
51312025-12-03T16:13:25.158Z[ recovery-image] Dec 03 16:13:23.637 INFO O| Dec 03 16:13:23.637 INFO STEP 59 (remove_files) COMPLETE
51322025-12-03T16:13:25.161Z[ recovery-image] Dec 03 16:13:23.637 INFO O| Dec 03 16:13:23.637 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332025-12-03T16:13:25.173Z[ recovery-image] Dec 03 16:13:23.652 INFO O| Dec 03 16:13:23.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
51342025-12-03T16:13:25.173Z[ recovery-image] Dec 03 16:13:23.652 INFO O| Dec 03 16:13:23.652 INFO STEP 60 (remove_files) COMPLETE
51352025-12-03T16:13:25.176Z[ recovery-image] Dec 03 16:13:23.652 INFO O| Dec 03 16:13:23.652 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362025-12-03T16:13:25.188Z[ recovery-image] Dec 03 16:13:23.667 INFO O| Dec 03 16:13:23.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
51372025-12-03T16:13:25.189Z[ recovery-image] Dec 03 16:13:23.668 INFO O| Dec 03 16:13:23.668 INFO STEP 61 (remove_files) COMPLETE
51382025-12-03T16:13:25.189Z[ recovery-image] Dec 03 16:13:23.668 INFO O| Dec 03 16:13:23.668 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392025-12-03T16:13:25.204Z[ recovery-image] Dec 03 16:13:23.683 INFO O| Dec 03 16:13:23.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
51402025-12-03T16:13:25.204Z[ recovery-image] Dec 03 16:13:23.683 INFO O| Dec 03 16:13:23.683 INFO STEP 62 (remove_files) COMPLETE
51412025-12-03T16:13:25.204Z[ recovery-image] Dec 03 16:13:23.683 INFO O| Dec 03 16:13:23.683 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422025-12-03T16:13:25.219Z[ recovery-image] Dec 03 16:13:23.698 INFO O| Dec 03 16:13:23.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
51432025-12-03T16:13:25.219Z[ recovery-image] Dec 03 16:13:23.698 INFO O| Dec 03 16:13:23.698 INFO STEP 63 (remove_files) COMPLETE
51442025-12-03T16:13:25.219Z[ recovery-image] Dec 03 16:13:23.698 INFO O| Dec 03 16:13:23.698 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452025-12-03T16:13:25.234Z[ recovery-image] Dec 03 16:13:23.713 INFO O| Dec 03 16:13:23.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
51462025-12-03T16:13:25.234Z[ recovery-image] Dec 03 16:13:23.713 INFO O| Dec 03 16:13:23.713 INFO STEP 64 (remove_files) COMPLETE
51472025-12-03T16:13:25.237Z[ recovery-image] Dec 03 16:13:23.713 INFO O| Dec 03 16:13:23.713 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482025-12-03T16:13:25.245Z[ recovery-image] Dec 03 16:13:23.725 INFO O| Dec 03 16:13:23.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
51492025-12-03T16:13:25.246Z[ recovery-image] Dec 03 16:13:23.725 INFO O| Dec 03 16:13:23.725 INFO STEP 65 (remove_files) COMPLETE
51502025-12-03T16:13:25.246Z[ recovery-image] Dec 03 16:13:23.725 INFO O| Dec 03 16:13:23.725 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512025-12-03T16:13:25.257Z[ recovery-image] Dec 03 16:13:23.736 INFO O| Dec 03 16:13:23.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
51522025-12-03T16:13:25.257Z[ recovery-image] Dec 03 16:13:23.736 INFO O| Dec 03 16:13:23.736 INFO STEP 66 (remove_files) COMPLETE
51532025-12-03T16:13:25.257Z[ recovery-image] Dec 03 16:13:23.736 INFO O| Dec 03 16:13:23.736 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542025-12-03T16:13:25.269Z[ recovery-image] Dec 03 16:13:23.749 INFO O| Dec 03 16:13:23.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
51552025-12-03T16:13:25.269Z[ recovery-image] Dec 03 16:13:23.749 INFO O| Dec 03 16:13:23.749 INFO STEP 67 (remove_files) COMPLETE
51562025-12-03T16:13:25.274Z[ recovery-image] Dec 03 16:13:23.749 INFO O| Dec 03 16:13:23.749 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572025-12-03T16:13:25.281Z[ recovery-image] Dec 03 16:13:23.761 INFO O| Dec 03 16:13:23.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
51582025-12-03T16:13:25.281Z[ recovery-image] Dec 03 16:13:23.761 INFO O| Dec 03 16:13:23.761 INFO STEP 68 (remove_files) COMPLETE
51592025-12-03T16:13:25.281Z[ recovery-image] Dec 03 16:13:23.761 INFO O| Dec 03 16:13:23.761 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602025-12-03T16:13:25.295Z[ recovery-image] Dec 03 16:13:23.773 INFO O| Dec 03 16:13:23.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
51612025-12-03T16:13:25.295Z[ recovery-image] Dec 03 16:13:23.773 INFO O| Dec 03 16:13:23.773 INFO STEP 69 (remove_files) COMPLETE
51622025-12-03T16:13:25.295Z[ recovery-image] Dec 03 16:13:23.773 INFO O| Dec 03 16:13:23.773 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632025-12-03T16:13:25.307Z[ recovery-image] Dec 03 16:13:23.786 INFO O| Dec 03 16:13:23.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
51642025-12-03T16:13:25.307Z[ recovery-image] Dec 03 16:13:23.786 INFO O| Dec 03 16:13:23.786 INFO STEP 70 (remove_files) COMPLETE
51652025-12-03T16:13:25.307Z[ recovery-image] Dec 03 16:13:23.786 INFO O| Dec 03 16:13:23.786 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662025-12-03T16:13:25.321Z[ recovery-image] Dec 03 16:13:23.801 INFO O| Dec 03 16:13:23.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
51672025-12-03T16:13:25.321Z[ recovery-image] Dec 03 16:13:23.801 INFO O| Dec 03 16:13:23.801 INFO STEP 71 (remove_files) COMPLETE
51682025-12-03T16:13:25.325Z[ recovery-image] Dec 03 16:13:23.801 INFO O| Dec 03 16:13:23.801 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692025-12-03T16:13:25.336Z[ recovery-image] Dec 03 16:13:23.815 INFO O| Dec 03 16:13:23.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
51702025-12-03T16:13:25.336Z[ recovery-image] Dec 03 16:13:23.815 INFO O| Dec 03 16:13:23.815 INFO STEP 72 (remove_files) COMPLETE
51712025-12-03T16:13:25.336Z[ recovery-image] Dec 03 16:13:23.815 INFO O| Dec 03 16:13:23.815 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722025-12-03T16:13:25.351Z[ recovery-image] Dec 03 16:13:23.830 INFO O| Dec 03 16:13:23.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
51732025-12-03T16:13:25.351Z[ recovery-image] Dec 03 16:13:23.830 INFO O| Dec 03 16:13:23.830 INFO STEP 73 (remove_files) COMPLETE
51742025-12-03T16:13:25.354Z[ recovery-image] Dec 03 16:13:23.830 INFO O| Dec 03 16:13:23.830 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752025-12-03T16:13:25.364Z[ recovery-image] Dec 03 16:13:23.844 INFO O| Dec 03 16:13:23.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
51762025-12-03T16:13:25.364Z[ recovery-image] Dec 03 16:13:23.844 INFO O| Dec 03 16:13:23.844 INFO STEP 74 (remove_files) COMPLETE
51772025-12-03T16:13:25.364Z[ recovery-image] Dec 03 16:13:23.844 INFO O| Dec 03 16:13:23.844 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782025-12-03T16:13:25.379Z[ recovery-image] Dec 03 16:13:23.859 INFO O| Dec 03 16:13:23.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
51792025-12-03T16:13:25.379Z[ recovery-image] Dec 03 16:13:23.859 INFO O| Dec 03 16:13:23.859 INFO STEP 75 (remove_files) COMPLETE
51802025-12-03T16:13:25.383Z[ recovery-image] Dec 03 16:13:23.859 INFO O| Dec 03 16:13:23.859 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812025-12-03T16:13:25.395Z[ recovery-image] Dec 03 16:13:23.874 INFO O| Dec 03 16:13:23.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
51822025-12-03T16:13:25.395Z[ recovery-image] Dec 03 16:13:23.874 INFO O| Dec 03 16:13:23.874 INFO STEP 76 (remove_files) COMPLETE
51832025-12-03T16:13:25.395Z[ recovery-image] Dec 03 16:13:23.874 INFO O| Dec 03 16:13:23.874 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842025-12-03T16:13:25.407Z[ recovery-image] Dec 03 16:13:23.886 INFO O| Dec 03 16:13:23.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
51852025-12-03T16:13:25.408Z[ recovery-image] Dec 03 16:13:23.887 INFO O| Dec 03 16:13:23.887 INFO STEP 77 (remove_files) COMPLETE
51862025-12-03T16:13:25.408Z[ recovery-image] Dec 03 16:13:23.887 INFO O| Dec 03 16:13:23.887 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872025-12-03T16:13:25.420Z[ recovery-image] Dec 03 16:13:23.899 INFO O| Dec 03 16:13:23.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
51882025-12-03T16:13:25.420Z[ recovery-image] Dec 03 16:13:23.899 INFO O| Dec 03 16:13:23.899 INFO STEP 78 (remove_files) COMPLETE
51892025-12-03T16:13:25.423Z[ recovery-image] Dec 03 16:13:23.899 INFO O| Dec 03 16:13:23.899 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902025-12-03T16:13:25.433Z[ recovery-image] Dec 03 16:13:23.912 INFO O| Dec 03 16:13:23.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
51912025-12-03T16:13:25.433Z[ recovery-image] Dec 03 16:13:23.912 INFO O| Dec 03 16:13:23.912 INFO STEP 79 (remove_files) COMPLETE
51922025-12-03T16:13:25.436Z[ recovery-image] Dec 03 16:13:23.912 INFO O| Dec 03 16:13:23.912 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932025-12-03T16:13:25.445Z[ recovery-image] Dec 03 16:13:23.925 INFO O| Dec 03 16:13:23.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
51942025-12-03T16:13:25.445Z[ recovery-image] Dec 03 16:13:23.925 INFO O| Dec 03 16:13:23.925 INFO STEP 80 (remove_files) COMPLETE
51952025-12-03T16:13:25.448Z[ recovery-image] Dec 03 16:13:23.925 INFO O| Dec 03 16:13:23.925 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962025-12-03T16:13:25.458Z[ recovery-image] Dec 03 16:13:23.937 INFO O| Dec 03 16:13:23.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
51972025-12-03T16:13:25.458Z[ recovery-image] Dec 03 16:13:23.937 INFO O| Dec 03 16:13:23.937 INFO STEP 81 (remove_files) COMPLETE
51982025-12-03T16:13:25.461Z[ recovery-image] Dec 03 16:13:23.937 INFO O| Dec 03 16:13:23.937 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992025-12-03T16:13:25.471Z[ recovery-image] Dec 03 16:13:23.950 INFO O| Dec 03 16:13:23.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
52002025-12-03T16:13:25.473Z[ recovery-image] Dec 03 16:13:23.950 INFO O| Dec 03 16:13:23.950 INFO STEP 82 (remove_files) COMPLETE
52012025-12-03T16:13:25.474Z[ recovery-image] Dec 03 16:13:23.950 INFO O| Dec 03 16:13:23.950 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022025-12-03T16:13:25.483Z[ recovery-image] Dec 03 16:13:23.962 INFO O| Dec 03 16:13:23.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
52032025-12-03T16:13:25.483Z[ recovery-image] Dec 03 16:13:23.962 INFO O| Dec 03 16:13:23.962 INFO STEP 83 (remove_files) COMPLETE
52042025-12-03T16:13:25.483Z[ recovery-image] Dec 03 16:13:23.962 INFO O| Dec 03 16:13:23.962 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052025-12-03T16:13:25.494Z[ recovery-image] Dec 03 16:13:23.974 INFO O| Dec 03 16:13:23.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3"
52062025-12-03T16:13:25.497Z[ recovery-image] Dec 03 16:13:23.974 INFO O| Dec 03 16:13:23.974 INFO STEP 84 (remove_files) COMPLETE
52072025-12-03T16:13:25.497Z[ recovery-image] Dec 03 16:13:23.974 INFO O| Dec 03 16:13:23.974 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082025-12-03T16:13:25.507Z[ recovery-image] Dec 03 16:13:23.986 INFO O| Dec 03 16:13:23.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
52092025-12-03T16:13:25.507Z[ recovery-image] Dec 03 16:13:23.986 INFO O| Dec 03 16:13:23.986 INFO STEP 85 (remove_files) COMPLETE
52102025-12-03T16:13:25.510Z[ recovery-image] Dec 03 16:13:23.986 INFO O| Dec 03 16:13:23.986 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112025-12-03T16:13:25.519Z[ recovery-image] Dec 03 16:13:23.999 INFO O| Dec 03 16:13:23.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
52122025-12-03T16:13:25.520Z[ recovery-image] Dec 03 16:13:23.999 INFO O| Dec 03 16:13:23.999 INFO STEP 86 (remove_files) COMPLETE
52132025-12-03T16:13:25.523Z[ recovery-image] Dec 03 16:13:23.999 INFO O| Dec 03 16:13:23.999 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142025-12-03T16:13:25.533Z[ recovery-image] Dec 03 16:13:24.012 INFO O| Dec 03 16:13:24.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
52152025-12-03T16:13:25.533Z[ recovery-image] Dec 03 16:13:24.013 INFO O| Dec 03 16:13:24.013 INFO STEP 87 (remove_files) COMPLETE
52162025-12-03T16:13:25.533Z[ recovery-image] Dec 03 16:13:24.013 INFO O| Dec 03 16:13:24.013 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172025-12-03T16:13:25.545Z[ recovery-image] Dec 03 16:13:24.025 INFO O| Dec 03 16:13:24.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
52182025-12-03T16:13:25.545Z[ recovery-image] Dec 03 16:13:24.025 INFO O| Dec 03 16:13:24.025 INFO STEP 88 (remove_files) COMPLETE
52192025-12-03T16:13:25.545Z[ recovery-image] Dec 03 16:13:24.025 INFO O| Dec 03 16:13:24.025 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202025-12-03T16:13:25.557Z[ recovery-image] Dec 03 16:13:24.036 INFO O| Dec 03 16:13:24.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
52212025-12-03T16:13:25.558Z[ recovery-image] Dec 03 16:13:24.037 INFO O| Dec 03 16:13:24.037 INFO STEP 89 (remove_files) COMPLETE
52222025-12-03T16:13:25.558Z[ recovery-image] Dec 03 16:13:24.037 INFO O| Dec 03 16:13:24.037 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232025-12-03T16:13:25.570Z[ recovery-image] Dec 03 16:13:24.049 INFO O| Dec 03 16:13:24.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
52242025-12-03T16:13:25.570Z[ recovery-image] Dec 03 16:13:24.049 INFO O| Dec 03 16:13:24.049 INFO STEP 90 (remove_files) COMPLETE
52252025-12-03T16:13:25.570Z[ recovery-image] Dec 03 16:13:24.049 INFO O| Dec 03 16:13:24.049 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262025-12-03T16:13:25.583Z[ recovery-image] Dec 03 16:13:24.062 INFO O| Dec 03 16:13:24.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
52272025-12-03T16:13:25.587Z[ recovery-image] Dec 03 16:13:24.063 INFO O| Dec 03 16:13:24.063 INFO STEP 91 (remove_files) COMPLETE
52282025-12-03T16:13:25.587Z[ recovery-image] Dec 03 16:13:24.063 INFO O| Dec 03 16:13:24.063 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292025-12-03T16:13:25.598Z[ recovery-image] Dec 03 16:13:24.076 INFO O| Dec 03 16:13:24.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
52302025-12-03T16:13:25.599Z[ recovery-image] Dec 03 16:13:24.076 INFO O| Dec 03 16:13:24.076 INFO STEP 92 (remove_files) COMPLETE
52312025-12-03T16:13:25.652Z[ recovery-image] Dec 03 16:13:24.076 INFO O| Dec 03 16:13:24.076 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322025-12-03T16:13:25.652Z[ recovery-image] Dec 03 16:13:24.087 INFO O| Dec 03 16:13:24.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
52332025-12-03T16:13:25.652Z[ recovery-image] Dec 03 16:13:24.087 INFO O| Dec 03 16:13:24.087 INFO STEP 93 (remove_files) COMPLETE
52342025-12-03T16:13:25.652Z[ recovery-image] Dec 03 16:13:24.087 INFO O| Dec 03 16:13:24.087 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352025-12-03T16:13:25.653Z[ recovery-image] Dec 03 16:13:24.099 INFO O| Dec 03 16:13:24.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
52362025-12-03T16:13:25.653Z[ recovery-image] Dec 03 16:13:24.099 INFO O| Dec 03 16:13:24.099 INFO STEP 94 (remove_files) COMPLETE
52372025-12-03T16:13:25.653Z[ recovery-image] Dec 03 16:13:24.099 INFO O| Dec 03 16:13:24.099 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382025-12-03T16:13:25.653Z[ recovery-image] Dec 03 16:13:24.112 INFO O| Dec 03 16:13:24.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
52392025-12-03T16:13:25.653Z[ recovery-image] Dec 03 16:13:24.112 INFO O| Dec 03 16:13:24.112 INFO STEP 95 (remove_files) COMPLETE
52402025-12-03T16:13:25.653Z[ recovery-image] Dec 03 16:13:24.112 INFO O| Dec 03 16:13:24.112 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412025-12-03T16:13:25.657Z[ recovery-image] Dec 03 16:13:24.124 INFO O| Dec 03 16:13:24.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
52422025-12-03T16:13:25.657Z[ recovery-image] Dec 03 16:13:24.124 INFO O| Dec 03 16:13:24.124 INFO STEP 96 (remove_files) COMPLETE
52432025-12-03T16:13:25.657Z[ recovery-image] Dec 03 16:13:24.124 INFO O| Dec 03 16:13:24.124 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442025-12-03T16:13:25.660Z[ recovery-image] Dec 03 16:13:24.136 INFO O| Dec 03 16:13:24.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
52452025-12-03T16:13:25.660Z[ recovery-image] Dec 03 16:13:24.136 INFO O| Dec 03 16:13:24.136 INFO STEP 97 (remove_files) COMPLETE
52462025-12-03T16:13:25.660Z[ recovery-image] Dec 03 16:13:24.136 INFO O| Dec 03 16:13:24.136 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472025-12-03T16:13:25.670Z[ recovery-image] Dec 03 16:13:24.149 INFO O| Dec 03 16:13:24.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
52482025-12-03T16:13:25.670Z[ recovery-image] Dec 03 16:13:24.149 INFO O| Dec 03 16:13:24.149 INFO STEP 98 (remove_files) COMPLETE
52492025-12-03T16:13:25.670Z[ recovery-image] Dec 03 16:13:24.149 INFO O| Dec 03 16:13:24.149 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502025-12-03T16:13:25.682Z[ recovery-image] Dec 03 16:13:24.161 INFO O| Dec 03 16:13:24.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
52512025-12-03T16:13:25.682Z[ recovery-image] Dec 03 16:13:24.161 INFO O| Dec 03 16:13:24.161 INFO STEP 99 (remove_files) COMPLETE
52522025-12-03T16:13:25.688Z[ recovery-image] Dec 03 16:13:24.161 INFO O| Dec 03 16:13:24.161 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532025-12-03T16:13:25.695Z[ recovery-image] Dec 03 16:13:24.173 INFO O| Dec 03 16:13:24.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
52542025-12-03T16:13:25.695Z[ recovery-image] Dec 03 16:13:24.173 INFO O| Dec 03 16:13:24.173 INFO STEP 100 (remove_files) COMPLETE
52552025-12-03T16:13:25.699Z[ recovery-image] Dec 03 16:13:24.174 INFO O| Dec 03 16:13:24.173 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562025-12-03T16:13:25.706Z[ recovery-image] Dec 03 16:13:24.186 INFO O| Dec 03 16:13:24.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
52572025-12-03T16:13:25.706Z[ recovery-image] Dec 03 16:13:24.186 INFO O| Dec 03 16:13:24.186 INFO STEP 101 (remove_files) COMPLETE
52582025-12-03T16:13:25.709Z[ recovery-image] Dec 03 16:13:24.186 INFO O| Dec 03 16:13:24.186 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592025-12-03T16:13:25.719Z[ recovery-image] Dec 03 16:13:24.198 INFO O| Dec 03 16:13:24.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
52602025-12-03T16:13:25.719Z[ recovery-image] Dec 03 16:13:24.198 INFO O| Dec 03 16:13:24.198 INFO STEP 102 (remove_files) COMPLETE
52612025-12-03T16:13:25.722Z[ recovery-image] Dec 03 16:13:24.198 INFO O| Dec 03 16:13:24.198 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622025-12-03T16:13:25.731Z[ recovery-image] Dec 03 16:13:24.210 INFO O| Dec 03 16:13:24.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
52632025-12-03T16:13:25.731Z[ recovery-image] Dec 03 16:13:24.210 INFO O| Dec 03 16:13:24.210 INFO STEP 103 (remove_files) COMPLETE
52642025-12-03T16:13:25.734Z[ recovery-image] Dec 03 16:13:24.210 INFO O| Dec 03 16:13:24.210 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652025-12-03T16:13:25.744Z[ recovery-image] Dec 03 16:13:24.224 INFO O| Dec 03 16:13:24.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
52662025-12-03T16:13:25.744Z[ recovery-image] Dec 03 16:13:24.224 INFO O| Dec 03 16:13:24.224 INFO STEP 104 (remove_files) COMPLETE
52672025-12-03T16:13:25.747Z[ recovery-image] Dec 03 16:13:24.224 INFO O| Dec 03 16:13:24.224 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682025-12-03T16:13:25.757Z[ recovery-image] Dec 03 16:13:24.237 INFO O| Dec 03 16:13:24.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
52692025-12-03T16:13:25.757Z[ recovery-image] Dec 03 16:13:24.237 INFO O| Dec 03 16:13:24.237 INFO STEP 105 (remove_files) COMPLETE
52702025-12-03T16:13:25.758Z[ recovery-image] Dec 03 16:13:24.237 INFO O| Dec 03 16:13:24.237 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712025-12-03T16:13:25.771Z[ recovery-image] Dec 03 16:13:24.250 INFO O| Dec 03 16:13:24.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
52722025-12-03T16:13:25.774Z[ recovery-image] Dec 03 16:13:24.250 INFO O| Dec 03 16:13:24.250 INFO STEP 106 (remove_files) COMPLETE
52732025-12-03T16:13:25.774Z[ recovery-image] Dec 03 16:13:24.250 INFO O| Dec 03 16:13:24.250 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742025-12-03T16:13:25.784Z[ recovery-image] Dec 03 16:13:24.263 INFO O| Dec 03 16:13:24.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
52752025-12-03T16:13:25.787Z[ recovery-image] Dec 03 16:13:24.263 INFO O| Dec 03 16:13:24.263 INFO STEP 107 (remove_files) COMPLETE
52762025-12-03T16:13:25.787Z[ recovery-image] Dec 03 16:13:24.263 INFO O| Dec 03 16:13:24.263 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772025-12-03T16:13:25.797Z[ recovery-image] Dec 03 16:13:24.276 INFO O| Dec 03 16:13:24.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
52782025-12-03T16:13:25.797Z[ recovery-image] Dec 03 16:13:24.276 INFO O| Dec 03 16:13:24.276 INFO STEP 108 (remove_files) COMPLETE
52792025-12-03T16:13:25.797Z[ recovery-image] Dec 03 16:13:24.276 INFO O| Dec 03 16:13:24.276 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802025-12-03T16:13:25.809Z[ recovery-image] Dec 03 16:13:24.289 INFO O| Dec 03 16:13:24.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
52812025-12-03T16:13:25.809Z[ recovery-image] Dec 03 16:13:24.289 INFO O| Dec 03 16:13:24.289 INFO STEP 109 (remove_files) COMPLETE
52822025-12-03T16:13:25.813Z[ recovery-image] Dec 03 16:13:24.289 INFO O| Dec 03 16:13:24.289 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832025-12-03T16:13:25.822Z[ recovery-image] Dec 03 16:13:24.301 INFO O| Dec 03 16:13:24.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
52842025-12-03T16:13:25.822Z[ recovery-image] Dec 03 16:13:24.301 INFO O| Dec 03 16:13:24.301 INFO STEP 110 (remove_files) COMPLETE
52852025-12-03T16:13:25.822Z[ recovery-image] Dec 03 16:13:24.301 INFO O| Dec 03 16:13:24.301 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862025-12-03T16:13:25.834Z[ recovery-image] Dec 03 16:13:24.313 INFO O| Dec 03 16:13:24.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
52872025-12-03T16:13:25.834Z[ recovery-image] Dec 03 16:13:24.313 INFO O| Dec 03 16:13:24.313 INFO STEP 111 (remove_files) COMPLETE
52882025-12-03T16:13:25.837Z[ recovery-image] Dec 03 16:13:24.313 INFO O| Dec 03 16:13:24.313 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892025-12-03T16:13:25.846Z[ recovery-image] Dec 03 16:13:24.326 INFO O| Dec 03 16:13:24.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
52902025-12-03T16:13:25.846Z[ recovery-image] Dec 03 16:13:24.326 INFO O| Dec 03 16:13:24.326 INFO STEP 112 (remove_files) COMPLETE
52912025-12-03T16:13:25.846Z[ recovery-image] Dec 03 16:13:24.326 INFO O| Dec 03 16:13:24.326 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922025-12-03T16:13:25.859Z[ recovery-image] Dec 03 16:13:24.338 INFO O| Dec 03 16:13:24.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
52932025-12-03T16:13:25.859Z[ recovery-image] Dec 03 16:13:24.338 INFO O| Dec 03 16:13:24.338 INFO STEP 113 (remove_files) COMPLETE
52942025-12-03T16:13:25.864Z[ recovery-image] Dec 03 16:13:24.338 INFO O| Dec 03 16:13:24.338 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952025-12-03T16:13:25.871Z[ recovery-image] Dec 03 16:13:24.349 INFO O| Dec 03 16:13:24.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
52962025-12-03T16:13:25.871Z[ recovery-image] Dec 03 16:13:24.350 INFO O| Dec 03 16:13:24.350 INFO STEP 114 (remove_files) COMPLETE
52972025-12-03T16:13:25.872Z[ recovery-image] Dec 03 16:13:24.350 INFO O| Dec 03 16:13:24.350 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982025-12-03T16:13:25.884Z[ recovery-image] Dec 03 16:13:24.363 INFO O| Dec 03 16:13:24.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
52992025-12-03T16:13:25.884Z[ recovery-image] Dec 03 16:13:24.363 INFO O| Dec 03 16:13:24.363 INFO STEP 115 (remove_files) COMPLETE
53002025-12-03T16:13:25.888Z[ recovery-image] Dec 03 16:13:24.363 INFO O| Dec 03 16:13:24.363 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012025-12-03T16:13:25.895Z[ recovery-image] Dec 03 16:13:24.375 INFO O| Dec 03 16:13:24.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
53022025-12-03T16:13:25.896Z[ recovery-image] Dec 03 16:13:24.375 INFO O| Dec 03 16:13:24.375 INFO STEP 116 (remove_files) COMPLETE
53032025-12-03T16:13:25.896Z[ recovery-image] Dec 03 16:13:24.375 INFO O| Dec 03 16:13:24.375 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042025-12-03T16:13:25.908Z[ recovery-image] Dec 03 16:13:24.387 INFO O| Dec 03 16:13:24.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
53052025-12-03T16:13:25.908Z[ recovery-image] Dec 03 16:13:24.387 INFO O| Dec 03 16:13:24.387 INFO STEP 117 (remove_files) COMPLETE
53062025-12-03T16:13:25.908Z[ recovery-image] Dec 03 16:13:24.387 INFO O| Dec 03 16:13:24.387 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072025-12-03T16:13:25.920Z[ recovery-image] Dec 03 16:13:24.399 INFO O| Dec 03 16:13:24.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
53082025-12-03T16:13:25.920Z[ recovery-image] Dec 03 16:13:24.399 INFO O| Dec 03 16:13:24.399 INFO STEP 118 (remove_files) COMPLETE
53092025-12-03T16:13:25.924Z[ recovery-image] Dec 03 16:13:24.399 INFO O| Dec 03 16:13:24.399 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102025-12-03T16:13:25.933Z[ recovery-image] Dec 03 16:13:24.412 INFO O| Dec 03 16:13:24.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
53112025-12-03T16:13:25.933Z[ recovery-image] Dec 03 16:13:24.412 INFO O| Dec 03 16:13:24.412 INFO STEP 119 (remove_files) COMPLETE
53122025-12-03T16:13:25.933Z[ recovery-image] Dec 03 16:13:24.412 INFO O| Dec 03 16:13:24.412 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132025-12-03T16:13:25.946Z[ recovery-image] Dec 03 16:13:24.425 INFO O| Dec 03 16:13:24.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
53142025-12-03T16:13:25.946Z[ recovery-image] Dec 03 16:13:24.425 INFO O| Dec 03 16:13:24.425 INFO STEP 120 (remove_files) COMPLETE
53152025-12-03T16:13:25.946Z[ recovery-image] Dec 03 16:13:24.425 INFO O| Dec 03 16:13:24.425 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162025-12-03T16:13:25.958Z[ recovery-image] Dec 03 16:13:24.438 INFO O| Dec 03 16:13:24.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
53172025-12-03T16:13:25.958Z[ recovery-image] Dec 03 16:13:24.438 INFO O| Dec 03 16:13:24.438 INFO STEP 121 (remove_files) COMPLETE
53182025-12-03T16:13:25.963Z[ recovery-image] Dec 03 16:13:24.438 INFO O| Dec 03 16:13:24.438 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192025-12-03T16:13:25.971Z[ recovery-image] Dec 03 16:13:24.450 INFO O| Dec 03 16:13:24.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
53202025-12-03T16:13:25.972Z[ recovery-image] Dec 03 16:13:24.450 INFO O| Dec 03 16:13:24.450 INFO STEP 122 (remove_files) COMPLETE
53212025-12-03T16:13:25.975Z[ recovery-image] Dec 03 16:13:24.450 INFO O| Dec 03 16:13:24.450 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222025-12-03T16:13:25.984Z[ recovery-image] Dec 03 16:13:24.462 INFO O| Dec 03 16:13:24.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
53232025-12-03T16:13:25.988Z[ recovery-image] Dec 03 16:13:24.463 INFO O| Dec 03 16:13:24.463 INFO STEP 123 (remove_files) COMPLETE
53242025-12-03T16:13:25.988Z[ recovery-image] Dec 03 16:13:24.463 INFO O| Dec 03 16:13:24.463 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252025-12-03T16:13:25.996Z[ recovery-image] Dec 03 16:13:24.475 INFO O| Dec 03 16:13:24.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
53262025-12-03T16:13:25.996Z[ recovery-image] Dec 03 16:13:24.475 INFO O| Dec 03 16:13:24.475 INFO STEP 124 (remove_files) COMPLETE
53272025-12-03T16:13:25.996Z[ recovery-image] Dec 03 16:13:24.475 INFO O| Dec 03 16:13:24.475 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282025-12-03T16:13:26.008Z[ recovery-image] Dec 03 16:13:24.487 INFO O| Dec 03 16:13:24.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
53292025-12-03T16:13:26.008Z[ recovery-image] Dec 03 16:13:24.487 INFO O| Dec 03 16:13:24.487 INFO STEP 125 (remove_files) COMPLETE
53302025-12-03T16:13:26.013Z[ recovery-image] Dec 03 16:13:24.487 INFO O| Dec 03 16:13:24.487 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312025-12-03T16:13:26.021Z[ recovery-image] Dec 03 16:13:24.501 INFO O| Dec 03 16:13:24.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
53322025-12-03T16:13:26.021Z[ recovery-image] Dec 03 16:13:24.501 INFO O| Dec 03 16:13:24.501 INFO STEP 126 (remove_files) COMPLETE
53332025-12-03T16:13:26.025Z[ recovery-image] Dec 03 16:13:24.501 INFO O| Dec 03 16:13:24.501 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342025-12-03T16:13:26.033Z[ recovery-image] Dec 03 16:13:24.512 INFO O| Dec 03 16:13:24.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
53352025-12-03T16:13:26.037Z[ recovery-image] Dec 03 16:13:24.512 INFO O| Dec 03 16:13:24.512 INFO STEP 127 (remove_files) COMPLETE
53362025-12-03T16:13:26.037Z[ recovery-image] Dec 03 16:13:24.512 INFO O| Dec 03 16:13:24.512 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372025-12-03T16:13:26.045Z[ recovery-image] Dec 03 16:13:24.525 INFO O| Dec 03 16:13:24.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
53382025-12-03T16:13:26.045Z[ recovery-image] Dec 03 16:13:24.525 INFO O| Dec 03 16:13:24.525 INFO STEP 128 (remove_files) COMPLETE
53392025-12-03T16:13:26.045Z[ recovery-image] Dec 03 16:13:24.525 INFO O| Dec 03 16:13:24.525 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402025-12-03T16:13:26.057Z[ recovery-image] Dec 03 16:13:24.536 INFO O| Dec 03 16:13:24.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
53412025-12-03T16:13:26.057Z[ recovery-image] Dec 03 16:13:24.536 INFO O| Dec 03 16:13:24.536 INFO STEP 129 (remove_files) COMPLETE
53422025-12-03T16:13:26.060Z[ recovery-image] Dec 03 16:13:24.536 INFO O| Dec 03 16:13:24.536 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432025-12-03T16:13:26.069Z[ recovery-image] Dec 03 16:13:24.549 INFO O| Dec 03 16:13:24.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
53442025-12-03T16:13:26.069Z[ recovery-image] Dec 03 16:13:24.549 INFO O| Dec 03 16:13:24.549 INFO STEP 130 (remove_files) COMPLETE
53452025-12-03T16:13:26.074Z[ recovery-image] Dec 03 16:13:24.549 INFO O| Dec 03 16:13:24.549 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462025-12-03T16:13:26.082Z[ recovery-image] Dec 03 16:13:24.561 INFO O| Dec 03 16:13:24.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
53472025-12-03T16:13:26.082Z[ recovery-image] Dec 03 16:13:24.561 INFO O| Dec 03 16:13:24.561 INFO STEP 131 (remove_files) COMPLETE
53482025-12-03T16:13:26.082Z[ recovery-image] Dec 03 16:13:24.561 INFO O| Dec 03 16:13:24.561 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492025-12-03T16:13:26.094Z[ recovery-image] Dec 03 16:13:24.573 INFO O| Dec 03 16:13:24.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
53502025-12-03T16:13:26.095Z[ recovery-image] Dec 03 16:13:24.573 INFO O| Dec 03 16:13:24.573 INFO STEP 132 (remove_files) COMPLETE
53512025-12-03T16:13:26.095Z[ recovery-image] Dec 03 16:13:24.573 INFO O| Dec 03 16:13:24.573 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522025-12-03T16:13:26.105Z[ recovery-image] Dec 03 16:13:24.585 INFO O| Dec 03 16:13:24.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
53532025-12-03T16:13:26.105Z[ recovery-image] Dec 03 16:13:24.585 INFO O| Dec 03 16:13:24.585 INFO STEP 133 (remove_files) COMPLETE
53542025-12-03T16:13:26.106Z[ recovery-image] Dec 03 16:13:24.585 INFO O| Dec 03 16:13:24.585 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552025-12-03T16:13:26.122Z[ recovery-image] Dec 03 16:13:24.599 INFO O| Dec 03 16:13:24.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
53562025-12-03T16:13:26.122Z[ recovery-image] Dec 03 16:13:24.599 INFO O| Dec 03 16:13:24.599 INFO STEP 134 (remove_files) COMPLETE
53572025-12-03T16:13:26.125Z[ recovery-image] Dec 03 16:13:24.599 INFO O| Dec 03 16:13:24.599 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582025-12-03T16:13:26.133Z[ recovery-image] Dec 03 16:13:24.612 INFO O| Dec 03 16:13:24.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
53592025-12-03T16:13:26.136Z[ recovery-image] Dec 03 16:13:24.612 INFO O| Dec 03 16:13:24.612 INFO STEP 135 (remove_files) COMPLETE
53602025-12-03T16:13:26.136Z[ recovery-image] Dec 03 16:13:24.612 INFO O| Dec 03 16:13:24.612 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612025-12-03T16:13:26.146Z[ recovery-image] Dec 03 16:13:24.625 INFO O| Dec 03 16:13:24.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
53622025-12-03T16:13:26.146Z[ recovery-image] Dec 03 16:13:24.625 INFO O| Dec 03 16:13:24.625 INFO STEP 136 (remove_files) COMPLETE
53632025-12-03T16:13:26.149Z[ recovery-image] Dec 03 16:13:24.625 INFO O| Dec 03 16:13:24.625 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642025-12-03T16:13:26.158Z[ recovery-image] Dec 03 16:13:24.637 INFO O| Dec 03 16:13:24.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
53652025-12-03T16:13:26.158Z[ recovery-image] Dec 03 16:13:24.637 INFO O| Dec 03 16:13:24.637 INFO STEP 137 (remove_files) COMPLETE
53662025-12-03T16:13:26.162Z[ recovery-image] Dec 03 16:13:24.637 INFO O| Dec 03 16:13:24.637 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672025-12-03T16:13:26.170Z[ recovery-image] Dec 03 16:13:24.649 INFO O| Dec 03 16:13:24.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack"
53682025-12-03T16:13:26.170Z[ recovery-image] Dec 03 16:13:24.650 INFO O| Dec 03 16:13:24.650 INFO STEP 138 (remove_files) COMPLETE
53692025-12-03T16:13:26.170Z[ recovery-image] Dec 03 16:13:24.650 INFO O| Dec 03 16:13:24.650 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702025-12-03T16:13:26.182Z[ recovery-image] Dec 03 16:13:24.662 INFO O| Dec 03 16:13:24.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
53712025-12-03T16:13:26.183Z[ recovery-image] Dec 03 16:13:24.662 INFO O| Dec 03 16:13:24.662 INFO STEP 139 (remove_files) COMPLETE
53722025-12-03T16:13:26.183Z[ recovery-image] Dec 03 16:13:24.662 INFO O| Dec 03 16:13:24.662 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732025-12-03T16:13:26.195Z[ recovery-image] Dec 03 16:13:24.674 INFO O| Dec 03 16:13:24.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
53742025-12-03T16:13:26.195Z[ recovery-image] Dec 03 16:13:24.674 INFO O| Dec 03 16:13:24.674 INFO STEP 140 (remove_files) COMPLETE
53752025-12-03T16:13:26.199Z[ recovery-image] Dec 03 16:13:24.674 INFO O| Dec 03 16:13:24.674 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762025-12-03T16:13:26.207Z[ recovery-image] Dec 03 16:13:24.686 INFO O| Dec 03 16:13:24.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
53772025-12-03T16:13:26.210Z[ recovery-image] Dec 03 16:13:24.687 INFO O| Dec 03 16:13:24.687 INFO STEP 141 (remove_files) COMPLETE
53782025-12-03T16:13:26.210Z[ recovery-image] Dec 03 16:13:24.687 INFO O| Dec 03 16:13:24.687 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792025-12-03T16:13:26.220Z[ recovery-image] Dec 03 16:13:24.699 INFO O| Dec 03 16:13:24.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
53802025-12-03T16:13:26.224Z[ recovery-image] Dec 03 16:13:24.700 INFO O| Dec 03 16:13:24.700 INFO STEP 142 (remove_files) COMPLETE
53812025-12-03T16:13:26.225Z[ recovery-image] Dec 03 16:13:24.700 INFO O| Dec 03 16:13:24.700 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822025-12-03T16:13:26.232Z[ recovery-image] Dec 03 16:13:24.711 INFO O| Dec 03 16:13:24.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
53832025-12-03T16:13:26.232Z[ recovery-image] Dec 03 16:13:24.711 INFO O| Dec 03 16:13:24.711 INFO STEP 143 (remove_files) COMPLETE
53842025-12-03T16:13:26.236Z[ recovery-image] Dec 03 16:13:24.711 INFO O| Dec 03 16:13:24.711 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852025-12-03T16:13:26.244Z[ recovery-image] Dec 03 16:13:24.723 INFO O| Dec 03 16:13:24.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
53862025-12-03T16:13:26.244Z[ recovery-image] Dec 03 16:13:24.723 INFO O| Dec 03 16:13:24.723 INFO STEP 144 (remove_files) COMPLETE
53872025-12-03T16:13:26.244Z[ recovery-image] Dec 03 16:13:24.723 INFO O| Dec 03 16:13:24.723 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882025-12-03T16:13:26.256Z[ recovery-image] Dec 03 16:13:24.735 INFO O| Dec 03 16:13:24.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
53892025-12-03T16:13:26.256Z[ recovery-image] Dec 03 16:13:24.736 INFO O| Dec 03 16:13:24.736 INFO STEP 145 (remove_files) COMPLETE
53902025-12-03T16:13:26.260Z[ recovery-image] Dec 03 16:13:24.736 INFO O| Dec 03 16:13:24.736 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912025-12-03T16:13:26.270Z[ recovery-image] Dec 03 16:13:24.748 INFO O| Dec 03 16:13:24.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
53922025-12-03T16:13:26.270Z[ recovery-image] Dec 03 16:13:24.748 INFO O| Dec 03 16:13:24.748 INFO STEP 146 (remove_files) COMPLETE
53932025-12-03T16:13:26.273Z[ recovery-image] Dec 03 16:13:24.748 INFO O| Dec 03 16:13:24.748 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942025-12-03T16:13:26.281Z[ recovery-image] Dec 03 16:13:24.760 INFO O| Dec 03 16:13:24.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
53952025-12-03T16:13:26.281Z[ recovery-image] Dec 03 16:13:24.760 INFO O| Dec 03 16:13:24.760 INFO STEP 147 (remove_files) COMPLETE
53962025-12-03T16:13:26.284Z[ recovery-image] Dec 03 16:13:24.760 INFO O| Dec 03 16:13:24.760 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972025-12-03T16:13:26.293Z[ recovery-image] Dec 03 16:13:24.772 INFO O| Dec 03 16:13:24.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
53982025-12-03T16:13:26.293Z[ recovery-image] Dec 03 16:13:24.772 INFO O| Dec 03 16:13:24.772 INFO STEP 148 (remove_files) COMPLETE
53992025-12-03T16:13:26.296Z[ recovery-image] Dec 03 16:13:24.772 INFO O| Dec 03 16:13:24.772 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002025-12-03T16:13:26.306Z[ recovery-image] Dec 03 16:13:24.785 INFO O| Dec 03 16:13:24.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
54012025-12-03T16:13:26.306Z[ recovery-image] Dec 03 16:13:24.785 INFO O| Dec 03 16:13:24.785 INFO STEP 149 (remove_files) COMPLETE
54022025-12-03T16:13:26.306Z[ recovery-image] Dec 03 16:13:24.785 INFO O| Dec 03 16:13:24.785 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032025-12-03T16:13:26.319Z[ recovery-image] Dec 03 16:13:24.798 INFO O| Dec 03 16:13:24.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
54042025-12-03T16:13:26.319Z[ recovery-image] Dec 03 16:13:24.798 INFO O| Dec 03 16:13:24.798 INFO STEP 150 (remove_files) COMPLETE
54052025-12-03T16:13:26.319Z[ recovery-image] Dec 03 16:13:24.798 INFO O| Dec 03 16:13:24.798 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062025-12-03T16:13:26.333Z[ recovery-image] Dec 03 16:13:24.812 INFO O| Dec 03 16:13:24.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
54072025-12-03T16:13:26.333Z[ recovery-image] Dec 03 16:13:24.812 INFO O| Dec 03 16:13:24.812 INFO STEP 151 (remove_files) COMPLETE
54082025-12-03T16:13:26.336Z[ recovery-image] Dec 03 16:13:24.812 INFO O| Dec 03 16:13:24.812 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092025-12-03T16:13:26.347Z[ recovery-image] Dec 03 16:13:24.826 INFO O| Dec 03 16:13:24.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
54102025-12-03T16:13:26.347Z[ recovery-image] Dec 03 16:13:24.826 INFO O| Dec 03 16:13:24.826 INFO STEP 152 (remove_files) COMPLETE
54112025-12-03T16:13:26.350Z[ recovery-image] Dec 03 16:13:24.826 INFO O| Dec 03 16:13:24.826 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122025-12-03T16:13:26.360Z[ recovery-image] Dec 03 16:13:24.839 INFO O| Dec 03 16:13:24.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
54132025-12-03T16:13:26.360Z[ recovery-image] Dec 03 16:13:24.840 INFO O| Dec 03 16:13:24.839 INFO STEP 153 (remove_files) COMPLETE
54142025-12-03T16:13:26.360Z[ recovery-image] Dec 03 16:13:24.840 INFO O| Dec 03 16:13:24.840 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152025-12-03T16:13:26.374Z[ recovery-image] Dec 03 16:13:24.853 INFO O| Dec 03 16:13:24.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
54162025-12-03T16:13:26.377Z[ recovery-image] Dec 03 16:13:24.853 INFO O| Dec 03 16:13:24.852 INFO STEP 154 (remove_files) COMPLETE
54172025-12-03T16:13:26.377Z[ recovery-image] Dec 03 16:13:24.853 INFO O| Dec 03 16:13:24.853 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182025-12-03T16:13:26.390Z[ recovery-image] Dec 03 16:13:24.866 INFO O| Dec 03 16:13:24.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
54192025-12-03T16:13:26.390Z[ recovery-image] Dec 03 16:13:24.866 INFO O| Dec 03 16:13:24.866 INFO STEP 155 (remove_files) COMPLETE
54202025-12-03T16:13:26.390Z[ recovery-image] Dec 03 16:13:24.866 INFO O| Dec 03 16:13:24.866 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212025-12-03T16:13:26.399Z[ recovery-image] Dec 03 16:13:24.878 INFO O| Dec 03 16:13:24.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
54222025-12-03T16:13:26.399Z[ recovery-image] Dec 03 16:13:24.878 INFO O| Dec 03 16:13:24.878 INFO STEP 156 (remove_files) COMPLETE
54232025-12-03T16:13:26.399Z[ recovery-image] Dec 03 16:13:24.878 INFO O| Dec 03 16:13:24.878 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242025-12-03T16:13:26.411Z[ recovery-image] Dec 03 16:13:24.891 INFO O| Dec 03 16:13:24.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
54252025-12-03T16:13:26.412Z[ recovery-image] Dec 03 16:13:24.891 INFO O| Dec 03 16:13:24.891 INFO STEP 157 (remove_files) COMPLETE
54262025-12-03T16:13:26.415Z[ recovery-image] Dec 03 16:13:24.891 INFO O| Dec 03 16:13:24.891 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272025-12-03T16:13:26.426Z[ recovery-image] Dec 03 16:13:24.905 INFO O| Dec 03 16:13:24.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
54282025-12-03T16:13:26.426Z[ recovery-image] Dec 03 16:13:24.905 INFO O| Dec 03 16:13:24.905 INFO STEP 158 (remove_files) COMPLETE
54292025-12-03T16:13:26.429Z[ recovery-image] Dec 03 16:13:24.905 INFO O| Dec 03 16:13:24.905 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302025-12-03T16:13:26.438Z[ recovery-image] Dec 03 16:13:24.917 INFO O| Dec 03 16:13:24.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
54312025-12-03T16:13:26.438Z[ recovery-image] Dec 03 16:13:24.917 INFO O| Dec 03 16:13:24.917 INFO STEP 159 (remove_files) COMPLETE
54322025-12-03T16:13:26.438Z[ recovery-image] Dec 03 16:13:24.917 INFO O| Dec 03 16:13:24.917 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332025-12-03T16:13:26.452Z[ recovery-image] Dec 03 16:13:24.930 INFO O| Dec 03 16:13:24.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
54342025-12-03T16:13:26.452Z[ recovery-image] Dec 03 16:13:24.930 INFO O| Dec 03 16:13:24.930 INFO STEP 160 (remove_files) COMPLETE
54352025-12-03T16:13:26.455Z[ recovery-image] Dec 03 16:13:24.930 INFO O| Dec 03 16:13:24.930 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362025-12-03T16:13:26.466Z[ recovery-image] Dec 03 16:13:24.944 INFO O| Dec 03 16:13:24.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
54372025-12-03T16:13:26.466Z[ recovery-image] Dec 03 16:13:24.944 INFO O| Dec 03 16:13:24.944 INFO STEP 161 (remove_files) COMPLETE
54382025-12-03T16:13:26.470Z[ recovery-image] Dec 03 16:13:24.944 INFO O| Dec 03 16:13:24.944 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392025-12-03T16:13:26.479Z[ recovery-image] Dec 03 16:13:24.958 INFO O| Dec 03 16:13:24.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
54402025-12-03T16:13:26.483Z[ recovery-image] Dec 03 16:13:24.959 INFO O| Dec 03 16:13:24.959 INFO STEP 162 (remove_files) COMPLETE
54412025-12-03T16:13:26.483Z[ recovery-image] Dec 03 16:13:24.959 INFO O| Dec 03 16:13:24.959 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422025-12-03T16:13:26.494Z[ recovery-image] Dec 03 16:13:24.972 INFO O| Dec 03 16:13:24.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
54432025-12-03T16:13:26.494Z[ recovery-image] Dec 03 16:13:24.972 INFO O| Dec 03 16:13:24.972 INFO STEP 163 (remove_files) COMPLETE
54442025-12-03T16:13:26.497Z[ recovery-image] Dec 03 16:13:24.972 INFO O| Dec 03 16:13:24.972 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452025-12-03T16:13:26.506Z[ recovery-image] Dec 03 16:13:24.985 INFO O| Dec 03 16:13:24.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
54462025-12-03T16:13:26.506Z[ recovery-image] Dec 03 16:13:24.985 INFO O| Dec 03 16:13:24.985 INFO STEP 164 (remove_files) COMPLETE
54472025-12-03T16:13:26.506Z[ recovery-image] Dec 03 16:13:24.985 INFO O| Dec 03 16:13:24.985 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482025-12-03T16:13:26.520Z[ recovery-image] Dec 03 16:13:24.999 INFO O| Dec 03 16:13:24.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
54492025-12-03T16:13:26.520Z[ recovery-image] Dec 03 16:13:24.999 INFO O| Dec 03 16:13:24.999 INFO STEP 165 (remove_files) COMPLETE
54502025-12-03T16:13:26.524Z[ recovery-image] Dec 03 16:13:24.999 INFO O| Dec 03 16:13:24.999 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512025-12-03T16:13:26.534Z[ recovery-image] Dec 03 16:13:25.013 INFO O| Dec 03 16:13:25.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
54522025-12-03T16:13:26.534Z[ recovery-image] Dec 03 16:13:25.013 INFO O| Dec 03 16:13:25.013 INFO STEP 166 (remove_files) COMPLETE
54532025-12-03T16:13:26.534Z[ recovery-image] Dec 03 16:13:25.013 INFO O| Dec 03 16:13:25.013 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542025-12-03T16:13:26.547Z[ recovery-image] Dec 03 16:13:25.026 INFO O| Dec 03 16:13:25.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
54552025-12-03T16:13:26.547Z[ recovery-image] Dec 03 16:13:25.026 INFO O| Dec 03 16:13:25.026 INFO STEP 167 (remove_files) COMPLETE
54562025-12-03T16:13:26.550Z[ recovery-image] Dec 03 16:13:25.026 INFO O| Dec 03 16:13:25.026 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572025-12-03T16:13:26.559Z[ recovery-image] Dec 03 16:13:25.038 INFO O| Dec 03 16:13:25.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
54582025-12-03T16:13:26.559Z[ recovery-image] Dec 03 16:13:25.038 INFO O| Dec 03 16:13:25.038 INFO STEP 168 (remove_files) COMPLETE
54592025-12-03T16:13:26.560Z[ recovery-image] Dec 03 16:13:25.038 INFO O| Dec 03 16:13:25.038 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602025-12-03T16:13:26.571Z[ recovery-image] Dec 03 16:13:25.050 INFO O| Dec 03 16:13:25.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
54612025-12-03T16:13:26.571Z[ recovery-image] Dec 03 16:13:25.050 INFO O| Dec 03 16:13:25.050 INFO STEP 169 (remove_files) COMPLETE
54622025-12-03T16:13:26.574Z[ recovery-image] Dec 03 16:13:25.050 INFO O| Dec 03 16:13:25.050 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632025-12-03T16:13:26.585Z[ recovery-image] Dec 03 16:13:25.064 INFO O| Dec 03 16:13:25.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
54642025-12-03T16:13:26.585Z[ recovery-image] Dec 03 16:13:25.064 INFO O| Dec 03 16:13:25.064 INFO STEP 170 (remove_files) COMPLETE
54652025-12-03T16:13:26.589Z[ recovery-image] Dec 03 16:13:25.064 INFO O| Dec 03 16:13:25.064 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662025-12-03T16:13:26.597Z[ recovery-image] Dec 03 16:13:25.077 INFO O| Dec 03 16:13:25.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
54672025-12-03T16:13:26.599Z[ recovery-image] Dec 03 16:13:25.077 INFO O| Dec 03 16:13:25.077 INFO STEP 171 (remove_files) COMPLETE
54682025-12-03T16:13:26.600Z[ recovery-image] Dec 03 16:13:25.077 INFO O| Dec 03 16:13:25.077 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692025-12-03T16:13:26.609Z[ recovery-image] Dec 03 16:13:25.088 INFO O| Dec 03 16:13:25.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
54702025-12-03T16:13:26.609Z[ recovery-image] Dec 03 16:13:25.088 INFO O| Dec 03 16:13:25.088 INFO STEP 172 (remove_files) COMPLETE
54712025-12-03T16:13:26.612Z[ recovery-image] Dec 03 16:13:25.088 INFO O| Dec 03 16:13:25.088 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722025-12-03T16:13:26.622Z[ recovery-image] Dec 03 16:13:25.101 INFO O| Dec 03 16:13:25.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
54732025-12-03T16:13:26.622Z[ recovery-image] Dec 03 16:13:25.102 INFO O| Dec 03 16:13:25.101 INFO STEP 173 (remove_files) COMPLETE
54742025-12-03T16:13:26.627Z[ recovery-image] Dec 03 16:13:25.102 INFO O| Dec 03 16:13:25.102 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752025-12-03T16:13:26.635Z[ recovery-image] Dec 03 16:13:25.114 INFO O| Dec 03 16:13:25.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
54762025-12-03T16:13:26.635Z[ recovery-image] Dec 03 16:13:25.115 INFO O| Dec 03 16:13:25.115 INFO STEP 174 (remove_files) COMPLETE
54772025-12-03T16:13:26.635Z[ recovery-image] Dec 03 16:13:25.115 INFO O| Dec 03 16:13:25.115 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782025-12-03T16:13:26.649Z[ recovery-image] Dec 03 16:13:25.128 INFO O| Dec 03 16:13:25.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
54792025-12-03T16:13:26.649Z[ recovery-image] Dec 03 16:13:25.128 INFO O| Dec 03 16:13:25.128 INFO STEP 175 (remove_files) COMPLETE
54802025-12-03T16:13:26.649Z[ recovery-image] Dec 03 16:13:25.128 INFO O| Dec 03 16:13:25.128 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812025-12-03T16:13:26.664Z[ recovery-image] Dec 03 16:13:25.143 INFO O| Dec 03 16:13:25.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
54822025-12-03T16:13:26.664Z[ recovery-image] Dec 03 16:13:25.143 INFO O| Dec 03 16:13:25.143 INFO STEP 176 (remove_files) COMPLETE
54832025-12-03T16:13:26.667Z[ recovery-image] Dec 03 16:13:25.143 INFO O| Dec 03 16:13:25.143 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842025-12-03T16:13:26.678Z[ recovery-image] Dec 03 16:13:25.157 INFO O| Dec 03 16:13:25.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
54852025-12-03T16:13:26.678Z[ recovery-image] Dec 03 16:13:25.157 INFO O| Dec 03 16:13:25.157 INFO STEP 177 (remove_files) COMPLETE
54862025-12-03T16:13:26.681Z[ recovery-image] Dec 03 16:13:25.157 INFO O| Dec 03 16:13:25.157 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872025-12-03T16:13:26.690Z[ recovery-image] Dec 03 16:13:25.169 INFO O| Dec 03 16:13:25.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
54882025-12-03T16:13:26.690Z[ recovery-image] Dec 03 16:13:25.169 INFO O| Dec 03 16:13:25.169 INFO STEP 178 (remove_files) COMPLETE
54892025-12-03T16:13:26.690Z[ recovery-image] Dec 03 16:13:25.169 INFO O| Dec 03 16:13:25.169 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902025-12-03T16:13:26.702Z[ recovery-image] Dec 03 16:13:25.181 INFO O| Dec 03 16:13:25.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
54912025-12-03T16:13:26.702Z[ recovery-image] Dec 03 16:13:25.181 INFO O| Dec 03 16:13:25.181 INFO STEP 179 (remove_files) COMPLETE
54922025-12-03T16:13:26.705Z[ recovery-image] Dec 03 16:13:25.181 INFO O| Dec 03 16:13:25.181 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932025-12-03T16:13:26.714Z[ recovery-image] Dec 03 16:13:25.193 INFO O| Dec 03 16:13:25.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
54942025-12-03T16:13:26.714Z[ recovery-image] Dec 03 16:13:25.194 INFO O| Dec 03 16:13:25.194 INFO STEP 180 (remove_files) COMPLETE
54952025-12-03T16:13:26.717Z[ recovery-image] Dec 03 16:13:25.194 INFO O| Dec 03 16:13:25.194 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962025-12-03T16:13:26.726Z[ recovery-image] Dec 03 16:13:25.206 INFO O| Dec 03 16:13:25.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
54972025-12-03T16:13:26.726Z[ recovery-image] Dec 03 16:13:25.206 INFO O| Dec 03 16:13:25.206 INFO STEP 181 (remove_files) COMPLETE
54982025-12-03T16:13:26.726Z[ recovery-image] Dec 03 16:13:25.206 INFO O| Dec 03 16:13:25.206 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992025-12-03T16:13:26.737Z[ recovery-image] Dec 03 16:13:25.217 INFO O| Dec 03 16:13:25.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
55002025-12-03T16:13:26.738Z[ recovery-image] Dec 03 16:13:25.217 INFO O| Dec 03 16:13:25.217 INFO STEP 182 (remove_files) COMPLETE
55012025-12-03T16:13:26.738Z[ recovery-image] Dec 03 16:13:25.217 INFO O| Dec 03 16:13:25.217 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022025-12-03T16:13:26.750Z[ recovery-image] Dec 03 16:13:25.228 INFO O| Dec 03 16:13:25.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
55032025-12-03T16:13:26.750Z[ recovery-image] Dec 03 16:13:25.228 INFO O| Dec 03 16:13:25.228 INFO STEP 183 (remove_files) COMPLETE
55042025-12-03T16:13:26.756Z[ recovery-image] Dec 03 16:13:25.229 INFO O| Dec 03 16:13:25.228 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052025-12-03T16:13:26.761Z[ recovery-image] Dec 03 16:13:25.241 INFO O| Dec 03 16:13:25.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
55062025-12-03T16:13:26.761Z[ recovery-image] Dec 03 16:13:25.241 INFO O| Dec 03 16:13:25.241 INFO STEP 184 (remove_files) COMPLETE
55072025-12-03T16:13:26.761Z[ recovery-image] Dec 03 16:13:25.241 INFO O| Dec 03 16:13:25.241 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082025-12-03T16:13:26.774Z[ recovery-image] Dec 03 16:13:25.253 INFO O| Dec 03 16:13:25.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
55092025-12-03T16:13:26.774Z[ recovery-image] Dec 03 16:13:25.253 INFO O| Dec 03 16:13:25.253 INFO STEP 185 (remove_files) COMPLETE
55102025-12-03T16:13:26.777Z[ recovery-image] Dec 03 16:13:25.253 INFO O| Dec 03 16:13:25.253 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112025-12-03T16:13:26.787Z[ recovery-image] Dec 03 16:13:25.266 INFO O| Dec 03 16:13:25.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
55122025-12-03T16:13:26.787Z[ recovery-image] Dec 03 16:13:25.266 INFO O| Dec 03 16:13:25.266 INFO STEP 186 (remove_files) COMPLETE
55132025-12-03T16:13:26.787Z[ recovery-image] Dec 03 16:13:25.266 INFO O| Dec 03 16:13:25.266 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142025-12-03T16:13:26.801Z[ recovery-image] Dec 03 16:13:25.280 INFO O| Dec 03 16:13:25.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
55152025-12-03T16:13:26.801Z[ recovery-image] Dec 03 16:13:25.280 INFO O| Dec 03 16:13:25.280 INFO STEP 187 (remove_files) COMPLETE
55162025-12-03T16:13:26.804Z[ recovery-image] Dec 03 16:13:25.280 INFO O| Dec 03 16:13:25.280 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172025-12-03T16:13:26.814Z[ recovery-image] Dec 03 16:13:25.294 INFO O| Dec 03 16:13:25.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
55182025-12-03T16:13:26.814Z[ recovery-image] Dec 03 16:13:25.294 INFO O| Dec 03 16:13:25.294 INFO STEP 188 (remove_files) COMPLETE
55192025-12-03T16:13:26.814Z[ recovery-image] Dec 03 16:13:25.294 INFO O| Dec 03 16:13:25.294 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202025-12-03T16:13:26.827Z[ recovery-image] Dec 03 16:13:25.306 INFO O| Dec 03 16:13:25.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
55212025-12-03T16:13:26.831Z[ recovery-image] Dec 03 16:13:25.307 INFO O| Dec 03 16:13:25.307 INFO STEP 189 (remove_files) COMPLETE
55222025-12-03T16:13:26.831Z[ recovery-image] Dec 03 16:13:25.307 INFO O| Dec 03 16:13:25.307 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232025-12-03T16:13:26.841Z[ recovery-image] Dec 03 16:13:25.320 INFO O| Dec 03 16:13:25.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
55242025-12-03T16:13:26.842Z[ recovery-image] Dec 03 16:13:25.320 INFO O| Dec 03 16:13:25.320 INFO STEP 190 (remove_files) COMPLETE
55252025-12-03T16:13:26.845Z[ recovery-image] Dec 03 16:13:25.320 INFO O| Dec 03 16:13:25.320 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262025-12-03T16:13:26.853Z[ recovery-image] Dec 03 16:13:25.332 INFO O| Dec 03 16:13:25.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
55272025-12-03T16:13:26.853Z[ recovery-image] Dec 03 16:13:25.332 INFO O| Dec 03 16:13:25.332 INFO STEP 191 (remove_files) COMPLETE
55282025-12-03T16:13:26.857Z[ recovery-image] Dec 03 16:13:25.332 INFO O| Dec 03 16:13:25.332 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292025-12-03T16:13:26.865Z[ recovery-image] Dec 03 16:13:25.344 INFO O| Dec 03 16:13:25.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
55302025-12-03T16:13:26.865Z[ recovery-image] Dec 03 16:13:25.344 INFO O| Dec 03 16:13:25.344 INFO STEP 192 (remove_files) COMPLETE
55312025-12-03T16:13:26.865Z[ recovery-image] Dec 03 16:13:25.344 INFO O| Dec 03 16:13:25.344 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322025-12-03T16:13:26.877Z[ recovery-image] Dec 03 16:13:25.356 INFO O| Dec 03 16:13:25.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
55332025-12-03T16:13:26.877Z[ recovery-image] Dec 03 16:13:25.356 INFO O| Dec 03 16:13:25.356 INFO STEP 193 (remove_files) COMPLETE
55342025-12-03T16:13:26.877Z[ recovery-image] Dec 03 16:13:25.356 INFO O| Dec 03 16:13:25.356 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352025-12-03T16:13:26.889Z[ recovery-image] Dec 03 16:13:25.368 INFO O| Dec 03 16:13:25.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
55362025-12-03T16:13:26.889Z[ recovery-image] Dec 03 16:13:25.368 INFO O| Dec 03 16:13:25.368 INFO STEP 194 (remove_files) COMPLETE
55372025-12-03T16:13:26.889Z[ recovery-image] Dec 03 16:13:25.368 INFO O| Dec 03 16:13:25.368 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382025-12-03T16:13:26.901Z[ recovery-image] Dec 03 16:13:25.381 INFO O| Dec 03 16:13:25.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
55392025-12-03T16:13:26.901Z[ recovery-image] Dec 03 16:13:25.381 INFO O| Dec 03 16:13:25.381 INFO STEP 195 (remove_files) COMPLETE
55402025-12-03T16:13:26.901Z[ recovery-image] Dec 03 16:13:25.381 INFO O| Dec 03 16:13:25.381 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412025-12-03T16:13:26.915Z[ recovery-image] Dec 03 16:13:25.395 INFO O| Dec 03 16:13:25.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
55422025-12-03T16:13:26.915Z[ recovery-image] Dec 03 16:13:25.395 INFO O| Dec 03 16:13:25.395 INFO STEP 196 (remove_files) COMPLETE
55432025-12-03T16:13:26.915Z[ recovery-image] Dec 03 16:13:25.395 INFO O| Dec 03 16:13:25.395 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442025-12-03T16:13:26.928Z[ recovery-image] Dec 03 16:13:25.408 INFO O| Dec 03 16:13:25.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
55452025-12-03T16:13:26.929Z[ recovery-image] Dec 03 16:13:25.408 INFO O| Dec 03 16:13:25.408 INFO STEP 197 (remove_files) COMPLETE
55462025-12-03T16:13:26.932Z[ recovery-image] Dec 03 16:13:25.408 INFO O| Dec 03 16:13:25.408 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472025-12-03T16:13:26.943Z[ recovery-image] Dec 03 16:13:25.421 INFO O| Dec 03 16:13:25.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
55482025-12-03T16:13:26.946Z[ recovery-image] Dec 03 16:13:25.421 INFO O| Dec 03 16:13:25.421 INFO STEP 198 (remove_files) COMPLETE
55492025-12-03T16:13:26.946Z[ recovery-image] Dec 03 16:13:25.421 INFO O| Dec 03 16:13:25.421 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502025-12-03T16:13:26.954Z[ recovery-image] Dec 03 16:13:25.433 INFO O| Dec 03 16:13:25.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
55512025-12-03T16:13:26.955Z[ recovery-image] Dec 03 16:13:25.433 INFO O| Dec 03 16:13:25.433 INFO STEP 199 (remove_files) COMPLETE
55522025-12-03T16:13:26.955Z[ recovery-image] Dec 03 16:13:25.433 INFO O| Dec 03 16:13:25.433 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532025-12-03T16:13:26.967Z[ recovery-image] Dec 03 16:13:25.446 INFO O| Dec 03 16:13:25.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
55542025-12-03T16:13:26.967Z[ recovery-image] Dec 03 16:13:25.446 INFO O| Dec 03 16:13:25.446 INFO STEP 200 (remove_files) COMPLETE
55552025-12-03T16:13:26.967Z[ recovery-image] Dec 03 16:13:25.446 INFO O| Dec 03 16:13:25.446 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562025-12-03T16:13:26.978Z[ recovery-image] Dec 03 16:13:25.457 INFO O| Dec 03 16:13:25.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
55572025-12-03T16:13:26.978Z[ recovery-image] Dec 03 16:13:25.457 INFO O| Dec 03 16:13:25.457 INFO STEP 201 (remove_files) COMPLETE
55582025-12-03T16:13:26.978Z[ recovery-image] Dec 03 16:13:25.457 INFO O| Dec 03 16:13:25.457 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592025-12-03T16:13:26.990Z[ recovery-image] Dec 03 16:13:25.469 INFO O| Dec 03 16:13:25.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
55602025-12-03T16:13:26.990Z[ recovery-image] Dec 03 16:13:25.469 INFO O| Dec 03 16:13:25.469 INFO STEP 202 (remove_files) COMPLETE
55612025-12-03T16:13:26.990Z[ recovery-image] Dec 03 16:13:25.469 INFO O| Dec 03 16:13:25.469 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622025-12-03T16:13:27.004Z[ recovery-image] Dec 03 16:13:25.481 INFO O| Dec 03 16:13:25.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
55632025-12-03T16:13:27.004Z[ recovery-image] Dec 03 16:13:25.481 INFO O| Dec 03 16:13:25.481 INFO STEP 203 (remove_files) COMPLETE
55642025-12-03T16:13:27.007Z[ recovery-image] Dec 03 16:13:25.481 INFO O| Dec 03 16:13:25.481 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652025-12-03T16:13:27.013Z[ recovery-image] Dec 03 16:13:25.492 INFO O| Dec 03 16:13:25.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
55662025-12-03T16:13:27.013Z[ recovery-image] Dec 03 16:13:25.492 INFO O| Dec 03 16:13:25.492 INFO STEP 204 (remove_files) COMPLETE
55672025-12-03T16:13:27.016Z[ recovery-image] Dec 03 16:13:25.492 INFO O| Dec 03 16:13:25.492 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682025-12-03T16:13:27.025Z[ recovery-image] Dec 03 16:13:25.504 INFO O| Dec 03 16:13:25.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
55692025-12-03T16:13:27.025Z[ recovery-image] Dec 03 16:13:25.504 INFO O| Dec 03 16:13:25.504 INFO STEP 205 (remove_files) COMPLETE
55702025-12-03T16:13:27.025Z[ recovery-image] Dec 03 16:13:25.504 INFO O| Dec 03 16:13:25.504 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712025-12-03T16:13:27.037Z[ recovery-image] Dec 03 16:13:25.516 INFO O| Dec 03 16:13:25.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
55722025-12-03T16:13:27.037Z[ recovery-image] Dec 03 16:13:25.516 INFO O| Dec 03 16:13:25.516 INFO STEP 206 (remove_files) COMPLETE
55732025-12-03T16:13:27.037Z[ recovery-image] Dec 03 16:13:25.516 INFO O| Dec 03 16:13:25.516 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742025-12-03T16:13:27.051Z[ recovery-image] Dec 03 16:13:25.530 INFO O| Dec 03 16:13:25.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
55752025-12-03T16:13:27.051Z[ recovery-image] Dec 03 16:13:25.530 INFO O| Dec 03 16:13:25.530 INFO STEP 207 (remove_files) COMPLETE
55762025-12-03T16:13:27.054Z[ recovery-image] Dec 03 16:13:25.530 INFO O| Dec 03 16:13:25.530 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772025-12-03T16:13:27.065Z[ recovery-image] Dec 03 16:13:25.544 INFO O| Dec 03 16:13:25.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
55782025-12-03T16:13:27.066Z[ recovery-image] Dec 03 16:13:25.544 INFO O| Dec 03 16:13:25.544 INFO STEP 208 (remove_files) COMPLETE
55792025-12-03T16:13:27.072Z[ recovery-image] Dec 03 16:13:25.544 INFO O| Dec 03 16:13:25.544 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802025-12-03T16:13:27.077Z[ recovery-image] Dec 03 16:13:25.556 INFO O| Dec 03 16:13:25.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
55812025-12-03T16:13:27.077Z[ recovery-image] Dec 03 16:13:25.556 INFO O| Dec 03 16:13:25.556 INFO STEP 209 (remove_files) COMPLETE
55822025-12-03T16:13:27.080Z[ recovery-image] Dec 03 16:13:25.556 INFO O| Dec 03 16:13:25.556 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832025-12-03T16:13:27.090Z[ recovery-image] Dec 03 16:13:25.569 INFO O| Dec 03 16:13:25.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
55842025-12-03T16:13:27.090Z[ recovery-image] Dec 03 16:13:25.569 INFO O| Dec 03 16:13:25.569 INFO STEP 210 (remove_files) COMPLETE
55852025-12-03T16:13:27.090Z[ recovery-image] Dec 03 16:13:25.569 INFO O| Dec 03 16:13:25.569 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862025-12-03T16:13:27.102Z[ recovery-image] Dec 03 16:13:25.582 INFO O| Dec 03 16:13:25.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
55872025-12-03T16:13:27.103Z[ recovery-image] Dec 03 16:13:25.582 INFO O| Dec 03 16:13:25.582 INFO STEP 211 (remove_files) COMPLETE
55882025-12-03T16:13:27.106Z[ recovery-image] Dec 03 16:13:25.582 INFO O| Dec 03 16:13:25.582 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892025-12-03T16:13:27.116Z[ recovery-image] Dec 03 16:13:25.595 INFO O| Dec 03 16:13:25.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
55902025-12-03T16:13:27.116Z[ recovery-image] Dec 03 16:13:25.595 INFO O| Dec 03 16:13:25.595 INFO STEP 212 (remove_files) COMPLETE
55912025-12-03T16:13:27.119Z[ recovery-image] Dec 03 16:13:25.595 INFO O| Dec 03 16:13:25.595 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922025-12-03T16:13:27.128Z[ recovery-image] Dec 03 16:13:25.607 INFO O| Dec 03 16:13:25.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
55932025-12-03T16:13:27.128Z[ recovery-image] Dec 03 16:13:25.607 INFO O| Dec 03 16:13:25.607 INFO STEP 213 (remove_files) COMPLETE
55942025-12-03T16:13:27.131Z[ recovery-image] Dec 03 16:13:25.607 INFO O| Dec 03 16:13:25.607 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952025-12-03T16:13:27.141Z[ recovery-image] Dec 03 16:13:25.620 INFO O| Dec 03 16:13:25.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
55962025-12-03T16:13:27.141Z[ recovery-image] Dec 03 16:13:25.620 INFO O| Dec 03 16:13:25.620 INFO STEP 214 (remove_files) COMPLETE
55972025-12-03T16:13:27.144Z[ recovery-image] Dec 03 16:13:25.620 INFO O| Dec 03 16:13:25.620 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982025-12-03T16:13:27.154Z[ recovery-image] Dec 03 16:13:25.633 INFO O| Dec 03 16:13:25.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
55992025-12-03T16:13:27.154Z[ recovery-image] Dec 03 16:13:25.633 INFO O| Dec 03 16:13:25.633 INFO STEP 215 (remove_files) COMPLETE
56002025-12-03T16:13:27.157Z[ recovery-image] Dec 03 16:13:25.633 INFO O| Dec 03 16:13:25.633 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012025-12-03T16:13:27.168Z[ recovery-image] Dec 03 16:13:25.647 INFO O| Dec 03 16:13:25.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
56022025-12-03T16:13:27.168Z[ recovery-image] Dec 03 16:13:25.647 INFO O| Dec 03 16:13:25.647 INFO STEP 216 (remove_files) COMPLETE
56032025-12-03T16:13:27.168Z[ recovery-image] Dec 03 16:13:25.647 INFO O| Dec 03 16:13:25.647 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042025-12-03T16:13:27.182Z[ recovery-image] Dec 03 16:13:25.660 INFO O| Dec 03 16:13:25.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
56052025-12-03T16:13:27.182Z[ recovery-image] Dec 03 16:13:25.660 INFO O| Dec 03 16:13:25.660 INFO STEP 217 (remove_files) COMPLETE
56062025-12-03T16:13:27.186Z[ recovery-image] Dec 03 16:13:25.660 INFO O| Dec 03 16:13:25.660 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072025-12-03T16:13:27.194Z[ recovery-image] Dec 03 16:13:25.673 INFO O| Dec 03 16:13:25.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
56082025-12-03T16:13:27.194Z[ recovery-image] Dec 03 16:13:25.673 INFO O| Dec 03 16:13:25.673 INFO STEP 218 (remove_files) COMPLETE
56092025-12-03T16:13:27.194Z[ recovery-image] Dec 03 16:13:25.673 INFO O| Dec 03 16:13:25.673 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102025-12-03T16:13:27.207Z[ recovery-image] Dec 03 16:13:25.686 INFO O| Dec 03 16:13:25.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
56112025-12-03T16:13:27.207Z[ recovery-image] Dec 03 16:13:25.686 INFO O| Dec 03 16:13:25.686 INFO STEP 219 (remove_files) COMPLETE
56122025-12-03T16:13:27.207Z[ recovery-image] Dec 03 16:13:25.686 INFO O| Dec 03 16:13:25.686 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132025-12-03T16:13:27.219Z[ recovery-image] Dec 03 16:13:25.698 INFO O| Dec 03 16:13:25.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
56142025-12-03T16:13:27.222Z[ recovery-image] Dec 03 16:13:25.699 INFO O| Dec 03 16:13:25.699 INFO STEP 220 (remove_files) COMPLETE
56152025-12-03T16:13:27.222Z[ recovery-image] Dec 03 16:13:25.699 INFO O| Dec 03 16:13:25.699 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162025-12-03T16:13:27.233Z[ recovery-image] Dec 03 16:13:25.713 INFO O| Dec 03 16:13:25.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
56172025-12-03T16:13:27.233Z[ recovery-image] Dec 03 16:13:25.713 INFO O| Dec 03 16:13:25.713 INFO STEP 221 (remove_files) COMPLETE
56182025-12-03T16:13:27.237Z[ recovery-image] Dec 03 16:13:25.713 INFO O| Dec 03 16:13:25.713 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192025-12-03T16:13:27.246Z[ recovery-image] Dec 03 16:13:25.725 INFO O| Dec 03 16:13:25.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
56202025-12-03T16:13:27.246Z[ recovery-image] Dec 03 16:13:25.725 INFO O| Dec 03 16:13:25.725 INFO STEP 222 (remove_files) COMPLETE
56212025-12-03T16:13:27.246Z[ recovery-image] Dec 03 16:13:25.725 INFO O| Dec 03 16:13:25.725 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222025-12-03T16:13:27.259Z[ recovery-image] Dec 03 16:13:25.738 INFO O| Dec 03 16:13:25.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
56232025-12-03T16:13:27.260Z[ recovery-image] Dec 03 16:13:25.739 INFO O| Dec 03 16:13:25.739 INFO STEP 223 (remove_files) COMPLETE
56242025-12-03T16:13:27.260Z[ recovery-image] Dec 03 16:13:25.739 INFO O| Dec 03 16:13:25.739 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252025-12-03T16:13:27.273Z[ recovery-image] Dec 03 16:13:25.752 INFO O| Dec 03 16:13:25.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
56262025-12-03T16:13:27.273Z[ recovery-image] Dec 03 16:13:25.752 INFO O| Dec 03 16:13:25.752 INFO STEP 224 (remove_files) COMPLETE
56272025-12-03T16:13:27.273Z[ recovery-image] Dec 03 16:13:25.752 INFO O| Dec 03 16:13:25.752 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282025-12-03T16:13:27.287Z[ recovery-image] Dec 03 16:13:25.766 INFO O| Dec 03 16:13:25.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
56292025-12-03T16:13:27.287Z[ recovery-image] Dec 03 16:13:25.766 INFO O| Dec 03 16:13:25.766 INFO STEP 225 (remove_files) COMPLETE
56302025-12-03T16:13:27.287Z[ recovery-image] Dec 03 16:13:25.766 INFO O| Dec 03 16:13:25.766 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312025-12-03T16:13:27.300Z[ recovery-image] Dec 03 16:13:25.779 INFO O| Dec 03 16:13:25.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
56322025-12-03T16:13:27.300Z[ recovery-image] Dec 03 16:13:25.779 INFO O| Dec 03 16:13:25.779 INFO STEP 226 (remove_files) COMPLETE
56332025-12-03T16:13:27.300Z[ recovery-image] Dec 03 16:13:25.779 INFO O| Dec 03 16:13:25.779 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342025-12-03T16:13:27.313Z[ recovery-image] Dec 03 16:13:25.792 INFO O| Dec 03 16:13:25.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
56352025-12-03T16:13:27.313Z[ recovery-image] Dec 03 16:13:25.792 INFO O| Dec 03 16:13:25.792 INFO STEP 227 (remove_files) COMPLETE
56362025-12-03T16:13:27.316Z[ recovery-image] Dec 03 16:13:25.792 INFO O| Dec 03 16:13:25.792 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372025-12-03T16:13:27.327Z[ recovery-image] Dec 03 16:13:25.806 INFO O| Dec 03 16:13:25.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
56382025-12-03T16:13:27.327Z[ recovery-image] Dec 03 16:13:25.806 INFO O| Dec 03 16:13:25.806 INFO STEP 228 (remove_files) COMPLETE
56392025-12-03T16:13:27.327Z[ recovery-image] Dec 03 16:13:25.806 INFO O| Dec 03 16:13:25.806 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402025-12-03T16:13:27.340Z[ recovery-image] Dec 03 16:13:25.819 INFO O| Dec 03 16:13:25.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
56412025-12-03T16:13:27.341Z[ recovery-image] Dec 03 16:13:25.819 INFO O| Dec 03 16:13:25.819 INFO STEP 229 (remove_files) COMPLETE
56422025-12-03T16:13:27.341Z[ recovery-image] Dec 03 16:13:25.819 INFO O| Dec 03 16:13:25.819 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432025-12-03T16:13:27.352Z[ recovery-image] Dec 03 16:13:25.831 INFO O| Dec 03 16:13:25.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
56442025-12-03T16:13:27.352Z[ recovery-image] Dec 03 16:13:25.831 INFO O| Dec 03 16:13:25.831 INFO STEP 230 (remove_files) COMPLETE
56452025-12-03T16:13:27.355Z[ recovery-image] Dec 03 16:13:25.831 INFO O| Dec 03 16:13:25.831 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462025-12-03T16:13:27.366Z[ recovery-image] Dec 03 16:13:25.845 INFO O| Dec 03 16:13:25.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
56472025-12-03T16:13:27.366Z[ recovery-image] Dec 03 16:13:25.845 INFO O| Dec 03 16:13:25.845 INFO STEP 231 (remove_files) COMPLETE
56482025-12-03T16:13:27.366Z[ recovery-image] Dec 03 16:13:25.845 INFO O| Dec 03 16:13:25.845 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492025-12-03T16:13:27.413Z[ recovery-image] Dec 03 16:13:25.858 INFO O| Dec 03 16:13:25.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
56502025-12-03T16:13:27.414Z[ recovery-image] Dec 03 16:13:25.859 INFO O| Dec 03 16:13:25.859 INFO STEP 232 (remove_files) COMPLETE
56512025-12-03T16:13:27.414Z[ recovery-image] Dec 03 16:13:25.859 INFO O| Dec 03 16:13:25.859 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522025-12-03T16:13:27.414Z[ recovery-image] Dec 03 16:13:25.872 INFO O| Dec 03 16:13:25.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
56532025-12-03T16:13:27.414Z[ recovery-image] Dec 03 16:13:25.872 INFO O| Dec 03 16:13:25.872 INFO STEP 233 (remove_files) COMPLETE
56542025-12-03T16:13:27.414Z[ recovery-image] Dec 03 16:13:25.872 INFO O| Dec 03 16:13:25.872 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552025-12-03T16:13:27.414Z[ recovery-image] Dec 03 16:13:25.885 INFO O| Dec 03 16:13:25.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
56562025-12-03T16:13:27.414Z[ recovery-image] Dec 03 16:13:25.885 INFO O| Dec 03 16:13:25.885 INFO STEP 234 (remove_files) COMPLETE
56572025-12-03T16:13:27.414Z[ recovery-image] Dec 03 16:13:25.885 INFO O| Dec 03 16:13:25.885 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582025-12-03T16:13:27.419Z[ recovery-image] Dec 03 16:13:25.897 INFO O| Dec 03 16:13:25.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
56592025-12-03T16:13:27.419Z[ recovery-image] Dec 03 16:13:25.897 INFO O| Dec 03 16:13:25.897 INFO STEP 235 (remove_files) COMPLETE
56602025-12-03T16:13:27.422Z[ recovery-image] Dec 03 16:13:25.897 INFO O| Dec 03 16:13:25.897 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612025-12-03T16:13:27.434Z[ recovery-image] Dec 03 16:13:25.910 INFO O| Dec 03 16:13:25.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
56622025-12-03T16:13:27.434Z[ recovery-image] Dec 03 16:13:25.910 INFO O| Dec 03 16:13:25.910 INFO STEP 236 (remove_files) COMPLETE
56632025-12-03T16:13:27.434Z[ recovery-image] Dec 03 16:13:25.910 INFO O| Dec 03 16:13:25.910 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642025-12-03T16:13:27.446Z[ recovery-image] Dec 03 16:13:25.925 INFO O| Dec 03 16:13:25.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
56652025-12-03T16:13:27.446Z[ recovery-image] Dec 03 16:13:25.925 INFO O| Dec 03 16:13:25.925 INFO STEP 237 (remove_files) COMPLETE
56662025-12-03T16:13:27.447Z[ recovery-image] Dec 03 16:13:25.925 INFO O| Dec 03 16:13:25.925 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672025-12-03T16:13:27.459Z[ recovery-image] Dec 03 16:13:25.938 INFO O| Dec 03 16:13:25.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
56682025-12-03T16:13:27.459Z[ recovery-image] Dec 03 16:13:25.938 INFO O| Dec 03 16:13:25.938 INFO STEP 238 (remove_files) COMPLETE
56692025-12-03T16:13:27.459Z[ recovery-image] Dec 03 16:13:25.938 INFO O| Dec 03 16:13:25.938 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702025-12-03T16:13:27.474Z[ recovery-image] Dec 03 16:13:25.953 INFO O| Dec 03 16:13:25.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
56712025-12-03T16:13:27.474Z[ recovery-image] Dec 03 16:13:25.953 INFO O| Dec 03 16:13:25.953 INFO STEP 239 (remove_files) COMPLETE
56722025-12-03T16:13:27.474Z[ recovery-image] Dec 03 16:13:25.953 INFO O| Dec 03 16:13:25.953 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732025-12-03T16:13:27.489Z[ recovery-image] Dec 03 16:13:25.968 INFO O| Dec 03 16:13:25.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
56742025-12-03T16:13:27.489Z[ recovery-image] Dec 03 16:13:25.968 INFO O| Dec 03 16:13:25.968 INFO STEP 240 (remove_files) COMPLETE
56752025-12-03T16:13:27.492Z[ recovery-image] Dec 03 16:13:25.968 INFO O| Dec 03 16:13:25.968 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762025-12-03T16:13:27.501Z[ recovery-image] Dec 03 16:13:25.980 INFO O| Dec 03 16:13:25.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
56772025-12-03T16:13:27.501Z[ recovery-image] Dec 03 16:13:25.980 INFO O| Dec 03 16:13:25.980 INFO STEP 241 (remove_files) COMPLETE
56782025-12-03T16:13:27.501Z[ recovery-image] Dec 03 16:13:25.980 INFO O| Dec 03 16:13:25.980 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792025-12-03T16:13:27.515Z[ recovery-image] Dec 03 16:13:25.993 INFO O| Dec 03 16:13:25.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
56802025-12-03T16:13:27.515Z[ recovery-image] Dec 03 16:13:25.993 INFO O| Dec 03 16:13:25.993 INFO STEP 242 (remove_files) COMPLETE
56812025-12-03T16:13:27.519Z[ recovery-image] Dec 03 16:13:25.993 INFO O| Dec 03 16:13:25.993 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822025-12-03T16:13:27.537Z[ recovery-image] Dec 03 16:13:26.016 INFO O| Dec 03 16:13:26.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
56832025-12-03T16:13:27.537Z[ recovery-image] Dec 03 16:13:26.016 INFO O| Dec 03 16:13:26.016 INFO STEP 243 (remove_files) COMPLETE
56842025-12-03T16:13:27.537Z[ recovery-image] Dec 03 16:13:26.016 INFO O| Dec 03 16:13:26.016 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852025-12-03T16:13:27.556Z[ recovery-image] Dec 03 16:13:26.035 INFO O| Dec 03 16:13:26.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
56862025-12-03T16:13:27.556Z[ recovery-image] Dec 03 16:13:26.035 INFO O| Dec 03 16:13:26.035 INFO STEP 244 (remove_files) COMPLETE
56872025-12-03T16:13:27.556Z[ recovery-image] Dec 03 16:13:26.035 INFO O| Dec 03 16:13:26.035 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882025-12-03T16:13:27.569Z[ recovery-image] Dec 03 16:13:26.048 INFO O| Dec 03 16:13:26.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
56892025-12-03T16:13:27.569Z[ recovery-image] Dec 03 16:13:26.048 INFO O| Dec 03 16:13:26.048 INFO STEP 245 (remove_files) COMPLETE
56902025-12-03T16:13:27.569Z[ recovery-image] Dec 03 16:13:26.048 INFO O| Dec 03 16:13:26.048 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912025-12-03T16:13:27.582Z[ recovery-image] Dec 03 16:13:26.061 INFO O| Dec 03 16:13:26.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
56922025-12-03T16:13:27.582Z[ recovery-image] Dec 03 16:13:26.061 INFO O| Dec 03 16:13:26.061 INFO STEP 246 (remove_files) COMPLETE
56932025-12-03T16:13:27.582Z[ recovery-image] Dec 03 16:13:26.061 INFO O| Dec 03 16:13:26.061 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942025-12-03T16:13:27.594Z[ recovery-image] Dec 03 16:13:26.073 INFO O| Dec 03 16:13:26.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
56952025-12-03T16:13:27.600Z[ recovery-image] Dec 03 16:13:26.073 INFO O| Dec 03 16:13:26.073 INFO STEP 247 (remove_files) COMPLETE
56962025-12-03T16:13:27.600Z[ recovery-image] Dec 03 16:13:26.073 INFO O| Dec 03 16:13:26.073 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972025-12-03T16:13:27.606Z[ recovery-image] Dec 03 16:13:26.085 INFO O| Dec 03 16:13:26.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
56982025-12-03T16:13:27.606Z[ recovery-image] Dec 03 16:13:26.085 INFO O| Dec 03 16:13:26.085 INFO STEP 248 (remove_files) COMPLETE
56992025-12-03T16:13:27.611Z[ recovery-image] Dec 03 16:13:26.085 INFO O| Dec 03 16:13:26.085 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002025-12-03T16:13:27.620Z[ recovery-image] Dec 03 16:13:26.098 INFO O| Dec 03 16:13:26.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
57012025-12-03T16:13:27.620Z[ recovery-image] Dec 03 16:13:26.098 INFO O| Dec 03 16:13:26.098 INFO STEP 249 (remove_files) COMPLETE
57022025-12-03T16:13:27.625Z[ recovery-image] Dec 03 16:13:26.098 INFO O| Dec 03 16:13:26.098 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032025-12-03T16:13:27.631Z[ recovery-image] Dec 03 16:13:26.110 INFO O| Dec 03 16:13:26.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
57042025-12-03T16:13:27.634Z[ recovery-image] Dec 03 16:13:26.111 INFO O| Dec 03 16:13:26.111 INFO STEP 250 (remove_files) COMPLETE
57052025-12-03T16:13:27.634Z[ recovery-image] Dec 03 16:13:26.111 INFO O| Dec 03 16:13:26.111 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062025-12-03T16:13:27.644Z[ recovery-image] Dec 03 16:13:26.123 INFO O| Dec 03 16:13:26.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
57072025-12-03T16:13:27.644Z[ recovery-image] Dec 03 16:13:26.123 INFO O| Dec 03 16:13:26.123 INFO STEP 251 (remove_files) COMPLETE
57082025-12-03T16:13:27.648Z[ recovery-image] Dec 03 16:13:26.123 INFO O| Dec 03 16:13:26.123 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092025-12-03T16:13:27.657Z[ recovery-image] Dec 03 16:13:26.136 INFO O| Dec 03 16:13:26.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
57102025-12-03T16:13:27.657Z[ recovery-image] Dec 03 16:13:26.136 INFO O| Dec 03 16:13:26.136 INFO STEP 252 (remove_files) COMPLETE
57112025-12-03T16:13:27.657Z[ recovery-image] Dec 03 16:13:26.136 INFO O| Dec 03 16:13:26.136 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122025-12-03T16:13:27.670Z[ recovery-image] Dec 03 16:13:26.149 INFO O| Dec 03 16:13:26.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
57132025-12-03T16:13:27.670Z[ recovery-image] Dec 03 16:13:26.149 INFO O| Dec 03 16:13:26.149 INFO STEP 253 (remove_files) COMPLETE
57142025-12-03T16:13:27.670Z[ recovery-image] Dec 03 16:13:26.149 INFO O| Dec 03 16:13:26.149 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152025-12-03T16:13:27.682Z[ recovery-image] Dec 03 16:13:26.161 INFO O| Dec 03 16:13:26.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
57162025-12-03T16:13:27.682Z[ recovery-image] Dec 03 16:13:26.161 INFO O| Dec 03 16:13:26.161 INFO STEP 254 (remove_files) COMPLETE
57172025-12-03T16:13:27.682Z[ recovery-image] Dec 03 16:13:26.161 INFO O| Dec 03 16:13:26.161 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182025-12-03T16:13:27.696Z[ recovery-image] Dec 03 16:13:26.175 INFO O| Dec 03 16:13:26.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
57192025-12-03T16:13:27.696Z[ recovery-image] Dec 03 16:13:26.175 INFO O| Dec 03 16:13:26.175 INFO STEP 255 (remove_files) COMPLETE
57202025-12-03T16:13:27.696Z[ recovery-image] Dec 03 16:13:26.175 INFO O| Dec 03 16:13:26.175 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212025-12-03T16:13:27.708Z[ recovery-image] Dec 03 16:13:26.187 INFO O| Dec 03 16:13:26.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
57222025-12-03T16:13:27.708Z[ recovery-image] Dec 03 16:13:26.187 INFO O| Dec 03 16:13:26.187 INFO STEP 256 (remove_files) COMPLETE
57232025-12-03T16:13:27.708Z[ recovery-image] Dec 03 16:13:26.188 INFO O| Dec 03 16:13:26.187 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242025-12-03T16:13:27.722Z[ recovery-image] Dec 03 16:13:26.201 INFO O| Dec 03 16:13:26.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
57252025-12-03T16:13:27.722Z[ recovery-image] Dec 03 16:13:26.201 INFO O| Dec 03 16:13:26.201 INFO STEP 257 (remove_files) COMPLETE
57262025-12-03T16:13:27.722Z[ recovery-image] Dec 03 16:13:26.201 INFO O| Dec 03 16:13:26.201 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272025-12-03T16:13:27.735Z[ recovery-image] Dec 03 16:13:26.214 INFO O| Dec 03 16:13:26.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
57282025-12-03T16:13:27.735Z[ recovery-image] Dec 03 16:13:26.214 INFO O| Dec 03 16:13:26.214 INFO STEP 258 (remove_files) COMPLETE
57292025-12-03T16:13:27.735Z[ recovery-image] Dec 03 16:13:26.214 INFO O| Dec 03 16:13:26.214 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302025-12-03T16:13:27.754Z[ recovery-image] Dec 03 16:13:26.232 INFO O| Dec 03 16:13:26.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
57312025-12-03T16:13:27.754Z[ recovery-image] Dec 03 16:13:26.233 INFO O| Dec 03 16:13:26.232 INFO STEP 259 (remove_files) COMPLETE
57322025-12-03T16:13:27.754Z[ recovery-image] Dec 03 16:13:26.233 INFO O| Dec 03 16:13:26.233 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332025-12-03T16:13:27.767Z[ recovery-image] Dec 03 16:13:26.246 INFO O| Dec 03 16:13:26.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
57342025-12-03T16:13:27.768Z[ recovery-image] Dec 03 16:13:26.247 INFO O| Dec 03 16:13:26.246 INFO STEP 260 (remove_files) COMPLETE
57352025-12-03T16:13:27.768Z[ recovery-image] Dec 03 16:13:26.247 INFO O| Dec 03 16:13:26.247 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362025-12-03T16:13:27.780Z[ recovery-image] Dec 03 16:13:26.259 INFO O| Dec 03 16:13:26.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
57372025-12-03T16:13:27.781Z[ recovery-image] Dec 03 16:13:26.260 INFO O| Dec 03 16:13:26.259 INFO STEP 261 (remove_files) COMPLETE
57382025-12-03T16:13:27.784Z[ recovery-image] Dec 03 16:13:26.260 INFO O| Dec 03 16:13:26.259 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392025-12-03T16:13:27.793Z[ recovery-image] Dec 03 16:13:26.272 INFO O| Dec 03 16:13:26.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
57402025-12-03T16:13:27.793Z[ recovery-image] Dec 03 16:13:26.273 INFO O| Dec 03 16:13:26.272 INFO STEP 262 (remove_files) COMPLETE
57412025-12-03T16:13:27.793Z[ recovery-image] Dec 03 16:13:26.273 INFO O| Dec 03 16:13:26.273 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422025-12-03T16:13:27.807Z[ recovery-image] Dec 03 16:13:26.286 INFO O| Dec 03 16:13:26.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
57432025-12-03T16:13:27.807Z[ recovery-image] Dec 03 16:13:26.286 INFO O| Dec 03 16:13:26.286 INFO STEP 263 (remove_files) COMPLETE
57442025-12-03T16:13:27.807Z[ recovery-image] Dec 03 16:13:26.286 INFO O| Dec 03 16:13:26.286 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452025-12-03T16:13:27.819Z[ recovery-image] Dec 03 16:13:26.298 INFO O| Dec 03 16:13:26.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
57462025-12-03T16:13:27.819Z[ recovery-image] Dec 03 16:13:26.298 INFO O| Dec 03 16:13:26.298 INFO STEP 264 (remove_files) COMPLETE
57472025-12-03T16:13:27.819Z[ recovery-image] Dec 03 16:13:26.298 INFO O| Dec 03 16:13:26.298 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482025-12-03T16:13:27.834Z[ recovery-image] Dec 03 16:13:26.312 INFO O| Dec 03 16:13:26.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker"
57492025-12-03T16:13:27.834Z[ recovery-image] Dec 03 16:13:26.313 INFO O| Dec 03 16:13:26.313 INFO STEP 265 (remove_files) COMPLETE
57502025-12-03T16:13:27.837Z[ recovery-image] Dec 03 16:13:26.313 INFO O| Dec 03 16:13:26.313 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512025-12-03T16:13:27.848Z[ recovery-image] Dec 03 16:13:26.327 INFO O| Dec 03 16:13:26.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
57522025-12-03T16:13:27.848Z[ recovery-image] Dec 03 16:13:26.327 INFO O| Dec 03 16:13:26.327 INFO STEP 266 (remove_files) COMPLETE
57532025-12-03T16:13:27.851Z[ recovery-image] Dec 03 16:13:26.327 INFO O| Dec 03 16:13:26.327 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542025-12-03T16:13:27.863Z[ recovery-image] Dec 03 16:13:26.342 INFO O| Dec 03 16:13:26.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
57552025-12-03T16:13:27.863Z[ recovery-image] Dec 03 16:13:26.342 INFO O| Dec 03 16:13:26.342 INFO STEP 267 (remove_files) COMPLETE
57562025-12-03T16:13:27.863Z[ recovery-image] Dec 03 16:13:26.342 INFO O| Dec 03 16:13:26.342 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572025-12-03T16:13:27.878Z[ recovery-image] Dec 03 16:13:26.357 INFO O| Dec 03 16:13:26.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
57582025-12-03T16:13:27.878Z[ recovery-image] Dec 03 16:13:26.357 INFO O| Dec 03 16:13:26.357 INFO STEP 268 (remove_files) COMPLETE
57592025-12-03T16:13:27.878Z[ recovery-image] Dec 03 16:13:26.357 INFO O| Dec 03 16:13:26.357 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602025-12-03T16:13:27.891Z[ recovery-image] Dec 03 16:13:26.370 INFO O| Dec 03 16:13:26.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
57612025-12-03T16:13:27.891Z[ recovery-image] Dec 03 16:13:26.370 INFO O| Dec 03 16:13:26.370 INFO STEP 269 (remove_files) COMPLETE
57622025-12-03T16:13:27.896Z[ recovery-image] Dec 03 16:13:26.370 INFO O| Dec 03 16:13:26.370 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632025-12-03T16:13:27.911Z[ recovery-image] Dec 03 16:13:26.387 INFO O| Dec 03 16:13:26.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
57642025-12-03T16:13:27.914Z[ recovery-image] Dec 03 16:13:26.387 INFO O| Dec 03 16:13:26.387 INFO STEP 270 (remove_files) COMPLETE
57652025-12-03T16:13:27.914Z[ recovery-image] Dec 03 16:13:26.387 INFO O| Dec 03 16:13:26.387 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662025-12-03T16:13:27.925Z[ recovery-image] Dec 03 16:13:26.404 INFO O| Dec 03 16:13:26.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
57672025-12-03T16:13:27.929Z[ recovery-image] Dec 03 16:13:26.405 INFO O| Dec 03 16:13:26.404 INFO STEP 271 (remove_files) COMPLETE
57682025-12-03T16:13:27.929Z[ recovery-image] Dec 03 16:13:26.405 INFO O| Dec 03 16:13:26.404 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692025-12-03T16:13:27.943Z[ recovery-image] Dec 03 16:13:26.422 INFO O| Dec 03 16:13:26.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
57702025-12-03T16:13:27.944Z[ recovery-image] Dec 03 16:13:26.422 INFO O| Dec 03 16:13:26.422 INFO STEP 272 (remove_files) COMPLETE
57712025-12-03T16:13:27.944Z[ recovery-image] Dec 03 16:13:26.422 INFO O| Dec 03 16:13:26.422 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722025-12-03T16:13:27.962Z[ recovery-image] Dec 03 16:13:26.439 INFO O| Dec 03 16:13:26.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
57732025-12-03T16:13:27.965Z[ recovery-image] Dec 03 16:13:26.441 INFO O| Dec 03 16:13:26.440 INFO STEP 273 (remove_files) COMPLETE
57742025-12-03T16:13:27.965Z[ recovery-image] Dec 03 16:13:26.441 INFO O| Dec 03 16:13:26.440 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752025-12-03T16:13:27.976Z[ recovery-image] Dec 03 16:13:26.455 INFO O| Dec 03 16:13:26.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
57762025-12-03T16:13:27.976Z[ recovery-image] Dec 03 16:13:26.455 INFO O| Dec 03 16:13:26.455 INFO STEP 274 (remove_files) COMPLETE
57772025-12-03T16:13:27.976Z[ recovery-image] Dec 03 16:13:26.455 INFO O| Dec 03 16:13:26.455 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782025-12-03T16:13:27.991Z[ recovery-image] Dec 03 16:13:26.470 INFO O| Dec 03 16:13:26.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
57792025-12-03T16:13:27.991Z[ recovery-image] Dec 03 16:13:26.470 INFO O| Dec 03 16:13:26.470 INFO STEP 275 (remove_files) COMPLETE
57802025-12-03T16:13:27.994Z[ recovery-image] Dec 03 16:13:26.470 INFO O| Dec 03 16:13:26.470 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812025-12-03T16:13:28.005Z[ recovery-image] Dec 03 16:13:26.484 INFO O| Dec 03 16:13:26.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
57822025-12-03T16:13:28.005Z[ recovery-image] Dec 03 16:13:26.484 INFO O| Dec 03 16:13:26.484 INFO STEP 276 (remove_files) COMPLETE
57832025-12-03T16:13:28.005Z[ recovery-image] Dec 03 16:13:26.484 INFO O| Dec 03 16:13:26.484 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842025-12-03T16:13:28.020Z[ recovery-image] Dec 03 16:13:26.499 INFO O| Dec 03 16:13:26.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
57852025-12-03T16:13:28.020Z[ recovery-image] Dec 03 16:13:26.499 INFO O| Dec 03 16:13:26.499 INFO STEP 277 (remove_files) COMPLETE
57862025-12-03T16:13:28.020Z[ recovery-image] Dec 03 16:13:26.499 INFO O| Dec 03 16:13:26.499 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872025-12-03T16:13:28.036Z[ recovery-image] Dec 03 16:13:26.515 INFO O| Dec 03 16:13:26.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
57882025-12-03T16:13:28.036Z[ recovery-image] Dec 03 16:13:26.515 INFO O| Dec 03 16:13:26.515 INFO STEP 278 (remove_files) COMPLETE
57892025-12-03T16:13:28.039Z[ recovery-image] Dec 03 16:13:26.515 INFO O| Dec 03 16:13:26.515 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902025-12-03T16:13:28.054Z[ recovery-image] Dec 03 16:13:26.531 INFO O| Dec 03 16:13:26.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
57912025-12-03T16:13:28.054Z[ recovery-image] Dec 03 16:13:26.532 INFO O| Dec 03 16:13:26.532 INFO STEP 279 (remove_files) COMPLETE
57922025-12-03T16:13:28.057Z[ recovery-image] Dec 03 16:13:26.532 INFO O| Dec 03 16:13:26.532 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932025-12-03T16:13:28.066Z[ recovery-image] Dec 03 16:13:26.545 INFO O| Dec 03 16:13:26.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
57942025-12-03T16:13:28.066Z[ recovery-image] Dec 03 16:13:26.545 INFO O| Dec 03 16:13:26.545 INFO STEP 280 (remove_files) COMPLETE
57952025-12-03T16:13:28.066Z[ recovery-image] Dec 03 16:13:26.545 INFO O| Dec 03 16:13:26.545 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962025-12-03T16:13:28.081Z[ recovery-image] Dec 03 16:13:26.559 INFO O| Dec 03 16:13:26.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
57972025-12-03T16:13:28.085Z[ recovery-image] Dec 03 16:13:26.560 INFO O| Dec 03 16:13:26.559 INFO STEP 281 (remove_files) COMPLETE
57982025-12-03T16:13:28.085Z[ recovery-image] Dec 03 16:13:26.560 INFO O| Dec 03 16:13:26.559 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992025-12-03T16:13:28.094Z[ recovery-image] Dec 03 16:13:26.573 INFO O| Dec 03 16:13:26.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
58002025-12-03T16:13:28.094Z[ recovery-image] Dec 03 16:13:26.573 INFO O| Dec 03 16:13:26.573 INFO STEP 282 (remove_files) COMPLETE
58012025-12-03T16:13:28.098Z[ recovery-image] Dec 03 16:13:26.573 INFO O| Dec 03 16:13:26.573 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022025-12-03T16:13:28.110Z[ recovery-image] Dec 03 16:13:26.588 INFO O| Dec 03 16:13:26.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
58032025-12-03T16:13:28.110Z[ recovery-image] Dec 03 16:13:26.589 INFO O| Dec 03 16:13:26.589 INFO STEP 283 (remove_files) COMPLETE
58042025-12-03T16:13:28.110Z[ recovery-image] Dec 03 16:13:26.589 INFO O| Dec 03 16:13:26.589 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052025-12-03T16:13:28.125Z[ recovery-image] Dec 03 16:13:26.604 INFO O| Dec 03 16:13:26.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
58062025-12-03T16:13:28.125Z[ recovery-image] Dec 03 16:13:26.604 INFO O| Dec 03 16:13:26.604 INFO STEP 284 (remove_files) COMPLETE
58072025-12-03T16:13:28.125Z[ recovery-image] Dec 03 16:13:26.604 INFO O| Dec 03 16:13:26.604 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082025-12-03T16:13:28.140Z[ recovery-image] Dec 03 16:13:26.618 INFO O| Dec 03 16:13:26.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
58092025-12-03T16:13:28.143Z[ recovery-image] Dec 03 16:13:26.618 INFO O| Dec 03 16:13:26.618 INFO STEP 285 (remove_files) COMPLETE
58102025-12-03T16:13:28.143Z[ recovery-image] Dec 03 16:13:26.618 INFO O| Dec 03 16:13:26.618 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112025-12-03T16:13:28.153Z[ recovery-image] Dec 03 16:13:26.632 INFO O| Dec 03 16:13:26.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
58122025-12-03T16:13:28.153Z[ recovery-image] Dec 03 16:13:26.632 INFO O| Dec 03 16:13:26.632 INFO STEP 286 (remove_files) COMPLETE
58132025-12-03T16:13:28.158Z[ recovery-image] Dec 03 16:13:26.632 INFO O| Dec 03 16:13:26.632 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142025-12-03T16:13:28.166Z[ recovery-image] Dec 03 16:13:26.645 INFO O| Dec 03 16:13:26.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
58152025-12-03T16:13:28.167Z[ recovery-image] Dec 03 16:13:26.645 INFO O| Dec 03 16:13:26.645 INFO STEP 287 (remove_files) COMPLETE
58162025-12-03T16:13:28.171Z[ recovery-image] Dec 03 16:13:26.645 INFO O| Dec 03 16:13:26.645 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172025-12-03T16:13:28.179Z[ recovery-image] Dec 03 16:13:26.658 INFO O| Dec 03 16:13:26.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
58182025-12-03T16:13:28.179Z[ recovery-image] Dec 03 16:13:26.658 INFO O| Dec 03 16:13:26.658 INFO STEP 288 (remove_files) COMPLETE
58192025-12-03T16:13:28.179Z[ recovery-image] Dec 03 16:13:26.658 INFO O| Dec 03 16:13:26.658 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202025-12-03T16:13:28.192Z[ recovery-image] Dec 03 16:13:26.671 INFO O| Dec 03 16:13:26.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
58212025-12-03T16:13:28.192Z[ recovery-image] Dec 03 16:13:26.671 INFO O| Dec 03 16:13:26.671 INFO STEP 289 (remove_files) COMPLETE
58222025-12-03T16:13:28.192Z[ recovery-image] Dec 03 16:13:26.671 INFO O| Dec 03 16:13:26.671 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232025-12-03T16:13:28.204Z[ recovery-image] Dec 03 16:13:26.683 INFO O| Dec 03 16:13:26.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
58242025-12-03T16:13:28.204Z[ recovery-image] Dec 03 16:13:26.683 INFO O| Dec 03 16:13:26.683 INFO STEP 290 (remove_files) COMPLETE
58252025-12-03T16:13:28.204Z[ recovery-image] Dec 03 16:13:26.683 INFO O| Dec 03 16:13:26.683 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262025-12-03T16:13:28.217Z[ recovery-image] Dec 03 16:13:26.696 INFO O| Dec 03 16:13:26.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
58272025-12-03T16:13:28.217Z[ recovery-image] Dec 03 16:13:26.696 INFO O| Dec 03 16:13:26.696 INFO STEP 291 (remove_files) COMPLETE
58282025-12-03T16:13:28.220Z[ recovery-image] Dec 03 16:13:26.696 INFO O| Dec 03 16:13:26.696 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292025-12-03T16:13:28.228Z[ recovery-image] Dec 03 16:13:26.707 INFO O| Dec 03 16:13:26.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
58302025-12-03T16:13:28.228Z[ recovery-image] Dec 03 16:13:26.707 INFO O| Dec 03 16:13:26.707 INFO STEP 292 (remove_files) COMPLETE
58312025-12-03T16:13:28.228Z[ recovery-image] Dec 03 16:13:26.707 INFO O| Dec 03 16:13:26.707 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322025-12-03T16:13:28.240Z[ recovery-image] Dec 03 16:13:26.719 INFO O| Dec 03 16:13:26.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
58332025-12-03T16:13:28.240Z[ recovery-image] Dec 03 16:13:26.719 INFO O| Dec 03 16:13:26.719 INFO STEP 293 (remove_files) COMPLETE
58342025-12-03T16:13:28.240Z[ recovery-image] Dec 03 16:13:26.719 INFO O| Dec 03 16:13:26.719 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352025-12-03T16:13:28.251Z[ recovery-image] Dec 03 16:13:26.730 INFO O| Dec 03 16:13:26.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
58362025-12-03T16:13:28.252Z[ recovery-image] Dec 03 16:13:26.730 INFO O| Dec 03 16:13:26.730 INFO STEP 294 (remove_files) COMPLETE
58372025-12-03T16:13:28.252Z[ recovery-image] Dec 03 16:13:26.730 INFO O| Dec 03 16:13:26.730 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382025-12-03T16:13:28.262Z[ recovery-image] Dec 03 16:13:26.741 INFO O| Dec 03 16:13:26.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
58392025-12-03T16:13:28.262Z[ recovery-image] Dec 03 16:13:26.741 INFO O| Dec 03 16:13:26.741 INFO STEP 295 (remove_files) COMPLETE
58402025-12-03T16:13:28.262Z[ recovery-image] Dec 03 16:13:26.741 INFO O| Dec 03 16:13:26.741 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412025-12-03T16:13:28.273Z[ recovery-image] Dec 03 16:13:26.752 INFO O| Dec 03 16:13:26.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
58422025-12-03T16:13:28.273Z[ recovery-image] Dec 03 16:13:26.752 INFO O| Dec 03 16:13:26.752 INFO STEP 296 (remove_files) COMPLETE
58432025-12-03T16:13:28.273Z[ recovery-image] Dec 03 16:13:26.752 INFO O| Dec 03 16:13:26.752 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442025-12-03T16:13:28.286Z[ recovery-image] Dec 03 16:13:26.765 INFO O| Dec 03 16:13:26.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
58452025-12-03T16:13:28.286Z[ recovery-image] Dec 03 16:13:26.765 INFO O| Dec 03 16:13:26.765 INFO STEP 297 (remove_files) COMPLETE
58462025-12-03T16:13:28.287Z[ recovery-image] Dec 03 16:13:26.765 INFO O| Dec 03 16:13:26.765 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472025-12-03T16:13:28.298Z[ recovery-image] Dec 03 16:13:26.777 INFO O| Dec 03 16:13:26.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
58482025-12-03T16:13:28.299Z[ recovery-image] Dec 03 16:13:26.777 INFO O| Dec 03 16:13:26.777 INFO STEP 298 (remove_files) COMPLETE
58492025-12-03T16:13:28.304Z[ recovery-image] Dec 03 16:13:26.777 INFO O| Dec 03 16:13:26.777 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502025-12-03T16:13:28.311Z[ recovery-image] Dec 03 16:13:26.790 INFO O| Dec 03 16:13:26.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
58512025-12-03T16:13:28.311Z[ recovery-image] Dec 03 16:13:26.790 INFO O| Dec 03 16:13:26.790 INFO STEP 299 (remove_files) COMPLETE
58522025-12-03T16:13:28.312Z[ recovery-image] Dec 03 16:13:26.790 INFO O| Dec 03 16:13:26.790 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532025-12-03T16:13:28.324Z[ recovery-image] Dec 03 16:13:26.803 INFO O| Dec 03 16:13:26.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
58542025-12-03T16:13:28.324Z[ recovery-image] Dec 03 16:13:26.803 INFO O| Dec 03 16:13:26.803 INFO STEP 300 (remove_files) COMPLETE
58552025-12-03T16:13:28.324Z[ recovery-image] Dec 03 16:13:26.803 INFO O| Dec 03 16:13:26.803 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562025-12-03T16:13:28.337Z[ recovery-image] Dec 03 16:13:26.815 INFO O| Dec 03 16:13:26.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
58572025-12-03T16:13:28.337Z[ recovery-image] Dec 03 16:13:26.815 INFO O| Dec 03 16:13:26.815 INFO STEP 301 (remove_files) COMPLETE
58582025-12-03T16:13:28.337Z[ recovery-image] Dec 03 16:13:26.815 INFO O| Dec 03 16:13:26.815 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592025-12-03T16:13:28.349Z[ recovery-image] Dec 03 16:13:26.828 INFO O| Dec 03 16:13:26.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
58602025-12-03T16:13:28.349Z[ recovery-image] Dec 03 16:13:26.828 INFO O| Dec 03 16:13:26.828 INFO STEP 302 (remove_files) COMPLETE
58612025-12-03T16:13:28.349Z[ recovery-image] Dec 03 16:13:26.828 INFO O| Dec 03 16:13:26.828 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622025-12-03T16:13:28.362Z[ recovery-image] Dec 03 16:13:26.841 INFO O| Dec 03 16:13:26.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
58632025-12-03T16:13:28.365Z[ recovery-image] Dec 03 16:13:26.842 INFO O| Dec 03 16:13:26.842 INFO STEP 303 (remove_files) COMPLETE
58642025-12-03T16:13:28.365Z[ recovery-image] Dec 03 16:13:26.842 INFO O| Dec 03 16:13:26.842 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652025-12-03T16:13:28.375Z[ recovery-image] Dec 03 16:13:26.854 INFO O| Dec 03 16:13:26.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
58662025-12-03T16:13:28.375Z[ recovery-image] Dec 03 16:13:26.854 INFO O| Dec 03 16:13:26.854 INFO STEP 304 (remove_files) COMPLETE
58672025-12-03T16:13:28.379Z[ recovery-image] Dec 03 16:13:26.854 INFO O| Dec 03 16:13:26.854 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682025-12-03T16:13:28.388Z[ recovery-image] Dec 03 16:13:26.867 INFO O| Dec 03 16:13:26.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
58692025-12-03T16:13:28.388Z[ recovery-image] Dec 03 16:13:26.867 INFO O| Dec 03 16:13:26.867 INFO STEP 305 (remove_files) COMPLETE
58702025-12-03T16:13:28.391Z[ recovery-image] Dec 03 16:13:26.867 INFO O| Dec 03 16:13:26.867 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712025-12-03T16:13:28.400Z[ recovery-image] Dec 03 16:13:26.879 INFO O| Dec 03 16:13:26.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
58722025-12-03T16:13:28.401Z[ recovery-image] Dec 03 16:13:26.880 INFO O| Dec 03 16:13:26.879 INFO STEP 306 (remove_files) COMPLETE
58732025-12-03T16:13:28.401Z[ recovery-image] Dec 03 16:13:26.880 INFO O| Dec 03 16:13:26.880 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742025-12-03T16:13:28.414Z[ recovery-image] Dec 03 16:13:26.892 INFO O| Dec 03 16:13:26.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
58752025-12-03T16:13:28.414Z[ recovery-image] Dec 03 16:13:26.892 INFO O| Dec 03 16:13:26.892 INFO STEP 307 (remove_files) COMPLETE
58762025-12-03T16:13:28.417Z[ recovery-image] Dec 03 16:13:26.892 INFO O| Dec 03 16:13:26.892 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772025-12-03T16:13:28.426Z[ recovery-image] Dec 03 16:13:26.905 INFO O| Dec 03 16:13:26.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
58782025-12-03T16:13:28.426Z[ recovery-image] Dec 03 16:13:26.905 INFO O| Dec 03 16:13:26.905 INFO STEP 308 (remove_files) COMPLETE
58792025-12-03T16:13:28.429Z[ recovery-image] Dec 03 16:13:26.905 INFO O| Dec 03 16:13:26.905 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802025-12-03T16:13:28.439Z[ recovery-image] Dec 03 16:13:26.918 INFO O| Dec 03 16:13:26.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
58812025-12-03T16:13:28.439Z[ recovery-image] Dec 03 16:13:26.918 INFO O| Dec 03 16:13:26.918 INFO STEP 309 (remove_files) COMPLETE
58822025-12-03T16:13:28.439Z[ recovery-image] Dec 03 16:13:26.918 INFO O| Dec 03 16:13:26.918 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832025-12-03T16:13:28.452Z[ recovery-image] Dec 03 16:13:26.931 INFO O| Dec 03 16:13:26.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
58842025-12-03T16:13:28.452Z[ recovery-image] Dec 03 16:13:26.931 INFO O| Dec 03 16:13:26.931 INFO STEP 310 (remove_files) COMPLETE
58852025-12-03T16:13:28.452Z[ recovery-image] Dec 03 16:13:26.931 INFO O| Dec 03 16:13:26.931 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862025-12-03T16:13:28.466Z[ recovery-image] Dec 03 16:13:26.944 INFO O| Dec 03 16:13:26.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
58872025-12-03T16:13:28.466Z[ recovery-image] Dec 03 16:13:26.944 INFO O| Dec 03 16:13:26.944 INFO STEP 311 (remove_files) COMPLETE
58882025-12-03T16:13:28.466Z[ recovery-image] Dec 03 16:13:26.944 INFO O| Dec 03 16:13:26.944 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892025-12-03T16:13:28.478Z[ recovery-image] Dec 03 16:13:26.956 INFO O| Dec 03 16:13:26.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
58902025-12-03T16:13:28.478Z[ recovery-image] Dec 03 16:13:26.956 INFO O| Dec 03 16:13:26.956 INFO STEP 312 (remove_files) COMPLETE
58912025-12-03T16:13:28.481Z[ recovery-image] Dec 03 16:13:26.956 INFO O| Dec 03 16:13:26.956 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922025-12-03T16:13:28.490Z[ recovery-image] Dec 03 16:13:26.968 INFO O| Dec 03 16:13:26.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
58932025-12-03T16:13:28.490Z[ recovery-image] Dec 03 16:13:26.968 INFO O| Dec 03 16:13:26.968 INFO STEP 313 (remove_files) COMPLETE
58942025-12-03T16:13:28.490Z[ recovery-image] Dec 03 16:13:26.968 INFO O| Dec 03 16:13:26.968 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952025-12-03T16:13:28.502Z[ recovery-image] Dec 03 16:13:26.981 INFO O| Dec 03 16:13:26.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
58962025-12-03T16:13:28.502Z[ recovery-image] Dec 03 16:13:26.981 INFO O| Dec 03 16:13:26.981 INFO STEP 314 (remove_files) COMPLETE
58972025-12-03T16:13:28.505Z[ recovery-image] Dec 03 16:13:26.981 INFO O| Dec 03 16:13:26.981 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982025-12-03T16:13:28.514Z[ recovery-image] Dec 03 16:13:26.992 INFO O| Dec 03 16:13:26.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
58992025-12-03T16:13:28.518Z[ recovery-image] Dec 03 16:13:26.992 INFO O| Dec 03 16:13:26.992 INFO STEP 315 (remove_files) COMPLETE
59002025-12-03T16:13:28.518Z[ recovery-image] Dec 03 16:13:26.992 INFO O| Dec 03 16:13:26.992 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012025-12-03T16:13:28.528Z[ recovery-image] Dec 03 16:13:27.007 INFO O| Dec 03 16:13:27.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
59022025-12-03T16:13:28.528Z[ recovery-image] Dec 03 16:13:27.007 INFO O| Dec 03 16:13:27.007 INFO STEP 316 (remove_files) COMPLETE
59032025-12-03T16:13:28.528Z[ recovery-image] Dec 03 16:13:27.007 INFO O| Dec 03 16:13:27.007 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042025-12-03T16:13:28.542Z[ recovery-image] Dec 03 16:13:27.020 INFO O| Dec 03 16:13:27.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
59052025-12-03T16:13:28.542Z[ recovery-image] Dec 03 16:13:27.020 INFO O| Dec 03 16:13:27.020 INFO STEP 317 (remove_files) COMPLETE
59062025-12-03T16:13:28.542Z[ recovery-image] Dec 03 16:13:27.020 INFO O| Dec 03 16:13:27.020 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072025-12-03T16:13:28.555Z[ recovery-image] Dec 03 16:13:27.034 INFO O| Dec 03 16:13:27.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
59082025-12-03T16:13:28.556Z[ recovery-image] Dec 03 16:13:27.034 INFO O| Dec 03 16:13:27.034 INFO STEP 318 (remove_files) COMPLETE
59092025-12-03T16:13:28.559Z[ recovery-image] Dec 03 16:13:27.034 INFO O| Dec 03 16:13:27.034 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102025-12-03T16:13:28.569Z[ recovery-image] Dec 03 16:13:27.048 INFO O| Dec 03 16:13:27.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
59112025-12-03T16:13:28.569Z[ recovery-image] Dec 03 16:13:27.048 INFO O| Dec 03 16:13:27.048 INFO STEP 319 (remove_files) COMPLETE
59122025-12-03T16:13:28.574Z[ recovery-image] Dec 03 16:13:27.048 INFO O| Dec 03 16:13:27.048 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132025-12-03T16:13:28.583Z[ recovery-image] Dec 03 16:13:27.062 INFO O| Dec 03 16:13:27.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
59142025-12-03T16:13:28.586Z[ recovery-image] Dec 03 16:13:27.063 INFO O| Dec 03 16:13:27.063 INFO STEP 320 (remove_files) COMPLETE
59152025-12-03T16:13:28.587Z[ recovery-image] Dec 03 16:13:27.063 INFO O| Dec 03 16:13:27.063 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162025-12-03T16:13:28.597Z[ recovery-image] Dec 03 16:13:27.076 INFO O| Dec 03 16:13:27.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
59172025-12-03T16:13:28.597Z[ recovery-image] Dec 03 16:13:27.076 INFO O| Dec 03 16:13:27.076 INFO STEP 321 (remove_files) COMPLETE
59182025-12-03T16:13:28.601Z[ recovery-image] Dec 03 16:13:27.076 INFO O| Dec 03 16:13:27.076 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192025-12-03T16:13:28.611Z[ recovery-image] Dec 03 16:13:27.089 INFO O| Dec 03 16:13:27.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
59202025-12-03T16:13:28.614Z[ recovery-image] Dec 03 16:13:27.089 INFO O| Dec 03 16:13:27.089 INFO STEP 322 (remove_files) COMPLETE
59212025-12-03T16:13:28.614Z[ recovery-image] Dec 03 16:13:27.089 INFO O| Dec 03 16:13:27.089 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222025-12-03T16:13:28.625Z[ recovery-image] Dec 03 16:13:27.104 INFO O| Dec 03 16:13:27.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
59232025-12-03T16:13:28.625Z[ recovery-image] Dec 03 16:13:27.104 INFO O| Dec 03 16:13:27.104 INFO STEP 323 (remove_files) COMPLETE
59242025-12-03T16:13:28.628Z[ recovery-image] Dec 03 16:13:27.104 INFO O| Dec 03 16:13:27.104 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252025-12-03T16:13:28.639Z[ recovery-image] Dec 03 16:13:27.118 INFO O| Dec 03 16:13:27.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
59262025-12-03T16:13:28.639Z[ recovery-image] Dec 03 16:13:27.118 INFO O| Dec 03 16:13:27.118 INFO STEP 324 (remove_files) COMPLETE
59272025-12-03T16:13:28.639Z[ recovery-image] Dec 03 16:13:27.118 INFO O| Dec 03 16:13:27.118 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282025-12-03T16:13:28.652Z[ recovery-image] Dec 03 16:13:27.131 INFO O| Dec 03 16:13:27.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
59292025-12-03T16:13:28.653Z[ recovery-image] Dec 03 16:13:27.131 INFO O| Dec 03 16:13:27.131 INFO STEP 325 (remove_files) COMPLETE
59302025-12-03T16:13:28.653Z[ recovery-image] Dec 03 16:13:27.131 INFO O| Dec 03 16:13:27.131 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312025-12-03T16:13:28.665Z[ recovery-image] Dec 03 16:13:27.144 INFO O| Dec 03 16:13:27.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
59322025-12-03T16:13:28.665Z[ recovery-image] Dec 03 16:13:27.144 INFO O| Dec 03 16:13:27.144 INFO STEP 326 (remove_files) COMPLETE
59332025-12-03T16:13:28.668Z[ recovery-image] Dec 03 16:13:27.144 INFO O| Dec 03 16:13:27.144 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342025-12-03T16:13:28.679Z[ recovery-image] Dec 03 16:13:27.158 INFO O| Dec 03 16:13:27.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
59352025-12-03T16:13:28.679Z[ recovery-image] Dec 03 16:13:27.158 INFO O| Dec 03 16:13:27.158 INFO STEP 327 (remove_files) COMPLETE
59362025-12-03T16:13:28.682Z[ recovery-image] Dec 03 16:13:27.158 INFO O| Dec 03 16:13:27.158 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372025-12-03T16:13:28.696Z[ recovery-image] Dec 03 16:13:27.174 INFO O| Dec 03 16:13:27.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
59382025-12-03T16:13:28.696Z[ recovery-image] Dec 03 16:13:27.174 INFO O| Dec 03 16:13:27.174 INFO STEP 328 (remove_files) COMPLETE
59392025-12-03T16:13:28.697Z[ recovery-image] Dec 03 16:13:27.174 INFO O| Dec 03 16:13:27.174 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402025-12-03T16:13:28.710Z[ recovery-image] Dec 03 16:13:27.189 INFO O| Dec 03 16:13:27.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
59412025-12-03T16:13:28.710Z[ recovery-image] Dec 03 16:13:27.189 INFO O| Dec 03 16:13:27.189 INFO STEP 329 (remove_files) COMPLETE
59422025-12-03T16:13:28.710Z[ recovery-image] Dec 03 16:13:27.189 INFO O| Dec 03 16:13:27.189 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432025-12-03T16:13:28.725Z[ recovery-image] Dec 03 16:13:27.203 INFO O| Dec 03 16:13:27.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
59442025-12-03T16:13:28.725Z[ recovery-image] Dec 03 16:13:27.203 INFO O| Dec 03 16:13:27.203 INFO STEP 330 (remove_files) COMPLETE
59452025-12-03T16:13:28.725Z[ recovery-image] Dec 03 16:13:27.203 INFO O| Dec 03 16:13:27.203 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462025-12-03T16:13:28.740Z[ recovery-image] Dec 03 16:13:27.217 INFO O| Dec 03 16:13:27.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
59472025-12-03T16:13:28.741Z[ recovery-image] Dec 03 16:13:27.218 INFO O| Dec 03 16:13:27.218 INFO STEP 331 (remove_files) COMPLETE
59482025-12-03T16:13:28.741Z[ recovery-image] Dec 03 16:13:27.218 INFO O| Dec 03 16:13:27.218 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492025-12-03T16:13:28.751Z[ recovery-image] Dec 03 16:13:27.230 INFO O| Dec 03 16:13:27.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
59502025-12-03T16:13:28.751Z[ recovery-image] Dec 03 16:13:27.230 INFO O| Dec 03 16:13:27.230 INFO STEP 332 (remove_files) COMPLETE
59512025-12-03T16:13:28.751Z[ recovery-image] Dec 03 16:13:27.230 INFO O| Dec 03 16:13:27.230 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522025-12-03T16:13:28.764Z[ recovery-image] Dec 03 16:13:27.242 INFO O| Dec 03 16:13:27.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
59532025-12-03T16:13:28.764Z[ recovery-image] Dec 03 16:13:27.243 INFO O| Dec 03 16:13:27.242 INFO STEP 333 (remove_files) COMPLETE
59542025-12-03T16:13:28.764Z[ recovery-image] Dec 03 16:13:27.243 INFO O| Dec 03 16:13:27.243 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552025-12-03T16:13:28.777Z[ recovery-image] Dec 03 16:13:27.256 INFO O| Dec 03 16:13:27.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
59562025-12-03T16:13:28.777Z[ recovery-image] Dec 03 16:13:27.256 INFO O| Dec 03 16:13:27.256 INFO STEP 334 (remove_files) COMPLETE
59572025-12-03T16:13:28.781Z[ recovery-image] Dec 03 16:13:27.256 INFO O| Dec 03 16:13:27.256 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582025-12-03T16:13:28.791Z[ recovery-image] Dec 03 16:13:27.269 INFO O| Dec 03 16:13:27.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
59592025-12-03T16:13:28.791Z[ recovery-image] Dec 03 16:13:27.270 INFO O| Dec 03 16:13:27.270 INFO STEP 335 (remove_files) COMPLETE
59602025-12-03T16:13:28.794Z[ recovery-image] Dec 03 16:13:27.270 INFO O| Dec 03 16:13:27.270 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612025-12-03T16:13:28.803Z[ recovery-image] Dec 03 16:13:27.282 INFO O| Dec 03 16:13:27.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
59622025-12-03T16:13:28.803Z[ recovery-image] Dec 03 16:13:27.282 INFO O| Dec 03 16:13:27.282 INFO STEP 336 (remove_files) COMPLETE
59632025-12-03T16:13:28.803Z[ recovery-image] Dec 03 16:13:27.282 INFO O| Dec 03 16:13:27.282 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642025-12-03T16:13:28.817Z[ recovery-image] Dec 03 16:13:27.296 INFO O| Dec 03 16:13:27.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
59652025-12-03T16:13:28.817Z[ recovery-image] Dec 03 16:13:27.296 INFO O| Dec 03 16:13:27.296 INFO STEP 337 (remove_files) COMPLETE
59662025-12-03T16:13:28.817Z[ recovery-image] Dec 03 16:13:27.296 INFO O| Dec 03 16:13:27.296 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672025-12-03T16:13:28.835Z[ recovery-image] Dec 03 16:13:27.312 INFO O| Dec 03 16:13:27.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
59682025-12-03T16:13:28.835Z[ recovery-image] Dec 03 16:13:27.312 INFO O| Dec 03 16:13:27.312 INFO STEP 338 (remove_files) COMPLETE
59692025-12-03T16:13:28.835Z[ recovery-image] Dec 03 16:13:27.312 INFO O| Dec 03 16:13:27.312 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702025-12-03T16:13:28.849Z[ recovery-image] Dec 03 16:13:27.328 INFO O| Dec 03 16:13:27.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
59712025-12-03T16:13:28.849Z[ recovery-image] Dec 03 16:13:27.328 INFO O| Dec 03 16:13:27.328 INFO STEP 339 (remove_files) COMPLETE
59722025-12-03T16:13:28.849Z[ recovery-image] Dec 03 16:13:27.328 INFO O| Dec 03 16:13:27.328 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732025-12-03T16:13:28.864Z[ recovery-image] Dec 03 16:13:27.342 INFO O| Dec 03 16:13:27.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
59742025-12-03T16:13:28.864Z[ recovery-image] Dec 03 16:13:27.342 INFO O| Dec 03 16:13:27.342 INFO STEP 340 (remove_files) COMPLETE
59752025-12-03T16:13:28.864Z[ recovery-image] Dec 03 16:13:27.343 INFO O| Dec 03 16:13:27.342 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762025-12-03T16:13:28.879Z[ recovery-image] Dec 03 16:13:27.357 INFO O| Dec 03 16:13:27.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
59772025-12-03T16:13:28.879Z[ recovery-image] Dec 03 16:13:27.358 INFO O| Dec 03 16:13:27.358 INFO STEP 341 (remove_files) COMPLETE
59782025-12-03T16:13:28.882Z[ recovery-image] Dec 03 16:13:27.358 INFO O| Dec 03 16:13:27.358 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792025-12-03T16:13:28.891Z[ recovery-image] Dec 03 16:13:27.370 INFO O| Dec 03 16:13:27.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
59802025-12-03T16:13:28.894Z[ recovery-image] Dec 03 16:13:27.371 INFO O| Dec 03 16:13:27.371 INFO STEP 342 (remove_files) COMPLETE
59812025-12-03T16:13:28.894Z[ recovery-image] Dec 03 16:13:27.371 INFO O| Dec 03 16:13:27.371 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822025-12-03T16:13:28.908Z[ recovery-image] Dec 03 16:13:27.386 INFO O| Dec 03 16:13:27.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
59832025-12-03T16:13:28.908Z[ recovery-image] Dec 03 16:13:27.387 INFO O| Dec 03 16:13:27.387 INFO STEP 343 (remove_files) COMPLETE
59842025-12-03T16:13:28.908Z[ recovery-image] Dec 03 16:13:27.387 INFO O| Dec 03 16:13:27.387 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852025-12-03T16:13:28.924Z[ recovery-image] Dec 03 16:13:27.401 INFO O| Dec 03 16:13:27.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
59862025-12-03T16:13:28.924Z[ recovery-image] Dec 03 16:13:27.401 INFO O| Dec 03 16:13:27.401 INFO STEP 344 (remove_files) COMPLETE
59872025-12-03T16:13:28.925Z[ recovery-image] Dec 03 16:13:27.401 INFO O| Dec 03 16:13:27.401 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882025-12-03T16:13:28.937Z[ recovery-image] Dec 03 16:13:27.415 INFO O| Dec 03 16:13:27.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
59892025-12-03T16:13:28.937Z[ recovery-image] Dec 03 16:13:27.416 INFO O| Dec 03 16:13:27.415 INFO STEP 345 (remove_files) COMPLETE
59902025-12-03T16:13:28.937Z[ recovery-image] Dec 03 16:13:27.416 INFO O| Dec 03 16:13:27.416 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912025-12-03T16:13:28.951Z[ recovery-image] Dec 03 16:13:27.430 INFO O| Dec 03 16:13:27.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
59922025-12-03T16:13:28.951Z[ recovery-image] Dec 03 16:13:27.430 INFO O| Dec 03 16:13:27.430 INFO STEP 346 (remove_files) COMPLETE
59932025-12-03T16:13:28.951Z[ recovery-image] Dec 03 16:13:27.430 INFO O| Dec 03 16:13:27.430 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942025-12-03T16:13:28.963Z[ recovery-image] Dec 03 16:13:27.442 INFO O| Dec 03 16:13:27.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
59952025-12-03T16:13:28.963Z[ recovery-image] Dec 03 16:13:27.442 INFO O| Dec 03 16:13:27.442 INFO STEP 347 (remove_files) COMPLETE
59962025-12-03T16:13:28.964Z[ recovery-image] Dec 03 16:13:27.442 INFO O| Dec 03 16:13:27.442 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972025-12-03T16:13:28.977Z[ recovery-image] Dec 03 16:13:27.456 INFO O| Dec 03 16:13:27.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
59982025-12-03T16:13:28.977Z[ recovery-image] Dec 03 16:13:27.456 INFO O| Dec 03 16:13:27.456 INFO STEP 348 (remove_files) COMPLETE
59992025-12-03T16:13:28.977Z[ recovery-image] Dec 03 16:13:27.456 INFO O| Dec 03 16:13:27.456 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002025-12-03T16:13:28.992Z[ recovery-image] Dec 03 16:13:27.469 INFO O| Dec 03 16:13:27.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
60012025-12-03T16:13:28.992Z[ recovery-image] Dec 03 16:13:27.469 INFO O| Dec 03 16:13:27.469 INFO STEP 349 (remove_files) COMPLETE
60022025-12-03T16:13:28.995Z[ recovery-image] Dec 03 16:13:27.469 INFO O| Dec 03 16:13:27.469 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032025-12-03T16:13:29.005Z[ recovery-image] Dec 03 16:13:27.482 INFO O| Dec 03 16:13:27.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
60042025-12-03T16:13:29.005Z[ recovery-image] Dec 03 16:13:27.482 INFO O| Dec 03 16:13:27.482 INFO STEP 350 (remove_files) COMPLETE
60052025-12-03T16:13:29.008Z[ recovery-image] Dec 03 16:13:27.482 INFO O| Dec 03 16:13:27.482 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062025-12-03T16:13:29.017Z[ recovery-image] Dec 03 16:13:27.495 INFO O| Dec 03 16:13:27.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
60072025-12-03T16:13:29.018Z[ recovery-image] Dec 03 16:13:27.495 INFO O| Dec 03 16:13:27.495 INFO STEP 351 (remove_files) COMPLETE
60082025-12-03T16:13:29.018Z[ recovery-image] Dec 03 16:13:27.495 INFO O| Dec 03 16:13:27.495 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092025-12-03T16:13:29.030Z[ recovery-image] Dec 03 16:13:27.509 INFO O| Dec 03 16:13:27.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
60102025-12-03T16:13:29.030Z[ recovery-image] Dec 03 16:13:27.509 INFO O| Dec 03 16:13:27.509 INFO STEP 352 (remove_files) COMPLETE
60112025-12-03T16:13:29.030Z[ recovery-image] Dec 03 16:13:27.509 INFO O| Dec 03 16:13:27.509 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122025-12-03T16:13:29.045Z[ recovery-image] Dec 03 16:13:27.523 INFO O| Dec 03 16:13:27.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
60132025-12-03T16:13:29.045Z[ recovery-image] Dec 03 16:13:27.523 INFO O| Dec 03 16:13:27.523 INFO STEP 353 (remove_files) COMPLETE
60142025-12-03T16:13:29.045Z[ recovery-image] Dec 03 16:13:27.523 INFO O| Dec 03 16:13:27.523 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152025-12-03T16:13:29.058Z[ recovery-image] Dec 03 16:13:27.536 INFO O| Dec 03 16:13:27.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
60162025-12-03T16:13:29.058Z[ recovery-image] Dec 03 16:13:27.536 INFO O| Dec 03 16:13:27.536 INFO STEP 354 (remove_files) COMPLETE
60172025-12-03T16:13:29.058Z[ recovery-image] Dec 03 16:13:27.536 INFO O| Dec 03 16:13:27.536 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182025-12-03T16:13:29.071Z[ recovery-image] Dec 03 16:13:27.549 INFO O| Dec 03 16:13:27.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
60192025-12-03T16:13:29.071Z[ recovery-image] Dec 03 16:13:27.550 INFO O| Dec 03 16:13:27.549 INFO STEP 355 (remove_files) COMPLETE
60202025-12-03T16:13:29.071Z[ recovery-image] Dec 03 16:13:27.550 INFO O| Dec 03 16:13:27.550 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212025-12-03T16:13:29.084Z[ recovery-image] Dec 03 16:13:27.563 INFO O| Dec 03 16:13:27.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
60222025-12-03T16:13:29.085Z[ recovery-image] Dec 03 16:13:27.563 INFO O| Dec 03 16:13:27.563 INFO STEP 356 (remove_files) COMPLETE
60232025-12-03T16:13:29.131Z[ recovery-image] Dec 03 16:13:27.563 INFO O| Dec 03 16:13:27.563 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242025-12-03T16:13:29.131Z[ recovery-image] Dec 03 16:13:27.574 INFO O| Dec 03 16:13:27.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
60252025-12-03T16:13:29.131Z[ recovery-image] Dec 03 16:13:27.575 INFO O| Dec 03 16:13:27.575 INFO STEP 357 (remove_files) COMPLETE
60262025-12-03T16:13:29.131Z[ recovery-image] Dec 03 16:13:27.575 INFO O| Dec 03 16:13:27.575 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272025-12-03T16:13:29.132Z[ recovery-image] Dec 03 16:13:27.588 INFO O| Dec 03 16:13:27.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
60282025-12-03T16:13:29.132Z[ recovery-image] Dec 03 16:13:27.588 INFO O| Dec 03 16:13:27.588 INFO STEP 358 (remove_files) COMPLETE
60292025-12-03T16:13:29.132Z[ recovery-image] Dec 03 16:13:27.588 INFO O| Dec 03 16:13:27.588 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302025-12-03T16:13:29.132Z[ recovery-image] Dec 03 16:13:27.603 INFO O| Dec 03 16:13:27.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
60312025-12-03T16:13:29.132Z[ recovery-image] Dec 03 16:13:27.603 INFO O| Dec 03 16:13:27.603 INFO STEP 359 (remove_files) COMPLETE
60322025-12-03T16:13:29.132Z[ recovery-image] Dec 03 16:13:27.603 INFO O| Dec 03 16:13:27.603 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332025-12-03T16:13:29.139Z[ recovery-image] Dec 03 16:13:27.616 INFO O| Dec 03 16:13:27.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
60342025-12-03T16:13:29.139Z[ recovery-image] Dec 03 16:13:27.616 INFO O| Dec 03 16:13:27.616 INFO STEP 360 (remove_files) COMPLETE
60352025-12-03T16:13:29.139Z[ recovery-image] Dec 03 16:13:27.616 INFO O| Dec 03 16:13:27.616 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362025-12-03T16:13:29.150Z[ recovery-image] Dec 03 16:13:27.629 INFO O| Dec 03 16:13:27.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
60372025-12-03T16:13:29.150Z[ recovery-image] Dec 03 16:13:27.629 INFO O| Dec 03 16:13:27.629 INFO STEP 361 (remove_files) COMPLETE
60382025-12-03T16:13:29.150Z[ recovery-image] Dec 03 16:13:27.629 INFO O| Dec 03 16:13:27.629 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392025-12-03T16:13:29.163Z[ recovery-image] Dec 03 16:13:27.641 INFO O| Dec 03 16:13:27.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
60402025-12-03T16:13:29.163Z[ recovery-image] Dec 03 16:13:27.641 INFO O| Dec 03 16:13:27.641 INFO STEP 362 (remove_files) COMPLETE
60412025-12-03T16:13:29.167Z[ recovery-image] Dec 03 16:13:27.641 INFO O| Dec 03 16:13:27.641 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422025-12-03T16:13:29.175Z[ recovery-image] Dec 03 16:13:27.654 INFO O| Dec 03 16:13:27.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
60432025-12-03T16:13:29.178Z[ recovery-image] Dec 03 16:13:27.654 INFO O| Dec 03 16:13:27.654 INFO STEP 363 (remove_files) COMPLETE
60442025-12-03T16:13:29.178Z[ recovery-image] Dec 03 16:13:27.654 INFO O| Dec 03 16:13:27.654 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452025-12-03T16:13:29.188Z[ recovery-image] Dec 03 16:13:27.666 INFO O| Dec 03 16:13:27.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
60462025-12-03T16:13:29.188Z[ recovery-image] Dec 03 16:13:27.667 INFO O| Dec 03 16:13:27.667 INFO STEP 364 (remove_files) COMPLETE
60472025-12-03T16:13:29.191Z[ recovery-image] Dec 03 16:13:27.667 INFO O| Dec 03 16:13:27.667 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482025-12-03T16:13:29.199Z[ recovery-image] Dec 03 16:13:27.678 INFO O| Dec 03 16:13:27.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
60492025-12-03T16:13:29.199Z[ recovery-image] Dec 03 16:13:27.678 INFO O| Dec 03 16:13:27.678 INFO STEP 365 (remove_files) COMPLETE
60502025-12-03T16:13:29.200Z[ recovery-image] Dec 03 16:13:27.678 INFO O| Dec 03 16:13:27.678 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512025-12-03T16:13:29.211Z[ recovery-image] Dec 03 16:13:27.689 INFO O| Dec 03 16:13:27.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
60522025-12-03T16:13:29.211Z[ recovery-image] Dec 03 16:13:27.690 INFO O| Dec 03 16:13:27.689 INFO STEP 366 (remove_files) COMPLETE
60532025-12-03T16:13:29.211Z[ recovery-image] Dec 03 16:13:27.690 INFO O| Dec 03 16:13:27.690 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542025-12-03T16:13:29.224Z[ recovery-image] Dec 03 16:13:27.703 INFO O| Dec 03 16:13:27.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
60552025-12-03T16:13:29.224Z[ recovery-image] Dec 03 16:13:27.703 INFO O| Dec 03 16:13:27.703 INFO STEP 367 (remove_files) COMPLETE
60562025-12-03T16:13:29.224Z[ recovery-image] Dec 03 16:13:27.703 INFO O| Dec 03 16:13:27.703 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572025-12-03T16:13:29.238Z[ recovery-image] Dec 03 16:13:27.717 INFO O| Dec 03 16:13:27.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
60582025-12-03T16:13:29.238Z[ recovery-image] Dec 03 16:13:27.717 INFO O| Dec 03 16:13:27.717 INFO STEP 368 (remove_files) COMPLETE
60592025-12-03T16:13:29.238Z[ recovery-image] Dec 03 16:13:27.717 INFO O| Dec 03 16:13:27.717 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602025-12-03T16:13:29.252Z[ recovery-image] Dec 03 16:13:27.731 INFO O| Dec 03 16:13:27.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
60612025-12-03T16:13:29.252Z[ recovery-image] Dec 03 16:13:27.731 INFO O| Dec 03 16:13:27.731 INFO STEP 369 (remove_files) COMPLETE
60622025-12-03T16:13:29.252Z[ recovery-image] Dec 03 16:13:27.731 INFO O| Dec 03 16:13:27.731 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632025-12-03T16:13:29.267Z[ recovery-image] Dec 03 16:13:27.745 INFO O| Dec 03 16:13:27.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
60642025-12-03T16:13:29.267Z[ recovery-image] Dec 03 16:13:27.745 INFO O| Dec 03 16:13:27.745 INFO STEP 370 (remove_files) COMPLETE
60652025-12-03T16:13:29.267Z[ recovery-image] Dec 03 16:13:27.746 INFO O| Dec 03 16:13:27.745 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662025-12-03T16:13:29.279Z[ recovery-image] Dec 03 16:13:27.758 INFO O| Dec 03 16:13:27.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
60672025-12-03T16:13:29.283Z[ recovery-image] Dec 03 16:13:27.758 INFO O| Dec 03 16:13:27.758 INFO STEP 371 (remove_files) COMPLETE
60682025-12-03T16:13:29.283Z[ recovery-image] Dec 03 16:13:27.758 INFO O| Dec 03 16:13:27.758 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692025-12-03T16:13:29.291Z[ recovery-image] Dec 03 16:13:27.770 INFO O| Dec 03 16:13:27.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
60702025-12-03T16:13:29.291Z[ recovery-image] Dec 03 16:13:27.770 INFO O| Dec 03 16:13:27.770 INFO STEP 372 (remove_files) COMPLETE
60712025-12-03T16:13:29.295Z[ recovery-image] Dec 03 16:13:27.770 INFO O| Dec 03 16:13:27.770 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722025-12-03T16:13:29.303Z[ recovery-image] Dec 03 16:13:27.782 INFO O| Dec 03 16:13:27.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
60732025-12-03T16:13:29.303Z[ recovery-image] Dec 03 16:13:27.782 INFO O| Dec 03 16:13:27.782 INFO STEP 373 (remove_files) COMPLETE
60742025-12-03T16:13:29.303Z[ recovery-image] Dec 03 16:13:27.782 INFO O| Dec 03 16:13:27.782 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752025-12-03T16:13:29.314Z[ recovery-image] Dec 03 16:13:27.793 INFO O| Dec 03 16:13:27.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
60762025-12-03T16:13:29.314Z[ recovery-image] Dec 03 16:13:27.793 INFO O| Dec 03 16:13:27.793 INFO STEP 374 (remove_files) COMPLETE
60772025-12-03T16:13:29.315Z[ recovery-image] Dec 03 16:13:27.793 INFO O| Dec 03 16:13:27.793 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782025-12-03T16:13:29.327Z[ recovery-image] Dec 03 16:13:27.806 INFO O| Dec 03 16:13:27.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
60792025-12-03T16:13:29.329Z[ recovery-image] Dec 03 16:13:27.806 INFO O| Dec 03 16:13:27.806 INFO STEP 375 (remove_files) COMPLETE
60802025-12-03T16:13:29.329Z[ recovery-image] Dec 03 16:13:27.806 INFO O| Dec 03 16:13:27.806 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812025-12-03T16:13:29.341Z[ recovery-image] Dec 03 16:13:27.819 INFO O| Dec 03 16:13:27.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
60822025-12-03T16:13:29.341Z[ recovery-image] Dec 03 16:13:27.819 INFO O| Dec 03 16:13:27.819 INFO STEP 376 (remove_files) COMPLETE
60832025-12-03T16:13:29.341Z[ recovery-image] Dec 03 16:13:27.819 INFO O| Dec 03 16:13:27.819 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842025-12-03T16:13:29.354Z[ recovery-image] Dec 03 16:13:27.833 INFO O| Dec 03 16:13:27.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
60852025-12-03T16:13:29.355Z[ recovery-image] Dec 03 16:13:27.833 INFO O| Dec 03 16:13:27.833 INFO STEP 377 (remove_files) COMPLETE
60862025-12-03T16:13:29.355Z[ recovery-image] Dec 03 16:13:27.833 INFO O| Dec 03 16:13:27.833 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872025-12-03T16:13:29.369Z[ recovery-image] Dec 03 16:13:27.846 INFO O| Dec 03 16:13:27.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
60882025-12-03T16:13:29.369Z[ recovery-image] Dec 03 16:13:27.846 INFO O| Dec 03 16:13:27.846 INFO STEP 378 (remove_files) COMPLETE
60892025-12-03T16:13:29.369Z[ recovery-image] Dec 03 16:13:27.846 INFO O| Dec 03 16:13:27.846 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902025-12-03T16:13:29.381Z[ recovery-image] Dec 03 16:13:27.860 INFO O| Dec 03 16:13:27.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
60912025-12-03T16:13:29.381Z[ recovery-image] Dec 03 16:13:27.860 INFO O| Dec 03 16:13:27.860 INFO STEP 379 (remove_files) COMPLETE
60922025-12-03T16:13:29.381Z[ recovery-image] Dec 03 16:13:27.860 INFO O| Dec 03 16:13:27.860 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932025-12-03T16:13:29.395Z[ recovery-image] Dec 03 16:13:27.872 INFO O| Dec 03 16:13:27.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
60942025-12-03T16:13:29.395Z[ recovery-image] Dec 03 16:13:27.872 INFO O| Dec 03 16:13:27.872 INFO STEP 380 (remove_files) COMPLETE
60952025-12-03T16:13:29.400Z[ recovery-image] Dec 03 16:13:27.872 INFO O| Dec 03 16:13:27.872 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962025-12-03T16:13:29.406Z[ recovery-image] Dec 03 16:13:27.885 INFO O| Dec 03 16:13:27.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
60972025-12-03T16:13:29.406Z[ recovery-image] Dec 03 16:13:27.885 INFO O| Dec 03 16:13:27.885 INFO STEP 381 (remove_files) COMPLETE
60982025-12-03T16:13:29.406Z[ recovery-image] Dec 03 16:13:27.885 INFO O| Dec 03 16:13:27.885 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992025-12-03T16:13:29.418Z[ recovery-image] Dec 03 16:13:27.897 INFO O| Dec 03 16:13:27.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
61002025-12-03T16:13:29.419Z[ recovery-image] Dec 03 16:13:27.897 INFO O| Dec 03 16:13:27.897 INFO STEP 382 (remove_files) COMPLETE
61012025-12-03T16:13:29.419Z[ recovery-image] Dec 03 16:13:27.897 INFO O| Dec 03 16:13:27.897 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022025-12-03T16:13:29.430Z[ recovery-image] Dec 03 16:13:27.908 INFO O| Dec 03 16:13:27.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
61032025-12-03T16:13:29.430Z[ recovery-image] Dec 03 16:13:27.909 INFO O| Dec 03 16:13:27.908 INFO STEP 383 (remove_files) COMPLETE
61042025-12-03T16:13:29.430Z[ recovery-image] Dec 03 16:13:27.909 INFO O| Dec 03 16:13:27.908 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052025-12-03T16:13:29.441Z[ recovery-image] Dec 03 16:13:27.920 INFO O| Dec 03 16:13:27.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
61062025-12-03T16:13:29.441Z[ recovery-image] Dec 03 16:13:27.920 INFO O| Dec 03 16:13:27.920 INFO STEP 384 (remove_files) COMPLETE
61072025-12-03T16:13:29.441Z[ recovery-image] Dec 03 16:13:27.920 INFO O| Dec 03 16:13:27.920 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082025-12-03T16:13:29.454Z[ recovery-image] Dec 03 16:13:27.933 INFO O| Dec 03 16:13:27.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
61092025-12-03T16:13:29.454Z[ recovery-image] Dec 03 16:13:27.933 INFO O| Dec 03 16:13:27.933 INFO STEP 385 (remove_files) COMPLETE
61102025-12-03T16:13:29.454Z[ recovery-image] Dec 03 16:13:27.933 INFO O| Dec 03 16:13:27.933 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112025-12-03T16:13:29.467Z[ recovery-image] Dec 03 16:13:27.946 INFO O| Dec 03 16:13:27.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
61122025-12-03T16:13:29.467Z[ recovery-image] Dec 03 16:13:27.946 INFO O| Dec 03 16:13:27.946 INFO STEP 386 (remove_files) COMPLETE
61132025-12-03T16:13:29.467Z[ recovery-image] Dec 03 16:13:27.946 INFO O| Dec 03 16:13:27.946 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142025-12-03T16:13:29.479Z[ recovery-image] Dec 03 16:13:27.958 INFO O| Dec 03 16:13:27.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
61152025-12-03T16:13:29.483Z[ recovery-image] Dec 03 16:13:27.958 INFO O| Dec 03 16:13:27.958 INFO STEP 387 (remove_files) COMPLETE
61162025-12-03T16:13:29.483Z[ recovery-image] Dec 03 16:13:27.958 INFO O| Dec 03 16:13:27.958 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172025-12-03T16:13:29.491Z[ recovery-image] Dec 03 16:13:27.970 INFO O| Dec 03 16:13:27.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
61182025-12-03T16:13:29.491Z[ recovery-image] Dec 03 16:13:27.970 INFO O| Dec 03 16:13:27.970 INFO STEP 388 (remove_files) COMPLETE
61192025-12-03T16:13:29.495Z[ recovery-image] Dec 03 16:13:27.970 INFO O| Dec 03 16:13:27.970 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202025-12-03T16:13:29.504Z[ recovery-image] Dec 03 16:13:27.982 INFO O| Dec 03 16:13:27.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
61212025-12-03T16:13:29.504Z[ recovery-image] Dec 03 16:13:27.982 INFO O| Dec 03 16:13:27.982 INFO STEP 389 (remove_files) COMPLETE
61222025-12-03T16:13:29.504Z[ recovery-image] Dec 03 16:13:27.982 INFO O| Dec 03 16:13:27.982 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232025-12-03T16:13:29.516Z[ recovery-image] Dec 03 16:13:27.994 INFO O| Dec 03 16:13:27.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
61242025-12-03T16:13:29.516Z[ recovery-image] Dec 03 16:13:27.995 INFO O| Dec 03 16:13:27.995 INFO STEP 390 (remove_files) COMPLETE
61252025-12-03T16:13:29.516Z[ recovery-image] Dec 03 16:13:27.995 INFO O| Dec 03 16:13:27.995 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262025-12-03T16:13:29.530Z[ recovery-image] Dec 03 16:13:28.008 INFO O| Dec 03 16:13:28.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
61272025-12-03T16:13:29.530Z[ recovery-image] Dec 03 16:13:28.008 INFO O| Dec 03 16:13:28.008 INFO STEP 391 (remove_files) COMPLETE
61282025-12-03T16:13:29.534Z[ recovery-image] Dec 03 16:13:28.008 INFO O| Dec 03 16:13:28.008 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292025-12-03T16:13:29.542Z[ recovery-image] Dec 03 16:13:28.021 INFO O| Dec 03 16:13:28.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
61302025-12-03T16:13:29.545Z[ recovery-image] Dec 03 16:13:28.021 INFO O| Dec 03 16:13:28.021 INFO STEP 392 (remove_files) COMPLETE
61312025-12-03T16:13:29.545Z[ recovery-image] Dec 03 16:13:28.021 INFO O| Dec 03 16:13:28.021 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322025-12-03T16:13:29.554Z[ recovery-image] Dec 03 16:13:28.033 INFO O| Dec 03 16:13:28.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
61332025-12-03T16:13:29.554Z[ recovery-image] Dec 03 16:13:28.033 INFO O| Dec 03 16:13:28.033 INFO STEP 393 (remove_files) COMPLETE
61342025-12-03T16:13:29.554Z[ recovery-image] Dec 03 16:13:28.033 INFO O| Dec 03 16:13:28.033 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352025-12-03T16:13:29.567Z[ recovery-image] Dec 03 16:13:28.046 INFO O| Dec 03 16:13:28.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
61362025-12-03T16:13:29.567Z[ recovery-image] Dec 03 16:13:28.046 INFO O| Dec 03 16:13:28.046 INFO STEP 394 (remove_files) COMPLETE
61372025-12-03T16:13:29.567Z[ recovery-image] Dec 03 16:13:28.046 INFO O| Dec 03 16:13:28.046 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382025-12-03T16:13:29.581Z[ recovery-image] Dec 03 16:13:28.059 INFO O| Dec 03 16:13:28.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
61392025-12-03T16:13:29.581Z[ recovery-image] Dec 03 16:13:28.059 INFO O| Dec 03 16:13:28.059 INFO STEP 395 (remove_files) COMPLETE
61402025-12-03T16:13:29.581Z[ recovery-image] Dec 03 16:13:28.059 INFO O| Dec 03 16:13:28.059 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412025-12-03T16:13:29.594Z[ recovery-image] Dec 03 16:13:28.072 INFO O| Dec 03 16:13:28.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
61422025-12-03T16:13:29.595Z[ recovery-image] Dec 03 16:13:28.073 INFO O| Dec 03 16:13:28.072 INFO STEP 396 (remove_files) COMPLETE
61432025-12-03T16:13:29.595Z[ recovery-image] Dec 03 16:13:28.073 INFO O| Dec 03 16:13:28.073 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442025-12-03T16:13:29.607Z[ recovery-image] Dec 03 16:13:28.085 INFO O| Dec 03 16:13:28.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
61452025-12-03T16:13:29.607Z[ recovery-image] Dec 03 16:13:28.085 INFO O| Dec 03 16:13:28.085 INFO STEP 397 (remove_files) COMPLETE
61462025-12-03T16:13:29.607Z[ recovery-image] Dec 03 16:13:28.085 INFO O| Dec 03 16:13:28.085 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472025-12-03T16:13:29.619Z[ recovery-image] Dec 03 16:13:28.098 INFO O| Dec 03 16:13:28.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
61482025-12-03T16:13:29.619Z[ recovery-image] Dec 03 16:13:28.098 INFO O| Dec 03 16:13:28.098 INFO STEP 398 (remove_files) COMPLETE
61492025-12-03T16:13:29.619Z[ recovery-image] Dec 03 16:13:28.098 INFO O| Dec 03 16:13:28.098 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502025-12-03T16:13:29.631Z[ recovery-image] Dec 03 16:13:28.110 INFO O| Dec 03 16:13:28.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
61512025-12-03T16:13:29.631Z[ recovery-image] Dec 03 16:13:28.110 INFO O| Dec 03 16:13:28.110 INFO STEP 399 (remove_files) COMPLETE
61522025-12-03T16:13:29.635Z[ recovery-image] Dec 03 16:13:28.110 INFO O| Dec 03 16:13:28.110 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532025-12-03T16:13:29.643Z[ recovery-image] Dec 03 16:13:28.122 INFO O| Dec 03 16:13:28.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
61542025-12-03T16:13:29.646Z[ recovery-image] Dec 03 16:13:28.122 INFO O| Dec 03 16:13:28.122 INFO STEP 400 (remove_files) COMPLETE
61552025-12-03T16:13:29.646Z[ recovery-image] Dec 03 16:13:28.122 INFO O| Dec 03 16:13:28.122 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562025-12-03T16:13:29.656Z[ recovery-image] Dec 03 16:13:28.135 INFO O| Dec 03 16:13:28.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
61572025-12-03T16:13:29.656Z[ recovery-image] Dec 03 16:13:28.135 INFO O| Dec 03 16:13:28.135 INFO STEP 401 (remove_files) COMPLETE
61582025-12-03T16:13:29.656Z[ recovery-image] Dec 03 16:13:28.135 INFO O| Dec 03 16:13:28.135 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592025-12-03T16:13:29.669Z[ recovery-image] Dec 03 16:13:28.148 INFO O| Dec 03 16:13:28.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
61602025-12-03T16:13:29.671Z[ recovery-image] Dec 03 16:13:28.148 INFO O| Dec 03 16:13:28.148 INFO STEP 402 (remove_files) COMPLETE
61612025-12-03T16:13:29.671Z[ recovery-image] Dec 03 16:13:28.148 INFO O| Dec 03 16:13:28.148 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622025-12-03T16:13:29.682Z[ recovery-image] Dec 03 16:13:28.161 INFO O| Dec 03 16:13:28.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
61632025-12-03T16:13:29.682Z[ recovery-image] Dec 03 16:13:28.161 INFO O| Dec 03 16:13:28.161 INFO STEP 403 (remove_files) COMPLETE
61642025-12-03T16:13:29.685Z[ recovery-image] Dec 03 16:13:28.161 INFO O| Dec 03 16:13:28.161 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652025-12-03T16:13:29.696Z[ recovery-image] Dec 03 16:13:28.174 INFO O| Dec 03 16:13:28.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
61662025-12-03T16:13:29.697Z[ recovery-image] Dec 03 16:13:28.174 INFO O| Dec 03 16:13:28.174 INFO STEP 404 (remove_files) COMPLETE
61672025-12-03T16:13:29.700Z[ recovery-image] Dec 03 16:13:28.174 INFO O| Dec 03 16:13:28.174 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682025-12-03T16:13:29.713Z[ recovery-image] Dec 03 16:13:28.188 INFO O| Dec 03 16:13:28.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
61692025-12-03T16:13:29.713Z[ recovery-image] Dec 03 16:13:28.188 INFO O| Dec 03 16:13:28.188 INFO STEP 405 (remove_files) COMPLETE
61702025-12-03T16:13:29.713Z[ recovery-image] Dec 03 16:13:28.188 INFO O| Dec 03 16:13:28.188 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712025-12-03T16:13:29.723Z[ recovery-image] Dec 03 16:13:28.202 INFO O| Dec 03 16:13:28.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
61722025-12-03T16:13:29.723Z[ recovery-image] Dec 03 16:13:28.202 INFO O| Dec 03 16:13:28.202 INFO STEP 406 (remove_files) COMPLETE
61732025-12-03T16:13:29.723Z[ recovery-image] Dec 03 16:13:28.202 INFO O| Dec 03 16:13:28.202 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742025-12-03T16:13:29.736Z[ recovery-image] Dec 03 16:13:28.215 INFO O| Dec 03 16:13:28.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
61752025-12-03T16:13:29.736Z[ recovery-image] Dec 03 16:13:28.215 INFO O| Dec 03 16:13:28.215 INFO STEP 407 (remove_files) COMPLETE
61762025-12-03T16:13:29.736Z[ recovery-image] Dec 03 16:13:28.215 INFO O| Dec 03 16:13:28.215 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772025-12-03T16:13:29.756Z[ recovery-image] Dec 03 16:13:28.228 INFO O| Dec 03 16:13:28.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
61782025-12-03T16:13:29.756Z[ recovery-image] Dec 03 16:13:28.235 INFO O| Dec 03 16:13:28.229 INFO STEP 408 (remove_files) COMPLETE
61792025-12-03T16:13:29.756Z[ recovery-image] Dec 03 16:13:28.235 INFO O| Dec 03 16:13:28.229 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802025-12-03T16:13:29.763Z[ recovery-image] Dec 03 16:13:28.241 INFO O| Dec 03 16:13:28.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
61812025-12-03T16:13:29.763Z[ recovery-image] Dec 03 16:13:28.241 INFO O| Dec 03 16:13:28.241 INFO STEP 409 (remove_files) COMPLETE
61822025-12-03T16:13:29.766Z[ recovery-image] Dec 03 16:13:28.241 INFO O| Dec 03 16:13:28.241 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832025-12-03T16:13:29.775Z[ recovery-image] Dec 03 16:13:28.254 INFO O| Dec 03 16:13:28.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
61842025-12-03T16:13:29.775Z[ recovery-image] Dec 03 16:13:28.254 INFO O| Dec 03 16:13:28.254 INFO STEP 410 (remove_files) COMPLETE
61852025-12-03T16:13:29.775Z[ recovery-image] Dec 03 16:13:28.254 INFO O| Dec 03 16:13:28.254 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862025-12-03T16:13:29.788Z[ recovery-image] Dec 03 16:13:28.266 INFO O| Dec 03 16:13:28.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
61872025-12-03T16:13:29.788Z[ recovery-image] Dec 03 16:13:28.266 INFO O| Dec 03 16:13:28.266 INFO STEP 411 (remove_files) COMPLETE
61882025-12-03T16:13:29.791Z[ recovery-image] Dec 03 16:13:28.266 INFO O| Dec 03 16:13:28.266 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892025-12-03T16:13:29.800Z[ recovery-image] Dec 03 16:13:28.279 INFO O| Dec 03 16:13:28.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
61902025-12-03T16:13:29.804Z[ recovery-image] Dec 03 16:13:28.279 INFO O| Dec 03 16:13:28.279 INFO STEP 412 (remove_files) COMPLETE
61912025-12-03T16:13:29.804Z[ recovery-image] Dec 03 16:13:28.279 INFO O| Dec 03 16:13:28.279 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922025-12-03T16:13:29.813Z[ recovery-image] Dec 03 16:13:28.291 INFO O| Dec 03 16:13:28.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
61932025-12-03T16:13:29.814Z[ recovery-image] Dec 03 16:13:28.292 INFO O| Dec 03 16:13:28.292 INFO STEP 413 (remove_files) COMPLETE
61942025-12-03T16:13:29.814Z[ recovery-image] Dec 03 16:13:28.292 INFO O| Dec 03 16:13:28.292 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952025-12-03T16:13:29.825Z[ recovery-image] Dec 03 16:13:28.304 INFO O| Dec 03 16:13:28.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
61962025-12-03T16:13:29.825Z[ recovery-image] Dec 03 16:13:28.304 INFO O| Dec 03 16:13:28.304 INFO STEP 414 (remove_files) COMPLETE
61972025-12-03T16:13:29.828Z[ recovery-image] Dec 03 16:13:28.304 INFO O| Dec 03 16:13:28.304 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982025-12-03T16:13:29.837Z[ recovery-image] Dec 03 16:13:28.316 INFO O| Dec 03 16:13:28.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
61992025-12-03T16:13:29.837Z[ recovery-image] Dec 03 16:13:28.316 INFO O| Dec 03 16:13:28.316 INFO STEP 415 (remove_files) COMPLETE
62002025-12-03T16:13:29.841Z[ recovery-image] Dec 03 16:13:28.316 INFO O| Dec 03 16:13:28.316 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012025-12-03T16:13:29.850Z[ recovery-image] Dec 03 16:13:28.328 INFO O| Dec 03 16:13:28.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
62022025-12-03T16:13:29.850Z[ recovery-image] Dec 03 16:13:28.329 INFO O| Dec 03 16:13:28.329 INFO STEP 416 (remove_files) COMPLETE
62032025-12-03T16:13:29.850Z[ recovery-image] Dec 03 16:13:28.329 INFO O| Dec 03 16:13:28.329 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042025-12-03T16:13:29.863Z[ recovery-image] Dec 03 16:13:28.341 INFO O| Dec 03 16:13:28.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
62052025-12-03T16:13:29.863Z[ recovery-image] Dec 03 16:13:28.341 INFO O| Dec 03 16:13:28.341 INFO STEP 417 (remove_files) COMPLETE
62062025-12-03T16:13:29.863Z[ recovery-image] Dec 03 16:13:28.341 INFO O| Dec 03 16:13:28.341 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072025-12-03T16:13:29.875Z[ recovery-image] Dec 03 16:13:28.354 INFO O| Dec 03 16:13:28.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
62082025-12-03T16:13:29.876Z[ recovery-image] Dec 03 16:13:28.354 INFO O| Dec 03 16:13:28.354 INFO STEP 418 (remove_files) COMPLETE
62092025-12-03T16:13:29.876Z[ recovery-image] Dec 03 16:13:28.354 INFO O| Dec 03 16:13:28.354 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102025-12-03T16:13:29.887Z[ recovery-image] Dec 03 16:13:28.365 INFO O| Dec 03 16:13:28.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
62112025-12-03T16:13:29.888Z[ recovery-image] Dec 03 16:13:28.366 INFO O| Dec 03 16:13:28.366 INFO STEP 419 (remove_files) COMPLETE
62122025-12-03T16:13:29.888Z[ recovery-image] Dec 03 16:13:28.366 INFO O| Dec 03 16:13:28.366 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132025-12-03T16:13:29.900Z[ recovery-image] Dec 03 16:13:28.378 INFO O| Dec 03 16:13:28.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
62142025-12-03T16:13:29.900Z[ recovery-image] Dec 03 16:13:28.378 INFO O| Dec 03 16:13:28.378 INFO STEP 420 (remove_files) COMPLETE
62152025-12-03T16:13:29.904Z[ recovery-image] Dec 03 16:13:28.378 INFO O| Dec 03 16:13:28.378 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162025-12-03T16:13:29.913Z[ recovery-image] Dec 03 16:13:28.391 INFO O| Dec 03 16:13:28.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
62172025-12-03T16:13:29.913Z[ recovery-image] Dec 03 16:13:28.391 INFO O| Dec 03 16:13:28.391 INFO STEP 421 (remove_files) COMPLETE
62182025-12-03T16:13:29.917Z[ recovery-image] Dec 03 16:13:28.391 INFO O| Dec 03 16:13:28.391 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192025-12-03T16:13:29.925Z[ recovery-image] Dec 03 16:13:28.404 INFO O| Dec 03 16:13:28.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
62202025-12-03T16:13:29.925Z[ recovery-image] Dec 03 16:13:28.404 INFO O| Dec 03 16:13:28.404 INFO STEP 422 (remove_files) COMPLETE
62212025-12-03T16:13:29.930Z[ recovery-image] Dec 03 16:13:28.404 INFO O| Dec 03 16:13:28.404 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222025-12-03T16:13:29.940Z[ recovery-image] Dec 03 16:13:28.418 INFO O| Dec 03 16:13:28.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
62232025-12-03T16:13:29.940Z[ recovery-image] Dec 03 16:13:28.418 INFO O| Dec 03 16:13:28.418 INFO STEP 423 (remove_files) COMPLETE
62242025-12-03T16:13:29.940Z[ recovery-image] Dec 03 16:13:28.418 INFO O| Dec 03 16:13:28.418 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252025-12-03T16:13:29.953Z[ recovery-image] Dec 03 16:13:28.432 INFO O| Dec 03 16:13:28.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
62262025-12-03T16:13:29.958Z[ recovery-image] Dec 03 16:13:28.432 INFO O| Dec 03 16:13:28.432 INFO STEP 424 (remove_files) COMPLETE
62272025-12-03T16:13:29.958Z[ recovery-image] Dec 03 16:13:28.432 INFO O| Dec 03 16:13:28.432 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282025-12-03T16:13:29.969Z[ recovery-image] Dec 03 16:13:28.448 INFO O| Dec 03 16:13:28.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
62292025-12-03T16:13:29.969Z[ recovery-image] Dec 03 16:13:28.448 INFO O| Dec 03 16:13:28.448 INFO STEP 425 (remove_files) COMPLETE
62302025-12-03T16:13:29.969Z[ recovery-image] Dec 03 16:13:28.448 INFO O| Dec 03 16:13:28.448 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312025-12-03T16:13:29.984Z[ recovery-image] Dec 03 16:13:28.462 INFO O| Dec 03 16:13:28.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
62322025-12-03T16:13:29.984Z[ recovery-image] Dec 03 16:13:28.462 INFO O| Dec 03 16:13:28.462 INFO STEP 426 (remove_files) COMPLETE
62332025-12-03T16:13:29.984Z[ recovery-image] Dec 03 16:13:28.462 INFO O| Dec 03 16:13:28.462 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342025-12-03T16:13:29.997Z[ recovery-image] Dec 03 16:13:28.475 INFO O| Dec 03 16:13:28.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
62352025-12-03T16:13:29.997Z[ recovery-image] Dec 03 16:13:28.475 INFO O| Dec 03 16:13:28.475 INFO STEP 427 (remove_files) COMPLETE
62362025-12-03T16:13:29.997Z[ recovery-image] Dec 03 16:13:28.475 INFO O| Dec 03 16:13:28.475 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372025-12-03T16:13:30.010Z[ recovery-image] Dec 03 16:13:28.489 INFO O| Dec 03 16:13:28.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
62382025-12-03T16:13:30.011Z[ recovery-image] Dec 03 16:13:28.489 INFO O| Dec 03 16:13:28.489 INFO STEP 428 (remove_files) COMPLETE
62392025-12-03T16:13:30.011Z[ recovery-image] Dec 03 16:13:28.489 INFO O| Dec 03 16:13:28.489 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402025-12-03T16:13:30.024Z[ recovery-image] Dec 03 16:13:28.502 INFO O| Dec 03 16:13:28.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
62412025-12-03T16:13:30.024Z[ recovery-image] Dec 03 16:13:28.503 INFO O| Dec 03 16:13:28.502 INFO STEP 429 (remove_files) COMPLETE
62422025-12-03T16:13:30.027Z[ recovery-image] Dec 03 16:13:28.503 INFO O| Dec 03 16:13:28.503 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432025-12-03T16:13:30.036Z[ recovery-image] Dec 03 16:13:28.515 INFO O| Dec 03 16:13:28.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
62442025-12-03T16:13:30.036Z[ recovery-image] Dec 03 16:13:28.515 INFO O| Dec 03 16:13:28.515 INFO STEP 430 (remove_files) COMPLETE
62452025-12-03T16:13:30.039Z[ recovery-image] Dec 03 16:13:28.515 INFO O| Dec 03 16:13:28.515 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462025-12-03T16:13:30.049Z[ recovery-image] Dec 03 16:13:28.528 INFO O| Dec 03 16:13:28.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
62472025-12-03T16:13:30.049Z[ recovery-image] Dec 03 16:13:28.528 INFO O| Dec 03 16:13:28.528 INFO STEP 431 (remove_files) COMPLETE
62482025-12-03T16:13:30.052Z[ recovery-image] Dec 03 16:13:28.528 INFO O| Dec 03 16:13:28.528 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492025-12-03T16:13:30.061Z[ recovery-image] Dec 03 16:13:28.540 INFO O| Dec 03 16:13:28.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
62502025-12-03T16:13:30.061Z[ recovery-image] Dec 03 16:13:28.540 INFO O| Dec 03 16:13:28.540 INFO STEP 432 (remove_files) COMPLETE
62512025-12-03T16:13:30.061Z[ recovery-image] Dec 03 16:13:28.540 INFO O| Dec 03 16:13:28.540 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522025-12-03T16:13:30.075Z[ recovery-image] Dec 03 16:13:28.554 INFO O| Dec 03 16:13:28.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
62532025-12-03T16:13:30.075Z[ recovery-image] Dec 03 16:13:28.554 INFO O| Dec 03 16:13:28.554 INFO STEP 433 (remove_files) COMPLETE
62542025-12-03T16:13:30.075Z[ recovery-image] Dec 03 16:13:28.554 INFO O| Dec 03 16:13:28.554 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552025-12-03T16:13:30.087Z[ recovery-image] Dec 03 16:13:28.566 INFO O| Dec 03 16:13:28.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
62562025-12-03T16:13:30.088Z[ recovery-image] Dec 03 16:13:28.566 INFO O| Dec 03 16:13:28.566 INFO STEP 434 (remove_files) COMPLETE
62572025-12-03T16:13:30.088Z[ recovery-image] Dec 03 16:13:28.566 INFO O| Dec 03 16:13:28.566 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582025-12-03T16:13:30.099Z[ recovery-image] Dec 03 16:13:28.578 INFO O| Dec 03 16:13:28.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
62592025-12-03T16:13:30.099Z[ recovery-image] Dec 03 16:13:28.578 INFO O| Dec 03 16:13:28.578 INFO STEP 435 (remove_files) COMPLETE
62602025-12-03T16:13:30.104Z[ recovery-image] Dec 03 16:13:28.578 INFO O| Dec 03 16:13:28.578 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612025-12-03T16:13:30.115Z[ recovery-image] Dec 03 16:13:28.593 INFO O| Dec 03 16:13:28.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
62622025-12-03T16:13:30.115Z[ recovery-image] Dec 03 16:13:28.593 INFO O| Dec 03 16:13:28.593 INFO STEP 436 (remove_files) COMPLETE
62632025-12-03T16:13:30.115Z[ recovery-image] Dec 03 16:13:28.593 INFO O| Dec 03 16:13:28.593 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642025-12-03T16:13:30.129Z[ recovery-image] Dec 03 16:13:28.607 INFO O| Dec 03 16:13:28.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
62652025-12-03T16:13:30.130Z[ recovery-image] Dec 03 16:13:28.607 INFO O| Dec 03 16:13:28.607 INFO STEP 437 (remove_files) COMPLETE
62662025-12-03T16:13:30.130Z[ recovery-image] Dec 03 16:13:28.607 INFO O| Dec 03 16:13:28.607 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672025-12-03T16:13:30.143Z[ recovery-image] Dec 03 16:13:28.621 INFO O| Dec 03 16:13:28.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
62682025-12-03T16:13:30.143Z[ recovery-image] Dec 03 16:13:28.621 INFO O| Dec 03 16:13:28.621 INFO STEP 438 (remove_files) COMPLETE
62692025-12-03T16:13:30.143Z[ recovery-image] Dec 03 16:13:28.622 INFO O| Dec 03 16:13:28.621 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702025-12-03T16:13:30.158Z[ recovery-image] Dec 03 16:13:28.637 INFO O| Dec 03 16:13:28.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
62712025-12-03T16:13:30.158Z[ recovery-image] Dec 03 16:13:28.637 INFO O| Dec 03 16:13:28.637 INFO STEP 439 (remove_files) COMPLETE
62722025-12-03T16:13:30.158Z[ recovery-image] Dec 03 16:13:28.637 INFO O| Dec 03 16:13:28.637 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732025-12-03T16:13:30.174Z[ recovery-image] Dec 03 16:13:28.652 INFO O| Dec 03 16:13:28.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
62742025-12-03T16:13:30.174Z[ recovery-image] Dec 03 16:13:28.652 INFO O| Dec 03 16:13:28.652 INFO STEP 440 (remove_files) COMPLETE
62752025-12-03T16:13:30.177Z[ recovery-image] Dec 03 16:13:28.652 INFO O| Dec 03 16:13:28.652 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762025-12-03T16:13:30.186Z[ recovery-image] Dec 03 16:13:28.665 INFO O| Dec 03 16:13:28.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
62772025-12-03T16:13:30.186Z[ recovery-image] Dec 03 16:13:28.665 INFO O| Dec 03 16:13:28.665 INFO STEP 441 (remove_files) COMPLETE
62782025-12-03T16:13:30.186Z[ recovery-image] Dec 03 16:13:28.665 INFO O| Dec 03 16:13:28.665 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792025-12-03T16:13:30.199Z[ recovery-image] Dec 03 16:13:28.677 INFO O| Dec 03 16:13:28.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
62802025-12-03T16:13:30.199Z[ recovery-image] Dec 03 16:13:28.677 INFO O| Dec 03 16:13:28.677 INFO STEP 442 (remove_files) COMPLETE
62812025-12-03T16:13:30.199Z[ recovery-image] Dec 03 16:13:28.677 INFO O| Dec 03 16:13:28.677 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822025-12-03T16:13:30.211Z[ recovery-image] Dec 03 16:13:28.689 INFO O| Dec 03 16:13:28.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
62832025-12-03T16:13:30.211Z[ recovery-image] Dec 03 16:13:28.689 INFO O| Dec 03 16:13:28.689 INFO STEP 443 (remove_files) COMPLETE
62842025-12-03T16:13:30.214Z[ recovery-image] Dec 03 16:13:28.689 INFO O| Dec 03 16:13:28.689 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852025-12-03T16:13:30.222Z[ recovery-image] Dec 03 16:13:28.701 INFO O| Dec 03 16:13:28.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
62862025-12-03T16:13:30.222Z[ recovery-image] Dec 03 16:13:28.701 INFO O| Dec 03 16:13:28.701 INFO STEP 444 (remove_files) COMPLETE
62872025-12-03T16:13:30.222Z[ recovery-image] Dec 03 16:13:28.701 INFO O| Dec 03 16:13:28.701 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882025-12-03T16:13:30.235Z[ recovery-image] Dec 03 16:13:28.713 INFO O| Dec 03 16:13:28.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
62892025-12-03T16:13:30.235Z[ recovery-image] Dec 03 16:13:28.713 INFO O| Dec 03 16:13:28.713 INFO STEP 445 (remove_files) COMPLETE
62902025-12-03T16:13:30.240Z[ recovery-image] Dec 03 16:13:28.713 INFO O| Dec 03 16:13:28.713 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912025-12-03T16:13:30.247Z[ recovery-image] Dec 03 16:13:28.726 INFO O| Dec 03 16:13:28.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
62922025-12-03T16:13:30.247Z[ recovery-image] Dec 03 16:13:28.726 INFO O| Dec 03 16:13:28.726 INFO STEP 446 (remove_files) COMPLETE
62932025-12-03T16:13:30.247Z[ recovery-image] Dec 03 16:13:28.726 INFO O| Dec 03 16:13:28.726 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942025-12-03T16:13:30.261Z[ recovery-image] Dec 03 16:13:28.739 INFO O| Dec 03 16:13:28.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
62952025-12-03T16:13:30.261Z[ recovery-image] Dec 03 16:13:28.739 INFO O| Dec 03 16:13:28.739 INFO STEP 447 (remove_files) COMPLETE
62962025-12-03T16:13:30.264Z[ recovery-image] Dec 03 16:13:28.739 INFO O| Dec 03 16:13:28.739 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972025-12-03T16:13:30.274Z[ recovery-image] Dec 03 16:13:28.752 INFO O| Dec 03 16:13:28.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
62982025-12-03T16:13:30.275Z[ recovery-image] Dec 03 16:13:28.752 INFO O| Dec 03 16:13:28.752 INFO STEP 448 (remove_files) COMPLETE
62992025-12-03T16:13:30.275Z[ recovery-image] Dec 03 16:13:28.752 INFO O| Dec 03 16:13:28.752 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002025-12-03T16:13:30.285Z[ recovery-image] Dec 03 16:13:28.763 INFO O| Dec 03 16:13:28.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
63012025-12-03T16:13:30.285Z[ recovery-image] Dec 03 16:13:28.763 INFO O| Dec 03 16:13:28.763 INFO STEP 449 (remove_files) COMPLETE
63022025-12-03T16:13:30.285Z[ recovery-image] Dec 03 16:13:28.764 INFO O| Dec 03 16:13:28.763 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032025-12-03T16:13:30.296Z[ recovery-image] Dec 03 16:13:28.775 INFO O| Dec 03 16:13:28.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
63042025-12-03T16:13:30.296Z[ recovery-image] Dec 03 16:13:28.775 INFO O| Dec 03 16:13:28.775 INFO STEP 450 (remove_files) COMPLETE
63052025-12-03T16:13:30.296Z[ recovery-image] Dec 03 16:13:28.775 INFO O| Dec 03 16:13:28.775 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062025-12-03T16:13:30.310Z[ recovery-image] Dec 03 16:13:28.788 INFO O| Dec 03 16:13:28.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
63072025-12-03T16:13:30.310Z[ recovery-image] Dec 03 16:13:28.788 INFO O| Dec 03 16:13:28.788 INFO STEP 451 (remove_files) COMPLETE
63082025-12-03T16:13:30.310Z[ recovery-image] Dec 03 16:13:28.788 INFO O| Dec 03 16:13:28.788 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092025-12-03T16:13:30.325Z[ recovery-image] Dec 03 16:13:28.802 INFO O| Dec 03 16:13:28.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
63102025-12-03T16:13:30.325Z[ recovery-image] Dec 03 16:13:28.802 INFO O| Dec 03 16:13:28.802 INFO STEP 452 (remove_files) COMPLETE
63112025-12-03T16:13:30.329Z[ recovery-image] Dec 03 16:13:28.802 INFO O| Dec 03 16:13:28.802 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122025-12-03T16:13:30.338Z[ recovery-image] Dec 03 16:13:28.817 INFO O| Dec 03 16:13:28.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
63132025-12-03T16:13:30.338Z[ recovery-image] Dec 03 16:13:28.817 INFO O| Dec 03 16:13:28.817 INFO STEP 453 (remove_files) COMPLETE
63142025-12-03T16:13:30.338Z[ recovery-image] Dec 03 16:13:28.817 INFO O| Dec 03 16:13:28.817 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152025-12-03T16:13:30.352Z[ recovery-image] Dec 03 16:13:28.830 INFO O| Dec 03 16:13:28.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
63162025-12-03T16:13:30.352Z[ recovery-image] Dec 03 16:13:28.831 INFO O| Dec 03 16:13:28.831 INFO STEP 454 (remove_files) COMPLETE
63172025-12-03T16:13:30.352Z[ recovery-image] Dec 03 16:13:28.831 INFO O| Dec 03 16:13:28.831 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182025-12-03T16:13:30.367Z[ recovery-image] Dec 03 16:13:28.845 INFO O| Dec 03 16:13:28.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
63192025-12-03T16:13:30.370Z[ recovery-image] Dec 03 16:13:28.845 INFO O| Dec 03 16:13:28.845 INFO STEP 455 (remove_files) COMPLETE
63202025-12-03T16:13:30.370Z[ recovery-image] Dec 03 16:13:28.845 INFO O| Dec 03 16:13:28.845 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212025-12-03T16:13:30.380Z[ recovery-image] Dec 03 16:13:28.859 INFO O| Dec 03 16:13:28.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
63222025-12-03T16:13:30.384Z[ recovery-image] Dec 03 16:13:28.860 INFO O| Dec 03 16:13:28.860 INFO STEP 456 (remove_files) COMPLETE
63232025-12-03T16:13:30.384Z[ recovery-image] Dec 03 16:13:28.860 INFO O| Dec 03 16:13:28.860 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242025-12-03T16:13:30.395Z[ recovery-image] Dec 03 16:13:28.873 INFO O| Dec 03 16:13:28.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
63252025-12-03T16:13:30.395Z[ recovery-image] Dec 03 16:13:28.874 INFO O| Dec 03 16:13:28.874 INFO STEP 457 (remove_files) COMPLETE
63262025-12-03T16:13:30.395Z[ recovery-image] Dec 03 16:13:28.874 INFO O| Dec 03 16:13:28.874 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272025-12-03T16:13:30.408Z[ recovery-image] Dec 03 16:13:28.887 INFO O| Dec 03 16:13:28.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
63282025-12-03T16:13:30.412Z[ recovery-image] Dec 03 16:13:28.888 INFO O| Dec 03 16:13:28.888 INFO STEP 458 (remove_files) COMPLETE
63292025-12-03T16:13:30.412Z[ recovery-image] Dec 03 16:13:28.888 INFO O| Dec 03 16:13:28.888 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302025-12-03T16:13:30.425Z[ recovery-image] Dec 03 16:13:28.904 INFO O| Dec 03 16:13:28.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
63312025-12-03T16:13:30.425Z[ recovery-image] Dec 03 16:13:28.904 INFO O| Dec 03 16:13:28.904 INFO STEP 459 (remove_files) COMPLETE
63322025-12-03T16:13:30.425Z[ recovery-image] Dec 03 16:13:28.904 INFO O| Dec 03 16:13:28.904 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332025-12-03T16:13:30.438Z[ recovery-image] Dec 03 16:13:28.917 INFO O| Dec 03 16:13:28.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
63342025-12-03T16:13:30.438Z[ recovery-image] Dec 03 16:13:28.917 INFO O| Dec 03 16:13:28.917 INFO STEP 460 (remove_files) COMPLETE
63352025-12-03T16:13:30.438Z[ recovery-image] Dec 03 16:13:28.917 INFO O| Dec 03 16:13:28.917 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362025-12-03T16:13:30.452Z[ recovery-image] Dec 03 16:13:28.930 INFO O| Dec 03 16:13:28.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
63372025-12-03T16:13:30.452Z[ recovery-image] Dec 03 16:13:28.930 INFO O| Dec 03 16:13:28.930 INFO STEP 461 (remove_files) COMPLETE
63382025-12-03T16:13:30.452Z[ recovery-image] Dec 03 16:13:28.930 INFO O| Dec 03 16:13:28.930 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392025-12-03T16:13:30.466Z[ recovery-image] Dec 03 16:13:28.944 INFO O| Dec 03 16:13:28.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
63402025-12-03T16:13:30.466Z[ recovery-image] Dec 03 16:13:28.944 INFO O| Dec 03 16:13:28.944 INFO STEP 462 (remove_files) COMPLETE
63412025-12-03T16:13:30.466Z[ recovery-image] Dec 03 16:13:28.944 INFO O| Dec 03 16:13:28.944 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422025-12-03T16:13:30.480Z[ recovery-image] Dec 03 16:13:28.959 INFO O| Dec 03 16:13:28.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
63432025-12-03T16:13:30.480Z[ recovery-image] Dec 03 16:13:28.959 INFO O| Dec 03 16:13:28.959 INFO STEP 463 (remove_files) COMPLETE
63442025-12-03T16:13:30.480Z[ recovery-image] Dec 03 16:13:28.959 INFO O| Dec 03 16:13:28.959 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452025-12-03T16:13:30.494Z[ recovery-image] Dec 03 16:13:28.973 INFO O| Dec 03 16:13:28.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
63462025-12-03T16:13:30.498Z[ recovery-image] Dec 03 16:13:28.973 INFO O| Dec 03 16:13:28.973 INFO STEP 464 (remove_files) COMPLETE
63472025-12-03T16:13:30.498Z[ recovery-image] Dec 03 16:13:28.973 INFO O| Dec 03 16:13:28.973 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482025-12-03T16:13:30.510Z[ recovery-image] Dec 03 16:13:28.988 INFO O| Dec 03 16:13:28.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
63492025-12-03T16:13:30.510Z[ recovery-image] Dec 03 16:13:28.989 INFO O| Dec 03 16:13:28.989 INFO STEP 465 (remove_files) COMPLETE
63502025-12-03T16:13:30.514Z[ recovery-image] Dec 03 16:13:28.989 INFO O| Dec 03 16:13:28.989 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512025-12-03T16:13:30.525Z[ recovery-image] Dec 03 16:13:29.003 INFO O| Dec 03 16:13:29.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
63522025-12-03T16:13:30.525Z[ recovery-image] Dec 03 16:13:29.003 INFO O| Dec 03 16:13:29.003 INFO STEP 466 (remove_files) COMPLETE
63532025-12-03T16:13:30.525Z[ recovery-image] Dec 03 16:13:29.003 INFO O| Dec 03 16:13:29.003 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542025-12-03T16:13:30.538Z[ recovery-image] Dec 03 16:13:29.017 INFO O| Dec 03 16:13:29.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
63552025-12-03T16:13:30.539Z[ recovery-image] Dec 03 16:13:29.017 INFO O| Dec 03 16:13:29.017 INFO STEP 467 (remove_files) COMPLETE
63562025-12-03T16:13:30.539Z[ recovery-image] Dec 03 16:13:29.017 INFO O| Dec 03 16:13:29.017 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572025-12-03T16:13:30.552Z[ recovery-image] Dec 03 16:13:29.031 INFO O| Dec 03 16:13:29.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
63582025-12-03T16:13:30.552Z[ recovery-image] Dec 03 16:13:29.031 INFO O| Dec 03 16:13:29.031 INFO STEP 468 (remove_files) COMPLETE
63592025-12-03T16:13:30.552Z[ recovery-image] Dec 03 16:13:29.031 INFO O| Dec 03 16:13:29.031 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602025-12-03T16:13:30.566Z[ recovery-image] Dec 03 16:13:29.045 INFO O| Dec 03 16:13:29.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
63612025-12-03T16:13:30.567Z[ recovery-image] Dec 03 16:13:29.045 INFO O| Dec 03 16:13:29.045 INFO STEP 469 (remove_files) COMPLETE
63622025-12-03T16:13:30.567Z[ recovery-image] Dec 03 16:13:29.045 INFO O| Dec 03 16:13:29.045 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632025-12-03T16:13:30.581Z[ recovery-image] Dec 03 16:13:29.059 INFO O| Dec 03 16:13:29.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
63642025-12-03T16:13:30.581Z[ recovery-image] Dec 03 16:13:29.059 INFO O| Dec 03 16:13:29.059 INFO STEP 470 (remove_files) COMPLETE
63652025-12-03T16:13:30.586Z[ recovery-image] Dec 03 16:13:29.059 INFO O| Dec 03 16:13:29.059 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662025-12-03T16:13:30.596Z[ recovery-image] Dec 03 16:13:29.074 INFO O| Dec 03 16:13:29.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
63672025-12-03T16:13:30.596Z[ recovery-image] Dec 03 16:13:29.074 INFO O| Dec 03 16:13:29.074 INFO STEP 471 (remove_files) COMPLETE
63682025-12-03T16:13:30.596Z[ recovery-image] Dec 03 16:13:29.074 INFO O| Dec 03 16:13:29.074 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692025-12-03T16:13:30.611Z[ recovery-image] Dec 03 16:13:29.090 INFO O| Dec 03 16:13:29.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
63702025-12-03T16:13:30.611Z[ recovery-image] Dec 03 16:13:29.090 INFO O| Dec 03 16:13:29.090 INFO STEP 472 (remove_files) COMPLETE
63712025-12-03T16:13:30.611Z[ recovery-image] Dec 03 16:13:29.090 INFO O| Dec 03 16:13:29.090 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722025-12-03T16:13:30.625Z[ recovery-image] Dec 03 16:13:29.103 INFO O| Dec 03 16:13:29.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
63732025-12-03T16:13:30.626Z[ recovery-image] Dec 03 16:13:29.103 INFO O| Dec 03 16:13:29.103 INFO STEP 473 (remove_files) COMPLETE
63742025-12-03T16:13:30.626Z[ recovery-image] Dec 03 16:13:29.103 INFO O| Dec 03 16:13:29.103 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752025-12-03T16:13:30.640Z[ recovery-image] Dec 03 16:13:29.119 INFO O| Dec 03 16:13:29.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
63762025-12-03T16:13:30.640Z[ recovery-image] Dec 03 16:13:29.119 INFO O| Dec 03 16:13:29.119 INFO STEP 474 (remove_files) COMPLETE
63772025-12-03T16:13:30.644Z[ recovery-image] Dec 03 16:13:29.119 INFO O| Dec 03 16:13:29.119 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782025-12-03T16:13:30.655Z[ recovery-image] Dec 03 16:13:29.134 INFO O| Dec 03 16:13:29.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
63792025-12-03T16:13:30.655Z[ recovery-image] Dec 03 16:13:29.134 INFO O| Dec 03 16:13:29.134 INFO STEP 475 (remove_files) COMPLETE
63802025-12-03T16:13:30.655Z[ recovery-image] Dec 03 16:13:29.134 INFO O| Dec 03 16:13:29.134 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812025-12-03T16:13:30.669Z[ recovery-image] Dec 03 16:13:29.148 INFO O| Dec 03 16:13:29.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
63822025-12-03T16:13:30.670Z[ recovery-image] Dec 03 16:13:29.148 INFO O| Dec 03 16:13:29.148 INFO STEP 476 (remove_files) COMPLETE
63832025-12-03T16:13:30.670Z[ recovery-image] Dec 03 16:13:29.148 INFO O| Dec 03 16:13:29.148 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842025-12-03T16:13:30.682Z[ recovery-image] Dec 03 16:13:29.161 INFO O| Dec 03 16:13:29.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
63852025-12-03T16:13:30.682Z[ recovery-image] Dec 03 16:13:29.161 INFO O| Dec 03 16:13:29.161 INFO STEP 477 (remove_files) COMPLETE
63862025-12-03T16:13:30.686Z[ recovery-image] Dec 03 16:13:29.161 INFO O| Dec 03 16:13:29.161 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872025-12-03T16:13:30.694Z[ recovery-image] Dec 03 16:13:29.173 INFO O| Dec 03 16:13:29.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
63882025-12-03T16:13:30.699Z[ recovery-image] Dec 03 16:13:29.174 INFO O| Dec 03 16:13:29.174 INFO STEP 478 (remove_files) COMPLETE
63892025-12-03T16:13:30.699Z[ recovery-image] Dec 03 16:13:29.174 INFO O| Dec 03 16:13:29.174 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902025-12-03T16:13:30.708Z[ recovery-image] Dec 03 16:13:29.187 INFO O| Dec 03 16:13:29.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
63912025-12-03T16:13:30.709Z[ recovery-image] Dec 03 16:13:29.187 INFO O| Dec 03 16:13:29.187 INFO STEP 479 (remove_files) COMPLETE
63922025-12-03T16:13:30.712Z[ recovery-image] Dec 03 16:13:29.187 INFO O| Dec 03 16:13:29.187 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932025-12-03T16:13:30.721Z[ recovery-image] Dec 03 16:13:29.200 INFO O| Dec 03 16:13:29.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
63942025-12-03T16:13:30.721Z[ recovery-image] Dec 03 16:13:29.200 INFO O| Dec 03 16:13:29.200 INFO STEP 480 (remove_files) COMPLETE
63952025-12-03T16:13:30.721Z[ recovery-image] Dec 03 16:13:29.200 INFO O| Dec 03 16:13:29.200 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962025-12-03T16:13:30.736Z[ recovery-image] Dec 03 16:13:29.215 INFO O| Dec 03 16:13:29.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
63972025-12-03T16:13:30.736Z[ recovery-image] Dec 03 16:13:29.215 INFO O| Dec 03 16:13:29.215 INFO STEP 481 (remove_files) COMPLETE
63982025-12-03T16:13:30.741Z[ recovery-image] Dec 03 16:13:29.215 INFO O| Dec 03 16:13:29.215 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992025-12-03T16:13:30.750Z[ recovery-image] Dec 03 16:13:29.228 INFO O| Dec 03 16:13:29.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
64002025-12-03T16:13:30.751Z[ recovery-image] Dec 03 16:13:29.229 INFO O| Dec 03 16:13:29.229 INFO STEP 482 (remove_files) COMPLETE
64012025-12-03T16:13:30.754Z[ recovery-image] Dec 03 16:13:29.229 INFO O| Dec 03 16:13:29.229 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022025-12-03T16:13:30.764Z[ recovery-image] Dec 03 16:13:29.243 INFO O| Dec 03 16:13:29.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
64032025-12-03T16:13:30.764Z[ recovery-image] Dec 03 16:13:29.243 INFO O| Dec 03 16:13:29.243 INFO STEP 483 (remove_files) COMPLETE
64042025-12-03T16:13:30.764Z[ recovery-image] Dec 03 16:13:29.243 INFO O| Dec 03 16:13:29.243 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052025-12-03T16:13:30.779Z[ recovery-image] Dec 03 16:13:29.257 INFO O| Dec 03 16:13:29.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
64062025-12-03T16:13:30.779Z[ recovery-image] Dec 03 16:13:29.257 INFO O| Dec 03 16:13:29.257 INFO STEP 484 (remove_files) COMPLETE
64072025-12-03T16:13:30.780Z[ recovery-image] Dec 03 16:13:29.257 INFO O| Dec 03 16:13:29.257 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082025-12-03T16:13:30.790Z[ recovery-image] Dec 03 16:13:29.269 INFO O| Dec 03 16:13:29.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
64092025-12-03T16:13:30.790Z[ recovery-image] Dec 03 16:13:29.269 INFO O| Dec 03 16:13:29.269 INFO STEP 485 (remove_files) COMPLETE
64102025-12-03T16:13:30.790Z[ recovery-image] Dec 03 16:13:29.269 INFO O| Dec 03 16:13:29.269 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112025-12-03T16:13:30.803Z[ recovery-image] Dec 03 16:13:29.281 INFO O| Dec 03 16:13:29.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
64122025-12-03T16:13:30.803Z[ recovery-image] Dec 03 16:13:29.281 INFO O| Dec 03 16:13:29.281 INFO STEP 486 (remove_files) COMPLETE
64132025-12-03T16:13:30.806Z[ recovery-image] Dec 03 16:13:29.281 INFO O| Dec 03 16:13:29.281 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142025-12-03T16:13:30.816Z[ recovery-image] Dec 03 16:13:29.295 INFO O| Dec 03 16:13:29.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
64152025-12-03T16:13:30.816Z[ recovery-image] Dec 03 16:13:29.295 INFO O| Dec 03 16:13:29.295 INFO STEP 487 (remove_files) COMPLETE
64162025-12-03T16:13:30.816Z[ recovery-image] Dec 03 16:13:29.295 INFO O| Dec 03 16:13:29.295 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172025-12-03T16:13:30.828Z[ recovery-image] Dec 03 16:13:29.307 INFO O| Dec 03 16:13:29.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
64182025-12-03T16:13:30.829Z[ recovery-image] Dec 03 16:13:29.307 INFO O| Dec 03 16:13:29.307 INFO STEP 488 (remove_files) COMPLETE
64192025-12-03T16:13:30.829Z[ recovery-image] Dec 03 16:13:29.307 INFO O| Dec 03 16:13:29.307 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202025-12-03T16:13:30.841Z[ recovery-image] Dec 03 16:13:29.319 INFO O| Dec 03 16:13:29.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
64212025-12-03T16:13:30.841Z[ recovery-image] Dec 03 16:13:29.319 INFO O| Dec 03 16:13:29.319 INFO STEP 489 (remove_files) COMPLETE
64222025-12-03T16:13:30.841Z[ recovery-image] Dec 03 16:13:29.319 INFO O| Dec 03 16:13:29.319 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232025-12-03T16:13:30.889Z[ recovery-image] Dec 03 16:13:29.332 INFO O| Dec 03 16:13:29.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
64242025-12-03T16:13:30.889Z[ recovery-image] Dec 03 16:13:29.333 INFO O| Dec 03 16:13:29.333 INFO STEP 490 (remove_files) COMPLETE
64252025-12-03T16:13:30.889Z[ recovery-image] Dec 03 16:13:29.333 INFO O| Dec 03 16:13:29.333 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262025-12-03T16:13:30.889Z[ recovery-image] Dec 03 16:13:29.345 INFO O| Dec 03 16:13:29.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
64272025-12-03T16:13:30.889Z[ recovery-image] Dec 03 16:13:29.345 INFO O| Dec 03 16:13:29.345 INFO STEP 491 (remove_files) COMPLETE
64282025-12-03T16:13:30.889Z[ recovery-image] Dec 03 16:13:29.345 INFO O| Dec 03 16:13:29.345 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292025-12-03T16:13:30.889Z[ recovery-image] Dec 03 16:13:29.357 INFO O| Dec 03 16:13:29.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
64302025-12-03T16:13:30.889Z[ recovery-image] Dec 03 16:13:29.357 INFO O| Dec 03 16:13:29.357 INFO STEP 492 (remove_files) COMPLETE
64312025-12-03T16:13:30.889Z[ recovery-image] Dec 03 16:13:29.357 INFO O| Dec 03 16:13:29.357 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322025-12-03T16:13:30.894Z[ recovery-image] Dec 03 16:13:29.367 INFO O| Dec 03 16:13:29.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
64332025-12-03T16:13:30.894Z[ recovery-image] Dec 03 16:13:29.368 INFO O| Dec 03 16:13:29.368 INFO STEP 493 (remove_files) COMPLETE
64342025-12-03T16:13:30.894Z[ recovery-image] Dec 03 16:13:29.368 INFO O| Dec 03 16:13:29.368 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352025-12-03T16:13:30.904Z[ recovery-image] Dec 03 16:13:29.381 INFO O| Dec 03 16:13:29.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
64362025-12-03T16:13:30.904Z[ recovery-image] Dec 03 16:13:29.381 INFO O| Dec 03 16:13:29.381 INFO STEP 494 (remove_files) COMPLETE
64372025-12-03T16:13:30.904Z[ recovery-image] Dec 03 16:13:29.381 INFO O| Dec 03 16:13:29.381 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382025-12-03T16:13:30.917Z[ recovery-image] Dec 03 16:13:29.395 INFO O| Dec 03 16:13:29.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
64392025-12-03T16:13:30.917Z[ recovery-image] Dec 03 16:13:29.395 INFO O| Dec 03 16:13:29.395 INFO STEP 495 (remove_files) COMPLETE
64402025-12-03T16:13:30.917Z[ recovery-image] Dec 03 16:13:29.395 INFO O| Dec 03 16:13:29.395 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412025-12-03T16:13:30.931Z[ recovery-image] Dec 03 16:13:29.409 INFO O| Dec 03 16:13:29.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
64422025-12-03T16:13:30.932Z[ recovery-image] Dec 03 16:13:29.409 INFO O| Dec 03 16:13:29.409 INFO STEP 496 (remove_files) COMPLETE
64432025-12-03T16:13:30.935Z[ recovery-image] Dec 03 16:13:29.409 INFO O| Dec 03 16:13:29.409 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442025-12-03T16:13:30.944Z[ recovery-image] Dec 03 16:13:29.422 INFO O| Dec 03 16:13:29.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
64452025-12-03T16:13:30.947Z[ recovery-image] Dec 03 16:13:29.422 INFO O| Dec 03 16:13:29.422 INFO STEP 497 (remove_files) COMPLETE
64462025-12-03T16:13:30.947Z[ recovery-image] Dec 03 16:13:29.422 INFO O| Dec 03 16:13:29.422 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472025-12-03T16:13:30.956Z[ recovery-image] Dec 03 16:13:29.435 INFO O| Dec 03 16:13:29.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
64482025-12-03T16:13:30.956Z[ recovery-image] Dec 03 16:13:29.435 INFO O| Dec 03 16:13:29.435 INFO STEP 498 (remove_files) COMPLETE
64492025-12-03T16:13:30.960Z[ recovery-image] Dec 03 16:13:29.435 INFO O| Dec 03 16:13:29.435 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502025-12-03T16:13:30.970Z[ recovery-image] Dec 03 16:13:29.448 INFO O| Dec 03 16:13:29.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
64512025-12-03T16:13:30.973Z[ recovery-image] Dec 03 16:13:29.448 INFO O| Dec 03 16:13:29.448 INFO STEP 499 (remove_files) COMPLETE
64522025-12-03T16:13:30.973Z[ recovery-image] Dec 03 16:13:29.448 INFO O| Dec 03 16:13:29.448 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532025-12-03T16:13:30.983Z[ recovery-image] Dec 03 16:13:29.462 INFO O| Dec 03 16:13:29.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
64542025-12-03T16:13:30.983Z[ recovery-image] Dec 03 16:13:29.462 INFO O| Dec 03 16:13:29.462 INFO STEP 500 (remove_files) COMPLETE
64552025-12-03T16:13:30.983Z[ recovery-image] Dec 03 16:13:29.462 INFO O| Dec 03 16:13:29.462 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562025-12-03T16:13:30.995Z[ recovery-image] Dec 03 16:13:29.474 INFO O| Dec 03 16:13:29.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
64572025-12-03T16:13:30.996Z[ recovery-image] Dec 03 16:13:29.474 INFO O| Dec 03 16:13:29.474 INFO STEP 501 (remove_files) COMPLETE
64582025-12-03T16:13:30.999Z[ recovery-image] Dec 03 16:13:29.474 INFO O| Dec 03 16:13:29.474 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592025-12-03T16:13:31.008Z[ recovery-image] Dec 03 16:13:29.487 INFO O| Dec 03 16:13:29.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
64602025-12-03T16:13:31.011Z[ recovery-image] Dec 03 16:13:29.487 INFO O| Dec 03 16:13:29.487 INFO STEP 502 (remove_files) COMPLETE
64612025-12-03T16:13:31.011Z[ recovery-image] Dec 03 16:13:29.487 INFO O| Dec 03 16:13:29.487 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622025-12-03T16:13:31.021Z[ recovery-image] Dec 03 16:13:29.499 INFO O| Dec 03 16:13:29.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
64632025-12-03T16:13:31.024Z[ recovery-image] Dec 03 16:13:29.500 INFO O| Dec 03 16:13:29.500 INFO STEP 503 (remove_files) COMPLETE
64642025-12-03T16:13:31.024Z[ recovery-image] Dec 03 16:13:29.500 INFO O| Dec 03 16:13:29.500 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652025-12-03T16:13:31.036Z[ recovery-image] Dec 03 16:13:29.514 INFO O| Dec 03 16:13:29.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
64662025-12-03T16:13:31.036Z[ recovery-image] Dec 03 16:13:29.514 INFO O| Dec 03 16:13:29.514 INFO STEP 504 (remove_files) COMPLETE
64672025-12-03T16:13:31.036Z[ recovery-image] Dec 03 16:13:29.514 INFO O| Dec 03 16:13:29.514 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682025-12-03T16:13:31.049Z[ recovery-image] Dec 03 16:13:29.528 INFO O| Dec 03 16:13:29.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
64692025-12-03T16:13:31.049Z[ recovery-image] Dec 03 16:13:29.528 INFO O| Dec 03 16:13:29.528 INFO STEP 505 (remove_files) COMPLETE
64702025-12-03T16:13:31.053Z[ recovery-image] Dec 03 16:13:29.528 INFO O| Dec 03 16:13:29.528 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712025-12-03T16:13:31.061Z[ recovery-image] Dec 03 16:13:29.540 INFO O| Dec 03 16:13:29.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
64722025-12-03T16:13:31.061Z[ recovery-image] Dec 03 16:13:29.540 INFO O| Dec 03 16:13:29.540 INFO STEP 506 (remove_files) COMPLETE
64732025-12-03T16:13:31.061Z[ recovery-image] Dec 03 16:13:29.540 INFO O| Dec 03 16:13:29.540 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742025-12-03T16:13:31.074Z[ recovery-image] Dec 03 16:13:29.553 INFO O| Dec 03 16:13:29.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
64752025-12-03T16:13:31.075Z[ recovery-image] Dec 03 16:13:29.553 INFO O| Dec 03 16:13:29.553 INFO STEP 507 (remove_files) COMPLETE
64762025-12-03T16:13:31.075Z[ recovery-image] Dec 03 16:13:29.553 INFO O| Dec 03 16:13:29.553 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772025-12-03T16:13:31.088Z[ recovery-image] Dec 03 16:13:29.566 INFO O| Dec 03 16:13:29.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
64782025-12-03T16:13:31.088Z[ recovery-image] Dec 03 16:13:29.566 INFO O| Dec 03 16:13:29.566 INFO STEP 508 (remove_files) COMPLETE
64792025-12-03T16:13:31.091Z[ recovery-image] Dec 03 16:13:29.566 INFO O| Dec 03 16:13:29.566 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802025-12-03T16:13:31.101Z[ recovery-image] Dec 03 16:13:29.580 INFO O| Dec 03 16:13:29.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
64812025-12-03T16:13:31.101Z[ recovery-image] Dec 03 16:13:29.580 INFO O| Dec 03 16:13:29.580 INFO STEP 509 (remove_files) COMPLETE
64822025-12-03T16:13:31.101Z[ recovery-image] Dec 03 16:13:29.580 INFO O| Dec 03 16:13:29.580 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832025-12-03T16:13:31.115Z[ recovery-image] Dec 03 16:13:29.593 INFO O| Dec 03 16:13:29.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
64842025-12-03T16:13:31.115Z[ recovery-image] Dec 03 16:13:29.593 INFO O| Dec 03 16:13:29.593 INFO STEP 510 (remove_files) COMPLETE
64852025-12-03T16:13:31.115Z[ recovery-image] Dec 03 16:13:29.594 INFO O| Dec 03 16:13:29.593 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862025-12-03T16:13:31.127Z[ recovery-image] Dec 03 16:13:29.605 INFO O| Dec 03 16:13:29.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
64872025-12-03T16:13:31.127Z[ recovery-image] Dec 03 16:13:29.605 INFO O| Dec 03 16:13:29.605 INFO STEP 511 (remove_files) COMPLETE
64882025-12-03T16:13:31.130Z[ recovery-image] Dec 03 16:13:29.605 INFO O| Dec 03 16:13:29.605 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892025-12-03T16:13:31.138Z[ recovery-image] Dec 03 16:13:29.617 INFO O| Dec 03 16:13:29.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
64902025-12-03T16:13:31.138Z[ recovery-image] Dec 03 16:13:29.617 INFO O| Dec 03 16:13:29.617 INFO STEP 512 (remove_files) COMPLETE
64912025-12-03T16:13:31.139Z[ recovery-image] Dec 03 16:13:29.617 INFO O| Dec 03 16:13:29.617 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922025-12-03T16:13:31.154Z[ recovery-image] Dec 03 16:13:29.632 INFO O| Dec 03 16:13:29.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
64932025-12-03T16:13:31.157Z[ recovery-image] Dec 03 16:13:29.632 INFO O| Dec 03 16:13:29.632 INFO STEP 513 (remove_files) COMPLETE
64942025-12-03T16:13:31.157Z[ recovery-image] Dec 03 16:13:29.632 INFO O| Dec 03 16:13:29.632 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952025-12-03T16:13:31.168Z[ recovery-image] Dec 03 16:13:29.646 INFO O| Dec 03 16:13:29.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
64962025-12-03T16:13:31.168Z[ recovery-image] Dec 03 16:13:29.647 INFO O| Dec 03 16:13:29.646 INFO STEP 514 (remove_files) COMPLETE
64972025-12-03T16:13:31.168Z[ recovery-image] Dec 03 16:13:29.647 INFO O| Dec 03 16:13:29.647 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982025-12-03T16:13:31.186Z[ recovery-image] Dec 03 16:13:29.661 INFO O| Dec 03 16:13:29.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
64992025-12-03T16:13:31.186Z[ recovery-image] Dec 03 16:13:29.661 INFO O| Dec 03 16:13:29.661 INFO STEP 515 (remove_files) COMPLETE
65002025-12-03T16:13:31.186Z[ recovery-image] Dec 03 16:13:29.661 INFO O| Dec 03 16:13:29.661 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012025-12-03T16:13:31.197Z[ recovery-image] Dec 03 16:13:29.676 INFO O| Dec 03 16:13:29.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
65022025-12-03T16:13:31.197Z[ recovery-image] Dec 03 16:13:29.676 INFO O| Dec 03 16:13:29.676 INFO STEP 516 (remove_files) COMPLETE
65032025-12-03T16:13:31.197Z[ recovery-image] Dec 03 16:13:29.676 INFO O| Dec 03 16:13:29.676 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042025-12-03T16:13:31.211Z[ recovery-image] Dec 03 16:13:29.689 INFO O| Dec 03 16:13:29.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
65052025-12-03T16:13:31.211Z[ recovery-image] Dec 03 16:13:29.689 INFO O| Dec 03 16:13:29.689 INFO STEP 517 (remove_files) COMPLETE
65062025-12-03T16:13:31.215Z[ recovery-image] Dec 03 16:13:29.689 INFO O| Dec 03 16:13:29.689 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072025-12-03T16:13:31.225Z[ recovery-image] Dec 03 16:13:29.703 INFO O| Dec 03 16:13:29.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
65082025-12-03T16:13:31.225Z[ recovery-image] Dec 03 16:13:29.704 INFO O| Dec 03 16:13:29.704 INFO STEP 518 (remove_files) COMPLETE
65092025-12-03T16:13:31.225Z[ recovery-image] Dec 03 16:13:29.704 INFO O| Dec 03 16:13:29.704 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102025-12-03T16:13:31.240Z[ recovery-image] Dec 03 16:13:29.718 INFO O| Dec 03 16:13:29.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
65112025-12-03T16:13:31.240Z[ recovery-image] Dec 03 16:13:29.718 INFO O| Dec 03 16:13:29.718 INFO STEP 519 (remove_files) COMPLETE
65122025-12-03T16:13:31.243Z[ recovery-image] Dec 03 16:13:29.718 INFO O| Dec 03 16:13:29.718 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132025-12-03T16:13:31.254Z[ recovery-image] Dec 03 16:13:29.733 INFO O| Dec 03 16:13:29.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
65142025-12-03T16:13:31.258Z[ recovery-image] Dec 03 16:13:29.733 INFO O| Dec 03 16:13:29.733 INFO STEP 520 (remove_files) COMPLETE
65152025-12-03T16:13:31.258Z[ recovery-image] Dec 03 16:13:29.733 INFO O| Dec 03 16:13:29.733 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162025-12-03T16:13:31.272Z[ recovery-image] Dec 03 16:13:29.749 INFO O| Dec 03 16:13:29.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
65172025-12-03T16:13:31.275Z[ recovery-image] Dec 03 16:13:29.750 INFO O| Dec 03 16:13:29.750 INFO STEP 521 (remove_files) COMPLETE
65182025-12-03T16:13:31.275Z[ recovery-image] Dec 03 16:13:29.750 INFO O| Dec 03 16:13:29.750 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192025-12-03T16:13:31.287Z[ recovery-image] Dec 03 16:13:29.766 INFO O| Dec 03 16:13:29.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc"
65202025-12-03T16:13:31.291Z[ recovery-image] Dec 03 16:13:29.767 INFO O| Dec 03 16:13:29.767 INFO STEP 522 (remove_files) COMPLETE
65212025-12-03T16:13:31.291Z[ recovery-image] Dec 03 16:13:29.767 INFO O| Dec 03 16:13:29.767 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222025-12-03T16:13:31.302Z[ recovery-image] Dec 03 16:13:29.780 INFO O| Dec 03 16:13:29.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept"
65232025-12-03T16:13:31.302Z[ recovery-image] Dec 03 16:13:29.780 INFO O| Dec 03 16:13:29.780 INFO STEP 523 (remove_files) COMPLETE
65242025-12-03T16:13:31.305Z[ recovery-image] Dec 03 16:13:29.780 INFO O| Dec 03 16:13:29.780 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252025-12-03T16:13:31.315Z[ recovery-image] Dec 03 16:13:29.793 INFO O| Dec 03 16:13:29.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename"
65262025-12-03T16:13:31.315Z[ recovery-image] Dec 03 16:13:29.793 INFO O| Dec 03 16:13:29.793 INFO STEP 524 (remove_files) COMPLETE
65272025-12-03T16:13:31.315Z[ recovery-image] Dec 03 16:13:29.793 INFO O| Dec 03 16:13:29.793 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282025-12-03T16:13:31.329Z[ recovery-image] Dec 03 16:13:29.807 INFO O| Dec 03 16:13:29.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv"
65292025-12-03T16:13:31.329Z[ recovery-image] Dec 03 16:13:29.807 INFO O| Dec 03 16:13:29.807 INFO STEP 525 (remove_files) COMPLETE
65302025-12-03T16:13:31.332Z[ recovery-image] Dec 03 16:13:29.807 INFO O| Dec 03 16:13:29.807 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312025-12-03T16:13:31.343Z[ recovery-image] Dec 03 16:13:29.821 INFO O| Dec 03 16:13:29.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut"
65322025-12-03T16:13:31.344Z[ recovery-image] Dec 03 16:13:29.821 INFO O| Dec 03 16:13:29.821 INFO STEP 526 (remove_files) COMPLETE
65332025-12-03T16:13:31.344Z[ recovery-image] Dec 03 16:13:29.821 INFO O| Dec 03 16:13:29.821 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342025-12-03T16:13:31.355Z[ recovery-image] Dec 03 16:13:29.834 INFO O| Dec 03 16:13:29.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname"
65352025-12-03T16:13:31.355Z[ recovery-image] Dec 03 16:13:29.834 INFO O| Dec 03 16:13:29.834 INFO STEP 527 (remove_files) COMPLETE
65362025-12-03T16:13:31.356Z[ recovery-image] Dec 03 16:13:29.834 INFO O| Dec 03 16:13:29.834 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372025-12-03T16:13:31.368Z[ recovery-image] Dec 03 16:13:29.846 INFO O| Dec 03 16:13:29.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags"
65382025-12-03T16:13:31.368Z[ recovery-image] Dec 03 16:13:29.847 INFO O| Dec 03 16:13:29.847 INFO STEP 528 (remove_files) COMPLETE
65392025-12-03T16:13:31.372Z[ recovery-image] Dec 03 16:13:29.847 INFO O| Dec 03 16:13:29.847 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402025-12-03T16:13:31.383Z[ recovery-image] Dec 03 16:13:29.861 INFO O| Dec 03 16:13:29.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo"
65412025-12-03T16:13:31.383Z[ recovery-image] Dec 03 16:13:29.862 INFO O| Dec 03 16:13:29.862 INFO STEP 529 (remove_files) COMPLETE
65422025-12-03T16:13:31.383Z[ recovery-image] Dec 03 16:13:29.862 INFO O| Dec 03 16:13:29.862 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432025-12-03T16:13:31.399Z[ recovery-image] Dec 03 16:13:29.877 INFO O| Dec 03 16:13:29.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head"
65442025-12-03T16:13:31.399Z[ recovery-image] Dec 03 16:13:29.877 INFO O| Dec 03 16:13:29.877 INFO STEP 530 (remove_files) COMPLETE
65452025-12-03T16:13:31.399Z[ recovery-image] Dec 03 16:13:29.877 INFO O| Dec 03 16:13:29.877 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462025-12-03T16:13:31.412Z[ recovery-image] Dec 03 16:13:29.891 INFO O| Dec 03 16:13:29.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id"
65472025-12-03T16:13:31.412Z[ recovery-image] Dec 03 16:13:29.891 INFO O| Dec 03 16:13:29.891 INFO STEP 531 (remove_files) COMPLETE
65482025-12-03T16:13:31.412Z[ recovery-image] Dec 03 16:13:29.891 INFO O| Dec 03 16:13:29.891 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492025-12-03T16:13:31.429Z[ recovery-image] Dec 03 16:13:29.907 INFO O| Dec 03 16:13:29.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln"
65502025-12-03T16:13:31.429Z[ recovery-image] Dec 03 16:13:29.907 INFO O| Dec 03 16:13:29.907 INFO STEP 532 (remove_files) COMPLETE
65512025-12-03T16:13:31.432Z[ recovery-image] Dec 03 16:13:29.907 INFO O| Dec 03 16:13:29.907 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522025-12-03T16:13:31.444Z[ recovery-image] Dec 03 16:13:29.923 INFO O| Dec 03 16:13:29.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h"
65532025-12-03T16:13:31.445Z[ recovery-image] Dec 03 16:13:29.923 INFO O| Dec 03 16:13:29.923 INFO STEP 533 (remove_files) COMPLETE
65542025-12-03T16:13:31.445Z[ recovery-image] Dec 03 16:13:29.923 INFO O| Dec 03 16:13:29.923 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552025-12-03T16:13:31.457Z[ recovery-image] Dec 03 16:13:29.935 INFO O| Dec 03 16:13:29.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname"
65562025-12-03T16:13:31.457Z[ recovery-image] Dec 03 16:13:29.935 INFO O| Dec 03 16:13:29.935 INFO STEP 534 (remove_files) COMPLETE
65572025-12-03T16:13:31.460Z[ recovery-image] Dec 03 16:13:29.935 INFO O| Dec 03 16:13:29.935 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582025-12-03T16:13:31.470Z[ recovery-image] Dec 03 16:13:29.948 INFO O| Dec 03 16:13:29.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir"
65592025-12-03T16:13:31.475Z[ recovery-image] Dec 03 16:13:29.949 INFO O| Dec 03 16:13:29.949 INFO STEP 535 (remove_files) COMPLETE
65602025-12-03T16:13:31.475Z[ recovery-image] Dec 03 16:13:29.949 INFO O| Dec 03 16:13:29.949 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612025-12-03T16:13:31.483Z[ recovery-image] Dec 03 16:13:29.961 INFO O| Dec 03 16:13:29.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo"
65622025-12-03T16:13:31.486Z[ recovery-image] Dec 03 16:13:29.961 INFO O| Dec 03 16:13:29.961 INFO STEP 536 (remove_files) COMPLETE
65632025-12-03T16:13:31.486Z[ recovery-image] Dec 03 16:13:29.961 INFO O| Dec 03 16:13:29.961 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642025-12-03T16:13:31.495Z[ recovery-image] Dec 03 16:13:29.973 INFO O| Dec 03 16:13:29.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp"
65652025-12-03T16:13:31.495Z[ recovery-image] Dec 03 16:13:29.974 INFO O| Dec 03 16:13:29.973 INFO STEP 537 (remove_files) COMPLETE
65662025-12-03T16:13:31.495Z[ recovery-image] Dec 03 16:13:29.974 INFO O| Dec 03 16:13:29.974 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672025-12-03T16:13:31.507Z[ recovery-image] Dec 03 16:13:29.986 INFO O| Dec 03 16:13:29.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid"
65682025-12-03T16:13:31.507Z[ recovery-image] Dec 03 16:13:29.986 INFO O| Dec 03 16:13:29.986 INFO STEP 538 (remove_files) COMPLETE
65692025-12-03T16:13:31.507Z[ recovery-image] Dec 03 16:13:29.986 INFO O| Dec 03 16:13:29.986 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702025-12-03T16:13:31.520Z[ recovery-image] Dec 03 16:13:29.998 INFO O| Dec 03 16:13:29.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk"
65712025-12-03T16:13:31.520Z[ recovery-image] Dec 03 16:13:29.998 INFO O| Dec 03 16:13:29.998 INFO STEP 539 (remove_files) COMPLETE
65722025-12-03T16:13:31.520Z[ recovery-image] Dec 03 16:13:29.998 INFO O| Dec 03 16:13:29.998 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732025-12-03T16:13:31.534Z[ recovery-image] Dec 03 16:13:30.012 INFO O| Dec 03 16:13:30.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print"
65742025-12-03T16:13:31.534Z[ recovery-image] Dec 03 16:13:30.012 INFO O| Dec 03 16:13:30.012 INFO STEP 540 (remove_files) COMPLETE
65752025-12-03T16:13:31.534Z[ recovery-image] Dec 03 16:13:30.012 INFO O| Dec 03 16:13:30.012 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762025-12-03T16:13:31.547Z[ recovery-image] Dec 03 16:13:30.025 INFO O| Dec 03 16:13:30.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv"
65772025-12-03T16:13:31.547Z[ recovery-image] Dec 03 16:13:30.025 INFO O| Dec 03 16:13:30.025 INFO STEP 541 (remove_files) COMPLETE
65782025-12-03T16:13:31.550Z[ recovery-image] Dec 03 16:13:30.025 INFO O| Dec 03 16:13:30.025 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792025-12-03T16:13:31.567Z[ recovery-image] Dec 03 16:13:30.039 INFO O| Dec 03 16:13:30.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push"
65802025-12-03T16:13:31.567Z[ recovery-image] Dec 03 16:13:30.039 INFO O| Dec 03 16:13:30.039 INFO STEP 542 (remove_files) COMPLETE
65812025-12-03T16:13:31.568Z[ recovery-image] Dec 03 16:13:30.039 INFO O| Dec 03 16:13:30.039 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822025-12-03T16:13:31.573Z[ recovery-image] Dec 03 16:13:30.052 INFO O| Dec 03 16:13:30.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath"
65832025-12-03T16:13:31.574Z[ recovery-image] Dec 03 16:13:30.052 INFO O| Dec 03 16:13:30.052 INFO STEP 543 (remove_files) COMPLETE
65842025-12-03T16:13:31.574Z[ recovery-image] Dec 03 16:13:30.052 INFO O| Dec 03 16:13:30.052 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852025-12-03T16:13:31.586Z[ recovery-image] Dec 03 16:13:30.064 INFO O| Dec 03 16:13:30.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm"
65862025-12-03T16:13:31.586Z[ recovery-image] Dec 03 16:13:30.064 INFO O| Dec 03 16:13:30.064 INFO STEP 544 (remove_files) COMPLETE
65872025-12-03T16:13:31.589Z[ recovery-image] Dec 03 16:13:30.064 INFO O| Dec 03 16:13:30.064 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882025-12-03T16:13:31.600Z[ recovery-image] Dec 03 16:13:30.078 INFO O| Dec 03 16:13:30.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir"
65892025-12-03T16:13:31.600Z[ recovery-image] Dec 03 16:13:30.078 INFO O| Dec 03 16:13:30.078 INFO STEP 545 (remove_files) COMPLETE
65902025-12-03T16:13:31.600Z[ recovery-image] Dec 03 16:13:30.078 INFO O| Dec 03 16:13:30.078 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912025-12-03T16:13:31.614Z[ recovery-image] Dec 03 16:13:30.091 INFO O| Dec 03 16:13:30.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq"
65922025-12-03T16:13:31.614Z[ recovery-image] Dec 03 16:13:30.091 INFO O| Dec 03 16:13:30.091 INFO STEP 546 (remove_files) COMPLETE
65932025-12-03T16:13:31.614Z[ recovery-image] Dec 03 16:13:30.091 INFO O| Dec 03 16:13:30.091 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942025-12-03T16:13:31.626Z[ recovery-image] Dec 03 16:13:30.104 INFO O| Dec 03 16:13:30.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid"
65952025-12-03T16:13:31.626Z[ recovery-image] Dec 03 16:13:30.104 INFO O| Dec 03 16:13:30.104 INFO STEP 547 (remove_files) COMPLETE
65962025-12-03T16:13:31.626Z[ recovery-image] Dec 03 16:13:30.104 INFO O| Dec 03 16:13:30.104 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972025-12-03T16:13:31.638Z[ recovery-image] Dec 03 16:13:30.116 INFO O| Dec 03 16:13:30.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep"
65982025-12-03T16:13:31.638Z[ recovery-image] Dec 03 16:13:30.116 INFO O| Dec 03 16:13:30.116 INFO STEP 548 (remove_files) COMPLETE
65992025-12-03T16:13:31.638Z[ recovery-image] Dec 03 16:13:30.116 INFO O| Dec 03 16:13:30.116 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002025-12-03T16:13:31.650Z[ recovery-image] Dec 03 16:13:30.129 INFO O| Dec 03 16:13:30.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime"
66012025-12-03T16:13:31.650Z[ recovery-image] Dec 03 16:13:30.129 INFO O| Dec 03 16:13:30.129 INFO STEP 549 (remove_files) COMPLETE
66022025-12-03T16:13:31.650Z[ recovery-image] Dec 03 16:13:30.129 INFO O| Dec 03 16:13:30.129 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032025-12-03T16:13:31.664Z[ recovery-image] Dec 03 16:13:30.141 INFO O| Dec 03 16:13:30.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync"
66042025-12-03T16:13:31.664Z[ recovery-image] Dec 03 16:13:30.141 INFO O| Dec 03 16:13:30.141 INFO STEP 550 (remove_files) COMPLETE
66052025-12-03T16:13:31.664Z[ recovery-image] Dec 03 16:13:30.141 INFO O| Dec 03 16:13:30.141 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062025-12-03T16:13:31.675Z[ recovery-image] Dec 03 16:13:30.153 INFO O| Dec 03 16:13:30.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee"
66072025-12-03T16:13:31.675Z[ recovery-image] Dec 03 16:13:30.153 INFO O| Dec 03 16:13:30.153 INFO STEP 551 (remove_files) COMPLETE
66082025-12-03T16:13:31.675Z[ recovery-image] Dec 03 16:13:30.153 INFO O| Dec 03 16:13:30.153 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092025-12-03T16:13:31.687Z[ recovery-image] Dec 03 16:13:30.165 INFO O| Dec 03 16:13:30.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse"
66102025-12-03T16:13:31.687Z[ recovery-image] Dec 03 16:13:30.165 INFO O| Dec 03 16:13:30.165 INFO STEP 552 (remove_files) COMPLETE
66112025-12-03T16:13:31.692Z[ recovery-image] Dec 03 16:13:30.165 INFO O| Dec 03 16:13:30.165 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122025-12-03T16:13:31.699Z[ recovery-image] Dec 03 16:13:30.178 INFO O| Dec 03 16:13:30.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty"
66132025-12-03T16:13:31.699Z[ recovery-image] Dec 03 16:13:30.178 INFO O| Dec 03 16:13:30.178 INFO STEP 553 (remove_files) COMPLETE
66142025-12-03T16:13:31.699Z[ recovery-image] Dec 03 16:13:30.178 INFO O| Dec 03 16:13:30.178 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152025-12-03T16:13:31.712Z[ recovery-image] Dec 03 16:13:30.190 INFO O| Dec 03 16:13:30.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname"
66162025-12-03T16:13:31.715Z[ recovery-image] Dec 03 16:13:30.190 INFO O| Dec 03 16:13:30.190 INFO STEP 554 (remove_files) COMPLETE
66172025-12-03T16:13:31.715Z[ recovery-image] Dec 03 16:13:30.190 INFO O| Dec 03 16:13:30.190 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182025-12-03T16:13:31.724Z[ recovery-image] Dec 03 16:13:30.202 INFO O| Dec 03 16:13:30.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink"
66192025-12-03T16:13:31.724Z[ recovery-image] Dec 03 16:13:30.202 INFO O| Dec 03 16:13:30.202 INFO STEP 555 (remove_files) COMPLETE
66202025-12-03T16:13:31.729Z[ recovery-image] Dec 03 16:13:30.202 INFO O| Dec 03 16:13:30.202 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212025-12-03T16:13:31.737Z[ recovery-image] Dec 03 16:13:30.216 INFO O| Dec 03 16:13:30.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami"
66222025-12-03T16:13:31.737Z[ recovery-image] Dec 03 16:13:30.216 INFO O| Dec 03 16:13:30.216 INFO STEP 556 (remove_files) COMPLETE
66232025-12-03T16:13:31.740Z[ recovery-image] Dec 03 16:13:30.216 INFO O| Dec 03 16:13:30.216 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242025-12-03T16:13:31.751Z[ recovery-image] Dec 03 16:13:30.230 INFO O| Dec 03 16:13:30.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
66252025-12-03T16:13:31.751Z[ recovery-image] Dec 03 16:13:30.230 INFO O| Dec 03 16:13:30.230 INFO STEP 557 (remove_files) COMPLETE
66262025-12-03T16:13:31.751Z[ recovery-image] Dec 03 16:13:30.230 INFO O| Dec 03 16:13:30.230 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272025-12-03T16:13:31.765Z[ recovery-image] Dec 03 16:13:30.243 INFO O| Dec 03 16:13:30.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
66282025-12-03T16:13:31.765Z[ recovery-image] Dec 03 16:13:30.243 INFO O| Dec 03 16:13:30.243 INFO STEP 558 (remove_files) COMPLETE
66292025-12-03T16:13:31.768Z[ recovery-image] Dec 03 16:13:30.243 INFO O| Dec 03 16:13:30.243 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302025-12-03T16:13:31.777Z[ recovery-image] Dec 03 16:13:30.256 INFO O| Dec 03 16:13:30.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
66312025-12-03T16:13:31.777Z[ recovery-image] Dec 03 16:13:30.256 INFO O| Dec 03 16:13:30.256 INFO STEP 559 (remove_files) COMPLETE
66322025-12-03T16:13:31.778Z[ recovery-image] Dec 03 16:13:30.256 INFO O| Dec 03 16:13:30.256 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332025-12-03T16:13:31.791Z[ recovery-image] Dec 03 16:13:30.270 INFO O| Dec 03 16:13:30.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
66342025-12-03T16:13:31.791Z[ recovery-image] Dec 03 16:13:30.270 INFO O| Dec 03 16:13:30.270 INFO STEP 560 (remove_files) COMPLETE
66352025-12-03T16:13:31.791Z[ recovery-image] Dec 03 16:13:30.270 INFO O| Dec 03 16:13:30.270 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362025-12-03T16:13:31.805Z[ recovery-image] Dec 03 16:13:30.283 INFO O| Dec 03 16:13:30.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
66372025-12-03T16:13:31.805Z[ recovery-image] Dec 03 16:13:30.283 INFO O| Dec 03 16:13:30.283 INFO STEP 561 (remove_files) COMPLETE
66382025-12-03T16:13:31.805Z[ recovery-image] Dec 03 16:13:30.283 INFO O| Dec 03 16:13:30.283 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392025-12-03T16:13:31.817Z[ recovery-image] Dec 03 16:13:30.295 INFO O| Dec 03 16:13:30.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
66402025-12-03T16:13:31.817Z[ recovery-image] Dec 03 16:13:30.295 INFO O| Dec 03 16:13:30.295 INFO STEP 562 (remove_files) COMPLETE
66412025-12-03T16:13:31.820Z[ recovery-image] Dec 03 16:13:30.295 INFO O| Dec 03 16:13:30.295 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422025-12-03T16:13:31.829Z[ recovery-image] Dec 03 16:13:30.307 INFO O| Dec 03 16:13:30.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
66432025-12-03T16:13:31.829Z[ recovery-image] Dec 03 16:13:30.307 INFO O| Dec 03 16:13:30.307 INFO STEP 563 (remove_files) COMPLETE
66442025-12-03T16:13:31.832Z[ recovery-image] Dec 03 16:13:30.307 INFO O| Dec 03 16:13:30.307 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452025-12-03T16:13:31.841Z[ recovery-image] Dec 03 16:13:30.320 INFO O| Dec 03 16:13:30.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
66462025-12-03T16:13:31.841Z[ recovery-image] Dec 03 16:13:30.320 INFO O| Dec 03 16:13:30.320 INFO STEP 564 (remove_files) COMPLETE
66472025-12-03T16:13:31.841Z[ recovery-image] Dec 03 16:13:30.320 INFO O| Dec 03 16:13:30.320 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482025-12-03T16:13:31.854Z[ recovery-image] Dec 03 16:13:30.332 INFO O| Dec 03 16:13:30.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
66492025-12-03T16:13:31.857Z[ recovery-image] Dec 03 16:13:30.332 INFO O| Dec 03 16:13:30.332 INFO STEP 565 (remove_files) COMPLETE
66502025-12-03T16:13:31.857Z[ recovery-image] Dec 03 16:13:30.333 INFO O| Dec 03 16:13:30.332 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512025-12-03T16:13:31.867Z[ recovery-image] Dec 03 16:13:30.345 INFO O| Dec 03 16:13:30.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
66522025-12-03T16:13:31.867Z[ recovery-image] Dec 03 16:13:30.345 INFO O| Dec 03 16:13:30.345 INFO STEP 566 (remove_files) COMPLETE
66532025-12-03T16:13:31.870Z[ recovery-image] Dec 03 16:13:30.345 INFO O| Dec 03 16:13:30.345 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542025-12-03T16:13:31.880Z[ recovery-image] Dec 03 16:13:30.358 INFO O| Dec 03 16:13:30.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
66552025-12-03T16:13:31.880Z[ recovery-image] Dec 03 16:13:30.359 INFO O| Dec 03 16:13:30.359 INFO STEP 567 (remove_files) COMPLETE
66562025-12-03T16:13:31.880Z[ recovery-image] Dec 03 16:13:30.359 INFO O| Dec 03 16:13:30.359 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572025-12-03T16:13:31.893Z[ recovery-image] Dec 03 16:13:30.371 INFO O| Dec 03 16:13:30.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
66582025-12-03T16:13:31.897Z[ recovery-image] Dec 03 16:13:30.371 INFO O| Dec 03 16:13:30.371 INFO STEP 568 (remove_files) COMPLETE
66592025-12-03T16:13:31.897Z[ recovery-image] Dec 03 16:13:30.372 INFO O| Dec 03 16:13:30.371 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602025-12-03T16:13:31.905Z[ recovery-image] Dec 03 16:13:30.384 INFO O| Dec 03 16:13:30.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
66612025-12-03T16:13:31.908Z[ recovery-image] Dec 03 16:13:30.384 INFO O| Dec 03 16:13:30.384 INFO STEP 569 (remove_files) COMPLETE
66622025-12-03T16:13:31.908Z[ recovery-image] Dec 03 16:13:30.384 INFO O| Dec 03 16:13:30.384 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632025-12-03T16:13:31.920Z[ recovery-image] Dec 03 16:13:30.398 INFO O| Dec 03 16:13:30.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
66642025-12-03T16:13:31.920Z[ recovery-image] Dec 03 16:13:30.398 INFO O| Dec 03 16:13:30.398 INFO STEP 570 (remove_files) COMPLETE
66652025-12-03T16:13:31.923Z[ recovery-image] Dec 03 16:13:30.398 INFO O| Dec 03 16:13:30.398 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662025-12-03T16:13:31.934Z[ recovery-image] Dec 03 16:13:30.413 INFO O| Dec 03 16:13:30.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
66672025-12-03T16:13:31.934Z[ recovery-image] Dec 03 16:13:30.413 INFO O| Dec 03 16:13:30.413 INFO STEP 571 (remove_files) COMPLETE
66682025-12-03T16:13:31.935Z[ recovery-image] Dec 03 16:13:30.413 INFO O| Dec 03 16:13:30.413 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692025-12-03T16:13:31.949Z[ recovery-image] Dec 03 16:13:30.428 INFO O| Dec 03 16:13:30.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
66702025-12-03T16:13:31.952Z[ recovery-image] Dec 03 16:13:30.428 INFO O| Dec 03 16:13:30.428 INFO STEP 572 (remove_files) COMPLETE
66712025-12-03T16:13:31.953Z[ recovery-image] Dec 03 16:13:30.428 INFO O| Dec 03 16:13:30.428 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722025-12-03T16:13:31.965Z[ recovery-image] Dec 03 16:13:30.443 INFO O| Dec 03 16:13:30.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
66732025-12-03T16:13:31.965Z[ recovery-image] Dec 03 16:13:30.443 INFO O| Dec 03 16:13:30.443 INFO STEP 573 (remove_files) COMPLETE
66742025-12-03T16:13:31.965Z[ recovery-image] Dec 03 16:13:30.443 INFO O| Dec 03 16:13:30.443 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752025-12-03T16:13:31.979Z[ recovery-image] Dec 03 16:13:30.458 INFO O| Dec 03 16:13:30.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
66762025-12-03T16:13:31.979Z[ recovery-image] Dec 03 16:13:30.458 INFO O| Dec 03 16:13:30.458 INFO STEP 574 (remove_files) COMPLETE
66772025-12-03T16:13:31.979Z[ recovery-image] Dec 03 16:13:30.458 INFO O| Dec 03 16:13:30.458 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782025-12-03T16:13:31.994Z[ recovery-image] Dec 03 16:13:30.473 INFO O| Dec 03 16:13:30.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
66792025-12-03T16:13:31.995Z[ recovery-image] Dec 03 16:13:30.473 INFO O| Dec 03 16:13:30.473 INFO STEP 575 (remove_files) COMPLETE
66802025-12-03T16:13:31.995Z[ recovery-image] Dec 03 16:13:30.473 INFO O| Dec 03 16:13:30.473 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812025-12-03T16:13:32.009Z[ recovery-image] Dec 03 16:13:30.487 INFO O| Dec 03 16:13:30.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1"
66822025-12-03T16:13:32.009Z[ recovery-image] Dec 03 16:13:30.487 INFO O| Dec 03 16:13:30.487 INFO STEP 576 (remove_files) COMPLETE
66832025-12-03T16:13:32.012Z[ recovery-image] Dec 03 16:13:30.487 INFO O| Dec 03 16:13:30.487 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842025-12-03T16:13:32.024Z[ recovery-image] Dec 03 16:13:30.501 INFO O| Dec 03 16:13:30.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
66852025-12-03T16:13:32.024Z[ recovery-image] Dec 03 16:13:30.501 INFO O| Dec 03 16:13:30.501 INFO STEP 577 (remove_files) COMPLETE
66862025-12-03T16:13:32.028Z[ recovery-image] Dec 03 16:13:30.501 INFO O| Dec 03 16:13:30.501 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872025-12-03T16:13:32.039Z[ recovery-image] Dec 03 16:13:30.517 INFO O| Dec 03 16:13:30.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
66882025-12-03T16:13:32.039Z[ recovery-image] Dec 03 16:13:30.517 INFO O| Dec 03 16:13:30.517 INFO STEP 578 (remove_files) COMPLETE
66892025-12-03T16:13:32.042Z[ recovery-image] Dec 03 16:13:30.517 INFO O| Dec 03 16:13:30.517 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902025-12-03T16:13:32.053Z[ recovery-image] Dec 03 16:13:30.531 INFO O| Dec 03 16:13:30.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
66912025-12-03T16:13:32.053Z[ recovery-image] Dec 03 16:13:30.531 INFO O| Dec 03 16:13:30.531 INFO STEP 579 (remove_files) COMPLETE
66922025-12-03T16:13:32.053Z[ recovery-image] Dec 03 16:13:30.531 INFO O| Dec 03 16:13:30.531 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932025-12-03T16:13:32.066Z[ recovery-image] Dec 03 16:13:30.544 INFO O| Dec 03 16:13:30.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
66942025-12-03T16:13:32.071Z[ recovery-image] Dec 03 16:13:30.545 INFO O| Dec 03 16:13:30.545 INFO STEP 580 (remove_files) COMPLETE
66952025-12-03T16:13:32.071Z[ recovery-image] Dec 03 16:13:30.545 INFO O| Dec 03 16:13:30.545 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962025-12-03T16:13:32.081Z[ recovery-image] Dec 03 16:13:30.559 INFO O| Dec 03 16:13:30.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
66972025-12-03T16:13:32.081Z[ recovery-image] Dec 03 16:13:30.559 INFO O| Dec 03 16:13:30.559 INFO STEP 581 (remove_files) COMPLETE
66982025-12-03T16:13:32.085Z[ recovery-image] Dec 03 16:13:30.559 INFO O| Dec 03 16:13:30.559 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992025-12-03T16:13:32.097Z[ recovery-image] Dec 03 16:13:30.575 INFO O| Dec 03 16:13:30.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
67002025-12-03T16:13:32.100Z[ recovery-image] Dec 03 16:13:30.575 INFO O| Dec 03 16:13:30.575 INFO STEP 582 (remove_files) COMPLETE
67012025-12-03T16:13:32.101Z[ recovery-image] Dec 03 16:13:30.575 INFO O| Dec 03 16:13:30.575 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022025-12-03T16:13:32.112Z[ recovery-image] Dec 03 16:13:30.590 INFO O| Dec 03 16:13:30.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
67032025-12-03T16:13:32.115Z[ recovery-image] Dec 03 16:13:30.591 INFO O| Dec 03 16:13:30.591 INFO STEP 583 (remove_files) COMPLETE
67042025-12-03T16:13:32.115Z[ recovery-image] Dec 03 16:13:30.591 INFO O| Dec 03 16:13:30.591 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052025-12-03T16:13:32.128Z[ recovery-image] Dec 03 16:13:30.605 INFO O| Dec 03 16:13:30.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
67062025-12-03T16:13:32.128Z[ recovery-image] Dec 03 16:13:30.605 INFO O| Dec 03 16:13:30.605 INFO STEP 584 (remove_files) COMPLETE
67072025-12-03T16:13:32.128Z[ recovery-image] Dec 03 16:13:30.605 INFO O| Dec 03 16:13:30.605 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082025-12-03T16:13:32.140Z[ recovery-image] Dec 03 16:13:30.619 INFO O| Dec 03 16:13:30.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
67092025-12-03T16:13:32.141Z[ recovery-image] Dec 03 16:13:30.619 INFO O| Dec 03 16:13:30.618 INFO STEP 585 (remove_files) COMPLETE
67102025-12-03T16:13:32.143Z[ recovery-image] Dec 03 16:13:30.619 INFO O| Dec 03 16:13:30.618 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112025-12-03T16:13:32.155Z[ recovery-image] Dec 03 16:13:30.632 INFO O| Dec 03 16:13:30.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
67122025-12-03T16:13:32.155Z[ recovery-image] Dec 03 16:13:30.633 INFO O| Dec 03 16:13:30.633 INFO STEP 586 (remove_files) COMPLETE
67132025-12-03T16:13:32.158Z[ recovery-image] Dec 03 16:13:30.633 INFO O| Dec 03 16:13:30.633 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142025-12-03T16:13:32.168Z[ recovery-image] Dec 03 16:13:30.646 INFO O| Dec 03 16:13:30.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
67152025-12-03T16:13:32.171Z[ recovery-image] Dec 03 16:13:30.646 INFO O| Dec 03 16:13:30.646 INFO STEP 587 (remove_files) COMPLETE
67162025-12-03T16:13:32.171Z[ recovery-image] Dec 03 16:13:30.646 INFO O| Dec 03 16:13:30.646 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172025-12-03T16:13:32.182Z[ recovery-image] Dec 03 16:13:30.659 INFO O| Dec 03 16:13:30.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
67182025-12-03T16:13:32.182Z[ recovery-image] Dec 03 16:13:30.659 INFO O| Dec 03 16:13:30.659 INFO STEP 588 (remove_files) COMPLETE
67192025-12-03T16:13:32.182Z[ recovery-image] Dec 03 16:13:30.659 INFO O| Dec 03 16:13:30.659 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202025-12-03T16:13:32.194Z[ recovery-image] Dec 03 16:13:30.672 INFO O| Dec 03 16:13:30.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
67212025-12-03T16:13:32.194Z[ recovery-image] Dec 03 16:13:30.672 INFO O| Dec 03 16:13:30.672 INFO STEP 589 (remove_files) COMPLETE
67222025-12-03T16:13:32.194Z[ recovery-image] Dec 03 16:13:30.672 INFO O| Dec 03 16:13:30.672 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232025-12-03T16:13:32.207Z[ recovery-image] Dec 03 16:13:30.685 INFO O| Dec 03 16:13:30.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
67242025-12-03T16:13:32.207Z[ recovery-image] Dec 03 16:13:30.685 INFO O| Dec 03 16:13:30.685 INFO STEP 590 (remove_files) COMPLETE
67252025-12-03T16:13:32.207Z[ recovery-image] Dec 03 16:13:30.685 INFO O| Dec 03 16:13:30.685 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262025-12-03T16:13:32.220Z[ recovery-image] Dec 03 16:13:30.698 INFO O| Dec 03 16:13:30.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
67272025-12-03T16:13:32.220Z[ recovery-image] Dec 03 16:13:30.699 INFO O| Dec 03 16:13:30.698 INFO STEP 591 (remove_files) COMPLETE
67282025-12-03T16:13:32.224Z[ recovery-image] Dec 03 16:13:30.699 INFO O| Dec 03 16:13:30.699 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292025-12-03T16:13:32.234Z[ recovery-image] Dec 03 16:13:30.712 INFO O| Dec 03 16:13:30.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
67302025-12-03T16:13:32.238Z[ recovery-image] Dec 03 16:13:30.713 INFO O| Dec 03 16:13:30.713 INFO STEP 592 (remove_files) COMPLETE
67312025-12-03T16:13:32.238Z[ recovery-image] Dec 03 16:13:30.713 INFO O| Dec 03 16:13:30.713 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322025-12-03T16:13:32.251Z[ recovery-image] Dec 03 16:13:30.729 INFO O| Dec 03 16:13:30.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
67332025-12-03T16:13:32.251Z[ recovery-image] Dec 03 16:13:30.729 INFO O| Dec 03 16:13:30.729 INFO STEP 593 (remove_files) COMPLETE
67342025-12-03T16:13:32.251Z[ recovery-image] Dec 03 16:13:30.729 INFO O| Dec 03 16:13:30.729 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352025-12-03T16:13:32.264Z[ recovery-image] Dec 03 16:13:30.742 INFO O| Dec 03 16:13:30.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
67362025-12-03T16:13:32.264Z[ recovery-image] Dec 03 16:13:30.742 INFO O| Dec 03 16:13:30.742 INFO STEP 594 (remove_files) COMPLETE
67372025-12-03T16:13:32.267Z[ recovery-image] Dec 03 16:13:30.743 INFO O| Dec 03 16:13:30.742 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382025-12-03T16:13:32.280Z[ recovery-image] Dec 03 16:13:30.755 INFO O| Dec 03 16:13:30.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
67392025-12-03T16:13:32.283Z[ recovery-image] Dec 03 16:13:30.755 INFO O| Dec 03 16:13:30.755 INFO STEP 595 (remove_files) COMPLETE
67402025-12-03T16:13:32.283Z[ recovery-image] Dec 03 16:13:30.756 INFO O| Dec 03 16:13:30.755 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412025-12-03T16:13:32.291Z[ recovery-image] Dec 03 16:13:30.769 INFO O| Dec 03 16:13:30.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
67422025-12-03T16:13:32.291Z[ recovery-image] Dec 03 16:13:30.769 INFO O| Dec 03 16:13:30.769 INFO STEP 596 (remove_files) COMPLETE
67432025-12-03T16:13:32.291Z[ recovery-image] Dec 03 16:13:30.769 INFO O| Dec 03 16:13:30.769 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442025-12-03T16:13:32.306Z[ recovery-image] Dec 03 16:13:30.784 INFO O| Dec 03 16:13:30.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
67452025-12-03T16:13:32.309Z[ recovery-image] Dec 03 16:13:30.784 INFO O| Dec 03 16:13:30.784 INFO STEP 597 (remove_files) COMPLETE
67462025-12-03T16:13:32.309Z[ recovery-image] Dec 03 16:13:30.784 INFO O| Dec 03 16:13:30.784 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472025-12-03T16:13:32.319Z[ recovery-image] Dec 03 16:13:30.797 INFO O| Dec 03 16:13:30.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
67482025-12-03T16:13:32.319Z[ recovery-image] Dec 03 16:13:30.797 INFO O| Dec 03 16:13:30.797 INFO STEP 598 (remove_files) COMPLETE
67492025-12-03T16:13:32.319Z[ recovery-image] Dec 03 16:13:30.797 INFO O| Dec 03 16:13:30.797 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502025-12-03T16:13:32.333Z[ recovery-image] Dec 03 16:13:30.810 INFO O| Dec 03 16:13:30.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
67512025-12-03T16:13:32.333Z[ recovery-image] Dec 03 16:13:30.810 INFO O| Dec 03 16:13:30.810 INFO STEP 599 (remove_files) COMPLETE
67522025-12-03T16:13:32.337Z[ recovery-image] Dec 03 16:13:30.810 INFO O| Dec 03 16:13:30.810 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532025-12-03T16:13:32.345Z[ recovery-image] Dec 03 16:13:30.824 INFO O| Dec 03 16:13:30.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
67542025-12-03T16:13:32.346Z[ recovery-image] Dec 03 16:13:30.824 INFO O| Dec 03 16:13:30.824 INFO STEP 600 (remove_files) COMPLETE
67552025-12-03T16:13:32.349Z[ recovery-image] Dec 03 16:13:30.824 INFO O| Dec 03 16:13:30.824 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562025-12-03T16:13:32.360Z[ recovery-image] Dec 03 16:13:30.838 INFO O| Dec 03 16:13:30.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
67572025-12-03T16:13:32.360Z[ recovery-image] Dec 03 16:13:30.838 INFO O| Dec 03 16:13:30.838 INFO STEP 601 (remove_files) COMPLETE
67582025-12-03T16:13:32.360Z[ recovery-image] Dec 03 16:13:30.838 INFO O| Dec 03 16:13:30.838 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592025-12-03T16:13:32.374Z[ recovery-image] Dec 03 16:13:30.852 INFO O| Dec 03 16:13:30.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
67602025-12-03T16:13:32.377Z[ recovery-image] Dec 03 16:13:30.852 INFO O| Dec 03 16:13:30.852 INFO STEP 602 (remove_files) COMPLETE
67612025-12-03T16:13:32.377Z[ recovery-image] Dec 03 16:13:30.852 INFO O| Dec 03 16:13:30.852 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622025-12-03T16:13:32.388Z[ recovery-image] Dec 03 16:13:30.866 INFO O| Dec 03 16:13:30.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
67632025-12-03T16:13:32.388Z[ recovery-image] Dec 03 16:13:30.866 INFO O| Dec 03 16:13:30.866 INFO STEP 603 (remove_files) COMPLETE
67642025-12-03T16:13:32.391Z[ recovery-image] Dec 03 16:13:30.866 INFO O| Dec 03 16:13:30.866 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652025-12-03T16:13:32.401Z[ recovery-image] Dec 03 16:13:30.879 INFO O| Dec 03 16:13:30.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
67662025-12-03T16:13:32.402Z[ recovery-image] Dec 03 16:13:30.879 INFO O| Dec 03 16:13:30.879 INFO STEP 604 (remove_files) COMPLETE
67672025-12-03T16:13:32.402Z[ recovery-image] Dec 03 16:13:30.879 INFO O| Dec 03 16:13:30.879 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682025-12-03T16:13:32.418Z[ recovery-image] Dec 03 16:13:30.894 INFO O| Dec 03 16:13:30.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
67692025-12-03T16:13:32.418Z[ recovery-image] Dec 03 16:13:30.894 INFO O| Dec 03 16:13:30.894 INFO STEP 605 (remove_files) COMPLETE
67702025-12-03T16:13:32.418Z[ recovery-image] Dec 03 16:13:30.894 INFO O| Dec 03 16:13:30.894 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712025-12-03T16:13:32.431Z[ recovery-image] Dec 03 16:13:30.908 INFO O| Dec 03 16:13:30.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
67722025-12-03T16:13:32.431Z[ recovery-image] Dec 03 16:13:30.908 INFO O| Dec 03 16:13:30.908 INFO STEP 606 (remove_files) COMPLETE
67732025-12-03T16:13:32.431Z[ recovery-image] Dec 03 16:13:30.908 INFO O| Dec 03 16:13:30.908 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742025-12-03T16:13:32.446Z[ recovery-image] Dec 03 16:13:30.923 INFO O| Dec 03 16:13:30.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1"
67752025-12-03T16:13:32.446Z[ recovery-image] Dec 03 16:13:30.924 INFO O| Dec 03 16:13:30.923 INFO STEP 607 (remove_files) COMPLETE
67762025-12-03T16:13:32.446Z[ recovery-image] Dec 03 16:13:30.924 INFO O| Dec 03 16:13:30.924 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772025-12-03T16:13:32.460Z[ recovery-image] Dec 03 16:13:30.938 INFO O| Dec 03 16:13:30.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
67782025-12-03T16:13:32.460Z[ recovery-image] Dec 03 16:13:30.938 INFO O| Dec 03 16:13:30.938 INFO STEP 608 (remove_files) COMPLETE
67792025-12-03T16:13:32.460Z[ recovery-image] Dec 03 16:13:30.938 INFO O| Dec 03 16:13:30.938 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802025-12-03T16:13:32.474Z[ recovery-image] Dec 03 16:13:30.952 INFO O| Dec 03 16:13:30.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
67812025-12-03T16:13:32.474Z[ recovery-image] Dec 03 16:13:30.952 INFO O| Dec 03 16:13:30.952 INFO STEP 609 (remove_files) COMPLETE
67822025-12-03T16:13:32.478Z[ recovery-image] Dec 03 16:13:30.952 INFO O| Dec 03 16:13:30.952 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832025-12-03T16:13:32.490Z[ recovery-image] Dec 03 16:13:30.967 INFO O| Dec 03 16:13:30.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
67842025-12-03T16:13:32.490Z[ recovery-image] Dec 03 16:13:30.967 INFO O| Dec 03 16:13:30.967 INFO STEP 610 (remove_files) COMPLETE
67852025-12-03T16:13:32.490Z[ recovery-image] Dec 03 16:13:30.967 INFO O| Dec 03 16:13:30.967 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862025-12-03T16:13:32.540Z[ recovery-image] Dec 03 16:13:30.982 INFO O| Dec 03 16:13:30.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
67872025-12-03T16:13:32.540Z[ recovery-image] Dec 03 16:13:30.982 INFO O| Dec 03 16:13:30.982 INFO STEP 611 (remove_files) COMPLETE
67882025-12-03T16:13:32.541Z[ recovery-image] Dec 03 16:13:30.982 INFO O| Dec 03 16:13:30.982 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892025-12-03T16:13:32.544Z[ recovery-image] Dec 03 16:13:31.003 INFO O| Dec 03 16:13:31.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
67902025-12-03T16:13:32.544Z[ recovery-image] Dec 03 16:13:31.004 INFO O| Dec 03 16:13:31.003 INFO STEP 612 (remove_files) COMPLETE
67912025-12-03T16:13:32.544Z[ recovery-image] Dec 03 16:13:31.004 INFO O| Dec 03 16:13:31.003 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922025-12-03T16:13:32.544Z[ recovery-image] Dec 03 16:13:31.021 INFO O| Dec 03 16:13:31.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
67932025-12-03T16:13:32.544Z[ recovery-image] Dec 03 16:13:31.021 INFO O| Dec 03 16:13:31.021 INFO STEP 613 (remove_files) COMPLETE
67942025-12-03T16:13:32.545Z[ recovery-image] Dec 03 16:13:31.021 INFO O| Dec 03 16:13:31.021 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952025-12-03T16:13:32.558Z[ recovery-image] Dec 03 16:13:31.036 INFO O| Dec 03 16:13:31.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
67962025-12-03T16:13:32.558Z[ recovery-image] Dec 03 16:13:31.036 INFO O| Dec 03 16:13:31.036 INFO STEP 614 (remove_files) COMPLETE
67972025-12-03T16:13:32.558Z[ recovery-image] Dec 03 16:13:31.036 INFO O| Dec 03 16:13:31.036 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982025-12-03T16:13:32.575Z[ recovery-image] Dec 03 16:13:31.053 INFO O| Dec 03 16:13:31.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
67992025-12-03T16:13:32.575Z[ recovery-image] Dec 03 16:13:31.053 INFO O| Dec 03 16:13:31.053 INFO STEP 615 (remove_files) COMPLETE
68002025-12-03T16:13:32.578Z[ recovery-image] Dec 03 16:13:31.053 INFO O| Dec 03 16:13:31.053 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012025-12-03T16:13:32.590Z[ recovery-image] Dec 03 16:13:31.068 INFO O| Dec 03 16:13:31.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
68022025-12-03T16:13:32.590Z[ recovery-image] Dec 03 16:13:31.069 INFO O| Dec 03 16:13:31.068 INFO STEP 616 (remove_files) COMPLETE
68032025-12-03T16:13:32.594Z[ recovery-image] Dec 03 16:13:31.069 INFO O| Dec 03 16:13:31.068 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042025-12-03T16:13:32.605Z[ recovery-image] Dec 03 16:13:31.083 INFO O| Dec 03 16:13:31.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
68052025-12-03T16:13:32.610Z[ recovery-image] Dec 03 16:13:31.083 INFO O| Dec 03 16:13:31.083 INFO STEP 617 (remove_files) COMPLETE
68062025-12-03T16:13:32.610Z[ recovery-image] Dec 03 16:13:31.083 INFO O| Dec 03 16:13:31.083 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072025-12-03T16:13:32.620Z[ recovery-image] Dec 03 16:13:31.098 INFO O| Dec 03 16:13:31.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
68082025-12-03T16:13:32.623Z[ recovery-image] Dec 03 16:13:31.098 INFO O| Dec 03 16:13:31.098 INFO STEP 618 (remove_files) COMPLETE
68092025-12-03T16:13:32.623Z[ recovery-image] Dec 03 16:13:31.098 INFO O| Dec 03 16:13:31.098 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102025-12-03T16:13:32.633Z[ recovery-image] Dec 03 16:13:31.111 INFO O| Dec 03 16:13:31.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
68112025-12-03T16:13:32.633Z[ recovery-image] Dec 03 16:13:31.111 INFO O| Dec 03 16:13:31.111 INFO STEP 619 (remove_files) COMPLETE
68122025-12-03T16:13:32.633Z[ recovery-image] Dec 03 16:13:31.111 INFO O| Dec 03 16:13:31.111 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132025-12-03T16:13:32.647Z[ recovery-image] Dec 03 16:13:31.125 INFO O| Dec 03 16:13:31.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
68142025-12-03T16:13:32.650Z[ recovery-image] Dec 03 16:13:31.125 INFO O| Dec 03 16:13:31.125 INFO STEP 620 (remove_files) COMPLETE
68152025-12-03T16:13:32.650Z[ recovery-image] Dec 03 16:13:31.125 INFO O| Dec 03 16:13:31.125 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162025-12-03T16:13:32.659Z[ recovery-image] Dec 03 16:13:31.137 INFO O| Dec 03 16:13:31.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
68172025-12-03T16:13:32.659Z[ recovery-image] Dec 03 16:13:31.137 INFO O| Dec 03 16:13:31.137 INFO STEP 621 (remove_files) COMPLETE
68182025-12-03T16:13:32.662Z[ recovery-image] Dec 03 16:13:31.137 INFO O| Dec 03 16:13:31.137 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192025-12-03T16:13:32.674Z[ recovery-image] Dec 03 16:13:31.152 INFO O| Dec 03 16:13:31.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
68202025-12-03T16:13:32.674Z[ recovery-image] Dec 03 16:13:31.152 INFO O| Dec 03 16:13:31.152 INFO STEP 622 (remove_files) COMPLETE
68212025-12-03T16:13:32.677Z[ recovery-image] Dec 03 16:13:31.152 INFO O| Dec 03 16:13:31.152 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222025-12-03T16:13:32.690Z[ recovery-image] Dec 03 16:13:31.168 INFO O| Dec 03 16:13:31.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
68232025-12-03T16:13:32.693Z[ recovery-image] Dec 03 16:13:31.168 INFO O| Dec 03 16:13:31.168 INFO STEP 623 (remove_files) COMPLETE
68242025-12-03T16:13:32.693Z[ recovery-image] Dec 03 16:13:31.168 INFO O| Dec 03 16:13:31.168 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252025-12-03T16:13:32.707Z[ recovery-image] Dec 03 16:13:31.185 INFO O| Dec 03 16:13:31.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
68262025-12-03T16:13:32.710Z[ recovery-image] Dec 03 16:13:31.185 INFO O| Dec 03 16:13:31.185 INFO STEP 624 (remove_files) COMPLETE
68272025-12-03T16:13:32.710Z[ recovery-image] Dec 03 16:13:31.185 INFO O| Dec 03 16:13:31.185 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282025-12-03T16:13:32.729Z[ recovery-image] Dec 03 16:13:31.203 INFO O| Dec 03 16:13:31.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
68292025-12-03T16:13:32.729Z[ recovery-image] Dec 03 16:13:31.203 INFO O| Dec 03 16:13:31.203 INFO STEP 625 (remove_files) COMPLETE
68302025-12-03T16:13:32.729Z[ recovery-image] Dec 03 16:13:31.203 INFO O| Dec 03 16:13:31.203 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312025-12-03T16:13:32.741Z[ recovery-image] Dec 03 16:13:31.219 INFO O| Dec 03 16:13:31.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
68322025-12-03T16:13:32.741Z[ recovery-image] Dec 03 16:13:31.219 INFO O| Dec 03 16:13:31.219 INFO STEP 626 (remove_files) COMPLETE
68332025-12-03T16:13:32.744Z[ recovery-image] Dec 03 16:13:31.219 INFO O| Dec 03 16:13:31.219 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342025-12-03T16:13:32.754Z[ recovery-image] Dec 03 16:13:31.232 INFO O| Dec 03 16:13:31.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
68352025-12-03T16:13:32.754Z[ recovery-image] Dec 03 16:13:31.232 INFO O| Dec 03 16:13:31.232 INFO STEP 627 (remove_files) COMPLETE
68362025-12-03T16:13:32.754Z[ recovery-image] Dec 03 16:13:31.232 INFO O| Dec 03 16:13:31.232 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372025-12-03T16:13:32.767Z[ recovery-image] Dec 03 16:13:31.245 INFO O| Dec 03 16:13:31.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
68382025-12-03T16:13:32.767Z[ recovery-image] Dec 03 16:13:31.245 INFO O| Dec 03 16:13:31.245 INFO STEP 628 (remove_files) COMPLETE
68392025-12-03T16:13:32.771Z[ recovery-image] Dec 03 16:13:31.245 INFO O| Dec 03 16:13:31.245 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402025-12-03T16:13:32.779Z[ recovery-image] Dec 03 16:13:31.257 INFO O| Dec 03 16:13:31.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
68412025-12-03T16:13:32.779Z[ recovery-image] Dec 03 16:13:31.257 INFO O| Dec 03 16:13:31.257 INFO STEP 629 (remove_files) COMPLETE
68422025-12-03T16:13:32.779Z[ recovery-image] Dec 03 16:13:31.257 INFO O| Dec 03 16:13:31.257 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432025-12-03T16:13:32.793Z[ recovery-image] Dec 03 16:13:31.271 INFO O| Dec 03 16:13:31.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
68442025-12-03T16:13:32.793Z[ recovery-image] Dec 03 16:13:31.271 INFO O| Dec 03 16:13:31.271 INFO STEP 630 (remove_files) COMPLETE
68452025-12-03T16:13:32.793Z[ recovery-image] Dec 03 16:13:31.271 INFO O| Dec 03 16:13:31.271 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462025-12-03T16:13:32.804Z[ recovery-image] Dec 03 16:13:31.282 INFO O| Dec 03 16:13:31.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
68472025-12-03T16:13:32.807Z[ recovery-image] Dec 03 16:13:31.282 INFO O| Dec 03 16:13:31.282 INFO STEP 631 (remove_files) COMPLETE
68482025-12-03T16:13:32.808Z[ recovery-image] Dec 03 16:13:31.282 INFO O| Dec 03 16:13:31.282 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492025-12-03T16:13:32.815Z[ recovery-image] Dec 03 16:13:31.293 INFO O| Dec 03 16:13:31.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
68502025-12-03T16:13:32.818Z[ recovery-image] Dec 03 16:13:31.294 INFO O| Dec 03 16:13:31.293 INFO STEP 632 (remove_files) COMPLETE
68512025-12-03T16:13:32.818Z[ recovery-image] Dec 03 16:13:31.294 INFO O| Dec 03 16:13:31.293 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522025-12-03T16:13:32.826Z[ recovery-image] Dec 03 16:13:31.304 INFO O| Dec 03 16:13:31.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
68532025-12-03T16:13:32.826Z[ recovery-image] Dec 03 16:13:31.304 INFO O| Dec 03 16:13:31.304 INFO STEP 633 (remove_files) COMPLETE
68542025-12-03T16:13:32.826Z[ recovery-image] Dec 03 16:13:31.304 INFO O| Dec 03 16:13:31.304 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552025-12-03T16:13:32.836Z[ recovery-image] Dec 03 16:13:31.314 INFO O| Dec 03 16:13:31.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
68562025-12-03T16:13:32.839Z[ recovery-image] Dec 03 16:13:31.314 INFO O| Dec 03 16:13:31.314 INFO STEP 634 (remove_files) COMPLETE
68572025-12-03T16:13:32.839Z[ recovery-image] Dec 03 16:13:31.314 INFO O| Dec 03 16:13:31.314 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582025-12-03T16:13:32.846Z[ recovery-image] Dec 03 16:13:31.324 INFO O| Dec 03 16:13:31.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
68592025-12-03T16:13:32.850Z[ recovery-image] Dec 03 16:13:31.324 INFO O| Dec 03 16:13:31.324 INFO STEP 635 (remove_files) COMPLETE
68602025-12-03T16:13:32.850Z[ recovery-image] Dec 03 16:13:31.324 INFO O| Dec 03 16:13:31.324 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612025-12-03T16:13:32.860Z[ recovery-image] Dec 03 16:13:31.338 INFO O| Dec 03 16:13:31.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
68622025-12-03T16:13:32.863Z[ recovery-image] Dec 03 16:13:31.338 INFO O| Dec 03 16:13:31.338 INFO STEP 636 (remove_files) COMPLETE
68632025-12-03T16:13:32.863Z[ recovery-image] Dec 03 16:13:31.338 INFO O| Dec 03 16:13:31.338 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642025-12-03T16:13:32.874Z[ recovery-image] Dec 03 16:13:31.352 INFO O| Dec 03 16:13:31.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
68652025-12-03T16:13:32.877Z[ recovery-image] Dec 03 16:13:31.353 INFO O| Dec 03 16:13:31.352 INFO STEP 637 (remove_files) COMPLETE
68662025-12-03T16:13:32.877Z[ recovery-image] Dec 03 16:13:31.353 INFO O| Dec 03 16:13:31.352 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672025-12-03T16:13:32.888Z[ recovery-image] Dec 03 16:13:31.366 INFO O| Dec 03 16:13:31.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
68682025-12-03T16:13:32.891Z[ recovery-image] Dec 03 16:13:31.366 INFO O| Dec 03 16:13:31.366 INFO STEP 638 (remove_files) COMPLETE
68692025-12-03T16:13:32.891Z[ recovery-image] Dec 03 16:13:31.366 INFO O| Dec 03 16:13:31.366 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702025-12-03T16:13:32.901Z[ recovery-image] Dec 03 16:13:31.379 INFO O| Dec 03 16:13:31.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
68712025-12-03T16:13:32.903Z[ recovery-image] Dec 03 16:13:31.379 INFO O| Dec 03 16:13:31.379 INFO STEP 639 (remove_files) COMPLETE
68722025-12-03T16:13:32.903Z[ recovery-image] Dec 03 16:13:31.379 INFO O| Dec 03 16:13:31.379 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732025-12-03T16:13:32.912Z[ recovery-image] Dec 03 16:13:31.390 INFO O| Dec 03 16:13:31.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
68742025-12-03T16:13:32.915Z[ recovery-image] Dec 03 16:13:31.390 INFO O| Dec 03 16:13:31.390 INFO STEP 640 (remove_files) COMPLETE
68752025-12-03T16:13:32.915Z[ recovery-image] Dec 03 16:13:31.390 INFO O| Dec 03 16:13:31.390 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762025-12-03T16:13:32.926Z[ recovery-image] Dec 03 16:13:31.404 INFO O| Dec 03 16:13:31.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
68772025-12-03T16:13:32.929Z[ recovery-image] Dec 03 16:13:31.404 INFO O| Dec 03 16:13:31.404 INFO STEP 641 (remove_files) COMPLETE
68782025-12-03T16:13:32.929Z[ recovery-image] Dec 03 16:13:31.404 INFO O| Dec 03 16:13:31.404 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792025-12-03T16:13:32.939Z[ recovery-image] Dec 03 16:13:31.417 INFO O| Dec 03 16:13:31.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
68802025-12-03T16:13:32.942Z[ recovery-image] Dec 03 16:13:31.417 INFO O| Dec 03 16:13:31.417 INFO STEP 642 (remove_files) COMPLETE
68812025-12-03T16:13:32.942Z[ recovery-image] Dec 03 16:13:31.417 INFO O| Dec 03 16:13:31.417 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822025-12-03T16:13:32.953Z[ recovery-image] Dec 03 16:13:31.431 INFO O| Dec 03 16:13:31.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
68832025-12-03T16:13:32.953Z[ recovery-image] Dec 03 16:13:31.431 INFO O| Dec 03 16:13:31.431 INFO STEP 643 (remove_files) COMPLETE
68842025-12-03T16:13:32.957Z[ recovery-image] Dec 03 16:13:31.431 INFO O| Dec 03 16:13:31.431 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852025-12-03T16:13:32.966Z[ recovery-image] Dec 03 16:13:31.444 INFO O| Dec 03 16:13:31.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
68862025-12-03T16:13:32.966Z[ recovery-image] Dec 03 16:13:31.444 INFO O| Dec 03 16:13:31.444 INFO STEP 644 (remove_files) COMPLETE
68872025-12-03T16:13:32.970Z[ recovery-image] Dec 03 16:13:31.444 INFO O| Dec 03 16:13:31.444 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882025-12-03T16:13:32.979Z[ recovery-image] Dec 03 16:13:31.457 INFO O| Dec 03 16:13:31.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
68892025-12-03T16:13:32.982Z[ recovery-image] Dec 03 16:13:31.457 INFO O| Dec 03 16:13:31.457 INFO STEP 645 (remove_files) COMPLETE
68902025-12-03T16:13:32.982Z[ recovery-image] Dec 03 16:13:31.457 INFO O| Dec 03 16:13:31.457 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912025-12-03T16:13:32.992Z[ recovery-image] Dec 03 16:13:31.470 INFO O| Dec 03 16:13:31.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
68922025-12-03T16:13:32.992Z[ recovery-image] Dec 03 16:13:31.470 INFO O| Dec 03 16:13:31.470 INFO STEP 646 (remove_files) COMPLETE
68932025-12-03T16:13:32.992Z[ recovery-image] Dec 03 16:13:31.470 INFO O| Dec 03 16:13:31.470 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942025-12-03T16:13:33.002Z[ recovery-image] Dec 03 16:13:31.480 INFO O| Dec 03 16:13:31.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
68952025-12-03T16:13:33.002Z[ recovery-image] Dec 03 16:13:31.480 INFO O| Dec 03 16:13:31.480 INFO STEP 647 (remove_files) COMPLETE
68962025-12-03T16:13:33.002Z[ recovery-image] Dec 03 16:13:31.480 INFO O| Dec 03 16:13:31.480 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68972025-12-03T16:13:33.016Z[ recovery-image] Dec 03 16:13:31.494 INFO O| Dec 03 16:13:31.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
68982025-12-03T16:13:33.016Z[ recovery-image] Dec 03 16:13:31.494 INFO O| Dec 03 16:13:31.494 INFO STEP 648 (remove_files) COMPLETE
68992025-12-03T16:13:33.020Z[ recovery-image] Dec 03 16:13:31.494 INFO O| Dec 03 16:13:31.494 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69002025-12-03T16:13:33.031Z[ recovery-image] Dec 03 16:13:31.508 INFO O| Dec 03 16:13:31.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
69012025-12-03T16:13:33.031Z[ recovery-image] Dec 03 16:13:31.509 INFO O| Dec 03 16:13:31.509 INFO STEP 649 (remove_files) COMPLETE
69022025-12-03T16:13:33.034Z[ recovery-image] Dec 03 16:13:31.509 INFO O| Dec 03 16:13:31.509 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69032025-12-03T16:13:33.041Z[ recovery-image] Dec 03 16:13:31.519 INFO O| Dec 03 16:13:31.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
69042025-12-03T16:13:33.044Z[ recovery-image] Dec 03 16:13:31.519 INFO O| Dec 03 16:13:31.519 INFO STEP 650 (remove_files) COMPLETE
69052025-12-03T16:13:33.044Z[ recovery-image] Dec 03 16:13:31.519 INFO O| Dec 03 16:13:31.519 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69062025-12-03T16:13:33.055Z[ recovery-image] Dec 03 16:13:31.533 INFO O| Dec 03 16:13:31.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
69072025-12-03T16:13:33.058Z[ recovery-image] Dec 03 16:13:31.533 INFO O| Dec 03 16:13:31.533 INFO STEP 651 (remove_files) COMPLETE
69082025-12-03T16:13:33.058Z[ recovery-image] Dec 03 16:13:31.533 INFO O| Dec 03 16:13:31.533 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69092025-12-03T16:13:33.069Z[ recovery-image] Dec 03 16:13:31.547 INFO O| Dec 03 16:13:31.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
69102025-12-03T16:13:33.072Z[ recovery-image] Dec 03 16:13:31.547 INFO O| Dec 03 16:13:31.547 INFO STEP 652 (remove_files) COMPLETE
69112025-12-03T16:13:33.072Z[ recovery-image] Dec 03 16:13:31.547 INFO O| Dec 03 16:13:31.547 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69122025-12-03T16:13:33.079Z[ recovery-image] Dec 03 16:13:31.557 INFO O| Dec 03 16:13:31.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
69132025-12-03T16:13:33.082Z[ recovery-image] Dec 03 16:13:31.557 INFO O| Dec 03 16:13:31.557 INFO STEP 653 (remove_files) COMPLETE
69142025-12-03T16:13:33.082Z[ recovery-image] Dec 03 16:13:31.557 INFO O| Dec 03 16:13:31.557 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69152025-12-03T16:13:33.090Z[ recovery-image] Dec 03 16:13:31.568 INFO O| Dec 03 16:13:31.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
69162025-12-03T16:13:33.093Z[ recovery-image] Dec 03 16:13:31.568 INFO O| Dec 03 16:13:31.568 INFO STEP 654 (remove_files) COMPLETE
69172025-12-03T16:13:33.093Z[ recovery-image] Dec 03 16:13:31.568 INFO O| Dec 03 16:13:31.568 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69182025-12-03T16:13:33.102Z[ recovery-image] Dec 03 16:13:31.579 INFO O| Dec 03 16:13:31.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
69192025-12-03T16:13:33.108Z[ recovery-image] Dec 03 16:13:31.579 INFO O| Dec 03 16:13:31.579 INFO STEP 655 (remove_files) COMPLETE
69202025-12-03T16:13:33.108Z[ recovery-image] Dec 03 16:13:31.580 INFO O| Dec 03 16:13:31.579 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212025-12-03T16:13:33.115Z[ recovery-image] Dec 03 16:13:31.593 INFO O| Dec 03 16:13:31.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
69222025-12-03T16:13:33.118Z[ recovery-image] Dec 03 16:13:31.593 INFO O| Dec 03 16:13:31.593 INFO STEP 656 (remove_files) COMPLETE
69232025-12-03T16:13:33.118Z[ recovery-image] Dec 03 16:13:31.593 INFO O| Dec 03 16:13:31.593 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69242025-12-03T16:13:33.128Z[ recovery-image] Dec 03 16:13:31.606 INFO O| Dec 03 16:13:31.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
69252025-12-03T16:13:33.133Z[ recovery-image] Dec 03 16:13:31.606 INFO O| Dec 03 16:13:31.606 INFO STEP 657 (remove_files) COMPLETE
69262025-12-03T16:13:33.133Z[ recovery-image] Dec 03 16:13:31.606 INFO O| Dec 03 16:13:31.606 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69272025-12-03T16:13:33.142Z[ recovery-image] Dec 03 16:13:31.620 INFO O| Dec 03 16:13:31.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
69282025-12-03T16:13:33.142Z[ recovery-image] Dec 03 16:13:31.620 INFO O| Dec 03 16:13:31.620 INFO STEP 658 (remove_files) COMPLETE
69292025-12-03T16:13:33.145Z[ recovery-image] Dec 03 16:13:31.620 INFO O| Dec 03 16:13:31.620 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302025-12-03T16:13:33.155Z[ recovery-image] Dec 03 16:13:31.631 INFO O| Dec 03 16:13:31.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
69312025-12-03T16:13:33.158Z[ recovery-image] Dec 03 16:13:31.631 INFO O| Dec 03 16:13:31.631 INFO STEP 659 (remove_files) COMPLETE
69322025-12-03T16:13:33.158Z[ recovery-image] Dec 03 16:13:31.632 INFO O| Dec 03 16:13:31.631 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332025-12-03T16:13:33.165Z[ recovery-image] Dec 03 16:13:31.643 INFO O| Dec 03 16:13:31.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
69342025-12-03T16:13:33.165Z[ recovery-image] Dec 03 16:13:31.643 INFO O| Dec 03 16:13:31.643 INFO STEP 660 (remove_files) COMPLETE
69352025-12-03T16:13:33.168Z[ recovery-image] Dec 03 16:13:31.643 INFO O| Dec 03 16:13:31.643 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362025-12-03T16:13:33.178Z[ recovery-image] Dec 03 16:13:31.656 INFO O| Dec 03 16:13:31.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
69372025-12-03T16:13:33.182Z[ recovery-image] Dec 03 16:13:31.656 INFO O| Dec 03 16:13:31.656 INFO STEP 661 (remove_files) COMPLETE
69382025-12-03T16:13:33.182Z[ recovery-image] Dec 03 16:13:31.657 INFO O| Dec 03 16:13:31.656 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392025-12-03T16:13:33.192Z[ recovery-image] Dec 03 16:13:31.669 INFO O| Dec 03 16:13:31.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
69402025-12-03T16:13:33.192Z[ recovery-image] Dec 03 16:13:31.670 INFO O| Dec 03 16:13:31.669 INFO STEP 662 (remove_files) COMPLETE
69412025-12-03T16:13:33.192Z[ recovery-image] Dec 03 16:13:31.670 INFO O| Dec 03 16:13:31.669 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422025-12-03T16:13:33.204Z[ recovery-image] Dec 03 16:13:31.682 INFO O| Dec 03 16:13:31.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
69432025-12-03T16:13:33.205Z[ recovery-image] Dec 03 16:13:31.682 INFO O| Dec 03 16:13:31.682 INFO STEP 663 (remove_files) COMPLETE
69442025-12-03T16:13:33.205Z[ recovery-image] Dec 03 16:13:31.682 INFO O| Dec 03 16:13:31.682 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452025-12-03T16:13:33.218Z[ recovery-image] Dec 03 16:13:31.696 INFO O| Dec 03 16:13:31.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
69462025-12-03T16:13:33.218Z[ recovery-image] Dec 03 16:13:31.696 INFO O| Dec 03 16:13:31.696 INFO STEP 664 (remove_files) COMPLETE
69472025-12-03T16:13:33.221Z[ recovery-image] Dec 03 16:13:31.696 INFO O| Dec 03 16:13:31.696 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482025-12-03T16:13:33.228Z[ recovery-image] Dec 03 16:13:31.706 INFO O| Dec 03 16:13:31.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
69492025-12-03T16:13:33.231Z[ recovery-image] Dec 03 16:13:31.706 INFO O| Dec 03 16:13:31.706 INFO STEP 665 (remove_files) COMPLETE
69502025-12-03T16:13:33.232Z[ recovery-image] Dec 03 16:13:31.706 INFO O| Dec 03 16:13:31.706 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512025-12-03T16:13:33.241Z[ recovery-image] Dec 03 16:13:31.719 INFO O| Dec 03 16:13:31.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
69522025-12-03T16:13:33.241Z[ recovery-image] Dec 03 16:13:31.719 INFO O| Dec 03 16:13:31.719 INFO STEP 666 (remove_files) COMPLETE
69532025-12-03T16:13:33.245Z[ recovery-image] Dec 03 16:13:31.720 INFO O| Dec 03 16:13:31.719 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542025-12-03T16:13:33.256Z[ recovery-image] Dec 03 16:13:31.734 INFO O| Dec 03 16:13:31.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
69552025-12-03T16:13:33.260Z[ recovery-image] Dec 03 16:13:31.734 INFO O| Dec 03 16:13:31.734 INFO STEP 667 (remove_files) COMPLETE
69562025-12-03T16:13:33.261Z[ recovery-image] Dec 03 16:13:31.734 INFO O| Dec 03 16:13:31.734 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572025-12-03T16:13:33.269Z[ recovery-image] Dec 03 16:13:31.747 INFO O| Dec 03 16:13:31.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
69582025-12-03T16:13:33.272Z[ recovery-image] Dec 03 16:13:31.747 INFO O| Dec 03 16:13:31.747 INFO STEP 668 (remove_files) COMPLETE
69592025-12-03T16:13:33.272Z[ recovery-image] Dec 03 16:13:31.747 INFO O| Dec 03 16:13:31.747 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602025-12-03T16:13:33.284Z[ recovery-image] Dec 03 16:13:31.761 INFO O| Dec 03 16:13:31.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
69612025-12-03T16:13:33.284Z[ recovery-image] Dec 03 16:13:31.761 INFO O| Dec 03 16:13:31.761 INFO STEP 669 (remove_files) COMPLETE
69622025-12-03T16:13:33.287Z[ recovery-image] Dec 03 16:13:31.762 INFO O| Dec 03 16:13:31.761 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632025-12-03T16:13:33.298Z[ recovery-image] Dec 03 16:13:31.776 INFO O| Dec 03 16:13:31.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
69642025-12-03T16:13:33.302Z[ recovery-image] Dec 03 16:13:31.776 INFO O| Dec 03 16:13:31.776 INFO STEP 670 (remove_files) COMPLETE
69652025-12-03T16:13:33.302Z[ recovery-image] Dec 03 16:13:31.776 INFO O| Dec 03 16:13:31.776 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662025-12-03T16:13:33.312Z[ recovery-image] Dec 03 16:13:31.790 INFO O| Dec 03 16:13:31.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
69672025-12-03T16:13:33.316Z[ recovery-image] Dec 03 16:13:31.790 INFO O| Dec 03 16:13:31.790 INFO STEP 671 (remove_files) COMPLETE
69682025-12-03T16:13:33.316Z[ recovery-image] Dec 03 16:13:31.790 INFO O| Dec 03 16:13:31.790 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692025-12-03T16:13:33.325Z[ recovery-image] Dec 03 16:13:31.803 INFO O| Dec 03 16:13:31.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
69702025-12-03T16:13:33.336Z[ recovery-image] Dec 03 16:13:31.803 INFO O| Dec 03 16:13:31.803 INFO STEP 672 (remove_files) COMPLETE
69712025-12-03T16:13:33.336Z[ recovery-image] Dec 03 16:13:31.803 INFO O| Dec 03 16:13:31.803 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722025-12-03T16:13:33.340Z[ recovery-image] Dec 03 16:13:31.816 INFO O| Dec 03 16:13:31.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
69732025-12-03T16:13:33.340Z[ recovery-image] Dec 03 16:13:31.816 INFO O| Dec 03 16:13:31.816 INFO STEP 673 (remove_files) COMPLETE
69742025-12-03T16:13:33.340Z[ recovery-image] Dec 03 16:13:31.816 INFO O| Dec 03 16:13:31.816 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752025-12-03T16:13:33.350Z[ recovery-image] Dec 03 16:13:31.828 INFO O| Dec 03 16:13:31.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
69762025-12-03T16:13:33.351Z[ recovery-image] Dec 03 16:13:31.828 INFO O| Dec 03 16:13:31.828 INFO STEP 674 (remove_files) COMPLETE
69772025-12-03T16:13:33.354Z[ recovery-image] Dec 03 16:13:31.828 INFO O| Dec 03 16:13:31.828 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782025-12-03T16:13:33.362Z[ recovery-image] Dec 03 16:13:31.840 INFO O| Dec 03 16:13:31.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
69792025-12-03T16:13:33.362Z[ recovery-image] Dec 03 16:13:31.840 INFO O| Dec 03 16:13:31.840 INFO STEP 675 (remove_files) COMPLETE
69802025-12-03T16:13:33.366Z[ recovery-image] Dec 03 16:13:31.840 INFO O| Dec 03 16:13:31.840 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812025-12-03T16:13:33.371Z[ recovery-image] Dec 03 16:13:31.849 INFO O| Dec 03 16:13:31.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
69822025-12-03T16:13:33.374Z[ recovery-image] Dec 03 16:13:31.850 INFO O| Dec 03 16:13:31.850 INFO STEP 676 (remove_files) COMPLETE
69832025-12-03T16:13:33.374Z[ recovery-image] Dec 03 16:13:31.850 INFO O| Dec 03 16:13:31.850 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842025-12-03T16:13:33.385Z[ recovery-image] Dec 03 16:13:31.863 INFO O| Dec 03 16:13:31.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
69852025-12-03T16:13:33.385Z[ recovery-image] Dec 03 16:13:31.863 INFO O| Dec 03 16:13:31.863 INFO STEP 677 (remove_files) COMPLETE
69862025-12-03T16:13:33.385Z[ recovery-image] Dec 03 16:13:31.863 INFO O| Dec 03 16:13:31.863 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872025-12-03T16:13:33.396Z[ recovery-image] Dec 03 16:13:31.874 INFO O| Dec 03 16:13:31.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
69882025-12-03T16:13:33.396Z[ recovery-image] Dec 03 16:13:31.874 INFO O| Dec 03 16:13:31.874 INFO STEP 678 (remove_files) COMPLETE
69892025-12-03T16:13:33.399Z[ recovery-image] Dec 03 16:13:31.874 INFO O| Dec 03 16:13:31.874 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902025-12-03T16:13:33.408Z[ recovery-image] Dec 03 16:13:31.886 INFO O| Dec 03 16:13:31.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
69912025-12-03T16:13:33.408Z[ recovery-image] Dec 03 16:13:31.886 INFO O| Dec 03 16:13:31.886 INFO STEP 679 (remove_files) COMPLETE
69922025-12-03T16:13:33.411Z[ recovery-image] Dec 03 16:13:31.886 INFO O| Dec 03 16:13:31.886 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932025-12-03T16:13:33.420Z[ recovery-image] Dec 03 16:13:31.898 INFO O| Dec 03 16:13:31.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
69942025-12-03T16:13:33.421Z[ recovery-image] Dec 03 16:13:31.898 INFO O| Dec 03 16:13:31.898 INFO STEP 680 (remove_files) COMPLETE
69952025-12-03T16:13:33.423Z[ recovery-image] Dec 03 16:13:31.898 INFO O| Dec 03 16:13:31.898 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962025-12-03T16:13:33.435Z[ recovery-image] Dec 03 16:13:31.912 INFO O| Dec 03 16:13:31.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
69972025-12-03T16:13:33.435Z[ recovery-image] Dec 03 16:13:31.912 INFO O| Dec 03 16:13:31.912 INFO STEP 681 (remove_files) COMPLETE
69982025-12-03T16:13:33.439Z[ recovery-image] Dec 03 16:13:31.912 INFO O| Dec 03 16:13:31.912 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992025-12-03T16:13:33.448Z[ recovery-image] Dec 03 16:13:31.925 INFO O| Dec 03 16:13:31.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
70002025-12-03T16:13:33.448Z[ recovery-image] Dec 03 16:13:31.925 INFO O| Dec 03 16:13:31.925 INFO STEP 682 (remove_files) COMPLETE
70012025-12-03T16:13:33.448Z[ recovery-image] Dec 03 16:13:31.925 INFO O| Dec 03 16:13:31.925 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022025-12-03T16:13:33.460Z[ recovery-image] Dec 03 16:13:31.938 INFO O| Dec 03 16:13:31.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
70032025-12-03T16:13:33.460Z[ recovery-image] Dec 03 16:13:31.938 INFO O| Dec 03 16:13:31.938 INFO STEP 683 (remove_files) COMPLETE
70042025-12-03T16:13:33.460Z[ recovery-image] Dec 03 16:13:31.938 INFO O| Dec 03 16:13:31.938 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052025-12-03T16:13:33.475Z[ recovery-image] Dec 03 16:13:31.951 INFO O| Dec 03 16:13:31.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
70062025-12-03T16:13:33.475Z[ recovery-image] Dec 03 16:13:31.951 INFO O| Dec 03 16:13:31.951 INFO STEP 684 (remove_files) COMPLETE
70072025-12-03T16:13:33.478Z[ recovery-image] Dec 03 16:13:31.951 INFO O| Dec 03 16:13:31.951 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082025-12-03T16:13:33.487Z[ recovery-image] Dec 03 16:13:31.965 INFO O| Dec 03 16:13:31.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
70092025-12-03T16:13:33.490Z[ recovery-image] Dec 03 16:13:31.965 INFO O| Dec 03 16:13:31.965 INFO STEP 685 (remove_files) COMPLETE
70102025-12-03T16:13:33.490Z[ recovery-image] Dec 03 16:13:31.965 INFO O| Dec 03 16:13:31.965 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112025-12-03T16:13:33.502Z[ recovery-image] Dec 03 16:13:31.979 INFO O| Dec 03 16:13:31.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
70122025-12-03T16:13:33.502Z[ recovery-image] Dec 03 16:13:31.979 INFO O| Dec 03 16:13:31.979 INFO STEP 686 (remove_files) COMPLETE
70132025-12-03T16:13:33.505Z[ recovery-image] Dec 03 16:13:31.979 INFO O| Dec 03 16:13:31.979 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142025-12-03T16:13:33.515Z[ recovery-image] Dec 03 16:13:31.993 INFO O| Dec 03 16:13:31.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
70152025-12-03T16:13:33.518Z[ recovery-image] Dec 03 16:13:31.994 INFO O| Dec 03 16:13:31.993 INFO STEP 687 (remove_files) COMPLETE
70162025-12-03T16:13:33.518Z[ recovery-image] Dec 03 16:13:31.994 INFO O| Dec 03 16:13:31.993 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172025-12-03T16:13:33.530Z[ recovery-image] Dec 03 16:13:32.008 INFO O| Dec 03 16:13:32.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
70182025-12-03T16:13:33.530Z[ recovery-image] Dec 03 16:13:32.008 INFO O| Dec 03 16:13:32.008 INFO STEP 688 (remove_files) COMPLETE
70192025-12-03T16:13:33.534Z[ recovery-image] Dec 03 16:13:32.008 INFO O| Dec 03 16:13:32.008 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202025-12-03T16:13:33.541Z[ recovery-image] Dec 03 16:13:32.019 INFO O| Dec 03 16:13:32.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
70212025-12-03T16:13:33.541Z[ recovery-image] Dec 03 16:13:32.019 INFO O| Dec 03 16:13:32.019 INFO STEP 689 (remove_files) COMPLETE
70222025-12-03T16:13:33.545Z[ recovery-image] Dec 03 16:13:32.019 INFO O| Dec 03 16:13:32.019 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232025-12-03T16:13:33.551Z[ recovery-image] Dec 03 16:13:32.029 INFO O| Dec 03 16:13:32.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
70242025-12-03T16:13:33.551Z[ recovery-image] Dec 03 16:13:32.029 INFO O| Dec 03 16:13:32.029 INFO STEP 690 (remove_files) COMPLETE
70252025-12-03T16:13:33.555Z[ recovery-image] Dec 03 16:13:32.029 INFO O| Dec 03 16:13:32.029 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262025-12-03T16:13:33.565Z[ recovery-image] Dec 03 16:13:32.043 INFO O| Dec 03 16:13:32.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
70272025-12-03T16:13:33.568Z[ recovery-image] Dec 03 16:13:32.043 INFO O| Dec 03 16:13:32.043 INFO STEP 691 (remove_files) COMPLETE
70282025-12-03T16:13:33.568Z[ recovery-image] Dec 03 16:13:32.043 INFO O| Dec 03 16:13:32.043 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292025-12-03T16:13:33.580Z[ recovery-image] Dec 03 16:13:32.058 INFO O| Dec 03 16:13:32.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
70302025-12-03T16:13:33.583Z[ recovery-image] Dec 03 16:13:32.058 INFO O| Dec 03 16:13:32.058 INFO STEP 692 (remove_files) COMPLETE
70312025-12-03T16:13:33.583Z[ recovery-image] Dec 03 16:13:32.058 INFO O| Dec 03 16:13:32.058 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322025-12-03T16:13:33.597Z[ recovery-image] Dec 03 16:13:32.075 INFO O| Dec 03 16:13:32.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
70332025-12-03T16:13:33.597Z[ recovery-image] Dec 03 16:13:32.075 INFO O| Dec 03 16:13:32.075 INFO STEP 693 (remove_files) COMPLETE
70342025-12-03T16:13:33.600Z[ recovery-image] Dec 03 16:13:32.075 INFO O| Dec 03 16:13:32.075 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352025-12-03T16:13:33.610Z[ recovery-image] Dec 03 16:13:32.088 INFO O| Dec 03 16:13:32.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
70362025-12-03T16:13:33.610Z[ recovery-image] Dec 03 16:13:32.088 INFO O| Dec 03 16:13:32.088 INFO STEP 694 (remove_files) COMPLETE
70372025-12-03T16:13:33.613Z[ recovery-image] Dec 03 16:13:32.088 INFO O| Dec 03 16:13:32.088 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382025-12-03T16:13:33.625Z[ recovery-image] Dec 03 16:13:32.102 INFO O| Dec 03 16:13:32.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
70392025-12-03T16:13:33.625Z[ recovery-image] Dec 03 16:13:32.102 INFO O| Dec 03 16:13:32.102 INFO STEP 695 (remove_files) COMPLETE
70402025-12-03T16:13:33.628Z[ recovery-image] Dec 03 16:13:32.103 INFO O| Dec 03 16:13:32.102 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412025-12-03T16:13:33.638Z[ recovery-image] Dec 03 16:13:32.116 INFO O| Dec 03 16:13:32.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
70422025-12-03T16:13:33.638Z[ recovery-image] Dec 03 16:13:32.116 INFO O| Dec 03 16:13:32.116 INFO STEP 696 (remove_files) COMPLETE
70432025-12-03T16:13:33.641Z[ recovery-image] Dec 03 16:13:32.116 INFO O| Dec 03 16:13:32.116 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442025-12-03T16:13:33.650Z[ recovery-image] Dec 03 16:13:32.127 INFO O| Dec 03 16:13:32.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
70452025-12-03T16:13:33.651Z[ recovery-image] Dec 03 16:13:32.128 INFO O| Dec 03 16:13:32.127 INFO STEP 697 (remove_files) COMPLETE
70462025-12-03T16:13:33.654Z[ recovery-image] Dec 03 16:13:32.128 INFO O| Dec 03 16:13:32.127 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472025-12-03T16:13:33.666Z[ recovery-image] Dec 03 16:13:32.142 INFO O| Dec 03 16:13:32.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
70482025-12-03T16:13:33.666Z[ recovery-image] Dec 03 16:13:32.142 INFO O| Dec 03 16:13:32.142 INFO STEP 698 (remove_files) COMPLETE
70492025-12-03T16:13:33.669Z[ recovery-image] Dec 03 16:13:32.142 INFO O| Dec 03 16:13:32.142 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502025-12-03T16:13:33.679Z[ recovery-image] Dec 03 16:13:32.156 INFO O| Dec 03 16:13:32.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
70512025-12-03T16:13:33.679Z[ recovery-image] Dec 03 16:13:32.157 INFO O| Dec 03 16:13:32.156 INFO STEP 699 (remove_files) COMPLETE
70522025-12-03T16:13:33.682Z[ recovery-image] Dec 03 16:13:32.157 INFO O| Dec 03 16:13:32.156 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532025-12-03T16:13:33.694Z[ recovery-image] Dec 03 16:13:32.172 INFO O| Dec 03 16:13:32.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
70542025-12-03T16:13:33.694Z[ recovery-image] Dec 03 16:13:32.172 INFO O| Dec 03 16:13:32.172 INFO STEP 700 (remove_files) COMPLETE
70552025-12-03T16:13:33.694Z[ recovery-image] Dec 03 16:13:32.172 INFO O| Dec 03 16:13:32.172 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562025-12-03T16:13:33.709Z[ recovery-image] Dec 03 16:13:32.187 INFO O| Dec 03 16:13:32.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
70572025-12-03T16:13:33.713Z[ recovery-image] Dec 03 16:13:32.187 INFO O| Dec 03 16:13:32.187 INFO STEP 701 (remove_files) COMPLETE
70582025-12-03T16:13:33.713Z[ recovery-image] Dec 03 16:13:32.187 INFO O| Dec 03 16:13:32.187 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592025-12-03T16:13:33.723Z[ recovery-image] Dec 03 16:13:32.201 INFO O| Dec 03 16:13:32.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
70602025-12-03T16:13:33.723Z[ recovery-image] Dec 03 16:13:32.201 INFO O| Dec 03 16:13:32.201 INFO STEP 702 (remove_files) COMPLETE
70612025-12-03T16:13:33.726Z[ recovery-image] Dec 03 16:13:32.201 INFO O| Dec 03 16:13:32.201 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622025-12-03T16:13:33.737Z[ recovery-image] Dec 03 16:13:32.215 INFO O| Dec 03 16:13:32.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
70632025-12-03T16:13:33.737Z[ recovery-image] Dec 03 16:13:32.215 INFO O| Dec 03 16:13:32.215 INFO STEP 703 (remove_files) COMPLETE
70642025-12-03T16:13:33.737Z[ recovery-image] Dec 03 16:13:32.215 INFO O| Dec 03 16:13:32.215 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652025-12-03T16:13:33.750Z[ recovery-image] Dec 03 16:13:32.228 INFO O| Dec 03 16:13:32.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
70662025-12-03T16:13:33.750Z[ recovery-image] Dec 03 16:13:32.228 INFO O| Dec 03 16:13:32.228 INFO STEP 704 (remove_files) COMPLETE
70672025-12-03T16:13:33.753Z[ recovery-image] Dec 03 16:13:32.228 INFO O| Dec 03 16:13:32.228 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682025-12-03T16:13:33.764Z[ recovery-image] Dec 03 16:13:32.242 INFO O| Dec 03 16:13:32.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
70692025-12-03T16:13:33.767Z[ recovery-image] Dec 03 16:13:32.242 INFO O| Dec 03 16:13:32.242 INFO STEP 705 (remove_files) COMPLETE
70702025-12-03T16:13:33.767Z[ recovery-image] Dec 03 16:13:32.242 INFO O| Dec 03 16:13:32.242 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712025-12-03T16:13:33.777Z[ recovery-image] Dec 03 16:13:32.255 INFO O| Dec 03 16:13:32.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
70722025-12-03T16:13:33.780Z[ recovery-image] Dec 03 16:13:32.256 INFO O| Dec 03 16:13:32.256 INFO STEP 706 (remove_files) COMPLETE
70732025-12-03T16:13:33.780Z[ recovery-image] Dec 03 16:13:32.256 INFO O| Dec 03 16:13:32.256 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742025-12-03T16:13:33.794Z[ recovery-image] Dec 03 16:13:32.271 INFO O| Dec 03 16:13:32.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
70752025-12-03T16:13:33.794Z[ recovery-image] Dec 03 16:13:32.272 INFO O| Dec 03 16:13:32.272 INFO STEP 707 (remove_files) COMPLETE
70762025-12-03T16:13:33.797Z[ recovery-image] Dec 03 16:13:32.272 INFO O| Dec 03 16:13:32.272 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772025-12-03T16:13:33.810Z[ recovery-image] Dec 03 16:13:32.287 INFO O| Dec 03 16:13:32.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
70782025-12-03T16:13:33.810Z[ recovery-image] Dec 03 16:13:32.287 INFO O| Dec 03 16:13:32.287 INFO STEP 708 (remove_files) COMPLETE
70792025-12-03T16:13:33.813Z[ recovery-image] Dec 03 16:13:32.287 INFO O| Dec 03 16:13:32.287 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802025-12-03T16:13:33.832Z[ recovery-image] Dec 03 16:13:32.304 INFO O| Dec 03 16:13:32.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
70812025-12-03T16:13:33.832Z[ recovery-image] Dec 03 16:13:32.304 INFO O| Dec 03 16:13:32.304 INFO STEP 709 (remove_files) COMPLETE
70822025-12-03T16:13:33.835Z[ recovery-image] Dec 03 16:13:32.304 INFO O| Dec 03 16:13:32.304 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832025-12-03T16:13:33.842Z[ recovery-image] Dec 03 16:13:32.320 INFO O| Dec 03 16:13:32.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
70842025-12-03T16:13:33.842Z[ recovery-image] Dec 03 16:13:32.320 INFO O| Dec 03 16:13:32.320 INFO STEP 710 (remove_files) COMPLETE
70852025-12-03T16:13:33.845Z[ recovery-image] Dec 03 16:13:32.320 INFO O| Dec 03 16:13:32.320 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862025-12-03T16:13:33.860Z[ recovery-image] Dec 03 16:13:32.337 INFO O| Dec 03 16:13:32.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
70872025-12-03T16:13:33.860Z[ recovery-image] Dec 03 16:13:32.337 INFO O| Dec 03 16:13:32.337 INFO STEP 711 (remove_files) COMPLETE
70882025-12-03T16:13:33.863Z[ recovery-image] Dec 03 16:13:32.337 INFO O| Dec 03 16:13:32.337 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892025-12-03T16:13:33.872Z[ recovery-image] Dec 03 16:13:32.350 INFO O| Dec 03 16:13:32.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
70902025-12-03T16:13:33.872Z[ recovery-image] Dec 03 16:13:32.350 INFO O| Dec 03 16:13:32.350 INFO STEP 712 (remove_files) COMPLETE
70912025-12-03T16:13:33.875Z[ recovery-image] Dec 03 16:13:32.350 INFO O| Dec 03 16:13:32.350 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922025-12-03T16:13:33.887Z[ recovery-image] Dec 03 16:13:32.365 INFO O| Dec 03 16:13:32.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
70932025-12-03T16:13:33.887Z[ recovery-image] Dec 03 16:13:32.365 INFO O| Dec 03 16:13:32.365 INFO STEP 713 (remove_files) COMPLETE
70942025-12-03T16:13:33.890Z[ recovery-image] Dec 03 16:13:32.365 INFO O| Dec 03 16:13:32.365 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952025-12-03T16:13:33.901Z[ recovery-image] Dec 03 16:13:32.379 INFO O| Dec 03 16:13:32.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
70962025-12-03T16:13:33.901Z[ recovery-image] Dec 03 16:13:32.379 INFO O| Dec 03 16:13:32.379 INFO STEP 714 (remove_files) COMPLETE
70972025-12-03T16:13:33.904Z[ recovery-image] Dec 03 16:13:32.379 INFO O| Dec 03 16:13:32.379 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982025-12-03T16:13:33.915Z[ recovery-image] Dec 03 16:13:32.393 INFO O| Dec 03 16:13:32.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
70992025-12-03T16:13:33.918Z[ recovery-image] Dec 03 16:13:32.394 INFO O| Dec 03 16:13:32.394 INFO STEP 715 (remove_files) COMPLETE
71002025-12-03T16:13:33.918Z[ recovery-image] Dec 03 16:13:32.394 INFO O| Dec 03 16:13:32.394 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012025-12-03T16:13:33.930Z[ recovery-image] Dec 03 16:13:32.407 INFO O| Dec 03 16:13:32.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
71022025-12-03T16:13:33.933Z[ recovery-image] Dec 03 16:13:32.407 INFO O| Dec 03 16:13:32.407 INFO STEP 716 (remove_files) COMPLETE
71032025-12-03T16:13:33.933Z[ recovery-image] Dec 03 16:13:32.408 INFO O| Dec 03 16:13:32.407 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042025-12-03T16:13:33.945Z[ recovery-image] Dec 03 16:13:32.422 INFO O| Dec 03 16:13:32.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
71052025-12-03T16:13:33.945Z[ recovery-image] Dec 03 16:13:32.422 INFO O| Dec 03 16:13:32.422 INFO STEP 717 (remove_files) COMPLETE
71062025-12-03T16:13:33.948Z[ recovery-image] Dec 03 16:13:32.423 INFO O| Dec 03 16:13:32.422 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072025-12-03T16:13:33.958Z[ recovery-image] Dec 03 16:13:32.435 INFO O| Dec 03 16:13:32.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
71082025-12-03T16:13:33.960Z[ recovery-image] Dec 03 16:13:32.436 INFO O| Dec 03 16:13:32.435 INFO STEP 718 (remove_files) COMPLETE
71092025-12-03T16:13:33.961Z[ recovery-image] Dec 03 16:13:32.436 INFO O| Dec 03 16:13:32.436 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102025-12-03T16:13:33.969Z[ recovery-image] Dec 03 16:13:32.447 INFO O| Dec 03 16:13:32.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
71112025-12-03T16:13:33.969Z[ recovery-image] Dec 03 16:13:32.447 INFO O| Dec 03 16:13:32.447 INFO STEP 719 (remove_files) COMPLETE
71122025-12-03T16:13:33.973Z[ recovery-image] Dec 03 16:13:32.447 INFO O| Dec 03 16:13:32.447 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132025-12-03T16:13:33.984Z[ recovery-image] Dec 03 16:13:32.462 INFO O| Dec 03 16:13:32.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
71142025-12-03T16:13:33.984Z[ recovery-image] Dec 03 16:13:32.462 INFO O| Dec 03 16:13:32.462 INFO STEP 720 (remove_files) COMPLETE
71152025-12-03T16:13:33.987Z[ recovery-image] Dec 03 16:13:32.462 INFO O| Dec 03 16:13:32.462 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162025-12-03T16:13:33.996Z[ recovery-image] Dec 03 16:13:32.474 INFO O| Dec 03 16:13:32.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
71172025-12-03T16:13:33.999Z[ recovery-image] Dec 03 16:13:32.474 INFO O| Dec 03 16:13:32.474 INFO STEP 721 (remove_files) COMPLETE
71182025-12-03T16:13:33.999Z[ recovery-image] Dec 03 16:13:32.474 INFO O| Dec 03 16:13:32.474 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192025-12-03T16:13:34.010Z[ recovery-image] Dec 03 16:13:32.488 INFO O| Dec 03 16:13:32.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
71202025-12-03T16:13:34.010Z[ recovery-image] Dec 03 16:13:32.488 INFO O| Dec 03 16:13:32.488 INFO STEP 722 (remove_files) COMPLETE
71212025-12-03T16:13:34.010Z[ recovery-image] Dec 03 16:13:32.488 INFO O| Dec 03 16:13:32.488 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222025-12-03T16:13:34.021Z[ recovery-image] Dec 03 16:13:32.498 INFO O| Dec 03 16:13:32.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
71232025-12-03T16:13:34.021Z[ recovery-image] Dec 03 16:13:32.499 INFO O| Dec 03 16:13:32.498 INFO STEP 723 (remove_files) COMPLETE
71242025-12-03T16:13:34.024Z[ recovery-image] Dec 03 16:13:32.499 INFO O| Dec 03 16:13:32.498 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252025-12-03T16:13:34.035Z[ recovery-image] Dec 03 16:13:32.512 INFO O| Dec 03 16:13:32.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
71262025-12-03T16:13:34.038Z[ recovery-image] Dec 03 16:13:32.513 INFO O| Dec 03 16:13:32.513 INFO STEP 724 (remove_files) COMPLETE
71272025-12-03T16:13:34.038Z[ recovery-image] Dec 03 16:13:32.513 INFO O| Dec 03 16:13:32.513 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282025-12-03T16:13:34.051Z[ recovery-image] Dec 03 16:13:32.528 INFO O| Dec 03 16:13:32.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
71292025-12-03T16:13:34.054Z[ recovery-image] Dec 03 16:13:32.529 INFO O| Dec 03 16:13:32.529 INFO STEP 725 (remove_files) COMPLETE
71302025-12-03T16:13:34.054Z[ recovery-image] Dec 03 16:13:32.529 INFO O| Dec 03 16:13:32.529 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312025-12-03T16:13:34.068Z[ recovery-image] Dec 03 16:13:32.546 INFO O| Dec 03 16:13:32.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
71322025-12-03T16:13:34.071Z[ recovery-image] Dec 03 16:13:32.546 INFO O| Dec 03 16:13:32.546 INFO STEP 726 (remove_files) COMPLETE
71332025-12-03T16:13:34.071Z[ recovery-image] Dec 03 16:13:32.546 INFO O| Dec 03 16:13:32.546 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342025-12-03T16:13:34.117Z[ recovery-image] Dec 03 16:13:32.559 INFO O| Dec 03 16:13:32.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
71352025-12-03T16:13:34.117Z[ recovery-image] Dec 03 16:13:32.559 INFO O| Dec 03 16:13:32.559 INFO STEP 727 (remove_files) COMPLETE
71362025-12-03T16:13:34.122Z[ recovery-image] Dec 03 16:13:32.559 INFO O| Dec 03 16:13:32.559 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372025-12-03T16:13:34.122Z[ recovery-image] Dec 03 16:13:32.569 INFO O| Dec 03 16:13:32.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
71382025-12-03T16:13:34.122Z[ recovery-image] Dec 03 16:13:32.569 INFO O| Dec 03 16:13:32.569 INFO STEP 728 (remove_files) COMPLETE
71392025-12-03T16:13:34.122Z[ recovery-image] Dec 03 16:13:32.569 INFO O| Dec 03 16:13:32.569 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402025-12-03T16:13:34.122Z[ recovery-image] Dec 03 16:13:32.578 INFO O| Dec 03 16:13:32.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
71412025-12-03T16:13:34.122Z[ recovery-image] Dec 03 16:13:32.579 INFO O| Dec 03 16:13:32.578 INFO STEP 729 (remove_files) COMPLETE
71422025-12-03T16:13:34.122Z[ recovery-image] Dec 03 16:13:32.579 INFO O| Dec 03 16:13:32.578 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432025-12-03T16:13:34.122Z[ recovery-image] Dec 03 16:13:32.588 INFO O| Dec 03 16:13:32.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
71442025-12-03T16:13:34.123Z[ recovery-image] Dec 03 16:13:32.588 INFO O| Dec 03 16:13:32.588 INFO STEP 730 (remove_files) COMPLETE
71452025-12-03T16:13:34.123Z[ recovery-image] Dec 03 16:13:32.588 INFO O| Dec 03 16:13:32.588 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462025-12-03T16:13:34.123Z[ recovery-image] Dec 03 16:13:32.598 INFO O| Dec 03 16:13:32.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
71472025-12-03T16:13:34.126Z[ recovery-image] Dec 03 16:13:32.599 INFO O| Dec 03 16:13:32.599 INFO STEP 731 (remove_files) COMPLETE
71482025-12-03T16:13:34.126Z[ recovery-image] Dec 03 16:13:32.599 INFO O| Dec 03 16:13:32.599 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492025-12-03T16:13:34.135Z[ recovery-image] Dec 03 16:13:32.612 INFO O| Dec 03 16:13:32.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
71502025-12-03T16:13:34.138Z[ recovery-image] Dec 03 16:13:32.613 INFO O| Dec 03 16:13:32.612 INFO STEP 732 (remove_files) COMPLETE
71512025-12-03T16:13:34.138Z[ recovery-image] Dec 03 16:13:32.613 INFO O| Dec 03 16:13:32.612 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522025-12-03T16:13:34.148Z[ recovery-image] Dec 03 16:13:32.626 INFO O| Dec 03 16:13:32.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
71532025-12-03T16:13:34.152Z[ recovery-image] Dec 03 16:13:32.626 INFO O| Dec 03 16:13:32.626 INFO STEP 733 (remove_files) COMPLETE
71542025-12-03T16:13:34.152Z[ recovery-image] Dec 03 16:13:32.626 INFO O| Dec 03 16:13:32.626 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552025-12-03T16:13:34.161Z[ recovery-image] Dec 03 16:13:32.638 INFO O| Dec 03 16:13:32.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
71562025-12-03T16:13:34.161Z[ recovery-image] Dec 03 16:13:32.639 INFO O| Dec 03 16:13:32.638 INFO STEP 734 (remove_files) COMPLETE
71572025-12-03T16:13:34.164Z[ recovery-image] Dec 03 16:13:32.639 INFO O| Dec 03 16:13:32.638 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582025-12-03T16:13:34.174Z[ recovery-image] Dec 03 16:13:32.652 INFO O| Dec 03 16:13:32.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
71592025-12-03T16:13:34.177Z[ recovery-image] Dec 03 16:13:32.652 INFO O| Dec 03 16:13:32.652 INFO STEP 735 (remove_files) COMPLETE
71602025-12-03T16:13:34.177Z[ recovery-image] Dec 03 16:13:32.652 INFO O| Dec 03 16:13:32.652 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612025-12-03T16:13:34.188Z[ recovery-image] Dec 03 16:13:32.666 INFO O| Dec 03 16:13:32.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
71622025-12-03T16:13:34.188Z[ recovery-image] Dec 03 16:13:32.666 INFO O| Dec 03 16:13:32.666 INFO STEP 736 (remove_files) COMPLETE
71632025-12-03T16:13:34.191Z[ recovery-image] Dec 03 16:13:32.666 INFO O| Dec 03 16:13:32.666 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642025-12-03T16:13:34.200Z[ recovery-image] Dec 03 16:13:32.677 INFO O| Dec 03 16:13:32.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
71652025-12-03T16:13:34.200Z[ recovery-image] Dec 03 16:13:32.677 INFO O| Dec 03 16:13:32.677 INFO STEP 737 (remove_files) COMPLETE
71662025-12-03T16:13:34.203Z[ recovery-image] Dec 03 16:13:32.677 INFO O| Dec 03 16:13:32.677 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672025-12-03T16:13:34.212Z[ recovery-image] Dec 03 16:13:32.690 INFO O| Dec 03 16:13:32.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
71682025-12-03T16:13:34.212Z[ recovery-image] Dec 03 16:13:32.690 INFO O| Dec 03 16:13:32.690 INFO STEP 738 (remove_files) COMPLETE
71692025-12-03T16:13:34.215Z[ recovery-image] Dec 03 16:13:32.690 INFO O| Dec 03 16:13:32.690 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702025-12-03T16:13:34.226Z[ recovery-image] Dec 03 16:13:32.704 INFO O| Dec 03 16:13:32.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
71712025-12-03T16:13:34.226Z[ recovery-image] Dec 03 16:13:32.704 INFO O| Dec 03 16:13:32.704 INFO STEP 739 (remove_files) COMPLETE
71722025-12-03T16:13:34.229Z[ recovery-image] Dec 03 16:13:32.704 INFO O| Dec 03 16:13:32.704 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732025-12-03T16:13:34.240Z[ recovery-image] Dec 03 16:13:32.718 INFO O| Dec 03 16:13:32.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
71742025-12-03T16:13:34.245Z[ recovery-image] Dec 03 16:13:32.719 INFO O| Dec 03 16:13:32.719 INFO STEP 740 (remove_files) COMPLETE
71752025-12-03T16:13:34.245Z[ recovery-image] Dec 03 16:13:32.719 INFO O| Dec 03 16:13:32.719 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762025-12-03T16:13:34.254Z[ recovery-image] Dec 03 16:13:32.732 INFO O| Dec 03 16:13:32.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
71772025-12-03T16:13:34.254Z[ recovery-image] Dec 03 16:13:32.732 INFO O| Dec 03 16:13:32.732 INFO STEP 741 (remove_files) COMPLETE
71782025-12-03T16:13:34.254Z[ recovery-image] Dec 03 16:13:32.732 INFO O| Dec 03 16:13:32.732 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792025-12-03T16:13:34.268Z[ recovery-image] Dec 03 16:13:32.745 INFO O| Dec 03 16:13:32.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
71802025-12-03T16:13:34.268Z[ recovery-image] Dec 03 16:13:32.745 INFO O| Dec 03 16:13:32.745 INFO STEP 742 (remove_files) COMPLETE
71812025-12-03T16:13:34.271Z[ recovery-image] Dec 03 16:13:32.745 INFO O| Dec 03 16:13:32.745 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822025-12-03T16:13:34.277Z[ recovery-image] Dec 03 16:13:32.754 INFO O| Dec 03 16:13:32.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
71832025-12-03T16:13:34.280Z[ recovery-image] Dec 03 16:13:32.754 INFO O| Dec 03 16:13:32.754 INFO STEP 743 (remove_files) COMPLETE
71842025-12-03T16:13:34.280Z[ recovery-image] Dec 03 16:13:32.754 INFO O| Dec 03 16:13:32.754 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852025-12-03T16:13:34.289Z[ recovery-image] Dec 03 16:13:32.767 INFO O| Dec 03 16:13:32.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
71862025-12-03T16:13:34.289Z[ recovery-image] Dec 03 16:13:32.767 INFO O| Dec 03 16:13:32.767 INFO STEP 744 (remove_files) COMPLETE
71872025-12-03T16:13:34.294Z[ recovery-image] Dec 03 16:13:32.767 INFO O| Dec 03 16:13:32.767 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882025-12-03T16:13:34.301Z[ recovery-image] Dec 03 16:13:32.779 INFO O| Dec 03 16:13:32.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
71892025-12-03T16:13:34.301Z[ recovery-image] Dec 03 16:13:32.779 INFO O| Dec 03 16:13:32.779 INFO STEP 745 (remove_files) COMPLETE
71902025-12-03T16:13:34.305Z[ recovery-image] Dec 03 16:13:32.779 INFO O| Dec 03 16:13:32.779 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912025-12-03T16:13:34.312Z[ recovery-image] Dec 03 16:13:32.789 INFO O| Dec 03 16:13:32.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
71922025-12-03T16:13:34.312Z[ recovery-image] Dec 03 16:13:32.789 INFO O| Dec 03 16:13:32.789 INFO STEP 746 (remove_files) COMPLETE
71932025-12-03T16:13:34.315Z[ recovery-image] Dec 03 16:13:32.789 INFO O| Dec 03 16:13:32.789 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942025-12-03T16:13:34.323Z[ recovery-image] Dec 03 16:13:32.800 INFO O| Dec 03 16:13:32.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
71952025-12-03T16:13:34.326Z[ recovery-image] Dec 03 16:13:32.801 INFO O| Dec 03 16:13:32.801 INFO STEP 747 (remove_files) COMPLETE
71962025-12-03T16:13:34.326Z[ recovery-image] Dec 03 16:13:32.801 INFO O| Dec 03 16:13:32.801 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972025-12-03T16:13:34.332Z[ recovery-image] Dec 03 16:13:32.810 INFO O| Dec 03 16:13:32.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
71982025-12-03T16:13:34.335Z[ recovery-image] Dec 03 16:13:32.810 INFO O| Dec 03 16:13:32.810 INFO STEP 748 (remove_files) COMPLETE
71992025-12-03T16:13:34.335Z[ recovery-image] Dec 03 16:13:32.810 INFO O| Dec 03 16:13:32.810 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002025-12-03T16:13:34.341Z[ recovery-image] Dec 03 16:13:32.819 INFO O| Dec 03 16:13:32.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
72012025-12-03T16:13:34.344Z[ recovery-image] Dec 03 16:13:32.819 INFO O| Dec 03 16:13:32.819 INFO STEP 749 (remove_files) COMPLETE
72022025-12-03T16:13:34.344Z[ recovery-image] Dec 03 16:13:32.819 INFO O| Dec 03 16:13:32.819 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032025-12-03T16:13:34.354Z[ recovery-image] Dec 03 16:13:32.832 INFO O| Dec 03 16:13:32.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
72042025-12-03T16:13:34.354Z[ recovery-image] Dec 03 16:13:32.832 INFO O| Dec 03 16:13:32.832 INFO STEP 750 (remove_files) COMPLETE
72052025-12-03T16:13:34.354Z[ recovery-image] Dec 03 16:13:32.832 INFO O| Dec 03 16:13:32.832 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062025-12-03T16:13:34.364Z[ recovery-image] Dec 03 16:13:32.842 INFO O| Dec 03 16:13:32.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
72072025-12-03T16:13:34.368Z[ recovery-image] Dec 03 16:13:32.842 INFO O| Dec 03 16:13:32.842 INFO STEP 751 (remove_files) COMPLETE
72082025-12-03T16:13:34.368Z[ recovery-image] Dec 03 16:13:32.842 INFO O| Dec 03 16:13:32.842 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092025-12-03T16:13:34.378Z[ recovery-image] Dec 03 16:13:32.855 INFO O| Dec 03 16:13:32.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
72102025-12-03T16:13:34.382Z[ recovery-image] Dec 03 16:13:32.855 INFO O| Dec 03 16:13:32.855 INFO STEP 752 (remove_files) COMPLETE
72112025-12-03T16:13:34.382Z[ recovery-image] Dec 03 16:13:32.855 INFO O| Dec 03 16:13:32.855 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122025-12-03T16:13:34.391Z[ recovery-image] Dec 03 16:13:32.869 INFO O| Dec 03 16:13:32.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
72132025-12-03T16:13:34.391Z[ recovery-image] Dec 03 16:13:32.869 INFO O| Dec 03 16:13:32.869 INFO STEP 753 (remove_files) COMPLETE
72142025-12-03T16:13:34.394Z[ recovery-image] Dec 03 16:13:32.869 INFO O| Dec 03 16:13:32.869 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152025-12-03T16:13:34.405Z[ recovery-image] Dec 03 16:13:32.883 INFO O| Dec 03 16:13:32.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
72162025-12-03T16:13:34.405Z[ recovery-image] Dec 03 16:13:32.883 INFO O| Dec 03 16:13:32.883 INFO STEP 754 (remove_files) COMPLETE
72172025-12-03T16:13:34.408Z[ recovery-image] Dec 03 16:13:32.883 INFO O| Dec 03 16:13:32.883 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182025-12-03T16:13:34.416Z[ recovery-image] Dec 03 16:13:32.894 INFO O| Dec 03 16:13:32.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
72192025-12-03T16:13:34.419Z[ recovery-image] Dec 03 16:13:32.894 INFO O| Dec 03 16:13:32.894 INFO STEP 755 (remove_files) COMPLETE
72202025-12-03T16:13:34.419Z[ recovery-image] Dec 03 16:13:32.894 INFO O| Dec 03 16:13:32.894 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212025-12-03T16:13:34.430Z[ recovery-image] Dec 03 16:13:32.908 INFO O| Dec 03 16:13:32.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
72222025-12-03T16:13:34.430Z[ recovery-image] Dec 03 16:13:32.908 INFO O| Dec 03 16:13:32.908 INFO STEP 756 (remove_files) COMPLETE
72232025-12-03T16:13:34.433Z[ recovery-image] Dec 03 16:13:32.908 INFO O| Dec 03 16:13:32.908 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242025-12-03T16:13:34.445Z[ recovery-image] Dec 03 16:13:32.922 INFO O| Dec 03 16:13:32.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
72252025-12-03T16:13:34.449Z[ recovery-image] Dec 03 16:13:32.922 INFO O| Dec 03 16:13:32.922 INFO STEP 757 (remove_files) COMPLETE
72262025-12-03T16:13:34.449Z[ recovery-image] Dec 03 16:13:32.922 INFO O| Dec 03 16:13:32.922 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272025-12-03T16:13:34.457Z[ recovery-image] Dec 03 16:13:32.935 INFO O| Dec 03 16:13:32.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
72282025-12-03T16:13:34.457Z[ recovery-image] Dec 03 16:13:32.935 INFO O| Dec 03 16:13:32.935 INFO STEP 758 (remove_files) COMPLETE
72292025-12-03T16:13:34.460Z[ recovery-image] Dec 03 16:13:32.935 INFO O| Dec 03 16:13:32.935 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302025-12-03T16:13:34.471Z[ recovery-image] Dec 03 16:13:32.948 INFO O| Dec 03 16:13:32.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
72312025-12-03T16:13:34.471Z[ recovery-image] Dec 03 16:13:32.949 INFO O| Dec 03 16:13:32.948 INFO STEP 759 (remove_files) COMPLETE
72322025-12-03T16:13:34.472Z[ recovery-image] Dec 03 16:13:32.949 INFO O| Dec 03 16:13:32.949 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332025-12-03T16:13:34.483Z[ recovery-image] Dec 03 16:13:32.961 INFO O| Dec 03 16:13:32.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
72342025-12-03T16:13:34.483Z[ recovery-image] Dec 03 16:13:32.961 INFO O| Dec 03 16:13:32.961 INFO STEP 760 (remove_files) COMPLETE
72352025-12-03T16:13:34.487Z[ recovery-image] Dec 03 16:13:32.961 INFO O| Dec 03 16:13:32.961 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362025-12-03T16:13:34.497Z[ recovery-image] Dec 03 16:13:32.975 INFO O| Dec 03 16:13:32.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
72372025-12-03T16:13:34.497Z[ recovery-image] Dec 03 16:13:32.975 INFO O| Dec 03 16:13:32.975 INFO STEP 761 (remove_files) COMPLETE
72382025-12-03T16:13:34.500Z[ recovery-image] Dec 03 16:13:32.975 INFO O| Dec 03 16:13:32.975 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392025-12-03T16:13:34.509Z[ recovery-image] Dec 03 16:13:32.987 INFO O| Dec 03 16:13:32.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
72402025-12-03T16:13:34.512Z[ recovery-image] Dec 03 16:13:32.987 INFO O| Dec 03 16:13:32.987 INFO STEP 762 (remove_files) COMPLETE
72412025-12-03T16:13:34.512Z[ recovery-image] Dec 03 16:13:32.987 INFO O| Dec 03 16:13:32.987 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422025-12-03T16:13:34.523Z[ recovery-image] Dec 03 16:13:33.000 INFO O| Dec 03 16:13:33.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
72432025-12-03T16:13:34.526Z[ recovery-image] Dec 03 16:13:33.001 INFO O| Dec 03 16:13:33.001 INFO STEP 763 (remove_files) COMPLETE
72442025-12-03T16:13:34.526Z[ recovery-image] Dec 03 16:13:33.001 INFO O| Dec 03 16:13:33.001 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452025-12-03T16:13:34.539Z[ recovery-image] Dec 03 16:13:33.016 INFO O| Dec 03 16:13:33.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
72462025-12-03T16:13:34.539Z[ recovery-image] Dec 03 16:13:33.016 INFO O| Dec 03 16:13:33.016 INFO STEP 764 (remove_files) COMPLETE
72472025-12-03T16:13:34.542Z[ recovery-image] Dec 03 16:13:33.017 INFO O| Dec 03 16:13:33.016 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482025-12-03T16:13:34.550Z[ recovery-image] Dec 03 16:13:33.027 INFO O| Dec 03 16:13:33.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
72492025-12-03T16:13:34.550Z[ recovery-image] Dec 03 16:13:33.028 INFO O| Dec 03 16:13:33.027 INFO STEP 765 (remove_files) COMPLETE
72502025-12-03T16:13:34.553Z[ recovery-image] Dec 03 16:13:33.028 INFO O| Dec 03 16:13:33.028 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512025-12-03T16:13:34.563Z[ recovery-image] Dec 03 16:13:33.040 INFO O| Dec 03 16:13:33.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
72522025-12-03T16:13:34.563Z[ recovery-image] Dec 03 16:13:33.041 INFO O| Dec 03 16:13:33.040 INFO STEP 766 (remove_files) COMPLETE
72532025-12-03T16:13:34.563Z[ recovery-image] Dec 03 16:13:33.041 INFO O| Dec 03 16:13:33.040 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542025-12-03T16:13:34.575Z[ recovery-image] Dec 03 16:13:33.052 INFO O| Dec 03 16:13:33.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
72552025-12-03T16:13:34.575Z[ recovery-image] Dec 03 16:13:33.052 INFO O| Dec 03 16:13:33.052 INFO STEP 767 (remove_files) COMPLETE
72562025-12-03T16:13:34.575Z[ recovery-image] Dec 03 16:13:33.052 INFO O| Dec 03 16:13:33.052 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572025-12-03T16:13:34.589Z[ recovery-image] Dec 03 16:13:33.066 INFO O| Dec 03 16:13:33.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
72582025-12-03T16:13:34.589Z[ recovery-image] Dec 03 16:13:33.066 INFO O| Dec 03 16:13:33.066 INFO STEP 768 (remove_files) COMPLETE
72592025-12-03T16:13:34.589Z[ recovery-image] Dec 03 16:13:33.066 INFO O| Dec 03 16:13:33.066 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602025-12-03T16:13:34.602Z[ recovery-image] Dec 03 16:13:33.080 INFO O| Dec 03 16:13:33.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
72612025-12-03T16:13:34.603Z[ recovery-image] Dec 03 16:13:33.080 INFO O| Dec 03 16:13:33.080 INFO STEP 769 (remove_files) COMPLETE
72622025-12-03T16:13:34.603Z[ recovery-image] Dec 03 16:13:33.080 INFO O| Dec 03 16:13:33.080 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632025-12-03T16:13:34.617Z[ recovery-image] Dec 03 16:13:33.095 INFO O| Dec 03 16:13:33.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
72642025-12-03T16:13:34.617Z[ recovery-image] Dec 03 16:13:33.095 INFO O| Dec 03 16:13:33.095 INFO STEP 770 (remove_files) COMPLETE
72652025-12-03T16:13:34.617Z[ recovery-image] Dec 03 16:13:33.095 INFO O| Dec 03 16:13:33.095 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662025-12-03T16:13:34.631Z[ recovery-image] Dec 03 16:13:33.109 INFO O| Dec 03 16:13:33.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
72672025-12-03T16:13:34.632Z[ recovery-image] Dec 03 16:13:33.109 INFO O| Dec 03 16:13:33.109 INFO STEP 771 (remove_files) COMPLETE
72682025-12-03T16:13:34.636Z[ recovery-image] Dec 03 16:13:33.109 INFO O| Dec 03 16:13:33.109 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692025-12-03T16:13:34.641Z[ recovery-image] Dec 03 16:13:33.118 INFO O| Dec 03 16:13:33.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
72702025-12-03T16:13:34.644Z[ recovery-image] Dec 03 16:13:33.119 INFO O| Dec 03 16:13:33.119 INFO STEP 772 (remove_files) COMPLETE
72712025-12-03T16:13:34.644Z[ recovery-image] Dec 03 16:13:33.119 INFO O| Dec 03 16:13:33.119 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722025-12-03T16:13:34.655Z[ recovery-image] Dec 03 16:13:33.132 INFO O| Dec 03 16:13:33.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
72732025-12-03T16:13:34.655Z[ recovery-image] Dec 03 16:13:33.132 INFO O| Dec 03 16:13:33.132 INFO STEP 773 (remove_files) COMPLETE
72742025-12-03T16:13:34.655Z[ recovery-image] Dec 03 16:13:33.132 INFO O| Dec 03 16:13:33.132 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752025-12-03T16:13:34.668Z[ recovery-image] Dec 03 16:13:33.146 INFO O| Dec 03 16:13:33.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
72762025-12-03T16:13:34.668Z[ recovery-image] Dec 03 16:13:33.146 INFO O| Dec 03 16:13:33.146 INFO STEP 774 (remove_files) COMPLETE
72772025-12-03T16:13:34.672Z[ recovery-image] Dec 03 16:13:33.146 INFO O| Dec 03 16:13:33.146 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782025-12-03T16:13:34.681Z[ recovery-image] Dec 03 16:13:33.157 INFO O| Dec 03 16:13:33.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
72792025-12-03T16:13:34.681Z[ recovery-image] Dec 03 16:13:33.157 INFO O| Dec 03 16:13:33.157 INFO STEP 775 (remove_files) COMPLETE
72802025-12-03T16:13:34.684Z[ recovery-image] Dec 03 16:13:33.157 INFO O| Dec 03 16:13:33.157 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812025-12-03T16:13:34.691Z[ recovery-image] Dec 03 16:13:33.169 INFO O| Dec 03 16:13:33.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
72822025-12-03T16:13:34.695Z[ recovery-image] Dec 03 16:13:33.169 INFO O| Dec 03 16:13:33.169 INFO STEP 776 (remove_files) COMPLETE
72832025-12-03T16:13:34.695Z[ recovery-image] Dec 03 16:13:33.169 INFO O| Dec 03 16:13:33.169 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842025-12-03T16:13:34.705Z[ recovery-image] Dec 03 16:13:33.183 INFO O| Dec 03 16:13:33.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
72852025-12-03T16:13:34.705Z[ recovery-image] Dec 03 16:13:33.183 INFO O| Dec 03 16:13:33.183 INFO STEP 777 (remove_files) COMPLETE
72862025-12-03T16:13:34.705Z[ recovery-image] Dec 03 16:13:33.183 INFO O| Dec 03 16:13:33.183 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872025-12-03T16:13:34.719Z[ recovery-image] Dec 03 16:13:33.196 INFO O| Dec 03 16:13:33.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
72882025-12-03T16:13:34.719Z[ recovery-image] Dec 03 16:13:33.196 INFO O| Dec 03 16:13:33.196 INFO STEP 778 (remove_files) COMPLETE
72892025-12-03T16:13:34.722Z[ recovery-image] Dec 03 16:13:33.196 INFO O| Dec 03 16:13:33.196 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902025-12-03T16:13:34.733Z[ recovery-image] Dec 03 16:13:33.210 INFO O| Dec 03 16:13:33.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
72912025-12-03T16:13:34.733Z[ recovery-image] Dec 03 16:13:33.210 INFO O| Dec 03 16:13:33.210 INFO STEP 779 (remove_files) COMPLETE
72922025-12-03T16:13:34.738Z[ recovery-image] Dec 03 16:13:33.210 INFO O| Dec 03 16:13:33.210 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932025-12-03T16:13:34.745Z[ recovery-image] Dec 03 16:13:33.223 INFO O| Dec 03 16:13:33.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
72942025-12-03T16:13:34.745Z[ recovery-image] Dec 03 16:13:33.223 INFO O| Dec 03 16:13:33.223 INFO STEP 780 (remove_files) COMPLETE
72952025-12-03T16:13:34.748Z[ recovery-image] Dec 03 16:13:33.223 INFO O| Dec 03 16:13:33.223 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962025-12-03T16:13:34.759Z[ recovery-image] Dec 03 16:13:33.236 INFO O| Dec 03 16:13:33.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
72972025-12-03T16:13:34.760Z[ recovery-image] Dec 03 16:13:33.236 INFO O| Dec 03 16:13:33.236 INFO STEP 781 (remove_files) COMPLETE
72982025-12-03T16:13:34.760Z[ recovery-image] Dec 03 16:13:33.236 INFO O| Dec 03 16:13:33.236 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992025-12-03T16:13:34.769Z[ recovery-image] Dec 03 16:13:33.247 INFO O| Dec 03 16:13:33.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
73002025-12-03T16:13:34.769Z[ recovery-image] Dec 03 16:13:33.247 INFO O| Dec 03 16:13:33.247 INFO STEP 782 (remove_files) COMPLETE
73012025-12-03T16:13:34.772Z[ recovery-image] Dec 03 16:13:33.247 INFO O| Dec 03 16:13:33.247 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022025-12-03T16:13:34.782Z[ recovery-image] Dec 03 16:13:33.260 INFO O| Dec 03 16:13:33.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
73032025-12-03T16:13:34.785Z[ recovery-image] Dec 03 16:13:33.260 INFO O| Dec 03 16:13:33.260 INFO STEP 783 (remove_files) COMPLETE
73042025-12-03T16:13:34.785Z[ recovery-image] Dec 03 16:13:33.260 INFO O| Dec 03 16:13:33.260 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052025-12-03T16:13:34.799Z[ recovery-image] Dec 03 16:13:33.273 INFO O| Dec 03 16:13:33.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
73062025-12-03T16:13:34.799Z[ recovery-image] Dec 03 16:13:33.274 INFO O| Dec 03 16:13:33.274 INFO STEP 784 (remove_files) COMPLETE
73072025-12-03T16:13:34.802Z[ recovery-image] Dec 03 16:13:33.274 INFO O| Dec 03 16:13:33.274 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082025-12-03T16:13:34.811Z[ recovery-image] Dec 03 16:13:33.288 INFO O| Dec 03 16:13:33.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
73092025-12-03T16:13:34.811Z[ recovery-image] Dec 03 16:13:33.288 INFO O| Dec 03 16:13:33.288 INFO STEP 785 (remove_files) COMPLETE
73102025-12-03T16:13:34.814Z[ recovery-image] Dec 03 16:13:33.288 INFO O| Dec 03 16:13:33.288 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112025-12-03T16:13:34.825Z[ recovery-image] Dec 03 16:13:33.302 INFO O| Dec 03 16:13:33.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
73122025-12-03T16:13:34.825Z[ recovery-image] Dec 03 16:13:33.302 INFO O| Dec 03 16:13:33.302 INFO STEP 786 (remove_files) COMPLETE
73132025-12-03T16:13:34.828Z[ recovery-image] Dec 03 16:13:33.302 INFO O| Dec 03 16:13:33.302 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142025-12-03T16:13:34.838Z[ recovery-image] Dec 03 16:13:33.315 INFO O| Dec 03 16:13:33.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
73152025-12-03T16:13:34.841Z[ recovery-image] Dec 03 16:13:33.316 INFO O| Dec 03 16:13:33.316 INFO STEP 787 (remove_files) COMPLETE
73162025-12-03T16:13:34.841Z[ recovery-image] Dec 03 16:13:33.316 INFO O| Dec 03 16:13:33.316 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172025-12-03T16:13:34.853Z[ recovery-image] Dec 03 16:13:33.329 INFO O| Dec 03 16:13:33.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
73182025-12-03T16:13:34.853Z[ recovery-image] Dec 03 16:13:33.329 INFO O| Dec 03 16:13:33.329 INFO STEP 788 (remove_files) COMPLETE
73192025-12-03T16:13:34.856Z[ recovery-image] Dec 03 16:13:33.329 INFO O| Dec 03 16:13:33.329 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202025-12-03T16:13:34.860Z[ recovery-image] Dec 03 16:13:33.338 INFO O| Dec 03 16:13:33.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
73212025-12-03T16:13:34.864Z[ recovery-image] Dec 03 16:13:33.338 INFO O| Dec 03 16:13:33.338 INFO STEP 789 (remove_files) COMPLETE
73222025-12-03T16:13:34.864Z[ recovery-image] Dec 03 16:13:33.338 INFO O| Dec 03 16:13:33.338 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232025-12-03T16:13:34.871Z[ recovery-image] Dec 03 16:13:33.349 INFO O| Dec 03 16:13:33.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
73242025-12-03T16:13:34.872Z[ recovery-image] Dec 03 16:13:33.349 INFO O| Dec 03 16:13:33.349 INFO STEP 790 (remove_files) COMPLETE
73252025-12-03T16:13:34.876Z[ recovery-image] Dec 03 16:13:33.349 INFO O| Dec 03 16:13:33.349 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262025-12-03T16:13:34.884Z[ recovery-image] Dec 03 16:13:33.362 INFO O| Dec 03 16:13:33.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
73272025-12-03T16:13:34.885Z[ recovery-image] Dec 03 16:13:33.362 INFO O| Dec 03 16:13:33.362 INFO STEP 791 (remove_files) COMPLETE
73282025-12-03T16:13:34.888Z[ recovery-image] Dec 03 16:13:33.362 INFO O| Dec 03 16:13:33.362 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292025-12-03T16:13:34.898Z[ recovery-image] Dec 03 16:13:33.375 INFO O| Dec 03 16:13:33.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
73302025-12-03T16:13:34.898Z[ recovery-image] Dec 03 16:13:33.376 INFO O| Dec 03 16:13:33.375 INFO STEP 792 (remove_files) COMPLETE
73312025-12-03T16:13:34.898Z[ recovery-image] Dec 03 16:13:33.376 INFO O| Dec 03 16:13:33.376 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322025-12-03T16:13:34.911Z[ recovery-image] Dec 03 16:13:33.388 INFO O| Dec 03 16:13:33.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
73332025-12-03T16:13:34.911Z[ recovery-image] Dec 03 16:13:33.388 INFO O| Dec 03 16:13:33.388 INFO STEP 793 (remove_files) COMPLETE
73342025-12-03T16:13:34.911Z[ recovery-image] Dec 03 16:13:33.388 INFO O| Dec 03 16:13:33.388 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352025-12-03T16:13:34.920Z[ recovery-image] Dec 03 16:13:33.397 INFO O| Dec 03 16:13:33.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
73362025-12-03T16:13:34.920Z[ recovery-image] Dec 03 16:13:33.398 INFO O| Dec 03 16:13:33.398 INFO STEP 794 (remove_files) COMPLETE
73372025-12-03T16:13:34.924Z[ recovery-image] Dec 03 16:13:33.398 INFO O| Dec 03 16:13:33.398 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382025-12-03T16:13:34.929Z[ recovery-image] Dec 03 16:13:33.407 INFO O| Dec 03 16:13:33.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
73392025-12-03T16:13:34.935Z[ recovery-image] Dec 03 16:13:33.408 INFO O| Dec 03 16:13:33.408 INFO STEP 795 (remove_files) COMPLETE
73402025-12-03T16:13:34.935Z[ recovery-image] Dec 03 16:13:33.408 INFO O| Dec 03 16:13:33.408 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412025-12-03T16:13:34.941Z[ recovery-image] Dec 03 16:13:33.418 INFO O| Dec 03 16:13:33.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
73422025-12-03T16:13:34.941Z[ recovery-image] Dec 03 16:13:33.418 INFO O| Dec 03 16:13:33.418 INFO STEP 796 (remove_files) COMPLETE
73432025-12-03T16:13:34.941Z[ recovery-image] Dec 03 16:13:33.418 INFO O| Dec 03 16:13:33.418 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442025-12-03T16:13:34.953Z[ recovery-image] Dec 03 16:13:33.431 INFO O| Dec 03 16:13:33.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
73452025-12-03T16:13:34.953Z[ recovery-image] Dec 03 16:13:33.431 INFO O| Dec 03 16:13:33.431 INFO STEP 797 (remove_files) COMPLETE
73462025-12-03T16:13:34.953Z[ recovery-image] Dec 03 16:13:33.431 INFO O| Dec 03 16:13:33.431 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472025-12-03T16:13:34.962Z[ recovery-image] Dec 03 16:13:33.440 INFO O| Dec 03 16:13:33.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
73482025-12-03T16:13:34.962Z[ recovery-image] Dec 03 16:13:33.440 INFO O| Dec 03 16:13:33.440 INFO STEP 798 (remove_files) COMPLETE
73492025-12-03T16:13:34.965Z[ recovery-image] Dec 03 16:13:33.440 INFO O| Dec 03 16:13:33.440 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502025-12-03T16:13:34.974Z[ recovery-image] Dec 03 16:13:33.451 INFO O| Dec 03 16:13:33.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
73512025-12-03T16:13:34.974Z[ recovery-image] Dec 03 16:13:33.451 INFO O| Dec 03 16:13:33.451 INFO STEP 799 (remove_files) COMPLETE
73522025-12-03T16:13:34.974Z[ recovery-image] Dec 03 16:13:33.452 INFO O| Dec 03 16:13:33.451 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532025-12-03T16:13:34.985Z[ recovery-image] Dec 03 16:13:33.463 INFO O| Dec 03 16:13:33.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
73542025-12-03T16:13:34.985Z[ recovery-image] Dec 03 16:13:33.463 INFO O| Dec 03 16:13:33.463 INFO STEP 800 (remove_files) COMPLETE
73552025-12-03T16:13:34.985Z[ recovery-image] Dec 03 16:13:33.463 INFO O| Dec 03 16:13:33.463 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562025-12-03T16:13:34.993Z[ recovery-image] Dec 03 16:13:33.471 INFO O| Dec 03 16:13:33.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
73572025-12-03T16:13:34.996Z[ recovery-image] Dec 03 16:13:33.471 INFO O| Dec 03 16:13:33.471 INFO STEP 801 (remove_files) COMPLETE
73582025-12-03T16:13:34.996Z[ recovery-image] Dec 03 16:13:33.471 INFO O| Dec 03 16:13:33.471 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592025-12-03T16:13:35.006Z[ recovery-image] Dec 03 16:13:33.484 INFO O| Dec 03 16:13:33.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
73602025-12-03T16:13:35.006Z[ recovery-image] Dec 03 16:13:33.484 INFO O| Dec 03 16:13:33.484 INFO STEP 802 (remove_files) COMPLETE
73612025-12-03T16:13:35.009Z[ recovery-image] Dec 03 16:13:33.484 INFO O| Dec 03 16:13:33.484 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622025-12-03T16:13:35.019Z[ recovery-image] Dec 03 16:13:33.497 INFO O| Dec 03 16:13:33.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
73632025-12-03T16:13:35.019Z[ recovery-image] Dec 03 16:13:33.497 INFO O| Dec 03 16:13:33.497 INFO STEP 803 (remove_files) COMPLETE
73642025-12-03T16:13:35.023Z[ recovery-image] Dec 03 16:13:33.497 INFO O| Dec 03 16:13:33.497 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652025-12-03T16:13:35.030Z[ recovery-image] Dec 03 16:13:33.508 INFO O| Dec 03 16:13:33.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
73662025-12-03T16:13:35.030Z[ recovery-image] Dec 03 16:13:33.508 INFO O| Dec 03 16:13:33.508 INFO STEP 804 (remove_files) COMPLETE
73672025-12-03T16:13:35.030Z[ recovery-image] Dec 03 16:13:33.508 INFO O| Dec 03 16:13:33.508 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682025-12-03T16:13:35.040Z[ recovery-image] Dec 03 16:13:33.518 INFO O| Dec 03 16:13:33.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
73692025-12-03T16:13:35.044Z[ recovery-image] Dec 03 16:13:33.518 INFO O| Dec 03 16:13:33.518 INFO STEP 805 (remove_files) COMPLETE
73702025-12-03T16:13:35.044Z[ recovery-image] Dec 03 16:13:33.518 INFO O| Dec 03 16:13:33.518 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712025-12-03T16:13:35.053Z[ recovery-image] Dec 03 16:13:33.530 INFO O| Dec 03 16:13:33.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
73722025-12-03T16:13:35.056Z[ recovery-image] Dec 03 16:13:33.530 INFO O| Dec 03 16:13:33.530 INFO STEP 806 (remove_files) COMPLETE
73732025-12-03T16:13:35.056Z[ recovery-image] Dec 03 16:13:33.531 INFO O| Dec 03 16:13:33.530 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742025-12-03T16:13:35.068Z[ recovery-image] Dec 03 16:13:33.543 INFO O| Dec 03 16:13:33.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
73752025-12-03T16:13:35.068Z[ recovery-image] Dec 03 16:13:33.543 INFO O| Dec 03 16:13:33.543 INFO STEP 807 (remove_files) COMPLETE
73762025-12-03T16:13:35.071Z[ recovery-image] Dec 03 16:13:33.544 INFO O| Dec 03 16:13:33.543 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772025-12-03T16:13:35.077Z[ recovery-image] Dec 03 16:13:33.554 INFO O| Dec 03 16:13:33.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
73782025-12-03T16:13:35.077Z[ recovery-image] Dec 03 16:13:33.555 INFO O| Dec 03 16:13:33.555 INFO STEP 808 (remove_files) COMPLETE
73792025-12-03T16:13:35.077Z[ recovery-image] Dec 03 16:13:33.555 INFO O| Dec 03 16:13:33.555 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802025-12-03T16:13:35.089Z[ recovery-image] Dec 03 16:13:33.566 INFO O| Dec 03 16:13:33.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
73812025-12-03T16:13:35.089Z[ recovery-image] Dec 03 16:13:33.567 INFO O| Dec 03 16:13:33.567 INFO STEP 809 (remove_files) COMPLETE
73822025-12-03T16:13:35.092Z[ recovery-image] Dec 03 16:13:33.567 INFO O| Dec 03 16:13:33.567 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832025-12-03T16:13:35.101Z[ recovery-image] Dec 03 16:13:33.579 INFO O| Dec 03 16:13:33.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
73842025-12-03T16:13:35.101Z[ recovery-image] Dec 03 16:13:33.579 INFO O| Dec 03 16:13:33.579 INFO STEP 810 (remove_files) COMPLETE
73852025-12-03T16:13:35.101Z[ recovery-image] Dec 03 16:13:33.579 INFO O| Dec 03 16:13:33.579 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862025-12-03T16:13:35.109Z[ recovery-image] Dec 03 16:13:33.587 INFO O| Dec 03 16:13:33.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
73872025-12-03T16:13:35.110Z[ recovery-image] Dec 03 16:13:33.587 INFO O| Dec 03 16:13:33.587 INFO STEP 811 (remove_files) COMPLETE
73882025-12-03T16:13:35.112Z[ recovery-image] Dec 03 16:13:33.587 INFO O| Dec 03 16:13:33.587 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892025-12-03T16:13:35.118Z[ recovery-image] Dec 03 16:13:33.596 INFO O| Dec 03 16:13:33.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
73902025-12-03T16:13:35.121Z[ recovery-image] Dec 03 16:13:33.597 INFO O| Dec 03 16:13:33.597 INFO STEP 812 (remove_files) COMPLETE
73912025-12-03T16:13:35.121Z[ recovery-image] Dec 03 16:13:33.597 INFO O| Dec 03 16:13:33.597 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922025-12-03T16:13:35.128Z[ recovery-image] Dec 03 16:13:33.606 INFO O| Dec 03 16:13:33.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
73932025-12-03T16:13:35.132Z[ recovery-image] Dec 03 16:13:33.606 INFO O| Dec 03 16:13:33.606 INFO STEP 813 (remove_files) COMPLETE
73942025-12-03T16:13:35.132Z[ recovery-image] Dec 03 16:13:33.606 INFO O| Dec 03 16:13:33.606 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952025-12-03T16:13:35.140Z[ recovery-image] Dec 03 16:13:33.618 INFO O| Dec 03 16:13:33.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
73962025-12-03T16:13:35.143Z[ recovery-image] Dec 03 16:13:33.618 INFO O| Dec 03 16:13:33.618 INFO STEP 814 (remove_files) COMPLETE
73972025-12-03T16:13:35.143Z[ recovery-image] Dec 03 16:13:33.618 INFO O| Dec 03 16:13:33.618 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982025-12-03T16:13:35.152Z[ recovery-image] Dec 03 16:13:33.629 INFO O| Dec 03 16:13:33.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
73992025-12-03T16:13:35.152Z[ recovery-image] Dec 03 16:13:33.630 INFO O| Dec 03 16:13:33.630 INFO STEP 815 (remove_files) COMPLETE
74002025-12-03T16:13:35.155Z[ recovery-image] Dec 03 16:13:33.630 INFO O| Dec 03 16:13:33.630 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012025-12-03T16:13:35.164Z[ recovery-image] Dec 03 16:13:33.641 INFO O| Dec 03 16:13:33.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
74022025-12-03T16:13:35.167Z[ recovery-image] Dec 03 16:13:33.642 INFO O| Dec 03 16:13:33.642 INFO STEP 816 (remove_files) COMPLETE
74032025-12-03T16:13:35.167Z[ recovery-image] Dec 03 16:13:33.642 INFO O| Dec 03 16:13:33.642 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042025-12-03T16:13:35.174Z[ recovery-image] Dec 03 16:13:33.652 INFO O| Dec 03 16:13:33.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
74052025-12-03T16:13:35.177Z[ recovery-image] Dec 03 16:13:33.652 INFO O| Dec 03 16:13:33.652 INFO STEP 817 (remove_files) COMPLETE
74062025-12-03T16:13:35.177Z[ recovery-image] Dec 03 16:13:33.652 INFO O| Dec 03 16:13:33.652 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072025-12-03T16:13:35.183Z[ recovery-image] Dec 03 16:13:33.661 INFO O| Dec 03 16:13:33.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
74082025-12-03T16:13:35.183Z[ recovery-image] Dec 03 16:13:33.661 INFO O| Dec 03 16:13:33.661 INFO STEP 818 (remove_files) COMPLETE
74092025-12-03T16:13:35.183Z[ recovery-image] Dec 03 16:13:33.661 INFO O| Dec 03 16:13:33.661 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102025-12-03T16:13:35.195Z[ recovery-image] Dec 03 16:13:33.673 INFO O| Dec 03 16:13:33.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
74112025-12-03T16:13:35.198Z[ recovery-image] Dec 03 16:13:33.674 INFO O| Dec 03 16:13:33.674 INFO STEP 819 (remove_files) COMPLETE
74122025-12-03T16:13:35.198Z[ recovery-image] Dec 03 16:13:33.674 INFO O| Dec 03 16:13:33.674 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132025-12-03T16:13:35.207Z[ recovery-image] Dec 03 16:13:33.684 INFO O| Dec 03 16:13:33.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
74142025-12-03T16:13:35.207Z[ recovery-image] Dec 03 16:13:33.684 INFO O| Dec 03 16:13:33.684 INFO STEP 820 (remove_files) COMPLETE
74152025-12-03T16:13:35.207Z[ recovery-image] Dec 03 16:13:33.684 INFO O| Dec 03 16:13:33.684 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162025-12-03T16:13:35.219Z[ recovery-image] Dec 03 16:13:33.693 INFO O| Dec 03 16:13:33.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
74172025-12-03T16:13:35.220Z[ recovery-image] Dec 03 16:13:33.693 INFO O| Dec 03 16:13:33.693 INFO STEP 821 (remove_files) COMPLETE
74182025-12-03T16:13:35.220Z[ recovery-image] Dec 03 16:13:33.693 INFO O| Dec 03 16:13:33.693 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192025-12-03T16:13:35.225Z[ recovery-image] Dec 03 16:13:33.701 INFO O| Dec 03 16:13:33.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
74202025-12-03T16:13:35.225Z[ recovery-image] Dec 03 16:13:33.701 INFO O| Dec 03 16:13:33.701 INFO STEP 822 (remove_files) COMPLETE
74212025-12-03T16:13:35.228Z[ recovery-image] Dec 03 16:13:33.701 INFO O| Dec 03 16:13:33.701 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222025-12-03T16:13:35.233Z[ recovery-image] Dec 03 16:13:33.710 INFO O| Dec 03 16:13:33.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
74232025-12-03T16:13:35.237Z[ recovery-image] Dec 03 16:13:33.710 INFO O| Dec 03 16:13:33.710 INFO STEP 823 (remove_files) COMPLETE
74242025-12-03T16:13:35.237Z[ recovery-image] Dec 03 16:13:33.710 INFO O| Dec 03 16:13:33.710 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252025-12-03T16:13:35.244Z[ recovery-image] Dec 03 16:13:33.721 INFO O| Dec 03 16:13:33.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
74262025-12-03T16:13:35.244Z[ recovery-image] Dec 03 16:13:33.722 INFO O| Dec 03 16:13:33.721 INFO STEP 824 (remove_files) COMPLETE
74272025-12-03T16:13:35.247Z[ recovery-image] Dec 03 16:13:33.722 INFO O| Dec 03 16:13:33.722 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282025-12-03T16:13:35.256Z[ recovery-image] Dec 03 16:13:33.733 INFO O| Dec 03 16:13:33.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
74292025-12-03T16:13:35.256Z[ recovery-image] Dec 03 16:13:33.733 INFO O| Dec 03 16:13:33.733 INFO STEP 825 (remove_files) COMPLETE
74302025-12-03T16:13:35.256Z[ recovery-image] Dec 03 16:13:33.733 INFO O| Dec 03 16:13:33.733 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312025-12-03T16:13:35.268Z[ recovery-image] Dec 03 16:13:33.746 INFO O| Dec 03 16:13:33.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
74322025-12-03T16:13:35.268Z[ recovery-image] Dec 03 16:13:33.746 INFO O| Dec 03 16:13:33.746 INFO STEP 826 (remove_files) COMPLETE
74332025-12-03T16:13:35.268Z[ recovery-image] Dec 03 16:13:33.746 INFO O| Dec 03 16:13:33.746 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342025-12-03T16:13:35.276Z[ recovery-image] Dec 03 16:13:33.754 INFO O| Dec 03 16:13:33.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
74352025-12-03T16:13:35.280Z[ recovery-image] Dec 03 16:13:33.754 INFO O| Dec 03 16:13:33.754 INFO STEP 827 (remove_files) COMPLETE
74362025-12-03T16:13:35.281Z[ recovery-image] Dec 03 16:13:33.754 INFO O| Dec 03 16:13:33.754 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372025-12-03T16:13:35.285Z[ recovery-image] Dec 03 16:13:33.763 INFO O| Dec 03 16:13:33.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
74382025-12-03T16:13:35.288Z[ recovery-image] Dec 03 16:13:33.763 INFO O| Dec 03 16:13:33.763 INFO STEP 828 (remove_files) COMPLETE
74392025-12-03T16:13:35.288Z[ recovery-image] Dec 03 16:13:33.763 INFO O| Dec 03 16:13:33.763 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402025-12-03T16:13:35.299Z[ recovery-image] Dec 03 16:13:33.775 INFO O| Dec 03 16:13:33.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
74412025-12-03T16:13:35.299Z[ recovery-image] Dec 03 16:13:33.775 INFO O| Dec 03 16:13:33.775 INFO STEP 829 (remove_files) COMPLETE
74422025-12-03T16:13:35.299Z[ recovery-image] Dec 03 16:13:33.775 INFO O| Dec 03 16:13:33.775 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432025-12-03T16:13:35.306Z[ recovery-image] Dec 03 16:13:33.784 INFO O| Dec 03 16:13:33.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
74442025-12-03T16:13:35.306Z[ recovery-image] Dec 03 16:13:33.784 INFO O| Dec 03 16:13:33.784 INFO STEP 830 (remove_files) COMPLETE
74452025-12-03T16:13:35.309Z[ recovery-image] Dec 03 16:13:33.784 INFO O| Dec 03 16:13:33.784 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462025-12-03T16:13:35.317Z[ recovery-image] Dec 03 16:13:33.795 INFO O| Dec 03 16:13:33.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
74472025-12-03T16:13:35.317Z[ recovery-image] Dec 03 16:13:33.795 INFO O| Dec 03 16:13:33.795 INFO STEP 831 (remove_files) COMPLETE
74482025-12-03T16:13:35.320Z[ recovery-image] Dec 03 16:13:33.795 INFO O| Dec 03 16:13:33.795 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492025-12-03T16:13:35.330Z[ recovery-image] Dec 03 16:13:33.808 INFO O| Dec 03 16:13:33.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
74502025-12-03T16:13:35.330Z[ recovery-image] Dec 03 16:13:33.808 INFO O| Dec 03 16:13:33.808 INFO STEP 832 (remove_files) COMPLETE
74512025-12-03T16:13:35.333Z[ recovery-image] Dec 03 16:13:33.808 INFO O| Dec 03 16:13:33.808 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522025-12-03T16:13:35.342Z[ recovery-image] Dec 03 16:13:33.820 INFO O| Dec 03 16:13:33.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
74532025-12-03T16:13:35.345Z[ recovery-image] Dec 03 16:13:33.820 INFO O| Dec 03 16:13:33.820 INFO STEP 833 (remove_files) COMPLETE
74542025-12-03T16:13:35.345Z[ recovery-image] Dec 03 16:13:33.820 INFO O| Dec 03 16:13:33.820 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552025-12-03T16:13:35.351Z[ recovery-image] Dec 03 16:13:33.828 INFO O| Dec 03 16:13:33.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
74562025-12-03T16:13:35.351Z[ recovery-image] Dec 03 16:13:33.829 INFO O| Dec 03 16:13:33.829 INFO STEP 834 (remove_files) COMPLETE
74572025-12-03T16:13:35.354Z[ recovery-image] Dec 03 16:13:33.829 INFO O| Dec 03 16:13:33.829 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582025-12-03T16:13:35.362Z[ recovery-image] Dec 03 16:13:33.839 INFO O| Dec 03 16:13:33.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
74592025-12-03T16:13:35.362Z[ recovery-image] Dec 03 16:13:33.839 INFO O| Dec 03 16:13:33.839 INFO STEP 835 (remove_files) COMPLETE
74602025-12-03T16:13:35.365Z[ recovery-image] Dec 03 16:13:33.839 INFO O| Dec 03 16:13:33.839 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612025-12-03T16:13:35.373Z[ recovery-image] Dec 03 16:13:33.850 INFO O| Dec 03 16:13:33.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
74622025-12-03T16:13:35.373Z[ recovery-image] Dec 03 16:13:33.850 INFO O| Dec 03 16:13:33.850 INFO STEP 836 (remove_files) COMPLETE
74632025-12-03T16:13:35.376Z[ recovery-image] Dec 03 16:13:33.850 INFO O| Dec 03 16:13:33.850 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642025-12-03T16:13:35.386Z[ recovery-image] Dec 03 16:13:33.863 INFO O| Dec 03 16:13:33.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
74652025-12-03T16:13:35.386Z[ recovery-image] Dec 03 16:13:33.863 INFO O| Dec 03 16:13:33.863 INFO STEP 837 (remove_files) COMPLETE
74662025-12-03T16:13:35.389Z[ recovery-image] Dec 03 16:13:33.863 INFO O| Dec 03 16:13:33.863 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672025-12-03T16:13:35.395Z[ recovery-image] Dec 03 16:13:33.873 INFO O| Dec 03 16:13:33.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
74682025-12-03T16:13:35.399Z[ recovery-image] Dec 03 16:13:33.873 INFO O| Dec 03 16:13:33.873 INFO STEP 838 (remove_files) COMPLETE
74692025-12-03T16:13:35.399Z[ recovery-image] Dec 03 16:13:33.873 INFO O| Dec 03 16:13:33.873 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702025-12-03T16:13:35.404Z[ recovery-image] Dec 03 16:13:33.881 INFO O| Dec 03 16:13:33.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
74712025-12-03T16:13:35.404Z[ recovery-image] Dec 03 16:13:33.881 INFO O| Dec 03 16:13:33.881 INFO STEP 839 (remove_files) COMPLETE
74722025-12-03T16:13:35.407Z[ recovery-image] Dec 03 16:13:33.881 INFO O| Dec 03 16:13:33.881 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732025-12-03T16:13:35.415Z[ recovery-image] Dec 03 16:13:33.892 INFO O| Dec 03 16:13:33.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
74742025-12-03T16:13:35.415Z[ recovery-image] Dec 03 16:13:33.893 INFO O| Dec 03 16:13:33.893 INFO STEP 840 (remove_files) COMPLETE
74752025-12-03T16:13:35.418Z[ recovery-image] Dec 03 16:13:33.893 INFO O| Dec 03 16:13:33.893 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762025-12-03T16:13:35.424Z[ recovery-image] Dec 03 16:13:33.901 INFO O| Dec 03 16:13:33.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
74772025-12-03T16:13:35.428Z[ recovery-image] Dec 03 16:13:33.901 INFO O| Dec 03 16:13:33.901 INFO STEP 841 (remove_files) COMPLETE
74782025-12-03T16:13:35.428Z[ recovery-image] Dec 03 16:13:33.901 INFO O| Dec 03 16:13:33.901 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792025-12-03T16:13:35.434Z[ recovery-image] Dec 03 16:13:33.911 INFO O| Dec 03 16:13:33.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
74802025-12-03T16:13:35.435Z[ recovery-image] Dec 03 16:13:33.912 INFO O| Dec 03 16:13:33.911 INFO STEP 842 (remove_files) COMPLETE
74812025-12-03T16:13:35.435Z[ recovery-image] Dec 03 16:13:33.912 INFO O| Dec 03 16:13:33.912 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822025-12-03T16:13:35.445Z[ recovery-image] Dec 03 16:13:33.922 INFO O| Dec 03 16:13:33.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
74832025-12-03T16:13:35.448Z[ recovery-image] Dec 03 16:13:33.923 INFO O| Dec 03 16:13:33.922 INFO STEP 843 (remove_files) COMPLETE
74842025-12-03T16:13:35.448Z[ recovery-image] Dec 03 16:13:33.923 INFO O| Dec 03 16:13:33.923 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852025-12-03T16:13:35.457Z[ recovery-image] Dec 03 16:13:33.934 INFO O| Dec 03 16:13:33.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
74862025-12-03T16:13:35.457Z[ recovery-image] Dec 03 16:13:33.934 INFO O| Dec 03 16:13:33.934 INFO STEP 844 (remove_files) COMPLETE
74872025-12-03T16:13:35.460Z[ recovery-image] Dec 03 16:13:33.934 INFO O| Dec 03 16:13:33.934 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882025-12-03T16:13:35.469Z[ recovery-image] Dec 03 16:13:33.946 INFO O| Dec 03 16:13:33.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
74892025-12-03T16:13:35.469Z[ recovery-image] Dec 03 16:13:33.946 INFO O| Dec 03 16:13:33.946 INFO STEP 845 (remove_files) COMPLETE
74902025-12-03T16:13:35.472Z[ recovery-image] Dec 03 16:13:33.946 INFO O| Dec 03 16:13:33.946 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912025-12-03T16:13:35.480Z[ recovery-image] Dec 03 16:13:33.958 INFO O| Dec 03 16:13:33.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
74922025-12-03T16:13:35.483Z[ recovery-image] Dec 03 16:13:33.958 INFO O| Dec 03 16:13:33.958 INFO STEP 846 (remove_files) COMPLETE
74932025-12-03T16:13:35.483Z[ recovery-image] Dec 03 16:13:33.958 INFO O| Dec 03 16:13:33.958 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942025-12-03T16:13:35.545Z[ recovery-image] Dec 03 16:13:33.967 INFO O| Dec 03 16:13:33.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
74952025-12-03T16:13:35.545Z[ recovery-image] Dec 03 16:13:33.967 INFO O| Dec 03 16:13:33.967 INFO STEP 847 (remove_files) COMPLETE
74962025-12-03T16:13:35.545Z[ recovery-image] Dec 03 16:13:33.967 INFO O| Dec 03 16:13:33.967 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972025-12-03T16:13:35.545Z[ recovery-image] Dec 03 16:13:33.976 INFO O| Dec 03 16:13:33.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
74982025-12-03T16:13:35.545Z[ recovery-image] Dec 03 16:13:33.976 INFO O| Dec 03 16:13:33.976 INFO STEP 848 (remove_files) COMPLETE
74992025-12-03T16:13:35.545Z[ recovery-image] Dec 03 16:13:33.976 INFO O| Dec 03 16:13:33.976 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002025-12-03T16:13:35.546Z[ recovery-image] Dec 03 16:13:33.986 INFO O| Dec 03 16:13:33.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
75012025-12-03T16:13:35.546Z[ recovery-image] Dec 03 16:13:33.986 INFO O| Dec 03 16:13:33.986 INFO STEP 849 (remove_files) COMPLETE
75022025-12-03T16:13:35.546Z[ recovery-image] Dec 03 16:13:33.986 INFO O| Dec 03 16:13:33.986 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032025-12-03T16:13:35.546Z[ recovery-image] Dec 03 16:13:33.996 INFO O| Dec 03 16:13:33.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
75042025-12-03T16:13:35.546Z[ recovery-image] Dec 03 16:13:33.997 INFO O| Dec 03 16:13:33.997 INFO STEP 850 (remove_files) COMPLETE
75052025-12-03T16:13:35.546Z[ recovery-image] Dec 03 16:13:33.997 INFO O| Dec 03 16:13:33.997 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062025-12-03T16:13:35.546Z[ recovery-image] Dec 03 16:13:34.010 INFO O| Dec 03 16:13:34.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
75072025-12-03T16:13:35.546Z[ recovery-image] Dec 03 16:13:34.010 INFO O| Dec 03 16:13:34.010 INFO STEP 851 (remove_files) COMPLETE
75082025-12-03T16:13:35.546Z[ recovery-image] Dec 03 16:13:34.010 INFO O| Dec 03 16:13:34.010 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092025-12-03T16:13:35.549Z[ recovery-image] Dec 03 16:13:34.022 INFO O| Dec 03 16:13:34.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
75102025-12-03T16:13:35.550Z[ recovery-image] Dec 03 16:13:34.022 INFO O| Dec 03 16:13:34.022 INFO STEP 852 (remove_files) COMPLETE
75112025-12-03T16:13:35.550Z[ recovery-image] Dec 03 16:13:34.022 INFO O| Dec 03 16:13:34.022 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122025-12-03T16:13:35.554Z[ recovery-image] Dec 03 16:13:34.031 INFO O| Dec 03 16:13:34.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
75132025-12-03T16:13:35.556Z[ recovery-image] Dec 03 16:13:34.031 INFO O| Dec 03 16:13:34.031 INFO STEP 853 (remove_files) COMPLETE
75142025-12-03T16:13:35.556Z[ recovery-image] Dec 03 16:13:34.031 INFO O| Dec 03 16:13:34.031 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152025-12-03T16:13:35.566Z[ recovery-image] Dec 03 16:13:34.043 INFO O| Dec 03 16:13:34.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
75162025-12-03T16:13:35.566Z[ recovery-image] Dec 03 16:13:34.043 INFO O| Dec 03 16:13:34.043 INFO STEP 854 (remove_files) COMPLETE
75172025-12-03T16:13:35.566Z[ recovery-image] Dec 03 16:13:34.043 INFO O| Dec 03 16:13:34.043 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182025-12-03T16:13:35.577Z[ recovery-image] Dec 03 16:13:34.055 INFO O| Dec 03 16:13:34.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
75192025-12-03T16:13:35.580Z[ recovery-image] Dec 03 16:13:34.055 INFO O| Dec 03 16:13:34.055 INFO STEP 855 (remove_files) COMPLETE
75202025-12-03T16:13:35.581Z[ recovery-image] Dec 03 16:13:34.055 INFO O| Dec 03 16:13:34.055 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212025-12-03T16:13:35.590Z[ recovery-image] Dec 03 16:13:34.067 INFO O| Dec 03 16:13:34.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
75222025-12-03T16:13:35.590Z[ recovery-image] Dec 03 16:13:34.067 INFO O| Dec 03 16:13:34.067 INFO STEP 856 (remove_files) COMPLETE
75232025-12-03T16:13:35.590Z[ recovery-image] Dec 03 16:13:34.067 INFO O| Dec 03 16:13:34.067 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242025-12-03T16:13:35.601Z[ recovery-image] Dec 03 16:13:34.079 INFO O| Dec 03 16:13:34.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
75252025-12-03T16:13:35.606Z[ recovery-image] Dec 03 16:13:34.079 INFO O| Dec 03 16:13:34.079 INFO STEP 857 (remove_files) COMPLETE
75262025-12-03T16:13:35.606Z[ recovery-image] Dec 03 16:13:34.079 INFO O| Dec 03 16:13:34.079 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272025-12-03T16:13:35.613Z[ recovery-image] Dec 03 16:13:34.091 INFO O| Dec 03 16:13:34.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
75282025-12-03T16:13:35.613Z[ recovery-image] Dec 03 16:13:34.091 INFO O| Dec 03 16:13:34.091 INFO STEP 858 (remove_files) COMPLETE
75292025-12-03T16:13:35.613Z[ recovery-image] Dec 03 16:13:34.091 INFO O| Dec 03 16:13:34.091 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302025-12-03T16:13:35.624Z[ recovery-image] Dec 03 16:13:34.101 INFO O| Dec 03 16:13:34.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
75312025-12-03T16:13:35.624Z[ recovery-image] Dec 03 16:13:34.101 INFO O| Dec 03 16:13:34.101 INFO STEP 859 (remove_files) COMPLETE
75322025-12-03T16:13:35.627Z[ recovery-image] Dec 03 16:13:34.101 INFO O| Dec 03 16:13:34.101 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332025-12-03T16:13:35.634Z[ recovery-image] Dec 03 16:13:34.111 INFO O| Dec 03 16:13:34.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
75342025-12-03T16:13:35.634Z[ recovery-image] Dec 03 16:13:34.111 INFO O| Dec 03 16:13:34.111 INFO STEP 860 (remove_files) COMPLETE
75352025-12-03T16:13:35.637Z[ recovery-image] Dec 03 16:13:34.111 INFO O| Dec 03 16:13:34.111 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362025-12-03T16:13:35.644Z[ recovery-image] Dec 03 16:13:34.121 INFO O| Dec 03 16:13:34.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
75372025-12-03T16:13:35.647Z[ recovery-image] Dec 03 16:13:34.121 INFO O| Dec 03 16:13:34.121 INFO STEP 861 (remove_files) COMPLETE
75382025-12-03T16:13:35.647Z[ recovery-image] Dec 03 16:13:34.121 INFO O| Dec 03 16:13:34.121 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392025-12-03T16:13:35.654Z[ recovery-image] Dec 03 16:13:34.131 INFO O| Dec 03 16:13:34.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
75402025-12-03T16:13:35.658Z[ recovery-image] Dec 03 16:13:34.131 INFO O| Dec 03 16:13:34.131 INFO STEP 862 (remove_files) COMPLETE
75412025-12-03T16:13:35.658Z[ recovery-image] Dec 03 16:13:34.131 INFO O| Dec 03 16:13:34.131 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422025-12-03T16:13:35.664Z[ recovery-image] Dec 03 16:13:34.141 INFO O| Dec 03 16:13:34.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
75432025-12-03T16:13:35.664Z[ recovery-image] Dec 03 16:13:34.142 INFO O| Dec 03 16:13:34.142 INFO STEP 863 (remove_files) COMPLETE
75442025-12-03T16:13:35.667Z[ recovery-image] Dec 03 16:13:34.142 INFO O| Dec 03 16:13:34.142 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452025-12-03T16:13:35.673Z[ recovery-image] Dec 03 16:13:34.151 INFO O| Dec 03 16:13:34.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
75462025-12-03T16:13:35.676Z[ recovery-image] Dec 03 16:13:34.151 INFO O| Dec 03 16:13:34.151 INFO STEP 864 (remove_files) COMPLETE
75472025-12-03T16:13:35.676Z[ recovery-image] Dec 03 16:13:34.151 INFO O| Dec 03 16:13:34.151 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482025-12-03T16:13:35.683Z[ recovery-image] Dec 03 16:13:34.159 INFO O| Dec 03 16:13:34.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
75492025-12-03T16:13:35.686Z[ recovery-image] Dec 03 16:13:34.159 INFO O| Dec 03 16:13:34.159 INFO STEP 865 (remove_files) COMPLETE
75502025-12-03T16:13:35.686Z[ recovery-image] Dec 03 16:13:34.159 INFO O| Dec 03 16:13:34.159 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512025-12-03T16:13:35.689Z[ recovery-image] Dec 03 16:13:34.167 INFO O| Dec 03 16:13:34.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
75522025-12-03T16:13:35.692Z[ recovery-image] Dec 03 16:13:34.167 INFO O| Dec 03 16:13:34.167 INFO STEP 866 (remove_files) COMPLETE
75532025-12-03T16:13:35.692Z[ recovery-image] Dec 03 16:13:34.167 INFO O| Dec 03 16:13:34.167 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542025-12-03T16:13:35.701Z[ recovery-image] Dec 03 16:13:34.177 INFO O| Dec 03 16:13:34.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
75552025-12-03T16:13:35.701Z[ recovery-image] Dec 03 16:13:34.178 INFO O| Dec 03 16:13:34.177 INFO STEP 867 (remove_files) COMPLETE
75562025-12-03T16:13:35.701Z[ recovery-image] Dec 03 16:13:34.178 INFO O| Dec 03 16:13:34.178 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572025-12-03T16:13:35.711Z[ recovery-image] Dec 03 16:13:34.189 INFO O| Dec 03 16:13:34.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
75582025-12-03T16:13:35.712Z[ recovery-image] Dec 03 16:13:34.189 INFO O| Dec 03 16:13:34.189 INFO STEP 868 (remove_files) COMPLETE
75592025-12-03T16:13:35.715Z[ recovery-image] Dec 03 16:13:34.189 INFO O| Dec 03 16:13:34.189 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602025-12-03T16:13:35.722Z[ recovery-image] Dec 03 16:13:34.200 INFO O| Dec 03 16:13:34.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
75612025-12-03T16:13:35.722Z[ recovery-image] Dec 03 16:13:34.200 INFO O| Dec 03 16:13:34.200 INFO STEP 869 (remove_files) COMPLETE
75622025-12-03T16:13:35.725Z[ recovery-image] Dec 03 16:13:34.200 INFO O| Dec 03 16:13:34.200 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632025-12-03T16:13:35.735Z[ recovery-image] Dec 03 16:13:34.212 INFO O| Dec 03 16:13:34.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
75642025-12-03T16:13:35.735Z[ recovery-image] Dec 03 16:13:34.213 INFO O| Dec 03 16:13:34.212 INFO STEP 870 (remove_files) COMPLETE
75652025-12-03T16:13:35.735Z[ recovery-image] Dec 03 16:13:34.213 INFO O| Dec 03 16:13:34.212 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662025-12-03T16:13:35.748Z[ recovery-image] Dec 03 16:13:34.225 INFO O| Dec 03 16:13:34.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
75672025-12-03T16:13:35.748Z[ recovery-image] Dec 03 16:13:34.225 INFO O| Dec 03 16:13:34.225 INFO STEP 871 (remove_files) COMPLETE
75682025-12-03T16:13:35.751Z[ recovery-image] Dec 03 16:13:34.225 INFO O| Dec 03 16:13:34.225 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692025-12-03T16:13:35.760Z[ recovery-image] Dec 03 16:13:34.237 INFO O| Dec 03 16:13:34.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
75702025-12-03T16:13:35.760Z[ recovery-image] Dec 03 16:13:34.237 INFO O| Dec 03 16:13:34.237 INFO STEP 872 (remove_files) COMPLETE
75712025-12-03T16:13:35.760Z[ recovery-image] Dec 03 16:13:34.237 INFO O| Dec 03 16:13:34.237 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722025-12-03T16:13:35.770Z[ recovery-image] Dec 03 16:13:34.248 INFO O| Dec 03 16:13:34.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
75732025-12-03T16:13:35.770Z[ recovery-image] Dec 03 16:13:34.248 INFO O| Dec 03 16:13:34.248 INFO STEP 873 (remove_files) COMPLETE
75742025-12-03T16:13:35.773Z[ recovery-image] Dec 03 16:13:34.248 INFO O| Dec 03 16:13:34.248 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752025-12-03T16:13:35.780Z[ recovery-image] Dec 03 16:13:34.258 INFO O| Dec 03 16:13:34.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
75762025-12-03T16:13:35.780Z[ recovery-image] Dec 03 16:13:34.258 INFO O| Dec 03 16:13:34.258 INFO STEP 874 (remove_files) COMPLETE
75772025-12-03T16:13:35.783Z[ recovery-image] Dec 03 16:13:34.258 INFO O| Dec 03 16:13:34.258 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782025-12-03T16:13:35.792Z[ recovery-image] Dec 03 16:13:34.270 INFO O| Dec 03 16:13:34.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
75792025-12-03T16:13:35.792Z[ recovery-image] Dec 03 16:13:34.270 INFO O| Dec 03 16:13:34.270 INFO STEP 875 (remove_files) COMPLETE
75802025-12-03T16:13:35.795Z[ recovery-image] Dec 03 16:13:34.270 INFO O| Dec 03 16:13:34.270 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812025-12-03T16:13:35.803Z[ recovery-image] Dec 03 16:13:34.281 INFO O| Dec 03 16:13:34.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
75822025-12-03T16:13:35.803Z[ recovery-image] Dec 03 16:13:34.281 INFO O| Dec 03 16:13:34.281 INFO STEP 876 (remove_files) COMPLETE
75832025-12-03T16:13:35.806Z[ recovery-image] Dec 03 16:13:34.281 INFO O| Dec 03 16:13:34.281 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842025-12-03T16:13:35.814Z[ recovery-image] Dec 03 16:13:34.291 INFO O| Dec 03 16:13:34.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
75852025-12-03T16:13:35.815Z[ recovery-image] Dec 03 16:13:34.291 INFO O| Dec 03 16:13:34.291 INFO STEP 877 (remove_files) COMPLETE
75862025-12-03T16:13:35.815Z[ recovery-image] Dec 03 16:13:34.292 INFO O| Dec 03 16:13:34.291 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872025-12-03T16:13:35.827Z[ recovery-image] Dec 03 16:13:34.304 INFO O| Dec 03 16:13:34.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
75882025-12-03T16:13:35.828Z[ recovery-image] Dec 03 16:13:34.304 INFO O| Dec 03 16:13:34.304 INFO STEP 878 (remove_files) COMPLETE
75892025-12-03T16:13:35.828Z[ recovery-image] Dec 03 16:13:34.304 INFO O| Dec 03 16:13:34.304 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902025-12-03T16:13:35.840Z[ recovery-image] Dec 03 16:13:34.317 INFO O| Dec 03 16:13:34.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
75912025-12-03T16:13:35.840Z[ recovery-image] Dec 03 16:13:34.317 INFO O| Dec 03 16:13:34.317 INFO STEP 879 (remove_files) COMPLETE
75922025-12-03T16:13:35.840Z[ recovery-image] Dec 03 16:13:34.317 INFO O| Dec 03 16:13:34.317 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75932025-12-03T16:13:35.850Z[ recovery-image] Dec 03 16:13:34.328 INFO O| Dec 03 16:13:34.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
75942025-12-03T16:13:35.850Z[ recovery-image] Dec 03 16:13:34.328 INFO O| Dec 03 16:13:34.328 INFO STEP 880 (remove_files) COMPLETE
75952025-12-03T16:13:35.850Z[ recovery-image] Dec 03 16:13:34.328 INFO O| Dec 03 16:13:34.328 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75962025-12-03T16:13:35.862Z[ recovery-image] Dec 03 16:13:34.340 INFO O| Dec 03 16:13:34.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
75972025-12-03T16:13:35.862Z[ recovery-image] Dec 03 16:13:34.340 INFO O| Dec 03 16:13:34.340 INFO STEP 881 (remove_files) COMPLETE
75982025-12-03T16:13:35.862Z[ recovery-image] Dec 03 16:13:34.340 INFO O| Dec 03 16:13:34.340 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75992025-12-03T16:13:35.877Z[ recovery-image] Dec 03 16:13:34.354 INFO O| Dec 03 16:13:34.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
76002025-12-03T16:13:35.877Z[ recovery-image] Dec 03 16:13:34.354 INFO O| Dec 03 16:13:34.354 INFO STEP 882 (remove_files) COMPLETE
76012025-12-03T16:13:35.877Z[ recovery-image] Dec 03 16:13:34.354 INFO O| Dec 03 16:13:34.354 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022025-12-03T16:13:35.891Z[ recovery-image] Dec 03 16:13:34.369 INFO O| Dec 03 16:13:34.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
76032025-12-03T16:13:35.891Z[ recovery-image] Dec 03 16:13:34.369 INFO O| Dec 03 16:13:34.369 INFO STEP 883 (remove_files) COMPLETE
76042025-12-03T16:13:35.895Z[ recovery-image] Dec 03 16:13:34.369 INFO O| Dec 03 16:13:34.369 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052025-12-03T16:13:35.907Z[ recovery-image] Dec 03 16:13:34.385 INFO O| Dec 03 16:13:34.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
76062025-12-03T16:13:35.907Z[ recovery-image] Dec 03 16:13:34.385 INFO O| Dec 03 16:13:34.385 INFO STEP 884 (remove_files) COMPLETE
76072025-12-03T16:13:35.910Z[ recovery-image] Dec 03 16:13:34.385 INFO O| Dec 03 16:13:34.385 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082025-12-03T16:13:35.920Z[ recovery-image] Dec 03 16:13:34.395 INFO O| Dec 03 16:13:34.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
76092025-12-03T16:13:35.920Z[ recovery-image] Dec 03 16:13:34.396 INFO O| Dec 03 16:13:34.396 INFO STEP 885 (remove_files) COMPLETE
76102025-12-03T16:13:35.923Z[ recovery-image] Dec 03 16:13:34.396 INFO O| Dec 03 16:13:34.396 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112025-12-03T16:13:35.929Z[ recovery-image] Dec 03 16:13:34.406 INFO O| Dec 03 16:13:34.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
76122025-12-03T16:13:35.929Z[ recovery-image] Dec 03 16:13:34.407 INFO O| Dec 03 16:13:34.407 INFO STEP 886 (remove_files) COMPLETE
76132025-12-03T16:13:35.932Z[ recovery-image] Dec 03 16:13:34.407 INFO O| Dec 03 16:13:34.407 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142025-12-03T16:13:35.942Z[ recovery-image] Dec 03 16:13:34.419 INFO O| Dec 03 16:13:34.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
76152025-12-03T16:13:35.942Z[ recovery-image] Dec 03 16:13:34.419 INFO O| Dec 03 16:13:34.419 INFO STEP 887 (remove_files) COMPLETE
76162025-12-03T16:13:35.942Z[ recovery-image] Dec 03 16:13:34.420 INFO O| Dec 03 16:13:34.419 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172025-12-03T16:13:35.955Z[ recovery-image] Dec 03 16:13:34.433 INFO O| Dec 03 16:13:34.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
76182025-12-03T16:13:35.955Z[ recovery-image] Dec 03 16:13:34.433 INFO O| Dec 03 16:13:34.433 INFO STEP 888 (remove_files) COMPLETE
76192025-12-03T16:13:35.959Z[ recovery-image] Dec 03 16:13:34.433 INFO O| Dec 03 16:13:34.433 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76202025-12-03T16:13:35.969Z[ recovery-image] Dec 03 16:13:34.446 INFO O| Dec 03 16:13:34.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
76212025-12-03T16:13:35.969Z[ recovery-image] Dec 03 16:13:34.446 INFO O| Dec 03 16:13:34.446 INFO STEP 889 (remove_files) COMPLETE
76222025-12-03T16:13:35.972Z[ recovery-image] Dec 03 16:13:34.446 INFO O| Dec 03 16:13:34.446 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232025-12-03T16:13:35.980Z[ recovery-image] Dec 03 16:13:34.458 INFO O| Dec 03 16:13:34.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
76242025-12-03T16:13:35.981Z[ recovery-image] Dec 03 16:13:34.458 INFO O| Dec 03 16:13:34.458 INFO STEP 890 (remove_files) COMPLETE
76252025-12-03T16:13:35.983Z[ recovery-image] Dec 03 16:13:34.458 INFO O| Dec 03 16:13:34.458 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262025-12-03T16:13:35.989Z[ recovery-image] Dec 03 16:13:34.467 INFO O| Dec 03 16:13:34.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
76272025-12-03T16:13:35.992Z[ recovery-image] Dec 03 16:13:34.467 INFO O| Dec 03 16:13:34.467 INFO STEP 891 (remove_files) COMPLETE
76282025-12-03T16:13:35.992Z[ recovery-image] Dec 03 16:13:34.467 INFO O| Dec 03 16:13:34.467 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292025-12-03T16:13:35.998Z[ recovery-image] Dec 03 16:13:34.476 INFO O| Dec 03 16:13:34.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
76302025-12-03T16:13:35.998Z[ recovery-image] Dec 03 16:13:34.476 INFO O| Dec 03 16:13:34.476 INFO STEP 892 (remove_files) COMPLETE
76312025-12-03T16:13:36.003Z[ recovery-image] Dec 03 16:13:34.476 INFO O| Dec 03 16:13:34.476 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76322025-12-03T16:13:36.012Z[ recovery-image] Dec 03 16:13:34.489 INFO O| Dec 03 16:13:34.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
76332025-12-03T16:13:36.012Z[ recovery-image] Dec 03 16:13:34.489 INFO O| Dec 03 16:13:34.489 INFO STEP 893 (remove_files) COMPLETE
76342025-12-03T16:13:36.015Z[ recovery-image] Dec 03 16:13:34.489 INFO O| Dec 03 16:13:34.489 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352025-12-03T16:13:36.023Z[ recovery-image] Dec 03 16:13:34.500 INFO O| Dec 03 16:13:34.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
76362025-12-03T16:13:36.026Z[ recovery-image] Dec 03 16:13:34.501 INFO O| Dec 03 16:13:34.501 INFO STEP 894 (remove_files) COMPLETE
76372025-12-03T16:13:36.026Z[ recovery-image] Dec 03 16:13:34.501 INFO O| Dec 03 16:13:34.501 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382025-12-03T16:13:36.034Z[ recovery-image] Dec 03 16:13:34.512 INFO O| Dec 03 16:13:34.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
76392025-12-03T16:13:36.034Z[ recovery-image] Dec 03 16:13:34.512 INFO O| Dec 03 16:13:34.512 INFO STEP 895 (remove_files) COMPLETE
76402025-12-03T16:13:36.038Z[ recovery-image] Dec 03 16:13:34.512 INFO O| Dec 03 16:13:34.512 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412025-12-03T16:13:36.047Z[ recovery-image] Dec 03 16:13:34.525 INFO O| Dec 03 16:13:34.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
76422025-12-03T16:13:36.047Z[ recovery-image] Dec 03 16:13:34.525 INFO O| Dec 03 16:13:34.525 INFO STEP 896 (remove_files) COMPLETE
76432025-12-03T16:13:36.047Z[ recovery-image] Dec 03 16:13:34.525 INFO O| Dec 03 16:13:34.525 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442025-12-03T16:13:36.062Z[ recovery-image] Dec 03 16:13:34.539 INFO O| Dec 03 16:13:34.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
76452025-12-03T16:13:36.062Z[ recovery-image] Dec 03 16:13:34.539 INFO O| Dec 03 16:13:34.539 INFO STEP 897 (remove_files) COMPLETE
76462025-12-03T16:13:36.065Z[ recovery-image] Dec 03 16:13:34.539 INFO O| Dec 03 16:13:34.539 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472025-12-03T16:13:36.077Z[ recovery-image] Dec 03 16:13:34.554 INFO O| Dec 03 16:13:34.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
76482025-12-03T16:13:36.077Z[ recovery-image] Dec 03 16:13:34.554 INFO O| Dec 03 16:13:34.554 INFO STEP 898 (remove_files) COMPLETE
76492025-12-03T16:13:36.077Z[ recovery-image] Dec 03 16:13:34.554 INFO O| Dec 03 16:13:34.554 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76502025-12-03T16:13:36.087Z[ recovery-image] Dec 03 16:13:34.564 INFO O| Dec 03 16:13:34.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
76512025-12-03T16:13:36.087Z[ recovery-image] Dec 03 16:13:34.564 INFO O| Dec 03 16:13:34.564 INFO STEP 899 (remove_files) COMPLETE
76522025-12-03T16:13:36.090Z[ recovery-image] Dec 03 16:13:34.564 INFO O| Dec 03 16:13:34.564 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76532025-12-03T16:13:36.097Z[ recovery-image] Dec 03 16:13:34.575 INFO O| Dec 03 16:13:34.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
76542025-12-03T16:13:36.097Z[ recovery-image] Dec 03 16:13:34.575 INFO O| Dec 03 16:13:34.575 INFO STEP 900 (remove_files) COMPLETE
76552025-12-03T16:13:36.097Z[ recovery-image] Dec 03 16:13:34.575 INFO O| Dec 03 16:13:34.575 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562025-12-03T16:13:36.108Z[ recovery-image] Dec 03 16:13:34.585 INFO O| Dec 03 16:13:34.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
76572025-12-03T16:13:36.108Z[ recovery-image] Dec 03 16:13:34.585 INFO O| Dec 03 16:13:34.585 INFO STEP 901 (remove_files) COMPLETE
76582025-12-03T16:13:36.111Z[ recovery-image] Dec 03 16:13:34.585 INFO O| Dec 03 16:13:34.585 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592025-12-03T16:13:36.118Z[ recovery-image] Dec 03 16:13:34.596 INFO O| Dec 03 16:13:34.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
76602025-12-03T16:13:36.119Z[ recovery-image] Dec 03 16:13:34.596 INFO O| Dec 03 16:13:34.596 INFO STEP 902 (remove_files) COMPLETE
76612025-12-03T16:13:36.122Z[ recovery-image] Dec 03 16:13:34.596 INFO O| Dec 03 16:13:34.596 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622025-12-03T16:13:36.129Z[ recovery-image] Dec 03 16:13:34.606 INFO O| Dec 03 16:13:34.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
76632025-12-03T16:13:36.129Z[ recovery-image] Dec 03 16:13:34.607 INFO O| Dec 03 16:13:34.607 INFO STEP 903 (remove_files) COMPLETE
76642025-12-03T16:13:36.132Z[ recovery-image] Dec 03 16:13:34.607 INFO O| Dec 03 16:13:34.607 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652025-12-03T16:13:36.140Z[ recovery-image] Dec 03 16:13:34.617 INFO O| Dec 03 16:13:34.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
76662025-12-03T16:13:36.140Z[ recovery-image] Dec 03 16:13:34.617 INFO O| Dec 03 16:13:34.617 INFO STEP 904 (remove_files) COMPLETE
76672025-12-03T16:13:36.143Z[ recovery-image] Dec 03 16:13:34.617 INFO O| Dec 03 16:13:34.617 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682025-12-03T16:13:36.148Z[ recovery-image] Dec 03 16:13:34.626 INFO O| Dec 03 16:13:34.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
76692025-12-03T16:13:36.148Z[ recovery-image] Dec 03 16:13:34.626 INFO O| Dec 03 16:13:34.626 INFO STEP 905 (remove_files) COMPLETE
76702025-12-03T16:13:36.149Z[ recovery-image] Dec 03 16:13:34.626 INFO O| Dec 03 16:13:34.626 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712025-12-03T16:13:36.159Z[ recovery-image] Dec 03 16:13:34.636 INFO O| Dec 03 16:13:34.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
76722025-12-03T16:13:36.162Z[ recovery-image] Dec 03 16:13:34.636 INFO O| Dec 03 16:13:34.636 INFO STEP 906 (remove_files) COMPLETE
76732025-12-03T16:13:36.162Z[ recovery-image] Dec 03 16:13:34.636 INFO O| Dec 03 16:13:34.636 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742025-12-03T16:13:36.172Z[ recovery-image] Dec 03 16:13:34.649 INFO O| Dec 03 16:13:34.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
76752025-12-03T16:13:36.172Z[ recovery-image] Dec 03 16:13:34.649 INFO O| Dec 03 16:13:34.649 INFO STEP 907 (remove_files) COMPLETE
76762025-12-03T16:13:36.175Z[ recovery-image] Dec 03 16:13:34.649 INFO O| Dec 03 16:13:34.649 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772025-12-03T16:13:36.185Z[ recovery-image] Dec 03 16:13:34.661 INFO O| Dec 03 16:13:34.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
76782025-12-03T16:13:36.185Z[ recovery-image] Dec 03 16:13:34.661 INFO O| Dec 03 16:13:34.661 INFO STEP 908 (remove_files) COMPLETE
76792025-12-03T16:13:36.188Z[ recovery-image] Dec 03 16:13:34.661 INFO O| Dec 03 16:13:34.661 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802025-12-03T16:13:36.194Z[ recovery-image] Dec 03 16:13:34.672 INFO O| Dec 03 16:13:34.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
76812025-12-03T16:13:36.194Z[ recovery-image] Dec 03 16:13:34.672 INFO O| Dec 03 16:13:34.672 INFO STEP 909 (remove_files) COMPLETE
76822025-12-03T16:13:36.197Z[ recovery-image] Dec 03 16:13:34.672 INFO O| Dec 03 16:13:34.672 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832025-12-03T16:13:36.206Z[ recovery-image] Dec 03 16:13:34.683 INFO O| Dec 03 16:13:34.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
76842025-12-03T16:13:36.206Z[ recovery-image] Dec 03 16:13:34.683 INFO O| Dec 03 16:13:34.683 INFO STEP 910 (remove_files) COMPLETE
76852025-12-03T16:13:36.206Z[ recovery-image] Dec 03 16:13:34.683 INFO O| Dec 03 16:13:34.683 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862025-12-03T16:13:36.218Z[ recovery-image] Dec 03 16:13:34.695 INFO O| Dec 03 16:13:34.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
76872025-12-03T16:13:36.219Z[ recovery-image] Dec 03 16:13:34.695 INFO O| Dec 03 16:13:34.695 INFO STEP 911 (remove_files) COMPLETE
76882025-12-03T16:13:36.222Z[ recovery-image] Dec 03 16:13:34.695 INFO O| Dec 03 16:13:34.695 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892025-12-03T16:13:36.227Z[ recovery-image] Dec 03 16:13:34.705 INFO O| Dec 03 16:13:34.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
76902025-12-03T16:13:36.227Z[ recovery-image] Dec 03 16:13:34.705 INFO O| Dec 03 16:13:34.705 INFO STEP 912 (remove_files) COMPLETE
76912025-12-03T16:13:36.227Z[ recovery-image] Dec 03 16:13:34.705 INFO O| Dec 03 16:13:34.705 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922025-12-03T16:13:36.240Z[ recovery-image] Dec 03 16:13:34.718 INFO O| Dec 03 16:13:34.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
76932025-12-03T16:13:36.240Z[ recovery-image] Dec 03 16:13:34.718 INFO O| Dec 03 16:13:34.718 INFO STEP 913 (remove_files) COMPLETE
76942025-12-03T16:13:36.244Z[ recovery-image] Dec 03 16:13:34.718 INFO O| Dec 03 16:13:34.718 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952025-12-03T16:13:36.251Z[ recovery-image] Dec 03 16:13:34.729 INFO O| Dec 03 16:13:34.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
76962025-12-03T16:13:36.252Z[ recovery-image] Dec 03 16:13:34.729 INFO O| Dec 03 16:13:34.729 INFO STEP 914 (remove_files) COMPLETE
76972025-12-03T16:13:36.252Z[ recovery-image] Dec 03 16:13:34.729 INFO O| Dec 03 16:13:34.729 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982025-12-03T16:13:36.260Z[ recovery-image] Dec 03 16:13:34.738 INFO O| Dec 03 16:13:34.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
76992025-12-03T16:13:36.263Z[ recovery-image] Dec 03 16:13:34.738 INFO O| Dec 03 16:13:34.738 INFO STEP 915 (remove_files) COMPLETE
77002025-12-03T16:13:36.263Z[ recovery-image] Dec 03 16:13:34.738 INFO O| Dec 03 16:13:34.738 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012025-12-03T16:13:36.273Z[ recovery-image] Dec 03 16:13:34.750 INFO O| Dec 03 16:13:34.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
77022025-12-03T16:13:36.276Z[ recovery-image] Dec 03 16:13:34.750 INFO O| Dec 03 16:13:34.750 INFO STEP 916 (remove_files) COMPLETE
77032025-12-03T16:13:36.276Z[ recovery-image] Dec 03 16:13:34.750 INFO O| Dec 03 16:13:34.750 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042025-12-03T16:13:36.285Z[ recovery-image] Dec 03 16:13:34.762 INFO O| Dec 03 16:13:34.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
77052025-12-03T16:13:36.289Z[ recovery-image] Dec 03 16:13:34.762 INFO O| Dec 03 16:13:34.762 INFO STEP 917 (remove_files) COMPLETE
77062025-12-03T16:13:36.289Z[ recovery-image] Dec 03 16:13:34.762 INFO O| Dec 03 16:13:34.762 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072025-12-03T16:13:36.297Z[ recovery-image] Dec 03 16:13:34.774 INFO O| Dec 03 16:13:34.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
77082025-12-03T16:13:36.297Z[ recovery-image] Dec 03 16:13:34.775 INFO O| Dec 03 16:13:34.774 INFO STEP 918 (remove_files) COMPLETE
77092025-12-03T16:13:36.300Z[ recovery-image] Dec 03 16:13:34.775 INFO O| Dec 03 16:13:34.774 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102025-12-03T16:13:36.310Z[ recovery-image] Dec 03 16:13:34.787 INFO O| Dec 03 16:13:34.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
77112025-12-03T16:13:36.310Z[ recovery-image] Dec 03 16:13:34.787 INFO O| Dec 03 16:13:34.787 INFO STEP 919 (remove_files) COMPLETE
77122025-12-03T16:13:36.313Z[ recovery-image] Dec 03 16:13:34.787 INFO O| Dec 03 16:13:34.787 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77132025-12-03T16:13:36.319Z[ recovery-image] Dec 03 16:13:34.797 INFO O| Dec 03 16:13:34.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
77142025-12-03T16:13:36.322Z[ recovery-image] Dec 03 16:13:34.797 INFO O| Dec 03 16:13:34.797 INFO STEP 920 (remove_files) COMPLETE
77152025-12-03T16:13:36.322Z[ recovery-image] Dec 03 16:13:34.797 INFO O| Dec 03 16:13:34.797 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77162025-12-03T16:13:36.331Z[ recovery-image] Dec 03 16:13:34.808 INFO O| Dec 03 16:13:34.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
77172025-12-03T16:13:36.331Z[ recovery-image] Dec 03 16:13:34.808 INFO O| Dec 03 16:13:34.808 INFO STEP 921 (remove_files) COMPLETE
77182025-12-03T16:13:36.334Z[ recovery-image] Dec 03 16:13:34.808 INFO O| Dec 03 16:13:34.808 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77192025-12-03T16:13:36.341Z[ recovery-image] Dec 03 16:13:34.818 INFO O| Dec 03 16:13:34.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
77202025-12-03T16:13:36.344Z[ recovery-image] Dec 03 16:13:34.818 INFO O| Dec 03 16:13:34.818 INFO STEP 922 (remove_files) COMPLETE
77212025-12-03T16:13:36.344Z[ recovery-image] Dec 03 16:13:34.818 INFO O| Dec 03 16:13:34.818 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77222025-12-03T16:13:36.353Z[ recovery-image] Dec 03 16:13:34.831 INFO O| Dec 03 16:13:34.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
77232025-12-03T16:13:36.353Z[ recovery-image] Dec 03 16:13:34.831 INFO O| Dec 03 16:13:34.831 INFO STEP 923 (remove_files) COMPLETE
77242025-12-03T16:13:36.357Z[ recovery-image] Dec 03 16:13:34.831 INFO O| Dec 03 16:13:34.831 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77252025-12-03T16:13:36.366Z[ recovery-image] Dec 03 16:13:34.843 INFO O| Dec 03 16:13:34.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
77262025-12-03T16:13:36.366Z[ recovery-image] Dec 03 16:13:34.843 INFO O| Dec 03 16:13:34.843 INFO STEP 924 (remove_files) COMPLETE
77272025-12-03T16:13:36.369Z[ recovery-image] Dec 03 16:13:34.843 INFO O| Dec 03 16:13:34.843 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77282025-12-03T16:13:36.379Z[ recovery-image] Dec 03 16:13:34.855 INFO O| Dec 03 16:13:34.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
77292025-12-03T16:13:36.379Z[ recovery-image] Dec 03 16:13:34.855 INFO O| Dec 03 16:13:34.855 INFO STEP 925 (remove_files) COMPLETE
77302025-12-03T16:13:36.382Z[ recovery-image] Dec 03 16:13:34.855 INFO O| Dec 03 16:13:34.855 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77312025-12-03T16:13:36.391Z[ recovery-image] Dec 03 16:13:34.868 INFO O| Dec 03 16:13:34.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
77322025-12-03T16:13:36.391Z[ recovery-image] Dec 03 16:13:34.868 INFO O| Dec 03 16:13:34.868 INFO STEP 926 (remove_files) COMPLETE
77332025-12-03T16:13:36.394Z[ recovery-image] Dec 03 16:13:34.868 INFO O| Dec 03 16:13:34.868 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77342025-12-03T16:13:36.404Z[ recovery-image] Dec 03 16:13:34.881 INFO O| Dec 03 16:13:34.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
77352025-12-03T16:13:36.404Z[ recovery-image] Dec 03 16:13:34.881 INFO O| Dec 03 16:13:34.881 INFO STEP 927 (remove_files) COMPLETE
77362025-12-03T16:13:36.407Z[ recovery-image] Dec 03 16:13:34.881 INFO O| Dec 03 16:13:34.881 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77372025-12-03T16:13:36.414Z[ recovery-image] Dec 03 16:13:34.892 INFO O| Dec 03 16:13:34.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
77382025-12-03T16:13:36.414Z[ recovery-image] Dec 03 16:13:34.892 INFO O| Dec 03 16:13:34.892 INFO STEP 928 (remove_files) COMPLETE
77392025-12-03T16:13:36.414Z[ recovery-image] Dec 03 16:13:34.892 INFO O| Dec 03 16:13:34.892 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77402025-12-03T16:13:36.426Z[ recovery-image] Dec 03 16:13:34.904 INFO O| Dec 03 16:13:34.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
77412025-12-03T16:13:36.429Z[ recovery-image] Dec 03 16:13:34.904 INFO O| Dec 03 16:13:34.904 INFO STEP 929 (remove_files) COMPLETE
77422025-12-03T16:13:36.430Z[ recovery-image] Dec 03 16:13:34.904 INFO O| Dec 03 16:13:34.904 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77432025-12-03T16:13:36.438Z[ recovery-image] Dec 03 16:13:34.915 INFO O| Dec 03 16:13:34.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
77442025-12-03T16:13:36.438Z[ recovery-image] Dec 03 16:13:34.915 INFO O| Dec 03 16:13:34.915 INFO STEP 930 (remove_files) COMPLETE
77452025-12-03T16:13:36.441Z[ recovery-image] Dec 03 16:13:34.915 INFO O| Dec 03 16:13:34.915 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77462025-12-03T16:13:36.448Z[ recovery-image] Dec 03 16:13:34.925 INFO O| Dec 03 16:13:34.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
77472025-12-03T16:13:36.451Z[ recovery-image] Dec 03 16:13:34.925 INFO O| Dec 03 16:13:34.925 INFO STEP 931 (remove_files) COMPLETE
77482025-12-03T16:13:36.451Z[ recovery-image] Dec 03 16:13:34.925 INFO O| Dec 03 16:13:34.925 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77492025-12-03T16:13:36.459Z[ recovery-image] Dec 03 16:13:34.936 INFO O| Dec 03 16:13:34.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
77502025-12-03T16:13:36.459Z[ recovery-image] Dec 03 16:13:34.936 INFO O| Dec 03 16:13:34.936 INFO STEP 932 (remove_files) COMPLETE
77512025-12-03T16:13:36.462Z[ recovery-image] Dec 03 16:13:34.936 INFO O| Dec 03 16:13:34.936 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77522025-12-03T16:13:36.469Z[ recovery-image] Dec 03 16:13:34.947 INFO O| Dec 03 16:13:34.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
77532025-12-03T16:13:36.472Z[ recovery-image] Dec 03 16:13:34.947 INFO O| Dec 03 16:13:34.947 INFO STEP 933 (remove_files) COMPLETE
77542025-12-03T16:13:36.472Z[ recovery-image] Dec 03 16:13:34.947 INFO O| Dec 03 16:13:34.947 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77552025-12-03T16:13:36.480Z[ recovery-image] Dec 03 16:13:34.958 INFO O| Dec 03 16:13:34.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
77562025-12-03T16:13:36.483Z[ recovery-image] Dec 03 16:13:34.958 INFO O| Dec 03 16:13:34.958 INFO STEP 934 (remove_files) COMPLETE
77572025-12-03T16:13:36.483Z[ recovery-image] Dec 03 16:13:34.958 INFO O| Dec 03 16:13:34.958 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77582025-12-03T16:13:36.493Z[ recovery-image] Dec 03 16:13:34.970 INFO O| Dec 03 16:13:34.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
77592025-12-03T16:13:36.496Z[ recovery-image] Dec 03 16:13:34.970 INFO O| Dec 03 16:13:34.970 INFO STEP 935 (remove_files) COMPLETE
77602025-12-03T16:13:36.496Z[ recovery-image] Dec 03 16:13:34.970 INFO O| Dec 03 16:13:34.970 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77612025-12-03T16:13:36.503Z[ recovery-image] Dec 03 16:13:34.979 INFO O| Dec 03 16:13:34.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
77622025-12-03T16:13:36.506Z[ recovery-image] Dec 03 16:13:34.980 INFO O| Dec 03 16:13:34.980 INFO STEP 936 (remove_files) COMPLETE
77632025-12-03T16:13:36.506Z[ recovery-image] Dec 03 16:13:34.980 INFO O| Dec 03 16:13:34.980 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77642025-12-03T16:13:36.512Z[ recovery-image] Dec 03 16:13:34.989 INFO O| Dec 03 16:13:34.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
77652025-12-03T16:13:36.515Z[ recovery-image] Dec 03 16:13:34.990 INFO O| Dec 03 16:13:34.989 INFO STEP 937 (remove_files) COMPLETE
77662025-12-03T16:13:36.516Z[ recovery-image] Dec 03 16:13:34.990 INFO O| Dec 03 16:13:34.989 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77672025-12-03T16:13:36.523Z[ recovery-image] Dec 03 16:13:35.000 INFO O| Dec 03 16:13:35.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
77682025-12-03T16:13:36.526Z[ recovery-image] Dec 03 16:13:35.000 INFO O| Dec 03 16:13:35.000 INFO STEP 938 (remove_files) COMPLETE
77692025-12-03T16:13:36.526Z[ recovery-image] Dec 03 16:13:35.000 INFO O| Dec 03 16:13:35.000 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77702025-12-03T16:13:36.533Z[ recovery-image] Dec 03 16:13:35.011 INFO O| Dec 03 16:13:35.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
77712025-12-03T16:13:36.536Z[ recovery-image] Dec 03 16:13:35.011 INFO O| Dec 03 16:13:35.011 INFO STEP 939 (remove_files) COMPLETE
77722025-12-03T16:13:36.536Z[ recovery-image] Dec 03 16:13:35.011 INFO O| Dec 03 16:13:35.011 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77732025-12-03T16:13:36.544Z[ recovery-image] Dec 03 16:13:35.021 INFO O| Dec 03 16:13:35.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
77742025-12-03T16:13:36.547Z[ recovery-image] Dec 03 16:13:35.021 INFO O| Dec 03 16:13:35.021 INFO STEP 940 (remove_files) COMPLETE
77752025-12-03T16:13:36.547Z[ recovery-image] Dec 03 16:13:35.021 INFO O| Dec 03 16:13:35.021 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77762025-12-03T16:13:36.552Z[ recovery-image] Dec 03 16:13:35.030 INFO O| Dec 03 16:13:35.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
77772025-12-03T16:13:36.555Z[ recovery-image] Dec 03 16:13:35.030 INFO O| Dec 03 16:13:35.030 INFO STEP 941 (remove_files) COMPLETE
77782025-12-03T16:13:36.555Z[ recovery-image] Dec 03 16:13:35.030 INFO O| Dec 03 16:13:35.030 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77792025-12-03T16:13:36.564Z[ recovery-image] Dec 03 16:13:35.041 INFO O| Dec 03 16:13:35.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
77802025-12-03T16:13:36.564Z[ recovery-image] Dec 03 16:13:35.041 INFO O| Dec 03 16:13:35.041 INFO STEP 942 (remove_files) COMPLETE
77812025-12-03T16:13:36.567Z[ recovery-image] Dec 03 16:13:35.041 INFO O| Dec 03 16:13:35.041 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77822025-12-03T16:13:36.575Z[ recovery-image] Dec 03 16:13:35.052 INFO O| Dec 03 16:13:35.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
77832025-12-03T16:13:36.575Z[ recovery-image] Dec 03 16:13:35.052 INFO O| Dec 03 16:13:35.052 INFO STEP 943 (remove_files) COMPLETE
77842025-12-03T16:13:36.575Z[ recovery-image] Dec 03 16:13:35.052 INFO O| Dec 03 16:13:35.052 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77852025-12-03T16:13:36.587Z[ recovery-image] Dec 03 16:13:35.064 INFO O| Dec 03 16:13:35.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
77862025-12-03T16:13:36.587Z[ recovery-image] Dec 03 16:13:35.064 INFO O| Dec 03 16:13:35.064 INFO STEP 944 (remove_files) COMPLETE
77872025-12-03T16:13:36.590Z[ recovery-image] Dec 03 16:13:35.064 INFO O| Dec 03 16:13:35.064 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77882025-12-03T16:13:36.599Z[ recovery-image] Dec 03 16:13:35.076 INFO O| Dec 03 16:13:35.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
77892025-12-03T16:13:36.603Z[ recovery-image] Dec 03 16:13:35.077 INFO O| Dec 03 16:13:35.076 INFO STEP 945 (remove_files) COMPLETE
77902025-12-03T16:13:36.603Z[ recovery-image] Dec 03 16:13:35.077 INFO O| Dec 03 16:13:35.076 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77912025-12-03T16:13:36.607Z[ recovery-image] Dec 03 16:13:35.085 INFO O| Dec 03 16:13:35.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
77922025-12-03T16:13:36.611Z[ recovery-image] Dec 03 16:13:35.085 INFO O| Dec 03 16:13:35.085 INFO STEP 946 (remove_files) COMPLETE
77932025-12-03T16:13:36.611Z[ recovery-image] Dec 03 16:13:35.085 INFO O| Dec 03 16:13:35.085 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77942025-12-03T16:13:36.620Z[ recovery-image] Dec 03 16:13:35.097 INFO O| Dec 03 16:13:35.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
77952025-12-03T16:13:36.620Z[ recovery-image] Dec 03 16:13:35.097 INFO O| Dec 03 16:13:35.097 INFO STEP 947 (remove_files) COMPLETE
77962025-12-03T16:13:36.623Z[ recovery-image] Dec 03 16:13:35.097 INFO O| Dec 03 16:13:35.097 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77972025-12-03T16:13:36.629Z[ recovery-image] Dec 03 16:13:35.106 INFO O| Dec 03 16:13:35.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
77982025-12-03T16:13:36.629Z[ recovery-image] Dec 03 16:13:35.107 INFO O| Dec 03 16:13:35.107 INFO STEP 948 (remove_files) COMPLETE
77992025-12-03T16:13:36.629Z[ recovery-image] Dec 03 16:13:35.107 INFO O| Dec 03 16:13:35.107 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78002025-12-03T16:13:36.638Z[ recovery-image] Dec 03 16:13:35.115 INFO O| Dec 03 16:13:35.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
78012025-12-03T16:13:36.638Z[ recovery-image] Dec 03 16:13:35.116 INFO O| Dec 03 16:13:35.115 INFO STEP 949 (remove_files) COMPLETE
78022025-12-03T16:13:36.641Z[ recovery-image] Dec 03 16:13:35.116 INFO O| Dec 03 16:13:35.116 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78032025-12-03T16:13:36.650Z[ recovery-image] Dec 03 16:13:35.127 INFO O| Dec 03 16:13:35.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
78042025-12-03T16:13:36.653Z[ recovery-image] Dec 03 16:13:35.127 INFO O| Dec 03 16:13:35.127 INFO STEP 950 (remove_files) COMPLETE
78052025-12-03T16:13:36.653Z[ recovery-image] Dec 03 16:13:35.127 INFO O| Dec 03 16:13:35.127 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78062025-12-03T16:13:36.659Z[ recovery-image] Dec 03 16:13:35.136 INFO O| Dec 03 16:13:35.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
78072025-12-03T16:13:36.662Z[ recovery-image] Dec 03 16:13:35.136 INFO O| Dec 03 16:13:35.136 INFO STEP 951 (remove_files) COMPLETE
78082025-12-03T16:13:36.662Z[ recovery-image] Dec 03 16:13:35.136 INFO O| Dec 03 16:13:35.136 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78092025-12-03T16:13:36.666Z[ recovery-image] Dec 03 16:13:35.144 INFO O| Dec 03 16:13:35.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
78102025-12-03T16:13:36.666Z[ recovery-image] Dec 03 16:13:35.144 INFO O| Dec 03 16:13:35.144 INFO STEP 952 (remove_files) COMPLETE
78112025-12-03T16:13:36.669Z[ recovery-image] Dec 03 16:13:35.144 INFO O| Dec 03 16:13:35.144 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78122025-12-03T16:13:36.678Z[ recovery-image] Dec 03 16:13:35.155 INFO O| Dec 03 16:13:35.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
78132025-12-03T16:13:36.678Z[ recovery-image] Dec 03 16:13:35.155 INFO O| Dec 03 16:13:35.155 INFO STEP 953 (remove_files) COMPLETE
78142025-12-03T16:13:36.680Z[ recovery-image] Dec 03 16:13:35.155 INFO O| Dec 03 16:13:35.155 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78152025-12-03T16:13:36.686Z[ recovery-image] Dec 03 16:13:35.164 INFO O| Dec 03 16:13:35.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
78162025-12-03T16:13:36.686Z[ recovery-image] Dec 03 16:13:35.164 INFO O| Dec 03 16:13:35.164 INFO STEP 954 (remove_files) COMPLETE
78172025-12-03T16:13:36.689Z[ recovery-image] Dec 03 16:13:35.164 INFO O| Dec 03 16:13:35.164 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78182025-12-03T16:13:36.699Z[ recovery-image] Dec 03 16:13:35.176 INFO O| Dec 03 16:13:35.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
78192025-12-03T16:13:36.702Z[ recovery-image] Dec 03 16:13:35.176 INFO O| Dec 03 16:13:35.176 INFO STEP 955 (remove_files) COMPLETE
78202025-12-03T16:13:36.702Z[ recovery-image] Dec 03 16:13:35.177 INFO O| Dec 03 16:13:35.176 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78212025-12-03T16:13:36.711Z[ recovery-image] Dec 03 16:13:35.188 INFO O| Dec 03 16:13:35.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
78222025-12-03T16:13:36.711Z[ recovery-image] Dec 03 16:13:35.188 INFO O| Dec 03 16:13:35.188 INFO STEP 956 (remove_files) COMPLETE
78232025-12-03T16:13:36.711Z[ recovery-image] Dec 03 16:13:35.188 INFO O| Dec 03 16:13:35.188 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78242025-12-03T16:13:36.723Z[ recovery-image] Dec 03 16:13:35.200 INFO O| Dec 03 16:13:35.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
78252025-12-03T16:13:36.723Z[ recovery-image] Dec 03 16:13:35.200 INFO O| Dec 03 16:13:35.200 INFO STEP 957 (remove_files) COMPLETE
78262025-12-03T16:13:36.726Z[ recovery-image] Dec 03 16:13:35.200 INFO O| Dec 03 16:13:35.200 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78272025-12-03T16:13:36.734Z[ recovery-image] Dec 03 16:13:35.210 INFO O| Dec 03 16:13:35.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
78282025-12-03T16:13:36.734Z[ recovery-image] Dec 03 16:13:35.210 INFO O| Dec 03 16:13:35.210 INFO STEP 958 (remove_files) COMPLETE
78292025-12-03T16:13:36.737Z[ recovery-image] Dec 03 16:13:35.210 INFO O| Dec 03 16:13:35.210 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78302025-12-03T16:13:36.744Z[ recovery-image] Dec 03 16:13:35.221 INFO O| Dec 03 16:13:35.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
78312025-12-03T16:13:36.744Z[ recovery-image] Dec 03 16:13:35.222 INFO O| Dec 03 16:13:35.222 INFO STEP 959 (remove_files) COMPLETE
78322025-12-03T16:13:36.747Z[ recovery-image] Dec 03 16:13:35.222 INFO O| Dec 03 16:13:35.222 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78332025-12-03T16:13:36.757Z[ recovery-image] Dec 03 16:13:35.230 INFO O| Dec 03 16:13:35.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
78342025-12-03T16:13:36.757Z[ recovery-image] Dec 03 16:13:35.230 INFO O| Dec 03 16:13:35.230 INFO STEP 960 (remove_files) COMPLETE
78352025-12-03T16:13:36.760Z[ recovery-image] Dec 03 16:13:35.230 INFO O| Dec 03 16:13:35.230 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78362025-12-03T16:13:36.764Z[ recovery-image] Dec 03 16:13:35.241 INFO O| Dec 03 16:13:35.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
78372025-12-03T16:13:36.767Z[ recovery-image] Dec 03 16:13:35.241 INFO O| Dec 03 16:13:35.241 INFO STEP 961 (remove_files) COMPLETE
78382025-12-03T16:13:36.767Z[ recovery-image] Dec 03 16:13:35.241 INFO O| Dec 03 16:13:35.241 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78392025-12-03T16:13:36.777Z[ recovery-image] Dec 03 16:13:35.254 INFO O| Dec 03 16:13:35.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
78402025-12-03T16:13:36.777Z[ recovery-image] Dec 03 16:13:35.254 INFO O| Dec 03 16:13:35.254 INFO STEP 962 (remove_files) COMPLETE
78412025-12-03T16:13:36.780Z[ recovery-image] Dec 03 16:13:35.254 INFO O| Dec 03 16:13:35.254 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78422025-12-03T16:13:36.789Z[ recovery-image] Dec 03 16:13:35.265 INFO O| Dec 03 16:13:35.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
78432025-12-03T16:13:36.789Z[ recovery-image] Dec 03 16:13:35.265 INFO O| Dec 03 16:13:35.265 INFO STEP 963 (remove_files) COMPLETE
78442025-12-03T16:13:36.792Z[ recovery-image] Dec 03 16:13:35.265 INFO O| Dec 03 16:13:35.265 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78452025-12-03T16:13:36.802Z[ recovery-image] Dec 03 16:13:35.279 INFO O| Dec 03 16:13:35.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
78462025-12-03T16:13:36.805Z[ recovery-image] Dec 03 16:13:35.279 INFO O| Dec 03 16:13:35.279 INFO STEP 964 (remove_files) COMPLETE
78472025-12-03T16:13:36.805Z[ recovery-image] Dec 03 16:13:35.279 INFO O| Dec 03 16:13:35.279 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78482025-12-03T16:13:36.815Z[ recovery-image] Dec 03 16:13:35.290 INFO O| Dec 03 16:13:35.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
78492025-12-03T16:13:36.819Z[ recovery-image] Dec 03 16:13:35.290 INFO O| Dec 03 16:13:35.290 INFO STEP 965 (remove_files) COMPLETE
78502025-12-03T16:13:36.819Z[ recovery-image] Dec 03 16:13:35.290 INFO O| Dec 03 16:13:35.290 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78512025-12-03T16:13:36.826Z[ recovery-image] Dec 03 16:13:35.304 INFO O| Dec 03 16:13:35.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
78522025-12-03T16:13:36.826Z[ recovery-image] Dec 03 16:13:35.304 INFO O| Dec 03 16:13:35.304 INFO STEP 966 (remove_files) COMPLETE
78532025-12-03T16:13:36.826Z[ recovery-image] Dec 03 16:13:35.304 INFO O| Dec 03 16:13:35.304 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78542025-12-03T16:13:36.840Z[ recovery-image] Dec 03 16:13:35.317 INFO O| Dec 03 16:13:35.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
78552025-12-03T16:13:36.840Z[ recovery-image] Dec 03 16:13:35.317 INFO O| Dec 03 16:13:35.317 INFO STEP 967 (remove_files) COMPLETE
78562025-12-03T16:13:36.843Z[ recovery-image] Dec 03 16:13:35.317 INFO O| Dec 03 16:13:35.317 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78572025-12-03T16:13:36.852Z[ recovery-image] Dec 03 16:13:35.327 INFO O| Dec 03 16:13:35.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
78582025-12-03T16:13:36.852Z[ recovery-image] Dec 03 16:13:35.327 INFO O| Dec 03 16:13:35.327 INFO STEP 968 (remove_files) COMPLETE
78592025-12-03T16:13:36.855Z[ recovery-image] Dec 03 16:13:35.327 INFO O| Dec 03 16:13:35.327 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78602025-12-03T16:13:36.860Z[ recovery-image] Dec 03 16:13:35.336 INFO O| Dec 03 16:13:35.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
78612025-12-03T16:13:36.860Z[ recovery-image] Dec 03 16:13:35.336 INFO O| Dec 03 16:13:35.336 INFO STEP 969 (remove_files) COMPLETE
78622025-12-03T16:13:36.864Z[ recovery-image] Dec 03 16:13:35.336 INFO O| Dec 03 16:13:35.336 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78632025-12-03T16:13:36.872Z[ recovery-image] Dec 03 16:13:35.349 INFO O| Dec 03 16:13:35.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
78642025-12-03T16:13:36.872Z[ recovery-image] Dec 03 16:13:35.349 INFO O| Dec 03 16:13:35.349 INFO STEP 970 (remove_files) COMPLETE
78652025-12-03T16:13:36.875Z[ recovery-image] Dec 03 16:13:35.349 INFO O| Dec 03 16:13:35.349 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78662025-12-03T16:13:36.881Z[ recovery-image] Dec 03 16:13:35.359 INFO O| Dec 03 16:13:35.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
78672025-12-03T16:13:36.884Z[ recovery-image] Dec 03 16:13:35.359 INFO O| Dec 03 16:13:35.359 INFO STEP 971 (remove_files) COMPLETE
78682025-12-03T16:13:36.884Z[ recovery-image] Dec 03 16:13:35.359 INFO O| Dec 03 16:13:35.359 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78692025-12-03T16:13:36.894Z[ recovery-image] Dec 03 16:13:35.371 INFO O| Dec 03 16:13:35.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
78702025-12-03T16:13:36.894Z[ recovery-image] Dec 03 16:13:35.371 INFO O| Dec 03 16:13:35.371 INFO STEP 972 (remove_files) COMPLETE
78712025-12-03T16:13:36.897Z[ recovery-image] Dec 03 16:13:35.371 INFO O| Dec 03 16:13:35.371 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78722025-12-03T16:13:36.904Z[ recovery-image] Dec 03 16:13:35.381 INFO O| Dec 03 16:13:35.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
78732025-12-03T16:13:36.904Z[ recovery-image] Dec 03 16:13:35.381 INFO O| Dec 03 16:13:35.381 INFO STEP 973 (remove_files) COMPLETE
78742025-12-03T16:13:36.907Z[ recovery-image] Dec 03 16:13:35.381 INFO O| Dec 03 16:13:35.381 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78752025-12-03T16:13:36.956Z[ recovery-image] Dec 03 16:13:35.393 INFO O| Dec 03 16:13:35.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
78762025-12-03T16:13:36.956Z[ recovery-image] Dec 03 16:13:35.393 INFO O| Dec 03 16:13:35.393 INFO STEP 974 (remove_files) COMPLETE
78772025-12-03T16:13:36.956Z[ recovery-image] Dec 03 16:13:35.394 INFO O| Dec 03 16:13:35.393 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78782025-12-03T16:13:36.960Z[ recovery-image] Dec 03 16:13:35.406 INFO O| Dec 03 16:13:35.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
78792025-12-03T16:13:36.960Z[ recovery-image] Dec 03 16:13:35.406 INFO O| Dec 03 16:13:35.406 INFO STEP 975 (remove_files) COMPLETE
78802025-12-03T16:13:36.960Z[ recovery-image] Dec 03 16:13:35.406 INFO O| Dec 03 16:13:35.406 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78812025-12-03T16:13:36.960Z[ recovery-image] Dec 03 16:13:35.418 INFO O| Dec 03 16:13:35.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
78822025-12-03T16:13:36.962Z[ recovery-image] Dec 03 16:13:35.418 INFO O| Dec 03 16:13:35.418 INFO STEP 976 (remove_files) COMPLETE
78832025-12-03T16:13:36.962Z[ recovery-image] Dec 03 16:13:35.418 INFO O| Dec 03 16:13:35.418 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78842025-12-03T16:13:36.962Z[ recovery-image] Dec 03 16:13:35.431 INFO O| Dec 03 16:13:35.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
78852025-12-03T16:13:36.962Z[ recovery-image] Dec 03 16:13:35.432 INFO O| Dec 03 16:13:35.431 INFO STEP 977 (remove_files) COMPLETE
78862025-12-03T16:13:36.962Z[ recovery-image] Dec 03 16:13:35.432 INFO O| Dec 03 16:13:35.432 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78872025-12-03T16:13:36.966Z[ recovery-image] Dec 03 16:13:35.443 INFO O| Dec 03 16:13:35.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
78882025-12-03T16:13:36.966Z[ recovery-image] Dec 03 16:13:35.443 INFO O| Dec 03 16:13:35.443 INFO STEP 978 (remove_files) COMPLETE
78892025-12-03T16:13:36.966Z[ recovery-image] Dec 03 16:13:35.443 INFO O| Dec 03 16:13:35.443 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78902025-12-03T16:13:36.979Z[ recovery-image] Dec 03 16:13:35.456 INFO O| Dec 03 16:13:35.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
78912025-12-03T16:13:36.979Z[ recovery-image] Dec 03 16:13:35.456 INFO O| Dec 03 16:13:35.456 INFO STEP 979 (remove_files) COMPLETE
78922025-12-03T16:13:36.982Z[ recovery-image] Dec 03 16:13:35.456 INFO O| Dec 03 16:13:35.456 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78932025-12-03T16:13:36.987Z[ recovery-image] Dec 03 16:13:35.464 INFO O| Dec 03 16:13:35.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
78942025-12-03T16:13:36.990Z[ recovery-image] Dec 03 16:13:35.464 INFO O| Dec 03 16:13:35.464 INFO STEP 980 (remove_files) COMPLETE
78952025-12-03T16:13:36.990Z[ recovery-image] Dec 03 16:13:35.465 INFO O| Dec 03 16:13:35.464 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78962025-12-03T16:13:36.997Z[ recovery-image] Dec 03 16:13:35.475 INFO O| Dec 03 16:13:35.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
78972025-12-03T16:13:37.001Z[ recovery-image] Dec 03 16:13:35.475 INFO O| Dec 03 16:13:35.475 INFO STEP 981 (remove_files) COMPLETE
78982025-12-03T16:13:37.001Z[ recovery-image] Dec 03 16:13:35.475 INFO O| Dec 03 16:13:35.475 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78992025-12-03T16:13:37.009Z[ recovery-image] Dec 03 16:13:35.486 INFO O| Dec 03 16:13:35.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
79002025-12-03T16:13:37.012Z[ recovery-image] Dec 03 16:13:35.487 INFO O| Dec 03 16:13:35.487 INFO STEP 982 (remove_files) COMPLETE
79012025-12-03T16:13:37.012Z[ recovery-image] Dec 03 16:13:35.487 INFO O| Dec 03 16:13:35.487 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79022025-12-03T16:13:37.018Z[ recovery-image] Dec 03 16:13:35.495 INFO O| Dec 03 16:13:35.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
79032025-12-03T16:13:37.019Z[ recovery-image] Dec 03 16:13:35.496 INFO O| Dec 03 16:13:35.495 INFO STEP 983 (remove_files) COMPLETE
79042025-12-03T16:13:37.019Z[ recovery-image] Dec 03 16:13:35.496 INFO O| Dec 03 16:13:35.496 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79052025-12-03T16:13:37.030Z[ recovery-image] Dec 03 16:13:35.507 INFO O| Dec 03 16:13:35.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
79062025-12-03T16:13:37.030Z[ recovery-image] Dec 03 16:13:35.507 INFO O| Dec 03 16:13:35.507 INFO STEP 984 (remove_files) COMPLETE
79072025-12-03T16:13:37.033Z[ recovery-image] Dec 03 16:13:35.507 INFO O| Dec 03 16:13:35.507 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79082025-12-03T16:13:37.043Z[ recovery-image] Dec 03 16:13:35.520 INFO O| Dec 03 16:13:35.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
79092025-12-03T16:13:37.043Z[ recovery-image] Dec 03 16:13:35.520 INFO O| Dec 03 16:13:35.520 INFO STEP 985 (remove_files) COMPLETE
79102025-12-03T16:13:37.043Z[ recovery-image] Dec 03 16:13:35.520 INFO O| Dec 03 16:13:35.520 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79112025-12-03T16:13:37.055Z[ recovery-image] Dec 03 16:13:35.532 INFO O| Dec 03 16:13:35.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
79122025-12-03T16:13:37.055Z[ recovery-image] Dec 03 16:13:35.532 INFO O| Dec 03 16:13:35.532 INFO STEP 986 (remove_files) COMPLETE
79132025-12-03T16:13:37.058Z[ recovery-image] Dec 03 16:13:35.532 INFO O| Dec 03 16:13:35.532 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79142025-12-03T16:13:37.063Z[ recovery-image] Dec 03 16:13:35.540 INFO O| Dec 03 16:13:35.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
79152025-12-03T16:13:37.064Z[ recovery-image] Dec 03 16:13:35.540 INFO O| Dec 03 16:13:35.540 INFO STEP 987 (remove_files) COMPLETE
79162025-12-03T16:13:37.066Z[ recovery-image] Dec 03 16:13:35.540 INFO O| Dec 03 16:13:35.540 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79172025-12-03T16:13:37.076Z[ recovery-image] Dec 03 16:13:35.552 INFO O| Dec 03 16:13:35.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
79182025-12-03T16:13:37.081Z[ recovery-image] Dec 03 16:13:35.553 INFO O| Dec 03 16:13:35.553 INFO STEP 988 (remove_files) COMPLETE
79192025-12-03T16:13:37.081Z[ recovery-image] Dec 03 16:13:35.553 INFO O| Dec 03 16:13:35.553 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79202025-12-03T16:13:37.088Z[ recovery-image] Dec 03 16:13:35.565 INFO O| Dec 03 16:13:35.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
79212025-12-03T16:13:37.091Z[ recovery-image] Dec 03 16:13:35.566 INFO O| Dec 03 16:13:35.565 INFO STEP 989 (remove_files) COMPLETE
79222025-12-03T16:13:37.091Z[ recovery-image] Dec 03 16:13:35.566 INFO O| Dec 03 16:13:35.566 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79232025-12-03T16:13:37.099Z[ recovery-image] Dec 03 16:13:35.574 INFO O| Dec 03 16:13:35.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
79242025-12-03T16:13:37.102Z[ recovery-image] Dec 03 16:13:35.574 INFO O| Dec 03 16:13:35.574 INFO STEP 990 (remove_files) COMPLETE
79252025-12-03T16:13:37.102Z[ recovery-image] Dec 03 16:13:35.574 INFO O| Dec 03 16:13:35.574 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79262025-12-03T16:13:37.107Z[ recovery-image] Dec 03 16:13:35.585 INFO O| Dec 03 16:13:35.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
79272025-12-03T16:13:37.110Z[ recovery-image] Dec 03 16:13:35.585 INFO O| Dec 03 16:13:35.585 INFO STEP 991 (remove_files) COMPLETE
79282025-12-03T16:13:37.110Z[ recovery-image] Dec 03 16:13:35.585 INFO O| Dec 03 16:13:35.585 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79292025-12-03T16:13:37.118Z[ recovery-image] Dec 03 16:13:35.595 INFO O| Dec 03 16:13:35.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
79302025-12-03T16:13:37.121Z[ recovery-image] Dec 03 16:13:35.595 INFO O| Dec 03 16:13:35.595 INFO STEP 992 (remove_files) COMPLETE
79312025-12-03T16:13:37.121Z[ recovery-image] Dec 03 16:13:35.595 INFO O| Dec 03 16:13:35.595 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79322025-12-03T16:13:37.126Z[ recovery-image] Dec 03 16:13:35.604 INFO O| Dec 03 16:13:35.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
79332025-12-03T16:13:37.126Z[ recovery-image] Dec 03 16:13:35.604 INFO O| Dec 03 16:13:35.604 INFO STEP 993 (remove_files) COMPLETE
79342025-12-03T16:13:37.127Z[ recovery-image] Dec 03 16:13:35.604 INFO O| Dec 03 16:13:35.604 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79352025-12-03T16:13:37.137Z[ recovery-image] Dec 03 16:13:35.614 INFO O| Dec 03 16:13:35.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
79362025-12-03T16:13:37.138Z[ recovery-image] Dec 03 16:13:35.614 INFO O| Dec 03 16:13:35.614 INFO STEP 994 (remove_files) COMPLETE
79372025-12-03T16:13:37.138Z[ recovery-image] Dec 03 16:13:35.614 INFO O| Dec 03 16:13:35.614 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79382025-12-03T16:13:37.146Z[ recovery-image] Dec 03 16:13:35.623 INFO O| Dec 03 16:13:35.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
79392025-12-03T16:13:37.146Z[ recovery-image] Dec 03 16:13:35.623 INFO O| Dec 03 16:13:35.623 INFO STEP 995 (remove_files) COMPLETE
79402025-12-03T16:13:37.146Z[ recovery-image] Dec 03 16:13:35.623 INFO O| Dec 03 16:13:35.623 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79412025-12-03T16:13:37.154Z[ recovery-image] Dec 03 16:13:35.631 INFO O| Dec 03 16:13:35.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
79422025-12-03T16:13:37.157Z[ recovery-image] Dec 03 16:13:35.631 INFO O| Dec 03 16:13:35.631 INFO STEP 996 (remove_files) COMPLETE
79432025-12-03T16:13:37.157Z[ recovery-image] Dec 03 16:13:35.631 INFO O| Dec 03 16:13:35.631 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79442025-12-03T16:13:37.161Z[ recovery-image] Dec 03 16:13:35.639 INFO O| Dec 03 16:13:35.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
79452025-12-03T16:13:37.162Z[ recovery-image] Dec 03 16:13:35.639 INFO O| Dec 03 16:13:35.639 INFO STEP 997 (remove_files) COMPLETE
79462025-12-03T16:13:37.162Z[ recovery-image] Dec 03 16:13:35.639 INFO O| Dec 03 16:13:35.639 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79472025-12-03T16:13:37.173Z[ recovery-image] Dec 03 16:13:35.651 INFO O| Dec 03 16:13:35.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
79482025-12-03T16:13:37.174Z[ recovery-image] Dec 03 16:13:35.651 INFO O| Dec 03 16:13:35.651 INFO STEP 998 (remove_files) COMPLETE
79492025-12-03T16:13:37.177Z[ recovery-image] Dec 03 16:13:35.651 INFO O| Dec 03 16:13:35.651 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79502025-12-03T16:13:37.186Z[ recovery-image] Dec 03 16:13:35.663 INFO O| Dec 03 16:13:35.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
79512025-12-03T16:13:37.186Z[ recovery-image] Dec 03 16:13:35.664 INFO O| Dec 03 16:13:35.663 INFO STEP 999 (remove_files) COMPLETE
79522025-12-03T16:13:37.189Z[ recovery-image] Dec 03 16:13:35.664 INFO O| Dec 03 16:13:35.663 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79532025-12-03T16:13:37.195Z[ recovery-image] Dec 03 16:13:35.672 INFO O| Dec 03 16:13:35.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
79542025-12-03T16:13:37.198Z[ recovery-image] Dec 03 16:13:35.672 INFO O| Dec 03 16:13:35.672 INFO STEP 1000 (remove_files) COMPLETE
79552025-12-03T16:13:37.198Z[ recovery-image] Dec 03 16:13:35.672 INFO O| Dec 03 16:13:35.672 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79562025-12-03T16:13:37.206Z[ recovery-image] Dec 03 16:13:35.683 INFO O| Dec 03 16:13:35.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
79572025-12-03T16:13:37.206Z[ recovery-image] Dec 03 16:13:35.683 INFO O| Dec 03 16:13:35.683 INFO STEP 1001 (remove_files) COMPLETE
79582025-12-03T16:13:37.206Z[ recovery-image] Dec 03 16:13:35.683 INFO O| Dec 03 16:13:35.683 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79592025-12-03T16:13:37.216Z[ recovery-image] Dec 03 16:13:35.693 INFO O| Dec 03 16:13:35.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
79602025-12-03T16:13:37.219Z[ recovery-image] Dec 03 16:13:35.693 INFO O| Dec 03 16:13:35.693 INFO STEP 1002 (remove_files) COMPLETE
79612025-12-03T16:13:37.219Z[ recovery-image] Dec 03 16:13:35.693 INFO O| Dec 03 16:13:35.693 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79622025-12-03T16:13:37.227Z[ recovery-image] Dec 03 16:13:35.704 INFO O| Dec 03 16:13:35.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
79632025-12-03T16:13:37.227Z[ recovery-image] Dec 03 16:13:35.704 INFO O| Dec 03 16:13:35.704 INFO STEP 1003 (remove_files) COMPLETE
79642025-12-03T16:13:37.230Z[ recovery-image] Dec 03 16:13:35.704 INFO O| Dec 03 16:13:35.704 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79652025-12-03T16:13:37.238Z[ recovery-image] Dec 03 16:13:35.715 INFO O| Dec 03 16:13:35.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
79662025-12-03T16:13:37.238Z[ recovery-image] Dec 03 16:13:35.716 INFO O| Dec 03 16:13:35.716 INFO STEP 1004 (remove_files) COMPLETE
79672025-12-03T16:13:37.238Z[ recovery-image] Dec 03 16:13:35.716 INFO O| Dec 03 16:13:35.716 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79682025-12-03T16:13:37.248Z[ recovery-image] Dec 03 16:13:35.725 INFO O| Dec 03 16:13:35.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
79692025-12-03T16:13:37.248Z[ recovery-image] Dec 03 16:13:35.726 INFO O| Dec 03 16:13:35.726 INFO STEP 1005 (remove_files) COMPLETE
79702025-12-03T16:13:37.251Z[ recovery-image] Dec 03 16:13:35.726 INFO O| Dec 03 16:13:35.726 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79712025-12-03T16:13:37.259Z[ recovery-image] Dec 03 16:13:35.736 INFO O| Dec 03 16:13:35.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
79722025-12-03T16:13:37.259Z[ recovery-image] Dec 03 16:13:35.736 INFO O| Dec 03 16:13:35.736 INFO STEP 1006 (remove_files) COMPLETE
79732025-12-03T16:13:37.262Z[ recovery-image] Dec 03 16:13:35.736 INFO O| Dec 03 16:13:35.736 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79742025-12-03T16:13:37.269Z[ recovery-image] Dec 03 16:13:35.747 INFO O| Dec 03 16:13:35.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
79752025-12-03T16:13:37.270Z[ recovery-image] Dec 03 16:13:35.747 INFO O| Dec 03 16:13:35.747 INFO STEP 1007 (remove_files) COMPLETE
79762025-12-03T16:13:37.270Z[ recovery-image] Dec 03 16:13:35.747 INFO O| Dec 03 16:13:35.747 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79772025-12-03T16:13:37.281Z[ recovery-image] Dec 03 16:13:35.758 INFO O| Dec 03 16:13:35.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
79782025-12-03T16:13:37.281Z[ recovery-image] Dec 03 16:13:35.758 INFO O| Dec 03 16:13:35.758 INFO STEP 1008 (remove_files) COMPLETE
79792025-12-03T16:13:37.281Z[ recovery-image] Dec 03 16:13:35.758 INFO O| Dec 03 16:13:35.758 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79802025-12-03T16:13:37.291Z[ recovery-image] Dec 03 16:13:35.768 INFO O| Dec 03 16:13:35.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat"
79812025-12-03T16:13:37.291Z[ recovery-image] Dec 03 16:13:35.768 INFO O| Dec 03 16:13:35.768 INFO STEP 1009 (remove_files) COMPLETE
79822025-12-03T16:13:37.294Z[ recovery-image] Dec 03 16:13:35.768 INFO O| Dec 03 16:13:35.768 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79832025-12-03T16:13:37.304Z[ recovery-image] Dec 03 16:13:35.781 INFO O| Dec 03 16:13:35.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
79842025-12-03T16:13:37.304Z[ recovery-image] Dec 03 16:13:35.781 INFO O| Dec 03 16:13:35.781 INFO STEP 1010 (remove_files) COMPLETE
79852025-12-03T16:13:37.305Z[ recovery-image] Dec 03 16:13:35.781 INFO O| Dec 03 16:13:35.781 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79862025-12-03T16:13:37.317Z[ recovery-image] Dec 03 16:13:35.794 INFO O| Dec 03 16:13:35.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
79872025-12-03T16:13:37.317Z[ recovery-image] Dec 03 16:13:35.794 INFO O| Dec 03 16:13:35.794 INFO STEP 1011 (remove_files) COMPLETE
79882025-12-03T16:13:37.321Z[ recovery-image] Dec 03 16:13:35.794 INFO O| Dec 03 16:13:35.794 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79892025-12-03T16:13:37.328Z[ recovery-image] Dec 03 16:13:35.806 INFO O| Dec 03 16:13:35.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
79902025-12-03T16:13:37.328Z[ recovery-image] Dec 03 16:13:35.806 INFO O| Dec 03 16:13:35.806 INFO STEP 1012 (remove_files) COMPLETE
79912025-12-03T16:13:37.331Z[ recovery-image] Dec 03 16:13:35.806 INFO O| Dec 03 16:13:35.806 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79922025-12-03T16:13:37.339Z[ recovery-image] Dec 03 16:13:35.817 INFO O| Dec 03 16:13:35.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
79932025-12-03T16:13:37.339Z[ recovery-image] Dec 03 16:13:35.817 INFO O| Dec 03 16:13:35.817 INFO STEP 1013 (remove_files) COMPLETE
79942025-12-03T16:13:37.343Z[ recovery-image] Dec 03 16:13:35.817 INFO O| Dec 03 16:13:35.817 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79952025-12-03T16:13:37.349Z[ recovery-image] Dec 03 16:13:35.826 INFO O| Dec 03 16:13:35.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
79962025-12-03T16:13:37.352Z[ recovery-image] Dec 03 16:13:35.826 INFO O| Dec 03 16:13:35.826 INFO STEP 1014 (remove_files) COMPLETE
79972025-12-03T16:13:37.352Z[ recovery-image] Dec 03 16:13:35.826 INFO O| Dec 03 16:13:35.826 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79982025-12-03T16:13:37.362Z[ recovery-image] Dec 03 16:13:35.839 INFO O| Dec 03 16:13:35.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
79992025-12-03T16:13:37.365Z[ recovery-image] Dec 03 16:13:35.839 INFO O| Dec 03 16:13:35.839 INFO STEP 1015 (remove_files) COMPLETE
80002025-12-03T16:13:37.365Z[ recovery-image] Dec 03 16:13:35.839 INFO O| Dec 03 16:13:35.839 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80012025-12-03T16:13:37.372Z[ recovery-image] Dec 03 16:13:35.849 INFO O| Dec 03 16:13:35.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
80022025-12-03T16:13:37.372Z[ recovery-image] Dec 03 16:13:35.850 INFO O| Dec 03 16:13:35.849 INFO STEP 1016 (remove_files) COMPLETE
80032025-12-03T16:13:37.376Z[ recovery-image] Dec 03 16:13:35.850 INFO O| Dec 03 16:13:35.850 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80042025-12-03T16:13:37.381Z[ recovery-image] Dec 03 16:13:35.858 INFO O| Dec 03 16:13:35.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
80052025-12-03T16:13:37.384Z[ recovery-image] Dec 03 16:13:35.858 INFO O| Dec 03 16:13:35.858 INFO STEP 1017 (remove_files) COMPLETE
80062025-12-03T16:13:37.384Z[ recovery-image] Dec 03 16:13:35.858 INFO O| Dec 03 16:13:35.858 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80072025-12-03T16:13:37.392Z[ recovery-image] Dec 03 16:13:35.868 INFO O| Dec 03 16:13:35.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
80082025-12-03T16:13:37.392Z[ recovery-image] Dec 03 16:13:35.868 INFO O| Dec 03 16:13:35.868 INFO STEP 1018 (remove_files) COMPLETE
80092025-12-03T16:13:37.397Z[ recovery-image] Dec 03 16:13:35.868 INFO O| Dec 03 16:13:35.868 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80102025-12-03T16:13:37.400Z[ recovery-image] Dec 03 16:13:35.877 INFO O| Dec 03 16:13:35.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
80112025-12-03T16:13:37.400Z[ recovery-image] Dec 03 16:13:35.878 INFO O| Dec 03 16:13:35.877 INFO STEP 1019 (remove_files) COMPLETE
80122025-12-03T16:13:37.400Z[ recovery-image] Dec 03 16:13:35.878 INFO O| Dec 03 16:13:35.877 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80132025-12-03T16:13:37.413Z[ recovery-image] Dec 03 16:13:35.890 INFO O| Dec 03 16:13:35.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
80142025-12-03T16:13:37.413Z[ recovery-image] Dec 03 16:13:35.890 INFO O| Dec 03 16:13:35.890 INFO STEP 1020 (remove_files) COMPLETE
80152025-12-03T16:13:37.413Z[ recovery-image] Dec 03 16:13:35.890 INFO O| Dec 03 16:13:35.890 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80162025-12-03T16:13:37.425Z[ recovery-image] Dec 03 16:13:35.902 INFO O| Dec 03 16:13:35.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
80172025-12-03T16:13:37.429Z[ recovery-image] Dec 03 16:13:35.902 INFO O| Dec 03 16:13:35.902 INFO STEP 1021 (remove_files) COMPLETE
80182025-12-03T16:13:37.429Z[ recovery-image] Dec 03 16:13:35.902 INFO O| Dec 03 16:13:35.902 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80192025-12-03T16:13:37.433Z[ recovery-image] Dec 03 16:13:35.910 INFO O| Dec 03 16:13:35.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
80202025-12-03T16:13:37.433Z[ recovery-image] Dec 03 16:13:35.911 INFO O| Dec 03 16:13:35.910 INFO STEP 1022 (remove_files) COMPLETE
80212025-12-03T16:13:37.437Z[ recovery-image] Dec 03 16:13:35.911 INFO O| Dec 03 16:13:35.910 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80222025-12-03T16:13:37.448Z[ recovery-image] Dec 03 16:13:35.925 INFO O| Dec 03 16:13:35.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
80232025-12-03T16:13:37.448Z[ recovery-image] Dec 03 16:13:35.925 INFO O| Dec 03 16:13:35.925 INFO STEP 1023 (remove_files) COMPLETE
80242025-12-03T16:13:37.451Z[ recovery-image] Dec 03 16:13:35.925 INFO O| Dec 03 16:13:35.925 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80252025-12-03T16:13:37.457Z[ recovery-image] Dec 03 16:13:35.935 INFO O| Dec 03 16:13:35.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
80262025-12-03T16:13:37.457Z[ recovery-image] Dec 03 16:13:35.935 INFO O| Dec 03 16:13:35.935 INFO STEP 1024 (remove_files) COMPLETE
80272025-12-03T16:13:37.461Z[ recovery-image] Dec 03 16:13:35.935 INFO O| Dec 03 16:13:35.935 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80282025-12-03T16:13:37.471Z[ recovery-image] Dec 03 16:13:35.948 INFO O| Dec 03 16:13:35.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
80292025-12-03T16:13:37.473Z[ recovery-image] Dec 03 16:13:35.949 INFO O| Dec 03 16:13:35.949 INFO STEP 1025 (remove_files) COMPLETE
80302025-12-03T16:13:37.477Z[ recovery-image] Dec 03 16:13:35.949 INFO O| Dec 03 16:13:35.949 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80312025-12-03T16:13:37.485Z[ recovery-image] Dec 03 16:13:35.962 INFO O| Dec 03 16:13:35.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
80322025-12-03T16:13:37.485Z[ recovery-image] Dec 03 16:13:35.963 INFO O| Dec 03 16:13:35.962 INFO STEP 1026 (remove_files) COMPLETE
80332025-12-03T16:13:37.490Z[ recovery-image] Dec 03 16:13:35.963 INFO O| Dec 03 16:13:35.963 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80342025-12-03T16:13:37.499Z[ recovery-image] Dec 03 16:13:35.977 INFO O| Dec 03 16:13:35.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
80352025-12-03T16:13:37.499Z[ recovery-image] Dec 03 16:13:35.977 INFO O| Dec 03 16:13:35.977 INFO STEP 1027 (remove_files) COMPLETE
80362025-12-03T16:13:37.503Z[ recovery-image] Dec 03 16:13:35.977 INFO O| Dec 03 16:13:35.977 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80372025-12-03T16:13:37.512Z[ recovery-image] Dec 03 16:13:35.989 INFO O| Dec 03 16:13:35.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
80382025-12-03T16:13:37.512Z[ recovery-image] Dec 03 16:13:35.989 INFO O| Dec 03 16:13:35.989 INFO STEP 1028 (remove_files) COMPLETE
80392025-12-03T16:13:37.515Z[ recovery-image] Dec 03 16:13:35.989 INFO O| Dec 03 16:13:35.989 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80402025-12-03T16:13:37.526Z[ recovery-image] Dec 03 16:13:36.003 INFO O| Dec 03 16:13:36.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
80412025-12-03T16:13:37.529Z[ recovery-image] Dec 03 16:13:36.004 INFO O| Dec 03 16:13:36.004 INFO STEP 1029 (remove_files) COMPLETE
80422025-12-03T16:13:37.529Z[ recovery-image] Dec 03 16:13:36.004 INFO O| Dec 03 16:13:36.004 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80432025-12-03T16:13:37.536Z[ recovery-image] Dec 03 16:13:36.012 INFO O| Dec 03 16:13:36.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
80442025-12-03T16:13:37.541Z[ recovery-image] Dec 03 16:13:36.013 INFO O| Dec 03 16:13:36.012 INFO STEP 1030 (remove_files) COMPLETE
80452025-12-03T16:13:37.541Z[ recovery-image] Dec 03 16:13:36.013 INFO O| Dec 03 16:13:36.013 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80462025-12-03T16:13:37.546Z[ recovery-image] Dec 03 16:13:36.023 INFO O| Dec 03 16:13:36.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
80472025-12-03T16:13:37.546Z[ recovery-image] Dec 03 16:13:36.024 INFO O| Dec 03 16:13:36.024 INFO STEP 1031 (remove_files) COMPLETE
80482025-12-03T16:13:37.549Z[ recovery-image] Dec 03 16:13:36.024 INFO O| Dec 03 16:13:36.024 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80492025-12-03T16:13:37.559Z[ recovery-image] Dec 03 16:13:36.035 INFO O| Dec 03 16:13:36.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
80502025-12-03T16:13:37.560Z[ recovery-image] Dec 03 16:13:36.035 INFO O| Dec 03 16:13:36.035 INFO STEP 1032 (remove_files) COMPLETE
80512025-12-03T16:13:37.563Z[ recovery-image] Dec 03 16:13:36.035 INFO O| Dec 03 16:13:36.035 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80522025-12-03T16:13:37.568Z[ recovery-image] Dec 03 16:13:36.046 INFO O| Dec 03 16:13:36.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
80532025-12-03T16:13:37.571Z[ recovery-image] Dec 03 16:13:36.046 INFO O| Dec 03 16:13:36.046 INFO STEP 1033 (remove_files) COMPLETE
80542025-12-03T16:13:37.571Z[ recovery-image] Dec 03 16:13:36.046 INFO O| Dec 03 16:13:36.046 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80552025-12-03T16:13:37.581Z[ recovery-image] Dec 03 16:13:36.058 INFO O| Dec 03 16:13:36.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
80562025-12-03T16:13:37.584Z[ recovery-image] Dec 03 16:13:36.058 INFO O| Dec 03 16:13:36.058 INFO STEP 1034 (remove_files) COMPLETE
80572025-12-03T16:13:37.584Z[ recovery-image] Dec 03 16:13:36.059 INFO O| Dec 03 16:13:36.058 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80582025-12-03T16:13:37.593Z[ recovery-image] Dec 03 16:13:36.070 INFO O| Dec 03 16:13:36.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
80592025-12-03T16:13:37.594Z[ recovery-image] Dec 03 16:13:36.070 INFO O| Dec 03 16:13:36.070 INFO STEP 1035 (remove_files) COMPLETE
80602025-12-03T16:13:37.594Z[ recovery-image] Dec 03 16:13:36.070 INFO O| Dec 03 16:13:36.070 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80612025-12-03T16:13:37.605Z[ recovery-image] Dec 03 16:13:36.081 INFO O| Dec 03 16:13:36.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
80622025-12-03T16:13:37.605Z[ recovery-image] Dec 03 16:13:36.081 INFO O| Dec 03 16:13:36.081 INFO STEP 1036 (remove_files) COMPLETE
80632025-12-03T16:13:37.608Z[ recovery-image] Dec 03 16:13:36.081 INFO O| Dec 03 16:13:36.081 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80642025-12-03T16:13:37.613Z[ recovery-image] Dec 03 16:13:36.090 INFO O| Dec 03 16:13:36.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
80652025-12-03T16:13:37.616Z[ recovery-image] Dec 03 16:13:36.090 INFO O| Dec 03 16:13:36.090 INFO STEP 1037 (remove_files) COMPLETE
80662025-12-03T16:13:37.616Z[ recovery-image] Dec 03 16:13:36.090 INFO O| Dec 03 16:13:36.090 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80672025-12-03T16:13:37.625Z[ recovery-image] Dec 03 16:13:36.101 INFO O| Dec 03 16:13:36.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
80682025-12-03T16:13:37.628Z[ recovery-image] Dec 03 16:13:36.101 INFO O| Dec 03 16:13:36.101 INFO STEP 1038 (remove_files) COMPLETE
80692025-12-03T16:13:37.628Z[ recovery-image] Dec 03 16:13:36.101 INFO O| Dec 03 16:13:36.101 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80702025-12-03T16:13:37.634Z[ recovery-image] Dec 03 16:13:36.111 INFO O| Dec 03 16:13:36.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
80712025-12-03T16:13:37.637Z[ recovery-image] Dec 03 16:13:36.111 INFO O| Dec 03 16:13:36.111 INFO STEP 1039 (remove_files) COMPLETE
80722025-12-03T16:13:37.637Z[ recovery-image] Dec 03 16:13:36.111 INFO O| Dec 03 16:13:36.111 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80732025-12-03T16:13:37.646Z[ recovery-image] Dec 03 16:13:36.123 INFO O| Dec 03 16:13:36.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
80742025-12-03T16:13:37.646Z[ recovery-image] Dec 03 16:13:36.123 INFO O| Dec 03 16:13:36.123 INFO STEP 1040 (remove_files) COMPLETE
80752025-12-03T16:13:37.646Z[ recovery-image] Dec 03 16:13:36.123 INFO O| Dec 03 16:13:36.123 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80762025-12-03T16:13:37.660Z[ recovery-image] Dec 03 16:13:36.137 INFO O| Dec 03 16:13:36.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
80772025-12-03T16:13:37.660Z[ recovery-image] Dec 03 16:13:36.137 INFO O| Dec 03 16:13:36.137 INFO STEP 1041 (remove_files) COMPLETE
80782025-12-03T16:13:37.663Z[ recovery-image] Dec 03 16:13:36.137 INFO O| Dec 03 16:13:36.137 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80792025-12-03T16:13:37.672Z[ recovery-image] Dec 03 16:13:36.148 INFO O| Dec 03 16:13:36.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
80802025-12-03T16:13:37.675Z[ recovery-image] Dec 03 16:13:36.148 INFO O| Dec 03 16:13:36.148 INFO STEP 1042 (remove_files) COMPLETE
80812025-12-03T16:13:37.675Z[ recovery-image] Dec 03 16:13:36.148 INFO O| Dec 03 16:13:36.148 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80822025-12-03T16:13:37.684Z[ recovery-image] Dec 03 16:13:36.161 INFO O| Dec 03 16:13:36.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
80832025-12-03T16:13:37.684Z[ recovery-image] Dec 03 16:13:36.161 INFO O| Dec 03 16:13:36.161 INFO STEP 1043 (remove_files) COMPLETE
80842025-12-03T16:13:37.688Z[ recovery-image] Dec 03 16:13:36.161 INFO O| Dec 03 16:13:36.161 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80852025-12-03T16:13:37.696Z[ recovery-image] Dec 03 16:13:36.173 INFO O| Dec 03 16:13:36.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
80862025-12-03T16:13:37.696Z[ recovery-image] Dec 03 16:13:36.173 INFO O| Dec 03 16:13:36.173 INFO STEP 1044 (remove_files) COMPLETE
80872025-12-03T16:13:37.699Z[ recovery-image] Dec 03 16:13:36.173 INFO O| Dec 03 16:13:36.173 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80882025-12-03T16:13:37.708Z[ recovery-image] Dec 03 16:13:36.185 INFO O| Dec 03 16:13:36.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
80892025-12-03T16:13:37.708Z[ recovery-image] Dec 03 16:13:36.185 INFO O| Dec 03 16:13:36.185 INFO STEP 1045 (remove_files) COMPLETE
80902025-12-03T16:13:37.708Z[ recovery-image] Dec 03 16:13:36.185 INFO O| Dec 03 16:13:36.185 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80912025-12-03T16:13:37.717Z[ recovery-image] Dec 03 16:13:36.194 INFO O| Dec 03 16:13:36.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
80922025-12-03T16:13:37.717Z[ recovery-image] Dec 03 16:13:36.194 INFO O| Dec 03 16:13:36.194 INFO STEP 1046 (remove_files) COMPLETE
80932025-12-03T16:13:37.720Z[ recovery-image] Dec 03 16:13:36.194 INFO O| Dec 03 16:13:36.194 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80942025-12-03T16:13:37.731Z[ recovery-image] Dec 03 16:13:36.208 INFO O| Dec 03 16:13:36.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
80952025-12-03T16:13:37.731Z[ recovery-image] Dec 03 16:13:36.208 INFO O| Dec 03 16:13:36.208 INFO STEP 1047 (remove_files) COMPLETE
80962025-12-03T16:13:37.734Z[ recovery-image] Dec 03 16:13:36.208 INFO O| Dec 03 16:13:36.208 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80972025-12-03T16:13:37.740Z[ recovery-image] Dec 03 16:13:36.217 INFO O| Dec 03 16:13:36.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
80982025-12-03T16:13:37.740Z[ recovery-image] Dec 03 16:13:36.218 INFO O| Dec 03 16:13:36.218 INFO STEP 1048 (remove_files) COMPLETE
80992025-12-03T16:13:37.740Z[ recovery-image] Dec 03 16:13:36.218 INFO O| Dec 03 16:13:36.218 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81002025-12-03T16:13:37.749Z[ recovery-image] Dec 03 16:13:36.226 INFO O| Dec 03 16:13:36.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
81012025-12-03T16:13:37.749Z[ recovery-image] Dec 03 16:13:36.226 INFO O| Dec 03 16:13:36.226 INFO STEP 1049 (remove_files) COMPLETE
81022025-12-03T16:13:37.749Z[ recovery-image] Dec 03 16:13:36.227 INFO O| Dec 03 16:13:36.226 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81032025-12-03T16:13:37.762Z[ recovery-image] Dec 03 16:13:36.238 INFO O| Dec 03 16:13:36.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
81042025-12-03T16:13:37.762Z[ recovery-image] Dec 03 16:13:36.238 INFO O| Dec 03 16:13:36.238 INFO STEP 1050 (remove_files) COMPLETE
81052025-12-03T16:13:37.765Z[ recovery-image] Dec 03 16:13:36.238 INFO O| Dec 03 16:13:36.238 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81062025-12-03T16:13:37.774Z[ recovery-image] Dec 03 16:13:36.251 INFO O| Dec 03 16:13:36.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
81072025-12-03T16:13:37.774Z[ recovery-image] Dec 03 16:13:36.252 INFO O| Dec 03 16:13:36.252 INFO STEP 1051 (remove_files) COMPLETE
81082025-12-03T16:13:37.777Z[ recovery-image] Dec 03 16:13:36.252 INFO O| Dec 03 16:13:36.252 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81092025-12-03T16:13:37.786Z[ recovery-image] Dec 03 16:13:36.263 INFO O| Dec 03 16:13:36.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
81102025-12-03T16:13:37.786Z[ recovery-image] Dec 03 16:13:36.263 INFO O| Dec 03 16:13:36.263 INFO STEP 1052 (remove_files) COMPLETE
81112025-12-03T16:13:37.789Z[ recovery-image] Dec 03 16:13:36.264 INFO O| Dec 03 16:13:36.263 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81122025-12-03T16:13:37.795Z[ recovery-image] Dec 03 16:13:36.272 INFO O| Dec 03 16:13:36.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
81132025-12-03T16:13:37.795Z[ recovery-image] Dec 03 16:13:36.272 INFO O| Dec 03 16:13:36.272 INFO STEP 1053 (remove_files) COMPLETE
81142025-12-03T16:13:37.798Z[ recovery-image] Dec 03 16:13:36.272 INFO O| Dec 03 16:13:36.272 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81152025-12-03T16:13:37.805Z[ recovery-image] Dec 03 16:13:36.282 INFO O| Dec 03 16:13:36.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
81162025-12-03T16:13:37.805Z[ recovery-image] Dec 03 16:13:36.282 INFO O| Dec 03 16:13:36.282 INFO STEP 1054 (remove_files) COMPLETE
81172025-12-03T16:13:37.808Z[ recovery-image] Dec 03 16:13:36.282 INFO O| Dec 03 16:13:36.282 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81182025-12-03T16:13:37.815Z[ recovery-image] Dec 03 16:13:36.292 INFO O| Dec 03 16:13:36.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
81192025-12-03T16:13:37.815Z[ recovery-image] Dec 03 16:13:36.293 INFO O| Dec 03 16:13:36.293 INFO STEP 1055 (remove_files) COMPLETE
81202025-12-03T16:13:37.815Z[ recovery-image] Dec 03 16:13:36.293 INFO O| Dec 03 16:13:36.293 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81212025-12-03T16:13:37.828Z[ recovery-image] Dec 03 16:13:36.305 INFO O| Dec 03 16:13:36.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
81222025-12-03T16:13:37.828Z[ recovery-image] Dec 03 16:13:36.305 INFO O| Dec 03 16:13:36.305 INFO STEP 1056 (remove_files) COMPLETE
81232025-12-03T16:13:37.828Z[ recovery-image] Dec 03 16:13:36.305 INFO O| Dec 03 16:13:36.305 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81242025-12-03T16:13:37.837Z[ recovery-image] Dec 03 16:13:36.314 INFO O| Dec 03 16:13:36.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
81252025-12-03T16:13:37.840Z[ recovery-image] Dec 03 16:13:36.314 INFO O| Dec 03 16:13:36.314 INFO STEP 1057 (remove_files) COMPLETE
81262025-12-03T16:13:37.840Z[ recovery-image] Dec 03 16:13:36.314 INFO O| Dec 03 16:13:36.314 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81272025-12-03T16:13:37.850Z[ recovery-image] Dec 03 16:13:36.327 INFO O| Dec 03 16:13:36.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
81282025-12-03T16:13:37.850Z[ recovery-image] Dec 03 16:13:36.327 INFO O| Dec 03 16:13:36.327 INFO STEP 1058 (remove_files) COMPLETE
81292025-12-03T16:13:37.850Z[ recovery-image] Dec 03 16:13:36.327 INFO O| Dec 03 16:13:36.327 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81302025-12-03T16:13:37.863Z[ recovery-image] Dec 03 16:13:36.340 INFO O| Dec 03 16:13:36.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
81312025-12-03T16:13:37.863Z[ recovery-image] Dec 03 16:13:36.340 INFO O| Dec 03 16:13:36.340 INFO STEP 1059 (remove_files) COMPLETE
81322025-12-03T16:13:37.863Z[ recovery-image] Dec 03 16:13:36.340 INFO O| Dec 03 16:13:36.340 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81332025-12-03T16:13:37.875Z[ recovery-image] Dec 03 16:13:36.352 INFO O| Dec 03 16:13:36.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
81342025-12-03T16:13:37.875Z[ recovery-image] Dec 03 16:13:36.352 INFO O| Dec 03 16:13:36.352 INFO STEP 1060 (remove_files) COMPLETE
81352025-12-03T16:13:37.878Z[ recovery-image] Dec 03 16:13:36.352 INFO O| Dec 03 16:13:36.352 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81362025-12-03T16:13:37.887Z[ recovery-image] Dec 03 16:13:36.364 INFO O| Dec 03 16:13:36.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
81372025-12-03T16:13:37.887Z[ recovery-image] Dec 03 16:13:36.364 INFO O| Dec 03 16:13:36.364 INFO STEP 1061 (remove_files) COMPLETE
81382025-12-03T16:13:37.890Z[ recovery-image] Dec 03 16:13:36.364 INFO O| Dec 03 16:13:36.364 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81392025-12-03T16:13:37.900Z[ recovery-image] Dec 03 16:13:36.375 INFO O| Dec 03 16:13:36.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
81402025-12-03T16:13:37.900Z[ recovery-image] Dec 03 16:13:36.375 INFO O| Dec 03 16:13:36.375 INFO STEP 1062 (remove_files) COMPLETE
81412025-12-03T16:13:37.903Z[ recovery-image] Dec 03 16:13:36.375 INFO O| Dec 03 16:13:36.375 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81422025-12-03T16:13:37.910Z[ recovery-image] Dec 03 16:13:36.387 INFO O| Dec 03 16:13:36.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
81432025-12-03T16:13:37.910Z[ recovery-image] Dec 03 16:13:36.387 INFO O| Dec 03 16:13:36.387 INFO STEP 1063 (remove_files) COMPLETE
81442025-12-03T16:13:37.915Z[ recovery-image] Dec 03 16:13:36.387 INFO O| Dec 03 16:13:36.387 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81452025-12-03T16:13:37.923Z[ recovery-image] Dec 03 16:13:36.398 INFO O| Dec 03 16:13:36.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
81462025-12-03T16:13:37.923Z[ recovery-image] Dec 03 16:13:36.398 INFO O| Dec 03 16:13:36.398 INFO STEP 1064 (remove_files) COMPLETE
81472025-12-03T16:13:37.926Z[ recovery-image] Dec 03 16:13:36.398 INFO O| Dec 03 16:13:36.398 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81482025-12-03T16:13:37.933Z[ recovery-image] Dec 03 16:13:36.411 INFO O| Dec 03 16:13:36.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
81492025-12-03T16:13:37.933Z[ recovery-image] Dec 03 16:13:36.411 INFO O| Dec 03 16:13:36.411 INFO STEP 1065 (remove_files) COMPLETE
81502025-12-03T16:13:37.936Z[ recovery-image] Dec 03 16:13:36.411 INFO O| Dec 03 16:13:36.411 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81512025-12-03T16:13:37.947Z[ recovery-image] Dec 03 16:13:36.423 INFO O| Dec 03 16:13:36.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
81522025-12-03T16:13:37.947Z[ recovery-image] Dec 03 16:13:36.423 INFO O| Dec 03 16:13:36.423 INFO STEP 1066 (remove_files) COMPLETE
81532025-12-03T16:13:37.950Z[ recovery-image] Dec 03 16:13:36.423 INFO O| Dec 03 16:13:36.423 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81542025-12-03T16:13:37.957Z[ recovery-image] Dec 03 16:13:36.434 INFO O| Dec 03 16:13:36.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
81552025-12-03T16:13:37.957Z[ recovery-image] Dec 03 16:13:36.434 INFO O| Dec 03 16:13:36.434 INFO STEP 1067 (remove_files) COMPLETE
81562025-12-03T16:13:37.960Z[ recovery-image] Dec 03 16:13:36.434 INFO O| Dec 03 16:13:36.434 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81572025-12-03T16:13:37.967Z[ recovery-image] Dec 03 16:13:36.445 INFO O| Dec 03 16:13:36.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
81582025-12-03T16:13:37.967Z[ recovery-image] Dec 03 16:13:36.445 INFO O| Dec 03 16:13:36.445 INFO STEP 1068 (remove_files) COMPLETE
81592025-12-03T16:13:37.970Z[ recovery-image] Dec 03 16:13:36.445 INFO O| Dec 03 16:13:36.445 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81602025-12-03T16:13:37.979Z[ recovery-image] Dec 03 16:13:36.457 INFO O| Dec 03 16:13:36.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
81612025-12-03T16:13:37.980Z[ recovery-image] Dec 03 16:13:36.457 INFO O| Dec 03 16:13:36.457 INFO STEP 1069 (remove_files) COMPLETE
81622025-12-03T16:13:37.983Z[ recovery-image] Dec 03 16:13:36.457 INFO O| Dec 03 16:13:36.457 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81632025-12-03T16:13:37.993Z[ recovery-image] Dec 03 16:13:36.470 INFO O| Dec 03 16:13:36.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
81642025-12-03T16:13:37.993Z[ recovery-image] Dec 03 16:13:36.470 INFO O| Dec 03 16:13:36.470 INFO STEP 1070 (remove_files) COMPLETE
81652025-12-03T16:13:37.997Z[ recovery-image] Dec 03 16:13:36.470 INFO O| Dec 03 16:13:36.470 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81662025-12-03T16:13:38.002Z[ recovery-image] Dec 03 16:13:36.480 INFO O| Dec 03 16:13:36.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
81672025-12-03T16:13:38.002Z[ recovery-image] Dec 03 16:13:36.480 INFO O| Dec 03 16:13:36.480 INFO STEP 1071 (remove_files) COMPLETE
81682025-12-03T16:13:38.005Z[ recovery-image] Dec 03 16:13:36.480 INFO O| Dec 03 16:13:36.480 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81692025-12-03T16:13:38.017Z[ recovery-image] Dec 03 16:13:36.492 INFO O| Dec 03 16:13:36.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
81702025-12-03T16:13:38.017Z[ recovery-image] Dec 03 16:13:36.492 INFO O| Dec 03 16:13:36.492 INFO STEP 1072 (remove_files) COMPLETE
81712025-12-03T16:13:38.017Z[ recovery-image] Dec 03 16:13:36.492 INFO O| Dec 03 16:13:36.492 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81722025-12-03T16:13:38.028Z[ recovery-image] Dec 03 16:13:36.505 INFO O| Dec 03 16:13:36.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
81732025-12-03T16:13:38.028Z[ recovery-image] Dec 03 16:13:36.505 INFO O| Dec 03 16:13:36.505 INFO STEP 1073 (remove_files) COMPLETE
81742025-12-03T16:13:38.028Z[ recovery-image] Dec 03 16:13:36.505 INFO O| Dec 03 16:13:36.505 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81752025-12-03T16:13:38.037Z[ recovery-image] Dec 03 16:13:36.514 INFO O| Dec 03 16:13:36.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
81762025-12-03T16:13:38.037Z[ recovery-image] Dec 03 16:13:36.514 INFO O| Dec 03 16:13:36.514 INFO STEP 1074 (remove_files) COMPLETE
81772025-12-03T16:13:38.040Z[ recovery-image] Dec 03 16:13:36.514 INFO O| Dec 03 16:13:36.514 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81782025-12-03T16:13:38.049Z[ recovery-image] Dec 03 16:13:36.526 INFO O| Dec 03 16:13:36.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
81792025-12-03T16:13:38.049Z[ recovery-image] Dec 03 16:13:36.527 INFO O| Dec 03 16:13:36.526 INFO STEP 1075 (remove_files) COMPLETE
81802025-12-03T16:13:38.052Z[ recovery-image] Dec 03 16:13:36.527 INFO O| Dec 03 16:13:36.527 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81812025-12-03T16:13:38.060Z[ recovery-image] Dec 03 16:13:36.538 INFO O| Dec 03 16:13:36.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
81822025-12-03T16:13:38.060Z[ recovery-image] Dec 03 16:13:36.538 INFO O| Dec 03 16:13:36.538 INFO STEP 1076 (remove_files) COMPLETE
81832025-12-03T16:13:38.064Z[ recovery-image] Dec 03 16:13:36.538 INFO O| Dec 03 16:13:36.538 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81842025-12-03T16:13:38.069Z[ recovery-image] Dec 03 16:13:36.546 INFO O| Dec 03 16:13:36.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
81852025-12-03T16:13:38.072Z[ recovery-image] Dec 03 16:13:36.546 INFO O| Dec 03 16:13:36.546 INFO STEP 1077 (remove_files) COMPLETE
81862025-12-03T16:13:38.073Z[ recovery-image] Dec 03 16:13:36.546 INFO O| Dec 03 16:13:36.546 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81872025-12-03T16:13:38.081Z[ recovery-image] Dec 03 16:13:36.558 INFO O| Dec 03 16:13:36.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
81882025-12-03T16:13:38.084Z[ recovery-image] Dec 03 16:13:36.558 INFO O| Dec 03 16:13:36.558 INFO STEP 1078 (remove_files) COMPLETE
81892025-12-03T16:13:38.084Z[ recovery-image] Dec 03 16:13:36.558 INFO O| Dec 03 16:13:36.558 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81902025-12-03T16:13:38.092Z[ recovery-image] Dec 03 16:13:36.569 INFO O| Dec 03 16:13:36.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
81912025-12-03T16:13:38.092Z[ recovery-image] Dec 03 16:13:36.569 INFO O| Dec 03 16:13:36.569 INFO STEP 1079 (remove_files) COMPLETE
81922025-12-03T16:13:38.095Z[ recovery-image] Dec 03 16:13:36.569 INFO O| Dec 03 16:13:36.569 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81932025-12-03T16:13:38.103Z[ recovery-image] Dec 03 16:13:36.580 INFO O| Dec 03 16:13:36.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
81942025-12-03T16:13:38.106Z[ recovery-image] Dec 03 16:13:36.580 INFO O| Dec 03 16:13:36.580 INFO STEP 1080 (remove_files) COMPLETE
81952025-12-03T16:13:38.106Z[ recovery-image] Dec 03 16:13:36.580 INFO O| Dec 03 16:13:36.580 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81962025-12-03T16:13:38.116Z[ recovery-image] Dec 03 16:13:36.593 INFO O| Dec 03 16:13:36.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
81972025-12-03T16:13:38.117Z[ recovery-image] Dec 03 16:13:36.593 INFO O| Dec 03 16:13:36.593 INFO STEP 1081 (remove_files) COMPLETE
81982025-12-03T16:13:38.117Z[ recovery-image] Dec 03 16:13:36.593 INFO O| Dec 03 16:13:36.593 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81992025-12-03T16:13:38.125Z[ recovery-image] Dec 03 16:13:36.602 INFO O| Dec 03 16:13:36.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
82002025-12-03T16:13:38.125Z[ recovery-image] Dec 03 16:13:36.602 INFO O| Dec 03 16:13:36.602 INFO STEP 1082 (remove_files) COMPLETE
82012025-12-03T16:13:38.128Z[ recovery-image] Dec 03 16:13:36.602 INFO O| Dec 03 16:13:36.602 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82022025-12-03T16:13:38.134Z[ recovery-image] Dec 03 16:13:36.611 INFO O| Dec 03 16:13:36.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
82032025-12-03T16:13:38.137Z[ recovery-image] Dec 03 16:13:36.611 INFO O| Dec 03 16:13:36.611 INFO STEP 1083 (remove_files) COMPLETE
82042025-12-03T16:13:38.137Z[ recovery-image] Dec 03 16:13:36.611 INFO O| Dec 03 16:13:36.611 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82052025-12-03T16:13:38.142Z[ recovery-image] Dec 03 16:13:36.619 INFO O| Dec 03 16:13:36.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
82062025-12-03T16:13:38.142Z[ recovery-image] Dec 03 16:13:36.620 INFO O| Dec 03 16:13:36.620 INFO STEP 1084 (remove_files) COMPLETE
82072025-12-03T16:13:38.145Z[ recovery-image] Dec 03 16:13:36.620 INFO O| Dec 03 16:13:36.620 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82082025-12-03T16:13:38.151Z[ recovery-image] Dec 03 16:13:36.629 INFO O| Dec 03 16:13:36.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
82092025-12-03T16:13:38.151Z[ recovery-image] Dec 03 16:13:36.629 INFO O| Dec 03 16:13:36.629 INFO STEP 1085 (remove_files) COMPLETE
82102025-12-03T16:13:38.154Z[ recovery-image] Dec 03 16:13:36.629 INFO O| Dec 03 16:13:36.629 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82112025-12-03T16:13:38.164Z[ recovery-image] Dec 03 16:13:36.641 INFO O| Dec 03 16:13:36.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
82122025-12-03T16:13:38.164Z[ recovery-image] Dec 03 16:13:36.641 INFO O| Dec 03 16:13:36.641 INFO STEP 1086 (remove_files) COMPLETE
82132025-12-03T16:13:38.167Z[ recovery-image] Dec 03 16:13:36.641 INFO O| Dec 03 16:13:36.641 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82142025-12-03T16:13:38.176Z[ recovery-image] Dec 03 16:13:36.653 INFO O| Dec 03 16:13:36.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
82152025-12-03T16:13:38.176Z[ recovery-image] Dec 03 16:13:36.653 INFO O| Dec 03 16:13:36.653 INFO STEP 1087 (remove_files) COMPLETE
82162025-12-03T16:13:38.179Z[ recovery-image] Dec 03 16:13:36.653 INFO O| Dec 03 16:13:36.653 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82172025-12-03T16:13:38.184Z[ recovery-image] Dec 03 16:13:36.661 INFO O| Dec 03 16:13:36.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
82182025-12-03T16:13:38.184Z[ recovery-image] Dec 03 16:13:36.661 INFO O| Dec 03 16:13:36.661 INFO STEP 1088 (remove_files) COMPLETE
82192025-12-03T16:13:38.192Z[ recovery-image] Dec 03 16:13:36.661 INFO O| Dec 03 16:13:36.661 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82202025-12-03T16:13:38.195Z[ recovery-image] Dec 03 16:13:36.670 INFO O| Dec 03 16:13:36.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
82212025-12-03T16:13:38.195Z[ recovery-image] Dec 03 16:13:36.670 INFO O| Dec 03 16:13:36.670 INFO STEP 1089 (remove_files) COMPLETE
82222025-12-03T16:13:38.196Z[ recovery-image] Dec 03 16:13:36.671 INFO O| Dec 03 16:13:36.670 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82232025-12-03T16:13:38.203Z[ recovery-image] Dec 03 16:13:36.680 INFO O| Dec 03 16:13:36.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
82242025-12-03T16:13:38.203Z[ recovery-image] Dec 03 16:13:36.680 INFO O| Dec 03 16:13:36.680 INFO STEP 1090 (remove_files) COMPLETE
82252025-12-03T16:13:38.206Z[ recovery-image] Dec 03 16:13:36.680 INFO O| Dec 03 16:13:36.680 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82262025-12-03T16:13:38.213Z[ recovery-image] Dec 03 16:13:36.689 INFO O| Dec 03 16:13:36.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
82272025-12-03T16:13:38.214Z[ recovery-image] Dec 03 16:13:36.689 INFO O| Dec 03 16:13:36.689 INFO STEP 1091 (remove_files) COMPLETE
82282025-12-03T16:13:38.217Z[ recovery-image] Dec 03 16:13:36.689 INFO O| Dec 03 16:13:36.689 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82292025-12-03T16:13:38.234Z[ recovery-image] Dec 03 16:13:36.700 INFO O| Dec 03 16:13:36.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
82302025-12-03T16:13:38.234Z[ recovery-image] Dec 03 16:13:36.701 INFO O| Dec 03 16:13:36.700 INFO STEP 1092 (remove_files) COMPLETE
82312025-12-03T16:13:38.234Z[ recovery-image] Dec 03 16:13:36.701 INFO O| Dec 03 16:13:36.701 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82322025-12-03T16:13:38.240Z[ recovery-image] Dec 03 16:13:36.714 INFO O| Dec 03 16:13:36.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
82332025-12-03T16:13:38.241Z[ recovery-image] Dec 03 16:13:36.714 INFO O| Dec 03 16:13:36.714 INFO STEP 1093 (remove_files) COMPLETE
82342025-12-03T16:13:38.241Z[ recovery-image] Dec 03 16:13:36.714 INFO O| Dec 03 16:13:36.714 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82352025-12-03T16:13:38.248Z[ recovery-image] Dec 03 16:13:36.725 INFO O| Dec 03 16:13:36.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
82362025-12-03T16:13:38.248Z[ recovery-image] Dec 03 16:13:36.725 INFO O| Dec 03 16:13:36.725 INFO STEP 1094 (remove_files) COMPLETE
82372025-12-03T16:13:38.251Z[ recovery-image] Dec 03 16:13:36.725 INFO O| Dec 03 16:13:36.725 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82382025-12-03T16:13:38.304Z[ recovery-image] Dec 03 16:13:36.735 INFO O| Dec 03 16:13:36.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
82392025-12-03T16:13:38.304Z[ recovery-image] Dec 03 16:13:36.735 INFO O| Dec 03 16:13:36.735 INFO STEP 1095 (remove_files) COMPLETE
82402025-12-03T16:13:38.304Z[ recovery-image] Dec 03 16:13:36.735 INFO O| Dec 03 16:13:36.735 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82412025-12-03T16:13:38.304Z[ recovery-image] Dec 03 16:13:36.747 INFO O| Dec 03 16:13:36.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
82422025-12-03T16:13:38.304Z[ recovery-image] Dec 03 16:13:36.747 INFO O| Dec 03 16:13:36.747 INFO STEP 1096 (remove_files) COMPLETE
82432025-12-03T16:13:38.304Z[ recovery-image] Dec 03 16:13:36.747 INFO O| Dec 03 16:13:36.747 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82442025-12-03T16:13:38.305Z[ recovery-image] Dec 03 16:13:36.756 INFO O| Dec 03 16:13:36.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
82452025-12-03T16:13:38.305Z[ recovery-image] Dec 03 16:13:36.756 INFO O| Dec 03 16:13:36.756 INFO STEP 1097 (remove_files) COMPLETE
82462025-12-03T16:13:38.305Z[ recovery-image] Dec 03 16:13:36.756 INFO O| Dec 03 16:13:36.756 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82472025-12-03T16:13:38.305Z[ recovery-image] Dec 03 16:13:36.766 INFO O| Dec 03 16:13:36.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
82482025-12-03T16:13:38.305Z[ recovery-image] Dec 03 16:13:36.767 INFO O| Dec 03 16:13:36.766 INFO STEP 1098 (remove_files) COMPLETE
82492025-12-03T16:13:38.305Z[ recovery-image] Dec 03 16:13:36.767 INFO O| Dec 03 16:13:36.767 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82502025-12-03T16:13:38.312Z[ recovery-image] Dec 03 16:13:36.776 INFO O| Dec 03 16:13:36.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
82512025-12-03T16:13:38.312Z[ recovery-image] Dec 03 16:13:36.776 INFO O| Dec 03 16:13:36.776 INFO STEP 1099 (remove_files) COMPLETE
82522025-12-03T16:13:38.312Z[ recovery-image] Dec 03 16:13:36.776 INFO O| Dec 03 16:13:36.776 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82532025-12-03T16:13:38.319Z[ recovery-image] Dec 03 16:13:36.787 INFO O| Dec 03 16:13:36.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
82542025-12-03T16:13:38.319Z[ recovery-image] Dec 03 16:13:36.787 INFO O| Dec 03 16:13:36.787 INFO STEP 1100 (remove_files) COMPLETE
82552025-12-03T16:13:38.319Z[ recovery-image] Dec 03 16:13:36.787 INFO O| Dec 03 16:13:36.787 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82562025-12-03T16:13:38.327Z[ recovery-image] Dec 03 16:13:36.798 INFO O| Dec 03 16:13:36.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
82572025-12-03T16:13:38.327Z[ recovery-image] Dec 03 16:13:36.798 INFO O| Dec 03 16:13:36.798 INFO STEP 1101 (remove_files) COMPLETE
82582025-12-03T16:13:38.327Z[ recovery-image] Dec 03 16:13:36.798 INFO O| Dec 03 16:13:36.798 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82592025-12-03T16:13:38.335Z[ recovery-image] Dec 03 16:13:36.807 INFO O| Dec 03 16:13:36.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
82602025-12-03T16:13:38.335Z[ recovery-image] Dec 03 16:13:36.807 INFO O| Dec 03 16:13:36.807 INFO STEP 1102 (remove_files) COMPLETE
82612025-12-03T16:13:38.335Z[ recovery-image] Dec 03 16:13:36.807 INFO O| Dec 03 16:13:36.807 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82622025-12-03T16:13:38.345Z[ recovery-image] Dec 03 16:13:36.819 INFO O| Dec 03 16:13:36.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
82632025-12-03T16:13:38.345Z[ recovery-image] Dec 03 16:13:36.819 INFO O| Dec 03 16:13:36.819 INFO STEP 1103 (remove_files) COMPLETE
82642025-12-03T16:13:38.345Z[ recovery-image] Dec 03 16:13:36.819 INFO O| Dec 03 16:13:36.819 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82652025-12-03T16:13:38.351Z[ recovery-image] Dec 03 16:13:36.827 INFO O| Dec 03 16:13:36.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
82662025-12-03T16:13:38.351Z[ recovery-image] Dec 03 16:13:36.827 INFO O| Dec 03 16:13:36.827 INFO STEP 1104 (remove_files) COMPLETE
82672025-12-03T16:13:38.351Z[ recovery-image] Dec 03 16:13:36.827 INFO O| Dec 03 16:13:36.827 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82682025-12-03T16:13:38.360Z[ recovery-image] Dec 03 16:13:36.837 INFO O| Dec 03 16:13:36.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
82692025-12-03T16:13:38.360Z[ recovery-image] Dec 03 16:13:36.837 INFO O| Dec 03 16:13:36.837 INFO STEP 1105 (remove_files) COMPLETE
82702025-12-03T16:13:38.367Z[ recovery-image] Dec 03 16:13:36.837 INFO O| Dec 03 16:13:36.837 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82712025-12-03T16:13:38.371Z[ recovery-image] Dec 03 16:13:36.847 INFO O| Dec 03 16:13:36.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
82722025-12-03T16:13:38.373Z[ recovery-image] Dec 03 16:13:36.847 INFO O| Dec 03 16:13:36.847 INFO STEP 1106 (remove_files) COMPLETE
82732025-12-03T16:13:38.373Z[ recovery-image] Dec 03 16:13:36.847 INFO O| Dec 03 16:13:36.847 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82742025-12-03T16:13:38.387Z[ recovery-image] Dec 03 16:13:36.857 INFO O| Dec 03 16:13:36.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
82752025-12-03T16:13:38.387Z[ recovery-image] Dec 03 16:13:36.857 INFO O| Dec 03 16:13:36.857 INFO STEP 1107 (remove_files) COMPLETE
82762025-12-03T16:13:38.387Z[ recovery-image] Dec 03 16:13:36.857 INFO O| Dec 03 16:13:36.857 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82772025-12-03T16:13:38.396Z[ recovery-image] Dec 03 16:13:36.868 INFO O| Dec 03 16:13:36.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
82782025-12-03T16:13:38.396Z[ recovery-image] Dec 03 16:13:36.869 INFO O| Dec 03 16:13:36.869 INFO STEP 1108 (remove_files) COMPLETE
82792025-12-03T16:13:38.396Z[ recovery-image] Dec 03 16:13:36.869 INFO O| Dec 03 16:13:36.869 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82802025-12-03T16:13:38.407Z[ recovery-image] Dec 03 16:13:36.882 INFO O| Dec 03 16:13:36.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
82812025-12-03T16:13:38.407Z[ recovery-image] Dec 03 16:13:36.882 INFO O| Dec 03 16:13:36.882 INFO STEP 1109 (remove_files) COMPLETE
82822025-12-03T16:13:38.407Z[ recovery-image] Dec 03 16:13:36.882 INFO O| Dec 03 16:13:36.882 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82832025-12-03T16:13:38.420Z[ recovery-image] Dec 03 16:13:36.895 INFO O| Dec 03 16:13:36.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
82842025-12-03T16:13:38.420Z[ recovery-image] Dec 03 16:13:36.895 INFO O| Dec 03 16:13:36.895 INFO STEP 1110 (remove_files) COMPLETE
82852025-12-03T16:13:38.424Z[ recovery-image] Dec 03 16:13:36.895 INFO O| Dec 03 16:13:36.895 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82862025-12-03T16:13:38.432Z[ recovery-image] Dec 03 16:13:36.907 INFO O| Dec 03 16:13:36.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
82872025-12-03T16:13:38.432Z[ recovery-image] Dec 03 16:13:36.907 INFO O| Dec 03 16:13:36.907 INFO STEP 1111 (remove_files) COMPLETE
82882025-12-03T16:13:38.436Z[ recovery-image] Dec 03 16:13:36.907 INFO O| Dec 03 16:13:36.907 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82892025-12-03T16:13:38.443Z[ recovery-image] Dec 03 16:13:36.917 INFO O| Dec 03 16:13:36.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
82902025-12-03T16:13:38.448Z[ recovery-image] Dec 03 16:13:36.917 INFO O| Dec 03 16:13:36.917 INFO STEP 1112 (remove_files) COMPLETE
82912025-12-03T16:13:38.448Z[ recovery-image] Dec 03 16:13:36.917 INFO O| Dec 03 16:13:36.917 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82922025-12-03T16:13:38.452Z[ recovery-image] Dec 03 16:13:36.927 INFO O| Dec 03 16:13:36.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
82932025-12-03T16:13:38.452Z[ recovery-image] Dec 03 16:13:36.927 INFO O| Dec 03 16:13:36.927 INFO STEP 1113 (remove_files) COMPLETE
82942025-12-03T16:13:38.452Z[ recovery-image] Dec 03 16:13:36.927 INFO O| Dec 03 16:13:36.927 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82952025-12-03T16:13:38.461Z[ recovery-image] Dec 03 16:13:36.938 INFO O| Dec 03 16:13:36.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
82962025-12-03T16:13:38.461Z[ recovery-image] Dec 03 16:13:36.938 INFO O| Dec 03 16:13:36.938 INFO STEP 1114 (remove_files) COMPLETE
82972025-12-03T16:13:38.461Z[ recovery-image] Dec 03 16:13:36.938 INFO O| Dec 03 16:13:36.938 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82982025-12-03T16:13:38.477Z[ recovery-image] Dec 03 16:13:36.951 INFO O| Dec 03 16:13:36.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
82992025-12-03T16:13:38.477Z[ recovery-image] Dec 03 16:13:36.951 INFO O| Dec 03 16:13:36.951 INFO STEP 1115 (remove_files) COMPLETE
83002025-12-03T16:13:38.482Z[ recovery-image] Dec 03 16:13:36.951 INFO O| Dec 03 16:13:36.951 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83012025-12-03T16:13:38.493Z[ recovery-image] Dec 03 16:13:36.964 INFO O| Dec 03 16:13:36.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
83022025-12-03T16:13:38.493Z[ recovery-image] Dec 03 16:13:36.964 INFO O| Dec 03 16:13:36.964 INFO STEP 1116 (remove_files) COMPLETE
83032025-12-03T16:13:38.493Z[ recovery-image] Dec 03 16:13:36.964 INFO O| Dec 03 16:13:36.964 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83042025-12-03T16:13:38.500Z[ recovery-image] Dec 03 16:13:36.976 INFO O| Dec 03 16:13:36.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
83052025-12-03T16:13:38.500Z[ recovery-image] Dec 03 16:13:36.976 INFO O| Dec 03 16:13:36.976 INFO STEP 1117 (remove_files) COMPLETE
83062025-12-03T16:13:38.500Z[ recovery-image] Dec 03 16:13:36.976 INFO O| Dec 03 16:13:36.976 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83072025-12-03T16:13:38.513Z[ recovery-image] Dec 03 16:13:36.987 INFO O| Dec 03 16:13:36.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
83082025-12-03T16:13:38.514Z[ recovery-image] Dec 03 16:13:36.987 INFO O| Dec 03 16:13:36.987 INFO STEP 1118 (remove_files) COMPLETE
83092025-12-03T16:13:38.514Z[ recovery-image] Dec 03 16:13:36.987 INFO O| Dec 03 16:13:36.987 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83102025-12-03T16:13:38.523Z[ recovery-image] Dec 03 16:13:36.996 INFO O| Dec 03 16:13:36.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
83112025-12-03T16:13:38.527Z[ recovery-image] Dec 03 16:13:36.997 INFO O| Dec 03 16:13:36.997 INFO STEP 1119 (remove_files) COMPLETE
83122025-12-03T16:13:38.527Z[ recovery-image] Dec 03 16:13:36.997 INFO O| Dec 03 16:13:36.997 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83132025-12-03T16:13:38.530Z[ recovery-image] Dec 03 16:13:37.007 INFO O| Dec 03 16:13:37.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
83142025-12-03T16:13:38.530Z[ recovery-image] Dec 03 16:13:37.007 INFO O| Dec 03 16:13:37.007 INFO STEP 1120 (remove_files) COMPLETE
83152025-12-03T16:13:38.530Z[ recovery-image] Dec 03 16:13:37.007 INFO O| Dec 03 16:13:37.007 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83162025-12-03T16:13:38.540Z[ recovery-image] Dec 03 16:13:37.016 INFO O| Dec 03 16:13:37.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
83172025-12-03T16:13:38.544Z[ recovery-image] Dec 03 16:13:37.016 INFO O| Dec 03 16:13:37.016 INFO STEP 1121 (remove_files) COMPLETE
83182025-12-03T16:13:38.544Z[ recovery-image] Dec 03 16:13:37.016 INFO O| Dec 03 16:13:37.016 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83192025-12-03T16:13:38.549Z[ recovery-image] Dec 03 16:13:37.024 INFO O| Dec 03 16:13:37.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
83202025-12-03T16:13:38.549Z[ recovery-image] Dec 03 16:13:37.024 INFO O| Dec 03 16:13:37.024 INFO STEP 1122 (remove_files) COMPLETE
83212025-12-03T16:13:38.549Z[ recovery-image] Dec 03 16:13:37.024 INFO O| Dec 03 16:13:37.024 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83222025-12-03T16:13:38.560Z[ recovery-image] Dec 03 16:13:37.035 INFO O| Dec 03 16:13:37.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
83232025-12-03T16:13:38.560Z[ recovery-image] Dec 03 16:13:37.035 INFO O| Dec 03 16:13:37.035 INFO STEP 1123 (remove_files) COMPLETE
83242025-12-03T16:13:38.564Z[ recovery-image] Dec 03 16:13:37.035 INFO O| Dec 03 16:13:37.035 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83252025-12-03T16:13:38.572Z[ recovery-image] Dec 03 16:13:37.044 INFO O| Dec 03 16:13:37.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
83262025-12-03T16:13:38.572Z[ recovery-image] Dec 03 16:13:37.044 INFO O| Dec 03 16:13:37.044 INFO STEP 1124 (remove_files) COMPLETE
83272025-12-03T16:13:38.573Z[ recovery-image] Dec 03 16:13:37.044 INFO O| Dec 03 16:13:37.044 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83282025-12-03T16:13:38.577Z[ recovery-image] Dec 03 16:13:37.053 INFO O| Dec 03 16:13:37.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
83292025-12-03T16:13:38.583Z[ recovery-image] Dec 03 16:13:37.054 INFO O| Dec 03 16:13:37.054 INFO STEP 1125 (remove_files) COMPLETE
83302025-12-03T16:13:38.583Z[ recovery-image] Dec 03 16:13:37.054 INFO O| Dec 03 16:13:37.054 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83312025-12-03T16:13:38.588Z[ recovery-image] Dec 03 16:13:37.063 INFO O| Dec 03 16:13:37.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
83322025-12-03T16:13:38.588Z[ recovery-image] Dec 03 16:13:37.063 INFO O| Dec 03 16:13:37.063 INFO STEP 1126 (remove_files) COMPLETE
83332025-12-03T16:13:38.588Z[ recovery-image] Dec 03 16:13:37.063 INFO O| Dec 03 16:13:37.063 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83342025-12-03T16:13:38.603Z[ recovery-image] Dec 03 16:13:37.075 INFO O| Dec 03 16:13:37.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
83352025-12-03T16:13:38.603Z[ recovery-image] Dec 03 16:13:37.075 INFO O| Dec 03 16:13:37.075 INFO STEP 1127 (remove_files) COMPLETE
83362025-12-03T16:13:38.610Z[ recovery-image] Dec 03 16:13:37.075 INFO O| Dec 03 16:13:37.075 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83372025-12-03T16:13:38.615Z[ recovery-image] Dec 03 16:13:37.086 INFO O| Dec 03 16:13:37.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
83382025-12-03T16:13:38.615Z[ recovery-image] Dec 03 16:13:37.086 INFO O| Dec 03 16:13:37.086 INFO STEP 1128 (remove_files) COMPLETE
83392025-12-03T16:13:38.615Z[ recovery-image] Dec 03 16:13:37.086 INFO O| Dec 03 16:13:37.086 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83402025-12-03T16:13:38.623Z[ recovery-image] Dec 03 16:13:37.098 INFO O| Dec 03 16:13:37.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
83412025-12-03T16:13:38.627Z[ recovery-image] Dec 03 16:13:37.099 INFO O| Dec 03 16:13:37.099 INFO STEP 1129 (remove_files) COMPLETE
83422025-12-03T16:13:38.627Z[ recovery-image] Dec 03 16:13:37.099 INFO O| Dec 03 16:13:37.099 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83432025-12-03T16:13:38.633Z[ recovery-image] Dec 03 16:13:37.108 INFO O| Dec 03 16:13:37.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
83442025-12-03T16:13:38.633Z[ recovery-image] Dec 03 16:13:37.108 INFO O| Dec 03 16:13:37.108 INFO STEP 1130 (remove_files) COMPLETE
83452025-12-03T16:13:38.637Z[ recovery-image] Dec 03 16:13:37.108 INFO O| Dec 03 16:13:37.108 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83462025-12-03T16:13:38.644Z[ recovery-image] Dec 03 16:13:37.119 INFO O| Dec 03 16:13:37.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
83472025-12-03T16:13:38.654Z[ recovery-image] Dec 03 16:13:37.119 INFO O| Dec 03 16:13:37.119 INFO STEP 1131 (remove_files) COMPLETE
83482025-12-03T16:13:38.654Z[ recovery-image] Dec 03 16:13:37.119 INFO O| Dec 03 16:13:37.119 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83492025-12-03T16:13:38.659Z[ recovery-image] Dec 03 16:13:37.130 INFO O| Dec 03 16:13:37.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
83502025-12-03T16:13:38.660Z[ recovery-image] Dec 03 16:13:37.130 INFO O| Dec 03 16:13:37.130 INFO STEP 1132 (remove_files) COMPLETE
83512025-12-03T16:13:38.660Z[ recovery-image] Dec 03 16:13:37.130 INFO O| Dec 03 16:13:37.130 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83522025-12-03T16:13:38.667Z[ recovery-image] Dec 03 16:13:37.138 INFO O| Dec 03 16:13:37.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
83532025-12-03T16:13:38.667Z[ recovery-image] Dec 03 16:13:37.138 INFO O| Dec 03 16:13:37.138 INFO STEP 1133 (remove_files) COMPLETE
83542025-12-03T16:13:38.667Z[ recovery-image] Dec 03 16:13:37.138 INFO O| Dec 03 16:13:37.138 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83552025-12-03T16:13:38.672Z[ recovery-image] Dec 03 16:13:37.149 INFO O| Dec 03 16:13:37.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
83562025-12-03T16:13:38.672Z[ recovery-image] Dec 03 16:13:37.149 INFO O| Dec 03 16:13:37.149 INFO STEP 1134 (remove_files) COMPLETE
83572025-12-03T16:13:38.677Z[ recovery-image] Dec 03 16:13:37.149 INFO O| Dec 03 16:13:37.149 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83582025-12-03T16:13:38.685Z[ recovery-image] Dec 03 16:13:37.160 INFO O| Dec 03 16:13:37.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
83592025-12-03T16:13:38.685Z[ recovery-image] Dec 03 16:13:37.160 INFO O| Dec 03 16:13:37.160 INFO STEP 1135 (remove_files) COMPLETE
83602025-12-03T16:13:38.685Z[ recovery-image] Dec 03 16:13:37.160 INFO O| Dec 03 16:13:37.160 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83612025-12-03T16:13:38.697Z[ recovery-image] Dec 03 16:13:37.170 INFO O| Dec 03 16:13:37.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
83622025-12-03T16:13:38.701Z[ recovery-image] Dec 03 16:13:37.170 INFO O| Dec 03 16:13:37.170 INFO STEP 1136 (remove_files) COMPLETE
83632025-12-03T16:13:38.701Z[ recovery-image] Dec 03 16:13:37.170 INFO O| Dec 03 16:13:37.170 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83642025-12-03T16:13:38.708Z[ recovery-image] Dec 03 16:13:37.181 INFO O| Dec 03 16:13:37.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
83652025-12-03T16:13:38.713Z[ recovery-image] Dec 03 16:13:37.182 INFO O| Dec 03 16:13:37.181 INFO STEP 1137 (remove_files) COMPLETE
83662025-12-03T16:13:38.713Z[ recovery-image] Dec 03 16:13:37.182 INFO O| Dec 03 16:13:37.182 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83672025-12-03T16:13:38.717Z[ recovery-image] Dec 03 16:13:37.191 INFO O| Dec 03 16:13:37.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
83682025-12-03T16:13:38.717Z[ recovery-image] Dec 03 16:13:37.191 INFO O| Dec 03 16:13:37.191 INFO STEP 1138 (remove_files) COMPLETE
83692025-12-03T16:13:38.717Z[ recovery-image] Dec 03 16:13:37.191 INFO O| Dec 03 16:13:37.191 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83702025-12-03T16:13:38.726Z[ recovery-image] Dec 03 16:13:37.201 INFO O| Dec 03 16:13:37.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
83712025-12-03T16:13:38.726Z[ recovery-image] Dec 03 16:13:37.201 INFO O| Dec 03 16:13:37.201 INFO STEP 1139 (remove_files) COMPLETE
83722025-12-03T16:13:38.726Z[ recovery-image] Dec 03 16:13:37.201 INFO O| Dec 03 16:13:37.201 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83732025-12-03T16:13:38.738Z[ recovery-image] Dec 03 16:13:37.213 INFO O| Dec 03 16:13:37.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
83742025-12-03T16:13:38.738Z[ recovery-image] Dec 03 16:13:37.213 INFO O| Dec 03 16:13:37.213 INFO STEP 1140 (remove_files) COMPLETE
83752025-12-03T16:13:38.747Z[ recovery-image] Dec 03 16:13:37.213 INFO O| Dec 03 16:13:37.213 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83762025-12-03T16:13:38.751Z[ recovery-image] Dec 03 16:13:37.226 INFO O| Dec 03 16:13:37.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
83772025-12-03T16:13:38.751Z[ recovery-image] Dec 03 16:13:37.226 INFO O| Dec 03 16:13:37.226 INFO STEP 1141 (remove_files) COMPLETE
83782025-12-03T16:13:38.752Z[ recovery-image] Dec 03 16:13:37.226 INFO O| Dec 03 16:13:37.226 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83792025-12-03T16:13:38.758Z[ recovery-image] Dec 03 16:13:37.234 INFO O| Dec 03 16:13:37.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
83802025-12-03T16:13:38.771Z[ recovery-image] Dec 03 16:13:37.234 INFO O| Dec 03 16:13:37.234 INFO STEP 1142 (remove_files) COMPLETE
83812025-12-03T16:13:38.771Z[ recovery-image] Dec 03 16:13:37.234 INFO O| Dec 03 16:13:37.234 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83822025-12-03T16:13:38.775Z[ recovery-image] Dec 03 16:13:37.243 INFO O| Dec 03 16:13:37.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
83832025-12-03T16:13:38.775Z[ recovery-image] Dec 03 16:13:37.243 INFO O| Dec 03 16:13:37.243 INFO STEP 1143 (remove_files) COMPLETE
83842025-12-03T16:13:38.775Z[ recovery-image] Dec 03 16:13:37.243 INFO O| Dec 03 16:13:37.243 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83852025-12-03T16:13:38.780Z[ recovery-image] Dec 03 16:13:37.251 INFO O| Dec 03 16:13:37.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
83862025-12-03T16:13:38.780Z[ recovery-image] Dec 03 16:13:37.251 INFO O| Dec 03 16:13:37.251 INFO STEP 1144 (remove_files) COMPLETE
83872025-12-03T16:13:38.780Z[ recovery-image] Dec 03 16:13:37.251 INFO O| Dec 03 16:13:37.251 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83882025-12-03T16:13:38.787Z[ recovery-image] Dec 03 16:13:37.262 INFO O| Dec 03 16:13:37.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
83892025-12-03T16:13:38.792Z[ recovery-image] Dec 03 16:13:37.262 INFO O| Dec 03 16:13:37.262 INFO STEP 1145 (remove_files) COMPLETE
83902025-12-03T16:13:38.792Z[ recovery-image] Dec 03 16:13:37.262 INFO O| Dec 03 16:13:37.262 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83912025-12-03T16:13:38.797Z[ recovery-image] Dec 03 16:13:37.271 INFO O| Dec 03 16:13:37.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
83922025-12-03T16:13:38.797Z[ recovery-image] Dec 03 16:13:37.272 INFO O| Dec 03 16:13:37.271 INFO STEP 1146 (remove_files) COMPLETE
83932025-12-03T16:13:38.797Z[ recovery-image] Dec 03 16:13:37.272 INFO O| Dec 03 16:13:37.272 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83942025-12-03T16:13:38.807Z[ recovery-image] Dec 03 16:13:37.280 INFO O| Dec 03 16:13:37.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
83952025-12-03T16:13:38.807Z[ recovery-image] Dec 03 16:13:37.280 INFO O| Dec 03 16:13:37.280 INFO STEP 1147 (remove_files) COMPLETE
83962025-12-03T16:13:38.807Z[ recovery-image] Dec 03 16:13:37.280 INFO O| Dec 03 16:13:37.280 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83972025-12-03T16:13:38.813Z[ recovery-image] Dec 03 16:13:37.289 INFO O| Dec 03 16:13:37.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
83982025-12-03T16:13:38.813Z[ recovery-image] Dec 03 16:13:37.289 INFO O| Dec 03 16:13:37.289 INFO STEP 1148 (remove_files) COMPLETE
83992025-12-03T16:13:38.813Z[ recovery-image] Dec 03 16:13:37.289 INFO O| Dec 03 16:13:37.289 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84002025-12-03T16:13:38.822Z[ recovery-image] Dec 03 16:13:37.297 INFO O| Dec 03 16:13:37.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
84012025-12-03T16:13:38.827Z[ recovery-image] Dec 03 16:13:37.297 INFO O| Dec 03 16:13:37.297 INFO STEP 1149 (remove_files) COMPLETE
84022025-12-03T16:13:38.827Z[ recovery-image] Dec 03 16:13:37.297 INFO O| Dec 03 16:13:37.297 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84032025-12-03T16:13:38.832Z[ recovery-image] Dec 03 16:13:37.308 INFO O| Dec 03 16:13:37.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
84042025-12-03T16:13:38.832Z[ recovery-image] Dec 03 16:13:37.308 INFO O| Dec 03 16:13:37.308 INFO STEP 1150 (remove_files) COMPLETE
84052025-12-03T16:13:38.832Z[ recovery-image] Dec 03 16:13:37.308 INFO O| Dec 03 16:13:37.308 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84062025-12-03T16:13:38.842Z[ recovery-image] Dec 03 16:13:37.316 INFO O| Dec 03 16:13:37.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
84072025-12-03T16:13:38.842Z[ recovery-image] Dec 03 16:13:37.316 INFO O| Dec 03 16:13:37.316 INFO STEP 1151 (remove_files) COMPLETE
84082025-12-03T16:13:38.846Z[ recovery-image] Dec 03 16:13:37.316 INFO O| Dec 03 16:13:37.316 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84092025-12-03T16:13:38.854Z[ recovery-image] Dec 03 16:13:37.326 INFO O| Dec 03 16:13:37.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
84102025-12-03T16:13:38.854Z[ recovery-image] Dec 03 16:13:37.326 INFO O| Dec 03 16:13:37.326 INFO STEP 1152 (remove_files) COMPLETE
84112025-12-03T16:13:38.854Z[ recovery-image] Dec 03 16:13:37.326 INFO O| Dec 03 16:13:37.326 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84122025-12-03T16:13:38.859Z[ recovery-image] Dec 03 16:13:37.334 INFO O| Dec 03 16:13:37.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
84132025-12-03T16:13:38.898Z[ recovery-image] Dec 03 16:13:37.334 INFO O| Dec 03 16:13:37.334 INFO STEP 1153 (remove_files) COMPLETE
84142025-12-03T16:13:38.898Z[ recovery-image] Dec 03 16:13:37.334 INFO O| Dec 03 16:13:37.334 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84152025-12-03T16:13:38.898Z[ recovery-image] Dec 03 16:13:37.345 INFO O| Dec 03 16:13:37.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
84162025-12-03T16:13:38.898Z[ recovery-image] Dec 03 16:13:37.345 INFO O| Dec 03 16:13:37.345 INFO STEP 1154 (remove_files) COMPLETE
84172025-12-03T16:13:38.898Z[ recovery-image] Dec 03 16:13:37.345 INFO O| Dec 03 16:13:37.345 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84182025-12-03T16:13:38.899Z[ recovery-image] Dec 03 16:13:37.353 INFO O| Dec 03 16:13:37.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
84192025-12-03T16:13:38.899Z[ recovery-image] Dec 03 16:13:37.353 INFO O| Dec 03 16:13:37.353 INFO STEP 1155 (remove_files) COMPLETE
84202025-12-03T16:13:38.899Z[ recovery-image] Dec 03 16:13:37.353 INFO O| Dec 03 16:13:37.353 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84212025-12-03T16:13:38.899Z[ recovery-image] Dec 03 16:13:37.364 INFO O| Dec 03 16:13:37.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
84222025-12-03T16:13:38.899Z[ recovery-image] Dec 03 16:13:37.364 INFO O| Dec 03 16:13:37.364 INFO STEP 1156 (remove_files) COMPLETE
84232025-12-03T16:13:38.899Z[ recovery-image] Dec 03 16:13:37.364 INFO O| Dec 03 16:13:37.364 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84242025-12-03T16:13:38.905Z[ recovery-image] Dec 03 16:13:37.372 INFO O| Dec 03 16:13:37.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
84252025-12-03T16:13:38.905Z[ recovery-image] Dec 03 16:13:37.372 INFO O| Dec 03 16:13:37.372 INFO STEP 1157 (remove_files) COMPLETE
84262025-12-03T16:13:38.905Z[ recovery-image] Dec 03 16:13:37.372 INFO O| Dec 03 16:13:37.372 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84272025-12-03T16:13:38.910Z[ recovery-image] Dec 03 16:13:37.382 INFO O| Dec 03 16:13:37.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
84282025-12-03T16:13:38.910Z[ recovery-image] Dec 03 16:13:37.382 INFO O| Dec 03 16:13:37.382 INFO STEP 1158 (remove_files) COMPLETE
84292025-12-03T16:13:38.910Z[ recovery-image] Dec 03 16:13:37.382 INFO O| Dec 03 16:13:37.382 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84302025-12-03T16:13:38.915Z[ recovery-image] Dec 03 16:13:37.390 INFO O| Dec 03 16:13:37.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
84312025-12-03T16:13:38.919Z[ recovery-image] Dec 03 16:13:37.391 INFO O| Dec 03 16:13:37.391 INFO STEP 1159 (remove_files) COMPLETE
84322025-12-03T16:13:38.919Z[ recovery-image] Dec 03 16:13:37.391 INFO O| Dec 03 16:13:37.391 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84332025-12-03T16:13:38.923Z[ recovery-image] Dec 03 16:13:37.399 INFO O| Dec 03 16:13:37.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
84342025-12-03T16:13:38.924Z[ recovery-image] Dec 03 16:13:37.399 INFO O| Dec 03 16:13:37.399 INFO STEP 1160 (remove_files) COMPLETE
84352025-12-03T16:13:38.924Z[ recovery-image] Dec 03 16:13:37.399 INFO O| Dec 03 16:13:37.399 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84362025-12-03T16:13:38.931Z[ recovery-image] Dec 03 16:13:37.407 INFO O| Dec 03 16:13:37.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
84372025-12-03T16:13:38.931Z[ recovery-image] Dec 03 16:13:37.407 INFO O| Dec 03 16:13:37.407 INFO STEP 1161 (remove_files) COMPLETE
84382025-12-03T16:13:38.938Z[ recovery-image] Dec 03 16:13:37.407 INFO O| Dec 03 16:13:37.407 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84392025-12-03T16:13:38.942Z[ recovery-image] Dec 03 16:13:37.416 INFO O| Dec 03 16:13:37.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
84402025-12-03T16:13:38.942Z[ recovery-image] Dec 03 16:13:37.416 INFO O| Dec 03 16:13:37.416 INFO STEP 1162 (remove_files) COMPLETE
84412025-12-03T16:13:38.942Z[ recovery-image] Dec 03 16:13:37.416 INFO O| Dec 03 16:13:37.416 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84422025-12-03T16:13:38.949Z[ recovery-image] Dec 03 16:13:37.424 INFO O| Dec 03 16:13:37.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
84432025-12-03T16:13:38.949Z[ recovery-image] Dec 03 16:13:37.425 INFO O| Dec 03 16:13:37.425 INFO STEP 1163 (remove_files) COMPLETE
84442025-12-03T16:13:38.954Z[ recovery-image] Dec 03 16:13:37.425 INFO O| Dec 03 16:13:37.425 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84452025-12-03T16:13:38.960Z[ recovery-image] Dec 03 16:13:37.437 INFO O| Dec 03 16:13:37.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
84462025-12-03T16:13:38.960Z[ recovery-image] Dec 03 16:13:37.437 INFO O| Dec 03 16:13:37.437 INFO STEP 1164 (remove_files) COMPLETE
84472025-12-03T16:13:38.963Z[ recovery-image] Dec 03 16:13:37.437 INFO O| Dec 03 16:13:37.437 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84482025-12-03T16:13:38.970Z[ recovery-image] Dec 03 16:13:37.446 INFO O| Dec 03 16:13:37.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
84492025-12-03T16:13:38.970Z[ recovery-image] Dec 03 16:13:37.446 INFO O| Dec 03 16:13:37.446 INFO STEP 1165 (remove_files) COMPLETE
84502025-12-03T16:13:38.974Z[ recovery-image] Dec 03 16:13:37.446 INFO O| Dec 03 16:13:37.446 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
84512025-12-03T16:13:38.986Z[ recovery-image] Dec 03 16:13:37.463 INFO O| Dec 03 16:13:37.463 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
84522025-12-03T16:13:38.986Z[ recovery-image] Dec 03 16:13:37.463 INFO O| Dec 03 16:13:37.463 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
84532025-12-03T16:13:39.728Z[ recovery-image] Dec 03 16:13:38.202 INFO O| Dec 03 16:13:38.202 INFO STEP 1166 (pack_tar) COMPLETE
84542025-12-03T16:13:39.728Z[ recovery-image] Dec 03 16:13:38.202 INFO O| Dec 03 16:13:38.202 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
84552025-12-03T16:13:39.728Z[ recovery-image] Dec 03 16:13:38.202 INFO O| Dec 03 16:13:38.202 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
84562025-12-03T16:13:40.057Z[ recovery-image] Dec 03 16:13:38.533 INFO O| Dec 03 16:13:38.533 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
84572025-12-03T16:13:40.141Z[ recovery-image] Dec 03 16:13:38.616 INFO O| Dec 03 16:13:38.616 INFO completed processing sled/ramdisk-03-recovery-trim
84582025-12-03T16:13:40.144Z[ recovery-image] Dec 03 16:13:38.620 INFO image builder template: zfs-recovery...
84592025-12-03T16:13:40.145Z[ recovery-image] Dec 03 16:13:38.620 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/.tmpNmWK0T/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.37.424", "-n", "zfs-recovery"], pwd: None
84602025-12-03T16:13:40.180Z[ recovery-image] Dec 03 16:13:38.656 INFO O| Dec 03 16:13:38.656 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
84612025-12-03T16:13:40.186Z[ recovery-image] Dec 03 16:13:38.661 INFO O| Dec 03 16:13:38.661 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
84622025-12-03T16:13:40.342Z[ recovery-image] Dec 03 16:13:38.818 INFO O| Dec 03 16:13:38.818 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
84632025-12-03T16:13:40.413Z[ recovery-image] Dec 03 16:13:38.890 INFO O| Dec 03 16:13:38.890 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
84642025-12-03T16:13:40.413Z[ recovery-image] Dec 03 16:13:38.890 INFO O| Dec 03 16:13:38.890 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
84652025-12-03T16:13:40.417Z[ recovery-image] Dec 03 16:13:38.893 INFO O| Dec 03 16:13:38.893 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
84662025-12-03T16:13:40.496Z[ recovery-image] Dec 03 16:13:38.972 INFO O| Dec 03 16:13:38.972 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
84672025-12-03T16:13:40.556Z[ recovery-image] Dec 03 16:13:39.033 INFO O| Dec 03 16:13:39.032 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
84682025-12-03T16:13:40.569Z[ recovery-image] Dec 03 16:13:39.046 INFO O| Dec 03 16:13:39.046 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
84692025-12-03T16:13:40.574Z[ recovery-image] Dec 03 16:13:39.051 INFO O| Dec 03 16:13:39.051 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
84702025-12-03T16:13:40.588Z[ recovery-image] Dec 03 16:13:39.065 INFO O| Dec 03 16:13:39.065 INFO no lofi found
84712025-12-03T16:13:40.588Z[ recovery-image] Dec 03 16:13:39.065 INFO O| Dec 03 16:13:39.065 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
84722025-12-03T16:13:40.588Z[ recovery-image] Dec 03 16:13:39.065 INFO O| Dec 03 16:13:39.065 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
84732025-12-03T16:13:42.527Z[ recovery-image] Dec 03 16:13:41.003 INFO O| Dec 03 16:13:41.003 INFO lofi device = /dev/dsk/c2t1d0p0
84742025-12-03T16:13:42.528Z[ recovery-image] Dec 03 16:13:41.004 INFO O| Dec 03 16:13:41.003 INFO pool device = /dev/dsk/c2t1d0p0
84752025-12-03T16:13:42.531Z[ recovery-image] Dec 03 16:13:41.004 INFO O| Dec 03 16:13:41.004 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
84762025-12-03T16:13:42.659Z[ recovery-image] Dec 03 16:13:41.135 INFO O| Dec 03 16:13:41.135 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84772025-12-03T16:13:42.659Z[ recovery-image] Dec 03 16:13:41.135 INFO O| Dec 03 16:13:41.135 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
84782025-12-03T16:13:42.675Z[ host-image] Dec 03 16:13:41.151 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23650:20251202T132944Z
84792025-12-03T16:13:42.675Z[ host-image] Dec 03 16:13:41.151 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23650:20251202T132944Z
84802025-12-03T16:13:42.678Z[ host-image] Dec 03 16:13:41.151 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
84812025-12-03T16:13:42.678Z[ host-image] Dec 03 16:13:41.151 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
84822025-12-03T16:13:42.678Z[ host-image] Dec 03 16:13:41.151 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
84832025-12-03T16:13:42.678Z[ host-image] Dec 03 16:13:41.151 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
84842025-12-03T16:13:42.678Z[ recovery-image] Dec 03 16:13:41.152 INFO O| Dec 03 16:13:41.152 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
84852025-12-03T16:13:42.678Z[ host-image] Dec 03 16:13:41.152 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
84862025-12-03T16:13:42.678Z[ host-image] Dec 03 16:13:41.152 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
84872025-12-03T16:13:42.678Z[ host-image] Dec 03 16:13:41.153 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@18.0.0.0:20251203T151940Z
84882025-12-03T16:13:42.678Z[ host-image] Dec 03 16:13:41.153 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.25:20250809T001145Z
84892025-12-03T16:13:42.678Z[ host-image] Dec 03 16:13:41.153 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
84902025-12-03T16:13:42.678Z[ host-image] Dec 03 16:13:41.153 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23650:20251202T132945Z
84912025-12-03T16:13:42.678Z[ host-image] Dec 03 16:13:41.154 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23650:20251202T132946Z
84922025-12-03T16:13:42.678Z[ host-image] Dec 03 16:13:41.154 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23650:20251202T132946Z
84932025-12-03T16:13:42.678Z[ host-image] Dec 03 16:13:41.154 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23650:20251202T132946Z
84942025-12-03T16:13:42.678Z[ host-image] Dec 03 16:13:41.154 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
84952025-12-03T16:13:42.682Z[ host-image] Dec 03 16:13:41.155 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23650:20251202T132946Z
84962025-12-03T16:13:42.682Z[ host-image] Dec 03 16:13:41.155 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23650:20251202T132946Z
84972025-12-03T16:13:42.682Z[ host-image] Dec 03 16:13:41.155 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23650:20251202T132946Z
84982025-12-03T16:13:42.682Z[ host-image] Dec 03 16:13:41.155 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23650:20251202T132946Z
84992025-12-03T16:13:42.682Z[ host-image] Dec 03 16:13:41.155 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23650:20251202T132947Z
85002025-12-03T16:13:42.682Z[ host-image] Dec 03 16:13:41.155 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23650:20251202T132947Z
85012025-12-03T16:13:42.682Z[ host-image] Dec 03 16:13:41.155 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23650:20251202T132948Z
85022025-12-03T16:13:42.682Z[ host-image] Dec 03 16:13:41.155 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23650:20251202T132948Z
85032025-12-03T16:13:42.682Z[ host-image] Dec 03 16:13:41.156 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23650:20251202T132949Z
85042025-12-03T16:13:42.682Z[ host-image] Dec 03 16:13:41.156 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23650:20251202T132949Z
85052025-12-03T16:13:42.682Z[ host-image] Dec 03 16:13:41.156 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23650:20251202T132950Z
85062025-12-03T16:13:42.682Z[ host-image] Dec 03 16:13:41.156 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23650:20251202T132950Z
85072025-12-03T16:13:42.682Z[ host-image] Dec 03 16:13:41.156 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23650:20251202T132952Z
85082025-12-03T16:13:42.682Z[ host-image] Dec 03 16:13:41.156 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23650:20251202T132952Z
85092025-12-03T16:13:42.682Z[ host-image] Dec 03 16:13:41.156 INFO O| install = pkg://helios-dev/driver/network/opte@0.37.424:20250919T113328Z
85102025-12-03T16:13:42.682Z[ host-image] Dec 03 16:13:41.156 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23650:20251202T132954Z
85112025-12-03T16:13:42.682Z[ host-image] Dec 03 16:13:41.156 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23650:20251202T132956Z
85122025-12-03T16:13:42.682Z[ host-image] Dec 03 16:13:41.156 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23650:20251202T132956Z
85132025-12-03T16:13:42.682Z[ host-image] Dec 03 16:13:41.156 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23650:20251202T132957Z
85142025-12-03T16:13:42.682Z[ host-image] Dec 03 16:13:41.157 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23650:20251202T132958Z
85152025-12-03T16:13:42.683Z[ host-image] Dec 03 16:13:41.157 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23650:20251202T132959Z
85162025-12-03T16:13:42.686Z[ host-image] Dec 03 16:13:41.161 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
85172025-12-03T16:13:42.686Z[ host-image] Dec 03 16:13:41.161 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23650:20251202T132959Z
85182025-12-03T16:13:42.686Z[ host-image] Dec 03 16:13:41.161 INFO O| install = pkg://helios-dev/library/expat@2.7.2-2.0:20250922T152653Z
85192025-12-03T16:13:42.686Z[ host-image] Dec 03 16:13:41.161 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
85202025-12-03T16:13:42.687Z[ host-image] Dec 03 16:13:41.161 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
85212025-12-03T16:13:42.687Z[ host-image] Dec 03 16:13:41.161 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23650:20251202T132959Z
85222025-12-03T16:13:42.687Z[ host-image] Dec 03 16:13:41.161 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
85232025-12-03T16:13:42.687Z[ host-image] Dec 03 16:13:41.162 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
85242025-12-03T16:13:42.687Z[ host-image] Dec 03 16:13:41.162 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
85252025-12-03T16:13:42.687Z[ host-image] Dec 03 16:13:41.162 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
85262025-12-03T16:13:42.691Z[ host-image] Dec 03 16:13:41.167 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
85272025-12-03T16:13:42.691Z[ host-image] Dec 03 16:13:41.167 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
85282025-12-03T16:13:42.691Z[ host-image] Dec 03 16:13:41.167 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
85292025-12-03T16:13:42.691Z[ host-image] Dec 03 16:13:41.167 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
85302025-12-03T16:13:42.695Z[ host-image] Dec 03 16:13:41.168 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
85312025-12-03T16:13:42.695Z[ host-image] Dec 03 16:13:41.168 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
85322025-12-03T16:13:42.709Z[ host-image] Dec 03 16:13:41.184 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.18-2.0:20251001T133229Z
85332025-12-03T16:13:42.716Z[ host-image] Dec 03 16:13:41.185 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
85342025-12-03T16:13:42.716Z[ host-image] Dec 03 16:13:41.185 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
85352025-12-03T16:13:42.716Z[ host-image] Dec 03 16:13:41.185 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23650:20251202T133001Z
85362025-12-03T16:13:42.716Z[ host-image] Dec 03 16:13:41.185 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23650:20251202T133006Z
85372025-12-03T16:13:42.716Z[ host-image] Dec 03 16:13:41.186 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
85382025-12-03T16:13:42.716Z[ host-image] Dec 03 16:13:41.186 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23650:20251202T133007Z
85392025-12-03T16:13:42.716Z[ host-image] Dec 03 16:13:41.186 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
85402025-12-03T16:13:42.716Z[ host-image] Dec 03 16:13:41.186 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
85412025-12-03T16:13:42.716Z[ host-image] Dec 03 16:13:41.186 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.40:20250409T152351Z
85422025-12-03T16:13:42.716Z[ host-image] Dec 03 16:13:41.186 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
85432025-12-03T16:13:42.716Z[ host-image] Dec 03 16:13:41.186 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23650:20251202T133007Z
85442025-12-03T16:13:42.716Z[ host-image] Dec 03 16:13:41.186 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
85452025-12-03T16:13:42.716Z[ host-image] Dec 03 16:13:41.188 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
85462025-12-03T16:13:42.716Z[ host-image] Dec 03 16:13:41.188 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
85472025-12-03T16:13:42.716Z[ host-image] Dec 03 16:13:41.188 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
85482025-12-03T16:13:42.716Z[ host-image] Dec 03 16:13:41.189 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23650:20251202T133007Z
85492025-12-03T16:13:42.716Z[ host-image] Dec 03 16:13:41.189 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
85502025-12-03T16:13:42.721Z[ host-image] Dec 03 16:13:41.197 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
85512025-12-03T16:13:42.725Z[ host-image] Dec 03 16:13:41.198 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23650:20251202T133008Z
85522025-12-03T16:13:42.725Z[ host-image] Dec 03 16:13:41.199 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23650:20251202T133008Z
85532025-12-03T16:13:42.725Z[ host-image] Dec 03 16:13:41.199 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23650:20251202T133008Z
85542025-12-03T16:13:42.726Z[ host-image] Dec 03 16:13:41.199 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
85552025-12-03T16:13:42.726Z[ host-image] Dec 03 16:13:41.200 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23650:20251202T133010Z
85562025-12-03T16:13:42.726Z[ host-image] Dec 03 16:13:41.200 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23650:20251202T133010Z
85572025-12-03T16:13:42.726Z[ host-image] Dec 03 16:13:41.200 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23650:20251202T133010Z
85582025-12-03T16:13:42.726Z[ host-image] Dec 03 16:13:41.200 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23650:20251202T133010Z
85592025-12-03T16:13:42.731Z[ host-image] Dec 03 16:13:41.202 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
85602025-12-03T16:13:42.731Z[ host-image] Dec 03 16:13:41.203 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23650:20251202T133011Z
85612025-12-03T16:13:42.731Z[ host-image] Dec 03 16:13:41.203 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23650:20251202T133012Z
85622025-12-03T16:13:42.731Z[ host-image] Dec 03 16:13:41.203 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
85632025-12-03T16:13:42.731Z[ host-image] Dec 03 16:13:41.203 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23650:20251202T133012Z
85642025-12-03T16:13:42.731Z[ host-image] Dec 03 16:13:41.203 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23650:20251202T133012Z
85652025-12-03T16:13:42.731Z[ host-image] Dec 03 16:13:41.203 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23650:20251202T133012Z
85662025-12-03T16:13:42.731Z[ host-image] Dec 03 16:13:41.204 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23650:20251202T133012Z
85672025-12-03T16:13:42.735Z[ host-image] Dec 03 16:13:41.208 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23650:20251202T133012Z
85682025-12-03T16:13:42.735Z[ host-image] Dec 03 16:13:41.208 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
85692025-12-03T16:13:42.735Z[ host-image] Dec 03 16:13:41.209 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23650:20251202T133013Z
85702025-12-03T16:13:42.735Z[ host-image] Dec 03 16:13:41.210 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23650:20251202T133013Z
85712025-12-03T16:13:42.735Z[ host-image] Dec 03 16:13:41.210 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23650:20251202T133013Z
85722025-12-03T16:13:42.735Z[ host-image] Dec 03 16:13:41.210 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23650:20251202T133013Z
85732025-12-03T16:13:42.735Z[ host-image] Dec 03 16:13:41.210 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23650:20251202T133013Z
85742025-12-03T16:13:42.735Z[ host-image] Dec 03 16:13:41.210 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23650:20251202T133014Z
85752025-12-03T16:13:42.741Z[ host-image] Dec 03 16:13:41.216 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23650:20251202T133015Z
85762025-12-03T16:13:42.741Z[ host-image] Dec 03 16:13:41.216 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23650:20251202T133014Z
85772025-12-03T16:13:42.744Z[ host-image] Dec 03 16:13:41.216 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23650:20251202T133014Z
85782025-12-03T16:13:42.744Z[ host-image] Dec 03 16:13:41.217 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23650:20251202T133015Z
85792025-12-03T16:13:42.744Z[ host-image] Dec 03 16:13:41.217 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23650:20251202T133015Z
85802025-12-03T16:13:42.751Z[ host-image] Dec 03 16:13:41.226 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23650:20251202T133018Z
85812025-12-03T16:13:42.751Z[ host-image] Dec 03 16:13:41.227 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23650:20251202T133015Z
85822025-12-03T16:13:42.751Z[ host-image] Dec 03 16:13:41.227 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23650:20251202T133015Z
85832025-12-03T16:13:42.757Z[ host-image] Dec 03 16:13:41.227 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
85842025-12-03T16:13:42.757Z[ host-image] Dec 03 16:13:41.227 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
85852025-12-03T16:13:42.757Z[ recovery-image] Dec 03 16:13:41.229 INFO O| Dec 03 16:13:41.229 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
85862025-12-03T16:13:42.765Z[ host-image] Dec 03 16:13:41.240 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23650:20251202T133015Z
85872025-12-03T16:13:42.765Z[ host-image] Dec 03 16:13:41.240 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
85882025-12-03T16:13:42.768Z[ host-image] Dec 03 16:13:41.240 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23650:20251202T133016Z
85892025-12-03T16:13:42.768Z[ host-image] Dec 03 16:13:41.240 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23650:20251202T133016Z
85902025-12-03T16:13:42.769Z[ host-image] Dec 03 16:13:41.241 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23650:20251202T133016Z
85912025-12-03T16:13:42.769Z[ host-image] Dec 03 16:13:41.241 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
85922025-12-03T16:13:42.769Z[ host-image] Dec 03 16:13:41.241 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
85932025-12-03T16:13:42.769Z[ host-image] Dec 03 16:13:41.242 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23650:20251202T133017Z
85942025-12-03T16:13:42.769Z[ host-image] Dec 03 16:13:41.242 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23650:20251202T133017Z
85952025-12-03T16:13:42.770Z[ host-image] Dec 03 16:13:41.242 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23650:20251202T133017Z
85962025-12-03T16:13:42.770Z[ host-image] Dec 03 16:13:41.242 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23650:20251202T133017Z
85972025-12-03T16:13:42.770Z[ host-image] Dec 03 16:13:41.242 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23650:20251202T133018Z
85982025-12-03T16:13:42.770Z[ host-image] Dec 03 16:13:41.242 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23650:20251202T133018Z
85992025-12-03T16:13:42.770Z[ host-image] Dec 03 16:13:41.243 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
86002025-12-03T16:13:42.770Z[ host-image] Dec 03 16:13:41.244 INFO O| install = pkg://helios-dev/system/microcode/amd@20251030-2.0.23650:20251202T133018Z
86012025-12-03T16:13:42.771Z[ host-image] Dec 03 16:13:41.244 INFO O| install = pkg://helios-dev/system/microcode/intel@20251111-2.0.23650:20251202T133019Z
86022025-12-03T16:13:42.771Z[ host-image] Dec 03 16:13:41.244 INFO O| install = pkg://helios-dev/system/microcode/oxide@20251003-2.0.23650:20251202T133019Z
86032025-12-03T16:13:42.771Z[ host-image] Dec 03 16:13:41.244 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23650:20251202T133020Z
86042025-12-03T16:13:42.771Z[ host-image] Dec 03 16:13:41.244 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23650:20251202T133019Z
86052025-12-03T16:13:42.771Z[ host-image] Dec 03 16:13:41.245 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23650:20251202T133019Z
86062025-12-03T16:13:42.771Z[ host-image] Dec 03 16:13:41.245 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
86072025-12-03T16:13:42.771Z[ host-image] Dec 03 16:13:41.245 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
86082025-12-03T16:13:42.771Z[ host-image] Dec 03 16:13:41.245 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23650:20251202T133022Z
86092025-12-03T16:13:42.774Z[ host-image] Dec 03 16:13:41.245 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23650:20251202T133022Z
86102025-12-03T16:13:42.774Z[ host-image] Dec 03 16:13:41.245 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.25:20250809T001126Z
86112025-12-03T16:13:42.774Z[ host-image] Dec 03 16:13:41.245 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
86122025-12-03T16:13:42.774Z[ host-image] Dec 03 16:13:41.245 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
86132025-12-03T16:13:42.774Z[ host-image] Dec 03 16:13:41.245 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
86142025-12-03T16:13:42.774Z[ host-image] Dec 03 16:13:41.245 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z
86152025-12-03T16:13:42.774Z[ host-image] Dec 03 16:13:41.246 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
86162025-12-03T16:13:42.774Z[ host-image] Dec 03 16:13:41.247 INFO O| install = pkg://helios-dev/web/curl@8.16.0-2.0:20250922T144538Z
86172025-12-03T16:13:42.774Z[ host-image] Dec 03 16:13:41.247 INFO O| tempdir @ "/tmp/.tmpYPJiDk/tmp"
86182025-12-03T16:13:42.774Z[ host-image] Dec 03 16:13:41.247 INFO O| image root @ "/tmp/.tmpYPJiDk/tmp/root"
86192025-12-03T16:13:42.774Z[ host-image] Dec 03 16:13:41.247 INFO O| creating image...
86202025-12-03T16:13:42.796Z[ recovery-image] Dec 03 16:13:41.270 INFO O| Dec 03 16:13:41.269 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
86212025-12-03T16:13:42.808Z[ recovery-image] Dec 03 16:13:41.285 INFO O| Dec 03 16:13:41.285 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
86222025-12-03T16:13:42.820Z[ recovery-image] Dec 03 16:13:41.296 INFO O| Dec 03 16:13:41.296 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
86232025-12-03T16:13:42.866Z[ recovery-image] Dec 03 16:13:41.342 INFO O| Dec 03 16:13:41.342 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
86242025-12-03T16:13:42.869Z[ recovery-image] Dec 03 16:13:41.343 INFO O| Dec 03 16:13:41.343 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
86252025-12-03T16:13:42.869Z[ recovery-image] Dec 03 16:13:41.343 INFO O| Dec 03 16:13:41.343 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
86262025-12-03T16:13:42.880Z[ recovery-image] Dec 03 16:13:41.356 INFO O| Dec 03 16:13:41.356 INFO boot environment UUID: b8fe5143-75b1-4c3e-a0f3-3cd16a4059a0
86272025-12-03T16:13:42.880Z[ recovery-image] Dec 03 16:13:41.356 INFO O| Dec 03 16:13:41.356 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = b8fe5143-75b1-4c3e-a0f3-3cd16a4059a0
86282025-12-03T16:13:42.891Z[ recovery-image] Dec 03 16:13:41.366 INFO O| Dec 03 16:13:41.366 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
86292025-12-03T16:13:42.901Z[ recovery-image] Dec 03 16:13:41.377 INFO O| Dec 03 16:13:41.377 INFO STEP 0 (create_be) COMPLETE
86302025-12-03T16:13:42.901Z[ recovery-image] Dec 03 16:13:41.377 INFO O| Dec 03 16:13:41.377 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86312025-12-03T16:13:42.913Z[ recovery-image] Dec 03 16:13:41.390 INFO O| Dec 03 16:13:41.389 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"]
86322025-12-03T16:13:43.720Z[ host-image] Dec 03 16:13:42.196 INFO O| copying publishers...
86332025-12-03T16:13:44.663Z[ recovery-image] Dec 03 16:13:43.138 INFO O| Dec 03 16:13:43.138 INFO STEP 1 (unpack_tar) COMPLETE
86342025-12-03T16:13:44.663Z[ recovery-image] Dec 03 16:13:43.138 INFO O| Dec 03 16:13:43.138 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86352025-12-03T16:13:44.673Z[ recovery-image] Dec 03 16:13:43.149 INFO O| Dec 03 16:13:43.149 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
86362025-12-03T16:13:44.894Z[ recovery-image] Dec 03 16:13:43.366 INFO O| Dec 03 16:13:43.366 INFO STEP 2 (devfsadm) COMPLETE
86372025-12-03T16:13:44.894Z[ recovery-image] Dec 03 16:13:43.366 INFO O| Dec 03 16:13:43.366 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86382025-12-03T16:13:44.907Z[ recovery-image] Dec 03 16:13:43.381 INFO O| Dec 03 16:13:43.381 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
86392025-12-03T16:13:44.907Z[ recovery-image] Dec 03 16:13:43.381 INFO O| Dec 03 16:13:43.381 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
86402025-12-03T16:13:44.907Z[ recovery-image] Dec 03 16:13:43.381 INFO O| Dec 03 16:13:43.381 INFO STEP 3 (ensure_dir) COMPLETE
86412025-12-03T16:13:44.910Z[ recovery-image] Dec 03 16:13:43.381 INFO O| Dec 03 16:13:43.381 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86422025-12-03T16:13:44.915Z[ recovery-image] Dec 03 16:13:43.391 INFO O| Dec 03 16:13:43.391 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
86432025-12-03T16:13:44.915Z[ recovery-image] Dec 03 16:13:43.391 INFO O| Dec 03 16:13:43.391 INFO STEP 4 (ensure_dir) COMPLETE
86442025-12-03T16:13:44.918Z[ recovery-image] Dec 03 16:13:43.391 INFO O| Dec 03 16:13:43.391 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86452025-12-03T16:13:44.925Z[ recovery-image] Dec 03 16:13:43.401 INFO O| Dec 03 16:13:43.401 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
86462025-12-03T16:13:44.925Z[ recovery-image] Dec 03 16:13:43.401 INFO O| Dec 03 16:13:43.401 INFO STEP 5 (ensure_dir) COMPLETE
86472025-12-03T16:13:44.925Z[ recovery-image] Dec 03 16:13:43.401 INFO O| Dec 03 16:13:43.401 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86482025-12-03T16:13:44.934Z[ recovery-image] Dec 03 16:13:43.410 INFO O| Dec 03 16:13:43.410 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
86492025-12-03T16:13:44.967Z[ recovery-image] Dec 03 16:13:43.411 INFO O| Dec 03 16:13:43.411 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
86502025-12-03T16:13:44.967Z[ recovery-image] Dec 03 16:13:43.411 INFO O| Dec 03 16:13:43.411 INFO STEP 6 (ensure_dir) COMPLETE
86512025-12-03T16:13:44.968Z[ recovery-image] Dec 03 16:13:43.411 INFO O| Dec 03 16:13:43.411 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86522025-12-03T16:13:44.973Z[ recovery-image] Dec 03 16:13:43.421 INFO O| Dec 03 16:13:43.421 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
86532025-12-03T16:13:44.973Z[ recovery-image] Dec 03 16:13:43.421 INFO O| Dec 03 16:13:43.421 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
86542025-12-03T16:13:44.973Z[ recovery-image] Dec 03 16:13:43.421 INFO O| Dec 03 16:13:43.421 INFO STEP 7 (ensure_dir) COMPLETE
86552025-12-03T16:13:44.973Z[ recovery-image] Dec 03 16:13:43.421 INFO O| Dec 03 16:13:43.421 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86562025-12-03T16:13:44.973Z[ recovery-image] Dec 03 16:13:43.432 INFO O| Dec 03 16:13:43.432 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
86572025-12-03T16:13:44.973Z[ recovery-image] Dec 03 16:13:43.432 INFO O| Dec 03 16:13:43.432 INFO STEP 8 (remove_files) COMPLETE
86582025-12-03T16:13:44.973Z[ recovery-image] Dec 03 16:13:43.432 INFO O| Dec 03 16:13:43.432 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86592025-12-03T16:13:44.973Z[ recovery-image] Dec 03 16:13:43.441 INFO O| Dec 03 16:13:43.441 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
86602025-12-03T16:13:44.973Z[ recovery-image] Dec 03 16:13:43.442 INFO O| Dec 03 16:13:43.442 INFO STEP 9 (remove_files) COMPLETE
86612025-12-03T16:13:44.973Z[ recovery-image] Dec 03 16:13:43.442 INFO O| Dec 03 16:13:43.442 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86622025-12-03T16:13:44.978Z[ recovery-image] Dec 03 16:13:43.450 INFO O| Dec 03 16:13:43.450 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
86632025-12-03T16:13:44.978Z[ recovery-image] Dec 03 16:13:43.450 INFO O| Dec 03 16:13:43.450 INFO STEP 10 (remove_files) COMPLETE
86642025-12-03T16:13:44.978Z[ recovery-image] Dec 03 16:13:43.450 INFO O| Dec 03 16:13:43.450 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86652025-12-03T16:13:44.984Z[ recovery-image] Dec 03 16:13:43.460 INFO O| Dec 03 16:13:43.460 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
86662025-12-03T16:13:44.984Z[ recovery-image] Dec 03 16:13:43.460 INFO O| Dec 03 16:13:43.460 INFO STEP 11 (remove_files) COMPLETE
86672025-12-03T16:13:44.988Z[ recovery-image] Dec 03 16:13:43.460 INFO O| Dec 03 16:13:43.460 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86682025-12-03T16:13:44.996Z[ recovery-image] Dec 03 16:13:43.471 INFO O| Dec 03 16:13:43.471 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
86692025-12-03T16:13:45.000Z[ recovery-image] Dec 03 16:13:43.471 INFO O| Dec 03 16:13:43.471 INFO STEP 12 (remove_files) COMPLETE
86702025-12-03T16:13:45.000Z[ recovery-image] Dec 03 16:13:43.471 INFO O| Dec 03 16:13:43.471 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86712025-12-03T16:13:45.008Z[ recovery-image] Dec 03 16:13:43.482 INFO O| Dec 03 16:13:43.482 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
86722025-12-03T16:13:45.013Z[ recovery-image] Dec 03 16:13:43.482 INFO O| Dec 03 16:13:43.482 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
86732025-12-03T16:13:45.013Z[ recovery-image] Dec 03 16:13:43.482 INFO O| Dec 03 16:13:43.482 INFO STEP 13 (ensure_dir) COMPLETE
86742025-12-03T16:13:45.014Z[ recovery-image] Dec 03 16:13:43.482 INFO O| Dec 03 16:13:43.482 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86752025-12-03T16:13:45.017Z[ recovery-image] Dec 03 16:13:43.492 INFO O| Dec 03 16:13:43.492 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
86762025-12-03T16:13:45.017Z[ recovery-image] Dec 03 16:13:43.492 INFO O| Dec 03 16:13:43.492 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
86772025-12-03T16:13:45.017Z[ recovery-image] Dec 03 16:13:43.492 INFO O| Dec 03 16:13:43.492 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
86782025-12-03T16:13:45.017Z[ recovery-image] Dec 03 16:13:43.492 INFO O| Dec 03 16:13:43.492 INFO STEP 14 (ensure_dir) COMPLETE
86792025-12-03T16:13:45.017Z[ recovery-image] Dec 03 16:13:43.492 INFO O| Dec 03 16:13:43.492 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86802025-12-03T16:13:45.026Z[ recovery-image] Dec 03 16:13:43.502 INFO O| Dec 03 16:13:43.502 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
86812025-12-03T16:13:45.026Z[ recovery-image] Dec 03 16:13:43.502 INFO O| Dec 03 16:13:43.502 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
86822025-12-03T16:13:45.029Z[ recovery-image] Dec 03 16:13:43.502 INFO O| Dec 03 16:13:43.502 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
86832025-12-03T16:13:45.029Z[ recovery-image] Dec 03 16:13:43.502 INFO O| Dec 03 16:13:43.502 INFO STEP 15 (ensure_dir) COMPLETE
86842025-12-03T16:13:45.029Z[ recovery-image] Dec 03 16:13:43.502 INFO O| Dec 03 16:13:43.502 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86852025-12-03T16:13:45.041Z[ recovery-image] Dec 03 16:13:43.517 INFO O| Dec 03 16:13:43.517 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
86862025-12-03T16:13:45.041Z[ recovery-image] Dec 03 16:13:43.517 INFO O| Dec 03 16:13:43.517 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
86872025-12-03T16:13:45.041Z[ recovery-image] Dec 03 16:13:43.517 INFO O| Dec 03 16:13:43.517 INFO STEP 16 (ensure_dir) COMPLETE
86882025-12-03T16:13:45.044Z[ recovery-image] Dec 03 16:13:43.517 INFO O| Dec 03 16:13:43.517 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86892025-12-03T16:13:45.052Z[ recovery-image] Dec 03 16:13:43.528 INFO O| Dec 03 16:13:43.528 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
86902025-12-03T16:13:45.052Z[ recovery-image] Dec 03 16:13:43.529 INFO O| Dec 03 16:13:43.528 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
86912025-12-03T16:13:45.053Z[ recovery-image] Dec 03 16:13:43.529 INFO O| Dec 03 16:13:43.529 INFO STEP 17 (ensure_dir) COMPLETE
86922025-12-03T16:13:45.057Z[ recovery-image] Dec 03 16:13:43.529 INFO O| Dec 03 16:13:43.529 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86932025-12-03T16:13:45.066Z[ recovery-image] Dec 03 16:13:43.542 INFO O| Dec 03 16:13:43.542 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
86942025-12-03T16:13:45.066Z[ recovery-image] Dec 03 16:13:43.542 INFO O| Dec 03 16:13:43.542 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
86952025-12-03T16:13:45.069Z[ recovery-image] Dec 03 16:13:43.542 INFO O| Dec 03 16:13:43.542 INFO ok!
86962025-12-03T16:13:45.069Z[ recovery-image] Dec 03 16:13:43.542 INFO O| Dec 03 16:13:43.542 INFO STEP 18 (ensure_symlink) COMPLETE
86972025-12-03T16:13:45.069Z[ recovery-image] Dec 03 16:13:43.542 INFO O| Dec 03 16:13:43.542 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86982025-12-03T16:13:45.076Z[ recovery-image] Dec 03 16:13:43.552 INFO O| Dec 03 16:13:43.552 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
86992025-12-03T16:13:45.076Z[ recovery-image] Dec 03 16:13:43.552 INFO O| Dec 03 16:13:43.552 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
87002025-12-03T16:13:45.078Z[ recovery-image] Dec 03 16:13:43.552 INFO O| Dec 03 16:13:43.552 INFO ok!
87012025-12-03T16:13:45.081Z[ recovery-image] Dec 03 16:13:43.552 INFO O| Dec 03 16:13:43.552 INFO STEP 19 (ensure_file) COMPLETE
87022025-12-03T16:13:45.081Z[ recovery-image] Dec 03 16:13:43.552 INFO O| Dec 03 16:13:43.552 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87032025-12-03T16:13:45.088Z[ recovery-image] Dec 03 16:13:43.564 INFO O| Dec 03 16:13:43.564 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
87042025-12-03T16:13:45.088Z[ recovery-image] Dec 03 16:13:43.564 INFO O| Dec 03 16:13:43.564 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
87052025-12-03T16:13:45.091Z[ recovery-image] Dec 03 16:13:43.564 INFO O| Dec 03 16:13:43.564 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
87062025-12-03T16:13:45.091Z[ recovery-image] Dec 03 16:13:43.564 INFO O| Dec 03 16:13:43.564 INFO ok!
87072025-12-03T16:13:45.091Z[ recovery-image] Dec 03 16:13:43.564 INFO O| Dec 03 16:13:43.564 INFO STEP 20 (ensure_symlink) COMPLETE
87082025-12-03T16:13:45.091Z[ recovery-image] Dec 03 16:13:43.564 INFO O| Dec 03 16:13:43.564 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87092025-12-03T16:13:45.101Z[ recovery-image] Dec 03 16:13:43.577 INFO O| Dec 03 16:13:43.576 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
87102025-12-03T16:13:45.101Z[ recovery-image] Dec 03 16:13:43.577 INFO O| Dec 03 16:13:43.576 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
87112025-12-03T16:13:45.105Z[ recovery-image] Dec 03 16:13:43.577 INFO O| Dec 03 16:13:43.577 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
87122025-12-03T16:13:45.105Z[ recovery-image] Dec 03 16:13:43.577 INFO O| Dec 03 16:13:43.577 INFO ok!
87132025-12-03T16:13:45.105Z[ recovery-image] Dec 03 16:13:43.577 INFO O| Dec 03 16:13:43.577 INFO STEP 21 (ensure_symlink) COMPLETE
87142025-12-03T16:13:45.105Z[ recovery-image] Dec 03 16:13:43.577 INFO O| Dec 03 16:13:43.577 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87152025-12-03T16:13:45.111Z[ recovery-image] Dec 03 16:13:43.587 INFO O| Dec 03 16:13:43.587 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
87162025-12-03T16:13:45.111Z[ recovery-image] Dec 03 16:13:43.587 INFO O| Dec 03 16:13:43.587 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
87172025-12-03T16:13:45.115Z[ recovery-image] Dec 03 16:13:43.587 INFO O| Dec 03 16:13:43.587 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
87182025-12-03T16:13:45.115Z[ recovery-image] Dec 03 16:13:43.587 INFO O| Dec 03 16:13:43.587 INFO ok!
87192025-12-03T16:13:45.115Z[ recovery-image] Dec 03 16:13:43.587 INFO O| Dec 03 16:13:43.587 INFO STEP 22 (ensure_symlink) COMPLETE
87202025-12-03T16:13:45.115Z[ recovery-image] Dec 03 16:13:43.587 INFO O| Dec 03 16:13:43.587 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87212025-12-03T16:13:45.123Z[ recovery-image] Dec 03 16:13:43.599 INFO O| Dec 03 16:13:43.598 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
87222025-12-03T16:13:45.123Z[ recovery-image] Dec 03 16:13:43.599 INFO O| Dec 03 16:13:43.598 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
87232025-12-03T16:13:45.126Z[ recovery-image] Dec 03 16:13:43.599 INFO O| Dec 03 16:13:43.599 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
87242025-12-03T16:13:45.126Z[ recovery-image] Dec 03 16:13:43.599 INFO O| Dec 03 16:13:43.599 INFO ok!
87252025-12-03T16:13:45.126Z[ recovery-image] Dec 03 16:13:43.599 INFO O| Dec 03 16:13:43.599 INFO STEP 23 (ensure_symlink) COMPLETE
87262025-12-03T16:13:45.126Z[ recovery-image] Dec 03 16:13:43.599 INFO O| Dec 03 16:13:43.599 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87272025-12-03T16:13:45.135Z[ recovery-image] Dec 03 16:13:43.609 INFO O| Dec 03 16:13:43.609 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
87282025-12-03T16:13:45.143Z[ recovery-image] Dec 03 16:13:43.609 INFO O| Dec 03 16:13:43.609 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 ...
87292025-12-03T16:13:45.143Z[ recovery-image] Dec 03 16:13:43.609 INFO O| Dec 03 16:13:43.609 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
87302025-12-03T16:13:45.143Z[ recovery-image] Dec 03 16:13:43.609 INFO O| Dec 03 16:13:43.609 INFO ok!
87312025-12-03T16:13:45.143Z[ recovery-image] Dec 03 16:13:43.609 INFO O| Dec 03 16:13:43.609 INFO STEP 24 (ensure_file) COMPLETE
87322025-12-03T16:13:45.143Z[ recovery-image] Dec 03 16:13:43.609 INFO O| Dec 03 16:13:43.609 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
87332025-12-03T16:13:45.148Z[ recovery-image] Dec 03 16:13:43.621 INFO O| Dec 03 16:13:43.621 INFO updating shadow file
87342025-12-03T16:13:45.148Z[ recovery-image] Dec 03 16:13:43.623 INFO O| Dec 03 16:13:43.623 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
87352025-12-03T16:13:45.152Z[ recovery-image] Dec 03 16:13:43.623 INFO O| Dec 03 16:13:43.623 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
87362025-12-03T16:13:45.152Z[ recovery-image] Dec 03 16:13:43.623 INFO O| Dec 03 16:13:43.623 INFO STEP 25 (shadow) COMPLETE
87372025-12-03T16:13:45.152Z[ recovery-image] Dec 03 16:13:43.623 INFO O| Dec 03 16:13:43.623 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87382025-12-03T16:13:45.160Z[ recovery-image] Dec 03 16:13:43.634 INFO O| Dec 03 16:13:43.633 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
87392025-12-03T16:13:45.160Z[ recovery-image] Dec 03 16:13:43.634 INFO O| Dec 03 16:13:43.634 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
87402025-12-03T16:13:45.164Z[ recovery-image] Dec 03 16:13:43.634 INFO O| Dec 03 16:13:43.634 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
87412025-12-03T16:13:45.164Z[ recovery-image] Dec 03 16:13:43.634 INFO O| Dec 03 16:13:43.634 INFO ok!
87422025-12-03T16:13:45.164Z[ recovery-image] Dec 03 16:13:43.634 INFO O| Dec 03 16:13:43.634 INFO STEP 26 (ensure_file) COMPLETE
87432025-12-03T16:13:45.164Z[ recovery-image] Dec 03 16:13:43.634 INFO O| Dec 03 16:13:43.634 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87442025-12-03T16:13:45.168Z[ recovery-image] Dec 03 16:13:43.645 INFO O| Dec 03 16:13:43.645 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
87452025-12-03T16:13:45.168Z[ recovery-image] Dec 03 16:13:43.645 INFO O| Dec 03 16:13:43.645 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
87462025-12-03T16:13:45.171Z[ recovery-image] Dec 03 16:13:43.645 INFO O| Dec 03 16:13:43.645 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
87472025-12-03T16:13:45.172Z[ recovery-image] Dec 03 16:13:43.645 INFO O| Dec 03 16:13:43.645 INFO ok!
87482025-12-03T16:13:45.172Z[ recovery-image] Dec 03 16:13:43.645 INFO O| Dec 03 16:13:43.645 INFO STEP 27 (ensure_file) COMPLETE
87492025-12-03T16:13:45.172Z[ recovery-image] Dec 03 16:13:43.645 INFO O| Dec 03 16:13:43.645 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87502025-12-03T16:13:45.179Z[ recovery-image] Dec 03 16:13:43.655 INFO O| Dec 03 16:13:43.655 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
87512025-12-03T16:13:45.179Z[ recovery-image] Dec 03 16:13:43.655 INFO O| Dec 03 16:13:43.655 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
87522025-12-03T16:13:45.183Z[ recovery-image] Dec 03 16:13:43.655 INFO O| Dec 03 16:13:43.655 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
87532025-12-03T16:13:45.183Z[ recovery-image] Dec 03 16:13:43.655 INFO O| Dec 03 16:13:43.655 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
87542025-12-03T16:13:45.183Z[ recovery-image] Dec 03 16:13:43.655 INFO O| Dec 03 16:13:43.655 INFO ok!
87552025-12-03T16:13:45.183Z[ recovery-image] Dec 03 16:13:43.655 INFO O| Dec 03 16:13:43.655 INFO STEP 28 (ensure_file) COMPLETE
87562025-12-03T16:13:45.183Z[ recovery-image] Dec 03 16:13:43.655 INFO O| Dec 03 16:13:43.655 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87572025-12-03T16:13:45.194Z[ recovery-image] Dec 03 16:13:43.668 INFO O| Dec 03 16:13:43.668 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
87582025-12-03T16:13:45.194Z[ recovery-image] Dec 03 16:13:43.668 INFO O| Dec 03 16:13:43.668 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
87592025-12-03T16:13:45.197Z[ recovery-image] Dec 03 16:13:43.668 INFO O| Dec 03 16:13:43.668 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
87602025-12-03T16:13:45.197Z[ recovery-image] Dec 03 16:13:43.668 INFO O| Dec 03 16:13:43.668 INFO ok!
87612025-12-03T16:13:45.198Z[ recovery-image] Dec 03 16:13:43.668 INFO O| Dec 03 16:13:43.668 INFO STEP 29 (ensure_file) COMPLETE
87622025-12-03T16:13:45.198Z[ recovery-image] Dec 03 16:13:43.668 INFO O| Dec 03 16:13:43.668 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
87632025-12-03T16:13:45.205Z[ recovery-image] Dec 03 16:13:43.680 INFO O| Dec 03 16:13:43.680 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
87642025-12-03T16:13:45.205Z[ recovery-image] Dec 03 16:13:43.680 INFO O| Dec 03 16:13:43.680 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
87652025-12-03T16:13:45.205Z[ recovery-image] Dec 03 16:13:43.680 INFO O| Dec 03 16:13:43.680 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
87662025-12-03T16:13:45.205Z[ recovery-image] Dec 03 16:13:43.680 INFO O| Dec 03 16:13:43.680 INFO STEP 30 (ensure_dir) COMPLETE
87672025-12-03T16:13:45.205Z[ recovery-image] Dec 03 16:13:43.680 INFO O| Dec 03 16:13:43.680 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87682025-12-03T16:13:45.218Z[ recovery-image] Dec 03 16:13:43.691 INFO O| Dec 03 16:13:43.691 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
87692025-12-03T16:13:45.218Z[ recovery-image] Dec 03 16:13:43.691 INFO O| Dec 03 16:13:43.691 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 ...
87702025-12-03T16:13:45.221Z[ recovery-image] Dec 03 16:13:43.692 INFO O| Dec 03 16:13:43.692 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
87712025-12-03T16:13:45.221Z[ recovery-image] Dec 03 16:13:43.692 INFO O| Dec 03 16:13:43.692 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
87722025-12-03T16:13:45.221Z[ recovery-image] Dec 03 16:13:43.692 INFO O| Dec 03 16:13:43.692 INFO ok!
87732025-12-03T16:13:45.222Z[ recovery-image] Dec 03 16:13:43.692 INFO O| Dec 03 16:13:43.692 INFO STEP 31 (ensure_file) COMPLETE
87742025-12-03T16:13:45.222Z[ recovery-image] Dec 03 16:13:43.692 INFO O| Dec 03 16:13:43.692 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
87752025-12-03T16:13:45.228Z[ recovery-image] Dec 03 16:13:43.704 INFO O| Dec 03 16:13:43.704 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
87762025-12-03T16:13:45.228Z[ recovery-image] Dec 03 16:13:43.704 INFO O| Dec 03 16:13:43.704 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
87772025-12-03T16:13:45.231Z[ recovery-image] Dec 03 16:13:43.705 INFO O| Dec 03 16:13:43.705 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
87782025-12-03T16:13:45.231Z[ recovery-image] Dec 03 16:13:43.705 INFO O| Dec 03 16:13:43.705 INFO STEP 32 (ensure_dir) COMPLETE
87792025-12-03T16:13:45.231Z[ recovery-image] Dec 03 16:13:43.705 INFO O| Dec 03 16:13:43.705 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87802025-12-03T16:13:45.239Z[ recovery-image] Dec 03 16:13:43.715 INFO O| Dec 03 16:13:43.715 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
87812025-12-03T16:13:45.239Z[ recovery-image] Dec 03 16:13:43.715 INFO O| Dec 03 16:13:43.715 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 ...
87822025-12-03T16:13:45.243Z[ recovery-image] Dec 03 16:13:43.716 INFO O| Dec 03 16:13:43.716 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
87832025-12-03T16:13:45.243Z[ recovery-image] Dec 03 16:13:43.716 INFO O| Dec 03 16:13:43.716 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
87842025-12-03T16:13:45.243Z[ recovery-image] Dec 03 16:13:43.716 INFO O| Dec 03 16:13:43.716 INFO ok!
87852025-12-03T16:13:45.243Z[ recovery-image] Dec 03 16:13:43.716 INFO O| Dec 03 16:13:43.716 INFO STEP 33 (ensure_file) COMPLETE
87862025-12-03T16:13:45.243Z[ recovery-image] Dec 03 16:13:43.716 INFO O| Dec 03 16:13:43.716 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87872025-12-03T16:13:45.252Z[ recovery-image] Dec 03 16:13:43.728 INFO O| Dec 03 16:13:43.728 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
87882025-12-03T16:13:45.253Z[ recovery-image] Dec 03 16:13:43.728 INFO O| Dec 03 16:13:43.728 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
87892025-12-03T16:13:45.256Z[ recovery-image] Dec 03 16:13:43.728 INFO O| Dec 03 16:13:43.728 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
87902025-12-03T16:13:45.256Z[ recovery-image] Dec 03 16:13:43.728 INFO O| Dec 03 16:13:43.728 INFO ok!
87912025-12-03T16:13:45.256Z[ recovery-image] Dec 03 16:13:43.728 INFO O| Dec 03 16:13:43.728 INFO STEP 34 (ensure_file) COMPLETE
87922025-12-03T16:13:45.256Z[ recovery-image] Dec 03 16:13:43.728 INFO O| Dec 03 16:13:43.728 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87932025-12-03T16:13:45.265Z[ recovery-image] Dec 03 16:13:43.740 INFO O| Dec 03 16:13:43.740 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
87942025-12-03T16:13:45.268Z[ recovery-image] Dec 03 16:13:43.740 INFO O| Dec 03 16:13:43.740 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
87952025-12-03T16:13:45.268Z[ recovery-image] Dec 03 16:13:43.740 INFO O| Dec 03 16:13:43.740 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
87962025-12-03T16:13:45.268Z[ recovery-image] Dec 03 16:13:43.740 INFO O| Dec 03 16:13:43.740 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
87972025-12-03T16:13:45.268Z[ recovery-image] Dec 03 16:13:43.740 INFO O| Dec 03 16:13:43.740 INFO ok!
87982025-12-03T16:13:45.268Z[ recovery-image] Dec 03 16:13:43.740 INFO O| Dec 03 16:13:43.740 INFO STEP 35 (ensure_file) COMPLETE
87992025-12-03T16:13:45.268Z[ recovery-image] Dec 03 16:13:43.740 INFO O| Dec 03 16:13:43.740 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88002025-12-03T16:13:45.277Z[ recovery-image] Dec 03 16:13:43.752 INFO O| Dec 03 16:13:43.752 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
88012025-12-03T16:13:45.277Z[ recovery-image] Dec 03 16:13:43.752 INFO O| Dec 03 16:13:43.752 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
88022025-12-03T16:13:45.277Z[ recovery-image] Dec 03 16:13:43.752 INFO O| Dec 03 16:13:43.752 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
88032025-12-03T16:13:45.281Z[ recovery-image] Dec 03 16:13:43.753 INFO O| Dec 03 16:13:43.752 INFO ok!
88042025-12-03T16:13:45.281Z[ recovery-image] Dec 03 16:13:43.753 INFO O| Dec 03 16:13:43.752 INFO STEP 36 (ensure_file) COMPLETE
88052025-12-03T16:13:45.281Z[ recovery-image] Dec 03 16:13:43.753 INFO O| Dec 03 16:13:43.752 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88062025-12-03T16:13:45.286Z[ recovery-image] Dec 03 16:13:43.762 INFO O| Dec 03 16:13:43.762 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
88072025-12-03T16:13:45.286Z[ recovery-image] Dec 03 16:13:43.763 INFO O| Dec 03 16:13:43.762 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
88082025-12-03T16:13:45.290Z[ recovery-image] Dec 03 16:13:43.763 INFO O| Dec 03 16:13:43.763 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
88092025-12-03T16:13:45.290Z[ recovery-image] Dec 03 16:13:43.763 INFO O| Dec 03 16:13:43.763 INFO ok!
88102025-12-03T16:13:45.290Z[ recovery-image] Dec 03 16:13:43.763 INFO O| Dec 03 16:13:43.763 INFO STEP 37 (ensure_file) COMPLETE
88112025-12-03T16:13:45.290Z[ recovery-image] Dec 03 16:13:43.763 INFO O| Dec 03 16:13:43.763 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88122025-12-03T16:13:45.295Z[ recovery-image] Dec 03 16:13:43.771 INFO O| Dec 03 16:13:43.771 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
88132025-12-03T16:13:45.295Z[ recovery-image] Dec 03 16:13:43.771 INFO O| Dec 03 16:13:43.771 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
88142025-12-03T16:13:45.299Z[ recovery-image] Dec 03 16:13:43.772 INFO O| Dec 03 16:13:43.772 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88152025-12-03T16:13:45.299Z[ recovery-image] Dec 03 16:13:43.772 INFO O| Dec 03 16:13:43.772 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88162025-12-03T16:13:45.299Z[ recovery-image] Dec 03 16:13:43.772 INFO O| Dec 03 16:13:43.772 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88172025-12-03T16:13:45.299Z[ recovery-image] Dec 03 16:13:43.772 INFO O| Dec 03 16:13:43.772 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
88182025-12-03T16:13:45.299Z[ recovery-image] Dec 03 16:13:43.772 INFO O| Dec 03 16:13:43.772 INFO ok!
88192025-12-03T16:13:45.299Z[ recovery-image] Dec 03 16:13:43.772 INFO O| Dec 03 16:13:43.772 INFO STEP 38 (ensure_file) COMPLETE
88202025-12-03T16:13:45.299Z[ recovery-image] Dec 03 16:13:43.772 INFO O| Dec 03 16:13:43.772 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88212025-12-03T16:13:45.304Z[ recovery-image] Dec 03 16:13:43.780 INFO O| Dec 03 16:13:43.780 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
88222025-12-03T16:13:45.309Z[ recovery-image] Dec 03 16:13:43.780 INFO O| Dec 03 16:13:43.780 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
88232025-12-03T16:13:45.309Z[ recovery-image] Dec 03 16:13:43.780 INFO O| Dec 03 16:13:43.780 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
88242025-12-03T16:13:45.309Z[ recovery-image] Dec 03 16:13:43.780 INFO O| Dec 03 16:13:43.780 INFO STEP 39 (ensure_dir) COMPLETE
88252025-12-03T16:13:45.309Z[ recovery-image] Dec 03 16:13:43.781 INFO O| Dec 03 16:13:43.780 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88262025-12-03T16:13:45.318Z[ recovery-image] Dec 03 16:13:43.794 INFO O| Dec 03 16:13:43.794 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
88272025-12-03T16:13:45.321Z[ recovery-image] Dec 03 16:13:43.794 INFO O| Dec 03 16:13:43.794 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 ...
88282025-12-03T16:13:45.321Z[ recovery-image] Dec 03 16:13:43.794 INFO O| Dec 03 16:13:43.794 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
88292025-12-03T16:13:45.321Z[ recovery-image] Dec 03 16:13:43.794 INFO O| Dec 03 16:13:43.794 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
88302025-12-03T16:13:45.321Z[ recovery-image] Dec 03 16:13:43.794 INFO O| Dec 03 16:13:43.794 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
88312025-12-03T16:13:45.321Z[ recovery-image] Dec 03 16:13:43.794 INFO O| Dec 03 16:13:43.794 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
88322025-12-03T16:13:45.322Z[ recovery-image] Dec 03 16:13:43.794 INFO O| Dec 03 16:13:43.794 INFO ok!
88332025-12-03T16:13:45.322Z[ recovery-image] Dec 03 16:13:43.794 INFO O| Dec 03 16:13:43.794 INFO STEP 40 (ensure_file) COMPLETE
88342025-12-03T16:13:45.322Z[ recovery-image] Dec 03 16:13:43.794 INFO O| Dec 03 16:13:43.794 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88352025-12-03T16:13:45.329Z[ recovery-image] Dec 03 16:13:43.804 INFO O| Dec 03 16:13:43.804 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
88362025-12-03T16:13:45.332Z[ recovery-image] Dec 03 16:13:43.804 INFO O| Dec 03 16:13:43.804 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 ...
88372025-12-03T16:13:45.332Z[ recovery-image] Dec 03 16:13:43.804 INFO O| Dec 03 16:13:43.804 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
88382025-12-03T16:13:45.332Z[ recovery-image] Dec 03 16:13:43.804 INFO O| Dec 03 16:13:43.804 INFO ok!
88392025-12-03T16:13:45.332Z[ recovery-image] Dec 03 16:13:43.804 INFO O| Dec 03 16:13:43.804 INFO STEP 41 (ensure_symlink) COMPLETE
88402025-12-03T16:13:45.332Z[ recovery-image] Dec 03 16:13:43.804 INFO O| Dec 03 16:13:43.804 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88412025-12-03T16:13:45.338Z[ recovery-image] Dec 03 16:13:43.814 INFO O| Dec 03 16:13:43.814 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
88422025-12-03T16:13:45.338Z[ recovery-image] Dec 03 16:13:43.814 INFO O| Dec 03 16:13:43.814 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
88432025-12-03T16:13:45.338Z[ recovery-image] Dec 03 16:13:43.814 INFO O| Dec 03 16:13:43.814 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
88442025-12-03T16:13:45.341Z[ recovery-image] Dec 03 16:13:43.814 INFO O| Dec 03 16:13:43.814 INFO ok!
88452025-12-03T16:13:45.341Z[ recovery-image] Dec 03 16:13:43.814 INFO O| Dec 03 16:13:43.814 INFO STEP 42 (ensure_symlink) COMPLETE
88462025-12-03T16:13:45.342Z[ recovery-image] Dec 03 16:13:43.814 INFO O| Dec 03 16:13:43.814 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88472025-12-03T16:13:45.348Z[ recovery-image] Dec 03 16:13:43.824 INFO O| Dec 03 16:13:43.824 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
88482025-12-03T16:13:45.351Z[ recovery-image] Dec 03 16:13:43.824 INFO O| Dec 03 16:13:43.824 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
88492025-12-03T16:13:45.351Z[ recovery-image] Dec 03 16:13:43.825 INFO O| Dec 03 16:13:43.825 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
88502025-12-03T16:13:45.351Z[ recovery-image] Dec 03 16:13:43.825 INFO O| Dec 03 16:13:43.825 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
88512025-12-03T16:13:45.351Z[ recovery-image] Dec 03 16:13:43.825 INFO O| Dec 03 16:13:43.825 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
88522025-12-03T16:13:45.352Z[ recovery-image] Dec 03 16:13:43.825 INFO O| Dec 03 16:13:43.825 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
88532025-12-03T16:13:45.352Z[ recovery-image] Dec 03 16:13:43.825 INFO O| Dec 03 16:13:43.825 INFO ok!
88542025-12-03T16:13:45.352Z[ recovery-image] Dec 03 16:13:43.825 INFO O| Dec 03 16:13:43.825 INFO STEP 43 (ensure_file) COMPLETE
88552025-12-03T16:13:45.352Z[ recovery-image] Dec 03 16:13:43.825 INFO O| Dec 03 16:13:43.825 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88562025-12-03T16:13:45.361Z[ recovery-image] Dec 03 16:13:43.835 INFO O| Dec 03 16:13:43.835 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
88572025-12-03T16:13:45.362Z[ recovery-image] Dec 03 16:13:43.836 INFO O| Dec 03 16:13:43.835 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 ...
88582025-12-03T16:13:45.366Z[ recovery-image] Dec 03 16:13:43.836 INFO O| Dec 03 16:13:43.836 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
88592025-12-03T16:13:45.367Z[ recovery-image] Dec 03 16:13:43.836 INFO O| Dec 03 16:13:43.836 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
88602025-12-03T16:13:45.367Z[ recovery-image] Dec 03 16:13:43.836 INFO O| Dec 03 16:13:43.836 INFO ok!
88612025-12-03T16:13:45.367Z[ recovery-image] Dec 03 16:13:43.836 INFO O| Dec 03 16:13:43.836 INFO STEP 44 (ensure_file) COMPLETE
88622025-12-03T16:13:45.367Z[ recovery-image] Dec 03 16:13:43.836 INFO O| Dec 03 16:13:43.836 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88632025-12-03T16:13:45.372Z[ recovery-image] Dec 03 16:13:43.847 INFO O| Dec 03 16:13:43.847 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
88642025-12-03T16:13:45.378Z[ recovery-image] Dec 03 16:13:43.847 INFO O| Dec 03 16:13:43.847 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
88652025-12-03T16:13:45.378Z[ recovery-image] Dec 03 16:13:43.848 INFO O| Dec 03 16:13:43.848 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
88662025-12-03T16:13:45.378Z[ recovery-image] Dec 03 16:13:43.848 INFO O| Dec 03 16:13:43.848 INFO ok!
88672025-12-03T16:13:45.378Z[ recovery-image] Dec 03 16:13:43.848 INFO O| Dec 03 16:13:43.848 INFO STEP 45 (ensure_file) COMPLETE
88682025-12-03T16:13:45.378Z[ recovery-image] Dec 03 16:13:43.848 INFO O| Dec 03 16:13:43.848 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88692025-12-03T16:13:45.382Z[ recovery-image] Dec 03 16:13:43.859 INFO O| Dec 03 16:13:43.858 INFO updating shadow file
88702025-12-03T16:13:45.387Z[ recovery-image] Dec 03 16:13:43.859 INFO O| Dec 03 16:13:43.859 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88712025-12-03T16:13:45.387Z[ recovery-image] Dec 03 16:13:43.859 INFO O| Dec 03 16:13:43.859 INFO STEP 46 (shadow) COMPLETE
88722025-12-03T16:13:45.387Z[ recovery-image] Dec 03 16:13:43.859 INFO O| Dec 03 16:13:43.859 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88732025-12-03T16:13:45.400Z[ recovery-image] Dec 03 16:13:43.876 INFO O| Dec 03 16:13:43.876 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
88742025-12-03T16:13:45.400Z[ recovery-image] Dec 03 16:13:43.876 INFO O| Dec 03 16:13:43.876 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
88752025-12-03T16:13:45.403Z[ recovery-image] Dec 03 16:13:43.876 INFO O| Dec 03 16:13:43.876 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
88762025-12-03T16:13:45.404Z[ recovery-image] Dec 03 16:13:43.877 INFO O| Dec 03 16:13:43.876 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
88772025-12-03T16:13:45.404Z[ recovery-image] Dec 03 16:13:43.877 INFO O| Dec 03 16:13:43.876 INFO ok!
88782025-12-03T16:13:45.404Z[ recovery-image] Dec 03 16:13:43.877 INFO O| Dec 03 16:13:43.876 INFO STEP 47 (ensure_file) COMPLETE
88792025-12-03T16:13:45.404Z[ recovery-image] Dec 03 16:13:43.877 INFO O| Dec 03 16:13:43.876 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88802025-12-03T16:13:45.413Z[ recovery-image] Dec 03 16:13:43.889 INFO O| Dec 03 16:13:43.889 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
88812025-12-03T16:13:45.413Z[ recovery-image] Dec 03 16:13:43.889 INFO O| Dec 03 16:13:43.889 INFO STEP 48 (ensure_dir) COMPLETE
88822025-12-03T16:13:45.413Z[ recovery-image] Dec 03 16:13:43.889 INFO O| Dec 03 16:13:43.889 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88832025-12-03T16:13:45.423Z[ recovery-image] Dec 03 16:13:43.899 INFO O| Dec 03 16:13:43.899 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
88842025-12-03T16:13:45.423Z[ recovery-image] Dec 03 16:13:43.899 INFO O| Dec 03 16:13:43.899 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
88852025-12-03T16:13:45.427Z[ recovery-image] Dec 03 16:13:43.899 INFO O| Dec 03 16:13:43.899 INFO STEP 49 (ensure_dir) COMPLETE
88862025-12-03T16:13:45.427Z[ recovery-image] Dec 03 16:13:43.899 INFO O| Dec 03 16:13:43.899 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88872025-12-03T16:13:45.434Z[ recovery-image] Dec 03 16:13:43.909 INFO O| Dec 03 16:13:43.909 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
88882025-12-03T16:13:45.437Z[ recovery-image] Dec 03 16:13:43.910 INFO O| Dec 03 16:13:43.909 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
88892025-12-03T16:13:45.437Z[ recovery-image] Dec 03 16:13:43.910 INFO O| Dec 03 16:13:43.910 INFO STEP 50 (ensure_dir) COMPLETE
88902025-12-03T16:13:45.437Z[ recovery-image] Dec 03 16:13:43.910 INFO O| Dec 03 16:13:43.910 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88912025-12-03T16:13:45.444Z[ recovery-image] Dec 03 16:13:43.920 INFO O| Dec 03 16:13:43.920 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
88922025-12-03T16:13:45.444Z[ recovery-image] Dec 03 16:13:43.920 INFO O| Dec 03 16:13:43.920 INFO copying /tmp/.tmpNmWK0T/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
88932025-12-03T16:13:45.490Z[ recovery-image] Dec 03 16:13:43.966 INFO O| Dec 03 16:13:43.965 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
88942025-12-03T16:13:45.490Z[ recovery-image] Dec 03 16:13:43.966 INFO O| Dec 03 16:13:43.966 INFO ok!
88952025-12-03T16:13:45.490Z[ recovery-image] Dec 03 16:13:43.966 INFO O| Dec 03 16:13:43.966 INFO STEP 51 (ensure_file) COMPLETE
88962025-12-03T16:13:45.493Z[ recovery-image] Dec 03 16:13:43.966 INFO O| Dec 03 16:13:43.966 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88972025-12-03T16:13:45.501Z[ recovery-image] Dec 03 16:13:43.976 INFO O| Dec 03 16:13:43.976 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
88982025-12-03T16:13:45.504Z[ recovery-image] Dec 03 16:13:43.976 INFO O| Dec 03 16:13:43.976 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
88992025-12-03T16:13:45.504Z[ recovery-image] Dec 03 16:13:43.976 INFO O| Dec 03 16:13:43.976 INFO STEP 52 (ensure_dir) COMPLETE
89002025-12-03T16:13:45.504Z[ recovery-image] Dec 03 16:13:43.976 INFO O| Dec 03 16:13:43.976 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89012025-12-03T16:13:45.512Z[ recovery-image] Dec 03 16:13:43.987 INFO O| Dec 03 16:13:43.987 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
89022025-12-03T16:13:45.512Z[ recovery-image] Dec 03 16:13:43.987 INFO O| Dec 03 16:13:43.987 INFO copying /tmp/.tmpNmWK0T/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
89032025-12-03T16:13:45.512Z[ recovery-image] Dec 03 16:13:43.987 INFO O| Dec 03 16:13:43.987 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
89042025-12-03T16:13:45.515Z[ recovery-image] Dec 03 16:13:43.987 INFO O| Dec 03 16:13:43.987 INFO ok!
89052025-12-03T16:13:45.516Z[ recovery-image] Dec 03 16:13:43.987 INFO O| Dec 03 16:13:43.987 INFO STEP 53 (ensure_file) COMPLETE
89062025-12-03T16:13:45.516Z[ recovery-image] Dec 03 16:13:43.987 INFO O| Dec 03 16:13:43.987 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89072025-12-03T16:13:45.523Z[ recovery-image] Dec 03 16:13:43.999 INFO O| Dec 03 16:13:43.999 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
89082025-12-03T16:13:45.526Z[ recovery-image] Dec 03 16:13:43.999 INFO O| Dec 03 16:13:43.999 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
89092025-12-03T16:13:45.526Z[ recovery-image] Dec 03 16:13:43.999 INFO O| Dec 03 16:13:43.999 INFO STEP 54 (ensure_dir) COMPLETE
89102025-12-03T16:13:45.526Z[ recovery-image] Dec 03 16:13:43.999 INFO O| Dec 03 16:13:43.999 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89112025-12-03T16:13:45.538Z[ recovery-image] Dec 03 16:13:44.013 INFO O| Dec 03 16:13:44.013 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
89122025-12-03T16:13:45.538Z[ recovery-image] Dec 03 16:13:44.013 INFO O| Dec 03 16:13:44.013 INFO copying /tmp/.tmpNmWK0T/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
89132025-12-03T16:13:46.303Z[ recovery-image] Dec 03 16:13:44.779 INFO O| Dec 03 16:13:44.779 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
89142025-12-03T16:13:46.303Z[ recovery-image] Dec 03 16:13:44.779 INFO O| Dec 03 16:13:44.779 INFO ok!
89152025-12-03T16:13:46.307Z[ recovery-image] Dec 03 16:13:44.779 INFO O| Dec 03 16:13:44.779 INFO STEP 55 (ensure_file) COMPLETE
89162025-12-03T16:13:46.307Z[ recovery-image] Dec 03 16:13:44.779 INFO O| Dec 03 16:13:44.779 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89172025-12-03T16:13:46.316Z[ recovery-image] Dec 03 16:13:44.792 INFO O| Dec 03 16:13:44.792 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
89182025-12-03T16:13:46.316Z[ recovery-image] Dec 03 16:13:44.792 INFO O| Dec 03 16:13:44.792 INFO copying /tmp/.tmpNmWK0T/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
89192025-12-03T16:13:47.027Z[ recovery-image] Dec 03 16:13:45.501 INFO O| Dec 03 16:13:45.501 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
89202025-12-03T16:13:47.027Z[ recovery-image] Dec 03 16:13:45.501 INFO O| Dec 03 16:13:45.501 INFO ok!
89212025-12-03T16:13:47.030Z[ recovery-image] Dec 03 16:13:45.501 INFO O| Dec 03 16:13:45.501 INFO STEP 56 (ensure_file) COMPLETE
89222025-12-03T16:13:47.030Z[ recovery-image] Dec 03 16:13:45.501 INFO O| Dec 03 16:13:45.501 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89232025-12-03T16:13:47.038Z[ recovery-image] Dec 03 16:13:45.513 INFO O| Dec 03 16:13:45.513 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
89242025-12-03T16:13:47.038Z[ recovery-image] Dec 03 16:13:45.513 INFO O| Dec 03 16:13:45.513 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
89252025-12-03T16:13:47.038Z[ recovery-image] Dec 03 16:13:45.513 INFO O| Dec 03 16:13:45.513 INFO STEP 57 (ensure_dir) COMPLETE
89262025-12-03T16:13:47.041Z[ recovery-image] Dec 03 16:13:45.513 INFO O| Dec 03 16:13:45.513 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89272025-12-03T16:13:47.048Z[ recovery-image] Dec 03 16:13:45.523 INFO O| Dec 03 16:13:45.523 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
89282025-12-03T16:13:47.048Z[ recovery-image] Dec 03 16:13:45.523 INFO O| Dec 03 16:13:45.523 INFO copying /tmp/.tmpNmWK0T/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 ...
89292025-12-03T16:13:47.051Z[ recovery-image] Dec 03 16:13:45.523 INFO O| Dec 03 16:13:45.523 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
89302025-12-03T16:13:47.051Z[ recovery-image] Dec 03 16:13:45.524 INFO O| Dec 03 16:13:45.523 INFO ok!
89312025-12-03T16:13:47.051Z[ recovery-image] Dec 03 16:13:45.524 INFO O| Dec 03 16:13:45.523 INFO STEP 58 (ensure_file) COMPLETE
89322025-12-03T16:13:47.052Z[ recovery-image] Dec 03 16:13:45.524 INFO O| Dec 03 16:13:45.524 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89332025-12-03T16:13:47.057Z[ recovery-image] Dec 03 16:13:45.533 INFO O| Dec 03 16:13:45.533 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
89342025-12-03T16:13:47.057Z[ recovery-image] Dec 03 16:13:45.533 INFO O| Dec 03 16:13:45.533 INFO copying /tmp/.tmpNmWK0T/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 ...
89352025-12-03T16:13:47.060Z[ recovery-image] Dec 03 16:13:45.533 INFO O| Dec 03 16:13:45.533 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
89362025-12-03T16:13:47.060Z[ recovery-image] Dec 03 16:13:45.533 INFO O| Dec 03 16:13:45.533 INFO ok!
89372025-12-03T16:13:47.060Z[ recovery-image] Dec 03 16:13:45.533 INFO O| Dec 03 16:13:45.533 INFO STEP 59 (ensure_file) COMPLETE
89382025-12-03T16:13:47.061Z[ recovery-image] Dec 03 16:13:45.533 INFO O| Dec 03 16:13:45.533 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89392025-12-03T16:13:47.065Z[ recovery-image] Dec 03 16:13:45.541 INFO O| Dec 03 16:13:45.541 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
89402025-12-03T16:13:47.065Z[ recovery-image] Dec 03 16:13:45.541 INFO O| Dec 03 16:13:45.541 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
89412025-12-03T16:13:47.070Z[ recovery-image] Dec 03 16:13:45.541 INFO O| Dec 03 16:13:45.541 INFO STEP 60 (ensure_dir) COMPLETE
89422025-12-03T16:13:47.070Z[ recovery-image] Dec 03 16:13:45.541 INFO O| Dec 03 16:13:45.541 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89432025-12-03T16:13:47.075Z[ recovery-image] Dec 03 16:13:45.550 INFO O| Dec 03 16:13:45.550 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
89442025-12-03T16:13:47.075Z[ recovery-image] Dec 03 16:13:45.550 INFO O| Dec 03 16:13:45.550 INFO copying /tmp/.tmpNmWK0T/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 ...
89452025-12-03T16:13:47.075Z[ recovery-image] Dec 03 16:13:45.550 INFO O| Dec 03 16:13:45.550 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
89462025-12-03T16:13:47.075Z[ recovery-image] Dec 03 16:13:45.550 INFO O| Dec 03 16:13:45.550 INFO ok!
89472025-12-03T16:13:47.075Z[ recovery-image] Dec 03 16:13:45.550 INFO O| Dec 03 16:13:45.550 INFO STEP 61 (ensure_file) COMPLETE
89482025-12-03T16:13:47.075Z[ recovery-image] Dec 03 16:13:45.550 INFO O| Dec 03 16:13:45.550 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89492025-12-03T16:13:47.084Z[ recovery-image] Dec 03 16:13:45.560 INFO O| Dec 03 16:13:45.560 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
89502025-12-03T16:13:47.084Z[ recovery-image] Dec 03 16:13:45.560 INFO O| Dec 03 16:13:45.560 INFO copying /tmp/.tmpNmWK0T/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 ...
89512025-12-03T16:13:47.087Z[ recovery-image] Dec 03 16:13:45.560 INFO O| Dec 03 16:13:45.560 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
89522025-12-03T16:13:47.087Z[ recovery-image] Dec 03 16:13:45.560 INFO O| Dec 03 16:13:45.560 INFO ok!
89532025-12-03T16:13:47.087Z[ recovery-image] Dec 03 16:13:45.560 INFO O| Dec 03 16:13:45.560 INFO STEP 62 (ensure_file) COMPLETE
89542025-12-03T16:13:47.087Z[ recovery-image] Dec 03 16:13:45.560 INFO O| Dec 03 16:13:45.560 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89552025-12-03T16:13:47.093Z[ recovery-image] Dec 03 16:13:45.569 INFO O| Dec 03 16:13:45.569 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
89562025-12-03T16:13:47.093Z[ recovery-image] Dec 03 16:13:45.569 INFO O| Dec 03 16:13:45.569 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
89572025-12-03T16:13:47.096Z[ recovery-image] Dec 03 16:13:45.569 INFO O| Dec 03 16:13:45.569 INFO STEP 63 (ensure_dir) COMPLETE
89582025-12-03T16:13:47.096Z[ recovery-image] Dec 03 16:13:45.569 INFO O| Dec 03 16:13:45.569 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89592025-12-03T16:13:47.102Z[ recovery-image] Dec 03 16:13:45.577 INFO O| Dec 03 16:13:45.577 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
89602025-12-03T16:13:47.102Z[ recovery-image] Dec 03 16:13:45.577 INFO O| Dec 03 16:13:45.577 INFO copying /tmp/.tmpNmWK0T/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 ...
89612025-12-03T16:13:47.106Z[ recovery-image] Dec 03 16:13:45.577 INFO O| Dec 03 16:13:45.577 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
89622025-12-03T16:13:47.106Z[ recovery-image] Dec 03 16:13:45.577 INFO O| Dec 03 16:13:45.577 INFO ok!
89632025-12-03T16:13:47.106Z[ recovery-image] Dec 03 16:13:45.578 INFO O| Dec 03 16:13:45.577 INFO STEP 64 (ensure_file) COMPLETE
89642025-12-03T16:13:47.106Z[ recovery-image] Dec 03 16:13:45.578 INFO O| Dec 03 16:13:45.578 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89652025-12-03T16:13:47.110Z[ recovery-image] Dec 03 16:13:45.586 INFO O| Dec 03 16:13:45.586 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
89662025-12-03T16:13:47.110Z[ recovery-image] Dec 03 16:13:45.586 INFO O| Dec 03 16:13:45.586 INFO copying /tmp/.tmpNmWK0T/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
89672025-12-03T16:13:47.114Z[ recovery-image] Dec 03 16:13:45.586 INFO O| Dec 03 16:13:45.586 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
89682025-12-03T16:13:47.114Z[ recovery-image] Dec 03 16:13:45.586 INFO O| Dec 03 16:13:45.586 INFO ok!
89692025-12-03T16:13:47.114Z[ recovery-image] Dec 03 16:13:45.586 INFO O| Dec 03 16:13:45.586 INFO STEP 65 (ensure_file) COMPLETE
89702025-12-03T16:13:47.114Z[ recovery-image] Dec 03 16:13:45.586 INFO O| Dec 03 16:13:45.586 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89712025-12-03T16:13:47.118Z[ recovery-image] Dec 03 16:13:45.594 INFO O| Dec 03 16:13:45.594 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
89722025-12-03T16:13:47.118Z[ recovery-image] Dec 03 16:13:45.594 INFO O| Dec 03 16:13:45.594 INFO STEP 66 (ensure_dir) COMPLETE
89732025-12-03T16:13:47.121Z[ recovery-image] Dec 03 16:13:45.594 INFO O| Dec 03 16:13:45.594 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89742025-12-03T16:13:47.128Z[ recovery-image] Dec 03 16:13:45.603 INFO O| Dec 03 16:13:45.603 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
89752025-12-03T16:13:47.128Z[ recovery-image] Dec 03 16:13:45.603 INFO O| Dec 03 16:13:45.603 INFO STEP 67 (ensure_dir) COMPLETE
89762025-12-03T16:13:47.128Z[ recovery-image] Dec 03 16:13:45.603 INFO O| Dec 03 16:13:45.603 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89772025-12-03T16:13:47.137Z[ recovery-image] Dec 03 16:13:45.613 INFO O| Dec 03 16:13:45.613 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
89782025-12-03T16:13:47.138Z[ recovery-image] Dec 03 16:13:45.613 INFO O| Dec 03 16:13:45.613 INFO STEP 68 (ensure_dir) COMPLETE
89792025-12-03T16:13:47.140Z[ recovery-image] Dec 03 16:13:45.613 INFO O| Dec 03 16:13:45.613 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89802025-12-03T16:13:47.148Z[ recovery-image] Dec 03 16:13:45.624 INFO O| Dec 03 16:13:45.624 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
89812025-12-03T16:13:47.148Z[ recovery-image] Dec 03 16:13:45.624 INFO O| Dec 03 16:13:45.624 INFO STEP 69 (ensure_dir) COMPLETE
89822025-12-03T16:13:47.151Z[ recovery-image] Dec 03 16:13:45.624 INFO O| Dec 03 16:13:45.624 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
89832025-12-03T16:13:47.157Z[ recovery-image] Dec 03 16:13:45.633 INFO O| Dec 03 16:13:45.633 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
89842025-12-03T16:13:47.160Z[ recovery-image] Dec 03 16:13:45.633 INFO O| Dec 03 16:13:45.633 INFO copying /tmp/.tmpNmWK0T/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
89852025-12-03T16:13:47.160Z[ recovery-image] Dec 03 16:13:45.633 INFO O| Dec 03 16:13:45.633 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
89862025-12-03T16:13:47.160Z[ recovery-image] Dec 03 16:13:45.633 INFO O| Dec 03 16:13:45.633 INFO ok!
89872025-12-03T16:13:47.160Z[ recovery-image] Dec 03 16:13:45.633 INFO O| Dec 03 16:13:45.633 INFO STEP 70 (ensure_file) COMPLETE
89882025-12-03T16:13:47.160Z[ recovery-image] Dec 03 16:13:45.633 INFO O| Dec 03 16:13:45.633 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89892025-12-03T16:13:47.166Z[ recovery-image] Dec 03 16:13:45.642 INFO O| Dec 03 16:13:45.642 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
89902025-12-03T16:13:47.169Z[ recovery-image] Dec 03 16:13:45.642 INFO O| Dec 03 16:13:45.642 INFO STEP 71 (remove_files) COMPLETE
89912025-12-03T16:13:47.169Z[ recovery-image] Dec 03 16:13:45.643 INFO O| Dec 03 16:13:45.642 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89922025-12-03T16:13:47.175Z[ recovery-image] Dec 03 16:13:45.651 INFO O| Dec 03 16:13:45.651 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
89932025-12-03T16:13:47.178Z[ recovery-image] Dec 03 16:13:45.651 INFO O| Dec 03 16:13:45.651 INFO STEP 72 (remove_files) COMPLETE
89942025-12-03T16:13:47.178Z[ recovery-image] Dec 03 16:13:45.651 INFO O| Dec 03 16:13:45.651 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89952025-12-03T16:13:47.184Z[ recovery-image] Dec 03 16:13:45.660 INFO O| Dec 03 16:13:45.660 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
89962025-12-03T16:13:47.188Z[ recovery-image] Dec 03 16:13:45.660 INFO O| Dec 03 16:13:45.660 INFO STEP 73 (remove_files) COMPLETE
89972025-12-03T16:13:47.188Z[ recovery-image] Dec 03 16:13:45.660 INFO O| Dec 03 16:13:45.660 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89982025-12-03T16:13:47.193Z[ recovery-image] Dec 03 16:13:45.669 INFO O| Dec 03 16:13:45.669 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
89992025-12-03T16:13:47.196Z[ recovery-image] Dec 03 16:13:45.669 INFO O| Dec 03 16:13:45.669 INFO STEP 74 (remove_files) COMPLETE
90002025-12-03T16:13:47.196Z[ recovery-image] Dec 03 16:13:45.669 INFO O| Dec 03 16:13:45.669 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90012025-12-03T16:13:47.205Z[ recovery-image] Dec 03 16:13:45.680 INFO O| Dec 03 16:13:45.680 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
90022025-12-03T16:13:47.208Z[ recovery-image] Dec 03 16:13:45.680 INFO O| Dec 03 16:13:45.680 INFO STEP 75 (remove_files) COMPLETE
90032025-12-03T16:13:47.208Z[ recovery-image] Dec 03 16:13:45.680 INFO O| Dec 03 16:13:45.680 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90042025-12-03T16:13:47.216Z[ recovery-image] Dec 03 16:13:45.692 INFO O| Dec 03 16:13:45.692 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
90052025-12-03T16:13:47.219Z[ recovery-image] Dec 03 16:13:45.692 INFO O| Dec 03 16:13:45.692 INFO STEP 76 (remove_files) COMPLETE
90062025-12-03T16:13:47.219Z[ recovery-image] Dec 03 16:13:45.692 INFO O| Dec 03 16:13:45.692 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90072025-12-03T16:13:47.225Z[ recovery-image] Dec 03 16:13:45.700 INFO O| Dec 03 16:13:45.700 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
90082025-12-03T16:13:47.225Z[ recovery-image] Dec 03 16:13:45.701 INFO O| Dec 03 16:13:45.701 INFO STEP 77 (remove_files) COMPLETE
90092025-12-03T16:13:47.225Z[ recovery-image] Dec 03 16:13:45.701 INFO O| Dec 03 16:13:45.701 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90102025-12-03T16:13:47.234Z[ recovery-image] Dec 03 16:13:45.710 INFO O| Dec 03 16:13:45.710 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
90112025-12-03T16:13:47.234Z[ recovery-image] Dec 03 16:13:45.710 INFO O| Dec 03 16:13:45.710 INFO STEP 78 (remove_files) COMPLETE
90122025-12-03T16:13:47.234Z[ recovery-image] Dec 03 16:13:45.710 INFO O| Dec 03 16:13:45.710 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90132025-12-03T16:13:47.243Z[ recovery-image] Dec 03 16:13:45.719 INFO O| Dec 03 16:13:45.719 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
90142025-12-03T16:13:47.243Z[ recovery-image] Dec 03 16:13:45.719 INFO O| Dec 03 16:13:45.719 INFO STEP 79 (remove_files) COMPLETE
90152025-12-03T16:13:47.245Z[ recovery-image] Dec 03 16:13:45.719 INFO O| Dec 03 16:13:45.719 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90162025-12-03T16:13:47.255Z[ recovery-image] Dec 03 16:13:45.731 INFO O| Dec 03 16:13:45.730 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
90172025-12-03T16:13:47.255Z[ recovery-image] Dec 03 16:13:45.731 INFO O| Dec 03 16:13:45.731 INFO STEP 80 (remove_files) COMPLETE
90182025-12-03T16:13:47.255Z[ recovery-image] Dec 03 16:13:45.731 INFO O| Dec 03 16:13:45.731 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90192025-12-03T16:13:47.263Z[ recovery-image] Dec 03 16:13:45.739 INFO O| Dec 03 16:13:45.739 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
90202025-12-03T16:13:47.263Z[ recovery-image] Dec 03 16:13:45.739 INFO O| Dec 03 16:13:45.739 INFO STEP 81 (remove_files) COMPLETE
90212025-12-03T16:13:47.263Z[ recovery-image] Dec 03 16:13:45.739 INFO O| Dec 03 16:13:45.739 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90222025-12-03T16:13:47.272Z[ recovery-image] Dec 03 16:13:45.748 INFO O| Dec 03 16:13:45.748 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
90232025-12-03T16:13:47.273Z[ recovery-image] Dec 03 16:13:45.748 INFO O| Dec 03 16:13:45.748 INFO STEP 82 (remove_files) COMPLETE
90242025-12-03T16:13:47.275Z[ recovery-image] Dec 03 16:13:45.748 INFO O| Dec 03 16:13:45.748 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90252025-12-03T16:13:47.281Z[ recovery-image] Dec 03 16:13:45.756 INFO O| Dec 03 16:13:45.756 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
90262025-12-03T16:13:47.281Z[ recovery-image] Dec 03 16:13:45.756 INFO O| Dec 03 16:13:45.756 INFO STEP 83 (remove_files) COMPLETE
90272025-12-03T16:13:47.281Z[ recovery-image] Dec 03 16:13:45.756 INFO O| Dec 03 16:13:45.756 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90282025-12-03T16:13:47.289Z[ recovery-image] Dec 03 16:13:45.765 INFO O| Dec 03 16:13:45.765 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
90292025-12-03T16:13:47.289Z[ recovery-image] Dec 03 16:13:45.765 INFO O| Dec 03 16:13:45.765 INFO STEP 84 (remove_files) COMPLETE
90302025-12-03T16:13:47.289Z[ recovery-image] Dec 03 16:13:45.765 INFO O| Dec 03 16:13:45.765 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90312025-12-03T16:13:47.298Z[ recovery-image] Dec 03 16:13:45.774 INFO O| Dec 03 16:13:45.774 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
90322025-12-03T16:13:47.298Z[ recovery-image] Dec 03 16:13:45.774 INFO O| Dec 03 16:13:45.774 INFO STEP 85 (remove_files) COMPLETE
90332025-12-03T16:13:47.298Z[ recovery-image] Dec 03 16:13:45.774 INFO O| Dec 03 16:13:45.774 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90342025-12-03T16:13:47.311Z[ recovery-image] Dec 03 16:13:45.786 INFO O| Dec 03 16:13:45.786 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
90352025-12-03T16:13:47.311Z[ recovery-image] Dec 03 16:13:45.786 INFO O| Dec 03 16:13:45.786 INFO STEP 86 (remove_files) COMPLETE
90362025-12-03T16:13:47.314Z[ recovery-image] Dec 03 16:13:45.786 INFO O| Dec 03 16:13:45.786 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90372025-12-03T16:13:47.321Z[ recovery-image] Dec 03 16:13:45.795 INFO O| Dec 03 16:13:45.795 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
90382025-12-03T16:13:47.325Z[ recovery-image] Dec 03 16:13:45.795 INFO O| Dec 03 16:13:45.795 INFO STEP 87 (remove_files) COMPLETE
90392025-12-03T16:13:47.325Z[ recovery-image] Dec 03 16:13:45.796 INFO O| Dec 03 16:13:45.795 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90402025-12-03T16:13:47.328Z[ recovery-image] Dec 03 16:13:45.804 INFO O| Dec 03 16:13:45.804 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
90412025-12-03T16:13:47.329Z[ recovery-image] Dec 03 16:13:45.804 INFO O| Dec 03 16:13:45.804 INFO STEP 88 (remove_files) COMPLETE
90422025-12-03T16:13:47.329Z[ recovery-image] Dec 03 16:13:45.804 INFO O| Dec 03 16:13:45.804 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90432025-12-03T16:13:47.341Z[ recovery-image] Dec 03 16:13:45.816 INFO O| Dec 03 16:13:45.816 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
90442025-12-03T16:13:47.341Z[ recovery-image] Dec 03 16:13:45.816 INFO O| Dec 03 16:13:45.816 INFO STEP 89 (remove_files) COMPLETE
90452025-12-03T16:13:47.341Z[ recovery-image] Dec 03 16:13:45.816 INFO O| Dec 03 16:13:45.816 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90462025-12-03T16:13:47.351Z[ recovery-image] Dec 03 16:13:45.827 INFO O| Dec 03 16:13:45.827 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
90472025-12-03T16:13:47.351Z[ recovery-image] Dec 03 16:13:45.827 INFO O| Dec 03 16:13:45.827 INFO STEP 90 (remove_files) COMPLETE
90482025-12-03T16:13:47.351Z[ recovery-image] Dec 03 16:13:45.827 INFO O| Dec 03 16:13:45.827 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90492025-12-03T16:13:47.362Z[ recovery-image] Dec 03 16:13:45.836 INFO O| Dec 03 16:13:45.836 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
90502025-12-03T16:13:47.362Z[ recovery-image] Dec 03 16:13:45.836 INFO O| Dec 03 16:13:45.836 INFO STEP 91 (remove_files) COMPLETE
90512025-12-03T16:13:47.365Z[ recovery-image] Dec 03 16:13:45.836 INFO O| Dec 03 16:13:45.836 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90522025-12-03T16:13:47.371Z[ recovery-image] Dec 03 16:13:45.846 INFO O| Dec 03 16:13:45.846 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
90532025-12-03T16:13:47.371Z[ recovery-image] Dec 03 16:13:45.846 INFO O| Dec 03 16:13:45.846 INFO STEP 92 (remove_files) COMPLETE
90542025-12-03T16:13:47.371Z[ recovery-image] Dec 03 16:13:45.846 INFO O| Dec 03 16:13:45.846 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90552025-12-03T16:13:47.379Z[ recovery-image] Dec 03 16:13:45.855 INFO O| Dec 03 16:13:45.855 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
90562025-12-03T16:13:47.379Z[ recovery-image] Dec 03 16:13:45.855 INFO O| Dec 03 16:13:45.855 INFO STEP 93 (remove_files) COMPLETE
90572025-12-03T16:13:47.382Z[ recovery-image] Dec 03 16:13:45.855 INFO O| Dec 03 16:13:45.855 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90582025-12-03T16:13:47.391Z[ recovery-image] Dec 03 16:13:45.867 INFO O| Dec 03 16:13:45.867 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
90592025-12-03T16:13:47.391Z[ recovery-image] Dec 03 16:13:45.867 INFO O| Dec 03 16:13:45.867 INFO STEP 94 (remove_files) COMPLETE
90602025-12-03T16:13:47.394Z[ recovery-image] Dec 03 16:13:45.867 INFO O| Dec 03 16:13:45.867 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90612025-12-03T16:13:47.403Z[ recovery-image] Dec 03 16:13:45.878 INFO O| Dec 03 16:13:45.878 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
90622025-12-03T16:13:47.403Z[ recovery-image] Dec 03 16:13:45.878 INFO O| Dec 03 16:13:45.878 INFO STEP 95 (remove_files) COMPLETE
90632025-12-03T16:13:47.406Z[ recovery-image] Dec 03 16:13:45.878 INFO O| Dec 03 16:13:45.878 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90642025-12-03T16:13:47.411Z[ recovery-image] Dec 03 16:13:45.887 INFO O| Dec 03 16:13:45.887 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
90652025-12-03T16:13:47.411Z[ recovery-image] Dec 03 16:13:45.887 INFO O| Dec 03 16:13:45.887 INFO STEP 96 (remove_files) COMPLETE
90662025-12-03T16:13:47.411Z[ recovery-image] Dec 03 16:13:45.887 INFO O| Dec 03 16:13:45.887 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90672025-12-03T16:13:47.421Z[ recovery-image] Dec 03 16:13:45.896 INFO O| Dec 03 16:13:45.896 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
90682025-12-03T16:13:47.421Z[ recovery-image] Dec 03 16:13:45.896 INFO O| Dec 03 16:13:45.896 INFO STEP 97 (remove_files) COMPLETE
90692025-12-03T16:13:47.424Z[ recovery-image] Dec 03 16:13:45.896 INFO O| Dec 03 16:13:45.896 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90702025-12-03T16:13:47.431Z[ recovery-image] Dec 03 16:13:45.907 INFO O| Dec 03 16:13:45.907 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
90712025-12-03T16:13:47.431Z[ recovery-image] Dec 03 16:13:45.907 INFO O| Dec 03 16:13:45.907 INFO STEP 98 (remove_files) COMPLETE
90722025-12-03T16:13:47.436Z[ recovery-image] Dec 03 16:13:45.907 INFO O| Dec 03 16:13:45.907 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
90732025-12-03T16:13:47.442Z[ recovery-image] Dec 03 16:13:45.918 INFO O| Dec 03 16:13:45.918 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
90742025-12-03T16:13:47.442Z[ recovery-image] Dec 03 16:13:45.918 INFO O| Dec 03 16:13:45.918 INFO STEP 99 (remove_files) COMPLETE
90752025-12-03T16:13:47.445Z[ recovery-image] Dec 03 16:13:45.918 INFO O| Dec 03 16:13:45.918 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90762025-12-03T16:13:47.458Z[ recovery-image] Dec 03 16:13:45.934 INFO O| Dec 03 16:13:45.934 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
90772025-12-03T16:13:47.461Z[ recovery-image] Dec 03 16:13:45.935 INFO O| Dec 03 16:13:45.934 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_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"}
90782025-12-03T16:13:55.102Z[ recovery-image] Dec 03 16:13:53.576 INFO O| Dec 03 16:13:53.576 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
90792025-12-03T16:13:55.102Z[ recovery-image] Dec 03 16:13:53.576 INFO O| Dec 03 16:13:53.576 INFO E| svccfg: Loaded 68 smf(7) service descriptions
90802025-12-03T16:13:55.121Z[ recovery-image] Dec 03 16:13:53.593 INFO O| Dec 03 16:13:53.593 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"}
90812025-12-03T16:13:55.263Z[ recovery-image] Dec 03 16:13:53.737 INFO O| Dec 03 16:13:53.737 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "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"}
90822025-12-03T16:13:55.336Z[ recovery-image] Dec 03 16:13:53.810 INFO O| Dec 03 16:13:53.810 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
90832025-12-03T16:13:55.426Z[ recovery-image] Dec 03 16:13:53.899 INFO O| Dec 03 16:13:53.899 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
90842025-12-03T16:13:55.426Z[ recovery-image] Dec 03 16:13:53.899 INFO O| Dec 03 16:13:53.899 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 ...
90852025-12-03T16:13:55.433Z[ recovery-image] Dec 03 16:13:53.901 INFO O| Dec 03 16:13:53.901 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
90862025-12-03T16:13:55.433Z[ recovery-image] Dec 03 16:13:53.901 INFO O| Dec 03 16:13:53.901 INFO ok!
90872025-12-03T16:13:55.433Z[ recovery-image] Dec 03 16:13:53.901 INFO O| Dec 03 16:13:53.901 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
90882025-12-03T16:13:55.433Z[ recovery-image] Dec 03 16:13:53.901 INFO O| Dec 03 16:13:53.901 INFO STEP 100 (seed_smf) COMPLETE
90892025-12-03T16:13:55.433Z[ recovery-image] Dec 03 16:13:53.901 INFO O| Dec 03 16:13:53.901 INFO steps complete; finalising image!
90902025-12-03T16:13:55.433Z[ recovery-image] Dec 03 16:13:53.901 INFO O| Dec 03 16:13:53.901 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
90912025-12-03T16:13:55.468Z[ recovery-image] Dec 03 16:13:53.939 INFO O| Dec 03 16:13:53.938 INFO trim TEMPORARY-sled-zfs-recovery: (7% trimmed, started at Wed Dec 3 16:13:53 2025)
90922025-12-03T16:13:55.672Z[ recovery-image] Dec 03 16:13:54.146 INFO O| Dec 03 16:13:54.146 INFO trim TEMPORARY-sled-zfs-recovery: (58% trimmed, started at Wed Dec 3 16:13:53 2025)
90932025-12-03T16:13:55.878Z[ recovery-image] Dec 03 16:13:54.351 INFO O| Dec 03 16:13:54.351 INFO trim TEMPORARY-sled-zfs-recovery: (58% trimmed, started at Wed Dec 3 16:13:53 2025)
90942025-12-03T16:13:56.083Z[ recovery-image] Dec 03 16:13:54.557 INFO O| Dec 03 16:13:54.557 INFO trim TEMPORARY-sled-zfs-recovery: (58% trimmed, started at Wed Dec 3 16:13:53 2025)
90952025-12-03T16:13:56.289Z[ recovery-image] Dec 03 16:13:54.763 INFO O| Dec 03 16:13:54.763 INFO trim TEMPORARY-sled-zfs-recovery: (58% trimmed, started at Wed Dec 3 16:13:53 2025)
90962025-12-03T16:13:56.509Z[ recovery-image] Dec 03 16:13:54.982 INFO O| Dec 03 16:13:54.982 INFO temporary pool has 441M used, 1.32G avail, 1.00x compressratio
90972025-12-03T16:13:56.509Z[ recovery-image] Dec 03 16:13:54.982 INFO O| Dec 03 16:13:54.982 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
90982025-12-03T16:13:56.726Z[ recovery-image] Dec 03 16:13:55.198 INFO O| Dec 03 16:13:55.198 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
90992025-12-03T16:13:56.726Z[ recovery-image] Dec 03 16:13:55.198 INFO O| Dec 03 16:13:55.198 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
91002025-12-03T16:13:59.857Z[ recovery-image] Dec 03 16:13:58.329 INFO O| Dec 03 16:13:58.329 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
91012025-12-03T16:13:59.857Z[ recovery-image] Dec 03 16:13:58.329 INFO O| Dec 03 16:13:58.329 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
91022025-12-03T16:13:59.860Z[ recovery-image] Dec 03 16:13:58.329 INFO O| Dec 03 16:13:58.329 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
91032025-12-03T16:13:59.860Z[ recovery-image] Dec 03 16:13:58.329 INFO O| Dec 03 16:13:58.329 INFO completed processing sled/zfs-recovery
91042025-12-03T16:13:59.860Z[ recovery-image] Dec 03 16:13:58.329 INFO O| Dec 03 16:13:58.329 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
91052025-12-03T16:14:00.929Z[ recovery-image] Dec 03 16:13:59.401 INFO O| Dec 03 16:13:59.401 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
91062025-12-03T16:14:01.046Z[ recovery-image] Dec 03 16:13:59.518 INFO BUILD STRING "heads/stlouis-0-g035f8647f6\n"
91072025-12-03T16:14:01.051Z[ recovery-image] Dec 03 16:13:59.520 INFO expanded image name: "recovery 3569914/${os_short_commit} 2025-12-03 15:18" -> "recovery 3569914/035f864 2025-12-03 15:18"
91082025-12-03T16:14:01.051Z[ recovery-image] Dec 03 16:13:59.520 INFO output artefacts stored in: "/work/os-recovery"
91092025-12-03T16:14:01.051Z[ recovery-image] Dec 03 16:13:59.520 INFO collecting git info from project "image-builder"...
91102025-12-03T16:14:01.113Z[ recovery-image] Dec 03 16:13:59.586 INFO collecting git info from project "chelsio-t6-roms"...
91112025-12-03T16:14:01.194Z[ recovery-image] Dec 03 16:13:59.667 INFO collecting git info from project "phbl"...
91122025-12-03T16:14:01.235Z[ recovery-image] Dec 03 16:13:59.707 INFO collecting git info from project "pinprick"...
91132025-12-03T16:14:01.256Z[ recovery-image] Dec 03 16:13:59.727 INFO collecting git info from project "pilot"...
91142025-12-03T16:14:01.762Z[ recovery-image] Dec 03 16:14:00.235 INFO collecting git info from project "amd-host-image-builder"...
91152025-12-03T16:14:02.604Z[ recovery-image] Dec 03 16:14:01.072 INFO collecting git info from project "amd-firmware"...
91162025-12-03T16:14:06.893Z[ recovery-image] Dec 03 16:14:05.365 INFO collecting git info from project "dmar-report"...
91172025-12-03T16:14:06.943Z[ recovery-image] Dec 03 16:14:05.414 INFO collecting git info from project "bootserver"...
91182025-12-03T16:14:06.967Z[ recovery-image] Dec 03 16:14:05.439 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
91192025-12-03T16:14:07.892Z[ recovery-image] Dec 03 16:14:06.363 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
91202025-12-03T16:14:08.568Z[ recovery-image] Dec 03 16:14:07.038 INFO creating Oxide boot image...
91212025-12-03T16:14:08.571Z[ recovery-image] Dec 03 16:14:07.041 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 3569914/035f864 2025-12-03 15:18", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
91222025-12-03T16:14:34.067Z[ host-image] Dec 03 16:14:32.533 INFO O| adding properties...
91232025-12-03T16:14:36.235Z[ host-image] Dec 03 16:14:34.702 INFO O| installing packages...
91242025-12-03T16:15:11.398Z[verify-libraries] Finished `release` profile [optimized] target(s) in 26m 27s
91252025-12-03T16:15:11.915ZDec 03 16:15:10.375 INFO [verify-libraries] process exited with exit status: 0 (1595.072384214s)
91262025-12-03T16:15:12.449Z[ host-image] Dec 03 16:15:10.909 INFO O| seeding SMF database...
91272025-12-03T16:15:16.474Z[ recovery-image] Dec 03 16:15:14.934 INFO O| ok, image written!
91282025-12-03T16:15:16.475Z[ recovery-image] Dec 03 16:15:14.934 INFO O| ok, boot_image_csum file written!
91292025-12-03T16:15:16.493Z[ recovery-image] Dec 03 16:15:14.953 INFO creating boot archive (CPIO)...
91302025-12-03T16:15:16.493Z[ recovery-image] Dec 03 16:15:14.953 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
91312025-12-03T16:15:16.504Z[ recovery-image] Dec 03 16:15:14.964 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
91322025-12-03T16:15:16.504Z[ recovery-image] Dec 03 16:15:14.964 INFO E| + outfile=/work/os-recovery/cpio
91332025-12-03T16:15:16.507Z[ recovery-image] Dec 03 16:15:14.964 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
91342025-12-03T16:15:16.510Z[ recovery-image] Dec 03 16:15:14.967 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
91352025-12-03T16:15:16.510Z[ recovery-image] Dec 03 16:15:14.968 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
91362025-12-03T16:15:16.543Z[ recovery-image] Dec 03 16:15:15.003 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
91372025-12-03T16:15:16.543Z[ recovery-image] Dec 03 16:15:15.003 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
91382025-12-03T16:15:16.550Z[ recovery-image] Dec 03 16:15:15.010 INFO creating compressed cpio/unix for dev loaders...
91392025-12-03T16:15:16.550Z[ recovery-image] Dec 03 16:15:15.010 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
91402025-12-03T16:15:16.855Z[ recovery-image] Dec 03 16:15:15.315 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
91412025-12-03T16:15:19.562Z[ host-image] Dec 03 16:15:18.021 INFO O| configuring SMF profile...
91422025-12-03T16:15:19.565Z[ host-image] Dec 03 16:15:18.021 INFO O| modifying shadow(5)...
91432025-12-03T16:15:19.565Z[ host-image] Dec 03 16:15:18.021 INFO O| loading user and group database...
91442025-12-03T16:15:19.565Z[ host-image] Dec 03 16:15:18.021 INFO O| loading facet selections...
91452025-12-03T16:15:19.951Z[ host-image] Dec 03 16:15:18.411 INFO O| devel -> true
91462025-12-03T16:15:19.951Z[ host-image] Dec 03 16:15:18.411 INFO O| doc.man -> true
91472025-12-03T16:15:19.955Z[ host-image] Dec 03 16:15:18.411 INFO O| version-lock.shell/ksh93 -> true
91482025-12-03T16:15:19.955Z[ host-image] Dec 03 16:15:18.411 INFO O| version-lock.system/data/hardware-registry -> true
91492025-12-03T16:15:19.955Z[ host-image] Dec 03 16:15:18.411 INFO O| version-lock.system/data/zoneinfo -> true
91502025-12-03T16:15:19.955Z[ host-image] Dec 03 16:15:18.411 INFO O| version-lock.system/microcode/amd -> true
91512025-12-03T16:15:19.955Z[ host-image] Dec 03 16:15:18.411 INFO O| version-lock.system/microcode/intel -> true
91522025-12-03T16:15:19.955Z[ host-image] Dec 03 16:15:18.411 INFO O| version-lock.system/microcode/oxide -> true
91532025-12-03T16:15:19.955Z[ host-image] Dec 03 16:15:18.411 INFO O| assessing packaged files...
91542025-12-03T16:15:21.284Z[ recovery-image] Dec 03 16:15:19.743 INFO creating reset image...
91552025-12-03T16:15:21.284Z[ recovery-image] Dec 03 16:15:19.743 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
91562025-12-03T16:15:22.223Z[ host-image] Dec 03 16:15:20.682 INFO O| creating archive...
91572025-12-03T16:15:22.255Z[ host-image] Dec 03 16:15:20.713 INFO O| missing from packaging:
91582025-12-03T16:15:22.258Z[ host-image] Dec 03 16:15:20.713 INFO O| "etc/.pwd.lock"
91592025-12-03T16:15:22.258Z[ host-image] Dec 03 16:15:20.713 INFO O| "etc/bash"
91602025-12-03T16:15:22.261Z[ host-image] Dec 03 16:15:20.719 INFO O| "etc/svc/profile/generic.xml"
91612025-12-03T16:15:22.261Z[ host-image] Dec 03 16:15:20.719 INFO O| "etc/svc/profile/inetd_services.xml"
91622025-12-03T16:15:22.261Z[ host-image] Dec 03 16:15:20.719 INFO O| "etc/svc/profile/name_service.xml"
91632025-12-03T16:15:22.261Z[ host-image] Dec 03 16:15:20.719 INFO O| "etc/svc/profile/platform.xml"
91642025-12-03T16:15:22.261Z[ host-image] Dec 03 16:15:20.719 INFO O| "etc/svc/profile/platform_omicron1.xml"
91652025-12-03T16:15:22.261Z[ host-image] Dec 03 16:15:20.719 INFO O| "etc/svc/repository.db"
91662025-12-03T16:15:22.268Z[ host-image] Dec 03 16:15:20.728 INFO O| "opt/ooce/share"
91672025-12-03T16:15:22.268Z[ host-image] Dec 03 16:15:20.728 INFO O| "opt/ooce/share/man"
91682025-12-03T16:15:22.271Z[ host-image] Dec 03 16:15:20.728 INFO O| "opt/ooce/share/man/man1"
91692025-12-03T16:15:22.278Z[ host-image] Dec 03 16:15:20.737 INFO O| finishing archive...
91702025-12-03T16:15:25.312Z[ host-image] Dec 03 16:15:23.770 INFO O| creating gzonly manifest...
91712025-12-03T16:15:25.319Z[ host-image] Dec 03 16:15:23.777 INFO O| ok
91722025-12-03T16:15:25.458Z[ host-image] Dec 03 16:15:23.916 INFO image builder template: ramdisk-02-trim...
91732025-12-03T16:15:25.458Z[ host-image] Dec 03 16:15:23.916 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/.tmpNmWK0T/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@18.0.0.0", "-F", "optever=0.37.424", "-n", "ramdisk-02-trim"], pwd: None
91742025-12-03T16:15:25.477Z[ host-image] Dec 03 16:15:23.936 INFO O| Dec 03 16:15:23.936 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
91752025-12-03T16:15:25.480Z[ host-image] Dec 03 16:15:23.939 INFO O| Dec 03 16:15:23.939 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
91762025-12-03T16:15:25.835Z[ host-image] Dec 03 16:15:24.293 INFO O| Dec 03 16:15:24.293 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
91772025-12-03T16:15:25.928Z[ host-image] Dec 03 16:15:24.386 INFO O| Dec 03 16:15:24.386 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
91782025-12-03T16:15:25.928Z[ host-image] Dec 03 16:15:24.387 INFO O| Dec 03 16:15:24.387 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
91792025-12-03T16:15:25.932Z[ host-image] Dec 03 16:15:24.391 INFO O| Dec 03 16:15:24.391 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
91802025-12-03T16:15:25.935Z[ host-image] Dec 03 16:15:24.394 INFO O| Dec 03 16:15:24.394 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
91812025-12-03T16:15:25.939Z[ host-image] Dec 03 16:15:24.398 INFO O| Dec 03 16:15:24.398 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
91822025-12-03T16:15:26.381Z[ host-image] Dec 03 16:15:24.839 INFO O| Dec 03 16:15:24.839 INFO rolled back to input snapshot; work may begin
91832025-12-03T16:15:26.381Z[ host-image] Dec 03 16:15:24.839 INFO O| Dec 03 16:15:24.839 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
91842025-12-03T16:15:26.385Z[ host-image] Dec 03 16:15:24.843 INFO O| Dec 03 16:15:24.843 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91852025-12-03T16:15:26.393Z[ host-image] Dec 03 16:15:24.851 INFO O| Dec 03 16:15:24.851 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
91862025-12-03T16:15:26.442Z[ host-image] Dec 03 16:15:24.900 INFO O| Dec 03 16:15:24.900 INFO STEP 0 (remove_files) COMPLETE
91872025-12-03T16:15:26.442Z[ host-image] Dec 03 16:15:24.900 INFO O| Dec 03 16:15:24.900 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91882025-12-03T16:15:26.451Z[ host-image] Dec 03 16:15:24.909 INFO O| Dec 03 16:15:24.909 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
91892025-12-03T16:15:26.454Z[ host-image] Dec 03 16:15:24.911 INFO O| Dec 03 16:15:24.911 INFO STEP 1 (remove_files) COMPLETE
91902025-12-03T16:15:26.454Z[ host-image] Dec 03 16:15:24.911 INFO O| Dec 03 16:15:24.911 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91912025-12-03T16:15:26.460Z[ host-image] Dec 03 16:15:24.918 INFO O| Dec 03 16:15:24.918 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
91922025-12-03T16:15:26.474Z[ host-image] Dec 03 16:15:24.933 INFO O| Dec 03 16:15:24.933 INFO STEP 2 (remove_files) COMPLETE
91932025-12-03T16:15:26.474Z[ host-image] Dec 03 16:15:24.933 INFO O| Dec 03 16:15:24.933 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91942025-12-03T16:15:26.482Z[ host-image] Dec 03 16:15:24.941 INFO O| Dec 03 16:15:24.940 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
91952025-12-03T16:15:26.485Z[ host-image] Dec 03 16:15:24.942 INFO O| Dec 03 16:15:24.942 INFO STEP 3 (remove_files) COMPLETE
91962025-12-03T16:15:26.485Z[ host-image] Dec 03 16:15:24.943 INFO O| Dec 03 16:15:24.942 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91972025-12-03T16:15:26.492Z[ host-image] Dec 03 16:15:24.950 INFO O| Dec 03 16:15:24.950 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
91982025-12-03T16:15:26.496Z[ host-image] Dec 03 16:15:24.954 INFO O| Dec 03 16:15:24.954 INFO STEP 4 (remove_files) COMPLETE
91992025-12-03T16:15:26.496Z[ host-image] Dec 03 16:15:24.954 INFO O| Dec 03 16:15:24.954 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92002025-12-03T16:15:26.504Z[ host-image] Dec 03 16:15:24.962 INFO O| Dec 03 16:15:24.962 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
92012025-12-03T16:15:26.507Z[ host-image] Dec 03 16:15:24.965 INFO O| Dec 03 16:15:24.965 INFO STEP 5 (remove_files) COMPLETE
92022025-12-03T16:15:26.507Z[ host-image] Dec 03 16:15:24.965 INFO O| Dec 03 16:15:24.965 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92032025-12-03T16:15:26.544Z[ host-image] Dec 03 16:15:24.973 INFO O| Dec 03 16:15:24.973 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
92042025-12-03T16:15:26.548Z[ host-image] Dec 03 16:15:24.983 INFO O| Dec 03 16:15:24.982 INFO STEP 6 (remove_files) COMPLETE
92052025-12-03T16:15:26.548Z[ host-image] Dec 03 16:15:24.983 INFO O| Dec 03 16:15:24.983 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92062025-12-03T16:15:26.548Z[ host-image] Dec 03 16:15:24.990 INFO O| Dec 03 16:15:24.990 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man"
92072025-12-03T16:15:26.548Z[ host-image] Dec 03 16:15:25.003 INFO O| Dec 03 16:15:25.003 INFO STEP 7 (remove_files) COMPLETE
92082025-12-03T16:15:26.548Z[ host-image] Dec 03 16:15:25.003 INFO O| Dec 03 16:15:25.003 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92092025-12-03T16:15:26.553Z[ host-image] Dec 03 16:15:25.012 INFO O| Dec 03 16:15:25.012 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
92102025-12-03T16:15:26.642Z[ host-image] Dec 03 16:15:25.100 INFO O| Dec 03 16:15:25.100 INFO STEP 8 (remove_files) COMPLETE
92112025-12-03T16:15:26.642Z[ host-image] Dec 03 16:15:25.100 INFO O| Dec 03 16:15:25.100 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92122025-12-03T16:15:26.650Z[ host-image] Dec 03 16:15:25.108 INFO O| Dec 03 16:15:25.108 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
92132025-12-03T16:15:26.743Z[ host-image] Dec 03 16:15:25.201 INFO O| Dec 03 16:15:25.201 INFO STEP 9 (remove_files) COMPLETE
92142025-12-03T16:15:26.743Z[ host-image] Dec 03 16:15:25.201 INFO O| Dec 03 16:15:25.201 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92152025-12-03T16:15:26.751Z[ host-image] Dec 03 16:15:25.209 INFO O| Dec 03 16:15:25.209 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
92162025-12-03T16:15:26.755Z[ host-image] Dec 03 16:15:25.213 INFO O| Dec 03 16:15:25.213 INFO STEP 10 (remove_files) COMPLETE
92172025-12-03T16:15:26.758Z[ host-image] Dec 03 16:15:25.213 INFO O| Dec 03 16:15:25.213 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92182025-12-03T16:15:26.762Z[ host-image] Dec 03 16:15:25.220 INFO O| Dec 03 16:15:25.220 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
92192025-12-03T16:15:26.765Z[ host-image] Dec 03 16:15:25.221 INFO O| Dec 03 16:15:25.221 INFO STEP 11 (remove_files) COMPLETE
92202025-12-03T16:15:26.765Z[ host-image] Dec 03 16:15:25.221 INFO O| Dec 03 16:15:25.221 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92212025-12-03T16:15:26.771Z[ host-image] Dec 03 16:15:25.229 INFO O| Dec 03 16:15:25.229 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
92222025-12-03T16:15:26.773Z[ host-image] Dec 03 16:15:25.230 INFO O| Dec 03 16:15:25.230 INFO STEP 12 (remove_files) COMPLETE
92232025-12-03T16:15:26.774Z[ host-image] Dec 03 16:15:25.230 INFO O| Dec 03 16:15:25.230 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92242025-12-03T16:15:26.787Z[ host-image] Dec 03 16:15:25.245 INFO O| Dec 03 16:15:25.245 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
92252025-12-03T16:15:26.790Z[ host-image] Dec 03 16:15:25.246 INFO O| Dec 03 16:15:25.246 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
92262025-12-03T16:15:26.796Z[ host-image] Dec 03 16:15:25.254 INFO O| Dec 03 16:15:25.254 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a"
92272025-12-03T16:15:26.825Z[ host-image] Dec 03 16:15:25.283 INFO O| Dec 03 16:15:25.283 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
92282025-12-03T16:15:27.056Z[ host-image] Dec 03 16:15:25.514 INFO O| Dec 03 16:15:25.514 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
92292025-12-03T16:15:27.066Z[ host-image] Dec 03 16:15:25.524 INFO O| Dec 03 16:15:25.524 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
92302025-12-03T16:15:27.070Z[ host-image] Dec 03 16:15:25.524 INFO O| Dec 03 16:15:25.524 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
92312025-12-03T16:15:27.070Z[ host-image] Dec 03 16:15:25.524 INFO O| Dec 03 16:15:25.524 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
92322025-12-03T16:15:27.070Z[ host-image] Dec 03 16:15:25.524 INFO O| Dec 03 16:15:25.524 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
92332025-12-03T16:15:27.071Z[ host-image] Dec 03 16:15:25.524 INFO O| Dec 03 16:15:25.524 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
92342025-12-03T16:15:27.071Z[ host-image] Dec 03 16:15:25.525 INFO O| Dec 03 16:15:25.525 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
92352025-12-03T16:15:27.071Z[ host-image] Dec 03 16:15:25.525 INFO O| Dec 03 16:15:25.525 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
92362025-12-03T16:15:27.071Z[ host-image] Dec 03 16:15:25.525 INFO O| Dec 03 16:15:25.525 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
92372025-12-03T16:15:27.071Z[ host-image] Dec 03 16:15:25.525 INFO O| Dec 03 16:15:25.525 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
92382025-12-03T16:15:27.071Z[ host-image] Dec 03 16:15:25.525 INFO O| Dec 03 16:15:25.525 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
92392025-12-03T16:15:27.072Z[ host-image] Dec 03 16:15:25.525 INFO O| Dec 03 16:15:25.525 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
92402025-12-03T16:15:27.072Z[ host-image] Dec 03 16:15:25.525 INFO O| Dec 03 16:15:25.525 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
92412025-12-03T16:15:27.072Z[ host-image] Dec 03 16:15:25.525 INFO O| Dec 03 16:15:25.525 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
92422025-12-03T16:15:27.072Z[ host-image] Dec 03 16:15:25.526 INFO O| Dec 03 16:15:25.526 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
92432025-12-03T16:15:27.072Z[ host-image] Dec 03 16:15:25.526 INFO O| Dec 03 16:15:25.526 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
92442025-12-03T16:15:27.072Z[ host-image] Dec 03 16:15:25.526 INFO O| Dec 03 16:15:25.526 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
92452025-12-03T16:15:27.082Z[ host-image] Dec 03 16:15:25.541 INFO O| Dec 03 16:15:25.541 INFO STEP 13 (remove_files) COMPLETE
92462025-12-03T16:15:27.083Z[ host-image] Dec 03 16:15:25.541 INFO O| Dec 03 16:15:25.541 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92472025-12-03T16:15:27.092Z[ host-image] Dec 03 16:15:25.550 INFO O| Dec 03 16:15:25.550 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
92482025-12-03T16:15:27.095Z[ host-image] Dec 03 16:15:25.552 INFO O| Dec 03 16:15:25.552 INFO STEP 14 (remove_files) COMPLETE
92492025-12-03T16:15:27.095Z[ host-image] Dec 03 16:15:25.552 INFO O| Dec 03 16:15:25.552 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92502025-12-03T16:15:27.101Z[ host-image] Dec 03 16:15:25.559 INFO O| Dec 03 16:15:25.559 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
92512025-12-03T16:15:27.108Z[ host-image] Dec 03 16:15:25.566 INFO O| Dec 03 16:15:25.566 INFO STEP 15 (remove_files) COMPLETE
92522025-12-03T16:15:27.111Z[ host-image] Dec 03 16:15:25.566 INFO O| Dec 03 16:15:25.566 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92532025-12-03T16:15:27.115Z[ host-image] Dec 03 16:15:25.573 INFO O| Dec 03 16:15:25.573 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
92542025-12-03T16:15:27.118Z[ host-image] Dec 03 16:15:25.573 INFO O| Dec 03 16:15:25.573 INFO STEP 16 (remove_files) COMPLETE
92552025-12-03T16:15:27.118Z[ host-image] Dec 03 16:15:25.573 INFO O| Dec 03 16:15:25.573 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92562025-12-03T16:15:27.123Z[ host-image] Dec 03 16:15:25.581 INFO O| Dec 03 16:15:25.581 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
92572025-12-03T16:15:27.126Z[ host-image] Dec 03 16:15:25.582 INFO O| Dec 03 16:15:25.582 INFO STEP 17 (remove_files) COMPLETE
92582025-12-03T16:15:27.126Z[ host-image] Dec 03 16:15:25.582 INFO O| Dec 03 16:15:25.582 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92592025-12-03T16:15:27.132Z[ host-image] Dec 03 16:15:25.590 INFO O| Dec 03 16:15:25.590 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
92602025-12-03T16:15:27.134Z[ host-image] Dec 03 16:15:25.590 INFO O| Dec 03 16:15:25.590 INFO STEP 18 (remove_files) COMPLETE
92612025-12-03T16:15:27.134Z[ host-image] Dec 03 16:15:25.590 INFO O| Dec 03 16:15:25.590 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92622025-12-03T16:15:27.140Z[ host-image] Dec 03 16:15:25.598 INFO O| Dec 03 16:15:25.598 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
92632025-12-03T16:15:27.142Z[ host-image] Dec 03 16:15:25.598 INFO O| Dec 03 16:15:25.598 INFO STEP 19 (remove_files) COMPLETE
92642025-12-03T16:15:27.142Z[ host-image] Dec 03 16:15:25.598 INFO O| Dec 03 16:15:25.598 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92652025-12-03T16:15:27.147Z[ host-image] Dec 03 16:15:25.606 INFO O| Dec 03 16:15:25.606 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
92662025-12-03T16:15:27.147Z[ host-image] Dec 03 16:15:25.606 INFO O| Dec 03 16:15:25.606 INFO STEP 20 (remove_files) COMPLETE
92672025-12-03T16:15:27.150Z[ host-image] Dec 03 16:15:25.606 INFO O| Dec 03 16:15:25.606 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92682025-12-03T16:15:27.155Z[ host-image] Dec 03 16:15:25.613 INFO O| Dec 03 16:15:25.613 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
92692025-12-03T16:15:27.157Z[ host-image] Dec 03 16:15:25.613 INFO O| Dec 03 16:15:25.613 INFO STEP 21 (remove_files) COMPLETE
92702025-12-03T16:15:27.157Z[ host-image] Dec 03 16:15:25.613 INFO O| Dec 03 16:15:25.613 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92712025-12-03T16:15:27.163Z[ host-image] Dec 03 16:15:25.621 INFO O| Dec 03 16:15:25.621 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
92722025-12-03T16:15:27.163Z[ host-image] Dec 03 16:15:25.621 INFO O| Dec 03 16:15:25.621 INFO STEP 22 (remove_files) COMPLETE
92732025-12-03T16:15:27.166Z[ host-image] Dec 03 16:15:25.621 INFO O| Dec 03 16:15:25.621 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92742025-12-03T16:15:27.170Z[ host-image] Dec 03 16:15:25.629 INFO O| Dec 03 16:15:25.629 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
92752025-12-03T16:15:27.173Z[ host-image] Dec 03 16:15:25.629 INFO O| Dec 03 16:15:25.629 INFO STEP 23 (remove_files) COMPLETE
92762025-12-03T16:15:27.174Z[ host-image] Dec 03 16:15:25.629 INFO O| Dec 03 16:15:25.629 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92772025-12-03T16:15:27.178Z[ host-image] Dec 03 16:15:25.636 INFO O| Dec 03 16:15:25.636 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
92782025-12-03T16:15:27.178Z[ host-image] Dec 03 16:15:25.636 INFO O| Dec 03 16:15:25.636 INFO STEP 24 (remove_files) COMPLETE
92792025-12-03T16:15:27.181Z[ host-image] Dec 03 16:15:25.636 INFO O| Dec 03 16:15:25.636 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92802025-12-03T16:15:27.185Z[ host-image] Dec 03 16:15:25.644 INFO O| Dec 03 16:15:25.644 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
92812025-12-03T16:15:27.186Z[ host-image] Dec 03 16:15:25.644 INFO O| Dec 03 16:15:25.644 INFO STEP 25 (remove_files) COMPLETE
92822025-12-03T16:15:27.186Z[ host-image] Dec 03 16:15:25.644 INFO O| Dec 03 16:15:25.644 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92832025-12-03T16:15:27.193Z[ host-image] Dec 03 16:15:25.651 INFO O| Dec 03 16:15:25.651 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
92842025-12-03T16:15:27.196Z[ host-image] Dec 03 16:15:25.652 INFO O| Dec 03 16:15:25.652 INFO STEP 26 (remove_files) COMPLETE
92852025-12-03T16:15:27.196Z[ host-image] Dec 03 16:15:25.652 INFO O| Dec 03 16:15:25.652 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92862025-12-03T16:15:27.201Z[ host-image] Dec 03 16:15:25.659 INFO O| Dec 03 16:15:25.659 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
92872025-12-03T16:15:27.201Z[ host-image] Dec 03 16:15:25.659 INFO O| Dec 03 16:15:25.659 INFO STEP 27 (remove_files) COMPLETE
92882025-12-03T16:15:27.204Z[ host-image] Dec 03 16:15:25.659 INFO O| Dec 03 16:15:25.659 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92892025-12-03T16:15:27.209Z[ host-image] Dec 03 16:15:25.667 INFO O| Dec 03 16:15:25.667 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
92902025-12-03T16:15:27.212Z[ host-image] Dec 03 16:15:25.667 INFO O| Dec 03 16:15:25.667 INFO STEP 28 (remove_files) COMPLETE
92912025-12-03T16:15:27.212Z[ host-image] Dec 03 16:15:25.667 INFO O| Dec 03 16:15:25.667 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92922025-12-03T16:15:27.217Z[ host-image] Dec 03 16:15:25.675 INFO O| Dec 03 16:15:25.675 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
92932025-12-03T16:15:27.217Z[ host-image] Dec 03 16:15:25.675 INFO O| Dec 03 16:15:25.675 INFO STEP 29 (remove_files) COMPLETE
92942025-12-03T16:15:27.220Z[ host-image] Dec 03 16:15:25.675 INFO O| Dec 03 16:15:25.675 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92952025-12-03T16:15:27.224Z[ host-image] Dec 03 16:15:25.683 INFO O| Dec 03 16:15:25.683 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
92962025-12-03T16:15:27.224Z[ host-image] Dec 03 16:15:25.683 INFO O| Dec 03 16:15:25.683 INFO STEP 30 (remove_files) COMPLETE
92972025-12-03T16:15:27.227Z[ host-image] Dec 03 16:15:25.683 INFO O| Dec 03 16:15:25.683 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92982025-12-03T16:15:27.232Z[ host-image] Dec 03 16:15:25.690 INFO O| Dec 03 16:15:25.690 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
92992025-12-03T16:15:27.235Z[ host-image] Dec 03 16:15:25.690 INFO O| Dec 03 16:15:25.690 INFO STEP 31 (remove_files) COMPLETE
93002025-12-03T16:15:27.235Z[ host-image] Dec 03 16:15:25.690 INFO O| Dec 03 16:15:25.690 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93012025-12-03T16:15:27.240Z[ host-image] Dec 03 16:15:25.698 INFO O| Dec 03 16:15:25.698 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
93022025-12-03T16:15:27.245Z[ host-image] Dec 03 16:15:25.698 INFO O| Dec 03 16:15:25.698 INFO STEP 32 (remove_files) COMPLETE
93032025-12-03T16:15:27.245Z[ host-image] Dec 03 16:15:25.698 INFO O| Dec 03 16:15:25.698 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93042025-12-03T16:15:27.247Z[ host-image] Dec 03 16:15:25.705 INFO O| Dec 03 16:15:25.705 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
93052025-12-03T16:15:27.247Z[ host-image] Dec 03 16:15:25.705 INFO O| Dec 03 16:15:25.705 INFO STEP 33 (remove_files) COMPLETE
93062025-12-03T16:15:27.248Z[ host-image] Dec 03 16:15:25.705 INFO O| Dec 03 16:15:25.705 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93072025-12-03T16:15:27.254Z[ host-image] Dec 03 16:15:25.713 INFO O| Dec 03 16:15:25.713 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
93082025-12-03T16:15:27.254Z[ host-image] Dec 03 16:15:25.713 INFO O| Dec 03 16:15:25.713 INFO STEP 34 (remove_files) COMPLETE
93092025-12-03T16:15:27.257Z[ host-image] Dec 03 16:15:25.713 INFO O| Dec 03 16:15:25.713 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93102025-12-03T16:15:27.262Z[ host-image] Dec 03 16:15:25.720 INFO O| Dec 03 16:15:25.720 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
93112025-12-03T16:15:27.262Z[ host-image] Dec 03 16:15:25.720 INFO O| Dec 03 16:15:25.720 INFO STEP 35 (remove_files) COMPLETE
93122025-12-03T16:15:27.265Z[ host-image] Dec 03 16:15:25.720 INFO O| Dec 03 16:15:25.720 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93132025-12-03T16:15:27.269Z[ host-image] Dec 03 16:15:25.727 INFO O| Dec 03 16:15:25.727 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
93142025-12-03T16:15:27.272Z[ host-image] Dec 03 16:15:25.727 INFO O| Dec 03 16:15:25.727 INFO STEP 36 (remove_files) COMPLETE
93152025-12-03T16:15:27.272Z[ host-image] Dec 03 16:15:25.727 INFO O| Dec 03 16:15:25.727 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93162025-12-03T16:15:27.277Z[ host-image] Dec 03 16:15:25.735 INFO O| Dec 03 16:15:25.735 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
93172025-12-03T16:15:27.281Z[ host-image] Dec 03 16:15:25.735 INFO O| Dec 03 16:15:25.735 INFO STEP 37 (remove_files) COMPLETE
93182025-12-03T16:15:27.282Z[ host-image] Dec 03 16:15:25.735 INFO O| Dec 03 16:15:25.735 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93192025-12-03T16:15:27.285Z[ host-image] Dec 03 16:15:25.743 INFO O| Dec 03 16:15:25.743 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
93202025-12-03T16:15:27.285Z[ host-image] Dec 03 16:15:25.743 INFO O| Dec 03 16:15:25.743 INFO STEP 38 (remove_files) COMPLETE
93212025-12-03T16:15:27.285Z[ host-image] Dec 03 16:15:25.743 INFO O| Dec 03 16:15:25.743 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93222025-12-03T16:15:27.292Z[ host-image] Dec 03 16:15:25.751 INFO O| Dec 03 16:15:25.751 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
93232025-12-03T16:15:27.292Z[ host-image] Dec 03 16:15:25.751 INFO O| Dec 03 16:15:25.751 INFO STEP 39 (remove_files) COMPLETE
93242025-12-03T16:15:27.296Z[ host-image] Dec 03 16:15:25.751 INFO O| Dec 03 16:15:25.751 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93252025-12-03T16:15:27.300Z[ host-image] Dec 03 16:15:25.758 INFO O| Dec 03 16:15:25.758 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
93262025-12-03T16:15:27.300Z[ host-image] Dec 03 16:15:25.758 INFO O| Dec 03 16:15:25.758 INFO STEP 40 (remove_files) COMPLETE
93272025-12-03T16:15:27.303Z[ host-image] Dec 03 16:15:25.758 INFO O| Dec 03 16:15:25.758 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93282025-12-03T16:15:27.308Z[ host-image] Dec 03 16:15:25.766 INFO O| Dec 03 16:15:25.766 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
93292025-12-03T16:15:27.308Z[ host-image] Dec 03 16:15:25.766 INFO O| Dec 03 16:15:25.766 INFO STEP 41 (remove_files) COMPLETE
93302025-12-03T16:15:27.308Z[ host-image] Dec 03 16:15:25.766 INFO O| Dec 03 16:15:25.766 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93312025-12-03T16:15:27.315Z[ host-image] Dec 03 16:15:25.774 INFO O| Dec 03 16:15:25.774 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
93322025-12-03T16:15:27.319Z[ host-image] Dec 03 16:15:25.774 INFO O| Dec 03 16:15:25.774 INFO STEP 42 (remove_files) COMPLETE
93332025-12-03T16:15:27.319Z[ host-image] Dec 03 16:15:25.774 INFO O| Dec 03 16:15:25.774 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93342025-12-03T16:15:27.323Z[ host-image] Dec 03 16:15:25.781 INFO O| Dec 03 16:15:25.781 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
93352025-12-03T16:15:27.323Z[ host-image] Dec 03 16:15:25.781 INFO O| Dec 03 16:15:25.781 INFO STEP 43 (remove_files) COMPLETE
93362025-12-03T16:15:27.326Z[ host-image] Dec 03 16:15:25.781 INFO O| Dec 03 16:15:25.781 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93372025-12-03T16:15:27.332Z[ host-image] Dec 03 16:15:25.789 INFO O| Dec 03 16:15:25.789 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
93382025-12-03T16:15:27.335Z[ host-image] Dec 03 16:15:25.789 INFO O| Dec 03 16:15:25.789 INFO STEP 44 (remove_files) COMPLETE
93392025-12-03T16:15:27.335Z[ host-image] Dec 03 16:15:25.789 INFO O| Dec 03 16:15:25.789 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93402025-12-03T16:15:27.339Z[ host-image] Dec 03 16:15:25.796 INFO O| Dec 03 16:15:25.796 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
93412025-12-03T16:15:27.339Z[ host-image] Dec 03 16:15:25.796 INFO O| Dec 03 16:15:25.796 INFO STEP 45 (remove_files) COMPLETE
93422025-12-03T16:15:27.342Z[ host-image] Dec 03 16:15:25.796 INFO O| Dec 03 16:15:25.796 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93432025-12-03T16:15:27.345Z[ host-image] Dec 03 16:15:25.804 INFO O| Dec 03 16:15:25.804 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
93442025-12-03T16:15:27.346Z[ host-image] Dec 03 16:15:25.804 INFO O| Dec 03 16:15:25.804 INFO STEP 46 (remove_files) COMPLETE
93452025-12-03T16:15:27.346Z[ host-image] Dec 03 16:15:25.804 INFO O| Dec 03 16:15:25.804 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93462025-12-03T16:15:27.353Z[ host-image] Dec 03 16:15:25.811 INFO O| Dec 03 16:15:25.811 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
93472025-12-03T16:15:27.356Z[ host-image] Dec 03 16:15:25.811 INFO O| Dec 03 16:15:25.811 INFO STEP 47 (remove_files) COMPLETE
93482025-12-03T16:15:27.357Z[ host-image] Dec 03 16:15:25.811 INFO O| Dec 03 16:15:25.811 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93492025-12-03T16:15:27.361Z[ host-image] Dec 03 16:15:25.819 INFO O| Dec 03 16:15:25.819 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
93502025-12-03T16:15:27.361Z[ host-image] Dec 03 16:15:25.819 INFO O| Dec 03 16:15:25.819 INFO STEP 48 (remove_files) COMPLETE
93512025-12-03T16:15:27.361Z[ host-image] Dec 03 16:15:25.819 INFO O| Dec 03 16:15:25.819 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93522025-12-03T16:15:27.368Z[ host-image] Dec 03 16:15:25.827 INFO O| Dec 03 16:15:25.827 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
93532025-12-03T16:15:27.372Z[ host-image] Dec 03 16:15:25.827 INFO O| Dec 03 16:15:25.827 INFO STEP 49 (remove_files) COMPLETE
93542025-12-03T16:15:27.372Z[ host-image] Dec 03 16:15:25.827 INFO O| Dec 03 16:15:25.827 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93552025-12-03T16:15:27.377Z[ host-image] Dec 03 16:15:25.835 INFO O| Dec 03 16:15:25.835 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
93562025-12-03T16:15:27.380Z[ host-image] Dec 03 16:15:25.835 INFO O| Dec 03 16:15:25.835 INFO STEP 50 (remove_files) COMPLETE
93572025-12-03T16:15:27.380Z[ host-image] Dec 03 16:15:25.835 INFO O| Dec 03 16:15:25.835 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93582025-12-03T16:15:27.384Z[ host-image] Dec 03 16:15:25.842 INFO O| Dec 03 16:15:25.842 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
93592025-12-03T16:15:27.387Z[ host-image] Dec 03 16:15:25.842 INFO O| Dec 03 16:15:25.842 INFO STEP 51 (remove_files) COMPLETE
93602025-12-03T16:15:27.387Z[ host-image] Dec 03 16:15:25.842 INFO O| Dec 03 16:15:25.842 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93612025-12-03T16:15:27.392Z[ host-image] Dec 03 16:15:25.850 INFO O| Dec 03 16:15:25.850 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
93622025-12-03T16:15:27.392Z[ host-image] Dec 03 16:15:25.850 INFO O| Dec 03 16:15:25.850 INFO STEP 52 (remove_files) COMPLETE
93632025-12-03T16:15:27.395Z[ host-image] Dec 03 16:15:25.850 INFO O| Dec 03 16:15:25.850 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93642025-12-03T16:15:27.400Z[ host-image] Dec 03 16:15:25.857 INFO O| Dec 03 16:15:25.857 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
93652025-12-03T16:15:27.400Z[ host-image] Dec 03 16:15:25.857 INFO O| Dec 03 16:15:25.857 INFO STEP 53 (remove_files) COMPLETE
93662025-12-03T16:15:27.403Z[ host-image] Dec 03 16:15:25.857 INFO O| Dec 03 16:15:25.857 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93672025-12-03T16:15:27.406Z[ host-image] Dec 03 16:15:25.865 INFO O| Dec 03 16:15:25.865 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
93682025-12-03T16:15:27.406Z[ host-image] Dec 03 16:15:25.865 INFO O| Dec 03 16:15:25.865 INFO STEP 54 (remove_files) COMPLETE
93692025-12-03T16:15:27.410Z[ host-image] Dec 03 16:15:25.865 INFO O| Dec 03 16:15:25.865 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93702025-12-03T16:15:27.418Z[ host-image] Dec 03 16:15:25.873 INFO O| Dec 03 16:15:25.873 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
93712025-12-03T16:15:27.418Z[ host-image] Dec 03 16:15:25.873 INFO O| Dec 03 16:15:25.873 INFO STEP 55 (remove_files) COMPLETE
93722025-12-03T16:15:27.420Z[ host-image] Dec 03 16:15:25.873 INFO O| Dec 03 16:15:25.873 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93732025-12-03T16:15:27.424Z[ host-image] Dec 03 16:15:25.880 INFO O| Dec 03 16:15:25.880 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
93742025-12-03T16:15:27.424Z[ host-image] Dec 03 16:15:25.880 INFO O| Dec 03 16:15:25.880 INFO STEP 56 (remove_files) COMPLETE
93752025-12-03T16:15:27.424Z[ host-image] Dec 03 16:15:25.880 INFO O| Dec 03 16:15:25.880 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93762025-12-03T16:15:27.429Z[ host-image] Dec 03 16:15:25.887 INFO O| Dec 03 16:15:25.887 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
93772025-12-03T16:15:27.429Z[ host-image] Dec 03 16:15:25.888 INFO O| Dec 03 16:15:25.887 INFO STEP 57 (remove_files) COMPLETE
93782025-12-03T16:15:27.432Z[ host-image] Dec 03 16:15:25.888 INFO O| Dec 03 16:15:25.888 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93792025-12-03T16:15:27.437Z[ host-image] Dec 03 16:15:25.895 INFO O| Dec 03 16:15:25.895 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
93802025-12-03T16:15:27.437Z[ host-image] Dec 03 16:15:25.895 INFO O| Dec 03 16:15:25.895 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
93812025-12-03T16:15:27.440Z[ host-image] Dec 03 16:15:25.895 INFO O| Dec 03 16:15:25.895 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93822025-12-03T16:15:27.440Z[ host-image] Dec 03 16:15:25.895 INFO O| Dec 03 16:15:25.895 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93832025-12-03T16:15:27.440Z[ host-image] Dec 03 16:15:25.896 INFO O| Dec 03 16:15:25.895 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93842025-12-03T16:15:27.440Z[ host-image] Dec 03 16:15:25.896 INFO O| Dec 03 16:15:25.896 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93852025-12-03T16:15:27.440Z[ host-image] Dec 03 16:15:25.896 INFO O| Dec 03 16:15:25.896 INFO ok!
93862025-12-03T16:15:27.440Z[ host-image] Dec 03 16:15:25.896 INFO O| Dec 03 16:15:25.896 INFO STEP 58 (ensure_file) COMPLETE
93872025-12-03T16:15:27.441Z[ host-image] Dec 03 16:15:25.896 INFO O| Dec 03 16:15:25.896 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93882025-12-03T16:15:27.446Z[ host-image] Dec 03 16:15:25.904 INFO O| Dec 03 16:15:25.904 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
93892025-12-03T16:15:27.446Z[ host-image] Dec 03 16:15:25.904 INFO O| Dec 03 16:15:25.904 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
93902025-12-03T16:15:27.449Z[ host-image] Dec 03 16:15:25.904 INFO O| Dec 03 16:15:25.904 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93912025-12-03T16:15:27.449Z[ host-image] Dec 03 16:15:25.904 INFO O| Dec 03 16:15:25.904 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93922025-12-03T16:15:27.450Z[ host-image] Dec 03 16:15:25.904 INFO O| Dec 03 16:15:25.904 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93932025-12-03T16:15:27.450Z[ host-image] Dec 03 16:15:25.904 INFO O| Dec 03 16:15:25.904 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
93942025-12-03T16:15:27.450Z[ host-image] Dec 03 16:15:25.904 INFO O| Dec 03 16:15:25.904 INFO ok!
93952025-12-03T16:15:27.450Z[ host-image] Dec 03 16:15:25.904 INFO O| Dec 03 16:15:25.904 INFO STEP 59 (ensure_file) COMPLETE
93962025-12-03T16:15:27.450Z[ host-image] Dec 03 16:15:25.904 INFO O| Dec 03 16:15:25.904 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93972025-12-03T16:15:27.454Z[ host-image] Dec 03 16:15:25.912 INFO O| Dec 03 16:15:25.912 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
93982025-12-03T16:15:27.457Z[ host-image] Dec 03 16:15:25.912 INFO O| Dec 03 16:15:25.912 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
93992025-12-03T16:15:27.457Z[ host-image] Dec 03 16:15:25.912 INFO O| Dec 03 16:15:25.912 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
94002025-12-03T16:15:27.457Z[ host-image] Dec 03 16:15:25.912 INFO O| Dec 03 16:15:25.912 INFO ok!
94012025-12-03T16:15:27.457Z[ host-image] Dec 03 16:15:25.912 INFO O| Dec 03 16:15:25.912 INFO STEP 60 (ensure_file) COMPLETE
94022025-12-03T16:15:27.457Z[ host-image] Dec 03 16:15:25.912 INFO O| Dec 03 16:15:25.912 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94032025-12-03T16:15:27.461Z[ host-image] Dec 03 16:15:25.919 INFO O| Dec 03 16:15:25.919 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
94042025-12-03T16:15:27.464Z[ host-image] Dec 03 16:15:25.919 INFO O| Dec 03 16:15:25.919 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
94052025-12-03T16:15:27.464Z[ host-image] Dec 03 16:15:25.920 INFO O| Dec 03 16:15:25.920 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
94062025-12-03T16:15:27.464Z[ host-image] Dec 03 16:15:25.920 INFO O| Dec 03 16:15:25.920 INFO ok!
94072025-12-03T16:15:27.465Z[ host-image] Dec 03 16:15:25.920 INFO O| Dec 03 16:15:25.920 INFO STEP 61 (ensure_file) COMPLETE
94082025-12-03T16:15:27.465Z[ host-image] Dec 03 16:15:25.920 INFO O| Dec 03 16:15:25.920 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94092025-12-03T16:15:27.469Z[ host-image] Dec 03 16:15:25.927 INFO O| Dec 03 16:15:25.927 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
94102025-12-03T16:15:27.472Z[ host-image] Dec 03 16:15:25.927 INFO O| Dec 03 16:15:25.927 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
94112025-12-03T16:15:27.472Z[ host-image] Dec 03 16:15:25.927 INFO O| Dec 03 16:15:25.927 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
94122025-12-03T16:15:27.472Z[ host-image] Dec 03 16:15:25.927 INFO O| Dec 03 16:15:25.927 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
94132025-12-03T16:15:27.472Z[ host-image] Dec 03 16:15:25.927 INFO O| Dec 03 16:15:25.927 INFO ok!
94142025-12-03T16:15:27.472Z[ host-image] Dec 03 16:15:25.927 INFO O| Dec 03 16:15:25.927 INFO STEP 62 (ensure_file) COMPLETE
94152025-12-03T16:15:27.472Z[ host-image] Dec 03 16:15:25.927 INFO O| Dec 03 16:15:25.927 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94162025-12-03T16:15:27.477Z[ host-image] Dec 03 16:15:25.934 INFO O| Dec 03 16:15:25.934 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
94172025-12-03T16:15:27.477Z[ host-image] Dec 03 16:15:25.934 INFO O| Dec 03 16:15:25.934 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
94182025-12-03T16:15:27.482Z[ host-image] Dec 03 16:15:25.935 INFO O| Dec 03 16:15:25.935 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
94192025-12-03T16:15:27.482Z[ host-image] Dec 03 16:15:25.935 INFO O| Dec 03 16:15:25.935 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
94202025-12-03T16:15:27.482Z[ host-image] Dec 03 16:15:25.935 INFO O| Dec 03 16:15:25.935 INFO ok!
94212025-12-03T16:15:27.482Z[ host-image] Dec 03 16:15:25.935 INFO O| Dec 03 16:15:25.935 INFO STEP 63 (ensure_file) COMPLETE
94222025-12-03T16:15:27.483Z[ host-image] Dec 03 16:15:25.935 INFO O| Dec 03 16:15:25.935 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94232025-12-03T16:15:27.486Z[ host-image] Dec 03 16:15:25.943 INFO O| Dec 03 16:15:25.943 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
94242025-12-03T16:15:27.486Z[ host-image] Dec 03 16:15:25.943 INFO O| Dec 03 16:15:25.943 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
94252025-12-03T16:15:27.486Z[ host-image] Dec 03 16:15:25.943 INFO O| Dec 03 16:15:25.943 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
94262025-12-03T16:15:27.487Z[ host-image] Dec 03 16:15:25.943 INFO O| Dec 03 16:15:25.943 INFO ok!
94272025-12-03T16:15:27.487Z[ host-image] Dec 03 16:15:25.943 INFO O| Dec 03 16:15:25.943 INFO STEP 64 (assemble_files) COMPLETE
94282025-12-03T16:15:27.487Z[ host-image] Dec 03 16:15:25.943 INFO O| Dec 03 16:15:25.943 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94292025-12-03T16:15:27.494Z[ host-image] Dec 03 16:15:25.951 INFO O| Dec 03 16:15:25.951 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
94302025-12-03T16:15:27.498Z[ host-image] Dec 03 16:15:25.951 INFO O| Dec 03 16:15:25.951 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
94312025-12-03T16:15:27.498Z[ host-image] Dec 03 16:15:25.951 INFO O| Dec 03 16:15:25.951 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
94322025-12-03T16:15:27.498Z[ host-image] Dec 03 16:15:25.951 INFO O| Dec 03 16:15:25.951 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
94332025-12-03T16:15:27.498Z[ host-image] Dec 03 16:15:25.951 INFO O| Dec 03 16:15:25.951 INFO ok!
94342025-12-03T16:15:27.498Z[ host-image] Dec 03 16:15:25.951 INFO O| Dec 03 16:15:25.951 INFO STEP 65 (ensure_file) COMPLETE
94352025-12-03T16:15:27.498Z[ host-image] Dec 03 16:15:25.951 INFO O| Dec 03 16:15:25.951 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94362025-12-03T16:15:27.502Z[ host-image] Dec 03 16:15:25.960 INFO O| Dec 03 16:15:25.960 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94372025-12-03T16:15:27.505Z[ host-image] Dec 03 16:15:25.960 INFO O| Dec 03 16:15:25.960 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94382025-12-03T16:15:27.505Z[ host-image] Dec 03 16:15:25.960 INFO O| Dec 03 16:15:25.960 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94392025-12-03T16:15:27.505Z[ host-image] Dec 03 16:15:25.960 INFO O| Dec 03 16:15:25.960 INFO STEP 66 (ensure_dir) COMPLETE
94402025-12-03T16:15:27.505Z[ host-image] Dec 03 16:15:25.960 INFO O| Dec 03 16:15:25.960 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94412025-12-03T16:15:27.510Z[ host-image] Dec 03 16:15:25.968 INFO O| Dec 03 16:15:25.968 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
94422025-12-03T16:15:27.510Z[ host-image] Dec 03 16:15:25.968 INFO O| Dec 03 16:15:25.968 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 ...
94432025-12-03T16:15:27.521Z[ host-image] Dec 03 16:15:25.979 INFO O| Dec 03 16:15:25.979 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
94442025-12-03T16:15:27.521Z[ host-image] Dec 03 16:15:25.979 INFO O| Dec 03 16:15:25.979 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
94452025-12-03T16:15:27.525Z[ host-image] Dec 03 16:15:25.979 INFO O| Dec 03 16:15:25.979 INFO ok!
94462025-12-03T16:15:27.525Z[ host-image] Dec 03 16:15:25.979 INFO O| Dec 03 16:15:25.979 INFO STEP 67 (ensure_file) COMPLETE
94472025-12-03T16:15:27.525Z[ host-image] Dec 03 16:15:25.979 INFO O| Dec 03 16:15:25.979 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94482025-12-03T16:15:27.529Z[ host-image] Dec 03 16:15:25.986 INFO O| Dec 03 16:15:25.986 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
94492025-12-03T16:15:27.532Z[ host-image] Dec 03 16:15:25.986 INFO O| Dec 03 16:15:25.986 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 ...
94502025-12-03T16:15:27.532Z[ host-image] Dec 03 16:15:25.986 INFO O| Dec 03 16:15:25.986 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
94512025-12-03T16:15:27.532Z[ host-image] Dec 03 16:15:25.986 INFO O| Dec 03 16:15:25.986 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
94522025-12-03T16:15:27.532Z[ host-image] Dec 03 16:15:25.986 INFO O| Dec 03 16:15:25.986 INFO ok!
94532025-12-03T16:15:27.532Z[ host-image] Dec 03 16:15:25.986 INFO O| Dec 03 16:15:25.986 INFO STEP 68 (ensure_file) COMPLETE
94542025-12-03T16:15:27.536Z[ host-image] Dec 03 16:15:25.986 INFO O| Dec 03 16:15:25.986 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94552025-12-03T16:15:27.539Z[ host-image] Dec 03 16:15:25.997 INFO O| Dec 03 16:15:25.997 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
94562025-12-03T16:15:27.539Z[ host-image] Dec 03 16:15:25.997 INFO O| Dec 03 16:15:25.997 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
94572025-12-03T16:15:29.781Z[ host-image] Dec 03 16:15:28.239 INFO O| Dec 03 16:15:28.239 INFO STEP 69 (pack_tar) COMPLETE
94582025-12-03T16:15:29.781Z[ host-image] Dec 03 16:15:28.239 INFO O| Dec 03 16:15:28.239 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94592025-12-03T16:15:29.781Z[ host-image] Dec 03 16:15:28.239 INFO O| Dec 03 16:15:28.239 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
94602025-12-03T16:15:30.139Z[ host-image] Dec 03 16:15:28.597 INFO O| Dec 03 16:15:28.597 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94612025-12-03T16:15:30.231Z[ host-image] Dec 03 16:15:28.689 INFO O| Dec 03 16:15:28.689 INFO completed processing sled/ramdisk-02-trim
94622025-12-03T16:15:30.236Z[ host-image] Dec 03 16:15:28.691 INFO image builder template: zfs...
94632025-12-03T16:15:30.236Z[ host-image] Dec 03 16:15:28.691 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/.tmpNmWK0T/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@18.0.0.0", "-F", "optever=0.37.424", "-n", "zfs"], pwd: None
94642025-12-03T16:15:30.268Z[ host-image] Dec 03 16:15:28.705 INFO O| Dec 03 16:15:28.705 INFO skip include "stress" because feature "stress" is not enabled
94652025-12-03T16:15:30.268Z[ host-image] Dec 03 16:15:28.705 INFO O| Dec 03 16:15:28.705 INFO skip include "stress" because feature "compliance" is not enabled
94662025-12-03T16:15:30.281Z[ host-image] Dec 03 16:15:28.739 INFO O| Dec 03 16:15:28.739 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
94672025-12-03T16:15:30.284Z[ host-image] Dec 03 16:15:28.742 INFO O| Dec 03 16:15:28.742 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
94682025-12-03T16:15:30.388Z[ host-image] Dec 03 16:15:28.846 INFO O| Dec 03 16:15:28.846 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
94692025-12-03T16:15:30.469Z[ host-image] Dec 03 16:15:28.927 INFO O| Dec 03 16:15:28.927 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
94702025-12-03T16:15:30.469Z[ host-image] Dec 03 16:15:28.927 INFO O| Dec 03 16:15:28.927 INFO work dataset: rpool/images/build/host/work/sled/zfs
94712025-12-03T16:15:30.472Z[ host-image] Dec 03 16:15:28.930 INFO O| Dec 03 16:15:28.930 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
94722025-12-03T16:15:30.639Z[ host-image] Dec 03 16:15:29.096 INFO O| Dec 03 16:15:29.096 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
94732025-12-03T16:15:30.718Z[ host-image] Dec 03 16:15:29.176 INFO O| Dec 03 16:15:29.176 INFO DESTROY POOL: TEMPORARY-sled-zfs
94742025-12-03T16:15:30.726Z[ host-image] Dec 03 16:15:29.183 INFO O| Dec 03 16:15:29.183 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
94752025-12-03T16:15:30.730Z[ host-image] Dec 03 16:15:29.187 INFO O| Dec 03 16:15:29.187 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
94762025-12-03T16:15:30.733Z[ host-image] Dec 03 16:15:29.187 INFO O| Dec 03 16:15:29.187 INFO no lofi found
94772025-12-03T16:15:30.733Z[ host-image] Dec 03 16:15:29.187 INFO O| Dec 03 16:15:29.187 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
94782025-12-03T16:15:30.733Z[ host-image] Dec 03 16:15:29.187 INFO O| Dec 03 16:15:29.187 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
94792025-12-03T16:15:32.546Z[ host-image] Dec 03 16:15:31.003 INFO O| Dec 03 16:15:31.003 INFO lofi device = /dev/dsk/c2t1d0p0
94802025-12-03T16:15:32.546Z[ host-image] Dec 03 16:15:31.003 INFO O| Dec 03 16:15:31.003 INFO pool device = /dev/dsk/c2t1d0p0
94812025-12-03T16:15:32.546Z[ host-image] Dec 03 16:15:31.003 INFO O| Dec 03 16:15:31.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"]
94822025-12-03T16:15:32.652Z[ host-image] Dec 03 16:15:31.109 INFO O| Dec 03 16:15:31.109 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94832025-12-03T16:15:32.652Z[ host-image] Dec 03 16:15:31.109 INFO O| Dec 03 16:15:31.109 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
94842025-12-03T16:15:32.669Z[ host-image] Dec 03 16:15:31.126 INFO O| Dec 03 16:15:31.126 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
94852025-12-03T16:15:32.724Z[ host-image] Dec 03 16:15:31.181 INFO O| Dec 03 16:15:31.181 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
94862025-12-03T16:15:32.759Z[ host-image] Dec 03 16:15:31.216 INFO O| Dec 03 16:15:31.216 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
94872025-12-03T16:15:32.770Z[ host-image] Dec 03 16:15:31.227 INFO O| Dec 03 16:15:31.227 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
94882025-12-03T16:15:32.778Z[ host-image] Dec 03 16:15:31.236 INFO O| Dec 03 16:15:31.236 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
94892025-12-03T16:15:32.821Z[ host-image] Dec 03 16:15:31.278 INFO O| Dec 03 16:15:31.277 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
94902025-12-03T16:15:32.821Z[ host-image] Dec 03 16:15:31.278 INFO O| Dec 03 16:15:31.278 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
94912025-12-03T16:15:32.824Z[ host-image] Dec 03 16:15:31.278 INFO O| Dec 03 16:15:31.278 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
94922025-12-03T16:15:32.829Z[ host-image] Dec 03 16:15:31.286 INFO O| Dec 03 16:15:31.285 INFO boot environment UUID: 7a36af52-f2bf-4c3a-945f-a9916e3a5ca3
94932025-12-03T16:15:32.829Z[ host-image] Dec 03 16:15:31.286 INFO O| Dec 03 16:15:31.286 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 7a36af52-f2bf-4c3a-945f-a9916e3a5ca3
94942025-12-03T16:15:32.835Z[ host-image] Dec 03 16:15:31.293 INFO O| Dec 03 16:15:31.293 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
94952025-12-03T16:15:32.843Z[ host-image] Dec 03 16:15:31.300 INFO O| Dec 03 16:15:31.300 INFO STEP 0 (create_be) COMPLETE
94962025-12-03T16:15:32.843Z[ host-image] Dec 03 16:15:31.300 INFO O| Dec 03 16:15:31.300 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94972025-12-03T16:15:32.854Z[ host-image] Dec 03 16:15:31.312 INFO O| Dec 03 16:15:31.312 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
94982025-12-03T16:15:50.977Z[ host-image] Dec 03 16:15:49.431 INFO O| Dec 03 16:15:49.431 INFO STEP 1 (unpack_tar) COMPLETE
94992025-12-03T16:15:50.978Z[ host-image] Dec 03 16:15:49.431 INFO O| Dec 03 16:15:49.431 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95002025-12-03T16:15:50.988Z[ host-image] Dec 03 16:15:49.442 INFO O| Dec 03 16:15:49.442 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
95012025-12-03T16:15:51.107Z[ host-image] Dec 03 16:15:49.561 INFO O| Dec 03 16:15:49.561 INFO STEP 2 (devfsadm) COMPLETE
95022025-12-03T16:15:51.109Z[ host-image] Dec 03 16:15:49.561 INFO O| Dec 03 16:15:49.561 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95032025-12-03T16:15:51.117Z[ host-image] Dec 03 16:15:49.571 INFO O| Dec 03 16:15:49.571 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
95042025-12-03T16:15:51.117Z[ host-image] Dec 03 16:15:49.572 INFO O| Dec 03 16:15:49.572 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
95052025-12-03T16:15:51.121Z[ host-image] Dec 03 16:15:49.572 INFO O| Dec 03 16:15:49.572 INFO STEP 3 (ensure_dir) COMPLETE
95062025-12-03T16:15:51.121Z[ host-image] Dec 03 16:15:49.572 INFO O| Dec 03 16:15:49.572 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95072025-12-03T16:15:51.126Z[ host-image] Dec 03 16:15:49.579 INFO O| Dec 03 16:15:49.579 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
95082025-12-03T16:15:51.126Z[ host-image] Dec 03 16:15:49.579 INFO O| Dec 03 16:15:49.579 INFO STEP 4 (ensure_dir) COMPLETE
95092025-12-03T16:15:51.131Z[ host-image] Dec 03 16:15:49.579 INFO O| Dec 03 16:15:49.579 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95102025-12-03T16:15:51.137Z[ host-image] Dec 03 16:15:49.587 INFO O| Dec 03 16:15:49.587 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95112025-12-03T16:15:51.137Z[ host-image] Dec 03 16:15:49.587 INFO O| Dec 03 16:15:49.587 INFO STEP 5 (ensure_dir) COMPLETE
95122025-12-03T16:15:51.137Z[ host-image] Dec 03 16:15:49.587 INFO O| Dec 03 16:15:49.587 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95132025-12-03T16:15:51.141Z[ host-image] Dec 03 16:15:49.595 INFO O| Dec 03 16:15:49.595 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
95142025-12-03T16:15:51.141Z[ host-image] Dec 03 16:15:49.595 INFO O| Dec 03 16:15:49.595 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
95152025-12-03T16:15:51.141Z[ host-image] Dec 03 16:15:49.595 INFO O| Dec 03 16:15:49.595 INFO STEP 6 (ensure_dir) COMPLETE
95162025-12-03T16:15:51.144Z[ host-image] Dec 03 16:15:49.595 INFO O| Dec 03 16:15:49.595 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95172025-12-03T16:15:51.149Z[ host-image] Dec 03 16:15:49.603 INFO O| Dec 03 16:15:49.603 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95182025-12-03T16:15:51.152Z[ host-image] Dec 03 16:15:49.603 INFO O| Dec 03 16:15:49.603 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95192025-12-03T16:15:51.152Z[ host-image] Dec 03 16:15:49.603 INFO O| Dec 03 16:15:49.603 INFO STEP 7 (ensure_dir) COMPLETE
95202025-12-03T16:15:51.152Z[ host-image] Dec 03 16:15:49.603 INFO O| Dec 03 16:15:49.603 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95212025-12-03T16:15:51.159Z[ host-image] Dec 03 16:15:49.611 INFO O| Dec 03 16:15:49.611 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
95222025-12-03T16:15:51.163Z[ host-image] Dec 03 16:15:49.612 INFO O| Dec 03 16:15:49.611 INFO STEP 8 (remove_files) COMPLETE
95232025-12-03T16:15:51.163Z[ host-image] Dec 03 16:15:49.612 INFO O| Dec 03 16:15:49.612 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95242025-12-03T16:15:51.166Z[ host-image] Dec 03 16:15:49.620 INFO O| Dec 03 16:15:49.620 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
95252025-12-03T16:15:51.169Z[ host-image] Dec 03 16:15:49.620 INFO O| Dec 03 16:15:49.620 INFO STEP 9 (remove_files) COMPLETE
95262025-12-03T16:15:51.169Z[ host-image] Dec 03 16:15:49.621 INFO O| Dec 03 16:15:49.620 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95272025-12-03T16:15:51.176Z[ host-image] Dec 03 16:15:49.630 INFO O| Dec 03 16:15:49.630 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
95282025-12-03T16:15:51.179Z[ host-image] Dec 03 16:15:49.631 INFO O| Dec 03 16:15:49.631 INFO STEP 10 (remove_files) COMPLETE
95292025-12-03T16:15:51.179Z[ host-image] Dec 03 16:15:49.631 INFO O| Dec 03 16:15:49.631 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95302025-12-03T16:15:51.185Z[ host-image] Dec 03 16:15:49.639 INFO O| Dec 03 16:15:49.639 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
95312025-12-03T16:15:51.185Z[ host-image] Dec 03 16:15:49.639 INFO O| Dec 03 16:15:49.639 INFO STEP 11 (remove_files) COMPLETE
95322025-12-03T16:15:51.189Z[ host-image] Dec 03 16:15:49.639 INFO O| Dec 03 16:15:49.639 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95332025-12-03T16:15:51.208Z[ host-image] Dec 03 16:15:49.648 INFO O| Dec 03 16:15:49.648 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
95342025-12-03T16:15:51.208Z[ host-image] Dec 03 16:15:49.648 INFO O| Dec 03 16:15:49.648 INFO STEP 12 (remove_files) COMPLETE
95352025-12-03T16:15:51.211Z[ host-image] Dec 03 16:15:49.648 INFO O| Dec 03 16:15:49.648 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95362025-12-03T16:15:51.211Z[ host-image] Dec 03 16:15:49.657 INFO O| Dec 03 16:15:49.657 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
95372025-12-03T16:15:51.211Z[ host-image] Dec 03 16:15:49.657 INFO O| Dec 03 16:15:49.657 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
95382025-12-03T16:15:51.211Z[ host-image] Dec 03 16:15:49.657 INFO O| Dec 03 16:15:49.657 INFO STEP 13 (ensure_dir) COMPLETE
95392025-12-03T16:15:51.211Z[ host-image] Dec 03 16:15:49.657 INFO O| Dec 03 16:15:49.657 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95402025-12-03T16:15:51.214Z[ host-image] Dec 03 16:15:49.668 INFO O| Dec 03 16:15:49.668 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
95412025-12-03T16:15:51.214Z[ host-image] Dec 03 16:15:49.668 INFO O| Dec 03 16:15:49.668 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
95422025-12-03T16:15:51.217Z[ host-image] Dec 03 16:15:49.669 INFO O| Dec 03 16:15:49.668 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
95432025-12-03T16:15:51.217Z[ host-image] Dec 03 16:15:49.669 INFO O| Dec 03 16:15:49.669 INFO STEP 14 (ensure_dir) COMPLETE
95442025-12-03T16:15:51.217Z[ host-image] Dec 03 16:15:49.669 INFO O| Dec 03 16:15:49.669 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95452025-12-03T16:15:51.225Z[ host-image] Dec 03 16:15:49.678 INFO O| Dec 03 16:15:49.678 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95462025-12-03T16:15:51.225Z[ host-image] Dec 03 16:15:49.679 INFO O| Dec 03 16:15:49.678 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95472025-12-03T16:15:51.227Z[ host-image] Dec 03 16:15:49.679 INFO O| Dec 03 16:15:49.679 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95482025-12-03T16:15:51.228Z[ host-image] Dec 03 16:15:49.679 INFO O| Dec 03 16:15:49.679 INFO STEP 15 (ensure_dir) COMPLETE
95492025-12-03T16:15:51.228Z[ host-image] Dec 03 16:15:49.679 INFO O| Dec 03 16:15:49.679 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95502025-12-03T16:15:51.236Z[ host-image] Dec 03 16:15:49.689 INFO O| Dec 03 16:15:49.689 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
95512025-12-03T16:15:51.236Z[ host-image] Dec 03 16:15:49.689 INFO O| Dec 03 16:15:49.689 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
95522025-12-03T16:15:51.236Z[ host-image] Dec 03 16:15:49.689 INFO O| Dec 03 16:15:49.689 INFO STEP 16 (ensure_dir) COMPLETE
95532025-12-03T16:15:51.240Z[ host-image] Dec 03 16:15:49.689 INFO O| Dec 03 16:15:49.689 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95542025-12-03T16:15:51.246Z[ host-image] Dec 03 16:15:49.700 INFO O| Dec 03 16:15:49.700 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95552025-12-03T16:15:51.246Z[ host-image] Dec 03 16:15:49.700 INFO O| Dec 03 16:15:49.700 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95562025-12-03T16:15:51.246Z[ host-image] Dec 03 16:15:49.700 INFO O| Dec 03 16:15:49.700 INFO STEP 17 (ensure_dir) COMPLETE
95572025-12-03T16:15:51.251Z[ host-image] Dec 03 16:15:49.700 INFO O| Dec 03 16:15:49.700 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95582025-12-03T16:15:51.256Z[ host-image] Dec 03 16:15:49.708 INFO O| Dec 03 16:15:49.708 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
95592025-12-03T16:15:51.256Z[ host-image] Dec 03 16:15:49.708 INFO O| Dec 03 16:15:49.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
95602025-12-03T16:15:51.258Z[ host-image] Dec 03 16:15:49.708 INFO O| Dec 03 16:15:49.708 INFO ok!
95612025-12-03T16:15:51.258Z[ host-image] Dec 03 16:15:49.708 INFO O| Dec 03 16:15:49.708 INFO STEP 18 (ensure_symlink) COMPLETE
95622025-12-03T16:15:51.259Z[ host-image] Dec 03 16:15:49.708 INFO O| Dec 03 16:15:49.708 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95632025-12-03T16:15:51.263Z[ host-image] Dec 03 16:15:49.718 INFO O| Dec 03 16:15:49.717 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
95642025-12-03T16:15:51.264Z[ host-image] Dec 03 16:15:49.718 INFO O| Dec 03 16:15:49.718 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
95652025-12-03T16:15:51.266Z[ host-image] Dec 03 16:15:49.718 INFO O| Dec 03 16:15:49.718 INFO ok!
95662025-12-03T16:15:51.267Z[ host-image] Dec 03 16:15:49.718 INFO O| Dec 03 16:15:49.718 INFO STEP 19 (ensure_file) COMPLETE
95672025-12-03T16:15:51.267Z[ host-image] Dec 03 16:15:49.718 INFO O| Dec 03 16:15:49.718 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95682025-12-03T16:15:51.273Z[ host-image] Dec 03 16:15:49.726 INFO O| Dec 03 16:15:49.726 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
95692025-12-03T16:15:51.273Z[ host-image] Dec 03 16:15:49.726 INFO O| Dec 03 16:15:49.726 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
95702025-12-03T16:15:51.276Z[ host-image] Dec 03 16:15:49.726 INFO O| Dec 03 16:15:49.726 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
95712025-12-03T16:15:51.276Z[ host-image] Dec 03 16:15:49.726 INFO O| Dec 03 16:15:49.726 INFO ok!
95722025-12-03T16:15:51.277Z[ host-image] Dec 03 16:15:49.726 INFO O| Dec 03 16:15:49.726 INFO STEP 20 (ensure_symlink) COMPLETE
95732025-12-03T16:15:51.278Z[ host-image] Dec 03 16:15:49.726 INFO O| Dec 03 16:15:49.726 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95742025-12-03T16:15:51.281Z[ host-image] Dec 03 16:15:49.734 INFO O| Dec 03 16:15:49.734 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
95752025-12-03T16:15:51.281Z[ host-image] Dec 03 16:15:49.734 INFO O| Dec 03 16:15:49.734 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
95762025-12-03T16:15:51.281Z[ host-image] Dec 03 16:15:49.734 INFO O| Dec 03 16:15:49.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
95772025-12-03T16:15:51.281Z[ host-image] Dec 03 16:15:49.734 INFO O| Dec 03 16:15:49.734 INFO ok!
95782025-12-03T16:15:51.281Z[ host-image] Dec 03 16:15:49.734 INFO O| Dec 03 16:15:49.734 INFO STEP 21 (ensure_symlink) COMPLETE
95792025-12-03T16:15:51.281Z[ host-image] Dec 03 16:15:49.734 INFO O| Dec 03 16:15:49.734 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95802025-12-03T16:15:51.288Z[ host-image] Dec 03 16:15:49.742 INFO O| Dec 03 16:15:49.742 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
95812025-12-03T16:15:51.288Z[ host-image] Dec 03 16:15:49.742 INFO O| Dec 03 16:15:49.742 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
95822025-12-03T16:15:51.291Z[ host-image] Dec 03 16:15:49.742 INFO O| Dec 03 16:15:49.742 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
95832025-12-03T16:15:51.291Z[ host-image] Dec 03 16:15:49.742 INFO O| Dec 03 16:15:49.742 INFO ok!
95842025-12-03T16:15:51.291Z[ host-image] Dec 03 16:15:49.742 INFO O| Dec 03 16:15:49.742 INFO STEP 22 (ensure_symlink) COMPLETE
95852025-12-03T16:15:51.291Z[ host-image] Dec 03 16:15:49.742 INFO O| Dec 03 16:15:49.742 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95862025-12-03T16:15:51.297Z[ host-image] Dec 03 16:15:49.750 INFO O| Dec 03 16:15:49.750 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
95872025-12-03T16:15:51.297Z[ host-image] Dec 03 16:15:49.750 INFO O| Dec 03 16:15:49.750 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
95882025-12-03T16:15:51.302Z[ host-image] Dec 03 16:15:49.750 INFO O| Dec 03 16:15:49.750 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
95892025-12-03T16:15:51.303Z[ host-image] Dec 03 16:15:49.750 INFO O| Dec 03 16:15:49.750 INFO ok!
95902025-12-03T16:15:51.303Z[ host-image] Dec 03 16:15:49.750 INFO O| Dec 03 16:15:49.750 INFO STEP 23 (ensure_symlink) COMPLETE
95912025-12-03T16:15:51.303Z[ host-image] Dec 03 16:15:49.750 INFO O| Dec 03 16:15:49.750 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95922025-12-03T16:15:51.307Z[ host-image] Dec 03 16:15:49.758 INFO O| Dec 03 16:15:49.758 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
95932025-12-03T16:15:51.307Z[ host-image] Dec 03 16:15:49.758 INFO O| Dec 03 16:15:49.758 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
95942025-12-03T16:15:51.307Z[ host-image] Dec 03 16:15:49.758 INFO O| Dec 03 16:15:49.758 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
95952025-12-03T16:15:51.307Z[ host-image] Dec 03 16:15:49.758 INFO O| Dec 03 16:15:49.758 INFO ok!
95962025-12-03T16:15:51.307Z[ host-image] Dec 03 16:15:49.758 INFO O| Dec 03 16:15:49.758 INFO STEP 24 (ensure_file) COMPLETE
95972025-12-03T16:15:51.307Z[ host-image] Dec 03 16:15:49.758 INFO O| Dec 03 16:15:49.758 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
95982025-12-03T16:15:51.312Z[ host-image] Dec 03 16:15:49.766 INFO O| Dec 03 16:15:49.766 INFO updating shadow file
95992025-12-03T16:15:51.315Z[ host-image] Dec 03 16:15:49.766 INFO O| Dec 03 16:15:49.766 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
96002025-12-03T16:15:51.315Z[ host-image] Dec 03 16:15:49.766 INFO O| Dec 03 16:15:49.766 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
96012025-12-03T16:15:51.315Z[ host-image] Dec 03 16:15:49.766 INFO O| Dec 03 16:15:49.766 INFO STEP 25 (shadow) COMPLETE
96022025-12-03T16:15:51.315Z[ host-image] Dec 03 16:15:49.766 INFO O| Dec 03 16:15:49.766 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96032025-12-03T16:15:51.320Z[ host-image] Dec 03 16:15:49.774 INFO O| Dec 03 16:15:49.774 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
96042025-12-03T16:15:51.321Z[ host-image] Dec 03 16:15:49.774 INFO O| Dec 03 16:15:49.774 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
96052025-12-03T16:15:51.324Z[ host-image] Dec 03 16:15:49.775 INFO O| Dec 03 16:15:49.775 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
96062025-12-03T16:15:51.324Z[ host-image] Dec 03 16:15:49.775 INFO O| Dec 03 16:15:49.775 INFO ok!
96072025-12-03T16:15:51.324Z[ host-image] Dec 03 16:15:49.775 INFO O| Dec 03 16:15:49.775 INFO STEP 26 (ensure_file) COMPLETE
96082025-12-03T16:15:51.324Z[ host-image] Dec 03 16:15:49.775 INFO O| Dec 03 16:15:49.775 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96092025-12-03T16:15:51.330Z[ host-image] Dec 03 16:15:49.782 INFO O| Dec 03 16:15:49.782 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
96102025-12-03T16:15:51.330Z[ host-image] Dec 03 16:15:49.782 INFO O| Dec 03 16:15:49.782 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
96112025-12-03T16:15:51.333Z[ host-image] Dec 03 16:15:49.782 INFO O| Dec 03 16:15:49.782 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
96122025-12-03T16:15:51.333Z[ host-image] Dec 03 16:15:49.783 INFO O| Dec 03 16:15:49.782 INFO ok!
96132025-12-03T16:15:51.333Z[ host-image] Dec 03 16:15:49.783 INFO O| Dec 03 16:15:49.782 INFO STEP 27 (ensure_file) COMPLETE
96142025-12-03T16:15:51.333Z[ host-image] Dec 03 16:15:49.783 INFO O| Dec 03 16:15:49.783 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96152025-12-03T16:15:51.338Z[ host-image] Dec 03 16:15:49.791 INFO O| Dec 03 16:15:49.791 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
96162025-12-03T16:15:51.338Z[ host-image] Dec 03 16:15:49.791 INFO O| Dec 03 16:15:49.791 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
96172025-12-03T16:15:51.341Z[ host-image] Dec 03 16:15:49.792 INFO O| Dec 03 16:15:49.792 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
96182025-12-03T16:15:51.341Z[ host-image] Dec 03 16:15:49.792 INFO O| Dec 03 16:15:49.792 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
96192025-12-03T16:15:51.341Z[ host-image] Dec 03 16:15:49.792 INFO O| Dec 03 16:15:49.792 INFO ok!
96202025-12-03T16:15:51.341Z[ host-image] Dec 03 16:15:49.792 INFO O| Dec 03 16:15:49.792 INFO STEP 28 (ensure_file) COMPLETE
96212025-12-03T16:15:51.341Z[ host-image] Dec 03 16:15:49.792 INFO O| Dec 03 16:15:49.792 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96222025-12-03T16:15:51.347Z[ host-image] Dec 03 16:15:49.801 INFO O| Dec 03 16:15:49.801 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
96232025-12-03T16:15:51.350Z[ host-image] Dec 03 16:15:49.801 INFO O| Dec 03 16:15:49.801 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
96242025-12-03T16:15:51.350Z[ host-image] Dec 03 16:15:49.801 INFO O| Dec 03 16:15:49.801 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
96252025-12-03T16:15:51.350Z[ host-image] Dec 03 16:15:49.801 INFO O| Dec 03 16:15:49.801 INFO ok!
96262025-12-03T16:15:51.350Z[ host-image] Dec 03 16:15:49.801 INFO O| Dec 03 16:15:49.801 INFO STEP 29 (ensure_file) COMPLETE
96272025-12-03T16:15:51.350Z[ host-image] Dec 03 16:15:49.801 INFO O| Dec 03 16:15:49.801 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
96282025-12-03T16:15:51.359Z[ host-image] Dec 03 16:15:49.812 INFO O| Dec 03 16:15:49.812 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
96292025-12-03T16:15:51.362Z[ host-image] Dec 03 16:15:49.812 INFO O| Dec 03 16:15:49.812 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
96302025-12-03T16:15:51.363Z[ host-image] Dec 03 16:15:49.812 INFO O| Dec 03 16:15:49.812 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
96312025-12-03T16:15:51.363Z[ host-image] Dec 03 16:15:49.812 INFO O| Dec 03 16:15:49.812 INFO STEP 30 (ensure_dir) COMPLETE
96322025-12-03T16:15:51.363Z[ host-image] Dec 03 16:15:49.812 INFO O| Dec 03 16:15:49.812 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96332025-12-03T16:15:51.371Z[ host-image] Dec 03 16:15:49.824 INFO O| Dec 03 16:15:49.824 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
96342025-12-03T16:15:51.374Z[ host-image] Dec 03 16:15:49.824 INFO O| Dec 03 16:15:49.824 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
96352025-12-03T16:15:51.374Z[ host-image] Dec 03 16:15:49.824 INFO O| Dec 03 16:15:49.824 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
96362025-12-03T16:15:51.374Z[ host-image] Dec 03 16:15:49.824 INFO O| Dec 03 16:15:49.824 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
96372025-12-03T16:15:51.374Z[ host-image] Dec 03 16:15:49.824 INFO O| Dec 03 16:15:49.824 INFO ok!
96382025-12-03T16:15:51.374Z[ host-image] Dec 03 16:15:49.824 INFO O| Dec 03 16:15:49.824 INFO STEP 31 (ensure_file) COMPLETE
96392025-12-03T16:15:51.374Z[ host-image] Dec 03 16:15:49.824 INFO O| Dec 03 16:15:49.824 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
96402025-12-03T16:15:51.381Z[ host-image] Dec 03 16:15:49.834 INFO O| Dec 03 16:15:49.834 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
96412025-12-03T16:15:51.381Z[ host-image] Dec 03 16:15:49.834 INFO O| Dec 03 16:15:49.834 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
96422025-12-03T16:15:51.384Z[ host-image] Dec 03 16:15:49.834 INFO O| Dec 03 16:15:49.834 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
96432025-12-03T16:15:51.384Z[ host-image] Dec 03 16:15:49.834 INFO O| Dec 03 16:15:49.834 INFO STEP 32 (ensure_dir) COMPLETE
96442025-12-03T16:15:51.384Z[ host-image] Dec 03 16:15:49.834 INFO O| Dec 03 16:15:49.834 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96452025-12-03T16:15:51.392Z[ host-image] Dec 03 16:15:49.845 INFO O| Dec 03 16:15:49.845 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
96462025-12-03T16:15:51.392Z[ host-image] Dec 03 16:15:49.845 INFO O| Dec 03 16:15:49.845 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 ...
96472025-12-03T16:15:51.396Z[ host-image] Dec 03 16:15:49.845 INFO O| Dec 03 16:15:49.845 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
96482025-12-03T16:15:51.396Z[ host-image] Dec 03 16:15:49.845 INFO O| Dec 03 16:15:49.845 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
96492025-12-03T16:15:51.397Z[ host-image] Dec 03 16:15:49.845 INFO O| Dec 03 16:15:49.845 INFO ok!
96502025-12-03T16:15:51.397Z[ host-image] Dec 03 16:15:49.845 INFO O| Dec 03 16:15:49.845 INFO STEP 33 (ensure_file) COMPLETE
96512025-12-03T16:15:51.397Z[ host-image] Dec 03 16:15:49.845 INFO O| Dec 03 16:15:49.845 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96522025-12-03T16:15:51.401Z[ host-image] Dec 03 16:15:49.855 INFO O| Dec 03 16:15:49.855 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
96532025-12-03T16:15:51.401Z[ host-image] Dec 03 16:15:49.855 INFO O| Dec 03 16:15:49.855 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
96542025-12-03T16:15:51.405Z[ host-image] Dec 03 16:15:49.855 INFO O| Dec 03 16:15:49.855 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
96552025-12-03T16:15:51.405Z[ host-image] Dec 03 16:15:49.855 INFO O| Dec 03 16:15:49.855 INFO ok!
96562025-12-03T16:15:51.405Z[ host-image] Dec 03 16:15:49.855 INFO O| Dec 03 16:15:49.855 INFO STEP 34 (ensure_file) COMPLETE
96572025-12-03T16:15:51.405Z[ host-image] Dec 03 16:15:49.855 INFO O| Dec 03 16:15:49.855 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96582025-12-03T16:15:51.411Z[ host-image] Dec 03 16:15:49.864 INFO O| Dec 03 16:15:49.864 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
96592025-12-03T16:15:51.415Z[ host-image] Dec 03 16:15:49.865 INFO O| Dec 03 16:15:49.864 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
96602025-12-03T16:15:51.416Z[ host-image] Dec 03 16:15:49.865 INFO O| Dec 03 16:15:49.865 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
96612025-12-03T16:15:51.416Z[ host-image] Dec 03 16:15:49.865 INFO O| Dec 03 16:15:49.865 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
96622025-12-03T16:15:51.416Z[ host-image] Dec 03 16:15:49.865 INFO O| Dec 03 16:15:49.865 INFO ok!
96632025-12-03T16:15:51.416Z[ host-image] Dec 03 16:15:49.865 INFO O| Dec 03 16:15:49.865 INFO STEP 35 (ensure_file) COMPLETE
96642025-12-03T16:15:51.416Z[ host-image] Dec 03 16:15:49.865 INFO O| Dec 03 16:15:49.865 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96652025-12-03T16:15:51.420Z[ host-image] Dec 03 16:15:49.873 INFO O| Dec 03 16:15:49.873 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
96662025-12-03T16:15:51.420Z[ host-image] Dec 03 16:15:49.873 INFO O| Dec 03 16:15:49.873 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
96672025-12-03T16:15:51.423Z[ host-image] Dec 03 16:15:49.874 INFO O| Dec 03 16:15:49.874 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
96682025-12-03T16:15:51.423Z[ host-image] Dec 03 16:15:49.874 INFO O| Dec 03 16:15:49.874 INFO ok!
96692025-12-03T16:15:51.423Z[ host-image] Dec 03 16:15:49.874 INFO O| Dec 03 16:15:49.874 INFO STEP 36 (ensure_file) COMPLETE
96702025-12-03T16:15:51.423Z[ host-image] Dec 03 16:15:49.874 INFO O| Dec 03 16:15:49.874 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96712025-12-03T16:15:51.430Z[ host-image] Dec 03 16:15:49.883 INFO O| Dec 03 16:15:49.883 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
96722025-12-03T16:15:51.433Z[ host-image] Dec 03 16:15:49.883 INFO O| Dec 03 16:15:49.883 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
96732025-12-03T16:15:51.433Z[ host-image] Dec 03 16:15:49.883 INFO O| Dec 03 16:15:49.883 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
96742025-12-03T16:15:51.433Z[ host-image] Dec 03 16:15:49.883 INFO O| Dec 03 16:15:49.883 INFO ok!
96752025-12-03T16:15:51.433Z[ host-image] Dec 03 16:15:49.883 INFO O| Dec 03 16:15:49.883 INFO STEP 37 (ensure_file) COMPLETE
96762025-12-03T16:15:51.433Z[ host-image] Dec 03 16:15:49.883 INFO O| Dec 03 16:15:49.883 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96772025-12-03T16:15:51.438Z[ host-image] Dec 03 16:15:49.892 INFO O| Dec 03 16:15:49.892 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
96782025-12-03T16:15:51.438Z[ host-image] Dec 03 16:15:49.892 INFO O| Dec 03 16:15:49.892 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
96792025-12-03T16:15:51.442Z[ host-image] Dec 03 16:15:49.892 INFO O| Dec 03 16:15:49.892 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96802025-12-03T16:15:51.442Z[ host-image] Dec 03 16:15:49.892 INFO O| Dec 03 16:15:49.892 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96812025-12-03T16:15:51.442Z[ host-image] Dec 03 16:15:49.892 INFO O| Dec 03 16:15:49.892 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96822025-12-03T16:15:51.442Z[ host-image] Dec 03 16:15:49.892 INFO O| Dec 03 16:15:49.892 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96832025-12-03T16:15:51.442Z[ host-image] Dec 03 16:15:49.892 INFO O| Dec 03 16:15:49.892 INFO ok!
96842025-12-03T16:15:51.442Z[ host-image] Dec 03 16:15:49.892 INFO O| Dec 03 16:15:49.892 INFO STEP 38 (ensure_file) COMPLETE
96852025-12-03T16:15:51.442Z[ host-image] Dec 03 16:15:49.892 INFO O| Dec 03 16:15:49.892 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96862025-12-03T16:15:51.447Z[ host-image] Dec 03 16:15:49.901 INFO O| Dec 03 16:15:49.901 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96872025-12-03T16:15:51.450Z[ host-image] Dec 03 16:15:49.901 INFO O| Dec 03 16:15:49.901 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96882025-12-03T16:15:51.450Z[ host-image] Dec 03 16:15:49.901 INFO O| Dec 03 16:15:49.901 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96892025-12-03T16:15:51.450Z[ host-image] Dec 03 16:15:49.901 INFO O| Dec 03 16:15:49.901 INFO STEP 39 (ensure_dir) COMPLETE
96902025-12-03T16:15:51.450Z[ host-image] Dec 03 16:15:49.901 INFO O| Dec 03 16:15:49.901 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96912025-12-03T16:15:51.456Z[ host-image] Dec 03 16:15:49.910 INFO O| Dec 03 16:15:49.910 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
96922025-12-03T16:15:51.456Z[ host-image] Dec 03 16:15:49.910 INFO O| Dec 03 16:15:49.910 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 ...
96932025-12-03T16:15:51.460Z[ host-image] Dec 03 16:15:49.910 INFO O| Dec 03 16:15:49.910 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
96942025-12-03T16:15:51.461Z[ host-image] Dec 03 16:15:49.910 INFO O| Dec 03 16:15:49.910 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
96952025-12-03T16:15:51.461Z[ host-image] Dec 03 16:15:49.910 INFO O| Dec 03 16:15:49.910 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
96962025-12-03T16:15:51.461Z[ host-image] Dec 03 16:15:49.910 INFO O| Dec 03 16:15:49.910 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
96972025-12-03T16:15:51.461Z[ host-image] Dec 03 16:15:49.910 INFO O| Dec 03 16:15:49.910 INFO ok!
96982025-12-03T16:15:51.461Z[ host-image] Dec 03 16:15:49.910 INFO O| Dec 03 16:15:49.910 INFO STEP 40 (ensure_file) COMPLETE
96992025-12-03T16:15:51.461Z[ host-image] Dec 03 16:15:49.910 INFO O| Dec 03 16:15:49.910 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
97002025-12-03T16:15:51.464Z[ host-image] Dec 03 16:15:49.918 INFO O| Dec 03 16:15:49.918 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
97012025-12-03T16:15:51.465Z[ host-image] Dec 03 16:15:49.918 INFO O| Dec 03 16:15:49.918 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 ...
97022025-12-03T16:15:51.468Z[ host-image] Dec 03 16:15:49.918 INFO O| Dec 03 16:15:49.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
97032025-12-03T16:15:51.468Z[ host-image] Dec 03 16:15:49.918 INFO O| Dec 03 16:15:49.918 INFO ok!
97042025-12-03T16:15:51.468Z[ host-image] Dec 03 16:15:49.918 INFO O| Dec 03 16:15:49.918 INFO STEP 41 (ensure_symlink) COMPLETE
97052025-12-03T16:15:51.468Z[ host-image] Dec 03 16:15:49.918 INFO O| Dec 03 16:15:49.918 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
97062025-12-03T16:15:51.475Z[ host-image] Dec 03 16:15:49.928 INFO O| Dec 03 16:15:49.928 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
97072025-12-03T16:15:51.475Z[ host-image] Dec 03 16:15:49.928 INFO O| Dec 03 16:15:49.928 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
97082025-12-03T16:15:51.478Z[ host-image] Dec 03 16:15:49.928 INFO O| Dec 03 16:15:49.928 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
97092025-12-03T16:15:51.478Z[ host-image] Dec 03 16:15:49.928 INFO O| Dec 03 16:15:49.928 INFO ok!
97102025-12-03T16:15:51.478Z[ host-image] Dec 03 16:15:49.928 INFO O| Dec 03 16:15:49.928 INFO STEP 42 (ensure_symlink) COMPLETE
97112025-12-03T16:15:51.478Z[ host-image] Dec 03 16:15:49.928 INFO O| Dec 03 16:15:49.928 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97122025-12-03T16:15:51.482Z[ host-image] Dec 03 16:15:49.936 INFO O| Dec 03 16:15:49.936 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
97132025-12-03T16:15:51.482Z[ host-image] Dec 03 16:15:49.936 INFO O| Dec 03 16:15:49.936 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
97142025-12-03T16:15:51.485Z[ host-image] Dec 03 16:15:49.936 INFO O| Dec 03 16:15:49.936 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
97152025-12-03T16:15:51.485Z[ host-image] Dec 03 16:15:49.936 INFO O| Dec 03 16:15:49.936 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
97162025-12-03T16:15:51.485Z[ host-image] Dec 03 16:15:49.936 INFO O| Dec 03 16:15:49.936 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
97172025-12-03T16:15:51.485Z[ host-image] Dec 03 16:15:49.937 INFO O| Dec 03 16:15:49.936 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
97182025-12-03T16:15:51.485Z[ host-image] Dec 03 16:15:49.937 INFO O| Dec 03 16:15:49.937 INFO ok!
97192025-12-03T16:15:51.485Z[ host-image] Dec 03 16:15:49.937 INFO O| Dec 03 16:15:49.937 INFO STEP 43 (ensure_file) COMPLETE
97202025-12-03T16:15:51.485Z[ host-image] Dec 03 16:15:49.937 INFO O| Dec 03 16:15:49.937 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97212025-12-03T16:15:51.492Z[ host-image] Dec 03 16:15:49.946 INFO O| Dec 03 16:15:49.946 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
97222025-12-03T16:15:51.496Z[ host-image] Dec 03 16:15:49.946 INFO O| Dec 03 16:15:49.946 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 ...
97232025-12-03T16:15:51.496Z[ host-image] Dec 03 16:15:49.947 INFO O| Dec 03 16:15:49.947 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
97242025-12-03T16:15:51.496Z[ host-image] Dec 03 16:15:49.947 INFO O| Dec 03 16:15:49.947 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
97252025-12-03T16:15:51.496Z[ host-image] Dec 03 16:15:49.947 INFO O| Dec 03 16:15:49.947 INFO ok!
97262025-12-03T16:15:51.496Z[ host-image] Dec 03 16:15:49.947 INFO O| Dec 03 16:15:49.947 INFO STEP 44 (ensure_file) COMPLETE
97272025-12-03T16:15:51.496Z[ host-image] Dec 03 16:15:49.947 INFO O| Dec 03 16:15:49.947 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97282025-12-03T16:15:51.502Z[ host-image] Dec 03 16:15:49.956 INFO O| Dec 03 16:15:49.956 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
97292025-12-03T16:15:51.502Z[ host-image] Dec 03 16:15:49.956 INFO O| Dec 03 16:15:49.956 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
97302025-12-03T16:15:51.507Z[ host-image] Dec 03 16:15:49.956 INFO O| Dec 03 16:15:49.956 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
97312025-12-03T16:15:51.507Z[ host-image] Dec 03 16:15:49.956 INFO O| Dec 03 16:15:49.956 INFO ok!
97322025-12-03T16:15:51.507Z[ host-image] Dec 03 16:15:49.956 INFO O| Dec 03 16:15:49.956 INFO STEP 45 (ensure_file) COMPLETE
97332025-12-03T16:15:51.507Z[ host-image] Dec 03 16:15:49.956 INFO O| Dec 03 16:15:49.956 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
97342025-12-03T16:15:51.512Z[ host-image] Dec 03 16:15:49.966 INFO O| Dec 03 16:15:49.966 INFO updating shadow file
97352025-12-03T16:15:51.515Z[ host-image] Dec 03 16:15:49.966 INFO O| Dec 03 16:15:49.966 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
97362025-12-03T16:15:51.515Z[ host-image] Dec 03 16:15:49.966 INFO O| Dec 03 16:15:49.966 INFO STEP 46 (shadow) COMPLETE
97372025-12-03T16:15:51.515Z[ host-image] Dec 03 16:15:49.966 INFO O| Dec 03 16:15:49.966 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
97382025-12-03T16:15:51.522Z[ host-image] Dec 03 16:15:49.975 INFO O| Dec 03 16:15:49.975 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
97392025-12-03T16:15:51.522Z[ host-image] Dec 03 16:15:49.975 INFO O| Dec 03 16:15:49.975 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
97402025-12-03T16:15:51.525Z[ host-image] Dec 03 16:15:49.975 INFO O| Dec 03 16:15:49.975 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
97412025-12-03T16:15:51.525Z[ host-image] Dec 03 16:15:49.975 INFO O| Dec 03 16:15:49.975 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
97422025-12-03T16:15:51.525Z[ host-image] Dec 03 16:15:49.975 INFO O| Dec 03 16:15:49.975 INFO ok!
97432025-12-03T16:15:51.526Z[ host-image] Dec 03 16:15:49.975 INFO O| Dec 03 16:15:49.975 INFO STEP 47 (ensure_file) COMPLETE
97442025-12-03T16:15:51.526Z[ host-image] Dec 03 16:15:49.975 INFO O| Dec 03 16:15:49.975 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97452025-12-03T16:15:51.526Z[ host-image] Dec 03 16:15:49.975 INFO O| Dec 03 16:15:49.975 INFO skip step because feature "mfg" is not enabled
97462025-12-03T16:15:51.526Z[ host-image] Dec 03 16:15:49.975 INFO O| Dec 03 16:15:49.975 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97472025-12-03T16:15:51.526Z[ host-image] Dec 03 16:15:49.975 INFO O| Dec 03 16:15:49.975 INFO skip step because feature "mfg" is not enabled
97482025-12-03T16:15:51.526Z[ host-image] Dec 03 16:15:49.975 INFO O| Dec 03 16:15:49.975 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97492025-12-03T16:15:51.531Z[ host-image] Dec 03 16:15:49.985 INFO O| Dec 03 16:15:49.985 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
97502025-12-03T16:15:51.531Z[ host-image] Dec 03 16:15:49.985 INFO O| Dec 03 16:15:49.985 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
97512025-12-03T16:15:52.219Z[ host-image] Dec 03 16:15:50.669 INFO O| Dec 03 16:15:50.669 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
97522025-12-03T16:15:52.220Z[ host-image] Dec 03 16:15:50.669 INFO O| Dec 03 16:15:50.669 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
97532025-12-03T16:15:52.224Z[ host-image] Dec 03 16:15:50.669 INFO O| Dec 03 16:15:50.669 INFO ok!
97542025-12-03T16:15:52.224Z[ host-image] Dec 03 16:15:50.669 INFO O| Dec 03 16:15:50.669 INFO STEP 50 (ensure_file) COMPLETE
97552025-12-03T16:15:52.224Z[ host-image] Dec 03 16:15:50.669 INFO O| Dec 03 16:15:50.669 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97562025-12-03T16:15:52.224Z[ host-image] Dec 03 16:15:50.669 INFO O| Dec 03 16:15:50.669 INFO skip step because feature "compliance" is not enabled
97572025-12-03T16:15:52.224Z[ host-image] Dec 03 16:15:50.669 INFO O| Dec 03 16:15:50.669 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97582025-12-03T16:15:52.231Z[ host-image] Dec 03 16:15:50.679 INFO O| Dec 03 16:15:50.679 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
97592025-12-03T16:15:52.231Z[ host-image] Dec 03 16:15:50.679 INFO O| Dec 03 16:15:50.679 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
97602025-12-03T16:15:52.231Z[ host-image] Dec 03 16:15:50.679 INFO O| Dec 03 16:15:50.679 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97612025-12-03T16:15:52.231Z[ host-image] Dec 03 16:15:50.679 INFO O| Dec 03 16:15:50.679 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97622025-12-03T16:15:52.231Z[ host-image] Dec 03 16:15:50.679 INFO O| Dec 03 16:15:50.679 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97632025-12-03T16:15:52.231Z[ host-image] Dec 03 16:15:50.679 INFO O| Dec 03 16:15:50.679 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97642025-12-03T16:15:52.231Z[ host-image] Dec 03 16:15:50.680 INFO O| Dec 03 16:15:50.679 INFO ok!
97652025-12-03T16:15:52.231Z[ host-image] Dec 03 16:15:50.680 INFO O| Dec 03 16:15:50.679 INFO STEP 52 (ensure_file) COMPLETE
97662025-12-03T16:15:52.231Z[ host-image] Dec 03 16:15:50.680 INFO O| Dec 03 16:15:50.680 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97672025-12-03T16:15:52.235Z[ host-image] Dec 03 16:15:50.688 INFO O| Dec 03 16:15:50.688 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
97682025-12-03T16:15:52.238Z[ host-image] Dec 03 16:15:50.688 INFO O| Dec 03 16:15:50.688 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 ...
97692025-12-03T16:15:52.238Z[ host-image] Dec 03 16:15:50.689 INFO O| Dec 03 16:15:50.689 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
97702025-12-03T16:15:52.239Z[ host-image] Dec 03 16:15:50.689 INFO O| Dec 03 16:15:50.689 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
97712025-12-03T16:15:52.239Z[ host-image] Dec 03 16:15:50.689 INFO O| Dec 03 16:15:50.689 INFO ok!
97722025-12-03T16:15:52.239Z[ host-image] Dec 03 16:15:50.689 INFO O| Dec 03 16:15:50.689 INFO STEP 53 (ensure_file) COMPLETE
97732025-12-03T16:15:52.239Z[ host-image] Dec 03 16:15:50.689 INFO O| Dec 03 16:15:50.689 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97742025-12-03T16:15:52.244Z[ host-image] Dec 03 16:15:50.697 INFO O| Dec 03 16:15:50.697 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
97752025-12-03T16:15:52.251Z[ host-image] Dec 03 16:15:50.697 INFO O| Dec 03 16:15:50.697 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 ...
97762025-12-03T16:15:52.251Z[ host-image] Dec 03 16:15:50.698 INFO O| Dec 03 16:15:50.698 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
97772025-12-03T16:15:52.251Z[ host-image] Dec 03 16:15:50.698 INFO O| Dec 03 16:15:50.698 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
97782025-12-03T16:15:52.251Z[ host-image] Dec 03 16:15:50.698 INFO O| Dec 03 16:15:50.698 INFO ok!
97792025-12-03T16:15:52.251Z[ host-image] Dec 03 16:15:50.698 INFO O| Dec 03 16:15:50.698 INFO STEP 54 (ensure_file) COMPLETE
97802025-12-03T16:15:52.251Z[ host-image] Dec 03 16:15:50.698 INFO O| Dec 03 16:15:50.698 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97812025-12-03T16:15:52.255Z[ host-image] Dec 03 16:15:50.706 INFO O| Dec 03 16:15:50.705 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
97822025-12-03T16:15:52.255Z[ host-image] Dec 03 16:15:50.706 INFO O| Dec 03 16:15:50.706 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 ...
97832025-12-03T16:15:52.255Z[ host-image] Dec 03 16:15:50.706 INFO O| Dec 03 16:15:50.706 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
97842025-12-03T16:15:52.255Z[ host-image] Dec 03 16:15:50.706 INFO O| Dec 03 16:15:50.706 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
97852025-12-03T16:15:52.255Z[ host-image] Dec 03 16:15:50.706 INFO O| Dec 03 16:15:50.706 INFO ok!
97862025-12-03T16:15:52.255Z[ host-image] Dec 03 16:15:50.706 INFO O| Dec 03 16:15:50.706 INFO STEP 55 (ensure_file) COMPLETE
97872025-12-03T16:15:52.255Z[ host-image] Dec 03 16:15:50.706 INFO O| Dec 03 16:15:50.706 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97882025-12-03T16:15:52.260Z[ host-image] Dec 03 16:15:50.714 INFO O| Dec 03 16:15:50.714 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
97892025-12-03T16:15:52.264Z[ host-image] Dec 03 16:15:50.714 INFO O| Dec 03 16:15:50.714 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 ...
97902025-12-03T16:15:52.264Z[ host-image] Dec 03 16:15:50.714 INFO O| Dec 03 16:15:50.714 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
97912025-12-03T16:15:52.264Z[ host-image] Dec 03 16:15:50.714 INFO O| Dec 03 16:15:50.714 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
97922025-12-03T16:15:52.264Z[ host-image] Dec 03 16:15:50.714 INFO O| Dec 03 16:15:50.714 INFO ok!
97932025-12-03T16:15:52.264Z[ host-image] Dec 03 16:15:50.714 INFO O| Dec 03 16:15:50.714 INFO STEP 56 (ensure_file) COMPLETE
97942025-12-03T16:15:52.264Z[ host-image] Dec 03 16:15:50.714 INFO O| Dec 03 16:15:50.714 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97952025-12-03T16:15:52.269Z[ host-image] Dec 03 16:15:50.723 INFO O| Dec 03 16:15:50.723 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
97962025-12-03T16:15:52.272Z[ host-image] Dec 03 16:15:50.723 INFO O| Dec 03 16:15:50.723 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 ...
97972025-12-03T16:15:52.272Z[ host-image] Dec 03 16:15:50.723 INFO O| Dec 03 16:15:50.723 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
97982025-12-03T16:15:52.273Z[ host-image] Dec 03 16:15:50.724 INFO O| Dec 03 16:15:50.723 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
97992025-12-03T16:15:52.273Z[ host-image] Dec 03 16:15:50.724 INFO O| Dec 03 16:15:50.723 INFO ok!
98002025-12-03T16:15:52.273Z[ host-image] Dec 03 16:15:50.724 INFO O| Dec 03 16:15:50.723 INFO STEP 57 (ensure_file) COMPLETE
98012025-12-03T16:15:52.273Z[ host-image] Dec 03 16:15:50.724 INFO O| Dec 03 16:15:50.723 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98022025-12-03T16:15:52.278Z[ host-image] Dec 03 16:15:50.731 INFO O| Dec 03 16:15:50.731 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
98032025-12-03T16:15:52.281Z[ host-image] Dec 03 16:15:50.731 INFO O| Dec 03 16:15:50.731 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 ...
98042025-12-03T16:15:52.281Z[ host-image] Dec 03 16:15:50.732 INFO O| Dec 03 16:15:50.732 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
98052025-12-03T16:15:52.281Z[ host-image] Dec 03 16:15:50.732 INFO O| Dec 03 16:15:50.732 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
98062025-12-03T16:15:52.281Z[ host-image] Dec 03 16:15:50.732 INFO O| Dec 03 16:15:50.732 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
98072025-12-03T16:15:52.281Z[ host-image] Dec 03 16:15:50.732 INFO O| Dec 03 16:15:50.732 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
98082025-12-03T16:15:52.281Z[ host-image] Dec 03 16:15:50.732 INFO O| Dec 03 16:15:50.732 INFO ok!
98092025-12-03T16:15:52.281Z[ host-image] Dec 03 16:15:50.732 INFO O| Dec 03 16:15:50.732 INFO STEP 58 (ensure_file) COMPLETE
98102025-12-03T16:15:52.281Z[ host-image] Dec 03 16:15:50.732 INFO O| Dec 03 16:15:50.732 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98112025-12-03T16:15:52.287Z[ host-image] Dec 03 16:15:50.740 INFO O| Dec 03 16:15:50.740 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
98122025-12-03T16:15:52.287Z[ host-image] Dec 03 16:15:50.740 INFO O| Dec 03 16:15:50.740 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 ...
98132025-12-03T16:15:52.328Z[ host-image] Dec 03 16:15:50.741 INFO O| Dec 03 16:15:50.741 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
98142025-12-03T16:15:52.328Z[ host-image] Dec 03 16:15:50.741 INFO O| Dec 03 16:15:50.741 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
98152025-12-03T16:15:52.328Z[ host-image] Dec 03 16:15:50.741 INFO O| Dec 03 16:15:50.741 INFO ok!
98162025-12-03T16:15:52.328Z[ host-image] Dec 03 16:15:50.741 INFO O| Dec 03 16:15:50.741 INFO STEP 59 (ensure_file) COMPLETE
98172025-12-03T16:15:52.328Z[ host-image] Dec 03 16:15:50.741 INFO O| Dec 03 16:15:50.741 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98182025-12-03T16:15:52.328Z[ host-image] Dec 03 16:15:50.749 INFO O| Dec 03 16:15:50.749 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
98192025-12-03T16:15:52.328Z[ host-image] Dec 03 16:15:50.749 INFO O| Dec 03 16:15:50.749 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
98202025-12-03T16:15:52.328Z[ host-image] Dec 03 16:15:50.750 INFO O| Dec 03 16:15:50.750 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
98212025-12-03T16:15:52.328Z[ host-image] Dec 03 16:15:50.750 INFO O| Dec 03 16:15:50.750 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
98222025-12-03T16:15:52.328Z[ host-image] Dec 03 16:15:50.750 INFO O| Dec 03 16:15:50.750 INFO ok!
98232025-12-03T16:15:52.328Z[ host-image] Dec 03 16:15:50.750 INFO O| Dec 03 16:15:50.750 INFO STEP 60 (ensure_file) COMPLETE
98242025-12-03T16:15:52.328Z[ host-image] Dec 03 16:15:50.750 INFO O| Dec 03 16:15:50.750 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98252025-12-03T16:15:52.328Z[ host-image] Dec 03 16:15:50.757 INFO O| Dec 03 16:15:50.757 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
98262025-12-03T16:15:52.328Z[ host-image] Dec 03 16:15:50.757 INFO O| Dec 03 16:15:50.757 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 ...
98272025-12-03T16:15:52.328Z[ host-image] Dec 03 16:15:50.758 INFO O| Dec 03 16:15:50.758 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
98282025-12-03T16:15:52.328Z[ host-image] Dec 03 16:15:50.758 INFO O| Dec 03 16:15:50.758 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
98292025-12-03T16:15:52.328Z[ host-image] Dec 03 16:15:50.758 INFO O| Dec 03 16:15:50.758 INFO ok!
98302025-12-03T16:15:52.328Z[ host-image] Dec 03 16:15:50.758 INFO O| Dec 03 16:15:50.758 INFO STEP 61 (ensure_file) COMPLETE
98312025-12-03T16:15:52.328Z[ host-image] Dec 03 16:15:50.758 INFO O| Dec 03 16:15:50.758 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98322025-12-03T16:15:52.328Z[ host-image] Dec 03 16:15:50.766 INFO O| Dec 03 16:15:50.766 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
98332025-12-03T16:15:52.328Z[ host-image] Dec 03 16:15:50.766 INFO O| Dec 03 16:15:50.766 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
98342025-12-03T16:15:52.328Z[ host-image] Dec 03 16:15:50.766 INFO O| Dec 03 16:15:50.766 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98352025-12-03T16:15:52.328Z[ host-image] Dec 03 16:15:50.766 INFO O| Dec 03 16:15:50.766 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98362025-12-03T16:15:52.328Z[ host-image] Dec 03 16:15:50.766 INFO O| Dec 03 16:15:50.766 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98372025-12-03T16:15:52.328Z[ host-image] Dec 03 16:15:50.766 INFO O| Dec 03 16:15:50.766 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98382025-12-03T16:15:52.328Z[ host-image] Dec 03 16:15:50.766 INFO O| Dec 03 16:15:50.766 INFO ok!
98392025-12-03T16:15:52.328Z[ host-image] Dec 03 16:15:50.766 INFO O| Dec 03 16:15:50.766 INFO STEP 62 (ensure_file) COMPLETE
98402025-12-03T16:15:52.328Z[ host-image] Dec 03 16:15:50.766 INFO O| Dec 03 16:15:50.766 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98412025-12-03T16:15:52.328Z[ host-image] Dec 03 16:15:50.776 INFO O| Dec 03 16:15:50.775 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
98422025-12-03T16:15:52.329Z[ host-image] Dec 03 16:15:50.776 INFO O| Dec 03 16:15:50.776 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 ...
98432025-12-03T16:15:52.329Z[ host-image] Dec 03 16:15:50.776 INFO O| Dec 03 16:15:50.776 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
98442025-12-03T16:15:52.329Z[ host-image] Dec 03 16:15:50.776 INFO O| Dec 03 16:15:50.776 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
98452025-12-03T16:15:52.329Z[ host-image] Dec 03 16:15:50.776 INFO O| Dec 03 16:15:50.776 INFO ok!
98462025-12-03T16:15:52.329Z[ host-image] Dec 03 16:15:50.776 INFO O| Dec 03 16:15:50.776 INFO STEP 63 (ensure_file) COMPLETE
98472025-12-03T16:15:52.329Z[ host-image] Dec 03 16:15:50.776 INFO O| Dec 03 16:15:50.776 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98482025-12-03T16:15:52.336Z[ host-image] Dec 03 16:15:50.784 INFO O| Dec 03 16:15:50.784 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
98492025-12-03T16:15:52.336Z[ host-image] Dec 03 16:15:50.784 INFO O| Dec 03 16:15:50.784 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 ...
98502025-12-03T16:15:52.337Z[ host-image] Dec 03 16:15:50.785 INFO O| Dec 03 16:15:50.785 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
98512025-12-03T16:15:52.337Z[ host-image] Dec 03 16:15:50.785 INFO O| Dec 03 16:15:50.785 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
98522025-12-03T16:15:52.337Z[ host-image] Dec 03 16:15:50.785 INFO O| Dec 03 16:15:50.785 INFO ok!
98532025-12-03T16:15:52.337Z[ host-image] Dec 03 16:15:50.785 INFO O| Dec 03 16:15:50.785 INFO STEP 64 (ensure_file) COMPLETE
98542025-12-03T16:15:52.337Z[ host-image] Dec 03 16:15:50.785 INFO O| Dec 03 16:15:50.785 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98552025-12-03T16:15:52.340Z[ host-image] Dec 03 16:15:50.793 INFO O| Dec 03 16:15:50.793 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
98562025-12-03T16:15:52.340Z[ host-image] Dec 03 16:15:50.793 INFO O| Dec 03 16:15:50.793 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 ...
98572025-12-03T16:15:52.340Z[ host-image] Dec 03 16:15:50.794 INFO O| Dec 03 16:15:50.794 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
98582025-12-03T16:15:52.340Z[ host-image] Dec 03 16:15:50.794 INFO O| Dec 03 16:15:50.794 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
98592025-12-03T16:15:52.340Z[ host-image] Dec 03 16:15:50.794 INFO O| Dec 03 16:15:50.794 INFO ok!
98602025-12-03T16:15:52.340Z[ host-image] Dec 03 16:15:50.794 INFO O| Dec 03 16:15:50.794 INFO STEP 65 (ensure_file) COMPLETE
98612025-12-03T16:15:52.340Z[ host-image] Dec 03 16:15:50.794 INFO O| Dec 03 16:15:50.794 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98622025-12-03T16:15:52.340Z[ host-image] Dec 03 16:15:50.794 INFO O| Dec 03 16:15:50.794 INFO skip step because feature "mbist" is not enabled
98632025-12-03T16:15:52.344Z[ host-image] Dec 03 16:15:50.794 INFO O| Dec 03 16:15:50.794 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98642025-12-03T16:15:52.349Z[ host-image] Dec 03 16:15:50.803 INFO O| Dec 03 16:15:50.803 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
98652025-12-03T16:15:52.349Z[ host-image] Dec 03 16:15:50.803 INFO O| Dec 03 16:15:50.803 INFO STEP 67 (ensure_dir) COMPLETE
98662025-12-03T16:15:52.352Z[ host-image] Dec 03 16:15:50.803 INFO O| Dec 03 16:15:50.803 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98672025-12-03T16:15:52.357Z[ host-image] Dec 03 16:15:50.811 INFO O| Dec 03 16:15:50.811 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
98682025-12-03T16:15:52.357Z[ host-image] Dec 03 16:15:50.811 INFO O| Dec 03 16:15:50.811 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
98692025-12-03T16:15:52.357Z[ host-image] Dec 03 16:15:50.811 INFO O| Dec 03 16:15:50.811 INFO STEP 68 (ensure_dir) COMPLETE
98702025-12-03T16:15:52.361Z[ host-image] Dec 03 16:15:50.811 INFO O| Dec 03 16:15:50.811 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98712025-12-03T16:15:52.365Z[ host-image] Dec 03 16:15:50.819 INFO O| Dec 03 16:15:50.819 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
98722025-12-03T16:15:52.369Z[ host-image] Dec 03 16:15:50.819 INFO O| Dec 03 16:15:50.819 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
98732025-12-03T16:15:52.369Z[ host-image] Dec 03 16:15:50.819 INFO O| Dec 03 16:15:50.819 INFO STEP 69 (ensure_dir) COMPLETE
98742025-12-03T16:15:52.369Z[ host-image] Dec 03 16:15:50.819 INFO O| Dec 03 16:15:50.819 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98752025-12-03T16:15:52.373Z[ host-image] Dec 03 16:15:50.827 INFO O| Dec 03 16:15:50.827 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
98762025-12-03T16:15:52.378Z[ host-image] Dec 03 16:15:50.828 INFO O| Dec 03 16:15:50.827 INFO copying /tmp/.tmpNmWK0T/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
98772025-12-03T16:15:53.677Z[ host-image] Dec 03 16:15:52.131 INFO O| Dec 03 16:15:52.131 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
98782025-12-03T16:15:53.678Z[ host-image] Dec 03 16:15:52.131 INFO O| Dec 03 16:15:52.131 INFO ok!
98792025-12-03T16:15:53.681Z[ host-image] Dec 03 16:15:52.131 INFO O| Dec 03 16:15:52.131 INFO STEP 70 (ensure_file) COMPLETE
98802025-12-03T16:15:53.682Z[ host-image] Dec 03 16:15:52.131 INFO O| Dec 03 16:15:52.131 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98812025-12-03T16:15:53.687Z[ host-image] Dec 03 16:15:52.141 INFO O| Dec 03 16:15:52.141 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
98822025-12-03T16:15:53.687Z[ host-image] Dec 03 16:15:52.141 INFO O| Dec 03 16:15:52.141 INFO copying /tmp/.tmpNmWK0T/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
98832025-12-03T16:15:54.729Z[ host-image] Dec 03 16:15:53.182 INFO O| Dec 03 16:15:53.182 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
98842025-12-03T16:15:54.729Z[ host-image] Dec 03 16:15:53.182 INFO O| Dec 03 16:15:53.182 INFO ok!
98852025-12-03T16:15:54.729Z[ host-image] Dec 03 16:15:53.182 INFO O| Dec 03 16:15:53.182 INFO STEP 71 (ensure_file) COMPLETE
98862025-12-03T16:15:54.729Z[ host-image] Dec 03 16:15:53.182 INFO O| Dec 03 16:15:53.182 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98872025-12-03T16:15:54.745Z[ host-image] Dec 03 16:15:53.192 INFO O| Dec 03 16:15:53.192 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
98882025-12-03T16:15:54.745Z[ host-image] Dec 03 16:15:53.192 INFO O| Dec 03 16:15:53.192 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
98892025-12-03T16:15:54.754Z[ host-image] Dec 03 16:15:53.192 INFO O| Dec 03 16:15:53.192 INFO STEP 72 (ensure_dir) COMPLETE
98902025-12-03T16:15:54.754Z[ host-image] Dec 03 16:15:53.192 INFO O| Dec 03 16:15:53.192 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98912025-12-03T16:15:54.754Z[ host-image] Dec 03 16:15:53.201 INFO O| Dec 03 16:15:53.201 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
98922025-12-03T16:15:54.754Z[ host-image] Dec 03 16:15:53.201 INFO O| Dec 03 16:15:53.201 INFO copying /tmp/.tmpNmWK0T/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 ...
98932025-12-03T16:15:54.755Z[ host-image] Dec 03 16:15:53.201 INFO O| Dec 03 16:15:53.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
98942025-12-03T16:15:54.755Z[ host-image] Dec 03 16:15:53.201 INFO O| Dec 03 16:15:53.201 INFO ok!
98952025-12-03T16:15:54.755Z[ host-image] Dec 03 16:15:53.201 INFO O| Dec 03 16:15:53.201 INFO STEP 73 (ensure_file) COMPLETE
98962025-12-03T16:15:54.755Z[ host-image] Dec 03 16:15:53.201 INFO O| Dec 03 16:15:53.201 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98972025-12-03T16:15:54.759Z[ host-image] Dec 03 16:15:53.210 INFO O| Dec 03 16:15:53.210 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
98982025-12-03T16:15:54.759Z[ host-image] Dec 03 16:15:53.210 INFO O| Dec 03 16:15:53.210 INFO copying /tmp/.tmpNmWK0T/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 ...
98992025-12-03T16:15:54.759Z[ host-image] Dec 03 16:15:53.210 INFO O| Dec 03 16:15:53.210 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
99002025-12-03T16:15:54.759Z[ host-image] Dec 03 16:15:53.210 INFO O| Dec 03 16:15:53.210 INFO ok!
99012025-12-03T16:15:54.759Z[ host-image] Dec 03 16:15:53.210 INFO O| Dec 03 16:15:53.210 INFO STEP 74 (ensure_file) COMPLETE
99022025-12-03T16:15:54.759Z[ host-image] Dec 03 16:15:53.210 INFO O| Dec 03 16:15:53.210 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99032025-12-03T16:15:54.765Z[ host-image] Dec 03 16:15:53.218 INFO O| Dec 03 16:15:53.218 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
99042025-12-03T16:15:54.765Z[ host-image] Dec 03 16:15:53.218 INFO O| Dec 03 16:15:53.218 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
99052025-12-03T16:15:54.765Z[ host-image] Dec 03 16:15:53.218 INFO O| Dec 03 16:15:53.218 INFO STEP 75 (ensure_dir) COMPLETE
99062025-12-03T16:15:54.769Z[ host-image] Dec 03 16:15:53.218 INFO O| Dec 03 16:15:53.218 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99072025-12-03T16:15:54.773Z[ host-image] Dec 03 16:15:53.226 INFO O| Dec 03 16:15:53.226 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
99082025-12-03T16:15:54.776Z[ host-image] Dec 03 16:15:53.226 INFO O| Dec 03 16:15:53.226 INFO copying /tmp/.tmpNmWK0T/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 ...
99092025-12-03T16:15:54.776Z[ host-image] Dec 03 16:15:53.226 INFO O| Dec 03 16:15:53.226 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
99102025-12-03T16:15:54.776Z[ host-image] Dec 03 16:15:53.226 INFO O| Dec 03 16:15:53.226 INFO ok!
99112025-12-03T16:15:54.776Z[ host-image] Dec 03 16:15:53.226 INFO O| Dec 03 16:15:53.226 INFO STEP 76 (ensure_file) COMPLETE
99122025-12-03T16:15:54.776Z[ host-image] Dec 03 16:15:53.226 INFO O| Dec 03 16:15:53.226 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99132025-12-03T16:15:54.781Z[ host-image] Dec 03 16:15:53.234 INFO O| Dec 03 16:15:53.234 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
99142025-12-03T16:15:54.781Z[ host-image] Dec 03 16:15:53.234 INFO O| Dec 03 16:15:53.234 INFO copying /tmp/.tmpNmWK0T/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 ...
99152025-12-03T16:15:54.785Z[ host-image] Dec 03 16:15:53.235 INFO O| Dec 03 16:15:53.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
99162025-12-03T16:15:54.785Z[ host-image] Dec 03 16:15:53.235 INFO O| Dec 03 16:15:53.235 INFO ok!
99172025-12-03T16:15:54.785Z[ host-image] Dec 03 16:15:53.235 INFO O| Dec 03 16:15:53.235 INFO STEP 77 (ensure_file) COMPLETE
99182025-12-03T16:15:54.785Z[ host-image] Dec 03 16:15:53.235 INFO O| Dec 03 16:15:53.235 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99192025-12-03T16:15:54.789Z[ host-image] Dec 03 16:15:53.242 INFO O| Dec 03 16:15:53.242 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
99202025-12-03T16:15:54.792Z[ host-image] Dec 03 16:15:53.242 INFO O| Dec 03 16:15:53.242 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
99212025-12-03T16:15:54.792Z[ host-image] Dec 03 16:15:53.242 INFO O| Dec 03 16:15:53.242 INFO STEP 78 (ensure_dir) COMPLETE
99222025-12-03T16:15:54.792Z[ host-image] Dec 03 16:15:53.242 INFO O| Dec 03 16:15:53.242 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99232025-12-03T16:15:54.797Z[ host-image] Dec 03 16:15:53.250 INFO O| Dec 03 16:15:53.250 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
99242025-12-03T16:15:54.797Z[ host-image] Dec 03 16:15:53.250 INFO O| Dec 03 16:15:53.250 INFO copying /tmp/.tmpNmWK0T/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 ...
99252025-12-03T16:15:54.797Z[ host-image] Dec 03 16:15:53.250 INFO O| Dec 03 16:15:53.250 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
99262025-12-03T16:15:54.797Z[ host-image] Dec 03 16:15:53.250 INFO O| Dec 03 16:15:53.250 INFO ok!
99272025-12-03T16:15:54.797Z[ host-image] Dec 03 16:15:53.250 INFO O| Dec 03 16:15:53.250 INFO STEP 79 (ensure_file) COMPLETE
99282025-12-03T16:15:54.798Z[ host-image] Dec 03 16:15:53.250 INFO O| Dec 03 16:15:53.250 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99292025-12-03T16:15:54.808Z[ host-image] Dec 03 16:15:53.257 INFO O| Dec 03 16:15:53.257 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
99302025-12-03T16:15:54.808Z[ host-image] Dec 03 16:15:53.257 INFO O| Dec 03 16:15:53.257 INFO copying /tmp/.tmpNmWK0T/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
99312025-12-03T16:15:54.811Z[ host-image] Dec 03 16:15:53.258 INFO O| Dec 03 16:15:53.257 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
99322025-12-03T16:15:54.811Z[ host-image] Dec 03 16:15:53.258 INFO O| Dec 03 16:15:53.257 INFO ok!
99332025-12-03T16:15:54.812Z[ host-image] Dec 03 16:15:53.258 INFO O| Dec 03 16:15:53.258 INFO STEP 80 (ensure_file) COMPLETE
99342025-12-03T16:15:54.812Z[ host-image] Dec 03 16:15:53.258 INFO O| Dec 03 16:15:53.258 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99352025-12-03T16:15:54.815Z[ host-image] Dec 03 16:15:53.265 INFO O| Dec 03 16:15:53.265 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
99362025-12-03T16:15:54.815Z[ host-image] Dec 03 16:15:53.265 INFO O| Dec 03 16:15:53.265 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
99372025-12-03T16:15:54.815Z[ host-image] Dec 03 16:15:53.265 INFO O| Dec 03 16:15:53.265 INFO STEP 81 (ensure_dir) COMPLETE
99382025-12-03T16:15:54.815Z[ host-image] Dec 03 16:15:53.265 INFO O| Dec 03 16:15:53.265 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99392025-12-03T16:15:54.819Z[ host-image] Dec 03 16:15:53.272 INFO O| Dec 03 16:15:53.272 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
99402025-12-03T16:15:54.819Z[ host-image] Dec 03 16:15:53.272 INFO O| Dec 03 16:15:53.272 INFO copying /tmp/.tmpNmWK0T/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
99412025-12-03T16:15:56.175Z[ host-image] Dec 03 16:15:54.628 INFO O| Dec 03 16:15:54.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
99422025-12-03T16:15:56.175Z[ host-image] Dec 03 16:15:54.628 INFO O| Dec 03 16:15:54.628 INFO ok!
99432025-12-03T16:15:56.178Z[ host-image] Dec 03 16:15:54.628 INFO O| Dec 03 16:15:54.628 INFO STEP 82 (ensure_file) COMPLETE
99442025-12-03T16:15:56.178Z[ host-image] Dec 03 16:15:54.628 INFO O| Dec 03 16:15:54.628 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99452025-12-03T16:15:56.185Z[ host-image] Dec 03 16:15:54.638 INFO O| Dec 03 16:15:54.638 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
99462025-12-03T16:15:56.185Z[ host-image] Dec 03 16:15:54.638 INFO O| Dec 03 16:15:54.638 INFO copying /tmp/.tmpNmWK0T/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
99472025-12-03T16:15:56.691Z[ host-image] Dec 03 16:15:55.143 INFO O| Dec 03 16:15:55.143 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
99482025-12-03T16:15:56.692Z[ host-image] Dec 03 16:15:55.143 INFO O| Dec 03 16:15:55.143 INFO ok!
99492025-12-03T16:15:56.695Z[ host-image] Dec 03 16:15:55.143 INFO O| Dec 03 16:15:55.143 INFO STEP 83 (ensure_file) COMPLETE
99502025-12-03T16:15:56.695Z[ host-image] Dec 03 16:15:55.143 INFO O| Dec 03 16:15:55.143 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99512025-12-03T16:15:56.700Z[ host-image] Dec 03 16:15:55.153 INFO O| Dec 03 16:15:55.153 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
99522025-12-03T16:15:56.700Z[ host-image] Dec 03 16:15:55.153 INFO O| Dec 03 16:15:55.153 INFO copying /tmp/.tmpNmWK0T/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
99532025-12-03T16:15:59.218Z[ host-image] Dec 03 16:15:57.668 INFO O| Dec 03 16:15:57.668 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
99542025-12-03T16:15:59.218Z[ host-image] Dec 03 16:15:57.668 INFO O| Dec 03 16:15:57.668 INFO ok!
99552025-12-03T16:15:59.222Z[ host-image] Dec 03 16:15:57.668 INFO O| Dec 03 16:15:57.668 INFO STEP 84 (ensure_file) COMPLETE
99562025-12-03T16:15:59.222Z[ host-image] Dec 03 16:15:57.668 INFO O| Dec 03 16:15:57.668 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99572025-12-03T16:15:59.226Z[ host-image] Dec 03 16:15:57.677 INFO O| Dec 03 16:15:57.677 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
99582025-12-03T16:15:59.226Z[ host-image] Dec 03 16:15:57.677 INFO O| Dec 03 16:15:57.677 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
99592025-12-03T16:15:59.226Z[ host-image] Dec 03 16:15:57.677 INFO O| Dec 03 16:15:57.677 INFO STEP 85 (ensure_dir) COMPLETE
99602025-12-03T16:15:59.226Z[ host-image] Dec 03 16:15:57.677 INFO O| Dec 03 16:15:57.677 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99612025-12-03T16:15:59.232Z[ host-image] Dec 03 16:15:57.685 INFO O| Dec 03 16:15:57.685 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
99622025-12-03T16:15:59.232Z[ host-image] Dec 03 16:15:57.685 INFO O| Dec 03 16:15:57.685 INFO copying /tmp/.tmpNmWK0T/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 ...
99632025-12-03T16:15:59.235Z[ host-image] Dec 03 16:15:57.685 INFO O| Dec 03 16:15:57.685 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
99642025-12-03T16:15:59.235Z[ host-image] Dec 03 16:15:57.685 INFO O| Dec 03 16:15:57.685 INFO ok!
99652025-12-03T16:15:59.235Z[ host-image] Dec 03 16:15:57.685 INFO O| Dec 03 16:15:57.685 INFO STEP 86 (ensure_file) COMPLETE
99662025-12-03T16:15:59.235Z[ host-image] Dec 03 16:15:57.685 INFO O| Dec 03 16:15:57.685 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99672025-12-03T16:15:59.245Z[ host-image] Dec 03 16:15:57.693 INFO O| Dec 03 16:15:57.693 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
99682025-12-03T16:15:59.254Z[ host-image] Dec 03 16:15:57.693 INFO O| Dec 03 16:15:57.693 INFO copying /tmp/.tmpNmWK0T/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 ...
99692025-12-03T16:15:59.254Z[ host-image] Dec 03 16:15:57.693 INFO O| Dec 03 16:15:57.693 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
99702025-12-03T16:15:59.254Z[ host-image] Dec 03 16:15:57.693 INFO O| Dec 03 16:15:57.693 INFO ok!
99712025-12-03T16:15:59.254Z[ host-image] Dec 03 16:15:57.693 INFO O| Dec 03 16:15:57.693 INFO STEP 87 (ensure_file) COMPLETE
99722025-12-03T16:15:59.254Z[ host-image] Dec 03 16:15:57.693 INFO O| Dec 03 16:15:57.693 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99732025-12-03T16:15:59.254Z[ host-image] Dec 03 16:15:57.701 INFO O| Dec 03 16:15:57.701 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
99742025-12-03T16:15:59.254Z[ host-image] Dec 03 16:15:57.701 INFO O| Dec 03 16:15:57.701 INFO copying /tmp/.tmpNmWK0T/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
99752025-12-03T16:15:59.254Z[ host-image] Dec 03 16:15:57.701 INFO O| Dec 03 16:15:57.701 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
99762025-12-03T16:15:59.254Z[ host-image] Dec 03 16:15:57.701 INFO O| Dec 03 16:15:57.701 INFO ok!
99772025-12-03T16:15:59.254Z[ host-image] Dec 03 16:15:57.701 INFO O| Dec 03 16:15:57.701 INFO STEP 88 (ensure_file) COMPLETE
99782025-12-03T16:15:59.254Z[ host-image] Dec 03 16:15:57.701 INFO O| Dec 03 16:15:57.701 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99792025-12-03T16:15:59.261Z[ host-image] Dec 03 16:15:57.708 INFO O| Dec 03 16:15:57.708 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
99802025-12-03T16:15:59.261Z[ host-image] Dec 03 16:15:57.708 INFO O| Dec 03 16:15:57.708 INFO copying /tmp/.tmpNmWK0T/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
99812025-12-03T16:15:59.261Z[ host-image] Dec 03 16:15:57.708 INFO O| Dec 03 16:15:57.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
99822025-12-03T16:15:59.261Z[ host-image] Dec 03 16:15:57.708 INFO O| Dec 03 16:15:57.708 INFO ok!
99832025-12-03T16:15:59.261Z[ host-image] Dec 03 16:15:57.708 INFO O| Dec 03 16:15:57.708 INFO STEP 89 (ensure_file) COMPLETE
99842025-12-03T16:15:59.261Z[ host-image] Dec 03 16:15:57.708 INFO O| Dec 03 16:15:57.708 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99852025-12-03T16:15:59.265Z[ host-image] Dec 03 16:15:57.716 INFO O| Dec 03 16:15:57.716 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
99862025-12-03T16:15:59.265Z[ host-image] Dec 03 16:15:57.716 INFO O| Dec 03 16:15:57.716 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
99872025-12-03T16:15:59.265Z[ host-image] Dec 03 16:15:57.716 INFO O| Dec 03 16:15:57.716 INFO STEP 90 (ensure_dir) COMPLETE
99882025-12-03T16:15:59.265Z[ host-image] Dec 03 16:15:57.716 INFO O| Dec 03 16:15:57.716 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99892025-12-03T16:15:59.271Z[ host-image] Dec 03 16:15:57.724 INFO O| Dec 03 16:15:57.724 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
99902025-12-03T16:15:59.275Z[ host-image] Dec 03 16:15:57.724 INFO O| Dec 03 16:15:57.724 INFO copying /tmp/.tmpNmWK0T/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
99912025-12-03T16:15:59.279Z[ host-image] Dec 03 16:15:57.728 INFO O| Dec 03 16:15:57.728 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
99922025-12-03T16:15:59.279Z[ host-image] Dec 03 16:15:57.728 INFO O| Dec 03 16:15:57.728 INFO ok!
99932025-12-03T16:15:59.279Z[ host-image] Dec 03 16:15:57.728 INFO O| Dec 03 16:15:57.728 INFO STEP 91 (ensure_file) COMPLETE
99942025-12-03T16:15:59.279Z[ host-image] Dec 03 16:15:57.728 INFO O| Dec 03 16:15:57.728 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99952025-12-03T16:15:59.284Z[ host-image] Dec 03 16:15:57.736 INFO O| Dec 03 16:15:57.736 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
99962025-12-03T16:15:59.290Z[ host-image] Dec 03 16:15:57.736 INFO O| Dec 03 16:15:57.736 INFO copying /tmp/.tmpNmWK0T/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
99972025-12-03T16:15:59.290Z[ host-image] Dec 03 16:15:57.736 INFO O| Dec 03 16:15:57.736 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
99982025-12-03T16:15:59.290Z[ host-image] Dec 03 16:15:57.736 INFO O| Dec 03 16:15:57.736 INFO ok!
99992025-12-03T16:15:59.290Z[ host-image] Dec 03 16:15:57.736 INFO O| Dec 03 16:15:57.736 INFO STEP 92 (ensure_file) COMPLETE
100002025-12-03T16:15:59.290Z[ host-image] Dec 03 16:15:57.736 INFO O| Dec 03 16:15:57.736 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100012025-12-03T16:15:59.295Z[ host-image] Dec 03 16:15:57.744 INFO O| Dec 03 16:15:57.744 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
100022025-12-03T16:15:59.295Z[ host-image] Dec 03 16:15:57.744 INFO O| Dec 03 16:15:57.744 INFO copying /tmp/.tmpNmWK0T/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
100032025-12-03T16:16:00.256Z[ host-image] Dec 03 16:15:58.709 INFO O| Dec 03 16:15:58.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
100042025-12-03T16:16:00.256Z[ host-image] Dec 03 16:15:58.709 INFO O| Dec 03 16:15:58.709 INFO ok!
100052025-12-03T16:16:00.259Z[ host-image] Dec 03 16:15:58.709 INFO O| Dec 03 16:15:58.709 INFO STEP 93 (ensure_file) COMPLETE
100062025-12-03T16:16:00.259Z[ host-image] Dec 03 16:15:58.709 INFO O| Dec 03 16:15:58.709 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100072025-12-03T16:16:00.266Z[ host-image] Dec 03 16:15:58.718 INFO O| Dec 03 16:15:58.718 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
100082025-12-03T16:16:00.269Z[ host-image] Dec 03 16:15:58.718 INFO O| Dec 03 16:15:58.718 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
100092025-12-03T16:16:00.269Z[ host-image] Dec 03 16:15:58.718 INFO O| Dec 03 16:15:58.718 INFO STEP 94 (ensure_dir) COMPLETE
100102025-12-03T16:16:00.269Z[ host-image] Dec 03 16:15:58.718 INFO O| Dec 03 16:15:58.718 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100112025-12-03T16:16:00.273Z[ host-image] Dec 03 16:15:58.726 INFO O| Dec 03 16:15:58.726 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
100122025-12-03T16:16:00.273Z[ host-image] Dec 03 16:15:58.726 INFO O| Dec 03 16:15:58.726 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
100132025-12-03T16:16:00.276Z[ host-image] Dec 03 16:15:58.726 INFO O| Dec 03 16:15:58.726 INFO STEP 95 (ensure_dir) COMPLETE
100142025-12-03T16:16:00.277Z[ host-image] Dec 03 16:15:58.726 INFO O| Dec 03 16:15:58.726 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100152025-12-03T16:16:00.281Z[ host-image] Dec 03 16:15:58.734 INFO O| Dec 03 16:15:58.734 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
100162025-12-03T16:16:00.284Z[ host-image] Dec 03 16:15:58.734 INFO O| Dec 03 16:15:58.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
100172025-12-03T16:16:00.285Z[ host-image] Dec 03 16:15:58.734 INFO O| Dec 03 16:15:58.734 INFO STEP 96 (ensure_dir) COMPLETE
100182025-12-03T16:16:00.285Z[ host-image] Dec 03 16:15:58.734 INFO O| Dec 03 16:15:58.734 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100192025-12-03T16:16:00.290Z[ host-image] Dec 03 16:15:58.742 INFO O| Dec 03 16:15:58.742 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
100202025-12-03T16:16:00.290Z[ host-image] Dec 03 16:15:58.742 INFO O| Dec 03 16:15:58.742 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
100212025-12-03T16:16:00.291Z[ host-image] Dec 03 16:15:58.742 INFO O| Dec 03 16:15:58.742 INFO STEP 97 (ensure_dir) COMPLETE
100222025-12-03T16:16:00.291Z[ host-image] Dec 03 16:15:58.742 INFO O| Dec 03 16:15:58.742 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100232025-12-03T16:16:00.298Z[ host-image] Dec 03 16:15:58.751 INFO O| Dec 03 16:15:58.751 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
100242025-12-03T16:16:00.298Z[ host-image] Dec 03 16:15:58.751 INFO O| Dec 03 16:15:58.751 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
100252025-12-03T16:16:00.301Z[ host-image] Dec 03 16:15:58.751 INFO O| Dec 03 16:15:58.751 INFO STEP 98 (ensure_dir) COMPLETE
100262025-12-03T16:16:00.301Z[ host-image] Dec 03 16:15:58.751 INFO O| Dec 03 16:15:58.751 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100272025-12-03T16:16:00.307Z[ host-image] Dec 03 16:15:58.760 INFO O| Dec 03 16:15:58.760 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
100282025-12-03T16:16:00.310Z[ host-image] Dec 03 16:15:58.760 INFO O| Dec 03 16:15:58.760 INFO copying /tmp/.tmpNmWK0T/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 ...
100292025-12-03T16:16:00.310Z[ host-image] Dec 03 16:15:58.760 INFO O| Dec 03 16:15:58.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
100302025-12-03T16:16:00.310Z[ host-image] Dec 03 16:15:58.760 INFO O| Dec 03 16:15:58.760 INFO ok!
100312025-12-03T16:16:00.310Z[ host-image] Dec 03 16:15:58.760 INFO O| Dec 03 16:15:58.760 INFO STEP 99 (ensure_file) COMPLETE
100322025-12-03T16:16:00.310Z[ host-image] Dec 03 16:15:58.760 INFO O| Dec 03 16:15:58.760 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100332025-12-03T16:16:00.317Z[ host-image] Dec 03 16:15:58.770 INFO O| Dec 03 16:15:58.770 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
100342025-12-03T16:16:00.317Z[ host-image] Dec 03 16:15:58.770 INFO O| Dec 03 16:15:58.770 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
100352025-12-03T16:16:00.322Z[ host-image] Dec 03 16:15:58.770 INFO O| Dec 03 16:15:58.770 INFO STEP 100 (ensure_dir) COMPLETE
100362025-12-03T16:16:00.322Z[ host-image] Dec 03 16:15:58.770 INFO O| Dec 03 16:15:58.770 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100372025-12-03T16:16:00.326Z[ host-image] Dec 03 16:15:58.778 INFO O| Dec 03 16:15:58.778 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
100382025-12-03T16:16:00.326Z[ host-image] Dec 03 16:15:58.778 INFO O| Dec 03 16:15:58.778 INFO copying /tmp/.tmpNmWK0T/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
100392025-12-03T16:16:00.776Z[ host-image] Dec 03 16:15:59.228 INFO O| Dec 03 16:15:59.228 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
100402025-12-03T16:16:00.776Z[ host-image] Dec 03 16:15:59.228 INFO O| Dec 03 16:15:59.228 INFO ok!
100412025-12-03T16:16:00.779Z[ host-image] Dec 03 16:15:59.228 INFO O| Dec 03 16:15:59.228 INFO STEP 101 (ensure_file) COMPLETE
100422025-12-03T16:16:00.779Z[ host-image] Dec 03 16:15:59.228 INFO O| Dec 03 16:15:59.228 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100432025-12-03T16:16:00.786Z[ host-image] Dec 03 16:15:59.238 INFO O| Dec 03 16:15:59.238 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
100442025-12-03T16:16:00.789Z[ host-image] Dec 03 16:15:59.238 INFO O| Dec 03 16:15:59.238 INFO copying /tmp/.tmpNmWK0T/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
100452025-12-03T16:16:00.789Z[ host-image] Dec 03 16:15:59.239 INFO O| Dec 03 16:15:59.239 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
100462025-12-03T16:16:00.789Z[ host-image] Dec 03 16:15:59.239 INFO O| Dec 03 16:15:59.239 INFO ok!
100472025-12-03T16:16:00.789Z[ host-image] Dec 03 16:15:59.239 INFO O| Dec 03 16:15:59.239 INFO STEP 102 (ensure_file) COMPLETE
100482025-12-03T16:16:00.789Z[ host-image] Dec 03 16:15:59.239 INFO O| Dec 03 16:15:59.239 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100492025-12-03T16:16:00.794Z[ host-image] Dec 03 16:15:59.246 INFO O| Dec 03 16:15:59.246 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
100502025-12-03T16:16:00.797Z[ host-image] Dec 03 16:15:59.246 INFO O| Dec 03 16:15:59.246 INFO copying /tmp/.tmpNmWK0T/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
100512025-12-03T16:16:01.239Z[ host-image] Dec 03 16:15:59.691 INFO O| Dec 03 16:15:59.691 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
100522025-12-03T16:16:01.239Z[ host-image] Dec 03 16:15:59.691 INFO O| Dec 03 16:15:59.691 INFO ok!
100532025-12-03T16:16:01.243Z[ host-image] Dec 03 16:15:59.691 INFO O| Dec 03 16:15:59.691 INFO STEP 103 (ensure_file) COMPLETE
100542025-12-03T16:16:01.243Z[ host-image] Dec 03 16:15:59.691 INFO O| Dec 03 16:15:59.691 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100552025-12-03T16:16:01.248Z[ host-image] Dec 03 16:15:59.701 INFO O| Dec 03 16:15:59.701 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
100562025-12-03T16:16:01.248Z[ host-image] Dec 03 16:15:59.701 INFO O| Dec 03 16:15:59.701 INFO copying /tmp/.tmpNmWK0T/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
100572025-12-03T16:16:01.252Z[ host-image] Dec 03 16:15:59.701 INFO O| Dec 03 16:15:59.701 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
100582025-12-03T16:16:01.252Z[ host-image] Dec 03 16:15:59.701 INFO O| Dec 03 16:15:59.701 INFO ok!
100592025-12-03T16:16:01.252Z[ host-image] Dec 03 16:15:59.701 INFO O| Dec 03 16:15:59.701 INFO STEP 104 (ensure_file) COMPLETE
100602025-12-03T16:16:01.252Z[ host-image] Dec 03 16:15:59.701 INFO O| Dec 03 16:15:59.701 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100612025-12-03T16:16:01.257Z[ host-image] Dec 03 16:15:59.709 INFO O| Dec 03 16:15:59.709 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
100622025-12-03T16:16:01.257Z[ host-image] Dec 03 16:15:59.709 INFO O| Dec 03 16:15:59.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
100632025-12-03T16:16:01.261Z[ host-image] Dec 03 16:15:59.709 INFO O| Dec 03 16:15:59.709 INFO STEP 105 (ensure_dir) COMPLETE
100642025-12-03T16:16:01.261Z[ host-image] Dec 03 16:15:59.709 INFO O| Dec 03 16:15:59.709 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100652025-12-03T16:16:01.264Z[ host-image] Dec 03 16:15:59.716 INFO O| Dec 03 16:15:59.716 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
100662025-12-03T16:16:01.267Z[ host-image] Dec 03 16:15:59.716 INFO O| Dec 03 16:15:59.716 INFO copying /tmp/.tmpNmWK0T/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 ...
100672025-12-03T16:16:01.743Z[ host-image] Dec 03 16:16:00.196 INFO O| Dec 03 16:16:00.196 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
100682025-12-03T16:16:01.744Z[ host-image] Dec 03 16:16:00.196 INFO O| Dec 03 16:16:00.196 INFO ok!
100692025-12-03T16:16:01.744Z[ host-image] Dec 03 16:16:00.196 INFO O| Dec 03 16:16:00.196 INFO STEP 106 (ensure_file) COMPLETE
100702025-12-03T16:16:01.747Z[ host-image] Dec 03 16:16:00.196 INFO O| Dec 03 16:16:00.196 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100712025-12-03T16:16:01.752Z[ host-image] Dec 03 16:16:00.204 INFO O| Dec 03 16:16:00.204 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
100722025-12-03T16:16:01.755Z[ host-image] Dec 03 16:16:00.204 INFO O| Dec 03 16:16:00.204 INFO copying /tmp/.tmpNmWK0T/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 ...
100732025-12-03T16:16:01.755Z[ host-image] Dec 03 16:16:00.204 INFO O| Dec 03 16:16:00.204 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
100742025-12-03T16:16:01.755Z[ host-image] Dec 03 16:16:00.204 INFO O| Dec 03 16:16:00.204 INFO ok!
100752025-12-03T16:16:01.755Z[ host-image] Dec 03 16:16:00.204 INFO O| Dec 03 16:16:00.204 INFO STEP 107 (ensure_file) COMPLETE
100762025-12-03T16:16:01.755Z[ host-image] Dec 03 16:16:00.205 INFO O| Dec 03 16:16:00.204 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100772025-12-03T16:16:01.760Z[ host-image] Dec 03 16:16:00.212 INFO O| Dec 03 16:16:00.212 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
100782025-12-03T16:16:01.760Z[ host-image] Dec 03 16:16:00.212 INFO O| Dec 03 16:16:00.212 INFO copying /tmp/.tmpNmWK0T/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 ...
100792025-12-03T16:16:01.760Z[ host-image] Dec 03 16:16:00.212 INFO O| Dec 03 16:16:00.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
100802025-12-03T16:16:01.763Z[ host-image] Dec 03 16:16:00.212 INFO O| Dec 03 16:16:00.212 INFO ok!
100812025-12-03T16:16:01.763Z[ host-image] Dec 03 16:16:00.212 INFO O| Dec 03 16:16:00.212 INFO STEP 108 (ensure_file) COMPLETE
100822025-12-03T16:16:01.763Z[ host-image] Dec 03 16:16:00.212 INFO O| Dec 03 16:16:00.212 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100832025-12-03T16:16:01.768Z[ host-image] Dec 03 16:16:00.220 INFO O| Dec 03 16:16:00.220 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
100842025-12-03T16:16:01.768Z[ host-image] Dec 03 16:16:00.220 INFO O| Dec 03 16:16:00.220 INFO copying /tmp/.tmpNmWK0T/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 ...
100852025-12-03T16:16:01.771Z[ host-image] Dec 03 16:16:00.221 INFO O| Dec 03 16:16:00.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
100862025-12-03T16:16:01.771Z[ host-image] Dec 03 16:16:00.221 INFO O| Dec 03 16:16:00.220 INFO ok!
100872025-12-03T16:16:01.771Z[ host-image] Dec 03 16:16:00.221 INFO O| Dec 03 16:16:00.221 INFO STEP 109 (ensure_file) COMPLETE
100882025-12-03T16:16:01.771Z[ host-image] Dec 03 16:16:00.221 INFO O| Dec 03 16:16:00.221 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100892025-12-03T16:16:01.776Z[ host-image] Dec 03 16:16:00.228 INFO O| Dec 03 16:16:00.228 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
100902025-12-03T16:16:01.776Z[ host-image] Dec 03 16:16:00.228 INFO O| Dec 03 16:16:00.228 INFO copying /tmp/.tmpNmWK0T/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 ...
100912025-12-03T16:16:01.776Z[ host-image] Dec 03 16:16:00.228 INFO O| Dec 03 16:16:00.228 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
100922025-12-03T16:16:01.776Z[ host-image] Dec 03 16:16:00.228 INFO O| Dec 03 16:16:00.228 INFO ok!
100932025-12-03T16:16:01.779Z[ host-image] Dec 03 16:16:00.228 INFO O| Dec 03 16:16:00.228 INFO STEP 110 (ensure_file) COMPLETE
100942025-12-03T16:16:01.779Z[ host-image] Dec 03 16:16:00.228 INFO O| Dec 03 16:16:00.228 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100952025-12-03T16:16:01.783Z[ host-image] Dec 03 16:16:00.236 INFO O| Dec 03 16:16:00.236 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
100962025-12-03T16:16:01.786Z[ host-image] Dec 03 16:16:00.236 INFO O| Dec 03 16:16:00.236 INFO copying /tmp/.tmpNmWK0T/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 ...
100972025-12-03T16:16:01.787Z[ host-image] Dec 03 16:16:00.236 INFO O| Dec 03 16:16:00.236 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
100982025-12-03T16:16:01.787Z[ host-image] Dec 03 16:16:00.236 INFO O| Dec 03 16:16:00.236 INFO ok!
100992025-12-03T16:16:01.787Z[ host-image] Dec 03 16:16:00.236 INFO O| Dec 03 16:16:00.236 INFO STEP 111 (ensure_file) COMPLETE
101002025-12-03T16:16:01.787Z[ host-image] Dec 03 16:16:00.236 INFO O| Dec 03 16:16:00.236 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101012025-12-03T16:16:01.791Z[ host-image] Dec 03 16:16:00.243 INFO O| Dec 03 16:16:00.243 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
101022025-12-03T16:16:01.791Z[ host-image] Dec 03 16:16:00.243 INFO O| Dec 03 16:16:00.243 INFO copying /tmp/.tmpNmWK0T/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 ...
101032025-12-03T16:16:01.794Z[ host-image] Dec 03 16:16:00.244 INFO O| Dec 03 16:16:00.244 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
101042025-12-03T16:16:01.794Z[ host-image] Dec 03 16:16:00.244 INFO O| Dec 03 16:16:00.244 INFO ok!
101052025-12-03T16:16:01.794Z[ host-image] Dec 03 16:16:00.244 INFO O| Dec 03 16:16:00.244 INFO STEP 112 (ensure_file) COMPLETE
101062025-12-03T16:16:01.794Z[ host-image] Dec 03 16:16:00.244 INFO O| Dec 03 16:16:00.244 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101072025-12-03T16:16:01.799Z[ host-image] Dec 03 16:16:00.252 INFO O| Dec 03 16:16:00.252 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
101082025-12-03T16:16:01.799Z[ host-image] Dec 03 16:16:00.252 INFO O| Dec 03 16:16:00.252 INFO copying /tmp/.tmpNmWK0T/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
101092025-12-03T16:16:01.803Z[ host-image] Dec 03 16:16:00.252 INFO O| Dec 03 16:16:00.252 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
101102025-12-03T16:16:01.803Z[ host-image] Dec 03 16:16:00.252 INFO O| Dec 03 16:16:00.252 INFO ok!
101112025-12-03T16:16:01.803Z[ host-image] Dec 03 16:16:00.252 INFO O| Dec 03 16:16:00.252 INFO STEP 113 (ensure_file) COMPLETE
101122025-12-03T16:16:01.803Z[ host-image] Dec 03 16:16:00.252 INFO O| Dec 03 16:16:00.252 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101132025-12-03T16:16:01.807Z[ host-image] Dec 03 16:16:00.259 INFO O| Dec 03 16:16:00.259 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
101142025-12-03T16:16:01.810Z[ host-image] Dec 03 16:16:00.259 INFO O| Dec 03 16:16:00.259 INFO copying /tmp/.tmpNmWK0T/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 ...
101152025-12-03T16:16:01.813Z[ host-image] Dec 03 16:16:00.259 INFO O| Dec 03 16:16:00.259 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
101162025-12-03T16:16:01.813Z[ host-image] Dec 03 16:16:00.259 INFO O| Dec 03 16:16:00.259 INFO ok!
101172025-12-03T16:16:01.813Z[ host-image] Dec 03 16:16:00.259 INFO O| Dec 03 16:16:00.259 INFO STEP 114 (ensure_file) COMPLETE
101182025-12-03T16:16:01.814Z[ host-image] Dec 03 16:16:00.259 INFO O| Dec 03 16:16:00.259 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101192025-12-03T16:16:01.816Z[ host-image] Dec 03 16:16:00.267 INFO O| Dec 03 16:16:00.267 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
101202025-12-03T16:16:01.816Z[ host-image] Dec 03 16:16:00.267 INFO O| Dec 03 16:16:00.267 INFO copying /tmp/.tmpNmWK0T/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 ...
101212025-12-03T16:16:01.816Z[ host-image] Dec 03 16:16:00.267 INFO O| Dec 03 16:16:00.267 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
101222025-12-03T16:16:01.816Z[ host-image] Dec 03 16:16:00.267 INFO O| Dec 03 16:16:00.267 INFO ok!
101232025-12-03T16:16:01.817Z[ host-image] Dec 03 16:16:00.267 INFO O| Dec 03 16:16:00.267 INFO STEP 115 (ensure_file) COMPLETE
101242025-12-03T16:16:01.817Z[ host-image] Dec 03 16:16:00.267 INFO O| Dec 03 16:16:00.267 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101252025-12-03T16:16:01.823Z[ host-image] Dec 03 16:16:00.275 INFO O| Dec 03 16:16:00.275 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
101262025-12-03T16:16:01.823Z[ host-image] Dec 03 16:16:00.275 INFO O| Dec 03 16:16:00.275 INFO copying /tmp/.tmpNmWK0T/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 ...
101272025-12-03T16:16:01.826Z[ host-image] Dec 03 16:16:00.275 INFO O| Dec 03 16:16:00.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
101282025-12-03T16:16:01.826Z[ host-image] Dec 03 16:16:00.275 INFO O| Dec 03 16:16:00.275 INFO ok!
101292025-12-03T16:16:01.826Z[ host-image] Dec 03 16:16:00.275 INFO O| Dec 03 16:16:00.275 INFO STEP 116 (ensure_file) COMPLETE
101302025-12-03T16:16:01.826Z[ host-image] Dec 03 16:16:00.275 INFO O| Dec 03 16:16:00.275 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101312025-12-03T16:16:01.831Z[ host-image] Dec 03 16:16:00.283 INFO O| Dec 03 16:16:00.283 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
101322025-12-03T16:16:01.831Z[ host-image] Dec 03 16:16:00.283 INFO O| Dec 03 16:16:00.283 INFO copying /tmp/.tmpNmWK0T/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
101332025-12-03T16:16:01.834Z[ host-image] Dec 03 16:16:00.283 INFO O| Dec 03 16:16:00.283 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
101342025-12-03T16:16:01.834Z[ host-image] Dec 03 16:16:00.283 INFO O| Dec 03 16:16:00.283 INFO ok!
101352025-12-03T16:16:01.834Z[ host-image] Dec 03 16:16:00.283 INFO O| Dec 03 16:16:00.283 INFO STEP 117 (ensure_file) COMPLETE
101362025-12-03T16:16:01.834Z[ host-image] Dec 03 16:16:00.283 INFO O| Dec 03 16:16:00.283 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101372025-12-03T16:16:01.842Z[ host-image] Dec 03 16:16:00.291 INFO O| Dec 03 16:16:00.291 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
101382025-12-03T16:16:01.842Z[ host-image] Dec 03 16:16:00.291 INFO O| Dec 03 16:16:00.291 INFO copying /tmp/.tmpNmWK0T/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 ...
101392025-12-03T16:16:01.846Z[ host-image] Dec 03 16:16:00.291 INFO O| Dec 03 16:16:00.291 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
101402025-12-03T16:16:01.846Z[ host-image] Dec 03 16:16:00.291 INFO O| Dec 03 16:16:00.291 INFO ok!
101412025-12-03T16:16:01.847Z[ host-image] Dec 03 16:16:00.291 INFO O| Dec 03 16:16:00.291 INFO STEP 118 (ensure_file) COMPLETE
101422025-12-03T16:16:01.847Z[ host-image] Dec 03 16:16:00.291 INFO O| Dec 03 16:16:00.291 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101432025-12-03T16:16:01.850Z[ host-image] Dec 03 16:16:00.298 INFO O| Dec 03 16:16:00.298 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
101442025-12-03T16:16:01.850Z[ host-image] Dec 03 16:16:00.298 INFO O| Dec 03 16:16:00.298 INFO copying /tmp/.tmpNmWK0T/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 ...
101452025-12-03T16:16:01.850Z[ host-image] Dec 03 16:16:00.298 INFO O| Dec 03 16:16:00.298 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
101462025-12-03T16:16:01.850Z[ host-image] Dec 03 16:16:00.298 INFO O| Dec 03 16:16:00.298 INFO ok!
101472025-12-03T16:16:01.850Z[ host-image] Dec 03 16:16:00.298 INFO O| Dec 03 16:16:00.298 INFO STEP 119 (ensure_file) COMPLETE
101482025-12-03T16:16:01.850Z[ host-image] Dec 03 16:16:00.298 INFO O| Dec 03 16:16:00.298 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101492025-12-03T16:16:01.854Z[ host-image] Dec 03 16:16:00.306 INFO O| Dec 03 16:16:00.306 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
101502025-12-03T16:16:01.854Z[ host-image] Dec 03 16:16:00.306 INFO O| Dec 03 16:16:00.306 INFO copying /tmp/.tmpNmWK0T/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 ...
101512025-12-03T16:16:01.858Z[ host-image] Dec 03 16:16:00.306 INFO O| Dec 03 16:16:00.306 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
101522025-12-03T16:16:01.858Z[ host-image] Dec 03 16:16:00.306 INFO O| Dec 03 16:16:00.306 INFO ok!
101532025-12-03T16:16:01.858Z[ host-image] Dec 03 16:16:00.306 INFO O| Dec 03 16:16:00.306 INFO STEP 120 (ensure_file) COMPLETE
101542025-12-03T16:16:01.858Z[ host-image] Dec 03 16:16:00.306 INFO O| Dec 03 16:16:00.306 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101552025-12-03T16:16:01.863Z[ host-image] Dec 03 16:16:00.315 INFO O| Dec 03 16:16:00.315 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
101562025-12-03T16:16:01.863Z[ host-image] Dec 03 16:16:00.315 INFO O| Dec 03 16:16:00.315 INFO copying /tmp/.tmpNmWK0T/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 ...
101572025-12-03T16:16:01.866Z[ host-image] Dec 03 16:16:00.315 INFO O| Dec 03 16:16:00.315 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
101582025-12-03T16:16:01.866Z[ host-image] Dec 03 16:16:00.315 INFO O| Dec 03 16:16:00.315 INFO ok!
101592025-12-03T16:16:01.866Z[ host-image] Dec 03 16:16:00.315 INFO O| Dec 03 16:16:00.315 INFO STEP 121 (ensure_file) COMPLETE
101602025-12-03T16:16:01.866Z[ host-image] Dec 03 16:16:00.315 INFO O| Dec 03 16:16:00.315 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101612025-12-03T16:16:01.871Z[ host-image] Dec 03 16:16:00.323 INFO O| Dec 03 16:16:00.323 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
101622025-12-03T16:16:01.871Z[ host-image] Dec 03 16:16:00.323 INFO O| Dec 03 16:16:00.323 INFO copying /tmp/.tmpNmWK0T/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 ...
101632025-12-03T16:16:01.874Z[ host-image] Dec 03 16:16:00.323 INFO O| Dec 03 16:16:00.323 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
101642025-12-03T16:16:01.874Z[ host-image] Dec 03 16:16:00.323 INFO O| Dec 03 16:16:00.323 INFO ok!
101652025-12-03T16:16:01.874Z[ host-image] Dec 03 16:16:00.323 INFO O| Dec 03 16:16:00.323 INFO STEP 122 (ensure_file) COMPLETE
101662025-12-03T16:16:01.874Z[ host-image] Dec 03 16:16:00.323 INFO O| Dec 03 16:16:00.323 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101672025-12-03T16:16:01.882Z[ host-image] Dec 03 16:16:00.333 INFO O| Dec 03 16:16:00.333 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
101682025-12-03T16:16:01.882Z[ host-image] Dec 03 16:16:00.333 INFO O| Dec 03 16:16:00.333 INFO copying /tmp/.tmpNmWK0T/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 ...
101692025-12-03T16:16:01.885Z[ host-image] Dec 03 16:16:00.333 INFO O| Dec 03 16:16:00.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
101702025-12-03T16:16:01.885Z[ host-image] Dec 03 16:16:00.333 INFO O| Dec 03 16:16:00.333 INFO ok!
101712025-12-03T16:16:01.885Z[ host-image] Dec 03 16:16:00.333 INFO O| Dec 03 16:16:00.333 INFO STEP 123 (ensure_file) COMPLETE
101722025-12-03T16:16:01.886Z[ host-image] Dec 03 16:16:00.333 INFO O| Dec 03 16:16:00.333 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101732025-12-03T16:16:01.889Z[ host-image] Dec 03 16:16:00.341 INFO O| Dec 03 16:16:00.341 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
101742025-12-03T16:16:01.889Z[ host-image] Dec 03 16:16:00.342 INFO O| Dec 03 16:16:00.341 INFO copying /tmp/.tmpNmWK0T/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 ...
101752025-12-03T16:16:01.892Z[ host-image] Dec 03 16:16:00.342 INFO O| Dec 03 16:16:00.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
101762025-12-03T16:16:01.892Z[ host-image] Dec 03 16:16:00.342 INFO O| Dec 03 16:16:00.342 INFO ok!
101772025-12-03T16:16:01.892Z[ host-image] Dec 03 16:16:00.342 INFO O| Dec 03 16:16:00.342 INFO STEP 124 (ensure_file) COMPLETE
101782025-12-03T16:16:01.892Z[ host-image] Dec 03 16:16:00.342 INFO O| Dec 03 16:16:00.342 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101792025-12-03T16:16:01.898Z[ host-image] Dec 03 16:16:00.351 INFO O| Dec 03 16:16:00.350 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
101802025-12-03T16:16:01.898Z[ host-image] Dec 03 16:16:00.351 INFO O| Dec 03 16:16:00.350 INFO copying /tmp/.tmpNmWK0T/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 ...
101812025-12-03T16:16:01.901Z[ host-image] Dec 03 16:16:00.351 INFO O| Dec 03 16:16:00.351 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
101822025-12-03T16:16:01.901Z[ host-image] Dec 03 16:16:00.351 INFO O| Dec 03 16:16:00.351 INFO ok!
101832025-12-03T16:16:01.901Z[ host-image] Dec 03 16:16:00.351 INFO O| Dec 03 16:16:00.351 INFO STEP 125 (ensure_file) COMPLETE
101842025-12-03T16:16:01.901Z[ host-image] Dec 03 16:16:00.351 INFO O| Dec 03 16:16:00.351 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101852025-12-03T16:16:01.908Z[ host-image] Dec 03 16:16:00.360 INFO O| Dec 03 16:16:00.360 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
101862025-12-03T16:16:01.908Z[ host-image] Dec 03 16:16:00.360 INFO O| Dec 03 16:16:00.360 INFO copying /tmp/.tmpNmWK0T/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 ...
101872025-12-03T16:16:01.911Z[ host-image] Dec 03 16:16:00.360 INFO O| Dec 03 16:16:00.360 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
101882025-12-03T16:16:01.911Z[ host-image] Dec 03 16:16:00.360 INFO O| Dec 03 16:16:00.360 INFO ok!
101892025-12-03T16:16:01.911Z[ host-image] Dec 03 16:16:00.360 INFO O| Dec 03 16:16:00.360 INFO STEP 126 (ensure_file) COMPLETE
101902025-12-03T16:16:01.911Z[ host-image] Dec 03 16:16:00.360 INFO O| Dec 03 16:16:00.360 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101912025-12-03T16:16:01.917Z[ host-image] Dec 03 16:16:00.369 INFO O| Dec 03 16:16:00.369 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
101922025-12-03T16:16:01.917Z[ host-image] Dec 03 16:16:00.369 INFO O| Dec 03 16:16:00.369 INFO copying /tmp/.tmpNmWK0T/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 ...
101932025-12-03T16:16:01.920Z[ host-image] Dec 03 16:16:00.369 INFO O| Dec 03 16:16:00.369 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
101942025-12-03T16:16:01.920Z[ host-image] Dec 03 16:16:00.369 INFO O| Dec 03 16:16:00.369 INFO ok!
101952025-12-03T16:16:01.920Z[ host-image] Dec 03 16:16:00.369 INFO O| Dec 03 16:16:00.369 INFO STEP 127 (ensure_file) COMPLETE
101962025-12-03T16:16:01.920Z[ host-image] Dec 03 16:16:00.369 INFO O| Dec 03 16:16:00.369 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101972025-12-03T16:16:01.927Z[ host-image] Dec 03 16:16:00.378 INFO O| Dec 03 16:16:00.378 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
101982025-12-03T16:16:01.931Z[ host-image] Dec 03 16:16:00.378 INFO O| Dec 03 16:16:00.378 INFO copying /tmp/.tmpNmWK0T/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 ...
101992025-12-03T16:16:01.931Z[ host-image] Dec 03 16:16:00.378 INFO O| Dec 03 16:16:00.378 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
102002025-12-03T16:16:01.931Z[ host-image] Dec 03 16:16:00.378 INFO O| Dec 03 16:16:00.378 INFO ok!
102012025-12-03T16:16:01.931Z[ host-image] Dec 03 16:16:00.378 INFO O| Dec 03 16:16:00.378 INFO STEP 128 (ensure_file) COMPLETE
102022025-12-03T16:16:01.931Z[ host-image] Dec 03 16:16:00.378 INFO O| Dec 03 16:16:00.378 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102032025-12-03T16:16:01.936Z[ host-image] Dec 03 16:16:00.386 INFO O| Dec 03 16:16:00.386 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
102042025-12-03T16:16:01.936Z[ host-image] Dec 03 16:16:00.386 INFO O| Dec 03 16:16:00.386 INFO copying /tmp/.tmpNmWK0T/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 ...
102052025-12-03T16:16:01.936Z[ host-image] Dec 03 16:16:00.386 INFO O| Dec 03 16:16:00.386 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
102062025-12-03T16:16:01.936Z[ host-image] Dec 03 16:16:00.386 INFO O| Dec 03 16:16:00.386 INFO ok!
102072025-12-03T16:16:01.936Z[ host-image] Dec 03 16:16:00.386 INFO O| Dec 03 16:16:00.386 INFO STEP 129 (ensure_file) COMPLETE
102082025-12-03T16:16:01.936Z[ host-image] Dec 03 16:16:00.386 INFO O| Dec 03 16:16:00.386 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102092025-12-03T16:16:01.943Z[ host-image] Dec 03 16:16:00.394 INFO O| Dec 03 16:16:00.394 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
102102025-12-03T16:16:01.946Z[ host-image] Dec 03 16:16:00.394 INFO O| Dec 03 16:16:00.394 INFO copying /tmp/.tmpNmWK0T/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 ...
102112025-12-03T16:16:01.946Z[ host-image] Dec 03 16:16:00.394 INFO O| Dec 03 16:16:00.394 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
102122025-12-03T16:16:01.946Z[ host-image] Dec 03 16:16:00.394 INFO O| Dec 03 16:16:00.394 INFO ok!
102132025-12-03T16:16:01.946Z[ host-image] Dec 03 16:16:00.394 INFO O| Dec 03 16:16:00.394 INFO STEP 130 (ensure_file) COMPLETE
102142025-12-03T16:16:01.946Z[ host-image] Dec 03 16:16:00.394 INFO O| Dec 03 16:16:00.394 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102152025-12-03T16:16:01.951Z[ host-image] Dec 03 16:16:00.403 INFO O| Dec 03 16:16:00.403 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
102162025-12-03T16:16:01.954Z[ host-image] Dec 03 16:16:00.403 INFO O| Dec 03 16:16:00.403 INFO copying /tmp/.tmpNmWK0T/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 ...
102172025-12-03T16:16:01.954Z[ host-image] Dec 03 16:16:00.403 INFO O| Dec 03 16:16:00.403 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
102182025-12-03T16:16:01.954Z[ host-image] Dec 03 16:16:00.403 INFO O| Dec 03 16:16:00.403 INFO ok!
102192025-12-03T16:16:01.954Z[ host-image] Dec 03 16:16:00.403 INFO O| Dec 03 16:16:00.403 INFO STEP 131 (ensure_file) COMPLETE
102202025-12-03T16:16:01.954Z[ host-image] Dec 03 16:16:00.403 INFO O| Dec 03 16:16:00.403 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102212025-12-03T16:16:01.959Z[ host-image] Dec 03 16:16:00.411 INFO O| Dec 03 16:16:00.411 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
102222025-12-03T16:16:01.959Z[ host-image] Dec 03 16:16:00.411 INFO O| Dec 03 16:16:00.411 INFO copying /tmp/.tmpNmWK0T/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 ...
102232025-12-03T16:16:01.959Z[ host-image] Dec 03 16:16:00.411 INFO O| Dec 03 16:16:00.411 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
102242025-12-03T16:16:01.962Z[ host-image] Dec 03 16:16:00.411 INFO O| Dec 03 16:16:00.411 INFO ok!
102252025-12-03T16:16:01.962Z[ host-image] Dec 03 16:16:00.411 INFO O| Dec 03 16:16:00.411 INFO STEP 132 (ensure_file) COMPLETE
102262025-12-03T16:16:01.963Z[ host-image] Dec 03 16:16:00.411 INFO O| Dec 03 16:16:00.411 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102272025-12-03T16:16:01.968Z[ host-image] Dec 03 16:16:00.421 INFO O| Dec 03 16:16:00.420 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
102282025-12-03T16:16:01.968Z[ host-image] Dec 03 16:16:00.421 INFO O| Dec 03 16:16:00.421 INFO copying /tmp/.tmpNmWK0T/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 ...
102292025-12-03T16:16:01.971Z[ host-image] Dec 03 16:16:00.421 INFO O| Dec 03 16:16:00.421 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
102302025-12-03T16:16:01.971Z[ host-image] Dec 03 16:16:00.421 INFO O| Dec 03 16:16:00.421 INFO ok!
102312025-12-03T16:16:01.971Z[ host-image] Dec 03 16:16:00.421 INFO O| Dec 03 16:16:00.421 INFO STEP 133 (ensure_file) COMPLETE
102322025-12-03T16:16:01.971Z[ host-image] Dec 03 16:16:00.421 INFO O| Dec 03 16:16:00.421 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102332025-12-03T16:16:01.976Z[ host-image] Dec 03 16:16:00.429 INFO O| Dec 03 16:16:00.428 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
102342025-12-03T16:16:01.976Z[ host-image] Dec 03 16:16:00.429 INFO O| Dec 03 16:16:00.428 INFO copying /tmp/.tmpNmWK0T/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 ...
102352025-12-03T16:16:01.980Z[ host-image] Dec 03 16:16:00.429 INFO O| Dec 03 16:16:00.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
102362025-12-03T16:16:01.980Z[ host-image] Dec 03 16:16:00.429 INFO O| Dec 03 16:16:00.429 INFO ok!
102372025-12-03T16:16:01.980Z[ host-image] Dec 03 16:16:00.429 INFO O| Dec 03 16:16:00.429 INFO STEP 134 (ensure_file) COMPLETE
102382025-12-03T16:16:01.980Z[ host-image] Dec 03 16:16:00.429 INFO O| Dec 03 16:16:00.429 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102392025-12-03T16:16:01.984Z[ host-image] Dec 03 16:16:00.437 INFO O| Dec 03 16:16:00.437 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
102402025-12-03T16:16:01.984Z[ host-image] Dec 03 16:16:00.437 INFO O| Dec 03 16:16:00.437 INFO copying /tmp/.tmpNmWK0T/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 ...
102412025-12-03T16:16:01.988Z[ host-image] Dec 03 16:16:00.437 INFO O| Dec 03 16:16:00.437 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
102422025-12-03T16:16:01.988Z[ host-image] Dec 03 16:16:00.437 INFO O| Dec 03 16:16:00.437 INFO ok!
102432025-12-03T16:16:01.988Z[ host-image] Dec 03 16:16:00.437 INFO O| Dec 03 16:16:00.437 INFO STEP 135 (ensure_file) COMPLETE
102442025-12-03T16:16:01.988Z[ host-image] Dec 03 16:16:00.437 INFO O| Dec 03 16:16:00.437 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102452025-12-03T16:16:01.992Z[ host-image] Dec 03 16:16:00.444 INFO O| Dec 03 16:16:00.444 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
102462025-12-03T16:16:01.992Z[ host-image] Dec 03 16:16:00.444 INFO O| Dec 03 16:16:00.444 INFO copying /tmp/.tmpNmWK0T/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
102472025-12-03T16:16:01.995Z[ host-image] Dec 03 16:16:00.445 INFO O| Dec 03 16:16:00.445 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
102482025-12-03T16:16:01.995Z[ host-image] Dec 03 16:16:00.445 INFO O| Dec 03 16:16:00.445 INFO ok!
102492025-12-03T16:16:01.995Z[ host-image] Dec 03 16:16:00.445 INFO O| Dec 03 16:16:00.445 INFO STEP 136 (ensure_file) COMPLETE
102502025-12-03T16:16:01.995Z[ host-image] Dec 03 16:16:00.445 INFO O| Dec 03 16:16:00.445 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102512025-12-03T16:16:02.000Z[ host-image] Dec 03 16:16:00.452 INFO O| Dec 03 16:16:00.452 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
102522025-12-03T16:16:02.000Z[ host-image] Dec 03 16:16:00.452 INFO O| Dec 03 16:16:00.452 INFO copying /tmp/.tmpNmWK0T/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 ...
102532025-12-03T16:16:02.003Z[ host-image] Dec 03 16:16:00.452 INFO O| Dec 03 16:16:00.452 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
102542025-12-03T16:16:02.004Z[ host-image] Dec 03 16:16:00.452 INFO O| Dec 03 16:16:00.452 INFO ok!
102552025-12-03T16:16:02.005Z[ host-image] Dec 03 16:16:00.452 INFO O| Dec 03 16:16:00.452 INFO STEP 137 (ensure_file) COMPLETE
102562025-12-03T16:16:02.005Z[ host-image] Dec 03 16:16:00.452 INFO O| Dec 03 16:16:00.452 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102572025-12-03T16:16:02.008Z[ host-image] Dec 03 16:16:00.460 INFO O| Dec 03 16:16:00.460 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
102582025-12-03T16:16:02.011Z[ host-image] Dec 03 16:16:00.460 INFO O| Dec 03 16:16:00.460 INFO copying /tmp/.tmpNmWK0T/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
102592025-12-03T16:16:02.011Z[ host-image] Dec 03 16:16:00.460 INFO O| Dec 03 16:16:00.460 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
102602025-12-03T16:16:02.011Z[ host-image] Dec 03 16:16:00.460 INFO O| Dec 03 16:16:00.460 INFO ok!
102612025-12-03T16:16:02.011Z[ host-image] Dec 03 16:16:00.460 INFO O| Dec 03 16:16:00.460 INFO STEP 138 (ensure_file) COMPLETE
102622025-12-03T16:16:02.011Z[ host-image] Dec 03 16:16:00.460 INFO O| Dec 03 16:16:00.460 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102632025-12-03T16:16:02.015Z[ host-image] Dec 03 16:16:00.467 INFO O| Dec 03 16:16:00.467 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
102642025-12-03T16:16:02.015Z[ host-image] Dec 03 16:16:00.467 INFO O| Dec 03 16:16:00.467 INFO copying /tmp/.tmpNmWK0T/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
102652025-12-03T16:16:04.711Z[ recovery-image] Dec 03 16:16:03.163 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2025-09-03-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
102662025-12-03T16:16:04.711Z[ recovery-image] Dec 03 16:16:03.163 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")
102672025-12-03T16:16:05.084Z[ recovery-image] Dec 03 16:16:03.535 INFO E| Updating crates.io index
102682025-12-03T16:16:05.421Z[ recovery-image] Dec 03 16:16:03.871 INFO E| Downloading crates ...
102692025-12-03T16:16:05.511Z[ recovery-image] Dec 03 16:16:03.962 INFO E| Downloaded anstream v0.6.20
102702025-12-03T16:16:05.522Z[ recovery-image] Dec 03 16:16:03.973 INFO E| Downloaded shared_thread v0.2.0
102712025-12-03T16:16:05.525Z[ recovery-image] Dec 03 16:16:03.975 INFO E| Downloaded clap v4.5.47
102722025-12-03T16:16:05.532Z[ recovery-image] Dec 03 16:16:03.984 INFO E| Downloaded sigchld v0.2.4
102732025-12-03T16:16:05.536Z[ recovery-image] Dec 03 16:16:03.985 INFO E| Downloaded clap_lex v0.7.5
102742025-12-03T16:16:05.536Z[ recovery-image] Dec 03 16:16:03.986 INFO E| Downloaded duct v1.1.0
102752025-12-03T16:16:05.539Z[ recovery-image] Dec 03 16:16:03.989 INFO E| Downloaded shared_child v1.1.1
102762025-12-03T16:16:05.539Z[ recovery-image] Dec 03 16:16:03.990 INFO E| Downloaded os_pipe v1.2.2
102772025-12-03T16:16:05.554Z[ recovery-image] Dec 03 16:16:04.006 INFO E| Downloaded clap_builder v4.5.47
102782025-12-03T16:16:05.603Z[ recovery-image] Dec 03 16:16:04.054 INFO E| Downloaded libc v0.2.175
102792025-12-03T16:16:05.708Z[ recovery-image] Dec 03 16:16:04.158 INFO E| Compiling libc v0.2.175
102802025-12-03T16:16:05.708Z[ recovery-image] Dec 03 16:16:04.158 INFO E| Compiling proc-macro2 v1.0.101
102812025-12-03T16:16:05.708Z[ recovery-image] Dec 03 16:16:04.158 INFO E| Compiling signal-hook v0.3.18
102822025-12-03T16:16:05.708Z[ recovery-image] Dec 03 16:16:04.158 INFO E| Compiling unicode-ident v1.0.18
102832025-12-03T16:16:05.708Z[ recovery-image] Dec 03 16:16:04.158 INFO E| Compiling utf8parse v0.2.2
102842025-12-03T16:16:05.708Z[ recovery-image] Dec 03 16:16:04.158 INFO E| Compiling is_terminal_polyfill v1.70.1
102852025-12-03T16:16:05.708Z[ recovery-image] Dec 03 16:16:04.158 INFO E| Compiling anstyle v1.0.11
102862025-12-03T16:16:05.712Z[ recovery-image] Dec 03 16:16:04.158 INFO E| Compiling anstyle-query v1.1.4
102872025-12-03T16:16:06.044Z[ recovery-image] Dec 03 16:16:04.495 INFO E| Compiling anstyle-parse v0.2.7
102882025-12-03T16:16:06.050Z[ recovery-image] Dec 03 16:16:04.502 INFO E| Compiling colorchoice v1.0.4
102892025-12-03T16:16:06.131Z[ recovery-image] Dec 03 16:16:04.582 INFO E| Compiling strsim v0.11.1
102902025-12-03T16:16:06.308Z[ recovery-image] Dec 03 16:16:04.758 INFO E| Compiling heck v0.5.0
102912025-12-03T16:16:06.476Z[ recovery-image] Dec 03 16:16:04.927 INFO E| Compiling anstream v0.6.20
102922025-12-03T16:16:06.499Z[ recovery-image] Dec 03 16:16:04.950 INFO E| Compiling clap_lex v0.7.5
102932025-12-03T16:16:06.513Z[ recovery-image] Dec 03 16:16:04.964 INFO E| Compiling shared_thread v0.2.0
102942025-12-03T16:16:07.123Z[ recovery-image] Dec 03 16:16:05.570 INFO E| Compiling clap_builder v4.5.47
102952025-12-03T16:16:07.719Z[ recovery-image] Dec 03 16:16:06.170 INFO E| Compiling signal-hook-registry v1.4.6
102962025-12-03T16:16:07.720Z[ recovery-image] Dec 03 16:16:06.170 INFO E| Compiling os_pipe v1.2.2
102972025-12-03T16:16:08.051Z[ recovery-image] Dec 03 16:16:06.502 INFO E| Compiling quote v1.0.40
102982025-12-03T16:16:08.433Z[ recovery-image] Dec 03 16:16:06.883 INFO E| Compiling sigchld v0.2.4
102992025-12-03T16:16:08.618Z[ recovery-image] Dec 03 16:16:07.068 INFO E| Compiling syn v2.0.106
103002025-12-03T16:16:08.631Z[ recovery-image] Dec 03 16:16:07.081 INFO E| Compiling shared_child v1.1.1
103012025-12-03T16:16:08.900Z[ recovery-image] Dec 03 16:16:07.350 INFO E| Compiling duct v1.1.0
103022025-12-03T16:16:10.107Z[ host-image] Dec 03 16:16:08.557 INFO O| Dec 03 16:16:08.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
103032025-12-03T16:16:10.107Z[ host-image] Dec 03 16:16:08.557 INFO O| Dec 03 16:16:08.557 INFO ok!
103042025-12-03T16:16:10.110Z[ host-image] Dec 03 16:16:08.557 INFO O| Dec 03 16:16:08.557 INFO STEP 139 (ensure_file) COMPLETE
103052025-12-03T16:16:10.110Z[ host-image] Dec 03 16:16:08.557 INFO O| Dec 03 16:16:08.557 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103062025-12-03T16:16:10.116Z[ host-image] Dec 03 16:16:08.567 INFO O| Dec 03 16:16:08.567 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
103072025-12-03T16:16:10.116Z[ host-image] Dec 03 16:16:08.567 INFO O| Dec 03 16:16:08.567 INFO STEP 140 (ensure_dir) COMPLETE
103082025-12-03T16:16:10.121Z[ host-image] Dec 03 16:16:08.567 INFO O| Dec 03 16:16:08.567 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103092025-12-03T16:16:10.125Z[ host-image] Dec 03 16:16:08.575 INFO O| Dec 03 16:16:08.575 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
103102025-12-03T16:16:10.125Z[ host-image] Dec 03 16:16:08.575 INFO O| Dec 03 16:16:08.575 INFO STEP 141 (ensure_dir) COMPLETE
103112025-12-03T16:16:10.125Z[ host-image] Dec 03 16:16:08.575 INFO O| Dec 03 16:16:08.575 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103122025-12-03T16:16:10.135Z[ host-image] Dec 03 16:16:08.585 INFO O| Dec 03 16:16:08.585 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
103132025-12-03T16:16:10.135Z[ host-image] Dec 03 16:16:08.586 INFO O| Dec 03 16:16:08.585 INFO STEP 142 (ensure_dir) COMPLETE
103142025-12-03T16:16:10.135Z[ host-image] Dec 03 16:16:08.586 INFO O| Dec 03 16:16:08.585 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103152025-12-03T16:16:10.144Z[ host-image] Dec 03 16:16:08.594 INFO O| Dec 03 16:16:08.594 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
103162025-12-03T16:16:10.144Z[ host-image] Dec 03 16:16:08.594 INFO O| Dec 03 16:16:08.594 INFO STEP 143 (ensure_dir) COMPLETE
103172025-12-03T16:16:10.148Z[ host-image] Dec 03 16:16:08.594 INFO O| Dec 03 16:16:08.594 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103182025-12-03T16:16:10.154Z[ host-image] Dec 03 16:16:08.605 INFO O| Dec 03 16:16:08.605 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
103192025-12-03T16:16:10.154Z[ host-image] Dec 03 16:16:08.605 INFO O| Dec 03 16:16:08.605 INFO copying /tmp/.tmpNmWK0T/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 ...
103202025-12-03T16:16:10.158Z[ host-image] Dec 03 16:16:08.605 INFO O| Dec 03 16:16:08.605 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
103212025-12-03T16:16:10.158Z[ host-image] Dec 03 16:16:08.605 INFO O| Dec 03 16:16:08.605 INFO ok!
103222025-12-03T16:16:10.159Z[ host-image] Dec 03 16:16:08.605 INFO O| Dec 03 16:16:08.605 INFO STEP 144 (ensure_file) COMPLETE
103232025-12-03T16:16:10.159Z[ host-image] Dec 03 16:16:08.605 INFO O| Dec 03 16:16:08.605 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103242025-12-03T16:16:10.167Z[ host-image] Dec 03 16:16:08.617 INFO O| Dec 03 16:16:08.617 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
103252025-12-03T16:16:10.167Z[ host-image] Dec 03 16:16:08.617 INFO O| Dec 03 16:16:08.617 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
103262025-12-03T16:16:10.170Z[ host-image] Dec 03 16:16:08.617 INFO O| Dec 03 16:16:08.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
103272025-12-03T16:16:10.170Z[ host-image] Dec 03 16:16:08.617 INFO O| Dec 03 16:16:08.617 INFO STEP 145 (ensure_dir) COMPLETE
103282025-12-03T16:16:10.170Z[ host-image] Dec 03 16:16:08.617 INFO O| Dec 03 16:16:08.617 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103292025-12-03T16:16:10.177Z[ host-image] Dec 03 16:16:08.627 INFO O| Dec 03 16:16:08.627 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
103302025-12-03T16:16:10.177Z[ host-image] Dec 03 16:16:08.627 INFO O| Dec 03 16:16:08.627 INFO copying /tmp/.tmpNmWK0T/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
103312025-12-03T16:16:10.180Z[ host-image] Dec 03 16:16:08.628 INFO O| Dec 03 16:16:08.627 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
103322025-12-03T16:16:10.181Z[ host-image] Dec 03 16:16:08.628 INFO O| Dec 03 16:16:08.628 INFO ok!
103332025-12-03T16:16:10.181Z[ host-image] Dec 03 16:16:08.628 INFO O| Dec 03 16:16:08.628 INFO STEP 146 (ensure_file) COMPLETE
103342025-12-03T16:16:10.181Z[ host-image] Dec 03 16:16:08.628 INFO O| Dec 03 16:16:08.628 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103352025-12-03T16:16:10.188Z[ host-image] Dec 03 16:16:08.638 INFO O| Dec 03 16:16:08.638 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
103362025-12-03T16:16:10.191Z[ host-image] Dec 03 16:16:08.638 INFO O| Dec 03 16:16:08.638 INFO STEP 147 (remove_files) COMPLETE
103372025-12-03T16:16:10.191Z[ host-image] Dec 03 16:16:08.638 INFO O| Dec 03 16:16:08.638 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103382025-12-03T16:16:10.198Z[ host-image] Dec 03 16:16:08.649 INFO O| Dec 03 16:16:08.649 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
103392025-12-03T16:16:10.202Z[ host-image] Dec 03 16:16:08.649 INFO O| Dec 03 16:16:08.649 INFO STEP 148 (remove_files) COMPLETE
103402025-12-03T16:16:10.202Z[ host-image] Dec 03 16:16:08.649 INFO O| Dec 03 16:16:08.649 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103412025-12-03T16:16:10.210Z[ host-image] Dec 03 16:16:08.661 INFO O| Dec 03 16:16:08.661 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
103422025-12-03T16:16:10.214Z[ host-image] Dec 03 16:16:08.661 INFO O| Dec 03 16:16:08.661 INFO STEP 149 (remove_files) COMPLETE
103432025-12-03T16:16:10.214Z[ host-image] Dec 03 16:16:08.661 INFO O| Dec 03 16:16:08.661 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103442025-12-03T16:16:10.219Z[ host-image] Dec 03 16:16:08.670 INFO O| Dec 03 16:16:08.669 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
103452025-12-03T16:16:10.223Z[ host-image] Dec 03 16:16:08.670 INFO O| Dec 03 16:16:08.670 INFO STEP 150 (remove_files) COMPLETE
103462025-12-03T16:16:10.223Z[ host-image] Dec 03 16:16:08.670 INFO O| Dec 03 16:16:08.670 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103472025-12-03T16:16:10.229Z[ host-image] Dec 03 16:16:08.679 INFO O| Dec 03 16:16:08.679 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
103482025-12-03T16:16:10.233Z[ host-image] Dec 03 16:16:08.680 INFO O| Dec 03 16:16:08.680 INFO STEP 151 (remove_files) COMPLETE
103492025-12-03T16:16:10.233Z[ host-image] Dec 03 16:16:08.680 INFO O| Dec 03 16:16:08.680 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103502025-12-03T16:16:10.239Z[ host-image] Dec 03 16:16:08.690 INFO O| Dec 03 16:16:08.690 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
103512025-12-03T16:16:10.243Z[ host-image] Dec 03 16:16:08.690 INFO O| Dec 03 16:16:08.690 INFO STEP 152 (remove_files) COMPLETE
103522025-12-03T16:16:10.243Z[ host-image] Dec 03 16:16:08.690 INFO O| Dec 03 16:16:08.690 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103532025-12-03T16:16:10.250Z[ host-image] Dec 03 16:16:08.700 INFO O| Dec 03 16:16:08.700 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
103542025-12-03T16:16:10.253Z[ host-image] Dec 03 16:16:08.700 INFO O| Dec 03 16:16:08.700 INFO STEP 153 (remove_files) COMPLETE
103552025-12-03T16:16:10.253Z[ host-image] Dec 03 16:16:08.700 INFO O| Dec 03 16:16:08.700 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103562025-12-03T16:16:10.259Z[ host-image] Dec 03 16:16:08.709 INFO O| Dec 03 16:16:08.709 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
103572025-12-03T16:16:10.262Z[ host-image] Dec 03 16:16:08.709 INFO O| Dec 03 16:16:08.709 INFO STEP 154 (remove_files) COMPLETE
103582025-12-03T16:16:10.262Z[ host-image] Dec 03 16:16:08.709 INFO O| Dec 03 16:16:08.709 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103592025-12-03T16:16:10.268Z[ host-image] Dec 03 16:16:08.718 INFO O| Dec 03 16:16:08.718 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
103602025-12-03T16:16:10.271Z[ host-image] Dec 03 16:16:08.718 INFO O| Dec 03 16:16:08.718 INFO STEP 155 (remove_files) COMPLETE
103612025-12-03T16:16:10.271Z[ host-image] Dec 03 16:16:08.718 INFO O| Dec 03 16:16:08.718 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103622025-12-03T16:16:10.280Z[ host-image] Dec 03 16:16:08.731 INFO O| Dec 03 16:16:08.730 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
103632025-12-03T16:16:10.280Z[ host-image] Dec 03 16:16:08.731 INFO O| Dec 03 16:16:08.731 INFO STEP 156 (remove_files) COMPLETE
103642025-12-03T16:16:10.280Z[ host-image] Dec 03 16:16:08.731 INFO O| Dec 03 16:16:08.731 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103652025-12-03T16:16:10.290Z[ host-image] Dec 03 16:16:08.740 INFO O| Dec 03 16:16:08.740 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
103662025-12-03T16:16:10.290Z[ host-image] Dec 03 16:16:08.740 INFO O| Dec 03 16:16:08.740 INFO STEP 157 (remove_files) COMPLETE
103672025-12-03T16:16:10.294Z[ host-image] Dec 03 16:16:08.740 INFO O| Dec 03 16:16:08.740 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103682025-12-03T16:16:10.300Z[ host-image] Dec 03 16:16:08.750 INFO O| Dec 03 16:16:08.750 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
103692025-12-03T16:16:10.300Z[ host-image] Dec 03 16:16:08.750 INFO O| Dec 03 16:16:08.750 INFO STEP 158 (remove_files) COMPLETE
103702025-12-03T16:16:10.303Z[ host-image] Dec 03 16:16:08.750 INFO O| Dec 03 16:16:08.750 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103712025-12-03T16:16:10.309Z[ host-image] Dec 03 16:16:08.760 INFO O| Dec 03 16:16:08.760 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
103722025-12-03T16:16:10.309Z[ host-image] Dec 03 16:16:08.760 INFO O| Dec 03 16:16:08.760 INFO STEP 159 (remove_files) COMPLETE
103732025-12-03T16:16:10.310Z[ host-image] Dec 03 16:16:08.760 INFO O| Dec 03 16:16:08.760 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103742025-12-03T16:16:10.318Z[ host-image] Dec 03 16:16:08.769 INFO O| Dec 03 16:16:08.769 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
103752025-12-03T16:16:10.319Z[ host-image] Dec 03 16:16:08.769 INFO O| Dec 03 16:16:08.769 INFO STEP 160 (remove_files) COMPLETE
103762025-12-03T16:16:10.319Z[ host-image] Dec 03 16:16:08.769 INFO O| Dec 03 16:16:08.769 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103772025-12-03T16:16:10.328Z[ host-image] Dec 03 16:16:08.778 INFO O| Dec 03 16:16:08.778 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
103782025-12-03T16:16:10.332Z[ host-image] Dec 03 16:16:08.778 INFO O| Dec 03 16:16:08.778 INFO STEP 161 (remove_files) COMPLETE
103792025-12-03T16:16:10.332Z[ host-image] Dec 03 16:16:08.778 INFO O| Dec 03 16:16:08.778 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103802025-12-03T16:16:10.337Z[ host-image] Dec 03 16:16:08.787 INFO O| Dec 03 16:16:08.787 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
103812025-12-03T16:16:10.337Z[ host-image] Dec 03 16:16:08.787 INFO O| Dec 03 16:16:08.787 INFO STEP 162 (remove_files) COMPLETE
103822025-12-03T16:16:10.337Z[ host-image] Dec 03 16:16:08.787 INFO O| Dec 03 16:16:08.787 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103832025-12-03T16:16:10.346Z[ host-image] Dec 03 16:16:08.797 INFO O| Dec 03 16:16:08.796 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
103842025-12-03T16:16:10.346Z[ host-image] Dec 03 16:16:08.797 INFO O| Dec 03 16:16:08.797 INFO STEP 163 (remove_files) COMPLETE
103852025-12-03T16:16:10.350Z[ host-image] Dec 03 16:16:08.797 INFO O| Dec 03 16:16:08.797 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103862025-12-03T16:16:10.355Z[ host-image] Dec 03 16:16:08.806 INFO O| Dec 03 16:16:08.806 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
103872025-12-03T16:16:10.355Z[ host-image] Dec 03 16:16:08.806 INFO O| Dec 03 16:16:08.806 INFO STEP 164 (remove_files) COMPLETE
103882025-12-03T16:16:10.358Z[ host-image] Dec 03 16:16:08.806 INFO O| Dec 03 16:16:08.806 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103892025-12-03T16:16:10.365Z[ host-image] Dec 03 16:16:08.815 INFO O| Dec 03 16:16:08.815 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
103902025-12-03T16:16:10.365Z[ host-image] Dec 03 16:16:08.815 INFO O| Dec 03 16:16:08.815 INFO STEP 165 (remove_files) COMPLETE
103912025-12-03T16:16:10.365Z[ host-image] Dec 03 16:16:08.815 INFO O| Dec 03 16:16:08.815 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103922025-12-03T16:16:10.373Z[ host-image] Dec 03 16:16:08.824 INFO O| Dec 03 16:16:08.824 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
103932025-12-03T16:16:10.379Z[ host-image] Dec 03 16:16:08.824 INFO O| Dec 03 16:16:08.824 INFO STEP 166 (remove_files) COMPLETE
103942025-12-03T16:16:10.379Z[ host-image] Dec 03 16:16:08.824 INFO O| Dec 03 16:16:08.824 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103952025-12-03T16:16:10.384Z[ host-image] Dec 03 16:16:08.835 INFO O| Dec 03 16:16:08.834 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
103962025-12-03T16:16:10.385Z[ host-image] Dec 03 16:16:08.835 INFO O| Dec 03 16:16:08.835 INFO STEP 167 (remove_files) COMPLETE
103972025-12-03T16:16:10.385Z[ host-image] Dec 03 16:16:08.835 INFO O| Dec 03 16:16:08.835 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103982025-12-03T16:16:10.392Z[ host-image] Dec 03 16:16:08.843 INFO O| Dec 03 16:16:08.843 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
103992025-12-03T16:16:10.396Z[ host-image] Dec 03 16:16:08.843 INFO O| Dec 03 16:16:08.843 INFO STEP 168 (remove_files) COMPLETE
104002025-12-03T16:16:10.396Z[ host-image] Dec 03 16:16:08.843 INFO O| Dec 03 16:16:08.843 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104012025-12-03T16:16:10.401Z[ host-image] Dec 03 16:16:08.852 INFO O| Dec 03 16:16:08.851 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
104022025-12-03T16:16:10.401Z[ host-image] Dec 03 16:16:08.852 INFO O| Dec 03 16:16:08.852 INFO STEP 169 (remove_files) COMPLETE
104032025-12-03T16:16:10.401Z[ host-image] Dec 03 16:16:08.852 INFO O| Dec 03 16:16:08.852 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104042025-12-03T16:16:10.412Z[ host-image] Dec 03 16:16:08.862 INFO O| Dec 03 16:16:08.862 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
104052025-12-03T16:16:10.412Z[ host-image] Dec 03 16:16:08.862 INFO O| Dec 03 16:16:08.862 INFO STEP 170 (remove_files) COMPLETE
104062025-12-03T16:16:10.412Z[ host-image] Dec 03 16:16:08.862 INFO O| Dec 03 16:16:08.862 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104072025-12-03T16:16:10.421Z[ host-image] Dec 03 16:16:08.871 INFO O| Dec 03 16:16:08.871 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
104082025-12-03T16:16:10.421Z[ host-image] Dec 03 16:16:08.871 INFO O| Dec 03 16:16:08.871 INFO STEP 171 (remove_files) COMPLETE
104092025-12-03T16:16:10.425Z[ host-image] Dec 03 16:16:08.871 INFO O| Dec 03 16:16:08.871 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104102025-12-03T16:16:10.430Z[ host-image] Dec 03 16:16:08.880 INFO O| Dec 03 16:16:08.880 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
104112025-12-03T16:16:10.430Z[ host-image] Dec 03 16:16:08.880 INFO O| Dec 03 16:16:08.880 INFO STEP 172 (remove_files) COMPLETE
104122025-12-03T16:16:10.433Z[ host-image] Dec 03 16:16:08.880 INFO O| Dec 03 16:16:08.880 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104132025-12-03T16:16:10.439Z[ host-image] Dec 03 16:16:08.889 INFO O| Dec 03 16:16:08.889 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
104142025-12-03T16:16:10.439Z[ host-image] Dec 03 16:16:08.889 INFO O| Dec 03 16:16:08.889 INFO STEP 173 (remove_files) COMPLETE
104152025-12-03T16:16:10.442Z[ host-image] Dec 03 16:16:08.889 INFO O| Dec 03 16:16:08.889 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104162025-12-03T16:16:10.448Z[ host-image] Dec 03 16:16:08.898 INFO O| Dec 03 16:16:08.898 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
104172025-12-03T16:16:10.448Z[ host-image] Dec 03 16:16:08.898 INFO O| Dec 03 16:16:08.898 INFO STEP 174 (remove_files) COMPLETE
104182025-12-03T16:16:10.448Z[ host-image] Dec 03 16:16:08.898 INFO O| Dec 03 16:16:08.898 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104192025-12-03T16:16:10.458Z[ host-image] Dec 03 16:16:08.908 INFO O| Dec 03 16:16:08.908 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
104202025-12-03T16:16:10.458Z[ host-image] Dec 03 16:16:08.909 INFO O| Dec 03 16:16:08.909 INFO STEP 175 (remove_files) COMPLETE
104212025-12-03T16:16:10.462Z[ host-image] Dec 03 16:16:08.909 INFO O| Dec 03 16:16:08.909 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104222025-12-03T16:16:10.471Z[ host-image] Dec 03 16:16:08.922 INFO O| Dec 03 16:16:08.922 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
104232025-12-03T16:16:10.474Z[ host-image] Dec 03 16:16:08.922 INFO O| Dec 03 16:16:08.922 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", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
104242025-12-03T16:16:13.313Z[ recovery-image] Dec 03 16:16:11.762 INFO E| Compiling clap_derive v4.5.47
104252025-12-03T16:16:15.279Z[ recovery-image] Dec 03 16:16:13.725 INFO E| Compiling clap v4.5.47
104262025-12-03T16:16:15.344Z[ recovery-image] Dec 03 16:16:13.789 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
104272025-12-03T16:16:16.366Z[ recovery-image] Dec 03 16:16:14.813 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
104282025-12-03T16:16:16.379Z[ recovery-image] Dec 03 16:16:14.825 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
104292025-12-03T16:16:16.636Z[ recovery-image] Dec 03 16:16:15.085 INFO E| Downloading crates ...
104302025-12-03T16:16:16.706Z[ recovery-image] Dec 03 16:16:15.155 INFO E| Downloaded seq-macro v0.3.6
104312025-12-03T16:16:16.713Z[ recovery-image] Dec 03 16:16:15.157 INFO E| Downloaded scroll_derive v0.13.0
104322025-12-03T16:16:17.572Z[ recovery-image] Dec 03 16:16:15.163 INFO E| Downloaded bit_field v0.10.3
104332025-12-03T16:16:17.572Z[ recovery-image] Dec 03 16:16:15.172 INFO E| Downloaded bitstruct_derive v0.1.0
104342025-12-03T16:16:17.572Z[ recovery-image] Dec 03 16:16:15.173 INFO E| Downloaded bitstruct v0.1.1
104352025-12-03T16:16:17.572Z[ recovery-image] Dec 03 16:16:15.182 INFO E| Downloaded cpio_reader v0.1.2
104362025-12-03T16:16:17.572Z[ recovery-image] Dec 03 16:16:15.186 INFO E| Downloaded raw-cpuid v10.7.0
104372025-12-03T16:16:17.572Z[ recovery-image] Dec 03 16:16:15.193 INFO E| Downloaded goblin v0.10.1
104382025-12-03T16:16:17.611Z[ recovery-image] Dec 03 16:16:15.321 INFO E| Downloaded x86 v0.52.0
104392025-12-03T16:16:17.611Z[ recovery-image] Dec 03 16:16:15.380 INFO E| Updating crates.io index
104402025-12-03T16:16:17.611Z[ recovery-image] Dec 03 16:16:15.441 INFO E| Downloading crates ...
104412025-12-03T16:16:17.611Z[ recovery-image] Dec 03 16:16:15.488 INFO E| Downloaded rustc-demangle v0.1.26
104422025-12-03T16:16:17.611Z[ recovery-image] Dec 03 16:16:15.495 INFO E| Downloaded rustc-literal-escaper v0.0.5
104432025-12-03T16:16:17.612Z[ recovery-image] Dec 03 16:16:15.497 INFO E| Downloaded getopts v0.2.23
104442025-12-03T16:16:17.612Z[ recovery-image] Dec 03 16:16:15.499 INFO E| Downloaded hashbrown v0.15.5
104452025-12-03T16:16:17.612Z[ recovery-image] Dec 03 16:16:15.513 INFO E| Downloaded unicode-width v0.2.1
104462025-12-03T16:16:17.612Z[ recovery-image] Dec 03 16:16:15.569 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-09-03-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
104472025-12-03T16:16:17.612Z[ recovery-image] Dec 03 16:16:15.569 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-03-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
104482025-12-03T16:16:17.612Z[ recovery-image] Dec 03 16:16:15.569 INFO E| Compiling proc-macro2 v1.0.101
104492025-12-03T16:16:17.612Z[ recovery-image] Dec 03 16:16:15.569 INFO E| Compiling unicode-ident v1.0.18
104502025-12-03T16:16:17.612Z[ recovery-image] Dec 03 16:16:15.569 INFO E| Compiling syn v1.0.109
104512025-12-03T16:16:17.612Z[ recovery-image] Dec 03 16:16:15.569 INFO E| Compiling x86 v0.52.0
104522025-12-03T16:16:17.612Z[ recovery-image] Dec 03 16:16:15.569 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
104532025-12-03T16:16:17.612Z[ recovery-image] Dec 03 16:16:15.583 INFO E| Compiling seq-macro v0.3.6
104542025-12-03T16:16:18.381Z[ recovery-image] Dec 03 16:16:16.826 INFO E| Compiling quote v1.0.40
104552025-12-03T16:16:18.650Z[ recovery-image] Dec 03 16:16:17.098 INFO E| Compiling syn v2.0.106
104562025-12-03T16:16:18.814Z[ host-image] Dec 03 16:16:17.263 INFO O| Dec 03 16:16:17.263 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
104572025-12-03T16:16:18.814Z[ host-image] Dec 03 16:16:17.263 INFO O| Dec 03 16:16:17.263 INFO E| svccfg: Loaded 79 smf(7) service descriptions
104582025-12-03T16:16:18.832Z[ host-image] Dec 03 16:16:17.281 INFO O| Dec 03 16:16:17.281 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
104592025-12-03T16:16:18.989Z[ host-image] Dec 03 16:16:17.438 INFO O| Dec 03 16:16:17.438 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_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
104602025-12-03T16:16:19.081Z[ host-image] Dec 03 16:16:17.530 INFO O| Dec 03 16:16:17.530 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
104612025-12-03T16:16:19.183Z[ host-image] Dec 03 16:16:17.630 INFO O| Dec 03 16:16:17.630 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
104622025-12-03T16:16:19.183Z[ host-image] Dec 03 16:16:17.630 INFO O| Dec 03 16:16:17.630 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
104632025-12-03T16:16:19.312Z[ host-image] Dec 03 16:16:17.761 INFO O| Dec 03 16:16:17.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
104642025-12-03T16:16:19.312Z[ host-image] Dec 03 16:16:17.761 INFO O| Dec 03 16:16:17.761 INFO ok!
104652025-12-03T16:16:19.312Z[ host-image] Dec 03 16:16:17.761 INFO O| Dec 03 16:16:17.761 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
104662025-12-03T16:16:19.315Z[ host-image] Dec 03 16:16:17.761 INFO O| Dec 03 16:16:17.761 INFO STEP 176 (seed_smf) COMPLETE
104672025-12-03T16:16:19.315Z[ host-image] Dec 03 16:16:17.761 INFO O| Dec 03 16:16:17.761 INFO steps complete; finalising image!
104682025-12-03T16:16:19.315Z[ host-image] Dec 03 16:16:17.761 INFO O| Dec 03 16:16:17.761 INFO TRIM POOL: TEMPORARY-sled-zfs
104692025-12-03T16:16:19.378Z[ host-image] Dec 03 16:16:17.827 INFO O| Dec 03 16:16:17.827 INFO trim TEMPORARY-sled-zfs: (2% trimmed, started at Wed Dec 3 16:16:17 2025)
104702025-12-03T16:16:19.607Z[ host-image] Dec 03 16:16:18.047 INFO O| Dec 03 16:16:18.047 INFO temporary pool has 830M used, 66.1M avail, 1.80x compressratio
104712025-12-03T16:16:19.607Z[ host-image] Dec 03 16:16:18.047 INFO O| Dec 03 16:16:18.047 INFO EXPORT POOL: TEMPORARY-sled-zfs
104722025-12-03T16:16:19.891Z[ host-image] Dec 03 16:16:18.339 INFO O| Dec 03 16:16:18.339 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
104732025-12-03T16:16:19.891Z[ host-image] Dec 03 16:16:18.339 INFO O| Dec 03 16:16:18.339 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
104742025-12-03T16:16:21.008Z[ host-image] Dec 03 16:16:19.457 INFO O| Dec 03 16:16:19.456 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
104752025-12-03T16:16:21.008Z[ host-image] Dec 03 16:16:19.457 INFO O| Dec 03 16:16:19.457 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
104762025-12-03T16:16:21.014Z[ host-image] Dec 03 16:16:19.457 INFO O| Dec 03 16:16:19.457 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
104772025-12-03T16:16:21.014Z[ host-image] Dec 03 16:16:19.457 INFO O| Dec 03 16:16:19.457 INFO completed processing sled/zfs
104782025-12-03T16:16:21.014Z[ host-image] Dec 03 16:16:19.457 INFO O| Dec 03 16:16:19.457 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
104792025-12-03T16:16:21.382Z[ recovery-image] Dec 03 16:16:19.829 INFO E| Compiling scroll_derive v0.13.0
104802025-12-03T16:16:23.574Z[ recovery-image] Dec 03 16:16:21.940 INFO E| Compiling bitstruct_derive v0.1.0
104812025-12-03T16:16:31.737Z[ host-image] Dec 03 16:16:30.184 INFO O| Dec 03 16:16:30.184 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
104822025-12-03T16:16:31.830Z[ host-image] Dec 03 16:16:30.276 INFO BUILD STRING "heads/stlouis-0-g035f8647f6\n"
104832025-12-03T16:16:31.830Z[ host-image] Dec 03 16:16:30.276 INFO expanded image name: "ci 3569914/${os_short_commit} 2025-12-03 15:18" -> "ci 3569914/035f864 2025-12-03 15:18"
104842025-12-03T16:16:31.833Z[ host-image] Dec 03 16:16:30.277 INFO output artefacts stored in: "/work/os-host"
104852025-12-03T16:16:31.833Z[ host-image] Dec 03 16:16:30.277 INFO collecting git info from project "image-builder"...
104862025-12-03T16:16:31.837Z[ host-image] Dec 03 16:16:30.284 INFO collecting git info from project "chelsio-t6-roms"...
104872025-12-03T16:16:31.842Z[ host-image] Dec 03 16:16:30.289 INFO collecting git info from project "phbl"...
104882025-12-03T16:16:31.847Z[ host-image] Dec 03 16:16:30.294 INFO collecting git info from project "pinprick"...
104892025-12-03T16:16:31.853Z[ host-image] Dec 03 16:16:30.298 INFO collecting git info from project "pilot"...
104902025-12-03T16:16:31.857Z[ host-image] Dec 03 16:16:30.304 INFO collecting git info from project "amd-host-image-builder"...
104912025-12-03T16:16:31.863Z[ host-image] Dec 03 16:16:30.310 INFO collecting git info from project "amd-firmware"...
104922025-12-03T16:16:31.875Z[ host-image] Dec 03 16:16:30.322 INFO collecting git info from project "dmar-report"...
104932025-12-03T16:16:31.881Z[ host-image] Dec 03 16:16:30.326 INFO collecting git info from project "bootserver"...
104942025-12-03T16:16:31.922Z[ host-image] Dec 03 16:16:30.331 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
104952025-12-03T16:16:32.293Z[ host-image] Dec 03 16:16:30.740 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
104962025-12-03T16:16:32.683Z[ host-image] Dec 03 16:16:31.130 INFO creating Oxide boot image...
104972025-12-03T16:16:32.687Z[ host-image] Dec 03 16:16:31.130 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 3569914/035f864 2025-12-03 15:18", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
104982025-12-03T16:16:33.831Z[ host-image] Dec 03 16:16:32.277 INFO O| ok, image written!
104992025-12-03T16:16:33.832Z[ host-image] Dec 03 16:16:32.277 INFO O| ok, boot_image_csum file written!
105002025-12-03T16:16:33.836Z[ host-image] Dec 03 16:16:32.280 INFO creating boot archive (CPIO)...
105012025-12-03T16:16:33.836Z[ host-image] Dec 03 16:16:32.280 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
105022025-12-03T16:16:33.840Z[ host-image] Dec 03 16:16:32.285 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
105032025-12-03T16:16:33.840Z[ host-image] Dec 03 16:16:32.285 INFO E| + outfile=/work/os-host/cpio
105042025-12-03T16:16:33.840Z[ host-image] Dec 03 16:16:32.285 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
105052025-12-03T16:16:33.844Z[ host-image] Dec 03 16:16:32.287 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
105062025-12-03T16:16:33.844Z[ host-image] Dec 03 16:16:32.287 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
105072025-12-03T16:16:33.881Z[ host-image] Dec 03 16:16:32.327 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
105082025-12-03T16:16:33.881Z[ host-image] Dec 03 16:16:32.327 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
105092025-12-03T16:16:33.889Z[ host-image] Dec 03 16:16:32.335 INFO creating compressed cpio/unix for dev loaders...
105102025-12-03T16:16:33.889Z[ host-image] Dec 03 16:16:32.335 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
105112025-12-03T16:16:34.204Z[ host-image] Dec 03 16:16:32.649 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
105122025-12-03T16:16:39.031Z[ host-image] Dec 03 16:16:37.475 INFO creating reset image...
105132025-12-03T16:16:39.031Z[ host-image] Dec 03 16:16:37.475 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
105142025-12-03T16:16:39.135Z[ host-image] Dec 03 16:16:37.581 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2025-09-03-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
105152025-12-03T16:16:39.135Z[ host-image] Dec 03 16:16:37.581 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")
105162025-12-03T16:16:39.282Z[ host-image] Dec 03 16:16:37.727 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.04s
105172025-12-03T16:16:39.286Z[ host-image] Dec 03 16:16:37.728 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
105182025-12-03T16:16:39.721Z[ host-image] Dec 03 16:16:38.166 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-09-03-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
105192025-12-03T16:16:39.721Z[ host-image] Dec 03 16:16:38.166 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-03-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
105202025-12-03T16:16:39.721Z[ host-image] Dec 03 16:16:38.166 INFO E| Compiling proc-macro2 v1.0.101
105212025-12-03T16:16:39.725Z[ host-image] Dec 03 16:16:38.166 INFO E| Compiling unicode-ident v1.0.18
105222025-12-03T16:16:39.725Z[ host-image] Dec 03 16:16:38.166 INFO E| Compiling syn v1.0.109
105232025-12-03T16:16:39.725Z[ host-image] Dec 03 16:16:38.166 INFO E| Compiling x86 v0.52.0
105242025-12-03T16:16:39.725Z[ host-image] Dec 03 16:16:38.166 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
105252025-12-03T16:16:39.725Z[ host-image] Dec 03 16:16:38.166 INFO E| Compiling seq-macro v0.3.6
105262025-12-03T16:16:40.540Z[ recovery-image] Dec 03 16:16:38.960 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-03-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
105272025-12-03T16:16:41.610Z[ host-image] Dec 03 16:16:40.055 INFO E| Compiling quote v1.0.40
105282025-12-03T16:16:41.941Z[ host-image] Dec 03 16:16:40.386 INFO E| Compiling syn v2.0.106
105292025-12-03T16:16:44.984Z[ host-image] Dec 03 16:16:43.428 INFO E| Compiling scroll_derive v0.13.0
105302025-12-03T16:16:45.209Z[ recovery-image] Dec 03 16:16:43.654 INFO E| Compiling bitflags v1.3.2
105312025-12-03T16:16:45.209Z[ recovery-image] Dec 03 16:16:43.654 INFO E| Compiling bitflags v2.9.4
105322025-12-03T16:16:45.213Z[ recovery-image] Dec 03 16:16:43.654 INFO E| Compiling log v0.4.27
105332025-12-03T16:16:45.213Z[ recovery-image] Dec 03 16:16:43.654 INFO E| Compiling plain v0.2.3
105342025-12-03T16:16:45.213Z[ recovery-image] Dec 03 16:16:43.654 INFO E| Compiling adler2 v2.0.1
105352025-12-03T16:16:45.213Z[ recovery-image] Dec 03 16:16:43.654 INFO E| Compiling bit_field v0.10.3
105362025-12-03T16:16:45.213Z[ recovery-image] Dec 03 16:16:43.654 INFO E| Compiling scroll v0.13.0
105372025-12-03T16:16:45.343Z[ recovery-image] Dec 03 16:16:43.787 INFO E| Compiling raw-cpuid v10.7.0
105382025-12-03T16:16:45.521Z[ recovery-image] Dec 03 16:16:43.966 INFO E| Compiling miniz_oxide v0.8.9
105392025-12-03T16:16:45.570Z[ recovery-image] Dec 03 16:16:44.014 INFO E| Compiling cpio_reader v0.1.2
105402025-12-03T16:16:45.635Z[ recovery-image] Dec 03 16:16:44.080 INFO E| Compiling static_assertions v1.1.0
105412025-12-03T16:16:45.764Z[ recovery-image] Dec 03 16:16:44.208 INFO E| Compiling bitstruct v0.1.1
105422025-12-03T16:16:46.134Z[ recovery-image] Dec 03 16:16:44.579 INFO E| Compiling goblin v0.10.1
105432025-12-03T16:16:48.438Z[ host-image] Dec 03 16:16:46.878 INFO E| Compiling bitstruct_derive v0.1.0
105442025-12-03T16:16:52.718Z[ recovery-image] Dec 03 16:16:51.161 INFO E| Finished `release` profile [optimized] target(s) in 36.32s
105452025-12-03T16:16:52.737Z[ recovery-image] Dec 03 16:16:51.180 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
105462025-12-03T16:16:52.800Z[ recovery-image] Dec 03 16:16:51.243 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.89.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
105472025-12-03T16:16:52.800Z[ recovery-image] Dec 03 16:16:51.243 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
105482025-12-03T16:16:52.804Z[ recovery-image] Dec 03 16:16:51.243 INFO building ROM for cosmo
105492025-12-03T16:16:52.804Z[ recovery-image] Dec 03 16:16:51.243 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")
105502025-12-03T16:16:53.104Z[ recovery-image] Dec 03 16:16:51.547 INFO E| Downloading crates ...
105512025-12-03T16:16:53.227Z[ recovery-image] Dec 03 16:16:51.670 INFO E| Downloaded anstyle v1.0.10
105522025-12-03T16:16:53.245Z[ recovery-image] Dec 03 16:16:51.688 INFO E| Downloaded clap_derive v4.5.32
105532025-12-03T16:16:53.248Z[ recovery-image] Dec 03 16:16:51.690 INFO E| Downloaded anstyle-query v1.1.2
105542025-12-03T16:16:53.251Z[ recovery-image] Dec 03 16:16:51.692 INFO E| Downloaded shared_child v1.0.1
105552025-12-03T16:16:53.251Z[ recovery-image] Dec 03 16:16:51.693 INFO E| Downloaded serde_spanned v0.6.8
105562025-12-03T16:16:53.254Z[ recovery-image] Dec 03 16:16:51.695 INFO E| Downloaded os_pipe v1.2.1
105572025-12-03T16:16:53.254Z[ recovery-image] Dec 03 16:16:51.696 INFO E| Downloaded toml_datetime v0.6.9
105582025-12-03T16:16:53.257Z[ recovery-image] Dec 03 16:16:51.698 INFO E| Downloaded toml_write v0.1.1
105592025-12-03T16:16:53.257Z[ recovery-image] Dec 03 16:16:51.700 INFO E| Downloaded colorchoice v1.0.3
105602025-12-03T16:16:53.260Z[ recovery-image] Dec 03 16:16:51.701 INFO E| Downloaded anstyle-parse v0.2.6
105612025-12-03T16:16:53.260Z[ recovery-image] Dec 03 16:16:51.703 INFO E| Downloaded duct v0.13.7
105622025-12-03T16:16:53.265Z[ recovery-image] Dec 03 16:16:51.708 INFO E| Downloaded clap v4.5.37
105632025-12-03T16:16:53.274Z[ recovery-image] Dec 03 16:16:51.717 INFO E| Downloaded toml v0.8.22
105642025-12-03T16:16:53.306Z[ recovery-image] Dec 03 16:16:51.749 INFO E| Downloaded toml_edit v0.22.26
105652025-12-03T16:16:53.345Z[ recovery-image] Dec 03 16:16:51.788 INFO E| Downloaded cc v1.2.20
105662025-12-03T16:16:53.348Z[ recovery-image] Dec 03 16:16:51.792 INFO E| Downloaded winnow v0.7.7
105672025-12-03T16:16:53.356Z[ recovery-image] Dec 03 16:16:51.800 INFO E| Downloaded clap_builder v4.5.37
105682025-12-03T16:16:53.391Z[ recovery-image] Dec 03 16:16:51.834 INFO E| Compiling libc v0.2.172
105692025-12-03T16:16:53.391Z[ recovery-image] Dec 03 16:16:51.834 INFO E| Compiling utf8parse v0.2.2
105702025-12-03T16:16:53.395Z[ recovery-image] Dec 03 16:16:51.834 INFO E| Compiling is_terminal_polyfill v1.70.1
105712025-12-03T16:16:53.395Z[ recovery-image] Dec 03 16:16:51.835 INFO E| Compiling once_cell v1.21.3
105722025-12-03T16:16:53.395Z[ recovery-image] Dec 03 16:16:51.835 INFO E| Compiling anstyle v1.0.10
105732025-12-03T16:16:53.395Z[ recovery-image] Dec 03 16:16:51.835 INFO E| Compiling hashbrown v0.15.2
105742025-12-03T16:16:53.421Z[ recovery-image] Dec 03 16:16:51.864 INFO E| Compiling shlex v1.3.0
105752025-12-03T16:16:53.425Z[ recovery-image] Dec 03 16:16:51.868 INFO E| Compiling syn v2.0.101
105762025-12-03T16:16:53.628Z[ recovery-image] Dec 03 16:16:52.071 INFO E| Compiling anstyle-query v1.1.2
105772025-12-03T16:16:53.697Z[ recovery-image] Dec 03 16:16:52.140 INFO E| Compiling anstyle-parse v0.2.6
105782025-12-03T16:16:53.818Z[ recovery-image] Dec 03 16:16:52.261 INFO E| Compiling colorchoice v1.0.3
105792025-12-03T16:16:53.888Z[ recovery-image] Dec 03 16:16:52.331 INFO E| Compiling equivalent v1.0.2
105802025-12-03T16:16:53.987Z[ recovery-image] Dec 03 16:16:52.426 INFO E| Compiling cc v1.2.20
105812025-12-03T16:16:53.995Z[ recovery-image] Dec 03 16:16:52.437 INFO E| Compiling anstream v0.6.18
105822025-12-03T16:16:54.018Z[ recovery-image] Dec 03 16:16:52.461 INFO E| Compiling anyhow v1.0.98
105832025-12-03T16:16:54.042Z[ recovery-image] Dec 03 16:16:52.485 INFO E| Compiling winnow v0.7.7
105842025-12-03T16:16:54.106Z[ recovery-image] Dec 03 16:16:52.548 INFO E| Compiling clap_lex v0.7.4
105852025-12-03T16:16:54.698Z[ recovery-image] Dec 03 16:16:53.141 INFO E| Compiling strsim v0.11.1
105862025-12-03T16:16:54.819Z[ recovery-image] Dec 03 16:16:53.260 INFO E| Compiling toml_write v0.1.1
105872025-12-03T16:16:54.879Z[ recovery-image] Dec 03 16:16:53.320 INFO E| Compiling indexmap v2.9.0
105882025-12-03T16:16:55.280Z[ recovery-image] Dec 03 16:16:53.723 INFO E| Compiling clap_builder v4.5.37
105892025-12-03T16:16:55.498Z[ recovery-image] Dec 03 16:16:53.940 INFO E| Compiling shared_child v1.0.1
105902025-12-03T16:16:55.704Z[ recovery-image] Dec 03 16:16:54.147 INFO E| Compiling os_pipe v1.2.1
105912025-12-03T16:16:55.994Z[ recovery-image] Dec 03 16:16:54.437 INFO E| Compiling duct v0.13.7
105922025-12-03T16:16:57.431Z[ recovery-image] Dec 03 16:16:55.874 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
105932025-12-03T16:16:59.011Z[ recovery-image] Dec 03 16:16:57.453 INFO E| Compiling serde_derive v1.0.219
105942025-12-03T16:16:59.011Z[ recovery-image] Dec 03 16:16:57.453 INFO E| Compiling clap_derive v4.5.32
105952025-12-03T16:17:01.604Z[ recovery-image] Dec 03 16:17:00.046 INFO E| Compiling clap v4.5.37
105962025-12-03T16:17:02.941Z[ recovery-image] Dec 03 16:17:01.383 INFO E| Compiling serde v1.0.219
105972025-12-03T16:17:06.304Z[ recovery-image] Dec 03 16:17:04.745 INFO E| Compiling toml_datetime v0.6.9
105982025-12-03T16:17:06.304Z[ recovery-image] Dec 03 16:17:04.745 INFO E| Compiling serde_spanned v0.6.8
105992025-12-03T16:17:06.806Z[ recovery-image] Dec 03 16:17:05.246 INFO E| Compiling toml_edit v0.22.26
106002025-12-03T16:17:08.435Z[ host-image] Dec 03 16:17:06.876 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-03-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
106012025-12-03T16:17:09.708Z[ recovery-image] Dec 03 16:17:08.148 INFO E| Compiling toml v0.8.22
106022025-12-03T16:17:12.678Z[ host-image] Dec 03 16:17:11.117 INFO E| Compiling bitflags v1.3.2
106032025-12-03T16:17:12.678Z[ host-image] Dec 03 16:17:11.117 INFO E| Compiling plain v0.2.3
106042025-12-03T16:17:12.681Z[ host-image] Dec 03 16:17:11.117 INFO E| Compiling adler2 v2.0.1
106052025-12-03T16:17:12.681Z[ host-image] Dec 03 16:17:11.117 INFO E| Compiling bit_field v0.10.3
106062025-12-03T16:17:12.681Z[ host-image] Dec 03 16:17:11.118 INFO E| Compiling log v0.4.27
106072025-12-03T16:17:12.681Z[ host-image] Dec 03 16:17:11.118 INFO E| Compiling bitflags v2.9.4
106082025-12-03T16:17:12.681Z[ host-image] Dec 03 16:17:11.118 INFO E| Compiling scroll v0.13.0
106092025-12-03T16:17:12.791Z[ host-image] Dec 03 16:17:11.231 INFO E| Compiling raw-cpuid v10.7.0
106102025-12-03T16:17:12.860Z[ host-image] Dec 03 16:17:11.300 INFO E| Compiling miniz_oxide v0.8.9
106112025-12-03T16:17:12.969Z[ host-image] Dec 03 16:17:11.408 INFO E| Compiling bitstruct v0.1.1
106122025-12-03T16:17:13.026Z[ host-image] Dec 03 16:17:11.465 INFO E| Compiling static_assertions v1.1.0
106132025-12-03T16:17:13.119Z[ host-image] Dec 03 16:17:11.559 INFO E| Compiling cpio_reader v0.1.2
106142025-12-03T16:17:13.260Z[ host-image] Dec 03 16:17:11.696 INFO E| Compiling goblin v0.10.1
106152025-12-03T16:17:13.455Z[ recovery-image] Dec 03 16:17:11.895 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.58s
106162025-12-03T16:17:13.479Z[ recovery-image] Dec 03 16:17:11.918 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`
106172025-12-03T16:17:13.516Z[ recovery-image] Dec 03 16:17:11.955 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
106182025-12-03T16:17:13.980Z[ recovery-image] Dec 03 16:17:12.420 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
106192025-12-03T16:17:13.989Z[ recovery-image] Dec 03 16:17:12.428 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`
106202025-12-03T16:17:14.672Z[ recovery-image] Dec 03 16:17:13.112 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
106212025-12-03T16:17:14.672Z[ recovery-image] Dec 03 16:17:13.112 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
106222025-12-03T16:17:14.677Z[ recovery-image] Dec 03 16:17:13.112 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
106232025-12-03T16:17:14.677Z[ recovery-image] Dec 03 16:17:13.112 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
106242025-12-03T16:17:14.677Z[ recovery-image] Dec 03 16:17:13.112 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
106252025-12-03T16:17:14.677Z[ recovery-image] Dec 03 16:17:13.112 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
106262025-12-03T16:17:14.677Z[ recovery-image] Dec 03 16:17:13.112 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
106272025-12-03T16:17:14.677Z[ recovery-image] Dec 03 16:17:13.112 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
106282025-12-03T16:17:14.677Z[ recovery-image] Dec 03 16:17:13.112 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
106292025-12-03T16:17:14.677Z[ recovery-image] Dec 03 16:17:13.112 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
106302025-12-03T16:17:14.677Z[ recovery-image] Dec 03 16:17:13.113 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
106312025-12-03T16:17:14.677Z[ recovery-image] Dec 03 16:17:13.113 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
106322025-12-03T16:17:14.678Z[ recovery-image] Dec 03 16:17:13.113 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
106332025-12-03T16:17:14.678Z[ recovery-image] Dec 03 16:17:13.113 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
106342025-12-03T16:17:14.678Z[ recovery-image] Dec 03 16:17:13.113 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
106352025-12-03T16:17:14.679Z[ recovery-image] Dec 03 16:17:13.113 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
106362025-12-03T16:17:14.679Z[ recovery-image] Dec 03 16:17:13.113 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
106372025-12-03T16:17:14.679Z[ recovery-image] Dec 03 16:17:13.113 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
106382025-12-03T16:17:14.679Z[ recovery-image] Dec 03 16:17:13.113 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
106392025-12-03T16:17:14.679Z[ recovery-image] Dec 03 16:17:13.113 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
106402025-12-03T16:17:14.679Z[ recovery-image] Dec 03 16:17:13.113 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
106412025-12-03T16:17:14.679Z[ recovery-image] Dec 03 16:17:13.113 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
106422025-12-03T16:17:14.679Z[ recovery-image] Dec 03 16:17:13.114 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
106432025-12-03T16:17:14.679Z[ recovery-image] Dec 03 16:17:13.114 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
106442025-12-03T16:17:14.679Z[ recovery-image] Dec 03 16:17:13.114 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
106452025-12-03T16:17:14.679Z[ recovery-image] Dec 03 16:17:13.114 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
106462025-12-03T16:17:14.679Z[ recovery-image] Dec 03 16:17:13.114 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
106472025-12-03T16:17:14.680Z[ recovery-image] Dec 03 16:17:13.114 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
106482025-12-03T16:17:14.680Z[ recovery-image] Dec 03 16:17:13.114 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
106492025-12-03T16:17:14.680Z[ recovery-image] Dec 03 16:17:13.114 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
106502025-12-03T16:17:14.680Z[ recovery-image] Dec 03 16:17:13.114 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
106512025-12-03T16:17:14.680Z[ recovery-image] Dec 03 16:17:13.114 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
106522025-12-03T16:17:14.680Z[ recovery-image] Dec 03 16:17:13.114 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
106532025-12-03T16:17:14.680Z[ recovery-image] Dec 03 16:17:13.114 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
106542025-12-03T16:17:14.680Z[ recovery-image] Dec 03 16:17:13.114 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
106552025-12-03T16:17:14.680Z[ recovery-image] Dec 03 16:17:13.114 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
106562025-12-03T16:17:14.680Z[ recovery-image] Dec 03 16:17:13.114 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
106572025-12-03T16:17:14.680Z[ recovery-image] Dec 03 16:17:13.114 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
106582025-12-03T16:17:14.680Z[ recovery-image] Dec 03 16:17:13.114 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
106592025-12-03T16:17:14.680Z[ recovery-image] Dec 03 16:17:13.114 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
106602025-12-03T16:17:14.680Z[ recovery-image] Dec 03 16:17:13.114 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
106612025-12-03T16:17:14.680Z[ recovery-image] Dec 03 16:17:13.115 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
106622025-12-03T16:17:14.680Z[ recovery-image] Dec 03 16:17:13.115 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
106632025-12-03T16:17:14.680Z[ recovery-image] Dec 03 16:17:13.115 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
106642025-12-03T16:17:14.680Z[ recovery-image] Dec 03 16:17:13.115 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
106652025-12-03T16:17:14.680Z[ recovery-image] Dec 03 16:17:13.115 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
106662025-12-03T16:17:14.680Z[ recovery-image] Dec 03 16:17:13.115 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
106672025-12-03T16:17:14.684Z[ recovery-image] Dec 03 16:17:13.115 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
106682025-12-03T16:17:14.684Z[ recovery-image] Dec 03 16:17:13.115 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
106692025-12-03T16:17:14.684Z[ recovery-image] Dec 03 16:17:13.115 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
106702025-12-03T16:17:14.684Z[ recovery-image] Dec 03 16:17:13.115 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
106712025-12-03T16:17:14.685Z[ recovery-image] Dec 03 16:17:13.115 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
106722025-12-03T16:17:14.685Z[ recovery-image] Dec 03 16:17:13.115 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
106732025-12-03T16:17:14.685Z[ recovery-image] Dec 03 16:17:13.116 INFO O| Info: ABL version: 0x1007f011
106742025-12-03T16:17:14.685Z[ recovery-image] Dec 03 16:17:13.116 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
106752025-12-03T16:17:14.685Z[ recovery-image] Dec 03 16:17:13.116 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
106762025-12-03T16:17:14.685Z[ recovery-image] Dec 03 16:17:13.116 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
106772025-12-03T16:17:14.685Z[ recovery-image] Dec 03 16:17:13.116 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
106782025-12-03T16:17:14.685Z[ recovery-image] Dec 03 16:17:13.117 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
106792025-12-03T16:17:14.685Z[ recovery-image] Dec 03 16:17:13.117 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
106802025-12-03T16:17:14.685Z[ recovery-image] Dec 03 16:17:13.117 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
106812025-12-03T16:17:14.685Z[ recovery-image] Dec 03 16:17:13.117 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
106822025-12-03T16:17:14.685Z[ recovery-image] Dec 03 16:17:13.117 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
106832025-12-03T16:17:14.685Z[ recovery-image] Dec 03 16:17:13.117 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
106842025-12-03T16:17:14.685Z[ recovery-image] Dec 03 16:17:13.117 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
106852025-12-03T16:17:14.685Z[ recovery-image] Dec 03 16:17:13.117 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
106862025-12-03T16:17:14.685Z[ recovery-image] Dec 03 16:17:13.117 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
106872025-12-03T16:17:14.685Z[ recovery-image] Dec 03 16:17:13.117 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
106882025-12-03T16:17:14.685Z[ recovery-image] Dec 03 16:17:13.117 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
106892025-12-03T16:17:14.685Z[ recovery-image] Dec 03 16:17:13.117 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
106902025-12-03T16:17:14.685Z[ recovery-image] Dec 03 16:17:13.117 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
106912025-12-03T16:17:14.685Z[ recovery-image] Dec 03 16:17:13.117 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
106922025-12-03T16:17:14.685Z[ recovery-image] Dec 03 16:17:13.117 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
106932025-12-03T16:17:14.685Z[ recovery-image] Dec 03 16:17:13.117 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
106942025-12-03T16:17:14.685Z[ recovery-image] Dec 03 16:17:13.117 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
106952025-12-03T16:17:14.685Z[ recovery-image] Dec 03 16:17:13.117 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
106962025-12-03T16:17:14.727Z[ recovery-image] Dec 03 16:17:13.166 INFO building ROM for gimlet
106972025-12-03T16:17:14.727Z[ recovery-image] Dec 03 16:17:13.166 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/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")
106982025-12-03T16:17:14.956Z[ recovery-image] Dec 03 16:17:13.395 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s
106992025-12-03T16:17:14.961Z[ recovery-image] Dec 03 16:17:13.400 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`
107002025-12-03T16:17:14.975Z[ recovery-image] Dec 03 16:17:13.414 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
107012025-12-03T16:17:15.109Z[ recovery-image] Dec 03 16:17:13.548 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s
107022025-12-03T16:17:15.117Z[ recovery-image] Dec 03 16:17:13.556 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`
107032025-12-03T16:17:15.468Z[ recovery-image] Dec 03 16:17:13.907 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
107042025-12-03T16:17:15.468Z[ recovery-image] Dec 03 16:17:13.907 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
107052025-12-03T16:17:15.468Z[ recovery-image] Dec 03 16:17:13.907 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
107062025-12-03T16:17:15.468Z[ recovery-image] Dec 03 16:17:13.907 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
107072025-12-03T16:17:15.472Z[ recovery-image] Dec 03 16:17:13.908 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
107082025-12-03T16:17:15.472Z[ recovery-image] Dec 03 16:17:13.908 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
107092025-12-03T16:17:15.472Z[ recovery-image] Dec 03 16:17:13.908 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
107102025-12-03T16:17:15.472Z[ recovery-image] Dec 03 16:17:13.908 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
107112025-12-03T16:17:15.472Z[ recovery-image] Dec 03 16:17:13.908 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
107122025-12-03T16:17:15.472Z[ recovery-image] Dec 03 16:17:13.908 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
107132025-12-03T16:17:15.472Z[ recovery-image] Dec 03 16:17:13.908 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
107142025-12-03T16:17:15.472Z[ recovery-image] Dec 03 16:17:13.908 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
107152025-12-03T16:17:15.472Z[ recovery-image] Dec 03 16:17:13.909 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
107162025-12-03T16:17:15.472Z[ recovery-image] Dec 03 16:17:13.909 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
107172025-12-03T16:17:15.473Z[ recovery-image] Dec 03 16:17:13.909 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
107182025-12-03T16:17:15.473Z[ recovery-image] Dec 03 16:17:13.909 INFO O| Info: ABL version: 0x100f5010
107192025-12-03T16:17:15.473Z[ recovery-image] Dec 03 16:17:13.909 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
107202025-12-03T16:17:15.473Z[ recovery-image] Dec 03 16:17:13.910 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
107212025-12-03T16:17:15.473Z[ recovery-image] Dec 03 16:17:13.910 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
107222025-12-03T16:17:15.473Z[ recovery-image] Dec 03 16:17:13.910 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
107232025-12-03T16:17:15.473Z[ recovery-image] Dec 03 16:17:13.910 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
107242025-12-03T16:17:15.473Z[ recovery-image] Dec 03 16:17:13.910 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
107252025-12-03T16:17:15.473Z[ recovery-image] Dec 03 16:17:13.910 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
107262025-12-03T16:17:15.473Z[ recovery-image] Dec 03 16:17:13.910 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
107272025-12-03T16:17:15.473Z[ recovery-image] Dec 03 16:17:13.910 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
107282025-12-03T16:17:15.473Z[ recovery-image] Dec 03 16:17:13.911 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
107292025-12-03T16:17:15.473Z[ recovery-image] Dec 03 16:17:13.911 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
107302025-12-03T16:17:15.476Z[ recovery-image] Dec 03 16:17:13.911 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
107312025-12-03T16:17:15.477Z[ recovery-image] Dec 03 16:17:13.911 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
107322025-12-03T16:17:15.477Z[ recovery-image] Dec 03 16:17:13.911 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
107332025-12-03T16:17:15.477Z[ recovery-image] Dec 03 16:17:13.911 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
107342025-12-03T16:17:15.477Z[ recovery-image] Dec 03 16:17:13.911 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
107352025-12-03T16:17:15.477Z[ recovery-image] Dec 03 16:17:13.911 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
107362025-12-03T16:17:15.477Z[ recovery-image] Dec 03 16:17:13.911 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
107372025-12-03T16:17:15.477Z[ recovery-image] Dec 03 16:17:13.912 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
107382025-12-03T16:17:15.528Z[ recovery-image] Dec 03 16:17:13.967 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
107392025-12-03T16:17:15.528Z[ recovery-image] Dec 03 16:17:13.967 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
107402025-12-03T16:17:19.180Z[ recovery-image] Dec 03 16:17:17.619 INFO image complete! materials are in "/work/os-recovery"
107412025-12-03T16:17:19.185Z[ recovery-image]
107422025-12-03T16:17:19.188Z[ recovery-image] real 28:41.721792240
107432025-12-03T16:17:19.188Z[ recovery-image] user 21:01.576506084
107442025-12-03T16:17:19.188Z[ recovery-image] sys 1:33.644882699
107452025-12-03T16:17:19.188Z[ recovery-image] trap 1.121543503
107462025-12-03T16:17:19.188Z[ recovery-image] tflt 0.916914461
107472025-12-03T16:17:19.188Z[ recovery-image] dflt 3.989577856
107482025-12-03T16:17:19.188Z[ recovery-image] kflt 0.073257312
107492025-12-03T16:17:19.189Z[ recovery-image] lock 46:40.054895587
107502025-12-03T16:17:19.189Z[ recovery-image] slp 2:50:41.449057078
107512025-12-03T16:17:19.189Z[ recovery-image] lat 6:27.116728748
107522025-12-03T16:17:19.189Z[ recovery-image] stop 8.366859308
107532025-12-03T16:17:19.189ZDec 03 16:17:17.625 INFO [recovery-image] process exited with exit status: 0 (1721.745964038s)
107542025-12-03T16:17:19.503Z[ host-image] Dec 03 16:17:17.941 INFO E| Finished `release` profile [optimized] target(s) in 40.19s
107552025-12-03T16:17:19.517Z[ host-image] Dec 03 16:17:17.956 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
107562025-12-03T16:17:19.576Z[ host-image] Dec 03 16:17:18.014 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.89.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
107572025-12-03T16:17:19.576Z[ host-image] Dec 03 16:17:18.014 INFO building ROM for gimlet
107582025-12-03T16:17:19.576Z[ host-image] Dec 03 16:17:18.014 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")
107592025-12-03T16:17:19.718Z[ host-image] Dec 03 16:17:18.157 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
107602025-12-03T16:17:19.723Z[ host-image] Dec 03 16:17:18.160 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`
107612025-12-03T16:17:19.733Z[ host-image] Dec 03 16:17:18.171 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
107622025-12-03T16:17:19.827Z[ host-image] Dec 03 16:17:18.266 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
107632025-12-03T16:17:19.831Z[ host-image] Dec 03 16:17:18.269 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`
107642025-12-03T16:17:20.013Z[ host-image] Dec 03 16:17:18.452 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
107652025-12-03T16:17:20.013Z[ host-image] Dec 03 16:17:18.452 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
107662025-12-03T16:17:20.017Z[ host-image] Dec 03 16:17:18.452 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
107672025-12-03T16:17:20.017Z[ host-image] Dec 03 16:17:18.452 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
107682025-12-03T16:17:20.017Z[ host-image] Dec 03 16:17:18.452 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
107692025-12-03T16:17:20.017Z[ host-image] Dec 03 16:17:18.452 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
107702025-12-03T16:17:20.017Z[ host-image] Dec 03 16:17:18.452 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
107712025-12-03T16:17:20.017Z[ host-image] Dec 03 16:17:18.452 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
107722025-12-03T16:17:20.017Z[ host-image] Dec 03 16:17:18.452 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
107732025-12-03T16:17:20.017Z[ host-image] Dec 03 16:17:18.452 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
107742025-12-03T16:17:20.017Z[ host-image] Dec 03 16:17:18.452 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
107752025-12-03T16:17:20.017Z[ host-image] Dec 03 16:17:18.452 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
107762025-12-03T16:17:20.017Z[ host-image] Dec 03 16:17:18.452 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
107772025-12-03T16:17:20.017Z[ host-image] Dec 03 16:17:18.452 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
107782025-12-03T16:17:20.017Z[ host-image] Dec 03 16:17:18.452 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
107792025-12-03T16:17:20.017Z[ host-image] Dec 03 16:17:18.453 INFO O| Info: ABL version: 0x100f5010
107802025-12-03T16:17:20.017Z[ host-image] Dec 03 16:17:18.453 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
107812025-12-03T16:17:20.017Z[ host-image] Dec 03 16:17:18.453 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
107822025-12-03T16:17:20.017Z[ host-image] Dec 03 16:17:18.453 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
107832025-12-03T16:17:20.017Z[ host-image] Dec 03 16:17:18.453 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
107842025-12-03T16:17:20.017Z[ host-image] Dec 03 16:17:18.453 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
107852025-12-03T16:17:20.017Z[ host-image] Dec 03 16:17:18.453 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
107862025-12-03T16:17:20.017Z[ host-image] Dec 03 16:17:18.453 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
107872025-12-03T16:17:20.018Z[ host-image] Dec 03 16:17:18.453 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
107882025-12-03T16:17:20.018Z[ host-image] Dec 03 16:17:18.453 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
107892025-12-03T16:17:20.018Z[ host-image] Dec 03 16:17:18.453 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
107902025-12-03T16:17:20.018Z[ host-image] Dec 03 16:17:18.453 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
107912025-12-03T16:17:20.018Z[ host-image] Dec 03 16:17:18.453 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
107922025-12-03T16:17:20.018Z[ host-image] Dec 03 16:17:18.453 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
107932025-12-03T16:17:20.018Z[ host-image] Dec 03 16:17:18.453 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
107942025-12-03T16:17:20.018Z[ host-image] Dec 03 16:17:18.453 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
107952025-12-03T16:17:20.018Z[ host-image] Dec 03 16:17:18.453 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
107962025-12-03T16:17:20.018Z[ host-image] Dec 03 16:17:18.453 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
107972025-12-03T16:17:20.018Z[ host-image] Dec 03 16:17:18.453 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
107982025-12-03T16:17:20.018Z[ host-image] Dec 03 16:17:18.453 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
107992025-12-03T16:17:20.050Z[ host-image] Dec 03 16:17:18.488 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
108002025-12-03T16:17:20.050Z[ host-image] Dec 03 16:17:18.488 INFO building ROM for cosmo
108012025-12-03T16:17:20.053Z[ host-image] Dec 03 16:17:18.488 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")
108022025-12-03T16:17:20.182Z[ host-image] Dec 03 16:17:18.621 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
108032025-12-03T16:17:20.185Z[ host-image] Dec 03 16:17:18.623 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`
108042025-12-03T16:17:20.198Z[ host-image] Dec 03 16:17:18.634 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
108052025-12-03T16:17:20.287Z[ host-image] Dec 03 16:17:18.725 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
108062025-12-03T16:17:20.290Z[ host-image] Dec 03 16:17:18.729 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`
108072025-12-03T16:17:20.631Z[ host-image] Dec 03 16:17:19.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
108082025-12-03T16:17:20.631Z[ host-image] Dec 03 16:17:19.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
108092025-12-03T16:17:20.631Z[ host-image] Dec 03 16:17:19.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
108102025-12-03T16:17:20.634Z[ host-image] Dec 03 16:17:19.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
108112025-12-03T16:17:20.634Z[ host-image] Dec 03 16:17:19.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
108122025-12-03T16:17:20.634Z[ host-image] Dec 03 16:17:19.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
108132025-12-03T16:17:20.634Z[ host-image] Dec 03 16:17:19.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
108142025-12-03T16:17:20.634Z[ host-image] Dec 03 16:17:19.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
108152025-12-03T16:17:20.634Z[ host-image] Dec 03 16:17:19.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
108162025-12-03T16:17:20.634Z[ host-image] Dec 03 16:17:19.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
108172025-12-03T16:17:20.635Z[ host-image] Dec 03 16:17:19.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
108182025-12-03T16:17:20.636Z[ host-image] Dec 03 16:17:19.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
108192025-12-03T16:17:20.636Z[ host-image] Dec 03 16:17:19.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
108202025-12-03T16:17:20.636Z[ host-image] Dec 03 16:17:19.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
108212025-12-03T16:17:20.636Z[ host-image] Dec 03 16:17:19.069 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
108222025-12-03T16:17:20.636Z[ host-image] Dec 03 16:17:19.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
108232025-12-03T16:17:20.636Z[ host-image] Dec 03 16:17:19.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
108242025-12-03T16:17:20.636Z[ host-image] Dec 03 16:17:19.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
108252025-12-03T16:17:20.636Z[ host-image] Dec 03 16:17:19.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
108262025-12-03T16:17:20.637Z[ host-image] Dec 03 16:17:19.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
108272025-12-03T16:17:20.637Z[ host-image] Dec 03 16:17:19.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
108282025-12-03T16:17:20.637Z[ host-image] Dec 03 16:17:19.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
108292025-12-03T16:17:20.637Z[ host-image] Dec 03 16:17:19.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
108302025-12-03T16:17:20.637Z[ host-image] Dec 03 16:17:19.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
108312025-12-03T16:17:20.637Z[ host-image] Dec 03 16:17:19.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
108322025-12-03T16:17:20.637Z[ host-image] Dec 03 16:17:19.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
108332025-12-03T16:17:20.637Z[ host-image] Dec 03 16:17:19.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
108342025-12-03T16:17:20.637Z[ host-image] Dec 03 16:17:19.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
108352025-12-03T16:17:20.637Z[ host-image] Dec 03 16:17:19.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
108362025-12-03T16:17:20.637Z[ host-image] Dec 03 16:17:19.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
108372025-12-03T16:17:20.637Z[ host-image] Dec 03 16:17:19.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
108382025-12-03T16:17:20.637Z[ host-image] Dec 03 16:17:19.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
108392025-12-03T16:17:20.637Z[ host-image] Dec 03 16:17:19.070 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
108402025-12-03T16:17:20.637Z[ host-image] Dec 03 16:17:19.071 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
108412025-12-03T16:17:20.637Z[ host-image] Dec 03 16:17:19.071 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
108422025-12-03T16:17:20.637Z[ host-image] Dec 03 16:17:19.071 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
108432025-12-03T16:17:20.637Z[ host-image] Dec 03 16:17:19.071 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
108442025-12-03T16:17:20.637Z[ host-image] Dec 03 16:17:19.071 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
108452025-12-03T16:17:20.637Z[ host-image] Dec 03 16:17:19.071 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
108462025-12-03T16:17:20.637Z[ host-image] Dec 03 16:17:19.071 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
108472025-12-03T16:17:20.637Z[ host-image] Dec 03 16:17:19.071 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
108482025-12-03T16:17:20.637Z[ host-image] Dec 03 16:17:19.071 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
108492025-12-03T16:17:20.637Z[ host-image] Dec 03 16:17:19.071 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
108502025-12-03T16:17:20.637Z[ host-image] Dec 03 16:17:19.071 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
108512025-12-03T16:17:20.637Z[ host-image] Dec 03 16:17:19.071 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
108522025-12-03T16:17:20.637Z[ host-image] Dec 03 16:17:19.071 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
108532025-12-03T16:17:20.637Z[ host-image] Dec 03 16:17:19.071 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
108542025-12-03T16:17:20.637Z[ host-image] Dec 03 16:17:19.071 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
108552025-12-03T16:17:20.637Z[ host-image] Dec 03 16:17:19.071 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
108562025-12-03T16:17:20.637Z[ host-image] Dec 03 16:17:19.071 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
108572025-12-03T16:17:20.637Z[ host-image] Dec 03 16:17:19.071 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
108582025-12-03T16:17:20.637Z[ host-image] Dec 03 16:17:19.071 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
108592025-12-03T16:17:20.637Z[ host-image] Dec 03 16:17:19.071 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
108602025-12-03T16:17:20.637Z[ host-image] Dec 03 16:17:19.071 INFO O| Info: ABL version: 0x1007f011
108612025-12-03T16:17:20.637Z[ host-image] Dec 03 16:17:19.071 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
108622025-12-03T16:17:20.637Z[ host-image] Dec 03 16:17:19.072 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
108632025-12-03T16:17:20.638Z[ host-image] Dec 03 16:17:19.072 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
108642025-12-03T16:17:20.638Z[ host-image] Dec 03 16:17:19.072 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
108652025-12-03T16:17:20.638Z[ host-image] Dec 03 16:17:19.072 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
108662025-12-03T16:17:20.638Z[ host-image] Dec 03 16:17:19.072 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
108672025-12-03T16:17:20.641Z[ host-image] Dec 03 16:17:19.072 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
108682025-12-03T16:17:20.641Z[ host-image] Dec 03 16:17:19.072 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
108692025-12-03T16:17:20.641Z[ host-image] Dec 03 16:17:19.072 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
108702025-12-03T16:17:20.641Z[ host-image] Dec 03 16:17:19.072 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
108712025-12-03T16:17:20.641Z[ host-image] Dec 03 16:17:19.073 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
108722025-12-03T16:17:20.641Z[ host-image] Dec 03 16:17:19.073 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
108732025-12-03T16:17:20.641Z[ host-image] Dec 03 16:17:19.073 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
108742025-12-03T16:17:20.641Z[ host-image] Dec 03 16:17:19.073 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
108752025-12-03T16:17:20.641Z[ host-image] Dec 03 16:17:19.073 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
108762025-12-03T16:17:20.641Z[ host-image] Dec 03 16:17:19.073 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
108772025-12-03T16:17:20.642Z[ host-image] Dec 03 16:17:19.073 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
108782025-12-03T16:17:20.642Z[ host-image] Dec 03 16:17:19.073 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
108792025-12-03T16:17:20.642Z[ host-image] Dec 03 16:17:19.073 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
108802025-12-03T16:17:20.642Z[ host-image] Dec 03 16:17:19.073 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
108812025-12-03T16:17:20.642Z[ host-image] Dec 03 16:17:19.073 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
108822025-12-03T16:17:20.642Z[ host-image] Dec 03 16:17:19.073 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
108832025-12-03T16:17:20.673Z[ host-image] Dec 03 16:17:19.111 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
108842025-12-03T16:17:20.673Z[ host-image] Dec 03 16:17:19.111 INFO finishing image archive at "/work/os-host/os.tar.gz"...
108852025-12-03T16:17:42.805Z[ host-image] Dec 03 16:17:41.236 INFO image complete! materials are in "/work/os-host"
108862025-12-03T16:17:42.812Z[ host-image]
108872025-12-03T16:17:42.812Z[ host-image] real 29:51.702856393
108882025-12-03T16:17:42.812Z[ host-image] user 21:34.129860678
108892025-12-03T16:17:42.813Z[ host-image] sys 1:33.704755247
108902025-12-03T16:17:42.813Z[ host-image] trap 1.037325325
108912025-12-03T16:17:42.813Z[ host-image] tflt 0.251523792
108922025-12-03T16:17:42.813Z[ host-image] dflt 0.384089104
108932025-12-03T16:17:42.813Z[ host-image] kflt 0.162995132
108942025-12-03T16:17:42.813Z[ host-image] lock 29:55.214595994
108952025-12-03T16:17:42.813Z[ host-image] slp 2:54:15.301339162
108962025-12-03T16:17:42.813Z[ host-image] lat 6:13.665865358
108972025-12-03T16:17:42.813Z[ host-image] stop 2.845772767
108982025-12-03T16:17:42.814ZDec 03 16:17:41.240 INFO [host-image] process exited with exit status: 0 (1791.714028188s)
108992025-12-03T16:17:42.814ZDec 03 16:17:41.240 INFO [tuf-repo] running task
109002025-12-03T16:18:08.006ZDec 03 16:18:06.436 INFO assembling repository in `/tmp/tufaceousAjdet8`, component: OmicronRepoAssembler
109012025-12-03T16:18:15.660ZDec 03 16:18:14.089 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
109022025-12-03T16:18:15.959ZDec 03 16:18:14.388 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
109032025-12-03T16:18:35.653ZDec 03 16:18:34.078 INFO extracting uploaded archive to /tmp/.tmpyHcrcw
109042025-12-03T16:18:38.951ZDec 03 16:18:37.376 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.T2hW7N
109052025-12-03T16:18:39.033ZDec 03 16:18:37.457 INFO added artifact, length: 6430159, hash: e3b7c033fb47487e1a510e4f1c9d924e9cbad952fe77a3978ff1caf9be62494d, version: 1.0.52, kind: gimlet_sp, name: cosmo-a
109062025-12-03T16:18:39.175ZDec 03 16:18:37.600 INFO added artifact, length: 6434419, hash: 8e2ab398eb329d5ad1dafd94c2a2fbba023ad31780da5846353e8d96b151b598, version: 1.0.52, kind: gimlet_sp, name: cosmo-b
109072025-12-03T16:18:39.311ZDec 03 16:18:37.736 INFO added artifact, length: 5392631, hash: cfa8a079693f49edc0676a6508362922b6049edfbb0cd14cabb91ec34a6ecb57, version: 1.0.52, kind: gimlet_sp, name: gimlet-b
109082025-12-03T16:18:39.439ZDec 03 16:18:37.863 INFO added artifact, length: 5395168, hash: ae4a06a0dbac6c470278c23cdc5d0f1da409abcf526232d261bbfbaf0742bb37, version: 1.0.52, kind: gimlet_sp, name: gimlet-c
109092025-12-03T16:18:39.564ZDec 03 16:18:37.989 INFO added artifact, length: 5395066, hash: 5569c9052db2ce13625aba84f1abafed0d51dc39660d25f15e249d5fc2241937, version: 1.0.52, kind: gimlet_sp, name: gimlet-d
109102025-12-03T16:18:39.689ZDec 03 16:18:38.114 INFO added artifact, length: 5394973, hash: 8da3cddea0d9034eeaa4c2c87161e98b57e48d7aa12955d68cd3f8154f321e70, version: 1.0.52, kind: gimlet_sp, name: gimlet-e
109112025-12-03T16:18:39.819ZDec 03 16:18:38.244 INFO added artifact, length: 5394769, hash: ad800a594187b5e27773840ef0d4c19afd04fd3ecd7caa73c37b2ad33a87f5be, version: 1.0.52, kind: gimlet_sp, name: gimlet-f
109122025-12-03T16:18:39.964ZDec 03 16:18:38.389 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
109132025-12-03T16:18:39.964ZDec 03 16:18:38.389 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
109142025-12-03T16:18:40.046ZDec 03 16:18:38.470 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
109152025-12-03T16:18:40.046ZDec 03 16:18:38.470 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
109162025-12-03T16:18:40.132ZDec 03 16:18:38.556 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
109172025-12-03T16:18:40.132ZDec 03 16:18:38.556 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
109182025-12-03T16:18:40.218ZDec 03 16:18:38.643 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
109192025-12-03T16:18:40.218ZDec 03 16:18:38.643 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
109202025-12-03T16:18:40.307ZDec 03 16:18:38.729 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
109212025-12-03T16:18:40.307ZDec 03 16:18:38.729 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
109222025-12-03T16:18:40.388ZDec 03 16:18:38.813 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
109232025-12-03T16:18:40.388ZDec 03 16:18:38.813 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
109242025-12-03T16:18:40.471ZDec 03 16:18:38.896 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
109252025-12-03T16:18:40.471ZDec 03 16:18:38.896 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
109262025-12-03T16:18:40.474ZDec 03 16:18:38.897 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
109272025-12-03T16:18:40.474ZDec 03 16:18:38.898 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
109282025-12-03T16:18:40.474ZDec 03 16:18:38.898 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
109292025-12-03T16:18:40.477ZDec 03 16:18:38.899 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
109302025-12-03T16:18:40.477ZDec 03 16:18:38.900 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
109312025-12-03T16:18:49.701ZDec 03 16:18:48.123 INFO added artifact, length: 33554432, hash: 701252ec05032238684194478a812f636c6fb717f896d3899aa7d0eca03b4681, version: 18.0.0-0.ci+git3569914af03, kind: gimlet_host_phase_1, name: host
109322025-12-03T16:18:49.701ZDec 03 16:18:48.124 INFO added artifact, length: 33554432, hash: 69010873df001c8a0accd715c4b1c134383d951bd25038f6efa02c69cea282f7, version: 18.0.0-0.ci+git3569914af03, kind: cosmo_host_phase_1, name: host
109332025-12-03T16:18:49.701ZDec 03 16:18:48.124 INFO added artifact, length: 1101008896, hash: c74a7ab080b2d38fd8fb7f979fd6f1b8f806dd0a1637261a7bf6cdcea221161f, version: 18.0.0-0.ci+git3569914af03, kind: host_phase_2, name: host
109342025-12-03T16:18:51.661ZDec 03 16:18:50.083 INFO added artifact, length: 33554432, hash: 3e924c8134c7945fc1a23327db962ad6d9318d3d53f59841bd37178e00b54ad8, version: 18.0.0-0.ci+git3569914af03, kind: gimlet_trampoline_phase_1, name: trampoline
109352025-12-03T16:18:51.661ZDec 03 16:18:50.083 INFO added artifact, length: 33554432, hash: fa8b858bc8d6bff0f0990b47578ca45bc44817685fef5fc0292a7c3d6b9ed457, version: 18.0.0-0.ci+git3569914af03, kind: cosmo_trampoline_phase_1, name: trampoline
109362025-12-03T16:18:51.661ZDec 03 16:18:50.083 INFO added artifact, length: 152593627, hash: 66fb0109d21e38e4a1e3687a36454b28756ae0ccc07ad9b26642632fbc3f3d01, version: 18.0.0-0.ci+git3569914af03, kind: trampoline_phase_2, name: trampoline
109372025-12-03T16:18:54.787ZDec 03 16:18:53.209 INFO added artifact, length: 310131800, hash: 10a38d76ac2bb825a69fb45142713050311242a9533deb5ab02628a31c2ac5bb, version: 18.0.0-0.ci+git3569914af03, kind: zone, name: clickhouse_keeper
109382025-12-03T16:18:58.076ZDec 03 16:18:56.497 INFO added artifact, length: 326884122, hash: 998c06a1c614c1ae6b7ca3c581095c3bc078375e2f1229ebf11f2529b605ae1e, version: 18.0.0-0.ci+git3569914af03, kind: zone, name: clickhouse_server
109392025-12-03T16:19:01.362ZDec 03 16:18:59.783 INFO added artifact, length: 326883941, hash: faa8175a464b6ea43159ae64924020eb5dce74caf40b9cb1c88f5fff535eea24, version: 18.0.0-0.ci+git3569914af03, kind: zone, name: clickhouse
109402025-12-03T16:19:03.117ZDec 03 16:19:01.537 INFO added artifact, length: 172719428, hash: 061a9972ab27eda35c4fdc38dda45a60edc2ab067f96989dec742a876690fdc5, version: 18.0.0-0.ci+git3569914af03, kind: zone, name: cockroachdb
109412025-12-03T16:19:03.575ZDec 03 16:19:01.996 INFO added artifact, length: 44907759, hash: 466ca63aa5cccd996ab355ecd063f087a845370752f26fdf41972eff9c8e0311, version: 18.0.0-0.ci+git3569914af03, kind: zone, name: crucible-pantry-zone
109422025-12-03T16:19:04.172ZDec 03 16:19:02.593 INFO added artifact, length: 59385278, hash: 719b39e0c2b704d08caa9b295d5bccd9300d2158867d4d39a56659fc22756879, version: 18.0.0-0.ci+git3569914af03, kind: zone, name: crucible-zone
109432025-12-03T16:19:04.703ZDec 03 16:19:03.122 INFO added artifact, length: 52494782, hash: 4be3006a64abfa41efac300c323cd3c5e44b56f956a2ed8c3deb0e9a64db6b22, version: 18.0.0-0.ci+git3569914af03, kind: zone, name: external-dns
109442025-12-03T16:19:05.241ZDec 03 16:19:03.661 INFO added artifact, length: 52494382, hash: aeaa4c09a550e9b2f77a7c1978bbb52b63ded9a93574d9464220bcdd885be7ba, version: 18.0.0-0.ci+git3569914af03, kind: zone, name: internal-dns
109452025-12-03T16:19:07.221ZDec 03 16:19:05.641 INFO added artifact, length: 196362396, hash: 3f71f2cee9966f20b8c01134e4d318a0ccd1599bc5ef4e994fbfa8b4c723ba34, version: 18.0.0-0.ci+git3569914af03, kind: zone, name: nexus
109462025-12-03T16:19:07.565ZDec 03 16:19:05.985 INFO added artifact, length: 34349271, hash: 390903b5ac9fe47489691767b6ec3c21ec45dadc94b5bd16e84fd9cdc0582bff, version: 18.0.0-0.ci+git3569914af03, kind: zone, name: ntp
109472025-12-03T16:19:08.225ZDec 03 16:19:06.645 INFO added artifact, length: 64981404, hash: 7351741d84fe9561348ce6957262a3ce552e35fc181db5a36f9f5f762ebc151e, version: 18.0.0-0.ci+git3569914af03, kind: zone, name: oximeter
109482025-12-03T16:19:08.257ZDec 03 16:19:06.677 INFO added artifact, length: 3109590, hash: e8a6c4b866767b7410e2411d99bae922b0a2306e63353191c247907de97106d2, version: 18.0.0-0.ci+git3569914af03, kind: zone, name: probe
109492025-12-03T16:19:08.307ZDec 03 16:19:06.726 INFO added artifact, length: 4061859, hash: b2eb4a88199a82c46a8320281bd91d4045133e44e9b164d1a41a3ede2fa45dcf, version: 1.0.52, kind: psc_sp, name: psc-b
109502025-12-03T16:19:08.355ZDec 03 16:19:06.775 INFO added artifact, length: 4064466, hash: 9fb4dd59801459603021b73d264b64f59aaa04b022bf6dfa27259ffaa1a6866b, version: 1.0.52, kind: psc_sp, name: psc-c
109512025-12-03T16:19:08.438ZDec 03 16:19:06.857 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
109522025-12-03T16:19:08.438ZDec 03 16:19:06.857 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
109532025-12-03T16:19:08.523ZDec 03 16:19:06.943 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
109542025-12-03T16:19:08.523ZDec 03 16:19:06.943 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
109552025-12-03T16:19:08.609ZDec 03 16:19:07.029 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
109562025-12-03T16:19:08.611ZDec 03 16:19:07.029 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
109572025-12-03T16:19:08.692ZDec 03 16:19:07.112 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
109582025-12-03T16:19:08.692ZDec 03 16:19:07.112 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
109592025-12-03T16:19:08.695ZDec 03 16:19:07.113 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
109602025-12-03T16:19:08.696ZDec 03 16:19:07.114 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
109612025-12-03T16:19:08.696ZDec 03 16:19:07.115 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
109622025-12-03T16:19:08.774ZDec 03 16:19:07.191 INFO added artifact, length: 6838302, hash: 449ac737d4bf1b1527ec232e7b8b5dadf65056c703c05467a74f59c8b16049de, version: 1.0.52, kind: switch_sp, name: sidecar-b
109632025-12-03T16:19:08.921ZDec 03 16:19:07.340 INFO added artifact, length: 6854997, hash: 2c78dc87594b6b4c049a2a41f9ef270dca36c24bc061ddb5eff508b8497f0c08, version: 1.0.52, kind: switch_sp, name: sidecar-c
109642025-12-03T16:19:09.071ZDec 03 16:19:07.491 INFO added artifact, length: 6854930, hash: 39301b10549e165005ac92b1b4b8bf5eebdfe7b2be5af025f328e65d3af223f0, version: 1.0.52, kind: switch_sp, name: sidecar-d
109652025-12-03T16:19:09.229ZDec 03 16:19:07.646 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
109662025-12-03T16:19:09.229ZDec 03 16:19:07.646 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
109672025-12-03T16:19:09.313ZDec 03 16:19:07.732 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
109682025-12-03T16:19:09.313ZDec 03 16:19:07.732 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
109692025-12-03T16:19:09.398ZDec 03 16:19:07.817 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
109702025-12-03T16:19:09.398ZDec 03 16:19:07.817 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
109712025-12-03T16:19:09.480ZDec 03 16:19:07.900 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
109722025-12-03T16:19:09.481ZDec 03 16:19:07.900 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
109732025-12-03T16:19:09.484ZDec 03 16:19:07.901 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
109742025-12-03T16:19:09.484ZDec 03 16:19:07.902 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
109752025-12-03T16:19:09.484ZDec 03 16:19:07.903 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
109762025-12-03T16:19:09.484ZDec 03 16:19:07.903 INFO added artifact, length: 383, hash: a52c2ba83f38f715ce68098f89756f7a7f90fe5071874bdc8e6ae10e9db76cd0, version: 18.0.0-0.ci+git3569914af03, kind: installinator_document, name: installinator_document
109772025-12-03T16:19:10.049ZDec 03 16:19:08.468 INFO extracting uploaded archive to /tmp/.tmptlOVJG
109782025-12-03T16:19:13.215ZDec 03 16:19:11.633 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.N9pgW1
109792025-12-03T16:19:13.287ZDec 03 16:19:11.705 INFO added artifact, length: 6430159, hash: e3b7c033fb47487e1a510e4f1c9d924e9cbad952fe77a3978ff1caf9be62494d, version: 1.0.52, kind: gimlet_sp, name: cosmo-a
109802025-12-03T16:19:13.429ZDec 03 16:19:11.848 INFO added artifact, length: 6434419, hash: 8e2ab398eb329d5ad1dafd94c2a2fbba023ad31780da5846353e8d96b151b598, version: 1.0.52, kind: gimlet_sp, name: cosmo-b
109812025-12-03T16:19:13.562ZDec 03 16:19:11.980 INFO added artifact, length: 5392631, hash: cfa8a079693f49edc0676a6508362922b6049edfbb0cd14cabb91ec34a6ecb57, version: 1.0.52, kind: gimlet_sp, name: gimlet-b
109822025-12-03T16:19:13.687ZDec 03 16:19:12.105 INFO added artifact, length: 5395168, hash: ae4a06a0dbac6c470278c23cdc5d0f1da409abcf526232d261bbfbaf0742bb37, version: 1.0.52, kind: gimlet_sp, name: gimlet-c
109832025-12-03T16:19:13.813ZDec 03 16:19:12.231 INFO added artifact, length: 5395066, hash: 5569c9052db2ce13625aba84f1abafed0d51dc39660d25f15e249d5fc2241937, version: 1.0.52, kind: gimlet_sp, name: gimlet-d
109842025-12-03T16:19:13.941ZDec 03 16:19:12.360 INFO added artifact, length: 5394973, hash: 8da3cddea0d9034eeaa4c2c87161e98b57e48d7aa12955d68cd3f8154f321e70, version: 1.0.52, kind: gimlet_sp, name: gimlet-e
109852025-12-03T16:19:14.069ZDec 03 16:19:12.487 INFO added artifact, length: 5394769, hash: ad800a594187b5e27773840ef0d4c19afd04fd3ecd7caa73c37b2ad33a87f5be, version: 1.0.52, kind: gimlet_sp, name: gimlet-f
109862025-12-03T16:19:14.211ZDec 03 16:19:12.630 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
109872025-12-03T16:19:14.212ZDec 03 16:19:12.630 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
109882025-12-03T16:19:14.293ZDec 03 16:19:12.711 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
109892025-12-03T16:19:14.293ZDec 03 16:19:12.712 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
109902025-12-03T16:19:14.378ZDec 03 16:19:12.797 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
109912025-12-03T16:19:14.378ZDec 03 16:19:12.797 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
109922025-12-03T16:19:14.463ZDec 03 16:19:12.882 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
109932025-12-03T16:19:14.463ZDec 03 16:19:12.882 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
109942025-12-03T16:19:14.548ZDec 03 16:19:12.967 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
109952025-12-03T16:19:14.548ZDec 03 16:19:12.967 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
109962025-12-03T16:19:14.631ZDec 03 16:19:13.049 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
109972025-12-03T16:19:14.631ZDec 03 16:19:13.049 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
109982025-12-03T16:19:14.712ZDec 03 16:19:13.131 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
109992025-12-03T16:19:14.712ZDec 03 16:19:13.131 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
110002025-12-03T16:19:14.715ZDec 03 16:19:13.132 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
110012025-12-03T16:19:14.717ZDec 03 16:19:13.133 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
110022025-12-03T16:19:14.717ZDec 03 16:19:13.134 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
110032025-12-03T16:19:14.720ZDec 03 16:19:13.135 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
110042025-12-03T16:19:14.720ZDec 03 16:19:13.136 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
110052025-12-03T16:19:23.712ZDec 03 16:19:22.129 INFO added artifact, length: 33554432, hash: 701252ec05032238684194478a812f636c6fb717f896d3899aa7d0eca03b4681, version: 18.0.0-0.ci+git3569914af03, kind: gimlet_host_phase_1, name: host
110062025-12-03T16:19:23.712ZDec 03 16:19:22.129 INFO added artifact, length: 33554432, hash: 69010873df001c8a0accd715c4b1c134383d951bd25038f6efa02c69cea282f7, version: 18.0.0-0.ci+git3569914af03, kind: cosmo_host_phase_1, name: host
110072025-12-03T16:19:23.713ZDec 03 16:19:22.129 INFO added artifact, length: 1101008896, hash: c74a7ab080b2d38fd8fb7f979fd6f1b8f806dd0a1637261a7bf6cdcea221161f, version: 18.0.0-0.ci+git3569914af03, kind: host_phase_2, name: host
110082025-12-03T16:19:25.282ZDec 03 16:19:23.698 INFO added artifact, length: 33554432, hash: 3e924c8134c7945fc1a23327db962ad6d9318d3d53f59841bd37178e00b54ad8, version: 18.0.0-0.ci+git3569914af03, kind: gimlet_trampoline_phase_1, name: trampoline
110092025-12-03T16:19:25.282ZDec 03 16:19:23.698 INFO added artifact, length: 33554432, hash: fa8b858bc8d6bff0f0990b47578ca45bc44817685fef5fc0292a7c3d6b9ed457, version: 18.0.0-0.ci+git3569914af03, kind: cosmo_trampoline_phase_1, name: trampoline
110102025-12-03T16:19:25.282ZDec 03 16:19:23.698 INFO added artifact, length: 152593627, hash: 66fb0109d21e38e4a1e3687a36454b28756ae0ccc07ad9b26642632fbc3f3d01, version: 18.0.0-0.ci+git3569914af03, kind: trampoline_phase_2, name: trampoline
110112025-12-03T16:19:36.899ZDec 03 16:19:35.314 INFO added artifact, length: 1701754922, hash: 1d87d873c9e888ce181753272f1e679f710b43377e325469c14479e4c56ef5c9, version: 18.0.0-0.ci+git3569914af03, kind: control_plane, name: control-plane
110122025-12-03T16:19:36.948ZDec 03 16:19:35.363 INFO added artifact, length: 4061859, hash: b2eb4a88199a82c46a8320281bd91d4045133e44e9b164d1a41a3ede2fa45dcf, version: 1.0.52, kind: psc_sp, name: psc-b
110132025-12-03T16:19:36.997ZDec 03 16:19:35.412 INFO added artifact, length: 4064466, hash: 9fb4dd59801459603021b73d264b64f59aaa04b022bf6dfa27259ffaa1a6866b, version: 1.0.52, kind: psc_sp, name: psc-c
110142025-12-03T16:19:37.079ZDec 03 16:19:35.493 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
110152025-12-03T16:19:37.079ZDec 03 16:19:35.493 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
110162025-12-03T16:19:37.165ZDec 03 16:19:35.580 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
110172025-12-03T16:19:37.165ZDec 03 16:19:35.580 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
110182025-12-03T16:19:37.252ZDec 03 16:19:35.666 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
110192025-12-03T16:19:37.252ZDec 03 16:19:35.666 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
110202025-12-03T16:19:37.335ZDec 03 16:19:35.750 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
110212025-12-03T16:19:37.335ZDec 03 16:19:35.750 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
110222025-12-03T16:19:37.339ZDec 03 16:19:35.751 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
110232025-12-03T16:19:37.339ZDec 03 16:19:35.752 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
110242025-12-03T16:19:37.339ZDec 03 16:19:35.753 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
110252025-12-03T16:19:37.417ZDec 03 16:19:35.831 INFO added artifact, length: 6838302, hash: 449ac737d4bf1b1527ec232e7b8b5dadf65056c703c05467a74f59c8b16049de, version: 1.0.52, kind: switch_sp, name: sidecar-b
110262025-12-03T16:19:37.563ZDec 03 16:19:35.977 INFO added artifact, length: 6854997, hash: 2c78dc87594b6b4c049a2a41f9ef270dca36c24bc061ddb5eff508b8497f0c08, version: 1.0.52, kind: switch_sp, name: sidecar-c
110272025-12-03T16:19:37.709ZDec 03 16:19:36.124 INFO added artifact, length: 6854930, hash: 39301b10549e165005ac92b1b4b8bf5eebdfe7b2be5af025f328e65d3af223f0, version: 1.0.52, kind: switch_sp, name: sidecar-d
110282025-12-03T16:19:37.864ZDec 03 16:19:36.278 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
110292025-12-03T16:19:37.864ZDec 03 16:19:36.278 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
110302025-12-03T16:19:37.950ZDec 03 16:19:36.365 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
110312025-12-03T16:19:37.950ZDec 03 16:19:36.365 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
110322025-12-03T16:19:38.038ZDec 03 16:19:36.452 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
110332025-12-03T16:19:38.038ZDec 03 16:19:36.452 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
110342025-12-03T16:19:38.121ZDec 03 16:19:36.535 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
110352025-12-03T16:19:38.121ZDec 03 16:19:36.535 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
110362025-12-03T16:19:38.125ZDec 03 16:19:36.536 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
110372025-12-03T16:19:38.125ZDec 03 16:19:36.537 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
110382025-12-03T16:19:38.125ZDec 03 16:19:36.538 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
110392025-12-03T16:19:38.126ZDec 03 16:19:36.539 INFO added artifact, length: 383, hash: a52c2ba83f38f715ce68098f89756f7a7f90fe5071874bdc8e6ae10e9db76cd0, version: 18.0.0-0.ci+git3569914af03, kind: installinator_document, name: installinator_document
110402025-12-03T16:19:38.663ZDec 03 16:19:37.077 INFO [tuf-repo] task succeeded (115.836547854s)
110412025-12-03T16:19:38.663ZDec 03 16:19:37.077 INFO all jobs completed in 3656.155997571s
110422025-12-03T16:19:39.779Zprocess exited: duration 4386080 ms, exit code 0
 
110432025-12-03T16:19:39.798Zfound 41 output files
110442025-12-03T16:19:39.798Zuploading: /work/manifest.toml (16390 bytes)
110452025-12-03T16:19:40.815Zuploaded: /work/manifest.toml
110462025-12-03T16:19:40.815Zuploading: /work/repo.zip (2971347277 bytes)
110472025-12-03T16:20:23.907Zuploaded: /work/repo.zip
110482025-12-03T16:20:23.907Zuploading: /work/repo.zip.sha256.txt (65 bytes)
110492025-12-03T16:20:24.951Zuploaded: /work/repo.zip.sha256.txt
110502025-12-03T16:20:24.955Zuploading: /work/helios.json (647 bytes)
110512025-12-03T16:20:25.963Zuploaded: /work/helios.json
110522025-12-03T16:20:25.963Zuploading: /work/incorporation.p5m (100071 bytes)
110532025-12-03T16:20:26.980Zuploaded: /work/incorporation.p5m
110542025-12-03T16:20:26.981Zuploading: /work/incorporation.p5p (122880 bytes)
110552025-12-03T16:20:27.996Zuploaded: /work/incorporation.p5p
110562025-12-03T16:20:28.002Zuploading: /work/helios-incorp.log (526 bytes)
110572025-12-03T16:20:29.011Zuploaded: /work/helios-incorp.log
110582025-12-03T16:20:29.011Zuploading: /work/helios-setup.log (72055 bytes)
110592025-12-03T16:20:30.026Zuploaded: /work/helios-setup.log
110602025-12-03T16:20:30.029Zuploading: /work/host-image.log (233917 bytes)
110612025-12-03T16:20:31.045Zuploaded: /work/host-image.log
110622025-12-03T16:20:31.045Zuploading: /work/host-package.log (30395 bytes)
110632025-12-03T16:20:32.059Zuploaded: /work/host-package.log
110642025-12-03T16:20:32.059Zuploading: /work/host-target.log (101 bytes)
110652025-12-03T16:20:33.070Zuploaded: /work/host-target.log
110662025-12-03T16:20:33.076Zuploading: /work/incorp-create.log (0 bytes)
110672025-12-03T16:20:34.078Zuploaded: /work/incorp-create.log
110682025-12-03T16:20:34.081Zuploading: /work/incorp-fmt.log (0 bytes)
110692025-12-03T16:20:35.085Zuploaded: /work/incorp-fmt.log
110702025-12-03T16:20:35.089Zuploading: /work/incorp-pkgsend.log (108 bytes)
110712025-12-03T16:20:36.098Zuploaded: /work/incorp-pkgsend.log
110722025-12-03T16:20:36.098Zuploading: /work/incorp-publisher.log (0 bytes)
110732025-12-03T16:20:37.105Zuploaded: /work/incorp-publisher.log
110742025-12-03T16:20:37.110Zuploading: /work/omicron-package.log (6793 bytes)
110752025-12-03T16:20:38.117Zuploaded: /work/omicron-package.log
110762025-12-03T16:20:38.122Zuploading: /work/recovery-image.log (604973 bytes)
110772025-12-03T16:20:39.142Zuploaded: /work/recovery-image.log
110782025-12-03T16:20:39.142Zuploading: /work/recovery-package.log (1648 bytes)
110792025-12-03T16:20:40.152Zuploaded: /work/recovery-package.log
110802025-12-03T16:20:40.152Zuploading: /work/recovery-target.log (98 bytes)
110812025-12-03T16:20:41.161Zuploaded: /work/recovery-target.log
110822025-12-03T16:20:41.165Zuploading: /work/stamp-clickhouse.log (117 bytes)
110832025-12-03T16:20:42.173Zuploaded: /work/stamp-clickhouse.log
110842025-12-03T16:20:42.173Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
110852025-12-03T16:20:43.182Zuploaded: /work/stamp-clickhouse_keeper.log
110862025-12-03T16:20:43.183Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
110872025-12-03T16:20:44.193Zuploaded: /work/stamp-clickhouse_server.log
110882025-12-03T16:20:44.193Zuploading: /work/stamp-cockroachdb.log (118 bytes)
110892025-12-03T16:20:45.203Zuploaded: /work/stamp-cockroachdb.log
110902025-12-03T16:20:45.204Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
110912025-12-03T16:20:46.213Zuploaded: /work/stamp-crucible-pantry-zone.log
110922025-12-03T16:20:46.213Zuploading: /work/stamp-crucible-utils.log (118 bytes)
110932025-12-03T16:20:47.223Zuploaded: /work/stamp-crucible-utils.log
110942025-12-03T16:20:47.223Zuploading: /work/stamp-crucible-zone.log (120 bytes)
110952025-12-03T16:20:48.233Zuploaded: /work/stamp-crucible-zone.log
110962025-12-03T16:20:48.233Zuploading: /work/stamp-external-dns.log (119 bytes)
110972025-12-03T16:20:49.244Zuploaded: /work/stamp-external-dns.log
110982025-12-03T16:20:49.244Zuploading: /work/stamp-installinator.log (103 bytes)
110992025-12-03T16:20:50.256Zuploaded: /work/stamp-installinator.log
111002025-12-03T16:20:50.256Zuploading: /work/stamp-internal-dns.log (119 bytes)
111012025-12-03T16:20:51.268Zuploaded: /work/stamp-internal-dns.log
111022025-12-03T16:20:51.268Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
111032025-12-03T16:20:52.278Zuploaded: /work/stamp-mg-ddm-gz.log
111042025-12-03T16:20:52.278Zuploading: /work/stamp-nexus.log (112 bytes)
111052025-12-03T16:20:53.288Zuploaded: /work/stamp-nexus.log
111062025-12-03T16:20:53.288Zuploading: /work/stamp-ntp.log (110 bytes)
111072025-12-03T16:20:54.298Zuploaded: /work/stamp-ntp.log
111082025-12-03T16:20:54.298Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
111092025-12-03T16:20:55.308Zuploaded: /work/stamp-omicron-sled-agent.log
111102025-12-03T16:20:55.308Zuploading: /work/stamp-overlay.log (114 bytes)
111112025-12-03T16:20:56.319Zuploaded: /work/stamp-overlay.log
111122025-12-03T16:20:56.319Zuploading: /work/stamp-oximeter.log (115 bytes)
111132025-12-03T16:20:57.328Zuploaded: /work/stamp-oximeter.log
111142025-12-03T16:20:57.328Zuploading: /work/stamp-oxlog.log (109 bytes)
111152025-12-03T16:20:58.338Zuploaded: /work/stamp-oxlog.log
111162025-12-03T16:20:58.341Zuploading: /work/stamp-probe.log (112 bytes)
111172025-12-03T16:20:59.348Zuploaded: /work/stamp-probe.log
111182025-12-03T16:20:59.348Zuploading: /work/stamp-propolis-server.log (122 bytes)
111192025-12-03T16:21:00.358Zuploaded: /work/stamp-propolis-server.log
111202025-12-03T16:21:00.358Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
111212025-12-03T16:21:01.369Zuploaded: /work/stamp-pumpkind-gz.log
111222025-12-03T16:21:01.369Zuploading: /work/stamp-switch-asic.log (118 bytes)
111232025-12-03T16:21:02.381Zuploaded: /work/stamp-switch-asic.log
111242025-12-03T16:21:02.381Zuploading: /work/verify-libraries.log (9539 bytes)
111252025-12-03T16:21:03.393Zuploaded: /work/verify-libraries.log