01K8KYJZVYPV8CWEBY5HSSRQ15: 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-apcb",
        "oxidecomputer/amd-efs",
        "oxidecomputer/amd-firmware",
        "oxidecomputer/amd-flash",
        "oxidecomputer/amd-host-image-builder",
        "oxidecomputer/boot-image-tools",
        "oxidecomputer/chelsio-t6-roms",
        "oxidecomputer/compliance-pilot",
        "oxidecomputer/facade",
        "oxidecomputer/helios",
        "oxidecomputer/helios-omicron-brand",
        "oxidecomputer/helios-omnios-build",
        "oxidecomputer/helios-omnios-extra",
        "oxidecomputer/nanobl-rs",
    ],
    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: 01K8KYM5B4YQA0XAA44N8HZ8GV

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-10-27T23:05:09.741Zjob assigned to worker 01K8KYM1TX861AYN8CY27TXMTS [factory aws, i-0f0ccd71fb34e920f] (queued for 1 m 6 s)
 
22025-10-27T23:05:17.818Zstarting task 0: "setup"
32025-10-27T23:05:17.823Z++ uname -s
42025-10-27T23:05:17.827Z+ kern=SunOS
52025-10-27T23:05:17.827Z+ build_user=build
62025-10-27T23:05:17.827Z+ build_uid=12345
72025-10-27T23:05:17.827Z+ work_dir=/work
82025-10-27T23:05:17.827Z+ input_dir=/input
92025-10-27T23:05:17.827Z+ [[ 0 == 12345 ]]
102025-10-27T23:05:17.827Z+ case "$kern" in
112025-10-27T23:05:17.827Z+ groupadd -g 12345 build
122025-10-27T23:05:17.830Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-10-27T23:05:19.836Z+ zfs create -o mountpoint=/work rpool/work
142025-10-27T23:05:19.956Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-10-27T23:05:19.959Z+ home_fs=zfs
162025-10-27T23:05:19.959Z+ [[ zfs == autofs ]]
172025-10-27T23:05:19.959Z+ mkdir -p /home/build
182025-10-27T23:05:19.964Z+ chown build:build /home/build /work
192025-10-27T23:05:21.963Z+ chmod 0700 /home/build /work
202025-10-27T23:05:21.966Zprocess exited: duration 4150 ms, exit code 0
 
212025-10-27T23:05:21.973Zstarting task 1: "rust-toolchain"
222025-10-27T23:05:21.979Z+ printf ' * rust toolchain channel = "%s"\n' 1.89.0
232025-10-27T23:05:21.979Z * rust toolchain channel = "1.89.0"
242025-10-27T23:05:21.979Z * rust toolchain profile = "default"
252025-10-27T23:05:21.979Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-10-27T23:05:21.979Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-10-27T23:05:21.979Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-10-27T23:05:21.982Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-10-27T23:05:21.982Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default
302025-10-27T23:05:22.097Zinfo: downloading installer
312025-10-27T23:05:23.454Zwarn: It looks like you have an existing installation of Rust at:
322025-10-27T23:05:23.454Zwarn: /opt/ooce/bin
332025-10-27T23:05:23.454Zwarn: It is recommended that rustup be the primary Rust installation.
342025-10-27T23:05:23.454Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-10-27T23:05:23.454Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-10-27T23:05:23.454Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-10-27T23:05:23.454Zwarn: or pass `-y' to ignore all ignorable checks.
382025-10-27T23:05:23.454Zerror: cannot install while Rust is installed
392025-10-27T23:05:23.454Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-10-27T23:05:23.494Zinfo: profile set to 'default'
412025-10-27T23:05:23.494Zinfo: default host triple is x86_64-unknown-illumos
422025-10-27T23:05:23.497Zinfo: syncing channel updates for '1.89.0-x86_64-unknown-illumos'
432025-10-27T23:05:23.673Zinfo: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
442025-10-27T23:05:23.673Zinfo: downloading component 'cargo'
452025-10-27T23:05:24.557Zinfo: downloading component 'clippy'
462025-10-27T23:05:24.914Zinfo: downloading component 'rust-docs'
472025-10-27T23:05:26.213Zinfo: downloading component 'rust-std'
482025-10-27T23:05:28.381Zinfo: downloading component 'rustc'
492025-10-27T23:05:35.038Zinfo: downloading component 'rustfmt'
502025-10-27T23:05:35.302Zinfo: installing component 'cargo'
512025-10-27T23:05:36.196Zinfo: installing component 'clippy'
522025-10-27T23:05:36.596Zinfo: installing component 'rust-docs'
532025-10-27T23:05:38.389Zinfo: installing component 'rust-std'
542025-10-27T23:05:40.309Zinfo: installing component 'rustc'
552025-10-27T23:05:46.892Zinfo: installing component 'rustfmt'
562025-10-27T23:05:47.226Zinfo: default toolchain set to '1.89.0-x86_64-unknown-illumos'
572025-10-27T23:05:47.226Z
582025-10-27T23:05:47.663Z 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04)
592025-10-27T23:05:47.663Z
602025-10-27T23:05:47.668Z
612025-10-27T23:05:47.669ZRust is installed now. Great!
622025-10-27T23:05:47.669Z
632025-10-27T23:05:47.669ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-10-27T23:05:47.669Zenvironment variable. This has not been done automatically.
652025-10-27T23:05:47.669Z
662025-10-27T23:05:47.669ZTo configure your current shell, you need to source
672025-10-27T23:05:47.669Zthe corresponding env file under $HOME/.cargo.
682025-10-27T23:05:47.669Z
692025-10-27T23:05:47.669ZThis is usually done by running one of the following (note the leading DOT):
702025-10-27T23:05:47.669Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-10-27T23:05:47.669Zsource "$HOME/.cargo/env.fish" # For fish
722025-10-27T23:05:47.669Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-10-27T23:05:47.755Z+ rustup --version
742025-10-27T23:05:47.770Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-10-27T23:05:47.774Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-10-27T23:05:47.897Zinfo: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)`
772025-10-27T23:05:47.901Z+ cargo --version
782025-10-27T23:05:47.972Zcargo 1.89.0 (c24e10642 2025-06-23)
792025-10-27T23:05:47.976Z+ rustc --version
802025-10-27T23:05:48.048Zrustc 1.89.0 (29483883e 2025-08-04)
812025-10-27T23:05:48.051Zprocess exited: duration 26082 ms, exit code 0
 
822025-10-27T23:05:48.062Zstarting task 2: "authentication"
832025-10-27T23:05:48.083Zprocess exited: duration 22 ms, exit code 0
 
842025-10-27T23:05:48.096Zstarting task 3: "clone repository"
852025-10-27T23:05:48.101Z+ mkdir -p /work/oxidecomputer/omicron
862025-10-27T23:05:48.101Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-10-27T23:05:48.134ZCloning into '/work/oxidecomputer/omicron'...
882025-10-27T23:05:58.634Z+ cd /work/oxidecomputer/omicron
892025-10-27T23:05:58.640Z+ git fetch origin 8f1fe46132f4bb6f2cc45e51e041600361a5a1c5
902025-10-27T23:05:59.112ZFrom https://github.com/oxidecomputer/omicron
912025-10-27T23:05:59.112Z * branch 8f1fe46132f4bb6f2cc45e51e041600361a5a1c5 -> FETCH_HEAD
922025-10-27T23:05:59.124Z+ [[ -n bump-console-f9854c63 ]]
932025-10-27T23:05:59.127Z++ git branch --show-current
942025-10-27T23:05:59.130Z+ current=main
952025-10-27T23:05:59.130Z+ [[ main != bump-console-f9854c63 ]]
962025-10-27T23:05:59.130Z+ git branch -f bump-console-f9854c63 8f1fe46132f4bb6f2cc45e51e041600361a5a1c5
972025-10-27T23:05:59.133Z+ git checkout -f bump-console-f9854c63
982025-10-27T23:05:59.402ZSwitched to branch 'bump-console-f9854c63'
992025-10-27T23:05:59.405Z+ git reset --hard 8f1fe46132f4bb6f2cc45e51e041600361a5a1c5
1002025-10-27T23:05:59.420ZHEAD is now at 8f1fe4613 Bump web console (system update polish)
1012025-10-27T23:05:59.423Zprocess exited: duration 11333 ms, exit code 0
 
1022025-10-27T23:05:59.429Zstarting task 4: "build"
1032025-10-27T23:05:59.435Z+ source .github/buildomat/ci-env.sh
1042025-10-27T23:05:59.435Z++ export CARGO_TERM_COLOR=always
1052025-10-27T23:05:59.435Z++ CARGO_TERM_COLOR=always
1062025-10-27T23:05:59.438Z+ cargo --version
1072025-10-27T23:05:59.494Zcargo 1.89.0 (c24e10642 2025-06-23)
1082025-10-27T23:05:59.497Z+ rustc --version
1092025-10-27T23:05:59.567Zrustc 1.89.0 (29483883e 2025-08-04)
1102025-10-27T23:05:59.571Z+ cargo tree --locked
1112025-10-27T23:05:59.847Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122025-10-27T23:06:00.147Z Updating crates.io index
1132025-10-27T23:06:00.150Z Updating git repository `https://github.com/oxidecomputer/lldp`
1142025-10-27T23:06:00.505Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1152025-10-27T23:06:01.188Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1162025-10-27T23:06:01.470Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1172025-10-27T23:06:01.717Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1182025-10-27T23:06:02.050Z Updating git repository `https://github.com/oxidecomputer/propolis`
1192025-10-27T23:06:03.294Z Updating git repository `https://github.com/oxidecomputer/crucible`
1202025-10-27T23:06:05.420Z Updating git repository `https://github.com/oxidecomputer/opte`
1212025-10-27T23:06:06.403Z Updating git repository `https://github.com/oxidecomputer/falcon`
1222025-10-27T23:06:07.159Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1232025-10-27T23:06:07.680Z Updating git repository `https://github.com/oxidecomputer/clickward`
1242025-10-27T23:06:07.940Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1252025-10-27T23:06:08.232Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1262025-10-27T23:06:08.833Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1272025-10-27T23:06:09.296Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1282025-10-27T23:06:09.555Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1292025-10-27T23:06:09.822Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1302025-10-27T23:06:10.129Z Updating git repository `https://github.com/oxidecomputer/tofino`
1312025-10-27T23:06:10.400Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1322025-10-27T23:06:10.657Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1332025-10-27T23:06:10.871Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1342025-10-27T23:06:11.199Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1352025-10-27T23:06:11.530Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1362025-10-27T23:06:11.996Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1372025-10-27T23:06:12.366Z Updating git repository `https://github.com/oxidecomputer/ispf`
1382025-10-27T23:06:12.646Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392025-10-27T23:06:13.145Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1402025-10-27T23:06:13.578Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1412025-10-27T23:06:13.994Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1422025-10-27T23:06:14.303Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1432025-10-27T23:06:14.768Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442025-10-27T23:06:15.021Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452025-10-27T23:06:15.299Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462025-10-27T23:06:15.582Z Updating git repository `https://github.com/oxidecomputer/omicron`
1472025-10-27T23:06:28.551Z Updating git repository `https://github.com/illumos/smf-rs`
1482025-10-27T23:06:28.846Z Updating git repository `https://github.com/oxidecomputer/rats-corim`
1492025-10-27T23:06:30.171Z Downloading crates ...
1502025-10-27T23:06:30.262Z Downloaded addr2line v0.24.2
1512025-10-27T23:06:30.282Z Downloaded adler2 v2.0.0
1522025-10-27T23:06:30.282Z Downloaded aead v0.5.2
1532025-10-27T23:06:30.342Z Downloaded dsl_auto_type v0.1.2
1542025-10-27T23:06:30.342Z Downloaded ahash v0.8.12
1552025-10-27T23:06:30.342Z Downloaded cfg-expr v0.20.1
1562025-10-27T23:06:30.343Z Downloaded dropshot_endpoint v0.16.4
1572025-10-27T23:06:30.343Z Downloaded env_filter v0.1.2
1582025-10-27T23:06:30.343Z Downloaded escape8259 v0.5.3
1592025-10-27T23:06:30.343Z Downloaded async-bb8-diesel v0.2.1
1602025-10-27T23:06:30.387Z Downloaded aes-gcm v0.10.3
1612025-10-27T23:06:30.387Z Downloaded errno v0.3.12
1622025-10-27T23:06:30.387Z Downloaded ena v0.14.3
1632025-10-27T23:06:30.387Z Downloaded atomic-waker v1.1.2
1642025-10-27T23:06:30.387Z Downloaded async-lock v3.4.0
1652025-10-27T23:06:30.387Z Downloaded equivalent v1.0.2
1662025-10-27T23:06:30.387Z Downloaded erased-serde v0.4.6
1672025-10-27T23:06:30.388Z Downloaded dtrace-parser v0.3.0
1682025-10-27T23:06:30.388Z Downloaded async-task v4.7.1
1692025-10-27T23:06:30.388Z Downloaded bcs v0.1.6
1702025-10-27T23:06:30.388Z Downloaded async-io v2.3.4
1712025-10-27T23:06:30.388Z Downloaded async-global-executor v2.4.1
1722025-10-27T23:06:30.388Z Downloaded async-channel v2.3.1
1732025-10-27T23:06:30.388Z Downloaded assert_matches v1.5.0
1742025-10-27T23:06:30.388Z Downloaded assert_cmd v2.0.17
1752025-10-27T23:06:30.389Z Downloaded async-object-pool v0.1.5
1762025-10-27T23:06:30.389Z Downloaded assert-json-diff v2.0.2
1772025-10-27T23:06:30.389Z Downloaded arrayref v0.3.9
1782025-10-27T23:06:30.389Z Downloaded anstyle-query v1.1.1
1792025-10-27T23:06:30.389Z Downloaded atomicwrites v0.4.4
1802025-10-27T23:06:30.389Z Downloaded dyn-clone v1.0.20
1812025-10-27T23:06:30.389Z Downloaded anyhow v1.0.99
1822025-10-27T23:06:30.413Z Downloaded event-listener v5.3.1
1832025-10-27T23:06:30.415Z Downloaded ecdsa v0.16.9
1842025-10-27T23:06:30.415Z Downloaded foldhash v0.2.0
1852025-10-27T23:06:30.415Z Downloaded endian-type v0.1.2
1862025-10-27T23:06:30.415Z Downloaded bb8 v0.8.5
1872025-10-27T23:06:30.415Z Downloaded embedded-io v0.6.1
1882025-10-27T23:06:30.415Z Downloaded getrandom v0.2.15
1892025-10-27T23:06:30.415Z Downloaded foreign-types-shared v0.3.1
1902025-10-27T23:06:30.415Z Downloaded enum-as-inner v0.6.1
1912025-10-27T23:06:30.415Z Downloaded env_logger v0.11.8
1922025-10-27T23:06:30.415Z Downloaded foreign-types v0.3.2
1932025-10-27T23:06:30.415Z Downloaded array-init v0.0.4
1942025-10-27T23:06:30.416Z Downloaded async-stream-impl v0.3.6
1952025-10-27T23:06:30.416Z Downloaded async-stream v0.3.6
1962025-10-27T23:06:30.416Z Downloaded headers-core v0.3.0
1972025-10-27T23:06:30.416Z Downloaded foreign-types-shared v0.1.1
1982025-10-27T23:06:30.416Z Downloaded foreign-types-macros v0.2.3
1992025-10-27T23:06:30.416Z Downloaded event-listener v2.5.3
2002025-10-27T23:06:30.416Z Downloaded block-padding v0.3.3
2012025-10-27T23:06:30.416Z Downloaded md5 v0.7.0
2022025-10-27T23:06:30.416Z Downloaded new_debug_unreachable v1.0.6
2032025-10-27T23:06:30.416Z Downloaded cargo-platform v0.1.8
2042025-10-27T23:06:30.416Z Downloaded heck v0.5.0
2052025-10-27T23:06:30.416Z Downloaded fs-err v3.1.1
2062025-10-27T23:06:30.432Z Downloaded cargo-platform v0.2.0
2072025-10-27T23:06:30.433Z Downloaded openssl-probe v0.1.5
2082025-10-27T23:06:30.433Z Downloaded heck v0.4.1
2092025-10-27T23:06:30.433Z Downloaded hex-literal v0.4.1
2102025-10-27T23:06:30.433Z Downloaded guppy-workspace-hack v0.1.0
2112025-10-27T23:06:30.433Z Downloaded foreign-types v0.5.0
2122025-10-27T23:06:30.433Z Downloaded bitfield-struct v0.6.2
2132025-10-27T23:06:30.433Z Downloaded bytecount v0.6.8
2142025-10-27T23:06:30.433Z Downloaded bit-set v0.8.0
2152025-10-27T23:06:30.433Z Downloaded bcrypt-pbkdf v0.10.0
2162025-10-27T23:06:30.433Z Downloaded fxhash v0.2.1
2172025-10-27T23:06:30.433Z Downloaded blowfish v0.9.1
2182025-10-27T23:06:30.433Z Downloaded blocking v1.6.1
2192025-10-27T23:06:30.440Z Downloaded anstyle-parse v0.2.5
2202025-10-27T23:06:30.440Z Downloaded futures-sink v0.3.31
2212025-10-27T23:06:30.440Z Downloaded path-slash v0.1.5
2222025-10-27T23:06:30.440Z Downloaded cast v0.3.0
2232025-10-27T23:06:30.440Z Downloaded bitflags v1.3.2
2242025-10-27T23:06:30.441Z Downloaded newline-converter v0.3.0
2252025-10-27T23:06:30.441Z Downloaded futures-task v0.3.31
2262025-10-27T23:06:30.441Z Downloaded cexpr v0.6.0
2272025-10-27T23:06:30.453Z Downloaded byteorder v1.5.0
2282025-10-27T23:06:30.453Z Downloaded futures-timer v3.0.3
2292025-10-27T23:06:30.454Z Downloaded ed25519 v2.2.3
2302025-10-27T23:06:30.467Z Downloaded hex v0.4.3
2312025-10-27T23:06:30.467Z Downloaded fs_extra v1.3.0
2322025-10-27T23:06:30.467Z Downloaded futures-executor v0.3.31
2332025-10-27T23:06:30.467Z Downloaded phf_shared v0.12.1
2342025-10-27T23:06:30.467Z Downloaded heck v0.3.3
2352025-10-27T23:06:30.467Z Downloaded globwalk v0.9.1
2362025-10-27T23:06:30.490Z Downloaded argon2 v0.5.3
2372025-10-27T23:06:30.490Z Downloaded futures-io v0.3.31
2382025-10-27T23:06:30.490Z Downloaded number_prefix v0.4.0
2392025-10-27T23:06:30.490Z Downloaded mime v0.3.17
2402025-10-27T23:06:30.490Z Downloaded maplit v1.0.2
2412025-10-27T23:06:30.490Z Downloaded dropshot-api-manager-types v0.2.2
2422025-10-27T23:06:30.490Z Downloaded cargo_metadata v0.21.0
2432025-10-27T23:06:30.589Z Downloaded predicates-tree v1.0.12
2442025-10-27T23:06:30.589Z Downloaded num-rational v0.4.2
2452025-10-27T23:06:30.589Z Downloaded pathdiff v0.2.3
2462025-10-27T23:06:30.589Z Downloaded futures-core v0.3.31
2472025-10-27T23:06:30.589Z Downloaded fixedbitset v0.5.7
2482025-10-27T23:06:30.589Z Downloaded buf-list v1.0.3
2492025-10-27T23:06:30.590Z Downloaded scroll_derive v0.13.1
2502025-10-27T23:06:30.590Z Downloaded progenitor v0.8.0
2512025-10-27T23:06:30.590Z Downloaded hash32 v0.2.1
2522025-10-27T23:06:30.590Z Downloaded russh-cryptovec v0.7.3
2532025-10-27T23:06:30.590Z Downloaded percent-encoding v2.3.2
2542025-10-27T23:06:30.590Z Downloaded path-tree v0.8.1
2552025-10-27T23:06:30.590Z Downloaded parse-display v0.10.0
2562025-10-27T23:06:30.590Z Downloaded oxnet v0.1.3
2572025-10-27T23:06:30.590Z Downloaded signature v2.2.0
2582025-10-27T23:06:30.591Z Downloaded cargo_metadata v0.19.2
2592025-10-27T23:06:30.591Z Downloaded blake2b_simd v1.0.2
2602025-10-27T23:06:30.591Z Downloaded ref-cast v1.0.24
2612025-10-27T23:06:30.591Z Downloaded resolv-conf v0.7.0
2622025-10-27T23:06:30.591Z Downloaded phf v0.11.2
2632025-10-27T23:06:30.591Z Downloaded num-complex v0.4.6
2642025-10-27T23:06:30.591Z Downloaded tabwriter v1.4.0
2652025-10-27T23:06:30.591Z Downloaded phf v0.12.1
2662025-10-27T23:06:30.591Z Downloaded cancel-safe-futures v0.1.5
2672025-10-27T23:06:30.592Z Downloaded tabled_derive v0.11.0
2682025-10-27T23:06:30.592Z Downloaded cargo-util-schemas v0.8.2
2692025-10-27T23:06:30.724Z Downloaded swrite v0.1.0
2702025-10-27T23:06:30.725Z Downloaded stable_deref_trait v1.2.0
2712025-10-27T23:06:30.725Z Downloaded rustc-hash v1.1.0
2722025-10-27T23:06:30.725Z Downloaded once_cell v1.21.3
2732025-10-27T23:06:30.725Z Downloaded serde-hex v0.1.0
2742025-10-27T23:06:30.725Z Downloaded scrypt v0.11.0
2752025-10-27T23:06:30.725Z Downloaded anes v0.1.6
2762025-10-27T23:06:30.725Z Downloaded rand_chacha v0.9.0
2772025-10-27T23:06:30.725Z Downloaded try-lock v0.2.5
2782025-10-27T23:06:30.725Z Downloaded progenitor v0.10.0
2792025-10-27T23:06:30.725Z Downloaded camino-tempfile v1.4.1
2802025-10-27T23:06:30.725Z Downloaded signal-hook-tokio v0.3.1
2812025-10-27T23:06:30.725Z Downloaded write16 v1.0.0
2822025-10-27T23:06:30.725Z Downloaded rtoolbox v0.0.2
2832025-10-27T23:06:30.725Z Downloaded serde_urlencoded v0.7.1
2842025-10-27T23:06:30.725Z Downloaded getrandom v0.3.4
2852025-10-27T23:06:30.726Z Downloaded rand_core v0.9.3
2862025-10-27T23:06:30.726Z Downloaded camino v1.2.0
2872025-10-27T23:06:30.726Z Downloaded half v2.4.1
2882025-10-27T23:06:30.726Z Downloaded usdt v0.6.0
2892025-10-27T23:06:30.726Z Downloaded vte_generate_state_changes v0.1.2
2902025-10-27T23:06:30.726Z Downloaded colorchoice v1.0.2
2912025-10-27T23:06:30.726Z Downloaded tagptr v0.2.0
2922025-10-27T23:06:30.726Z Downloaded smawk v0.3.2
2932025-10-27T23:06:30.726Z Downloaded smallvec v0.6.14
2942025-10-27T23:06:30.726Z Downloaded rustc-demangle v0.1.24
2952025-10-27T23:06:30.726Z Downloaded rust-argon2 v2.1.0
2962025-10-27T23:06:30.726Z Downloaded papergrid v0.17.0
2972025-10-27T23:06:30.726Z Downloaded constant_time_eq v0.3.1
2982025-10-27T23:06:30.726Z Downloaded thread_local v1.1.8
2992025-10-27T23:06:30.727Z Downloaded time-core v0.1.6
3002025-10-27T23:06:30.727Z Downloaded strum_macros v0.24.3
3012025-10-27T23:06:30.727Z Downloaded termtree v0.5.1
3022025-10-27T23:06:30.727Z Downloaded doc-comment v0.3.3
3032025-10-27T23:06:30.727Z Downloaded universal-hash v0.5.1
3042025-10-27T23:06:30.855Z Downloaded unicase v2.8.1
3052025-10-27T23:06:30.855Z Downloaded terminal_size v0.4.0
3062025-10-27T23:06:30.855Z Downloaded ident_case v1.0.1
3072025-10-27T23:06:30.855Z Downloaded headers v0.4.1
3082025-10-27T23:06:30.855Z Downloaded darling_macro v0.21.0
3092025-10-27T23:06:30.855Z Downloaded arc-swap v1.7.1
3102025-10-27T23:06:30.855Z Downloaded darling_macro v0.20.10
3112025-10-27T23:06:30.855Z Downloaded utf-8 v0.7.6
3122025-10-27T23:06:30.855Z Downloaded base64 v0.22.1
3132025-10-27T23:06:30.855Z Downloaded base64 v0.13.1
3142025-10-27T23:06:30.855Z Downloaded convert_case v0.4.0
3152025-10-27T23:06:30.855Z Downloaded usdt-macro v0.6.0
3162025-10-27T23:06:30.855Z Downloaded usdt v0.5.0
3172025-10-27T23:06:30.855Z Downloaded elliptic-curve v0.13.8
3182025-10-27T23:06:30.855Z Downloaded expectorate v1.2.0
3192025-10-27T23:06:30.855Z Downloaded zerofrom-derive v0.1.4
3202025-10-27T23:06:30.855Z Downloaded md-5 v0.10.6
3212025-10-27T23:06:30.856Z Downloaded zeroize_derive v1.4.2
3222025-10-27T23:06:30.856Z Downloaded zerovec-derive v0.10.3
3232025-10-27T23:06:30.856Z Downloaded normalize-line-endings v0.3.0
3242025-10-27T23:06:30.856Z Downloaded trybuild v1.0.106
3252025-10-27T23:06:30.856Z Downloaded strum v0.27.2
3262025-10-27T23:06:30.856Z Downloaded instability v0.3.2
3272025-10-27T23:06:30.856Z Downloaded static_assertions v1.1.0
3282025-10-27T23:06:30.856Z Downloaded newtype_derive v0.1.6
3292025-10-27T23:06:30.856Z Downloaded document-features v0.2.11
3302025-10-27T23:06:30.856Z Downloaded diesel-dtrace v0.4.2
3312025-10-27T23:06:30.856Z Downloaded crc-catalog v2.4.0
3322025-10-27T23:06:30.856Z Downloaded proc-macro2 v1.0.101
3332025-10-27T23:06:30.856Z Downloaded bytes v1.10.1
3342025-10-27T23:06:30.856Z Downloaded chacha20 v0.9.1
3352025-10-27T23:06:30.856Z Downloaded plotters-svg v0.3.7
3362025-10-27T23:06:30.856Z Downloaded ucd-trie v0.1.7
3372025-10-27T23:06:30.856Z Downloaded toml_parser v1.0.2
3382025-10-27T23:06:30.856Z Downloaded data-encoding v2.9.0
3392025-10-27T23:06:30.856Z Downloaded curve25519-dalek-derive v0.1.1
3402025-10-27T23:06:30.856Z Downloaded colored v2.2.0
3412025-10-27T23:06:30.856Z Downloaded toml_write v0.1.2
3422025-10-27T23:06:30.857Z Downloaded tinyvec v1.8.0
3432025-10-27T23:06:30.857Z Downloaded linked-hash-map v0.5.6
3442025-10-27T23:06:30.857Z Downloaded hashbrown v0.12.3
3452025-10-27T23:06:30.857Z Downloaded ordered-float v2.10.1
3462025-10-27T23:06:30.857Z Downloaded num_threads v0.1.7
3472025-10-27T23:06:30.857Z Downloaded num-integer v0.1.46
3482025-10-27T23:06:30.857Z Downloaded secrecy v0.8.0
3492025-10-27T23:06:30.857Z Downloaded pin-project v1.1.6
3502025-10-27T23:06:30.857Z Downloaded sync-ptr v0.1.4
3512025-10-27T23:06:30.857Z Downloaded packed_struct_codegen v0.10.1
3522025-10-27T23:06:30.857Z Downloaded packed_struct v0.10.1
3532025-10-27T23:06:30.857Z Downloaded ipnetwork v0.21.1
3542025-10-27T23:06:30.857Z Downloaded progenitor-client v0.11.2
3552025-10-27T23:06:30.927Z Downloaded libsw-core v0.3.1
3562025-10-27T23:06:30.934Z Downloaded lazycell v1.3.0
3572025-10-27T23:06:30.935Z Downloaded openssl-sys v0.9.109
3582025-10-27T23:06:30.935Z Downloaded testing_table v0.3.0
3592025-10-27T23:06:30.935Z Downloaded ed25519-dalek v2.1.1
3602025-10-27T23:06:30.935Z Downloaded similar-asserts v1.7.0
3612025-10-27T23:06:30.935Z Downloaded serde-big-array v0.5.1
3622025-10-27T23:06:30.936Z Downloaded p256 v0.13.2
3632025-10-27T23:06:30.936Z Downloaded litemap v0.7.3
3642025-10-27T23:06:30.936Z Downloaded darling v0.21.0
3652025-10-27T23:06:30.936Z Downloaded topological-sort v0.2.2
3662025-10-27T23:06:30.936Z Downloaded num_enum_derive v0.5.11
3672025-10-27T23:06:30.937Z Downloaded ref-cast-impl v1.0.24
3682025-10-27T23:06:30.937Z Downloaded rustversion v1.0.22
3692025-10-27T23:06:30.937Z Downloaded peg v0.8.5
3702025-10-27T23:06:30.937Z Downloaded yoke-derive v0.7.4
3712025-10-27T23:06:30.937Z Downloaded supports-color v3.0.2
3722025-10-27T23:06:30.937Z Downloaded serde-value v0.7.0
3732025-10-27T23:06:30.937Z Downloaded serde_bytes v0.11.19
3742025-10-27T23:06:30.938Z Downloaded plotters-backend v0.3.7
3752025-10-27T23:06:30.938Z Downloaded icu_provider v1.5.0
3762025-10-27T23:06:30.938Z Downloaded serde-untagged v0.1.7
3772025-10-27T23:06:30.938Z Downloaded pem-rfc7468 v0.7.0
3782025-10-27T23:06:30.938Z Downloaded pretty_assertions v1.4.1
3792025-10-27T23:06:30.938Z Downloaded hashbrown v0.13.2
3802025-10-27T23:06:30.939Z Downloaded ciborium-io v0.2.2
3812025-10-27T23:06:30.940Z Downloaded zone_cfg_derive v0.3.0
3822025-10-27T23:06:30.940Z Downloaded usdt-attr-macro v0.5.0
3832025-10-27T23:06:30.940Z Downloaded progenitor-impl v0.8.0
3842025-10-27T23:06:30.940Z Downloaded tls_codec_derive v0.4.1
3852025-10-27T23:06:30.940Z Downloaded poly1305 v0.8.0
3862025-10-27T23:06:30.941Z Downloaded tls_codec v0.4.1
3872025-10-27T23:06:30.941Z Downloaded crc-any v2.5.0
3882025-10-27T23:06:30.941Z Downloaded toml_datetime v0.7.0
3892025-10-27T23:06:30.941Z Downloaded toml_writer v1.0.2
3902025-10-27T23:06:30.941Z Downloaded slog-dtrace v0.3.0
3912025-10-27T23:06:30.941Z Downloaded schemars v0.9.0
3922025-10-27T23:06:30.942Z Downloaded serde_derive_internals v0.29.1
3932025-10-27T23:06:30.942Z Downloaded support-bundle-viewer v0.1.2
3942025-10-27T23:06:30.943Z Downloaded rusty-fork v0.3.0
3952025-10-27T23:06:30.943Z Downloaded password-hash v0.5.0
3962025-10-27T23:06:30.943Z Downloaded wyz v0.5.1
3972025-10-27T23:06:30.943Z Downloaded clap_lex v0.7.4
3982025-10-27T23:06:30.943Z Downloaded hashbrown v0.15.4
3992025-10-27T23:06:30.945Z Downloaded typify-macro v0.2.0
4002025-10-27T23:06:30.946Z Downloaded icu_locid v1.5.0
4012025-10-27T23:06:30.946Z Downloaded pest_derive v2.8.2
4022025-10-27T23:06:31.043Z Downloaded quote v1.0.40
4032025-10-27T23:06:31.043Z Downloaded http-range v0.1.5
4042025-10-27T23:06:31.044Z Downloaded term v1.1.0
4052025-10-27T23:06:31.044Z Downloaded instant v0.1.13
4062025-10-27T23:06:31.044Z Downloaded version_check v0.9.5
4072025-10-27T23:06:31.044Z Downloaded r2d2 v0.8.10
4082025-10-27T23:06:31.044Z Downloaded quinn-udp v0.5.5
4092025-10-27T23:06:31.044Z Downloaded crypto-common v0.1.6
4102025-10-27T23:06:31.045Z Downloaded target-lexicon v0.13.2
4112025-10-27T23:06:31.045Z Downloaded vergen-gitcl v1.0.8
4122025-10-27T23:06:31.045Z Downloaded serde v1.0.226
4132025-10-27T23:06:31.045Z Downloaded darling_core v0.20.10
4142025-10-27T23:06:31.045Z Downloaded peg-runtime v0.8.5
4152025-10-27T23:06:31.045Z Downloaded num-iter v0.1.45
4162025-10-27T23:06:31.046Z Downloaded defmt-parser v0.3.4
4172025-10-27T23:06:31.046Z Downloaded defmt-macros v0.3.9
4182025-10-27T23:06:31.046Z Downloaded cmake v0.1.51
4192025-10-27T23:06:31.046Z Downloaded defmt v0.3.8
4202025-10-27T23:06:31.046Z Downloaded ctr v0.9.2
4212025-10-27T23:06:31.047Z Downloaded tokio-tungstenite v0.21.0
4222025-10-27T23:06:31.047Z Downloaded indoc v1.0.9
4232025-10-27T23:06:31.047Z Downloaded hyper-tls v0.6.0
4242025-10-27T23:06:31.047Z Downloaded precomputed-hash v0.1.1
4252025-10-27T23:06:31.047Z Downloaded pretty-hex v0.4.1
4262025-10-27T23:06:31.047Z Downloaded unicode-ident v1.0.19
4272025-10-27T23:06:31.048Z Downloaded humantime v2.2.0
4282025-10-27T23:06:31.048Z Downloaded is-terminal v0.4.13
4292025-10-27T23:06:31.048Z Downloaded display-error-chain v0.2.2
4302025-10-27T23:06:31.048Z Downloaded polling v3.7.3
4312025-10-27T23:06:31.048Z Downloaded concurrent-queue v2.5.0
4322025-10-27T23:06:31.048Z Downloaded libz-rs-sys v0.5.1
4332025-10-27T23:06:31.048Z Downloaded drift v0.1.0
4342025-10-27T23:06:31.048Z Downloaded sigpipe v0.1.3
4352025-10-27T23:06:31.048Z Downloaded mime_guess v2.0.5
4362025-10-27T23:06:31.049Z Downloaded vergen-lib v0.1.6
4372025-10-27T23:06:31.091Z Downloaded test-strategy v0.4.3
4382025-10-27T23:06:31.092Z Downloaded oxide-tokio-rt v0.1.2
4392025-10-27T23:06:31.092Z Downloaded russh v0.45.0
4402025-10-27T23:06:31.092Z Downloaded pem v3.0.5
4412025-10-27T23:06:31.092Z Downloaded internet-checksum v0.2.1
4422025-10-27T23:06:31.092Z Downloaded libloading v0.8.5
4432025-10-27T23:06:31.092Z Downloaded serde_core v1.0.226
4442025-10-27T23:06:31.092Z Downloaded proc-macro-error-attr v1.0.4
4452025-10-27T23:06:31.092Z Downloaded rand_chacha v0.3.1
4462025-10-27T23:06:31.092Z Downloaded oorandom v11.1.4
4472025-10-27T23:06:31.092Z Downloaded olpc-cjson v0.1.4
4482025-10-27T23:06:31.092Z Downloaded memmap v0.7.0
4492025-10-27T23:06:31.093Z Downloaded criterion-plot v0.6.0
4502025-10-27T23:06:31.093Z Downloaded hyper-rustls v0.27.7
4512025-10-27T23:06:31.093Z Downloaded clap_derive v4.5.47
4522025-10-27T23:06:31.093Z Downloaded sync_wrapper v1.0.1
4532025-10-27T23:06:31.093Z Downloaded hashbrown v0.16.0
4542025-10-27T23:06:31.093Z Downloaded semver v0.1.20
4552025-10-27T23:06:31.093Z Downloaded rustls-native-certs v0.8.1
4562025-10-27T23:06:31.093Z Downloaded futures-util v0.3.31
4572025-10-27T23:06:31.093Z Downloaded tokio-macros v2.5.0
4582025-10-27T23:06:31.093Z Downloaded tap v1.0.1
4592025-10-27T23:06:31.093Z Downloaded signal-hook-registry v1.4.2
4602025-10-27T23:06:31.093Z Downloaded memmap2 v0.9.8
4612025-10-27T23:06:31.093Z Downloaded icu_collections v1.5.0
4622025-10-27T23:06:31.093Z Downloaded peg-macros v0.8.5
4632025-10-27T23:06:31.093Z Downloaded ipnet v2.11.0
4642025-10-27T23:06:31.093Z Downloaded strum_macros v0.26.4
4652025-10-27T23:06:31.094Z Downloaded serde_derive v1.0.226
4662025-10-27T23:06:31.094Z Downloaded http v1.3.1
4672025-10-27T23:06:31.094Z Downloaded salsa20 v0.10.2
4682025-10-27T23:06:31.094Z Downloaded waitgroup v0.1.2
4692025-10-27T23:06:31.139Z Downloaded sha2 v0.10.9
4702025-10-27T23:06:31.139Z Downloaded h2 v0.4.6
4712025-10-27T23:06:31.139Z Downloaded slog-json v2.6.1
4722025-10-27T23:06:31.139Z Downloaded slog-bunyan v2.5.0
4732025-10-27T23:06:31.139Z Downloaded secrecy v0.10.3
4742025-10-27T23:06:31.139Z Downloaded difflib v0.4.0
4752025-10-27T23:06:31.139Z Downloaded derive_builder_macro v0.20.2
4762025-10-27T23:06:31.140Z Downloaded pkcs5 v0.7.1
4772025-10-27T23:06:31.152Z Downloaded lazy_static v1.5.0
4782025-10-27T23:06:31.152Z Downloaded synstructure v0.13.1
4792025-10-27T23:06:31.153Z Downloaded stringprep v0.1.5
4802025-10-27T23:06:31.153Z Downloaded owo-colors v4.2.2
4812025-10-27T23:06:31.153Z Downloaded xz2 v0.1.7
4822025-10-27T23:06:31.153Z Downloaded ssh-key v0.6.6
4832025-10-27T23:06:31.153Z Downloaded thiserror-no-std v2.0.2
4842025-10-27T23:06:31.153Z Downloaded cipher v0.4.4
4852025-10-27T23:06:31.153Z Downloaded httptest v0.16.3
4862025-10-27T23:06:31.153Z Downloaded pkcs8 v0.10.2
4872025-10-27T23:06:31.192Z Downloaded parking v2.2.1
4882025-10-27T23:06:31.192Z Downloaded oso-derive v0.27.3
4892025-10-27T23:06:31.192Z Downloaded lalrpop-util v0.19.12
4902025-10-27T23:06:31.193Z Downloaded blake3 v1.5.4
4912025-10-27T23:06:31.193Z Downloaded lockfree-object-pool v0.1.6
4922025-10-27T23:06:31.193Z Downloaded progenitor-client v0.8.0
4932025-10-27T23:06:31.193Z Downloaded walkdir v2.5.0
4942025-10-27T23:06:31.193Z Downloaded displaydoc v0.2.5
4952025-10-27T23:06:31.193Z Downloaded iddqd v0.3.13
4962025-10-27T23:06:31.194Z Downloaded crossbeam-deque v0.8.5
4972025-10-27T23:06:31.195Z Downloaded zone v0.1.8
4982025-10-27T23:06:31.196Z Downloaded rcgen v0.12.1
4992025-10-27T23:06:31.196Z Downloaded scroll_derive v0.12.0
5002025-10-27T23:06:31.196Z Downloaded macaddr v1.0.1
5012025-10-27T23:06:31.196Z Downloaded crossterm v0.29.0
5022025-10-27T23:06:31.197Z Downloaded uzers v0.12.1
5032025-10-27T23:06:31.197Z Downloaded time v0.3.43
5042025-10-27T23:06:31.261Z Downloaded take_mut v0.2.2
5052025-10-27T23:06:31.262Z Downloaded console v0.16.0
5062025-10-27T23:06:31.262Z Downloaded tokio-dtrace v0.1.0
5072025-10-27T23:06:31.262Z Downloaded console v0.15.10
5082025-10-27T23:06:31.262Z Downloaded rfc6979 v0.4.0
5092025-10-27T23:06:31.262Z Downloaded relative-path v1.9.3
5102025-10-27T23:06:31.262Z Downloaded highway v1.3.0
5112025-10-27T23:06:31.262Z Downloaded derive-ex v0.1.8
5122025-10-27T23:06:31.262Z Downloaded lzss v0.8.2
5132025-10-27T23:06:31.262Z Downloaded siphasher v1.0.1
5142025-10-27T23:06:31.262Z Downloaded yansi v1.0.1
5152025-10-27T23:06:31.263Z Downloaded pin-utils v0.1.0
5162025-10-27T23:06:31.263Z Downloaded num-derive v0.4.2
5172025-10-27T23:06:31.296Z Downloaded usdt-macro v0.5.0
5182025-10-27T23:06:31.297Z Downloaded xshell-macros v0.2.7
5192025-10-27T23:06:31.297Z Downloaded tabled_derive v0.7.0
5202025-10-27T23:06:31.297Z Downloaded unicode-xid v0.2.6
5212025-10-27T23:06:31.299Z Downloaded nom v7.1.3
5222025-10-27T23:06:31.303Z Downloaded crc8 v0.1.1
5232025-10-27T23:06:31.303Z Downloaded cfg_aliases v0.2.1
5242025-10-27T23:06:31.303Z Downloaded usdt-attr-macro v0.6.0
5252025-10-27T23:06:31.303Z Downloaded proptest v1.7.0
5262025-10-27T23:06:31.303Z Downloaded scroll v0.13.0
5272025-10-27T23:06:31.303Z Downloaded serde_with v3.14.0
5282025-10-27T23:06:31.303Z Downloaded is_terminal_polyfill v1.70.1
5292025-10-27T23:06:31.303Z Downloaded partial-io v0.5.4
5302025-10-27T23:06:31.304Z Downloaded is_ci v1.2.0
5312025-10-27T23:06:31.304Z Downloaded strsim v0.11.1
5322025-10-27T23:06:31.304Z Downloaded tar v0.4.44
5332025-10-27T23:06:31.304Z Downloaded rsa v0.9.6
5342025-10-27T23:06:31.304Z Downloaded siphasher v0.3.11
5352025-10-27T23:06:31.304Z Downloaded scroll v0.12.0
5362025-10-27T23:06:31.304Z Downloaded samael v0.0.19
5372025-10-27T23:06:31.317Z Downloaded num-conv v0.1.0
5382025-10-27T23:06:31.317Z Downloaded winnow v0.7.13
5392025-10-27T23:06:31.317Z Downloaded dirs-next v2.0.0
5402025-10-27T23:06:31.317Z Downloaded salty v0.3.0
5412025-10-27T23:06:31.317Z Downloaded httpdate v1.0.3
5422025-10-27T23:06:31.317Z Downloaded thiserror-impl v1.0.69
5432025-10-27T23:06:31.317Z Downloaded usdt-impl v0.5.0
5442025-10-27T23:06:31.318Z Downloaded serde_json v1.0.145
5452025-10-27T23:06:31.318Z Downloaded target-triple v0.1.3
5462025-10-27T23:06:31.395Z Downloaded rustls-pki-types v1.10.0
5472025-10-27T23:06:31.395Z Downloaded serde_spanned v1.0.0
5482025-10-27T23:06:31.395Z Downloaded serde_spanned v0.6.9
5492025-10-27T23:06:31.395Z Downloaded icu_locid_transform_data v1.5.0
5502025-10-27T23:06:31.395Z Downloaded git2 v0.20.2
5512025-10-27T23:06:31.396Z Downloaded pbkdf2 v0.12.2
5522025-10-27T23:06:31.396Z Downloaded num-derive v0.3.3
5532025-10-27T23:06:31.396Z Downloaded indicatif v0.17.11
5542025-10-27T23:06:31.396Z Downloaded http-body-util v0.1.3
5552025-10-27T23:06:31.396Z Downloaded tracing-core v0.1.32
5562025-10-27T23:06:31.397Z Downloaded crunchy v0.2.2
5572025-10-27T23:06:31.397Z Downloaded structmeta-derive v0.3.0
5582025-10-27T23:06:31.397Z Downloaded ingot-types v0.1.2
5592025-10-27T23:06:31.397Z Downloaded quick-error v1.2.3
5602025-10-27T23:06:31.424Z Downloaded regex v1.11.3
5612025-10-27T23:06:31.424Z Downloaded twox-hash v2.1.0
5622025-10-27T23:06:31.424Z Downloaded toml v0.7.8
5632025-10-27T23:06:31.424Z Downloaded crucible-workspace-hack v0.1.0
5642025-10-27T23:06:31.424Z Downloaded want v0.3.1
5652025-10-27T23:06:31.425Z Downloaded progenitor-macro v0.8.0
5662025-10-27T23:06:31.425Z Downloaded nodrop v0.1.14
5672025-10-27T23:06:31.425Z Downloaded ciborium-ll v0.2.2
5682025-10-27T23:06:31.425Z Downloaded zip v0.6.6
5692025-10-27T23:06:31.425Z Downloaded unicode-linebreak v0.1.5
5702025-10-27T23:06:31.425Z Downloaded serde_repr v0.1.19
5712025-10-27T23:06:31.425Z Downloaded multer v3.1.0
5722025-10-27T23:06:31.426Z Downloaded hostname v0.3.1
5732025-10-27T23:06:31.426Z Downloaded ciborium v0.2.2
5742025-10-27T23:06:31.426Z Downloaded scheduled-thread-pool v0.2.7
5752025-10-27T23:06:31.426Z Downloaded pkg-config v0.3.31
5762025-10-27T23:06:31.426Z Downloaded xattr v1.3.1
5772025-10-27T23:06:31.426Z Downloaded serde_regex v1.1.0
5782025-10-27T23:06:31.426Z Downloaded zerocopy v0.6.6
5792025-10-27T23:06:31.427Z Downloaded rayon-core v1.12.1
5802025-10-27T23:06:31.427Z Downloaded postgres-types v0.2.9
5812025-10-27T23:06:31.427Z Downloaded digest v0.10.7
5822025-10-27T23:06:31.427Z Downloaded subtle v2.6.1
5832025-10-27T23:06:31.458Z Downloaded tough v0.20.0
5842025-10-27T23:06:31.458Z Downloaded rustc_version v0.4.1
5852025-10-27T23:06:31.458Z Downloaded tracing-attributes v0.1.27
5862025-10-27T23:06:31.458Z Downloaded indent_write v2.2.0
5872025-10-27T23:06:31.458Z Downloaded zerofrom v0.1.4
5882025-10-27T23:06:31.458Z Downloaded wait-timeout v0.2.0
5892025-10-27T23:06:31.458Z Downloaded idna_adapter v1.2.0
5902025-10-27T23:06:31.458Z Downloaded goblin v0.10.2
5912025-10-27T23:06:31.471Z Downloaded diesel_table_macro_syntax v0.2.0
5922025-10-27T23:06:31.471Z Downloaded unit-prefix v0.5.1
5932025-10-27T23:06:31.471Z Downloaded polyval v0.6.2
5942025-10-27T23:06:31.471Z Downloaded nu-ansi-term v0.50.1
5952025-10-27T23:06:31.471Z Downloaded match_cfg v0.1.0
5962025-10-27T23:06:31.472Z Downloaded indexmap v2.11.4
5972025-10-27T23:06:31.472Z Downloaded hickory-resolver v0.25.2
5982025-10-27T23:06:31.472Z Downloaded parse-size v1.1.0
5992025-10-27T23:06:31.472Z Downloaded home v0.5.9
6002025-10-27T23:06:31.472Z Downloaded dof v0.4.0
6012025-10-27T23:06:31.485Z Downloaded slog-scope v4.4.0
6022025-10-27T23:06:31.485Z Downloaded async-std v1.13.0
6032025-10-27T23:06:31.536Z Downloaded structmeta v0.3.0
6042025-10-27T23:06:31.536Z Downloaded progenitor-client v0.10.0
6052025-10-27T23:06:31.536Z Downloaded pretty-hex v0.2.1
6062025-10-27T23:06:31.536Z Downloaded newtype-uuid-macros v0.1.0
6072025-10-27T23:06:31.536Z Downloaded zone v0.3.1
6082025-10-27T23:06:31.536Z Downloaded plain v0.2.3
6092025-10-27T23:06:31.536Z Downloaded signal-hook-mio v0.2.4
6102025-10-27T23:06:31.536Z Downloaded vsss-rs v3.3.4
6112025-10-27T23:06:31.536Z Downloaded libxml v0.3.3
6122025-10-27T23:06:31.546Z Downloaded cpufeatures v0.2.14
6132025-10-27T23:06:31.546Z Downloaded tinyvec_macros v0.1.1
6142025-10-27T23:06:31.546Z Downloaded hickory-server v0.25.2
6152025-10-27T23:06:31.546Z Downloaded publicsuffix v2.3.0
6162025-10-27T23:06:31.546Z Downloaded indoc v2.0.6
6172025-10-27T23:06:31.547Z Downloaded unicode-segmentation v1.12.0
6182025-10-27T23:06:31.547Z Downloaded iri-string v0.7.8
6192025-10-27T23:06:31.550Z Downloaded bindgen v0.71.1
6202025-10-27T23:06:31.550Z Downloaded sqlparser v0.45.0
6212025-10-27T23:06:31.564Z Downloaded cstr-argument v0.1.2
6222025-10-27T23:06:31.564Z Downloaded p521 v0.13.3
6232025-10-27T23:06:31.565Z Downloaded rustls-pemfile v1.0.4
6242025-10-27T23:06:31.565Z Downloaded void v1.0.2
6252025-10-27T23:06:31.565Z Downloaded nested v0.1.1
6262025-10-27T23:06:31.565Z Downloaded parking_lot v0.12.3
6272025-10-27T23:06:31.585Z Downloaded indexmap v1.9.3
6282025-10-27T23:06:31.586Z Downloaded daft v0.1.4
6292025-10-27T23:06:31.586Z Downloaded serde_plain v1.0.2
6302025-10-27T23:06:31.586Z Downloaded deranged v0.5.3
6312025-10-27T23:06:31.586Z Downloaded pest_meta v2.8.2
6322025-10-27T23:06:31.599Z Downloaded libefi-sys v0.1.0
6332025-10-27T23:06:31.600Z Downloaded kv-log-macro v1.0.7
6342025-10-27T23:06:31.600Z Downloaded toml_datetime v0.6.11
6352025-10-27T23:06:31.600Z Downloaded newtype-uuid v1.3.1
6362025-10-27T23:06:31.600Z Downloaded sec1 v0.7.3
6372025-10-27T23:06:31.600Z Downloaded ingot-macros v0.1.1
6382025-10-27T23:06:31.601Z Downloaded rstest v0.25.0
6392025-10-27T23:06:31.601Z Downloaded rustc-hash v2.1.1
6402025-10-27T23:06:31.601Z Downloaded thiserror v1.0.69
6412025-10-27T23:06:31.620Z Downloaded parking_lot_core v0.9.10
6422025-10-27T23:06:31.620Z Downloaded zerocopy-derive v0.7.35
6432025-10-27T23:06:31.620Z Downloaded opaque-debug v0.3.1
6442025-10-27T23:06:31.620Z Downloaded managed v0.8.0
6452025-10-27T23:06:31.645Z Downloaded hmac v0.12.1
6462025-10-27T23:06:31.646Z Downloaded spin v0.9.8
6472025-10-27T23:06:31.646Z Downloaded num_enum v0.5.11
6482025-10-27T23:06:31.646Z Downloaded der_derive v0.7.3
6492025-10-27T23:06:31.646Z Downloaded nibble_vec v0.1.0
6502025-10-27T23:06:31.646Z Downloaded icu_properties v1.5.1
6512025-10-27T23:06:31.646Z Downloaded ron v0.7.1
6522025-10-27T23:06:31.664Z Downloaded same-file v1.0.6
6532025-10-27T23:06:31.664Z Downloaded zstd v0.13.3
6542025-10-27T23:06:31.664Z Downloaded openssl-macros v0.1.1
6552025-10-27T23:06:31.664Z Downloaded cfg_aliases v0.1.1
6562025-10-27T23:06:31.664Z Downloaded libscf-sys v1.1.0
6572025-10-27T23:06:31.664Z Downloaded convert_case v0.7.1
6582025-10-27T23:06:31.665Z Downloaded slog-stdlog v4.1.1
6592025-10-27T23:06:31.665Z Downloaded libsw v3.5.0
6602025-10-27T23:06:31.665Z Downloaded parking_lot_core v0.8.6
6612025-10-27T23:06:31.665Z Downloaded thiserror v2.0.17
6622025-10-27T23:06:31.665Z Downloaded untrusted v0.7.1
6632025-10-27T23:06:31.684Z Downloaded signal-hook v0.3.18
6642025-10-27T23:06:31.684Z Downloaded strum v0.26.3
6652025-10-27T23:06:31.684Z Downloaded lock_api v0.4.12
6662025-10-27T23:06:31.684Z Downloaded crypto-bigint v0.5.5
6672025-10-27T23:06:31.684Z Downloaded native-tls v0.2.12
6682025-10-27T23:06:31.685Z Downloaded nix v0.28.0
6692025-10-27T23:06:31.722Z Downloaded kstat-rs v0.2.4
6702025-10-27T23:06:31.722Z Downloaded clap_builder v4.5.48
6712025-10-27T23:06:31.723Z Downloaded dirs-sys-next v0.1.2
6722025-10-27T23:06:31.723Z Downloaded slog-term v2.9.2
6732025-10-27T23:06:31.724Z Downloaded petname v2.0.2
6742025-10-27T23:06:31.753Z Downloaded derive_more-impl v2.0.1
6752025-10-27T23:06:31.754Z Downloaded vergen-git2 v1.0.7
6762025-10-27T23:06:31.754Z Downloaded tokio-rustls v0.25.0
6772025-10-27T23:06:31.754Z Downloaded thread-id v4.2.2
6782025-10-27T23:06:31.754Z Downloaded cfg-if v1.0.1
6792025-10-27T23:06:31.754Z Downloaded pbkdf2 v0.11.0
6802025-10-27T23:06:31.754Z Downloaded socket2 v0.6.0
6812025-10-27T23:06:31.754Z Downloaded zerocopy-derive v0.8.27
6822025-10-27T23:06:31.754Z Downloaded tokio-stream v0.1.17
6832025-10-27T23:06:31.754Z Downloaded tokio-rustls v0.26.0
6842025-10-27T23:06:31.754Z Downloaded parking_lot v0.11.2
6852025-10-27T23:06:31.754Z Downloaded untrusted v0.9.0
6862025-10-27T23:06:31.754Z Downloaded textwrap v0.16.2
6872025-10-27T23:06:31.787Z Downloaded paste v1.0.15
6882025-10-27T23:06:31.787Z Downloaded rand_seeder v0.4.0
6892025-10-27T23:06:31.787Z Downloaded diff v0.1.13
6902025-10-27T23:06:31.787Z Downloaded typify v0.2.0
6912025-10-27T23:06:31.787Z Downloaded derive-where v1.5.0
6922025-10-27T23:06:31.787Z Downloaded dof v0.3.0
6932025-10-27T23:06:31.787Z Downloaded unsafe-libyaml v0.2.11
6942025-10-27T23:06:31.787Z Downloaded zip v4.2.0
6952025-10-27T23:06:31.788Z Downloaded hkdf v0.12.4
6962025-10-27T23:06:31.788Z Downloaded unicode-normalization v0.1.24
6972025-10-27T23:06:31.835Z Downloaded vergen v9.0.6
6982025-10-27T23:06:31.835Z Downloaded zerocopy v0.7.35
6992025-10-27T23:06:31.835Z Downloaded smf v0.2.3
7002025-10-27T23:06:31.835Z Downloaded syn v2.0.106
7012025-10-27T23:06:31.836Z Downloaded uuid v1.18.1
7022025-10-27T23:06:31.836Z Downloaded sha1 v0.10.6
7032025-10-27T23:06:31.836Z Downloaded polar-core v0.27.3
7042025-10-27T23:06:32.279Z Downloaded hickory-resolver v0.24.4
7052025-10-27T23:06:32.279Z Downloaded cookie v0.18.1
7062025-10-27T23:06:32.280Z Downloaded strum_macros v0.27.2
7072025-10-27T23:06:32.280Z Downloaded nix v0.27.1
7082025-10-27T23:06:32.281Z Downloaded const-oid v0.9.6
7092025-10-27T23:06:32.281Z Downloaded snafu v0.8.5
7102025-10-27T23:06:32.281Z Downloaded rand v0.8.5
7112025-10-27T23:06:32.281Z Downloaded mio v1.0.2
7122025-10-27T23:06:32.281Z Downloaded chrono v0.4.42
7132025-10-27T23:06:32.281Z Downloaded webpki-roots v1.0.1
7142025-10-27T23:06:32.282Z Downloaded minimal-lexical v0.2.1
7152025-10-27T23:06:32.343Z Downloaded diesel_derives v2.2.3
7162025-10-27T23:06:32.343Z Downloaded x509-cert v0.2.5
7172025-10-27T23:06:32.343Z Downloaded libm v0.2.8
7182025-10-27T23:06:32.343Z Downloaded object v0.30.4
7192025-10-27T23:06:32.344Z Downloaded unicode_categories v0.1.1
7202025-10-27T23:06:32.344Z Downloaded regress v0.10.4
7212025-10-27T23:06:32.344Z Downloaded rstest_macros v0.25.0
7222025-10-27T23:06:32.344Z Downloaded icu_properties_data v1.5.0
7232025-10-27T23:06:32.344Z Downloaded typed-path v0.9.3
7242025-10-27T23:06:32.345Z Downloaded zerocopy v0.8.27
7252025-10-27T23:06:32.345Z Downloaded unicode-width v0.2.0
7262025-10-27T23:06:32.345Z Downloaded regex-syntax v0.8.5
7272025-10-27T23:06:32.345Z Downloaded rand v0.9.2
7282025-10-27T23:06:32.346Z Downloaded moka v0.12.10
7292025-10-27T23:06:32.346Z Downloaded rayon v1.10.0
7302025-10-27T23:06:32.346Z Downloaded zlib-rs v0.5.1
7312025-10-27T23:06:32.346Z Downloaded lalrpop v0.19.12
7322025-10-27T23:06:32.346Z Downloaded unicode-width v0.1.14
7332025-10-27T23:06:32.346Z Downloaded hickory-proto v0.25.2
7342025-10-27T23:06:32.347Z Downloaded rustls v0.21.12
7352025-10-27T23:06:32.347Z Downloaded bstr v1.10.0
7362025-10-27T23:06:32.347Z Downloaded radix_trie v0.2.1
7372025-10-27T23:06:32.347Z Downloaded smoltcp v0.9.1
7382025-10-27T23:06:32.347Z Downloaded hickory-proto v0.24.4
7392025-10-27T23:06:32.347Z Downloaded openssl v0.10.73
7402025-10-27T23:06:32.347Z Downloaded tabled v0.15.0
7412025-10-27T23:06:32.348Z Downloaded rustix v0.38.37
7422025-10-27T23:06:32.348Z Downloaded tabled v0.20.0
7432025-10-27T23:06:32.348Z Downloaded diesel v2.2.12
7442025-10-27T23:06:32.348Z Downloaded portable-atomic v1.11.0
7452025-10-27T23:06:32.348Z Downloaded smoltcp v0.11.0
7462025-10-27T23:06:32.348Z Downloaded tabled v0.18.0
7472025-10-27T23:06:32.348Z Downloaded openapiv3 v2.2.0
7482025-10-27T23:06:32.349Z Downloaded dropshot v0.16.4
7492025-10-27T23:06:32.349Z Downloaded encoding_rs v0.8.34
7502025-10-27T23:06:32.349Z Downloaded nix v0.30.1
7512025-10-27T23:06:32.349Z Downloaded rustls v0.23.19
7522025-10-27T23:06:32.349Z Downloaded rustls v0.22.4
7532025-10-27T23:06:32.349Z Downloaded regex-automata v0.4.11
7542025-10-27T23:06:32.349Z Downloaded curve25519-dalek v4.1.3
7552025-10-27T23:06:32.350Z Downloaded regex-syntax v0.6.29
7562025-10-27T23:06:32.350Z Downloaded vcpkg v0.2.15
7572025-10-27T23:06:32.382Z Downloaded sled v0.34.7
7582025-10-27T23:06:32.383Z Downloaded schemars v1.0.4
7592025-10-27T23:06:32.383Z Downloaded object v0.36.5
7602025-10-27T23:06:32.429Z Downloaded idna v1.0.3
7612025-10-27T23:06:32.429Z Downloaded jiff-static v0.2.15
7622025-10-27T23:06:32.429Z Downloaded const_format v0.2.34
7632025-10-27T23:06:32.429Z Downloaded chrono-tz v0.10.4
7642025-10-27T23:06:32.429Z Downloaded tempfile v3.20.0
7652025-10-27T23:06:32.429Z Downloaded libc v0.2.174
7662025-10-27T23:06:32.456Z Downloaded unicode-properties v0.1.3
7672025-10-27T23:06:32.456Z Downloaded bzip2-sys v0.1.13+1.0.8
7682025-10-27T23:06:32.456Z Downloaded petgraph v0.6.5
7692025-10-27T23:06:32.465Z Downloaded prefix-trie v0.7.0
7702025-10-27T23:06:32.465Z Downloaded lzma-sys v0.1.20
7712025-10-27T23:06:32.487Z Downloaded rustix v1.0.7
7722025-10-27T23:06:32.512Z Downloaded jiff v0.2.15
7732025-10-27T23:06:32.533Z Downloaded typify-impl v0.2.0
7742025-10-27T23:06:32.554Z Downloaded zerocopy-derive v0.6.6
7752025-10-27T23:06:32.554Z Downloaded ratatui v0.29.0
7762025-10-27T23:06:32.571Z Downloaded typify-impl v0.4.3
7772025-10-27T23:06:32.613Z Downloaded tokio-postgres v0.7.13
7782025-10-27T23:06:32.613Z Downloaded rustls-webpki v0.101.7
7792025-10-27T23:06:32.633Z Downloaded csv v1.3.1
7802025-10-27T23:06:32.634Z Downloaded subprocess v0.2.9
7812025-10-27T23:06:32.634Z Downloaded indicatif v0.18.0
7822025-10-27T23:06:32.635Z Downloaded petgraph v0.8.2
7832025-10-27T23:06:32.652Z Downloaded nix v0.29.0
7842025-10-27T23:06:32.652Z Downloaded criterion v0.7.0
7852025-10-27T23:06:32.670Z Downloaded const_format_proc_macros v0.2.34
7862025-10-27T23:06:32.670Z Downloaded itertools v0.10.5
7872025-10-27T23:06:32.670Z Downloaded tokio-util v0.7.15
7882025-10-27T23:06:32.670Z Downloaded p384 v0.13.1
7892025-10-27T23:06:32.740Z Downloaded postcard v1.0.10
7902025-10-27T23:06:32.740Z Downloaded zstd-safe v7.2.3
7912025-10-27T23:06:32.740Z Downloaded rustc_version v0.1.7
7922025-10-27T23:06:32.740Z Downloaded tracing v0.1.40
7932025-10-27T23:06:32.740Z Downloaded jobserver v0.1.32
7942025-10-27T23:06:32.740Z Downloaded derive_more v2.0.1
7952025-10-27T23:06:32.757Z Downloaded predicates-core v1.0.8
7962025-10-27T23:06:32.757Z Downloaded predicates v3.1.3
7972025-10-27T23:06:32.757Z Downloaded socket2 v0.5.10
7982025-10-27T23:06:32.757Z Downloaded libz-sys v1.1.20
7992025-10-27T23:06:32.757Z Downloaded crossbeam-channel v0.5.15
8002025-10-27T23:06:32.757Z Downloaded quick-xml v0.37.2
8012025-10-27T23:06:32.757Z Downloaded crc v3.2.1
8022025-10-27T23:06:32.757Z Downloaded shlex v1.3.0
8032025-10-27T23:06:32.757Z Downloaded xshell v0.2.7
8042025-10-27T23:06:32.757Z Downloaded similar v2.7.0
8052025-10-27T23:06:32.757Z Downloaded progenitor-impl v0.11.2
8062025-10-27T23:06:32.757Z Downloaded gimli v0.31.1
8072025-10-27T23:06:32.757Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
8082025-10-27T23:06:32.782Z Downloaded shell-words v1.1.0
8092025-10-27T23:06:32.799Z Downloaded httpmock v0.8.0-alpha.1
8102025-10-27T23:06:32.825Z Downloaded tokio v1.47.0
8112025-10-27T23:06:32.880Z Downloaded ppv-lite86 v0.2.20
8122025-10-27T23:06:32.952Z Downloaded corncobs v0.1.4
8132025-10-27T23:06:32.952Z Downloaded typeid v1.0.3
8142025-10-27T23:06:32.952Z Downloaded rustls-pemfile v2.2.0
8152025-10-27T23:06:32.952Z Downloaded rpassword v7.4.0
8162025-10-27T23:06:32.953Z Downloaded toml v0.9.5
8172025-10-27T23:06:32.953Z Downloaded qorb v0.4.1
8182025-10-27T23:06:32.953Z Downloaded tower-http v0.6.6
8192025-10-27T23:06:32.953Z Downloaded sha3 v0.10.8
8202025-10-27T23:06:32.953Z Downloaded hyper v1.7.0
8212025-10-27T23:06:32.953Z Downloaded iana-time-zone v0.1.63
8222025-10-27T23:06:32.954Z Downloaded ignore v0.4.23
8232025-10-27T23:06:32.954Z Downloaded rustls-webpki v0.102.8
8242025-10-27T23:06:32.954Z Downloaded bitvec v1.0.1
8252025-10-27T23:06:32.967Z Downloaded pkcs1 v0.7.5
8262025-10-27T23:06:32.967Z Downloaded vte v0.11.1
8272025-10-27T23:06:32.967Z Downloaded syn v1.0.109
8282025-10-27T23:06:32.967Z Downloaded log v0.4.27
8292025-10-27T23:06:32.967Z Downloaded icu_locid_transform v1.5.0
8302025-10-27T23:06:32.967Z Downloaded tokio-native-tls v0.3.1
8312025-10-27T23:06:32.967Z Downloaded rand_xorshift v0.4.0
8322025-10-27T23:06:32.968Z Downloaded toml v0.8.23
8332025-10-27T23:06:32.968Z Downloaded serde_yaml v0.9.34+deprecated
8342025-10-27T23:06:32.968Z Downloaded reqwest v0.12.22
8352025-10-27T23:06:32.968Z Downloaded simd-adler32 v0.3.7
8362025-10-27T23:06:32.968Z Downloaded derive_builder v0.20.2
8372025-10-27T23:06:32.968Z Downloaded cookie_store v0.21.1
8382025-10-27T23:06:32.968Z Downloaded daft-derive v0.1.4
8392025-10-27T23:06:32.968Z Downloaded plotters v0.3.7
8402025-10-27T23:06:33.024Z Downloaded memchr v2.7.4
8412025-10-27T23:06:33.024Z Downloaded quinn-proto v0.11.8
8422025-10-27T23:06:33.024Z Downloaded impl-trait-for-tuples v0.2.2
8432025-10-27T23:06:33.024Z Downloaded httparse v1.9.5
8442025-10-27T23:06:33.025Z Downloaded derive_builder_core v0.20.2
8452025-10-27T23:06:33.025Z Downloaded itertools v0.13.0
8462025-10-27T23:06:33.026Z Downloaded icu_normalizer_data v1.5.0
8472025-10-27T23:06:33.026Z Downloaded usdt-impl v0.6.0
8482025-10-27T23:06:33.026Z Downloaded winnow v0.6.26
8492025-10-27T23:06:33.060Z Downloaded bindgen v0.69.5
8502025-10-27T23:06:33.060Z Downloaded thiserror-impl v2.0.17
8512025-10-27T23:06:33.060Z Downloaded pin-project-lite v0.2.14
8522025-10-27T23:06:33.060Z Downloaded num-traits v0.2.19
8532025-10-27T23:06:33.061Z Downloaded psl-types v2.0.11
8542025-10-27T23:06:33.061Z Downloaded progenitor-macro v0.10.0
8552025-10-27T23:06:33.061Z Downloaded tungstenite v0.23.0
8562025-10-27T23:06:33.061Z Downloaded powerfmt v0.2.0
8572025-10-27T23:06:33.061Z Downloaded tungstenite v0.21.0
8582025-10-27T23:06:33.061Z Downloaded itertools v0.12.1
8592025-10-27T23:06:33.061Z Downloaded num v0.4.3
8602025-10-27T23:06:33.061Z Downloaded icu_normalizer v1.5.0
8612025-10-27T23:06:33.062Z Downloaded ring v0.17.14
8622025-10-27T23:06:33.076Z Downloaded derive_more v0.99.20
8632025-10-27T23:06:33.077Z Downloaded crossbeam-epoch v0.9.18
8642025-10-27T23:06:33.094Z Downloaded pin-project-internal v1.1.6
8652025-10-27T23:06:33.094Z Downloaded clap v4.5.48
8662025-10-27T23:06:33.094Z Downloaded thiserror-impl-no-std v2.0.2
8672025-10-27T23:06:33.094Z Downloaded ron v0.8.1
8682025-10-27T23:06:33.127Z Downloaded num-bigint v0.4.6
8692025-10-27T23:06:33.127Z Downloaded itertools v0.14.0
8702025-10-27T23:06:33.127Z Downloaded rand_distr v0.5.1
8712025-10-27T23:06:33.127Z Downloaded hyper-util v0.1.17
8722025-10-27T23:06:33.127Z Downloaded pest v2.8.2
8732025-10-27T23:06:33.127Z Downloaded strip-ansi-escapes v0.2.0
8742025-10-27T23:06:33.128Z Downloaded spki v0.7.3
8752025-10-27T23:06:33.129Z Downloaded slab v0.4.9
8762025-10-27T23:06:33.129Z Downloaded libgit2-sys v0.18.2+1.9.1
8772025-10-27T23:06:33.169Z Downloaded scopeguard v1.2.0
8782025-10-27T23:06:33.203Z Downloaded schemars_derive v0.8.22
8792025-10-27T23:06:33.203Z Downloaded progenitor v0.11.2
8802025-10-27T23:06:33.203Z Downloaded password-hash v0.4.2
8812025-10-27T23:06:33.203Z Downloaded clang-sys v1.8.1
8822025-10-27T23:06:33.203Z Downloaded stringmetrics v2.2.2
8832025-10-27T23:06:33.203Z Downloaded url v2.5.4
8842025-10-27T23:06:33.203Z Downloaded rustyline v14.0.0
8852025-10-27T23:06:33.203Z Downloaded aws-lc-rs v1.12.4
8862025-10-27T23:06:33.203Z Downloaded csv-core v0.1.11
8872025-10-27T23:06:33.203Z Downloaded tower v0.5.2
8882025-10-27T23:06:33.215Z Downloaded tower-service v0.3.3
8892025-10-27T23:06:33.215Z Downloaded tower-layer v0.3.3
8902025-10-27T23:06:33.215Z Downloaded piper v0.2.4
8912025-10-27T23:06:33.215Z Downloaded lru-cache v0.1.2
8922025-10-27T23:06:33.215Z Downloaded lru v0.12.5
8932025-10-27T23:06:33.215Z Downloaded winnow v0.5.40
8942025-10-27T23:06:33.215Z Downloaded dropshot-api-manager v0.2.2
8952025-10-27T23:06:33.215Z Downloaded der v0.7.10
8962025-10-27T23:06:33.225Z Downloaded zerovec v0.10.4
8972025-10-27T23:06:33.225Z Downloaded crossterm v0.28.1
8982025-10-27T23:06:33.244Z Downloaded goblin v0.8.2
8992025-10-27T23:06:33.244Z Downloaded target-spec v3.5.0
9002025-10-27T23:06:33.244Z Downloaded snafu-derive v0.8.5
9012025-10-27T23:06:33.255Z Downloaded semver v1.0.27
9022025-10-27T23:06:33.255Z Downloaded keccak v0.1.5
9032025-10-27T23:06:33.255Z Downloaded unicode-truncate v1.1.0
9042025-10-27T23:06:33.255Z Downloaded litrs v0.4.1
9052025-10-27T23:06:33.255Z Downloaded compact_str v0.8.0
9062025-10-27T23:06:33.255Z Downloaded steno v0.4.1
9072025-10-27T23:06:33.255Z Downloaded reedline v0.40.0
9082025-10-27T23:06:33.263Z Downloaded libtest-mimic v0.8.1
9092025-10-27T23:06:33.263Z Downloaded proc-macro-error v1.0.4
9102025-10-27T23:06:33.263Z Downloaded toml_edit v0.19.15
9112025-10-27T23:06:33.275Z Downloaded primeorder v0.13.6
9122025-10-27T23:06:33.284Z Downloaded darling v0.20.10
9132025-10-27T23:06:33.284Z Downloaded zopfli v0.8.1
9142025-10-27T23:06:33.284Z Downloaded tokio-tungstenite v0.23.1
9152025-10-27T23:06:33.284Z Downloaded proc-macro-crate v3.2.0
9162025-10-27T23:06:33.284Z Downloaded inout v0.1.3
9172025-10-27T23:06:33.298Z Downloaded yasna v0.5.2
9182025-10-27T23:06:33.298Z Downloaded ryu v1.0.18
9192025-10-27T23:06:33.298Z Downloaded miniz_oxide v0.8.5
9202025-10-27T23:06:33.298Z Downloaded darling_core v0.21.0
9212025-10-27T23:06:33.298Z Downloaded datatest-stable v0.3.2
9222025-10-27T23:06:33.316Z Downloaded value-bag v1.9.0
9232025-10-27T23:06:33.316Z Downloaded progenitor-impl v0.10.0
9242025-10-27T23:06:33.316Z Downloaded num-bigint-dig v0.8.4
9252025-10-27T23:06:33.317Z Downloaded guppy v0.17.20
9262025-10-27T23:06:33.330Z Downloaded debug-ignore v1.0.5
9272025-10-27T23:06:33.330Z Downloaded hubpack v0.1.2
9282025-10-27T23:06:33.331Z Downloaded yoke v0.7.4
9292025-10-27T23:06:33.331Z Downloaded tokio-rustls v0.24.1
9302025-10-27T23:06:33.331Z Downloaded term v0.7.0
9312025-10-27T23:06:33.331Z Downloaded oso v0.27.3
9322025-10-27T23:06:33.331Z Downloaded zone_cfg_derive v0.1.2
9332025-10-27T23:06:33.331Z Downloaded critical-section v1.1.3
9342025-10-27T23:06:33.356Z Downloaded typenum v1.17.0
9352025-10-27T23:06:33.356Z Downloaded cc v1.2.30
9362025-10-27T23:06:33.356Z Downloaded chacha20poly1305 v0.10.1
9372025-10-27T23:06:33.356Z Downloaded papergrid v0.11.0
9382025-10-27T23:06:33.357Z Downloaded toml_edit v0.22.27
9392025-10-27T23:06:33.357Z Downloaded string_cache v0.8.9
9402025-10-27T23:06:33.357Z Downloaded radium v0.7.0
9412025-10-27T23:06:33.357Z Downloaded hickory-client v0.25.2
9422025-10-27T23:06:33.371Z Downloaded slog-envlogger v2.2.0
9432025-10-27T23:06:33.371Z Downloaded des v0.8.1
9442025-10-27T23:06:33.371Z Downloaded unicode-bidi v0.3.17
9452025-10-27T23:06:33.371Z Downloaded schemars v0.8.22
9462025-10-27T23:06:33.371Z Downloaded quinn v0.11.5
9472025-10-27T23:06:33.371Z Downloaded proc-macro-error-attr2 v2.0.0
9482025-10-27T23:06:33.371Z Downloaded nanorand v0.7.0
9492025-10-27T23:06:33.371Z Downloaded linear-map v1.2.0
9502025-10-27T23:06:33.384Z Downloaded crossbeam-utils v0.8.21
9512025-10-27T23:06:33.384Z Downloaded ssh-cipher v0.2.0
9522025-10-27T23:06:33.384Z Downloaded sqlparser_derive v0.2.2
9532025-10-27T23:06:33.384Z Downloaded proc-macro-crate v1.3.1
9542025-10-27T23:06:33.384Z Downloaded pest_generator v2.8.2
9552025-10-27T23:06:33.384Z Downloaded itoa v1.0.11
9562025-10-27T23:06:33.385Z Downloaded crc32fast v1.4.2
9572025-10-27T23:06:33.385Z Downloaded ingot v0.1.1
9582025-10-27T23:06:33.385Z Downloaded hostname v0.4.0
9592025-10-27T23:06:33.386Z Downloaded smallvec v1.15.1
9602025-10-27T23:06:33.386Z Downloaded bumpalo v3.16.0
9612025-10-27T23:06:33.386Z Downloaded maybe-uninit v2.0.0
9622025-10-27T23:06:33.386Z Downloaded hyper-staticfile v0.10.1
9632025-10-27T23:06:33.428Z Downloaded typify v0.4.3
9642025-10-27T23:06:33.428Z Downloaded slog v2.7.0
9652025-10-27T23:06:33.428Z Downloaded serde_cbor v0.11.2
9662025-10-27T23:06:33.429Z Downloaded base64 v0.21.7
9672025-10-27T23:06:33.429Z Downloaded serde_with_macros v3.14.0
9682025-10-27T23:06:33.429Z Downloaded zeroize v1.8.1
9692025-10-27T23:06:33.429Z Downloaded heapless v0.7.17
9702025-10-27T23:06:33.429Z Downloaded tinytemplate v1.2.1
9712025-10-27T23:06:33.429Z Downloaded time-macros v0.2.24
9722025-10-27T23:06:33.429Z Downloaded prettyplease v0.2.36
9732025-10-27T23:06:33.443Z Downloaded whoami v1.5.2
9742025-10-27T23:06:33.443Z Downloaded russh-keys v0.45.0
9752025-10-27T23:06:33.443Z Downloaded papergrid v0.14.0
9762025-10-27T23:06:33.443Z Downloaded fancy-regex v0.14.0
9772025-10-27T23:06:33.443Z Downloaded typify-macro v0.4.3
9782025-10-27T23:06:33.444Z Downloaded writeable v0.5.5
9792025-10-27T23:06:33.444Z Downloaded which v4.4.2
9802025-10-27T23:06:33.444Z Downloaded utf8parse v0.2.2
9812025-10-27T23:06:33.444Z Downloaded utf8_iter v1.0.4
9822025-10-27T23:06:33.444Z Downloaded utf16_iter v1.0.5
9832025-10-27T23:06:33.444Z Downloaded sqlformat v0.3.5
9842025-10-27T23:06:33.444Z Downloaded icu_provider_macros v1.5.0
9852025-10-27T23:06:33.444Z Downloaded hubpack_derive v0.1.1
9862025-10-27T23:06:33.444Z Downloaded http-body v1.0.1
9872025-10-27T23:06:33.444Z Downloaded tui-tree-widget v0.23.1
9882025-10-27T23:06:33.445Z Downloaded termcolor v1.4.1
9892025-10-27T23:06:33.445Z Downloaded tinystr v0.7.6
9902025-10-27T23:06:33.445Z Downloaded serde_tokenstream v0.2.2
9912025-10-27T23:06:33.445Z Downloaded heapless v0.8.0
9922025-10-27T23:06:33.446Z Downloaded termios v0.3.3
9932025-10-27T23:06:33.461Z Downloaded tabled_derive v0.10.0
9942025-10-27T23:06:33.461Z Downloaded ssh-encoding v0.2.0
9952025-10-27T23:06:33.462Z Downloaded proc-macro-error2 v2.0.1
9962025-10-27T23:06:33.462Z Downloaded sct v0.7.1
9972025-10-27T23:06:33.462Z Downloaded flate2 v1.1.2
9982025-10-27T23:06:33.462Z Downloaded cobs v0.2.3
9992025-10-27T23:06:33.462Z Downloaded tiny-keccak v2.0.2
10002025-10-27T23:06:33.462Z Downloaded thread-id v5.0.0
10012025-10-27T23:06:33.462Z Downloaded slog-async v2.8.0
10022025-10-27T23:06:33.462Z Downloaded postgres-protocol v0.6.8
10032025-10-27T23:06:33.475Z Downloaded omicron-zone-package v0.12.2
10042025-10-27T23:06:33.475Z Downloaded futures v0.3.31
10052025-10-27T23:06:33.475Z Downloaded serde_path_to_error v0.1.17
10062025-10-27T23:06:33.475Z Downloaded unarray v0.1.4
10072025-10-27T23:06:33.475Z Downloaded allocator-api2 v0.2.21
10082025-10-27T23:06:33.479Z Downloaded bzip2 v0.5.2
10092025-10-27T23:06:33.490Z Downloaded progenitor-macro v0.11.2
10102025-10-27T23:06:33.490Z Downloaded flume v0.11.1
10112025-10-27T23:06:33.491Z Downloaded blake2 v0.10.6
10122025-10-27T23:06:33.491Z Downloaded fatfs v0.3.6
10132025-10-27T23:06:33.491Z Downloaded castaway v0.2.3
10142025-10-27T23:06:33.491Z Downloaded bzip2 v0.4.4
10152025-10-27T23:06:33.491Z Downloaded multimap v0.10.1
10162025-10-27T23:06:33.491Z Downloaded half v1.8.3
10172025-10-27T23:06:33.491Z Downloaded hash32 v0.3.1
10182025-10-27T23:06:33.491Z Downloaded rand_core v0.6.4
10192025-10-27T23:06:33.505Z Downloaded futures-lite v2.3.0
10202025-10-27T23:06:33.505Z Downloaded anstream v0.6.18
10212025-10-27T23:06:33.505Z Downloaded bitflags v2.9.4
10222025-10-27T23:06:33.505Z Downloaded backtrace v0.3.74
10232025-10-27T23:06:33.506Z Downloaded parse-display-derive v0.10.0
10242025-10-27T23:06:33.506Z Downloaded foldhash v0.1.5
10252025-10-27T23:06:33.550Z Downloaded futures-channel v0.3.31
10262025-10-27T23:06:33.550Z Downloaded async-process v2.3.0
10272025-10-27T23:06:33.550Z Downloaded camino-tempfile-ext v0.3.2
10282025-10-27T23:06:33.551Z Downloaded memoffset v0.9.1
10292025-10-27T23:06:33.551Z Downloaded group v0.13.0
10302025-10-27T23:06:33.551Z Downloaded globset v0.4.15
10312025-10-27T23:06:33.551Z Downloaded glob v0.3.2
10322025-10-27T23:06:33.553Z Downloaded ghash v0.5.1
10332025-10-27T23:06:33.553Z Downloaded gethostname v0.5.0
10342025-10-27T23:06:33.553Z Downloaded cbc v0.1.2
10352025-10-27T23:06:33.553Z Downloaded cassowary v0.3.0
10362025-10-27T23:06:33.553Z Downloaded async-trait v0.1.89
10372025-10-27T23:06:33.554Z Downloaded phf_shared v0.11.2
10382025-10-27T23:06:33.554Z Downloaded base64ct v1.6.0
10392025-10-27T23:06:33.554Z Downloaded async-recursion v1.1.1
10402025-10-27T23:06:33.554Z Downloaded async-executor v1.13.1
10412025-10-27T23:06:33.554Z Downloaded fs-err v2.11.0
10422025-10-27T23:06:33.554Z Downloaded fastrand v2.1.1
10432025-10-27T23:06:33.554Z Downloaded autocfg v1.4.0
10442025-10-27T23:06:33.554Z Downloaded async-signal v0.2.10
10452025-10-27T23:06:33.554Z Downloaded futures-macro v0.3.31
10462025-10-27T23:06:33.554Z Downloaded funty v2.0.0
10472025-10-27T23:06:33.554Z Downloaded form_urlencoded v1.2.2
10482025-10-27T23:06:33.555Z Downloaded fnv v1.0.7
10492025-10-27T23:06:33.555Z Downloaded float-cmp v0.10.0
10502025-10-27T23:06:33.555Z Downloaded filetime v0.2.25
10512025-10-27T23:06:33.555Z Downloaded either v1.15.0
10522025-10-27T23:06:33.555Z Downloaded backoff v0.4.0
10532025-10-27T23:06:33.555Z Downloaded arrayvec v0.7.6
10542025-10-27T23:06:33.555Z Downloaded generic-array v0.14.7
10552025-10-27T23:06:33.555Z Downloaded fixedbitset v0.4.2
10562025-10-27T23:06:33.555Z Downloaded event-listener-strategy v0.5.2
10572025-10-27T23:06:33.588Z Downloaded ff v0.13.0
10582025-10-27T23:06:33.588Z Downloaded bitfield v0.19.2
10592025-10-27T23:06:33.589Z Downloaded block-buffer v0.10.4
10602025-10-27T23:06:33.589Z Downloaded bit-vec v0.8.0
10612025-10-27T23:06:33.589Z Downloaded bit-vec v0.6.3
10622025-10-27T23:06:33.589Z Downloaded base16ct v0.2.0
10632025-10-27T23:06:33.589Z Downloaded anstyle v1.0.11
10642025-10-27T23:06:33.589Z Downloaded flagset v0.4.6
10652025-10-27T23:06:33.589Z Downloaded fd-lock v4.0.2
10662025-10-27T23:06:33.589Z Downloaded bitfield-macros v0.19.2
10672025-10-27T23:06:33.590Z Downloaded float-ord v0.3.2
10682025-10-27T23:06:33.590Z Downloaded fallible-iterator v0.2.0
10692025-10-27T23:06:33.590Z Downloaded bit-set v0.5.3
10702025-10-27T23:06:33.590Z Downloaded approx v0.5.1
10712025-10-27T23:06:33.590Z Downloaded async-channel v1.9.0
10722025-10-27T23:06:33.608Z Downloaded atty v0.2.14
10732025-10-27T23:06:33.609Z Downloaded dunce v1.0.5
10742025-10-27T23:06:33.609Z Downloaded aho-corasick v1.1.3
10752025-10-27T23:06:33.609Z Downloaded async-attributes v1.1.2
10762025-10-27T23:06:33.609Z Downloaded embedded-io v0.4.0
10772025-10-27T23:06:33.609Z Downloaded dtrace-parser v0.2.0
10782025-10-27T23:06:33.609Z Downloaded ascii-canvas v3.0.0
10792025-10-27T23:06:33.609Z Downloaded aes v0.8.4
10802025-10-27T23:06:33.833Z Downloaded aws-lc-sys v0.26.0
10812025-10-27T23:06:34.312Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
10822025-10-27T23:06:46.902Z Startup: Refreshing catalog 'helios-dev' ... Done
10832025-10-27T23:06:55.258Z Startup: Caching catalogs ... Done
10842025-10-27T23:07:07.175ZPlanning: Solver setup ... Done (10.465s)
10852025-10-27T23:07:07.267ZPlanning: Running solver ... Done (0.092s)
10862025-10-27T23:07:07.388ZPlanning: Finding local manifests ... Done (0.002s)
10872025-10-27T23:07:07.404ZPlanning: Fetching manifests: 0/4 0% complete
10882025-10-27T23:07:07.547ZPlanning: Fetching manifests: 4/4 100% complete
10892025-10-27T23:07:07.594ZPlanning: Package planning ... Done (0.047s)
10902025-10-27T23:07:07.647ZPlanning: Merging actions ... Done (0.052s)
10912025-10-27T23:07:07.927ZPlanning: Checking for conflicting actions ... Done (0.280s)
10922025-10-27T23:07:07.939ZPlanning: Consolidating action changes ... Done (0.011s)
10932025-10-27T23:07:08.749ZPlanning: Evaluating mediators ... Done (0.810s)
10942025-10-27T23:07:08.759ZPlanning: Planning completed in 13.37 seconds
10952025-10-27T23:07:08.773Z Packages to install: 4
10962025-10-27T23:07:08.773Z Mediators to change: 2
10972025-10-27T23:07:08.776Z Services to change: 1
10982025-10-27T23:07:08.776Z Estimated space available: 155.15 GB
10992025-10-27T23:07:08.776ZEstimated space to be consumed: 1.75 GB
11002025-10-27T23:07:08.776Z Create boot environment: No
11012025-10-27T23:07:08.776ZCreate backup boot environment: No
11022025-10-27T23:07:08.777Z Rebuild boot archive: No
11032025-10-27T23:07:08.777Z
11042025-10-27T23:07:08.777ZChanged mediators:
11052025-10-27T23:07:08.777Z mediator clang:
11062025-10-27T23:07:08.777Z version: None -> 15 (system default)
11072025-10-27T23:07:08.777Z
11082025-10-27T23:07:08.777Z mediator llvm:
11092025-10-27T23:07:08.777Z version: 14 (system default) -> 15 (system default)
11102025-10-27T23:07:08.777Z
11112025-10-27T23:07:08.777ZChanged packages:
11122025-10-27T23:07:08.777Zhelios-dev
11132025-10-27T23:07:08.777Z developer/build-essential
11142025-10-27T23:07:08.777Z None -> 11-2.0
11152025-10-27T23:07:08.777Z library/libxmlsec1
11162025-10-27T23:07:08.777Z None -> 1.2.35-2.0
11172025-10-27T23:07:08.777Z ooce/developer/clang-15
11182025-10-27T23:07:08.777Z None -> 15.0.7-2.0
11192025-10-27T23:07:08.777Z ooce/developer/llvm-15
11202025-10-27T23:07:08.777Z None -> 15.0.7-2.0
11212025-10-27T23:07:08.777Z
11222025-10-27T23:07:08.777ZServices:
11232025-10-27T23:07:08.777Z restart_fmri:
11242025-10-27T23:07:08.777Z svc:/system/update-man-index:default
11252025-10-27T23:07:08.829Z
11262025-10-27T23:07:08.829ZDownload: 0/3290 items 0.0/212.6MB 0% complete
11272025-10-27T23:07:13.966ZDownload: 2221/3290 items 119.2/212.6MB 56% complete (25.8M/s)
11282025-10-27T23:07:16.567ZDownload: Completed 212.60 MB in 7.74 seconds (27.5M/s)
11292025-10-27T23:07:16.896Z Actions: 1/3689 actions (Installing new actions)
11302025-10-27T23:07:21.511Z Actions: Completed 3689 actions in 4.62 seconds.
11312025-10-27T23:07:22.183Z Done (0.667s)
11322025-10-27T23:07:22.183Z Done (0.000s)
11332025-10-27T23:07:23.137Z Done (0.953s)
11342025-10-27T23:07:27.426Z Done (3.964s)
11352025-10-27T23:07:27.511Z Done (0.017s)
11362025-10-27T23:07:27.514Z Done (0.000s)
11372025-10-27T23:07:27.670Z Done (0.000s)
11382025-10-27T23:07:28.557ZPlanning: Evaluating mediator changes ... Done
11392025-10-27T23:07:28.720ZPlanning: Checking for conflicting actions ... Done
11402025-10-27T23:07:28.723ZPlanning: Consolidating action changes ... Done
11412025-10-27T23:07:29.005ZPlanning: Evaluating mediators ... Done
11422025-10-27T23:07:29.012ZPlanning: Planning completed in 0.44 seconds
11432025-10-27T23:07:29.030Z Mediators to change: 2
11442025-10-27T23:07:29.030Z Create boot environment: No
11452025-10-27T23:07:29.033ZCreate backup boot environment: No
11462025-10-27T23:07:29.104Z Done
11472025-10-27T23:07:29.104Z Done
11482025-10-27T23:07:29.772Z Done
11492025-10-27T23:07:33.473Z Done
11502025-10-27T23:07:33.563Z Done
11512025-10-27T23:07:33.575Z Done
11522025-10-27T23:07:33.721Z Done
11532025-10-27T23:07:34.336ZPlanning: Evaluating mediator changes ... Done
11542025-10-27T23:07:34.339ZPlanning: Merging actions ... Done
11552025-10-27T23:07:34.530ZPlanning: Checking for conflicting actions ... Done
11562025-10-27T23:07:34.533ZPlanning: Consolidating action changes ... Done
11572025-10-27T23:07:34.800ZPlanning: Evaluating mediators ... Done
11582025-10-27T23:07:34.857ZPlanning: Planning completed in 0.77 seconds
11592025-10-27T23:07:34.891Z Packages to change: 1
11602025-10-27T23:07:34.891Z Mediators to change: 1
11612025-10-27T23:07:34.894Z Services to change: 1
11622025-10-27T23:07:34.894Z Create boot environment: No
11632025-10-27T23:07:34.894ZCreate backup boot environment: Yes
11642025-10-27T23:07:37.419Z Actions: 1/6 actions (Updating modified actions)
11652025-10-27T23:07:37.426Z Actions: Completed 6 actions in 0.00 seconds.
11662025-10-27T23:07:37.426Z Done
11672025-10-27T23:07:37.426Z Done
11682025-10-27T23:07:37.612Z Done
11692025-10-27T23:07:41.314Z Done
11702025-10-27T23:07:41.400Z Done
11712025-10-27T23:07:41.404Z Done
11722025-10-27T23:07:41.569Z Done
11732025-10-27T23:07:42.017ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11742025-10-27T23:07:42.017Zclang system 15 system
11752025-10-27T23:07:42.017Zcsh system system illumos
11762025-10-27T23:07:42.017Zctags system system illumos
11772025-10-27T23:07:42.017Zfile system system illumos
11782025-10-27T23:07:42.017Zgcc vendor 12 vendor
11792025-10-27T23:07:42.017Zgcc system 10 system
11802025-10-27T23:07:42.017Zgcc system 7 system
11812025-10-27T23:07:42.017Zgo system 1.20 system
11822025-10-27T23:07:42.017Zgo system 1.19 system
11832025-10-27T23:07:42.017Zllvm system 15 system
11842025-10-27T23:07:42.017Zllvm system 14 system
11852025-10-27T23:07:42.018Zmariadb system 10.6 system
11862025-10-27T23:07:42.018Zmta vendor vendor dma
11872025-10-27T23:07:42.018Zopenjdk system 17 system
11882025-10-27T23:07:42.018Zopenjdk system 11 system
11892025-10-27T23:07:42.018Zopenjdk system 1.8 system
11902025-10-27T23:07:42.018Zopenssl vendor 3 vendor
11912025-10-27T23:07:42.018Zperl system 5.36 system
11922025-10-27T23:07:42.018Zpostgresql system 15 system
11932025-10-27T23:07:42.018Zpostgresql system 13 system
11942025-10-27T23:07:42.018Zpython vendor 3 vendor
11952025-10-27T23:07:42.018Zpython system 2 system
11962025-10-27T23:07:42.018Zpython3 system 3.11 system
11972025-10-27T23:07:42.018Zruby system 3.0 system
11982025-10-27T23:07:42.018Zwords vendor vendor american-english
11992025-10-27T23:07:42.018Zwords system system australian-english
12002025-10-27T23:07:42.018Zwords system system british-english
12012025-10-27T23:07:42.018Zwords system system canadian-english
12022025-10-27T23:07:42.018Zwords system system french
12032025-10-27T23:07:42.018Zwords system system italian
12042025-10-27T23:07:42.018Zwords system system ngerman
12052025-10-27T23:07:42.018Zwords system system ogerman
12062025-10-27T23:07:42.018Zwords system system spanish
12072025-10-27T23:07:42.351ZPUBLISHER TYPE STATUS P LOCATION
12082025-10-27T23:07:42.351Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
12092025-10-27T23:07:47.784ZFMRI IFO
12102025-10-27T23:07:47.784Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
12112025-10-27T23:07:47.784Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
12122025-10-27T23:07:47.784Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
12132025-10-27T23:07:47.784Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
12142025-10-27T23:07:47.784Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
12152025-10-27T23:07:47.784Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
12162025-10-27T23:07:47.784Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
12172025-10-27T23:07:47.784Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
12182025-10-27T23:07:47.784Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
12192025-10-27T23:07:47.784Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
12202025-10-27T23:07:47.784Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
12212025-10-27T23:07:47.784Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
12222025-10-27T23:07:47.784Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
12232025-10-27T23:07:47.784Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
12242025-10-27T23:07:47.784Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
12252025-10-27T23:07:47.784Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
12262025-10-27T23:07:49.319Z Downloading crates ...
12272025-10-27T23:07:49.409Z Downloaded cargo_toml v0.21.0
12282025-10-27T23:07:49.471Z Compiling proc-macro2 v1.0.101
12292025-10-27T23:07:49.475Z Compiling unicode-ident v1.0.19
12302025-10-27T23:07:49.475Z Compiling serde_core v1.0.226
12312025-10-27T23:07:49.475Z Compiling version_check v0.9.5
12322025-10-27T23:07:49.475Z Compiling serde v1.0.226
12332025-10-27T23:07:49.475Z Compiling libc v0.2.174
12342025-10-27T23:07:49.475Z Compiling memchr v2.7.4
12352025-10-27T23:07:49.578Z Compiling stable_deref_trait v1.2.0
12362025-10-27T23:07:49.798Z Compiling thiserror v2.0.17
12372025-10-27T23:07:49.824Z Compiling thiserror v1.0.69
12382025-10-27T23:07:50.261Z Compiling autocfg v1.4.0
12392025-10-27T23:07:50.350Z Compiling ryu v1.0.18
12402025-10-27T23:07:50.395Z Compiling writeable v0.5.5
12412025-10-27T23:07:50.691Z Compiling itoa v1.0.11
12422025-10-27T23:07:50.942Z Compiling litemap v0.7.3
12432025-10-27T23:07:50.960Z Compiling ucd-trie v0.1.7
12442025-10-27T23:07:51.150Z Compiling icu_locid_transform_data v1.5.0
12452025-10-27T23:07:51.264Z Compiling byteorder v1.5.0
12462025-10-27T23:07:51.377Z Compiling bitflags v2.9.4
12472025-10-27T23:07:51.430Z Compiling icu_properties_data v1.5.0
12482025-10-27T23:07:51.651Z Compiling errno v0.3.12
12492025-10-27T23:07:51.707Z Compiling quote v1.0.40
12502025-10-27T23:07:51.724Z Compiling serde_json v1.0.145
12512025-10-27T23:07:51.881Z Compiling num-traits v0.2.19
12522025-10-27T23:07:52.066Z Compiling syn v2.0.106
12532025-10-27T23:07:52.241Z Compiling hashbrown v0.16.0
12542025-10-27T23:07:52.268Z Compiling utf8_iter v1.0.4
12552025-10-27T23:07:52.305Z Compiling utf16_iter v1.0.5
12562025-10-27T23:07:52.336Z Compiling smallvec v1.15.1
12572025-10-27T23:07:52.499Z Compiling equivalent v1.0.2
12582025-10-27T23:07:52.514Z Compiling rustix v0.38.37
12592025-10-27T23:07:52.576Z Compiling typeid v1.0.3
12602025-10-27T23:07:52.633Z Compiling icu_normalizer_data v1.5.0
12612025-10-27T23:07:52.726Z Compiling write16 v1.0.0
12622025-10-27T23:07:53.124Z Compiling proc-macro-error-attr v1.0.4
12632025-10-27T23:07:53.190Z Compiling usdt-impl v0.5.0
12642025-10-27T23:07:53.337Z Compiling indexmap v2.11.4
12652025-10-27T23:07:53.355Z Compiling toml_write v0.1.2
12662025-10-27T23:07:53.468Z Compiling syn v1.0.109
12672025-10-27T23:07:53.487Z Compiling winnow v0.7.13
12682025-10-27T23:07:53.728Z Compiling thread-id v4.2.2
12692025-10-27T23:07:54.267Z Compiling proc-macro-error v1.0.4
12702025-10-27T23:07:54.605Z Compiling plain v0.2.3
12712025-10-27T23:07:54.773Z Compiling camino v1.2.0
12722025-10-27T23:07:54.951Z Compiling rustix v1.0.7
12732025-10-27T23:07:55.202Z Compiling log v0.4.27
12742025-10-27T23:07:55.402Z Compiling percent-encoding v2.3.2
12752025-10-27T23:07:55.536Z Compiling utf8parse v0.2.2
12762025-10-27T23:07:55.558Z Compiling getrandom v0.3.4
12772025-10-27T23:07:55.712Z Compiling anstyle-parse v0.2.5
12782025-10-27T23:07:55.756Z Compiling form_urlencoded v1.2.2
12792025-10-27T23:07:56.051Z Compiling ordered-float v2.10.1
12802025-10-27T23:07:56.063Z Compiling terminal_size v0.4.0
12812025-10-27T23:07:56.911Z Compiling colorchoice v1.0.2
12822025-10-27T23:07:57.028Z Compiling pretty-hex v0.4.1
12832025-10-27T23:07:57.046Z Compiling anstyle-query v1.1.1
12842025-10-27T23:07:57.088Z Compiling anstyle v1.0.11
12852025-10-27T23:07:57.104Z Compiling cfg-if v1.0.1
12862025-10-27T23:07:57.209Z Compiling is_terminal_polyfill v1.70.1
12872025-10-27T23:07:57.389Z Compiling semver v1.0.27
12882025-10-27T23:07:57.493Z Compiling anstream v0.6.18
12892025-10-27T23:07:58.091Z Compiling fs-err v3.1.1
12902025-10-27T23:07:58.121Z Compiling bytecount v0.6.8
12912025-10-27T23:07:58.174Z Compiling once_cell v1.21.3
12922025-10-27T23:07:58.345Z Compiling fnv v1.0.7
12932025-10-27T23:07:58.362Z Compiling heck v0.5.0
12942025-10-27T23:07:58.416Z Compiling anyhow v1.0.99
12952025-10-27T23:07:58.498Z Compiling unicode-xid v0.2.6
12962025-10-27T23:07:58.573Z Compiling strsim v0.11.1
12972025-10-27T23:07:58.701Z Compiling synstructure v0.13.1
12982025-10-27T23:07:58.845Z Compiling clap_lex v0.7.4
12992025-10-27T23:07:59.253Z Compiling heck v0.4.1
13002025-10-27T23:07:59.336Z Compiling unicode-width v0.1.14
13012025-10-27T23:07:59.375Z Compiling fastrand v2.1.1
13022025-10-27T23:07:59.575Z Compiling clap_builder v4.5.48
13032025-10-27T23:07:59.859Z Compiling papergrid v0.11.0
13042025-10-27T23:07:59.877Z Compiling tempfile v3.20.0
13052025-10-27T23:08:00.086Z Compiling memmap v0.7.0
13062025-10-27T23:08:00.176Z Compiling unicode-width v0.2.0
13072025-10-27T23:08:00.424Z Compiling smawk v0.3.2
13082025-10-27T23:08:00.644Z Compiling unicode-linebreak v0.1.5
13092025-10-27T23:08:00.661Z Compiling camino-tempfile v1.4.1
13102025-10-27T23:08:01.132Z Compiling textwrap v0.16.2
13112025-10-27T23:08:01.297Z Compiling swrite v0.1.0
13122025-10-27T23:08:01.435Z Compiling tabled_derive v0.7.0
13132025-10-27T23:08:01.450Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13142025-10-27T23:08:02.697Z Compiling serde_derive v1.0.226
13152025-10-27T23:08:02.698Z Compiling zerofrom-derive v0.1.4
13162025-10-27T23:08:02.701Z Compiling yoke-derive v0.7.4
13172025-10-27T23:08:02.701Z Compiling zerovec-derive v0.10.3
13182025-10-27T23:08:02.753Z Compiling thiserror-impl v2.0.17
13192025-10-27T23:08:03.136Z Compiling displaydoc v0.2.5
13202025-10-27T23:08:04.662Z Compiling icu_provider_macros v1.5.0
13212025-10-27T23:08:05.182Z Compiling thiserror-impl v1.0.69
13222025-10-27T23:08:05.319Z Compiling zerocopy-derive v0.7.35
13232025-10-27T23:08:05.688Z Compiling scroll_derive v0.12.0
13242025-10-27T23:08:05.995Z Compiling pest v2.8.2
13252025-10-27T23:08:06.110Z Compiling zerofrom v0.1.4
13262025-10-27T23:08:06.350Z Compiling yoke v0.7.4
13272025-10-27T23:08:06.769Z Compiling zerovec v0.10.4
13282025-10-27T23:08:07.044Z Compiling scroll v0.12.0
13292025-10-27T23:08:07.071Z Compiling clap_derive v4.5.47
13302025-10-27T23:08:07.283Z Compiling zerocopy v0.7.35
13312025-10-27T23:08:07.595Z Compiling goblin v0.8.2
13322025-10-27T23:08:08.106Z Compiling tabled v0.15.0
13332025-10-27T23:08:08.584Z Compiling tinystr v0.7.6
13342025-10-27T23:08:08.642Z Compiling pest_meta v2.8.2
13352025-10-27T23:08:08.749Z Compiling icu_collections v1.5.0
13362025-10-27T23:08:08.955Z Compiling icu_locid v1.5.0
13372025-10-27T23:08:10.008Z Compiling pest_generator v2.8.2
13382025-10-27T23:08:10.786Z Compiling icu_provider v1.5.0
13392025-10-27T23:08:10.922Z Compiling toml_datetime v0.6.11
13402025-10-27T23:08:10.970Z Compiling serde_spanned v0.6.9
13412025-10-27T23:08:10.989Z Compiling dof v0.3.0
13422025-10-27T23:08:11.215Z Compiling serde_tokenstream v0.2.2
13432025-10-27T23:08:11.455Z Compiling toml_edit v0.22.27
13442025-10-27T23:08:11.795Z Compiling icu_locid_transform v1.5.0
13452025-10-27T23:08:11.812Z Compiling erased-serde v0.4.6
13462025-10-27T23:08:11.815Z Compiling serde-value v0.7.0
13472025-10-27T23:08:11.873Z Compiling cargo-platform v0.2.0
13482025-10-27T23:08:12.414Z Compiling clap v4.5.48
13492025-10-27T23:08:12.543Z Compiling macaddr v1.0.1
13502025-10-27T23:08:12.836Z Compiling pest_derive v2.8.2
13512025-10-27T23:08:12.945Z Compiling serde-untagged v0.1.7
13522025-10-27T23:08:13.122Z Compiling icu_properties v1.5.1
13532025-10-27T23:08:13.639Z Compiling dtrace-parser v0.2.0
13542025-10-27T23:08:14.809Z Compiling toml v0.8.23
13552025-10-27T23:08:15.437Z Compiling usdt-attr-macro v0.5.0
13562025-10-27T23:08:15.489Z Compiling usdt-macro v0.5.0
13572025-10-27T23:08:15.714Z Compiling cargo_toml v0.21.0
13582025-10-27T23:08:16.510Z Compiling usdt v0.5.0
13592025-10-27T23:08:16.520Z Compiling icu_normalizer v1.5.0
13602025-10-27T23:08:17.166Z Compiling idna_adapter v1.2.0
13612025-10-27T23:08:17.299Z Compiling idna v1.0.3
13622025-10-27T23:08:17.677Z Compiling url v2.5.4
13632025-10-27T23:08:18.496Z Compiling cargo-util-schemas v0.8.2
13642025-10-27T23:08:19.827Z Compiling cargo_metadata v0.21.0
13652025-10-27T23:08:21.326Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13662025-10-27T23:08:24.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.15s
13672025-10-27T23:08:24.825Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
13682025-10-27T23:08:25.961Z Compiling value-bag v1.9.0
13692025-10-27T23:08:25.961Z Compiling lock_api v0.4.12
13702025-10-27T23:08:25.961Z Compiling scopeguard v1.2.0
13712025-10-27T23:08:25.965Z Compiling shlex v1.3.0
13722025-10-27T23:08:25.965Z Compiling typenum v1.17.0
13732025-10-27T23:08:26.127Z Compiling syn v2.0.106
13742025-10-27T23:08:26.137Z Compiling getrandom v0.2.15
13752025-10-27T23:08:26.140Z Compiling jobserver v0.1.32
13762025-10-27T23:08:26.254Z Compiling generic-array v0.14.7
13772025-10-27T23:08:26.501Z Compiling rand_core v0.6.4
13782025-10-27T23:08:26.583Z Compiling log v0.4.27
13792025-10-27T23:08:26.630Z Compiling cc v1.2.30
13802025-10-27T23:08:26.649Z Compiling smallvec v1.15.1
13812025-10-27T23:08:27.045Z Compiling subtle v2.6.1
13822025-10-27T23:08:27.066Z Compiling portable-atomic v1.11.0
13832025-10-27T23:08:27.069Z Compiling critical-section v1.1.3
13842025-10-27T23:08:27.106Z Compiling const-oid v0.9.6
13852025-10-27T23:08:27.270Z Compiling pkg-config v0.3.31
13862025-10-27T23:08:27.295Z Compiling spin v0.9.8
13872025-10-27T23:08:27.373Z Compiling parking_lot_core v0.9.10
13882025-10-27T23:08:27.676Z Compiling regex-syntax v0.8.5
13892025-10-27T23:08:27.801Z Compiling getrandom v0.3.4
13902025-10-27T23:08:28.467Z Compiling pin-project-lite v0.2.14
13912025-10-27T23:08:28.486Z Compiling serde_json v1.0.145
13922025-10-27T23:08:28.652Z Compiling rustix v0.38.37
13932025-10-27T23:08:29.296Z Compiling once_cell v1.21.3
13942025-10-27T23:08:29.515Z Compiling signal-hook-registry v1.4.2
13952025-10-27T23:08:29.578Z Compiling libm v0.2.8
13962025-10-27T23:08:29.696Z Compiling parking_lot v0.12.3
13972025-10-27T23:08:29.786Z Compiling mio v1.0.2
13982025-10-27T23:08:29.988Z Compiling num-traits v0.2.19
13992025-10-27T23:08:30.183Z Compiling futures-core v0.3.31
14002025-10-27T23:08:30.315Z Compiling allocator-api2 v0.2.21
14012025-10-27T23:08:30.450Z Compiling lazy_static v1.5.0
14022025-10-27T23:08:30.596Z Compiling aho-corasick v1.1.3
14032025-10-27T23:08:30.618Z Compiling socket2 v0.6.0
14042025-10-27T23:08:30.793Z Compiling slab v0.4.9
14052025-10-27T23:08:31.044Z Compiling cpufeatures v0.2.14
14062025-10-27T23:08:31.151Z Compiling percent-encoding v2.3.2
14072025-10-27T23:08:31.330Z Compiling either v1.15.0
14082025-10-27T23:08:31.560Z Compiling glob v0.3.2
14092025-10-27T23:08:31.608Z Compiling futures-sink v0.3.31
14102025-10-27T23:08:31.781Z Compiling futures-channel v0.3.31
14112025-10-27T23:08:31.801Z Compiling pin-utils v0.1.0
14122025-10-27T23:08:31.921Z Compiling futures-task v0.3.31
14132025-10-27T23:08:32.031Z Compiling prettyplease v0.2.36
14142025-10-27T23:08:32.199Z Compiling futures-io v0.3.31
14152025-10-27T23:08:32.251Z Compiling hashbrown v0.16.0
14162025-10-27T23:08:32.382Z Compiling clang-sys v1.8.1
14172025-10-27T23:08:32.438Z Compiling minimal-lexical v0.2.1
14182025-10-27T23:08:32.462Z Compiling libloading v0.8.5
14192025-10-27T23:08:32.866Z Compiling regex-automata v0.4.11
14202025-10-27T23:08:32.949Z Compiling nom v7.1.3
14212025-10-27T23:08:33.105Z Compiling home v0.5.9
14222025-10-27T23:08:33.331Z Compiling synstructure v0.13.1
14232025-10-27T23:08:33.334Z Compiling base64ct v1.6.0
14242025-10-27T23:08:33.384Z Compiling bindgen v0.69.5
14252025-10-27T23:08:33.389Z Compiling indexmap v2.11.4
14262025-10-27T23:08:33.931Z Compiling pem-rfc7468 v0.7.0
14272025-10-27T23:08:34.711Z Compiling itertools v0.12.1
14282025-10-27T23:08:34.851Z Compiling rustc-hash v1.1.0
14292025-10-27T23:08:34.914Z Compiling flagset v0.4.6
14302025-10-27T23:08:35.028Z Compiling lazycell v1.3.0
14312025-10-27T23:08:35.146Z Compiling form_urlencoded v1.2.2
14322025-10-27T23:08:35.227Z Compiling rand_core v0.9.3
14332025-10-27T23:08:35.474Z Compiling cmake v0.1.51
14342025-10-27T23:08:35.803Z Compiling fs_extra v1.3.0
14352025-10-27T23:08:36.201Z Compiling cexpr v0.6.0
14362025-10-27T23:08:36.366Z Compiling paste v1.0.15
14372025-10-27T23:08:36.371Z Compiling dunce v1.0.5
14382025-10-27T23:08:36.559Z Compiling rustc_version v0.4.1
14392025-10-27T23:08:37.023Z Compiling foldhash v0.1.5
14402025-10-27T23:08:37.205Z Compiling iana-time-zone v0.1.63
14412025-10-27T23:08:37.296Z Compiling rustversion v1.0.22
14422025-10-27T23:08:37.327Z Compiling ident_case v1.0.1
14432025-10-27T23:08:37.530Z Compiling vcpkg v0.2.15
14442025-10-27T23:08:37.552Z Compiling darling_core v0.20.10
14452025-10-27T23:08:37.574Z Compiling hashbrown v0.15.4
14462025-10-27T23:08:38.188Z Compiling serde_derive v1.0.226
14472025-10-27T23:08:38.739Z Compiling zeroize_derive v1.4.2
14482025-10-27T23:08:38.779Z Compiling zerofrom-derive v0.1.4
14492025-10-27T23:08:39.177Z Compiling yoke-derive v0.7.4
14502025-10-27T23:08:39.312Z Compiling zerovec-derive v0.10.3
14512025-10-27T23:08:40.155Z Compiling zeroize v1.8.1
14522025-10-27T23:08:41.749Z Compiling zerocopy-derive v0.7.35
14532025-10-27T23:08:41.856Z Compiling displaydoc v0.2.5
14542025-10-27T23:08:41.970Z Compiling crypto-common v0.1.6
14552025-10-27T23:08:42.208Z Compiling block-buffer v0.10.4
14562025-10-27T23:08:42.259Z Compiling zerofrom v0.1.4
14572025-10-27T23:08:42.501Z Compiling digest v0.10.7
14582025-10-27T23:08:42.523Z Compiling yoke v0.7.4
14592025-10-27T23:08:42.907Z Compiling zerovec v0.10.4
14602025-10-27T23:08:42.998Z Compiling tokio-macros v2.5.0
14612025-10-27T23:08:43.021Z Compiling icu_provider_macros v1.5.0
14622025-10-27T23:08:43.229Z Compiling hmac v0.12.1
14632025-10-27T23:08:43.366Z Compiling thiserror-impl v2.0.17
14642025-10-27T23:08:43.486Z Compiling block-padding v0.3.3
14652025-10-27T23:08:43.704Z Compiling zerocopy v0.7.35
14662025-10-27T23:08:43.761Z Compiling futures-macro v0.3.31
14672025-10-27T23:08:44.067Z Compiling inout v0.1.3
14682025-10-27T23:08:44.341Z Compiling regex v1.11.3
14692025-10-27T23:08:44.444Z Compiling cipher v0.4.4
14702025-10-27T23:08:44.893Z Compiling tinystr v0.7.6
14712025-10-27T23:08:44.973Z Compiling icu_collections v1.5.0
14722025-10-27T23:08:44.998Z Compiling ppv-lite86 v0.2.20
14732025-10-27T23:08:45.053Z Compiling sha2 v0.10.9
14742025-10-27T23:08:45.277Z Compiling icu_locid v1.5.0
14752025-10-27T23:08:45.299Z Compiling der_derive v0.7.3
14762025-10-27T23:08:45.551Z Compiling serde v1.0.226
14772025-10-27T23:08:45.572Z Compiling futures-util v0.3.31
14782025-10-27T23:08:45.757Z Compiling salsa20 v0.10.2
14792025-10-27T23:08:46.000Z Compiling pbkdf2 v0.12.2
14802025-10-27T23:08:46.184Z Compiling scrypt v0.11.0
14812025-10-27T23:08:46.188Z Compiling rand_chacha v0.9.0
14822025-10-27T23:08:46.388Z Compiling icu_provider v1.5.0
14832025-10-27T23:08:46.764Z Compiling bitflags v2.9.4
14842025-10-27T23:08:46.786Z Compiling bytes v1.10.1
14852025-10-27T23:08:47.233Z Compiling icu_locid_transform v1.5.0
14862025-10-27T23:08:47.444Z Compiling thiserror v2.0.17
14872025-10-27T23:08:47.620Z Compiling pest v2.8.2
14882025-10-27T23:08:47.668Z Compiling der v0.7.10
14892025-10-27T23:08:48.230Z Compiling tokio v1.47.0
14902025-10-27T23:08:48.270Z Compiling http v1.3.1
14912025-10-27T23:08:48.532Z Compiling icu_properties v1.5.1
14922025-10-27T23:08:49.570Z Compiling spki v0.7.3
14932025-10-27T23:08:49.982Z Compiling uuid v1.18.1
14942025-10-27T23:08:50.370Z Compiling pest_meta v2.8.2
14952025-10-27T23:08:50.498Z Compiling chrono v0.4.42
14962025-10-27T23:08:50.571Z Compiling which v4.4.2
14972025-10-27T23:08:51.118Z Compiling aes v0.8.4
14982025-10-27T23:08:51.526Z Compiling cbc v0.1.2
14992025-10-27T23:08:51.615Z Compiling openssl-sys v0.9.109
15002025-10-27T23:08:51.763Z Compiling rand v0.9.2
15012025-10-27T23:08:52.752Z Compiling icu_normalizer v1.5.0
15022025-10-27T23:08:53.374Z Compiling pkcs5 v0.7.1
15032025-10-27T23:08:53.517Z Compiling pest_generator v2.8.2
15042025-10-27T23:08:53.913Z Compiling idna_adapter v1.2.0
15052025-10-27T23:08:53.935Z Compiling darling_macro v0.20.10
15062025-10-27T23:08:54.167Z Compiling idna v1.0.3
15072025-10-27T23:08:54.426Z Compiling tracing-attributes v0.1.27
15082025-10-27T23:08:54.447Z Compiling ring v0.17.14
15092025-10-27T23:08:54.769Z Compiling url v2.5.4
15102025-10-27T23:08:54.859Z Compiling tracing-core v0.1.32
15112025-10-27T23:08:55.254Z Compiling rustix v1.0.7
15122025-10-27T23:08:55.526Z Compiling aws-lc-rs v1.12.4
15132025-10-27T23:08:55.661Z Compiling adler2 v2.0.0
15142025-10-27T23:08:55.897Z Compiling miniz_oxide v0.8.5
15152025-10-27T23:08:56.017Z Compiling pest_derive v2.8.2
15162025-10-27T23:08:56.112Z Compiling darling v0.20.10
15172025-10-27T23:08:56.249Z Compiling pkcs8 v0.10.2
15182025-10-27T23:08:56.447Z Compiling http-body v1.0.1
15192025-10-27T23:08:56.706Z Compiling tokio-util v0.7.15
15202025-10-27T23:08:56.854Z Compiling scroll_derive v0.12.0
15212025-10-27T23:08:56.915Z Compiling thiserror-impl v1.0.69
15222025-10-27T23:08:57.330Z Compiling serde_derive_internals v0.29.1
15232025-10-27T23:08:57.560Z Compiling tracing v0.1.40
15242025-10-27T23:08:58.063Z Compiling httparse v1.9.5
15252025-10-27T23:08:58.173Z Compiling tinyvec_macros v0.1.1
15262025-10-27T23:08:58.292Z Compiling base64 v0.22.1
15272025-10-27T23:08:58.739Z Compiling schemars v0.8.22
15282025-10-27T23:08:58.891Z Compiling rustls-pki-types v1.10.0
15292025-10-27T23:08:58.975Z Compiling zerocopy v0.8.27
15302025-10-27T23:08:59.208Z Compiling tinyvec v1.8.0
15312025-10-27T23:08:59.492Z Compiling schemars_derive v0.8.22
15322025-10-27T23:08:59.631Z Compiling thiserror v1.0.69
15332025-10-27T23:08:59.795Z Compiling scroll v0.12.0
15342025-10-27T23:08:59.815Z Compiling zerocopy-derive v0.8.27
15352025-10-27T23:09:00.334Z Compiling bzip2-sys v0.1.13+1.0.8
15362025-10-27T23:09:00.657Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15372025-10-27T23:09:00.784Z Compiling time-core v0.1.6
15382025-10-27T23:09:01.116Z Compiling powerfmt v0.2.0
15392025-10-27T23:09:01.182Z Compiling untrusted v0.7.1
15402025-10-27T23:09:01.367Z Compiling atomic-waker v1.1.2
15412025-10-27T23:09:01.390Z Compiling openssl-probe v0.1.5
15422025-10-27T23:09:01.452Z Compiling num-conv v0.1.0
15432025-10-27T23:09:01.592Z Compiling try-lock v0.2.5
15442025-10-27T23:09:01.650Z Compiling untrusted v0.9.0
15452025-10-27T23:09:01.772Z Compiling foreign-types-shared v0.1.1
15462025-10-27T23:09:01.772Z Compiling dyn-clone v1.0.20
15472025-10-27T23:09:01.815Z Compiling tower-service v0.3.3
15482025-10-27T23:09:01.848Z Compiling openssl v0.10.73
15492025-10-27T23:09:01.907Z Compiling foreign-types v0.3.2
15502025-10-27T23:09:01.965Z Compiling tempfile v3.20.0
15512025-10-27T23:09:02.053Z Compiling time-macros v0.2.24
15522025-10-27T23:09:02.351Z Compiling want v0.3.1
15532025-10-27T23:09:02.598Z Compiling h2 v0.4.6
15542025-10-27T23:09:02.759Z Compiling deranged v0.5.3
15552025-10-27T23:09:05.441Z Compiling goblin v0.8.2
15562025-10-27T23:09:06.061Z Compiling ipnet v2.11.0
15572025-10-27T23:09:06.184Z Compiling openssl-macros v0.1.1
15582025-10-27T23:09:06.286Z Compiling wait-timeout v0.2.0
15592025-10-27T23:09:06.821Z Compiling syn v1.0.109
15602025-10-27T23:09:06.986Z Compiling native-tls v0.2.12
15612025-10-27T23:09:07.141Z Compiling crossbeam-utils v0.8.21
15622025-10-27T23:09:07.262Z Compiling gimli v0.31.1
15632025-10-27T23:09:07.350Z Compiling quick-error v1.2.3
15642025-10-27T23:09:07.471Z Compiling httpdate v1.0.3
15652025-10-27T23:09:07.523Z Compiling num_threads v0.1.7
15662025-10-27T23:09:07.698Z Compiling bit-vec v0.8.0
15672025-10-27T23:09:07.717Z Compiling rustls v0.23.19
15682025-10-27T23:09:07.896Z Compiling time v0.3.43
15692025-10-27T23:09:08.059Z Compiling bit-set v0.8.0
15702025-10-27T23:09:08.142Z Compiling rusty-fork v0.3.0
15712025-10-27T23:09:08.969Z Compiling unicode-normalization v0.1.24
15722025-10-27T23:09:10.056Z Compiling hyper v1.7.0
15732025-10-27T23:09:11.429Z Compiling addr2line v0.24.2
15742025-10-27T23:09:11.862Z Compiling dof v0.3.0
15752025-10-27T23:09:12.086Z Compiling dtrace-parser v0.2.0
15762025-10-27T23:09:12.144Z Compiling derive_builder_core v0.20.2
15772025-10-27T23:09:13.552Z Compiling signature v2.2.0
15782025-10-27T23:09:13.647Z Compiling scroll_derive v0.13.1
15792025-10-27T23:09:13.856Z Compiling heapless v0.7.17
15802025-10-27T23:09:13.921Z Compiling rand_xorshift v0.4.0
15812025-10-27T23:09:14.166Z Compiling cookie v0.18.1
15822025-10-27T23:09:14.195Z Compiling object v0.36.5
15832025-10-27T23:09:14.214Z Compiling crc32fast v1.4.2
15842025-10-27T23:09:14.325Z Compiling signal-hook v0.3.18
15852025-10-27T23:09:14.483Z Compiling zstd-safe v7.2.3
15862025-10-27T23:09:14.562Z Compiling slog v2.7.0
15872025-10-27T23:09:14.649Z Compiling siphasher v0.3.11
15882025-10-27T23:09:14.851Z Compiling rustc-demangle v0.1.24
15892025-10-27T23:09:15.011Z Compiling anyhow v1.0.99
15902025-10-27T23:09:15.052Z Compiling unicode-properties v0.1.3
15912025-10-27T23:09:15.384Z Compiling zlib-rs v0.5.1
15922025-10-27T23:09:15.487Z Compiling unicode-bidi v0.3.17
15932025-10-27T23:09:15.549Z Compiling unarray v0.1.4
15942025-10-27T23:09:15.809Z Compiling proptest v1.7.0
15952025-10-27T23:09:15.949Z Compiling scroll v0.13.0
15962025-10-27T23:09:16.149Z Compiling stringprep v0.1.5
15972025-10-27T23:09:16.574Z Compiling phf_shared v0.11.2
15982025-10-27T23:09:16.959Z Compiling derive_builder_macro v0.20.2
15992025-10-27T23:09:17.070Z Compiling usdt-impl v0.5.0
16002025-10-27T23:09:17.146Z Compiling hyper-util v0.1.17
16012025-10-27T23:09:18.413Z Compiling ipnetwork v0.21.1
16022025-10-27T23:09:19.057Z Compiling serde_spanned v0.6.9
16032025-10-27T23:09:19.176Z Compiling toml_datetime v0.6.11
16042025-10-27T23:09:19.338Z Compiling serde_tokenstream v0.2.2
16052025-10-27T23:09:19.698Z Compiling rand_chacha v0.3.1
16062025-10-27T23:09:19.852Z Compiling md-5 v0.10.6
16072025-10-27T23:09:20.178Z Compiling vergen-lib v0.1.6
16082025-10-27T23:09:20.458Z Compiling backtrace v0.3.74
16092025-10-27T23:09:20.961Z Compiling curve25519-dalek v4.1.3
16102025-10-27T23:09:21.040Z Compiling num-integer v0.1.46
16112025-10-27T23:09:21.668Z Compiling libz-rs-sys v0.5.1
16122025-10-27T23:09:21.750Z Compiling sync_wrapper v1.0.1
16132025-10-27T23:09:21.931Z Compiling ff v0.13.0
16142025-10-27T23:09:21.979Z Compiling hash32 v0.2.1
16152025-10-27T23:09:22.044Z Compiling memoffset v0.9.1
16162025-10-27T23:09:22.196Z Compiling base16ct v0.2.0
16172025-10-27T23:09:22.360Z Compiling num-bigint-dig v0.8.4
16182025-10-27T23:09:22.387Z Compiling cfg_aliases v0.2.1
16192025-10-27T23:09:22.400Z Compiling fallible-iterator v0.2.0
16202025-10-27T23:09:22.496Z Compiling ref-cast v1.0.24
16212025-10-27T23:09:22.522Z Compiling litrs v0.4.1
16222025-10-27T23:09:22.724Z Compiling tower-layer v0.3.3
16232025-10-27T23:09:23.008Z Compiling psl-types v2.0.11
16242025-10-27T23:09:23.028Z Compiling smoltcp v0.9.1
16252025-10-27T23:09:23.077Z Compiling postgres-protocol v0.6.8
16262025-10-27T23:09:23.238Z Compiling publicsuffix v2.3.0
16272025-10-27T23:09:23.326Z Compiling tower v0.5.2
16282025-10-27T23:09:23.540Z Compiling nix v0.29.0
16292025-10-27T23:09:23.571Z Compiling document-features v0.2.11
16302025-10-27T23:09:23.870Z Compiling sec1 v0.7.3
16312025-10-27T23:09:24.317Z Compiling group v0.13.0
16322025-10-27T23:09:24.414Z Compiling flate2 v1.1.2
16332025-10-27T23:09:24.567Z Compiling newtype-uuid v1.3.1
16342025-10-27T23:09:24.651Z Compiling num-iter v0.1.45
16352025-10-27T23:09:24.921Z Compiling rand v0.8.5
16362025-10-27T23:09:25.120Z Compiling oxnet v0.1.3
16372025-10-27T23:09:25.247Z Compiling derive_builder v0.20.2
16382025-10-27T23:09:25.282Z Compiling tokio-native-tls v0.3.1
16392025-10-27T23:09:25.868Z Compiling goblin v0.10.2
16402025-10-27T23:09:26.469Z Compiling rustls-native-certs v0.8.1
16412025-10-27T23:09:26.647Z Compiling webpki-roots v1.0.1
16422025-10-27T23:09:26.740Z Compiling http-body-util v0.1.3
16432025-10-27T23:09:26.878Z Compiling terminal_size v0.4.0
16442025-10-27T23:09:26.934Z Compiling cargo-platform v0.1.8
16452025-10-27T23:09:27.051Z Compiling hkdf v0.12.4
16462025-10-27T23:09:27.133Z Compiling crypto-bigint v0.5.5
16472025-10-27T23:09:27.229Z Compiling vergen v9.0.6
16482025-10-27T23:09:27.333Z Compiling daft-derive v0.1.4
16492025-10-27T23:09:27.419Z Compiling async-trait v0.1.89
16502025-10-27T23:09:27.573Z Compiling strum_macros v0.27.2
16512025-10-27T23:09:28.966Z Compiling curve25519-dalek-derive v0.1.1
16522025-10-27T23:09:29.129Z Compiling hubpack_derive v0.1.1
16532025-10-27T23:09:29.877Z Compiling ref-cast-impl v1.0.24
16542025-10-27T23:09:30.052Z Compiling ahash v0.8.12
16552025-10-27T23:09:30.376Z Compiling fs-err v3.1.1
16562025-10-27T23:09:30.424Z Compiling managed v0.8.0
16572025-10-27T23:09:30.722Z Compiling usdt-impl v0.6.0
16582025-10-27T23:09:30.884Z Compiling buf-list v1.0.3
16592025-10-27T23:09:31.012Z Compiling iri-string v0.7.8
16602025-10-27T23:09:31.105Z Compiling simd-adler32 v0.3.7
16612025-10-27T23:09:31.535Z Compiling winnow v0.5.40
16622025-10-27T23:09:31.669Z Compiling bumpalo v3.16.0
16632025-10-27T23:09:32.185Z Compiling lockfree-object-pool v0.1.6
16642025-10-27T23:09:32.443Z Compiling bitflags v1.3.2
16652025-10-27T23:09:32.546Z Compiling strum v0.27.2
16662025-10-27T23:09:32.758Z Compiling zopfli v0.8.1
16672025-10-27T23:09:33.009Z Compiling clap_builder v4.5.48
16682025-10-27T23:09:34.303Z Compiling tower-http v0.6.6
16692025-10-27T23:09:34.493Z Compiling dof v0.4.0
16702025-10-27T23:09:34.881Z Compiling toml_edit v0.19.15
16712025-10-27T23:09:35.345Z Compiling hubpack v0.1.2
16722025-10-27T23:09:35.769Z Compiling elliptic-curve v0.13.8
16732025-10-27T23:09:36.605Z Compiling daft v0.1.4
16742025-10-27T23:09:36.874Z Compiling cargo_metadata v0.19.2
16752025-10-27T23:09:37.015Z Compiling hyper-tls v0.6.0
16762025-10-27T23:09:37.418Z Compiling cookie_store v0.21.1
16772025-10-27T23:09:38.913Z Compiling signal-hook-mio v0.2.4
16782025-10-27T23:09:39.104Z Compiling zstd v0.13.3
16792025-10-27T23:09:40.454Z Compiling postgres-types v0.2.9
16802025-10-27T23:09:40.471Z Compiling usdt-macro v0.5.0
16812025-10-27T23:09:40.585Z Compiling usdt-attr-macro v0.5.0
16822025-10-27T23:09:41.362Z Compiling phf v0.11.2
16832025-10-27T23:09:41.439Z Compiling ed25519 v2.2.3
16842025-10-27T23:09:41.669Z Compiling bzip2 v0.4.4
16852025-10-27T23:09:41.673Z Compiling bzip2 v0.5.2
16862025-10-27T23:09:41.954Z Compiling dtrace-parser v0.3.0
16872025-10-27T23:09:42.066Z Compiling pkcs1 v0.7.5
16882025-10-27T23:09:42.100Z Compiling serde_with_macros v3.14.0
16892025-10-27T23:09:42.155Z Compiling serde-big-array v0.5.1
16902025-10-27T23:09:42.398Z Compiling serde_urlencoded v0.7.1
16912025-10-27T23:09:42.926Z Compiling rfc6979 v0.4.0
16922025-10-27T23:09:42.977Z Compiling strum_macros v0.26.4
16932025-10-27T23:09:43.011Z Compiling serde_repr v0.1.19
16942025-10-27T23:09:43.073Z Compiling enum-as-inner v0.6.1
16952025-10-27T23:09:43.580Z Compiling clap_derive v4.5.47
16962025-10-27T23:09:43.853Z Compiling bstr v1.10.0
16972025-10-27T23:09:44.093Z Compiling float-cmp v0.10.0
16982025-10-27T23:09:44.110Z Compiling env_filter v0.1.2
16992025-10-27T23:09:44.375Z Compiling thread-id v5.0.0
17002025-10-27T23:09:44.539Z Compiling socket2 v0.5.10
17012025-10-27T23:09:44.656Z Compiling encoding_rs v0.8.34
17022025-10-27T23:09:44.747Z Compiling new_debug_unreachable v1.0.6
17032025-10-27T23:09:44.858Z Compiling mime v0.3.17
17042025-10-27T23:09:45.326Z Compiling rustc-hash v2.1.1
17052025-10-27T23:09:45.346Z Compiling fixedbitset v0.4.2
17062025-10-27T23:09:45.395Z Compiling predicates-core v1.0.8
17072025-10-27T23:09:45.534Z Compiling difflib v0.4.0
17082025-10-27T23:09:45.726Z Compiling normalize-line-endings v0.3.0
17092025-10-27T23:09:45.781Z Compiling data-encoding v2.9.0
17102025-10-27T23:09:45.873Z Compiling foldhash v0.2.0
17112025-10-27T23:09:46.289Z Compiling keccak v0.1.5
17122025-10-27T23:09:46.850Z Compiling precomputed-hash v0.1.1
17132025-10-27T23:09:47.001Z Compiling static_assertions v1.1.0
17142025-10-27T23:09:47.133Z Compiling whoami v1.5.2
17152025-10-27T23:09:47.330Z Compiling unicode-segmentation v1.12.0
17162025-10-27T23:09:47.464Z Compiling tokio-postgres v0.7.13
17172025-10-27T23:09:47.553Z Compiling strum v0.26.3
17182025-10-27T23:09:47.686Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
17192025-10-27T23:09:47.753Z Compiling string_cache v0.8.9
17202025-10-27T23:09:47.866Z Compiling clap v4.5.48
17212025-10-27T23:09:48.004Z Compiling sha3 v0.10.8
17222025-10-27T23:09:48.184Z Compiling similar v2.7.0
17232025-10-27T23:09:48.201Z Compiling hickory-proto v0.25.2
17242025-10-27T23:09:48.333Z Compiling iddqd v0.3.13
17252025-10-27T23:09:49.064Z Compiling predicates v3.1.3
17262025-10-27T23:09:50.150Z Compiling petgraph v0.6.5
17272025-10-27T23:09:50.173Z Compiling toml_edit v0.22.27
17282025-10-27T23:09:50.531Z Compiling serde_with v3.14.0
17292025-10-27T23:09:52.058Z Compiling env_logger v0.11.8
17302025-10-27T23:09:52.649Z Compiling usdt v0.5.0
17312025-10-27T23:09:52.815Z Compiling ecdsa v0.16.9
17322025-10-27T23:09:53.199Z Compiling rsa v0.9.6
17332025-10-27T23:09:53.665Z Compiling zip v4.2.0
17342025-10-27T23:09:53.686Z Compiling zip v0.6.6
17352025-10-27T23:09:54.272Z Compiling ed25519-dalek v2.1.1
17362025-10-27T23:09:55.720Z Compiling crossterm v0.28.1
17372025-10-27T23:09:55.815Z Compiling toml v0.7.8
17382025-10-27T23:09:56.908Z Compiling crossbeam-epoch v0.9.18
17392025-10-27T23:09:57.171Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
17402025-10-27T23:09:57.211Z Compiling tokio-stream v0.1.17
17412025-10-27T23:09:57.273Z Compiling x509-cert v0.2.5
17422025-10-27T23:09:57.577Z Compiling openapiv3 v2.2.0
17432025-10-27T23:09:57.606Z Compiling sha1 v0.10.6
17442025-10-27T23:09:58.045Z Compiling itertools v0.10.5
17452025-10-27T23:09:58.180Z Compiling itertools v0.13.0
17462025-10-27T23:09:58.936Z Compiling winnow v0.6.26
17472025-10-27T23:09:59.550Z Compiling peg-runtime v0.8.5
17482025-10-27T23:10:00.161Z Compiling lalrpop-util v0.19.12
17492025-10-27T23:10:00.534Z Compiling thread_local v1.1.8
17502025-10-27T23:10:00.596Z Compiling slog-async v2.8.0
17512025-10-27T23:10:00.623Z Compiling crossbeam-channel v0.5.15
17522025-10-27T23:10:01.020Z Compiling xattr v1.3.1
17532025-10-27T23:10:01.052Z Compiling futures-executor v0.3.31
17542025-10-27T23:10:01.220Z Compiling is-terminal v0.4.13
17552025-10-27T23:10:01.305Z Compiling filetime v0.2.25
17562025-10-27T23:10:01.381Z Compiling term v1.1.0
17572025-10-27T23:10:01.492Z Compiling take_mut v0.2.2
17582025-10-27T23:10:01.523Z Compiling tar v0.4.44
17592025-10-27T23:10:01.573Z Compiling futures v0.3.31
17602025-10-27T23:10:02.383Z Compiling slog-term v2.9.2
17612025-10-27T23:10:04.340Z Compiling aws-lc-sys v0.26.0
17622025-10-27T23:10:34.466Z Compiling rustls-webpki v0.102.8
17632025-10-27T23:10:38.998Z Compiling tokio-rustls v0.26.0
17642025-10-27T23:10:39.292Z Compiling hyper-rustls v0.27.7
17652025-10-27T23:10:39.686Z Compiling reqwest v0.12.22
17662025-10-27T23:10:43.203Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17672025-10-27T23:10:43.491Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17682025-10-27T23:10:48.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
17692025-10-27T23:10:48.288Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17702025-10-27T23:10:48.341ZOct 27 23:10:47.163 INFO Starting download, target: Clickhouse
17712025-10-27T23:10:48.342ZOct 27 23:10:47.163 INFO Starting download, target: Console
17722025-10-27T23:10:48.342ZOct 27 23:10:47.164 INFO Starting download, target: Cockroach
17732025-10-27T23:10:48.342ZOct 27 23:10:47.164 INFO Starting download, target: DendriteStub
17742025-10-27T23:10:48.345ZOct 27 23:10:47.164 INFO Starting download, target: MaghemiteMgd
17752025-10-27T23:10:48.345ZOct 27 23:10:47.164 INFO Starting download, target: TransceiverControl
17762025-10-27T23:10:48.345ZOct 27 23:10:47.164 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17772025-10-27T23:10:48.345ZOct 27 23:10:47.164 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17782025-10-27T23:10:48.345ZOct 27 23:10:47.164 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17792025-10-27T23:10:48.345ZOct 27 23:10:47.164 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17802025-10-27T23:10:48.345ZOct 27 23:10:47.164 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17812025-10-27T23:10:48.345ZOct 27 23:10:47.164 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17822025-10-27T23:10:48.676ZOct 27 23:10:47.491 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17832025-10-27T23:10:48.853ZOct 27 23:10:47.665 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17842025-10-27T23:10:49.117ZOct 27 23:10:47.924 INFO Download complete, target: TransceiverControl
17852025-10-27T23:10:49.332ZOct 27 23:10:48.131 INFO Download complete, target: Console
17862025-10-27T23:10:49.700ZOct 27 23:10:48.508 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17872025-10-27T23:10:50.262ZOct 27 23:10:49.053 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17882025-10-27T23:10:50.634ZOct 27 23:10:49.392 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17892025-10-27T23:10:51.525ZOct 27 23:10:50.348 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17902025-10-27T23:10:51.525ZOct 27 23:10:50.348 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17912025-10-27T23:10:54.410ZOct 27 23:10:53.233 INFO Download complete, target: DendriteStub
17922025-10-27T23:10:55.338ZOct 27 23:10:54.161 INFO Download complete, target: MaghemiteMgd
17932025-10-27T23:10:59.157ZOct 27 23:10:57.981 INFO Checking that binary works, target: Cockroach
17942025-10-27T23:10:59.292ZOct 27 23:10:58.116 INFO Download complete, target: Cockroach
17952025-10-27T23:11:02.133ZOct 27 23:11:00.957 INFO Checking that binary works, target: Clickhouse
17962025-10-27T23:11:02.333ZOct 27 23:11:01.157 INFO Download complete, target: Clickhouse
17972025-10-27T23:11:02.339ZAll prerequisites installed successfully
17982025-10-27T23:11:02.343Z
17992025-10-27T23:11:02.344Zreal 4:28.091416208
18002025-10-27T23:11:02.344Zuser 17:32.386417481
18012025-10-27T23:11:02.344Zsys 2:24.081581860
18022025-10-27T23:11:02.344Ztrap 0.593357291
18032025-10-27T23:11:02.344Ztflt 1.344845262
18042025-10-27T23:11:02.344Zdflt 1.599196549
18052025-10-27T23:11:02.344Zkflt 0.084734149
18062025-10-27T23:11:02.344Zlock 46:06.764975259
18072025-10-27T23:11:02.344Zslp 1:04:46.120823482
18082025-10-27T23:11:02.344Zlat 1:17.430232490
18092025-10-27T23:11:02.344Zstop 3:07.475161010
18102025-10-27T23:11:02.344Z+ source ./tools/include/force-git-over-https.sh
18112025-10-27T23:11:02.344Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18122025-10-27T23:11:02.344Z++ (( i = 0 ))
18132025-10-27T23:11:02.344Z++ (( i < 5 ))
18142025-10-27T23:11:02.344Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18152025-10-27T23:11:02.350Z++ (( i++ ))
18162025-10-27T23:11:02.350Z++ (( i < 5 ))
18172025-10-27T23:11:02.350Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18182025-10-27T23:11:02.350Z++ (( i++ ))
18192025-10-27T23:11:02.350Z++ (( i < 5 ))
18202025-10-27T23:11:02.350Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18212025-10-27T23:11:02.355Z++ (( i++ ))
18222025-10-27T23:11:02.355Z++ (( i < 5 ))
18232025-10-27T23:11:02.356Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18242025-10-27T23:11:02.356Z++ (( i++ ))
18252025-10-27T23:11:02.356Z++ (( i < 5 ))
18262025-10-27T23:11:02.356Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18272025-10-27T23:11:02.360Z++ (( i++ ))
18282025-10-27T23:11:02.360Z++ (( i < 5 ))
18292025-10-27T23:11:02.360Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18302025-10-27T23:11:02.360Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18312025-10-27T23:11:02.361Z+ rc=0
18322025-10-27T23:11:02.361Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18332025-10-27T23:11:36.590Z+ case $rc in
18342025-10-27T23:11:36.591Z+ pfexec zfs create -p rpool/images/build/host
18352025-10-27T23:11:36.733Z+ pfexec zfs create -p rpool/images/build/recovery
18362025-10-27T23:11:36.775Z+ cargo xtask releng --output-dir /work --mkincorp
18372025-10-27T23:11:37.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18382025-10-27T23:11:37.542Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18392025-10-27T23:11:38.769Z Compiling proc-macro2 v1.0.101
18402025-10-27T23:11:38.769Z Compiling unicode-ident v1.0.19
18412025-10-27T23:11:38.772Z Compiling libc v0.2.174
18422025-10-27T23:11:38.772Z Compiling serde_core v1.0.226
18432025-10-27T23:11:38.772Z Compiling serde v1.0.226
18442025-10-27T23:11:38.772Z Compiling autocfg v1.4.0
18452025-10-27T23:11:38.772Z Compiling cfg-if v1.0.1
18462025-10-27T23:11:39.095Z Compiling version_check v0.9.5
18472025-10-27T23:11:39.132Z Compiling memchr v2.7.4
18482025-10-27T23:11:39.175Z Compiling shlex v1.3.0
18492025-10-27T23:11:39.574Z Compiling typenum v1.17.0
18502025-10-27T23:11:39.670Z Compiling generic-array v0.14.7
18512025-10-27T23:11:40.011Z Compiling lock_api v0.4.12
18522025-10-27T23:11:40.312Z Compiling value-bag v1.9.0
18532025-10-27T23:11:40.358Z Compiling portable-atomic v1.11.0
18542025-10-27T23:11:40.843Z Compiling log v0.4.27
18552025-10-27T23:11:41.067Z Compiling quote v1.0.40
18562025-10-27T23:11:41.261Z Compiling jobserver v0.1.32
18572025-10-27T23:11:41.423Z Compiling getrandom v0.3.4
18582025-10-27T23:11:41.465Z Compiling serde_json v1.0.145
18592025-10-27T23:11:41.668Z Compiling syn v2.0.106
18602025-10-27T23:11:41.809Z Compiling cc v1.2.30
18612025-10-27T23:11:41.889Z Compiling libm v0.2.8
18622025-10-27T23:11:42.180Z Compiling num-traits v0.2.19
18632025-10-27T23:11:42.311Z Compiling scopeguard v1.2.0
18642025-10-27T23:11:42.341Z Compiling parking_lot_core v0.9.10
18652025-10-27T23:11:42.618Z Compiling rustix v0.38.37
18662025-10-27T23:11:42.835Z Compiling pkg-config v0.3.31
18672025-10-27T23:11:43.038Z Compiling smallvec v1.15.1
18682025-10-27T23:11:43.141Z Compiling getrandom v0.2.15
18692025-10-27T23:11:43.563Z Compiling regex-syntax v0.8.5
18702025-10-27T23:11:43.591Z Compiling errno v0.3.12
18712025-10-27T23:11:43.955Z Compiling thiserror v2.0.17
18722025-10-27T23:11:44.624Z Compiling itoa v1.0.11
18732025-10-27T23:11:44.920Z Compiling spin v0.9.8
18742025-10-27T23:11:44.975Z Compiling aho-corasick v1.1.3
18752025-10-27T23:11:45.035Z Compiling slab v0.4.9
18762025-10-27T23:11:45.281Z Compiling lazy_static v1.5.0
18772025-10-27T23:11:45.344Z Compiling subtle v2.6.1
18782025-10-27T23:11:45.408Z Compiling stable_deref_trait v1.2.0
18792025-10-27T23:11:45.412Z Compiling critical-section v1.1.3
18802025-10-27T23:11:45.488Z Compiling semver v1.0.27
18812025-10-27T23:11:45.550Z Compiling rand_core v0.6.4
18822025-10-27T23:11:45.653Z Compiling glob v0.3.2
18832025-10-27T23:11:45.723Z Compiling either v1.15.0
18842025-10-27T23:11:46.369Z Compiling clang-sys v1.8.1
18852025-10-27T23:11:46.404Z Compiling prettyplease v0.2.36
18862025-10-27T23:11:46.926Z Compiling once_cell v1.21.3
18872025-10-27T23:11:47.240Z Compiling regex-automata v0.4.11
18882025-10-27T23:11:47.477Z Compiling minimal-lexical v0.2.1
18892025-10-27T23:11:47.534Z Compiling ryu v1.0.18
18902025-10-27T23:11:47.909Z Compiling libloading v0.8.5
18912025-10-27T23:11:47.942Z Compiling nom v7.1.3
18922025-10-27T23:11:47.974Z Compiling bindgen v0.69.5
18932025-10-27T23:11:48.033Z Compiling heck v0.5.0
18942025-10-27T23:11:48.314Z Compiling home v0.5.9
18952025-10-27T23:11:48.480Z Compiling paste v1.0.15
18962025-10-27T23:11:48.773Z Compiling itertools v0.12.1
18972025-10-27T23:11:49.285Z Compiling synstructure v0.13.1
18982025-10-27T23:11:50.604Z Compiling lazycell v1.3.0
18992025-10-27T23:11:50.826Z Compiling rustc-hash v1.1.0
19002025-10-27T23:11:51.046Z Compiling cexpr v0.6.0
19012025-10-27T23:11:52.586Z Compiling cmake v0.1.51
19022025-10-27T23:11:52.687Z Compiling fs_extra v1.3.0
19032025-10-27T23:11:53.265Z Compiling serde_derive v1.0.226
19042025-10-27T23:11:53.298Z Compiling zeroize_derive v1.4.2
19052025-10-27T23:11:53.350Z Compiling zerofrom-derive v0.1.4
19062025-10-27T23:11:53.353Z Compiling yoke-derive v0.7.4
19072025-10-27T23:11:54.151Z Compiling zerovec-derive v0.10.3
19082025-10-27T23:11:54.410Z Compiling displaydoc v0.2.5
19092025-10-27T23:11:54.818Z Compiling icu_provider_macros v1.5.0
19102025-10-27T23:11:55.917Z Compiling zeroize v1.8.1
19112025-10-27T23:11:56.012Z Compiling zerocopy-derive v0.7.35
19122025-10-27T23:11:56.419Z Compiling tokio-macros v2.5.0
19132025-10-27T23:11:56.476Z Compiling thiserror-impl v2.0.17
19142025-10-27T23:11:56.525Z Compiling regex v1.11.3
19152025-10-27T23:11:56.528Z Compiling futures-macro v0.3.31
19162025-10-27T23:11:56.730Z Compiling zerofrom v0.1.4
19172025-10-27T23:11:57.177Z Compiling yoke v0.7.4
19182025-10-27T23:11:57.939Z Compiling zerovec v0.10.4
19192025-10-27T23:11:58.136Z Compiling dunce v1.0.5
19202025-10-27T23:11:58.369Z Compiling byteorder v1.5.0
19212025-10-27T23:11:58.916Z Compiling litemap v0.7.3
19222025-10-27T23:11:58.919Z Compiling allocator-api2 v0.2.21
19232025-10-27T23:11:59.120Z Compiling fnv v1.0.7
19242025-10-27T23:11:59.370Z Compiling schemars v0.8.22
19252025-10-27T23:11:59.443Z Compiling writeable v0.5.5
19262025-10-27T23:11:59.869Z Compiling serde_derive_internals v0.29.1
19272025-10-27T23:11:59.950Z Compiling equivalent v1.0.2
19282025-10-27T23:12:00.039Z Compiling tinystr v0.7.6
19292025-10-27T23:12:00.334Z Compiling pin-project-lite v0.2.14
19302025-10-27T23:12:00.587Z Compiling icu_locid v1.5.0
19312025-10-27T23:12:00.662Z Compiling percent-encoding v2.3.2
19322025-10-27T23:12:01.277Z Compiling crypto-common v0.1.6
19332025-10-27T23:12:01.704Z Compiling bitflags v2.9.4
19342025-10-27T23:12:01.777Z Compiling bytes v1.10.1
19352025-10-27T23:12:01.996Z Compiling schemars_derive v0.8.22
19362025-10-27T23:12:02.304Z Compiling icu_provider v1.5.0
19372025-10-27T23:12:02.828Z Compiling icu_locid_transform_data v1.5.0
19382025-10-27T23:12:03.389Z Compiling icu_locid_transform v1.5.0
19392025-10-27T23:12:03.455Z Compiling icu_collections v1.5.0
19402025-10-27T23:12:04.187Z Compiling der_derive v0.7.3
19412025-10-27T23:12:04.495Z Compiling ring v0.17.14
19422025-10-27T23:12:05.134Z Compiling icu_properties_data v1.5.0
19432025-10-27T23:12:05.425Z Compiling const-oid v0.9.6
19442025-10-27T23:12:06.267Z Compiling which v4.4.2
19452025-10-27T23:12:06.529Z Compiling icu_properties v1.5.1
19462025-10-27T23:12:08.135Z Compiling write16 v1.0.0
19472025-10-27T23:12:08.294Z Compiling utf8_iter v1.0.4
19482025-10-27T23:12:08.327Z Compiling vcpkg v0.2.15
19492025-10-27T23:12:08.357Z Compiling aws-lc-rs v1.12.4
19502025-10-27T23:12:08.591Z Compiling icu_normalizer_data v1.5.0
19512025-10-27T23:12:08.687Z Compiling utf16_iter v1.0.5
19522025-10-27T23:12:08.771Z Compiling futures-core v0.3.31
19532025-10-27T23:12:09.170Z Compiling signal-hook-registry v1.4.2
19542025-10-27T23:12:09.694Z Compiling openssl-sys v0.9.109
19552025-10-27T23:12:10.023Z Compiling parking_lot v0.12.3
19562025-10-27T23:12:10.666Z Compiling icu_normalizer v1.5.0
19572025-10-27T23:12:10.835Z Compiling block-buffer v0.10.4
19582025-10-27T23:12:11.200Z Compiling tracing-attributes v0.1.27
19592025-10-27T23:12:11.269Z Compiling mio v1.0.2
19602025-10-27T23:12:12.017Z Compiling idna_adapter v1.2.0
19612025-10-27T23:12:12.381Z Compiling idna v1.0.3
19622025-10-27T23:12:12.768Z Compiling digest v0.10.7
19632025-10-27T23:12:13.198Z Compiling form_urlencoded v1.2.2
19642025-10-27T23:12:13.559Z Compiling httparse v1.9.5
19652025-10-27T23:12:14.169Z Compiling rustix v1.0.7
19662025-10-27T23:12:14.275Z Compiling zerocopy v0.7.35
19672025-10-27T23:12:14.337Z Compiling hashbrown v0.16.0
19682025-10-27T23:12:14.395Z Compiling socket2 v0.6.0
19692025-10-27T23:12:14.871Z Compiling url v2.5.4
19702025-10-27T23:12:15.778Z Compiling tokio v1.47.0
19712025-10-27T23:12:17.004Z Compiling indexmap v2.11.4
19722025-10-27T23:12:18.102Z Compiling futures-sink v0.3.31
19732025-10-27T23:12:18.186Z Compiling time-core v0.1.6
19742025-10-27T23:12:18.338Z Compiling foldhash v0.1.5
19752025-10-27T23:12:18.382Z Compiling num-conv v0.1.0
19762025-10-27T23:12:18.582Z Compiling futures-channel v0.3.31
19772025-10-27T23:12:18.722Z Compiling hashbrown v0.15.4
19782025-10-27T23:12:18.788Z Compiling time-macros v0.2.24
19792025-10-27T23:12:19.089Z Compiling aws-lc-sys v0.26.0
19802025-10-27T23:12:20.009Z Compiling futures-io v0.3.31
19812025-10-27T23:12:20.327Z Compiling zerocopy v0.8.27
19822025-10-27T23:12:20.431Z Compiling futures-task v0.3.31
19832025-10-27T23:12:20.621Z Compiling openssl v0.10.73
19842025-10-27T23:12:20.689Z Compiling thiserror v1.0.69
19852025-10-27T23:12:20.775Z Compiling pin-utils v0.1.0
19862025-10-27T23:12:20.933Z Compiling futures-util v0.3.31
19872025-10-27T23:12:21.183Z Compiling uuid v1.18.1
19882025-10-27T23:12:21.246Z Compiling iana-time-zone v0.1.63
19892025-10-27T23:12:21.723Z Compiling chrono v0.4.42
19902025-10-27T23:12:22.034Z Compiling zerocopy-derive v0.8.27
19912025-10-27T23:12:22.125Z Compiling openssl-macros v0.1.1
19922025-10-27T23:12:22.469Z Compiling thiserror-impl v1.0.69
19932025-10-27T23:12:23.022Z Compiling rustc_version v0.4.1
19942025-10-27T23:12:23.664Z Compiling cpufeatures v0.2.14
19952025-10-27T23:12:23.891Z Compiling rustls v0.23.19
19962025-10-27T23:12:24.558Z Compiling ucd-trie v0.1.7
19972025-10-27T23:12:25.040Z Compiling native-tls v0.2.12
19982025-10-27T23:12:25.150Z Compiling pest v2.8.2
19992025-10-27T23:12:25.436Z Compiling ppv-lite86 v0.2.20
20002025-10-27T23:12:25.516Z Compiling hmac v0.12.1
20012025-10-27T23:12:25.917Z Compiling serde_tokenstream v0.2.2
20022025-10-27T23:12:26.986Z Compiling block-padding v0.3.3
20032025-10-27T23:12:27.454Z Compiling cookie v0.18.1
20042025-10-27T23:12:28.039Z Compiling pest_meta v2.8.2
20052025-10-27T23:12:28.318Z Compiling dyn-clone v1.0.20
20062025-10-27T23:12:28.342Z Compiling inout v0.1.3
20072025-10-27T23:12:28.928Z Compiling http v1.3.1
20082025-10-27T23:12:29.524Z Compiling pest_generator v2.8.2
20092025-10-27T23:12:31.339Z Compiling bzip2-sys v0.1.13+1.0.8
20102025-10-27T23:12:31.411Z Compiling rustversion v1.0.22
20112025-10-27T23:12:32.098Z Compiling pest_derive v2.8.2
20122025-10-27T23:12:32.662Z Compiling cipher v0.4.4
20132025-10-27T23:12:32.697Z Compiling sha2 v0.10.9
20142025-10-27T23:12:33.762Z Compiling scroll_derive v0.12.0
20152025-10-27T23:12:34.866Z Compiling zstd-sys v2.0.14+zstd.1.5.7
20162025-10-27T23:12:34.973Z Compiling strsim v0.11.1
20172025-10-27T23:12:35.681Z Compiling base64ct v1.6.0
20182025-10-27T23:12:35.859Z Compiling crossbeam-utils v0.8.21
20192025-10-27T23:12:36.129Z Compiling rustls-pki-types v1.10.0
20202025-10-27T23:12:36.305Z Compiling slog v2.7.0
20212025-10-27T23:12:36.716Z Compiling syn v1.0.109
20222025-10-27T23:12:42.171Z Compiling pem-rfc7468 v0.7.0
20232025-10-27T23:12:42.220Z Compiling litrs v0.4.1
20242025-10-27T23:12:42.220Z Compiling flagset v0.4.6
20252025-10-27T23:12:42.220Z Compiling document-features v0.2.11
20262025-10-27T23:12:42.220Z Compiling der v0.7.10
20272025-10-27T23:12:42.607Z Compiling tokio-util v0.7.15
20282025-10-27T23:12:42.850Z Compiling rand_core v0.9.3
20292025-10-27T23:12:43.340Z Compiling tracing-core v0.1.32
20302025-10-27T23:12:45.378Z Compiling untrusted v0.9.0
20312025-10-27T23:12:45.655Z Compiling camino v1.2.0
20322025-10-27T23:12:45.683Z Compiling powerfmt v0.2.0
20332025-10-27T23:12:46.260Z Compiling plain v0.2.3
20342025-10-27T23:12:46.291Z Compiling untrusted v0.7.1
20352025-10-27T23:12:46.482Z Compiling ident_case v1.0.1
20362025-10-27T23:12:46.708Z Compiling base64 v0.22.1
20372025-10-27T23:12:47.548Z Compiling darling_core v0.20.10
20382025-10-27T23:12:47.896Z Compiling deranged v0.5.3
20392025-10-27T23:12:48.974Z Compiling tracing v0.1.40
20402025-10-27T23:12:48.978Z Compiling spki v0.7.3
20412025-10-27T23:12:49.480Z Compiling salsa20 v0.10.2
20422025-10-27T23:12:49.859Z Compiling http-body v1.0.1
20432025-10-27T23:12:49.906Z Compiling pbkdf2 v0.12.2
20442025-10-27T23:12:50.371Z Compiling anyhow v1.0.99
20452025-10-27T23:12:51.074Z Compiling atomic-waker v1.1.2
20462025-10-27T23:12:51.263Z Compiling num_threads v0.1.7
20472025-10-27T23:12:51.498Z Compiling scrypt v0.11.0
20482025-10-27T23:12:51.718Z Compiling time v0.3.43
20492025-10-27T23:12:52.027Z Compiling rand_chacha v0.9.0
20502025-10-27T23:12:52.656Z Compiling aes v0.8.4
20512025-10-27T23:12:53.227Z Compiling cbc v0.1.2
20522025-10-27T23:12:53.623Z Compiling darling_macro v0.20.10
20532025-10-27T23:12:54.287Z Compiling usdt-impl v0.5.0
20542025-10-27T23:12:54.322Z Compiling num-bigint-dig v0.8.4
20552025-10-27T23:12:54.651Z Compiling zstd-safe v7.2.3
20562025-10-27T23:12:54.747Z Compiling tower-service v0.3.3
20572025-10-27T23:12:54.855Z Compiling try-lock v0.2.5
20582025-10-27T23:12:54.955Z Compiling pretty-hex v0.4.1
20592025-10-27T23:12:55.079Z Compiling darling v0.20.10
20602025-10-27T23:12:55.153Z Compiling want v0.3.1
20612025-10-27T23:12:55.573Z Compiling pkcs5 v0.7.1
20622025-10-27T23:12:56.310Z Compiling rand v0.9.2
20632025-10-27T23:12:56.612Z Compiling h2 v0.4.6
20642025-10-27T23:12:59.313Z Compiling scroll v0.12.0
20652025-10-27T23:12:59.489Z Compiling heapless v0.7.17
20662025-10-27T23:13:00.043Z Compiling ipnet v2.11.0
20672025-10-27T23:13:00.109Z Compiling daft-derive v0.1.4
20682025-10-27T23:13:00.150Z Compiling scroll_derive v0.13.1
20692025-10-27T23:13:00.410Z Compiling async-trait v0.1.89
20702025-10-27T23:13:01.183Z Compiling ahash v0.8.12
20712025-10-27T23:13:01.711Z Compiling adler2 v2.0.0
20722025-10-27T23:13:01.766Z Compiling signal-hook v0.3.18
20732025-10-27T23:13:01.998Z Compiling fastrand v2.1.1
20742025-10-27T23:13:02.140Z Compiling foreign-types-shared v0.1.1
20752025-10-27T23:13:02.310Z Compiling httpdate v1.0.3
20762025-10-27T23:13:02.336Z Compiling openssl-probe v0.1.5
20772025-10-27T23:13:02.567Z Compiling tempfile v3.20.0
20782025-10-27T23:13:02.765Z Compiling foreign-types v0.3.2
20792025-10-27T23:13:02.911Z Compiling miniz_oxide v0.8.5
20802025-10-27T23:13:03.194Z Compiling goblin v0.8.2
20812025-10-27T23:13:04.474Z Compiling pkcs8 v0.10.2
20822025-10-27T23:13:06.336Z Compiling hyper v1.7.0
20832025-10-27T23:13:12.229Z Compiling tinyvec_macros v0.1.1
20842025-10-27T23:13:12.687Z Compiling tinyvec v1.8.0
20852025-10-27T23:13:14.309Z Compiling hyper-util v0.1.17
20862025-10-27T23:13:16.645Z Compiling dof v0.3.0
20872025-10-27T23:13:20.970Z Compiling dtrace-parser v0.2.0
20882025-10-27T23:13:21.879Z Compiling curve25519-dalek v4.1.3
20892025-10-27T23:13:22.197Z Compiling clap_derive v4.5.47
20902025-10-27T23:13:22.419Z Compiling thread-id v4.2.2
20912025-10-27T23:13:22.455Z Compiling memoffset v0.9.1
20922025-10-27T23:13:22.629Z Compiling ref-cast v1.0.24
20932025-10-27T23:13:23.232Z Compiling smoltcp v0.9.1
20942025-10-27T23:13:34.028Z Compiling http-body-util v0.1.3
20952025-10-27T23:13:34.205Z Compiling strum_macros v0.26.4
20962025-10-27T23:13:35.209Z Compiling sync_wrapper v1.0.1
20972025-10-27T23:13:35.471Z Compiling wait-timeout v0.2.0
20982025-10-27T23:13:35.938Z Compiling encoding_rs v0.8.34
20992025-10-27T23:13:36.146Z Compiling tower-layer v0.3.3
21002025-10-27T23:13:36.269Z Compiling buf-list v1.0.3
21012025-10-27T23:13:36.652Z Compiling psl-types v2.0.11
21022025-10-27T23:13:36.887Z Compiling utf8parse v0.2.2
21032025-10-27T23:13:37.007Z Compiling bit-vec v0.8.0
21042025-10-27T23:13:37.160Z Compiling cfg_aliases v0.2.1
21052025-10-27T23:13:37.346Z Compiling quick-error v1.2.3
21062025-10-27T23:13:37.540Z Compiling gimli v0.31.1
21072025-10-27T23:13:37.575Z Compiling mime v0.3.17
21082025-10-27T23:13:38.256Z Compiling anstyle v1.0.11
21092025-10-27T23:13:42.568Z Compiling addr2line v0.24.2
21102025-10-27T23:13:43.016Z Compiling rusty-fork v0.3.0
21112025-10-27T23:13:43.376Z Compiling bit-set v0.8.0
21122025-10-27T23:13:43.662Z Compiling nix v0.29.0
21132025-10-27T23:13:43.693Z Compiling anstyle-parse v0.2.5
21142025-10-27T23:13:44.171Z Compiling publicsuffix v2.3.0
21152025-10-27T23:13:44.338Z Compiling tower v0.5.2
21162025-10-27T23:13:47.539Z Compiling tokio-native-tls v0.3.1
21172025-10-27T23:13:47.925Z Compiling unicode-normalization v0.1.24
21182025-10-27T23:13:48.043Z Compiling rustls-native-certs v0.8.1
21192025-10-27T23:13:48.428Z Compiling derive_builder_core v0.20.2
21202025-10-27T23:13:49.049Z Compiling hubpack_derive v0.1.1
21212025-10-27T23:13:49.602Z Compiling rand_xorshift v0.4.0
21222025-10-27T23:13:49.935Z Compiling webpki-roots v1.0.1
21232025-10-27T23:13:50.116Z Compiling openapiv3 v2.2.0
21242025-10-27T23:13:50.241Z Compiling serde_urlencoded v0.7.1
21252025-10-27T23:13:50.643Z Compiling signature v2.2.0
21262025-10-27T23:13:50.972Z Compiling serde_spanned v0.6.9
21272025-10-27T23:13:51.006Z Compiling toml_datetime v0.6.11
21282025-10-27T23:13:51.301Z Compiling strum_macros v0.27.2
21292025-10-27T23:13:52.043Z Compiling curve25519-dalek-derive v0.1.1
21302025-10-27T23:13:52.477Z Compiling ref-cast-impl v1.0.24
21312025-10-27T23:13:53.722Z Compiling object v0.36.5
21322025-10-27T23:13:54.486Z Compiling fs-err v3.1.1
21332025-10-27T23:13:54.590Z Compiling crc32fast v1.4.2
21342025-10-27T23:13:54.857Z Compiling zlib-rs v0.5.1
21352025-10-27T23:13:54.942Z Compiling is_terminal_polyfill v1.70.1
21362025-10-27T23:13:55.144Z Compiling siphasher v0.3.11
21372025-10-27T23:13:55.676Z Compiling usdt-impl v0.6.0
21382025-10-27T23:13:56.165Z Compiling unarray v0.1.4
21392025-10-27T23:13:56.243Z Compiling heck v0.4.1
21402025-10-27T23:13:56.361Z Compiling anstyle-query v1.1.1
21412025-10-27T23:13:56.399Z Compiling iri-string v0.7.8
21422025-10-27T23:13:56.816Z Compiling rustc-demangle v0.1.24
21432025-10-27T23:13:57.181Z Compiling unicode-bidi v0.3.17
21442025-10-27T23:13:58.055Z Compiling unicode-properties v0.1.3
21452025-10-27T23:13:58.379Z Compiling colorchoice v1.0.2
21462025-10-27T23:13:58.668Z Compiling anstream v0.6.18
21472025-10-27T23:13:59.794Z Compiling libz-rs-sys v0.5.1
21482025-10-27T23:13:59.927Z Compiling stringprep v0.1.5
21492025-10-27T23:14:00.106Z Compiling tower-http v0.6.6
21502025-10-27T23:14:00.901Z Compiling backtrace v0.3.74
21512025-10-27T23:14:02.462Z Compiling proptest v1.7.0
21522025-10-27T23:14:02.509Z Compiling phf_shared v0.11.2
21532025-10-27T23:14:03.392Z Compiling derive_builder_macro v0.20.2
21542025-10-27T23:14:04.019Z Compiling hyper-tls v0.6.0
21552025-10-27T23:14:04.265Z Compiling cookie_store v0.21.1
21562025-10-27T23:14:04.577Z Compiling usdt-macro v0.5.0
21572025-10-27T23:14:05.395Z Compiling usdt-attr-macro v0.5.0
21582025-10-27T23:14:06.363Z Compiling scroll v0.13.0
21592025-10-27T23:14:07.737Z Compiling vergen-lib v0.1.6
21602025-10-27T23:14:07.806Z Compiling ipnetwork v0.21.1
21612025-10-27T23:14:08.238Z Compiling rand_chacha v0.3.1
21622025-10-27T23:14:08.853Z Compiling md-5 v0.10.6
21632025-10-27T23:14:08.958Z Compiling num-integer v0.1.46
21642025-10-27T23:14:09.210Z Compiling hash32 v0.2.1
21652025-10-27T23:14:09.440Z Compiling ff v0.13.0
21662025-10-27T23:14:09.722Z Compiling fallible-iterator v0.2.0
21672025-10-27T23:14:09.748Z Compiling winnow v0.7.13
21682025-10-27T23:14:10.472Z Compiling base16ct v0.2.0
21692025-10-27T23:14:10.762Z Compiling rustls-webpki v0.102.8
21702025-10-27T23:14:10.996Z Compiling sec1 v0.7.3
21712025-10-27T23:14:11.632Z Compiling postgres-protocol v0.6.8
21722025-10-27T23:14:12.606Z Compiling group v0.13.0
21732025-10-27T23:14:12.970Z Compiling num-iter v0.1.45
21742025-10-27T23:14:13.415Z Compiling rand v0.8.5
21752025-10-27T23:14:14.122Z Compiling newtype-uuid v1.3.1
21762025-10-27T23:14:14.337Z Compiling oxnet v0.1.3
21772025-10-27T23:14:14.994Z Compiling goblin v0.10.2
21782025-10-27T23:14:15.305Z Compiling derive_builder v0.20.2
21792025-10-27T23:14:16.047Z Compiling flate2 v1.1.2
21802025-10-27T23:14:17.429Z Compiling serde_with_macros v3.14.0
21812025-10-27T23:14:17.807Z Compiling vergen v9.0.6
21822025-10-27T23:14:20.138Z Compiling tokio-rustls v0.26.0
21832025-10-27T23:14:21.485Z Compiling hkdf v0.12.4
21842025-10-27T23:14:22.277Z Compiling terminal_size v0.4.0
21852025-10-27T23:14:22.569Z Compiling cargo-platform v0.1.8
21862025-10-27T23:14:22.832Z Compiling crypto-bigint v0.5.5
21872025-10-27T23:14:23.052Z Compiling enum-as-inner v0.6.1
21882025-10-27T23:14:23.693Z Compiling serde_repr v0.1.19
21892025-10-27T23:14:24.194Z Compiling managed v0.8.0
21902025-10-27T23:14:24.677Z Compiling bumpalo v3.16.0
21912025-10-27T23:14:24.897Z Compiling bitflags v1.3.2
21922025-10-27T23:14:25.812Z Compiling lockfree-object-pool v0.1.6
21932025-10-27T23:14:26.272Z Compiling clap_lex v0.7.4
21942025-10-27T23:14:26.357Z Compiling winnow v0.5.40
21952025-10-27T23:14:26.873Z Compiling simd-adler32 v0.3.7
21962025-10-27T23:14:27.509Z Compiling zopfli v0.8.1
21972025-10-27T23:14:30.754Z Compiling toml_edit v0.19.15
21982025-10-27T23:14:32.319Z Compiling clap_builder v4.5.48
21992025-10-27T23:14:32.721Z Compiling elliptic-curve v0.13.8
22002025-10-27T23:14:33.900Z Compiling cargo_metadata v0.19.2
22012025-10-27T23:14:35.475Z Compiling dof v0.4.0
22022025-10-27T23:14:36.764Z Compiling hyper-rustls v0.27.7
22032025-10-27T23:14:39.120Z Compiling zstd v0.13.3
22042025-10-27T23:14:39.680Z Compiling reqwest v0.12.22
22052025-10-27T23:14:40.392Z Compiling signal-hook-mio v0.2.4
22062025-10-27T23:14:40.667Z Compiling daft v0.1.4
22072025-10-27T23:14:41.350Z Compiling postgres-types v0.2.9
22082025-10-27T23:14:41.390Z Compiling phf v0.11.2
22092025-10-27T23:14:41.430Z Compiling strum v0.27.2
22102025-10-27T23:14:41.655Z Compiling ed25519 v2.2.3
22112025-10-27T23:14:41.764Z Compiling hubpack v0.1.2
22122025-10-27T23:14:41.822Z Compiling bzip2 v0.4.4
22132025-10-27T23:14:42.254Z Compiling bzip2 v0.5.2
22142025-10-27T23:14:42.425Z Compiling pkcs1 v0.7.5
22152025-10-27T23:14:42.651Z Compiling dtrace-parser v0.3.0
22162025-10-27T23:14:42.728Z Compiling rfc6979 v0.4.0
22172025-10-27T23:14:42.754Z Compiling regress v0.10.4
22182025-10-27T23:14:43.257Z Compiling float-cmp v0.10.0
22192025-10-27T23:14:43.284Z Compiling serde-big-array v0.5.1
22202025-10-27T23:14:43.558Z Compiling bstr v1.10.0
22212025-10-27T23:14:43.634Z Compiling env_filter v0.1.2
22222025-10-27T23:14:44.342Z Compiling socket2 v0.5.10
22232025-10-27T23:14:44.680Z Compiling thread-id v5.0.0
22242025-10-27T23:14:44.837Z Compiling memmap v0.7.0
22252025-10-27T23:14:45.198Z Compiling rustc-hash v2.1.1
22262025-10-27T23:14:45.234Z Compiling whoami v1.5.2
22272025-10-27T23:14:45.443Z Compiling normalize-line-endings v0.3.0
22282025-10-27T23:14:45.667Z Compiling data-encoding v2.9.0
22292025-10-27T23:14:45.829Z Compiling predicates-core v1.0.8
22302025-10-27T23:14:46.621Z Compiling toml_write v0.1.2
22312025-10-27T23:14:47.055Z Compiling new_debug_unreachable v1.0.6
22322025-10-27T23:14:47.127Z Compiling precomputed-hash v0.1.1
22332025-10-27T23:14:47.892Z Compiling static_assertions v1.1.0
22342025-10-27T23:14:48.076Z Compiling fixedbitset v0.4.2
22352025-10-27T23:14:48.248Z Compiling unicode-segmentation v1.12.0
22362025-10-27T23:14:48.528Z Compiling foldhash v0.2.0
22372025-10-27T23:14:48.937Z Compiling keccak v0.1.5
22382025-10-27T23:14:49.452Z Compiling difflib v0.4.0
22392025-10-27T23:14:50.098Z Compiling predicates v3.1.3
22402025-10-27T23:14:50.646Z Compiling sha3 v0.10.8
22412025-10-27T23:14:51.283Z Compiling similar v2.7.0
22422025-10-27T23:14:51.566Z Compiling iddqd v0.3.13
22432025-10-27T23:14:52.458Z Compiling toml_edit v0.22.27
22442025-10-27T23:14:53.241Z Compiling petgraph v0.6.5
22452025-10-27T23:14:53.874Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
22462025-10-27T23:14:58.752Z Compiling string_cache v0.8.9
22472025-10-27T23:14:59.248Z Compiling typify-impl v0.4.3
22482025-10-27T23:15:01.105Z Compiling hickory-proto v0.25.2
22492025-10-27T23:15:04.130Z Compiling tokio-postgres v0.7.13
22502025-10-27T23:15:06.463Z Compiling usdt v0.5.0
22512025-10-27T23:15:08.680Z Compiling env_logger v0.11.8
22522025-10-27T23:15:09.504Z Compiling ecdsa v0.16.9
22532025-10-27T23:15:09.531Z Compiling rsa v0.9.6
22542025-10-27T23:15:10.548Z Compiling zip v4.2.0
22552025-10-27T23:15:11.817Z Compiling zip v0.6.6
22562025-10-27T23:15:12.757Z Compiling ed25519-dalek v2.1.1
22572025-10-27T23:15:13.321Z Compiling crossterm v0.28.1
22582025-10-27T23:15:14.115Z Compiling crossbeam-epoch v0.9.18
22592025-10-27T23:15:14.140Z Compiling clap v4.5.48
22602025-10-27T23:15:14.187Z Compiling toml v0.7.8
22612025-10-27T23:15:14.747Z Compiling serde_with v3.14.0
22622025-10-27T23:15:15.583Z Compiling strum v0.26.3
22632025-10-27T23:15:15.586Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
22642025-10-27T23:15:16.235Z Compiling tokio-stream v0.1.17
22652025-10-27T23:15:16.948Z Compiling x509-cert v0.2.5
22662025-10-27T23:15:17.307Z Compiling sha1 v0.10.6
22672025-10-27T23:15:17.838Z Compiling hex v0.4.3
22682025-10-27T23:15:18.102Z Compiling structmeta-derive v0.3.0
22692025-10-27T23:15:18.276Z Compiling itertools v0.10.5
22702025-10-27T23:15:18.527Z Compiling itertools v0.13.0
22712025-10-27T23:15:18.607Z Compiling winnow v0.6.26
22722025-10-27T23:15:18.728Z Compiling peg-runtime v0.8.5
22732025-10-27T23:15:21.083Z Compiling lalrpop-util v0.19.12
22742025-10-27T23:15:21.332Z Compiling structmeta v0.3.0
22752025-10-27T23:15:22.540Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22762025-10-27T23:15:23.204Z Compiling typify-macro v0.4.3
22772025-10-27T23:15:28.977Z Compiling radium v0.7.0
22782025-10-27T23:15:39.000Z Compiling maybe-uninit v2.0.0
22792025-10-27T23:15:39.074Z Compiling tap v1.0.1
22802025-10-27T23:15:39.874Z Compiling wyz v0.5.1
22812025-10-27T23:15:45.135Z Compiling futures-executor v0.3.31
22822025-10-27T23:15:45.663Z Compiling packed_struct v0.10.1
22832025-10-27T23:15:46.039Z Compiling funty v2.0.0
22842025-10-27T23:15:46.117Z Compiling typeid v1.0.3
22852025-10-27T23:15:47.184Z Compiling bitvec v1.0.1
22862025-10-27T23:15:48.869Z Compiling futures v0.3.31
22872025-10-27T23:15:54.289Z Compiling typify v0.4.3
22882025-10-27T23:15:54.488Z Compiling derive-ex v0.1.8
22892025-10-27T23:15:56.508Z Compiling packed_struct_codegen v0.10.1
22902025-10-27T23:15:57.461Z Compiling bitfield-macros v0.19.2
22912025-10-27T23:15:57.498Z Compiling zerocopy-derive v0.6.6
22922025-10-27T23:15:58.339Z Compiling indexmap v1.9.3
22932025-10-27T23:15:58.754Z Compiling rustls v0.22.4
22942025-10-27T23:15:59.075Z Compiling nodrop v0.1.14
22952025-10-27T23:16:00.596Z Compiling unsafe-libyaml v0.2.11
22962025-10-27T23:16:00.971Z Compiling crc-catalog v2.4.0
22972025-10-27T23:16:01.191Z Compiling crc v3.2.1
22982025-10-27T23:16:02.316Z Compiling serde_yaml v0.9.34+deprecated
22992025-10-27T23:16:07.561Z Compiling array-init v0.0.4
23002025-10-27T23:16:09.088Z Compiling zerocopy v0.6.6
23012025-10-27T23:16:09.732Z Compiling bitfield v0.19.2
23022025-10-27T23:16:10.360Z Compiling test-strategy v0.4.3
23032025-10-27T23:16:14.722Z Compiling progenitor-impl v0.11.2
23042025-10-27T23:16:15.171Z Compiling smallvec v0.6.14
23052025-10-27T23:16:19.464Z Compiling toml v0.8.23
23062025-10-27T23:16:19.662Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23072025-10-27T23:16:19.897Z Compiling xattr v1.3.1
23082025-10-27T23:16:20.250Z Compiling pin-project-internal v1.1.6
23092025-10-27T23:16:20.308Z Compiling thread_local v1.1.8
23102025-10-27T23:16:21.382Z Compiling filetime v0.2.25
23112025-10-27T23:16:21.796Z Compiling multer v3.1.0
23122025-10-27T23:16:22.728Z Compiling same-file v1.0.6
23132025-10-27T23:16:23.070Z Compiling rayon-core v1.12.1
23142025-10-27T23:16:23.452Z Compiling base64 v0.21.7
23152025-10-27T23:16:23.518Z Compiling hashbrown v0.12.3
23162025-10-27T23:16:23.953Z Compiling match_cfg v0.1.0
23172025-10-27T23:16:23.981Z Compiling slog-async v2.8.0
23182025-10-27T23:16:24.610Z Compiling hostname v0.3.1
23192025-10-27T23:16:24.790Z Compiling ron v0.8.1
23202025-10-27T23:16:24.974Z Compiling walkdir v2.5.0
23212025-10-27T23:16:25.082Z Compiling pin-project v1.1.6
23222025-10-27T23:16:25.262Z Compiling tar v0.4.44
23232025-10-27T23:16:25.289Z Compiling progenitor-macro v0.11.2
23242025-10-27T23:16:25.296Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
23252025-10-27T23:16:25.788Z Compiling erased-serde v0.4.6
23262025-10-27T23:16:26.501Z Compiling serde-hex v0.1.0
23272025-10-27T23:16:28.696Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
23282025-10-27T23:16:30.495Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23292025-10-27T23:16:30.942Z Compiling hashbrown v0.13.2
23302025-10-27T23:16:31.790Z Compiling progenitor-client v0.11.2
23312025-10-27T23:16:32.254Z Compiling toml_parser v1.0.2
23322025-10-27T23:16:32.784Z Compiling crossbeam-channel v0.5.15
23332025-10-27T23:16:34.301Z Compiling snafu-derive v0.8.5
23342025-10-27T23:16:34.453Z Compiling slog-json v2.6.1
23352025-10-27T23:16:34.938Z Compiling serde_path_to_error v0.1.17
23362025-10-27T23:16:35.597Z Compiling toml_datetime v0.7.0
23372025-10-27T23:16:35.950Z Compiling serde_spanned v1.0.0
23382025-10-27T23:16:36.266Z Compiling ordered-float v2.10.1
23392025-10-27T23:16:36.306Z Compiling async-stream-impl v0.3.6
23402025-10-27T23:16:36.442Z Compiling is-terminal v0.4.13
23412025-10-27T23:16:36.615Z Compiling fs-err v2.11.0
23422025-10-27T23:16:36.927Z Compiling dropshot v0.16.4
23432025-10-27T23:16:37.036Z Compiling crc-any v2.5.0
23442025-10-27T23:16:37.310Z Compiling term v1.1.0
23452025-10-27T23:16:37.496Z Compiling toml_writer v1.0.2
23462025-10-27T23:16:37.928Z Compiling take_mut v0.2.2
23472025-10-27T23:16:38.072Z Compiling debug-ignore v1.0.5
23482025-10-27T23:16:38.290Z Compiling snafu v0.8.5
23492025-10-27T23:16:38.315Z Compiling slog-term v2.9.2
23502025-10-27T23:16:39.451Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
23512025-10-27T23:16:40.615Z Compiling toml v0.9.5
23522025-10-27T23:16:41.246Z Compiling async-stream v0.3.6
23532025-10-27T23:16:41.602Z Compiling serde-value v0.7.0
23542025-10-27T23:16:41.674Z Compiling progenitor v0.11.2
23552025-10-27T23:16:41.942Z Compiling tokio-rustls v0.25.0
23562025-10-27T23:16:42.458Z Compiling slog-bunyan v2.5.0
23572025-10-27T23:16:42.785Z Compiling object v0.30.4
23582025-10-27T23:16:43.368Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23592025-10-27T23:16:44.738Z Compiling serde-untagged v0.1.7
23602025-10-27T23:16:48.110Z Compiling camino-tempfile v1.4.1
23612025-10-27T23:16:48.923Z Compiling globset v0.4.15
23622025-10-27T23:16:49.894Z Compiling crossbeam-deque v0.8.5
23632025-10-27T23:16:50.337Z Compiling parse-display-derive v0.10.0
23642025-10-27T23:16:55.277Z Compiling olpc-cjson v0.1.4
23652025-10-27T23:16:55.400Z Compiling waitgroup v0.1.2
23662025-10-27T23:16:55.400Z Compiling pem v3.0.5
23672025-10-27T23:16:55.400Z Compiling rustls-pemfile v2.2.0
23682025-10-27T23:16:55.400Z Compiling newtype-uuid-macros v0.1.0
23692025-10-27T23:16:55.400Z Compiling dropshot_endpoint v0.16.4
23702025-10-27T23:16:55.400Z Compiling serde_plain v1.0.2
23712025-10-27T23:16:55.400Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23722025-10-27T23:16:55.400Z Compiling async-recursion v1.1.1
23732025-10-27T23:16:55.418Z Compiling derive-where v1.5.0
23742025-10-27T23:16:55.419Z Compiling blake3 v1.5.4
23752025-10-27T23:16:55.559Z Compiling hostname v0.4.0
23762025-10-27T23:16:55.586Z Compiling instant v0.1.13
23772025-10-27T23:16:55.791Z Compiling typed-path v0.9.3
23782025-10-27T23:16:55.862Z Compiling unicode-xid v0.2.6
23792025-10-27T23:16:56.036Z Compiling path-slash v0.1.5
23802025-10-27T23:16:56.139Z Compiling cargo-util-schemas v0.8.2
23812025-10-27T23:16:56.254Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
23822025-10-27T23:16:56.915Z Compiling backoff v0.4.0
23832025-10-27T23:16:57.326Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23842025-10-27T23:16:57.586Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23852025-10-27T23:16:58.170Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
23862025-10-27T23:16:58.596Z Compiling tough v0.20.0
23872025-10-27T23:16:58.886Z Compiling parse-display v0.10.0
23882025-10-27T23:17:00.914Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23892025-10-27T23:17:01.663Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
23902025-10-27T23:17:02.366Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
23912025-10-27T23:17:02.513Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
23922025-10-27T23:17:02.931Z Compiling progenitor-client v0.10.0
23932025-10-27T23:17:03.872Z Compiling cargo-platform v0.2.0
23942025-10-27T23:17:04.186Z Compiling macaddr v1.0.1
23952025-10-27T23:17:04.213Z Compiling memmap2 v0.9.8
23962025-10-27T23:17:04.761Z Compiling arrayvec v0.7.6
23972025-10-27T23:17:04.797Z Compiling indent_write v2.2.0
23982025-10-27T23:17:05.047Z Compiling parse-size v1.1.0
23992025-10-27T23:17:05.089Z Compiling arrayref v0.3.9
24002025-10-27T23:17:05.239Z Compiling constant_time_eq v0.3.1
24012025-10-27T23:17:05.273Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
24022025-10-27T23:17:05.460Z Compiling cargo_metadata v0.21.0
24032025-10-27T23:17:07.733Z Compiling topological-sort v0.2.2
24042025-10-27T23:17:08.059Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24052025-10-27T23:17:09.888Z Compiling display-error-chain v0.2.2
24062025-10-27T23:17:10.160Z Compiling omicron-zone-package v0.12.2
24072025-10-27T23:17:10.892Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24082025-10-27T23:17:14.992Z Compiling shell-words v1.1.0
24092025-10-27T23:17:23.493Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24102025-10-27T23:17:34.227Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24112025-10-27T23:17:52.128Z Finished `release` profile [optimized] target(s) in 6m 14s
24122025-10-27T23:17:52.333Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
24132025-10-27T23:17:52.396ZOct 27 23:17:51.302 DEBG changing working directory to /work/oxidecomputer/omicron
24142025-10-27T23:17:52.523ZOct 27 23:17:51.430 DEBG running: git rev-parse HEAD
24152025-10-27T23:17:52.527ZOct 27 23:17:51.433 DEBG process exited with exit status: 0 (3.238983ms)
24162025-10-27T23:17:52.527ZOct 27 23:17:51.433 INFO version: 17.0.0-0.ci+git8f1fe46132f
24172025-10-27T23:17:52.566ZOct 27 23:17:51.473 INFO cloning helios to /work/oxidecomputer/helios
24182025-10-27T23:17:52.566ZOct 27 23:17:51.473 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24192025-10-27T23:17:52.570ZCloning into '/work/oxidecomputer/helios'...
24202025-10-27T23:17:53.074ZOct 27 23:17:51.981 DEBG process exited with exit status: 0 (508.525484ms)
24212025-10-27T23:17:53.074ZOct 27 23:17:51.982 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24222025-10-27T23:17:53.078ZOct 27 23:17:51.985 DEBG process exited with exit status: 0 (3.118076ms)
24232025-10-27T23:17:53.078ZOct 27 23:17:51.985 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24242025-10-27T23:17:54.272ZOct 27 23:17:53.180 DEBG process exited with exit status: 0 (1.194952076s)
24252025-10-27T23:17:54.272ZOct 27 23:17:53.180 DEBG running: zfs list rpool/images/build/host
24262025-10-27T23:17:54.277ZNAME USED AVAIL REFER MOUNTPOINT
24272025-10-27T23:17:54.277Zrpool/images/build/host 24K 151G 24K /rpool/images/build/host
24282025-10-27T23:17:54.281ZOct 27 23:17:53.185 DEBG process exited with exit status: 0 (5.453945ms)
24292025-10-27T23:17:54.281ZOct 27 23:17:53.185 DEBG running: zfs list rpool/images/build/recovery
24302025-10-27T23:17:54.286ZNAME USED AVAIL REFER MOUNTPOINT
24312025-10-27T23:17:54.286Zrpool/images/build/recovery 24K 151G 24K /rpool/images/build/recovery
24322025-10-27T23:17:54.286ZOct 27 23:17:53.190 DEBG process exited with exit status: 0 (4.722859ms)
24332025-10-27T23:17:54.286ZOct 27 23:17:53.191 INFO [hubris-production] running task
24342025-10-27T23:17:54.286ZOct 27 23:17:53.191 INFO [incorp-manifest] running task
24352025-10-27T23:17:54.286ZOct 27 23:17:53.191 INFO [hubris-staging] running task
24362025-10-27T23:17:54.286ZOct 27 23:17:53.191 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24372025-10-27T23:17:54.286ZOct 27 23:17:53.191 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*'
24382025-10-27T23:17:54.286ZOct 27 23:17:53.192 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
24392025-10-27T23:17:54.290ZOct 27 23:17:53.192 INFO [incorp-create] running: pkgrepo create /work/incorporation
24402025-10-27T23:17:54.368Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24412025-10-27T23:17:54.631ZOct 27 23:17:53.538 INFO [incorp-create] process exited with exit status: 0 (345.698179ms)
24422025-10-27T23:17:54.635ZOct 27 23:17:53.538 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev
24432025-10-27T23:17:54.957ZOct 27 23:17:53.865 INFO [incorp-publisher] process exited with exit status: 0 (326.443968ms)
24442025-10-27T23:17:55.046Z[ omicron-package] Blocking waiting for file lock on package cache
24452025-10-27T23:17:55.532Z[ omicron-package] Blocking waiting for file lock on package cache
24462025-10-27T23:17:56.937Z[ omicron-package] Compiling ring v0.17.14
24472025-10-27T23:17:57.266Z[ omicron-package] Compiling darling_core v0.21.0
24482025-10-27T23:17:57.295Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24492025-10-27T23:17:57.330ZOct 27 23:17:56.236 INFO [hubris-production] task succeeded (3.045529541s)
24502025-10-27T23:17:57.380Z[ omicron-package] Compiling itertools v0.14.0
24512025-10-27T23:17:57.384Z[ omicron-package] Compiling heapless v0.8.0
24522025-10-27T23:17:57.588Z[ omicron-package] Compiling hash32 v0.3.1
24532025-10-27T23:17:57.591Z[ omicron-package] Compiling smoltcp v0.11.0
24542025-10-27T23:17:58.516Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24552025-10-27T23:17:58.562Z[ omicron-package] Compiling num_enum_derive v0.5.11
24562025-10-27T23:17:59.662Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24572025-10-27T23:17:59.842Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24582025-10-27T23:18:00.616Z[ omicron-package] Compiling cobs v0.2.3
24592025-10-27T23:18:01.175Z[ omicron-package] Compiling postcard v1.0.10
24602025-10-27T23:18:01.636Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
24612025-10-27T23:18:02.504Z[ omicron-package] Compiling num_enum v0.5.11
24622025-10-27T23:18:03.125Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
24632025-10-27T23:18:03.282Z[ omicron-package] Compiling proc-macro-error v1.0.4
24642025-10-27T23:18:03.456Z[ omicron-package] Compiling foreign-types-macros v0.2.3
24652025-10-27T23:18:04.115Z[ omicron-package] Compiling rustls v0.23.19
24662025-10-27T23:18:04.217Z[ omicron-package] Compiling unicode-width v0.1.14
24672025-10-27T23:18:04.349Z[ omicron-package] Compiling foreign-types-shared v0.3.1
24682025-10-27T23:18:05.536Z[ omicron-package] Compiling tabwriter v1.4.0
24692025-10-27T23:18:06.264Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24702025-10-27T23:18:06.536Z[ omicron-package] Compiling foreign-types v0.5.0
24712025-10-27T23:18:07.168Z[ omicron-package] Compiling cstr-argument v0.1.2
24722025-10-27T23:18:07.483Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
24732025-10-27T23:18:07.487Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
24742025-10-27T23:18:07.873Z[ omicron-package] Compiling darling_macro v0.21.0
24752025-10-27T23:18:07.985Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24762025-10-27T23:18:08.169Z[ omicron-package] Compiling pretty-hex v0.2.1
24772025-10-27T23:18:08.506Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24782025-10-27T23:18:08.847Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24792025-10-27T23:18:08.978Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24802025-10-27T23:18:09.256Z[ omicron-package] Compiling rustls-webpki v0.102.8
24812025-10-27T23:18:09.530Z[ omicron-package] Compiling rayon v1.10.0
24822025-10-27T23:18:09.640Z[ omicron-package] Compiling darling v0.21.0
24832025-10-27T23:18:09.825Z[ omicron-package] Compiling ingot-macros v0.1.1
24842025-10-27T23:18:10.261Z[ omicron-package] Compiling colored v2.2.0
24852025-10-27T23:18:10.454Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
24862025-10-27T23:18:12.733Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291)
24872025-10-27T23:18:12.815Z[ omicron-package] Compiling sigpipe v0.1.3
24882025-10-27T23:18:13.242Z[ omicron-package] Compiling num-derive v0.4.2
24892025-10-27T23:18:13.297Z[ omicron-package] Compiling jiff v0.2.15
24902025-10-27T23:18:15.253Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24912025-10-27T23:18:15.955Z[ omicron-package] Compiling glob v0.3.2
24922025-10-27T23:18:16.194Z[ omicron-package] Compiling libefi-sys v0.1.0
24932025-10-27T23:18:17.004Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408)
24942025-10-27T23:18:17.801Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291)
24952025-10-27T23:18:18.615Z[ omicron-package] Compiling ingot-types v0.1.2
24962025-10-27T23:18:18.682Z[ omicron-package] Compiling rustls v0.22.4
24972025-10-27T23:18:18.753Z[ omicron-package] Compiling zone v0.3.1
24982025-10-27T23:18:19.286Z[ omicron-package] Compiling smf v0.2.3
24992025-10-27T23:18:20.381Z[ omicron-package] Compiling ingot v0.1.1
25002025-10-27T23:18:23.397Z[ omicron-package] Compiling tokio-rustls v0.26.0
25012025-10-27T23:18:24.096Z[ omicron-package] Compiling hyper-rustls v0.27.7
25022025-10-27T23:18:25.024Z[ omicron-package] Compiling reqwest v0.12.22
25032025-10-27T23:18:27.618Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
25042025-10-27T23:18:27.672Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
25052025-10-27T23:18:28.801Z[ omicron-package] Compiling bitfield-struct v0.6.2
25062025-10-27T23:18:30.061Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25072025-10-27T23:18:30.708Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25082025-10-27T23:18:31.998Z[ omicron-package] Compiling unicode-width v0.2.0
25092025-10-27T23:18:32.252Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25102025-10-27T23:18:32.538Z[ omicron-package] Compiling tokio-rustls v0.25.0
25112025-10-27T23:18:33.208Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
25122025-10-27T23:18:33.321Z[ omicron-package] Compiling dropshot v0.16.4
25132025-10-27T23:18:34.152Z[ omicron-package] Compiling console v0.16.0
25142025-10-27T23:18:34.305Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25152025-10-27T23:18:37.253Z[ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing
25162025-10-27T23:18:37.253Z[ helios-setup] --> src/main.rs:79:10
25172025-10-27T23:18:37.253Z[ helios-setup] |
25182025-10-27T23:18:37.253Z[ helios-setup] 79 | fn pc(s: &str) -> Component {
25192025-10-27T23:18:37.253Z[ helios-setup] | ^^^^ --------- the same lifetime is hidden here
25202025-10-27T23:18:37.253Z[ helios-setup] | |
25212025-10-27T23:18:37.253Z[ helios-setup] | the lifetime is elided here
25222025-10-27T23:18:37.253Z[ helios-setup] |
25232025-10-27T23:18:37.253Z[ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
25242025-10-27T23:18:37.253Z[ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
25252025-10-27T23:18:37.253Z[ helios-setup] help: use `'_` for type paths
25262025-10-27T23:18:37.253Z[ helios-setup] |
25272025-10-27T23:18:37.253Z[ helios-setup] 79 | fn pc(s: &str) -> Component<'_> {
25282025-10-27T23:18:37.253Z[ helios-setup] | ++++
25292025-10-27T23:18:37.253Z[ helios-setup]
25302025-10-27T23:18:37.853Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a)
25312025-10-27T23:18:38.207Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25322025-10-27T23:18:38.575Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25332025-10-27T23:18:39.270Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25342025-10-27T23:18:40.417Z[ omicron-package] Compiling tokio-dtrace v0.1.0
25352025-10-27T23:18:40.992Z[ omicron-package] Compiling gethostname v0.5.0
25362025-10-27T23:18:41.406Z[ omicron-package] Compiling fixedbitset v0.5.7
25372025-10-27T23:18:41.510Z[ omicron-package] Compiling unit-prefix v0.5.1
25382025-10-27T23:18:41.558ZOct 27 23:18:40.476 INFO [hubris-staging] task succeeded (47.284932606s)
25392025-10-27T23:18:42.050Z[ omicron-package] Compiling petgraph v0.8.2
25402025-10-27T23:18:42.889Z[ omicron-package] Compiling indicatif v0.18.0
25412025-10-27T23:18:44.276Z[ helios-setup] Oct 27 23:18:43.194 INFO helios repository root is: /work/oxidecomputer/helios
25422025-10-27T23:18:44.280Z[ helios-setup] Oct 27 23:18:43.196 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
25432025-10-27T23:18:44.280Z[ helios-setup] Oct 27 23:18:43.196 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
25442025-10-27T23:18:44.283Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
25452025-10-27T23:18:45.611Z[ helios-setup] Oct 27 23:18:44.529 INFO clone ok!, project: amd-host-image-builder
25462025-10-27T23:18:45.614Z[ helios-setup] Oct 27 23:18:44.529 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
25472025-10-27T23:18:45.614Z[ helios-setup] Oct 27 23:18:44.529 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
25482025-10-27T23:18:45.614Z[ helios-setup] Oct 27 23:18:44.529 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
25492025-10-27T23:18:45.614Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
25502025-10-27T23:18:45.804Z[ omicron-package] Compiling progenitor-client v0.11.2
25512025-10-27T23:18:47.670Z[ omicron-package] Compiling progenitor v0.11.2
25522025-10-27T23:18:48.047Z[ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
25532025-10-27T23:18:48.666Z[ omicron-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
25542025-10-27T23:18:49.212Z[ omicron-package] Compiling progenitor-client v0.10.0
25552025-10-27T23:18:49.838Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25562025-10-27T23:18:50.300Z[ omicron-package] Compiling omicron-zone-package v0.12.2
25572025-10-27T23:18:50.628Z[ omicron-package] Compiling oxide-tokio-rt v0.1.2
25582025-10-27T23:18:51.147ZOct 27 23:18:50.067 DEBG process exited with exit status: 0 (56.875910984s)
25592025-10-27T23:18:51.151ZOct 27 23:18:50.069 INFO [incorp-manifest] task succeeded (56.878549731s)
25602025-10-27T23:18:51.151ZOct 27 23:18:50.069 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
25612025-10-27T23:18:51.363Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25622025-10-27T23:18:51.723ZOct 27 23:18:50.642 INFO [incorp-fmt] process exited with exit status: 0 (572.66464ms)
25632025-10-27T23:18:51.726ZOct 27 23:18:50.642 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
25642025-10-27T23:18:52.335Z[ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@17.0.0.0,5.11:20251027T231851Z
25652025-10-27T23:18:52.336Z[ incorp-pkgsend] PUBLISHED
25662025-10-27T23:18:52.440ZOct 27 23:18:51.360 INFO [incorp-pkgsend] process exited with exit status: 0 (717.251984ms)
25672025-10-27T23:18:52.443ZOct 27 23:18:51.360 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
25682025-10-27T23:18:52.954Z[ helios-incorp] Retrieving packages for publisher helios-dev ...
25692025-10-27T23:18:52.964Z[ helios-incorp] Retrieving catalog 'helios-dev' ... Done
25702025-10-27T23:18:53.039Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
25712025-10-27T23:18:53.039Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25722025-10-27T23:18:53.043Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25732025-10-27T23:18:53.049Z[ helios-incorp]
25742025-10-27T23:18:53.049Z[ helios-incorp] Archiving packages ...
25752025-10-27T23:18:53.053Z[ helios-incorp] Packages to add: 1
25762025-10-27T23:18:53.053Z[ helios-incorp] Files to retrieve: 0
25772025-10-27T23:18:53.053Z[ helios-incorp] Estimated transfer size: 0.00 B
25782025-10-27T23:18:53.053Z[ helios-incorp]
25792025-10-27T23:18:53.053Z[ helios-incorp] Packages to archive:
25802025-10-27T23:18:53.053Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@17.0.0.0,5.11:20251027T231851Z
25812025-10-27T23:18:53.053Z[ helios-incorp]
25822025-10-27T23:18:53.054Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25832025-10-27T23:18:53.054Z[ helios-incorp] Archiving: Completed 107.19 kB in 0.00 seconds
25842025-10-27T23:18:53.140ZOct 27 23:18:52.060 INFO [helios-incorp] process exited with exit status: 0 (700.183098ms)
25852025-10-27T23:18:56.394Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25862025-10-27T23:18:56.453Z[ helios-setup] Oct 27 23:18:55.373 INFO clone ok!, project: amd-firmware
25872025-10-27T23:18:56.457Z[ helios-setup] Oct 27 23:18:55.374 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
25882025-10-27T23:18:56.457Z[ helios-setup] Oct 27 23:18:55.374 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
25892025-10-27T23:18:56.458Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
25902025-10-27T23:18:57.654Z[ helios-setup] Oct 27 23:18:56.572 INFO clone ok!, project: chelsio-t6-roms
25912025-10-27T23:18:57.654Z[ helios-setup] Oct 27 23:18:56.572 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
25922025-10-27T23:18:57.654Z[ helios-setup] Oct 27 23:18:56.572 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
25932025-10-27T23:18:57.654Z[ helios-setup] Oct 27 23:18:56.572 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
25942025-10-27T23:18:57.658Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
25952025-10-27T23:18:58.729Z[ helios-setup] Oct 27 23:18:57.650 INFO clone ok!, project: pilot
25962025-10-27T23:18:58.732Z[ helios-setup] Oct 27 23:18:57.650 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
25972025-10-27T23:18:58.733Z[ helios-setup] Oct 27 23:18:57.650 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
25982025-10-27T23:18:58.733Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
25992025-10-27T23:18:59.481Z[ helios-setup] Oct 27 23:18:58.401 INFO clone ok!, project: pinprick
26002025-10-27T23:18:59.485Z[ helios-setup] Oct 27 23:18:58.402 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26012025-10-27T23:18:59.485Z[ helios-setup] Oct 27 23:18:58.402 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
26022025-10-27T23:18:59.485Z[ helios-setup] Oct 27 23:18:58.402 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26032025-10-27T23:18:59.485Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26042025-10-27T23:19:00.223Z[ helios-setup] Oct 27 23:18:59.144 INFO clone ok!, project: bootserver
26052025-10-27T23:19:00.227Z[ helios-setup] Oct 27 23:18:59.145 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
26062025-10-27T23:19:00.227Z[ helios-setup] Oct 27 23:18:59.145 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26072025-10-27T23:19:00.227Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26082025-10-27T23:19:01.061Z[ helios-setup] Oct 27 23:18:59.983 INFO clone ok!, project: phbl
26092025-10-27T23:19:01.065Z[ helios-setup] Oct 27 23:18:59.983 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
26102025-10-27T23:19:01.065Z[ helios-setup] Oct 27 23:18:59.983 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26112025-10-27T23:19:01.065Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26122025-10-27T23:19:01.825Z[ helios-setup] Oct 27 23:19:00.747 INFO clone ok!, project: image-builder
26132025-10-27T23:19:01.829Z[ helios-setup] Oct 27 23:19:00.747 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26142025-10-27T23:19:02.380Z[ helios-setup] Oct 27 23:19:01.301 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
26152025-10-27T23:19:02.924Z[ helios-setup] Oct 27 23:19:01.846 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
26162025-10-27T23:19:02.924Z[ helios-setup] Oct 27 23:19:01.846 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26172025-10-27T23:19:03.516Z[ helios-setup] Oct 27 23:19:02.438 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
26182025-10-27T23:19:04.113Z[ helios-setup] Oct 27 23:19:03.035 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
26192025-10-27T23:19:04.113Z[ helios-setup] Oct 27 23:19:03.035 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26202025-10-27T23:19:04.795Z[ helios-setup] Oct 27 23:19:03.716 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
26212025-10-27T23:19:05.349Z[ helios-setup] Oct 27 23:19:04.271 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
26222025-10-27T23:19:05.349Z[ helios-setup] Oct 27 23:19:04.271 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26232025-10-27T23:19:05.353Z[ helios-setup] Oct 27 23:19:04.271 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26242025-10-27T23:19:05.353Z[ helios-setup] Oct 27 23:19:04.271 INFO ok!
26252025-10-27T23:19:05.353Z[ helios-setup] Oct 27 23:19:04.271 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26262025-10-27T23:19:05.353Z[ helios-setup] Oct 27 23:19:04.271 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26272025-10-27T23:19:05.353Z[ helios-setup] Oct 27 23:19:04.271 INFO ok!
26282025-10-27T23:19:05.353Z[ helios-setup] Oct 27 23:19:04.271 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26292025-10-27T23:19:05.353Z[ helios-setup] Oct 27 23:19:04.271 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26302025-10-27T23:19:05.353Z[ helios-setup] Oct 27 23:19:04.271 INFO ok!
26312025-10-27T23:19:05.353Z[ helios-setup] Oct 27 23:19:04.272 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
26322025-10-27T23:19:05.471Z[ helios-setup] Oct 27 23:19:04.393 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')"
26332025-10-27T23:19:05.471Z[ helios-setup] Oct 27 23:19:04.393 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
26342025-10-27T23:19:05.474Z[ helios-setup] Oct 27 23:19:04.393 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
26352025-10-27T23:19:05.843Z[ helios-setup] Oct 27 23:19:04.765 INFO E| Updating crates.io index
26362025-10-27T23:19:05.846Z[ helios-setup] Oct 27 23:19:04.765 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
26372025-10-27T23:19:06.374Z[ helios-setup] Oct 27 23:19:05.296 INFO E| From https://github.com/oxidecomputer/amd-apcb
26382025-10-27T23:19:06.374Z[ helios-setup] Oct 27 23:19:05.296 INFO E| * [new ref] d8244b0a0f4a1496799c660e53dfe294b46f8888 -> refs/commit/d8244b0a0f4a1496799c660e53dfe294b46f8888
26392025-10-27T23:19:06.451Z[ helios-setup] Oct 27 23:19:05.373 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
26402025-10-27T23:19:07.254Z[ helios-setup] Oct 27 23:19:06.176 INFO E| From https://github.com/oxidecomputer/amd-efs
26412025-10-27T23:19:07.254Z[ helios-setup] Oct 27 23:19:06.176 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
26422025-10-27T23:19:07.606Z[ helios-setup] Oct 27 23:19:06.528 INFO E| Downloading crates ...
26432025-10-27T23:19:07.738Z[ helios-setup] Oct 27 23:19:06.660 INFO E| Downloaded thiserror-impl v2.0.12
26442025-10-27T23:19:07.741Z[ helios-setup] Oct 27 23:19:06.663 INFO E| Downloaded scroll_derive v0.12.1
26452025-10-27T23:19:07.766Z[ helios-setup] Oct 27 23:19:06.689 INFO E| Downloaded bytesize v2.0.1
26462025-10-27T23:19:07.769Z[ helios-setup] Oct 27 23:19:06.692 INFO E| Downloaded itoa v1.0.15
26472025-10-27T23:19:07.773Z[ helios-setup] Oct 27 23:19:06.694 INFO E| Downloaded ansi_term v0.12.1
26482025-10-27T23:19:07.776Z[ helios-setup] Oct 27 23:19:06.697 INFO E| Downloaded cpufeatures v0.2.17
26492025-10-27T23:19:07.810Z[ helios-setup] Oct 27 23:19:06.733 INFO E| Downloaded unic-common v0.9.0
26502025-10-27T23:19:07.814Z[ helios-setup] Oct 27 23:19:06.734 INFO E| Downloaded four-cc v0.4.0
26512025-10-27T23:19:07.814Z[ helios-setup] Oct 27 23:19:06.736 INFO E| Downloaded fletcher v1.0.0
26522025-10-27T23:19:07.817Z[ helios-setup] Oct 27 23:19:06.737 INFO E| Downloaded dyn-clone v1.0.19
26532025-10-27T23:19:07.817Z[ helios-setup] Oct 27 23:19:06.739 INFO E| Downloaded strsim v0.8.0
26542025-10-27T23:19:07.821Z[ helios-setup] Oct 27 23:19:06.741 INFO E| Downloaded rustversion v1.0.20
26552025-10-27T23:19:07.825Z[ helios-setup] Oct 27 23:19:06.745 INFO E| Downloaded strum v0.27.1
26562025-10-27T23:19:07.825Z[ helios-setup] Oct 27 23:19:06.747 INFO E| Downloaded pest_generator v2.8.0
26572025-10-27T23:19:07.828Z[ helios-setup] Oct 27 23:19:06.749 INFO E| Downloaded proc-macro2 v1.0.95
26582025-10-27T23:19:07.831Z[ helios-setup] Oct 27 23:19:06.753 INFO E| Downloaded thiserror v2.0.12
26592025-10-27T23:19:07.839Z[ helios-setup] Oct 27 23:19:06.762 INFO E| Downloaded unic-ucd-version v0.9.0
26602025-10-27T23:19:07.843Z[ helios-setup] Oct 27 23:19:06.764 INFO E| Downloaded unic-char-range v0.9.0
26612025-10-27T23:19:07.843Z[ helios-setup] Oct 27 23:19:06.765 INFO E| Downloaded unic-char-property v0.9.0
26622025-10-27T23:19:07.846Z[ helios-setup] Oct 27 23:19:06.767 INFO E| Downloaded vec_map v0.8.2
26632025-10-27T23:19:07.846Z[ helios-setup] Oct 27 23:19:06.769 INFO E| Downloaded modular-bitfield-impl v0.11.2
26642025-10-27T23:19:07.849Z[ helios-setup] Oct 27 23:19:06.771 INFO E| Downloaded textwrap v0.11.0
26652025-10-27T23:19:07.853Z[ helios-setup] Oct 27 23:19:06.773 INFO E| Downloaded pest_meta v2.8.0
26662025-10-27T23:19:07.856Z[ helios-setup] Oct 27 23:19:06.776 INFO E| Downloaded structopt-derive v0.4.18
26672025-10-27T23:19:07.856Z[ helios-setup] Oct 27 23:19:06.778 INFO E| Downloaded structopt v0.3.26
26682025-10-27T23:19:07.866Z[ helios-setup] Oct 27 23:19:06.789 INFO E| Downloaded serde_derive v1.0.219
26692025-10-27T23:19:07.869Z[ helios-setup] Oct 27 23:19:06.792 INFO E| Downloaded parse_int v0.9.0
26702025-10-27T23:19:07.873Z[ helios-setup] Oct 27 23:19:06.794 INFO E| Downloaded unicode-ident v1.0.18
26712025-10-27T23:19:07.876Z[ helios-setup] Oct 27 23:19:06.798 INFO E| Downloaded unic-ucd-ident v0.9.0
26722025-10-27T23:19:07.882Z[ helios-setup] Oct 27 23:19:06.800 INFO E| Downloaded modular-bitfield v0.11.2
26732025-10-27T23:19:07.903Z[ helios-setup] Oct 27 23:19:06.826 INFO E| Downloaded typenum v1.18.0
26742025-10-27T23:19:07.908Z[ helios-setup] Oct 27 23:19:06.831 INFO E| Downloaded ryu v1.0.20
26752025-10-27T23:19:07.912Z[ helios-setup] Oct 27 23:19:06.835 INFO E| Downloaded pest_derive v2.8.0
26762025-10-27T23:19:07.916Z[ helios-setup] Oct 27 23:19:06.839 INFO E| Downloaded strum_macros v0.27.1
26772025-10-27T23:19:07.920Z[ helios-setup] Oct 27 23:19:06.842 INFO E| Downloaded zerocopy-derive v0.8.25
26782025-10-27T23:19:07.930Z[ helios-setup] Oct 27 23:19:06.852 INFO E| Downloaded serde v1.0.219
26792025-10-27T23:19:07.935Z[ helios-setup] Oct 27 23:19:06.858 INFO E| Downloaded serde_json v1.0.140
26802025-10-27T23:19:07.946Z[ helios-setup] Oct 27 23:19:06.868 INFO E| Downloaded pest v2.8.0
26812025-10-27T23:19:07.952Z[ helios-setup] Oct 27 23:19:06.875 INFO E| Downloaded clap v2.34.0
26822025-10-27T23:19:07.961Z[ helios-setup] Oct 27 23:19:06.884 INFO E| Downloaded goblin v0.9.3
26832025-10-27T23:19:08.000Z[ helios-setup] Oct 27 23:19:06.923 INFO E| Downloaded zerocopy v0.8.25
26842025-10-27T23:19:08.033Z[ helios-setup] Oct 27 23:19:06.956 INFO E| Downloaded syn v2.0.101
26852025-10-27T23:19:08.096Z[ helios-setup] Oct 27 23:19:07.019 INFO E| Downloaded libc v0.2.172
26862025-10-27T23:19:08.210Z[ helios-setup] Oct 27 23:19:07.133 INFO E| Compiling proc-macro2 v1.0.95
26872025-10-27T23:19:08.210Z[ helios-setup] Oct 27 23:19:07.133 INFO E| Compiling unicode-ident v1.0.18
26882025-10-27T23:19:08.211Z[ helios-setup] Oct 27 23:19:07.133 INFO E| Compiling memchr v2.7.4
26892025-10-27T23:19:08.214Z[ helios-setup] Oct 27 23:19:07.133 INFO E| Compiling autocfg v1.4.0
26902025-10-27T23:19:08.214Z[ helios-setup] Oct 27 23:19:07.133 INFO E| Compiling syn v1.0.109
26912025-10-27T23:19:08.214Z[ helios-setup] Oct 27 23:19:07.133 INFO E| Compiling thiserror v2.0.12
26922025-10-27T23:19:08.214Z[ helios-setup] Oct 27 23:19:07.133 INFO E| Compiling serde v1.0.219
26932025-10-27T23:19:08.214Z[ helios-setup] Oct 27 23:19:07.133 INFO E| Compiling version_check v0.9.5
26942025-10-27T23:19:08.864Z[ helios-setup] Oct 27 23:19:07.787 INFO E| Compiling serde_json v1.0.140
26952025-10-27T23:19:09.403Z[ helios-setup] Oct 27 23:19:08.326 INFO E| Compiling itoa v1.0.15
26962025-10-27T23:19:09.477Z[ helios-setup] Oct 27 23:19:08.400 INFO E| Compiling num-traits v0.2.19
26972025-10-27T23:19:09.477Z[ helios-setup] Oct 27 23:19:08.400 INFO E| Compiling schemars v0.8.22
26982025-10-27T23:19:09.654Z[ helios-setup] Oct 27 23:19:08.578 INFO E| Compiling ryu v1.0.20
26992025-10-27T23:19:09.674Z[ helios-setup] Oct 27 23:19:08.596 INFO E| Compiling memoffset v0.9.1
27002025-10-27T23:19:09.733Z[ helios-setup] Oct 27 23:19:08.654 INFO E| Compiling proc-macro-error-attr v1.0.4
27012025-10-27T23:19:10.174Z[ helios-setup] Oct 27 23:19:09.096 INFO E| Compiling ucd-trie v0.1.7
27022025-10-27T23:19:10.217Z[ helios-setup] Oct 27 23:19:09.140 INFO E| Compiling libc v0.2.172
27032025-10-27T23:19:10.253Z[ helios-setup] Oct 27 23:19:09.176 INFO E| Compiling rustversion v1.0.20
27042025-10-27T23:19:10.287Z[ helios-setup] Oct 27 23:19:09.210 INFO E| Compiling dyn-clone v1.0.19
27052025-10-27T23:19:10.306Z[ helios-setup] Oct 27 23:19:09.229 INFO E| Compiling paste v1.0.15
27062025-10-27T23:19:10.397Z[ helios-setup] Oct 27 23:19:09.320 INFO E| Compiling zerocopy v0.8.25
27072025-10-27T23:19:10.873Z[ helios-setup] Oct 27 23:19:09.797 INFO E| Compiling proc-macro-error v1.0.4
27082025-10-27T23:19:10.974Z[ helios-setup] Oct 27 23:19:09.897 INFO E| Compiling once_cell v1.21.3
27092025-10-27T23:19:10.996Z[ helios-setup] Oct 27 23:19:09.920 INFO E| Compiling static_assertions v1.1.0
27102025-10-27T23:19:11.167Z[ helios-setup] Oct 27 23:19:10.090 INFO E| Compiling quote v1.0.40
27112025-10-27T23:19:11.480Z[ helios-setup] Oct 27 23:19:10.403 INFO E| Compiling heck v0.5.0
27122025-10-27T23:19:11.595Z[ helios-setup] Oct 27 23:19:10.519 INFO E| Compiling unicode-segmentation v1.12.0
27132025-10-27T23:19:11.630Z[ helios-setup] Oct 27 23:19:10.553 INFO E| Compiling syn v2.0.101
27142025-10-27T23:19:12.215Z[ helios-setup] Oct 27 23:19:11.139 INFO E| Compiling unicode-width v0.1.14
27152025-10-27T23:19:12.339Z[ helios-setup] Oct 27 23:19:11.263 INFO E| Compiling atty v0.2.14
27162025-10-27T23:19:12.429Z[ helios-setup] Oct 27 23:19:11.352 INFO E| Compiling heck v0.3.3
27172025-10-27T23:19:12.502Z[ helios-setup] Oct 27 23:19:11.425 INFO E| Compiling vec_map v0.8.2
27182025-10-27T23:19:12.562Z[ helios-setup] Oct 27 23:19:11.486 INFO E| Compiling parse_int v0.9.0
27192025-10-27T23:19:12.701Z[ helios-setup] Oct 27 23:19:11.624 INFO E| Compiling textwrap v0.11.0
27202025-10-27T23:19:12.727Z[ helios-setup] Oct 27 23:19:11.651 INFO E| Compiling strum v0.27.1
27212025-10-27T23:19:12.782Z[ helios-setup] Oct 27 23:19:11.705 INFO E| Compiling byteorder v1.5.0
27222025-10-27T23:19:12.810Z[ helios-setup] Oct 27 23:19:11.733 INFO E| Compiling strsim v0.8.0
27232025-10-27T23:19:12.871Z[ helios-setup] Oct 27 23:19:11.794 INFO E| Compiling fletcher v1.0.0
27242025-10-27T23:19:12.952Z[ helios-setup] Oct 27 23:19:11.876 INFO E| Compiling ansi_term v0.12.1
27252025-10-27T23:19:13.064Z[ helios-setup] Oct 27 23:19:11.988 INFO E| Compiling unic-char-range v0.9.0
27262025-10-27T23:19:13.138Z[ helios-setup] Oct 27 23:19:12.062 INFO E| Compiling unic-common v0.9.0
27272025-10-27T23:19:13.228Z[ helios-setup] Oct 27 23:19:12.152 INFO E| Compiling bitflags v1.3.2
27282025-10-27T23:19:13.401Z[ helios-setup] Oct 27 23:19:12.325 INFO E| Compiling unic-ucd-version v0.9.0
27292025-10-27T23:19:13.404Z[ helios-setup] Oct 27 23:19:12.325 INFO E| Compiling unic-char-property v0.9.0
27302025-10-27T23:19:13.410Z[ helios-setup] Oct 27 23:19:12.334 INFO E| Compiling log v0.4.27
27312025-10-27T23:19:13.421Z[ helios-setup] Oct 27 23:19:12.345 INFO E| Compiling plain v0.2.3
27322025-10-27T23:19:13.498Z[ helios-setup] Oct 27 23:19:12.421 INFO E| Compiling lazy_static v1.5.0
27332025-10-27T23:19:13.539Z[ helios-setup] Oct 27 23:19:12.463 INFO E| Compiling bytesize v2.0.1
27342025-10-27T23:19:13.610Z[ helios-setup] Oct 27 23:19:12.533 INFO E| Compiling clap v2.34.0
27352025-10-27T23:19:13.771Z[ helios-setup] Oct 27 23:19:12.694 INFO E| Compiling unic-ucd-ident v0.9.0
27362025-10-27T23:19:18.711Z[ helios-setup] Oct 27 23:19:17.636 INFO E| Compiling modular-bitfield-impl v0.11.2
27372025-10-27T23:19:18.711Z[ helios-setup] Oct 27 23:19:17.636 INFO E| Compiling structopt-derive v0.4.18
27382025-10-27T23:19:18.853Z[ helios-setup] Oct 27 23:19:17.778 INFO E| Compiling serde_derive_internals v0.29.1
27392025-10-27T23:19:21.432Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27402025-10-27T23:19:22.030Z[ helios-setup] Oct 27 23:19:20.955 INFO E| Compiling thiserror-impl v2.0.12
27412025-10-27T23:19:22.207Z[ helios-setup] Oct 27 23:19:21.133 INFO E| Compiling serde_derive v1.0.219
27422025-10-27T23:19:22.244Z[ helios-setup] Oct 27 23:19:21.169 INFO E| Compiling zerocopy-derive v0.8.25
27432025-10-27T23:19:22.294Z[ helios-setup] Oct 27 23:19:21.220 INFO E| Compiling num-derive v0.4.2
27442025-10-27T23:19:22.412Z[ helios-setup] Oct 27 23:19:21.338 INFO E| Compiling schemars_derive v0.8.22
27452025-10-27T23:19:23.185Z[ helios-setup] Oct 27 23:19:22.111 INFO E| Compiling modular-bitfield v0.11.2
27462025-10-27T23:19:23.494Z[ helios-setup] Oct 27 23:19:22.419 INFO E| Compiling scroll_derive v0.12.1
27472025-10-27T23:19:23.731Z[ helios-setup] Oct 27 23:19:22.657 INFO E| Compiling strum_macros v0.27.1
27482025-10-27T23:19:23.806Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27492025-10-27T23:19:25.072Z[ helios-setup] Oct 27 23:19:23.998 INFO E| Compiling structopt v0.3.26
27502025-10-27T23:19:26.677Z[ helios-setup] Oct 27 23:19:25.604 INFO E| Compiling scroll v0.12.0
27512025-10-27T23:19:27.367Z[ helios-setup] Oct 27 23:19:26.293 INFO E| Compiling pest v2.8.0
27522025-10-27T23:19:27.392Z[ helios-setup] Oct 27 23:19:26.318 INFO E| Compiling goblin v0.9.3
27532025-10-27T23:19:27.796Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27542025-10-27T23:19:31.015Z[ helios-setup] Oct 27 23:19:29.943 INFO E| Compiling pest_meta v2.8.0
27552025-10-27T23:19:33.008Z[ helios-setup] Oct 27 23:19:31.936 INFO E| Compiling pest_generator v2.8.0
27562025-10-27T23:19:35.323Z[ helios-setup] Oct 27 23:19:34.251 INFO E| Compiling pest_derive v2.8.0
27572025-10-27T23:19:37.640Z[ helios-setup] Oct 27 23:19:36.569 INFO E| Compiling json5 v0.4.1
27582025-10-27T23:19:40.741Z[ helios-setup] Oct 27 23:19:39.671 INFO E| Compiling four-cc v0.4.0
27592025-10-27T23:19:40.741Z[ helios-setup] Oct 27 23:19:39.671 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
27602025-10-27T23:19:40.980Z[ helios-setup] Oct 27 23:19:39.909 INFO E| Compiling amd-apcb v0.5.4 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#d8244b0a)
27612025-10-27T23:19:48.533Z[ omicron-package] Finished `release` profile [optimized] target(s) in 1m 54s
27622025-10-27T23:19:48.819Z[ omicron-package]
27632025-10-27T23:19:48.819Z[ omicron-package] real 1:54.503385080
27642025-10-27T23:19:48.823Z[ omicron-package] user 8:45.337882810
27652025-10-27T23:19:48.823Z[ omicron-package] sys 33.571308027
27662025-10-27T23:19:48.823Z[ omicron-package] trap 1.026544550
27672025-10-27T23:19:48.823Z[ omicron-package] tflt 1.483104240
27682025-10-27T23:19:48.823Z[ omicron-package] dflt 1.221231262
27692025-10-27T23:19:48.823Z[ omicron-package] kflt 0.000027295
27702025-10-27T23:19:48.823Z[ omicron-package] lock 30:40.887602295
27712025-10-27T23:19:48.823Z[ omicron-package] slp 34:44.916148160
27722025-10-27T23:19:48.823Z[ omicron-package] lat 4:30.000386882
27732025-10-27T23:19:48.823Z[ omicron-package] stop 1:30.418074362
27742025-10-27T23:19:48.823ZOct 27 23:19:47.751 INFO [omicron-package] process exited with exit status: 0 (114.559532876s)
27752025-10-27T23:19:48.823ZOct 27 23:19:47.751 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27762025-10-27T23:19:48.823ZOct 27 23:19:47.752 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27772025-10-27T23:19:48.834Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27782025-10-27T23:19:48.838Z[ host-target] Created new build target 'host' and set it as active
27792025-10-27T23:19:48.838Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27802025-10-27T23:19:48.838Z[ recovery-target] Created new build target 'recovery' and set it as active
27812025-10-27T23:19:48.838ZOct 27 23:19:47.769 INFO [host-target] process exited with exit status: 0 (17.120277ms)
27822025-10-27T23:19:48.839ZOct 27 23:19:47.769 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27832025-10-27T23:19:48.842ZOct 27 23:19:47.770 INFO [recovery-target] process exited with exit status: 0 (17.907405ms)
27842025-10-27T23:19:48.845Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27852025-10-27T23:19:50.845Z[ host-package] Compiling ring v0.17.14
27862025-10-27T23:19:51.133Z[ host-package] Compiling progenitor-impl v0.10.0
27872025-10-27T23:19:51.185Z[ host-package] Compiling is-terminal v0.4.13
27882025-10-27T23:19:51.188Z[ host-package] Compiling convert_case v0.4.0
27892025-10-27T23:19:51.188Z[ host-package] Compiling thread_local v1.1.8
27902025-10-27T23:19:51.209Z[ host-package] Compiling match_cfg v0.1.0
27912025-10-27T23:19:51.343Z[ host-package] Compiling multer v3.1.0
27922025-10-27T23:19:51.442Z[ host-package] Compiling hostname v0.3.1
27932025-10-27T23:19:51.527Z[ host-package] Compiling slog-async v2.8.0
27942025-10-27T23:19:51.634Z[ host-package] Compiling crossbeam-channel v0.5.15
27952025-10-27T23:19:51.668Z[ host-package] Compiling toml_parser v1.0.2
27962025-10-27T23:19:51.751Z[ host-package] Compiling slog-json v2.6.1
27972025-10-27T23:19:51.997Z[ host-package] Compiling derive_more v0.99.20
27982025-10-27T23:19:52.284Z[ host-package] Compiling futures-executor v0.3.31
27992025-10-27T23:19:52.709Z[ host-package] Compiling serde_spanned v1.0.0
28002025-10-27T23:19:52.899Z[ host-package] Compiling toml_datetime v0.7.0
28012025-10-27T23:19:52.999Z[ host-package] Compiling hex v0.4.3
28022025-10-27T23:19:53.052Z[ host-package] Compiling toml_writer v1.0.2
28032025-10-27T23:19:53.563Z[ host-package] Compiling take_mut v0.2.2
28042025-10-27T23:19:53.612Z[ host-package] Compiling term v1.1.0
28052025-10-27T23:19:53.689Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
28062025-10-27T23:19:53.929Z[ host-package] Compiling toml v0.9.5
28072025-10-27T23:19:54.769Z[ host-package] Compiling slog-term v2.9.2
28082025-10-27T23:19:54.868Z[ host-package] Compiling futures v0.3.31
28092025-10-27T23:19:55.039Z[ host-package] Compiling slog-bunyan v2.5.0
28102025-10-27T23:19:55.956Z[ host-package] Compiling async-stream v0.3.6
28112025-10-27T23:19:56.268Z[ host-package] Compiling rustls v0.23.19
28122025-10-27T23:19:56.331Z[ host-package] Compiling rustls v0.22.4
28132025-10-27T23:19:56.380Z[ host-package] Compiling dropshot v0.16.4
28142025-10-27T23:19:56.450Z[ host-package] Compiling waitgroup v0.1.2
28152025-10-27T23:19:56.537Z[ host-package] Compiling rustls-pemfile v2.2.0
28162025-10-27T23:19:56.753Z[ host-package] Compiling serde_path_to_error v0.1.17
28172025-10-27T23:19:56.832Z[ host-package] Compiling hostname v0.4.0
28182025-10-27T23:19:56.894Z[ host-package] Compiling progenitor-macro v0.10.0
28192025-10-27T23:19:56.945Z[ host-package] Compiling instant v0.1.13
28202025-10-27T23:19:57.092Z[ host-package] Compiling debug-ignore v1.0.5
28212025-10-27T23:19:57.155Z[ host-package] Compiling backoff v0.4.0
28222025-10-27T23:19:57.300Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
28232025-10-27T23:19:57.522Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28242025-10-27T23:19:57.558Z[ host-package] Compiling parse-display v0.10.0
28252025-10-27T23:19:57.747Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28262025-10-27T23:19:57.887Z[ host-package] Compiling num-rational v0.4.2
28272025-10-27T23:19:58.205Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28282025-10-27T23:19:58.503Z[ host-package] Compiling num-complex v0.4.6
28292025-10-27T23:19:58.985Z[ host-package] Compiling rustls-webpki v0.102.8
28302025-10-27T23:19:59.482Z[ host-package] Compiling macaddr v1.0.1
28312025-10-27T23:19:59.675Z[ host-package] Compiling num v0.4.3
28322025-10-27T23:20:00.754Z[ host-package] Compiling float-ord v0.3.2
28332025-10-27T23:20:01.382Z[ host-package] Compiling toml v0.8.23
28342025-10-27T23:20:01.522Z[ host-package] Compiling prettyplease v0.2.36
28352025-10-27T23:20:01.594Z[ host-package] Compiling bytecount v0.6.8
28362025-10-27T23:20:02.269Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28372025-10-27T23:20:02.898Z[ host-package] Compiling secrecy v0.10.3
28382025-10-27T23:20:03.240Z[ host-package] Compiling console v0.15.10
28392025-10-27T23:20:03.438Z[ host-package] Compiling swrite v0.1.0
28402025-10-27T23:20:03.692Z[ host-package] Compiling password-hash v0.5.0
28412025-10-27T23:20:06.258Z[ host-package] Compiling tokio-rustls v0.25.0
28422025-10-27T23:20:06.262Z[ host-package] Compiling blake2 v0.10.6
28432025-10-27T23:20:07.647Z[ host-package] Compiling tokio-rustls v0.26.0
28442025-10-27T23:20:08.291Z[ host-package] Compiling hyper-rustls v0.27.7
28452025-10-27T23:20:08.348Z[ host-package] Compiling argon2 v0.5.3
28462025-10-27T23:20:09.021Z[ host-package] Compiling reqwest v0.12.22
28472025-10-27T23:20:13.432Z[ host-package] Compiling progenitor-client v0.11.2
28482025-10-27T23:20:14.175Z[ host-package] Compiling progenitor v0.11.2
28492025-10-27T23:20:14.474Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
28502025-10-27T23:20:15.798Z[ host-package] Compiling progenitor-client v0.10.0
28512025-10-27T23:20:16.396Z[ host-package] Compiling slog-dtrace v0.3.0
28522025-10-27T23:20:16.522Z[ host-package] Compiling newline-converter v0.3.0
28532025-10-27T23:20:16.577Z[ helios-setup] Oct 27 23:20:15.513 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
28542025-10-27T23:20:16.974Z[ host-package] Compiling atomicwrites v0.4.4
28552025-10-27T23:20:17.708Z[ host-package] Compiling expectorate v1.2.0
28562025-10-27T23:20:18.256Z[ host-package] Compiling resolv-conf v0.7.0
28572025-10-27T23:20:18.843Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28582025-10-27T23:20:19.648Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28592025-10-27T23:20:20.695Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28602025-10-27T23:20:21.057Z[ host-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
28612025-10-27T23:20:23.430Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28622025-10-27T23:20:23.542Z[ host-package] Compiling owo-colors v4.2.2
28632025-10-27T23:20:24.267Z[ host-package] Compiling cancel-safe-futures v0.1.5
28642025-10-27T23:20:25.396Z[ host-package] Compiling libsw-core v0.3.1
28652025-10-27T23:20:26.138Z[ host-package] Compiling linked-hash-map v0.5.6
28662025-10-27T23:20:27.301Z[ helios-setup] Oct 27 23:20:26.240 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
28672025-10-27T23:20:29.022Z[ host-package] Compiling progenitor v0.10.0
28682025-10-27T23:20:29.357Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28692025-10-27T23:20:31.614Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28702025-10-27T23:20:32.428Z[ host-package] Compiling lru-cache v0.1.2
28712025-10-27T23:20:32.751Z[ host-package] Compiling libsw v3.5.0
28722025-10-27T23:20:35.714Z[ host-package] Compiling unicode-xid v0.2.6
28732025-10-27T23:20:35.972Z[ host-package] Compiling linear-map v1.2.0
28742025-10-27T23:20:36.232Z[ host-package] Compiling hickory-proto v0.24.4
28752025-10-27T23:20:36.483Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28762025-10-27T23:20:45.220Z[ host-package] Compiling hickory-resolver v0.24.4
28772025-10-27T23:20:47.203Z[ host-package] Compiling convert_case v0.7.1
28782025-10-27T23:20:48.415Z[ host-package] Compiling derive_more-impl v2.0.1
28792025-10-27T23:20:51.258Z[ host-package] Compiling qorb v0.4.1
28802025-10-27T23:20:51.566Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28812025-10-27T23:20:57.225Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
28822025-10-27T23:20:57.726Z[ helios-setup] Oct 27 23:20:56.672 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 52s
28832025-10-27T23:20:57.777Z[ helios-setup] Oct 27 23:20:56.722 INFO building project "amd-host-image-builder" ok (112 seconds)
28842025-10-27T23:20:57.781Z[ helios-setup] Oct 27 23:20:56.722 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
28852025-10-27T23:20:57.903Z[ helios-setup] Oct 27 23:20:56.847 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.89.0-x86_64-unknown-illumos (default)"
28862025-10-27T23:20:57.903Z[ helios-setup] Oct 27 23:20:56.847 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
28872025-10-27T23:20:57.903Z[ helios-setup] Oct 27 23:20:56.847 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
28882025-10-27T23:20:58.182Z[ helios-setup] Oct 27 23:20:57.126 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
28892025-10-27T23:20:58.384Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28902025-10-27T23:20:59.417Z[ helios-setup] Oct 27 23:20:58.362 INFO E| From https://github.com/oxidecomputer/progenitor
28912025-10-27T23:20:59.417Z[ helios-setup] Oct 27 23:20:58.362 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
28922025-10-27T23:20:59.523Z[ helios-setup] Oct 27 23:20:58.469 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
28932025-10-27T23:20:59.908Z[ helios-setup] Oct 27 23:20:58.854 INFO E| From https://github.com/jclulow/hiercmd
28942025-10-27T23:20:59.908Z[ helios-setup] Oct 27 23:20:58.854 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
28952025-10-27T23:20:59.932Z[ helios-setup] Oct 27 23:20:58.878 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
28962025-10-27T23:21:00.310Z[ helios-setup] Oct 27 23:20:59.255 INFO E| From https://github.com/oxidecomputer/network-interface
28972025-10-27T23:21:00.310Z[ helios-setup] Oct 27 23:20:59.255 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
28982025-10-27T23:21:00.326Z[ helios-setup] Oct 27 23:20:59.272 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
28992025-10-27T23:21:00.377Z[ host-package] Compiling derive_more v2.0.1
29002025-10-27T23:21:00.561Z[ host-package] Compiling vte_generate_state_changes v0.1.2
29012025-10-27T23:21:00.728Z[ helios-setup] Oct 27 23:20:59.674 INFO E| From https://github.com/oxidecomputer/boot-image-tools
29022025-10-27T23:21:00.728Z[ helios-setup] Oct 27 23:20:59.674 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
29032025-10-27T23:21:00.764Z[ helios-setup] Oct 27 23:20:59.709 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
29042025-10-27T23:21:01.225Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29052025-10-27T23:21:01.425Z[ helios-setup] Oct 27 23:21:00.371 INFO E| From https://github.com/oxidecomputer/facade
29062025-10-27T23:21:01.425Z[ helios-setup] Oct 27 23:21:00.371 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
29072025-10-27T23:21:01.465Z[ helios-setup] Oct 27 23:21:00.410 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
29082025-10-27T23:21:01.595Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29092025-10-27T23:21:02.333Z[ helios-setup] Oct 27 23:21:01.279 INFO E| From https://github.com/oxidecomputer/dropshot
29102025-10-27T23:21:02.333Z[ helios-setup] Oct 27 23:21:01.279 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
29112025-10-27T23:21:02.371Z[ helios-setup] Oct 27 23:21:01.317 INFO E| Updating crates.io index
29122025-10-27T23:21:02.507Z[ helios-setup] Oct 27 23:21:01.453 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
29132025-10-27T23:21:03.321Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29142025-10-27T23:21:03.363Z[ helios-setup] Oct 27 23:21:02.310 INFO E| From https://github.com/oxidecomputer/typify
29152025-10-27T23:21:03.363Z[ helios-setup] Oct 27 23:21:02.310 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
29162025-10-27T23:21:03.748Z[ helios-setup] Oct 27 23:21:02.695 INFO E| Downloading crates ...
29172025-10-27T23:21:04.028Z[ helios-setup] Oct 27 23:21:02.974 INFO E| Downloaded http-body v0.4.5
29182025-10-27T23:21:04.032Z[ helios-setup] Oct 27 23:21:02.978 INFO E| Downloaded built v0.6.0
29192025-10-27T23:21:04.035Z[ helios-setup] Oct 27 23:21:02.981 INFO E| Downloaded bincode v1.3.3
29202025-10-27T23:21:04.043Z[ helios-setup] Oct 27 23:21:02.988 INFO E| Downloaded async-stream-impl v0.3.5
29212025-10-27T23:21:04.046Z[ helios-setup] Oct 27 23:21:02.990 INFO E| Downloaded anyhow v1.0.68
29222025-10-27T23:21:04.050Z[ helios-setup] Oct 27 23:21:02.997 INFO E| Downloaded ahash v0.7.6
29232025-10-27T23:21:04.058Z[ helios-setup] Oct 27 23:21:03.005 INFO E| Downloaded base64ct v1.8.0
29242025-10-27T23:21:04.063Z[ helios-setup] Oct 27 23:21:03.009 INFO E| Downloaded serde_spanned v0.6.1
29252025-10-27T23:21:04.066Z[ helios-setup] Oct 27 23:21:03.012 INFO E| Downloaded anstyle-parse v0.1.1
29262025-10-27T23:21:04.069Z[ helios-setup] Oct 27 23:21:03.015 INFO E| Downloaded futures-io v0.3.28
29272025-10-27T23:21:04.073Z[ helios-setup] Oct 27 23:21:03.017 INFO E| Downloaded bytes v1.4.0
29282025-10-27T23:21:04.077Z[ helios-setup] Oct 27 23:21:03.023 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
29292025-10-27T23:21:04.080Z[ helios-setup] Oct 27 23:21:03.027 INFO E| Downloaded sha1 v0.10.5
29302025-10-27T23:21:04.085Z[ helios-setup] Oct 27 23:21:03.030 INFO E| Downloaded concolor-override v1.0.0
29312025-10-27T23:21:04.088Z[ helios-setup] Oct 27 23:21:03.032 INFO E| Downloaded const-random-macro v0.1.15
29322025-10-27T23:21:04.088Z[ helios-setup] Oct 27 23:21:03.034 INFO E| Downloaded const-random v0.1.15
29332025-10-27T23:21:04.092Z[ helios-setup] Oct 27 23:21:03.036 INFO E| Downloaded autocfg v1.1.0
29342025-10-27T23:21:04.092Z[ helios-setup] Oct 27 23:21:03.038 INFO E| Downloaded textwrap v0.16.0
29352025-10-27T23:21:04.098Z[ helios-setup] Oct 27 23:21:03.044 INFO E| Downloaded serde_yaml v0.9.21
29362025-10-27T23:21:04.103Z[ helios-setup] Oct 27 23:21:03.050 INFO E| Downloaded sha2 v0.10.6
29372025-10-27T23:21:04.107Z[ helios-setup] Oct 27 23:21:03.054 INFO E| Downloaded slog-bunyan v2.4.0
29382025-10-27T23:21:04.111Z[ helios-setup] Oct 27 23:21:03.056 INFO E| Downloaded tls_codec_derive v0.4.2
29392025-10-27T23:21:04.114Z[ helios-setup] Oct 27 23:21:03.060 INFO E| Downloaded spin v0.5.2
29402025-10-27T23:21:04.117Z[ helios-setup] Oct 27 23:21:03.062 INFO E| Downloaded tokio-macros v2.0.0
29412025-10-27T23:21:04.121Z[ helios-setup] Oct 27 23:21:03.064 INFO E| Downloaded project-root v0.2.2
29422025-10-27T23:21:04.121Z[ helios-setup] Oct 27 23:21:03.066 INFO E| Downloaded is-terminal v0.4.7
29432025-10-27T23:21:04.124Z[ helios-setup] Oct 27 23:21:03.068 INFO E| Downloaded tls_codec v0.4.2
29442025-10-27T23:21:04.127Z[ helios-setup] Oct 27 23:21:03.073 INFO E| Downloaded try-lock v0.2.4
29452025-10-27T23:21:04.131Z[ helios-setup] Oct 27 23:21:03.075 INFO E| Downloaded tower-service v0.3.2
29462025-10-27T23:21:04.131Z[ helios-setup] Oct 27 23:21:03.077 INFO E| Downloaded crc v3.3.0
29472025-10-27T23:21:04.137Z[ helios-setup] Oct 27 23:21:03.080 INFO E| Downloaded home v0.5.4
29482025-10-27T23:21:04.141Z[ helios-setup] Oct 27 23:21:03.083 INFO E| Downloaded form_urlencoded v1.1.0
29492025-10-27T23:21:04.141Z[ helios-setup] Oct 27 23:21:03.085 INFO E| Downloaded flagset v0.4.7
29502025-10-27T23:21:04.144Z[ helios-setup] Oct 27 23:21:03.088 INFO E| Downloaded num_cpus v1.15.0
29512025-10-27T23:21:04.147Z[ helios-setup] Oct 27 23:21:03.093 INFO E| Downloaded toolchain_find v0.2.0
29522025-10-27T23:21:04.151Z[ helios-setup] Oct 27 23:21:03.095 INFO E| Downloaded iana-time-zone v0.1.56
29532025-10-27T23:21:04.154Z[ helios-setup] Oct 27 23:21:03.099 INFO E| Downloaded thiserror v1.0.38
29542025-10-27T23:21:04.160Z[ helios-setup] Oct 27 23:21:03.106 INFO E| Downloaded want v0.3.0
29552025-10-27T23:21:04.164Z[ helios-setup] Oct 27 23:21:03.111 INFO E| Downloaded lazy_static v1.4.0
29562025-10-27T23:21:04.164Z[ helios-setup] Oct 27 23:21:03.111 INFO E| Downloaded num_enum_derive v0.5.7
29572025-10-27T23:21:04.168Z[ helios-setup] Oct 27 23:21:03.113 INFO E| Downloaded pkg-config v0.3.26
29582025-10-27T23:21:04.171Z[ helios-setup] Oct 27 23:21:03.116 INFO E| Downloaded terminal_size v0.2.6
29592025-10-27T23:21:04.193Z[ helios-setup] Oct 27 23:21:03.119 INFO E| Downloaded unicode-width v0.1.10
29602025-10-27T23:21:04.193Z[ helios-setup] Oct 27 23:21:03.121 INFO E| Downloaded semver-parser v0.10.2
29612025-10-27T23:21:04.193Z[ helios-setup] Oct 27 23:21:03.124 INFO E| Downloaded thiserror-impl v1.0.38
29622025-10-27T23:21:04.193Z[ helios-setup] Oct 27 23:21:03.127 INFO E| Downloaded paste v1.0.12
29632025-10-27T23:21:04.193Z[ helios-setup] Oct 27 23:21:03.132 INFO E| Downloaded rhai_codegen v1.5.0
29642025-10-27T23:21:04.199Z[ helios-setup] Oct 27 23:21:03.146 INFO E| Downloaded scopeguard v1.1.0
29652025-10-27T23:21:04.203Z[ helios-setup] Oct 27 23:21:03.149 INFO E| Downloaded semver v0.11.0
29662025-10-27T23:21:04.206Z[ helios-setup] Oct 27 23:21:03.152 INFO E| Downloaded walkdir v2.3.3
29672025-10-27T23:21:04.210Z[ helios-setup] Oct 27 23:21:03.155 INFO E| Downloaded rustfmt-wrapper v0.2.0
29682025-10-27T23:21:04.215Z[ helios-setup] Oct 27 23:21:03.158 INFO E| Downloaded toml_datetime v0.6.1
29692025-10-27T23:21:04.218Z[ helios-setup] Oct 27 23:21:03.160 INFO E| Downloaded env_logger v0.10.2
29702025-10-27T23:21:04.222Z[ helios-setup] Oct 27 23:21:03.165 INFO E| Downloaded sct v0.7.0
29712025-10-27T23:21:04.225Z[ helios-setup] Oct 27 23:21:03.171 INFO E| Downloaded smartstring v1.0.1
29722025-10-27T23:21:04.229Z[ helios-setup] Oct 27 23:21:03.176 INFO E| Downloaded semver v1.0.17
29732025-10-27T23:21:04.233Z[ helios-setup] Oct 27 23:21:03.179 INFO E| Downloaded socket2 v0.4.9
29742025-10-27T23:21:04.236Z[ helios-setup] Oct 27 23:21:03.183 INFO E| Downloaded typenum v1.16.0
29752025-10-27T23:21:04.240Z[ helios-setup] Oct 27 23:21:03.187 INFO E| Downloaded clap v4.2.1
29762025-10-27T23:21:04.255Z[ helios-setup] Oct 27 23:21:03.201 INFO E| Downloaded serde_derive_internals v0.26.0
29772025-10-27T23:21:04.258Z[ helios-setup] Oct 27 23:21:03.204 INFO E| Downloaded uuid v1.3.0
29782025-10-27T23:21:04.266Z[ helios-setup] Oct 27 23:21:03.211 INFO E| Downloaded tungstenite v0.18.0
29792025-10-27T23:21:04.269Z[ helios-setup] Oct 27 23:21:03.216 INFO E| Downloaded slog-async v2.7.0
29802025-10-27T23:21:04.272Z[ helios-setup] Oct 27 23:21:03.219 INFO E| Downloaded toml v0.5.11
29812025-10-27T23:21:04.277Z[ helios-setup] Oct 27 23:21:03.224 INFO E| Downloaded unicode-ident v1.0.8
29822025-10-27T23:21:04.282Z[ helios-setup] Oct 27 23:21:03.229 INFO E| Downloaded tracing-core v0.1.30
29832025-10-27T23:21:04.287Z[ helios-setup] Oct 27 23:21:03.233 INFO E| Downloaded memchr v2.5.0
29842025-10-27T23:21:04.294Z[ helios-setup] Oct 27 23:21:03.240 INFO E| Downloaded schemars v0.8.12
29852025-10-27T23:21:04.327Z[ helios-setup] Oct 27 23:21:03.273 INFO E| Downloaded serde_derive v1.0.204
29862025-10-27T23:21:04.333Z[ helios-setup] Oct 27 23:21:03.279 INFO E| Downloaded unicode-linebreak v0.1.4
29872025-10-27T23:21:04.336Z[ helios-setup] Oct 27 23:21:03.282 INFO E| Downloaded unicode-bidi v0.3.13
29882025-10-27T23:21:04.340Z[ helios-setup] Oct 27 23:21:03.286 INFO E| Downloaded tracing v0.1.37
29892025-10-27T23:21:04.345Z[ helios-setup] Oct 27 23:21:03.292 INFO E| Downloaded crossbeam-channel v0.5.6
29902025-10-27T23:21:04.352Z[ helios-setup] Oct 27 23:21:03.298 INFO E| Downloaded toml_edit v0.19.8
29912025-10-27T23:21:04.377Z[ helios-setup] Oct 27 23:21:03.324 INFO E| Downloaded mio v0.8.5
29922025-10-27T23:21:04.385Z[ helios-setup] Oct 27 23:21:03.331 INFO E| Downloaded unicode-normalization v0.1.22
29932025-10-27T23:21:04.390Z[ helios-setup] Oct 27 23:21:03.336 INFO E| Downloaded pest v2.5.7
29942025-10-27T23:21:04.396Z[ helios-setup] Oct 27 23:21:03.342 INFO E| Downloaded http v0.2.9
29952025-10-27T23:21:04.401Z[ helios-setup] Oct 27 23:21:03.347 INFO E| Downloaded winnow v0.4.1
29962025-10-27T23:21:04.414Z[ helios-setup] Oct 27 23:21:03.360 INFO E| Downloaded hashbrown v0.15.3
29972025-10-27T23:21:04.436Z[ helios-setup] Oct 27 23:21:03.382 INFO E| Downloaded reqwest v0.11.16
29982025-10-27T23:21:04.447Z[ helios-setup] Oct 27 23:21:03.394 INFO E| Downloaded libm v0.2.15
29992025-10-27T23:21:04.470Z[ helios-setup] Oct 27 23:21:03.416 INFO E| Downloaded serde_json v1.0.95
30002025-10-27T23:21:04.487Z[ helios-setup] Oct 27 23:21:03.434 INFO E| Downloaded rustix v0.37.3
30012025-10-27T23:21:04.515Z[ helios-setup] Oct 27 23:21:03.461 INFO E| Downloaded h2 v0.3.16
30022025-10-27T23:21:04.523Z[ helios-setup] Oct 27 23:21:03.469 INFO E| Downloaded regress v0.5.0
30032025-10-27T23:21:04.532Z[ helios-setup] Oct 27 23:21:03.478 INFO E| Downloaded syn v1.0.107
30042025-10-27T23:21:04.549Z[ helios-setup] Oct 27 23:21:03.495 INFO E| Downloaded hyper v0.14.25
30052025-10-27T23:21:04.560Z[ helios-setup] Oct 27 23:21:03.507 INFO E| Downloaded git2 v0.16.1
30062025-10-27T23:21:04.585Z[ helios-setup] Oct 27 23:21:03.532 INFO E| Downloaded syn v2.0.72
30072025-10-27T23:21:04.601Z[ helios-setup] Oct 27 23:21:03.547 INFO E| Downloaded rhai v1.14.0
30082025-10-27T23:21:04.618Z[ helios-setup] Oct 27 23:21:03.564 INFO E| Downloaded idna v0.3.0
30092025-10-27T23:21:04.624Z[ helios-setup] Oct 27 23:21:03.571 INFO E| Downloaded rustls v0.21.0
30102025-10-27T23:21:04.645Z[ helios-setup] Oct 27 23:21:03.592 INFO E| Downloaded regex v1.7.3
30112025-10-27T23:21:04.655Z[ helios-setup] Oct 27 23:21:03.602 INFO E| Downloaded chrono v0.4.24
30122025-10-27T23:21:04.666Z[ helios-setup] Oct 27 23:21:03.612 INFO E| Downloaded clap_builder v4.2.1
30132025-10-27T23:21:04.675Z[ helios-setup] Oct 27 23:21:03.622 INFO E| Downloaded futures-util v0.3.28
30142025-10-27T23:21:04.693Z[ helios-setup] Oct 27 23:21:03.640 INFO E| Downloaded tokio-util v0.7.7
30152025-10-27T23:21:04.703Z[ helios-setup] Oct 27 23:21:03.649 INFO E| Downloaded serde v1.0.204
30162025-10-27T23:21:04.707Z[ helios-setup] Oct 27 23:21:03.653 INFO E| Downloaded openapiv3 v1.0.2
30172025-10-27T23:21:04.721Z[ helios-setup] Oct 27 23:21:03.667 INFO E| Downloaded rsa v0.9.8
30182025-10-27T23:21:04.728Z[ helios-setup] Oct 27 23:21:03.675 INFO E| Downloaded url v2.3.1
30192025-10-27T23:21:04.734Z[ helios-setup] Oct 27 23:21:03.679 INFO E| Downloaded toml v0.7.3
30202025-10-27T23:21:04.737Z[ helios-setup] Oct 27 23:21:03.684 INFO E| Downloaded rustls-webpki v0.100.1
30212025-10-27T23:21:04.768Z[ helios-setup] Oct 27 23:21:03.715 INFO E| Downloaded base64 v0.21.0
30222025-10-27T23:21:04.773Z[ helios-setup] Oct 27 23:21:03.720 INFO E| Downloaded unsafe-libyaml v0.2.8
30232025-10-27T23:21:04.778Z[ helios-setup] Oct 27 23:21:03.725 INFO E| Downloaded cc v1.0.78
30242025-10-27T23:21:04.781Z[ helios-setup] Oct 27 23:21:03.728 INFO E| Downloaded ucd-trie v0.1.5
30252025-10-27T23:21:04.785Z[ helios-setup] Oct 27 23:21:03.730 INFO E| Downloaded flate2 v1.0.25
30262025-10-27T23:21:04.789Z[ helios-setup] Oct 27 23:21:03.736 INFO E| Downloaded derive-where v1.4.0
30272025-10-27T23:21:04.794Z[ helios-setup] Oct 27 23:21:03.741 INFO E| Downloaded ryu v1.0.13
30282025-10-27T23:21:04.798Z[ helios-setup] Oct 27 23:21:03.745 INFO E| Downloaded proc-macro2 v1.0.86
30292025-10-27T23:21:04.802Z[ helios-setup] Oct 27 23:21:03.749 INFO E| Downloaded aho-corasick v0.7.20
30302025-10-27T23:21:04.809Z[ helios-setup] Oct 27 23:21:03.754 INFO E| Downloaded tokio v1.27.0
30312025-10-27T23:21:04.852Z[ helios-setup] Oct 27 23:21:03.799 INFO E| Downloaded miniz_oxide v0.6.2
30322025-10-27T23:21:04.856Z[ helios-setup] Oct 27 23:21:03.802 INFO E| Downloaded libc v0.2.139
30332025-10-27T23:21:04.885Z[ helios-setup] Oct 27 23:21:03.832 INFO E| Downloaded futures v0.3.28
30342025-10-27T23:21:04.891Z[ helios-setup] Oct 27 23:21:03.837 INFO E| Downloaded tokio-tungstenite v0.18.0
30352025-10-27T23:21:04.894Z[ helios-setup] Oct 27 23:21:03.840 INFO E| Downloaded tinyvec v1.6.0
30362025-10-27T23:21:04.898Z[ helios-setup] Oct 27 23:21:03.844 INFO E| Downloaded parking_lot_core v0.9.6
30372025-10-27T23:21:04.902Z[ helios-setup] Oct 27 23:21:03.847 INFO E| Downloaded parking_lot v0.12.1
30382025-10-27T23:21:04.905Z[ helios-setup] Oct 27 23:21:03.849 INFO E| Downloaded num-traits v0.2.15
30392025-10-27T23:21:04.905Z[ helios-setup] Oct 27 23:21:03.852 INFO E| Downloaded jobserver v0.1.26
30402025-10-27T23:21:04.908Z[ helios-setup] Oct 27 23:21:03.854 INFO E| Downloaded crossbeam-utils v0.8.14
30412025-10-27T23:21:04.917Z[ helios-setup] Oct 27 23:21:03.864 INFO E| Downloaded tokio-rustls v0.24.0
30422025-10-27T23:21:04.921Z[ helios-setup] Oct 27 23:21:03.867 INFO E| Downloaded time v0.1.45
30432025-10-27T23:21:04.924Z[ helios-setup] Oct 27 23:21:03.870 INFO E| Downloaded once_cell v1.17.0
30442025-10-27T23:21:04.928Z[ helios-setup] Oct 27 23:21:03.873 INFO E| Downloaded ppv-lite86 v0.2.17
30452025-10-27T23:21:04.931Z[ helios-setup] Oct 27 23:21:03.875 INFO E| Downloaded pin-project-lite v0.2.9
30462025-10-27T23:21:04.935Z[ helios-setup] Oct 27 23:21:03.882 INFO E| Downloaded io-lifetimes v1.0.10
30472025-10-27T23:21:04.938Z[ helios-setup] Oct 27 23:21:03.885 INFO E| Downloaded bitflags v2.9.1
30482025-10-27T23:21:04.945Z[ helios-setup] Oct 27 23:21:03.892 INFO E| Downloaded log v0.4.17
30492025-10-27T23:21:04.949Z[ helios-setup] Oct 27 23:21:03.896 INFO E| Downloaded utf8parse v0.2.1
30502025-10-27T23:21:04.952Z[ helios-setup] Oct 27 23:21:03.897 INFO E| Downloaded termcolor v1.2.0
30512025-10-27T23:21:04.956Z[ helios-setup] Oct 27 23:21:03.899 INFO E| Downloaded bitfield v0.14.0
30522025-10-27T23:21:04.956Z[ helios-setup] Oct 27 23:21:03.901 INFO E| Downloaded smallvec v1.10.0
30532025-10-27T23:21:04.959Z[ helios-setup] Oct 27 23:21:03.905 INFO E| Downloaded lock_api v0.4.9
30542025-10-27T23:21:04.962Z[ helios-setup] Oct 27 23:21:03.907 INFO E| Downloaded ipnet v2.7.2
30552025-10-27T23:21:04.966Z[ helios-setup] Oct 27 23:21:03.910 INFO E| Downloaded httparse v1.8.0
30562025-10-27T23:21:04.969Z[ helios-setup] Oct 27 23:21:03.913 INFO E| Downloaded clap_derive v4.2.0
30572025-10-27T23:21:04.972Z[ helios-setup] Oct 27 23:21:03.916 INFO E| Downloaded async-trait v0.1.68
30582025-10-27T23:21:04.979Z[ helios-setup] Oct 27 23:21:03.921 INFO E| Downloaded ahash v0.8.3
30592025-10-27T23:21:04.979Z[ helios-setup] Oct 27 23:21:03.925 INFO E| Downloaded schemars_derive v0.8.12
30602025-10-27T23:21:04.982Z[ helios-setup] Oct 27 23:21:03.927 INFO E| Downloaded futures-macro v0.3.28
30612025-10-27T23:21:04.982Z[ helios-setup] Oct 27 23:21:03.928 INFO E| Downloaded errno v0.3.1
30622025-10-27T23:21:04.985Z[ helios-setup] Oct 27 23:21:03.930 INFO E| Downloaded cargo-lock v8.0.3
30632025-10-27T23:21:04.990Z[ helios-setup] Oct 27 23:21:03.933 INFO E| Downloaded serde_tokenstream v0.2.0
30642025-10-27T23:21:05.012Z[ helios-setup] Oct 27 23:21:03.958 INFO E| Downloaded rustls-pemfile v1.0.2
30652025-10-27T23:21:05.016Z[ helios-setup] Oct 27 23:21:03.962 INFO E| Downloaded quote v1.0.36
30662025-10-27T23:21:05.020Z[ helios-setup] Oct 27 23:21:03.967 INFO E| Downloaded strsim v0.10.0
30672025-10-27T23:21:05.024Z[ helios-setup] Oct 27 23:21:03.969 INFO E| Downloaded proc-macro-crate v1.2.1
30682025-10-27T23:21:05.027Z[ helios-setup] Oct 27 23:21:03.971 INFO E| Downloaded getrandom v0.2.8
30692025-10-27T23:21:05.031Z[ helios-setup] Oct 27 23:21:03.975 INFO E| Downloaded futures-executor v0.3.28
30702025-10-27T23:21:05.032Z[ helios-setup] Oct 27 23:21:03.977 INFO E| Downloaded signal-hook-registry v1.4.0
30712025-10-27T23:21:05.035Z[ helios-setup] Oct 27 23:21:03.978 INFO E| Downloaded futures-channel v0.3.28
30722025-10-27T23:21:05.035Z[ helios-setup] Oct 27 23:21:03.981 INFO E| Downloaded slab v0.4.7
30732025-10-27T23:21:05.039Z[ helios-setup] Oct 27 23:21:03.984 INFO E| Downloaded camino v1.1.4
30742025-10-27T23:21:05.043Z[ helios-setup] Oct 27 23:21:03.986 INFO E| Downloaded percent-encoding v2.2.0
30752025-10-27T23:21:05.043Z[ helios-setup] Oct 27 23:21:03.988 INFO E| Downloaded num_enum v0.5.7
30762025-10-27T23:21:05.047Z[ helios-setup] Oct 27 23:21:03.994 INFO E| Downloaded num-iter v0.1.44
30772025-10-27T23:21:05.050Z[ helios-setup] Oct 27 23:21:03.996 INFO E| Downloaded num-integer v0.1.45
30782025-10-27T23:21:05.054Z[ helios-setup] Oct 27 23:21:03.998 INFO E| Downloaded itoa v1.0.6
30792025-10-27T23:21:05.054Z[ helios-setup] Oct 27 23:21:04.000 INFO E| Downloaded httpdate v1.0.2
30802025-10-27T23:21:05.058Z[ helios-setup] Oct 27 23:21:04.002 INFO E| Downloaded smawk v0.3.1
30812025-10-27T23:21:05.058Z[ helios-setup] Oct 27 23:21:04.004 INFO E| Downloaded generic-array v0.14.6
30822025-10-27T23:21:05.061Z[ helios-setup] Oct 27 23:21:04.007 INFO E| Downloaded futures-core v0.3.28
30832025-10-27T23:21:05.064Z[ helios-setup] Oct 27 23:21:04.009 INFO E| Downloaded futures-sink v0.3.28
30842025-10-27T23:21:05.065Z[ helios-setup] Oct 27 23:21:04.010 INFO E| Downloaded encoding_rs v0.8.32
30852025-10-27T23:21:05.128Z[ helios-setup] Oct 27 23:21:04.074 INFO E| Downloaded cpufeatures v0.2.5
30862025-10-27T23:21:05.131Z[ helios-setup] Oct 27 23:21:04.076 INFO E| Downloaded dyn-clone v1.0.11
30872025-10-27T23:21:05.136Z[ helios-setup] Oct 27 23:21:04.079 INFO E| Downloaded concolor-query v0.3.3
30882025-10-27T23:21:05.136Z[ helios-setup] Oct 27 23:21:04.081 INFO E| Downloaded clap_lex v0.4.1
30892025-10-27T23:21:05.140Z[ helios-setup] Oct 27 23:21:04.082 INFO E| Downloaded byteorder v1.4.3
30902025-10-27T23:21:05.140Z[ helios-setup] Oct 27 23:21:04.085 INFO E| Downloaded tempfile v3.5.0
30912025-10-27T23:21:05.144Z[ helios-setup] Oct 27 23:21:04.089 INFO E| Downloaded serde_path_to_error v0.1.11
30922025-10-27T23:21:05.147Z[ helios-setup] Oct 27 23:21:04.091 INFO E| Downloaded iddqd v0.3.1
30932025-10-27T23:21:05.153Z[ helios-setup] Oct 27 23:21:04.099 INFO E| Downloaded futures-task v0.3.28
30942025-10-27T23:21:05.156Z[ helios-setup] Oct 27 23:21:04.101 INFO E| Downloaded fastrand v1.9.0
30952025-10-27T23:21:05.156Z[ helios-setup] Oct 27 23:21:04.103 INFO E| Downloaded block-buffer v0.10.3
30962025-10-27T23:21:05.160Z[ helios-setup] Oct 27 23:21:04.104 INFO E| Downloaded async-stream v0.3.5
30972025-10-27T23:21:05.160Z[ helios-setup] Oct 27 23:21:04.107 INFO E| Downloaded anstyle v0.3.5
30982025-10-27T23:21:05.164Z[ helios-setup] Oct 27 23:21:04.108 INFO E| Downloaded anstream v0.2.6
30992025-10-27T23:21:05.202Z[ helios-setup] Oct 27 23:21:04.149 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
31002025-10-27T23:21:05.376Z[ helios-setup] Oct 27 23:21:04.322 INFO E| Downloaded libz-sys v1.1.8
31012025-10-27T23:21:05.695Z[ helios-setup] Oct 27 23:21:04.642 INFO E| Downloaded ring v0.16.20
31022025-10-27T23:21:06.005Z[ helios-setup] Oct 27 23:21:04.952 INFO E| Compiling proc-macro2 v1.0.86
31032025-10-27T23:21:06.009Z[ helios-setup] Oct 27 23:21:04.952 INFO E| Compiling unicode-ident v1.0.8
31042025-10-27T23:21:06.009Z[ helios-setup] Oct 27 23:21:04.952 INFO E| Compiling libc v0.2.139
31052025-10-27T23:21:06.009Z[ helios-setup] Oct 27 23:21:04.952 INFO E| Compiling autocfg v1.1.0
31062025-10-27T23:21:06.009Z[ helios-setup] Oct 27 23:21:04.952 INFO E| Compiling cfg-if v1.0.0
31072025-10-27T23:21:06.009Z[ helios-setup] Oct 27 23:21:04.952 INFO E| Compiling version_check v0.9.4
31082025-10-27T23:21:06.009Z[ helios-setup] Oct 27 23:21:04.953 INFO E| Compiling serde v1.0.204
31092025-10-27T23:21:06.009Z[ helios-setup] Oct 27 23:21:04.953 INFO E| Compiling syn v1.0.107
31102025-10-27T23:21:06.436Z[ helios-setup] Oct 27 23:21:05.383 INFO E| Compiling memchr v2.5.0
31112025-10-27T23:21:06.666Z[ helios-setup] Oct 27 23:21:05.613 INFO E| Compiling once_cell v1.17.0
31122025-10-27T23:21:07.320Z[ helios-setup] Oct 27 23:21:06.267 INFO E| Compiling thiserror v1.0.38
31132025-10-27T23:21:08.226Z[ helios-setup] Oct 27 23:21:07.173 INFO E| Compiling log v0.4.17
31142025-10-27T23:21:08.423Z[ helios-setup] Oct 27 23:21:07.370 INFO E| Compiling itoa v1.0.6
31152025-10-27T23:21:08.534Z[ helios-setup] Oct 27 23:21:07.482 INFO E| Compiling serde_json v1.0.95
31162025-10-27T23:21:09.518Z[ helios-setup] Oct 27 23:21:08.465 INFO E| Compiling quote v1.0.36
31172025-10-27T23:21:09.625Z[ helios-setup] Oct 27 23:21:08.572 INFO E| Compiling indexmap v1.9.3
31182025-10-27T23:21:09.940Z[ helios-setup] Oct 27 23:21:08.887 INFO E| Compiling typenum v1.16.0
31192025-10-27T23:21:10.338Z[ helios-setup] Oct 27 23:21:09.285 INFO E| Compiling syn v2.0.72
31202025-10-27T23:21:10.678Z[ helios-setup] Oct 27 23:21:09.626 INFO E| Compiling getrandom v0.2.8
31212025-10-27T23:21:11.116Z[ helios-setup] Oct 27 23:21:10.064 INFO E| Compiling jobserver v0.1.26
31222025-10-27T23:21:11.458Z[ helios-setup] Oct 27 23:21:10.406 INFO E| Compiling pin-project-lite v0.2.9
31232025-10-27T23:21:11.535Z[ helios-setup] Oct 27 23:21:10.483 INFO E| Compiling const-oid v0.9.6
31242025-10-27T23:21:11.852Z[ helios-setup] Oct 27 23:21:10.800 INFO E| Compiling bitflags v1.3.2
31252025-10-27T23:21:12.243Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31262025-10-27T23:21:12.274Z[ helios-setup] Oct 27 23:21:11.222 INFO E| Compiling cc v1.0.78
31272025-10-27T23:21:12.278Z[ helios-setup] Oct 27 23:21:11.223 INFO E| Compiling generic-array v0.14.6
31282025-10-27T23:21:12.414Z[ helios-setup] Oct 27 23:21:11.362 INFO E| Compiling bytes v1.4.0
31292025-10-27T23:21:12.652Z[ helios-setup] Oct 27 23:21:11.600 INFO E| Compiling futures-core v0.3.28
31302025-10-27T23:21:13.915Z[ helios-setup] Oct 27 23:21:12.863 INFO E| Compiling ryu v1.0.13
31312025-10-27T23:21:15.267Z[ helios-setup] Oct 27 23:21:14.215 INFO E| Compiling lock_api v0.4.9
31322025-10-27T23:21:15.490Z[ helios-setup] Oct 27 23:21:14.439 INFO E| Compiling parking_lot_core v0.9.6
31332025-10-27T23:21:16.095Z[ helios-setup] Oct 27 23:21:15.043 INFO E| Compiling slab v0.4.7
31342025-10-27T23:21:16.416Z[ helios-setup] Oct 27 23:21:15.365 INFO E| Compiling futures-task v0.3.28
31352025-10-27T23:21:16.867Z[ helios-setup] Oct 27 23:21:15.814 INFO E| Compiling io-lifetimes v1.0.10
31362025-10-27T23:21:17.142Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
31372025-10-27T23:21:17.152Z[ helios-setup] Oct 27 23:21:16.101 INFO E| Compiling pkg-config v0.3.26
31382025-10-27T23:21:17.230Z[ helios-setup] Oct 27 23:21:16.179 INFO E| Compiling scopeguard v1.1.0
31392025-10-27T23:21:17.523Z[ helios-setup] Oct 27 23:21:16.472 INFO E| Compiling futures-sink v0.3.28
31402025-10-27T23:21:17.679Z[ helios-setup] Oct 27 23:21:16.628 INFO E| Compiling libm v0.2.15
31412025-10-27T23:21:17.834Z[ helios-setup] Oct 27 23:21:16.783 INFO E| Compiling futures-channel v0.3.28
31422025-10-27T23:21:17.986Z[ helios-setup] Oct 27 23:21:16.935 INFO E| Compiling block-buffer v0.10.3
31432025-10-27T23:21:18.067Z[ helios-setup] Oct 27 23:21:17.016 INFO E| Compiling crypto-common v0.1.6
31442025-10-27T23:21:18.578Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31452025-10-27T23:21:19.221Z[ helios-setup] Oct 27 23:21:18.170 INFO E| Compiling tokio v1.27.0
31462025-10-27T23:21:19.224Z[ helios-setup] Oct 27 23:21:18.171 INFO E| Compiling num-traits v0.2.15
31472025-10-27T23:21:19.354Z[ helios-setup] Oct 27 23:21:18.304 INFO E| Compiling futures-util v0.3.28
31482025-10-27T23:21:19.456Z[ helios-setup] Oct 27 23:21:18.406 INFO E| Compiling rustix v0.37.3
31492025-10-27T23:21:20.697Z[ helios-setup] Oct 27 23:21:19.646 INFO E| Compiling digest v0.10.7
31502025-10-27T23:21:21.097Z[ helios-setup] Oct 27 23:21:20.047 INFO E| Compiling socket2 v0.4.9
31512025-10-27T23:21:21.288Z[ helios-setup] Oct 27 23:21:20.238 INFO E| Compiling errno v0.3.1
31522025-10-27T23:21:21.751Z[ helios-setup] Oct 27 23:21:20.701 INFO E| Compiling num_cpus v1.15.0
31532025-10-27T23:21:21.956Z[ helios-setup] Oct 27 23:21:20.906 INFO E| Compiling mio v0.8.5
31542025-10-27T23:21:22.046Z[ helios-setup] Oct 27 23:21:20.996 INFO E| Compiling signal-hook-registry v1.4.0
31552025-10-27T23:21:22.142Z[ helios-setup] Oct 27 23:21:21.092 INFO E| Compiling crunchy v0.2.2
31562025-10-27T23:21:22.190Z[ host-package] Compiling utf-8 v0.7.6
31572025-10-27T23:21:22.225Z[ helios-setup] Oct 27 23:21:21.175 INFO E| Compiling futures-io v0.3.28
31582025-10-27T23:21:22.954Z[ host-package] Compiling termtree v0.5.1
31592025-10-27T23:21:23.044Z[ helios-setup] Oct 27 23:21:21.995 INFO E| Compiling spin v0.5.2
31602025-10-27T23:21:23.129Z[ host-package] Compiling siphasher v1.0.1
31612025-10-27T23:21:23.600Z[ helios-setup] Oct 27 23:21:22.550 INFO E| Compiling pin-utils v0.1.0
31622025-10-27T23:21:24.116Z[ helios-setup] Oct 27 23:21:23.066 INFO E| Compiling num-integer v0.1.45
31632025-10-27T23:21:24.216Z[ host-package] Compiling phf_shared v0.12.1
31642025-10-27T23:21:24.487Z[ helios-setup] Oct 27 23:21:23.437 INFO E| Compiling hashbrown v0.12.3
31652025-10-27T23:21:24.943Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31662025-10-27T23:21:25.352Z[ host-package] Compiling vte v0.11.1
31672025-10-27T23:21:25.364Z[ helios-setup] Oct 27 23:21:24.315 INFO E| Compiling schemars v0.8.12
31682025-10-27T23:21:26.225Z[ helios-setup] Oct 27 23:21:25.176 INFO E| Compiling tiny-keccak v2.0.2
31692025-10-27T23:21:27.206Z[ helios-setup] Oct 27 23:21:26.157 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
31702025-10-27T23:21:27.229Z[ helios-setup] Oct 27 23:21:26.180 INFO E| Compiling cpufeatures v0.2.5
31712025-10-27T23:21:27.802Z[ helios-setup] Oct 27 23:21:26.754 INFO E| Compiling serde_derive_internals v0.26.0
31722025-10-27T23:21:27.908Z[ helios-setup] Oct 27 23:21:26.859 INFO E| Compiling ahash v0.7.6
31732025-10-27T23:21:28.152Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31742025-10-27T23:21:28.628Z[ helios-setup] Oct 27 23:21:27.579 INFO E| Compiling slog v2.7.0
31752025-10-27T23:21:28.847Z[ helios-setup] Oct 27 23:21:27.799 INFO E| Compiling heck v0.4.1
31762025-10-27T23:21:29.349Z[ helios-setup] Oct 27 23:21:28.300 INFO E| Compiling thiserror-impl v1.0.38
31772025-10-27T23:21:30.236Z[ helios-setup] Oct 27 23:21:29.188 INFO E| Compiling serde_derive v1.0.204
31782025-10-27T23:21:31.015Z[ helios-setup] Oct 27 23:21:29.966 INFO E| Compiling futures-macro v0.3.28
31792025-10-27T23:21:31.069Z[ helios-setup] Oct 27 23:21:30.021 INFO E| Compiling tokio-macros v2.0.0
31802025-10-27T23:21:31.123Z[ helios-setup] Oct 27 23:21:30.075 INFO E| Compiling ahash v0.8.3
31812025-10-27T23:21:31.734Z[ helios-setup] Oct 27 23:21:30.686 INFO E| Compiling schemars_derive v0.8.12
31822025-10-27T23:21:32.343Z[ helios-setup] Oct 27 23:21:31.294 INFO E| Compiling unicode-width v0.1.10
31832025-10-27T23:21:32.962Z[ helios-setup] Oct 27 23:21:31.915 INFO E| Compiling anyhow v1.0.68
31842025-10-27T23:21:33.876Z[ helios-setup] Oct 27 23:21:32.827 INFO E| Compiling const-random-macro v0.1.15
31852025-10-27T23:21:35.537Z[ host-package] Compiling crossterm v0.29.0
31862025-10-27T23:21:36.058Z[ helios-setup] Oct 27 23:21:35.011 INFO E| Compiling fnv v1.0.7
31872025-10-27T23:21:36.254Z[ helios-setup] Oct 27 23:21:35.206 INFO E| Compiling byteorder v1.4.3
31882025-10-27T23:21:36.359Z[ helios-setup] Oct 27 23:21:35.312 INFO E| Compiling http v0.2.9
31892025-10-27T23:21:36.966Z[ helios-setup] Oct 27 23:21:35.918 INFO E| Compiling const-random v0.1.15
31902025-10-27T23:21:37.471Z[ helios-setup] Oct 27 23:21:36.425 INFO E| Compiling getopts v0.2.21
31912025-10-27T23:21:38.486Z[ helios-setup] Oct 27 23:21:37.439 INFO E| Compiling aho-corasick v0.7.20
31922025-10-27T23:21:38.741Z[ helios-setup] Oct 27 23:21:37.694 INFO E| Compiling rand_core v0.6.4
31932025-10-27T23:21:38.998Z[ helios-setup] Oct 27 23:21:37.951 INFO E| Compiling tinyvec_macros v0.1.1
31942025-10-27T23:21:39.634Z[ helios-setup] Oct 27 23:21:38.588 INFO E| Compiling regex-syntax v0.6.29
31952025-10-27T23:21:39.715Z[ helios-setup] Oct 27 23:21:38.669 INFO E| Compiling time-core v0.1.2
31962025-10-27T23:21:39.862Z[ helios-setup] Oct 27 23:21:38.816 INFO E| Compiling powerfmt v0.2.0
31972025-10-27T23:21:39.985Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31982025-10-27T23:21:40.207Z[ helios-setup] Oct 27 23:21:39.160 INFO E| Compiling crc32fast v1.3.2
31992025-10-27T23:21:41.268Z[ helios-setup] Oct 27 23:21:40.222 INFO E| Compiling httparse v1.8.0
32002025-10-27T23:21:41.639Z[ helios-setup] Oct 27 23:21:40.593 INFO E| Compiling num-conv v0.1.0
32012025-10-27T23:21:41.747Z[ helios-setup] Oct 27 23:21:40.701 INFO E| Compiling percent-encoding v2.2.0
32022025-10-27T23:21:42.178Z[ helios-setup] Oct 27 23:21:41.132 INFO E| Compiling deranged v0.3.11
32032025-10-27T23:21:42.302Z[ helios-setup] Oct 27 23:21:41.256 INFO E| Compiling time-macros v0.2.18
32042025-10-27T23:21:42.314Z[ host-package] Compiling half v2.4.1
32052025-10-27T23:21:44.287Z[ helios-setup] Oct 27 23:21:42.238 INFO E| Compiling form_urlencoded v1.1.0
32062025-10-27T23:21:44.291Z[ host-package] Compiling chrono-tz v0.10.4
32072025-10-27T23:21:44.291Z[ host-package] Compiling ciborium-io v0.2.2
32082025-10-27T23:21:44.292Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32092025-10-27T23:21:44.428Z[ helios-setup] Oct 27 23:21:43.343 INFO E| Compiling tinyvec v1.6.0
32102025-10-27T23:21:44.655Z[ host-package] Compiling ciborium-ll v0.2.2
32112025-10-27T23:21:44.930Z[ host-package] Compiling strip-ansi-escapes v0.2.0
32122025-10-27T23:21:45.204Z[ host-package] Compiling phf v0.12.1
32132025-10-27T23:21:45.328Z[ helios-setup] Oct 27 23:21:44.282 INFO E| Compiling chrono v0.4.24
32142025-10-27T23:21:45.635Z[ host-package] Compiling const_format_proc_macros v0.2.34
32152025-10-27T23:21:46.025Z[ host-package] Compiling papergrid v0.11.0
32162025-10-27T23:21:46.616Z[ host-package] Compiling tabled_derive v0.7.0
32172025-10-27T23:21:47.693Z[ helios-setup] Oct 27 23:21:46.648 INFO E| Compiling regex v1.7.3
32182025-10-27T23:21:48.061Z[ helios-setup] Oct 27 23:21:47.016 INFO E| Compiling hashbrown v0.13.2
32192025-10-27T23:21:48.110Z[ host-package] Compiling fd-lock v4.0.2
32202025-10-27T23:21:48.400Z[ helios-setup] Oct 27 23:21:47.355 INFO E| Compiling libz-sys v1.1.8
32212025-10-27T23:21:48.643Z[ host-package] Compiling peg-macros v0.8.5
32222025-10-27T23:21:49.084Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32232025-10-27T23:21:49.163Z[ host-package] Compiling csv-core v0.1.11
32242025-10-27T23:21:49.207Z[ helios-setup] Oct 27 23:21:48.147 INFO E| Compiling uuid v1.3.0
32252025-10-27T23:21:49.525Z[ helios-setup] Oct 27 23:21:48.480 INFO E| Compiling ppv-lite86 v0.2.17
32262025-10-27T23:21:49.977Z[ helios-setup] Oct 27 23:21:48.884 INFO E| Compiling dyn-clone v1.0.11
32272025-10-27T23:21:50.235Z[ helios-setup] Oct 27 23:21:49.190 INFO E| Compiling num_threads v0.1.6
32282025-10-27T23:21:50.388Z[ helios-setup] Oct 27 23:21:49.344 INFO E| Compiling regress v0.5.0
32292025-10-27T23:21:50.542Z[ helios-setup] Oct 27 23:21:49.497 INFO E| Compiling time v0.3.36
32302025-10-27T23:21:50.746Z[ helios-setup] Oct 27 23:21:49.701 INFO E| Compiling unicode-normalization v0.1.22
32312025-10-27T23:21:50.825Z[ host-package] Compiling highway v1.3.0
32322025-10-27T23:21:50.944Z[ host-package] Compiling nu-ansi-term v0.50.1
32332025-10-27T23:21:50.990Z[ helios-setup] Oct 27 23:21:49.946 INFO E| Compiling rand_chacha v0.3.1
32342025-10-27T23:21:51.289Z[ host-package] Compiling tough v0.20.0
32352025-10-27T23:21:53.221Z[ host-package] Compiling reedline v0.40.0
32362025-10-27T23:21:53.353Z[ helios-setup] Oct 27 23:21:52.309 INFO E| Compiling toml v0.5.11
32372025-10-27T23:21:53.778Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32382025-10-27T23:21:53.970Z[ helios-setup] Oct 27 23:21:52.926 INFO E| Compiling serde_tokenstream v0.2.0
32392025-10-27T23:21:54.280Z[ host-package] Compiling peg v0.8.5
32402025-10-27T23:21:54.541Z[ helios-setup] Oct 27 23:21:53.497 INFO E| Compiling smallvec v1.10.0
32412025-10-27T23:21:55.069Z[ host-package] Compiling tabled v0.15.0
32422025-10-27T23:21:57.338Z[ helios-setup] Oct 27 23:21:56.295 INFO E| Compiling parking_lot v0.12.1
32432025-10-27T23:21:58.666Z[ host-package] Compiling csv v1.3.1
32442025-10-27T23:22:00.173Z[ helios-setup] Oct 27 23:21:59.131 INFO E| Compiling is-terminal v0.4.7
32452025-10-27T23:22:00.277Z[ host-package] Compiling const_format v0.2.34
32462025-10-27T23:22:00.895Z[ helios-setup] Oct 27 23:21:59.852 INFO E| Compiling sha2 v0.10.6
32472025-10-27T23:22:00.978Z[ helios-setup] Oct 27 23:21:59.936 INFO E| Compiling lazy_static v1.4.0
32482025-10-27T23:22:01.143Z[ helios-setup] Oct 27 23:22:00.101 INFO E| Compiling dirs-sys-next v0.1.2
32492025-10-27T23:22:01.722Z[ helios-setup] Oct 27 23:22:00.680 INFO E| Compiling tracing-core v0.1.30
32502025-10-27T23:22:03.142Z[ host-package] Compiling ciborium v0.2.2
32512025-10-27T23:22:03.209Z[ helios-setup] Oct 27 23:22:02.167 INFO E| Compiling ucd-trie v0.1.5
32522025-10-27T23:22:03.943Z[ helios-setup] Oct 27 23:22:02.901 INFO E| Compiling base64 v0.21.0
32532025-10-27T23:22:04.201Z[ helios-setup] Oct 27 23:22:03.160 INFO E| Compiling unicode-bidi v0.3.13
32542025-10-27T23:22:06.627Z[ helios-setup] Oct 27 23:22:05.586 INFO E| Compiling utf8parse v0.2.1
32552025-10-27T23:22:07.285Z[ helios-setup] Oct 27 23:22:06.244 INFO E| Compiling anstyle-parse v0.1.1
32562025-10-27T23:22:07.289Z[ helios-setup] Oct 27 23:22:06.246 INFO E| Compiling idna v0.3.0
32572025-10-27T23:22:08.408Z[ helios-setup] Oct 27 23:22:07.367 INFO E| Compiling pest v2.5.7
32582025-10-27T23:22:08.613Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32592025-10-27T23:22:09.583Z[ helios-setup] Oct 27 23:22:08.543 INFO E| Compiling tracing v0.1.37
32602025-10-27T23:22:09.765Z[ helios-setup] Oct 27 23:22:08.724 INFO E| Compiling dirs-next v2.0.0
32612025-10-27T23:22:10.490Z[ helios-setup] Oct 27 23:22:09.450 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32622025-10-27T23:22:10.842Z[ host-package] Compiling bcs v0.1.6
32632025-10-27T23:22:11.206Z[ helios-setup] Oct 27 23:22:10.165 INFO E| Compiling proc-macro-crate v1.2.1
32642025-10-27T23:22:12.322Z[ helios-setup] Oct 27 23:22:11.282 INFO E| Compiling rand v0.8.5
32652025-10-27T23:22:12.845Z[ host-package] Compiling semver v0.1.20
32662025-10-27T23:22:13.937Z[ host-package] Compiling rustc_version v0.1.7
32672025-10-27T23:22:14.111Z[ helios-setup] Oct 27 23:22:13.072 INFO E| Compiling futures-executor v0.3.28
32682025-10-27T23:22:14.692Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32692025-10-27T23:22:14.901Z[ helios-setup] Oct 27 23:22:13.861 INFO E| Compiling terminal_size v0.2.6
32702025-10-27T23:22:15.009Z[ helios-setup] Oct 27 23:22:13.970 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
32712025-10-27T23:22:15.456Z[ helios-setup] Oct 27 23:22:14.417 INFO E| Compiling time v0.1.45
32722025-10-27T23:22:15.569Z[ helios-setup] Oct 27 23:22:14.530 INFO E| Compiling thread_local v1.1.7
32732025-10-27T23:22:16.051Z[ helios-setup] Oct 27 23:22:15.012 INFO E| Compiling concolor-query v0.3.3
32742025-10-27T23:22:16.194Z[ host-package] Compiling newtype_derive v0.1.6
32752025-10-27T23:22:16.267Z[ helios-setup] Oct 27 23:22:15.228 INFO E| Compiling semver v1.0.17
32762025-10-27T23:22:16.420Z[ helios-setup] Oct 27 23:22:15.381 INFO E| Compiling iana-time-zone v0.1.56
32772025-10-27T23:22:17.204Z[ helios-setup] Oct 27 23:22:16.165 INFO E| Compiling concolor-override v1.0.0
32782025-10-27T23:22:17.352Z[ helios-setup] Oct 27 23:22:16.312 INFO E| Compiling anstyle v0.3.5
32792025-10-27T23:22:17.397Z[ host-package] Compiling tungstenite v0.21.0
32802025-10-27T23:22:18.199Z[ helios-setup] Oct 27 23:22:17.161 INFO E| Compiling anstream v0.2.6
32812025-10-27T23:22:18.610Z[ helios-setup] Oct 27 23:22:17.572 INFO E| Compiling tokio-util v0.7.7
32822025-10-27T23:22:18.811Z[ helios-setup] Oct 27 23:22:17.773 INFO E| Compiling futures v0.3.28
32832025-10-27T23:22:19.158Z[ helios-setup] Oct 27 23:22:18.120 INFO E| Compiling semver-parser v0.10.2
32842025-10-27T23:22:19.729Z[ helios-setup] Oct 27 23:22:18.690 INFO E| Compiling num_enum_derive v0.5.7
32852025-10-27T23:22:20.367Z[ helios-setup] Oct 27 23:22:19.328 INFO E| Compiling term v0.7.0
32862025-10-27T23:22:22.672Z[ helios-setup] Oct 27 23:22:21.634 INFO E| Compiling url v2.3.1
32872025-10-27T23:22:23.389Z[ host-package] Compiling unicode-linebreak v0.1.5
32882025-10-27T23:22:24.415Z[ helios-setup] Oct 27 23:22:23.377 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32892025-10-27T23:22:24.742Z[ helios-setup] Oct 27 23:22:23.704 INFO E| Compiling atty v0.2.14
32902025-10-27T23:22:24.811Z[ host-package] Compiling humantime v2.2.0
32912025-10-27T23:22:24.985Z[ helios-setup] Oct 27 23:22:23.947 INFO E| Compiling clap_lex v0.4.1
32922025-10-27T23:22:25.175Z[ host-package] Compiling smawk v0.3.2
32932025-10-27T23:22:25.708Z[ host-package] Compiling tokio-tungstenite v0.21.0
32942025-10-27T23:22:26.239Z[ host-package] Compiling textwrap v0.16.2
32952025-10-27T23:22:26.304Z[ helios-setup] Oct 27 23:22:25.267 INFO E| Compiling adler v1.0.2
32962025-10-27T23:22:26.708Z[ helios-setup] Oct 27 23:22:25.671 INFO E| Compiling same-file v1.0.6
32972025-10-27T23:22:26.953Z[ helios-setup] Oct 27 23:22:25.916 INFO E| Compiling try-lock v0.2.4
32982025-10-27T23:22:27.076Z[ helios-setup] Oct 27 23:22:26.039 INFO E| Compiling strsim v0.10.0
32992025-10-27T23:22:27.193Z[ host-package] Compiling steno v0.4.1
33002025-10-27T23:22:27.301Z[ helios-setup] Oct 27 23:22:26.264 INFO E| Compiling walkdir v2.3.3
33012025-10-27T23:22:27.517Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408)
33022025-10-27T23:22:27.690Z[ helios-setup] Oct 27 23:22:26.654 INFO E| Compiling want v0.3.0
33032025-10-27T23:22:28.208Z[ helios-setup] Oct 27 23:22:27.172 INFO E| Compiling clap_builder v4.2.1
33042025-10-27T23:22:28.384Z[ helios-setup] Oct 27 23:22:27.347 INFO E| Compiling miniz_oxide v0.6.2
33052025-10-27T23:22:28.745Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291)
33062025-10-27T23:22:30.869Z[ helios-setup] Oct 27 23:22:29.833 INFO E| Compiling slog-term v2.9.0
33072025-10-27T23:22:33.674Z[ host-package] Compiling universal-hash v0.5.1
33082025-10-27T23:22:34.269Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
33092025-10-27T23:22:34.321Z[ host-package] Compiling opaque-debug v0.3.1
33102025-10-27T23:22:34.376Z[ helios-setup] Oct 27 23:22:33.341 INFO E| Compiling num_enum v0.5.7
33112025-10-27T23:22:34.675Z[ helios-setup] Oct 27 23:22:33.640 INFO E| Compiling semver v0.11.0
33122025-10-27T23:22:34.686Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291)
33132025-10-27T23:22:34.843Z[ helios-setup] Oct 27 23:22:33.808 INFO E| Compiling h2 v0.3.16
33142025-10-27T23:22:34.854Z[ host-package] Compiling poly1305 v0.8.0
33152025-10-27T23:22:35.129Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33162025-10-27T23:22:36.043Z[ helios-setup] Oct 27 23:22:35.007 INFO E| Compiling http-body v0.4.5
33172025-10-27T23:22:36.188Z[ host-package] Compiling chacha20 v0.9.1
33182025-10-27T23:22:36.594Z[ helios-setup] Oct 27 23:22:35.559 INFO E| Compiling clap_derive v4.2.0
33192025-10-27T23:22:37.171Z[ helios-setup] Oct 27 23:22:36.137 INFO E| Compiling ring v0.16.20
33202025-10-27T23:22:37.307Z[ host-package] Compiling aead v0.5.2
33212025-10-27T23:22:37.890Z[ host-package] Compiling dropshot-api-manager-types v0.2.2
33222025-10-27T23:22:38.257Z[ host-package] Compiling chacha20poly1305 v0.10.1
33232025-10-27T23:22:38.877Z[ host-package] Compiling thiserror-no-std v2.0.2
33242025-10-27T23:22:39.096Z[ host-package] Compiling moka v0.12.10
33252025-10-27T23:22:39.273Z[ host-package] Compiling vsss-rs v3.3.4
33262025-10-27T23:22:39.609Z[ helios-setup] Oct 27 23:22:38.575 INFO E| Compiling home v0.5.4
33272025-10-27T23:22:40.177Z[ helios-setup] Oct 27 23:22:39.143 INFO E| Compiling httpdate v1.0.2
33282025-10-27T23:22:40.300Z[ host-package] Compiling tagptr v0.2.0
33292025-10-27T23:22:40.360Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33302025-10-27T23:22:41.072Z[ host-package] Compiling nix v0.30.1
33312025-10-27T23:22:41.903Z[ helios-setup] Oct 27 23:22:40.869 INFO E| Compiling fastrand v1.9.0
33322025-10-27T23:22:42.444Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291)
33332025-10-27T23:22:43.002Z[ helios-setup] Oct 27 23:22:41.968 INFO E| Compiling zeroize v1.8.1
33342025-10-27T23:22:43.162Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
33352025-10-27T23:22:43.610Z[ helios-setup] Oct 27 23:22:42.576 INFO E| Compiling base64ct v1.8.0
33362025-10-27T23:22:44.832Z[ helios-setup] Oct 27 23:22:43.798 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
33372025-10-27T23:22:44.918Z[ host-package] Compiling proc-macro-error2 v2.0.1
33382025-10-27T23:22:45.249Z[ helios-setup] Oct 27 23:22:44.216 INFO E| Compiling tower-service v0.3.2
33392025-10-27T23:22:45.963Z[ helios-setup] Oct 27 23:22:44.930 INFO E| Compiling pem-rfc7468 v0.7.0
33402025-10-27T23:22:48.517Z[ host-package] Compiling hickory-resolver v0.25.2
33412025-10-27T23:22:48.930Z[ helios-setup] Oct 27 23:22:47.898 INFO E| Compiling hyper v0.14.25
33422025-10-27T23:22:49.048Z[ helios-setup] Oct 27 23:22:48.015 INFO E| Compiling clap v4.2.1
33432025-10-27T23:22:49.530Z[ helios-setup] Oct 27 23:22:48.498 INFO E| Compiling toolchain_find v0.2.0
33442025-10-27T23:22:50.403Z[ helios-setup] Oct 27 23:22:49.371 INFO E| Compiling tempfile v3.5.0
33452025-10-27T23:22:51.218Z[ helios-setup] Oct 27 23:22:50.186 INFO E| Compiling cargo-lock v8.0.3
33462025-10-27T23:22:52.162Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33472025-10-27T23:22:56.548Z[ helios-setup] Oct 27 23:22:55.518 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
33482025-10-27T23:22:56.866Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33492025-10-27T23:22:59.130Z[ helios-setup] Oct 27 23:22:58.100 INFO E| Compiling flate2 v1.0.25
33502025-10-27T23:23:01.539Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33512025-10-27T23:23:03.679Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33522025-10-27T23:23:03.835Z[ helios-setup] Oct 27 23:23:02.805 INFO E| Compiling serde_urlencoded v0.7.1
33532025-10-27T23:23:05.278Z[ helios-setup] Oct 27 23:23:04.248 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
33542025-10-27T23:23:05.291Z[ host-package] Compiling vergen-gitcl v1.0.8
33552025-10-27T23:23:06.322Z[ host-package] Compiling dirs-sys-next v0.1.2
33562025-10-27T23:23:07.464Z[ host-package] Compiling maplit v1.0.2
33572025-10-27T23:23:07.760Z[ host-package] Compiling crunchy v0.2.2
33582025-10-27T23:23:08.007Z[ host-package] Compiling dirs-next v2.0.0
33592025-10-27T23:23:09.010Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33602025-10-27T23:23:09.105Z[ host-package] Compiling dsl_auto_type v0.1.2
33612025-10-27T23:23:10.113Z[ helios-setup] Oct 27 23:23:09.084 INFO E| Compiling der_derive v0.7.3
33622025-10-27T23:23:11.449Z[ helios-setup] Oct 27 23:23:10.421 INFO E| Compiling sha1 v0.10.5
33632025-10-27T23:23:11.916Z[ host-package] Compiling scheduled-thread-pool v0.2.7
33642025-10-27T23:23:13.978Z[ helios-setup] Oct 27 23:23:12.951 INFO E| Compiling flagset v0.4.7
33652025-10-27T23:23:14.366Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33662025-10-27T23:23:17.112Z[ helios-setup] Oct 27 23:23:16.085 INFO E| Compiling der v0.7.10
33672025-10-27T23:23:18.063Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
33682025-10-27T23:23:18.763Z[ helios-setup] Oct 27 23:23:17.737 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
33692025-10-27T23:23:18.763Z[ host-package] Compiling tiny-keccak v2.0.2
33702025-10-27T23:23:19.292Z[ helios-setup] Oct 27 23:23:18.266 INFO E| Compiling rustfmt-wrapper v0.2.0
33712025-10-27T23:23:19.713Z[ host-package] Compiling diesel_derives v2.2.3
33722025-10-27T23:23:20.384Z[ helios-setup] Oct 27 23:23:19.358 INFO E| Compiling openapiv3 v1.0.2
33732025-10-27T23:23:20.697Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33742025-10-27T23:23:20.894Z[ helios-setup] Oct 27 23:23:19.866 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
33752025-10-27T23:23:21.189Z[ helios-setup] Oct 27 23:23:20.162 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
33762025-10-27T23:23:21.522Z[ host-package] Compiling r2d2 v0.8.10
33772025-10-27T23:23:22.455Z[ helios-setup] Oct 27 23:23:21.429 INFO E| Compiling encoding_rs v0.8.32
33782025-10-27T23:23:23.186Z[ helios-setup] Oct 27 23:23:22.161 INFO E| Compiling utf-8 v0.7.6
33792025-10-27T23:23:24.277Z[ helios-setup] Oct 27 23:23:23.251 INFO E| Compiling base64 v0.13.1
33802025-10-27T23:23:25.673Z[ host-package] Compiling term v0.7.0
33812025-10-27T23:23:26.506Z[ helios-setup] Oct 27 23:23:25.481 INFO E| Compiling ipnet v2.7.2
33822025-10-27T23:23:27.986Z[ host-package] Compiling num-derive v0.3.3
33832025-10-27T23:23:28.214Z[ helios-setup] Oct 27 23:23:27.189 INFO E| Compiling untrusted v0.7.1
33842025-10-27T23:23:28.910Z[ helios-setup] Oct 27 23:23:27.885 INFO E| Compiling unsafe-libyaml v0.2.8
33852025-10-27T23:23:30.676Z[ helios-setup] Oct 27 23:23:29.652 INFO E| Compiling project-root v0.2.2
33862025-10-27T23:23:31.191Z[ helios-setup] Oct 27 23:23:30.167 INFO E| Compiling radium v0.7.0
33872025-10-27T23:23:31.412Z[ helios-setup] Oct 27 23:23:30.388 INFO E| Compiling mime v0.3.17
33882025-10-27T23:23:31.735Z[ host-package] Compiling bit-vec v0.6.3
33892025-10-27T23:23:32.850Z[ helios-setup] Oct 27 23:23:31.826 INFO E| Compiling reqwest v0.11.16
33902025-10-27T23:23:32.853Z[ host-package] Compiling bit-set v0.5.3
33912025-10-27T23:23:33.140Z[ helios-setup] Oct 27 23:23:32.117 INFO E| Compiling serde_yaml v0.9.21
33922025-10-27T23:23:33.452Z[ host-package] Compiling libscf-sys v1.1.0
33932025-10-27T23:23:33.605Z[ helios-setup] Oct 27 23:23:32.582 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33942025-10-27T23:23:34.053Z[ host-package] Compiling ascii-canvas v3.0.0
33952025-10-27T23:23:35.192Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33962025-10-27T23:23:37.009Z[ helios-setup] Oct 27 23:23:35.986 INFO E| Compiling tungstenite v0.18.0
33972025-10-27T23:23:40.136Z[ host-package] Compiling diesel v2.2.12
33982025-10-27T23:23:40.169Z[ helios-setup] Oct 27 23:23:39.146 INFO E| Compiling spki v0.7.3
33992025-10-27T23:23:41.348Z[ helios-setup] Oct 27 23:23:40.327 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
34002025-10-27T23:23:43.725Z[ helios-setup] Oct 27 23:23:42.704 INFO E| Compiling tap v1.0.1
34012025-10-27T23:23:44.207Z[ helios-setup] Oct 27 23:23:43.186 INFO E| Compiling maybe-uninit v2.0.0
34022025-10-27T23:23:45.967Z[ helios-setup] Oct 27 23:23:44.946 INFO E| Compiling crossbeam-utils v0.8.14
34032025-10-27T23:23:46.248Z[ helios-setup] Oct 27 23:23:45.227 INFO E| Compiling wyz v0.5.1
34042025-10-27T23:23:46.887Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
34052025-10-27T23:23:47.636Z[ helios-setup] Oct 27 23:23:46.615 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34062025-10-27T23:23:49.401Z[ host-package] Compiling ena v0.14.3
34072025-10-27T23:23:50.757Z[ host-package] Compiling arc-swap v1.7.1
34082025-10-27T23:23:52.358Z[ host-package] Compiling diff v0.1.13
34092025-10-27T23:23:53.375Z[ host-package] Compiling bindgen v0.71.1
34102025-10-27T23:23:54.521Z[ helios-setup] Oct 27 23:23:53.502 INFO E| Compiling tokio-tungstenite v0.18.0
34112025-10-27T23:23:54.666Z[ host-package] Compiling regex-syntax v0.6.29
34122025-10-27T23:23:56.221Z[ helios-setup] Oct 27 23:23:55.202 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34132025-10-27T23:23:59.283Z[ helios-setup] Oct 27 23:23:58.265 INFO E| Compiling toml_datetime v0.6.1
34142025-10-27T23:24:00.788Z[ helios-setup] Oct 27 23:23:59.770 INFO E| Compiling serde_spanned v0.6.1
34152025-10-27T23:24:01.299Z[ helios-setup] Oct 27 23:24:00.281 INFO E| Compiling zerocopy-derive v0.6.6
34162025-10-27T23:24:03.573Z[ helios-setup] Oct 27 23:24:02.556 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
34172025-10-27T23:24:04.705Z[ host-package] Compiling lalrpop v0.19.12
34182025-10-27T23:24:04.943Z[ helios-setup] Oct 27 23:24:03.926 INFO E| Compiling smartstring v1.0.1
34192025-10-27T23:24:05.456Z[ helios-setup] Oct 27 23:24:04.439 INFO E| Compiling packed_struct v0.10.1
34202025-10-27T23:24:05.868Z[ helios-setup] Oct 27 23:24:04.851 INFO E| Compiling rustls v0.21.0
34212025-10-27T23:24:06.912Z[ helios-setup] Oct 27 23:24:05.896 INFO E| Compiling funty v2.0.0
34222025-10-27T23:24:07.051Z[ helios-setup] Oct 27 23:24:06.033 INFO E| Compiling winnow v0.4.1
34232025-10-27T23:24:07.410Z[ host-package] Compiling slog-scope v4.4.0
34242025-10-27T23:24:08.783Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
34252025-10-27T23:24:10.274Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34262025-10-27T23:24:11.697Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34272025-10-27T23:24:12.937Z[ helios-setup] Oct 27 23:24:11.922 INFO E| Compiling num-bigint-dig v0.8.4
34282025-10-27T23:24:13.400Z[ host-package] Compiling tabled_derive v0.11.0
34292025-10-27T23:24:14.230Z[ helios-setup] Oct 27 23:24:13.214 INFO E| Compiling toml_edit v0.19.8
34302025-10-27T23:24:14.295Z[ helios-setup] Oct 27 23:24:13.279 INFO E| Compiling bitvec v1.0.1
34312025-10-27T23:24:15.772Z[ helios-setup] Oct 27 23:24:14.757 INFO E| Compiling zerocopy v0.6.6
34322025-10-27T23:24:16.822Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34332025-10-27T23:24:17.899Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34342025-10-27T23:24:20.615Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34352025-10-27T23:24:21.646Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34362025-10-27T23:24:22.342Z[ host-package] Compiling papergrid v0.17.0
34372025-10-27T23:24:25.050Z[ helios-setup] Oct 27 23:24:24.037 INFO E| Compiling pkcs8 v0.10.2
34382025-10-27T23:24:26.679Z[ helios-setup] Oct 27 23:24:25.666 INFO E| Compiling rustls-webpki v0.100.1
34392025-10-27T23:24:28.227Z[ helios-setup] Oct 27 23:24:27.214 INFO E| Compiling sct v0.7.0
34402025-10-27T23:24:29.361Z[ helios-setup] Oct 27 23:24:28.349 INFO E| Compiling num-iter v0.1.44
34412025-10-27T23:24:29.489Z[ helios-setup] Oct 27 23:24:28.477 INFO E| Compiling packed_struct_codegen v0.10.1
34422025-10-27T23:24:30.171Z[ helios-setup] Oct 27 23:24:29.159 INFO E| Compiling camino v1.1.4
34432025-10-27T23:24:30.670Z[ helios-setup] Oct 27 23:24:29.659 INFO E| Compiling nodrop v0.1.14
34442025-10-27T23:24:31.164Z[ helios-setup] Oct 27 23:24:30.153 INFO E| Compiling slog-async v2.7.0
34452025-10-27T23:24:31.969Z[ helios-setup] Oct 27 23:24:30.957 INFO E| Compiling async-trait v0.1.68
34462025-10-27T23:24:32.458Z[ helios-setup] Oct 27 23:24:31.447 INFO E| Compiling match_cfg v0.1.0
34472025-10-27T23:24:32.983Z[ helios-setup] Oct 27 23:24:31.971 INFO E| Compiling crc-catalog v2.4.0
34482025-10-27T23:24:33.484Z[ helios-setup] Oct 27 23:24:32.473 INFO E| Compiling static_assertions v1.1.0
34492025-10-27T23:24:33.555Z[ helios-setup] Oct 27 23:24:32.543 INFO E| Compiling paste v1.0.12
34502025-10-27T23:24:34.586Z[ host-package] Compiling testing_table v0.3.0
34512025-10-27T23:24:35.344Z[ helios-setup] Oct 27 23:24:34.333 INFO E| Compiling crc v3.3.0
34522025-10-27T23:24:36.182Z[ helios-setup] Oct 27 23:24:35.171 INFO E| Compiling hostname v0.3.1
34532025-10-27T23:24:36.249Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
34542025-10-27T23:24:36.859Z[ helios-setup] Oct 27 23:24:35.849 INFO E| Compiling array-init v0.0.4
34552025-10-27T23:24:40.145Z[ helios-setup] Oct 27 23:24:39.135 INFO E| Compiling pkcs1 v0.7.5
34562025-10-27T23:24:41.131Z[ helios-setup] Oct 27 23:24:40.121 INFO E| Compiling crossbeam-channel v0.5.6
34572025-10-27T23:24:42.715Z[ host-package] Compiling usdt-attr-macro v0.6.0
34582025-10-27T23:24:43.050Z[ helios-setup] Oct 27 23:24:42.041 INFO E| Compiling smallvec v0.6.14
34592025-10-27T23:24:44.091Z[ helios-setup] Oct 27 23:24:43.082 INFO E| Compiling toml v0.7.3
34602025-10-27T23:24:45.143Z[ helios-setup] Oct 27 23:24:44.134 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
34612025-10-27T23:24:45.954Z[ host-package] Compiling usdt-macro v0.6.0
34622025-10-27T23:24:46.034Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
34632025-10-27T23:24:46.967Z[ helios-setup] Oct 27 23:24:45.959 INFO E| Compiling slog-json v2.6.1
34642025-10-27T23:24:47.208Z[ host-package] Compiling unicase v2.8.1
34652025-10-27T23:24:48.087Z[ helios-setup] Oct 27 23:24:47.077 INFO E| Compiling unicode-linebreak v0.1.4
34662025-10-27T23:24:48.444Z[ host-package] Compiling polar-core v0.27.3
34672025-10-27T23:24:48.547Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
34682025-10-27T23:24:49.058Z[ host-package] Compiling usdt v0.6.0
34692025-10-27T23:24:50.313Z[ helios-setup] Oct 27 23:24:49.305 INFO E| Compiling bincode v1.3.3
34702025-10-27T23:24:51.295Z[ host-package] Compiling tabled v0.20.0
34712025-10-27T23:24:51.886Z[ host-package] Compiling slog-stdlog v4.1.1
34722025-10-27T23:24:53.031Z[ helios-setup] Oct 27 23:24:52.023 INFO E| Compiling bitflags v2.9.1
34732025-10-27T23:24:53.105Z[ helios-setup] Oct 27 23:24:52.097 INFO E| Compiling signature v2.2.0
34742025-10-27T23:24:53.109Z[ helios-setup] Oct 27 23:24:52.099 INFO E| Compiling async-stream-impl v0.3.5
34752025-10-27T23:24:53.278Z[ helios-setup] Oct 27 23:24:52.271 INFO E| Compiling rhai_codegen v1.5.0
34762025-10-27T23:24:54.223Z[ helios-setup] Oct 27 23:24:53.216 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
34772025-10-27T23:24:54.764Z[ helios-setup] Oct 27 23:24:53.757 INFO E| Compiling equivalent v1.0.2
34782025-10-27T23:24:55.161Z[ helios-setup] Oct 27 23:24:54.154 INFO E| Compiling subtle v2.6.1
34792025-10-27T23:24:55.457Z[ helios-setup] Oct 27 23:24:54.450 INFO E| Compiling termcolor v1.2.0
34802025-10-27T23:24:55.532Z[ helios-setup] Oct 27 23:24:54.526 INFO E| Compiling allocator-api2 v0.2.21
34812025-10-27T23:24:55.790Z[ helios-setup] Oct 27 23:24:54.783 INFO E| Compiling take_mut v0.2.2
34822025-10-27T23:24:56.184Z[ helios-setup] Oct 27 23:24:55.177 INFO E| Compiling bitfield v0.14.0
34832025-10-27T23:24:56.348Z[ helios-setup] Oct 27 23:24:55.340 INFO E| Compiling foldhash v0.1.5
34842025-10-27T23:24:57.085Z[ helios-setup] Oct 27 23:24:56.079 INFO E| Compiling hashbrown v0.15.3
34852025-10-27T23:24:57.185Z[ helios-setup] Oct 27 23:24:56.178 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#f05c063e)
34862025-10-27T23:24:57.416Z[ helios-setup] Oct 27 23:24:56.410 INFO E| Compiling env_logger v0.10.2
34872025-10-27T23:24:57.629Z[ helios-setup] Oct 27 23:24:56.620 INFO E| Compiling rhai v1.14.0
34882025-10-27T23:24:59.500Z[ helios-setup] Oct 27 23:24:58.494 INFO E| Compiling rsa v0.9.8
34892025-10-27T23:24:59.584Z[ helios-setup] Oct 27 23:24:58.578 INFO E| Compiling async-stream v0.3.5
34902025-10-27T23:25:00.108Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34912025-10-27T23:25:00.311Z[ helios-setup] Oct 27 23:24:59.305 INFO E| Compiling ron v0.8.1
34922025-10-27T23:25:00.972Z[ helios-setup] Oct 27 23:24:59.967 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
34932025-10-27T23:25:02.283Z[ host-package] Compiling headers-core v0.3.0
34942025-10-27T23:25:02.833Z[ host-package] Compiling libxml v0.3.3
34952025-10-27T23:25:03.046Z[ helios-setup] Oct 27 23:25:02.041 INFO E| Compiling tokio-rustls v0.24.0
34962025-10-27T23:25:03.107Z[ helios-setup] Oct 27 23:25:02.101 INFO E| Compiling slog-bunyan v2.4.0
34972025-10-27T23:25:03.876Z[ helios-setup] Oct 27 23:25:02.871 INFO E| Compiling serde-hex v0.1.0
34982025-10-27T23:25:07.419Z[ helios-setup] Oct 27 23:25:06.414 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
34992025-10-27T23:25:08.400Z[ host-package] Compiling headers v0.4.1
35002025-10-27T23:25:10.353Z[ helios-setup] Oct 27 23:25:09.350 INFO E| Compiling x509-cert v0.2.5
35012025-10-27T23:25:11.575Z[ helios-setup] Oct 27 23:25:10.572 INFO E| Compiling rustls-pemfile v1.0.2
35022025-10-27T23:25:12.371Z[ helios-setup] Oct 27 23:25:11.366 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
35032025-10-27T23:25:12.703Z[ helios-setup] Oct 27 23:25:11.699 INFO E| Compiling serde_path_to_error v0.1.11
35042025-10-27T23:25:12.894Z[ helios-setup] Oct 27 23:25:11.891 INFO E| Compiling derive-where v1.4.0
35052025-10-27T23:25:15.295Z[ helios-setup] Oct 27 23:25:14.286 INFO E| Compiling crc-any v2.5.0
35062025-10-27T23:25:15.789Z[ host-package] Compiling slog-envlogger v2.2.0
35072025-10-27T23:25:16.289Z[ helios-setup] Oct 27 23:25:15.286 INFO E| Compiling hex v0.4.3
35082025-10-27T23:25:16.507Z[ helios-setup] Oct 27 23:25:15.505 INFO E| Compiling rustc-hash v2.1.1
35092025-10-27T23:25:16.880Z[ helios-setup] Oct 27 23:25:15.877 INFO E| Compiling debug-ignore v1.0.5
35102025-10-27T23:25:17.856Z[ helios-setup] Oct 27 23:25:16.853 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
35112025-10-27T23:25:18.573Z[ host-package] Compiling samael v0.0.19
35122025-10-27T23:25:18.786Z[ helios-setup] Oct 27 23:25:17.784 INFO E| Compiling iddqd v0.3.1
35132025-10-27T23:25:19.313Z[ helios-setup] Oct 27 23:25:18.308 INFO E| Compiling object v0.30.4
35142025-10-27T23:25:19.545Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
35152025-10-27T23:25:20.761Z[ helios-setup] Oct 27 23:25:19.760 INFO E| Compiling path-slash v0.1.5
35162025-10-27T23:25:21.321Z[ helios-setup] Oct 27 23:25:20.319 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#f05c063e)
35172025-10-27T23:25:22.042Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
35182025-10-27T23:25:24.211Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
35192025-10-27T23:25:25.360Z[ host-package] Compiling strum_macros v0.24.3
35202025-10-27T23:25:25.508Z[ helios-setup] Oct 27 23:25:24.507 INFO E| Compiling smawk v0.3.1
35212025-10-27T23:25:25.547Z[ host-package] Compiling crc8 v0.1.1
35222025-10-27T23:25:25.952Z[ host-package] Compiling xshell-macros v0.2.7
35232025-10-27T23:25:26.183Z[ helios-setup] Oct 27 23:25:25.182 INFO E| Compiling textwrap v0.16.0
35242025-10-27T23:25:26.249Z[ host-package] Compiling indoc v1.0.9
35252025-10-27T23:25:27.830Z[ host-package] Compiling xshell v0.2.7
35262025-10-27T23:25:27.899Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35272025-10-27T23:25:30.085Z[ helios-setup] Oct 27 23:25:29.086 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
35282025-10-27T23:25:30.555Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35292025-10-27T23:25:32.289Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
35302025-10-27T23:25:32.345Z[ helios-setup] Oct 27 23:25:31.345 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
35312025-10-27T23:25:32.612Z[ host-package] Compiling derive_builder v0.20.2
35322025-10-27T23:25:33.171Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
35332025-10-27T23:25:33.364Z[ host-package] Compiling oso-derive v0.27.3
35342025-10-27T23:25:35.207Z[ host-package] Compiling quick-xml v0.37.2
35352025-10-27T23:25:35.679Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35362025-10-27T23:25:36.209Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
35372025-10-27T23:25:39.298Z[ host-package] Compiling diesel-dtrace v0.4.2
35382025-10-27T23:25:40.425Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35392025-10-27T23:25:40.842Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
35402025-10-27T23:25:43.881Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
35412025-10-27T23:25:44.461Z[ host-package] Compiling bb8 v0.8.5
35422025-10-27T23:25:46.172Z[ host-package] Compiling async-bb8-diesel v0.2.1
35432025-10-27T23:25:46.242Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs#dbe1cb7e)
35442025-10-27T23:25:48.058Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
35452025-10-27T23:25:48.167Z[ helios-setup] Oct 27 23:25:47.170 INFO E| Compiling bzip2 v0.4.4
35462025-10-27T23:25:48.997Z[ helios-setup] Oct 27 23:25:48.001 INFO E| Compiling zip v0.6.6
35472025-10-27T23:25:51.221Z[ helios-setup] Oct 27 23:25:50.225 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
35482025-10-27T23:26:01.853Z[ helios-setup] Oct 27 23:26:00.859 INFO E| Compiling git2 v0.16.1
35492025-10-27T23:26:04.930Z[ host-package] Compiling oso v0.27.3
35502025-10-27T23:26:06.972Z[ helios-setup] Oct 27 23:26:05.980 INFO E| Compiling built v0.6.0
35512025-10-27T23:26:08.809Z[ helios-setup] Oct 27 23:26:07.817 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
35522025-10-27T23:26:10.654Z[ helios-setup] Oct 27 23:26:09.662 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
35532025-10-27T23:26:11.326Z[ helios-setup] Oct 27 23:26:10.334 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
35542025-10-27T23:26:12.559Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35552025-10-27T23:26:12.618Z[ helios-setup] Oct 27 23:26:11.616 INFO E| warning: struct `NeedRequestContext` is never constructed
35562025-10-27T23:26:12.618Z[ helios-setup] Oct 27 23:26:11.616 INFO E| --> racktest/agent/server/src/lib.rs:104:9
35572025-10-27T23:26:12.618Z[ helios-setup] Oct 27 23:26:11.616 INFO E| |
35582025-10-27T23:26:12.618Z[ helios-setup] Oct 27 23:26:11.616 INFO E| 104 | rc: RequestContext<Arc<Agent>>,
35592025-10-27T23:26:12.618Z[ helios-setup] Oct 27 23:26:11.616 INFO E| | ^^^^^^^^^^^^^^
35602025-10-27T23:26:12.618Z[ helios-setup] Oct 27 23:26:11.616 INFO E| |
35612025-10-27T23:26:12.618Z[ helios-setup] Oct 27 23:26:11.616 INFO E| = note: `#[warn(dead_code)]` on by default
35622025-10-27T23:26:12.618Z[ helios-setup] Oct 27 23:26:11.617 INFO E| warning: struct `NeedHttpResponse` is never constructed
35632025-10-27T23:26:12.618Z[ helios-setup] Oct 27 23:26:11.617 INFO E| --> racktest/agent/server/src/lib.rs:107:6
35642025-10-27T23:26:12.618Z[ helios-setup] Oct 27 23:26:11.617 INFO E| |
35652025-10-27T23:26:12.618Z[ helios-setup] Oct 27 23:26:11.617 INFO E| 107 | ) -> DSResult<HttpResponseUpdatedNoContent> {
35662025-10-27T23:26:12.618Z[ helios-setup] Oct 27 23:26:11.617 INFO E| | ^^^^^^^^
35672025-10-27T23:26:12.618Z[ helios-setup] Oct 27 23:26:11.617 INFO E| warning: struct `NeedRequestContext` is never constructed
35682025-10-27T23:26:12.619Z[ helios-setup] Oct 27 23:26:11.617 INFO E| --> racktest/agent/server/src/lib.rs:132:9
35692025-10-27T23:26:12.619Z[ helios-setup] Oct 27 23:26:11.617 INFO E| |
35702025-10-27T23:26:12.619Z[ helios-setup] Oct 27 23:26:11.617 INFO E| 132 | rc: RequestContext<Arc<Agent>>,
35712025-10-27T23:26:12.619Z[ helios-setup] Oct 27 23:26:11.617 INFO E| | ^^^^^^^^^^^^^^
35722025-10-27T23:26:12.619Z[ helios-setup] Oct 27 23:26:11.617 INFO E| warning: struct `NeedHttpResponse` is never constructed
35732025-10-27T23:26:12.619Z[ helios-setup] Oct 27 23:26:11.617 INFO E| --> racktest/agent/server/src/lib.rs:135:6
35742025-10-27T23:26:12.619Z[ helios-setup] Oct 27 23:26:11.617 INFO E| |
35752025-10-27T23:26:12.619Z[ helios-setup] Oct 27 23:26:11.617 INFO E| 135 | ) -> DSResult<HttpResponseUpdatedNoContent> {
35762025-10-27T23:26:12.619Z[ helios-setup] Oct 27 23:26:11.617 INFO E| | ^^^^^^^^
35772025-10-27T23:26:12.619Z[ helios-setup] Oct 27 23:26:11.617 INFO E| warning: struct `NeedRequestContext` is never constructed
35782025-10-27T23:26:12.619Z[ helios-setup] Oct 27 23:26:11.617 INFO E| --> racktest/agent/server/src/lib.rs:284:9
35792025-10-27T23:26:12.619Z[ helios-setup] Oct 27 23:26:11.617 INFO E| |
35802025-10-27T23:26:12.620Z[ helios-setup] Oct 27 23:26:11.617 INFO E| 284 | rc: RequestContext<Arc<Agent>>,
35812025-10-27T23:26:12.620Z[ helios-setup] Oct 27 23:26:11.617 INFO E| | ^^^^^^^^^^^^^^
35822025-10-27T23:26:12.620Z[ helios-setup] Oct 27 23:26:11.617 INFO E| warning: struct `NeedRequestContext` is never constructed
35832025-10-27T23:26:12.620Z[ helios-setup] Oct 27 23:26:11.617 INFO E| --> racktest/agent/server/src/lib.rs:406:9
35842025-10-27T23:26:12.620Z[ helios-setup] Oct 27 23:26:11.617 INFO E| |
35852025-10-27T23:26:12.620Z[ helios-setup] Oct 27 23:26:11.617 INFO E| 406 | rc: RequestContext<Arc<Agent>>,
35862025-10-27T23:26:12.620Z[ helios-setup] Oct 27 23:26:11.617 INFO E| | ^^^^^^^^^^^^^^
35872025-10-27T23:26:13.235Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
35882025-10-27T23:26:14.360Z[ host-package] Compiling typify-impl v0.2.0
35892025-10-27T23:26:14.428Z[ helios-setup] Oct 27 23:26:13.436 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
35902025-10-27T23:26:17.901Z[ host-package] Compiling fxhash v0.2.1
35912025-10-27T23:26:18.600Z[ host-package] Compiling libz-sys v1.1.20
35922025-10-27T23:26:20.207Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
35932025-10-27T23:26:21.191Z[ host-package] Compiling half v1.8.3
35942025-10-27T23:26:23.203Z[ host-package] Compiling serde_cbor v0.11.2
35952025-10-27T23:26:25.432Z[ helios-setup] Oct 27 23:26:24.444 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
35962025-10-27T23:26:26.514Z[ helios-setup] Oct 27 23:26:25.526 INFO E| warning: `racktest-agent` (lib) generated 6 warnings
35972025-10-27T23:26:28.139Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35982025-10-27T23:26:29.921Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35992025-10-27T23:26:32.400Z[ host-package] Compiling typify-macro v0.2.0
36002025-10-27T23:26:37.171Z[ host-package] Compiling kstat-rs v0.2.4
36012025-10-27T23:26:39.183Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36022025-10-27T23:26:39.280Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36032025-10-27T23:26:39.586Z[ host-package] Compiling nanorand v0.7.0
36042025-10-27T23:26:41.232Z[ host-package] Compiling libgit2-sys v0.18.2+1.9.1
36052025-10-27T23:26:44.220Z[ host-package] Compiling parking_lot_core v0.8.6
36062025-10-27T23:26:45.245Z[ host-package] Compiling mime_guess v2.0.5
36072025-10-27T23:26:58.067Z[ helios-setup] Oct 27 23:26:57.085 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
36082025-10-27T23:27:00.719Z[ host-package] Compiling flume v0.11.1
36092025-10-27T23:27:02.087Z[ host-package] Compiling tabled_derive v0.10.0
36102025-10-27T23:27:04.622Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36112025-10-27T23:27:07.359Z[ host-package] Compiling ignore v0.4.23
36122025-10-27T23:27:08.652Z[ host-package] Compiling papergrid v0.14.0
36132025-10-27T23:27:13.920Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36142025-10-27T23:27:20.451Z[ host-package] Compiling castaway v0.2.3
36152025-10-27T23:27:21.136Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36162025-10-27T23:27:22.144Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
36172025-10-27T23:27:25.316Z[ host-package] Compiling compact_str v0.8.0
36182025-10-27T23:27:29.309Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36192025-10-27T23:27:30.047Z[ host-package] Compiling tabled v0.18.0
36202025-10-27T23:27:47.528Z[ host-package] Compiling globwalk v0.9.1
36212025-10-27T23:27:48.690Z[ host-package] Compiling typify v0.2.0
36222025-10-27T23:27:48.853Z[ host-package] Compiling predicates-tree v1.0.12
36232025-10-27T23:27:49.039Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
36242025-10-27T23:27:49.850Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36252025-10-27T23:27:50.183Z[ helios-setup] Oct 27 23:27:49.211 INFO E| Finished `release` profile [optimized] target(s) in 6m 52s
36262025-10-27T23:27:50.316Z[ helios-setup] Oct 27 23:27:49.345 INFO building project "pilot" ok (412 seconds)
36272025-10-27T23:27:50.316Z[ helios-setup] Oct 27 23:27:49.345 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
36282025-10-27T23:27:50.452Z[ helios-setup] Oct 27 23:27:49.480 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.89.0-x86_64-unknown-illumos (default)"
36292025-10-27T23:27:50.452Z[ helios-setup] Oct 27 23:27:49.480 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
36302025-10-27T23:27:50.456Z[ helios-setup] Oct 27 23:27:49.480 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
36312025-10-27T23:27:50.654Z[ host-package] Compiling unicode-truncate v1.1.0
36322025-10-27T23:27:50.850Z[ helios-setup] Oct 27 23:27:49.878 INFO E| Downloading crates ...
36332025-10-27T23:27:50.961Z[ helios-setup] Oct 27 23:27:49.989 INFO E| Downloaded miniz_oxide v0.8.8
36342025-10-27T23:27:51.022Z[ helios-setup] Oct 27 23:27:50.050 INFO E| Compiling adler2 v2.0.0
36352025-10-27T23:27:51.176Z[ helios-setup] Oct 27 23:27:50.204 INFO E| Compiling miniz_oxide v0.8.8
36362025-10-27T23:27:52.685Z[ host-package] Compiling lru v0.12.5
36372025-10-27T23:27:53.353Z[ host-package] Compiling vergen-git2 v1.0.7
36382025-10-27T23:27:54.017Z[ host-package] Compiling nibble_vec v0.1.0
36392025-10-27T23:27:54.051Z[ helios-setup] Oct 27 23:27:53.062 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
36402025-10-27T23:27:54.373Z[ host-package] Compiling instability v0.3.2
36412025-10-27T23:27:55.019Z[ helios-setup] Oct 27 23:27:54.048 INFO E| Finished `release` profile [optimized] target(s) in 4.42s
36422025-10-27T23:27:55.029Z[ helios-setup] Oct 27 23:27:54.059 INFO building project "pinprick" ok (4 seconds)
36432025-10-27T23:27:55.030Z[ helios-setup] Oct 27 23:27:54.059 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
36442025-10-27T23:27:55.134Z[ helios-setup] Oct 27 23:27:54.163 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.89.0-x86_64-unknown-illumos (default)"
36452025-10-27T23:27:55.134Z[ helios-setup] Oct 27 23:27:54.163 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
36462025-10-27T23:27:55.138Z[ helios-setup] Oct 27 23:27:54.163 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
36472025-10-27T23:27:55.433Z[ helios-setup] Oct 27 23:27:54.463 INFO E| Downloading crates ...
36482025-10-27T23:27:55.559Z[ helios-setup] Oct 27 23:27:54.588 INFO E| Downloaded typenum v1.15.0
36492025-10-27T23:27:55.564Z[ helios-setup] Oct 27 23:27:54.592 INFO E| Downloaded sha2 v0.10.5
36502025-10-27T23:27:55.567Z[ helios-setup] Oct 27 23:27:54.594 INFO E| Downloaded bytes v1.2.1
36512025-10-27T23:27:55.571Z[ helios-setup] Oct 27 23:27:54.598 INFO E| Downloaded digest v0.10.3
36522025-10-27T23:27:55.571Z[ helios-setup] Oct 27 23:27:54.601 INFO E| Downloaded anyhow v1.0.62
36532025-10-27T23:27:55.626Z[ host-package] Compiling atty v0.2.14
36542025-10-27T23:27:55.644Z[ helios-setup] Oct 27 23:27:54.673 INFO E| Compiling typenum v1.15.0
36552025-10-27T23:27:55.644Z[ helios-setup] Oct 27 23:27:54.673 INFO E| Compiling version_check v0.9.4
36562025-10-27T23:27:55.644Z[ helios-setup] Oct 27 23:27:54.673 INFO E| Compiling crc32fast v1.3.2
36572025-10-27T23:27:55.644Z[ helios-setup] Oct 27 23:27:54.673 INFO E| Compiling cfg-if v1.0.0
36582025-10-27T23:27:55.648Z[ helios-setup] Oct 27 23:27:54.673 INFO E| Compiling anyhow v1.0.62
36592025-10-27T23:27:55.648Z[ helios-setup] Oct 27 23:27:54.673 INFO E| Compiling adler v1.0.2
36602025-10-27T23:27:55.648Z[ helios-setup] Oct 27 23:27:54.673 INFO E| Compiling cpufeatures v0.2.5
36612025-10-27T23:27:55.648Z[ helios-setup] Oct 27 23:27:54.673 INFO E| Compiling unicode-width v0.1.10
36622025-10-27T23:27:55.912Z[ host-package] Compiling cassowary v0.3.0
36632025-10-27T23:27:56.107Z[ helios-setup] Oct 27 23:27:55.136 INFO E| Compiling bytes v1.2.1
36642025-10-27T23:27:56.260Z[ helios-setup] Oct 27 23:27:55.290 INFO E| Compiling bitflags v1.3.2
36652025-10-27T23:27:56.501Z[ helios-setup] Oct 27 23:27:55.530 INFO E| Compiling miniz_oxide v0.6.2
36662025-10-27T23:27:56.810Z[ helios-setup] Oct 27 23:27:55.837 INFO E| Compiling getopts v0.2.21
36672025-10-27T23:27:57.283Z[ helios-setup] Oct 27 23:27:56.311 INFO E| Compiling generic-array v0.14.6
36682025-10-27T23:27:57.787Z[ host-package] Compiling endian-type v0.1.2
36692025-10-27T23:27:58.191Z[ helios-setup] Oct 27 23:27:57.220 INFO E| Compiling flate2 v1.0.25
36702025-10-27T23:27:58.486Z[ host-package] Compiling http-range v0.1.5
36712025-10-27T23:27:58.649Z[ host-package] Compiling salty v0.3.0
36722025-10-27T23:27:59.751Z[ host-package] Compiling indoc v2.0.6
36732025-10-27T23:27:59.952Z[ host-package] Compiling radix_trie v0.2.1
36742025-10-27T23:28:00.934Z[ host-package] Compiling ratatui v0.29.0
36752025-10-27T23:28:01.306Z[ host-package] Compiling git2 v0.20.2
36762025-10-27T23:28:01.432Z[ host-package] Compiling camino-tempfile-ext v0.3.2
36772025-10-27T23:28:01.639Z[ helios-setup] Oct 27 23:28:00.670 INFO E| Compiling block-buffer v0.10.3
36782025-10-27T23:28:01.639Z[ helios-setup] Oct 27 23:28:00.670 INFO E| Compiling crypto-common v0.1.6
36792025-10-27T23:28:01.882Z[ helios-setup] Oct 27 23:28:00.913 INFO E| Compiling digest v0.10.3
36802025-10-27T23:28:02.289Z[ helios-setup] Oct 27 23:28:01.319 INFO E| Compiling sha2 v0.10.5
36812025-10-27T23:28:02.863Z[ helios-setup] Oct 27 23:28:01.894 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
36822025-10-27T23:28:03.194Z[ host-package] Compiling progenitor-impl v0.8.0
36832025-10-27T23:28:07.811Z[ helios-setup] Oct 27 23:28:06.843 INFO E| Finished `release` profile [optimized] target(s) in 12.56s
36842025-10-27T23:28:07.830Z[ helios-setup] Oct 27 23:28:06.859 INFO building project "bootserver" ok (12 seconds)
36852025-10-27T23:28:07.834Z[ helios-setup] Oct 27 23:28:06.859 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
36862025-10-27T23:28:07.952Z[ helios-setup] Oct 27 23:28:06.984 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.89.0-x86_64-unknown-illumos (default)"
36872025-10-27T23:28:07.952Z[ helios-setup] Oct 27 23:28:06.984 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
36882025-10-27T23:28:07.956Z[ helios-setup] Oct 27 23:28:06.984 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
36892025-10-27T23:28:08.200Z[ host-package] Compiling parking_lot v0.11.2
36902025-10-27T23:28:08.232Z[ helios-setup] Oct 27 23:28:07.264 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
36912025-10-27T23:28:08.825Z[ helios-setup] Oct 27 23:28:07.857 INFO E| From https://github.com/jclulow/rust-jmclib
36922025-10-27T23:28:08.825Z[ helios-setup] Oct 27 23:28:07.857 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
36932025-10-27T23:28:08.841Z[ helios-setup] Oct 27 23:28:07.873 INFO E| Updating crates.io index
36942025-10-27T23:28:08.972Z[ helios-setup] Oct 27 23:28:08.004 INFO E| Downloading crates ...
36952025-10-27T23:28:09.110Z[ helios-setup] Oct 27 23:28:08.142 INFO E| Downloaded block-buffer v0.9.0
36962025-10-27T23:28:09.120Z[ helios-setup] Oct 27 23:28:08.153 INFO E| Downloaded md-5 v0.9.1
36972025-10-27T23:28:09.125Z[ helios-setup] Oct 27 23:28:08.155 INFO E| Downloaded once_cell v1.18.0
36982025-10-27T23:28:09.128Z[ helios-setup] Oct 27 23:28:08.160 INFO E| Downloaded libdevinfo-sys v1.0.0
36992025-10-27T23:28:09.132Z[ helios-setup] Oct 27 23:28:08.165 INFO E| Downloaded cpufeatures v0.2.9
37002025-10-27T23:28:09.136Z[ helios-setup] Oct 27 23:28:08.169 INFO E| Downloaded getrandom v0.2.10
37012025-10-27T23:28:09.142Z[ helios-setup] Oct 27 23:28:08.175 INFO E| Downloaded opaque-debug v0.3.0
37022025-10-27T23:28:09.149Z[ helios-setup] Oct 27 23:28:08.181 INFO E| Downloaded digest v0.9.0
37032025-10-27T23:28:09.152Z[ helios-setup] Oct 27 23:28:08.185 INFO E| Downloaded fastrand v2.0.0
37042025-10-27T23:28:09.160Z[ helios-setup] Oct 27 23:28:08.192 INFO E| Downloaded itoa v1.0.9
37052025-10-27T23:28:09.166Z[ helios-setup] Oct 27 23:28:08.199 INFO E| Downloaded sha-1 v0.9.8
37062025-10-27T23:28:09.170Z[ helios-setup] Oct 27 23:28:08.202 INFO E| Downloaded glob v0.3.1
37072025-10-27T23:28:09.186Z[ helios-setup] Oct 27 23:28:08.218 INFO E| Downloaded bitflags v2.3.3
37082025-10-27T23:28:09.190Z[ helios-setup] Oct 27 23:28:08.223 INFO E| Downloaded uuid v0.8.2
37092025-10-27T23:28:09.195Z[ helios-setup] Oct 27 23:28:08.228 INFO E| Downloaded quote v1.0.31
37102025-10-27T23:28:09.199Z[ helios-setup] Oct 27 23:28:08.232 INFO E| Downloaded serde_derive v1.0.193
37112025-10-27T23:28:09.203Z[ helios-setup] Oct 27 23:28:08.236 INFO E| Downloaded unicode-ident v1.0.11
37122025-10-27T23:28:09.208Z[ helios-setup] Oct 27 23:28:08.240 INFO E| Downloaded serde v1.0.193
37132025-10-27T23:28:09.222Z[ helios-setup] Oct 27 23:28:08.255 INFO E| Downloaded ryu v1.0.15
37142025-10-27T23:28:09.227Z[ helios-setup] Oct 27 23:28:08.259 INFO E| Downloaded anyhow v1.0.72
37152025-10-27T23:28:09.233Z[ helios-setup] Oct 27 23:28:08.265 INFO E| Downloaded proc-macro2 v1.0.66
37162025-10-27T23:28:09.237Z[ helios-setup] Oct 27 23:28:08.269 INFO E| Downloaded tempfile v3.7.0
37172025-10-27T23:28:09.240Z[ helios-setup] Oct 27 23:28:08.273 INFO E| Downloaded serde_json v1.0.103
37182025-10-27T23:28:09.276Z[ helios-setup] Oct 27 23:28:08.309 INFO E| Downloaded syn v2.0.32
37192025-10-27T23:28:09.301Z[ helios-setup] Oct 27 23:28:08.333 INFO E| Downloaded rustix v0.38.4
37202025-10-27T23:28:09.426Z[ helios-setup] Oct 27 23:28:08.458 INFO E| Downloaded libc v0.2.147
37212025-10-27T23:28:09.535Z[ helios-setup] Oct 27 23:28:08.567 INFO E| Compiling libc v0.2.147
37222025-10-27T23:28:09.535Z[ helios-setup] Oct 27 23:28:08.567 INFO E| Compiling proc-macro2 v1.0.66
37232025-10-27T23:28:09.539Z[ helios-setup] Oct 27 23:28:08.567 INFO E| Compiling cfg-if v1.0.0
37242025-10-27T23:28:09.539Z[ helios-setup] Oct 27 23:28:08.567 INFO E| Compiling unicode-ident v1.0.11
37252025-10-27T23:28:09.539Z[ helios-setup] Oct 27 23:28:08.567 INFO E| Compiling version_check v0.9.4
37262025-10-27T23:28:09.539Z[ helios-setup] Oct 27 23:28:08.567 INFO E| Compiling typenum v1.16.0
37272025-10-27T23:28:09.539Z[ helios-setup] Oct 27 23:28:08.567 INFO E| Compiling serde v1.0.193
37282025-10-27T23:28:09.539Z[ helios-setup] Oct 27 23:28:08.568 INFO E| Compiling num-conv v0.1.0
37292025-10-27T23:28:10.165Z[ helios-setup] Oct 27 23:28:09.198 INFO E| Compiling time-core v0.1.2
37302025-10-27T23:28:10.166Z[ helios-setup] Oct 27 23:28:09.198 INFO E| Compiling itoa v1.0.9
37312025-10-27T23:28:10.543Z[ helios-setup] Oct 27 23:28:09.575 INFO E| Compiling slog v2.7.0
37322025-10-27T23:28:10.651Z[ helios-setup] Oct 27 23:28:09.684 INFO E| Compiling powerfmt v0.2.0
37332025-10-27T23:28:10.697Z[ helios-setup] Oct 27 23:28:09.729 INFO E| Compiling rustix v0.38.4
37342025-10-27T23:28:10.966Z[ helios-setup] Oct 27 23:28:09.999 INFO E| Compiling generic-array v0.14.7
37352025-10-27T23:28:11.330Z[ helios-setup] Oct 27 23:28:10.360 INFO E| Compiling deranged v0.3.11
37362025-10-27T23:28:11.347Z[ helios-setup] Oct 27 23:28:10.380 INFO E| Compiling time-macros v0.2.18
37372025-10-27T23:28:11.532Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
37382025-10-27T23:28:11.904Z[ helios-setup] Oct 27 23:28:10.937 INFO E| Compiling num_threads v0.1.6
37392025-10-27T23:28:12.194Z[ helios-setup] Oct 27 23:28:11.227 INFO E| Compiling quote v1.0.31
37402025-10-27T23:28:12.199Z[ helios-setup] Oct 27 23:28:11.232 INFO E| Compiling bitflags v2.3.3
37412025-10-27T23:28:12.711Z[ helios-setup] Oct 27 23:28:11.744 INFO E| Compiling once_cell v1.18.0
37422025-10-27T23:28:13.270Z[ helios-setup] Oct 27 23:28:12.303 INFO E| Compiling syn v2.0.32
37432025-10-27T23:28:13.376Z[ helios-setup] Oct 27 23:28:12.409 INFO E| Compiling thread_local v1.1.7
37442025-10-27T23:28:13.631Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37452025-10-27T23:28:13.660Z[ helios-setup] Oct 27 23:28:12.693 INFO E| Compiling anyhow v1.0.72
37462025-10-27T23:28:14.062Z[ helios-setup] Oct 27 23:28:13.095 INFO E| Compiling dirs-sys-next v0.1.2
37472025-10-27T23:28:14.410Z[ helios-setup] Oct 27 23:28:13.443 INFO E| Compiling errno v0.3.1
37482025-10-27T23:28:14.623Z[ helios-setup] Oct 27 23:28:13.656 INFO E| Compiling dirs-next v2.0.0
37492025-10-27T23:28:14.883Z[ helios-setup] Oct 27 23:28:13.916 INFO E| Compiling term v0.7.0
37502025-10-27T23:28:14.998Z[ helios-setup] Oct 27 23:28:14.032 INFO E| Compiling atty v0.2.14
37512025-10-27T23:28:15.132Z[ helios-setup] Oct 27 23:28:14.165 INFO E| Compiling serde_json v1.0.103
37522025-10-27T23:28:15.240Z[ helios-setup] Oct 27 23:28:14.274 INFO E| Compiling fastrand v2.0.0
37532025-10-27T23:28:15.613Z[ helios-setup] Oct 27 23:28:14.647 INFO E| Compiling opaque-debug v0.3.0
37542025-10-27T23:28:16.048Z[ helios-setup] Oct 27 23:28:15.081 INFO E| Compiling block-buffer v0.9.0
37552025-10-27T23:28:16.258Z[ helios-setup] Oct 27 23:28:15.292 INFO E| Compiling digest v0.9.0
37562025-10-27T23:28:16.411Z[ helios-setup] Oct 27 23:28:15.445 INFO E| Compiling time v0.3.36
37572025-10-27T23:28:16.699Z[ helios-setup] Oct 27 23:28:15.733 INFO E| Compiling getrandom v0.2.10
37582025-10-27T23:28:16.814Z[ helios-setup] Oct 27 23:28:15.847 INFO E| Compiling unicode-width v0.1.10
37592025-10-27T23:28:16.860Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37602025-10-27T23:28:16.965Z[ helios-setup] Oct 27 23:28:15.999 INFO E| Compiling ryu v1.0.15
37612025-10-27T23:28:17.167Z[ helios-setup] Oct 27 23:28:16.201 INFO E| Compiling same-file v1.0.6
37622025-10-27T23:28:17.229Z[ helios-setup] Oct 27 23:28:16.263 INFO E| Compiling cpufeatures v0.2.9
37632025-10-27T23:28:17.258Z[ helios-setup] Oct 27 23:28:16.292 INFO E| Compiling getopts v0.2.21
37642025-10-27T23:28:17.345Z[ helios-setup] Oct 27 23:28:16.379 INFO E| Compiling sha-1 v0.9.8
37652025-10-27T23:28:17.470Z[ helios-setup] Oct 27 23:28:16.504 INFO E| Compiling md-5 v0.9.1
37662025-10-27T23:28:17.731Z[ helios-setup] Oct 27 23:28:16.765 INFO E| Compiling tempfile v3.7.0
37672025-10-27T23:28:18.077Z[ helios-setup] Oct 27 23:28:17.111 INFO E| Compiling walkdir v2.3.3
37682025-10-27T23:28:18.509Z[ helios-setup] Oct 27 23:28:17.543 INFO E| Compiling libdevinfo-sys v1.0.0
37692025-10-27T23:28:18.618Z[ helios-setup] Oct 27 23:28:17.652 INFO E| Compiling glob v0.3.1
37702025-10-27T23:28:20.063Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408)
37712025-10-27T23:28:20.590Z[ helios-setup] Oct 27 23:28:19.625 INFO E| Compiling slog-term v2.9.0
37722025-10-27T23:28:21.192Z[ helios-setup] Oct 27 23:28:20.226 INFO E| Compiling serde_derive v1.0.193
37732025-10-27T23:28:21.697Z[ host-package] Compiling rand_seeder v0.4.0
37742025-10-27T23:28:22.221Z[ host-package] Compiling prefix-trie v0.7.0
37752025-10-27T23:28:23.790Z[ host-package] Compiling lzma-sys v0.1.20
37762025-10-27T23:28:24.787Z[ host-package] Compiling rustls v0.21.12
37772025-10-27T23:28:25.747Z[ host-package] Compiling hickory-server v0.25.2
37782025-10-27T23:28:25.917Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37792025-10-27T23:28:26.386Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37802025-10-27T23:28:27.805Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37812025-10-27T23:28:28.316Z[ host-package] Compiling hyper-staticfile v0.10.1
37822025-10-27T23:28:31.070Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37832025-10-27T23:28:32.676Z[ host-package] Compiling progenitor-macro v0.8.0
37842025-10-27T23:28:33.322Z[ host-package] Compiling sled v0.34.7
37852025-10-27T23:28:33.706Z[ helios-setup] Oct 27 23:28:32.743 INFO E| Compiling toml v0.5.11
37862025-10-27T23:28:33.706Z[ helios-setup] Oct 27 23:28:32.744 INFO E| Compiling uuid v0.8.2
37872025-10-27T23:28:36.111Z[ helios-setup] Oct 27 23:28:35.149 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
37882025-10-27T23:28:37.487Z[ helios-setup] Oct 27 23:28:36.525 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
37892025-10-27T23:28:41.249Z[ host-package] Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
37902025-10-27T23:28:47.473Z[ helios-setup] Oct 27 23:28:46.513 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.39s
37912025-10-27T23:28:47.507Z[ helios-setup] Oct 27 23:28:46.547 INFO building project "image-builder" ok (39 seconds)
37922025-10-27T23:28:47.510Z[ helios-setup] rm -f helios-build
37932025-10-27T23:28:47.514Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37942025-10-27T23:28:47.517Z[ helios-setup]
37952025-10-27T23:28:47.517Z[ helios-setup] Setup complete! ./helios-build is now available.
37962025-10-27T23:28:47.517Z[ helios-setup]
37972025-10-27T23:28:47.521Z[ helios-setup]
37982025-10-27T23:28:47.521Z[ helios-setup] real 10:53.365296119
37992025-10-27T23:28:47.521ZOct 27 23:28:46.560 INFO [helios-setup] process exited with exit status: 0 (653.368650539s)
38002025-10-27T23:28:47.521Z[ helios-setup] user 29:20.428115702
38012025-10-27T23:28:47.521Z[ helios-setup] sys 2:37.562432148
38022025-10-27T23:28:47.521Z[ helios-setup] trap 1.772876977
38032025-10-27T23:28:47.521Z[ helios-setup] tflt 6.845607824
38042025-10-27T23:28:47.521Z[ helios-setup] dflt 13.767715102
38052025-10-27T23:28:47.521Z[ helios-setup] kflt 0.000330047
38062025-10-27T23:28:47.521Z[ helios-setup] lock 2:27:15.143367681
38072025-10-27T23:28:47.521Z[ helios-setup] slp 3:46:15.355197921
38082025-10-27T23:28:47.521Z[ helios-setup] lat 33:05.777434068
38092025-10-27T23:28:47.521Z[ helios-setup] stop 5:56.392429966
38102025-10-27T23:28:47.521ZOct 27 23:28:46.561 INFO [helios-record] running task
38112025-10-27T23:28:47.521ZOct 27 23:28:46.561 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
38122025-10-27T23:28:47.527ZOct 27 23:28:46.567 DEBG process exited with exit status: 0 (6.380274ms)
38132025-10-27T23:28:47.527ZOct 27 23:28:46.567 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
38142025-10-27T23:28:47.534ZOct 27 23:28:46.573 DEBG process exited with exit status: 0 (6.021474ms)
38152025-10-27T23:28:47.534ZOct 27 23:28:46.573 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
38162025-10-27T23:28:47.539ZOct 27 23:28:46.579 DEBG process exited with exit status: 0 (5.964731ms)
38172025-10-27T23:28:47.539ZOct 27 23:28:46.579 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
38182025-10-27T23:28:47.545ZOct 27 23:28:46.585 DEBG process exited with exit status: 0 (5.911549ms)
38192025-10-27T23:28:47.545ZOct 27 23:28:46.585 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
38202025-10-27T23:28:47.551ZOct 27 23:28:46.591 DEBG process exited with exit status: 0 (5.52196ms)
38212025-10-27T23:28:47.551ZOct 27 23:28:46.591 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
38222025-10-27T23:28:47.556ZOct 27 23:28:46.596 DEBG process exited with exit status: 0 (5.43145ms)
38232025-10-27T23:28:47.556ZOct 27 23:28:46.596 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
38242025-10-27T23:28:47.561ZOct 27 23:28:46.601 DEBG process exited with exit status: 0 (4.951641ms)
38252025-10-27T23:28:47.561ZOct 27 23:28:46.601 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
38262025-10-27T23:28:47.567ZOct 27 23:28:46.607 DEBG process exited with exit status: 0 (5.602119ms)
38272025-10-27T23:28:47.570ZOct 27 23:28:46.608 INFO [helios-record] task succeeded (47.006566ms)
38282025-10-27T23:28:49.631Z[ host-package] Compiling hickory-client v0.25.2
38292025-10-27T23:28:51.522Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38302025-10-27T23:28:51.836Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38312025-10-27T23:28:52.788Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
38322025-10-27T23:28:54.692Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38332025-10-27T23:28:58.842Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38342025-10-27T23:29:00.378Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38352025-10-27T23:29:06.225Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d)
38362025-10-27T23:29:08.018Z[ host-package] Compiling progenitor-client v0.8.0
38372025-10-27T23:29:08.059Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38382025-10-27T23:29:08.457Z[ host-package] Compiling sct v0.7.1
38392025-10-27T23:29:08.936Z[ host-package] Compiling rustls-webpki v0.101.7
38402025-10-27T23:29:08.971Z[ host-package] Compiling primeorder v0.13.6
38412025-10-27T23:29:09.610Z[ host-package] Compiling heck v0.3.3
38422025-10-27T23:29:09.999Z[ host-package] Compiling void v1.0.2
38432025-10-27T23:29:10.237Z[ host-package] Compiling lzss v0.8.2
38442025-10-27T23:29:10.764Z[ host-package] Compiling zone_cfg_derive v0.1.2
38452025-10-27T23:29:12.126Z[ host-package] Compiling p384 v0.13.1
38462025-10-27T23:29:12.605Z[ host-package] Compiling progenitor v0.8.0
38472025-10-27T23:29:12.922Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38482025-10-27T23:29:14.043Z[ host-package] Compiling attest-data v0.4.0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
38492025-10-27T23:29:15.549Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
38502025-10-27T23:29:17.780Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38512025-10-27T23:29:21.242Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38522025-10-27T23:29:21.482Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408)
38532025-10-27T23:29:22.892Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38542025-10-27T23:29:23.817Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
38552025-10-27T23:29:24.225Z[ host-package] Compiling tungstenite v0.23.0
38562025-10-27T23:29:29.657Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38572025-10-27T23:29:30.061Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38582025-10-27T23:29:30.474Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
38592025-10-27T23:29:30.878Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
38602025-10-27T23:29:31.261Z[ host-package] Compiling nix v0.27.1
38612025-10-27T23:29:31.454Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
38622025-10-27T23:29:32.224Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=7da1f0b5dcd3d631da18b43ba78a84b1a2b425ee#7da1f0b5)
38632025-10-27T23:29:32.669Z[ host-package] Compiling serde_bytes v0.11.19
38642025-10-27T23:29:33.241Z[ host-package] Compiling base64 v0.13.1
38652025-10-27T23:29:33.924Z[ host-package] Compiling corncobs v0.1.4
38662025-10-27T23:29:34.068Z[ host-package] Compiling number_prefix v0.4.0
38672025-10-27T23:29:34.346Z[ host-package] Compiling indicatif v0.17.11
38682025-10-27T23:29:34.391Z[ host-package] Compiling dice-mfg-msgs v0.2.1 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
38692025-10-27T23:29:35.158Z[ host-package] Compiling ron v0.7.1
38702025-10-27T23:29:36.014Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d)
38712025-10-27T23:29:40.383Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
38722025-10-27T23:29:40.835Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
38732025-10-27T23:29:41.839Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38742025-10-27T23:29:44.073Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38752025-10-27T23:29:47.384Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38762025-10-27T23:29:49.141Z[ host-package] Compiling tokio-tungstenite v0.23.1
38772025-10-27T23:29:49.863Z[ host-package] Compiling xz2 v0.1.7
38782025-10-27T23:29:51.744Z[ host-package] Compiling tokio-rustls v0.24.1
38792025-10-27T23:29:52.277Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
38802025-10-27T23:29:52.681Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
38812025-10-27T23:29:53.941Z[ host-package] Compiling zone v0.1.8
38822025-10-27T23:29:57.380Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
38832025-10-27T23:29:58.310Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
38842025-10-27T23:30:00.860Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743)
38852025-10-27T23:30:02.522Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38862025-10-27T23:30:04.473Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38872025-10-27T23:30:04.580Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38882025-10-27T23:30:05.892Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
38892025-10-27T23:30:08.821Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
38902025-10-27T23:30:18.042Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
38912025-10-27T23:30:18.584Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=75ea3408643664877aa603ffc65996ed6dc34c0a#75ea3408)
38922025-10-27T23:30:20.306Z[ host-package] Compiling rustls-pemfile v1.0.4
38932025-10-27T23:30:21.088Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38942025-10-27T23:30:21.130Z[ host-package] Compiling signal-hook-tokio v0.3.1
38952025-10-27T23:30:21.431Z[ host-package] Compiling twox-hash v2.1.0
38962025-10-27T23:30:21.487Z[ host-package] Compiling yasna v0.5.2
38972025-10-27T23:30:24.633Z[ host-package] Compiling secrecy v0.8.0
38982025-10-27T23:30:24.653Z[ host-package] Compiling is_ci v1.2.0
38992025-10-27T23:30:24.653Z[ host-package] Compiling supports-color v3.0.2
39002025-10-27T23:30:24.792Z[ host-package] Compiling rcgen v0.12.1
39012025-10-27T23:30:35.174Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
39022025-10-27T23:30:35.393Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
39032025-10-27T23:30:38.357Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39042025-10-27T23:30:41.990Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
39052025-10-27T23:30:46.006Z[ host-package] Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
39062025-10-27T23:31:01.046Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
39072025-10-27T23:31:01.349Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aaa51291b747928a1d69e4b6059a54163d4d2e6d#aaa51291)
39082025-10-27T23:31:01.455Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
39092025-10-27T23:31:12.279Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39102025-10-27T23:31:16.700Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39112025-10-27T23:31:29.680Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
39122025-10-27T23:31:34.756Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39132025-10-27T23:31:38.962Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
39142025-10-27T23:31:39.226Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
39152025-10-27T23:31:40.645Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
39162025-10-27T23:31:40.977Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
39172025-10-27T23:31:41.382Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
39182025-10-27T23:31:41.794Z[ host-package] Compiling fatfs v0.3.6
39192025-10-27T23:31:44.715Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=0a8dbd2311263f6a59ea58089e33c8331436ff3a#0a8dbd23)
39202025-10-27T23:31:44.991Z[ host-package] Compiling rtoolbox v0.0.2
39212025-10-27T23:31:45.457Z[ host-package] Compiling subprocess v0.2.9
39222025-10-27T23:31:46.425Z[ host-package] Compiling assert_matches v1.5.0
39232025-10-27T23:31:46.589Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39242025-10-27T23:31:53.592Z[ host-package] Compiling rpassword v7.4.0
39252025-10-27T23:31:54.230Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39262025-10-27T23:31:54.493Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39272025-10-27T23:31:59.861Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39282025-10-27T23:32:14.221Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
39292025-10-27T23:32:16.340Z[ host-package] Compiling tui-tree-widget v0.23.1
39302025-10-27T23:32:16.843Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39312025-10-27T23:32:26.146Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
39322025-10-27T23:32:27.085Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39332025-10-27T23:32:31.116Z[ host-package] Compiling uzers v0.12.1
39342025-10-27T23:32:34.269Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
39352025-10-27T23:32:35.726Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
39362025-10-27T23:32:37.939Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
39372025-10-27T23:32:56.915Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
39382025-10-27T23:33:03.494Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39392025-10-27T23:33:04.896Z[ host-package] Compiling support-bundle-viewer v0.1.2
39402025-10-27T23:33:08.191Z[ host-package] Compiling multimap v0.10.1
39412025-10-27T23:35:36.045Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
39422025-10-27T23:44:31.234Z[ host-package] Finished `release` profile [optimized] target(s) in 24m 42s
39432025-10-27T23:45:29.048ZOct 27 23:45:28.290 INFO [host-package] process exited with exit status: 0 (1540.521602792s)
39442025-10-27T23:45:29.048ZOct 27 23:45:28.290 INFO [host-stamp] running task
39452025-10-27T23:45:29.053ZOct 27 23:45:28.291 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
39462025-10-27T23:45:29.053ZOct 27 23:45:28.291 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 17.0.0-0.ci+git8f1fe46132f
39472025-10-27T23:45:29.053ZOct 27 23:45:28.292 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 17.0.0-0.ci+git8f1fe46132f
39482025-10-27T23:45:29.053ZOct 27 23:45:28.292 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 17.0.0-0.ci+git8f1fe46132f
39492025-10-27T23:45:29.053ZOct 27 23:45:28.292 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 17.0.0-0.ci+git8f1fe46132f
39502025-10-27T23:45:29.053ZOct 27 23:45:28.293 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 17.0.0-0.ci+git8f1fe46132f
39512025-10-27T23:45:29.053ZOct 27 23:45:28.293 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 17.0.0-0.ci+git8f1fe46132f
39522025-10-27T23:45:29.057ZOct 27 23:45:28.295 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 17.0.0-0.ci+git8f1fe46132f
39532025-10-27T23:45:29.057ZOct 27 23:45:28.295 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 17.0.0-0.ci+git8f1fe46132f
39542025-10-27T23:45:29.064Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
39552025-10-27T23:45:29.064Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39562025-10-27T23:45:29.067Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
39572025-10-27T23:45:29.067Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
39582025-10-27T23:45:29.067Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
39592025-10-27T23:45:29.067Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
39602025-10-27T23:45:29.067Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
39612025-10-27T23:45:29.067Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
39622025-10-27T23:45:29.067Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
39632025-10-27T23:45:29.068Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
39642025-10-27T23:45:29.071Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
39652025-10-27T23:45:29.071ZOct 27 23:45:28.313 INFO [stamp-overlay] process exited with exit status: 0 (20.433797ms)
39662025-10-27T23:45:29.071ZOct 27 23:45:28.314 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (22.093254ms)
39672025-10-27T23:45:29.084Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
39682025-10-27T23:45:29.089ZOct 27 23:45:28.332 INFO [stamp-oxlog] process exited with exit status: 0 (38.470012ms)
39692025-10-27T23:45:29.173Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
39702025-10-27T23:45:29.176ZOct 27 23:45:28.419 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (126.738212ms)
39712025-10-27T23:45:29.471Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
39722025-10-27T23:45:29.475ZOct 27 23:45:28.718 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (426.504089ms)
39732025-10-27T23:45:29.577Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
39742025-10-27T23:45:29.581ZOct 27 23:45:28.823 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (530.89931ms)
39752025-10-27T23:45:30.518Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
39762025-10-27T23:45:30.523ZOct 27 23:45:29.766 INFO [stamp-propolis-server] process exited with exit status: 0 (1.473545099s)
39772025-10-27T23:45:30.603Z[recovery-package] Compiling newtype-uuid v1.3.1
39782025-10-27T23:45:30.917Z[recovery-package] Compiling daft v0.1.4
39792025-10-27T23:45:31.227Z[recovery-package] Compiling iddqd v0.3.13
39802025-10-27T23:45:32.635Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
39812025-10-27T23:45:33.012Z[recovery-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
39822025-10-27T23:45:33.012Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
39832025-10-27T23:45:33.015Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
39842025-10-27T23:45:33.062Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
39852025-10-27T23:45:33.752Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
39862025-10-27T23:45:37.635Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39872025-10-27T23:45:37.639ZOct 27 23:45:36.883 INFO [stamp-switch-asic] process exited with exit status: 0 (8.589194547s)
39882025-10-27T23:45:37.639ZOct 27 23:45:36.883 INFO [host-stamp] task succeeded (8.5922536s)
39892025-10-27T23:45:37.639ZOct 27 23:45:36.883 INFO [host-proto] running task
39902025-10-27T23:45:38.209ZOct 27 23:45:37.453 INFO [host-proto] task succeeded (570.805299ms)
39912025-10-27T23:45:38.209ZOct 27 23:45:37.454 INFO [host-profile] running task
39922025-10-27T23:45:38.213ZOct 27 23:45:37.454 INFO [host-profile] task succeeded (247.376µs)
39932025-10-27T23:45:38.213ZOct 27 23:45:37.454 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/.tmpl4ZrR2/proto/host/root -N 'ci 8f1fe46/${os_short_commit} 2025-10-27 23:17' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@17.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
39942025-10-27T23:45:38.217Z[ host-image] Oct 27 23:45:37.461 INFO Checking files for board 'gimlet'
39952025-10-27T23:45:38.220Z[ host-image] Oct 27 23:45:37.461 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39962025-10-27T23:45:38.220Z[ host-image] Oct 27 23:45:37.461 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
39972025-10-27T23:45:38.220Z[ host-image] Oct 27 23:45:37.461 INFO Checking files for board 'cosmo'
39982025-10-27T23:45:38.220Z[ host-image] Oct 27 23:45:37.461 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39992025-10-27T23:45:38.220Z[ host-image] Oct 27 23:45:37.462 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml"
40002025-10-27T23:45:38.229Z[ host-image] Oct 27 23:45:37.473 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpl4ZrR2/proto/host/root"
40012025-10-27T23:45:38.229Z[ host-image] Oct 27 23:45:37.473 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
40022025-10-27T23:45:38.233Z[ host-image] Oct 27 23:45:37.473 INFO image builder template: ramdisk-01-os...
40032025-10-27T23:45:38.233Z[ host-image] Oct 27 23:45:37.474 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/.tmpl4ZrR2/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.37.424", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@17.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40042025-10-27T23:45:38.247Z[ host-image] Oct 27 23:45:37.491 INFO O| Oct 27 23:45:37.490 INFO CREATE DATASET: rpool/images/build/host/output
40052025-10-27T23:45:38.744Z[ host-image] Oct 27 23:45:37.989 INFO O| Oct 27 23:45:37.988 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
40062025-10-27T23:45:38.748Z[ host-image] Oct 27 23:45:37.992 INFO O| Oct 27 23:45:37.992 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
40072025-10-27T23:45:38.976Z[ host-image] Oct 27 23:45:38.221 INFO O| Oct 27 23:45:38.221 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
40082025-10-27T23:45:39.045Z[ host-image] Oct 27 23:45:38.290 INFO O| Oct 27 23:45:38.290 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
40092025-10-27T23:45:39.045Z[ host-image] Oct 27 23:45:38.290 INFO O| Oct 27 23:45:38.290 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
40102025-10-27T23:45:39.048Z[ host-image] Oct 27 23:45:38.290 INFO O| Oct 27 23:45:38.290 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
40112025-10-27T23:45:39.048Z[ host-image] Oct 27 23:45:38.290 INFO O| Oct 27 23:45:38.290 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
40122025-10-27T23:45:39.052Z[ host-image] Oct 27 23:45:38.296 INFO O| Oct 27 23:45:38.296 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
40132025-10-27T23:45:39.274Z[ host-image] Oct 27 23:45:38.518 INFO O| Oct 27 23:45:38.518 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40142025-10-27T23:45:39.283Z[ host-image] Oct 27 23:45:38.528 INFO O| Oct 27 23:45:38.527 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
40152025-10-27T23:45:39.644Z[ host-image] Oct 27 23:45:38.888 INFO O| Oct 27 23:45:38.888 INFO O| Caching catalogs ... Done
40162025-10-27T23:45:39.725Z[ host-image] Oct 27 23:45:38.970 INFO O| Oct 27 23:45:38.969 INFO STEP 0 (pkg_image_create) COMPLETE
40172025-10-27T23:45:39.725Z[ host-image] Oct 27 23:45:38.970 INFO O| Oct 27 23:45:38.970 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40182025-10-27T23:45:39.733Z[ host-image] Oct 27 23:45:38.978 INFO O| Oct 27 23:45:38.978 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"]
40192025-10-27T23:45:40.069Z[ host-image] Oct 27 23:45:39.314 INFO O| Oct 27 23:45:39.314 INFO STEP 1 (pkg_set_publisher) COMPLETE
40202025-10-27T23:45:40.070Z[ host-image] Oct 27 23:45:39.314 INFO O| Oct 27 23:45:39.314 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40212025-10-27T23:45:40.073Z[ host-image] Oct 27 23:45:39.314 INFO O| Oct 27 23:45:39.314 INFO skip step because feature "publisher_1_name" is not enabled
40222025-10-27T23:45:40.073Z[ host-image] Oct 27 23:45:39.314 INFO O| Oct 27 23:45:39.314 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40232025-10-27T23:45:40.073Z[ host-image] Oct 27 23:45:39.314 INFO O| Oct 27 23:45:39.314 INFO skip step because feature "publisher_2_name" is not enabled
40242025-10-27T23:45:40.073Z[ host-image] Oct 27 23:45:39.314 INFO O| Oct 27 23:45:39.314 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40252025-10-27T23:45:40.073Z[ host-image] Oct 27 23:45:39.314 INFO O| Oct 27 23:45:39.314 INFO skip step because feature "publisher_3_name" is not enabled
40262025-10-27T23:45:40.074Z[ host-image] Oct 27 23:45:39.314 INFO O| Oct 27 23:45:39.314 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40272025-10-27T23:45:40.409Z[ host-image] Oct 27 23:45:39.654 INFO O| Oct 27 23:45:39.653 INFO variant opensolaris.zone is already global
40282025-10-27T23:45:40.409Z[ host-image] Oct 27 23:45:39.654 INFO O| Oct 27 23:45:39.653 INFO STEP 5 (pkg_change_variant) COMPLETE
40292025-10-27T23:45:40.412Z[ host-image] Oct 27 23:45:39.654 INFO O| Oct 27 23:45:39.653 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40302025-10-27T23:45:40.741Z[ host-image] Oct 27 23:45:39.986 INFO O| Oct 27 23:45:39.985 INFO variant opensolaris.imagetype is full; changing to partial
40312025-10-27T23:45:40.741Z[ host-image] Oct 27 23:45:39.986 INFO O| Oct 27 23:45:39.985 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40322025-10-27T23:45:42.816Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
40332025-10-27T23:45:42.816Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
40342025-10-27T23:45:42.819Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
40352025-10-27T23:45:48.450Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
40362025-10-27T23:45:48.605Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
40372025-10-27T23:45:50.290Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
40382025-10-27T23:45:50.687Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
40392025-10-27T23:45:50.856Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
40402025-10-27T23:45:53.629Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
40412025-10-27T23:45:55.206Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
40422025-10-27T23:46:10.700Z[ host-image] Oct 27 23:46:09.951 INFO O| Oct 27 23:46:09.951 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40432025-10-27T23:46:18.367Z[recovery-package] Finished `release` profile [optimized] target(s) in 49.06s
40442025-10-27T23:46:20.770ZOct 27 23:46:20.023 INFO [recovery-package] process exited with exit status: 0 (51.731979013s)
40452025-10-27T23:46:20.771ZOct 27 23:46:20.023 INFO [recovery-stamp] running task
40462025-10-27T23:46:20.775ZOct 27 23:46:20.023 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
40472025-10-27T23:46:20.775ZOct 27 23:46:20.023 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 17.0.0-0.ci+git8f1fe46132f
40482025-10-27T23:46:20.775ZOct 27 23:46:20.024 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 17.0.0-0.ci+git8f1fe46132f
40492025-10-27T23:46:20.781Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
40502025-10-27T23:46:20.784Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
40512025-10-27T23:46:20.885Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
40522025-10-27T23:46:20.892ZOct 27 23:46:20.139 INFO [stamp-installinator] process exited with exit status: 0 (115.812908ms)
40532025-10-27T23:46:21.003Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
40542025-10-27T23:46:21.007ZOct 27 23:46:20.258 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (234.621084ms)
40552025-10-27T23:46:21.007ZOct 27 23:46:20.258 INFO [recovery-stamp] task succeeded (234.86685ms)
40562025-10-27T23:46:21.007ZOct 27 23:46:20.258 INFO [recovery-proto] running task
40572025-10-27T23:46:21.007ZOct 27 23:46:20.258 INFO [tuf-stamp] running task
40582025-10-27T23:46:21.007ZOct 27 23:46:20.258 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 17.0.0-0.ci+git8f1fe46132f
40592025-10-27T23:46:21.007ZOct 27 23:46:20.259 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 17.0.0-0.ci+git8f1fe46132f
40602025-10-27T23:46:21.007ZOct 27 23:46:20.259 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 17.0.0-0.ci+git8f1fe46132f
40612025-10-27T23:46:21.007ZOct 27 23:46:20.259 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 17.0.0-0.ci+git8f1fe46132f
40622025-10-27T23:46:21.007ZOct 27 23:46:20.260 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 17.0.0-0.ci+git8f1fe46132f
40632025-10-27T23:46:21.013ZOct 27 23:46:20.264 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 17.0.0-0.ci+git8f1fe46132f
40642025-10-27T23:46:21.018ZOct 27 23:46:20.264 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 17.0.0-0.ci+git8f1fe46132f
40652025-10-27T23:46:21.018ZOct 27 23:46:20.264 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 17.0.0-0.ci+git8f1fe46132f
40662025-10-27T23:46:21.018ZOct 27 23:46:20.264 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 17.0.0-0.ci+git8f1fe46132f
40672025-10-27T23:46:21.018ZOct 27 23:46:20.264 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 17.0.0-0.ci+git8f1fe46132f
40682025-10-27T23:46:21.018ZOct 27 23:46:20.265 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 17.0.0-0.ci+git8f1fe46132f
40692025-10-27T23:46:21.023ZOct 27 23:46:20.267 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 17.0.0-0.ci+git8f1fe46132f
40702025-10-27T23:46:21.028Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40712025-10-27T23:46:21.028Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40722025-10-27T23:46:21.028Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40732025-10-27T23:46:21.028Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40742025-10-27T23:46:21.029Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40752025-10-27T23:46:21.029Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40762025-10-27T23:46:21.029Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40772025-10-27T23:46:21.032Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40782025-10-27T23:46:21.036Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40792025-10-27T23:46:21.036Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40802025-10-27T23:46:21.042Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40812025-10-27T23:46:21.046Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40822025-10-27T23:46:21.163Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40832025-10-27T23:46:21.196ZOct 27 23:46:20.448 INFO [stamp-probe] process exited with exit status: 0 (184.458203ms)
40842025-10-27T23:46:21.217ZOct 27 23:46:20.458 INFO [recovery-proto] task succeeded (200.572303ms)
40852025-10-27T23:46:21.222ZOct 27 23:46:20.459 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/.tmpl4ZrR2/proto/recovery/root -N 'recovery 8f1fe46/${os_short_commit} 2025-10-27 23:17' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@17.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
40862025-10-27T23:46:21.222Z[ recovery-image] Oct 27 23:46:20.472 INFO Checking files for board 'cosmo'
40872025-10-27T23:46:21.222Z[ recovery-image] Oct 27 23:46:20.472 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40882025-10-27T23:46:21.222Z[ recovery-image] Oct 27 23:46:20.472 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml"
40892025-10-27T23:46:21.222Z[ recovery-image] Oct 27 23:46:20.472 INFO Checking files for board 'gimlet'
40902025-10-27T23:46:21.222Z[ recovery-image] Oct 27 23:46:20.472 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40912025-10-27T23:46:21.223Z[ recovery-image] Oct 27 23:46:20.472 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
40922025-10-27T23:46:21.235Z[ recovery-image] Oct 27 23:46:20.487 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpl4ZrR2/proto/recovery/root"
40932025-10-27T23:46:21.235Z[ recovery-image] Oct 27 23:46:20.487 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
40942025-10-27T23:46:21.240Z[ recovery-image] Oct 27 23:46:20.487 INFO image builder template: ramdisk-01-os...
40952025-10-27T23:46:21.240Z[ recovery-image] Oct 27 23:46:20.488 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/.tmpl4ZrR2/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.37.424", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@17.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40962025-10-27T23:46:21.259Z[ recovery-image] Oct 27 23:46:20.512 INFO O| Oct 27 23:46:20.512 INFO CREATE DATASET: rpool/images/build/recovery/output
40972025-10-27T23:46:21.686Z[ recovery-image] Oct 27 23:46:20.938 INFO O| Oct 27 23:46:20.938 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40982025-10-27T23:46:21.690Z[ recovery-image] Oct 27 23:46:20.943 INFO O| Oct 27 23:46:20.943 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40992025-10-27T23:46:22.164Z[ recovery-image] Oct 27 23:46:21.417 INFO O| Oct 27 23:46:21.417 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
41002025-10-27T23:46:22.247Z[ recovery-image] Oct 27 23:46:21.499 INFO O| Oct 27 23:46:21.499 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
41012025-10-27T23:46:22.247Z[ recovery-image] Oct 27 23:46:21.499 INFO O| Oct 27 23:46:21.499 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
41022025-10-27T23:46:22.251Z[ recovery-image] Oct 27 23:46:21.499 INFO O| Oct 27 23:46:21.499 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
41032025-10-27T23:46:22.251Z[ recovery-image] Oct 27 23:46:21.499 INFO O| Oct 27 23:46:21.499 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
41042025-10-27T23:46:22.255Z[ recovery-image] Oct 27 23:46:21.507 INFO O| Oct 27 23:46:21.507 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
41052025-10-27T23:46:22.612Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
41062025-10-27T23:46:22.649ZOct 27 23:46:21.903 INFO [stamp-ntp] process exited with exit status: 0 (1.642753769s)
41072025-10-27T23:46:22.667Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
41082025-10-27T23:46:22.708Z[ recovery-image] Oct 27 23:46:21.961 INFO O| Oct 27 23:46:21.961 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41092025-10-27T23:46:22.721Z[ recovery-image] Oct 27 23:46:21.974 INFO O| Oct 27 23:46:21.974 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41102025-10-27T23:46:22.879Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
41112025-10-27T23:46:23.072Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
41122025-10-27T23:46:23.179ZOct 27 23:46:22.432 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (2.169932928s)
41132025-10-27T23:46:23.193Z[ host-image] Oct 27 23:46:22.445 INFO O| Oct 27 23:46:22.445 INFO O| Startup: Caching catalogs ... Done
41142025-10-27T23:46:23.297Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
41152025-10-27T23:46:23.333ZOct 27 23:46:22.586 INFO [stamp-internal-dns] process exited with exit status: 0 (2.320703553s)
41162025-10-27T23:46:23.355Z[ host-image] Oct 27 23:46:22.608 INFO O| Oct 27 23:46:22.608 INFO O| Planning: Planning completed in 0.00 seconds
41172025-10-27T23:46:23.358Z[ host-image] Oct 27 23:46:22.609 INFO O| Oct 27 23:46:22.609 INFO O| Planning: Consolidating action changes ... Done
41182025-10-27T23:46:23.359Z[ host-image] Oct 27 23:46:22.609 INFO O| Oct 27 23:46:22.609 INFO O| Planning: Evaluating mediators ... Done
41192025-10-27T23:46:23.359Z[ host-image] Oct 27 23:46:22.609 INFO O| Oct 27 23:46:22.609 INFO O| Planning: Planning completed in 0.00 seconds
41202025-10-27T23:46:23.359Z[ host-image] Oct 27 23:46:22.610 INFO O| Oct 27 23:46:22.610 INFO O| Variants/Facets to change: 1
41212025-10-27T23:46:23.496Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
41222025-10-27T23:46:23.500Z[ host-image] Oct 27 23:46:22.749 INFO O| Oct 27 23:46:22.749 INFO O| Done
41232025-10-27T23:46:23.501Z[ host-image] Oct 27 23:46:22.750 INFO O| Oct 27 23:46:22.749 INFO O| Done
41242025-10-27T23:46:23.536ZOct 27 23:46:22.790 INFO [stamp-external-dns] process exited with exit status: 0 (2.531212025s)
41252025-10-27T23:46:23.536Z[ recovery-image] Oct 27 23:46:22.790 INFO O| Oct 27 23:46:22.790 INFO O| Caching catalogs ... Done
41262025-10-27T23:46:23.618Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
41272025-10-27T23:46:23.644ZOct 27 23:46:22.894 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.626967111s)
41282025-10-27T23:46:23.653Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
41292025-10-27T23:46:23.699ZOct 27 23:46:22.945 INFO [stamp-oximeter] process exited with exit status: 0 (2.675866324s)
41302025-10-27T23:46:23.703Z[ recovery-image] Oct 27 23:46:22.952 INFO O| Oct 27 23:46:22.952 INFO STEP 0 (pkg_image_create) COMPLETE
41312025-10-27T23:46:23.703Z[ recovery-image] Oct 27 23:46:22.952 INFO O| Oct 27 23:46:22.952 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41322025-10-27T23:46:23.713Z[ recovery-image] Oct 27 23:46:22.966 INFO O| Oct 27 23:46:22.966 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"]
41332025-10-27T23:46:24.245Z[ recovery-image] Oct 27 23:46:23.497 INFO O| Oct 27 23:46:23.497 INFO STEP 1 (pkg_set_publisher) COMPLETE
41342025-10-27T23:46:24.245Z[ recovery-image] Oct 27 23:46:23.497 INFO O| Oct 27 23:46:23.497 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41352025-10-27T23:46:24.245Z[ recovery-image] Oct 27 23:46:23.497 INFO O| Oct 27 23:46:23.497 INFO skip step because feature "publisher_1_name" is not enabled
41362025-10-27T23:46:24.250Z[ recovery-image] Oct 27 23:46:23.497 INFO O| Oct 27 23:46:23.497 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41372025-10-27T23:46:24.250Z[ recovery-image] Oct 27 23:46:23.497 INFO O| Oct 27 23:46:23.497 INFO skip step because feature "publisher_2_name" is not enabled
41382025-10-27T23:46:24.250Z[ recovery-image] Oct 27 23:46:23.498 INFO O| Oct 27 23:46:23.497 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41392025-10-27T23:46:24.250Z[ recovery-image] Oct 27 23:46:23.498 INFO O| Oct 27 23:46:23.497 INFO skip step because feature "publisher_3_name" is not enabled
41402025-10-27T23:46:24.250Z[ recovery-image] Oct 27 23:46:23.498 INFO O| Oct 27 23:46:23.497 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41412025-10-27T23:46:24.837Z[ recovery-image] Oct 27 23:46:24.090 INFO O| Oct 27 23:46:24.090 INFO variant opensolaris.zone is already global
41422025-10-27T23:46:24.837Z[ recovery-image] Oct 27 23:46:24.090 INFO O| Oct 27 23:46:24.090 INFO STEP 5 (pkg_change_variant) COMPLETE
41432025-10-27T23:46:24.837Z[ recovery-image] Oct 27 23:46:24.090 INFO O| Oct 27 23:46:24.090 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41442025-10-27T23:46:25.361Z[ host-image] Oct 27 23:46:24.615 INFO O| Oct 27 23:46:24.615 INFO O| Done
41452025-10-27T23:46:25.418Z[ recovery-image] Oct 27 23:46:24.669 INFO O| Oct 27 23:46:24.669 INFO variant opensolaris.imagetype is full; changing to partial
41462025-10-27T23:46:25.418Z[ recovery-image] Oct 27 23:46:24.669 INFO O| Oct 27 23:46:24.669 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41472025-10-27T23:46:25.528Z[ host-image] Oct 27 23:46:24.781 INFO O| Oct 27 23:46:24.781 INFO O| Done
41482025-10-27T23:46:25.532Z[ host-image] Oct 27 23:46:24.782 INFO O| Oct 27 23:46:24.782 INFO O| Done
41492025-10-27T23:46:25.532Z[ host-image] Oct 27 23:46:24.783 INFO O| Oct 27 23:46:24.782 INFO O| Done
41502025-10-27T23:46:25.532Z[ host-image] Oct 27 23:46:24.784 INFO O| Oct 27 23:46:24.784 INFO O| Done
41512025-10-27T23:46:27.135Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
41522025-10-27T23:46:27.142ZOct 27 23:46:26.395 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.135776309s)
41532025-10-27T23:46:27.199Z[ host-image] Oct 27 23:46:26.453 INFO O| Oct 27 23:46:26.453 INFO STEP 6 (pkg_change_variant) COMPLETE
41542025-10-27T23:46:27.199Z[ host-image] Oct 27 23:46:26.453 INFO O| Oct 27 23:46:26.453 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41552025-10-27T23:46:27.202Z[ host-image] Oct 27 23:46:26.453 INFO O| Oct 27 23:46:26.453 INFO skip step because feature "debug_variant" is not enabled
41562025-10-27T23:46:27.202Z[ host-image] Oct 27 23:46:26.453 INFO O| Oct 27 23:46:26.453 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41572025-10-27T23:46:27.459Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
41582025-10-27T23:46:27.464ZOct 27 23:46:26.718 INFO [stamp-nexus] process exited with exit status: 0 (6.454139568s)
41592025-10-27T23:46:27.678Z[ host-image] Oct 27 23:46:26.932 INFO O| Oct 27 23:46:26.932 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41602025-10-27T23:46:30.298Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
41612025-10-27T23:46:30.303ZOct 27 23:46:29.557 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (9.297907677s)
41622025-10-27T23:46:30.584Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
41632025-10-27T23:46:30.589ZOct 27 23:46:29.831 INFO [stamp-clickhouse] process exited with exit status: 0 (9.571551838s)
41642025-10-27T23:46:30.635Z[verify-libraries] Compiling cfg_aliases v0.1.1
41652025-10-27T23:46:30.641Z[verify-libraries] Compiling home v0.5.9
41662025-10-27T23:46:30.849Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
41672025-10-27T23:46:30.852ZOct 27 23:46:30.107 INFO [stamp-clickhouse_server] process exited with exit status: 0 (9.842732571s)
41682025-10-27T23:46:30.852ZOct 27 23:46:30.107 INFO [tuf-stamp] task succeeded (9.849016535s)
41692025-10-27T23:46:30.871Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
41702025-10-27T23:46:30.888Z[verify-libraries] Compiling sqlparser_derive v0.2.2
41712025-10-27T23:46:30.888Z[verify-libraries] Compiling unicode_categories v0.1.1
41722025-10-27T23:46:30.952Z[verify-libraries] Compiling nix v0.28.0
41732025-10-27T23:46:31.002Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41742025-10-27T23:46:31.062Z[verify-libraries] Compiling polyval v0.6.2
41752025-10-27T23:46:31.155Z[verify-libraries] Compiling ctr v0.9.2
41762025-10-27T23:46:31.258Z[verify-libraries] Compiling sqlformat v0.3.5
41772025-10-27T23:46:31.497Z[verify-libraries] Compiling ssh-encoding v0.2.0
41782025-10-27T23:46:31.571Z[verify-libraries] Compiling ghash v0.5.1
41792025-10-27T23:46:31.696Z[verify-libraries] Compiling blowfish v0.9.1
41802025-10-27T23:46:31.902Z[verify-libraries] Compiling aes-gcm v0.10.3
41812025-10-27T23:46:31.953Z[verify-libraries] Compiling password-hash v0.4.2
41822025-10-27T23:46:32.010Z[verify-libraries] Compiling sqlparser v0.45.0
41832025-10-27T23:46:32.249Z[verify-libraries] Compiling ssh-cipher v0.2.0
41842025-10-27T23:46:32.311Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
41852025-10-27T23:46:32.392Z[verify-libraries] Compiling petname v2.0.2
41862025-10-27T23:46:32.911Z[verify-libraries] Compiling ssh-key v0.6.6
41872025-10-27T23:46:32.955Z[verify-libraries] Compiling pbkdf2 v0.11.0
41882025-10-27T23:46:33.849Z[verify-libraries] Compiling p521 v0.13.3
41892025-10-27T23:46:33.938Z[verify-libraries] Compiling p256 v0.13.2
41902025-10-27T23:46:34.188Z[verify-libraries] Compiling russh-cryptovec v0.7.3
41912025-10-27T23:46:35.049Z[verify-libraries] Compiling md5 v0.7.0
41922025-10-27T23:46:36.045Z[verify-libraries] Compiling rustyline v14.0.0
41932025-10-27T23:46:36.728Z[verify-libraries] Compiling russh-keys v0.45.0
41942025-10-27T23:46:38.695Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41952025-10-27T23:46:39.151Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
41962025-10-27T23:46:39.896Z[verify-libraries] Compiling num-bigint v0.4.6
41972025-10-27T23:46:41.585Z[verify-libraries] Compiling des v0.8.1
41982025-10-27T23:46:42.222Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41992025-10-27T23:46:43.465Z[verify-libraries] Compiling hex-literal v0.4.1
42002025-10-27T23:46:43.556Z[verify-libraries] Compiling sync-ptr v0.1.4
42012025-10-27T23:46:43.873Z[verify-libraries] Compiling russh v0.45.0
42022025-10-27T23:46:43.948Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
42032025-10-27T23:46:45.410Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
42042025-10-27T23:46:51.013Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
42052025-10-27T23:46:51.920Z[verify-libraries] Compiling internet-checksum v0.2.1
42062025-10-27T23:46:52.332Z[verify-libraries] Compiling omicron-zone-package v0.12.2
42072025-10-27T23:46:55.721Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
42082025-10-27T23:46:55.773Z[verify-libraries] Compiling diff v0.1.13
42092025-10-27T23:46:55.936Z[verify-libraries] Compiling yansi v1.0.1
42102025-10-27T23:46:55.996Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
42112025-10-27T23:46:57.204Z[verify-libraries] Compiling pretty_assertions v1.4.1
42122025-10-27T23:46:58.366Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
42132025-10-27T23:47:01.164Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
42142025-10-27T23:47:04.575Z[ recovery-image] Oct 27 23:47:03.837 INFO O| Oct 27 23:47:03.836 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42152025-10-27T23:47:06.653Z[ host-image] Oct 27 23:47:05.915 INFO O| Oct 27 23:47:05.915 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42162025-10-27T23:47:10.118Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42172025-10-27T23:47:14.637Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
42182025-10-27T23:47:16.902Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
42192025-10-27T23:47:17.492Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
42202025-10-27T23:47:17.978Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
42212025-10-27T23:47:18.583Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42222025-10-27T23:47:19.144Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42232025-10-27T23:47:19.722Z[verify-libraries] Compiling drift v0.1.0
42242025-10-27T23:47:24.553Z[ recovery-image] Oct 27 23:47:23.818 INFO O| Oct 27 23:47:23.818 INFO O| Startup: Caching catalogs ... Done
42252025-10-27T23:47:24.700Z[ recovery-image] Oct 27 23:47:23.966 INFO O| Oct 27 23:47:23.966 INFO O| Planning: Planning completed in 0.00 seconds
42262025-10-27T23:47:24.703Z[ recovery-image] Oct 27 23:47:23.967 INFO O| Oct 27 23:47:23.967 INFO O| Planning: Consolidating action changes ... Done
42272025-10-27T23:47:24.703Z[ recovery-image] Oct 27 23:47:23.967 INFO O| Oct 27 23:47:23.967 INFO O| Planning: Evaluating mediators ... Done
42282025-10-27T23:47:24.703Z[ recovery-image] Oct 27 23:47:23.968 INFO O| Oct 27 23:47:23.968 INFO O| Planning: Planning completed in 0.00 seconds
42292025-10-27T23:47:24.703Z[ recovery-image] Oct 27 23:47:23.968 INFO O| Oct 27 23:47:23.968 INFO O| Variants/Facets to change: 1
42302025-10-27T23:47:24.763Z[ recovery-image] Oct 27 23:47:24.029 INFO O| Oct 27 23:47:24.029 INFO O| Done
42312025-10-27T23:47:24.763Z[ recovery-image] Oct 27 23:47:24.029 INFO O| Oct 27 23:47:24.029 INFO O| Done
42322025-10-27T23:47:25.620Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
42332025-10-27T23:47:26.840Z[ recovery-image] Oct 27 23:47:26.105 INFO O| Oct 27 23:47:26.105 INFO O| Done
42342025-10-27T23:47:27.027Z[ recovery-image] Oct 27 23:47:26.287 INFO O| Oct 27 23:47:26.287 INFO O| Done
42352025-10-27T23:47:27.033Z[ recovery-image] Oct 27 23:47:26.289 INFO O| Oct 27 23:47:26.289 INFO O| Done
42362025-10-27T23:47:27.033Z[ recovery-image] Oct 27 23:47:26.289 INFO O| Oct 27 23:47:26.289 INFO O| Done
42372025-10-27T23:47:27.033Z[ recovery-image] Oct 27 23:47:26.291 INFO O| Oct 27 23:47:26.291 INFO O| Done
42382025-10-27T23:47:27.148Z[ host-image] Oct 27 23:47:26.364 INFO O| Oct 27 23:47:26.364 INFO O| Startup: Caching catalogs ... Done
42392025-10-27T23:47:27.243Z[ host-image] Oct 27 23:47:26.509 INFO O| Oct 27 23:47:26.509 INFO O| Planning: Planning completed in 0.00 seconds
42402025-10-27T23:47:27.249Z[ host-image] Oct 27 23:47:26.510 INFO O| Oct 27 23:47:26.510 INFO O| Planning: Consolidating action changes ... Done
42412025-10-27T23:47:27.249Z[ host-image] Oct 27 23:47:26.510 INFO O| Oct 27 23:47:26.510 INFO O| Planning: Evaluating mediators ... Done
42422025-10-27T23:47:27.249Z[ host-image] Oct 27 23:47:26.511 INFO O| Oct 27 23:47:26.511 INFO O| Planning: Planning completed in 0.00 seconds
42432025-10-27T23:47:27.249Z[ host-image] Oct 27 23:47:26.511 INFO O| Oct 27 23:47:26.511 INFO O| Variants/Facets to change: 1
42442025-10-27T23:47:27.287Z[ host-image] Oct 27 23:47:26.553 INFO O| Oct 27 23:47:26.553 INFO O| Done
42452025-10-27T23:47:27.287Z[ host-image] Oct 27 23:47:26.553 INFO O| Oct 27 23:47:26.553 INFO O| Done
42462025-10-27T23:47:28.923Z[ recovery-image] Oct 27 23:47:28.190 INFO O| Oct 27 23:47:28.190 INFO STEP 6 (pkg_change_variant) COMPLETE
42472025-10-27T23:47:28.923Z[ recovery-image] Oct 27 23:47:28.190 INFO O| Oct 27 23:47:28.190 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42482025-10-27T23:47:28.927Z[ recovery-image] Oct 27 23:47:28.190 INFO O| Oct 27 23:47:28.190 INFO skip step because feature "debug_variant" is not enabled
42492025-10-27T23:47:28.927Z[ recovery-image] Oct 27 23:47:28.190 INFO O| Oct 27 23:47:28.190 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42502025-10-27T23:47:29.386Z[ host-image] Oct 27 23:47:28.653 INFO O| Oct 27 23:47:28.653 INFO O| Done
42512025-10-27T23:47:29.587Z[ host-image] Oct 27 23:47:28.854 INFO O| Oct 27 23:47:28.854 INFO O| Done
42522025-10-27T23:47:29.591Z[ host-image] Oct 27 23:47:28.855 INFO O| Oct 27 23:47:28.855 INFO O| Done
42532025-10-27T23:47:29.591Z[ host-image] Oct 27 23:47:28.856 INFO O| Oct 27 23:47:28.856 INFO O| Done
42542025-10-27T23:47:29.591Z[ host-image] Oct 27 23:47:28.858 INFO O| Oct 27 23:47:28.858 INFO O| Done
42552025-10-27T23:47:29.673Z[ recovery-image] Oct 27 23:47:28.940 INFO O| Oct 27 23:47:28.940 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42562025-10-27T23:47:31.353Z[ host-image] Oct 27 23:47:30.621 INFO O| Oct 27 23:47:30.621 INFO STEP 8 (pkg_change_facet) COMPLETE
42572025-10-27T23:47:31.354Z[ host-image] Oct 27 23:47:30.621 INFO O| Oct 27 23:47:30.621 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42582025-10-27T23:47:31.354Z[ host-image] Oct 27 23:47:30.621 INFO O| Oct 27 23:47:30.621 INFO skip step because feature "recovery" is not enabled
42592025-10-27T23:47:31.354Z[ host-image] Oct 27 23:47:30.621 INFO O| Oct 27 23:47:30.621 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42602025-10-27T23:47:31.357Z[ host-image] Oct 27 23:47:30.621 INFO O| Oct 27 23:47:30.621 INFO skip step because feature "recovery" is not enabled
42612025-10-27T23:47:31.357Z[ host-image] Oct 27 23:47:30.621 INFO O| Oct 27 23:47:30.621 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42622025-10-27T23:47:31.372Z[ host-image] Oct 27 23:47:30.639 INFO O| Oct 27 23:47:30.639 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@17.0.0.0"]
42632025-10-27T23:48:01.464Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42642025-10-27T23:48:07.516Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42652025-10-27T23:48:08.722Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42662025-10-27T23:48:15.664Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42672025-10-27T23:48:16.305Z[ recovery-image] Oct 27 23:48:15.581 INFO O| Oct 27 23:48:15.581 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42682025-10-27T23:48:17.507Z[ host-image] Oct 27 23:48:16.753 INFO O| Oct 27 23:48:16.752 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42692025-10-27T23:48:18.760Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42702025-10-27T23:48:31.184Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42712025-10-27T23:48:31.834Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42722025-10-27T23:48:35.378Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42732025-10-27T23:48:35.696Z[ recovery-image] Oct 27 23:48:34.977 INFO O| Oct 27 23:48:34.977 INFO O| Startup: Caching catalogs ... Done
42742025-10-27T23:48:35.823Z[ recovery-image] Oct 27 23:48:35.103 INFO O| Oct 27 23:48:35.103 INFO O| Planning: Planning completed in 0.00 seconds
42752025-10-27T23:48:35.826Z[ recovery-image] Oct 27 23:48:35.104 INFO O| Oct 27 23:48:35.104 INFO O| Planning: Consolidating action changes ... Done
42762025-10-27T23:48:35.826Z[ recovery-image] Oct 27 23:48:35.104 INFO O| Oct 27 23:48:35.104 INFO O| Planning: Evaluating mediators ... Done
42772025-10-27T23:48:35.826Z[ recovery-image] Oct 27 23:48:35.104 INFO O| Oct 27 23:48:35.104 INFO O| Planning: Planning completed in 0.00 seconds
42782025-10-27T23:48:35.826Z[ recovery-image] Oct 27 23:48:35.105 INFO O| Oct 27 23:48:35.105 INFO O| Variants/Facets to change: 1
42792025-10-27T23:48:35.865Z[ recovery-image] Oct 27 23:48:35.145 INFO O| Oct 27 23:48:35.145 INFO O| Done
42802025-10-27T23:48:35.870Z[ recovery-image] Oct 27 23:48:35.145 INFO O| Oct 27 23:48:35.145 INFO O| Done
42812025-10-27T23:48:36.854Z[ host-image] Oct 27 23:48:36.134 INFO O| Oct 27 23:48:36.134 INFO O| Startup: Caching catalogs ... Done
42822025-10-27T23:48:37.930Z[ recovery-image] Oct 27 23:48:37.210 INFO O| Oct 27 23:48:37.210 INFO O| Done
42832025-10-27T23:48:38.106Z[ recovery-image] Oct 27 23:48:37.387 INFO O| Oct 27 23:48:37.387 INFO O| Done
42842025-10-27T23:48:38.110Z[ recovery-image] Oct 27 23:48:37.388 INFO O| Oct 27 23:48:37.388 INFO O| Done
42852025-10-27T23:48:38.110Z[ recovery-image] Oct 27 23:48:37.388 INFO O| Oct 27 23:48:37.388 INFO O| Done
42862025-10-27T23:48:38.110Z[ recovery-image] Oct 27 23:48:37.391 INFO O| Oct 27 23:48:37.391 INFO O| Done
42872025-10-27T23:48:40.015Z[ recovery-image] Oct 27 23:48:39.297 INFO O| Oct 27 23:48:39.296 INFO STEP 8 (pkg_change_facet) COMPLETE
42882025-10-27T23:48:40.015Z[ recovery-image] Oct 27 23:48:39.297 INFO O| Oct 27 23:48:39.297 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42892025-10-27T23:48:40.822Z[ recovery-image] Oct 27 23:48:40.104 INFO O| Oct 27 23:48:40.104 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42902025-10-27T23:48:49.111Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42912025-10-27T23:48:57.700Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42922025-10-27T23:49:05.628Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42932025-10-27T23:49:09.807Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42942025-10-27T23:49:24.952Z[ recovery-image] Oct 27 23:49:24.239 INFO O| Oct 27 23:49:24.239 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42952025-10-27T23:49:30.763Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42962025-10-27T23:49:44.916Z[ recovery-image] Oct 27 23:49:44.210 INFO O| Oct 27 23:49:44.210 INFO O| Startup: Caching catalogs ... Done
42972025-10-27T23:49:45.073Z[ recovery-image] Oct 27 23:49:44.367 INFO O| Oct 27 23:49:44.367 INFO O| Planning: Planning completed in 0.00 seconds
42982025-10-27T23:49:45.076Z[ recovery-image] Oct 27 23:49:44.368 INFO O| Oct 27 23:49:44.368 INFO O| Planning: Consolidating action changes ... Done
42992025-10-27T23:49:45.076Z[ recovery-image] Oct 27 23:49:44.368 INFO O| Oct 27 23:49:44.368 INFO O| Planning: Evaluating mediators ... Done
43002025-10-27T23:49:45.076Z[ recovery-image] Oct 27 23:49:44.369 INFO O| Oct 27 23:49:44.369 INFO O| Planning: Planning completed in 0.00 seconds
43012025-10-27T23:49:45.077Z[ recovery-image] Oct 27 23:49:44.369 INFO O| Oct 27 23:49:44.369 INFO O| Variants/Facets to change: 1
43022025-10-27T23:49:45.146Z[ recovery-image] Oct 27 23:49:44.440 INFO O| Oct 27 23:49:44.440 INFO O| Done
43032025-10-27T23:49:45.146Z[ recovery-image] Oct 27 23:49:44.440 INFO O| Oct 27 23:49:44.440 INFO O| Done
43042025-10-27T23:49:47.332Z[ recovery-image] Oct 27 23:49:46.626 INFO O| Oct 27 23:49:46.626 INFO O| Done
43052025-10-27T23:49:47.620Z[ recovery-image] Oct 27 23:49:46.914 INFO O| Oct 27 23:49:46.914 INFO O| Done
43062025-10-27T23:49:47.625Z[ recovery-image] Oct 27 23:49:46.915 INFO O| Oct 27 23:49:46.915 INFO O| Done
43072025-10-27T23:49:47.625Z[ recovery-image] Oct 27 23:49:46.916 INFO O| Oct 27 23:49:46.916 INFO O| Done
43082025-10-27T23:49:47.625Z[ recovery-image] Oct 27 23:49:46.918 INFO O| Oct 27 23:49:46.918 INFO O| Done
43092025-10-27T23:49:49.415Z[ recovery-image] Oct 27 23:49:48.700 INFO O| Oct 27 23:49:48.700 INFO STEP 9 (pkg_change_facet) COMPLETE
43102025-10-27T23:49:49.416Z[ recovery-image] Oct 27 23:49:48.700 INFO O| Oct 27 23:49:48.700 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43112025-10-27T23:49:50.207Z[ recovery-image] Oct 27 23:49:49.502 INFO O| Oct 27 23:49:49.502 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
43122025-10-27T23:50:28.840Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43132025-10-27T23:50:31.359Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43142025-10-27T23:50:37.289Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43152025-10-27T23:50:40.521Z[ recovery-image] Oct 27 23:50:39.827 INFO O| Oct 27 23:50:39.827 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43162025-10-27T23:50:55.411Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43172025-10-27T23:50:58.029Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43182025-10-27T23:50:58.658Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43192025-10-27T23:50:58.956Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43202025-10-27T23:51:00.476Z[ recovery-image] Oct 27 23:50:59.785 INFO O| Oct 27 23:50:59.785 INFO O| Startup: Caching catalogs ... Done
43212025-10-27T23:51:00.616Z[ recovery-image] Oct 27 23:50:59.924 INFO O| Oct 27 23:50:59.924 INFO O| Planning: Planning completed in 0.00 seconds
43222025-10-27T23:51:00.619Z[ recovery-image] Oct 27 23:50:59.925 INFO O| Oct 27 23:50:59.925 INFO O| Planning: Consolidating action changes ... Done
43232025-10-27T23:51:00.620Z[ recovery-image] Oct 27 23:50:59.925 INFO O| Oct 27 23:50:59.925 INFO O| Planning: Evaluating mediators ... Done
43242025-10-27T23:51:00.620Z[ recovery-image] Oct 27 23:50:59.926 INFO O| Oct 27 23:50:59.926 INFO O| Planning: Planning completed in 0.00 seconds
43252025-10-27T23:51:00.620Z[ recovery-image] Oct 27 23:50:59.926 INFO O| Oct 27 23:50:59.926 INFO O| Variants/Facets to change: 1
43262025-10-27T23:51:00.680Z[ recovery-image] Oct 27 23:50:59.989 INFO O| Oct 27 23:50:59.989 INFO O| Done
43272025-10-27T23:51:00.684Z[ recovery-image] Oct 27 23:50:59.989 INFO O| Oct 27 23:50:59.989 INFO O| Done
43282025-10-27T23:51:02.767Z[ recovery-image] Oct 27 23:51:02.076 INFO O| Oct 27 23:51:02.076 INFO O| Done
43292025-10-27T23:51:02.972Z[ recovery-image] Oct 27 23:51:02.281 INFO O| Oct 27 23:51:02.281 INFO O| Done
43302025-10-27T23:51:02.977Z[ recovery-image] Oct 27 23:51:02.282 INFO O| Oct 27 23:51:02.282 INFO O| Done
43312025-10-27T23:51:02.977Z[ recovery-image] Oct 27 23:51:02.282 INFO O| Oct 27 23:51:02.282 INFO O| Done
43322025-10-27T23:51:02.977Z[ recovery-image] Oct 27 23:51:02.284 INFO O| Oct 27 23:51:02.284 INFO O| Done
43332025-10-27T23:51:04.950Z[ recovery-image] Oct 27 23:51:04.259 INFO O| Oct 27 23:51:04.259 INFO STEP 10 (pkg_change_facet) COMPLETE
43342025-10-27T23:51:04.950Z[ recovery-image] Oct 27 23:51:04.259 INFO O| Oct 27 23:51:04.259 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43352025-10-27T23:51:04.968Z[ recovery-image] Oct 27 23:51:04.276 INFO O| Oct 27 23:51:04.276 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@17.0.0.0"]
43362025-10-27T23:51:09.363Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43372025-10-27T23:51:20.675Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
43382025-10-27T23:51:25.525Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43392025-10-27T23:51:35.318Z[ host-image] Oct 27 23:51:34.635 INFO O| Oct 27 23:51:34.635 INFO O| Planning: Solver setup ... Done
43402025-10-27T23:51:50.464Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
43412025-10-27T23:51:52.243Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43422025-10-27T23:51:52.545Z[ recovery-image] Oct 27 23:51:51.865 INFO O| Oct 27 23:51:51.865 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43432025-10-27T23:51:57.677Z[verify-libraries] Compiling dropshot-api-manager v0.2.2
43442025-10-27T23:51:59.791Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43452025-10-27T23:52:12.427Z[ recovery-image] Oct 27 23:52:11.751 INFO O| Oct 27 23:52:11.750 INFO O| Startup: Caching catalogs ... Done
43462025-10-27T23:52:20.285Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
43472025-10-27T23:52:32.293Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43482025-10-27T23:52:35.158Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43492025-10-27T23:52:51.242Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43502025-10-27T23:52:56.412Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43512025-10-27T23:52:57.386Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43522025-10-27T23:53:04.472Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43532025-10-27T23:53:04.615Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43542025-10-27T23:53:06.249Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43552025-10-27T23:53:07.112Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43562025-10-27T23:53:22.364Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
43572025-10-27T23:53:38.740Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43582025-10-27T23:53:41.455Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
43592025-10-27T23:53:43.583Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43602025-10-27T23:53:44.412Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
43612025-10-27T23:53:45.779Z[verify-libraries] Compiling termios v0.3.3
43622025-10-27T23:53:46.272Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
43632025-10-27T23:53:52.216Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
43642025-10-27T23:53:52.873Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43652025-10-27T23:54:11.522Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43662025-10-27T23:54:34.117Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43672025-10-27T23:55:05.415Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
43682025-10-27T23:55:21.282Z[ recovery-image] Oct 27 23:55:20.643 INFO O| Oct 27 23:55:20.643 INFO O| Planning: Solver setup ... Done
43692025-10-27T23:56:38.530Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
43702025-10-27T23:57:01.953Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43712025-10-27T23:57:17.878Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43722025-10-27T23:58:43.617Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43732025-10-27T23:59:05.037Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
43742025-10-27T23:59:12.880Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43752025-10-27T23:59:19.154Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43762025-10-28T00:01:23.206Z[ host-image] Oct 28 00:01:22.641 INFO O| Oct 28 00:01:22.641 INFO O| Planning: Running solver ... Done
43772025-10-28T00:01:24.869Z[ host-image] Oct 28 00:01:24.304 INFO O| Oct 28 00:01:24.304 INFO O| Planning: Finding local manifests ... Done
43782025-10-28T00:01:25.055Z[ host-image] Oct 28 00:01:24.491 INFO O| Oct 28 00:01:24.491 INFO O| Planning: Fetching manifests: 0/126 0% complete
43792025-10-28T00:01:30.054Z[ host-image] Oct 28 00:01:29.491 INFO O| Oct 28 00:01:29.491 INFO O| Planning: Fetching manifests: 88/126 69% complete
43802025-10-28T00:01:32.971Z[ host-image] Oct 28 00:01:32.408 INFO O| Oct 28 00:01:32.408 INFO O| Planning: Fetching manifests: 126/126 100% complete
43812025-10-28T00:01:34.180Z[ host-image] Oct 28 00:01:33.617 INFO O| Oct 28 00:01:33.616 INFO O| Planning: Package planning ... Done
43822025-10-28T00:01:35.781Z[ host-image] Oct 28 00:01:35.219 INFO O| Oct 28 00:01:35.219 INFO O| Planning: Merging actions ... Done
43832025-10-28T00:01:36.122Z[ host-image] Oct 28 00:01:35.559 INFO O| Oct 28 00:01:35.559 INFO O| Planning: Checking for conflicting actions ... Done
43842025-10-28T00:01:36.462Z[ host-image] Oct 28 00:01:35.898 INFO O| Oct 28 00:01:35.898 INFO O| Planning: Consolidating action changes ... Done
43852025-10-28T00:01:36.986Z[ host-image] Oct 28 00:01:36.424 INFO O| Oct 28 00:01:36.424 INFO O| Planning: Evaluating mediators ... Done
43862025-10-28T00:01:43.488Z[ host-image] Oct 28 00:01:42.928 INFO O| Oct 28 00:01:42.928 INFO O| Planning: Planning completed in 786.63 seconds
43872025-10-28T00:01:43.492Z[ host-image] Oct 28 00:01:42.932 INFO O| Oct 28 00:01:42.932 INFO O| Packages to install: 126
43882025-10-28T00:01:43.496Z[ host-image] Oct 28 00:01:42.932 INFO O| Oct 28 00:01:42.932 INFO O| Mediators to change: 5
43892025-10-28T00:01:43.496Z[ host-image] Oct 28 00:01:42.932 INFO O| Oct 28 00:01:42.932 INFO O| Services to change: 6
43902025-10-28T00:01:43.607Z[ host-image] Oct 28 00:01:43.047 INFO O| Oct 28 00:01:43.047 INFO O| Download: 0/22903 items 0.0/207.5MB 0% complete
43912025-10-28T00:01:48.607Z[ host-image] Oct 28 00:01:48.047 INFO O| Oct 28 00:01:48.047 INFO O| Download: 1041/22903 items 7.0/207.5MB 3% complete (1.4M/s)
43922025-10-28T00:01:53.665Z[ host-image] Oct 28 00:01:53.106 INFO O| Oct 28 00:01:53.106 INFO O| Download: 1772/22903 items 11.9/207.5MB 5% complete (1.2M/s)
43932025-10-28T00:01:59.026Z[ host-image] Oct 28 00:01:58.467 INFO O| Oct 28 00:01:58.467 INFO O| Download: 2265/22903 items 25.0/207.5MB 12% complete (1.8M/s)
43942025-10-28T00:02:04.027Z[ host-image] Oct 28 00:02:03.471 INFO O| Oct 28 00:02:03.470 INFO O| Download: 3126/22903 items 34.1/207.5MB 16% complete (2.1M/s)
43952025-10-28T00:02:09.028Z[ host-image] Oct 28 00:02:08.472 INFO O| Oct 28 00:02:08.472 INFO O| Download: 4086/22903 items 40.5/207.5MB 19% complete (1.6M/s)
43962025-10-28T00:02:14.159Z[ host-image] Oct 28 00:02:13.603 INFO O| Oct 28 00:02:13.603 INFO O| Download: 4792/22903 items 45.2/207.5MB 21% complete (1.1M/s)
43972025-10-28T00:02:19.188Z[ host-image] Oct 28 00:02:18.622 INFO O| Oct 28 00:02:18.622 INFO O| Download: 6112/22903 items 46.8/207.5MB 22% complete (638k/s)
43982025-10-28T00:02:24.178Z[ host-image] Oct 28 00:02:23.625 INFO O| Oct 28 00:02:23.625 INFO O| Download: 6966/22903 items 50.1/207.5MB 24% complete (484k/s)
43992025-10-28T00:02:29.193Z[ host-image] Oct 28 00:02:28.636 INFO O| Oct 28 00:02:28.636 INFO O| Download: 7776/22903 items 59.1/207.5MB 28% complete (1.2M/s)
44002025-10-28T00:02:34.414Z[ host-image] Oct 28 00:02:33.864 INFO O| Oct 28 00:02:33.864 INFO O| Download: 8429/22903 items 72.3/207.5MB 34% complete (2.1M/s)
44012025-10-28T00:02:39.645Z[ host-image] Oct 28 00:02:39.044 INFO O| Oct 28 00:02:39.044 INFO O| Download: 9489/22903 items 85.1/207.5MB 41% complete (2.6M/s)
44022025-10-28T00:02:44.598Z[ host-image] Oct 28 00:02:44.050 INFO O| Oct 28 00:02:44.050 INFO O| Download: 10737/22903 items 92.6/207.5MB 44% complete (2.0M/s)
44032025-10-28T00:02:49.613Z[ host-image] Oct 28 00:02:49.065 INFO O| Oct 28 00:02:49.065 INFO O| Download: 11553/22903 items 99.6/207.5MB 48% complete (1.5M/s)
44042025-10-28T00:02:54.613Z[ host-image] Oct 28 00:02:54.067 INFO O| Oct 28 00:02:54.067 INFO O| Download: 12277/22903 items 112.2/207.5MB 54% complete (2.0M/s)
44052025-10-28T00:02:59.617Z[ host-image] Oct 28 00:02:59.072 INFO O| Oct 28 00:02:59.072 INFO O| Download: 13808/22903 items 113.6/207.5MB 54% complete (1.4M/s)
44062025-10-28T00:03:04.630Z[ host-image] Oct 28 00:03:04.086 INFO O| Oct 28 00:03:04.086 INFO O| Download: 14846/22903 items 121.7/207.5MB 58% complete (913k/s)
44072025-10-28T00:03:09.650Z[ host-image] Oct 28 00:03:09.107 INFO O| Oct 28 00:03:09.107 INFO O| Download: 16074/22903 items 134.1/207.5MB 64% complete (2.0M/s)
44082025-10-28T00:03:14.658Z[ host-image] Oct 28 00:03:14.116 INFO O| Oct 28 00:03:14.115 INFO O| Download: 17509/22903 items 136.7/207.5MB 65% complete (1.6M/s)
44092025-10-28T00:03:19.661Z[ host-image] Oct 28 00:03:19.120 INFO O| Oct 28 00:03:19.120 INFO O| Download: 18876/22903 items 169.0/207.5MB 81% complete (3.5M/s)
44102025-10-28T00:03:24.660Z[ host-image] Oct 28 00:03:24.120 INFO O| Oct 28 00:03:24.120 INFO O| Download: 20155/22903 items 173.9/207.5MB 83% complete (3.7M/s)
44112025-10-28T00:03:29.660Z[ host-image] Oct 28 00:03:29.121 INFO O| Oct 28 00:03:29.121 INFO O| Download: 21081/22903 items 183.0/207.5MB 88% complete (1.4M/s)
44122025-10-28T00:03:34.740Z[ host-image] Oct 28 00:03:34.201 INFO O| Oct 28 00:03:34.201 INFO O| Download: 22075/22903 items 200.7/207.5MB 96% complete (2.7M/s)
44132025-10-28T00:03:39.210Z[ host-image] Oct 28 00:03:38.673 INFO O| Oct 28 00:03:38.672 INFO O| Download: Completed 207.51 MB in 115.63 seconds (1.8M/s)
44142025-10-28T00:03:40.843Z[ host-image] Oct 28 00:03:40.306 INFO O| Oct 28 00:03:40.306 INFO O| Actions: 1/50828 actions (Installing new actions)
44152025-10-28T00:03:45.844Z[ host-image] Oct 28 00:03:45.307 INFO O| Oct 28 00:03:45.307 INFO O| Actions: 10584/50828 actions (Installing new actions)
44162025-10-28T00:03:50.842Z[ host-image] Oct 28 00:03:50.307 INFO O| Oct 28 00:03:50.307 INFO O| Actions: 14995/50828 actions (Installing new actions)
44172025-10-28T00:03:55.846Z[ host-image] Oct 28 00:03:55.313 INFO O| Oct 28 00:03:55.312 INFO O| Actions: 21825/50828 actions (Installing new actions)
44182025-10-28T00:04:00.859Z[ host-image] Oct 28 00:04:00.325 INFO O| Oct 28 00:04:00.325 INFO O| Actions: 27962/50828 actions (Installing new actions)
44192025-10-28T00:04:05.466Z[ host-image] Oct 28 00:04:04.935 INFO O| Oct 28 00:04:04.935 INFO O| Actions: Completed 50828 actions in 24.62 seconds.
44202025-10-28T00:04:07.028Z[ host-image] Oct 28 00:04:06.497 INFO O| Oct 28 00:04:06.497 INFO O| Done
44212025-10-28T00:04:07.028Z[ host-image] Oct 28 00:04:06.497 INFO O| Oct 28 00:04:06.497 INFO O| Done
44222025-10-28T00:04:10.569Z[ host-image] Oct 28 00:04:10.038 INFO O| Oct 28 00:04:10.038 INFO O| Done
44232025-10-28T00:04:15.198Z[ host-image] Oct 28 00:04:14.668 INFO O| Oct 28 00:04:14.668 INFO O| Done
44242025-10-28T00:04:15.262Z[ host-image] Oct 28 00:04:14.732 INFO O| Oct 28 00:04:14.732 INFO O| Done
44252025-10-28T00:04:22.137Z[ host-image] Oct 28 00:04:21.608 INFO O| Oct 28 00:04:21.608 INFO O| Done
44262025-10-28T00:04:24.290Z[ host-image] Oct 28 00:04:23.762 INFO O| Oct 28 00:04:23.762 INFO O| Done
44272025-10-28T00:04:28.167Z[ host-image] Oct 28 00:04:27.639 INFO O| Oct 28 00:04:27.639 INFO STEP 11 (pkg_install) COMPLETE
44282025-10-28T00:04:28.167Z[ host-image] Oct 28 00:04:27.639 INFO O| Oct 28 00:04:27.639 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44292025-10-28T00:04:28.195Z[ host-image] Oct 28 00:04:27.667 INFO O| Oct 28 00:04:27.667 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"]
44302025-10-28T00:04:37.795Z[ recovery-image] Oct 28 00:04:37.270 INFO O| Oct 28 00:04:37.269 INFO O| Planning: Running solver ... Done
44312025-10-28T00:04:39.423Z[ recovery-image] Oct 28 00:04:38.898 INFO O| Oct 28 00:04:38.898 INFO O| Planning: Finding local manifests ... Done
44322025-10-28T00:04:39.543Z[ recovery-image] Oct 28 00:04:39.017 INFO O| Oct 28 00:04:39.017 INFO O| Planning: Fetching manifests: 0/126 0% complete
44332025-10-28T00:04:44.630Z[ recovery-image] Oct 28 00:04:44.106 INFO O| Oct 28 00:04:44.106 INFO O| Planning: Fetching manifests: 82/126 65% complete
44342025-10-28T00:04:46.679Z[ recovery-image] Oct 28 00:04:46.155 INFO O| Oct 28 00:04:46.155 INFO O| Planning: Fetching manifests: 126/126 100% complete
44352025-10-28T00:04:47.854Z[ recovery-image] Oct 28 00:04:47.331 INFO O| Oct 28 00:04:47.330 INFO O| Planning: Package planning ... Done
44362025-10-28T00:04:48.688Z[ recovery-image] Oct 28 00:04:48.165 INFO O| Oct 28 00:04:48.165 INFO O| Planning: Merging actions ... Done
44372025-10-28T00:04:48.868Z[ recovery-image] Oct 28 00:04:48.345 INFO O| Oct 28 00:04:48.344 INFO O| Planning: Checking for conflicting actions ... Done
44382025-10-28T00:04:49.021Z[ recovery-image] Oct 28 00:04:48.498 INFO O| Oct 28 00:04:48.498 INFO O| Planning: Consolidating action changes ... Done
44392025-10-28T00:04:49.404Z[ recovery-image] Oct 28 00:04:48.881 INFO O| Oct 28 00:04:48.881 INFO O| Planning: Evaluating mediators ... Done
44402025-10-28T00:04:55.909Z[ recovery-image] Oct 28 00:04:55.387 INFO O| Oct 28 00:04:55.387 INFO O| Planning: Planning completed in 763.52 seconds
44412025-10-28T00:04:55.914Z[ recovery-image] Oct 28 00:04:55.391 INFO O| Oct 28 00:04:55.391 INFO O| Packages to install: 126
44422025-10-28T00:04:55.917Z[ recovery-image] Oct 28 00:04:55.391 INFO O| Oct 28 00:04:55.391 INFO O| Mediators to change: 5
44432025-10-28T00:04:55.917Z[ recovery-image] Oct 28 00:04:55.391 INFO O| Oct 28 00:04:55.391 INFO O| Services to change: 5
44442025-10-28T00:04:56.010Z[ recovery-image] Oct 28 00:04:55.488 INFO O| Oct 28 00:04:55.488 INFO O| Download: 0/15954 items 0.0/184.1MB 0% complete
44452025-10-28T00:05:01.095Z[ recovery-image] Oct 28 00:05:00.574 INFO O| Oct 28 00:05:00.574 INFO O| Download: 1099/15954 items 9.3/184.1MB 5% complete (2.0M/s)
44462025-10-28T00:05:06.102Z[ recovery-image] Oct 28 00:05:05.582 INFO O| Oct 28 00:05:05.582 INFO O| Download: 1699/15954 items 28.0/184.1MB 15% complete (2.8M/s)
44472025-10-28T00:05:11.114Z[ recovery-image] Oct 28 00:05:10.596 INFO O| Oct 28 00:05:10.596 INFO O| Download: 3294/15954 items 38.0/184.1MB 20% complete (2.9M/s)
44482025-10-28T00:05:15.535Z[ host-image] Oct 28 00:05:15.017 INFO O| Oct 28 00:05:15.017 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44492025-10-28T00:05:16.119Z[ recovery-image] Oct 28 00:05:15.601 INFO O| Oct 28 00:05:15.601 INFO O| Download: 4425/15954 items 43.1/184.1MB 23% complete (1.6M/s)
44502025-10-28T00:05:21.120Z[ recovery-image] Oct 28 00:05:20.603 INFO O| Oct 28 00:05:20.603 INFO O| Download: 5738/15954 items 44.8/184.1MB 24% complete (702k/s)
44512025-10-28T00:05:26.124Z[ recovery-image] Oct 28 00:05:25.608 INFO O| Oct 28 00:05:25.608 INFO O| Download: 6390/15954 items 66.0/184.1MB 35% complete (2.3M/s)
44522025-10-28T00:05:31.145Z[ recovery-image] Oct 28 00:05:30.631 INFO O| Oct 28 00:05:30.630 INFO O| Download: 7799/15954 items 78.0/184.1MB 42% complete (3.3M/s)
44532025-10-28T00:05:33.775Z[ host-image] Oct 28 00:05:33.261 INFO O| Oct 28 00:05:33.260 INFO O| Startup: Caching catalogs ... Done
44542025-10-28T00:05:36.169Z[ recovery-image] Oct 28 00:05:35.656 INFO O| Oct 28 00:05:35.656 INFO O| Download: 8850/15954 items 90.2/184.1MB 48% complete (2.2M/s)
44552025-10-28T00:05:41.156Z[ recovery-image] Oct 28 00:05:40.644 INFO O| Oct 28 00:05:40.644 INFO O| Download: 10036/15954 items 96.5/184.1MB 52% complete (1.9M/s)
44562025-10-28T00:05:44.288Z[ host-image] Oct 28 00:05:43.776 INFO O| Oct 28 00:05:43.776 INFO O| Planning: Solver setup ... Done
44572025-10-28T00:05:44.301Z[ host-image] Oct 28 00:05:43.789 INFO O| Oct 28 00:05:43.789 INFO O| Planning: Running solver ... Done
44582025-10-28T00:05:44.509Z[ host-image] Oct 28 00:05:43.997 INFO O| Oct 28 00:05:43.997 INFO O| Planning: Finding local manifests ... Done
44592025-10-28T00:05:44.596Z[ host-image] Oct 28 00:05:44.084 INFO O| Oct 28 00:05:44.084 INFO O| Planning: Fetching manifests: 0/5 0% complete
44602025-10-28T00:05:44.697Z[ host-image] Oct 28 00:05:44.184 INFO O| Oct 28 00:05:44.184 INFO O| Planning: Fetching manifests: 5/5 100% complete
44612025-10-28T00:05:44.730Z[ host-image] Oct 28 00:05:44.219 INFO O| Oct 28 00:05:44.219 INFO O| Planning: Package planning ... Done
44622025-10-28T00:05:44.735Z[ host-image] Oct 28 00:05:44.224 INFO O| Oct 28 00:05:44.224 INFO O| Planning: Merging actions ... Done
44632025-10-28T00:05:44.886Z[ host-image] Oct 28 00:05:44.374 INFO O| Oct 28 00:05:44.373 INFO O| Planning: Checking for conflicting actions ... Done
44642025-10-28T00:05:44.889Z[ host-image] Oct 28 00:05:44.376 INFO O| Oct 28 00:05:44.376 INFO O| Planning: Consolidating action changes ... Done
44652025-10-28T00:05:45.774Z[ host-image] Oct 28 00:05:45.263 INFO O| Oct 28 00:05:45.263 INFO O| Planning: Evaluating mediators ... Done
44662025-10-28T00:05:45.778Z[ host-image] Oct 28 00:05:45.265 INFO O| Oct 28 00:05:45.265 INFO O| Planning: Planning completed in 11.76 seconds
44672025-10-28T00:05:45.778Z[ host-image] Oct 28 00:05:45.266 INFO O| Oct 28 00:05:45.266 INFO O| Packages to install: 5
44682025-10-28T00:05:45.778Z[ host-image] Oct 28 00:05:45.266 INFO O| Oct 28 00:05:45.266 INFO O| Services to change: 2
44692025-10-28T00:05:45.815Z[ host-image] Oct 28 00:05:45.295 INFO O| Oct 28 00:05:45.295 INFO O| Download: 0/121 items 0.0/1.5MB 0% complete
44702025-10-28T00:05:46.260Z[ recovery-image] Oct 28 00:05:45.747 INFO O| Oct 28 00:05:45.740 INFO O| Download: 11167/15954 items 103.1/184.1MB 55% complete (1.4M/s)
44712025-10-28T00:05:47.383Z[ host-image] Oct 28 00:05:46.869 INFO O| Oct 28 00:05:46.869 INFO O| Download: Completed 1.48 MB in 1.57 seconds (962k/s)
44722025-10-28T00:05:47.482Z[ host-image] Oct 28 00:05:46.971 INFO O| Oct 28 00:05:46.971 INFO O| Actions: 1/313 actions (Installing new actions)
44732025-10-28T00:05:47.675Z[ host-image] Oct 28 00:05:47.164 INFO O| Oct 28 00:05:47.164 INFO O| Actions: Completed 313 actions in 0.19 seconds.
44742025-10-28T00:05:48.409Z[ host-image] Oct 28 00:05:47.898 INFO O| Oct 28 00:05:47.898 INFO O| Done
44752025-10-28T00:05:48.413Z[ host-image] Oct 28 00:05:47.898 INFO O| Oct 28 00:05:47.898 INFO O| Done
44762025-10-28T00:05:50.406Z[ host-image] Oct 28 00:05:49.895 INFO O| Oct 28 00:05:49.895 INFO O| Done
44772025-10-28T00:05:51.277Z[ recovery-image] Oct 28 00:05:50.767 INFO O| Oct 28 00:05:50.766 INFO O| Download: 12062/15954 items 143.5/184.1MB 77% complete (4.6M/s)
44782025-10-28T00:05:53.505Z[ host-image] Oct 28 00:05:52.995 INFO O| Oct 28 00:05:52.995 INFO O| Done
44792025-10-28T00:05:53.548Z[ host-image] Oct 28 00:05:53.037 INFO O| Oct 28 00:05:53.036 INFO O| Done
44802025-10-28T00:05:53.552Z[ host-image] Oct 28 00:05:53.037 INFO O| Oct 28 00:05:53.037 INFO O| Done
44812025-10-28T00:05:53.605Z[ host-image] Oct 28 00:05:53.095 INFO O| Oct 28 00:05:53.095 INFO O| Done
44822025-10-28T00:05:55.494Z[ host-image] Oct 28 00:05:54.981 INFO O| Oct 28 00:05:54.981 INFO STEP 12 (pkg_install) COMPLETE
44832025-10-28T00:05:55.494Z[ host-image] Oct 28 00:05:54.981 INFO O| Oct 28 00:05:54.981 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44842025-10-28T00:05:55.507Z[ host-image] Oct 28 00:05:54.997 INFO O| Oct 28 00:05:54.997 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44852025-10-28T00:05:56.277Z[ recovery-image] Oct 28 00:05:55.767 INFO O| Oct 28 00:05:55.766 INFO O| Download: 13509/15954 items 149.2/184.1MB 81% complete (4.6M/s)
44862025-10-28T00:06:01.618Z[ recovery-image] Oct 28 00:06:01.109 INFO O| Oct 28 00:06:01.109 INFO O| Download: 14759/15954 items 154.9/184.1MB 84% complete (1.1M/s)
44872025-10-28T00:06:06.641Z[ recovery-image] Oct 28 00:06:06.133 INFO O| Oct 28 00:06:06.133 INFO O| Download: 15605/15954 items 176.5/184.1MB 95% complete (2.6M/s)
44882025-10-28T00:06:10.076Z[ recovery-image] Oct 28 00:06:09.570 INFO O| Oct 28 00:06:09.570 INFO O| Download: Completed 184.14 MB in 74.08 seconds (2.5M/s)
44892025-10-28T00:06:11.236Z[ recovery-image] Oct 28 00:06:10.730 INFO O| Oct 28 00:06:10.730 INFO O| Actions: 1/26324 actions (Installing new actions)
44902025-10-28T00:06:16.235Z[ recovery-image] Oct 28 00:06:15.730 INFO O| Oct 28 00:06:15.730 INFO O| Actions: 10355/26324 actions (Installing new actions)
44912025-10-28T00:06:21.243Z[ recovery-image] Oct 28 00:06:20.739 INFO O| Oct 28 00:06:20.739 INFO O| Actions: 15604/26324 actions (Installing new actions)
44922025-10-28T00:06:26.244Z[ recovery-image] Oct 28 00:06:25.740 INFO O| Oct 28 00:06:25.740 INFO O| Actions: 25904/26324 actions (Installing new actions)
44932025-10-28T00:06:26.664Z[ recovery-image] Oct 28 00:06:26.160 INFO O| Oct 28 00:06:26.160 INFO O| Actions: Completed 26324 actions in 15.43 seconds.
44942025-10-28T00:06:27.478Z[ recovery-image] Oct 28 00:06:26.975 INFO O| Oct 28 00:06:26.975 INFO O| Done
44952025-10-28T00:06:27.478Z[ recovery-image] Oct 28 00:06:26.975 INFO O| Oct 28 00:06:26.975 INFO O| Done
44962025-10-28T00:06:30.772Z[ recovery-image] Oct 28 00:06:30.269 INFO O| Oct 28 00:06:30.269 INFO O| Done
44972025-10-28T00:06:33.132Z[ recovery-image] Oct 28 00:06:32.630 INFO O| Oct 28 00:06:32.630 INFO O| Done
44982025-10-28T00:06:33.171Z[ recovery-image] Oct 28 00:06:32.669 INFO O| Oct 28 00:06:32.668 INFO O| Done
44992025-10-28T00:06:38.055Z[ host-image] Oct 28 00:06:37.554 INFO O| Oct 28 00:06:37.554 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
45002025-10-28T00:06:38.068Z[ recovery-image] Oct 28 00:06:37.567 INFO O| Oct 28 00:06:37.567 INFO O| Done
45012025-10-28T00:06:38.681Z[ recovery-image] Oct 28 00:06:38.180 INFO O| Oct 28 00:06:38.180 INFO O| Done
45022025-10-28T00:06:42.014Z[ recovery-image] Oct 28 00:06:41.514 INFO O| Oct 28 00:06:41.514 INFO STEP 11 (pkg_install) COMPLETE
45032025-10-28T00:06:42.014Z[ recovery-image] Oct 28 00:06:41.514 INFO O| Oct 28 00:06:41.514 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45042025-10-28T00:06:42.017Z[ recovery-image] Oct 28 00:06:41.514 INFO O| Oct 28 00:06:41.514 INFO skip step because feature "recovery" is enabled
45052025-10-28T00:06:42.017Z[ recovery-image] Oct 28 00:06:41.514 INFO O| Oct 28 00:06:41.514 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45062025-10-28T00:06:42.018Z[ recovery-image] Oct 28 00:06:41.514 INFO O| Oct 28 00:06:41.514 INFO skip step because feature "omicron1" is not enabled
45072025-10-28T00:06:42.018Z[ recovery-image] Oct 28 00:06:41.514 INFO O| Oct 28 00:06:41.514 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45082025-10-28T00:06:42.032Z[ recovery-image] Oct 28 00:06:41.530 INFO O| Oct 28 00:06:41.530 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.37.424"]
45092025-10-28T00:06:56.869Z[ host-image] Oct 28 00:06:56.372 INFO O| Oct 28 00:06:56.372 INFO O| Startup: Caching catalogs ... Done
45102025-10-28T00:07:06.524Z[ host-image] Oct 28 00:07:06.029 INFO O| Oct 28 00:07:06.029 INFO O| Planning: Solver setup ... Done
45112025-10-28T00:07:06.544Z[ host-image] Oct 28 00:07:06.048 INFO O| Oct 28 00:07:06.048 INFO O| Planning: Running solver ... Done
45122025-10-28T00:07:06.704Z[ host-image] Oct 28 00:07:06.208 INFO O| Oct 28 00:07:06.208 INFO O| Planning: Finding local manifests ... Done
45132025-10-28T00:07:06.765Z[ host-image] Oct 28 00:07:06.268 INFO O| Oct 28 00:07:06.268 INFO O| Planning: Fetching manifests: 0/6 0% complete
45142025-10-28T00:07:07.043Z[ host-image] Oct 28 00:07:06.547 INFO O| Oct 28 00:07:06.547 INFO O| Planning: Fetching manifests: 6/6 100% complete
45152025-10-28T00:07:07.104Z[ host-image] Oct 28 00:07:06.609 INFO O| Oct 28 00:07:06.609 INFO O| Planning: Package planning ... Done
45162025-10-28T00:07:07.143Z[ host-image] Oct 28 00:07:06.648 INFO O| Oct 28 00:07:06.648 INFO O| Planning: Merging actions ... Done
45172025-10-28T00:07:07.307Z[ host-image] Oct 28 00:07:06.812 INFO O| Oct 28 00:07:06.812 INFO O| Planning: Checking for conflicting actions ... Done
45182025-10-28T00:07:07.314Z[ host-image] Oct 28 00:07:06.819 INFO O| Oct 28 00:07:06.818 INFO O| Planning: Consolidating action changes ... Done
45192025-10-28T00:07:07.797Z[ host-image] Oct 28 00:07:07.302 INFO O| Oct 28 00:07:07.302 INFO O| Planning: Evaluating mediators ... Done
45202025-10-28T00:07:07.804Z[ host-image] Oct 28 00:07:07.309 INFO O| Oct 28 00:07:07.309 INFO O| Planning: Planning completed in 10.78 seconds
45212025-10-28T00:07:07.807Z[ host-image] Oct 28 00:07:07.310 INFO O| Oct 28 00:07:07.310 INFO O| Packages to install: 6
45222025-10-28T00:07:07.807Z[ host-image] Oct 28 00:07:07.310 INFO O| Oct 28 00:07:07.310 INFO O| Mediators to change: 1
45232025-10-28T00:07:07.807Z[ host-image] Oct 28 00:07:07.310 INFO O| Oct 28 00:07:07.310 INFO O| Services to change: 1
45242025-10-28T00:07:07.841Z[ host-image] Oct 28 00:07:07.346 INFO O| Oct 28 00:07:07.346 INFO O| Download: 0/1140 items 0.0/7.7MB 0% complete
45252025-10-28T00:07:12.735Z[ host-image] Oct 28 00:07:12.241 INFO O| Oct 28 00:07:12.241 INFO O| Download: Completed 7.71 MB in 4.89 seconds (1.6M/s)
45262025-10-28T00:07:12.909Z[ host-image] Oct 28 00:07:12.415 INFO O| Oct 28 00:07:12.415 INFO O| Actions: 1/1361 actions (Installing new actions)
45272025-10-28T00:07:13.661Z[ host-image] Oct 28 00:07:13.167 INFO O| Oct 28 00:07:13.167 INFO O| Actions: Completed 1361 actions in 0.75 seconds.
45282025-10-28T00:07:14.387Z[ host-image] Oct 28 00:07:13.894 INFO O| Oct 28 00:07:13.893 INFO O| Done
45292025-10-28T00:07:14.391Z[ host-image] Oct 28 00:07:13.894 INFO O| Oct 28 00:07:13.893 INFO O| Done
45302025-10-28T00:07:16.630Z[ host-image] Oct 28 00:07:16.137 INFO O| Oct 28 00:07:16.136 INFO O| Done
45312025-10-28T00:07:20.095Z[ host-image] Oct 28 00:07:19.601 INFO O| Oct 28 00:07:19.601 INFO O| Done
45322025-10-28T00:07:20.163Z[ host-image] Oct 28 00:07:19.671 INFO O| Oct 28 00:07:19.670 INFO O| Done
45332025-10-28T00:07:20.166Z[ host-image] Oct 28 00:07:19.671 INFO O| Oct 28 00:07:19.671 INFO O| Done
45342025-10-28T00:07:20.251Z[ host-image] Oct 28 00:07:19.758 INFO O| Oct 28 00:07:19.758 INFO O| Done
45352025-10-28T00:07:22.164Z[ host-image] Oct 28 00:07:21.672 INFO O| Oct 28 00:07:21.672 INFO STEP 13 (pkg_install) COMPLETE
45362025-10-28T00:07:22.164Z[ host-image] Oct 28 00:07:21.672 INFO O| Oct 28 00:07:21.672 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45372025-10-28T00:07:22.181Z[ host-image] Oct 28 00:07:21.687 INFO O| Oct 28 00:07:21.687 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.37.424"]
45382025-10-28T00:07:26.425Z[ recovery-image] Oct 28 00:07:25.934 INFO O| Oct 28 00:07:25.933 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
45392025-10-28T00:07:45.416Z[ recovery-image] Oct 28 00:07:44.925 INFO O| Oct 28 00:07:44.925 INFO O| Startup: Caching catalogs ... Done
45402025-10-28T00:07:54.779Z[ recovery-image] Oct 28 00:07:54.294 INFO O| Oct 28 00:07:54.294 INFO O| Planning: Solver setup ... Done
45412025-10-28T00:07:54.793Z[ recovery-image] Oct 28 00:07:54.308 INFO O| Oct 28 00:07:54.308 INFO O| Planning: Running solver ... Done
45422025-10-28T00:07:55.014Z[ recovery-image] Oct 28 00:07:54.526 INFO O| Oct 28 00:07:54.526 INFO O| Planning: Finding local manifests ... Done
45432025-10-28T00:07:55.132Z[ recovery-image] Oct 28 00:07:54.646 INFO O| Oct 28 00:07:54.646 INFO O| Planning: Fetching manifests: 0/1 0% complete
45442025-10-28T00:07:55.152Z[ recovery-image] Oct 28 00:07:54.666 INFO O| Oct 28 00:07:54.666 INFO O| Planning: Fetching manifests: 1/1 100% complete
45452025-10-28T00:07:55.193Z[ recovery-image] Oct 28 00:07:54.708 INFO O| Oct 28 00:07:54.708 INFO O| Planning: Package planning ... Done
45462025-10-28T00:07:55.197Z[ recovery-image] Oct 28 00:07:54.709 INFO O| Oct 28 00:07:54.709 INFO O| Planning: Merging actions ... Done
45472025-10-28T00:07:55.250Z[ recovery-image] Oct 28 00:07:54.764 INFO O| Oct 28 00:07:54.764 INFO O| Planning: Checking for conflicting actions ... Done
45482025-10-28T00:07:55.253Z[ recovery-image] Oct 28 00:07:54.764 INFO O| Oct 28 00:07:54.764 INFO O| Planning: Consolidating action changes ... Done
45492025-10-28T00:07:55.555Z[ recovery-image] Oct 28 00:07:55.070 INFO O| Oct 28 00:07:55.070 INFO O| Planning: Evaluating mediators ... Done
45502025-10-28T00:07:55.558Z[ recovery-image] Oct 28 00:07:55.071 INFO O| Oct 28 00:07:55.071 INFO O| Planning: Planning completed in 9.99 seconds
45512025-10-28T00:07:55.558Z[ recovery-image] Oct 28 00:07:55.071 INFO O| Oct 28 00:07:55.071 INFO O| Packages to install: 1
45522025-10-28T00:07:55.592Z[ recovery-image] Oct 28 00:07:55.106 INFO O| Oct 28 00:07:55.106 INFO O| Download: 0/4 items 0.0/10.2MB 0% complete
45532025-10-28T00:07:55.747Z[ recovery-image] Oct 28 00:07:55.261 INFO O| Oct 28 00:07:55.261 INFO O| Download: Completed 10.21 MB in 0.15 seconds (65.9M/s)
45542025-10-28T00:07:55.835Z[ recovery-image] Oct 28 00:07:55.350 INFO O| Oct 28 00:07:55.350 INFO O| Actions: 1/22 actions (Installing new actions)
45552025-10-28T00:07:56.219Z[ recovery-image] Oct 28 00:07:55.734 INFO O| Oct 28 00:07:55.734 INFO O| Actions: Completed 22 actions in 0.38 seconds.
45562025-10-28T00:07:57.037Z[ recovery-image] Oct 28 00:07:56.552 INFO O| Oct 28 00:07:56.552 INFO O| Done
45572025-10-28T00:07:57.041Z[ recovery-image] Oct 28 00:07:56.552 INFO O| Oct 28 00:07:56.552 INFO O| Done
45582025-10-28T00:07:59.436Z[ recovery-image] Oct 28 00:07:58.951 INFO O| Oct 28 00:07:58.951 INFO O| Done
45592025-10-28T00:08:01.753Z[ recovery-image] Oct 28 00:08:01.268 INFO O| Oct 28 00:08:01.268 INFO O| Done
45602025-10-28T00:08:01.778Z[ recovery-image] Oct 28 00:08:01.294 INFO O| Oct 28 00:08:01.294 INFO O| Done
45612025-10-28T00:08:01.781Z[ recovery-image] Oct 28 00:08:01.294 INFO O| Oct 28 00:08:01.294 INFO O| Done
45622025-10-28T00:08:01.806Z[ recovery-image] Oct 28 00:08:01.321 INFO O| Oct 28 00:08:01.320 INFO O| Done
45632025-10-28T00:08:03.733Z[ recovery-image] Oct 28 00:08:03.249 INFO O| Oct 28 00:08:03.249 INFO STEP 14 (pkg_install) COMPLETE
45642025-10-28T00:08:03.733Z[ recovery-image] Oct 28 00:08:03.249 INFO O| Oct 28 00:08:03.249 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45652025-10-28T00:08:03.736Z[ recovery-image] Oct 28 00:08:03.249 INFO O| Oct 28 00:08:03.249 INFO skip step because feature "mfg" is not enabled
45662025-10-28T00:08:03.736Z[ recovery-image] Oct 28 00:08:03.249 INFO O| Oct 28 00:08:03.249 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45672025-10-28T00:08:03.736Z[ recovery-image] Oct 28 00:08:03.249 INFO O| Oct 28 00:08:03.249 INFO skip step because feature "compliance" is not enabled
45682025-10-28T00:08:03.736Z[ recovery-image] Oct 28 00:08:03.249 INFO O| Oct 28 00:08:03.249 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45692025-10-28T00:08:03.736Z[ recovery-image] Oct 28 00:08:03.249 INFO O| Oct 28 00:08:03.249 INFO skip step because feature "stress" is not enabled
45702025-10-28T00:08:03.736Z[ recovery-image] Oct 28 00:08:03.249 INFO O| Oct 28 00:08:03.249 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45712025-10-28T00:08:03.736Z[ recovery-image] Oct 28 00:08:03.249 INFO O| Oct 28 00:08:03.249 INFO skip step because feature "compliance" is not enabled
45722025-10-28T00:08:03.736Z[ recovery-image] Oct 28 00:08:03.249 INFO O| Oct 28 00:08:03.249 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45732025-10-28T00:08:03.736Z[ recovery-image] Oct 28 00:08:03.249 INFO O| Oct 28 00:08:03.249 INFO skip step because feature "nfs" is not enabled
45742025-10-28T00:08:03.737Z[ recovery-image] Oct 28 00:08:03.249 INFO O| Oct 28 00:08:03.249 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45752025-10-28T00:08:03.737Z[ recovery-image] Oct 28 00:08:03.250 INFO O| Oct 28 00:08:03.250 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45762025-10-28T00:08:03.832Z[ recovery-image] Oct 28 00:08:03.348 INFO O| Oct 28 00:08:03.348 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45772025-10-28T00:08:03.972Z[ recovery-image] Oct 28 00:08:03.488 INFO O| Oct 28 00:08:03.488 INFO completed processing sled/ramdisk-01-os
45782025-10-28T00:08:03.978Z[ recovery-image] Oct 28 00:08:03.494 INFO image builder template: ramdisk-02-trim...
45792025-10-28T00:08:03.978Z[ recovery-image] Oct 28 00:08:03.494 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/.tmpl4ZrR2/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.37.424", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@17.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
45802025-10-28T00:08:04.017Z[ recovery-image] Oct 28 00:08:03.533 INFO O| Oct 28 00:08:03.532 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45812025-10-28T00:08:04.022Z[ recovery-image] Oct 28 00:08:03.538 INFO O| Oct 28 00:08:03.538 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45822025-10-28T00:08:04.113Z[ recovery-image] Oct 28 00:08:03.629 INFO O| Oct 28 00:08:03.629 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
45832025-10-28T00:08:04.190Z[ recovery-image] Oct 28 00:08:03.706 INFO O| Oct 28 00:08:03.706 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45842025-10-28T00:08:04.190Z[ recovery-image] Oct 28 00:08:03.706 INFO O| Oct 28 00:08:03.706 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45852025-10-28T00:08:04.197Z[ recovery-image] Oct 28 00:08:03.714 INFO O| Oct 28 00:08:03.714 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
45862025-10-28T00:08:04.203Z[ recovery-image] Oct 28 00:08:03.719 INFO O| Oct 28 00:08:03.719 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45872025-10-28T00:08:04.209Z[ recovery-image] Oct 28 00:08:03.726 INFO O| Oct 28 00:08:03.726 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45882025-10-28T00:08:04.677Z[ recovery-image] Oct 28 00:08:04.194 INFO O| Oct 28 00:08:04.194 INFO rolled back to input snapshot; work may begin
45892025-10-28T00:08:04.677Z[ recovery-image] Oct 28 00:08:04.194 INFO O| Oct 28 00:08:04.194 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45902025-10-28T00:08:04.683Z[ recovery-image] Oct 28 00:08:04.200 INFO O| Oct 28 00:08:04.200 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45912025-10-28T00:08:04.699Z[ recovery-image] Oct 28 00:08:04.216 INFO O| Oct 28 00:08:04.215 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
45922025-10-28T00:08:04.777Z[ recovery-image] Oct 28 00:08:04.293 INFO O| Oct 28 00:08:04.293 INFO STEP 0 (remove_files) COMPLETE
45932025-10-28T00:08:04.777Z[ recovery-image] Oct 28 00:08:04.293 INFO O| Oct 28 00:08:04.293 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45942025-10-28T00:08:04.789Z[ recovery-image] Oct 28 00:08:04.306 INFO O| Oct 28 00:08:04.306 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
45952025-10-28T00:08:04.793Z[ recovery-image] Oct 28 00:08:04.309 INFO O| Oct 28 00:08:04.309 INFO STEP 1 (remove_files) COMPLETE
45962025-10-28T00:08:04.793Z[ recovery-image] Oct 28 00:08:04.309 INFO O| Oct 28 00:08:04.309 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45972025-10-28T00:08:04.804Z[ recovery-image] Oct 28 00:08:04.320 INFO O| Oct 28 00:08:04.320 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
45982025-10-28T00:08:04.821Z[ recovery-image] Oct 28 00:08:04.338 INFO O| Oct 28 00:08:04.338 INFO STEP 2 (remove_files) COMPLETE
45992025-10-28T00:08:04.824Z[ recovery-image] Oct 28 00:08:04.338 INFO O| Oct 28 00:08:04.338 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46002025-10-28T00:08:04.834Z[ recovery-image] Oct 28 00:08:04.350 INFO O| Oct 28 00:08:04.350 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
46012025-10-28T00:08:04.837Z[ recovery-image] Oct 28 00:08:04.353 INFO O| Oct 28 00:08:04.352 INFO STEP 3 (remove_files) COMPLETE
46022025-10-28T00:08:04.837Z[ recovery-image] Oct 28 00:08:04.353 INFO O| Oct 28 00:08:04.353 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46032025-10-28T00:08:04.847Z[ recovery-image] Oct 28 00:08:04.364 INFO O| Oct 28 00:08:04.364 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
46042025-10-28T00:08:04.852Z[ recovery-image] Oct 28 00:08:04.369 INFO O| Oct 28 00:08:04.369 INFO STEP 4 (remove_files) COMPLETE
46052025-10-28T00:08:04.852Z[ recovery-image] Oct 28 00:08:04.369 INFO O| Oct 28 00:08:04.369 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46062025-10-28T00:08:04.866Z[ recovery-image] Oct 28 00:08:04.380 INFO O| Oct 28 00:08:04.380 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
46072025-10-28T00:08:04.866Z[ recovery-image] Oct 28 00:08:04.380 INFO O| Oct 28 00:08:04.380 INFO STEP 5 (remove_files) COMPLETE
46082025-10-28T00:08:04.866Z[ recovery-image] Oct 28 00:08:04.380 INFO O| Oct 28 00:08:04.380 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46092025-10-28T00:08:04.874Z[ recovery-image] Oct 28 00:08:04.391 INFO O| Oct 28 00:08:04.391 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
46102025-10-28T00:08:04.888Z[ recovery-image] Oct 28 00:08:04.405 INFO O| Oct 28 00:08:04.404 INFO STEP 6 (remove_files) COMPLETE
46112025-10-28T00:08:04.888Z[ recovery-image] Oct 28 00:08:04.405 INFO O| Oct 28 00:08:04.405 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46122025-10-28T00:08:04.888Z[ recovery-image] Oct 28 00:08:04.405 INFO O| Oct 28 00:08:04.405 INFO skip step because feature "recovery" is enabled
46132025-10-28T00:08:04.891Z[ recovery-image] Oct 28 00:08:04.405 INFO O| Oct 28 00:08:04.405 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46142025-10-28T00:08:04.891Z[ recovery-image] Oct 28 00:08:04.405 INFO O| Oct 28 00:08:04.405 INFO skip step because feature "recovery" is enabled
46152025-10-28T00:08:04.891Z[ recovery-image] Oct 28 00:08:04.405 INFO O| Oct 28 00:08:04.405 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46162025-10-28T00:08:04.891Z[ recovery-image] Oct 28 00:08:04.405 INFO O| Oct 28 00:08:04.405 INFO skip step because feature "recovery" is enabled
46172025-10-28T00:08:04.891Z[ recovery-image] Oct 28 00:08:04.405 INFO O| Oct 28 00:08:04.405 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46182025-10-28T00:08:04.902Z[ recovery-image] Oct 28 00:08:04.419 INFO O| Oct 28 00:08:04.419 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
46192025-10-28T00:08:04.931Z[ recovery-image] Oct 28 00:08:04.425 INFO O| Oct 28 00:08:04.424 INFO STEP 10 (remove_files) COMPLETE
46202025-10-28T00:08:04.931Z[ recovery-image] Oct 28 00:08:04.425 INFO O| Oct 28 00:08:04.425 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46212025-10-28T00:08:04.935Z[ recovery-image] Oct 28 00:08:04.450 INFO O| Oct 28 00:08:04.450 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
46222025-10-28T00:08:04.935Z[ recovery-image] Oct 28 00:08:04.451 INFO O| Oct 28 00:08:04.451 INFO STEP 11 (remove_files) COMPLETE
46232025-10-28T00:08:04.935Z[ recovery-image] Oct 28 00:08:04.451 INFO O| Oct 28 00:08:04.451 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46242025-10-28T00:08:04.945Z[ recovery-image] Oct 28 00:08:04.462 INFO O| Oct 28 00:08:04.462 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
46252025-10-28T00:08:04.949Z[ recovery-image] Oct 28 00:08:04.464 INFO O| Oct 28 00:08:04.464 INFO STEP 12 (remove_files) COMPLETE
46262025-10-28T00:08:04.949Z[ recovery-image] Oct 28 00:08:04.464 INFO O| Oct 28 00:08:04.464 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46272025-10-28T00:08:04.969Z[ recovery-image] Oct 28 00:08:04.485 INFO O| Oct 28 00:08:04.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
46282025-10-28T00:08:05.113Z[ recovery-image] Oct 28 00:08:04.630 INFO O| Oct 28 00:08:04.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a"
46292025-10-28T00:08:05.125Z[ recovery-image] Oct 28 00:08:04.641 INFO O| Oct 28 00:08:04.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
46302025-10-28T00:08:05.135Z[ recovery-image] Oct 28 00:08:04.651 INFO O| Oct 28 00:08:04.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
46312025-10-28T00:08:05.138Z[ recovery-image] Oct 28 00:08:04.652 INFO O| Oct 28 00:08:04.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
46322025-10-28T00:08:05.350Z[ recovery-image] Oct 28 00:08:04.866 INFO O| Oct 28 00:08:04.866 INFO STEP 13 (remove_files) COMPLETE
46332025-10-28T00:08:05.350Z[ recovery-image] Oct 28 00:08:04.866 INFO O| Oct 28 00:08:04.866 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46342025-10-28T00:08:05.364Z[ recovery-image] Oct 28 00:08:04.881 INFO O| Oct 28 00:08:04.881 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
46352025-10-28T00:08:05.368Z[ recovery-image] Oct 28 00:08:04.883 INFO O| Oct 28 00:08:04.883 INFO STEP 14 (remove_files) COMPLETE
46362025-10-28T00:08:05.368Z[ recovery-image] Oct 28 00:08:04.883 INFO O| Oct 28 00:08:04.883 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46372025-10-28T00:08:05.380Z[ recovery-image] Oct 28 00:08:04.897 INFO O| Oct 28 00:08:04.896 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
46382025-10-28T00:08:05.391Z[ recovery-image] Oct 28 00:08:04.907 INFO O| Oct 28 00:08:04.906 INFO STEP 15 (remove_files) COMPLETE
46392025-10-28T00:08:05.391Z[ recovery-image] Oct 28 00:08:04.907 INFO O| Oct 28 00:08:04.906 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46402025-10-28T00:08:05.404Z[ recovery-image] Oct 28 00:08:04.921 INFO O| Oct 28 00:08:04.921 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
46412025-10-28T00:08:05.408Z[ recovery-image] Oct 28 00:08:04.921 INFO O| Oct 28 00:08:04.921 INFO STEP 16 (remove_files) COMPLETE
46422025-10-28T00:08:05.408Z[ recovery-image] Oct 28 00:08:04.921 INFO O| Oct 28 00:08:04.921 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46432025-10-28T00:08:05.418Z[ recovery-image] Oct 28 00:08:04.935 INFO O| Oct 28 00:08:04.935 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
46442025-10-28T00:08:05.421Z[ recovery-image] Oct 28 00:08:04.937 INFO O| Oct 28 00:08:04.937 INFO STEP 17 (remove_files) COMPLETE
46452025-10-28T00:08:05.421Z[ recovery-image] Oct 28 00:08:04.937 INFO O| Oct 28 00:08:04.937 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46462025-10-28T00:08:05.433Z[ recovery-image] Oct 28 00:08:04.950 INFO O| Oct 28 00:08:04.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
46472025-10-28T00:08:05.433Z[ recovery-image] Oct 28 00:08:04.950 INFO O| Oct 28 00:08:04.950 INFO STEP 18 (remove_files) COMPLETE
46482025-10-28T00:08:05.436Z[ recovery-image] Oct 28 00:08:04.950 INFO O| Oct 28 00:08:04.950 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46492025-10-28T00:08:05.446Z[ recovery-image] Oct 28 00:08:04.963 INFO O| Oct 28 00:08:04.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
46502025-10-28T00:08:05.446Z[ recovery-image] Oct 28 00:08:04.963 INFO O| Oct 28 00:08:04.963 INFO STEP 19 (remove_files) COMPLETE
46512025-10-28T00:08:05.449Z[ recovery-image] Oct 28 00:08:04.963 INFO O| Oct 28 00:08:04.963 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46522025-10-28T00:08:05.459Z[ recovery-image] Oct 28 00:08:04.975 INFO O| Oct 28 00:08:04.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
46532025-10-28T00:08:05.462Z[ recovery-image] Oct 28 00:08:04.976 INFO O| Oct 28 00:08:04.975 INFO STEP 20 (remove_files) COMPLETE
46542025-10-28T00:08:05.462Z[ recovery-image] Oct 28 00:08:04.976 INFO O| Oct 28 00:08:04.976 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46552025-10-28T00:08:05.509Z[ recovery-image] Oct 28 00:08:05.026 INFO O| Oct 28 00:08:05.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
46562025-10-28T00:08:05.509Z[ recovery-image] Oct 28 00:08:05.026 INFO O| Oct 28 00:08:05.026 INFO STEP 21 (remove_files) COMPLETE
46572025-10-28T00:08:05.509Z[ recovery-image] Oct 28 00:08:05.026 INFO O| Oct 28 00:08:05.026 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46582025-10-28T00:08:05.524Z[ recovery-image] Oct 28 00:08:05.040 INFO O| Oct 28 00:08:05.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
46592025-10-28T00:08:05.524Z[ recovery-image] Oct 28 00:08:05.040 INFO O| Oct 28 00:08:05.040 INFO STEP 22 (remove_files) COMPLETE
46602025-10-28T00:08:05.524Z[ recovery-image] Oct 28 00:08:05.040 INFO O| Oct 28 00:08:05.040 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46612025-10-28T00:08:05.539Z[ recovery-image] Oct 28 00:08:05.055 INFO O| Oct 28 00:08:05.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
46622025-10-28T00:08:05.543Z[ recovery-image] Oct 28 00:08:05.055 INFO O| Oct 28 00:08:05.055 INFO STEP 23 (remove_files) COMPLETE
46632025-10-28T00:08:05.543Z[ recovery-image] Oct 28 00:08:05.055 INFO O| Oct 28 00:08:05.055 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46642025-10-28T00:08:05.553Z[ recovery-image] Oct 28 00:08:05.069 INFO O| Oct 28 00:08:05.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
46652025-10-28T00:08:05.553Z[ recovery-image] Oct 28 00:08:05.070 INFO O| Oct 28 00:08:05.070 INFO STEP 24 (remove_files) COMPLETE
46662025-10-28T00:08:05.553Z[ recovery-image] Oct 28 00:08:05.070 INFO O| Oct 28 00:08:05.070 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46672025-10-28T00:08:05.567Z[ recovery-image] Oct 28 00:08:05.084 INFO O| Oct 28 00:08:05.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
46682025-10-28T00:08:05.567Z[ recovery-image] Oct 28 00:08:05.084 INFO O| Oct 28 00:08:05.084 INFO STEP 25 (remove_files) COMPLETE
46692025-10-28T00:08:05.567Z[ recovery-image] Oct 28 00:08:05.084 INFO O| Oct 28 00:08:05.084 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46702025-10-28T00:08:05.581Z[ recovery-image] Oct 28 00:08:05.097 INFO O| Oct 28 00:08:05.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
46712025-10-28T00:08:05.581Z[ recovery-image] Oct 28 00:08:05.097 INFO O| Oct 28 00:08:05.097 INFO STEP 26 (remove_files) COMPLETE
46722025-10-28T00:08:05.581Z[ recovery-image] Oct 28 00:08:05.097 INFO O| Oct 28 00:08:05.097 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46732025-10-28T00:08:05.595Z[ recovery-image] Oct 28 00:08:05.111 INFO O| Oct 28 00:08:05.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
46742025-10-28T00:08:05.595Z[ recovery-image] Oct 28 00:08:05.111 INFO O| Oct 28 00:08:05.111 INFO STEP 27 (remove_files) COMPLETE
46752025-10-28T00:08:05.598Z[ recovery-image] Oct 28 00:08:05.111 INFO O| Oct 28 00:08:05.111 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46762025-10-28T00:08:05.609Z[ recovery-image] Oct 28 00:08:05.126 INFO O| Oct 28 00:08:05.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
46772025-10-28T00:08:05.609Z[ recovery-image] Oct 28 00:08:05.126 INFO O| Oct 28 00:08:05.126 INFO STEP 28 (remove_files) COMPLETE
46782025-10-28T00:08:05.609Z[ recovery-image] Oct 28 00:08:05.126 INFO O| Oct 28 00:08:05.126 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46792025-10-28T00:08:05.621Z[ recovery-image] Oct 28 00:08:05.138 INFO O| Oct 28 00:08:05.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
46802025-10-28T00:08:05.621Z[ recovery-image] Oct 28 00:08:05.138 INFO O| Oct 28 00:08:05.138 INFO STEP 29 (remove_files) COMPLETE
46812025-10-28T00:08:05.625Z[ recovery-image] Oct 28 00:08:05.138 INFO O| Oct 28 00:08:05.138 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46822025-10-28T00:08:05.635Z[ recovery-image] Oct 28 00:08:05.152 INFO O| Oct 28 00:08:05.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
46832025-10-28T00:08:05.635Z[ recovery-image] Oct 28 00:08:05.152 INFO O| Oct 28 00:08:05.152 INFO STEP 30 (remove_files) COMPLETE
46842025-10-28T00:08:05.639Z[ recovery-image] Oct 28 00:08:05.152 INFO O| Oct 28 00:08:05.152 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46852025-10-28T00:08:05.649Z[ recovery-image] Oct 28 00:08:05.165 INFO O| Oct 28 00:08:05.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
46862025-10-28T00:08:05.649Z[ recovery-image] Oct 28 00:08:05.166 INFO O| Oct 28 00:08:05.166 INFO STEP 31 (remove_files) COMPLETE
46872025-10-28T00:08:05.649Z[ recovery-image] Oct 28 00:08:05.166 INFO O| Oct 28 00:08:05.166 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46882025-10-28T00:08:05.663Z[ recovery-image] Oct 28 00:08:05.179 INFO O| Oct 28 00:08:05.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
46892025-10-28T00:08:05.663Z[ recovery-image] Oct 28 00:08:05.179 INFO O| Oct 28 00:08:05.179 INFO STEP 32 (remove_files) COMPLETE
46902025-10-28T00:08:05.663Z[ recovery-image] Oct 28 00:08:05.179 INFO O| Oct 28 00:08:05.179 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46912025-10-28T00:08:05.676Z[ recovery-image] Oct 28 00:08:05.192 INFO O| Oct 28 00:08:05.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
46922025-10-28T00:08:05.676Z[ recovery-image] Oct 28 00:08:05.192 INFO O| Oct 28 00:08:05.192 INFO STEP 33 (remove_files) COMPLETE
46932025-10-28T00:08:05.676Z[ recovery-image] Oct 28 00:08:05.192 INFO O| Oct 28 00:08:05.192 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46942025-10-28T00:08:05.690Z[ recovery-image] Oct 28 00:08:05.206 INFO O| Oct 28 00:08:05.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
46952025-10-28T00:08:05.690Z[ recovery-image] Oct 28 00:08:05.206 INFO O| Oct 28 00:08:05.206 INFO STEP 34 (remove_files) COMPLETE
46962025-10-28T00:08:05.693Z[ recovery-image] Oct 28 00:08:05.206 INFO O| Oct 28 00:08:05.206 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46972025-10-28T00:08:05.703Z[ recovery-image] Oct 28 00:08:05.220 INFO O| Oct 28 00:08:05.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
46982025-10-28T00:08:05.703Z[ recovery-image] Oct 28 00:08:05.220 INFO O| Oct 28 00:08:05.220 INFO STEP 35 (remove_files) COMPLETE
46992025-10-28T00:08:05.706Z[ recovery-image] Oct 28 00:08:05.220 INFO O| Oct 28 00:08:05.220 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47002025-10-28T00:08:05.717Z[ recovery-image] Oct 28 00:08:05.234 INFO O| Oct 28 00:08:05.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
47012025-10-28T00:08:05.717Z[ recovery-image] Oct 28 00:08:05.234 INFO O| Oct 28 00:08:05.233 INFO STEP 36 (remove_files) COMPLETE
47022025-10-28T00:08:05.717Z[ recovery-image] Oct 28 00:08:05.234 INFO O| Oct 28 00:08:05.233 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47032025-10-28T00:08:05.731Z[ recovery-image] Oct 28 00:08:05.248 INFO O| Oct 28 00:08:05.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
47042025-10-28T00:08:05.731Z[ recovery-image] Oct 28 00:08:05.248 INFO O| Oct 28 00:08:05.247 INFO STEP 37 (remove_files) COMPLETE
47052025-10-28T00:08:05.738Z[ recovery-image] Oct 28 00:08:05.248 INFO O| Oct 28 00:08:05.247 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47062025-10-28T00:08:05.745Z[ recovery-image] Oct 28 00:08:05.262 INFO O| Oct 28 00:08:05.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
47072025-10-28T00:08:05.745Z[ recovery-image] Oct 28 00:08:05.262 INFO O| Oct 28 00:08:05.261 INFO STEP 38 (remove_files) COMPLETE
47082025-10-28T00:08:05.749Z[ recovery-image] Oct 28 00:08:05.262 INFO O| Oct 28 00:08:05.261 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47092025-10-28T00:08:05.758Z[ recovery-image] Oct 28 00:08:05.275 INFO O| Oct 28 00:08:05.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
47102025-10-28T00:08:05.758Z[ recovery-image] Oct 28 00:08:05.275 INFO O| Oct 28 00:08:05.275 INFO STEP 39 (remove_files) COMPLETE
47112025-10-28T00:08:05.762Z[ recovery-image] Oct 28 00:08:05.275 INFO O| Oct 28 00:08:05.275 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47122025-10-28T00:08:05.771Z[ recovery-image] Oct 28 00:08:05.288 INFO O| Oct 28 00:08:05.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
47132025-10-28T00:08:05.771Z[ recovery-image] Oct 28 00:08:05.288 INFO O| Oct 28 00:08:05.288 INFO STEP 40 (remove_files) COMPLETE
47142025-10-28T00:08:05.771Z[ recovery-image] Oct 28 00:08:05.288 INFO O| Oct 28 00:08:05.288 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47152025-10-28T00:08:05.785Z[ recovery-image] Oct 28 00:08:05.302 INFO O| Oct 28 00:08:05.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
47162025-10-28T00:08:05.785Z[ recovery-image] Oct 28 00:08:05.302 INFO O| Oct 28 00:08:05.302 INFO STEP 41 (remove_files) COMPLETE
47172025-10-28T00:08:05.785Z[ recovery-image] Oct 28 00:08:05.302 INFO O| Oct 28 00:08:05.302 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47182025-10-28T00:08:05.799Z[ recovery-image] Oct 28 00:08:05.316 INFO O| Oct 28 00:08:05.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
47192025-10-28T00:08:05.799Z[ recovery-image] Oct 28 00:08:05.316 INFO O| Oct 28 00:08:05.316 INFO STEP 42 (remove_files) COMPLETE
47202025-10-28T00:08:05.799Z[ recovery-image] Oct 28 00:08:05.316 INFO O| Oct 28 00:08:05.316 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47212025-10-28T00:08:05.814Z[ recovery-image] Oct 28 00:08:05.331 INFO O| Oct 28 00:08:05.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
47222025-10-28T00:08:05.814Z[ recovery-image] Oct 28 00:08:05.331 INFO O| Oct 28 00:08:05.331 INFO STEP 43 (remove_files) COMPLETE
47232025-10-28T00:08:05.817Z[ recovery-image] Oct 28 00:08:05.331 INFO O| Oct 28 00:08:05.331 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47242025-10-28T00:08:05.828Z[ recovery-image] Oct 28 00:08:05.345 INFO O| Oct 28 00:08:05.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
47252025-10-28T00:08:05.828Z[ recovery-image] Oct 28 00:08:05.345 INFO O| Oct 28 00:08:05.345 INFO STEP 44 (remove_files) COMPLETE
47262025-10-28T00:08:05.828Z[ recovery-image] Oct 28 00:08:05.345 INFO O| Oct 28 00:08:05.345 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47272025-10-28T00:08:05.842Z[ recovery-image] Oct 28 00:08:05.359 INFO O| Oct 28 00:08:05.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
47282025-10-28T00:08:05.842Z[ recovery-image] Oct 28 00:08:05.359 INFO O| Oct 28 00:08:05.359 INFO STEP 45 (remove_files) COMPLETE
47292025-10-28T00:08:05.846Z[ recovery-image] Oct 28 00:08:05.359 INFO O| Oct 28 00:08:05.359 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47302025-10-28T00:08:05.856Z[ recovery-image] Oct 28 00:08:05.373 INFO O| Oct 28 00:08:05.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
47312025-10-28T00:08:05.856Z[ recovery-image] Oct 28 00:08:05.373 INFO O| Oct 28 00:08:05.373 INFO STEP 46 (remove_files) COMPLETE
47322025-10-28T00:08:05.862Z[ recovery-image] Oct 28 00:08:05.373 INFO O| Oct 28 00:08:05.373 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47332025-10-28T00:08:05.870Z[ recovery-image] Oct 28 00:08:05.387 INFO O| Oct 28 00:08:05.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
47342025-10-28T00:08:05.870Z[ recovery-image] Oct 28 00:08:05.387 INFO O| Oct 28 00:08:05.387 INFO STEP 47 (remove_files) COMPLETE
47352025-10-28T00:08:05.870Z[ recovery-image] Oct 28 00:08:05.387 INFO O| Oct 28 00:08:05.387 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47362025-10-28T00:08:05.885Z[ recovery-image] Oct 28 00:08:05.401 INFO O| Oct 28 00:08:05.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
47372025-10-28T00:08:05.885Z[ recovery-image] Oct 28 00:08:05.401 INFO O| Oct 28 00:08:05.401 INFO STEP 48 (remove_files) COMPLETE
47382025-10-28T00:08:05.892Z[ recovery-image] Oct 28 00:08:05.401 INFO O| Oct 28 00:08:05.401 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47392025-10-28T00:08:05.898Z[ recovery-image] Oct 28 00:08:05.415 INFO O| Oct 28 00:08:05.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
47402025-10-28T00:08:05.898Z[ recovery-image] Oct 28 00:08:05.415 INFO O| Oct 28 00:08:05.415 INFO STEP 49 (remove_files) COMPLETE
47412025-10-28T00:08:05.901Z[ recovery-image] Oct 28 00:08:05.415 INFO O| Oct 28 00:08:05.415 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47422025-10-28T00:08:05.912Z[ recovery-image] Oct 28 00:08:05.429 INFO O| Oct 28 00:08:05.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
47432025-10-28T00:08:05.912Z[ recovery-image] Oct 28 00:08:05.429 INFO O| Oct 28 00:08:05.429 INFO STEP 50 (remove_files) COMPLETE
47442025-10-28T00:08:05.915Z[ recovery-image] Oct 28 00:08:05.429 INFO O| Oct 28 00:08:05.429 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47452025-10-28T00:08:05.926Z[ recovery-image] Oct 28 00:08:05.443 INFO O| Oct 28 00:08:05.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
47462025-10-28T00:08:05.929Z[ recovery-image] Oct 28 00:08:05.443 INFO O| Oct 28 00:08:05.443 INFO STEP 51 (remove_files) COMPLETE
47472025-10-28T00:08:05.930Z[ recovery-image] Oct 28 00:08:05.443 INFO O| Oct 28 00:08:05.443 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47482025-10-28T00:08:05.940Z[ recovery-image] Oct 28 00:08:05.457 INFO O| Oct 28 00:08:05.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
47492025-10-28T00:08:05.944Z[ recovery-image] Oct 28 00:08:05.457 INFO O| Oct 28 00:08:05.457 INFO STEP 52 (remove_files) COMPLETE
47502025-10-28T00:08:05.944Z[ recovery-image] Oct 28 00:08:05.457 INFO O| Oct 28 00:08:05.457 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47512025-10-28T00:08:05.955Z[ recovery-image] Oct 28 00:08:05.472 INFO O| Oct 28 00:08:05.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
47522025-10-28T00:08:05.955Z[ recovery-image] Oct 28 00:08:05.472 INFO O| Oct 28 00:08:05.472 INFO STEP 53 (remove_files) COMPLETE
47532025-10-28T00:08:05.959Z[ recovery-image] Oct 28 00:08:05.472 INFO O| Oct 28 00:08:05.472 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47542025-10-28T00:08:05.970Z[ recovery-image] Oct 28 00:08:05.487 INFO O| Oct 28 00:08:05.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
47552025-10-28T00:08:05.970Z[ recovery-image] Oct 28 00:08:05.487 INFO O| Oct 28 00:08:05.487 INFO STEP 54 (remove_files) COMPLETE
47562025-10-28T00:08:05.973Z[ recovery-image] Oct 28 00:08:05.487 INFO O| Oct 28 00:08:05.487 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47572025-10-28T00:08:05.984Z[ recovery-image] Oct 28 00:08:05.501 INFO O| Oct 28 00:08:05.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
47582025-10-28T00:08:05.984Z[ recovery-image] Oct 28 00:08:05.501 INFO O| Oct 28 00:08:05.501 INFO STEP 55 (remove_files) COMPLETE
47592025-10-28T00:08:05.984Z[ recovery-image] Oct 28 00:08:05.501 INFO O| Oct 28 00:08:05.501 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47602025-10-28T00:08:05.998Z[ recovery-image] Oct 28 00:08:05.515 INFO O| Oct 28 00:08:05.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
47612025-10-28T00:08:05.998Z[ recovery-image] Oct 28 00:08:05.515 INFO O| Oct 28 00:08:05.515 INFO STEP 56 (remove_files) COMPLETE
47622025-10-28T00:08:05.998Z[ recovery-image] Oct 28 00:08:05.515 INFO O| Oct 28 00:08:05.515 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47632025-10-28T00:08:06.012Z[ recovery-image] Oct 28 00:08:05.529 INFO O| Oct 28 00:08:05.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
47642025-10-28T00:08:06.012Z[ recovery-image] Oct 28 00:08:05.529 INFO O| Oct 28 00:08:05.529 INFO STEP 57 (remove_files) COMPLETE
47652025-10-28T00:08:06.016Z[ recovery-image] Oct 28 00:08:05.529 INFO O| Oct 28 00:08:05.529 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47662025-10-28T00:08:06.027Z[ recovery-image] Oct 28 00:08:05.543 INFO O| Oct 28 00:08:05.543 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
47672025-10-28T00:08:06.027Z[ recovery-image] Oct 28 00:08:05.543 INFO O| Oct 28 00:08:05.543 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
47682025-10-28T00:08:06.030Z[ recovery-image] Oct 28 00:08:05.544 INFO O| Oct 28 00:08:05.543 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47692025-10-28T00:08:06.030Z[ recovery-image] Oct 28 00:08:05.544 INFO O| Oct 28 00:08:05.544 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47702025-10-28T00:08:06.030Z[ recovery-image] Oct 28 00:08:05.544 INFO O| Oct 28 00:08:05.544 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47712025-10-28T00:08:06.030Z[ recovery-image] Oct 28 00:08:05.544 INFO O| Oct 28 00:08:05.544 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47722025-10-28T00:08:06.030Z[ recovery-image] Oct 28 00:08:05.544 INFO O| Oct 28 00:08:05.544 INFO ok!
47732025-10-28T00:08:06.031Z[ recovery-image] Oct 28 00:08:05.544 INFO O| Oct 28 00:08:05.544 INFO STEP 58 (ensure_file) COMPLETE
47742025-10-28T00:08:06.031Z[ recovery-image] Oct 28 00:08:05.544 INFO O| Oct 28 00:08:05.544 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47752025-10-28T00:08:06.044Z[ recovery-image] Oct 28 00:08:05.560 INFO O| Oct 28 00:08:05.560 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
47762025-10-28T00:08:06.044Z[ recovery-image] Oct 28 00:08:05.560 INFO O| Oct 28 00:08:05.560 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
47772025-10-28T00:08:06.049Z[ recovery-image] Oct 28 00:08:05.560 INFO O| Oct 28 00:08:05.560 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47782025-10-28T00:08:06.049Z[ recovery-image] Oct 28 00:08:05.560 INFO O| Oct 28 00:08:05.560 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47792025-10-28T00:08:06.049Z[ recovery-image] Oct 28 00:08:05.560 INFO O| Oct 28 00:08:05.560 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47802025-10-28T00:08:06.049Z[ recovery-image] Oct 28 00:08:05.560 INFO O| Oct 28 00:08:05.560 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47812025-10-28T00:08:06.049Z[ recovery-image] Oct 28 00:08:05.560 INFO O| Oct 28 00:08:05.560 INFO ok!
47822025-10-28T00:08:06.049Z[ recovery-image] Oct 28 00:08:05.560 INFO O| Oct 28 00:08:05.560 INFO STEP 59 (ensure_file) COMPLETE
47832025-10-28T00:08:06.049Z[ recovery-image] Oct 28 00:08:05.560 INFO O| Oct 28 00:08:05.560 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47842025-10-28T00:08:06.057Z[ recovery-image] Oct 28 00:08:05.574 INFO O| Oct 28 00:08:05.574 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
47852025-10-28T00:08:06.057Z[ recovery-image] Oct 28 00:08:05.574 INFO O| Oct 28 00:08:05.574 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
47862025-10-28T00:08:06.061Z[ recovery-image] Oct 28 00:08:05.574 INFO O| Oct 28 00:08:05.574 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
47872025-10-28T00:08:06.061Z[ recovery-image] Oct 28 00:08:05.574 INFO O| Oct 28 00:08:05.574 INFO ok!
47882025-10-28T00:08:06.061Z[ recovery-image] Oct 28 00:08:05.574 INFO O| Oct 28 00:08:05.574 INFO STEP 60 (ensure_file) COMPLETE
47892025-10-28T00:08:06.061Z[ recovery-image] Oct 28 00:08:05.574 INFO O| Oct 28 00:08:05.574 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47902025-10-28T00:08:06.073Z[ recovery-image] Oct 28 00:08:05.590 INFO O| Oct 28 00:08:05.589 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
47912025-10-28T00:08:06.073Z[ recovery-image] Oct 28 00:08:05.590 INFO O| Oct 28 00:08:05.590 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
47922025-10-28T00:08:06.076Z[ recovery-image] Oct 28 00:08:05.590 INFO O| Oct 28 00:08:05.590 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
47932025-10-28T00:08:06.076Z[ recovery-image] Oct 28 00:08:05.590 INFO O| Oct 28 00:08:05.590 INFO ok!
47942025-10-28T00:08:06.076Z[ recovery-image] Oct 28 00:08:05.590 INFO O| Oct 28 00:08:05.590 INFO STEP 61 (ensure_file) COMPLETE
47952025-10-28T00:08:06.077Z[ recovery-image] Oct 28 00:08:05.590 INFO O| Oct 28 00:08:05.590 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47962025-10-28T00:08:06.088Z[ recovery-image] Oct 28 00:08:05.605 INFO O| Oct 28 00:08:05.605 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
47972025-10-28T00:08:06.089Z[ recovery-image] Oct 28 00:08:05.605 INFO O| Oct 28 00:08:05.605 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
47982025-10-28T00:08:06.092Z[ recovery-image] Oct 28 00:08:05.605 INFO O| Oct 28 00:08:05.605 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47992025-10-28T00:08:06.092Z[ recovery-image] Oct 28 00:08:05.606 INFO O| Oct 28 00:08:05.606 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
48002025-10-28T00:08:06.092Z[ recovery-image] Oct 28 00:08:05.606 INFO O| Oct 28 00:08:05.606 INFO ok!
48012025-10-28T00:08:06.092Z[ recovery-image] Oct 28 00:08:05.606 INFO O| Oct 28 00:08:05.606 INFO STEP 62 (ensure_file) COMPLETE
48022025-10-28T00:08:06.092Z[ recovery-image] Oct 28 00:08:05.606 INFO O| Oct 28 00:08:05.606 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48032025-10-28T00:08:06.103Z[ recovery-image] Oct 28 00:08:05.619 INFO O| Oct 28 00:08:05.619 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
48042025-10-28T00:08:06.103Z[ recovery-image] Oct 28 00:08:05.619 INFO O| Oct 28 00:08:05.619 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
48052025-10-28T00:08:06.107Z[ recovery-image] Oct 28 00:08:05.620 INFO O| Oct 28 00:08:05.620 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
48062025-10-28T00:08:06.107Z[ recovery-image] Oct 28 00:08:05.621 INFO O| Oct 28 00:08:05.620 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
48072025-10-28T00:08:06.107Z[ recovery-image] Oct 28 00:08:05.621 INFO O| Oct 28 00:08:05.620 INFO ok!
48082025-10-28T00:08:06.107Z[ recovery-image] Oct 28 00:08:05.621 INFO O| Oct 28 00:08:05.620 INFO STEP 63 (ensure_file) COMPLETE
48092025-10-28T00:08:06.107Z[ recovery-image] Oct 28 00:08:05.621 INFO O| Oct 28 00:08:05.621 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48102025-10-28T00:08:06.118Z[ recovery-image] Oct 28 00:08:05.635 INFO O| Oct 28 00:08:05.634 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
48112025-10-28T00:08:06.118Z[ recovery-image] Oct 28 00:08:05.635 INFO O| Oct 28 00:08:05.634 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
48122025-10-28T00:08:06.122Z[ recovery-image] Oct 28 00:08:05.635 INFO O| Oct 28 00:08:05.635 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
48132025-10-28T00:08:06.122Z[ recovery-image] Oct 28 00:08:05.635 INFO O| Oct 28 00:08:05.635 INFO ok!
48142025-10-28T00:08:06.122Z[ recovery-image] Oct 28 00:08:05.635 INFO O| Oct 28 00:08:05.635 INFO STEP 64 (assemble_files) COMPLETE
48152025-10-28T00:08:06.122Z[ recovery-image] Oct 28 00:08:05.635 INFO O| Oct 28 00:08:05.635 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48162025-10-28T00:08:06.132Z[ recovery-image] Oct 28 00:08:05.649 INFO O| Oct 28 00:08:05.648 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
48172025-10-28T00:08:06.132Z[ recovery-image] Oct 28 00:08:05.649 INFO O| Oct 28 00:08:05.648 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
48182025-10-28T00:08:06.136Z[ recovery-image] Oct 28 00:08:05.649 INFO O| Oct 28 00:08:05.649 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
48192025-10-28T00:08:06.136Z[ recovery-image] Oct 28 00:08:05.649 INFO O| Oct 28 00:08:05.649 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
48202025-10-28T00:08:06.136Z[ recovery-image] Oct 28 00:08:05.649 INFO O| Oct 28 00:08:05.649 INFO ok!
48212025-10-28T00:08:06.136Z[ recovery-image] Oct 28 00:08:05.649 INFO O| Oct 28 00:08:05.649 INFO STEP 65 (ensure_file) COMPLETE
48222025-10-28T00:08:06.136Z[ recovery-image] Oct 28 00:08:05.649 INFO O| Oct 28 00:08:05.649 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48232025-10-28T00:08:06.136Z[ recovery-image] Oct 28 00:08:05.650 INFO O| Oct 28 00:08:05.649 INFO skip step because feature "omicron1" is not enabled
48242025-10-28T00:08:06.136Z[ recovery-image] Oct 28 00:08:05.650 INFO O| Oct 28 00:08:05.649 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48252025-10-28T00:08:06.136Z[ recovery-image] Oct 28 00:08:05.650 INFO O| Oct 28 00:08:05.649 INFO skip step because feature "omicron1" is not enabled
48262025-10-28T00:08:06.136Z[ recovery-image] Oct 28 00:08:05.650 INFO O| Oct 28 00:08:05.649 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48272025-10-28T00:08:06.136Z[ recovery-image] Oct 28 00:08:05.650 INFO O| Oct 28 00:08:05.649 INFO skip step because feature "omicron1" is not enabled
48282025-10-28T00:08:06.136Z[ recovery-image] Oct 28 00:08:05.650 INFO O| Oct 28 00:08:05.649 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48292025-10-28T00:08:06.154Z[ recovery-image] Oct 28 00:08:05.670 INFO O| Oct 28 00:08:05.670 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
48302025-10-28T00:08:06.154Z[ recovery-image] Oct 28 00:08:05.670 INFO O| Oct 28 00:08:05.670 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
48312025-10-28T00:08:06.161Z[ host-image] Oct 28 00:08:05.678 INFO O| Oct 28 00:08:05.678 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
48322025-10-28T00:08:09.373Z[ recovery-image] Oct 28 00:08:08.891 INFO O| Oct 28 00:08:08.890 INFO STEP 69 (pack_tar) COMPLETE
48332025-10-28T00:08:09.373Z[ recovery-image] Oct 28 00:08:08.891 INFO O| Oct 28 00:08:08.890 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48342025-10-28T00:08:09.377Z[ recovery-image] Oct 28 00:08:08.891 INFO O| Oct 28 00:08:08.891 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48352025-10-28T00:08:09.847Z[ recovery-image] Oct 28 00:08:09.364 INFO O| Oct 28 00:08:09.364 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
48362025-10-28T00:08:09.975Z[ recovery-image] Oct 28 00:08:09.492 INFO O| Oct 28 00:08:09.492 INFO completed processing sled/ramdisk-02-trim
48372025-10-28T00:08:09.978Z[ recovery-image] Oct 28 00:08:09.495 INFO image builder template: ramdisk-03-recovery-trim...
48382025-10-28T00:08:09.978Z[ recovery-image] Oct 28 00:08:09.495 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/.tmpl4ZrR2/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.37.424", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@17.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
48392025-10-28T00:08:10.186Z[ recovery-image] Oct 28 00:08:09.703 INFO O| Oct 28 00:08:09.703 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48402025-10-28T00:08:10.191Z[ recovery-image] Oct 28 00:08:09.709 INFO O| Oct 28 00:08:09.709 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48412025-10-28T00:08:10.312Z[ recovery-image] Oct 28 00:08:09.829 INFO O| Oct 28 00:08:09.829 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
48422025-10-28T00:08:10.441Z[ recovery-image] Oct 28 00:08:09.958 INFO O| Oct 28 00:08:09.958 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48432025-10-28T00:08:10.441Z[ recovery-image] Oct 28 00:08:09.958 INFO O| Oct 28 00:08:09.958 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
48442025-10-28T00:08:10.450Z[ recovery-image] Oct 28 00:08:09.968 INFO O| Oct 28 00:08:09.968 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
48452025-10-28T00:08:10.455Z[ recovery-image] Oct 28 00:08:09.973 INFO O| Oct 28 00:08:09.973 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48462025-10-28T00:08:10.461Z[ recovery-image] Oct 28 00:08:09.979 INFO O| Oct 28 00:08:09.979 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48472025-10-28T00:08:10.983Z[ recovery-image] Oct 28 00:08:10.501 INFO O| Oct 28 00:08:10.500 INFO rolled back to input snapshot; work may begin
48482025-10-28T00:08:10.983Z[ recovery-image] Oct 28 00:08:10.501 INFO O| Oct 28 00:08:10.500 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
48492025-10-28T00:08:10.990Z[ recovery-image] Oct 28 00:08:10.508 INFO O| Oct 28 00:08:10.508 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502025-10-28T00:08:11.004Z[ recovery-image] Oct 28 00:08:10.522 INFO O| Oct 28 00:08:10.521 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
48512025-10-28T00:08:11.025Z[ recovery-image] Oct 28 00:08:10.543 INFO O| Oct 28 00:08:10.543 INFO STEP 0 (remove_files) COMPLETE
48522025-10-28T00:08:11.025Z[ recovery-image] Oct 28 00:08:10.543 INFO O| Oct 28 00:08:10.543 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532025-10-28T00:08:11.041Z[ recovery-image] Oct 28 00:08:10.558 INFO O| Oct 28 00:08:10.558 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
48542025-10-28T00:08:11.121Z[ recovery-image] Oct 28 00:08:10.639 INFO O| Oct 28 00:08:10.639 INFO STEP 1 (remove_files) COMPLETE
48552025-10-28T00:08:11.121Z[ recovery-image] Oct 28 00:08:10.639 INFO O| Oct 28 00:08:10.639 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562025-10-28T00:08:11.136Z[ recovery-image] Oct 28 00:08:10.653 INFO O| Oct 28 00:08:10.653 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
48572025-10-28T00:08:11.139Z[ recovery-image] Oct 28 00:08:10.657 INFO O| Oct 28 00:08:10.657 INFO STEP 2 (remove_files) COMPLETE
48582025-10-28T00:08:11.139Z[ recovery-image] Oct 28 00:08:10.657 INFO O| Oct 28 00:08:10.657 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592025-10-28T00:08:11.152Z[ recovery-image] Oct 28 00:08:10.670 INFO O| Oct 28 00:08:10.670 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
48602025-10-28T00:08:11.224Z[ recovery-image] Oct 28 00:08:10.741 INFO O| Oct 28 00:08:10.741 INFO STEP 3 (remove_files) COMPLETE
48612025-10-28T00:08:11.224Z[ recovery-image] Oct 28 00:08:10.741 INFO O| Oct 28 00:08:10.741 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622025-10-28T00:08:11.239Z[ recovery-image] Oct 28 00:08:10.757 INFO O| Oct 28 00:08:10.756 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
48632025-10-28T00:08:11.439Z[ recovery-image] Oct 28 00:08:10.957 INFO O| Oct 28 00:08:10.957 INFO STEP 4 (remove_files) COMPLETE
48642025-10-28T00:08:11.439Z[ recovery-image] Oct 28 00:08:10.957 INFO O| Oct 28 00:08:10.957 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652025-10-28T00:08:11.473Z[ recovery-image] Oct 28 00:08:10.990 INFO O| Oct 28 00:08:10.990 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
48662025-10-28T00:08:11.500Z[ recovery-image] Oct 28 00:08:11.017 INFO O| Oct 28 00:08:11.017 INFO STEP 5 (remove_files) COMPLETE
48672025-10-28T00:08:11.500Z[ recovery-image] Oct 28 00:08:11.017 INFO O| Oct 28 00:08:11.017 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682025-10-28T00:08:11.554Z[ recovery-image] Oct 28 00:08:11.072 INFO O| Oct 28 00:08:11.072 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
48692025-10-28T00:08:11.557Z[ recovery-image] Oct 28 00:08:11.074 INFO O| Oct 28 00:08:11.074 INFO STEP 6 (remove_files) COMPLETE
48702025-10-28T00:08:11.557Z[ recovery-image] Oct 28 00:08:11.074 INFO O| Oct 28 00:08:11.074 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712025-10-28T00:08:11.613Z[ recovery-image] Oct 28 00:08:11.130 INFO O| Oct 28 00:08:11.130 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
48722025-10-28T00:08:11.617Z[ recovery-image] Oct 28 00:08:11.135 INFO O| Oct 28 00:08:11.135 INFO STEP 7 (remove_files) COMPLETE
48732025-10-28T00:08:11.617Z[ recovery-image] Oct 28 00:08:11.135 INFO O| Oct 28 00:08:11.135 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742025-10-28T00:08:11.632Z[ recovery-image] Oct 28 00:08:11.150 INFO O| Oct 28 00:08:11.150 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
48752025-10-28T00:08:11.636Z[ recovery-image] Oct 28 00:08:11.151 INFO O| Oct 28 00:08:11.151 INFO STEP 8 (remove_files) COMPLETE
48762025-10-28T00:08:11.636Z[ recovery-image] Oct 28 00:08:11.151 INFO O| Oct 28 00:08:11.151 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772025-10-28T00:08:11.647Z[ recovery-image] Oct 28 00:08:11.165 INFO O| Oct 28 00:08:11.165 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
48782025-10-28T00:08:11.651Z[ recovery-image] Oct 28 00:08:11.167 INFO O| Oct 28 00:08:11.167 INFO STEP 9 (remove_files) COMPLETE
48792025-10-28T00:08:11.651Z[ recovery-image] Oct 28 00:08:11.167 INFO O| Oct 28 00:08:11.167 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802025-10-28T00:08:11.662Z[ recovery-image] Oct 28 00:08:11.180 INFO O| Oct 28 00:08:11.180 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
48812025-10-28T00:08:11.728Z[ recovery-image] Oct 28 00:08:11.245 INFO O| Oct 28 00:08:11.245 INFO STEP 10 (remove_files) COMPLETE
48822025-10-28T00:08:11.728Z[ recovery-image] Oct 28 00:08:11.245 INFO O| Oct 28 00:08:11.245 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832025-10-28T00:08:11.744Z[ recovery-image] Oct 28 00:08:11.262 INFO O| Oct 28 00:08:11.262 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
48842025-10-28T00:08:11.747Z[ recovery-image] Oct 28 00:08:11.265 INFO O| Oct 28 00:08:11.265 INFO STEP 11 (remove_files) COMPLETE
48852025-10-28T00:08:11.748Z[ recovery-image] Oct 28 00:08:11.265 INFO O| Oct 28 00:08:11.265 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862025-10-28T00:08:11.763Z[ recovery-image] Oct 28 00:08:11.281 INFO O| Oct 28 00:08:11.281 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
48872025-10-28T00:08:11.770Z[ recovery-image] Oct 28 00:08:11.284 INFO O| Oct 28 00:08:11.284 INFO STEP 12 (remove_files) COMPLETE
48882025-10-28T00:08:11.770Z[ recovery-image] Oct 28 00:08:11.284 INFO O| Oct 28 00:08:11.284 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892025-10-28T00:08:11.783Z[ recovery-image] Oct 28 00:08:11.301 INFO O| Oct 28 00:08:11.301 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
48902025-10-28T00:08:11.787Z[ recovery-image] Oct 28 00:08:11.302 INFO O| Oct 28 00:08:11.302 INFO STEP 13 (remove_files) COMPLETE
48912025-10-28T00:08:11.787Z[ recovery-image] Oct 28 00:08:11.302 INFO O| Oct 28 00:08:11.302 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922025-10-28T00:08:11.800Z[ recovery-image] Oct 28 00:08:11.318 INFO O| Oct 28 00:08:11.317 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
48932025-10-28T00:08:11.803Z[ recovery-image] Oct 28 00:08:11.319 INFO O| Oct 28 00:08:11.319 INFO STEP 14 (remove_files) COMPLETE
48942025-10-28T00:08:11.804Z[ recovery-image] Oct 28 00:08:11.319 INFO O| Oct 28 00:08:11.319 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952025-10-28T00:08:11.816Z[ recovery-image] Oct 28 00:08:11.334 INFO O| Oct 28 00:08:11.334 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
48962025-10-28T00:08:11.870Z[ recovery-image] Oct 28 00:08:11.388 INFO O| Oct 28 00:08:11.388 INFO STEP 15 (remove_files) COMPLETE
48972025-10-28T00:08:11.870Z[ recovery-image] Oct 28 00:08:11.388 INFO O| Oct 28 00:08:11.388 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982025-10-28T00:08:11.887Z[ recovery-image] Oct 28 00:08:11.405 INFO O| Oct 28 00:08:11.405 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
48992025-10-28T00:08:11.891Z[ recovery-image] Oct 28 00:08:11.405 INFO O| Oct 28 00:08:11.405 INFO STEP 16 (remove_files) COMPLETE
49002025-10-28T00:08:11.891Z[ recovery-image] Oct 28 00:08:11.405 INFO O| Oct 28 00:08:11.405 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012025-10-28T00:08:11.903Z[ recovery-image] Oct 28 00:08:11.421 INFO O| Oct 28 00:08:11.420 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
49022025-10-28T00:08:11.926Z[ recovery-image] Oct 28 00:08:11.443 INFO O| Oct 28 00:08:11.443 INFO STEP 17 (remove_files) COMPLETE
49032025-10-28T00:08:11.926Z[ recovery-image] Oct 28 00:08:11.443 INFO O| Oct 28 00:08:11.443 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042025-10-28T00:08:11.941Z[ recovery-image] Oct 28 00:08:11.459 INFO O| Oct 28 00:08:11.459 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
49052025-10-28T00:08:12.337Z[ recovery-image] Oct 28 00:08:11.855 INFO O| Oct 28 00:08:11.855 INFO STEP 18 (remove_files) COMPLETE
49062025-10-28T00:08:12.338Z[ recovery-image] Oct 28 00:08:11.855 INFO O| Oct 28 00:08:11.855 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072025-10-28T00:08:12.351Z[ recovery-image] Oct 28 00:08:11.869 INFO O| Oct 28 00:08:11.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
49082025-10-28T00:08:12.397Z[ recovery-image] Oct 28 00:08:11.915 INFO O| Oct 28 00:08:11.915 INFO STEP 19 (remove_files) COMPLETE
49092025-10-28T00:08:12.397Z[ recovery-image] Oct 28 00:08:11.915 INFO O| Oct 28 00:08:11.915 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102025-10-28T00:08:12.410Z[ recovery-image] Oct 28 00:08:11.928 INFO O| Oct 28 00:08:11.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
49112025-10-28T00:08:12.410Z[ recovery-image] Oct 28 00:08:11.928 INFO O| Oct 28 00:08:11.928 INFO STEP 20 (remove_files) COMPLETE
49122025-10-28T00:08:12.414Z[ recovery-image] Oct 28 00:08:11.928 INFO O| Oct 28 00:08:11.928 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132025-10-28T00:08:12.423Z[ recovery-image] Oct 28 00:08:11.940 INFO O| Oct 28 00:08:11.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
49142025-10-28T00:08:12.426Z[ recovery-image] Oct 28 00:08:11.941 INFO O| Oct 28 00:08:11.941 INFO STEP 21 (remove_files) COMPLETE
49152025-10-28T00:08:12.426Z[ recovery-image] Oct 28 00:08:11.941 INFO O| Oct 28 00:08:11.941 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162025-10-28T00:08:12.435Z[ recovery-image] Oct 28 00:08:11.953 INFO O| Oct 28 00:08:11.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
49172025-10-28T00:08:12.435Z[ recovery-image] Oct 28 00:08:11.953 INFO O| Oct 28 00:08:11.953 INFO STEP 22 (remove_files) COMPLETE
49182025-10-28T00:08:12.438Z[ recovery-image] Oct 28 00:08:11.953 INFO O| Oct 28 00:08:11.953 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192025-10-28T00:08:12.447Z[ recovery-image] Oct 28 00:08:11.965 INFO O| Oct 28 00:08:11.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
49202025-10-28T00:08:12.469Z[ recovery-image] Oct 28 00:08:11.987 INFO O| Oct 28 00:08:11.987 INFO STEP 23 (remove_files) COMPLETE
49212025-10-28T00:08:12.469Z[ recovery-image] Oct 28 00:08:11.987 INFO O| Oct 28 00:08:11.987 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222025-10-28T00:08:12.483Z[ recovery-image] Oct 28 00:08:12.001 INFO O| Oct 28 00:08:12.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
49232025-10-28T00:08:12.504Z[ recovery-image] Oct 28 00:08:12.022 INFO O| Oct 28 00:08:12.022 INFO STEP 24 (remove_files) COMPLETE
49242025-10-28T00:08:12.504Z[ recovery-image] Oct 28 00:08:12.022 INFO O| Oct 28 00:08:12.022 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252025-10-28T00:08:12.519Z[ recovery-image] Oct 28 00:08:12.037 INFO O| Oct 28 00:08:12.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
49262025-10-28T00:08:12.522Z[ recovery-image] Oct 28 00:08:12.037 INFO O| Oct 28 00:08:12.037 INFO STEP 25 (remove_files) COMPLETE
49272025-10-28T00:08:12.522Z[ recovery-image] Oct 28 00:08:12.037 INFO O| Oct 28 00:08:12.037 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282025-10-28T00:08:12.531Z[ recovery-image] Oct 28 00:08:12.049 INFO O| Oct 28 00:08:12.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
49292025-10-28T00:08:12.531Z[ recovery-image] Oct 28 00:08:12.049 INFO O| Oct 28 00:08:12.049 INFO STEP 26 (remove_files) COMPLETE
49302025-10-28T00:08:12.535Z[ recovery-image] Oct 28 00:08:12.049 INFO O| Oct 28 00:08:12.049 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312025-10-28T00:08:12.543Z[ recovery-image] Oct 28 00:08:12.061 INFO O| Oct 28 00:08:12.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack"
49322025-10-28T00:08:12.543Z[ recovery-image] Oct 28 00:08:12.061 INFO O| Oct 28 00:08:12.061 INFO STEP 27 (remove_files) COMPLETE
49332025-10-28T00:08:12.543Z[ recovery-image] Oct 28 00:08:12.061 INFO O| Oct 28 00:08:12.061 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342025-10-28T00:08:12.556Z[ recovery-image] Oct 28 00:08:12.074 INFO O| Oct 28 00:08:12.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
49352025-10-28T00:08:12.556Z[ recovery-image] Oct 28 00:08:12.074 INFO O| Oct 28 00:08:12.074 INFO STEP 28 (remove_files) COMPLETE
49362025-10-28T00:08:12.556Z[ recovery-image] Oct 28 00:08:12.074 INFO O| Oct 28 00:08:12.074 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372025-10-28T00:08:12.568Z[ recovery-image] Oct 28 00:08:12.086 INFO O| Oct 28 00:08:12.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
49382025-10-28T00:08:12.571Z[ recovery-image] Oct 28 00:08:12.086 INFO O| Oct 28 00:08:12.086 INFO STEP 29 (remove_files) COMPLETE
49392025-10-28T00:08:12.571Z[ recovery-image] Oct 28 00:08:12.086 INFO O| Oct 28 00:08:12.086 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402025-10-28T00:08:12.581Z[ recovery-image] Oct 28 00:08:12.099 INFO O| Oct 28 00:08:12.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
49412025-10-28T00:08:12.581Z[ recovery-image] Oct 28 00:08:12.099 INFO O| Oct 28 00:08:12.099 INFO STEP 30 (remove_files) COMPLETE
49422025-10-28T00:08:12.581Z[ recovery-image] Oct 28 00:08:12.099 INFO O| Oct 28 00:08:12.099 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432025-10-28T00:08:12.594Z[ recovery-image] Oct 28 00:08:12.112 INFO O| Oct 28 00:08:12.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
49442025-10-28T00:08:12.602Z[ recovery-image] Oct 28 00:08:12.120 INFO O| Oct 28 00:08:12.120 INFO STEP 31 (remove_files) COMPLETE
49452025-10-28T00:08:12.602Z[ recovery-image] Oct 28 00:08:12.120 INFO O| Oct 28 00:08:12.120 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462025-10-28T00:08:12.625Z[ recovery-image] Oct 28 00:08:12.143 INFO O| Oct 28 00:08:12.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
49472025-10-28T00:08:12.631Z[ recovery-image] Oct 28 00:08:12.144 INFO O| Oct 28 00:08:12.144 INFO STEP 32 (remove_files) COMPLETE
49482025-10-28T00:08:12.631Z[ recovery-image] Oct 28 00:08:12.144 INFO O| Oct 28 00:08:12.144 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492025-10-28T00:08:12.640Z[ recovery-image] Oct 28 00:08:12.158 INFO O| Oct 28 00:08:12.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
49502025-10-28T00:08:12.643Z[ recovery-image] Oct 28 00:08:12.159 INFO O| Oct 28 00:08:12.159 INFO STEP 33 (remove_files) COMPLETE
49512025-10-28T00:08:12.643Z[ recovery-image] Oct 28 00:08:12.159 INFO O| Oct 28 00:08:12.159 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522025-10-28T00:08:12.654Z[ recovery-image] Oct 28 00:08:12.172 INFO O| Oct 28 00:08:12.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
49532025-10-28T00:08:12.659Z[ recovery-image] Oct 28 00:08:12.173 INFO O| Oct 28 00:08:12.173 INFO STEP 34 (remove_files) COMPLETE
49542025-10-28T00:08:12.660Z[ recovery-image] Oct 28 00:08:12.173 INFO O| Oct 28 00:08:12.173 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552025-10-28T00:08:12.670Z[ recovery-image] Oct 28 00:08:12.187 INFO O| Oct 28 00:08:12.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
49562025-10-28T00:08:12.670Z[ recovery-image] Oct 28 00:08:12.187 INFO O| Oct 28 00:08:12.187 INFO STEP 35 (remove_files) COMPLETE
49572025-10-28T00:08:12.670Z[ recovery-image] Oct 28 00:08:12.187 INFO O| Oct 28 00:08:12.187 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582025-10-28T00:08:12.684Z[ recovery-image] Oct 28 00:08:12.202 INFO O| Oct 28 00:08:12.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
49592025-10-28T00:08:12.684Z[ recovery-image] Oct 28 00:08:12.202 INFO O| Oct 28 00:08:12.202 INFO STEP 36 (remove_files) COMPLETE
49602025-10-28T00:08:12.684Z[ recovery-image] Oct 28 00:08:12.202 INFO O| Oct 28 00:08:12.202 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612025-10-28T00:08:12.697Z[ recovery-image] Oct 28 00:08:12.215 INFO O| Oct 28 00:08:12.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
49622025-10-28T00:08:12.697Z[ recovery-image] Oct 28 00:08:12.215 INFO O| Oct 28 00:08:12.215 INFO STEP 37 (remove_files) COMPLETE
49632025-10-28T00:08:12.701Z[ recovery-image] Oct 28 00:08:12.215 INFO O| Oct 28 00:08:12.215 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642025-10-28T00:08:12.709Z[ recovery-image] Oct 28 00:08:12.227 INFO O| Oct 28 00:08:12.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
49652025-10-28T00:08:12.709Z[ recovery-image] Oct 28 00:08:12.227 INFO O| Oct 28 00:08:12.227 INFO STEP 38 (remove_files) COMPLETE
49662025-10-28T00:08:12.709Z[ recovery-image] Oct 28 00:08:12.227 INFO O| Oct 28 00:08:12.227 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672025-10-28T00:08:12.723Z[ recovery-image] Oct 28 00:08:12.240 INFO O| Oct 28 00:08:12.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
49682025-10-28T00:08:12.723Z[ recovery-image] Oct 28 00:08:12.240 INFO O| Oct 28 00:08:12.240 INFO STEP 39 (remove_files) COMPLETE
49692025-10-28T00:08:12.723Z[ recovery-image] Oct 28 00:08:12.241 INFO O| Oct 28 00:08:12.240 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702025-10-28T00:08:12.735Z[ recovery-image] Oct 28 00:08:12.253 INFO O| Oct 28 00:08:12.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
49712025-10-28T00:08:12.735Z[ recovery-image] Oct 28 00:08:12.253 INFO O| Oct 28 00:08:12.253 INFO STEP 40 (remove_files) COMPLETE
49722025-10-28T00:08:12.739Z[ recovery-image] Oct 28 00:08:12.253 INFO O| Oct 28 00:08:12.253 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732025-10-28T00:08:12.748Z[ recovery-image] Oct 28 00:08:12.266 INFO O| Oct 28 00:08:12.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
49742025-10-28T00:08:12.748Z[ recovery-image] Oct 28 00:08:12.266 INFO O| Oct 28 00:08:12.266 INFO STEP 41 (remove_files) COMPLETE
49752025-10-28T00:08:12.752Z[ recovery-image] Oct 28 00:08:12.266 INFO O| Oct 28 00:08:12.266 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762025-10-28T00:08:12.761Z[ recovery-image] Oct 28 00:08:12.279 INFO O| Oct 28 00:08:12.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
49772025-10-28T00:08:12.762Z[ recovery-image] Oct 28 00:08:12.279 INFO O| Oct 28 00:08:12.279 INFO STEP 42 (remove_files) COMPLETE
49782025-10-28T00:08:12.765Z[ recovery-image] Oct 28 00:08:12.280 INFO O| Oct 28 00:08:12.279 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792025-10-28T00:08:12.775Z[ recovery-image] Oct 28 00:08:12.292 INFO O| Oct 28 00:08:12.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
49802025-10-28T00:08:12.779Z[ recovery-image] Oct 28 00:08:12.293 INFO O| Oct 28 00:08:12.293 INFO STEP 43 (remove_files) COMPLETE
49812025-10-28T00:08:12.779Z[ recovery-image] Oct 28 00:08:12.293 INFO O| Oct 28 00:08:12.293 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822025-10-28T00:08:12.788Z[ recovery-image] Oct 28 00:08:12.306 INFO O| Oct 28 00:08:12.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
49832025-10-28T00:08:12.788Z[ recovery-image] Oct 28 00:08:12.306 INFO O| Oct 28 00:08:12.306 INFO STEP 44 (remove_files) COMPLETE
49842025-10-28T00:08:12.792Z[ recovery-image] Oct 28 00:08:12.306 INFO O| Oct 28 00:08:12.306 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852025-10-28T00:08:12.802Z[ recovery-image] Oct 28 00:08:12.320 INFO O| Oct 28 00:08:12.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
49862025-10-28T00:08:12.802Z[ recovery-image] Oct 28 00:08:12.320 INFO O| Oct 28 00:08:12.320 INFO STEP 45 (remove_files) COMPLETE
49872025-10-28T00:08:12.802Z[ recovery-image] Oct 28 00:08:12.320 INFO O| Oct 28 00:08:12.320 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882025-10-28T00:08:12.816Z[ recovery-image] Oct 28 00:08:12.334 INFO O| Oct 28 00:08:12.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
49892025-10-28T00:08:12.816Z[ recovery-image] Oct 28 00:08:12.334 INFO O| Oct 28 00:08:12.334 INFO STEP 46 (remove_files) COMPLETE
49902025-10-28T00:08:12.816Z[ recovery-image] Oct 28 00:08:12.334 INFO O| Oct 28 00:08:12.334 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912025-10-28T00:08:12.830Z[ recovery-image] Oct 28 00:08:12.348 INFO O| Oct 28 00:08:12.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
49922025-10-28T00:08:12.833Z[ recovery-image] Oct 28 00:08:12.348 INFO O| Oct 28 00:08:12.348 INFO STEP 47 (remove_files) COMPLETE
49932025-10-28T00:08:12.834Z[ recovery-image] Oct 28 00:08:12.348 INFO O| Oct 28 00:08:12.348 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942025-10-28T00:08:12.843Z[ recovery-image] Oct 28 00:08:12.362 INFO O| Oct 28 00:08:12.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
49952025-10-28T00:08:12.843Z[ recovery-image] Oct 28 00:08:12.362 INFO O| Oct 28 00:08:12.362 INFO STEP 48 (remove_files) COMPLETE
49962025-10-28T00:08:12.843Z[ recovery-image] Oct 28 00:08:12.362 INFO O| Oct 28 00:08:12.362 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972025-10-28T00:08:12.856Z[ recovery-image] Oct 28 00:08:12.374 INFO O| Oct 28 00:08:12.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
49982025-10-28T00:08:12.856Z[ recovery-image] Oct 28 00:08:12.374 INFO O| Oct 28 00:08:12.374 INFO STEP 49 (remove_files) COMPLETE
49992025-10-28T00:08:12.860Z[ recovery-image] Oct 28 00:08:12.374 INFO O| Oct 28 00:08:12.374 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002025-10-28T00:08:12.869Z[ recovery-image] Oct 28 00:08:12.387 INFO O| Oct 28 00:08:12.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
50012025-10-28T00:08:12.872Z[ recovery-image] Oct 28 00:08:12.388 INFO O| Oct 28 00:08:12.388 INFO STEP 50 (remove_files) COMPLETE
50022025-10-28T00:08:12.872Z[ recovery-image] Oct 28 00:08:12.388 INFO O| Oct 28 00:08:12.388 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032025-10-28T00:08:12.883Z[ recovery-image] Oct 28 00:08:12.401 INFO O| Oct 28 00:08:12.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
50042025-10-28T00:08:12.883Z[ recovery-image] Oct 28 00:08:12.401 INFO O| Oct 28 00:08:12.401 INFO STEP 51 (remove_files) COMPLETE
50052025-10-28T00:08:12.887Z[ recovery-image] Oct 28 00:08:12.401 INFO O| Oct 28 00:08:12.401 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062025-10-28T00:08:12.897Z[ recovery-image] Oct 28 00:08:12.414 INFO O| Oct 28 00:08:12.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
50072025-10-28T00:08:12.900Z[ recovery-image] Oct 28 00:08:12.415 INFO O| Oct 28 00:08:12.415 INFO STEP 52 (remove_files) COMPLETE
50082025-10-28T00:08:12.900Z[ recovery-image] Oct 28 00:08:12.415 INFO O| Oct 28 00:08:12.415 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092025-10-28T00:08:12.910Z[ recovery-image] Oct 28 00:08:12.428 INFO O| Oct 28 00:08:12.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
50102025-10-28T00:08:12.910Z[ recovery-image] Oct 28 00:08:12.428 INFO O| Oct 28 00:08:12.428 INFO STEP 53 (remove_files) COMPLETE
50112025-10-28T00:08:12.914Z[ recovery-image] Oct 28 00:08:12.428 INFO O| Oct 28 00:08:12.428 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122025-10-28T00:08:12.924Z[ recovery-image] Oct 28 00:08:12.442 INFO O| Oct 28 00:08:12.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
50132025-10-28T00:08:12.924Z[ recovery-image] Oct 28 00:08:12.442 INFO O| Oct 28 00:08:12.442 INFO STEP 54 (remove_files) COMPLETE
50142025-10-28T00:08:12.924Z[ recovery-image] Oct 28 00:08:12.442 INFO O| Oct 28 00:08:12.442 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152025-10-28T00:08:12.937Z[ recovery-image] Oct 28 00:08:12.455 INFO O| Oct 28 00:08:12.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep"
50162025-10-28T00:08:12.937Z[ recovery-image] Oct 28 00:08:12.455 INFO O| Oct 28 00:08:12.455 INFO STEP 55 (remove_files) COMPLETE
50172025-10-28T00:08:12.940Z[ recovery-image] Oct 28 00:08:12.455 INFO O| Oct 28 00:08:12.455 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182025-10-28T00:08:12.950Z[ recovery-image] Oct 28 00:08:12.468 INFO O| Oct 28 00:08:12.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test"
50192025-10-28T00:08:12.950Z[ recovery-image] Oct 28 00:08:12.468 INFO O| Oct 28 00:08:12.468 INFO STEP 56 (remove_files) COMPLETE
50202025-10-28T00:08:12.954Z[ recovery-image] Oct 28 00:08:12.468 INFO O| Oct 28 00:08:12.468 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212025-10-28T00:08:12.964Z[ recovery-image] Oct 28 00:08:12.482 INFO O| Oct 28 00:08:12.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
50222025-10-28T00:08:12.964Z[ recovery-image] Oct 28 00:08:12.482 INFO O| Oct 28 00:08:12.482 INFO STEP 57 (remove_files) COMPLETE
50232025-10-28T00:08:12.964Z[ recovery-image] Oct 28 00:08:12.482 INFO O| Oct 28 00:08:12.482 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242025-10-28T00:08:12.977Z[ recovery-image] Oct 28 00:08:12.495 INFO O| Oct 28 00:08:12.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
50252025-10-28T00:08:12.977Z[ recovery-image] Oct 28 00:08:12.495 INFO O| Oct 28 00:08:12.495 INFO STEP 58 (remove_files) COMPLETE
50262025-10-28T00:08:12.981Z[ recovery-image] Oct 28 00:08:12.495 INFO O| Oct 28 00:08:12.495 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272025-10-28T00:08:12.992Z[ recovery-image] Oct 28 00:08:12.508 INFO O| Oct 28 00:08:12.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
50282025-10-28T00:08:12.992Z[ recovery-image] Oct 28 00:08:12.508 INFO O| Oct 28 00:08:12.508 INFO STEP 59 (remove_files) COMPLETE
50292025-10-28T00:08:12.997Z[ recovery-image] Oct 28 00:08:12.508 INFO O| Oct 28 00:08:12.508 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302025-10-28T00:08:13.003Z[ recovery-image] Oct 28 00:08:12.521 INFO O| Oct 28 00:08:12.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
50312025-10-28T00:08:13.003Z[ recovery-image] Oct 28 00:08:12.521 INFO O| Oct 28 00:08:12.521 INFO STEP 60 (remove_files) COMPLETE
50322025-10-28T00:08:13.003Z[ recovery-image] Oct 28 00:08:12.521 INFO O| Oct 28 00:08:12.521 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332025-10-28T00:08:13.016Z[ recovery-image] Oct 28 00:08:12.534 INFO O| Oct 28 00:08:12.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
50342025-10-28T00:08:13.017Z[ recovery-image] Oct 28 00:08:12.535 INFO O| Oct 28 00:08:12.534 INFO STEP 61 (remove_files) COMPLETE
50352025-10-28T00:08:13.017Z[ recovery-image] Oct 28 00:08:12.535 INFO O| Oct 28 00:08:12.535 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362025-10-28T00:08:13.029Z[ recovery-image] Oct 28 00:08:12.548 INFO O| Oct 28 00:08:12.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
50372025-10-28T00:08:13.030Z[ recovery-image] Oct 28 00:08:12.548 INFO O| Oct 28 00:08:12.548 INFO STEP 62 (remove_files) COMPLETE
50382025-10-28T00:08:13.030Z[ recovery-image] Oct 28 00:08:12.548 INFO O| Oct 28 00:08:12.548 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392025-10-28T00:08:13.043Z[ recovery-image] Oct 28 00:08:12.561 INFO O| Oct 28 00:08:12.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
50402025-10-28T00:08:13.043Z[ recovery-image] Oct 28 00:08:12.561 INFO O| Oct 28 00:08:12.561 INFO STEP 63 (remove_files) COMPLETE
50412025-10-28T00:08:13.043Z[ recovery-image] Oct 28 00:08:12.561 INFO O| Oct 28 00:08:12.561 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422025-10-28T00:08:13.056Z[ recovery-image] Oct 28 00:08:12.574 INFO O| Oct 28 00:08:12.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
50432025-10-28T00:08:13.056Z[ recovery-image] Oct 28 00:08:12.574 INFO O| Oct 28 00:08:12.574 INFO STEP 64 (remove_files) COMPLETE
50442025-10-28T00:08:13.059Z[ recovery-image] Oct 28 00:08:12.574 INFO O| Oct 28 00:08:12.574 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452025-10-28T00:08:13.069Z[ recovery-image] Oct 28 00:08:12.587 INFO O| Oct 28 00:08:12.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
50462025-10-28T00:08:13.072Z[ recovery-image] Oct 28 00:08:12.588 INFO O| Oct 28 00:08:12.588 INFO STEP 65 (remove_files) COMPLETE
50472025-10-28T00:08:13.072Z[ recovery-image] Oct 28 00:08:12.588 INFO O| Oct 28 00:08:12.588 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482025-10-28T00:08:13.084Z[ recovery-image] Oct 28 00:08:12.601 INFO O| Oct 28 00:08:12.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
50492025-10-28T00:08:13.084Z[ recovery-image] Oct 28 00:08:12.602 INFO O| Oct 28 00:08:12.602 INFO STEP 66 (remove_files) COMPLETE
50502025-10-28T00:08:13.084Z[ recovery-image] Oct 28 00:08:12.602 INFO O| Oct 28 00:08:12.602 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512025-10-28T00:08:13.097Z[ recovery-image] Oct 28 00:08:12.615 INFO O| Oct 28 00:08:12.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
50522025-10-28T00:08:13.097Z[ recovery-image] Oct 28 00:08:12.615 INFO O| Oct 28 00:08:12.615 INFO STEP 67 (remove_files) COMPLETE
50532025-10-28T00:08:13.100Z[ recovery-image] Oct 28 00:08:12.615 INFO O| Oct 28 00:08:12.615 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542025-10-28T00:08:13.110Z[ recovery-image] Oct 28 00:08:12.628 INFO O| Oct 28 00:08:12.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
50552025-10-28T00:08:13.110Z[ recovery-image] Oct 28 00:08:12.628 INFO O| Oct 28 00:08:12.628 INFO STEP 68 (remove_files) COMPLETE
50562025-10-28T00:08:13.114Z[ recovery-image] Oct 28 00:08:12.628 INFO O| Oct 28 00:08:12.628 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572025-10-28T00:08:13.124Z[ recovery-image] Oct 28 00:08:12.642 INFO O| Oct 28 00:08:12.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
50582025-10-28T00:08:13.126Z[ recovery-image] Oct 28 00:08:12.642 INFO O| Oct 28 00:08:12.642 INFO STEP 69 (remove_files) COMPLETE
50592025-10-28T00:08:13.126Z[ recovery-image] Oct 28 00:08:12.642 INFO O| Oct 28 00:08:12.642 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602025-10-28T00:08:13.137Z[ recovery-image] Oct 28 00:08:12.655 INFO O| Oct 28 00:08:12.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
50612025-10-28T00:08:13.137Z[ recovery-image] Oct 28 00:08:12.655 INFO O| Oct 28 00:08:12.655 INFO STEP 70 (remove_files) COMPLETE
50622025-10-28T00:08:13.142Z[ recovery-image] Oct 28 00:08:12.655 INFO O| Oct 28 00:08:12.655 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632025-10-28T00:08:13.150Z[ recovery-image] Oct 28 00:08:12.668 INFO O| Oct 28 00:08:12.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
50642025-10-28T00:08:13.150Z[ recovery-image] Oct 28 00:08:12.668 INFO O| Oct 28 00:08:12.668 INFO STEP 71 (remove_files) COMPLETE
50652025-10-28T00:08:13.153Z[ recovery-image] Oct 28 00:08:12.668 INFO O| Oct 28 00:08:12.668 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662025-10-28T00:08:13.163Z[ recovery-image] Oct 28 00:08:12.681 INFO O| Oct 28 00:08:12.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
50672025-10-28T00:08:13.167Z[ recovery-image] Oct 28 00:08:12.681 INFO O| Oct 28 00:08:12.681 INFO STEP 72 (remove_files) COMPLETE
50682025-10-28T00:08:13.167Z[ recovery-image] Oct 28 00:08:12.681 INFO O| Oct 28 00:08:12.681 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692025-10-28T00:08:13.177Z[ recovery-image] Oct 28 00:08:12.695 INFO O| Oct 28 00:08:12.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
50702025-10-28T00:08:13.177Z[ recovery-image] Oct 28 00:08:12.695 INFO O| Oct 28 00:08:12.695 INFO STEP 73 (remove_files) COMPLETE
50712025-10-28T00:08:13.177Z[ recovery-image] Oct 28 00:08:12.695 INFO O| Oct 28 00:08:12.695 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722025-10-28T00:08:13.192Z[ recovery-image] Oct 28 00:08:12.710 INFO O| Oct 28 00:08:12.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
50732025-10-28T00:08:13.192Z[ recovery-image] Oct 28 00:08:12.710 INFO O| Oct 28 00:08:12.710 INFO STEP 74 (remove_files) COMPLETE
50742025-10-28T00:08:13.196Z[ recovery-image] Oct 28 00:08:12.710 INFO O| Oct 28 00:08:12.710 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752025-10-28T00:08:13.206Z[ recovery-image] Oct 28 00:08:12.724 INFO O| Oct 28 00:08:12.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
50762025-10-28T00:08:13.206Z[ recovery-image] Oct 28 00:08:12.724 INFO O| Oct 28 00:08:12.724 INFO STEP 75 (remove_files) COMPLETE
50772025-10-28T00:08:13.206Z[ recovery-image] Oct 28 00:08:12.724 INFO O| Oct 28 00:08:12.724 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782025-10-28T00:08:13.219Z[ recovery-image] Oct 28 00:08:12.737 INFO O| Oct 28 00:08:12.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
50792025-10-28T00:08:13.219Z[ recovery-image] Oct 28 00:08:12.737 INFO O| Oct 28 00:08:12.737 INFO STEP 76 (remove_files) COMPLETE
50802025-10-28T00:08:13.219Z[ recovery-image] Oct 28 00:08:12.737 INFO O| Oct 28 00:08:12.737 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812025-10-28T00:08:13.232Z[ recovery-image] Oct 28 00:08:12.750 INFO O| Oct 28 00:08:12.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
50822025-10-28T00:08:13.233Z[ recovery-image] Oct 28 00:08:12.750 INFO O| Oct 28 00:08:12.750 INFO STEP 77 (remove_files) COMPLETE
50832025-10-28T00:08:13.236Z[ recovery-image] Oct 28 00:08:12.750 INFO O| Oct 28 00:08:12.750 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842025-10-28T00:08:13.246Z[ recovery-image] Oct 28 00:08:12.764 INFO O| Oct 28 00:08:12.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
50852025-10-28T00:08:13.246Z[ recovery-image] Oct 28 00:08:12.764 INFO O| Oct 28 00:08:12.764 INFO STEP 78 (remove_files) COMPLETE
50862025-10-28T00:08:13.246Z[ recovery-image] Oct 28 00:08:12.764 INFO O| Oct 28 00:08:12.764 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872025-10-28T00:08:13.259Z[ recovery-image] Oct 28 00:08:12.777 INFO O| Oct 28 00:08:12.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
50882025-10-28T00:08:13.259Z[ recovery-image] Oct 28 00:08:12.777 INFO O| Oct 28 00:08:12.777 INFO STEP 79 (remove_files) COMPLETE
50892025-10-28T00:08:13.263Z[ recovery-image] Oct 28 00:08:12.777 INFO O| Oct 28 00:08:12.777 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902025-10-28T00:08:13.272Z[ recovery-image] Oct 28 00:08:12.790 INFO O| Oct 28 00:08:12.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
50912025-10-28T00:08:13.272Z[ recovery-image] Oct 28 00:08:12.791 INFO O| Oct 28 00:08:12.791 INFO STEP 80 (remove_files) COMPLETE
50922025-10-28T00:08:13.276Z[ recovery-image] Oct 28 00:08:12.791 INFO O| Oct 28 00:08:12.791 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932025-10-28T00:08:13.285Z[ recovery-image] Oct 28 00:08:12.803 INFO O| Oct 28 00:08:12.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
50942025-10-28T00:08:13.285Z[ recovery-image] Oct 28 00:08:12.803 INFO O| Oct 28 00:08:12.803 INFO STEP 81 (remove_files) COMPLETE
50952025-10-28T00:08:13.289Z[ recovery-image] Oct 28 00:08:12.803 INFO O| Oct 28 00:08:12.803 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962025-10-28T00:08:13.298Z[ recovery-image] Oct 28 00:08:12.816 INFO O| Oct 28 00:08:12.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
50972025-10-28T00:08:13.301Z[ recovery-image] Oct 28 00:08:12.817 INFO O| Oct 28 00:08:12.817 INFO STEP 82 (remove_files) COMPLETE
50982025-10-28T00:08:13.301Z[ recovery-image] Oct 28 00:08:12.817 INFO O| Oct 28 00:08:12.817 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992025-10-28T00:08:13.312Z[ recovery-image] Oct 28 00:08:12.830 INFO O| Oct 28 00:08:12.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
51002025-10-28T00:08:13.312Z[ recovery-image] Oct 28 00:08:12.831 INFO O| Oct 28 00:08:12.831 INFO STEP 83 (remove_files) COMPLETE
51012025-10-28T00:08:13.312Z[ recovery-image] Oct 28 00:08:12.831 INFO O| Oct 28 00:08:12.831 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022025-10-28T00:08:13.326Z[ recovery-image] Oct 28 00:08:12.844 INFO O| Oct 28 00:08:12.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3"
51032025-10-28T00:08:13.326Z[ recovery-image] Oct 28 00:08:12.844 INFO O| Oct 28 00:08:12.844 INFO STEP 84 (remove_files) COMPLETE
51042025-10-28T00:08:13.326Z[ recovery-image] Oct 28 00:08:12.844 INFO O| Oct 28 00:08:12.844 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052025-10-28T00:08:13.339Z[ recovery-image] Oct 28 00:08:12.857 INFO O| Oct 28 00:08:12.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
51062025-10-28T00:08:13.339Z[ recovery-image] Oct 28 00:08:12.857 INFO O| Oct 28 00:08:12.857 INFO STEP 85 (remove_files) COMPLETE
51072025-10-28T00:08:13.343Z[ recovery-image] Oct 28 00:08:12.857 INFO O| Oct 28 00:08:12.857 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082025-10-28T00:08:13.352Z[ recovery-image] Oct 28 00:08:12.870 INFO O| Oct 28 00:08:12.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
51092025-10-28T00:08:13.352Z[ recovery-image] Oct 28 00:08:12.870 INFO O| Oct 28 00:08:12.870 INFO STEP 86 (remove_files) COMPLETE
51102025-10-28T00:08:13.356Z[ recovery-image] Oct 28 00:08:12.870 INFO O| Oct 28 00:08:12.870 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112025-10-28T00:08:13.365Z[ recovery-image] Oct 28 00:08:12.883 INFO O| Oct 28 00:08:12.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
51122025-10-28T00:08:13.365Z[ recovery-image] Oct 28 00:08:12.883 INFO O| Oct 28 00:08:12.883 INFO STEP 87 (remove_files) COMPLETE
51132025-10-28T00:08:13.365Z[ recovery-image] Oct 28 00:08:12.883 INFO O| Oct 28 00:08:12.883 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142025-10-28T00:08:13.378Z[ recovery-image] Oct 28 00:08:12.897 INFO O| Oct 28 00:08:12.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
51152025-10-28T00:08:13.378Z[ recovery-image] Oct 28 00:08:12.897 INFO O| Oct 28 00:08:12.897 INFO STEP 88 (remove_files) COMPLETE
51162025-10-28T00:08:13.379Z[ recovery-image] Oct 28 00:08:12.897 INFO O| Oct 28 00:08:12.897 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172025-10-28T00:08:13.392Z[ recovery-image] Oct 28 00:08:12.910 INFO O| Oct 28 00:08:12.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
51182025-10-28T00:08:13.392Z[ recovery-image] Oct 28 00:08:12.910 INFO O| Oct 28 00:08:12.910 INFO STEP 89 (remove_files) COMPLETE
51192025-10-28T00:08:13.395Z[ recovery-image] Oct 28 00:08:12.910 INFO O| Oct 28 00:08:12.910 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202025-10-28T00:08:13.405Z[ recovery-image] Oct 28 00:08:12.923 INFO O| Oct 28 00:08:12.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
51212025-10-28T00:08:13.405Z[ recovery-image] Oct 28 00:08:12.924 INFO O| Oct 28 00:08:12.924 INFO STEP 90 (remove_files) COMPLETE
51222025-10-28T00:08:13.405Z[ recovery-image] Oct 28 00:08:12.924 INFO O| Oct 28 00:08:12.924 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232025-10-28T00:08:13.418Z[ recovery-image] Oct 28 00:08:12.937 INFO O| Oct 28 00:08:12.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
51242025-10-28T00:08:13.418Z[ recovery-image] Oct 28 00:08:12.937 INFO O| Oct 28 00:08:12.937 INFO STEP 91 (remove_files) COMPLETE
51252025-10-28T00:08:13.418Z[ recovery-image] Oct 28 00:08:12.937 INFO O| Oct 28 00:08:12.937 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262025-10-28T00:08:13.432Z[ recovery-image] Oct 28 00:08:12.950 INFO O| Oct 28 00:08:12.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
51272025-10-28T00:08:13.432Z[ recovery-image] Oct 28 00:08:12.950 INFO O| Oct 28 00:08:12.950 INFO STEP 92 (remove_files) COMPLETE
51282025-10-28T00:08:13.435Z[ recovery-image] Oct 28 00:08:12.950 INFO O| Oct 28 00:08:12.950 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292025-10-28T00:08:13.445Z[ recovery-image] Oct 28 00:08:12.963 INFO O| Oct 28 00:08:12.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
51302025-10-28T00:08:13.445Z[ recovery-image] Oct 28 00:08:12.963 INFO O| Oct 28 00:08:12.963 INFO STEP 93 (remove_files) COMPLETE
51312025-10-28T00:08:13.445Z[ recovery-image] Oct 28 00:08:12.963 INFO O| Oct 28 00:08:12.963 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322025-10-28T00:08:13.459Z[ recovery-image] Oct 28 00:08:12.977 INFO O| Oct 28 00:08:12.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
51332025-10-28T00:08:13.459Z[ recovery-image] Oct 28 00:08:12.978 INFO O| Oct 28 00:08:12.978 INFO STEP 94 (remove_files) COMPLETE
51342025-10-28T00:08:13.459Z[ recovery-image] Oct 28 00:08:12.978 INFO O| Oct 28 00:08:12.978 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352025-10-28T00:08:13.474Z[ recovery-image] Oct 28 00:08:12.992 INFO O| Oct 28 00:08:12.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
51362025-10-28T00:08:13.474Z[ recovery-image] Oct 28 00:08:12.992 INFO O| Oct 28 00:08:12.992 INFO STEP 95 (remove_files) COMPLETE
51372025-10-28T00:08:13.474Z[ recovery-image] Oct 28 00:08:12.992 INFO O| Oct 28 00:08:12.992 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382025-10-28T00:08:13.488Z[ recovery-image] Oct 28 00:08:13.006 INFO O| Oct 28 00:08:13.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
51392025-10-28T00:08:13.488Z[ recovery-image] Oct 28 00:08:13.006 INFO O| Oct 28 00:08:13.006 INFO STEP 96 (remove_files) COMPLETE
51402025-10-28T00:08:13.491Z[ recovery-image] Oct 28 00:08:13.006 INFO O| Oct 28 00:08:13.006 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412025-10-28T00:08:13.502Z[ recovery-image] Oct 28 00:08:13.020 INFO O| Oct 28 00:08:13.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
51422025-10-28T00:08:13.502Z[ recovery-image] Oct 28 00:08:13.020 INFO O| Oct 28 00:08:13.020 INFO STEP 97 (remove_files) COMPLETE
51432025-10-28T00:08:13.502Z[ recovery-image] Oct 28 00:08:13.020 INFO O| Oct 28 00:08:13.020 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442025-10-28T00:08:13.564Z[ recovery-image] Oct 28 00:08:13.034 INFO O| Oct 28 00:08:13.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
51452025-10-28T00:08:13.565Z[ recovery-image] Oct 28 00:08:13.035 INFO O| Oct 28 00:08:13.034 INFO STEP 98 (remove_files) COMPLETE
51462025-10-28T00:08:13.565Z[ recovery-image] Oct 28 00:08:13.035 INFO O| Oct 28 00:08:13.035 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472025-10-28T00:08:13.565Z[ recovery-image] Oct 28 00:08:13.049 INFO O| Oct 28 00:08:13.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
51482025-10-28T00:08:13.565Z[ recovery-image] Oct 28 00:08:13.049 INFO O| Oct 28 00:08:13.049 INFO STEP 99 (remove_files) COMPLETE
51492025-10-28T00:08:13.565Z[ recovery-image] Oct 28 00:08:13.049 INFO O| Oct 28 00:08:13.049 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502025-10-28T00:08:13.565Z[ recovery-image] Oct 28 00:08:13.063 INFO O| Oct 28 00:08:13.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
51512025-10-28T00:08:13.565Z[ recovery-image] Oct 28 00:08:13.063 INFO O| Oct 28 00:08:13.063 INFO STEP 100 (remove_files) COMPLETE
51522025-10-28T00:08:13.565Z[ recovery-image] Oct 28 00:08:13.063 INFO O| Oct 28 00:08:13.063 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532025-10-28T00:08:13.565Z[ recovery-image] Oct 28 00:08:13.077 INFO O| Oct 28 00:08:13.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
51542025-10-28T00:08:13.565Z[ recovery-image] Oct 28 00:08:13.077 INFO O| Oct 28 00:08:13.077 INFO STEP 101 (remove_files) COMPLETE
51552025-10-28T00:08:13.565Z[ recovery-image] Oct 28 00:08:13.077 INFO O| Oct 28 00:08:13.077 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562025-10-28T00:08:13.573Z[ recovery-image] Oct 28 00:08:13.091 INFO O| Oct 28 00:08:13.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
51572025-10-28T00:08:13.576Z[ recovery-image] Oct 28 00:08:13.092 INFO O| Oct 28 00:08:13.092 INFO STEP 102 (remove_files) COMPLETE
51582025-10-28T00:08:13.576Z[ recovery-image] Oct 28 00:08:13.092 INFO O| Oct 28 00:08:13.092 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592025-10-28T00:08:13.588Z[ recovery-image] Oct 28 00:08:13.106 INFO O| Oct 28 00:08:13.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
51602025-10-28T00:08:13.588Z[ recovery-image] Oct 28 00:08:13.106 INFO O| Oct 28 00:08:13.106 INFO STEP 103 (remove_files) COMPLETE
51612025-10-28T00:08:13.591Z[ recovery-image] Oct 28 00:08:13.106 INFO O| Oct 28 00:08:13.106 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622025-10-28T00:08:13.602Z[ recovery-image] Oct 28 00:08:13.120 INFO O| Oct 28 00:08:13.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
51632025-10-28T00:08:13.602Z[ recovery-image] Oct 28 00:08:13.121 INFO O| Oct 28 00:08:13.121 INFO STEP 104 (remove_files) COMPLETE
51642025-10-28T00:08:13.606Z[ recovery-image] Oct 28 00:08:13.121 INFO O| Oct 28 00:08:13.121 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652025-10-28T00:08:13.615Z[ recovery-image] Oct 28 00:08:13.133 INFO O| Oct 28 00:08:13.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
51662025-10-28T00:08:13.615Z[ recovery-image] Oct 28 00:08:13.134 INFO O| Oct 28 00:08:13.134 INFO STEP 105 (remove_files) COMPLETE
51672025-10-28T00:08:13.615Z[ recovery-image] Oct 28 00:08:13.134 INFO O| Oct 28 00:08:13.134 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682025-10-28T00:08:13.629Z[ recovery-image] Oct 28 00:08:13.147 INFO O| Oct 28 00:08:13.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
51692025-10-28T00:08:13.629Z[ recovery-image] Oct 28 00:08:13.147 INFO O| Oct 28 00:08:13.147 INFO STEP 106 (remove_files) COMPLETE
51702025-10-28T00:08:13.632Z[ recovery-image] Oct 28 00:08:13.147 INFO O| Oct 28 00:08:13.147 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712025-10-28T00:08:13.643Z[ recovery-image] Oct 28 00:08:13.161 INFO O| Oct 28 00:08:13.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
51722025-10-28T00:08:13.643Z[ recovery-image] Oct 28 00:08:13.161 INFO O| Oct 28 00:08:13.161 INFO STEP 107 (remove_files) COMPLETE
51732025-10-28T00:08:13.643Z[ recovery-image] Oct 28 00:08:13.161 INFO O| Oct 28 00:08:13.161 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742025-10-28T00:08:13.656Z[ recovery-image] Oct 28 00:08:13.174 INFO O| Oct 28 00:08:13.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
51752025-10-28T00:08:13.656Z[ recovery-image] Oct 28 00:08:13.174 INFO O| Oct 28 00:08:13.174 INFO STEP 108 (remove_files) COMPLETE
51762025-10-28T00:08:13.663Z[ recovery-image] Oct 28 00:08:13.174 INFO O| Oct 28 00:08:13.174 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772025-10-28T00:08:13.669Z[ recovery-image] Oct 28 00:08:13.187 INFO O| Oct 28 00:08:13.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
51782025-10-28T00:08:13.669Z[ recovery-image] Oct 28 00:08:13.187 INFO O| Oct 28 00:08:13.187 INFO STEP 109 (remove_files) COMPLETE
51792025-10-28T00:08:13.673Z[ recovery-image] Oct 28 00:08:13.187 INFO O| Oct 28 00:08:13.187 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802025-10-28T00:08:13.683Z[ recovery-image] Oct 28 00:08:13.201 INFO O| Oct 28 00:08:13.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
51812025-10-28T00:08:13.683Z[ recovery-image] Oct 28 00:08:13.202 INFO O| Oct 28 00:08:13.201 INFO STEP 110 (remove_files) COMPLETE
51822025-10-28T00:08:13.692Z[ recovery-image] Oct 28 00:08:13.202 INFO O| Oct 28 00:08:13.202 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832025-10-28T00:08:13.696Z[ recovery-image] Oct 28 00:08:13.215 INFO O| Oct 28 00:08:13.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
51842025-10-28T00:08:13.697Z[ recovery-image] Oct 28 00:08:13.215 INFO O| Oct 28 00:08:13.215 INFO STEP 111 (remove_files) COMPLETE
51852025-10-28T00:08:13.700Z[ recovery-image] Oct 28 00:08:13.215 INFO O| Oct 28 00:08:13.215 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862025-10-28T00:08:13.710Z[ recovery-image] Oct 28 00:08:13.228 INFO O| Oct 28 00:08:13.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
51872025-10-28T00:08:13.714Z[ recovery-image] Oct 28 00:08:13.229 INFO O| Oct 28 00:08:13.229 INFO STEP 112 (remove_files) COMPLETE
51882025-10-28T00:08:13.714Z[ recovery-image] Oct 28 00:08:13.229 INFO O| Oct 28 00:08:13.229 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892025-10-28T00:08:13.724Z[ recovery-image] Oct 28 00:08:13.243 INFO O| Oct 28 00:08:13.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
51902025-10-28T00:08:13.724Z[ recovery-image] Oct 28 00:08:13.243 INFO O| Oct 28 00:08:13.243 INFO STEP 113 (remove_files) COMPLETE
51912025-10-28T00:08:13.724Z[ recovery-image] Oct 28 00:08:13.243 INFO O| Oct 28 00:08:13.243 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922025-10-28T00:08:13.737Z[ recovery-image] Oct 28 00:08:13.255 INFO O| Oct 28 00:08:13.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
51932025-10-28T00:08:13.737Z[ recovery-image] Oct 28 00:08:13.256 INFO O| Oct 28 00:08:13.256 INFO STEP 114 (remove_files) COMPLETE
51942025-10-28T00:08:13.741Z[ recovery-image] Oct 28 00:08:13.256 INFO O| Oct 28 00:08:13.256 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952025-10-28T00:08:13.751Z[ recovery-image] Oct 28 00:08:13.269 INFO O| Oct 28 00:08:13.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
51962025-10-28T00:08:13.751Z[ recovery-image] Oct 28 00:08:13.269 INFO O| Oct 28 00:08:13.269 INFO STEP 115 (remove_files) COMPLETE
51972025-10-28T00:08:13.751Z[ recovery-image] Oct 28 00:08:13.269 INFO O| Oct 28 00:08:13.269 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982025-10-28T00:08:13.764Z[ recovery-image] Oct 28 00:08:13.282 INFO O| Oct 28 00:08:13.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
51992025-10-28T00:08:13.764Z[ recovery-image] Oct 28 00:08:13.282 INFO O| Oct 28 00:08:13.282 INFO STEP 116 (remove_files) COMPLETE
52002025-10-28T00:08:13.764Z[ recovery-image] Oct 28 00:08:13.282 INFO O| Oct 28 00:08:13.282 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012025-10-28T00:08:13.783Z[ recovery-image] Oct 28 00:08:13.295 INFO O| Oct 28 00:08:13.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
52022025-10-28T00:08:13.783Z[ recovery-image] Oct 28 00:08:13.295 INFO O| Oct 28 00:08:13.295 INFO STEP 117 (remove_files) COMPLETE
52032025-10-28T00:08:13.789Z[ recovery-image] Oct 28 00:08:13.295 INFO O| Oct 28 00:08:13.295 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042025-10-28T00:08:13.793Z[ recovery-image] Oct 28 00:08:13.309 INFO O| Oct 28 00:08:13.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
52052025-10-28T00:08:13.793Z[ recovery-image] Oct 28 00:08:13.309 INFO O| Oct 28 00:08:13.309 INFO STEP 118 (remove_files) COMPLETE
52062025-10-28T00:08:13.793Z[ recovery-image] Oct 28 00:08:13.309 INFO O| Oct 28 00:08:13.309 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072025-10-28T00:08:13.804Z[ recovery-image] Oct 28 00:08:13.322 INFO O| Oct 28 00:08:13.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
52082025-10-28T00:08:13.804Z[ recovery-image] Oct 28 00:08:13.322 INFO O| Oct 28 00:08:13.322 INFO STEP 119 (remove_files) COMPLETE
52092025-10-28T00:08:13.804Z[ recovery-image] Oct 28 00:08:13.322 INFO O| Oct 28 00:08:13.322 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102025-10-28T00:08:13.816Z[ recovery-image] Oct 28 00:08:13.335 INFO O| Oct 28 00:08:13.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
52112025-10-28T00:08:13.817Z[ recovery-image] Oct 28 00:08:13.335 INFO O| Oct 28 00:08:13.335 INFO STEP 120 (remove_files) COMPLETE
52122025-10-28T00:08:13.820Z[ recovery-image] Oct 28 00:08:13.335 INFO O| Oct 28 00:08:13.335 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132025-10-28T00:08:13.829Z[ recovery-image] Oct 28 00:08:13.348 INFO O| Oct 28 00:08:13.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
52142025-10-28T00:08:13.829Z[ recovery-image] Oct 28 00:08:13.348 INFO O| Oct 28 00:08:13.348 INFO STEP 121 (remove_files) COMPLETE
52152025-10-28T00:08:13.833Z[ recovery-image] Oct 28 00:08:13.348 INFO O| Oct 28 00:08:13.348 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162025-10-28T00:08:13.843Z[ recovery-image] Oct 28 00:08:13.361 INFO O| Oct 28 00:08:13.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
52172025-10-28T00:08:13.843Z[ recovery-image] Oct 28 00:08:13.361 INFO O| Oct 28 00:08:13.361 INFO STEP 122 (remove_files) COMPLETE
52182025-10-28T00:08:13.846Z[ recovery-image] Oct 28 00:08:13.361 INFO O| Oct 28 00:08:13.361 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192025-10-28T00:08:13.855Z[ recovery-image] Oct 28 00:08:13.374 INFO O| Oct 28 00:08:13.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
52202025-10-28T00:08:13.856Z[ recovery-image] Oct 28 00:08:13.374 INFO O| Oct 28 00:08:13.374 INFO STEP 123 (remove_files) COMPLETE
52212025-10-28T00:08:13.856Z[ recovery-image] Oct 28 00:08:13.374 INFO O| Oct 28 00:08:13.374 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222025-10-28T00:08:13.869Z[ recovery-image] Oct 28 00:08:13.387 INFO O| Oct 28 00:08:13.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
52232025-10-28T00:08:13.869Z[ recovery-image] Oct 28 00:08:13.387 INFO O| Oct 28 00:08:13.387 INFO STEP 124 (remove_files) COMPLETE
52242025-10-28T00:08:13.872Z[ recovery-image] Oct 28 00:08:13.387 INFO O| Oct 28 00:08:13.387 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252025-10-28T00:08:13.884Z[ recovery-image] Oct 28 00:08:13.401 INFO O| Oct 28 00:08:13.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
52262025-10-28T00:08:13.884Z[ recovery-image] Oct 28 00:08:13.401 INFO O| Oct 28 00:08:13.401 INFO STEP 125 (remove_files) COMPLETE
52272025-10-28T00:08:13.884Z[ recovery-image] Oct 28 00:08:13.401 INFO O| Oct 28 00:08:13.401 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282025-10-28T00:08:13.896Z[ recovery-image] Oct 28 00:08:13.414 INFO O| Oct 28 00:08:13.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
52292025-10-28T00:08:13.896Z[ recovery-image] Oct 28 00:08:13.414 INFO O| Oct 28 00:08:13.414 INFO STEP 126 (remove_files) COMPLETE
52302025-10-28T00:08:13.896Z[ recovery-image] Oct 28 00:08:13.414 INFO O| Oct 28 00:08:13.414 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312025-10-28T00:08:13.909Z[ recovery-image] Oct 28 00:08:13.427 INFO O| Oct 28 00:08:13.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
52322025-10-28T00:08:13.909Z[ recovery-image] Oct 28 00:08:13.427 INFO O| Oct 28 00:08:13.427 INFO STEP 127 (remove_files) COMPLETE
52332025-10-28T00:08:13.912Z[ recovery-image] Oct 28 00:08:13.427 INFO O| Oct 28 00:08:13.427 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342025-10-28T00:08:13.923Z[ recovery-image] Oct 28 00:08:13.441 INFO O| Oct 28 00:08:13.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
52352025-10-28T00:08:13.923Z[ recovery-image] Oct 28 00:08:13.441 INFO O| Oct 28 00:08:13.441 INFO STEP 128 (remove_files) COMPLETE
52362025-10-28T00:08:13.923Z[ recovery-image] Oct 28 00:08:13.441 INFO O| Oct 28 00:08:13.441 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372025-10-28T00:08:13.937Z[ recovery-image] Oct 28 00:08:13.455 INFO O| Oct 28 00:08:13.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
52382025-10-28T00:08:13.937Z[ recovery-image] Oct 28 00:08:13.455 INFO O| Oct 28 00:08:13.455 INFO STEP 129 (remove_files) COMPLETE
52392025-10-28T00:08:13.940Z[ recovery-image] Oct 28 00:08:13.455 INFO O| Oct 28 00:08:13.455 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402025-10-28T00:08:13.950Z[ recovery-image] Oct 28 00:08:13.468 INFO O| Oct 28 00:08:13.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
52412025-10-28T00:08:13.950Z[ recovery-image] Oct 28 00:08:13.468 INFO O| Oct 28 00:08:13.468 INFO STEP 130 (remove_files) COMPLETE
52422025-10-28T00:08:13.954Z[ recovery-image] Oct 28 00:08:13.468 INFO O| Oct 28 00:08:13.468 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432025-10-28T00:08:13.964Z[ recovery-image] Oct 28 00:08:13.482 INFO O| Oct 28 00:08:13.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
52442025-10-28T00:08:13.964Z[ recovery-image] Oct 28 00:08:13.482 INFO O| Oct 28 00:08:13.482 INFO STEP 131 (remove_files) COMPLETE
52452025-10-28T00:08:13.967Z[ recovery-image] Oct 28 00:08:13.482 INFO O| Oct 28 00:08:13.482 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462025-10-28T00:08:13.977Z[ recovery-image] Oct 28 00:08:13.495 INFO O| Oct 28 00:08:13.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
52472025-10-28T00:08:13.977Z[ recovery-image] Oct 28 00:08:13.495 INFO O| Oct 28 00:08:13.495 INFO STEP 132 (remove_files) COMPLETE
52482025-10-28T00:08:13.980Z[ recovery-image] Oct 28 00:08:13.495 INFO O| Oct 28 00:08:13.495 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492025-10-28T00:08:13.989Z[ recovery-image] Oct 28 00:08:13.507 INFO O| Oct 28 00:08:13.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
52502025-10-28T00:08:13.989Z[ recovery-image] Oct 28 00:08:13.507 INFO O| Oct 28 00:08:13.507 INFO STEP 133 (remove_files) COMPLETE
52512025-10-28T00:08:13.989Z[ recovery-image] Oct 28 00:08:13.507 INFO O| Oct 28 00:08:13.507 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522025-10-28T00:08:14.001Z[ recovery-image] Oct 28 00:08:13.519 INFO O| Oct 28 00:08:13.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
52532025-10-28T00:08:14.001Z[ recovery-image] Oct 28 00:08:13.519 INFO O| Oct 28 00:08:13.519 INFO STEP 134 (remove_files) COMPLETE
52542025-10-28T00:08:14.001Z[ recovery-image] Oct 28 00:08:13.519 INFO O| Oct 28 00:08:13.519 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552025-10-28T00:08:14.013Z[ recovery-image] Oct 28 00:08:13.531 INFO O| Oct 28 00:08:13.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
52562025-10-28T00:08:14.013Z[ recovery-image] Oct 28 00:08:13.531 INFO O| Oct 28 00:08:13.531 INFO STEP 135 (remove_files) COMPLETE
52572025-10-28T00:08:14.016Z[ recovery-image] Oct 28 00:08:13.531 INFO O| Oct 28 00:08:13.531 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582025-10-28T00:08:14.024Z[ recovery-image] Oct 28 00:08:13.543 INFO O| Oct 28 00:08:13.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
52592025-10-28T00:08:14.024Z[ recovery-image] Oct 28 00:08:13.543 INFO O| Oct 28 00:08:13.543 INFO STEP 136 (remove_files) COMPLETE
52602025-10-28T00:08:14.024Z[ recovery-image] Oct 28 00:08:13.543 INFO O| Oct 28 00:08:13.543 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612025-10-28T00:08:14.037Z[ recovery-image] Oct 28 00:08:13.555 INFO O| Oct 28 00:08:13.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
52622025-10-28T00:08:14.037Z[ recovery-image] Oct 28 00:08:13.556 INFO O| Oct 28 00:08:13.556 INFO STEP 137 (remove_files) COMPLETE
52632025-10-28T00:08:14.037Z[ recovery-image] Oct 28 00:08:13.556 INFO O| Oct 28 00:08:13.556 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642025-10-28T00:08:14.051Z[ recovery-image] Oct 28 00:08:13.569 INFO O| Oct 28 00:08:13.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack"
52652025-10-28T00:08:14.051Z[ recovery-image] Oct 28 00:08:13.569 INFO O| Oct 28 00:08:13.569 INFO STEP 138 (remove_files) COMPLETE
52662025-10-28T00:08:14.051Z[ recovery-image] Oct 28 00:08:13.569 INFO O| Oct 28 00:08:13.569 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672025-10-28T00:08:14.064Z[ recovery-image] Oct 28 00:08:13.582 INFO O| Oct 28 00:08:13.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
52682025-10-28T00:08:14.064Z[ recovery-image] Oct 28 00:08:13.582 INFO O| Oct 28 00:08:13.582 INFO STEP 139 (remove_files) COMPLETE
52692025-10-28T00:08:14.067Z[ recovery-image] Oct 28 00:08:13.582 INFO O| Oct 28 00:08:13.582 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702025-10-28T00:08:14.076Z[ recovery-image] Oct 28 00:08:13.595 INFO O| Oct 28 00:08:13.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
52712025-10-28T00:08:14.076Z[ recovery-image] Oct 28 00:08:13.595 INFO O| Oct 28 00:08:13.595 INFO STEP 140 (remove_files) COMPLETE
52722025-10-28T00:08:14.076Z[ recovery-image] Oct 28 00:08:13.595 INFO O| Oct 28 00:08:13.595 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732025-10-28T00:08:14.089Z[ recovery-image] Oct 28 00:08:13.607 INFO O| Oct 28 00:08:13.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
52742025-10-28T00:08:14.089Z[ recovery-image] Oct 28 00:08:13.607 INFO O| Oct 28 00:08:13.607 INFO STEP 141 (remove_files) COMPLETE
52752025-10-28T00:08:14.093Z[ recovery-image] Oct 28 00:08:13.607 INFO O| Oct 28 00:08:13.607 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762025-10-28T00:08:14.102Z[ recovery-image] Oct 28 00:08:13.620 INFO O| Oct 28 00:08:13.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
52772025-10-28T00:08:14.102Z[ recovery-image] Oct 28 00:08:13.620 INFO O| Oct 28 00:08:13.620 INFO STEP 142 (remove_files) COMPLETE
52782025-10-28T00:08:14.105Z[ recovery-image] Oct 28 00:08:13.620 INFO O| Oct 28 00:08:13.620 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792025-10-28T00:08:14.114Z[ recovery-image] Oct 28 00:08:13.633 INFO O| Oct 28 00:08:13.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
52802025-10-28T00:08:14.114Z[ recovery-image] Oct 28 00:08:13.633 INFO O| Oct 28 00:08:13.633 INFO STEP 143 (remove_files) COMPLETE
52812025-10-28T00:08:14.114Z[ recovery-image] Oct 28 00:08:13.633 INFO O| Oct 28 00:08:13.633 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822025-10-28T00:08:14.126Z[ recovery-image] Oct 28 00:08:13.644 INFO O| Oct 28 00:08:13.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
52832025-10-28T00:08:14.126Z[ recovery-image] Oct 28 00:08:13.644 INFO O| Oct 28 00:08:13.644 INFO STEP 144 (remove_files) COMPLETE
52842025-10-28T00:08:14.126Z[ recovery-image] Oct 28 00:08:13.644 INFO O| Oct 28 00:08:13.644 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852025-10-28T00:08:14.138Z[ recovery-image] Oct 28 00:08:13.656 INFO O| Oct 28 00:08:13.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
52862025-10-28T00:08:14.138Z[ recovery-image] Oct 28 00:08:13.656 INFO O| Oct 28 00:08:13.656 INFO STEP 145 (remove_files) COMPLETE
52872025-10-28T00:08:14.138Z[ recovery-image] Oct 28 00:08:13.656 INFO O| Oct 28 00:08:13.656 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882025-10-28T00:08:14.150Z[ recovery-image] Oct 28 00:08:13.668 INFO O| Oct 28 00:08:13.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
52892025-10-28T00:08:14.150Z[ recovery-image] Oct 28 00:08:13.668 INFO O| Oct 28 00:08:13.668 INFO STEP 146 (remove_files) COMPLETE
52902025-10-28T00:08:14.150Z[ recovery-image] Oct 28 00:08:13.668 INFO O| Oct 28 00:08:13.668 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912025-10-28T00:08:14.161Z[ recovery-image] Oct 28 00:08:13.680 INFO O| Oct 28 00:08:13.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
52922025-10-28T00:08:14.161Z[ recovery-image] Oct 28 00:08:13.680 INFO O| Oct 28 00:08:13.680 INFO STEP 147 (remove_files) COMPLETE
52932025-10-28T00:08:14.165Z[ recovery-image] Oct 28 00:08:13.680 INFO O| Oct 28 00:08:13.680 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942025-10-28T00:08:14.174Z[ recovery-image] Oct 28 00:08:13.692 INFO O| Oct 28 00:08:13.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
52952025-10-28T00:08:14.174Z[ recovery-image] Oct 28 00:08:13.692 INFO O| Oct 28 00:08:13.692 INFO STEP 148 (remove_files) COMPLETE
52962025-10-28T00:08:14.174Z[ recovery-image] Oct 28 00:08:13.692 INFO O| Oct 28 00:08:13.692 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972025-10-28T00:08:14.185Z[ recovery-image] Oct 28 00:08:13.704 INFO O| Oct 28 00:08:13.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
52982025-10-28T00:08:14.185Z[ recovery-image] Oct 28 00:08:13.704 INFO O| Oct 28 00:08:13.704 INFO STEP 149 (remove_files) COMPLETE
52992025-10-28T00:08:14.189Z[ recovery-image] Oct 28 00:08:13.704 INFO O| Oct 28 00:08:13.704 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002025-10-28T00:08:14.198Z[ recovery-image] Oct 28 00:08:13.716 INFO O| Oct 28 00:08:13.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
53012025-10-28T00:08:14.198Z[ recovery-image] Oct 28 00:08:13.716 INFO O| Oct 28 00:08:13.716 INFO STEP 150 (remove_files) COMPLETE
53022025-10-28T00:08:14.201Z[ recovery-image] Oct 28 00:08:13.716 INFO O| Oct 28 00:08:13.716 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032025-10-28T00:08:14.212Z[ recovery-image] Oct 28 00:08:13.729 INFO O| Oct 28 00:08:13.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
53042025-10-28T00:08:14.212Z[ recovery-image] Oct 28 00:08:13.729 INFO O| Oct 28 00:08:13.729 INFO STEP 151 (remove_files) COMPLETE
53052025-10-28T00:08:14.212Z[ recovery-image] Oct 28 00:08:13.729 INFO O| Oct 28 00:08:13.729 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062025-10-28T00:08:14.224Z[ recovery-image] Oct 28 00:08:13.743 INFO O| Oct 28 00:08:13.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
53072025-10-28T00:08:14.224Z[ recovery-image] Oct 28 00:08:13.743 INFO O| Oct 28 00:08:13.743 INFO STEP 152 (remove_files) COMPLETE
53082025-10-28T00:08:14.228Z[ recovery-image] Oct 28 00:08:13.743 INFO O| Oct 28 00:08:13.743 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092025-10-28T00:08:14.238Z[ recovery-image] Oct 28 00:08:13.756 INFO O| Oct 28 00:08:13.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
53102025-10-28T00:08:14.238Z[ recovery-image] Oct 28 00:08:13.756 INFO O| Oct 28 00:08:13.756 INFO STEP 153 (remove_files) COMPLETE
53112025-10-28T00:08:14.243Z[ recovery-image] Oct 28 00:08:13.756 INFO O| Oct 28 00:08:13.756 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122025-10-28T00:08:14.251Z[ recovery-image] Oct 28 00:08:13.769 INFO O| Oct 28 00:08:13.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
53132025-10-28T00:08:14.251Z[ recovery-image] Oct 28 00:08:13.769 INFO O| Oct 28 00:08:13.769 INFO STEP 154 (remove_files) COMPLETE
53142025-10-28T00:08:14.251Z[ recovery-image] Oct 28 00:08:13.769 INFO O| Oct 28 00:08:13.769 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152025-10-28T00:08:14.264Z[ recovery-image] Oct 28 00:08:13.782 INFO O| Oct 28 00:08:13.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
53162025-10-28T00:08:14.264Z[ recovery-image] Oct 28 00:08:13.782 INFO O| Oct 28 00:08:13.782 INFO STEP 155 (remove_files) COMPLETE
53172025-10-28T00:08:14.264Z[ recovery-image] Oct 28 00:08:13.782 INFO O| Oct 28 00:08:13.782 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182025-10-28T00:08:14.277Z[ recovery-image] Oct 28 00:08:13.795 INFO O| Oct 28 00:08:13.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
53192025-10-28T00:08:14.277Z[ recovery-image] Oct 28 00:08:13.795 INFO O| Oct 28 00:08:13.795 INFO STEP 156 (remove_files) COMPLETE
53202025-10-28T00:08:14.277Z[ recovery-image] Oct 28 00:08:13.795 INFO O| Oct 28 00:08:13.795 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212025-10-28T00:08:14.290Z[ recovery-image] Oct 28 00:08:13.808 INFO O| Oct 28 00:08:13.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
53222025-10-28T00:08:14.290Z[ recovery-image] Oct 28 00:08:13.808 INFO O| Oct 28 00:08:13.808 INFO STEP 157 (remove_files) COMPLETE
53232025-10-28T00:08:14.290Z[ recovery-image] Oct 28 00:08:13.808 INFO O| Oct 28 00:08:13.808 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242025-10-28T00:08:14.315Z[ recovery-image] Oct 28 00:08:13.820 INFO O| Oct 28 00:08:13.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
53252025-10-28T00:08:14.320Z[ recovery-image] Oct 28 00:08:13.820 INFO O| Oct 28 00:08:13.820 INFO STEP 158 (remove_files) COMPLETE
53262025-10-28T00:08:14.320Z[ recovery-image] Oct 28 00:08:13.820 INFO O| Oct 28 00:08:13.820 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272025-10-28T00:08:14.320Z[ recovery-image] Oct 28 00:08:13.833 INFO O| Oct 28 00:08:13.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
53282025-10-28T00:08:14.320Z[ recovery-image] Oct 28 00:08:13.833 INFO O| Oct 28 00:08:13.833 INFO STEP 159 (remove_files) COMPLETE
53292025-10-28T00:08:14.320Z[ recovery-image] Oct 28 00:08:13.833 INFO O| Oct 28 00:08:13.833 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302025-10-28T00:08:14.328Z[ recovery-image] Oct 28 00:08:13.846 INFO O| Oct 28 00:08:13.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
53312025-10-28T00:08:14.328Z[ recovery-image] Oct 28 00:08:13.846 INFO O| Oct 28 00:08:13.846 INFO STEP 160 (remove_files) COMPLETE
53322025-10-28T00:08:14.328Z[ recovery-image] Oct 28 00:08:13.846 INFO O| Oct 28 00:08:13.846 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332025-10-28T00:08:14.342Z[ recovery-image] Oct 28 00:08:13.860 INFO O| Oct 28 00:08:13.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
53342025-10-28T00:08:14.342Z[ recovery-image] Oct 28 00:08:13.860 INFO O| Oct 28 00:08:13.860 INFO STEP 161 (remove_files) COMPLETE
53352025-10-28T00:08:14.342Z[ recovery-image] Oct 28 00:08:13.860 INFO O| Oct 28 00:08:13.860 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362025-10-28T00:08:14.356Z[ recovery-image] Oct 28 00:08:13.874 INFO O| Oct 28 00:08:13.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
53372025-10-28T00:08:14.359Z[ recovery-image] Oct 28 00:08:13.875 INFO O| Oct 28 00:08:13.875 INFO STEP 162 (remove_files) COMPLETE
53382025-10-28T00:08:14.359Z[ recovery-image] Oct 28 00:08:13.875 INFO O| Oct 28 00:08:13.875 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392025-10-28T00:08:14.370Z[ recovery-image] Oct 28 00:08:13.888 INFO O| Oct 28 00:08:13.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
53402025-10-28T00:08:14.370Z[ recovery-image] Oct 28 00:08:13.888 INFO O| Oct 28 00:08:13.888 INFO STEP 163 (remove_files) COMPLETE
53412025-10-28T00:08:14.370Z[ recovery-image] Oct 28 00:08:13.888 INFO O| Oct 28 00:08:13.888 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422025-10-28T00:08:14.383Z[ recovery-image] Oct 28 00:08:13.901 INFO O| Oct 28 00:08:13.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
53432025-10-28T00:08:14.383Z[ recovery-image] Oct 28 00:08:13.901 INFO O| Oct 28 00:08:13.901 INFO STEP 164 (remove_files) COMPLETE
53442025-10-28T00:08:14.386Z[ recovery-image] Oct 28 00:08:13.901 INFO O| Oct 28 00:08:13.901 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452025-10-28T00:08:14.396Z[ recovery-image] Oct 28 00:08:13.914 INFO O| Oct 28 00:08:13.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
53462025-10-28T00:08:14.399Z[ recovery-image] Oct 28 00:08:13.914 INFO O| Oct 28 00:08:13.914 INFO STEP 165 (remove_files) COMPLETE
53472025-10-28T00:08:14.399Z[ recovery-image] Oct 28 00:08:13.914 INFO O| Oct 28 00:08:13.914 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482025-10-28T00:08:14.409Z[ recovery-image] Oct 28 00:08:13.927 INFO O| Oct 28 00:08:13.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
53492025-10-28T00:08:14.409Z[ recovery-image] Oct 28 00:08:13.927 INFO O| Oct 28 00:08:13.927 INFO STEP 166 (remove_files) COMPLETE
53502025-10-28T00:08:14.409Z[ recovery-image] Oct 28 00:08:13.927 INFO O| Oct 28 00:08:13.927 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512025-10-28T00:08:14.422Z[ recovery-image] Oct 28 00:08:13.940 INFO O| Oct 28 00:08:13.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
53522025-10-28T00:08:14.422Z[ recovery-image] Oct 28 00:08:13.941 INFO O| Oct 28 00:08:13.940 INFO STEP 167 (remove_files) COMPLETE
53532025-10-28T00:08:14.422Z[ recovery-image] Oct 28 00:08:13.941 INFO O| Oct 28 00:08:13.941 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542025-10-28T00:08:14.435Z[ recovery-image] Oct 28 00:08:13.953 INFO O| Oct 28 00:08:13.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
53552025-10-28T00:08:14.435Z[ recovery-image] Oct 28 00:08:13.953 INFO O| Oct 28 00:08:13.953 INFO STEP 168 (remove_files) COMPLETE
53562025-10-28T00:08:14.435Z[ recovery-image] Oct 28 00:08:13.953 INFO O| Oct 28 00:08:13.953 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572025-10-28T00:08:14.447Z[ recovery-image] Oct 28 00:08:13.966 INFO O| Oct 28 00:08:13.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
53582025-10-28T00:08:14.447Z[ recovery-image] Oct 28 00:08:13.966 INFO O| Oct 28 00:08:13.966 INFO STEP 169 (remove_files) COMPLETE
53592025-10-28T00:08:14.447Z[ recovery-image] Oct 28 00:08:13.966 INFO O| Oct 28 00:08:13.966 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602025-10-28T00:08:14.460Z[ recovery-image] Oct 28 00:08:13.978 INFO O| Oct 28 00:08:13.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
53612025-10-28T00:08:14.460Z[ recovery-image] Oct 28 00:08:13.978 INFO O| Oct 28 00:08:13.978 INFO STEP 170 (remove_files) COMPLETE
53622025-10-28T00:08:14.460Z[ recovery-image] Oct 28 00:08:13.978 INFO O| Oct 28 00:08:13.978 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632025-10-28T00:08:14.472Z[ recovery-image] Oct 28 00:08:13.991 INFO O| Oct 28 00:08:13.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
53642025-10-28T00:08:14.472Z[ recovery-image] Oct 28 00:08:13.991 INFO O| Oct 28 00:08:13.991 INFO STEP 171 (remove_files) COMPLETE
53652025-10-28T00:08:14.476Z[ recovery-image] Oct 28 00:08:13.991 INFO O| Oct 28 00:08:13.991 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662025-10-28T00:08:14.485Z[ recovery-image] Oct 28 00:08:14.003 INFO O| Oct 28 00:08:14.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
53672025-10-28T00:08:14.488Z[ recovery-image] Oct 28 00:08:14.004 INFO O| Oct 28 00:08:14.004 INFO STEP 172 (remove_files) COMPLETE
53682025-10-28T00:08:14.488Z[ recovery-image] Oct 28 00:08:14.005 INFO O| Oct 28 00:08:14.004 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692025-10-28T00:08:14.500Z[ recovery-image] Oct 28 00:08:14.018 INFO O| Oct 28 00:08:14.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
53702025-10-28T00:08:14.500Z[ recovery-image] Oct 28 00:08:14.018 INFO O| Oct 28 00:08:14.018 INFO STEP 173 (remove_files) COMPLETE
53712025-10-28T00:08:14.500Z[ recovery-image] Oct 28 00:08:14.018 INFO O| Oct 28 00:08:14.018 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722025-10-28T00:08:14.513Z[ recovery-image] Oct 28 00:08:14.032 INFO O| Oct 28 00:08:14.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
53732025-10-28T00:08:14.514Z[ recovery-image] Oct 28 00:08:14.032 INFO O| Oct 28 00:08:14.032 INFO STEP 174 (remove_files) COMPLETE
53742025-10-28T00:08:14.518Z[ recovery-image] Oct 28 00:08:14.032 INFO O| Oct 28 00:08:14.032 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752025-10-28T00:08:14.527Z[ recovery-image] Oct 28 00:08:14.045 INFO O| Oct 28 00:08:14.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
53762025-10-28T00:08:14.527Z[ recovery-image] Oct 28 00:08:14.045 INFO O| Oct 28 00:08:14.045 INFO STEP 175 (remove_files) COMPLETE
53772025-10-28T00:08:14.530Z[ recovery-image] Oct 28 00:08:14.045 INFO O| Oct 28 00:08:14.045 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782025-10-28T00:08:14.540Z[ recovery-image] Oct 28 00:08:14.059 INFO O| Oct 28 00:08:14.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
53792025-10-28T00:08:14.540Z[ recovery-image] Oct 28 00:08:14.059 INFO O| Oct 28 00:08:14.059 INFO STEP 176 (remove_files) COMPLETE
53802025-10-28T00:08:14.541Z[ recovery-image] Oct 28 00:08:14.059 INFO O| Oct 28 00:08:14.059 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812025-10-28T00:08:14.554Z[ recovery-image] Oct 28 00:08:14.073 INFO O| Oct 28 00:08:14.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
53822025-10-28T00:08:14.554Z[ recovery-image] Oct 28 00:08:14.073 INFO O| Oct 28 00:08:14.073 INFO STEP 177 (remove_files) COMPLETE
53832025-10-28T00:08:14.554Z[ recovery-image] Oct 28 00:08:14.073 INFO O| Oct 28 00:08:14.073 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842025-10-28T00:08:14.568Z[ recovery-image] Oct 28 00:08:14.086 INFO O| Oct 28 00:08:14.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
53852025-10-28T00:08:14.568Z[ recovery-image] Oct 28 00:08:14.086 INFO O| Oct 28 00:08:14.086 INFO STEP 178 (remove_files) COMPLETE
53862025-10-28T00:08:14.568Z[ recovery-image] Oct 28 00:08:14.086 INFO O| Oct 28 00:08:14.086 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872025-10-28T00:08:14.581Z[ recovery-image] Oct 28 00:08:14.100 INFO O| Oct 28 00:08:14.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
53882025-10-28T00:08:14.585Z[ recovery-image] Oct 28 00:08:14.101 INFO O| Oct 28 00:08:14.100 INFO STEP 179 (remove_files) COMPLETE
53892025-10-28T00:08:14.585Z[ recovery-image] Oct 28 00:08:14.101 INFO O| Oct 28 00:08:14.101 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902025-10-28T00:08:14.602Z[ recovery-image] Oct 28 00:08:14.114 INFO O| Oct 28 00:08:14.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
53912025-10-28T00:08:14.602Z[ recovery-image] Oct 28 00:08:14.115 INFO O| Oct 28 00:08:14.115 INFO STEP 180 (remove_files) COMPLETE
53922025-10-28T00:08:14.606Z[ recovery-image] Oct 28 00:08:14.115 INFO O| Oct 28 00:08:14.115 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932025-10-28T00:08:14.617Z[ recovery-image] Oct 28 00:08:14.135 INFO O| Oct 28 00:08:14.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
53942025-10-28T00:08:14.617Z[ recovery-image] Oct 28 00:08:14.135 INFO O| Oct 28 00:08:14.135 INFO STEP 181 (remove_files) COMPLETE
53952025-10-28T00:08:14.620Z[ recovery-image] Oct 28 00:08:14.135 INFO O| Oct 28 00:08:14.135 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962025-10-28T00:08:14.631Z[ recovery-image] Oct 28 00:08:14.149 INFO O| Oct 28 00:08:14.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
53972025-10-28T00:08:14.631Z[ recovery-image] Oct 28 00:08:14.149 INFO O| Oct 28 00:08:14.149 INFO STEP 182 (remove_files) COMPLETE
53982025-10-28T00:08:14.634Z[ recovery-image] Oct 28 00:08:14.149 INFO O| Oct 28 00:08:14.149 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992025-10-28T00:08:14.645Z[ recovery-image] Oct 28 00:08:14.163 INFO O| Oct 28 00:08:14.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
54002025-10-28T00:08:14.645Z[ recovery-image] Oct 28 00:08:14.163 INFO O| Oct 28 00:08:14.163 INFO STEP 183 (remove_files) COMPLETE
54012025-10-28T00:08:14.645Z[ recovery-image] Oct 28 00:08:14.163 INFO O| Oct 28 00:08:14.163 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022025-10-28T00:08:14.658Z[ recovery-image] Oct 28 00:08:14.176 INFO O| Oct 28 00:08:14.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
54032025-10-28T00:08:14.658Z[ recovery-image] Oct 28 00:08:14.176 INFO O| Oct 28 00:08:14.176 INFO STEP 184 (remove_files) COMPLETE
54042025-10-28T00:08:14.661Z[ recovery-image] Oct 28 00:08:14.176 INFO O| Oct 28 00:08:14.176 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052025-10-28T00:08:14.671Z[ recovery-image] Oct 28 00:08:14.189 INFO O| Oct 28 00:08:14.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
54062025-10-28T00:08:14.671Z[ recovery-image] Oct 28 00:08:14.190 INFO O| Oct 28 00:08:14.190 INFO STEP 185 (remove_files) COMPLETE
54072025-10-28T00:08:14.674Z[ recovery-image] Oct 28 00:08:14.190 INFO O| Oct 28 00:08:14.190 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082025-10-28T00:08:14.683Z[ recovery-image] Oct 28 00:08:14.202 INFO O| Oct 28 00:08:14.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
54092025-10-28T00:08:14.684Z[ recovery-image] Oct 28 00:08:14.202 INFO O| Oct 28 00:08:14.202 INFO STEP 186 (remove_files) COMPLETE
54102025-10-28T00:08:14.687Z[ recovery-image] Oct 28 00:08:14.202 INFO O| Oct 28 00:08:14.202 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112025-10-28T00:08:14.697Z[ recovery-image] Oct 28 00:08:14.216 INFO O| Oct 28 00:08:14.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
54122025-10-28T00:08:14.697Z[ recovery-image] Oct 28 00:08:14.216 INFO O| Oct 28 00:08:14.216 INFO STEP 187 (remove_files) COMPLETE
54132025-10-28T00:08:14.698Z[ recovery-image] Oct 28 00:08:14.216 INFO O| Oct 28 00:08:14.216 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142025-10-28T00:08:14.711Z[ recovery-image] Oct 28 00:08:14.230 INFO O| Oct 28 00:08:14.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
54152025-10-28T00:08:14.715Z[ recovery-image] Oct 28 00:08:14.231 INFO O| Oct 28 00:08:14.231 INFO STEP 188 (remove_files) COMPLETE
54162025-10-28T00:08:14.715Z[ recovery-image] Oct 28 00:08:14.231 INFO O| Oct 28 00:08:14.231 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172025-10-28T00:08:14.726Z[ recovery-image] Oct 28 00:08:14.244 INFO O| Oct 28 00:08:14.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
54182025-10-28T00:08:14.726Z[ recovery-image] Oct 28 00:08:14.244 INFO O| Oct 28 00:08:14.244 INFO STEP 189 (remove_files) COMPLETE
54192025-10-28T00:08:14.726Z[ recovery-image] Oct 28 00:08:14.244 INFO O| Oct 28 00:08:14.244 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202025-10-28T00:08:14.739Z[ recovery-image] Oct 28 00:08:14.258 INFO O| Oct 28 00:08:14.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
54212025-10-28T00:08:14.739Z[ recovery-image] Oct 28 00:08:14.258 INFO O| Oct 28 00:08:14.258 INFO STEP 190 (remove_files) COMPLETE
54222025-10-28T00:08:14.739Z[ recovery-image] Oct 28 00:08:14.258 INFO O| Oct 28 00:08:14.258 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232025-10-28T00:08:14.752Z[ recovery-image] Oct 28 00:08:14.271 INFO O| Oct 28 00:08:14.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
54242025-10-28T00:08:14.752Z[ recovery-image] Oct 28 00:08:14.271 INFO O| Oct 28 00:08:14.271 INFO STEP 191 (remove_files) COMPLETE
54252025-10-28T00:08:14.753Z[ recovery-image] Oct 28 00:08:14.271 INFO O| Oct 28 00:08:14.271 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262025-10-28T00:08:14.766Z[ recovery-image] Oct 28 00:08:14.285 INFO O| Oct 28 00:08:14.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
54272025-10-28T00:08:14.766Z[ recovery-image] Oct 28 00:08:14.285 INFO O| Oct 28 00:08:14.285 INFO STEP 192 (remove_files) COMPLETE
54282025-10-28T00:08:14.766Z[ recovery-image] Oct 28 00:08:14.285 INFO O| Oct 28 00:08:14.285 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292025-10-28T00:08:14.780Z[ recovery-image] Oct 28 00:08:14.299 INFO O| Oct 28 00:08:14.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
54302025-10-28T00:08:14.780Z[ recovery-image] Oct 28 00:08:14.299 INFO O| Oct 28 00:08:14.299 INFO STEP 193 (remove_files) COMPLETE
54312025-10-28T00:08:14.787Z[ recovery-image] Oct 28 00:08:14.299 INFO O| Oct 28 00:08:14.299 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322025-10-28T00:08:14.794Z[ recovery-image] Oct 28 00:08:14.313 INFO O| Oct 28 00:08:14.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
54332025-10-28T00:08:14.794Z[ recovery-image] Oct 28 00:08:14.313 INFO O| Oct 28 00:08:14.313 INFO STEP 194 (remove_files) COMPLETE
54342025-10-28T00:08:14.798Z[ recovery-image] Oct 28 00:08:14.313 INFO O| Oct 28 00:08:14.313 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352025-10-28T00:08:14.807Z[ recovery-image] Oct 28 00:08:14.326 INFO O| Oct 28 00:08:14.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
54362025-10-28T00:08:14.808Z[ recovery-image] Oct 28 00:08:14.326 INFO O| Oct 28 00:08:14.326 INFO STEP 195 (remove_files) COMPLETE
54372025-10-28T00:08:14.811Z[ recovery-image] Oct 28 00:08:14.326 INFO O| Oct 28 00:08:14.326 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382025-10-28T00:08:14.821Z[ recovery-image] Oct 28 00:08:14.339 INFO O| Oct 28 00:08:14.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
54392025-10-28T00:08:14.821Z[ recovery-image] Oct 28 00:08:14.339 INFO O| Oct 28 00:08:14.339 INFO STEP 196 (remove_files) COMPLETE
54402025-10-28T00:08:14.824Z[ recovery-image] Oct 28 00:08:14.339 INFO O| Oct 28 00:08:14.339 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412025-10-28T00:08:14.834Z[ recovery-image] Oct 28 00:08:14.352 INFO O| Oct 28 00:08:14.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
54422025-10-28T00:08:14.834Z[ recovery-image] Oct 28 00:08:14.352 INFO O| Oct 28 00:08:14.352 INFO STEP 197 (remove_files) COMPLETE
54432025-10-28T00:08:14.834Z[ recovery-image] Oct 28 00:08:14.352 INFO O| Oct 28 00:08:14.352 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442025-10-28T00:08:14.847Z[ recovery-image] Oct 28 00:08:14.365 INFO O| Oct 28 00:08:14.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
54452025-10-28T00:08:14.847Z[ recovery-image] Oct 28 00:08:14.365 INFO O| Oct 28 00:08:14.365 INFO STEP 198 (remove_files) COMPLETE
54462025-10-28T00:08:14.851Z[ recovery-image] Oct 28 00:08:14.365 INFO O| Oct 28 00:08:14.365 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472025-10-28T00:08:14.860Z[ recovery-image] Oct 28 00:08:14.378 INFO O| Oct 28 00:08:14.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
54482025-10-28T00:08:14.860Z[ recovery-image] Oct 28 00:08:14.378 INFO O| Oct 28 00:08:14.378 INFO STEP 199 (remove_files) COMPLETE
54492025-10-28T00:08:14.860Z[ recovery-image] Oct 28 00:08:14.378 INFO O| Oct 28 00:08:14.378 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502025-10-28T00:08:14.873Z[ recovery-image] Oct 28 00:08:14.391 INFO O| Oct 28 00:08:14.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
54512025-10-28T00:08:14.873Z[ recovery-image] Oct 28 00:08:14.392 INFO O| Oct 28 00:08:14.391 INFO STEP 200 (remove_files) COMPLETE
54522025-10-28T00:08:14.877Z[ recovery-image] Oct 28 00:08:14.392 INFO O| Oct 28 00:08:14.392 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532025-10-28T00:08:14.887Z[ recovery-image] Oct 28 00:08:14.405 INFO O| Oct 28 00:08:14.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
54542025-10-28T00:08:14.887Z[ recovery-image] Oct 28 00:08:14.405 INFO O| Oct 28 00:08:14.405 INFO STEP 201 (remove_files) COMPLETE
54552025-10-28T00:08:14.891Z[ recovery-image] Oct 28 00:08:14.405 INFO O| Oct 28 00:08:14.405 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562025-10-28T00:08:14.899Z[ recovery-image] Oct 28 00:08:14.418 INFO O| Oct 28 00:08:14.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
54572025-10-28T00:08:14.899Z[ recovery-image] Oct 28 00:08:14.418 INFO O| Oct 28 00:08:14.418 INFO STEP 202 (remove_files) COMPLETE
54582025-10-28T00:08:14.903Z[ recovery-image] Oct 28 00:08:14.418 INFO O| Oct 28 00:08:14.418 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592025-10-28T00:08:14.912Z[ recovery-image] Oct 28 00:08:14.431 INFO O| Oct 28 00:08:14.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
54602025-10-28T00:08:14.912Z[ recovery-image] Oct 28 00:08:14.431 INFO O| Oct 28 00:08:14.431 INFO STEP 203 (remove_files) COMPLETE
54612025-10-28T00:08:14.916Z[ recovery-image] Oct 28 00:08:14.431 INFO O| Oct 28 00:08:14.431 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622025-10-28T00:08:14.926Z[ recovery-image] Oct 28 00:08:14.444 INFO O| Oct 28 00:08:14.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
54632025-10-28T00:08:14.926Z[ recovery-image] Oct 28 00:08:14.444 INFO O| Oct 28 00:08:14.444 INFO STEP 204 (remove_files) COMPLETE
54642025-10-28T00:08:14.926Z[ recovery-image] Oct 28 00:08:14.444 INFO O| Oct 28 00:08:14.444 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652025-10-28T00:08:14.940Z[ recovery-image] Oct 28 00:08:14.458 INFO O| Oct 28 00:08:14.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
54662025-10-28T00:08:14.940Z[ recovery-image] Oct 28 00:08:14.459 INFO O| Oct 28 00:08:14.459 INFO STEP 205 (remove_files) COMPLETE
54672025-10-28T00:08:14.940Z[ recovery-image] Oct 28 00:08:14.459 INFO O| Oct 28 00:08:14.459 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682025-10-28T00:08:14.954Z[ recovery-image] Oct 28 00:08:14.473 INFO O| Oct 28 00:08:14.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
54692025-10-28T00:08:14.954Z[ recovery-image] Oct 28 00:08:14.473 INFO O| Oct 28 00:08:14.473 INFO STEP 206 (remove_files) COMPLETE
54702025-10-28T00:08:14.954Z[ recovery-image] Oct 28 00:08:14.473 INFO O| Oct 28 00:08:14.473 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712025-10-28T00:08:14.968Z[ recovery-image] Oct 28 00:08:14.487 INFO O| Oct 28 00:08:14.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
54722025-10-28T00:08:14.968Z[ recovery-image] Oct 28 00:08:14.487 INFO O| Oct 28 00:08:14.487 INFO STEP 207 (remove_files) COMPLETE
54732025-10-28T00:08:14.968Z[ recovery-image] Oct 28 00:08:14.487 INFO O| Oct 28 00:08:14.487 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742025-10-28T00:08:14.981Z[ recovery-image] Oct 28 00:08:14.500 INFO O| Oct 28 00:08:14.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
54752025-10-28T00:08:14.981Z[ recovery-image] Oct 28 00:08:14.500 INFO O| Oct 28 00:08:14.500 INFO STEP 208 (remove_files) COMPLETE
54762025-10-28T00:08:14.981Z[ recovery-image] Oct 28 00:08:14.500 INFO O| Oct 28 00:08:14.500 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772025-10-28T00:08:14.994Z[ recovery-image] Oct 28 00:08:14.513 INFO O| Oct 28 00:08:14.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
54782025-10-28T00:08:14.994Z[ recovery-image] Oct 28 00:08:14.513 INFO O| Oct 28 00:08:14.513 INFO STEP 209 (remove_files) COMPLETE
54792025-10-28T00:08:14.994Z[ recovery-image] Oct 28 00:08:14.513 INFO O| Oct 28 00:08:14.513 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802025-10-28T00:08:15.007Z[ recovery-image] Oct 28 00:08:14.526 INFO O| Oct 28 00:08:14.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
54812025-10-28T00:08:15.007Z[ recovery-image] Oct 28 00:08:14.526 INFO O| Oct 28 00:08:14.526 INFO STEP 210 (remove_files) COMPLETE
54822025-10-28T00:08:15.007Z[ recovery-image] Oct 28 00:08:14.526 INFO O| Oct 28 00:08:14.526 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832025-10-28T00:08:15.021Z[ recovery-image] Oct 28 00:08:14.538 INFO O| Oct 28 00:08:14.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
54842025-10-28T00:08:15.021Z[ recovery-image] Oct 28 00:08:14.538 INFO O| Oct 28 00:08:14.538 INFO STEP 211 (remove_files) COMPLETE
54852025-10-28T00:08:15.024Z[ recovery-image] Oct 28 00:08:14.538 INFO O| Oct 28 00:08:14.538 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862025-10-28T00:08:15.032Z[ recovery-image] Oct 28 00:08:14.551 INFO O| Oct 28 00:08:14.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
54872025-10-28T00:08:15.032Z[ recovery-image] Oct 28 00:08:14.551 INFO O| Oct 28 00:08:14.551 INFO STEP 212 (remove_files) COMPLETE
54882025-10-28T00:08:15.036Z[ recovery-image] Oct 28 00:08:14.551 INFO O| Oct 28 00:08:14.551 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892025-10-28T00:08:15.046Z[ recovery-image] Oct 28 00:08:14.565 INFO O| Oct 28 00:08:14.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
54902025-10-28T00:08:15.046Z[ recovery-image] Oct 28 00:08:14.565 INFO O| Oct 28 00:08:14.565 INFO STEP 213 (remove_files) COMPLETE
54912025-10-28T00:08:15.050Z[ recovery-image] Oct 28 00:08:14.565 INFO O| Oct 28 00:08:14.565 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922025-10-28T00:08:15.060Z[ recovery-image] Oct 28 00:08:14.578 INFO O| Oct 28 00:08:14.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
54932025-10-28T00:08:15.060Z[ recovery-image] Oct 28 00:08:14.578 INFO O| Oct 28 00:08:14.578 INFO STEP 214 (remove_files) COMPLETE
54942025-10-28T00:08:15.060Z[ recovery-image] Oct 28 00:08:14.579 INFO O| Oct 28 00:08:14.578 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952025-10-28T00:08:15.073Z[ recovery-image] Oct 28 00:08:14.592 INFO O| Oct 28 00:08:14.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
54962025-10-28T00:08:15.073Z[ recovery-image] Oct 28 00:08:14.592 INFO O| Oct 28 00:08:14.592 INFO STEP 215 (remove_files) COMPLETE
54972025-10-28T00:08:15.077Z[ recovery-image] Oct 28 00:08:14.592 INFO O| Oct 28 00:08:14.592 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982025-10-28T00:08:15.086Z[ recovery-image] Oct 28 00:08:14.605 INFO O| Oct 28 00:08:14.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
54992025-10-28T00:08:15.086Z[ recovery-image] Oct 28 00:08:14.605 INFO O| Oct 28 00:08:14.605 INFO STEP 216 (remove_files) COMPLETE
55002025-10-28T00:08:15.087Z[ recovery-image] Oct 28 00:08:14.605 INFO O| Oct 28 00:08:14.605 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012025-10-28T00:08:15.101Z[ recovery-image] Oct 28 00:08:14.619 INFO O| Oct 28 00:08:14.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
55022025-10-28T00:08:15.101Z[ recovery-image] Oct 28 00:08:14.619 INFO O| Oct 28 00:08:14.619 INFO STEP 217 (remove_files) COMPLETE
55032025-10-28T00:08:15.101Z[ recovery-image] Oct 28 00:08:14.619 INFO O| Oct 28 00:08:14.619 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042025-10-28T00:08:15.116Z[ recovery-image] Oct 28 00:08:14.635 INFO O| Oct 28 00:08:14.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
55052025-10-28T00:08:15.116Z[ recovery-image] Oct 28 00:08:14.635 INFO O| Oct 28 00:08:14.635 INFO STEP 218 (remove_files) COMPLETE
55062025-10-28T00:08:15.116Z[ recovery-image] Oct 28 00:08:14.635 INFO O| Oct 28 00:08:14.635 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072025-10-28T00:08:15.131Z[ recovery-image] Oct 28 00:08:14.650 INFO O| Oct 28 00:08:14.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
55082025-10-28T00:08:15.131Z[ recovery-image] Oct 28 00:08:14.650 INFO O| Oct 28 00:08:14.650 INFO STEP 219 (remove_files) COMPLETE
55092025-10-28T00:08:15.131Z[ recovery-image] Oct 28 00:08:14.650 INFO O| Oct 28 00:08:14.650 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102025-10-28T00:08:15.147Z[ recovery-image] Oct 28 00:08:14.666 INFO O| Oct 28 00:08:14.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
55112025-10-28T00:08:15.151Z[ recovery-image] Oct 28 00:08:14.667 INFO O| Oct 28 00:08:14.667 INFO STEP 220 (remove_files) COMPLETE
55122025-10-28T00:08:15.151Z[ recovery-image] Oct 28 00:08:14.667 INFO O| Oct 28 00:08:14.667 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132025-10-28T00:08:15.162Z[ recovery-image] Oct 28 00:08:14.681 INFO O| Oct 28 00:08:14.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
55142025-10-28T00:08:15.166Z[ recovery-image] Oct 28 00:08:14.682 INFO O| Oct 28 00:08:14.682 INFO STEP 221 (remove_files) COMPLETE
55152025-10-28T00:08:15.166Z[ recovery-image] Oct 28 00:08:14.682 INFO O| Oct 28 00:08:14.682 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162025-10-28T00:08:15.177Z[ recovery-image] Oct 28 00:08:14.695 INFO O| Oct 28 00:08:14.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
55172025-10-28T00:08:15.177Z[ recovery-image] Oct 28 00:08:14.695 INFO O| Oct 28 00:08:14.695 INFO STEP 222 (remove_files) COMPLETE
55182025-10-28T00:08:15.177Z[ recovery-image] Oct 28 00:08:14.695 INFO O| Oct 28 00:08:14.695 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192025-10-28T00:08:15.190Z[ recovery-image] Oct 28 00:08:14.708 INFO O| Oct 28 00:08:14.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
55202025-10-28T00:08:15.190Z[ recovery-image] Oct 28 00:08:14.708 INFO O| Oct 28 00:08:14.708 INFO STEP 223 (remove_files) COMPLETE
55212025-10-28T00:08:15.193Z[ recovery-image] Oct 28 00:08:14.708 INFO O| Oct 28 00:08:14.708 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222025-10-28T00:08:15.203Z[ recovery-image] Oct 28 00:08:14.721 INFO O| Oct 28 00:08:14.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
55232025-10-28T00:08:15.203Z[ recovery-image] Oct 28 00:08:14.721 INFO O| Oct 28 00:08:14.721 INFO STEP 224 (remove_files) COMPLETE
55242025-10-28T00:08:15.203Z[ recovery-image] Oct 28 00:08:14.721 INFO O| Oct 28 00:08:14.721 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252025-10-28T00:08:15.216Z[ recovery-image] Oct 28 00:08:14.734 INFO O| Oct 28 00:08:14.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
55262025-10-28T00:08:15.216Z[ recovery-image] Oct 28 00:08:14.734 INFO O| Oct 28 00:08:14.734 INFO STEP 225 (remove_files) COMPLETE
55272025-10-28T00:08:15.216Z[ recovery-image] Oct 28 00:08:14.734 INFO O| Oct 28 00:08:14.734 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282025-10-28T00:08:15.229Z[ recovery-image] Oct 28 00:08:14.747 INFO O| Oct 28 00:08:14.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
55292025-10-28T00:08:15.229Z[ recovery-image] Oct 28 00:08:14.747 INFO O| Oct 28 00:08:14.747 INFO STEP 226 (remove_files) COMPLETE
55302025-10-28T00:08:15.229Z[ recovery-image] Oct 28 00:08:14.747 INFO O| Oct 28 00:08:14.747 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312025-10-28T00:08:15.241Z[ recovery-image] Oct 28 00:08:14.760 INFO O| Oct 28 00:08:14.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
55322025-10-28T00:08:15.241Z[ recovery-image] Oct 28 00:08:14.760 INFO O| Oct 28 00:08:14.760 INFO STEP 227 (remove_files) COMPLETE
55332025-10-28T00:08:15.245Z[ recovery-image] Oct 28 00:08:14.760 INFO O| Oct 28 00:08:14.760 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342025-10-28T00:08:15.255Z[ recovery-image] Oct 28 00:08:14.773 INFO O| Oct 28 00:08:14.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
55352025-10-28T00:08:15.255Z[ recovery-image] Oct 28 00:08:14.773 INFO O| Oct 28 00:08:14.773 INFO STEP 228 (remove_files) COMPLETE
55362025-10-28T00:08:15.255Z[ recovery-image] Oct 28 00:08:14.773 INFO O| Oct 28 00:08:14.773 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372025-10-28T00:08:15.269Z[ recovery-image] Oct 28 00:08:14.786 INFO O| Oct 28 00:08:14.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
55382025-10-28T00:08:15.272Z[ recovery-image] Oct 28 00:08:14.786 INFO O| Oct 28 00:08:14.786 INFO STEP 229 (remove_files) COMPLETE
55392025-10-28T00:08:15.272Z[ recovery-image] Oct 28 00:08:14.786 INFO O| Oct 28 00:08:14.786 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402025-10-28T00:08:15.280Z[ recovery-image] Oct 28 00:08:14.799 INFO O| Oct 28 00:08:14.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
55412025-10-28T00:08:15.280Z[ recovery-image] Oct 28 00:08:14.799 INFO O| Oct 28 00:08:14.799 INFO STEP 230 (remove_files) COMPLETE
55422025-10-28T00:08:15.284Z[ recovery-image] Oct 28 00:08:14.799 INFO O| Oct 28 00:08:14.799 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432025-10-28T00:08:15.293Z[ recovery-image] Oct 28 00:08:14.812 INFO O| Oct 28 00:08:14.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
55442025-10-28T00:08:15.293Z[ recovery-image] Oct 28 00:08:14.812 INFO O| Oct 28 00:08:14.812 INFO STEP 231 (remove_files) COMPLETE
55452025-10-28T00:08:15.296Z[ recovery-image] Oct 28 00:08:14.812 INFO O| Oct 28 00:08:14.812 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462025-10-28T00:08:15.306Z[ recovery-image] Oct 28 00:08:14.824 INFO O| Oct 28 00:08:14.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
55472025-10-28T00:08:15.306Z[ recovery-image] Oct 28 00:08:14.824 INFO O| Oct 28 00:08:14.824 INFO STEP 232 (remove_files) COMPLETE
55482025-10-28T00:08:15.309Z[ recovery-image] Oct 28 00:08:14.824 INFO O| Oct 28 00:08:14.824 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492025-10-28T00:08:15.318Z[ recovery-image] Oct 28 00:08:14.837 INFO O| Oct 28 00:08:14.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
55502025-10-28T00:08:15.318Z[ recovery-image] Oct 28 00:08:14.837 INFO O| Oct 28 00:08:14.837 INFO STEP 233 (remove_files) COMPLETE
55512025-10-28T00:08:15.321Z[ recovery-image] Oct 28 00:08:14.837 INFO O| Oct 28 00:08:14.837 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522025-10-28T00:08:15.334Z[ recovery-image] Oct 28 00:08:14.850 INFO O| Oct 28 00:08:14.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
55532025-10-28T00:08:15.334Z[ recovery-image] Oct 28 00:08:14.850 INFO O| Oct 28 00:08:14.850 INFO STEP 234 (remove_files) COMPLETE
55542025-10-28T00:08:15.334Z[ recovery-image] Oct 28 00:08:14.850 INFO O| Oct 28 00:08:14.850 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552025-10-28T00:08:15.344Z[ recovery-image] Oct 28 00:08:14.863 INFO O| Oct 28 00:08:14.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
55562025-10-28T00:08:15.348Z[ recovery-image] Oct 28 00:08:14.863 INFO O| Oct 28 00:08:14.863 INFO STEP 235 (remove_files) COMPLETE
55572025-10-28T00:08:15.348Z[ recovery-image] Oct 28 00:08:14.863 INFO O| Oct 28 00:08:14.863 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582025-10-28T00:08:15.358Z[ recovery-image] Oct 28 00:08:14.876 INFO O| Oct 28 00:08:14.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
55592025-10-28T00:08:15.358Z[ recovery-image] Oct 28 00:08:14.877 INFO O| Oct 28 00:08:14.876 INFO STEP 236 (remove_files) COMPLETE
55602025-10-28T00:08:15.358Z[ recovery-image] Oct 28 00:08:14.877 INFO O| Oct 28 00:08:14.877 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612025-10-28T00:08:15.371Z[ recovery-image] Oct 28 00:08:14.890 INFO O| Oct 28 00:08:14.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
55622025-10-28T00:08:15.371Z[ recovery-image] Oct 28 00:08:14.890 INFO O| Oct 28 00:08:14.890 INFO STEP 237 (remove_files) COMPLETE
55632025-10-28T00:08:15.371Z[ recovery-image] Oct 28 00:08:14.890 INFO O| Oct 28 00:08:14.890 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642025-10-28T00:08:15.385Z[ recovery-image] Oct 28 00:08:14.904 INFO O| Oct 28 00:08:14.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
55652025-10-28T00:08:15.385Z[ recovery-image] Oct 28 00:08:14.904 INFO O| Oct 28 00:08:14.904 INFO STEP 238 (remove_files) COMPLETE
55662025-10-28T00:08:15.390Z[ recovery-image] Oct 28 00:08:14.904 INFO O| Oct 28 00:08:14.904 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672025-10-28T00:08:15.399Z[ recovery-image] Oct 28 00:08:14.918 INFO O| Oct 28 00:08:14.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
55682025-10-28T00:08:15.399Z[ recovery-image] Oct 28 00:08:14.918 INFO O| Oct 28 00:08:14.918 INFO STEP 239 (remove_files) COMPLETE
55692025-10-28T00:08:15.403Z[ recovery-image] Oct 28 00:08:14.918 INFO O| Oct 28 00:08:14.918 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702025-10-28T00:08:15.415Z[ recovery-image] Oct 28 00:08:14.931 INFO O| Oct 28 00:08:14.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
55712025-10-28T00:08:15.418Z[ recovery-image] Oct 28 00:08:14.932 INFO O| Oct 28 00:08:14.932 INFO STEP 240 (remove_files) COMPLETE
55722025-10-28T00:08:15.418Z[ recovery-image] Oct 28 00:08:14.932 INFO O| Oct 28 00:08:14.932 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732025-10-28T00:08:15.428Z[ recovery-image] Oct 28 00:08:14.945 INFO O| Oct 28 00:08:14.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
55742025-10-28T00:08:15.428Z[ recovery-image] Oct 28 00:08:14.945 INFO O| Oct 28 00:08:14.945 INFO STEP 241 (remove_files) COMPLETE
55752025-10-28T00:08:15.428Z[ recovery-image] Oct 28 00:08:14.945 INFO O| Oct 28 00:08:14.945 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762025-10-28T00:08:15.442Z[ recovery-image] Oct 28 00:08:14.959 INFO O| Oct 28 00:08:14.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
55772025-10-28T00:08:15.442Z[ recovery-image] Oct 28 00:08:14.959 INFO O| Oct 28 00:08:14.959 INFO STEP 242 (remove_files) COMPLETE
55782025-10-28T00:08:15.442Z[ recovery-image] Oct 28 00:08:14.959 INFO O| Oct 28 00:08:14.959 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792025-10-28T00:08:15.453Z[ recovery-image] Oct 28 00:08:14.972 INFO O| Oct 28 00:08:14.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
55802025-10-28T00:08:15.453Z[ recovery-image] Oct 28 00:08:14.972 INFO O| Oct 28 00:08:14.972 INFO STEP 243 (remove_files) COMPLETE
55812025-10-28T00:08:15.453Z[ recovery-image] Oct 28 00:08:14.972 INFO O| Oct 28 00:08:14.972 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822025-10-28T00:08:15.466Z[ recovery-image] Oct 28 00:08:14.985 INFO O| Oct 28 00:08:14.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
55832025-10-28T00:08:15.466Z[ recovery-image] Oct 28 00:08:14.985 INFO O| Oct 28 00:08:14.985 INFO STEP 244 (remove_files) COMPLETE
55842025-10-28T00:08:15.470Z[ recovery-image] Oct 28 00:08:14.985 INFO O| Oct 28 00:08:14.985 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852025-10-28T00:08:15.479Z[ recovery-image] Oct 28 00:08:14.998 INFO O| Oct 28 00:08:14.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
55862025-10-28T00:08:15.479Z[ recovery-image] Oct 28 00:08:14.998 INFO O| Oct 28 00:08:14.998 INFO STEP 245 (remove_files) COMPLETE
55872025-10-28T00:08:15.483Z[ recovery-image] Oct 28 00:08:14.998 INFO O| Oct 28 00:08:14.998 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882025-10-28T00:08:15.494Z[ recovery-image] Oct 28 00:08:15.013 INFO O| Oct 28 00:08:15.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
55892025-10-28T00:08:15.497Z[ recovery-image] Oct 28 00:08:15.014 INFO O| Oct 28 00:08:15.014 INFO STEP 246 (remove_files) COMPLETE
55902025-10-28T00:08:15.497Z[ recovery-image] Oct 28 00:08:15.014 INFO O| Oct 28 00:08:15.014 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912025-10-28T00:08:15.510Z[ recovery-image] Oct 28 00:08:15.028 INFO O| Oct 28 00:08:15.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
55922025-10-28T00:08:15.510Z[ recovery-image] Oct 28 00:08:15.028 INFO O| Oct 28 00:08:15.028 INFO STEP 247 (remove_files) COMPLETE
55932025-10-28T00:08:15.510Z[ recovery-image] Oct 28 00:08:15.029 INFO O| Oct 28 00:08:15.028 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942025-10-28T00:08:15.525Z[ recovery-image] Oct 28 00:08:15.044 INFO O| Oct 28 00:08:15.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
55952025-10-28T00:08:15.525Z[ recovery-image] Oct 28 00:08:15.044 INFO O| Oct 28 00:08:15.044 INFO STEP 248 (remove_files) COMPLETE
55962025-10-28T00:08:15.525Z[ recovery-image] Oct 28 00:08:15.044 INFO O| Oct 28 00:08:15.044 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972025-10-28T00:08:15.540Z[ recovery-image] Oct 28 00:08:15.059 INFO O| Oct 28 00:08:15.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
55982025-10-28T00:08:15.540Z[ recovery-image] Oct 28 00:08:15.059 INFO O| Oct 28 00:08:15.059 INFO STEP 249 (remove_files) COMPLETE
55992025-10-28T00:08:15.541Z[ recovery-image] Oct 28 00:08:15.059 INFO O| Oct 28 00:08:15.059 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002025-10-28T00:08:15.555Z[ recovery-image] Oct 28 00:08:15.073 INFO O| Oct 28 00:08:15.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
56012025-10-28T00:08:15.555Z[ recovery-image] Oct 28 00:08:15.074 INFO O| Oct 28 00:08:15.074 INFO STEP 250 (remove_files) COMPLETE
56022025-10-28T00:08:15.555Z[ recovery-image] Oct 28 00:08:15.074 INFO O| Oct 28 00:08:15.074 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032025-10-28T00:08:15.569Z[ recovery-image] Oct 28 00:08:15.088 INFO O| Oct 28 00:08:15.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
56042025-10-28T00:08:15.569Z[ recovery-image] Oct 28 00:08:15.088 INFO O| Oct 28 00:08:15.088 INFO STEP 251 (remove_files) COMPLETE
56052025-10-28T00:08:15.569Z[ recovery-image] Oct 28 00:08:15.088 INFO O| Oct 28 00:08:15.088 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062025-10-28T00:08:15.583Z[ recovery-image] Oct 28 00:08:15.102 INFO O| Oct 28 00:08:15.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
56072025-10-28T00:08:15.583Z[ recovery-image] Oct 28 00:08:15.102 INFO O| Oct 28 00:08:15.102 INFO STEP 252 (remove_files) COMPLETE
56082025-10-28T00:08:15.583Z[ recovery-image] Oct 28 00:08:15.102 INFO O| Oct 28 00:08:15.102 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092025-10-28T00:08:15.597Z[ recovery-image] Oct 28 00:08:15.116 INFO O| Oct 28 00:08:15.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
56102025-10-28T00:08:15.601Z[ recovery-image] Oct 28 00:08:15.117 INFO O| Oct 28 00:08:15.117 INFO STEP 253 (remove_files) COMPLETE
56112025-10-28T00:08:15.601Z[ recovery-image] Oct 28 00:08:15.117 INFO O| Oct 28 00:08:15.117 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122025-10-28T00:08:15.611Z[ recovery-image] Oct 28 00:08:15.130 INFO O| Oct 28 00:08:15.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
56132025-10-28T00:08:15.612Z[ recovery-image] Oct 28 00:08:15.130 INFO O| Oct 28 00:08:15.130 INFO STEP 254 (remove_files) COMPLETE
56142025-10-28T00:08:15.615Z[ recovery-image] Oct 28 00:08:15.130 INFO O| Oct 28 00:08:15.130 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152025-10-28T00:08:15.624Z[ recovery-image] Oct 28 00:08:15.143 INFO O| Oct 28 00:08:15.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
56162025-10-28T00:08:15.625Z[ recovery-image] Oct 28 00:08:15.143 INFO O| Oct 28 00:08:15.143 INFO STEP 255 (remove_files) COMPLETE
56172025-10-28T00:08:15.628Z[ recovery-image] Oct 28 00:08:15.143 INFO O| Oct 28 00:08:15.143 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182025-10-28T00:08:15.638Z[ recovery-image] Oct 28 00:08:15.156 INFO O| Oct 28 00:08:15.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
56192025-10-28T00:08:15.638Z[ recovery-image] Oct 28 00:08:15.156 INFO O| Oct 28 00:08:15.156 INFO STEP 256 (remove_files) COMPLETE
56202025-10-28T00:08:15.641Z[ recovery-image] Oct 28 00:08:15.156 INFO O| Oct 28 00:08:15.156 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212025-10-28T00:08:15.651Z[ recovery-image] Oct 28 00:08:15.170 INFO O| Oct 28 00:08:15.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
56222025-10-28T00:08:15.651Z[ recovery-image] Oct 28 00:08:15.170 INFO O| Oct 28 00:08:15.170 INFO STEP 257 (remove_files) COMPLETE
56232025-10-28T00:08:15.654Z[ recovery-image] Oct 28 00:08:15.170 INFO O| Oct 28 00:08:15.170 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242025-10-28T00:08:15.664Z[ recovery-image] Oct 28 00:08:15.183 INFO O| Oct 28 00:08:15.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
56252025-10-28T00:08:15.664Z[ recovery-image] Oct 28 00:08:15.183 INFO O| Oct 28 00:08:15.183 INFO STEP 258 (remove_files) COMPLETE
56262025-10-28T00:08:15.667Z[ recovery-image] Oct 28 00:08:15.183 INFO O| Oct 28 00:08:15.183 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272025-10-28T00:08:15.677Z[ recovery-image] Oct 28 00:08:15.196 INFO O| Oct 28 00:08:15.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
56282025-10-28T00:08:15.677Z[ recovery-image] Oct 28 00:08:15.196 INFO O| Oct 28 00:08:15.196 INFO STEP 259 (remove_files) COMPLETE
56292025-10-28T00:08:15.677Z[ recovery-image] Oct 28 00:08:15.196 INFO O| Oct 28 00:08:15.196 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302025-10-28T00:08:15.691Z[ recovery-image] Oct 28 00:08:15.209 INFO O| Oct 28 00:08:15.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
56312025-10-28T00:08:15.694Z[ recovery-image] Oct 28 00:08:15.210 INFO O| Oct 28 00:08:15.209 INFO STEP 260 (remove_files) COMPLETE
56322025-10-28T00:08:15.694Z[ recovery-image] Oct 28 00:08:15.210 INFO O| Oct 28 00:08:15.209 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332025-10-28T00:08:15.704Z[ recovery-image] Oct 28 00:08:15.222 INFO O| Oct 28 00:08:15.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
56342025-10-28T00:08:15.704Z[ recovery-image] Oct 28 00:08:15.223 INFO O| Oct 28 00:08:15.222 INFO STEP 261 (remove_files) COMPLETE
56352025-10-28T00:08:15.704Z[ recovery-image] Oct 28 00:08:15.223 INFO O| Oct 28 00:08:15.223 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362025-10-28T00:08:15.716Z[ recovery-image] Oct 28 00:08:15.234 INFO O| Oct 28 00:08:15.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
56372025-10-28T00:08:15.716Z[ recovery-image] Oct 28 00:08:15.235 INFO O| Oct 28 00:08:15.234 INFO STEP 262 (remove_files) COMPLETE
56382025-10-28T00:08:15.716Z[ recovery-image] Oct 28 00:08:15.235 INFO O| Oct 28 00:08:15.235 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392025-10-28T00:08:15.728Z[ recovery-image] Oct 28 00:08:15.247 INFO O| Oct 28 00:08:15.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
56402025-10-28T00:08:15.728Z[ recovery-image] Oct 28 00:08:15.247 INFO O| Oct 28 00:08:15.247 INFO STEP 263 (remove_files) COMPLETE
56412025-10-28T00:08:15.728Z[ recovery-image] Oct 28 00:08:15.247 INFO O| Oct 28 00:08:15.247 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422025-10-28T00:08:15.741Z[ recovery-image] Oct 28 00:08:15.259 INFO O| Oct 28 00:08:15.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
56432025-10-28T00:08:15.741Z[ recovery-image] Oct 28 00:08:15.259 INFO O| Oct 28 00:08:15.259 INFO STEP 264 (remove_files) COMPLETE
56442025-10-28T00:08:15.741Z[ recovery-image] Oct 28 00:08:15.259 INFO O| Oct 28 00:08:15.259 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452025-10-28T00:08:15.753Z[ recovery-image] Oct 28 00:08:15.272 INFO O| Oct 28 00:08:15.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker"
56462025-10-28T00:08:15.756Z[ recovery-image] Oct 28 00:08:15.272 INFO O| Oct 28 00:08:15.272 INFO STEP 265 (remove_files) COMPLETE
56472025-10-28T00:08:15.760Z[ recovery-image] Oct 28 00:08:15.272 INFO O| Oct 28 00:08:15.272 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482025-10-28T00:08:15.770Z[ recovery-image] Oct 28 00:08:15.285 INFO O| Oct 28 00:08:15.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
56492025-10-28T00:08:15.770Z[ recovery-image] Oct 28 00:08:15.285 INFO O| Oct 28 00:08:15.285 INFO STEP 266 (remove_files) COMPLETE
56502025-10-28T00:08:15.770Z[ recovery-image] Oct 28 00:08:15.285 INFO O| Oct 28 00:08:15.285 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512025-10-28T00:08:15.782Z[ recovery-image] Oct 28 00:08:15.300 INFO O| Oct 28 00:08:15.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
56522025-10-28T00:08:15.785Z[ recovery-image] Oct 28 00:08:15.301 INFO O| Oct 28 00:08:15.301 INFO STEP 267 (remove_files) COMPLETE
56532025-10-28T00:08:15.785Z[ recovery-image] Oct 28 00:08:15.301 INFO O| Oct 28 00:08:15.301 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542025-10-28T00:08:15.798Z[ recovery-image] Oct 28 00:08:15.317 INFO O| Oct 28 00:08:15.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
56552025-10-28T00:08:15.798Z[ recovery-image] Oct 28 00:08:15.317 INFO O| Oct 28 00:08:15.317 INFO STEP 268 (remove_files) COMPLETE
56562025-10-28T00:08:15.798Z[ recovery-image] Oct 28 00:08:15.317 INFO O| Oct 28 00:08:15.317 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572025-10-28T00:08:15.811Z[ recovery-image] Oct 28 00:08:15.330 INFO O| Oct 28 00:08:15.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
56582025-10-28T00:08:15.812Z[ recovery-image] Oct 28 00:08:15.330 INFO O| Oct 28 00:08:15.330 INFO STEP 269 (remove_files) COMPLETE
56592025-10-28T00:08:15.812Z[ recovery-image] Oct 28 00:08:15.330 INFO O| Oct 28 00:08:15.330 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602025-10-28T00:08:15.825Z[ recovery-image] Oct 28 00:08:15.344 INFO O| Oct 28 00:08:15.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
56612025-10-28T00:08:15.825Z[ recovery-image] Oct 28 00:08:15.344 INFO O| Oct 28 00:08:15.344 INFO STEP 270 (remove_files) COMPLETE
56622025-10-28T00:08:15.825Z[ recovery-image] Oct 28 00:08:15.344 INFO O| Oct 28 00:08:15.344 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632025-10-28T00:08:15.838Z[ recovery-image] Oct 28 00:08:15.357 INFO O| Oct 28 00:08:15.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
56642025-10-28T00:08:15.838Z[ recovery-image] Oct 28 00:08:15.357 INFO O| Oct 28 00:08:15.357 INFO STEP 271 (remove_files) COMPLETE
56652025-10-28T00:08:15.838Z[ recovery-image] Oct 28 00:08:15.357 INFO O| Oct 28 00:08:15.357 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662025-10-28T00:08:15.852Z[ recovery-image] Oct 28 00:08:15.370 INFO O| Oct 28 00:08:15.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
56672025-10-28T00:08:15.852Z[ recovery-image] Oct 28 00:08:15.370 INFO O| Oct 28 00:08:15.370 INFO STEP 272 (remove_files) COMPLETE
56682025-10-28T00:08:15.852Z[ recovery-image] Oct 28 00:08:15.370 INFO O| Oct 28 00:08:15.370 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692025-10-28T00:08:15.865Z[ recovery-image] Oct 28 00:08:15.384 INFO O| Oct 28 00:08:15.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
56702025-10-28T00:08:15.865Z[ recovery-image] Oct 28 00:08:15.384 INFO O| Oct 28 00:08:15.384 INFO STEP 273 (remove_files) COMPLETE
56712025-10-28T00:08:15.865Z[ recovery-image] Oct 28 00:08:15.384 INFO O| Oct 28 00:08:15.384 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722025-10-28T00:08:15.878Z[ recovery-image] Oct 28 00:08:15.397 INFO O| Oct 28 00:08:15.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
56732025-10-28T00:08:15.878Z[ recovery-image] Oct 28 00:08:15.397 INFO O| Oct 28 00:08:15.397 INFO STEP 274 (remove_files) COMPLETE
56742025-10-28T00:08:15.878Z[ recovery-image] Oct 28 00:08:15.397 INFO O| Oct 28 00:08:15.397 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752025-10-28T00:08:15.893Z[ recovery-image] Oct 28 00:08:15.412 INFO O| Oct 28 00:08:15.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
56762025-10-28T00:08:15.893Z[ recovery-image] Oct 28 00:08:15.412 INFO O| Oct 28 00:08:15.412 INFO STEP 275 (remove_files) COMPLETE
56772025-10-28T00:08:15.893Z[ recovery-image] Oct 28 00:08:15.412 INFO O| Oct 28 00:08:15.412 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782025-10-28T00:08:15.907Z[ recovery-image] Oct 28 00:08:15.426 INFO O| Oct 28 00:08:15.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
56792025-10-28T00:08:15.907Z[ recovery-image] Oct 28 00:08:15.426 INFO O| Oct 28 00:08:15.426 INFO STEP 276 (remove_files) COMPLETE
56802025-10-28T00:08:15.907Z[ recovery-image] Oct 28 00:08:15.426 INFO O| Oct 28 00:08:15.426 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812025-10-28T00:08:15.921Z[ recovery-image] Oct 28 00:08:15.440 INFO O| Oct 28 00:08:15.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
56822025-10-28T00:08:15.921Z[ recovery-image] Oct 28 00:08:15.440 INFO O| Oct 28 00:08:15.440 INFO STEP 277 (remove_files) COMPLETE
56832025-10-28T00:08:15.921Z[ recovery-image] Oct 28 00:08:15.440 INFO O| Oct 28 00:08:15.440 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842025-10-28T00:08:15.934Z[ recovery-image] Oct 28 00:08:15.453 INFO O| Oct 28 00:08:15.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
56852025-10-28T00:08:15.934Z[ recovery-image] Oct 28 00:08:15.453 INFO O| Oct 28 00:08:15.453 INFO STEP 278 (remove_files) COMPLETE
56862025-10-28T00:08:15.934Z[ recovery-image] Oct 28 00:08:15.453 INFO O| Oct 28 00:08:15.453 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872025-10-28T00:08:15.948Z[ recovery-image] Oct 28 00:08:15.466 INFO O| Oct 28 00:08:15.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
56882025-10-28T00:08:15.951Z[ recovery-image] Oct 28 00:08:15.467 INFO O| Oct 28 00:08:15.467 INFO STEP 279 (remove_files) COMPLETE
56892025-10-28T00:08:15.951Z[ recovery-image] Oct 28 00:08:15.467 INFO O| Oct 28 00:08:15.467 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902025-10-28T00:08:15.961Z[ recovery-image] Oct 28 00:08:15.480 INFO O| Oct 28 00:08:15.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
56912025-10-28T00:08:15.961Z[ recovery-image] Oct 28 00:08:15.480 INFO O| Oct 28 00:08:15.480 INFO STEP 280 (remove_files) COMPLETE
56922025-10-28T00:08:15.964Z[ recovery-image] Oct 28 00:08:15.480 INFO O| Oct 28 00:08:15.480 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932025-10-28T00:08:15.976Z[ recovery-image] Oct 28 00:08:15.494 INFO O| Oct 28 00:08:15.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
56942025-10-28T00:08:15.980Z[ recovery-image] Oct 28 00:08:15.494 INFO O| Oct 28 00:08:15.494 INFO STEP 281 (remove_files) COMPLETE
56952025-10-28T00:08:15.980Z[ recovery-image] Oct 28 00:08:15.494 INFO O| Oct 28 00:08:15.494 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962025-10-28T00:08:15.989Z[ recovery-image] Oct 28 00:08:15.508 INFO O| Oct 28 00:08:15.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
56972025-10-28T00:08:15.989Z[ recovery-image] Oct 28 00:08:15.508 INFO O| Oct 28 00:08:15.508 INFO STEP 282 (remove_files) COMPLETE
56982025-10-28T00:08:15.992Z[ recovery-image] Oct 28 00:08:15.508 INFO O| Oct 28 00:08:15.508 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992025-10-28T00:08:16.003Z[ recovery-image] Oct 28 00:08:15.521 INFO O| Oct 28 00:08:15.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
57002025-10-28T00:08:16.003Z[ recovery-image] Oct 28 00:08:15.521 INFO O| Oct 28 00:08:15.521 INFO STEP 283 (remove_files) COMPLETE
57012025-10-28T00:08:16.003Z[ recovery-image] Oct 28 00:08:15.521 INFO O| Oct 28 00:08:15.521 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022025-10-28T00:08:16.016Z[ recovery-image] Oct 28 00:08:15.535 INFO O| Oct 28 00:08:15.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
57032025-10-28T00:08:16.016Z[ recovery-image] Oct 28 00:08:15.535 INFO O| Oct 28 00:08:15.535 INFO STEP 284 (remove_files) COMPLETE
57042025-10-28T00:08:16.016Z[ recovery-image] Oct 28 00:08:15.535 INFO O| Oct 28 00:08:15.535 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052025-10-28T00:08:16.029Z[ recovery-image] Oct 28 00:08:15.548 INFO O| Oct 28 00:08:15.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
57062025-10-28T00:08:16.029Z[ recovery-image] Oct 28 00:08:15.548 INFO O| Oct 28 00:08:15.548 INFO STEP 285 (remove_files) COMPLETE
57072025-10-28T00:08:16.029Z[ recovery-image] Oct 28 00:08:15.548 INFO O| Oct 28 00:08:15.548 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082025-10-28T00:08:16.042Z[ recovery-image] Oct 28 00:08:15.561 INFO O| Oct 28 00:08:15.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
57092025-10-28T00:08:16.042Z[ recovery-image] Oct 28 00:08:15.561 INFO O| Oct 28 00:08:15.561 INFO STEP 286 (remove_files) COMPLETE
57102025-10-28T00:08:16.042Z[ recovery-image] Oct 28 00:08:15.561 INFO O| Oct 28 00:08:15.561 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112025-10-28T00:08:16.055Z[ recovery-image] Oct 28 00:08:15.574 INFO O| Oct 28 00:08:15.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
57122025-10-28T00:08:16.059Z[ recovery-image] Oct 28 00:08:15.575 INFO O| Oct 28 00:08:15.575 INFO STEP 287 (remove_files) COMPLETE
57132025-10-28T00:08:16.059Z[ recovery-image] Oct 28 00:08:15.575 INFO O| Oct 28 00:08:15.575 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142025-10-28T00:08:16.070Z[ recovery-image] Oct 28 00:08:15.588 INFO O| Oct 28 00:08:15.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
57152025-10-28T00:08:16.070Z[ recovery-image] Oct 28 00:08:15.589 INFO O| Oct 28 00:08:15.588 INFO STEP 288 (remove_files) COMPLETE
57162025-10-28T00:08:16.070Z[ recovery-image] Oct 28 00:08:15.589 INFO O| Oct 28 00:08:15.589 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172025-10-28T00:08:16.083Z[ recovery-image] Oct 28 00:08:15.602 INFO O| Oct 28 00:08:15.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
57182025-10-28T00:08:16.083Z[ recovery-image] Oct 28 00:08:15.602 INFO O| Oct 28 00:08:15.602 INFO STEP 289 (remove_files) COMPLETE
57192025-10-28T00:08:16.087Z[ recovery-image] Oct 28 00:08:15.602 INFO O| Oct 28 00:08:15.602 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202025-10-28T00:08:16.097Z[ recovery-image] Oct 28 00:08:15.616 INFO O| Oct 28 00:08:15.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
57212025-10-28T00:08:16.097Z[ recovery-image] Oct 28 00:08:15.616 INFO O| Oct 28 00:08:15.616 INFO STEP 290 (remove_files) COMPLETE
57222025-10-28T00:08:16.098Z[ recovery-image] Oct 28 00:08:15.616 INFO O| Oct 28 00:08:15.616 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232025-10-28T00:08:16.113Z[ recovery-image] Oct 28 00:08:15.631 INFO O| Oct 28 00:08:15.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
57242025-10-28T00:08:16.113Z[ recovery-image] Oct 28 00:08:15.631 INFO O| Oct 28 00:08:15.631 INFO STEP 291 (remove_files) COMPLETE
57252025-10-28T00:08:16.117Z[ recovery-image] Oct 28 00:08:15.631 INFO O| Oct 28 00:08:15.631 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262025-10-28T00:08:16.126Z[ recovery-image] Oct 28 00:08:15.645 INFO O| Oct 28 00:08:15.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
57272025-10-28T00:08:16.126Z[ recovery-image] Oct 28 00:08:15.645 INFO O| Oct 28 00:08:15.645 INFO STEP 292 (remove_files) COMPLETE
57282025-10-28T00:08:16.126Z[ recovery-image] Oct 28 00:08:15.645 INFO O| Oct 28 00:08:15.645 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292025-10-28T00:08:16.139Z[ recovery-image] Oct 28 00:08:15.658 INFO O| Oct 28 00:08:15.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
57302025-10-28T00:08:16.139Z[ recovery-image] Oct 28 00:08:15.658 INFO O| Oct 28 00:08:15.658 INFO STEP 293 (remove_files) COMPLETE
57312025-10-28T00:08:16.139Z[ recovery-image] Oct 28 00:08:15.658 INFO O| Oct 28 00:08:15.658 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322025-10-28T00:08:16.152Z[ recovery-image] Oct 28 00:08:15.671 INFO O| Oct 28 00:08:15.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
57332025-10-28T00:08:16.152Z[ recovery-image] Oct 28 00:08:15.671 INFO O| Oct 28 00:08:15.671 INFO STEP 294 (remove_files) COMPLETE
57342025-10-28T00:08:16.152Z[ recovery-image] Oct 28 00:08:15.671 INFO O| Oct 28 00:08:15.671 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352025-10-28T00:08:16.165Z[ recovery-image] Oct 28 00:08:15.684 INFO O| Oct 28 00:08:15.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
57362025-10-28T00:08:16.165Z[ recovery-image] Oct 28 00:08:15.684 INFO O| Oct 28 00:08:15.684 INFO STEP 295 (remove_files) COMPLETE
57372025-10-28T00:08:16.165Z[ recovery-image] Oct 28 00:08:15.684 INFO O| Oct 28 00:08:15.684 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382025-10-28T00:08:16.178Z[ recovery-image] Oct 28 00:08:15.697 INFO O| Oct 28 00:08:15.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
57392025-10-28T00:08:16.178Z[ recovery-image] Oct 28 00:08:15.697 INFO O| Oct 28 00:08:15.697 INFO STEP 296 (remove_files) COMPLETE
57402025-10-28T00:08:16.181Z[ recovery-image] Oct 28 00:08:15.697 INFO O| Oct 28 00:08:15.697 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412025-10-28T00:08:16.190Z[ recovery-image] Oct 28 00:08:15.709 INFO O| Oct 28 00:08:15.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
57422025-10-28T00:08:16.190Z[ recovery-image] Oct 28 00:08:15.709 INFO O| Oct 28 00:08:15.709 INFO STEP 297 (remove_files) COMPLETE
57432025-10-28T00:08:16.190Z[ recovery-image] Oct 28 00:08:15.709 INFO O| Oct 28 00:08:15.709 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442025-10-28T00:08:16.204Z[ recovery-image] Oct 28 00:08:15.723 INFO O| Oct 28 00:08:15.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
57452025-10-28T00:08:16.204Z[ recovery-image] Oct 28 00:08:15.723 INFO O| Oct 28 00:08:15.723 INFO STEP 298 (remove_files) COMPLETE
57462025-10-28T00:08:16.208Z[ recovery-image] Oct 28 00:08:15.723 INFO O| Oct 28 00:08:15.723 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472025-10-28T00:08:16.217Z[ recovery-image] Oct 28 00:08:15.736 INFO O| Oct 28 00:08:15.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
57482025-10-28T00:08:16.217Z[ recovery-image] Oct 28 00:08:15.736 INFO O| Oct 28 00:08:15.736 INFO STEP 299 (remove_files) COMPLETE
57492025-10-28T00:08:16.217Z[ recovery-image] Oct 28 00:08:15.736 INFO O| Oct 28 00:08:15.736 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502025-10-28T00:08:16.230Z[ recovery-image] Oct 28 00:08:15.749 INFO O| Oct 28 00:08:15.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
57512025-10-28T00:08:16.230Z[ recovery-image] Oct 28 00:08:15.749 INFO O| Oct 28 00:08:15.749 INFO STEP 300 (remove_files) COMPLETE
57522025-10-28T00:08:16.234Z[ recovery-image] Oct 28 00:08:15.749 INFO O| Oct 28 00:08:15.749 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532025-10-28T00:08:16.245Z[ recovery-image] Oct 28 00:08:15.763 INFO O| Oct 28 00:08:15.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
57542025-10-28T00:08:16.245Z[ recovery-image] Oct 28 00:08:15.763 INFO O| Oct 28 00:08:15.763 INFO STEP 301 (remove_files) COMPLETE
57552025-10-28T00:08:16.248Z[ recovery-image] Oct 28 00:08:15.763 INFO O| Oct 28 00:08:15.763 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562025-10-28T00:08:16.258Z[ recovery-image] Oct 28 00:08:15.777 INFO O| Oct 28 00:08:15.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
57572025-10-28T00:08:16.258Z[ recovery-image] Oct 28 00:08:15.777 INFO O| Oct 28 00:08:15.777 INFO STEP 302 (remove_files) COMPLETE
57582025-10-28T00:08:16.261Z[ recovery-image] Oct 28 00:08:15.777 INFO O| Oct 28 00:08:15.777 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592025-10-28T00:08:16.270Z[ recovery-image] Oct 28 00:08:15.789 INFO O| Oct 28 00:08:15.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
57602025-10-28T00:08:16.274Z[ recovery-image] Oct 28 00:08:15.789 INFO O| Oct 28 00:08:15.789 INFO STEP 303 (remove_files) COMPLETE
57612025-10-28T00:08:16.274Z[ recovery-image] Oct 28 00:08:15.789 INFO O| Oct 28 00:08:15.789 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622025-10-28T00:08:16.283Z[ recovery-image] Oct 28 00:08:15.802 INFO O| Oct 28 00:08:15.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
57632025-10-28T00:08:16.284Z[ recovery-image] Oct 28 00:08:15.802 INFO O| Oct 28 00:08:15.802 INFO STEP 304 (remove_files) COMPLETE
57642025-10-28T00:08:16.287Z[ recovery-image] Oct 28 00:08:15.802 INFO O| Oct 28 00:08:15.802 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652025-10-28T00:08:16.297Z[ recovery-image] Oct 28 00:08:15.815 INFO O| Oct 28 00:08:15.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
57662025-10-28T00:08:16.297Z[ recovery-image] Oct 28 00:08:15.816 INFO O| Oct 28 00:08:15.816 INFO STEP 305 (remove_files) COMPLETE
57672025-10-28T00:08:16.297Z[ recovery-image] Oct 28 00:08:15.816 INFO O| Oct 28 00:08:15.816 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682025-10-28T00:08:16.310Z[ recovery-image] Oct 28 00:08:15.829 INFO O| Oct 28 00:08:15.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
57692025-10-28T00:08:16.310Z[ recovery-image] Oct 28 00:08:15.829 INFO O| Oct 28 00:08:15.829 INFO STEP 306 (remove_files) COMPLETE
57702025-10-28T00:08:16.314Z[ recovery-image] Oct 28 00:08:15.829 INFO O| Oct 28 00:08:15.829 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712025-10-28T00:08:16.324Z[ recovery-image] Oct 28 00:08:15.842 INFO O| Oct 28 00:08:15.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
57722025-10-28T00:08:16.324Z[ recovery-image] Oct 28 00:08:15.842 INFO O| Oct 28 00:08:15.842 INFO STEP 307 (remove_files) COMPLETE
57732025-10-28T00:08:16.324Z[ recovery-image] Oct 28 00:08:15.842 INFO O| Oct 28 00:08:15.842 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742025-10-28T00:08:16.337Z[ recovery-image] Oct 28 00:08:15.856 INFO O| Oct 28 00:08:15.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
57752025-10-28T00:08:16.337Z[ recovery-image] Oct 28 00:08:15.856 INFO O| Oct 28 00:08:15.856 INFO STEP 308 (remove_files) COMPLETE
57762025-10-28T00:08:16.337Z[ recovery-image] Oct 28 00:08:15.856 INFO O| Oct 28 00:08:15.856 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772025-10-28T00:08:16.350Z[ recovery-image] Oct 28 00:08:15.869 INFO O| Oct 28 00:08:15.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
57782025-10-28T00:08:16.350Z[ recovery-image] Oct 28 00:08:15.869 INFO O| Oct 28 00:08:15.869 INFO STEP 309 (remove_files) COMPLETE
57792025-10-28T00:08:16.354Z[ recovery-image] Oct 28 00:08:15.869 INFO O| Oct 28 00:08:15.869 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802025-10-28T00:08:16.363Z[ recovery-image] Oct 28 00:08:15.882 INFO O| Oct 28 00:08:15.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
57812025-10-28T00:08:16.363Z[ recovery-image] Oct 28 00:08:15.882 INFO O| Oct 28 00:08:15.882 INFO STEP 310 (remove_files) COMPLETE
57822025-10-28T00:08:16.363Z[ recovery-image] Oct 28 00:08:15.882 INFO O| Oct 28 00:08:15.882 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832025-10-28T00:08:16.376Z[ recovery-image] Oct 28 00:08:15.895 INFO O| Oct 28 00:08:15.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
57842025-10-28T00:08:16.376Z[ recovery-image] Oct 28 00:08:15.895 INFO O| Oct 28 00:08:15.895 INFO STEP 311 (remove_files) COMPLETE
57852025-10-28T00:08:16.380Z[ recovery-image] Oct 28 00:08:15.895 INFO O| Oct 28 00:08:15.895 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862025-10-28T00:08:16.390Z[ recovery-image] Oct 28 00:08:15.907 INFO O| Oct 28 00:08:15.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
57872025-10-28T00:08:16.394Z[ recovery-image] Oct 28 00:08:15.907 INFO O| Oct 28 00:08:15.907 INFO STEP 312 (remove_files) COMPLETE
57882025-10-28T00:08:16.394Z[ recovery-image] Oct 28 00:08:15.907 INFO O| Oct 28 00:08:15.907 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892025-10-28T00:08:16.403Z[ recovery-image] Oct 28 00:08:15.921 INFO O| Oct 28 00:08:15.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
57902025-10-28T00:08:16.403Z[ recovery-image] Oct 28 00:08:15.921 INFO O| Oct 28 00:08:15.921 INFO STEP 313 (remove_files) COMPLETE
57912025-10-28T00:08:16.403Z[ recovery-image] Oct 28 00:08:15.921 INFO O| Oct 28 00:08:15.921 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922025-10-28T00:08:16.417Z[ recovery-image] Oct 28 00:08:15.934 INFO O| Oct 28 00:08:15.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
57932025-10-28T00:08:16.417Z[ recovery-image] Oct 28 00:08:15.934 INFO O| Oct 28 00:08:15.934 INFO STEP 314 (remove_files) COMPLETE
57942025-10-28T00:08:16.417Z[ recovery-image] Oct 28 00:08:15.934 INFO O| Oct 28 00:08:15.934 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952025-10-28T00:08:16.430Z[ recovery-image] Oct 28 00:08:15.948 INFO O| Oct 28 00:08:15.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
57962025-10-28T00:08:16.430Z[ recovery-image] Oct 28 00:08:15.949 INFO O| Oct 28 00:08:15.948 INFO STEP 315 (remove_files) COMPLETE
57972025-10-28T00:08:16.435Z[ recovery-image] Oct 28 00:08:15.949 INFO O| Oct 28 00:08:15.949 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982025-10-28T00:08:16.444Z[ recovery-image] Oct 28 00:08:15.962 INFO O| Oct 28 00:08:15.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
57992025-10-28T00:08:16.444Z[ recovery-image] Oct 28 00:08:15.963 INFO O| Oct 28 00:08:15.963 INFO STEP 316 (remove_files) COMPLETE
58002025-10-28T00:08:16.447Z[ recovery-image] Oct 28 00:08:15.963 INFO O| Oct 28 00:08:15.963 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012025-10-28T00:08:16.458Z[ recovery-image] Oct 28 00:08:15.976 INFO O| Oct 28 00:08:15.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
58022025-10-28T00:08:16.458Z[ recovery-image] Oct 28 00:08:15.976 INFO O| Oct 28 00:08:15.976 INFO STEP 317 (remove_files) COMPLETE
58032025-10-28T00:08:16.458Z[ recovery-image] Oct 28 00:08:15.977 INFO O| Oct 28 00:08:15.976 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042025-10-28T00:08:16.472Z[ recovery-image] Oct 28 00:08:15.990 INFO O| Oct 28 00:08:15.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
58052025-10-28T00:08:16.472Z[ recovery-image] Oct 28 00:08:15.991 INFO O| Oct 28 00:08:15.991 INFO STEP 318 (remove_files) COMPLETE
58062025-10-28T00:08:16.472Z[ recovery-image] Oct 28 00:08:15.991 INFO O| Oct 28 00:08:15.991 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072025-10-28T00:08:16.486Z[ recovery-image] Oct 28 00:08:16.005 INFO O| Oct 28 00:08:16.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
58082025-10-28T00:08:16.486Z[ recovery-image] Oct 28 00:08:16.005 INFO O| Oct 28 00:08:16.005 INFO STEP 319 (remove_files) COMPLETE
58092025-10-28T00:08:16.486Z[ recovery-image] Oct 28 00:08:16.005 INFO O| Oct 28 00:08:16.005 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102025-10-28T00:08:16.500Z[ recovery-image] Oct 28 00:08:16.019 INFO O| Oct 28 00:08:16.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
58112025-10-28T00:08:16.500Z[ recovery-image] Oct 28 00:08:16.019 INFO O| Oct 28 00:08:16.019 INFO STEP 320 (remove_files) COMPLETE
58122025-10-28T00:08:16.503Z[ recovery-image] Oct 28 00:08:16.019 INFO O| Oct 28 00:08:16.019 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132025-10-28T00:08:16.514Z[ recovery-image] Oct 28 00:08:16.033 INFO O| Oct 28 00:08:16.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
58142025-10-28T00:08:16.517Z[ recovery-image] Oct 28 00:08:16.034 INFO O| Oct 28 00:08:16.034 INFO STEP 321 (remove_files) COMPLETE
58152025-10-28T00:08:16.517Z[ recovery-image] Oct 28 00:08:16.034 INFO O| Oct 28 00:08:16.034 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162025-10-28T00:08:16.530Z[ recovery-image] Oct 28 00:08:16.048 INFO O| Oct 28 00:08:16.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
58172025-10-28T00:08:16.530Z[ recovery-image] Oct 28 00:08:16.049 INFO O| Oct 28 00:08:16.049 INFO STEP 322 (remove_files) COMPLETE
58182025-10-28T00:08:16.530Z[ recovery-image] Oct 28 00:08:16.049 INFO O| Oct 28 00:08:16.049 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192025-10-28T00:08:16.545Z[ recovery-image] Oct 28 00:08:16.063 INFO O| Oct 28 00:08:16.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
58202025-10-28T00:08:16.549Z[ recovery-image] Oct 28 00:08:16.064 INFO O| Oct 28 00:08:16.064 INFO STEP 323 (remove_files) COMPLETE
58212025-10-28T00:08:16.549Z[ recovery-image] Oct 28 00:08:16.064 INFO O| Oct 28 00:08:16.064 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222025-10-28T00:08:16.560Z[ recovery-image] Oct 28 00:08:16.079 INFO O| Oct 28 00:08:16.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
58232025-10-28T00:08:16.564Z[ recovery-image] Oct 28 00:08:16.080 INFO O| Oct 28 00:08:16.079 INFO STEP 324 (remove_files) COMPLETE
58242025-10-28T00:08:16.564Z[ recovery-image] Oct 28 00:08:16.080 INFO O| Oct 28 00:08:16.080 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252025-10-28T00:08:16.579Z[ recovery-image] Oct 28 00:08:16.098 INFO O| Oct 28 00:08:16.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
58262025-10-28T00:08:16.579Z[ recovery-image] Oct 28 00:08:16.098 INFO O| Oct 28 00:08:16.098 INFO STEP 325 (remove_files) COMPLETE
58272025-10-28T00:08:16.583Z[ recovery-image] Oct 28 00:08:16.098 INFO O| Oct 28 00:08:16.098 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282025-10-28T00:08:16.600Z[ recovery-image] Oct 28 00:08:16.119 INFO O| Oct 28 00:08:16.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
58292025-10-28T00:08:16.600Z[ recovery-image] Oct 28 00:08:16.119 INFO O| Oct 28 00:08:16.119 INFO STEP 326 (remove_files) COMPLETE
58302025-10-28T00:08:16.600Z[ recovery-image] Oct 28 00:08:16.119 INFO O| Oct 28 00:08:16.119 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312025-10-28T00:08:16.618Z[ recovery-image] Oct 28 00:08:16.137 INFO O| Oct 28 00:08:16.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
58322025-10-28T00:08:16.622Z[ recovery-image] Oct 28 00:08:16.137 INFO O| Oct 28 00:08:16.137 INFO STEP 327 (remove_files) COMPLETE
58332025-10-28T00:08:16.622Z[ recovery-image] Oct 28 00:08:16.137 INFO O| Oct 28 00:08:16.137 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342025-10-28T00:08:16.634Z[ recovery-image] Oct 28 00:08:16.153 INFO O| Oct 28 00:08:16.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
58352025-10-28T00:08:16.638Z[ recovery-image] Oct 28 00:08:16.153 INFO O| Oct 28 00:08:16.153 INFO STEP 328 (remove_files) COMPLETE
58362025-10-28T00:08:16.638Z[ recovery-image] Oct 28 00:08:16.153 INFO O| Oct 28 00:08:16.153 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372025-10-28T00:08:16.650Z[ recovery-image] Oct 28 00:08:16.169 INFO O| Oct 28 00:08:16.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
58382025-10-28T00:08:16.654Z[ recovery-image] Oct 28 00:08:16.169 INFO O| Oct 28 00:08:16.169 INFO STEP 329 (remove_files) COMPLETE
58392025-10-28T00:08:16.654Z[ recovery-image] Oct 28 00:08:16.169 INFO O| Oct 28 00:08:16.169 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402025-10-28T00:08:16.668Z[ recovery-image] Oct 28 00:08:16.187 INFO O| Oct 28 00:08:16.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
58412025-10-28T00:08:16.671Z[ recovery-image] Oct 28 00:08:16.187 INFO O| Oct 28 00:08:16.187 INFO STEP 330 (remove_files) COMPLETE
58422025-10-28T00:08:16.672Z[ recovery-image] Oct 28 00:08:16.187 INFO O| Oct 28 00:08:16.187 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432025-10-28T00:08:16.685Z[ recovery-image] Oct 28 00:08:16.204 INFO O| Oct 28 00:08:16.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
58442025-10-28T00:08:16.689Z[ recovery-image] Oct 28 00:08:16.204 INFO O| Oct 28 00:08:16.204 INFO STEP 331 (remove_files) COMPLETE
58452025-10-28T00:08:16.689Z[ recovery-image] Oct 28 00:08:16.204 INFO O| Oct 28 00:08:16.204 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462025-10-28T00:08:16.700Z[ recovery-image] Oct 28 00:08:16.219 INFO O| Oct 28 00:08:16.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
58472025-10-28T00:08:16.704Z[ recovery-image] Oct 28 00:08:16.219 INFO O| Oct 28 00:08:16.219 INFO STEP 332 (remove_files) COMPLETE
58482025-10-28T00:08:16.704Z[ recovery-image] Oct 28 00:08:16.219 INFO O| Oct 28 00:08:16.219 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492025-10-28T00:08:16.715Z[ recovery-image] Oct 28 00:08:16.234 INFO O| Oct 28 00:08:16.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
58502025-10-28T00:08:16.715Z[ recovery-image] Oct 28 00:08:16.234 INFO O| Oct 28 00:08:16.234 INFO STEP 333 (remove_files) COMPLETE
58512025-10-28T00:08:16.715Z[ recovery-image] Oct 28 00:08:16.234 INFO O| Oct 28 00:08:16.234 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522025-10-28T00:08:16.729Z[ recovery-image] Oct 28 00:08:16.248 INFO O| Oct 28 00:08:16.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
58532025-10-28T00:08:16.729Z[ recovery-image] Oct 28 00:08:16.248 INFO O| Oct 28 00:08:16.248 INFO STEP 334 (remove_files) COMPLETE
58542025-10-28T00:08:16.733Z[ recovery-image] Oct 28 00:08:16.248 INFO O| Oct 28 00:08:16.248 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552025-10-28T00:08:16.743Z[ recovery-image] Oct 28 00:08:16.262 INFO O| Oct 28 00:08:16.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
58562025-10-28T00:08:16.743Z[ recovery-image] Oct 28 00:08:16.262 INFO O| Oct 28 00:08:16.262 INFO STEP 335 (remove_files) COMPLETE
58572025-10-28T00:08:16.747Z[ recovery-image] Oct 28 00:08:16.262 INFO O| Oct 28 00:08:16.262 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582025-10-28T00:08:16.757Z[ recovery-image] Oct 28 00:08:16.276 INFO O| Oct 28 00:08:16.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
58592025-10-28T00:08:16.760Z[ recovery-image] Oct 28 00:08:16.276 INFO O| Oct 28 00:08:16.276 INFO STEP 336 (remove_files) COMPLETE
58602025-10-28T00:08:16.760Z[ recovery-image] Oct 28 00:08:16.276 INFO O| Oct 28 00:08:16.276 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612025-10-28T00:08:16.772Z[ recovery-image] Oct 28 00:08:16.291 INFO O| Oct 28 00:08:16.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
58622025-10-28T00:08:16.772Z[ recovery-image] Oct 28 00:08:16.291 INFO O| Oct 28 00:08:16.291 INFO STEP 337 (remove_files) COMPLETE
58632025-10-28T00:08:16.775Z[ recovery-image] Oct 28 00:08:16.291 INFO O| Oct 28 00:08:16.291 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642025-10-28T00:08:16.787Z[ recovery-image] Oct 28 00:08:16.306 INFO O| Oct 28 00:08:16.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
58652025-10-28T00:08:16.787Z[ recovery-image] Oct 28 00:08:16.306 INFO O| Oct 28 00:08:16.306 INFO STEP 338 (remove_files) COMPLETE
58662025-10-28T00:08:16.787Z[ recovery-image] Oct 28 00:08:16.306 INFO O| Oct 28 00:08:16.306 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672025-10-28T00:08:16.803Z[ recovery-image] Oct 28 00:08:16.321 INFO O| Oct 28 00:08:16.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
58682025-10-28T00:08:16.803Z[ recovery-image] Oct 28 00:08:16.321 INFO O| Oct 28 00:08:16.321 INFO STEP 339 (remove_files) COMPLETE
58692025-10-28T00:08:16.803Z[ recovery-image] Oct 28 00:08:16.321 INFO O| Oct 28 00:08:16.321 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702025-10-28T00:08:16.818Z[ recovery-image] Oct 28 00:08:16.337 INFO O| Oct 28 00:08:16.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
58712025-10-28T00:08:16.818Z[ recovery-image] Oct 28 00:08:16.337 INFO O| Oct 28 00:08:16.337 INFO STEP 340 (remove_files) COMPLETE
58722025-10-28T00:08:16.818Z[ recovery-image] Oct 28 00:08:16.337 INFO O| Oct 28 00:08:16.337 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732025-10-28T00:08:16.833Z[ recovery-image] Oct 28 00:08:16.352 INFO O| Oct 28 00:08:16.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
58742025-10-28T00:08:16.833Z[ recovery-image] Oct 28 00:08:16.352 INFO O| Oct 28 00:08:16.352 INFO STEP 341 (remove_files) COMPLETE
58752025-10-28T00:08:16.833Z[ recovery-image] Oct 28 00:08:16.352 INFO O| Oct 28 00:08:16.352 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762025-10-28T00:08:16.849Z[ recovery-image] Oct 28 00:08:16.368 INFO O| Oct 28 00:08:16.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
58772025-10-28T00:08:16.849Z[ recovery-image] Oct 28 00:08:16.368 INFO O| Oct 28 00:08:16.368 INFO STEP 342 (remove_files) COMPLETE
58782025-10-28T00:08:16.852Z[ recovery-image] Oct 28 00:08:16.368 INFO O| Oct 28 00:08:16.368 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792025-10-28T00:08:16.864Z[ recovery-image] Oct 28 00:08:16.383 INFO O| Oct 28 00:08:16.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
58802025-10-28T00:08:16.864Z[ recovery-image] Oct 28 00:08:16.383 INFO O| Oct 28 00:08:16.383 INFO STEP 343 (remove_files) COMPLETE
58812025-10-28T00:08:16.864Z[ recovery-image] Oct 28 00:08:16.383 INFO O| Oct 28 00:08:16.383 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822025-10-28T00:08:16.878Z[ recovery-image] Oct 28 00:08:16.397 INFO O| Oct 28 00:08:16.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
58832025-10-28T00:08:16.878Z[ recovery-image] Oct 28 00:08:16.397 INFO O| Oct 28 00:08:16.397 INFO STEP 344 (remove_files) COMPLETE
58842025-10-28T00:08:16.882Z[ recovery-image] Oct 28 00:08:16.398 INFO O| Oct 28 00:08:16.397 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852025-10-28T00:08:16.893Z[ recovery-image] Oct 28 00:08:16.412 INFO O| Oct 28 00:08:16.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
58862025-10-28T00:08:16.893Z[ recovery-image] Oct 28 00:08:16.412 INFO O| Oct 28 00:08:16.412 INFO STEP 345 (remove_files) COMPLETE
58872025-10-28T00:08:16.893Z[ recovery-image] Oct 28 00:08:16.412 INFO O| Oct 28 00:08:16.412 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882025-10-28T00:08:16.909Z[ recovery-image] Oct 28 00:08:16.428 INFO O| Oct 28 00:08:16.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
58892025-10-28T00:08:16.912Z[ recovery-image] Oct 28 00:08:16.428 INFO O| Oct 28 00:08:16.428 INFO STEP 346 (remove_files) COMPLETE
58902025-10-28T00:08:16.912Z[ recovery-image] Oct 28 00:08:16.428 INFO O| Oct 28 00:08:16.428 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912025-10-28T00:08:16.923Z[ recovery-image] Oct 28 00:08:16.442 INFO O| Oct 28 00:08:16.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
58922025-10-28T00:08:16.923Z[ recovery-image] Oct 28 00:08:16.443 INFO O| Oct 28 00:08:16.443 INFO STEP 347 (remove_files) COMPLETE
58932025-10-28T00:08:16.928Z[ recovery-image] Oct 28 00:08:16.443 INFO O| Oct 28 00:08:16.443 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942025-10-28T00:08:16.938Z[ recovery-image] Oct 28 00:08:16.457 INFO O| Oct 28 00:08:16.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
58952025-10-28T00:08:16.938Z[ recovery-image] Oct 28 00:08:16.457 INFO O| Oct 28 00:08:16.457 INFO STEP 348 (remove_files) COMPLETE
58962025-10-28T00:08:16.942Z[ recovery-image] Oct 28 00:08:16.457 INFO O| Oct 28 00:08:16.457 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972025-10-28T00:08:16.954Z[ recovery-image] Oct 28 00:08:16.473 INFO O| Oct 28 00:08:16.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
58982025-10-28T00:08:16.954Z[ recovery-image] Oct 28 00:08:16.473 INFO O| Oct 28 00:08:16.473 INFO STEP 349 (remove_files) COMPLETE
58992025-10-28T00:08:16.954Z[ recovery-image] Oct 28 00:08:16.473 INFO O| Oct 28 00:08:16.473 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002025-10-28T00:08:16.972Z[ recovery-image] Oct 28 00:08:16.488 INFO O| Oct 28 00:08:16.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
59012025-10-28T00:08:16.973Z[ recovery-image] Oct 28 00:08:16.488 INFO O| Oct 28 00:08:16.488 INFO STEP 350 (remove_files) COMPLETE
59022025-10-28T00:08:16.973Z[ recovery-image] Oct 28 00:08:16.488 INFO O| Oct 28 00:08:16.488 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032025-10-28T00:08:16.985Z[ recovery-image] Oct 28 00:08:16.504 INFO O| Oct 28 00:08:16.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
59042025-10-28T00:08:16.985Z[ recovery-image] Oct 28 00:08:16.504 INFO O| Oct 28 00:08:16.504 INFO STEP 351 (remove_files) COMPLETE
59052025-10-28T00:08:16.985Z[ recovery-image] Oct 28 00:08:16.504 INFO O| Oct 28 00:08:16.504 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062025-10-28T00:08:17.001Z[ recovery-image] Oct 28 00:08:16.519 INFO O| Oct 28 00:08:16.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
59072025-10-28T00:08:17.001Z[ recovery-image] Oct 28 00:08:16.519 INFO O| Oct 28 00:08:16.519 INFO STEP 352 (remove_files) COMPLETE
59082025-10-28T00:08:17.005Z[ recovery-image] Oct 28 00:08:16.519 INFO O| Oct 28 00:08:16.519 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092025-10-28T00:08:17.017Z[ recovery-image] Oct 28 00:08:16.536 INFO O| Oct 28 00:08:16.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
59102025-10-28T00:08:17.017Z[ recovery-image] Oct 28 00:08:16.536 INFO O| Oct 28 00:08:16.536 INFO STEP 353 (remove_files) COMPLETE
59112025-10-28T00:08:17.017Z[ recovery-image] Oct 28 00:08:16.536 INFO O| Oct 28 00:08:16.536 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122025-10-28T00:08:17.033Z[ recovery-image] Oct 28 00:08:16.552 INFO O| Oct 28 00:08:16.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
59132025-10-28T00:08:17.033Z[ recovery-image] Oct 28 00:08:16.552 INFO O| Oct 28 00:08:16.552 INFO STEP 354 (remove_files) COMPLETE
59142025-10-28T00:08:17.037Z[ recovery-image] Oct 28 00:08:16.552 INFO O| Oct 28 00:08:16.552 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152025-10-28T00:08:17.049Z[ recovery-image] Oct 28 00:08:16.568 INFO O| Oct 28 00:08:16.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
59162025-10-28T00:08:17.049Z[ recovery-image] Oct 28 00:08:16.568 INFO O| Oct 28 00:08:16.568 INFO STEP 355 (remove_files) COMPLETE
59172025-10-28T00:08:17.058Z[ recovery-image] Oct 28 00:08:16.568 INFO O| Oct 28 00:08:16.568 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182025-10-28T00:08:17.064Z[ recovery-image] Oct 28 00:08:16.583 INFO O| Oct 28 00:08:16.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
59192025-10-28T00:08:17.064Z[ recovery-image] Oct 28 00:08:16.583 INFO O| Oct 28 00:08:16.583 INFO STEP 356 (remove_files) COMPLETE
59202025-10-28T00:08:17.064Z[ recovery-image] Oct 28 00:08:16.583 INFO O| Oct 28 00:08:16.583 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212025-10-28T00:08:17.079Z[ recovery-image] Oct 28 00:08:16.598 INFO O| Oct 28 00:08:16.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
59222025-10-28T00:08:17.079Z[ recovery-image] Oct 28 00:08:16.598 INFO O| Oct 28 00:08:16.598 INFO STEP 357 (remove_files) COMPLETE
59232025-10-28T00:08:17.083Z[ recovery-image] Oct 28 00:08:16.598 INFO O| Oct 28 00:08:16.598 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242025-10-28T00:08:17.093Z[ recovery-image] Oct 28 00:08:16.612 INFO O| Oct 28 00:08:16.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
59252025-10-28T00:08:17.093Z[ recovery-image] Oct 28 00:08:16.612 INFO O| Oct 28 00:08:16.612 INFO STEP 358 (remove_files) COMPLETE
59262025-10-28T00:08:17.093Z[ recovery-image] Oct 28 00:08:16.612 INFO O| Oct 28 00:08:16.612 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272025-10-28T00:08:17.107Z[ recovery-image] Oct 28 00:08:16.626 INFO O| Oct 28 00:08:16.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
59282025-10-28T00:08:17.112Z[ recovery-image] Oct 28 00:08:16.626 INFO O| Oct 28 00:08:16.626 INFO STEP 359 (remove_files) COMPLETE
59292025-10-28T00:08:17.112Z[ recovery-image] Oct 28 00:08:16.626 INFO O| Oct 28 00:08:16.626 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302025-10-28T00:08:17.122Z[ recovery-image] Oct 28 00:08:16.641 INFO O| Oct 28 00:08:16.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
59312025-10-28T00:08:17.122Z[ recovery-image] Oct 28 00:08:16.641 INFO O| Oct 28 00:08:16.641 INFO STEP 360 (remove_files) COMPLETE
59322025-10-28T00:08:17.122Z[ recovery-image] Oct 28 00:08:16.641 INFO O| Oct 28 00:08:16.641 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332025-10-28T00:08:17.136Z[ recovery-image] Oct 28 00:08:16.655 INFO O| Oct 28 00:08:16.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
59342025-10-28T00:08:17.139Z[ recovery-image] Oct 28 00:08:16.655 INFO O| Oct 28 00:08:16.655 INFO STEP 361 (remove_files) COMPLETE
59352025-10-28T00:08:17.140Z[ recovery-image] Oct 28 00:08:16.655 INFO O| Oct 28 00:08:16.655 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362025-10-28T00:08:17.152Z[ recovery-image] Oct 28 00:08:16.671 INFO O| Oct 28 00:08:16.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
59372025-10-28T00:08:17.152Z[ recovery-image] Oct 28 00:08:16.671 INFO O| Oct 28 00:08:16.671 INFO STEP 362 (remove_files) COMPLETE
59382025-10-28T00:08:17.152Z[ recovery-image] Oct 28 00:08:16.671 INFO O| Oct 28 00:08:16.671 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392025-10-28T00:08:17.165Z[ recovery-image] Oct 28 00:08:16.684 INFO O| Oct 28 00:08:16.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
59402025-10-28T00:08:17.169Z[ recovery-image] Oct 28 00:08:16.685 INFO O| Oct 28 00:08:16.685 INFO STEP 363 (remove_files) COMPLETE
59412025-10-28T00:08:17.169Z[ recovery-image] Oct 28 00:08:16.685 INFO O| Oct 28 00:08:16.685 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422025-10-28T00:08:17.181Z[ recovery-image] Oct 28 00:08:16.700 INFO O| Oct 28 00:08:16.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
59432025-10-28T00:08:17.181Z[ recovery-image] Oct 28 00:08:16.700 INFO O| Oct 28 00:08:16.700 INFO STEP 364 (remove_files) COMPLETE
59442025-10-28T00:08:17.181Z[ recovery-image] Oct 28 00:08:16.700 INFO O| Oct 28 00:08:16.700 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452025-10-28T00:08:17.196Z[ recovery-image] Oct 28 00:08:16.715 INFO O| Oct 28 00:08:16.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
59462025-10-28T00:08:17.196Z[ recovery-image] Oct 28 00:08:16.715 INFO O| Oct 28 00:08:16.715 INFO STEP 365 (remove_files) COMPLETE
59472025-10-28T00:08:17.196Z[ recovery-image] Oct 28 00:08:16.715 INFO O| Oct 28 00:08:16.715 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482025-10-28T00:08:17.212Z[ recovery-image] Oct 28 00:08:16.731 INFO O| Oct 28 00:08:16.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
59492025-10-28T00:08:17.212Z[ recovery-image] Oct 28 00:08:16.731 INFO O| Oct 28 00:08:16.731 INFO STEP 366 (remove_files) COMPLETE
59502025-10-28T00:08:17.212Z[ recovery-image] Oct 28 00:08:16.731 INFO O| Oct 28 00:08:16.731 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512025-10-28T00:08:17.226Z[ recovery-image] Oct 28 00:08:16.745 INFO O| Oct 28 00:08:16.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
59522025-10-28T00:08:17.226Z[ recovery-image] Oct 28 00:08:16.745 INFO O| Oct 28 00:08:16.745 INFO STEP 367 (remove_files) COMPLETE
59532025-10-28T00:08:17.226Z[ recovery-image] Oct 28 00:08:16.746 INFO O| Oct 28 00:08:16.745 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542025-10-28T00:08:17.242Z[ recovery-image] Oct 28 00:08:16.761 INFO O| Oct 28 00:08:16.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
59552025-10-28T00:08:17.242Z[ recovery-image] Oct 28 00:08:16.761 INFO O| Oct 28 00:08:16.761 INFO STEP 368 (remove_files) COMPLETE
59562025-10-28T00:08:17.242Z[ recovery-image] Oct 28 00:08:16.761 INFO O| Oct 28 00:08:16.761 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572025-10-28T00:08:17.257Z[ recovery-image] Oct 28 00:08:16.776 INFO O| Oct 28 00:08:16.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
59582025-10-28T00:08:17.260Z[ recovery-image] Oct 28 00:08:16.776 INFO O| Oct 28 00:08:16.776 INFO STEP 369 (remove_files) COMPLETE
59592025-10-28T00:08:17.260Z[ recovery-image] Oct 28 00:08:16.776 INFO O| Oct 28 00:08:16.776 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602025-10-28T00:08:17.271Z[ recovery-image] Oct 28 00:08:16.790 INFO O| Oct 28 00:08:16.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
59612025-10-28T00:08:17.271Z[ recovery-image] Oct 28 00:08:16.790 INFO O| Oct 28 00:08:16.790 INFO STEP 370 (remove_files) COMPLETE
59622025-10-28T00:08:17.275Z[ recovery-image] Oct 28 00:08:16.790 INFO O| Oct 28 00:08:16.790 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632025-10-28T00:08:17.285Z[ recovery-image] Oct 28 00:08:16.805 INFO O| Oct 28 00:08:16.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
59642025-10-28T00:08:17.286Z[ recovery-image] Oct 28 00:08:16.805 INFO O| Oct 28 00:08:16.805 INFO STEP 371 (remove_files) COMPLETE
59652025-10-28T00:08:17.286Z[ recovery-image] Oct 28 00:08:16.805 INFO O| Oct 28 00:08:16.805 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662025-10-28T00:08:17.300Z[ recovery-image] Oct 28 00:08:16.819 INFO O| Oct 28 00:08:16.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
59672025-10-28T00:08:17.300Z[ recovery-image] Oct 28 00:08:16.819 INFO O| Oct 28 00:08:16.819 INFO STEP 372 (remove_files) COMPLETE
59682025-10-28T00:08:17.303Z[ recovery-image] Oct 28 00:08:16.819 INFO O| Oct 28 00:08:16.819 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692025-10-28T00:08:17.315Z[ recovery-image] Oct 28 00:08:16.834 INFO O| Oct 28 00:08:16.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
59702025-10-28T00:08:17.315Z[ recovery-image] Oct 28 00:08:16.835 INFO O| Oct 28 00:08:16.835 INFO STEP 373 (remove_files) COMPLETE
59712025-10-28T00:08:17.315Z[ recovery-image] Oct 28 00:08:16.835 INFO O| Oct 28 00:08:16.835 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722025-10-28T00:08:17.330Z[ recovery-image] Oct 28 00:08:16.849 INFO O| Oct 28 00:08:16.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
59732025-10-28T00:08:17.330Z[ recovery-image] Oct 28 00:08:16.849 INFO O| Oct 28 00:08:16.849 INFO STEP 374 (remove_files) COMPLETE
59742025-10-28T00:08:17.333Z[ recovery-image] Oct 28 00:08:16.849 INFO O| Oct 28 00:08:16.849 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752025-10-28T00:08:17.344Z[ recovery-image] Oct 28 00:08:16.863 INFO O| Oct 28 00:08:16.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
59762025-10-28T00:08:17.347Z[ recovery-image] Oct 28 00:08:16.863 INFO O| Oct 28 00:08:16.863 INFO STEP 375 (remove_files) COMPLETE
59772025-10-28T00:08:17.347Z[ recovery-image] Oct 28 00:08:16.863 INFO O| Oct 28 00:08:16.863 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782025-10-28T00:08:17.356Z[ recovery-image] Oct 28 00:08:16.875 INFO O| Oct 28 00:08:16.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
59792025-10-28T00:08:17.356Z[ recovery-image] Oct 28 00:08:16.875 INFO O| Oct 28 00:08:16.875 INFO STEP 376 (remove_files) COMPLETE
59802025-10-28T00:08:17.356Z[ recovery-image] Oct 28 00:08:16.875 INFO O| Oct 28 00:08:16.875 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812025-10-28T00:08:17.369Z[ recovery-image] Oct 28 00:08:16.888 INFO O| Oct 28 00:08:16.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
59822025-10-28T00:08:17.369Z[ recovery-image] Oct 28 00:08:16.888 INFO O| Oct 28 00:08:16.888 INFO STEP 377 (remove_files) COMPLETE
59832025-10-28T00:08:17.372Z[ recovery-image] Oct 28 00:08:16.888 INFO O| Oct 28 00:08:16.888 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842025-10-28T00:08:17.385Z[ recovery-image] Oct 28 00:08:16.904 INFO O| Oct 28 00:08:16.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
59852025-10-28T00:08:17.385Z[ recovery-image] Oct 28 00:08:16.904 INFO O| Oct 28 00:08:16.904 INFO STEP 378 (remove_files) COMPLETE
59862025-10-28T00:08:17.385Z[ recovery-image] Oct 28 00:08:16.904 INFO O| Oct 28 00:08:16.904 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872025-10-28T00:08:17.400Z[ recovery-image] Oct 28 00:08:16.920 INFO O| Oct 28 00:08:16.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
59882025-10-28T00:08:17.400Z[ recovery-image] Oct 28 00:08:16.920 INFO O| Oct 28 00:08:16.920 INFO STEP 379 (remove_files) COMPLETE
59892025-10-28T00:08:17.404Z[ recovery-image] Oct 28 00:08:16.920 INFO O| Oct 28 00:08:16.920 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902025-10-28T00:08:17.416Z[ recovery-image] Oct 28 00:08:16.935 INFO O| Oct 28 00:08:16.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
59912025-10-28T00:08:17.416Z[ recovery-image] Oct 28 00:08:16.935 INFO O| Oct 28 00:08:16.935 INFO STEP 380 (remove_files) COMPLETE
59922025-10-28T00:08:17.419Z[ recovery-image] Oct 28 00:08:16.935 INFO O| Oct 28 00:08:16.935 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932025-10-28T00:08:17.429Z[ recovery-image] Oct 28 00:08:16.948 INFO O| Oct 28 00:08:16.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
59942025-10-28T00:08:17.429Z[ recovery-image] Oct 28 00:08:16.948 INFO O| Oct 28 00:08:16.948 INFO STEP 381 (remove_files) COMPLETE
59952025-10-28T00:08:17.432Z[ recovery-image] Oct 28 00:08:16.948 INFO O| Oct 28 00:08:16.948 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962025-10-28T00:08:17.442Z[ recovery-image] Oct 28 00:08:16.961 INFO O| Oct 28 00:08:16.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
59972025-10-28T00:08:17.442Z[ recovery-image] Oct 28 00:08:16.961 INFO O| Oct 28 00:08:16.961 INFO STEP 382 (remove_files) COMPLETE
59982025-10-28T00:08:17.442Z[ recovery-image] Oct 28 00:08:16.961 INFO O| Oct 28 00:08:16.961 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992025-10-28T00:08:17.455Z[ recovery-image] Oct 28 00:08:16.974 INFO O| Oct 28 00:08:16.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
60002025-10-28T00:08:17.455Z[ recovery-image] Oct 28 00:08:16.974 INFO O| Oct 28 00:08:16.974 INFO STEP 383 (remove_files) COMPLETE
60012025-10-28T00:08:17.458Z[ recovery-image] Oct 28 00:08:16.974 INFO O| Oct 28 00:08:16.974 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022025-10-28T00:08:17.468Z[ recovery-image] Oct 28 00:08:16.987 INFO O| Oct 28 00:08:16.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
60032025-10-28T00:08:17.468Z[ recovery-image] Oct 28 00:08:16.987 INFO O| Oct 28 00:08:16.987 INFO STEP 384 (remove_files) COMPLETE
60042025-10-28T00:08:17.468Z[ recovery-image] Oct 28 00:08:16.987 INFO O| Oct 28 00:08:16.987 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052025-10-28T00:08:17.481Z[ recovery-image] Oct 28 00:08:17.000 INFO O| Oct 28 00:08:17.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
60062025-10-28T00:08:17.481Z[ recovery-image] Oct 28 00:08:17.001 INFO O| Oct 28 00:08:17.001 INFO STEP 385 (remove_files) COMPLETE
60072025-10-28T00:08:17.482Z[ recovery-image] Oct 28 00:08:17.001 INFO O| Oct 28 00:08:17.001 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082025-10-28T00:08:17.494Z[ recovery-image] Oct 28 00:08:17.013 INFO O| Oct 28 00:08:17.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
60092025-10-28T00:08:17.494Z[ recovery-image] Oct 28 00:08:17.013 INFO O| Oct 28 00:08:17.013 INFO STEP 386 (remove_files) COMPLETE
60102025-10-28T00:08:17.497Z[ recovery-image] Oct 28 00:08:17.013 INFO O| Oct 28 00:08:17.013 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112025-10-28T00:08:17.507Z[ recovery-image] Oct 28 00:08:17.026 INFO O| Oct 28 00:08:17.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
60122025-10-28T00:08:17.507Z[ recovery-image] Oct 28 00:08:17.026 INFO O| Oct 28 00:08:17.026 INFO STEP 387 (remove_files) COMPLETE
60132025-10-28T00:08:17.507Z[ recovery-image] Oct 28 00:08:17.026 INFO O| Oct 28 00:08:17.026 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142025-10-28T00:08:17.520Z[ recovery-image] Oct 28 00:08:17.040 INFO O| Oct 28 00:08:17.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
60152025-10-28T00:08:17.520Z[ recovery-image] Oct 28 00:08:17.040 INFO O| Oct 28 00:08:17.040 INFO STEP 388 (remove_files) COMPLETE
60162025-10-28T00:08:17.524Z[ recovery-image] Oct 28 00:08:17.040 INFO O| Oct 28 00:08:17.040 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172025-10-28T00:08:17.533Z[ recovery-image] Oct 28 00:08:17.052 INFO O| Oct 28 00:08:17.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
60182025-10-28T00:08:17.533Z[ recovery-image] Oct 28 00:08:17.052 INFO O| Oct 28 00:08:17.052 INFO STEP 389 (remove_files) COMPLETE
60192025-10-28T00:08:17.533Z[ recovery-image] Oct 28 00:08:17.052 INFO O| Oct 28 00:08:17.052 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202025-10-28T00:08:17.546Z[ recovery-image] Oct 28 00:08:17.065 INFO O| Oct 28 00:08:17.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
60212025-10-28T00:08:17.546Z[ recovery-image] Oct 28 00:08:17.065 INFO O| Oct 28 00:08:17.065 INFO STEP 390 (remove_files) COMPLETE
60222025-10-28T00:08:17.552Z[ recovery-image] Oct 28 00:08:17.065 INFO O| Oct 28 00:08:17.065 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232025-10-28T00:08:17.558Z[ recovery-image] Oct 28 00:08:17.077 INFO O| Oct 28 00:08:17.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
60242025-10-28T00:08:17.558Z[ recovery-image] Oct 28 00:08:17.078 INFO O| Oct 28 00:08:17.078 INFO STEP 391 (remove_files) COMPLETE
60252025-10-28T00:08:17.562Z[ recovery-image] Oct 28 00:08:17.078 INFO O| Oct 28 00:08:17.078 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262025-10-28T00:08:17.571Z[ recovery-image] Oct 28 00:08:17.090 INFO O| Oct 28 00:08:17.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
60272025-10-28T00:08:17.571Z[ recovery-image] Oct 28 00:08:17.090 INFO O| Oct 28 00:08:17.090 INFO STEP 392 (remove_files) COMPLETE
60282025-10-28T00:08:17.575Z[ recovery-image] Oct 28 00:08:17.090 INFO O| Oct 28 00:08:17.090 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292025-10-28T00:08:17.584Z[ recovery-image] Oct 28 00:08:17.103 INFO O| Oct 28 00:08:17.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
60302025-10-28T00:08:17.584Z[ recovery-image] Oct 28 00:08:17.103 INFO O| Oct 28 00:08:17.103 INFO STEP 393 (remove_files) COMPLETE
60312025-10-28T00:08:17.587Z[ recovery-image] Oct 28 00:08:17.103 INFO O| Oct 28 00:08:17.103 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322025-10-28T00:08:17.596Z[ recovery-image] Oct 28 00:08:17.115 INFO O| Oct 28 00:08:17.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
60332025-10-28T00:08:17.596Z[ recovery-image] Oct 28 00:08:17.115 INFO O| Oct 28 00:08:17.115 INFO STEP 394 (remove_files) COMPLETE
60342025-10-28T00:08:17.600Z[ recovery-image] Oct 28 00:08:17.115 INFO O| Oct 28 00:08:17.115 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352025-10-28T00:08:17.609Z[ recovery-image] Oct 28 00:08:17.128 INFO O| Oct 28 00:08:17.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
60362025-10-28T00:08:17.609Z[ recovery-image] Oct 28 00:08:17.128 INFO O| Oct 28 00:08:17.128 INFO STEP 395 (remove_files) COMPLETE
60372025-10-28T00:08:17.609Z[ recovery-image] Oct 28 00:08:17.128 INFO O| Oct 28 00:08:17.128 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382025-10-28T00:08:17.622Z[ recovery-image] Oct 28 00:08:17.141 INFO O| Oct 28 00:08:17.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
60392025-10-28T00:08:17.622Z[ recovery-image] Oct 28 00:08:17.141 INFO O| Oct 28 00:08:17.141 INFO STEP 396 (remove_files) COMPLETE
60402025-10-28T00:08:17.622Z[ recovery-image] Oct 28 00:08:17.141 INFO O| Oct 28 00:08:17.141 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412025-10-28T00:08:17.636Z[ recovery-image] Oct 28 00:08:17.152 INFO O| Oct 28 00:08:17.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
60422025-10-28T00:08:17.636Z[ recovery-image] Oct 28 00:08:17.152 INFO O| Oct 28 00:08:17.152 INFO STEP 397 (remove_files) COMPLETE
60432025-10-28T00:08:17.639Z[ recovery-image] Oct 28 00:08:17.152 INFO O| Oct 28 00:08:17.152 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442025-10-28T00:08:17.646Z[ recovery-image] Oct 28 00:08:17.165 INFO O| Oct 28 00:08:17.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
60452025-10-28T00:08:17.646Z[ recovery-image] Oct 28 00:08:17.165 INFO O| Oct 28 00:08:17.165 INFO STEP 398 (remove_files) COMPLETE
60462025-10-28T00:08:17.650Z[ recovery-image] Oct 28 00:08:17.165 INFO O| Oct 28 00:08:17.165 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472025-10-28T00:08:17.659Z[ recovery-image] Oct 28 00:08:17.178 INFO O| Oct 28 00:08:17.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
60482025-10-28T00:08:17.659Z[ recovery-image] Oct 28 00:08:17.178 INFO O| Oct 28 00:08:17.178 INFO STEP 399 (remove_files) COMPLETE
60492025-10-28T00:08:17.659Z[ recovery-image] Oct 28 00:08:17.178 INFO O| Oct 28 00:08:17.178 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502025-10-28T00:08:17.671Z[ recovery-image] Oct 28 00:08:17.190 INFO O| Oct 28 00:08:17.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
60512025-10-28T00:08:17.671Z[ recovery-image] Oct 28 00:08:17.190 INFO O| Oct 28 00:08:17.190 INFO STEP 400 (remove_files) COMPLETE
60522025-10-28T00:08:17.671Z[ recovery-image] Oct 28 00:08:17.190 INFO O| Oct 28 00:08:17.190 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532025-10-28T00:08:17.682Z[ recovery-image] Oct 28 00:08:17.201 INFO O| Oct 28 00:08:17.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
60542025-10-28T00:08:17.683Z[ recovery-image] Oct 28 00:08:17.202 INFO O| Oct 28 00:08:17.201 INFO STEP 401 (remove_files) COMPLETE
60552025-10-28T00:08:17.683Z[ recovery-image] Oct 28 00:08:17.202 INFO O| Oct 28 00:08:17.202 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562025-10-28T00:08:17.695Z[ recovery-image] Oct 28 00:08:17.214 INFO O| Oct 28 00:08:17.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
60572025-10-28T00:08:17.695Z[ recovery-image] Oct 28 00:08:17.214 INFO O| Oct 28 00:08:17.214 INFO STEP 402 (remove_files) COMPLETE
60582025-10-28T00:08:17.699Z[ recovery-image] Oct 28 00:08:17.214 INFO O| Oct 28 00:08:17.214 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592025-10-28T00:08:17.706Z[ recovery-image] Oct 28 00:08:17.226 INFO O| Oct 28 00:08:17.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
60602025-10-28T00:08:17.710Z[ recovery-image] Oct 28 00:08:17.226 INFO O| Oct 28 00:08:17.226 INFO STEP 403 (remove_files) COMPLETE
60612025-10-28T00:08:17.710Z[ recovery-image] Oct 28 00:08:17.226 INFO O| Oct 28 00:08:17.226 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622025-10-28T00:08:17.718Z[ recovery-image] Oct 28 00:08:17.237 INFO O| Oct 28 00:08:17.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
60632025-10-28T00:08:17.718Z[ recovery-image] Oct 28 00:08:17.237 INFO O| Oct 28 00:08:17.237 INFO STEP 404 (remove_files) COMPLETE
60642025-10-28T00:08:17.722Z[ recovery-image] Oct 28 00:08:17.237 INFO O| Oct 28 00:08:17.237 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652025-10-28T00:08:17.732Z[ recovery-image] Oct 28 00:08:17.251 INFO O| Oct 28 00:08:17.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
60662025-10-28T00:08:17.732Z[ recovery-image] Oct 28 00:08:17.251 INFO O| Oct 28 00:08:17.251 INFO STEP 405 (remove_files) COMPLETE
60672025-10-28T00:08:17.735Z[ recovery-image] Oct 28 00:08:17.251 INFO O| Oct 28 00:08:17.251 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682025-10-28T00:08:17.744Z[ recovery-image] Oct 28 00:08:17.264 INFO O| Oct 28 00:08:17.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
60692025-10-28T00:08:17.748Z[ recovery-image] Oct 28 00:08:17.265 INFO O| Oct 28 00:08:17.264 INFO STEP 406 (remove_files) COMPLETE
60702025-10-28T00:08:17.748Z[ recovery-image] Oct 28 00:08:17.265 INFO O| Oct 28 00:08:17.265 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712025-10-28T00:08:17.759Z[ recovery-image] Oct 28 00:08:17.278 INFO O| Oct 28 00:08:17.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
60722025-10-28T00:08:17.759Z[ recovery-image] Oct 28 00:08:17.278 INFO O| Oct 28 00:08:17.278 INFO STEP 407 (remove_files) COMPLETE
60732025-10-28T00:08:17.762Z[ recovery-image] Oct 28 00:08:17.278 INFO O| Oct 28 00:08:17.278 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742025-10-28T00:08:17.772Z[ recovery-image] Oct 28 00:08:17.290 INFO O| Oct 28 00:08:17.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
60752025-10-28T00:08:17.772Z[ recovery-image] Oct 28 00:08:17.290 INFO O| Oct 28 00:08:17.290 INFO STEP 408 (remove_files) COMPLETE
60762025-10-28T00:08:17.772Z[ recovery-image] Oct 28 00:08:17.290 INFO O| Oct 28 00:08:17.290 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772025-10-28T00:08:17.784Z[ recovery-image] Oct 28 00:08:17.302 INFO O| Oct 28 00:08:17.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
60782025-10-28T00:08:17.784Z[ recovery-image] Oct 28 00:08:17.302 INFO O| Oct 28 00:08:17.302 INFO STEP 409 (remove_files) COMPLETE
60792025-10-28T00:08:17.787Z[ recovery-image] Oct 28 00:08:17.302 INFO O| Oct 28 00:08:17.302 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802025-10-28T00:08:17.796Z[ recovery-image] Oct 28 00:08:17.315 INFO O| Oct 28 00:08:17.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
60812025-10-28T00:08:17.796Z[ recovery-image] Oct 28 00:08:17.315 INFO O| Oct 28 00:08:17.315 INFO STEP 410 (remove_files) COMPLETE
60822025-10-28T00:08:17.799Z[ recovery-image] Oct 28 00:08:17.315 INFO O| Oct 28 00:08:17.315 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832025-10-28T00:08:17.809Z[ recovery-image] Oct 28 00:08:17.328 INFO O| Oct 28 00:08:17.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
60842025-10-28T00:08:17.809Z[ recovery-image] Oct 28 00:08:17.328 INFO O| Oct 28 00:08:17.328 INFO STEP 411 (remove_files) COMPLETE
60852025-10-28T00:08:17.809Z[ recovery-image] Oct 28 00:08:17.328 INFO O| Oct 28 00:08:17.328 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862025-10-28T00:08:17.821Z[ recovery-image] Oct 28 00:08:17.340 INFO O| Oct 28 00:08:17.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
60872025-10-28T00:08:17.821Z[ recovery-image] Oct 28 00:08:17.341 INFO O| Oct 28 00:08:17.340 INFO STEP 412 (remove_files) COMPLETE
60882025-10-28T00:08:17.825Z[ recovery-image] Oct 28 00:08:17.341 INFO O| Oct 28 00:08:17.341 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892025-10-28T00:08:17.834Z[ recovery-image] Oct 28 00:08:17.353 INFO O| Oct 28 00:08:17.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
60902025-10-28T00:08:17.834Z[ recovery-image] Oct 28 00:08:17.353 INFO O| Oct 28 00:08:17.353 INFO STEP 413 (remove_files) COMPLETE
60912025-10-28T00:08:17.837Z[ recovery-image] Oct 28 00:08:17.353 INFO O| Oct 28 00:08:17.353 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922025-10-28T00:08:17.847Z[ recovery-image] Oct 28 00:08:17.366 INFO O| Oct 28 00:08:17.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
60932025-10-28T00:08:17.847Z[ recovery-image] Oct 28 00:08:17.366 INFO O| Oct 28 00:08:17.366 INFO STEP 414 (remove_files) COMPLETE
60942025-10-28T00:08:17.847Z[ recovery-image] Oct 28 00:08:17.366 INFO O| Oct 28 00:08:17.366 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952025-10-28T00:08:17.861Z[ recovery-image] Oct 28 00:08:17.380 INFO O| Oct 28 00:08:17.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
60962025-10-28T00:08:17.861Z[ recovery-image] Oct 28 00:08:17.380 INFO O| Oct 28 00:08:17.380 INFO STEP 415 (remove_files) COMPLETE
60972025-10-28T00:08:17.864Z[ recovery-image] Oct 28 00:08:17.380 INFO O| Oct 28 00:08:17.380 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982025-10-28T00:08:17.874Z[ recovery-image] Oct 28 00:08:17.393 INFO O| Oct 28 00:08:17.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
60992025-10-28T00:08:17.874Z[ recovery-image] Oct 28 00:08:17.393 INFO O| Oct 28 00:08:17.393 INFO STEP 416 (remove_files) COMPLETE
61002025-10-28T00:08:17.878Z[ recovery-image] Oct 28 00:08:17.394 INFO O| Oct 28 00:08:17.393 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012025-10-28T00:08:17.888Z[ recovery-image] Oct 28 00:08:17.407 INFO O| Oct 28 00:08:17.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
61022025-10-28T00:08:17.888Z[ recovery-image] Oct 28 00:08:17.407 INFO O| Oct 28 00:08:17.407 INFO STEP 417 (remove_files) COMPLETE
61032025-10-28T00:08:17.888Z[ recovery-image] Oct 28 00:08:17.407 INFO O| Oct 28 00:08:17.407 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042025-10-28T00:08:17.901Z[ recovery-image] Oct 28 00:08:17.420 INFO O| Oct 28 00:08:17.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
61052025-10-28T00:08:17.906Z[ recovery-image] Oct 28 00:08:17.420 INFO O| Oct 28 00:08:17.420 INFO STEP 418 (remove_files) COMPLETE
61062025-10-28T00:08:17.906Z[ recovery-image] Oct 28 00:08:17.420 INFO O| Oct 28 00:08:17.420 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072025-10-28T00:08:17.914Z[ recovery-image] Oct 28 00:08:17.433 INFO O| Oct 28 00:08:17.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
61082025-10-28T00:08:17.914Z[ recovery-image] Oct 28 00:08:17.433 INFO O| Oct 28 00:08:17.433 INFO STEP 419 (remove_files) COMPLETE
61092025-10-28T00:08:17.914Z[ recovery-image] Oct 28 00:08:17.433 INFO O| Oct 28 00:08:17.433 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102025-10-28T00:08:17.929Z[ recovery-image] Oct 28 00:08:17.448 INFO O| Oct 28 00:08:17.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
61112025-10-28T00:08:17.929Z[ recovery-image] Oct 28 00:08:17.448 INFO O| Oct 28 00:08:17.448 INFO STEP 420 (remove_files) COMPLETE
61122025-10-28T00:08:17.932Z[ recovery-image] Oct 28 00:08:17.448 INFO O| Oct 28 00:08:17.448 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132025-10-28T00:08:17.942Z[ recovery-image] Oct 28 00:08:17.461 INFO O| Oct 28 00:08:17.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
61142025-10-28T00:08:17.942Z[ recovery-image] Oct 28 00:08:17.461 INFO O| Oct 28 00:08:17.461 INFO STEP 421 (remove_files) COMPLETE
61152025-10-28T00:08:17.942Z[ recovery-image] Oct 28 00:08:17.461 INFO O| Oct 28 00:08:17.461 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162025-10-28T00:08:17.957Z[ recovery-image] Oct 28 00:08:17.476 INFO O| Oct 28 00:08:17.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
61172025-10-28T00:08:17.957Z[ recovery-image] Oct 28 00:08:17.476 INFO O| Oct 28 00:08:17.476 INFO STEP 422 (remove_files) COMPLETE
61182025-10-28T00:08:17.957Z[ recovery-image] Oct 28 00:08:17.476 INFO O| Oct 28 00:08:17.476 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192025-10-28T00:08:17.971Z[ recovery-image] Oct 28 00:08:17.490 INFO O| Oct 28 00:08:17.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
61202025-10-28T00:08:17.971Z[ recovery-image] Oct 28 00:08:17.490 INFO O| Oct 28 00:08:17.490 INFO STEP 423 (remove_files) COMPLETE
61212025-10-28T00:08:17.971Z[ recovery-image] Oct 28 00:08:17.490 INFO O| Oct 28 00:08:17.490 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222025-10-28T00:08:17.985Z[ recovery-image] Oct 28 00:08:17.504 INFO O| Oct 28 00:08:17.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
61232025-10-28T00:08:17.985Z[ recovery-image] Oct 28 00:08:17.504 INFO O| Oct 28 00:08:17.504 INFO STEP 424 (remove_files) COMPLETE
61242025-10-28T00:08:17.992Z[ recovery-image] Oct 28 00:08:17.504 INFO O| Oct 28 00:08:17.504 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252025-10-28T00:08:17.997Z[ recovery-image] Oct 28 00:08:17.516 INFO O| Oct 28 00:08:17.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
61262025-10-28T00:08:17.997Z[ recovery-image] Oct 28 00:08:17.517 INFO O| Oct 28 00:08:17.517 INFO STEP 425 (remove_files) COMPLETE
61272025-10-28T00:08:18.000Z[ recovery-image] Oct 28 00:08:17.517 INFO O| Oct 28 00:08:17.517 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282025-10-28T00:08:18.010Z[ recovery-image] Oct 28 00:08:17.529 INFO O| Oct 28 00:08:17.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
61292025-10-28T00:08:18.010Z[ recovery-image] Oct 28 00:08:17.529 INFO O| Oct 28 00:08:17.529 INFO STEP 426 (remove_files) COMPLETE
61302025-10-28T00:08:18.014Z[ recovery-image] Oct 28 00:08:17.529 INFO O| Oct 28 00:08:17.529 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312025-10-28T00:08:18.022Z[ recovery-image] Oct 28 00:08:17.541 INFO O| Oct 28 00:08:17.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
61322025-10-28T00:08:18.022Z[ recovery-image] Oct 28 00:08:17.541 INFO O| Oct 28 00:08:17.541 INFO STEP 427 (remove_files) COMPLETE
61332025-10-28T00:08:18.026Z[ recovery-image] Oct 28 00:08:17.541 INFO O| Oct 28 00:08:17.541 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342025-10-28T00:08:18.036Z[ recovery-image] Oct 28 00:08:17.554 INFO O| Oct 28 00:08:17.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
61352025-10-28T00:08:18.036Z[ recovery-image] Oct 28 00:08:17.554 INFO O| Oct 28 00:08:17.554 INFO STEP 428 (remove_files) COMPLETE
61362025-10-28T00:08:18.039Z[ recovery-image] Oct 28 00:08:17.554 INFO O| Oct 28 00:08:17.554 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372025-10-28T00:08:18.049Z[ recovery-image] Oct 28 00:08:17.567 INFO O| Oct 28 00:08:17.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
61382025-10-28T00:08:18.049Z[ recovery-image] Oct 28 00:08:17.567 INFO O| Oct 28 00:08:17.567 INFO STEP 429 (remove_files) COMPLETE
61392025-10-28T00:08:18.053Z[ recovery-image] Oct 28 00:08:17.567 INFO O| Oct 28 00:08:17.567 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402025-10-28T00:08:18.061Z[ recovery-image] Oct 28 00:08:17.580 INFO O| Oct 28 00:08:17.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
61412025-10-28T00:08:18.061Z[ recovery-image] Oct 28 00:08:17.580 INFO O| Oct 28 00:08:17.580 INFO STEP 430 (remove_files) COMPLETE
61422025-10-28T00:08:18.065Z[ recovery-image] Oct 28 00:08:17.580 INFO O| Oct 28 00:08:17.580 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432025-10-28T00:08:18.074Z[ recovery-image] Oct 28 00:08:17.593 INFO O| Oct 28 00:08:17.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
61442025-10-28T00:08:18.074Z[ recovery-image] Oct 28 00:08:17.593 INFO O| Oct 28 00:08:17.593 INFO STEP 431 (remove_files) COMPLETE
61452025-10-28T00:08:18.078Z[ recovery-image] Oct 28 00:08:17.593 INFO O| Oct 28 00:08:17.593 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462025-10-28T00:08:18.087Z[ recovery-image] Oct 28 00:08:17.606 INFO O| Oct 28 00:08:17.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
61472025-10-28T00:08:18.087Z[ recovery-image] Oct 28 00:08:17.606 INFO O| Oct 28 00:08:17.606 INFO STEP 432 (remove_files) COMPLETE
61482025-10-28T00:08:18.090Z[ recovery-image] Oct 28 00:08:17.606 INFO O| Oct 28 00:08:17.606 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492025-10-28T00:08:18.100Z[ recovery-image] Oct 28 00:08:17.619 INFO O| Oct 28 00:08:17.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
61502025-10-28T00:08:18.103Z[ recovery-image] Oct 28 00:08:17.619 INFO O| Oct 28 00:08:17.619 INFO STEP 433 (remove_files) COMPLETE
61512025-10-28T00:08:18.103Z[ recovery-image] Oct 28 00:08:17.619 INFO O| Oct 28 00:08:17.619 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522025-10-28T00:08:18.113Z[ recovery-image] Oct 28 00:08:17.632 INFO O| Oct 28 00:08:17.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
61532025-10-28T00:08:18.113Z[ recovery-image] Oct 28 00:08:17.632 INFO O| Oct 28 00:08:17.632 INFO STEP 434 (remove_files) COMPLETE
61542025-10-28T00:08:18.113Z[ recovery-image] Oct 28 00:08:17.632 INFO O| Oct 28 00:08:17.632 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552025-10-28T00:08:18.126Z[ recovery-image] Oct 28 00:08:17.645 INFO O| Oct 28 00:08:17.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
61562025-10-28T00:08:18.130Z[ recovery-image] Oct 28 00:08:17.645 INFO O| Oct 28 00:08:17.645 INFO STEP 435 (remove_files) COMPLETE
61572025-10-28T00:08:18.130Z[ recovery-image] Oct 28 00:08:17.645 INFO O| Oct 28 00:08:17.645 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582025-10-28T00:08:18.139Z[ recovery-image] Oct 28 00:08:17.658 INFO O| Oct 28 00:08:17.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
61592025-10-28T00:08:18.139Z[ recovery-image] Oct 28 00:08:17.658 INFO O| Oct 28 00:08:17.658 INFO STEP 436 (remove_files) COMPLETE
61602025-10-28T00:08:18.139Z[ recovery-image] Oct 28 00:08:17.658 INFO O| Oct 28 00:08:17.658 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612025-10-28T00:08:18.153Z[ recovery-image] Oct 28 00:08:17.672 INFO O| Oct 28 00:08:17.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
61622025-10-28T00:08:18.153Z[ recovery-image] Oct 28 00:08:17.672 INFO O| Oct 28 00:08:17.672 INFO STEP 437 (remove_files) COMPLETE
61632025-10-28T00:08:18.157Z[ recovery-image] Oct 28 00:08:17.672 INFO O| Oct 28 00:08:17.672 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642025-10-28T00:08:18.166Z[ recovery-image] Oct 28 00:08:17.685 INFO O| Oct 28 00:08:17.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
61652025-10-28T00:08:18.166Z[ recovery-image] Oct 28 00:08:17.685 INFO O| Oct 28 00:08:17.685 INFO STEP 438 (remove_files) COMPLETE
61662025-10-28T00:08:18.166Z[ recovery-image] Oct 28 00:08:17.685 INFO O| Oct 28 00:08:17.685 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672025-10-28T00:08:18.179Z[ recovery-image] Oct 28 00:08:17.698 INFO O| Oct 28 00:08:17.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
61682025-10-28T00:08:18.179Z[ recovery-image] Oct 28 00:08:17.699 INFO O| Oct 28 00:08:17.699 INFO STEP 439 (remove_files) COMPLETE
61692025-10-28T00:08:18.183Z[ recovery-image] Oct 28 00:08:17.699 INFO O| Oct 28 00:08:17.699 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702025-10-28T00:08:18.192Z[ recovery-image] Oct 28 00:08:17.712 INFO O| Oct 28 00:08:17.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
61712025-10-28T00:08:18.192Z[ recovery-image] Oct 28 00:08:17.712 INFO O| Oct 28 00:08:17.712 INFO STEP 440 (remove_files) COMPLETE
61722025-10-28T00:08:18.196Z[ recovery-image] Oct 28 00:08:17.712 INFO O| Oct 28 00:08:17.712 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732025-10-28T00:08:18.206Z[ recovery-image] Oct 28 00:08:17.725 INFO O| Oct 28 00:08:17.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
61742025-10-28T00:08:18.206Z[ recovery-image] Oct 28 00:08:17.726 INFO O| Oct 28 00:08:17.726 INFO STEP 441 (remove_files) COMPLETE
61752025-10-28T00:08:18.206Z[ recovery-image] Oct 28 00:08:17.726 INFO O| Oct 28 00:08:17.726 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762025-10-28T00:08:18.220Z[ recovery-image] Oct 28 00:08:17.739 INFO O| Oct 28 00:08:17.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
61772025-10-28T00:08:18.220Z[ recovery-image] Oct 28 00:08:17.739 INFO O| Oct 28 00:08:17.739 INFO STEP 442 (remove_files) COMPLETE
61782025-10-28T00:08:18.220Z[ recovery-image] Oct 28 00:08:17.739 INFO O| Oct 28 00:08:17.739 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792025-10-28T00:08:18.233Z[ recovery-image] Oct 28 00:08:17.751 INFO O| Oct 28 00:08:17.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
61802025-10-28T00:08:18.233Z[ recovery-image] Oct 28 00:08:17.751 INFO O| Oct 28 00:08:17.751 INFO STEP 443 (remove_files) COMPLETE
61812025-10-28T00:08:18.236Z[ recovery-image] Oct 28 00:08:17.751 INFO O| Oct 28 00:08:17.751 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822025-10-28T00:08:18.244Z[ recovery-image] Oct 28 00:08:17.764 INFO O| Oct 28 00:08:17.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
61832025-10-28T00:08:18.244Z[ recovery-image] Oct 28 00:08:17.764 INFO O| Oct 28 00:08:17.764 INFO STEP 444 (remove_files) COMPLETE
61842025-10-28T00:08:18.244Z[ recovery-image] Oct 28 00:08:17.764 INFO O| Oct 28 00:08:17.764 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852025-10-28T00:08:18.257Z[ recovery-image] Oct 28 00:08:17.776 INFO O| Oct 28 00:08:17.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
61862025-10-28T00:08:18.257Z[ recovery-image] Oct 28 00:08:17.776 INFO O| Oct 28 00:08:17.776 INFO STEP 445 (remove_files) COMPLETE
61872025-10-28T00:08:18.261Z[ recovery-image] Oct 28 00:08:17.776 INFO O| Oct 28 00:08:17.776 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882025-10-28T00:08:18.270Z[ recovery-image] Oct 28 00:08:17.789 INFO O| Oct 28 00:08:17.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
61892025-10-28T00:08:18.270Z[ recovery-image] Oct 28 00:08:17.789 INFO O| Oct 28 00:08:17.789 INFO STEP 446 (remove_files) COMPLETE
61902025-10-28T00:08:18.270Z[ recovery-image] Oct 28 00:08:17.790 INFO O| Oct 28 00:08:17.789 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912025-10-28T00:08:18.284Z[ recovery-image] Oct 28 00:08:17.803 INFO O| Oct 28 00:08:17.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
61922025-10-28T00:08:18.284Z[ recovery-image] Oct 28 00:08:17.803 INFO O| Oct 28 00:08:17.803 INFO STEP 447 (remove_files) COMPLETE
61932025-10-28T00:08:18.284Z[ recovery-image] Oct 28 00:08:17.803 INFO O| Oct 28 00:08:17.803 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942025-10-28T00:08:18.296Z[ recovery-image] Oct 28 00:08:17.816 INFO O| Oct 28 00:08:17.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
61952025-10-28T00:08:18.296Z[ recovery-image] Oct 28 00:08:17.816 INFO O| Oct 28 00:08:17.816 INFO STEP 448 (remove_files) COMPLETE
61962025-10-28T00:08:18.296Z[ recovery-image] Oct 28 00:08:17.816 INFO O| Oct 28 00:08:17.816 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972025-10-28T00:08:18.310Z[ recovery-image] Oct 28 00:08:17.829 INFO O| Oct 28 00:08:17.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
61982025-10-28T00:08:18.310Z[ recovery-image] Oct 28 00:08:17.829 INFO O| Oct 28 00:08:17.829 INFO STEP 449 (remove_files) COMPLETE
61992025-10-28T00:08:18.310Z[ recovery-image] Oct 28 00:08:17.829 INFO O| Oct 28 00:08:17.829 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002025-10-28T00:08:18.323Z[ recovery-image] Oct 28 00:08:17.842 INFO O| Oct 28 00:08:17.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
62012025-10-28T00:08:18.323Z[ recovery-image] Oct 28 00:08:17.843 INFO O| Oct 28 00:08:17.843 INFO STEP 450 (remove_files) COMPLETE
62022025-10-28T00:08:18.323Z[ recovery-image] Oct 28 00:08:17.843 INFO O| Oct 28 00:08:17.843 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032025-10-28T00:08:18.336Z[ recovery-image] Oct 28 00:08:17.856 INFO O| Oct 28 00:08:17.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
62042025-10-28T00:08:18.336Z[ recovery-image] Oct 28 00:08:17.856 INFO O| Oct 28 00:08:17.856 INFO STEP 451 (remove_files) COMPLETE
62052025-10-28T00:08:18.337Z[ recovery-image] Oct 28 00:08:17.856 INFO O| Oct 28 00:08:17.856 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062025-10-28T00:08:18.350Z[ recovery-image] Oct 28 00:08:17.869 INFO O| Oct 28 00:08:17.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
62072025-10-28T00:08:18.350Z[ recovery-image] Oct 28 00:08:17.869 INFO O| Oct 28 00:08:17.869 INFO STEP 452 (remove_files) COMPLETE
62082025-10-28T00:08:18.350Z[ recovery-image] Oct 28 00:08:17.869 INFO O| Oct 28 00:08:17.869 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092025-10-28T00:08:18.363Z[ recovery-image] Oct 28 00:08:17.882 INFO O| Oct 28 00:08:17.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
62102025-10-28T00:08:18.363Z[ recovery-image] Oct 28 00:08:17.882 INFO O| Oct 28 00:08:17.882 INFO STEP 453 (remove_files) COMPLETE
62112025-10-28T00:08:18.363Z[ recovery-image] Oct 28 00:08:17.882 INFO O| Oct 28 00:08:17.882 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122025-10-28T00:08:18.376Z[ recovery-image] Oct 28 00:08:17.896 INFO O| Oct 28 00:08:17.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
62132025-10-28T00:08:18.376Z[ recovery-image] Oct 28 00:08:17.896 INFO O| Oct 28 00:08:17.896 INFO STEP 454 (remove_files) COMPLETE
62142025-10-28T00:08:18.376Z[ recovery-image] Oct 28 00:08:17.896 INFO O| Oct 28 00:08:17.896 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152025-10-28T00:08:18.391Z[ recovery-image] Oct 28 00:08:17.909 INFO O| Oct 28 00:08:17.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
62162025-10-28T00:08:18.394Z[ recovery-image] Oct 28 00:08:17.910 INFO O| Oct 28 00:08:17.910 INFO STEP 455 (remove_files) COMPLETE
62172025-10-28T00:08:18.394Z[ recovery-image] Oct 28 00:08:17.910 INFO O| Oct 28 00:08:17.910 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182025-10-28T00:08:18.404Z[ recovery-image] Oct 28 00:08:17.923 INFO O| Oct 28 00:08:17.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
62192025-10-28T00:08:18.407Z[ recovery-image] Oct 28 00:08:17.923 INFO O| Oct 28 00:08:17.923 INFO STEP 456 (remove_files) COMPLETE
62202025-10-28T00:08:18.407Z[ recovery-image] Oct 28 00:08:17.923 INFO O| Oct 28 00:08:17.923 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212025-10-28T00:08:18.417Z[ recovery-image] Oct 28 00:08:17.937 INFO O| Oct 28 00:08:17.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
62222025-10-28T00:08:18.418Z[ recovery-image] Oct 28 00:08:17.937 INFO O| Oct 28 00:08:17.937 INFO STEP 457 (remove_files) COMPLETE
62232025-10-28T00:08:18.421Z[ recovery-image] Oct 28 00:08:17.937 INFO O| Oct 28 00:08:17.937 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242025-10-28T00:08:18.430Z[ recovery-image] Oct 28 00:08:17.949 INFO O| Oct 28 00:08:17.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
62252025-10-28T00:08:18.430Z[ recovery-image] Oct 28 00:08:17.950 INFO O| Oct 28 00:08:17.950 INFO STEP 458 (remove_files) COMPLETE
62262025-10-28T00:08:18.434Z[ recovery-image] Oct 28 00:08:17.950 INFO O| Oct 28 00:08:17.950 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272025-10-28T00:08:18.443Z[ recovery-image] Oct 28 00:08:17.962 INFO O| Oct 28 00:08:17.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
62282025-10-28T00:08:18.447Z[ recovery-image] Oct 28 00:08:17.962 INFO O| Oct 28 00:08:17.962 INFO STEP 459 (remove_files) COMPLETE
62292025-10-28T00:08:18.447Z[ recovery-image] Oct 28 00:08:17.962 INFO O| Oct 28 00:08:17.962 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302025-10-28T00:08:18.456Z[ recovery-image] Oct 28 00:08:17.975 INFO O| Oct 28 00:08:17.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
62312025-10-28T00:08:18.456Z[ recovery-image] Oct 28 00:08:17.975 INFO O| Oct 28 00:08:17.975 INFO STEP 460 (remove_files) COMPLETE
62322025-10-28T00:08:18.460Z[ recovery-image] Oct 28 00:08:17.975 INFO O| Oct 28 00:08:17.975 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332025-10-28T00:08:18.468Z[ recovery-image] Oct 28 00:08:17.988 INFO O| Oct 28 00:08:17.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
62342025-10-28T00:08:18.468Z[ recovery-image] Oct 28 00:08:17.988 INFO O| Oct 28 00:08:17.988 INFO STEP 461 (remove_files) COMPLETE
62352025-10-28T00:08:18.469Z[ recovery-image] Oct 28 00:08:17.988 INFO O| Oct 28 00:08:17.988 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362025-10-28T00:08:18.483Z[ recovery-image] Oct 28 00:08:18.002 INFO O| Oct 28 00:08:18.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
62372025-10-28T00:08:18.483Z[ recovery-image] Oct 28 00:08:18.002 INFO O| Oct 28 00:08:18.002 INFO STEP 462 (remove_files) COMPLETE
62382025-10-28T00:08:18.483Z[ recovery-image] Oct 28 00:08:18.002 INFO O| Oct 28 00:08:18.002 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392025-10-28T00:08:18.497Z[ recovery-image] Oct 28 00:08:18.016 INFO O| Oct 28 00:08:18.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
62402025-10-28T00:08:18.497Z[ recovery-image] Oct 28 00:08:18.017 INFO O| Oct 28 00:08:18.016 INFO STEP 463 (remove_files) COMPLETE
62412025-10-28T00:08:18.501Z[ recovery-image] Oct 28 00:08:18.017 INFO O| Oct 28 00:08:18.017 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422025-10-28T00:08:18.511Z[ recovery-image] Oct 28 00:08:18.030 INFO O| Oct 28 00:08:18.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
62432025-10-28T00:08:18.514Z[ recovery-image] Oct 28 00:08:18.030 INFO O| Oct 28 00:08:18.030 INFO STEP 464 (remove_files) COMPLETE
62442025-10-28T00:08:18.514Z[ recovery-image] Oct 28 00:08:18.030 INFO O| Oct 28 00:08:18.030 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452025-10-28T00:08:18.525Z[ recovery-image] Oct 28 00:08:18.044 INFO O| Oct 28 00:08:18.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
62462025-10-28T00:08:18.525Z[ recovery-image] Oct 28 00:08:18.044 INFO O| Oct 28 00:08:18.044 INFO STEP 465 (remove_files) COMPLETE
62472025-10-28T00:08:18.528Z[ recovery-image] Oct 28 00:08:18.044 INFO O| Oct 28 00:08:18.044 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482025-10-28T00:08:18.539Z[ recovery-image] Oct 28 00:08:18.058 INFO O| Oct 28 00:08:18.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
62492025-10-28T00:08:18.539Z[ recovery-image] Oct 28 00:08:18.058 INFO O| Oct 28 00:08:18.058 INFO STEP 466 (remove_files) COMPLETE
62502025-10-28T00:08:18.539Z[ recovery-image] Oct 28 00:08:18.058 INFO O| Oct 28 00:08:18.058 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512025-10-28T00:08:18.553Z[ recovery-image] Oct 28 00:08:18.072 INFO O| Oct 28 00:08:18.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
62522025-10-28T00:08:18.553Z[ recovery-image] Oct 28 00:08:18.072 INFO O| Oct 28 00:08:18.072 INFO STEP 467 (remove_files) COMPLETE
62532025-10-28T00:08:18.553Z[ recovery-image] Oct 28 00:08:18.072 INFO O| Oct 28 00:08:18.072 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542025-10-28T00:08:18.566Z[ recovery-image] Oct 28 00:08:18.085 INFO O| Oct 28 00:08:18.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
62552025-10-28T00:08:18.566Z[ recovery-image] Oct 28 00:08:18.085 INFO O| Oct 28 00:08:18.085 INFO STEP 468 (remove_files) COMPLETE
62562025-10-28T00:08:18.569Z[ recovery-image] Oct 28 00:08:18.085 INFO O| Oct 28 00:08:18.085 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572025-10-28T00:08:18.579Z[ recovery-image] Oct 28 00:08:18.098 INFO O| Oct 28 00:08:18.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
62582025-10-28T00:08:18.579Z[ recovery-image] Oct 28 00:08:18.098 INFO O| Oct 28 00:08:18.098 INFO STEP 469 (remove_files) COMPLETE
62592025-10-28T00:08:18.579Z[ recovery-image] Oct 28 00:08:18.098 INFO O| Oct 28 00:08:18.098 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602025-10-28T00:08:18.593Z[ recovery-image] Oct 28 00:08:18.113 INFO O| Oct 28 00:08:18.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
62612025-10-28T00:08:18.593Z[ recovery-image] Oct 28 00:08:18.113 INFO O| Oct 28 00:08:18.113 INFO STEP 470 (remove_files) COMPLETE
62622025-10-28T00:08:18.597Z[ recovery-image] Oct 28 00:08:18.113 INFO O| Oct 28 00:08:18.113 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632025-10-28T00:08:18.608Z[ recovery-image] Oct 28 00:08:18.127 INFO O| Oct 28 00:08:18.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
62642025-10-28T00:08:18.611Z[ recovery-image] Oct 28 00:08:18.127 INFO O| Oct 28 00:08:18.127 INFO STEP 471 (remove_files) COMPLETE
62652025-10-28T00:08:18.611Z[ recovery-image] Oct 28 00:08:18.127 INFO O| Oct 28 00:08:18.127 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662025-10-28T00:08:18.622Z[ recovery-image] Oct 28 00:08:18.141 INFO O| Oct 28 00:08:18.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
62672025-10-28T00:08:18.622Z[ recovery-image] Oct 28 00:08:18.141 INFO O| Oct 28 00:08:18.141 INFO STEP 472 (remove_files) COMPLETE
62682025-10-28T00:08:18.622Z[ recovery-image] Oct 28 00:08:18.141 INFO O| Oct 28 00:08:18.141 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692025-10-28T00:08:18.636Z[ recovery-image] Oct 28 00:08:18.155 INFO O| Oct 28 00:08:18.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
62702025-10-28T00:08:18.636Z[ recovery-image] Oct 28 00:08:18.156 INFO O| Oct 28 00:08:18.156 INFO STEP 473 (remove_files) COMPLETE
62712025-10-28T00:08:18.636Z[ recovery-image] Oct 28 00:08:18.156 INFO O| Oct 28 00:08:18.156 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722025-10-28T00:08:18.651Z[ recovery-image] Oct 28 00:08:18.170 INFO O| Oct 28 00:08:18.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
62732025-10-28T00:08:18.651Z[ recovery-image] Oct 28 00:08:18.170 INFO O| Oct 28 00:08:18.170 INFO STEP 474 (remove_files) COMPLETE
62742025-10-28T00:08:18.651Z[ recovery-image] Oct 28 00:08:18.170 INFO O| Oct 28 00:08:18.170 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752025-10-28T00:08:18.664Z[ recovery-image] Oct 28 00:08:18.183 INFO O| Oct 28 00:08:18.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
62762025-10-28T00:08:18.664Z[ recovery-image] Oct 28 00:08:18.183 INFO O| Oct 28 00:08:18.183 INFO STEP 475 (remove_files) COMPLETE
62772025-10-28T00:08:18.667Z[ recovery-image] Oct 28 00:08:18.183 INFO O| Oct 28 00:08:18.183 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782025-10-28T00:08:18.679Z[ recovery-image] Oct 28 00:08:18.197 INFO O| Oct 28 00:08:18.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
62792025-10-28T00:08:18.679Z[ recovery-image] Oct 28 00:08:18.197 INFO O| Oct 28 00:08:18.197 INFO STEP 476 (remove_files) COMPLETE
62802025-10-28T00:08:18.682Z[ recovery-image] Oct 28 00:08:18.197 INFO O| Oct 28 00:08:18.197 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812025-10-28T00:08:18.692Z[ recovery-image] Oct 28 00:08:18.211 INFO O| Oct 28 00:08:18.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
62822025-10-28T00:08:18.692Z[ recovery-image] Oct 28 00:08:18.211 INFO O| Oct 28 00:08:18.211 INFO STEP 477 (remove_files) COMPLETE
62832025-10-28T00:08:18.695Z[ recovery-image] Oct 28 00:08:18.211 INFO O| Oct 28 00:08:18.211 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842025-10-28T00:08:18.705Z[ recovery-image] Oct 28 00:08:18.225 INFO O| Oct 28 00:08:18.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
62852025-10-28T00:08:18.705Z[ recovery-image] Oct 28 00:08:18.225 INFO O| Oct 28 00:08:18.225 INFO STEP 478 (remove_files) COMPLETE
62862025-10-28T00:08:18.705Z[ recovery-image] Oct 28 00:08:18.225 INFO O| Oct 28 00:08:18.225 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872025-10-28T00:08:18.720Z[ recovery-image] Oct 28 00:08:18.240 INFO O| Oct 28 00:08:18.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
62882025-10-28T00:08:18.720Z[ recovery-image] Oct 28 00:08:18.240 INFO O| Oct 28 00:08:18.240 INFO STEP 479 (remove_files) COMPLETE
62892025-10-28T00:08:18.721Z[ recovery-image] Oct 28 00:08:18.240 INFO O| Oct 28 00:08:18.240 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902025-10-28T00:08:18.735Z[ recovery-image] Oct 28 00:08:18.254 INFO O| Oct 28 00:08:18.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
62912025-10-28T00:08:18.735Z[ recovery-image] Oct 28 00:08:18.254 INFO O| Oct 28 00:08:18.254 INFO STEP 480 (remove_files) COMPLETE
62922025-10-28T00:08:18.735Z[ recovery-image] Oct 28 00:08:18.254 INFO O| Oct 28 00:08:18.254 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932025-10-28T00:08:18.751Z[ recovery-image] Oct 28 00:08:18.269 INFO O| Oct 28 00:08:18.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
62942025-10-28T00:08:18.755Z[ recovery-image] Oct 28 00:08:18.269 INFO O| Oct 28 00:08:18.269 INFO STEP 481 (remove_files) COMPLETE
62952025-10-28T00:08:18.755Z[ recovery-image] Oct 28 00:08:18.269 INFO O| Oct 28 00:08:18.269 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962025-10-28T00:08:18.765Z[ recovery-image] Oct 28 00:08:18.284 INFO O| Oct 28 00:08:18.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
62972025-10-28T00:08:18.765Z[ recovery-image] Oct 28 00:08:18.284 INFO O| Oct 28 00:08:18.284 INFO STEP 482 (remove_files) COMPLETE
62982025-10-28T00:08:18.765Z[ recovery-image] Oct 28 00:08:18.284 INFO O| Oct 28 00:08:18.284 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992025-10-28T00:08:18.780Z[ recovery-image] Oct 28 00:08:18.299 INFO O| Oct 28 00:08:18.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
63002025-10-28T00:08:18.780Z[ recovery-image] Oct 28 00:08:18.299 INFO O| Oct 28 00:08:18.299 INFO STEP 483 (remove_files) COMPLETE
63012025-10-28T00:08:18.784Z[ recovery-image] Oct 28 00:08:18.299 INFO O| Oct 28 00:08:18.299 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022025-10-28T00:08:18.796Z[ recovery-image] Oct 28 00:08:18.315 INFO O| Oct 28 00:08:18.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
63032025-10-28T00:08:18.796Z[ recovery-image] Oct 28 00:08:18.315 INFO O| Oct 28 00:08:18.315 INFO STEP 484 (remove_files) COMPLETE
63042025-10-28T00:08:18.800Z[ recovery-image] Oct 28 00:08:18.315 INFO O| Oct 28 00:08:18.315 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052025-10-28T00:08:18.817Z[ recovery-image] Oct 28 00:08:18.330 INFO O| Oct 28 00:08:18.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
63062025-10-28T00:08:18.817Z[ recovery-image] Oct 28 00:08:18.330 INFO O| Oct 28 00:08:18.330 INFO STEP 485 (remove_files) COMPLETE
63072025-10-28T00:08:18.821Z[ recovery-image] Oct 28 00:08:18.330 INFO O| Oct 28 00:08:18.330 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082025-10-28T00:08:18.827Z[ recovery-image] Oct 28 00:08:18.346 INFO O| Oct 28 00:08:18.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
63092025-10-28T00:08:18.827Z[ recovery-image] Oct 28 00:08:18.346 INFO O| Oct 28 00:08:18.346 INFO STEP 486 (remove_files) COMPLETE
63102025-10-28T00:08:18.827Z[ recovery-image] Oct 28 00:08:18.346 INFO O| Oct 28 00:08:18.346 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112025-10-28T00:08:18.842Z[ recovery-image] Oct 28 00:08:18.361 INFO O| Oct 28 00:08:18.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
63122025-10-28T00:08:18.842Z[ recovery-image] Oct 28 00:08:18.361 INFO O| Oct 28 00:08:18.361 INFO STEP 487 (remove_files) COMPLETE
63132025-10-28T00:08:18.842Z[ recovery-image] Oct 28 00:08:18.361 INFO O| Oct 28 00:08:18.361 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142025-10-28T00:08:18.858Z[ recovery-image] Oct 28 00:08:18.377 INFO O| Oct 28 00:08:18.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
63152025-10-28T00:08:18.858Z[ recovery-image] Oct 28 00:08:18.377 INFO O| Oct 28 00:08:18.377 INFO STEP 488 (remove_files) COMPLETE
63162025-10-28T00:08:18.858Z[ recovery-image] Oct 28 00:08:18.377 INFO O| Oct 28 00:08:18.377 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172025-10-28T00:08:18.872Z[ recovery-image] Oct 28 00:08:18.391 INFO O| Oct 28 00:08:18.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
63182025-10-28T00:08:18.872Z[ recovery-image] Oct 28 00:08:18.392 INFO O| Oct 28 00:08:18.392 INFO STEP 489 (remove_files) COMPLETE
63192025-10-28T00:08:18.872Z[ recovery-image] Oct 28 00:08:18.392 INFO O| Oct 28 00:08:18.392 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202025-10-28T00:08:18.889Z[ recovery-image] Oct 28 00:08:18.407 INFO O| Oct 28 00:08:18.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
63212025-10-28T00:08:18.889Z[ recovery-image] Oct 28 00:08:18.407 INFO O| Oct 28 00:08:18.407 INFO STEP 490 (remove_files) COMPLETE
63222025-10-28T00:08:18.892Z[ recovery-image] Oct 28 00:08:18.407 INFO O| Oct 28 00:08:18.407 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232025-10-28T00:08:18.904Z[ recovery-image] Oct 28 00:08:18.423 INFO O| Oct 28 00:08:18.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
63242025-10-28T00:08:18.904Z[ recovery-image] Oct 28 00:08:18.423 INFO O| Oct 28 00:08:18.423 INFO STEP 491 (remove_files) COMPLETE
63252025-10-28T00:08:18.908Z[ recovery-image] Oct 28 00:08:18.423 INFO O| Oct 28 00:08:18.423 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262025-10-28T00:08:18.920Z[ recovery-image] Oct 28 00:08:18.439 INFO O| Oct 28 00:08:18.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
63272025-10-28T00:08:18.920Z[ recovery-image] Oct 28 00:08:18.439 INFO O| Oct 28 00:08:18.439 INFO STEP 492 (remove_files) COMPLETE
63282025-10-28T00:08:18.920Z[ recovery-image] Oct 28 00:08:18.439 INFO O| Oct 28 00:08:18.439 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292025-10-28T00:08:18.935Z[ recovery-image] Oct 28 00:08:18.454 INFO O| Oct 28 00:08:18.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
63302025-10-28T00:08:18.935Z[ recovery-image] Oct 28 00:08:18.454 INFO O| Oct 28 00:08:18.454 INFO STEP 493 (remove_files) COMPLETE
63312025-10-28T00:08:18.935Z[ recovery-image] Oct 28 00:08:18.454 INFO O| Oct 28 00:08:18.454 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322025-10-28T00:08:18.951Z[ recovery-image] Oct 28 00:08:18.470 INFO O| Oct 28 00:08:18.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
63332025-10-28T00:08:18.951Z[ recovery-image] Oct 28 00:08:18.471 INFO O| Oct 28 00:08:18.471 INFO STEP 494 (remove_files) COMPLETE
63342025-10-28T00:08:18.951Z[ recovery-image] Oct 28 00:08:18.471 INFO O| Oct 28 00:08:18.471 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352025-10-28T00:08:18.967Z[ recovery-image] Oct 28 00:08:18.486 INFO O| Oct 28 00:08:18.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
63362025-10-28T00:08:18.971Z[ recovery-image] Oct 28 00:08:18.486 INFO O| Oct 28 00:08:18.486 INFO STEP 495 (remove_files) COMPLETE
63372025-10-28T00:08:18.971Z[ recovery-image] Oct 28 00:08:18.486 INFO O| Oct 28 00:08:18.486 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382025-10-28T00:08:18.981Z[ recovery-image] Oct 28 00:08:18.501 INFO O| Oct 28 00:08:18.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
63392025-10-28T00:08:18.981Z[ recovery-image] Oct 28 00:08:18.501 INFO O| Oct 28 00:08:18.501 INFO STEP 496 (remove_files) COMPLETE
63402025-10-28T00:08:18.982Z[ recovery-image] Oct 28 00:08:18.501 INFO O| Oct 28 00:08:18.501 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412025-10-28T00:08:18.996Z[ recovery-image] Oct 28 00:08:18.515 INFO O| Oct 28 00:08:18.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
63422025-10-28T00:08:18.996Z[ recovery-image] Oct 28 00:08:18.515 INFO O| Oct 28 00:08:18.515 INFO STEP 497 (remove_files) COMPLETE
63432025-10-28T00:08:18.996Z[ recovery-image] Oct 28 00:08:18.515 INFO O| Oct 28 00:08:18.515 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442025-10-28T00:08:19.010Z[ recovery-image] Oct 28 00:08:18.530 INFO O| Oct 28 00:08:18.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
63452025-10-28T00:08:19.010Z[ recovery-image] Oct 28 00:08:18.530 INFO O| Oct 28 00:08:18.530 INFO STEP 498 (remove_files) COMPLETE
63462025-10-28T00:08:19.010Z[ recovery-image] Oct 28 00:08:18.530 INFO O| Oct 28 00:08:18.530 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472025-10-28T00:08:19.024Z[ recovery-image] Oct 28 00:08:18.543 INFO O| Oct 28 00:08:18.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
63482025-10-28T00:08:19.024Z[ recovery-image] Oct 28 00:08:18.543 INFO O| Oct 28 00:08:18.543 INFO STEP 499 (remove_files) COMPLETE
63492025-10-28T00:08:19.028Z[ recovery-image] Oct 28 00:08:18.543 INFO O| Oct 28 00:08:18.543 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502025-10-28T00:08:19.039Z[ recovery-image] Oct 28 00:08:18.558 INFO O| Oct 28 00:08:18.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
63512025-10-28T00:08:19.039Z[ recovery-image] Oct 28 00:08:18.558 INFO O| Oct 28 00:08:18.558 INFO STEP 500 (remove_files) COMPLETE
63522025-10-28T00:08:19.039Z[ recovery-image] Oct 28 00:08:18.558 INFO O| Oct 28 00:08:18.558 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532025-10-28T00:08:19.055Z[ recovery-image] Oct 28 00:08:18.574 INFO O| Oct 28 00:08:18.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
63542025-10-28T00:08:19.058Z[ recovery-image] Oct 28 00:08:18.574 INFO O| Oct 28 00:08:18.574 INFO STEP 501 (remove_files) COMPLETE
63552025-10-28T00:08:19.058Z[ recovery-image] Oct 28 00:08:18.574 INFO O| Oct 28 00:08:18.574 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562025-10-28T00:08:19.070Z[ recovery-image] Oct 28 00:08:18.589 INFO O| Oct 28 00:08:18.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
63572025-10-28T00:08:19.070Z[ recovery-image] Oct 28 00:08:18.590 INFO O| Oct 28 00:08:18.590 INFO STEP 502 (remove_files) COMPLETE
63582025-10-28T00:08:19.070Z[ recovery-image] Oct 28 00:08:18.590 INFO O| Oct 28 00:08:18.590 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592025-10-28T00:08:19.085Z[ recovery-image] Oct 28 00:08:18.604 INFO O| Oct 28 00:08:18.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
63602025-10-28T00:08:19.085Z[ recovery-image] Oct 28 00:08:18.604 INFO O| Oct 28 00:08:18.604 INFO STEP 503 (remove_files) COMPLETE
63612025-10-28T00:08:19.085Z[ recovery-image] Oct 28 00:08:18.604 INFO O| Oct 28 00:08:18.604 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622025-10-28T00:08:19.099Z[ recovery-image] Oct 28 00:08:18.618 INFO O| Oct 28 00:08:18.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
63632025-10-28T00:08:19.099Z[ recovery-image] Oct 28 00:08:18.618 INFO O| Oct 28 00:08:18.618 INFO STEP 504 (remove_files) COMPLETE
63642025-10-28T00:08:19.099Z[ recovery-image] Oct 28 00:08:18.618 INFO O| Oct 28 00:08:18.618 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652025-10-28T00:08:19.114Z[ recovery-image] Oct 28 00:08:18.633 INFO O| Oct 28 00:08:18.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
63662025-10-28T00:08:19.114Z[ recovery-image] Oct 28 00:08:18.633 INFO O| Oct 28 00:08:18.633 INFO STEP 505 (remove_files) COMPLETE
63672025-10-28T00:08:19.114Z[ recovery-image] Oct 28 00:08:18.633 INFO O| Oct 28 00:08:18.633 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682025-10-28T00:08:19.127Z[ recovery-image] Oct 28 00:08:18.646 INFO O| Oct 28 00:08:18.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
63692025-10-28T00:08:19.127Z[ recovery-image] Oct 28 00:08:18.646 INFO O| Oct 28 00:08:18.646 INFO STEP 506 (remove_files) COMPLETE
63702025-10-28T00:08:19.130Z[ recovery-image] Oct 28 00:08:18.646 INFO O| Oct 28 00:08:18.646 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712025-10-28T00:08:19.141Z[ recovery-image] Oct 28 00:08:18.661 INFO O| Oct 28 00:08:18.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
63722025-10-28T00:08:19.141Z[ recovery-image] Oct 28 00:08:18.661 INFO O| Oct 28 00:08:18.661 INFO STEP 507 (remove_files) COMPLETE
63732025-10-28T00:08:19.141Z[ recovery-image] Oct 28 00:08:18.661 INFO O| Oct 28 00:08:18.661 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742025-10-28T00:08:19.155Z[ recovery-image] Oct 28 00:08:18.674 INFO O| Oct 28 00:08:18.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
63752025-10-28T00:08:19.155Z[ recovery-image] Oct 28 00:08:18.674 INFO O| Oct 28 00:08:18.674 INFO STEP 508 (remove_files) COMPLETE
63762025-10-28T00:08:19.155Z[ recovery-image] Oct 28 00:08:18.674 INFO O| Oct 28 00:08:18.674 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772025-10-28T00:08:19.168Z[ recovery-image] Oct 28 00:08:18.687 INFO O| Oct 28 00:08:18.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
63782025-10-28T00:08:19.173Z[ recovery-image] Oct 28 00:08:18.688 INFO O| Oct 28 00:08:18.688 INFO STEP 509 (remove_files) COMPLETE
63792025-10-28T00:08:19.173Z[ recovery-image] Oct 28 00:08:18.688 INFO O| Oct 28 00:08:18.688 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802025-10-28T00:08:19.181Z[ recovery-image] Oct 28 00:08:18.701 INFO O| Oct 28 00:08:18.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
63812025-10-28T00:08:19.181Z[ recovery-image] Oct 28 00:08:18.701 INFO O| Oct 28 00:08:18.701 INFO STEP 510 (remove_files) COMPLETE
63822025-10-28T00:08:19.185Z[ recovery-image] Oct 28 00:08:18.701 INFO O| Oct 28 00:08:18.701 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832025-10-28T00:08:19.195Z[ recovery-image] Oct 28 00:08:18.714 INFO O| Oct 28 00:08:18.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
63842025-10-28T00:08:19.195Z[ recovery-image] Oct 28 00:08:18.714 INFO O| Oct 28 00:08:18.714 INFO STEP 511 (remove_files) COMPLETE
63852025-10-28T00:08:19.198Z[ recovery-image] Oct 28 00:08:18.714 INFO O| Oct 28 00:08:18.714 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862025-10-28T00:08:19.207Z[ recovery-image] Oct 28 00:08:18.726 INFO O| Oct 28 00:08:18.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
63872025-10-28T00:08:19.207Z[ recovery-image] Oct 28 00:08:18.727 INFO O| Oct 28 00:08:18.726 INFO STEP 512 (remove_files) COMPLETE
63882025-10-28T00:08:19.207Z[ recovery-image] Oct 28 00:08:18.727 INFO O| Oct 28 00:08:18.726 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892025-10-28T00:08:19.219Z[ recovery-image] Oct 28 00:08:18.738 INFO O| Oct 28 00:08:18.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
63902025-10-28T00:08:19.222Z[ recovery-image] Oct 28 00:08:18.739 INFO O| Oct 28 00:08:18.739 INFO STEP 513 (remove_files) COMPLETE
63912025-10-28T00:08:19.222Z[ recovery-image] Oct 28 00:08:18.739 INFO O| Oct 28 00:08:18.739 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922025-10-28T00:08:19.233Z[ recovery-image] Oct 28 00:08:18.752 INFO O| Oct 28 00:08:18.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
63932025-10-28T00:08:19.233Z[ recovery-image] Oct 28 00:08:18.752 INFO O| Oct 28 00:08:18.752 INFO STEP 514 (remove_files) COMPLETE
63942025-10-28T00:08:19.233Z[ recovery-image] Oct 28 00:08:18.752 INFO O| Oct 28 00:08:18.752 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952025-10-28T00:08:19.247Z[ recovery-image] Oct 28 00:08:18.766 INFO O| Oct 28 00:08:18.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
63962025-10-28T00:08:19.247Z[ recovery-image] Oct 28 00:08:18.766 INFO O| Oct 28 00:08:18.766 INFO STEP 515 (remove_files) COMPLETE
63972025-10-28T00:08:19.247Z[ recovery-image] Oct 28 00:08:18.766 INFO O| Oct 28 00:08:18.766 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982025-10-28T00:08:19.260Z[ recovery-image] Oct 28 00:08:18.779 INFO O| Oct 28 00:08:18.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
63992025-10-28T00:08:19.260Z[ recovery-image] Oct 28 00:08:18.779 INFO O| Oct 28 00:08:18.779 INFO STEP 516 (remove_files) COMPLETE
64002025-10-28T00:08:19.260Z[ recovery-image] Oct 28 00:08:18.779 INFO O| Oct 28 00:08:18.779 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012025-10-28T00:08:19.273Z[ recovery-image] Oct 28 00:08:18.793 INFO O| Oct 28 00:08:18.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
64022025-10-28T00:08:19.273Z[ recovery-image] Oct 28 00:08:18.793 INFO O| Oct 28 00:08:18.793 INFO STEP 517 (remove_files) COMPLETE
64032025-10-28T00:08:19.274Z[ recovery-image] Oct 28 00:08:18.793 INFO O| Oct 28 00:08:18.793 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042025-10-28T00:08:19.287Z[ recovery-image] Oct 28 00:08:18.807 INFO O| Oct 28 00:08:18.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
64052025-10-28T00:08:19.287Z[ recovery-image] Oct 28 00:08:18.807 INFO O| Oct 28 00:08:18.807 INFO STEP 518 (remove_files) COMPLETE
64062025-10-28T00:08:19.287Z[ recovery-image] Oct 28 00:08:18.807 INFO O| Oct 28 00:08:18.807 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072025-10-28T00:08:19.300Z[ recovery-image] Oct 28 00:08:18.820 INFO O| Oct 28 00:08:18.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
64082025-10-28T00:08:19.300Z[ recovery-image] Oct 28 00:08:18.820 INFO O| Oct 28 00:08:18.820 INFO STEP 519 (remove_files) COMPLETE
64092025-10-28T00:08:19.300Z[ recovery-image] Oct 28 00:08:18.820 INFO O| Oct 28 00:08:18.820 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102025-10-28T00:08:19.315Z[ recovery-image] Oct 28 00:08:18.834 INFO O| Oct 28 00:08:18.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
64112025-10-28T00:08:19.315Z[ recovery-image] Oct 28 00:08:18.835 INFO O| Oct 28 00:08:18.834 INFO STEP 520 (remove_files) COMPLETE
64122025-10-28T00:08:19.315Z[ recovery-image] Oct 28 00:08:18.835 INFO O| Oct 28 00:08:18.835 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132025-10-28T00:08:19.329Z[ recovery-image] Oct 28 00:08:18.848 INFO O| Oct 28 00:08:18.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
64142025-10-28T00:08:19.332Z[ recovery-image] Oct 28 00:08:18.848 INFO O| Oct 28 00:08:18.848 INFO STEP 521 (remove_files) COMPLETE
64152025-10-28T00:08:19.332Z[ recovery-image] Oct 28 00:08:18.848 INFO O| Oct 28 00:08:18.848 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162025-10-28T00:08:19.342Z[ recovery-image] Oct 28 00:08:18.861 INFO O| Oct 28 00:08:18.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc"
64172025-10-28T00:08:19.342Z[ recovery-image] Oct 28 00:08:18.862 INFO O| Oct 28 00:08:18.862 INFO STEP 522 (remove_files) COMPLETE
64182025-10-28T00:08:19.346Z[ recovery-image] Oct 28 00:08:18.862 INFO O| Oct 28 00:08:18.862 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192025-10-28T00:08:19.355Z[ recovery-image] Oct 28 00:08:18.874 INFO O| Oct 28 00:08:18.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept"
64202025-10-28T00:08:19.358Z[ recovery-image] Oct 28 00:08:18.875 INFO O| Oct 28 00:08:18.875 INFO STEP 523 (remove_files) COMPLETE
64212025-10-28T00:08:19.358Z[ recovery-image] Oct 28 00:08:18.875 INFO O| Oct 28 00:08:18.875 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222025-10-28T00:08:19.369Z[ recovery-image] Oct 28 00:08:18.889 INFO O| Oct 28 00:08:18.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename"
64232025-10-28T00:08:19.370Z[ recovery-image] Oct 28 00:08:18.889 INFO O| Oct 28 00:08:18.889 INFO STEP 524 (remove_files) COMPLETE
64242025-10-28T00:08:19.370Z[ recovery-image] Oct 28 00:08:18.889 INFO O| Oct 28 00:08:18.889 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252025-10-28T00:08:19.382Z[ recovery-image] Oct 28 00:08:18.902 INFO O| Oct 28 00:08:18.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv"
64262025-10-28T00:08:19.382Z[ recovery-image] Oct 28 00:08:18.902 INFO O| Oct 28 00:08:18.902 INFO STEP 525 (remove_files) COMPLETE
64272025-10-28T00:08:19.382Z[ recovery-image] Oct 28 00:08:18.902 INFO O| Oct 28 00:08:18.902 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282025-10-28T00:08:19.396Z[ recovery-image] Oct 28 00:08:18.915 INFO O| Oct 28 00:08:18.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut"
64292025-10-28T00:08:19.396Z[ recovery-image] Oct 28 00:08:18.915 INFO O| Oct 28 00:08:18.915 INFO STEP 526 (remove_files) COMPLETE
64302025-10-28T00:08:19.400Z[ recovery-image] Oct 28 00:08:18.915 INFO O| Oct 28 00:08:18.915 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312025-10-28T00:08:19.410Z[ recovery-image] Oct 28 00:08:18.929 INFO O| Oct 28 00:08:18.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname"
64322025-10-28T00:08:19.410Z[ recovery-image] Oct 28 00:08:18.929 INFO O| Oct 28 00:08:18.929 INFO STEP 527 (remove_files) COMPLETE
64332025-10-28T00:08:19.413Z[ recovery-image] Oct 28 00:08:18.929 INFO O| Oct 28 00:08:18.929 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342025-10-28T00:08:19.423Z[ recovery-image] Oct 28 00:08:18.943 INFO O| Oct 28 00:08:18.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags"
64352025-10-28T00:08:19.423Z[ recovery-image] Oct 28 00:08:18.943 INFO O| Oct 28 00:08:18.943 INFO STEP 528 (remove_files) COMPLETE
64362025-10-28T00:08:19.423Z[ recovery-image] Oct 28 00:08:18.943 INFO O| Oct 28 00:08:18.943 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372025-10-28T00:08:19.436Z[ recovery-image] Oct 28 00:08:18.956 INFO O| Oct 28 00:08:18.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo"
64382025-10-28T00:08:19.437Z[ recovery-image] Oct 28 00:08:18.956 INFO O| Oct 28 00:08:18.956 INFO STEP 529 (remove_files) COMPLETE
64392025-10-28T00:08:19.437Z[ recovery-image] Oct 28 00:08:18.956 INFO O| Oct 28 00:08:18.956 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402025-10-28T00:08:19.450Z[ recovery-image] Oct 28 00:08:18.969 INFO O| Oct 28 00:08:18.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head"
64412025-10-28T00:08:19.450Z[ recovery-image] Oct 28 00:08:18.970 INFO O| Oct 28 00:08:18.970 INFO STEP 530 (remove_files) COMPLETE
64422025-10-28T00:08:19.450Z[ recovery-image] Oct 28 00:08:18.970 INFO O| Oct 28 00:08:18.970 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432025-10-28T00:08:19.464Z[ recovery-image] Oct 28 00:08:18.983 INFO O| Oct 28 00:08:18.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id"
64442025-10-28T00:08:19.464Z[ recovery-image] Oct 28 00:08:18.983 INFO O| Oct 28 00:08:18.983 INFO STEP 531 (remove_files) COMPLETE
64452025-10-28T00:08:19.467Z[ recovery-image] Oct 28 00:08:18.983 INFO O| Oct 28 00:08:18.983 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462025-10-28T00:08:19.475Z[ recovery-image] Oct 28 00:08:18.995 INFO O| Oct 28 00:08:18.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln"
64472025-10-28T00:08:19.475Z[ recovery-image] Oct 28 00:08:18.995 INFO O| Oct 28 00:08:18.995 INFO STEP 532 (remove_files) COMPLETE
64482025-10-28T00:08:19.475Z[ recovery-image] Oct 28 00:08:18.995 INFO O| Oct 28 00:08:18.995 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492025-10-28T00:08:19.487Z[ recovery-image] Oct 28 00:08:19.006 INFO O| Oct 28 00:08:19.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h"
64502025-10-28T00:08:19.487Z[ recovery-image] Oct 28 00:08:19.006 INFO O| Oct 28 00:08:19.006 INFO STEP 533 (remove_files) COMPLETE
64512025-10-28T00:08:19.491Z[ recovery-image] Oct 28 00:08:19.007 INFO O| Oct 28 00:08:19.006 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522025-10-28T00:08:19.500Z[ recovery-image] Oct 28 00:08:19.019 INFO O| Oct 28 00:08:19.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname"
64532025-10-28T00:08:19.500Z[ recovery-image] Oct 28 00:08:19.019 INFO O| Oct 28 00:08:19.019 INFO STEP 534 (remove_files) COMPLETE
64542025-10-28T00:08:19.504Z[ recovery-image] Oct 28 00:08:19.019 INFO O| Oct 28 00:08:19.019 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552025-10-28T00:08:19.513Z[ recovery-image] Oct 28 00:08:19.032 INFO O| Oct 28 00:08:19.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir"
64562025-10-28T00:08:19.513Z[ recovery-image] Oct 28 00:08:19.032 INFO O| Oct 28 00:08:19.032 INFO STEP 535 (remove_files) COMPLETE
64572025-10-28T00:08:19.516Z[ recovery-image] Oct 28 00:08:19.032 INFO O| Oct 28 00:08:19.032 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582025-10-28T00:08:19.525Z[ recovery-image] Oct 28 00:08:19.044 INFO O| Oct 28 00:08:19.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo"
64592025-10-28T00:08:19.528Z[ recovery-image] Oct 28 00:08:19.044 INFO O| Oct 28 00:08:19.044 INFO STEP 536 (remove_files) COMPLETE
64602025-10-28T00:08:19.528Z[ recovery-image] Oct 28 00:08:19.044 INFO O| Oct 28 00:08:19.044 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612025-10-28T00:08:19.538Z[ recovery-image] Oct 28 00:08:19.057 INFO O| Oct 28 00:08:19.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp"
64622025-10-28T00:08:19.538Z[ recovery-image] Oct 28 00:08:19.057 INFO O| Oct 28 00:08:19.057 INFO STEP 537 (remove_files) COMPLETE
64632025-10-28T00:08:19.538Z[ recovery-image] Oct 28 00:08:19.057 INFO O| Oct 28 00:08:19.057 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642025-10-28T00:08:19.551Z[ recovery-image] Oct 28 00:08:19.070 INFO O| Oct 28 00:08:19.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid"
64652025-10-28T00:08:19.551Z[ recovery-image] Oct 28 00:08:19.070 INFO O| Oct 28 00:08:19.070 INFO STEP 538 (remove_files) COMPLETE
64662025-10-28T00:08:19.551Z[ recovery-image] Oct 28 00:08:19.070 INFO O| Oct 28 00:08:19.070 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672025-10-28T00:08:19.564Z[ recovery-image] Oct 28 00:08:19.083 INFO O| Oct 28 00:08:19.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk"
64682025-10-28T00:08:19.564Z[ recovery-image] Oct 28 00:08:19.083 INFO O| Oct 28 00:08:19.083 INFO STEP 539 (remove_files) COMPLETE
64692025-10-28T00:08:19.564Z[ recovery-image] Oct 28 00:08:19.083 INFO O| Oct 28 00:08:19.083 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702025-10-28T00:08:19.578Z[ recovery-image] Oct 28 00:08:19.096 INFO O| Oct 28 00:08:19.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print"
64712025-10-28T00:08:19.578Z[ recovery-image] Oct 28 00:08:19.097 INFO O| Oct 28 00:08:19.096 INFO STEP 540 (remove_files) COMPLETE
64722025-10-28T00:08:19.578Z[ recovery-image] Oct 28 00:08:19.097 INFO O| Oct 28 00:08:19.097 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732025-10-28T00:08:19.590Z[ recovery-image] Oct 28 00:08:19.110 INFO O| Oct 28 00:08:19.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv"
64742025-10-28T00:08:19.590Z[ recovery-image] Oct 28 00:08:19.110 INFO O| Oct 28 00:08:19.110 INFO STEP 541 (remove_files) COMPLETE
64752025-10-28T00:08:19.590Z[ recovery-image] Oct 28 00:08:19.110 INFO O| Oct 28 00:08:19.110 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762025-10-28T00:08:19.604Z[ recovery-image] Oct 28 00:08:19.123 INFO O| Oct 28 00:08:19.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push"
64772025-10-28T00:08:19.604Z[ recovery-image] Oct 28 00:08:19.123 INFO O| Oct 28 00:08:19.123 INFO STEP 542 (remove_files) COMPLETE
64782025-10-28T00:08:19.607Z[ recovery-image] Oct 28 00:08:19.123 INFO O| Oct 28 00:08:19.123 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792025-10-28T00:08:19.616Z[ recovery-image] Oct 28 00:08:19.136 INFO O| Oct 28 00:08:19.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath"
64802025-10-28T00:08:19.616Z[ recovery-image] Oct 28 00:08:19.136 INFO O| Oct 28 00:08:19.136 INFO STEP 543 (remove_files) COMPLETE
64812025-10-28T00:08:19.616Z[ recovery-image] Oct 28 00:08:19.136 INFO O| Oct 28 00:08:19.136 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822025-10-28T00:08:19.629Z[ recovery-image] Oct 28 00:08:19.149 INFO O| Oct 28 00:08:19.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm"
64832025-10-28T00:08:19.629Z[ recovery-image] Oct 28 00:08:19.149 INFO O| Oct 28 00:08:19.149 INFO STEP 544 (remove_files) COMPLETE
64842025-10-28T00:08:19.632Z[ recovery-image] Oct 28 00:08:19.149 INFO O| Oct 28 00:08:19.149 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852025-10-28T00:08:19.641Z[ recovery-image] Oct 28 00:08:19.160 INFO O| Oct 28 00:08:19.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir"
64862025-10-28T00:08:19.641Z[ recovery-image] Oct 28 00:08:19.160 INFO O| Oct 28 00:08:19.160 INFO STEP 545 (remove_files) COMPLETE
64872025-10-28T00:08:19.644Z[ recovery-image] Oct 28 00:08:19.160 INFO O| Oct 28 00:08:19.160 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882025-10-28T00:08:19.654Z[ recovery-image] Oct 28 00:08:19.174 INFO O| Oct 28 00:08:19.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq"
64892025-10-28T00:08:19.654Z[ recovery-image] Oct 28 00:08:19.174 INFO O| Oct 28 00:08:19.174 INFO STEP 546 (remove_files) COMPLETE
64902025-10-28T00:08:19.659Z[ recovery-image] Oct 28 00:08:19.174 INFO O| Oct 28 00:08:19.174 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912025-10-28T00:08:19.667Z[ recovery-image] Oct 28 00:08:19.186 INFO O| Oct 28 00:08:19.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid"
64922025-10-28T00:08:19.667Z[ recovery-image] Oct 28 00:08:19.187 INFO O| Oct 28 00:08:19.187 INFO STEP 547 (remove_files) COMPLETE
64932025-10-28T00:08:19.673Z[ recovery-image] Oct 28 00:08:19.187 INFO O| Oct 28 00:08:19.187 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942025-10-28T00:08:19.679Z[ recovery-image] Oct 28 00:08:19.199 INFO O| Oct 28 00:08:19.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep"
64952025-10-28T00:08:19.679Z[ recovery-image] Oct 28 00:08:19.199 INFO O| Oct 28 00:08:19.199 INFO STEP 548 (remove_files) COMPLETE
64962025-10-28T00:08:19.683Z[ recovery-image] Oct 28 00:08:19.199 INFO O| Oct 28 00:08:19.199 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972025-10-28T00:08:19.691Z[ recovery-image] Oct 28 00:08:19.210 INFO O| Oct 28 00:08:19.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime"
64982025-10-28T00:08:19.697Z[ recovery-image] Oct 28 00:08:19.211 INFO O| Oct 28 00:08:19.211 INFO STEP 549 (remove_files) COMPLETE
64992025-10-28T00:08:19.697Z[ recovery-image] Oct 28 00:08:19.211 INFO O| Oct 28 00:08:19.211 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002025-10-28T00:08:19.705Z[ recovery-image] Oct 28 00:08:19.224 INFO O| Oct 28 00:08:19.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync"
65012025-10-28T00:08:19.705Z[ recovery-image] Oct 28 00:08:19.224 INFO O| Oct 28 00:08:19.224 INFO STEP 550 (remove_files) COMPLETE
65022025-10-28T00:08:19.705Z[ recovery-image] Oct 28 00:08:19.224 INFO O| Oct 28 00:08:19.224 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032025-10-28T00:08:19.718Z[ recovery-image] Oct 28 00:08:19.237 INFO O| Oct 28 00:08:19.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee"
65042025-10-28T00:08:19.718Z[ recovery-image] Oct 28 00:08:19.237 INFO O| Oct 28 00:08:19.237 INFO STEP 551 (remove_files) COMPLETE
65052025-10-28T00:08:19.718Z[ recovery-image] Oct 28 00:08:19.238 INFO O| Oct 28 00:08:19.237 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062025-10-28T00:08:19.731Z[ recovery-image] Oct 28 00:08:19.250 INFO O| Oct 28 00:08:19.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse"
65072025-10-28T00:08:19.731Z[ recovery-image] Oct 28 00:08:19.250 INFO O| Oct 28 00:08:19.250 INFO STEP 552 (remove_files) COMPLETE
65082025-10-28T00:08:19.735Z[ recovery-image] Oct 28 00:08:19.250 INFO O| Oct 28 00:08:19.250 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092025-10-28T00:08:19.745Z[ recovery-image] Oct 28 00:08:19.264 INFO O| Oct 28 00:08:19.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty"
65102025-10-28T00:08:19.745Z[ recovery-image] Oct 28 00:08:19.264 INFO O| Oct 28 00:08:19.264 INFO STEP 553 (remove_files) COMPLETE
65112025-10-28T00:08:19.745Z[ recovery-image] Oct 28 00:08:19.264 INFO O| Oct 28 00:08:19.264 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122025-10-28T00:08:19.759Z[ recovery-image] Oct 28 00:08:19.278 INFO O| Oct 28 00:08:19.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname"
65132025-10-28T00:08:19.759Z[ recovery-image] Oct 28 00:08:19.278 INFO O| Oct 28 00:08:19.278 INFO STEP 554 (remove_files) COMPLETE
65142025-10-28T00:08:19.763Z[ recovery-image] Oct 28 00:08:19.278 INFO O| Oct 28 00:08:19.278 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152025-10-28T00:08:19.773Z[ recovery-image] Oct 28 00:08:19.292 INFO O| Oct 28 00:08:19.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink"
65162025-10-28T00:08:19.773Z[ recovery-image] Oct 28 00:08:19.292 INFO O| Oct 28 00:08:19.292 INFO STEP 555 (remove_files) COMPLETE
65172025-10-28T00:08:19.779Z[ recovery-image] Oct 28 00:08:19.292 INFO O| Oct 28 00:08:19.292 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182025-10-28T00:08:19.786Z[ recovery-image] Oct 28 00:08:19.306 INFO O| Oct 28 00:08:19.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami"
65192025-10-28T00:08:19.786Z[ recovery-image] Oct 28 00:08:19.306 INFO O| Oct 28 00:08:19.306 INFO STEP 556 (remove_files) COMPLETE
65202025-10-28T00:08:19.786Z[ recovery-image] Oct 28 00:08:19.306 INFO O| Oct 28 00:08:19.306 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212025-10-28T00:08:19.799Z[ recovery-image] Oct 28 00:08:19.318 INFO O| Oct 28 00:08:19.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
65222025-10-28T00:08:19.803Z[ recovery-image] Oct 28 00:08:19.319 INFO O| Oct 28 00:08:19.319 INFO STEP 557 (remove_files) COMPLETE
65232025-10-28T00:08:19.803Z[ recovery-image] Oct 28 00:08:19.319 INFO O| Oct 28 00:08:19.319 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242025-10-28T00:08:19.813Z[ recovery-image] Oct 28 00:08:19.333 INFO O| Oct 28 00:08:19.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
65252025-10-28T00:08:19.817Z[ recovery-image] Oct 28 00:08:19.333 INFO O| Oct 28 00:08:19.333 INFO STEP 558 (remove_files) COMPLETE
65262025-10-28T00:08:19.817Z[ recovery-image] Oct 28 00:08:19.333 INFO O| Oct 28 00:08:19.333 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272025-10-28T00:08:19.826Z[ recovery-image] Oct 28 00:08:19.345 INFO O| Oct 28 00:08:19.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
65282025-10-28T00:08:19.826Z[ recovery-image] Oct 28 00:08:19.346 INFO O| Oct 28 00:08:19.346 INFO STEP 559 (remove_files) COMPLETE
65292025-10-28T00:08:19.826Z[ recovery-image] Oct 28 00:08:19.346 INFO O| Oct 28 00:08:19.346 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302025-10-28T00:08:19.838Z[ recovery-image] Oct 28 00:08:19.357 INFO O| Oct 28 00:08:19.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
65312025-10-28T00:08:19.841Z[ recovery-image] Oct 28 00:08:19.358 INFO O| Oct 28 00:08:19.358 INFO STEP 560 (remove_files) COMPLETE
65322025-10-28T00:08:19.842Z[ recovery-image] Oct 28 00:08:19.358 INFO O| Oct 28 00:08:19.358 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332025-10-28T00:08:19.851Z[ recovery-image] Oct 28 00:08:19.371 INFO O| Oct 28 00:08:19.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
65342025-10-28T00:08:19.851Z[ recovery-image] Oct 28 00:08:19.371 INFO O| Oct 28 00:08:19.371 INFO STEP 561 (remove_files) COMPLETE
65352025-10-28T00:08:19.851Z[ recovery-image] Oct 28 00:08:19.371 INFO O| Oct 28 00:08:19.371 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362025-10-28T00:08:19.863Z[ recovery-image] Oct 28 00:08:19.383 INFO O| Oct 28 00:08:19.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
65372025-10-28T00:08:19.864Z[ recovery-image] Oct 28 00:08:19.383 INFO O| Oct 28 00:08:19.383 INFO STEP 562 (remove_files) COMPLETE
65382025-10-28T00:08:19.864Z[ recovery-image] Oct 28 00:08:19.383 INFO O| Oct 28 00:08:19.383 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392025-10-28T00:08:19.879Z[ recovery-image] Oct 28 00:08:19.397 INFO O| Oct 28 00:08:19.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
65402025-10-28T00:08:19.879Z[ recovery-image] Oct 28 00:08:19.397 INFO O| Oct 28 00:08:19.397 INFO STEP 563 (remove_files) COMPLETE
65412025-10-28T00:08:19.879Z[ recovery-image] Oct 28 00:08:19.397 INFO O| Oct 28 00:08:19.397 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422025-10-28T00:08:19.892Z[ recovery-image] Oct 28 00:08:19.412 INFO O| Oct 28 00:08:19.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
65432025-10-28T00:08:19.892Z[ recovery-image] Oct 28 00:08:19.412 INFO O| Oct 28 00:08:19.412 INFO STEP 564 (remove_files) COMPLETE
65442025-10-28T00:08:19.892Z[ recovery-image] Oct 28 00:08:19.412 INFO O| Oct 28 00:08:19.412 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452025-10-28T00:08:19.907Z[ recovery-image] Oct 28 00:08:19.426 INFO O| Oct 28 00:08:19.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
65462025-10-28T00:08:19.907Z[ recovery-image] Oct 28 00:08:19.426 INFO O| Oct 28 00:08:19.426 INFO STEP 565 (remove_files) COMPLETE
65472025-10-28T00:08:19.910Z[ recovery-image] Oct 28 00:08:19.426 INFO O| Oct 28 00:08:19.426 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482025-10-28T00:08:19.921Z[ recovery-image] Oct 28 00:08:19.441 INFO O| Oct 28 00:08:19.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
65492025-10-28T00:08:19.921Z[ recovery-image] Oct 28 00:08:19.441 INFO O| Oct 28 00:08:19.441 INFO STEP 566 (remove_files) COMPLETE
65502025-10-28T00:08:19.921Z[ recovery-image] Oct 28 00:08:19.441 INFO O| Oct 28 00:08:19.441 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512025-10-28T00:08:19.935Z[ recovery-image] Oct 28 00:08:19.454 INFO O| Oct 28 00:08:19.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
65522025-10-28T00:08:19.935Z[ recovery-image] Oct 28 00:08:19.455 INFO O| Oct 28 00:08:19.454 INFO STEP 567 (remove_files) COMPLETE
65532025-10-28T00:08:19.939Z[ recovery-image] Oct 28 00:08:19.455 INFO O| Oct 28 00:08:19.455 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542025-10-28T00:08:19.950Z[ recovery-image] Oct 28 00:08:19.469 INFO O| Oct 28 00:08:19.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
65552025-10-28T00:08:19.953Z[ recovery-image] Oct 28 00:08:19.470 INFO O| Oct 28 00:08:19.470 INFO STEP 568 (remove_files) COMPLETE
65562025-10-28T00:08:19.953Z[ recovery-image] Oct 28 00:08:19.470 INFO O| Oct 28 00:08:19.470 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572025-10-28T00:08:19.964Z[ recovery-image] Oct 28 00:08:19.484 INFO O| Oct 28 00:08:19.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
65582025-10-28T00:08:19.965Z[ recovery-image] Oct 28 00:08:19.484 INFO O| Oct 28 00:08:19.484 INFO STEP 569 (remove_files) COMPLETE
65592025-10-28T00:08:19.965Z[ recovery-image] Oct 28 00:08:19.484 INFO O| Oct 28 00:08:19.484 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602025-10-28T00:08:19.978Z[ recovery-image] Oct 28 00:08:19.498 INFO O| Oct 28 00:08:19.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
65612025-10-28T00:08:19.982Z[ recovery-image] Oct 28 00:08:19.498 INFO O| Oct 28 00:08:19.498 INFO STEP 570 (remove_files) COMPLETE
65622025-10-28T00:08:19.982Z[ recovery-image] Oct 28 00:08:19.498 INFO O| Oct 28 00:08:19.498 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632025-10-28T00:08:19.992Z[ recovery-image] Oct 28 00:08:19.511 INFO O| Oct 28 00:08:19.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
65642025-10-28T00:08:19.992Z[ recovery-image] Oct 28 00:08:19.511 INFO O| Oct 28 00:08:19.511 INFO STEP 571 (remove_files) COMPLETE
65652025-10-28T00:08:19.992Z[ recovery-image] Oct 28 00:08:19.511 INFO O| Oct 28 00:08:19.511 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662025-10-28T00:08:20.004Z[ recovery-image] Oct 28 00:08:19.524 INFO O| Oct 28 00:08:19.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
65672025-10-28T00:08:20.008Z[ recovery-image] Oct 28 00:08:19.524 INFO O| Oct 28 00:08:19.524 INFO STEP 572 (remove_files) COMPLETE
65682025-10-28T00:08:20.008Z[ recovery-image] Oct 28 00:08:19.524 INFO O| Oct 28 00:08:19.524 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692025-10-28T00:08:20.017Z[ recovery-image] Oct 28 00:08:19.536 INFO O| Oct 28 00:08:19.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
65702025-10-28T00:08:20.020Z[ recovery-image] Oct 28 00:08:19.536 INFO O| Oct 28 00:08:19.536 INFO STEP 573 (remove_files) COMPLETE
65712025-10-28T00:08:20.020Z[ recovery-image] Oct 28 00:08:19.536 INFO O| Oct 28 00:08:19.536 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722025-10-28T00:08:20.029Z[ recovery-image] Oct 28 00:08:19.548 INFO O| Oct 28 00:08:19.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
65732025-10-28T00:08:20.029Z[ recovery-image] Oct 28 00:08:19.549 INFO O| Oct 28 00:08:19.549 INFO STEP 574 (remove_files) COMPLETE
65742025-10-28T00:08:20.032Z[ recovery-image] Oct 28 00:08:19.549 INFO O| Oct 28 00:08:19.549 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752025-10-28T00:08:20.043Z[ recovery-image] Oct 28 00:08:19.562 INFO O| Oct 28 00:08:19.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
65762025-10-28T00:08:20.043Z[ recovery-image] Oct 28 00:08:19.563 INFO O| Oct 28 00:08:19.562 INFO STEP 575 (remove_files) COMPLETE
65772025-10-28T00:08:20.047Z[ recovery-image] Oct 28 00:08:19.563 INFO O| Oct 28 00:08:19.563 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782025-10-28T00:08:20.055Z[ recovery-image] Oct 28 00:08:19.575 INFO O| Oct 28 00:08:19.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1"
65792025-10-28T00:08:20.055Z[ recovery-image] Oct 28 00:08:19.575 INFO O| Oct 28 00:08:19.575 INFO STEP 576 (remove_files) COMPLETE
65802025-10-28T00:08:20.055Z[ recovery-image] Oct 28 00:08:19.575 INFO O| Oct 28 00:08:19.575 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812025-10-28T00:08:20.068Z[ recovery-image] Oct 28 00:08:19.587 INFO O| Oct 28 00:08:19.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
65822025-10-28T00:08:20.068Z[ recovery-image] Oct 28 00:08:19.588 INFO O| Oct 28 00:08:19.588 INFO STEP 577 (remove_files) COMPLETE
65832025-10-28T00:08:20.072Z[ recovery-image] Oct 28 00:08:19.588 INFO O| Oct 28 00:08:19.588 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842025-10-28T00:08:20.080Z[ recovery-image] Oct 28 00:08:19.600 INFO O| Oct 28 00:08:19.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
65852025-10-28T00:08:20.080Z[ recovery-image] Oct 28 00:08:19.600 INFO O| Oct 28 00:08:19.600 INFO STEP 578 (remove_files) COMPLETE
65862025-10-28T00:08:20.080Z[ recovery-image] Oct 28 00:08:19.600 INFO O| Oct 28 00:08:19.600 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872025-10-28T00:08:20.092Z[ recovery-image] Oct 28 00:08:19.612 INFO O| Oct 28 00:08:19.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
65882025-10-28T00:08:20.092Z[ recovery-image] Oct 28 00:08:19.612 INFO O| Oct 28 00:08:19.612 INFO STEP 579 (remove_files) COMPLETE
65892025-10-28T00:08:20.092Z[ recovery-image] Oct 28 00:08:19.612 INFO O| Oct 28 00:08:19.612 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902025-10-28T00:08:20.108Z[ recovery-image] Oct 28 00:08:19.627 INFO O| Oct 28 00:08:19.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
65912025-10-28T00:08:20.108Z[ recovery-image] Oct 28 00:08:19.627 INFO O| Oct 28 00:08:19.627 INFO STEP 580 (remove_files) COMPLETE
65922025-10-28T00:08:20.112Z[ recovery-image] Oct 28 00:08:19.627 INFO O| Oct 28 00:08:19.627 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932025-10-28T00:08:20.123Z[ recovery-image] Oct 28 00:08:19.643 INFO O| Oct 28 00:08:19.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
65942025-10-28T00:08:20.123Z[ recovery-image] Oct 28 00:08:19.643 INFO O| Oct 28 00:08:19.643 INFO STEP 581 (remove_files) COMPLETE
65952025-10-28T00:08:20.123Z[ recovery-image] Oct 28 00:08:19.643 INFO O| Oct 28 00:08:19.643 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962025-10-28T00:08:20.140Z[ recovery-image] Oct 28 00:08:19.659 INFO O| Oct 28 00:08:19.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
65972025-10-28T00:08:20.143Z[ recovery-image] Oct 28 00:08:19.659 INFO O| Oct 28 00:08:19.659 INFO STEP 582 (remove_files) COMPLETE
65982025-10-28T00:08:20.143Z[ recovery-image] Oct 28 00:08:19.659 INFO O| Oct 28 00:08:19.659 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992025-10-28T00:08:20.155Z[ recovery-image] Oct 28 00:08:19.674 INFO O| Oct 28 00:08:19.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
66002025-10-28T00:08:20.155Z[ recovery-image] Oct 28 00:08:19.674 INFO O| Oct 28 00:08:19.674 INFO STEP 583 (remove_files) COMPLETE
66012025-10-28T00:08:20.158Z[ recovery-image] Oct 28 00:08:19.674 INFO O| Oct 28 00:08:19.674 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022025-10-28T00:08:20.169Z[ recovery-image] Oct 28 00:08:19.688 INFO O| Oct 28 00:08:19.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
66032025-10-28T00:08:20.172Z[ recovery-image] Oct 28 00:08:19.688 INFO O| Oct 28 00:08:19.688 INFO STEP 584 (remove_files) COMPLETE
66042025-10-28T00:08:20.172Z[ recovery-image] Oct 28 00:08:19.688 INFO O| Oct 28 00:08:19.688 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052025-10-28T00:08:20.182Z[ recovery-image] Oct 28 00:08:19.701 INFO O| Oct 28 00:08:19.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
66062025-10-28T00:08:20.185Z[ recovery-image] Oct 28 00:08:19.701 INFO O| Oct 28 00:08:19.701 INFO STEP 585 (remove_files) COMPLETE
66072025-10-28T00:08:20.185Z[ recovery-image] Oct 28 00:08:19.702 INFO O| Oct 28 00:08:19.701 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082025-10-28T00:08:20.195Z[ recovery-image] Oct 28 00:08:19.714 INFO O| Oct 28 00:08:19.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
66092025-10-28T00:08:20.195Z[ recovery-image] Oct 28 00:08:19.715 INFO O| Oct 28 00:08:19.714 INFO STEP 586 (remove_files) COMPLETE
66102025-10-28T00:08:20.195Z[ recovery-image] Oct 28 00:08:19.715 INFO O| Oct 28 00:08:19.715 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112025-10-28T00:08:20.209Z[ recovery-image] Oct 28 00:08:19.729 INFO O| Oct 28 00:08:19.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
66122025-10-28T00:08:20.209Z[ recovery-image] Oct 28 00:08:19.729 INFO O| Oct 28 00:08:19.729 INFO STEP 587 (remove_files) COMPLETE
66132025-10-28T00:08:20.209Z[ recovery-image] Oct 28 00:08:19.729 INFO O| Oct 28 00:08:19.729 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142025-10-28T00:08:20.223Z[ recovery-image] Oct 28 00:08:19.743 INFO O| Oct 28 00:08:19.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
66152025-10-28T00:08:20.223Z[ recovery-image] Oct 28 00:08:19.743 INFO O| Oct 28 00:08:19.743 INFO STEP 588 (remove_files) COMPLETE
66162025-10-28T00:08:20.223Z[ recovery-image] Oct 28 00:08:19.743 INFO O| Oct 28 00:08:19.743 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172025-10-28T00:08:20.237Z[ recovery-image] Oct 28 00:08:19.757 INFO O| Oct 28 00:08:19.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
66182025-10-28T00:08:20.237Z[ recovery-image] Oct 28 00:08:19.757 INFO O| Oct 28 00:08:19.757 INFO STEP 589 (remove_files) COMPLETE
66192025-10-28T00:08:20.237Z[ recovery-image] Oct 28 00:08:19.757 INFO O| Oct 28 00:08:19.757 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202025-10-28T00:08:20.252Z[ recovery-image] Oct 28 00:08:19.771 INFO O| Oct 28 00:08:19.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
66212025-10-28T00:08:20.252Z[ recovery-image] Oct 28 00:08:19.771 INFO O| Oct 28 00:08:19.771 INFO STEP 590 (remove_files) COMPLETE
66222025-10-28T00:08:20.252Z[ recovery-image] Oct 28 00:08:19.771 INFO O| Oct 28 00:08:19.771 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232025-10-28T00:08:20.265Z[ recovery-image] Oct 28 00:08:19.785 INFO O| Oct 28 00:08:19.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
66242025-10-28T00:08:20.265Z[ recovery-image] Oct 28 00:08:19.785 INFO O| Oct 28 00:08:19.785 INFO STEP 591 (remove_files) COMPLETE
66252025-10-28T00:08:20.265Z[ recovery-image] Oct 28 00:08:19.785 INFO O| Oct 28 00:08:19.785 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262025-10-28T00:08:20.278Z[ recovery-image] Oct 28 00:08:19.798 INFO O| Oct 28 00:08:19.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
66272025-10-28T00:08:20.278Z[ recovery-image] Oct 28 00:08:19.798 INFO O| Oct 28 00:08:19.798 INFO STEP 592 (remove_files) COMPLETE
66282025-10-28T00:08:20.282Z[ recovery-image] Oct 28 00:08:19.798 INFO O| Oct 28 00:08:19.798 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292025-10-28T00:08:20.291Z[ recovery-image] Oct 28 00:08:19.811 INFO O| Oct 28 00:08:19.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
66302025-10-28T00:08:20.291Z[ recovery-image] Oct 28 00:08:19.811 INFO O| Oct 28 00:08:19.811 INFO STEP 593 (remove_files) COMPLETE
66312025-10-28T00:08:20.291Z[ recovery-image] Oct 28 00:08:19.811 INFO O| Oct 28 00:08:19.811 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322025-10-28T00:08:20.305Z[ recovery-image] Oct 28 00:08:19.824 INFO O| Oct 28 00:08:19.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
66332025-10-28T00:08:20.305Z[ recovery-image] Oct 28 00:08:19.824 INFO O| Oct 28 00:08:19.824 INFO STEP 594 (remove_files) COMPLETE
66342025-10-28T00:08:20.308Z[ recovery-image] Oct 28 00:08:19.824 INFO O| Oct 28 00:08:19.824 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352025-10-28T00:08:20.319Z[ recovery-image] Oct 28 00:08:19.838 INFO O| Oct 28 00:08:19.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
66362025-10-28T00:08:20.319Z[ recovery-image] Oct 28 00:08:19.839 INFO O| Oct 28 00:08:19.839 INFO STEP 595 (remove_files) COMPLETE
66372025-10-28T00:08:20.319Z[ recovery-image] Oct 28 00:08:19.839 INFO O| Oct 28 00:08:19.839 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382025-10-28T00:08:20.332Z[ recovery-image] Oct 28 00:08:19.852 INFO O| Oct 28 00:08:19.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
66392025-10-28T00:08:20.333Z[ recovery-image] Oct 28 00:08:19.852 INFO O| Oct 28 00:08:19.852 INFO STEP 596 (remove_files) COMPLETE
66402025-10-28T00:08:20.336Z[ recovery-image] Oct 28 00:08:19.852 INFO O| Oct 28 00:08:19.852 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412025-10-28T00:08:20.345Z[ recovery-image] Oct 28 00:08:19.865 INFO O| Oct 28 00:08:19.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
66422025-10-28T00:08:20.345Z[ recovery-image] Oct 28 00:08:19.865 INFO O| Oct 28 00:08:19.865 INFO STEP 597 (remove_files) COMPLETE
66432025-10-28T00:08:20.348Z[ recovery-image] Oct 28 00:08:19.865 INFO O| Oct 28 00:08:19.865 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442025-10-28T00:08:20.357Z[ recovery-image] Oct 28 00:08:19.877 INFO O| Oct 28 00:08:19.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
66452025-10-28T00:08:20.361Z[ recovery-image] Oct 28 00:08:19.878 INFO O| Oct 28 00:08:19.878 INFO STEP 598 (remove_files) COMPLETE
66462025-10-28T00:08:20.361Z[ recovery-image] Oct 28 00:08:19.878 INFO O| Oct 28 00:08:19.878 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472025-10-28T00:08:20.372Z[ recovery-image] Oct 28 00:08:19.892 INFO O| Oct 28 00:08:19.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
66482025-10-28T00:08:20.372Z[ recovery-image] Oct 28 00:08:19.892 INFO O| Oct 28 00:08:19.892 INFO STEP 599 (remove_files) COMPLETE
66492025-10-28T00:08:20.372Z[ recovery-image] Oct 28 00:08:19.892 INFO O| Oct 28 00:08:19.892 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502025-10-28T00:08:20.387Z[ recovery-image] Oct 28 00:08:19.906 INFO O| Oct 28 00:08:19.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
66512025-10-28T00:08:20.387Z[ recovery-image] Oct 28 00:08:19.906 INFO O| Oct 28 00:08:19.906 INFO STEP 600 (remove_files) COMPLETE
66522025-10-28T00:08:20.390Z[ recovery-image] Oct 28 00:08:19.906 INFO O| Oct 28 00:08:19.906 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532025-10-28T00:08:20.400Z[ recovery-image] Oct 28 00:08:19.919 INFO O| Oct 28 00:08:19.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
66542025-10-28T00:08:20.400Z[ recovery-image] Oct 28 00:08:19.919 INFO O| Oct 28 00:08:19.919 INFO STEP 601 (remove_files) COMPLETE
66552025-10-28T00:08:20.403Z[ recovery-image] Oct 28 00:08:19.919 INFO O| Oct 28 00:08:19.919 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562025-10-28T00:08:20.412Z[ recovery-image] Oct 28 00:08:19.931 INFO O| Oct 28 00:08:19.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
66572025-10-28T00:08:20.412Z[ recovery-image] Oct 28 00:08:19.932 INFO O| Oct 28 00:08:19.932 INFO STEP 602 (remove_files) COMPLETE
66582025-10-28T00:08:20.412Z[ recovery-image] Oct 28 00:08:19.932 INFO O| Oct 28 00:08:19.932 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592025-10-28T00:08:20.423Z[ recovery-image] Oct 28 00:08:19.943 INFO O| Oct 28 00:08:19.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
66602025-10-28T00:08:20.423Z[ recovery-image] Oct 28 00:08:19.943 INFO O| Oct 28 00:08:19.943 INFO STEP 603 (remove_files) COMPLETE
66612025-10-28T00:08:20.423Z[ recovery-image] Oct 28 00:08:19.943 INFO O| Oct 28 00:08:19.943 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622025-10-28T00:08:20.435Z[ recovery-image] Oct 28 00:08:19.955 INFO O| Oct 28 00:08:19.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
66632025-10-28T00:08:20.436Z[ recovery-image] Oct 28 00:08:19.955 INFO O| Oct 28 00:08:19.955 INFO STEP 604 (remove_files) COMPLETE
66642025-10-28T00:08:20.440Z[ recovery-image] Oct 28 00:08:19.955 INFO O| Oct 28 00:08:19.955 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652025-10-28T00:08:20.449Z[ recovery-image] Oct 28 00:08:19.969 INFO O| Oct 28 00:08:19.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
66662025-10-28T00:08:20.449Z[ recovery-image] Oct 28 00:08:19.969 INFO O| Oct 28 00:08:19.969 INFO STEP 605 (remove_files) COMPLETE
66672025-10-28T00:08:20.449Z[ recovery-image] Oct 28 00:08:19.969 INFO O| Oct 28 00:08:19.969 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682025-10-28T00:08:20.464Z[ recovery-image] Oct 28 00:08:19.983 INFO O| Oct 28 00:08:19.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
66692025-10-28T00:08:20.464Z[ recovery-image] Oct 28 00:08:19.983 INFO O| Oct 28 00:08:19.983 INFO STEP 606 (remove_files) COMPLETE
66702025-10-28T00:08:20.464Z[ recovery-image] Oct 28 00:08:19.983 INFO O| Oct 28 00:08:19.983 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712025-10-28T00:08:20.476Z[ recovery-image] Oct 28 00:08:19.996 INFO O| Oct 28 00:08:19.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1"
66722025-10-28T00:08:20.476Z[ recovery-image] Oct 28 00:08:19.996 INFO O| Oct 28 00:08:19.996 INFO STEP 607 (remove_files) COMPLETE
66732025-10-28T00:08:20.480Z[ recovery-image] Oct 28 00:08:19.996 INFO O| Oct 28 00:08:19.996 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742025-10-28T00:08:20.489Z[ recovery-image] Oct 28 00:08:20.009 INFO O| Oct 28 00:08:20.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
66752025-10-28T00:08:20.493Z[ recovery-image] Oct 28 00:08:20.009 INFO O| Oct 28 00:08:20.009 INFO STEP 608 (remove_files) COMPLETE
66762025-10-28T00:08:20.493Z[ recovery-image] Oct 28 00:08:20.009 INFO O| Oct 28 00:08:20.009 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772025-10-28T00:08:20.505Z[ recovery-image] Oct 28 00:08:20.025 INFO O| Oct 28 00:08:20.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
66782025-10-28T00:08:20.505Z[ recovery-image] Oct 28 00:08:20.025 INFO O| Oct 28 00:08:20.025 INFO STEP 609 (remove_files) COMPLETE
66792025-10-28T00:08:20.505Z[ recovery-image] Oct 28 00:08:20.025 INFO O| Oct 28 00:08:20.025 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802025-10-28T00:08:20.519Z[ recovery-image] Oct 28 00:08:20.039 INFO O| Oct 28 00:08:20.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
66812025-10-28T00:08:20.519Z[ recovery-image] Oct 28 00:08:20.039 INFO O| Oct 28 00:08:20.039 INFO STEP 610 (remove_files) COMPLETE
66822025-10-28T00:08:20.519Z[ recovery-image] Oct 28 00:08:20.039 INFO O| Oct 28 00:08:20.039 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832025-10-28T00:08:20.534Z[ recovery-image] Oct 28 00:08:20.054 INFO O| Oct 28 00:08:20.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
66842025-10-28T00:08:20.534Z[ recovery-image] Oct 28 00:08:20.054 INFO O| Oct 28 00:08:20.054 INFO STEP 611 (remove_files) COMPLETE
66852025-10-28T00:08:20.538Z[ recovery-image] Oct 28 00:08:20.054 INFO O| Oct 28 00:08:20.054 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862025-10-28T00:08:20.548Z[ recovery-image] Oct 28 00:08:20.067 INFO O| Oct 28 00:08:20.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
66872025-10-28T00:08:20.548Z[ recovery-image] Oct 28 00:08:20.067 INFO O| Oct 28 00:08:20.067 INFO STEP 612 (remove_files) COMPLETE
66882025-10-28T00:08:20.548Z[ recovery-image] Oct 28 00:08:20.067 INFO O| Oct 28 00:08:20.067 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892025-10-28T00:08:20.560Z[ recovery-image] Oct 28 00:08:20.080 INFO O| Oct 28 00:08:20.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
66902025-10-28T00:08:20.564Z[ recovery-image] Oct 28 00:08:20.080 INFO O| Oct 28 00:08:20.080 INFO STEP 613 (remove_files) COMPLETE
66912025-10-28T00:08:20.564Z[ recovery-image] Oct 28 00:08:20.080 INFO O| Oct 28 00:08:20.080 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922025-10-28T00:08:20.575Z[ recovery-image] Oct 28 00:08:20.094 INFO O| Oct 28 00:08:20.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
66932025-10-28T00:08:20.575Z[ recovery-image] Oct 28 00:08:20.095 INFO O| Oct 28 00:08:20.095 INFO STEP 614 (remove_files) COMPLETE
66942025-10-28T00:08:20.575Z[ recovery-image] Oct 28 00:08:20.095 INFO O| Oct 28 00:08:20.095 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952025-10-28T00:08:20.587Z[ recovery-image] Oct 28 00:08:20.107 INFO O| Oct 28 00:08:20.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
66962025-10-28T00:08:20.587Z[ recovery-image] Oct 28 00:08:20.107 INFO O| Oct 28 00:08:20.107 INFO STEP 615 (remove_files) COMPLETE
66972025-10-28T00:08:20.588Z[ recovery-image] Oct 28 00:08:20.107 INFO O| Oct 28 00:08:20.107 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982025-10-28T00:08:20.599Z[ recovery-image] Oct 28 00:08:20.118 INFO O| Oct 28 00:08:20.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
66992025-10-28T00:08:20.599Z[ recovery-image] Oct 28 00:08:20.118 INFO O| Oct 28 00:08:20.118 INFO STEP 616 (remove_files) COMPLETE
67002025-10-28T00:08:20.602Z[ recovery-image] Oct 28 00:08:20.118 INFO O| Oct 28 00:08:20.118 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012025-10-28T00:08:20.613Z[ recovery-image] Oct 28 00:08:20.132 INFO O| Oct 28 00:08:20.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
67022025-10-28T00:08:20.613Z[ recovery-image] Oct 28 00:08:20.132 INFO O| Oct 28 00:08:20.132 INFO STEP 617 (remove_files) COMPLETE
67032025-10-28T00:08:20.614Z[ recovery-image] Oct 28 00:08:20.132 INFO O| Oct 28 00:08:20.132 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042025-10-28T00:08:20.627Z[ recovery-image] Oct 28 00:08:20.146 INFO O| Oct 28 00:08:20.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
67052025-10-28T00:08:20.627Z[ recovery-image] Oct 28 00:08:20.146 INFO O| Oct 28 00:08:20.146 INFO STEP 618 (remove_files) COMPLETE
67062025-10-28T00:08:20.630Z[ recovery-image] Oct 28 00:08:20.146 INFO O| Oct 28 00:08:20.146 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072025-10-28T00:08:20.640Z[ recovery-image] Oct 28 00:08:20.160 INFO O| Oct 28 00:08:20.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
67082025-10-28T00:08:20.641Z[ recovery-image] Oct 28 00:08:20.160 INFO O| Oct 28 00:08:20.160 INFO STEP 619 (remove_files) COMPLETE
67092025-10-28T00:08:20.644Z[ recovery-image] Oct 28 00:08:20.160 INFO O| Oct 28 00:08:20.160 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102025-10-28T00:08:20.654Z[ recovery-image] Oct 28 00:08:20.174 INFO O| Oct 28 00:08:20.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
67112025-10-28T00:08:20.658Z[ recovery-image] Oct 28 00:08:20.174 INFO O| Oct 28 00:08:20.174 INFO STEP 620 (remove_files) COMPLETE
67122025-10-28T00:08:20.658Z[ recovery-image] Oct 28 00:08:20.174 INFO O| Oct 28 00:08:20.174 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132025-10-28T00:08:20.667Z[ recovery-image] Oct 28 00:08:20.186 INFO O| Oct 28 00:08:20.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
67142025-10-28T00:08:20.670Z[ recovery-image] Oct 28 00:08:20.186 INFO O| Oct 28 00:08:20.186 INFO STEP 621 (remove_files) COMPLETE
67152025-10-28T00:08:20.670Z[ recovery-image] Oct 28 00:08:20.186 INFO O| Oct 28 00:08:20.186 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162025-10-28T00:08:20.682Z[ recovery-image] Oct 28 00:08:20.199 INFO O| Oct 28 00:08:20.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
67172025-10-28T00:08:20.682Z[ recovery-image] Oct 28 00:08:20.199 INFO O| Oct 28 00:08:20.199 INFO STEP 622 (remove_files) COMPLETE
67182025-10-28T00:08:20.682Z[ recovery-image] Oct 28 00:08:20.199 INFO O| Oct 28 00:08:20.199 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192025-10-28T00:08:20.694Z[ recovery-image] Oct 28 00:08:20.214 INFO O| Oct 28 00:08:20.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
67202025-10-28T00:08:20.698Z[ recovery-image] Oct 28 00:08:20.214 INFO O| Oct 28 00:08:20.214 INFO STEP 623 (remove_files) COMPLETE
67212025-10-28T00:08:20.698Z[ recovery-image] Oct 28 00:08:20.214 INFO O| Oct 28 00:08:20.214 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222025-10-28T00:08:20.709Z[ recovery-image] Oct 28 00:08:20.229 INFO O| Oct 28 00:08:20.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
67232025-10-28T00:08:20.709Z[ recovery-image] Oct 28 00:08:20.229 INFO O| Oct 28 00:08:20.229 INFO STEP 624 (remove_files) COMPLETE
67242025-10-28T00:08:20.713Z[ recovery-image] Oct 28 00:08:20.229 INFO O| Oct 28 00:08:20.229 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252025-10-28T00:08:20.724Z[ recovery-image] Oct 28 00:08:20.244 INFO O| Oct 28 00:08:20.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
67262025-10-28T00:08:20.724Z[ recovery-image] Oct 28 00:08:20.244 INFO O| Oct 28 00:08:20.244 INFO STEP 625 (remove_files) COMPLETE
67272025-10-28T00:08:20.724Z[ recovery-image] Oct 28 00:08:20.244 INFO O| Oct 28 00:08:20.244 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282025-10-28T00:08:20.739Z[ recovery-image] Oct 28 00:08:20.258 INFO O| Oct 28 00:08:20.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
67292025-10-28T00:08:20.744Z[ recovery-image] Oct 28 00:08:20.259 INFO O| Oct 28 00:08:20.259 INFO STEP 626 (remove_files) COMPLETE
67302025-10-28T00:08:20.744Z[ recovery-image] Oct 28 00:08:20.259 INFO O| Oct 28 00:08:20.259 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312025-10-28T00:08:20.752Z[ recovery-image] Oct 28 00:08:20.272 INFO O| Oct 28 00:08:20.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
67322025-10-28T00:08:20.752Z[ recovery-image] Oct 28 00:08:20.272 INFO O| Oct 28 00:08:20.272 INFO STEP 627 (remove_files) COMPLETE
67332025-10-28T00:08:20.757Z[ recovery-image] Oct 28 00:08:20.272 INFO O| Oct 28 00:08:20.272 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342025-10-28T00:08:20.771Z[ recovery-image] Oct 28 00:08:20.291 INFO O| Oct 28 00:08:20.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
67352025-10-28T00:08:20.771Z[ recovery-image] Oct 28 00:08:20.291 INFO O| Oct 28 00:08:20.291 INFO STEP 628 (remove_files) COMPLETE
67362025-10-28T00:08:20.771Z[ recovery-image] Oct 28 00:08:20.291 INFO O| Oct 28 00:08:20.291 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372025-10-28T00:08:20.784Z[ recovery-image] Oct 28 00:08:20.304 INFO O| Oct 28 00:08:20.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
67382025-10-28T00:08:20.784Z[ recovery-image] Oct 28 00:08:20.304 INFO O| Oct 28 00:08:20.304 INFO STEP 629 (remove_files) COMPLETE
67392025-10-28T00:08:20.788Z[ recovery-image] Oct 28 00:08:20.304 INFO O| Oct 28 00:08:20.304 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402025-10-28T00:08:20.797Z[ recovery-image] Oct 28 00:08:20.317 INFO O| Oct 28 00:08:20.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
67412025-10-28T00:08:20.797Z[ recovery-image] Oct 28 00:08:20.317 INFO O| Oct 28 00:08:20.317 INFO STEP 630 (remove_files) COMPLETE
67422025-10-28T00:08:20.801Z[ recovery-image] Oct 28 00:08:20.317 INFO O| Oct 28 00:08:20.317 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432025-10-28T00:08:20.812Z[ recovery-image] Oct 28 00:08:20.331 INFO O| Oct 28 00:08:20.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
67442025-10-28T00:08:20.812Z[ recovery-image] Oct 28 00:08:20.332 INFO O| Oct 28 00:08:20.331 INFO STEP 631 (remove_files) COMPLETE
67452025-10-28T00:08:20.812Z[ recovery-image] Oct 28 00:08:20.332 INFO O| Oct 28 00:08:20.331 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462025-10-28T00:08:20.832Z[ recovery-image] Oct 28 00:08:20.345 INFO O| Oct 28 00:08:20.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
67472025-10-28T00:08:20.832Z[ recovery-image] Oct 28 00:08:20.345 INFO O| Oct 28 00:08:20.345 INFO STEP 632 (remove_files) COMPLETE
67482025-10-28T00:08:20.832Z[ recovery-image] Oct 28 00:08:20.345 INFO O| Oct 28 00:08:20.345 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492025-10-28T00:08:20.838Z[ recovery-image] Oct 28 00:08:20.358 INFO O| Oct 28 00:08:20.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
67502025-10-28T00:08:20.838Z[ recovery-image] Oct 28 00:08:20.358 INFO O| Oct 28 00:08:20.358 INFO STEP 633 (remove_files) COMPLETE
67512025-10-28T00:08:20.838Z[ recovery-image] Oct 28 00:08:20.358 INFO O| Oct 28 00:08:20.358 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522025-10-28T00:08:20.852Z[ recovery-image] Oct 28 00:08:20.372 INFO O| Oct 28 00:08:20.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
67532025-10-28T00:08:20.852Z[ recovery-image] Oct 28 00:08:20.372 INFO O| Oct 28 00:08:20.372 INFO STEP 634 (remove_files) COMPLETE
67542025-10-28T00:08:20.852Z[ recovery-image] Oct 28 00:08:20.372 INFO O| Oct 28 00:08:20.372 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552025-10-28T00:08:20.866Z[ recovery-image] Oct 28 00:08:20.385 INFO O| Oct 28 00:08:20.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
67562025-10-28T00:08:20.866Z[ recovery-image] Oct 28 00:08:20.386 INFO O| Oct 28 00:08:20.386 INFO STEP 635 (remove_files) COMPLETE
67572025-10-28T00:08:20.866Z[ recovery-image] Oct 28 00:08:20.386 INFO O| Oct 28 00:08:20.386 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582025-10-28T00:08:20.879Z[ recovery-image] Oct 28 00:08:20.399 INFO O| Oct 28 00:08:20.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
67592025-10-28T00:08:20.879Z[ recovery-image] Oct 28 00:08:20.399 INFO O| Oct 28 00:08:20.399 INFO STEP 636 (remove_files) COMPLETE
67602025-10-28T00:08:20.879Z[ recovery-image] Oct 28 00:08:20.399 INFO O| Oct 28 00:08:20.399 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612025-10-28T00:08:20.891Z[ recovery-image] Oct 28 00:08:20.410 INFO O| Oct 28 00:08:20.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
67622025-10-28T00:08:20.891Z[ recovery-image] Oct 28 00:08:20.411 INFO O| Oct 28 00:08:20.411 INFO STEP 637 (remove_files) COMPLETE
67632025-10-28T00:08:20.891Z[ recovery-image] Oct 28 00:08:20.411 INFO O| Oct 28 00:08:20.411 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642025-10-28T00:08:20.905Z[ recovery-image] Oct 28 00:08:20.425 INFO O| Oct 28 00:08:20.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
67652025-10-28T00:08:20.905Z[ recovery-image] Oct 28 00:08:20.425 INFO O| Oct 28 00:08:20.425 INFO STEP 638 (remove_files) COMPLETE
67662025-10-28T00:08:20.906Z[ recovery-image] Oct 28 00:08:20.425 INFO O| Oct 28 00:08:20.425 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672025-10-28T00:08:20.919Z[ recovery-image] Oct 28 00:08:20.439 INFO O| Oct 28 00:08:20.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
67682025-10-28T00:08:20.919Z[ recovery-image] Oct 28 00:08:20.439 INFO O| Oct 28 00:08:20.439 INFO STEP 639 (remove_files) COMPLETE
67692025-10-28T00:08:20.919Z[ recovery-image] Oct 28 00:08:20.439 INFO O| Oct 28 00:08:20.439 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702025-10-28T00:08:20.932Z[ recovery-image] Oct 28 00:08:20.452 INFO O| Oct 28 00:08:20.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
67712025-10-28T00:08:20.932Z[ recovery-image] Oct 28 00:08:20.452 INFO O| Oct 28 00:08:20.452 INFO STEP 640 (remove_files) COMPLETE
67722025-10-28T00:08:20.932Z[ recovery-image] Oct 28 00:08:20.452 INFO O| Oct 28 00:08:20.452 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732025-10-28T00:08:20.945Z[ recovery-image] Oct 28 00:08:20.465 INFO O| Oct 28 00:08:20.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
67742025-10-28T00:08:20.945Z[ recovery-image] Oct 28 00:08:20.465 INFO O| Oct 28 00:08:20.465 INFO STEP 641 (remove_files) COMPLETE
67752025-10-28T00:08:20.945Z[ recovery-image] Oct 28 00:08:20.465 INFO O| Oct 28 00:08:20.465 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762025-10-28T00:08:20.958Z[ recovery-image] Oct 28 00:08:20.478 INFO O| Oct 28 00:08:20.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
67772025-10-28T00:08:20.962Z[ recovery-image] Oct 28 00:08:20.478 INFO O| Oct 28 00:08:20.478 INFO STEP 642 (remove_files) COMPLETE
67782025-10-28T00:08:20.962Z[ recovery-image] Oct 28 00:08:20.478 INFO O| Oct 28 00:08:20.478 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792025-10-28T00:08:20.971Z[ recovery-image] Oct 28 00:08:20.490 INFO O| Oct 28 00:08:20.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
67802025-10-28T00:08:20.971Z[ recovery-image] Oct 28 00:08:20.491 INFO O| Oct 28 00:08:20.491 INFO STEP 643 (remove_files) COMPLETE
67812025-10-28T00:08:20.974Z[ recovery-image] Oct 28 00:08:20.491 INFO O| Oct 28 00:08:20.491 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822025-10-28T00:08:20.984Z[ recovery-image] Oct 28 00:08:20.504 INFO O| Oct 28 00:08:20.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
67832025-10-28T00:08:20.987Z[ recovery-image] Oct 28 00:08:20.504 INFO O| Oct 28 00:08:20.504 INFO STEP 644 (remove_files) COMPLETE
67842025-10-28T00:08:20.987Z[ recovery-image] Oct 28 00:08:20.504 INFO O| Oct 28 00:08:20.504 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852025-10-28T00:08:20.997Z[ recovery-image] Oct 28 00:08:20.516 INFO O| Oct 28 00:08:20.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
67862025-10-28T00:08:20.997Z[ recovery-image] Oct 28 00:08:20.517 INFO O| Oct 28 00:08:20.517 INFO STEP 645 (remove_files) COMPLETE
67872025-10-28T00:08:20.997Z[ recovery-image] Oct 28 00:08:20.517 INFO O| Oct 28 00:08:20.517 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882025-10-28T00:08:21.010Z[ recovery-image] Oct 28 00:08:20.529 INFO O| Oct 28 00:08:20.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
67892025-10-28T00:08:21.010Z[ recovery-image] Oct 28 00:08:20.530 INFO O| Oct 28 00:08:20.530 INFO STEP 646 (remove_files) COMPLETE
67902025-10-28T00:08:21.014Z[ recovery-image] Oct 28 00:08:20.530 INFO O| Oct 28 00:08:20.530 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912025-10-28T00:08:21.023Z[ recovery-image] Oct 28 00:08:20.542 INFO O| Oct 28 00:08:20.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
67922025-10-28T00:08:21.023Z[ recovery-image] Oct 28 00:08:20.542 INFO O| Oct 28 00:08:20.542 INFO STEP 647 (remove_files) COMPLETE
67932025-10-28T00:08:21.023Z[ recovery-image] Oct 28 00:08:20.542 INFO O| Oct 28 00:08:20.542 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942025-10-28T00:08:21.036Z[ recovery-image] Oct 28 00:08:20.556 INFO O| Oct 28 00:08:20.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
67952025-10-28T00:08:21.036Z[ recovery-image] Oct 28 00:08:20.556 INFO O| Oct 28 00:08:20.556 INFO STEP 648 (remove_files) COMPLETE
67962025-10-28T00:08:21.040Z[ recovery-image] Oct 28 00:08:20.556 INFO O| Oct 28 00:08:20.556 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972025-10-28T00:08:21.050Z[ recovery-image] Oct 28 00:08:20.570 INFO O| Oct 28 00:08:20.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
67982025-10-28T00:08:21.050Z[ recovery-image] Oct 28 00:08:20.570 INFO O| Oct 28 00:08:20.570 INFO STEP 649 (remove_files) COMPLETE
67992025-10-28T00:08:21.053Z[ recovery-image] Oct 28 00:08:20.570 INFO O| Oct 28 00:08:20.570 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002025-10-28T00:08:21.063Z[ recovery-image] Oct 28 00:08:20.583 INFO O| Oct 28 00:08:20.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
68012025-10-28T00:08:21.063Z[ recovery-image] Oct 28 00:08:20.583 INFO O| Oct 28 00:08:20.583 INFO STEP 650 (remove_files) COMPLETE
68022025-10-28T00:08:21.068Z[ recovery-image] Oct 28 00:08:20.583 INFO O| Oct 28 00:08:20.583 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032025-10-28T00:08:21.076Z[ recovery-image] Oct 28 00:08:20.596 INFO O| Oct 28 00:08:20.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
68042025-10-28T00:08:21.076Z[ recovery-image] Oct 28 00:08:20.596 INFO O| Oct 28 00:08:20.596 INFO STEP 651 (remove_files) COMPLETE
68052025-10-28T00:08:21.080Z[ recovery-image] Oct 28 00:08:20.596 INFO O| Oct 28 00:08:20.596 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062025-10-28T00:08:21.088Z[ recovery-image] Oct 28 00:08:20.608 INFO O| Oct 28 00:08:20.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
68072025-10-28T00:08:21.088Z[ recovery-image] Oct 28 00:08:20.608 INFO O| Oct 28 00:08:20.608 INFO STEP 652 (remove_files) COMPLETE
68082025-10-28T00:08:21.088Z[ recovery-image] Oct 28 00:08:20.608 INFO O| Oct 28 00:08:20.608 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092025-10-28T00:08:21.103Z[ recovery-image] Oct 28 00:08:20.622 INFO O| Oct 28 00:08:20.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
68102025-10-28T00:08:21.103Z[ recovery-image] Oct 28 00:08:20.623 INFO O| Oct 28 00:08:20.623 INFO STEP 653 (remove_files) COMPLETE
68112025-10-28T00:08:21.106Z[ recovery-image] Oct 28 00:08:20.623 INFO O| Oct 28 00:08:20.623 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122025-10-28T00:08:21.116Z[ recovery-image] Oct 28 00:08:20.636 INFO O| Oct 28 00:08:20.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
68132025-10-28T00:08:21.116Z[ recovery-image] Oct 28 00:08:20.636 INFO O| Oct 28 00:08:20.636 INFO STEP 654 (remove_files) COMPLETE
68142025-10-28T00:08:21.119Z[ recovery-image] Oct 28 00:08:20.636 INFO O| Oct 28 00:08:20.636 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152025-10-28T00:08:21.130Z[ recovery-image] Oct 28 00:08:20.650 INFO O| Oct 28 00:08:20.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
68162025-10-28T00:08:21.130Z[ recovery-image] Oct 28 00:08:20.650 INFO O| Oct 28 00:08:20.650 INFO STEP 655 (remove_files) COMPLETE
68172025-10-28T00:08:21.130Z[ recovery-image] Oct 28 00:08:20.650 INFO O| Oct 28 00:08:20.650 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182025-10-28T00:08:21.144Z[ recovery-image] Oct 28 00:08:20.663 INFO O| Oct 28 00:08:20.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
68192025-10-28T00:08:21.144Z[ recovery-image] Oct 28 00:08:20.664 INFO O| Oct 28 00:08:20.663 INFO STEP 656 (remove_files) COMPLETE
68202025-10-28T00:08:21.144Z[ recovery-image] Oct 28 00:08:20.664 INFO O| Oct 28 00:08:20.663 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212025-10-28T00:08:21.157Z[ recovery-image] Oct 28 00:08:20.677 INFO O| Oct 28 00:08:20.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
68222025-10-28T00:08:21.157Z[ recovery-image] Oct 28 00:08:20.677 INFO O| Oct 28 00:08:20.677 INFO STEP 657 (remove_files) COMPLETE
68232025-10-28T00:08:21.161Z[ recovery-image] Oct 28 00:08:20.677 INFO O| Oct 28 00:08:20.677 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242025-10-28T00:08:21.166Z[ recovery-image] Oct 28 00:08:20.686 INFO O| Oct 28 00:08:20.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
68252025-10-28T00:08:21.167Z[ recovery-image] Oct 28 00:08:20.686 INFO O| Oct 28 00:08:20.686 INFO STEP 658 (remove_files) COMPLETE
68262025-10-28T00:08:21.170Z[ recovery-image] Oct 28 00:08:20.686 INFO O| Oct 28 00:08:20.686 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272025-10-28T00:08:21.178Z[ recovery-image] Oct 28 00:08:20.698 INFO O| Oct 28 00:08:20.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
68282025-10-28T00:08:21.178Z[ recovery-image] Oct 28 00:08:20.698 INFO O| Oct 28 00:08:20.698 INFO STEP 659 (remove_files) COMPLETE
68292025-10-28T00:08:21.178Z[ recovery-image] Oct 28 00:08:20.698 INFO O| Oct 28 00:08:20.698 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302025-10-28T00:08:21.190Z[ recovery-image] Oct 28 00:08:20.710 INFO O| Oct 28 00:08:20.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
68312025-10-28T00:08:21.190Z[ recovery-image] Oct 28 00:08:20.710 INFO O| Oct 28 00:08:20.710 INFO STEP 660 (remove_files) COMPLETE
68322025-10-28T00:08:21.190Z[ recovery-image] Oct 28 00:08:20.710 INFO O| Oct 28 00:08:20.710 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332025-10-28T00:08:21.202Z[ recovery-image] Oct 28 00:08:20.722 INFO O| Oct 28 00:08:20.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
68342025-10-28T00:08:21.202Z[ recovery-image] Oct 28 00:08:20.722 INFO O| Oct 28 00:08:20.722 INFO STEP 661 (remove_files) COMPLETE
68352025-10-28T00:08:21.202Z[ recovery-image] Oct 28 00:08:20.722 INFO O| Oct 28 00:08:20.722 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362025-10-28T00:08:21.216Z[ recovery-image] Oct 28 00:08:20.735 INFO O| Oct 28 00:08:20.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
68372025-10-28T00:08:21.216Z[ recovery-image] Oct 28 00:08:20.735 INFO O| Oct 28 00:08:20.735 INFO STEP 662 (remove_files) COMPLETE
68382025-10-28T00:08:21.219Z[ recovery-image] Oct 28 00:08:20.735 INFO O| Oct 28 00:08:20.735 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392025-10-28T00:08:21.229Z[ recovery-image] Oct 28 00:08:20.749 INFO O| Oct 28 00:08:20.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
68402025-10-28T00:08:21.229Z[ recovery-image] Oct 28 00:08:20.749 INFO O| Oct 28 00:08:20.749 INFO STEP 663 (remove_files) COMPLETE
68412025-10-28T00:08:21.233Z[ recovery-image] Oct 28 00:08:20.749 INFO O| Oct 28 00:08:20.749 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422025-10-28T00:08:21.242Z[ recovery-image] Oct 28 00:08:20.762 INFO O| Oct 28 00:08:20.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
68432025-10-28T00:08:21.242Z[ recovery-image] Oct 28 00:08:20.762 INFO O| Oct 28 00:08:20.762 INFO STEP 664 (remove_files) COMPLETE
68442025-10-28T00:08:21.245Z[ recovery-image] Oct 28 00:08:20.762 INFO O| Oct 28 00:08:20.762 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452025-10-28T00:08:21.255Z[ recovery-image] Oct 28 00:08:20.775 INFO O| Oct 28 00:08:20.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
68462025-10-28T00:08:21.255Z[ recovery-image] Oct 28 00:08:20.775 INFO O| Oct 28 00:08:20.775 INFO STEP 665 (remove_files) COMPLETE
68472025-10-28T00:08:21.258Z[ recovery-image] Oct 28 00:08:20.775 INFO O| Oct 28 00:08:20.775 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482025-10-28T00:08:21.264Z[ recovery-image] Oct 28 00:08:20.784 INFO O| Oct 28 00:08:20.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
68492025-10-28T00:08:21.264Z[ recovery-image] Oct 28 00:08:20.784 INFO O| Oct 28 00:08:20.784 INFO STEP 666 (remove_files) COMPLETE
68502025-10-28T00:08:21.264Z[ recovery-image] Oct 28 00:08:20.784 INFO O| Oct 28 00:08:20.784 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512025-10-28T00:08:21.273Z[ recovery-image] Oct 28 00:08:20.793 INFO O| Oct 28 00:08:20.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
68522025-10-28T00:08:21.273Z[ recovery-image] Oct 28 00:08:20.793 INFO O| Oct 28 00:08:20.793 INFO STEP 667 (remove_files) COMPLETE
68532025-10-28T00:08:21.273Z[ recovery-image] Oct 28 00:08:20.793 INFO O| Oct 28 00:08:20.793 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542025-10-28T00:08:21.287Z[ recovery-image] Oct 28 00:08:20.805 INFO O| Oct 28 00:08:20.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
68552025-10-28T00:08:21.287Z[ recovery-image] Oct 28 00:08:20.805 INFO O| Oct 28 00:08:20.805 INFO STEP 668 (remove_files) COMPLETE
68562025-10-28T00:08:21.287Z[ recovery-image] Oct 28 00:08:20.805 INFO O| Oct 28 00:08:20.805 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572025-10-28T00:08:21.299Z[ recovery-image] Oct 28 00:08:20.819 INFO O| Oct 28 00:08:20.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
68582025-10-28T00:08:21.299Z[ recovery-image] Oct 28 00:08:20.819 INFO O| Oct 28 00:08:20.819 INFO STEP 669 (remove_files) COMPLETE
68592025-10-28T00:08:21.303Z[ recovery-image] Oct 28 00:08:20.819 INFO O| Oct 28 00:08:20.819 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602025-10-28T00:08:21.312Z[ recovery-image] Oct 28 00:08:20.832 INFO O| Oct 28 00:08:20.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
68612025-10-28T00:08:21.312Z[ recovery-image] Oct 28 00:08:20.832 INFO O| Oct 28 00:08:20.832 INFO STEP 670 (remove_files) COMPLETE
68622025-10-28T00:08:21.315Z[ recovery-image] Oct 28 00:08:20.832 INFO O| Oct 28 00:08:20.832 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632025-10-28T00:08:21.325Z[ recovery-image] Oct 28 00:08:20.845 INFO O| Oct 28 00:08:20.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
68642025-10-28T00:08:21.325Z[ recovery-image] Oct 28 00:08:20.845 INFO O| Oct 28 00:08:20.845 INFO STEP 671 (remove_files) COMPLETE
68652025-10-28T00:08:21.325Z[ recovery-image] Oct 28 00:08:20.845 INFO O| Oct 28 00:08:20.845 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662025-10-28T00:08:21.338Z[ recovery-image] Oct 28 00:08:20.858 INFO O| Oct 28 00:08:20.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
68672025-10-28T00:08:21.338Z[ recovery-image] Oct 28 00:08:20.858 INFO O| Oct 28 00:08:20.858 INFO STEP 672 (remove_files) COMPLETE
68682025-10-28T00:08:21.342Z[ recovery-image] Oct 28 00:08:20.858 INFO O| Oct 28 00:08:20.858 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692025-10-28T00:08:21.364Z[ recovery-image] Oct 28 00:08:20.871 INFO O| Oct 28 00:08:20.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
68702025-10-28T00:08:21.364Z[ recovery-image] Oct 28 00:08:20.871 INFO O| Oct 28 00:08:20.871 INFO STEP 673 (remove_files) COMPLETE
68712025-10-28T00:08:21.364Z[ recovery-image] Oct 28 00:08:20.871 INFO O| Oct 28 00:08:20.871 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722025-10-28T00:08:21.368Z[ recovery-image] Oct 28 00:08:20.885 INFO O| Oct 28 00:08:20.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
68732025-10-28T00:08:21.368Z[ recovery-image] Oct 28 00:08:20.886 INFO O| Oct 28 00:08:20.886 INFO STEP 674 (remove_files) COMPLETE
68742025-10-28T00:08:21.368Z[ recovery-image] Oct 28 00:08:20.886 INFO O| Oct 28 00:08:20.886 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752025-10-28T00:08:21.380Z[ recovery-image] Oct 28 00:08:20.900 INFO O| Oct 28 00:08:20.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
68762025-10-28T00:08:21.380Z[ recovery-image] Oct 28 00:08:20.900 INFO O| Oct 28 00:08:20.900 INFO STEP 675 (remove_files) COMPLETE
68772025-10-28T00:08:21.384Z[ recovery-image] Oct 28 00:08:20.900 INFO O| Oct 28 00:08:20.900 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782025-10-28T00:08:21.394Z[ recovery-image] Oct 28 00:08:20.914 INFO O| Oct 28 00:08:20.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
68792025-10-28T00:08:21.394Z[ recovery-image] Oct 28 00:08:20.914 INFO O| Oct 28 00:08:20.914 INFO STEP 676 (remove_files) COMPLETE
68802025-10-28T00:08:21.394Z[ recovery-image] Oct 28 00:08:20.914 INFO O| Oct 28 00:08:20.914 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812025-10-28T00:08:21.407Z[ recovery-image] Oct 28 00:08:20.926 INFO O| Oct 28 00:08:20.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
68822025-10-28T00:08:21.407Z[ recovery-image] Oct 28 00:08:20.926 INFO O| Oct 28 00:08:20.926 INFO STEP 677 (remove_files) COMPLETE
68832025-10-28T00:08:21.410Z[ recovery-image] Oct 28 00:08:20.927 INFO O| Oct 28 00:08:20.926 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842025-10-28T00:08:21.419Z[ recovery-image] Oct 28 00:08:20.939 INFO O| Oct 28 00:08:20.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
68852025-10-28T00:08:21.419Z[ recovery-image] Oct 28 00:08:20.939 INFO O| Oct 28 00:08:20.939 INFO STEP 678 (remove_files) COMPLETE
68862025-10-28T00:08:21.419Z[ recovery-image] Oct 28 00:08:20.939 INFO O| Oct 28 00:08:20.939 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872025-10-28T00:08:21.433Z[ recovery-image] Oct 28 00:08:20.952 INFO O| Oct 28 00:08:20.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
68882025-10-28T00:08:21.433Z[ recovery-image] Oct 28 00:08:20.952 INFO O| Oct 28 00:08:20.952 INFO STEP 679 (remove_files) COMPLETE
68892025-10-28T00:08:21.436Z[ recovery-image] Oct 28 00:08:20.952 INFO O| Oct 28 00:08:20.952 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902025-10-28T00:08:21.448Z[ recovery-image] Oct 28 00:08:20.968 INFO O| Oct 28 00:08:20.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
68912025-10-28T00:08:21.448Z[ recovery-image] Oct 28 00:08:20.968 INFO O| Oct 28 00:08:20.968 INFO STEP 680 (remove_files) COMPLETE
68922025-10-28T00:08:21.451Z[ recovery-image] Oct 28 00:08:20.968 INFO O| Oct 28 00:08:20.968 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932025-10-28T00:08:21.461Z[ recovery-image] Oct 28 00:08:20.981 INFO O| Oct 28 00:08:20.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
68942025-10-28T00:08:21.461Z[ recovery-image] Oct 28 00:08:20.981 INFO O| Oct 28 00:08:20.981 INFO STEP 681 (remove_files) COMPLETE
68952025-10-28T00:08:21.465Z[ recovery-image] Oct 28 00:08:20.981 INFO O| Oct 28 00:08:20.981 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962025-10-28T00:08:21.475Z[ recovery-image] Oct 28 00:08:20.995 INFO O| Oct 28 00:08:20.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
68972025-10-28T00:08:21.475Z[ recovery-image] Oct 28 00:08:20.995 INFO O| Oct 28 00:08:20.995 INFO STEP 682 (remove_files) COMPLETE
68982025-10-28T00:08:21.478Z[ recovery-image] Oct 28 00:08:20.995 INFO O| Oct 28 00:08:20.995 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992025-10-28T00:08:21.486Z[ recovery-image] Oct 28 00:08:21.006 INFO O| Oct 28 00:08:21.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
69002025-10-28T00:08:21.486Z[ recovery-image] Oct 28 00:08:21.006 INFO O| Oct 28 00:08:21.006 INFO STEP 683 (remove_files) COMPLETE
69012025-10-28T00:08:21.486Z[ recovery-image] Oct 28 00:08:21.006 INFO O| Oct 28 00:08:21.006 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022025-10-28T00:08:21.498Z[ recovery-image] Oct 28 00:08:21.018 INFO O| Oct 28 00:08:21.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
69032025-10-28T00:08:21.499Z[ recovery-image] Oct 28 00:08:21.018 INFO O| Oct 28 00:08:21.018 INFO STEP 684 (remove_files) COMPLETE
69042025-10-28T00:08:21.502Z[ recovery-image] Oct 28 00:08:21.018 INFO O| Oct 28 00:08:21.018 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052025-10-28T00:08:21.510Z[ recovery-image] Oct 28 00:08:21.030 INFO O| Oct 28 00:08:21.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
69062025-10-28T00:08:21.514Z[ recovery-image] Oct 28 00:08:21.031 INFO O| Oct 28 00:08:21.031 INFO STEP 685 (remove_files) COMPLETE
69072025-10-28T00:08:21.514Z[ recovery-image] Oct 28 00:08:21.031 INFO O| Oct 28 00:08:21.031 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082025-10-28T00:08:21.520Z[ recovery-image] Oct 28 00:08:21.040 INFO O| Oct 28 00:08:21.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
69092025-10-28T00:08:21.523Z[ recovery-image] Oct 28 00:08:21.040 INFO O| Oct 28 00:08:21.040 INFO STEP 686 (remove_files) COMPLETE
69102025-10-28T00:08:21.523Z[ recovery-image] Oct 28 00:08:21.040 INFO O| Oct 28 00:08:21.040 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112025-10-28T00:08:21.532Z[ recovery-image] Oct 28 00:08:21.052 INFO O| Oct 28 00:08:21.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
69122025-10-28T00:08:21.532Z[ recovery-image] Oct 28 00:08:21.052 INFO O| Oct 28 00:08:21.052 INFO STEP 687 (remove_files) COMPLETE
69132025-10-28T00:08:21.536Z[ recovery-image] Oct 28 00:08:21.052 INFO O| Oct 28 00:08:21.052 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142025-10-28T00:08:21.545Z[ recovery-image] Oct 28 00:08:21.065 INFO O| Oct 28 00:08:21.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
69152025-10-28T00:08:21.549Z[ recovery-image] Oct 28 00:08:21.066 INFO O| Oct 28 00:08:21.066 INFO STEP 688 (remove_files) COMPLETE
69162025-10-28T00:08:21.549Z[ recovery-image] Oct 28 00:08:21.066 INFO O| Oct 28 00:08:21.066 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172025-10-28T00:08:21.560Z[ recovery-image] Oct 28 00:08:21.080 INFO O| Oct 28 00:08:21.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
69182025-10-28T00:08:21.563Z[ recovery-image] Oct 28 00:08:21.080 INFO O| Oct 28 00:08:21.080 INFO STEP 689 (remove_files) COMPLETE
69192025-10-28T00:08:21.563Z[ recovery-image] Oct 28 00:08:21.080 INFO O| Oct 28 00:08:21.080 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202025-10-28T00:08:21.575Z[ recovery-image] Oct 28 00:08:21.094 INFO O| Oct 28 00:08:21.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
69212025-10-28T00:08:21.575Z[ recovery-image] Oct 28 00:08:21.095 INFO O| Oct 28 00:08:21.095 INFO STEP 690 (remove_files) COMPLETE
69222025-10-28T00:08:21.578Z[ recovery-image] Oct 28 00:08:21.095 INFO O| Oct 28 00:08:21.095 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232025-10-28T00:08:21.589Z[ recovery-image] Oct 28 00:08:21.109 INFO O| Oct 28 00:08:21.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
69242025-10-28T00:08:21.589Z[ recovery-image] Oct 28 00:08:21.109 INFO O| Oct 28 00:08:21.109 INFO STEP 691 (remove_files) COMPLETE
69252025-10-28T00:08:21.589Z[ recovery-image] Oct 28 00:08:21.109 INFO O| Oct 28 00:08:21.109 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262025-10-28T00:08:21.604Z[ recovery-image] Oct 28 00:08:21.124 INFO O| Oct 28 00:08:21.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
69272025-10-28T00:08:21.604Z[ recovery-image] Oct 28 00:08:21.124 INFO O| Oct 28 00:08:21.124 INFO STEP 692 (remove_files) COMPLETE
69282025-10-28T00:08:21.604Z[ recovery-image] Oct 28 00:08:21.124 INFO O| Oct 28 00:08:21.124 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292025-10-28T00:08:21.617Z[ recovery-image] Oct 28 00:08:21.137 INFO O| Oct 28 00:08:21.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
69302025-10-28T00:08:21.620Z[ recovery-image] Oct 28 00:08:21.137 INFO O| Oct 28 00:08:21.137 INFO STEP 693 (remove_files) COMPLETE
69312025-10-28T00:08:21.620Z[ recovery-image] Oct 28 00:08:21.137 INFO O| Oct 28 00:08:21.137 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322025-10-28T00:08:21.631Z[ recovery-image] Oct 28 00:08:21.151 INFO O| Oct 28 00:08:21.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
69332025-10-28T00:08:21.631Z[ recovery-image] Oct 28 00:08:21.151 INFO O| Oct 28 00:08:21.151 INFO STEP 694 (remove_files) COMPLETE
69342025-10-28T00:08:21.635Z[ recovery-image] Oct 28 00:08:21.151 INFO O| Oct 28 00:08:21.151 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352025-10-28T00:08:21.643Z[ recovery-image] Oct 28 00:08:21.163 INFO O| Oct 28 00:08:21.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
69362025-10-28T00:08:21.646Z[ recovery-image] Oct 28 00:08:21.164 INFO O| Oct 28 00:08:21.164 INFO STEP 695 (remove_files) COMPLETE
69372025-10-28T00:08:21.647Z[ recovery-image] Oct 28 00:08:21.164 INFO O| Oct 28 00:08:21.164 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382025-10-28T00:08:21.658Z[ recovery-image] Oct 28 00:08:21.178 INFO O| Oct 28 00:08:21.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
69392025-10-28T00:08:21.661Z[ recovery-image] Oct 28 00:08:21.178 INFO O| Oct 28 00:08:21.178 INFO STEP 696 (remove_files) COMPLETE
69402025-10-28T00:08:21.661Z[ recovery-image] Oct 28 00:08:21.178 INFO O| Oct 28 00:08:21.178 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412025-10-28T00:08:21.672Z[ recovery-image] Oct 28 00:08:21.190 INFO O| Oct 28 00:08:21.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
69422025-10-28T00:08:21.675Z[ recovery-image] Oct 28 00:08:21.191 INFO O| Oct 28 00:08:21.191 INFO STEP 697 (remove_files) COMPLETE
69432025-10-28T00:08:21.675Z[ recovery-image] Oct 28 00:08:21.191 INFO O| Oct 28 00:08:21.191 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442025-10-28T00:08:21.683Z[ recovery-image] Oct 28 00:08:21.203 INFO O| Oct 28 00:08:21.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
69452025-10-28T00:08:21.684Z[ recovery-image] Oct 28 00:08:21.203 INFO O| Oct 28 00:08:21.203 INFO STEP 698 (remove_files) COMPLETE
69462025-10-28T00:08:21.684Z[ recovery-image] Oct 28 00:08:21.203 INFO O| Oct 28 00:08:21.203 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472025-10-28T00:08:21.697Z[ recovery-image] Oct 28 00:08:21.217 INFO O| Oct 28 00:08:21.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
69482025-10-28T00:08:21.698Z[ recovery-image] Oct 28 00:08:21.217 INFO O| Oct 28 00:08:21.217 INFO STEP 699 (remove_files) COMPLETE
69492025-10-28T00:08:21.701Z[ recovery-image] Oct 28 00:08:21.217 INFO O| Oct 28 00:08:21.217 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502025-10-28T00:08:21.711Z[ recovery-image] Oct 28 00:08:21.231 INFO O| Oct 28 00:08:21.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
69512025-10-28T00:08:21.711Z[ recovery-image] Oct 28 00:08:21.231 INFO O| Oct 28 00:08:21.231 INFO STEP 700 (remove_files) COMPLETE
69522025-10-28T00:08:21.711Z[ recovery-image] Oct 28 00:08:21.231 INFO O| Oct 28 00:08:21.231 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532025-10-28T00:08:21.725Z[ recovery-image] Oct 28 00:08:21.245 INFO O| Oct 28 00:08:21.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
69542025-10-28T00:08:21.729Z[ recovery-image] Oct 28 00:08:21.246 INFO O| Oct 28 00:08:21.246 INFO STEP 701 (remove_files) COMPLETE
69552025-10-28T00:08:21.729Z[ recovery-image] Oct 28 00:08:21.246 INFO O| Oct 28 00:08:21.246 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562025-10-28T00:08:21.739Z[ recovery-image] Oct 28 00:08:21.259 INFO O| Oct 28 00:08:21.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
69572025-10-28T00:08:21.739Z[ recovery-image] Oct 28 00:08:21.259 INFO O| Oct 28 00:08:21.259 INFO STEP 702 (remove_files) COMPLETE
69582025-10-28T00:08:21.739Z[ recovery-image] Oct 28 00:08:21.259 INFO O| Oct 28 00:08:21.259 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592025-10-28T00:08:21.750Z[ recovery-image] Oct 28 00:08:21.270 INFO O| Oct 28 00:08:21.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
69602025-10-28T00:08:21.750Z[ recovery-image] Oct 28 00:08:21.270 INFO O| Oct 28 00:08:21.270 INFO STEP 703 (remove_files) COMPLETE
69612025-10-28T00:08:21.750Z[ recovery-image] Oct 28 00:08:21.270 INFO O| Oct 28 00:08:21.270 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622025-10-28T00:08:21.766Z[ recovery-image] Oct 28 00:08:21.284 INFO O| Oct 28 00:08:21.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
69632025-10-28T00:08:21.766Z[ recovery-image] Oct 28 00:08:21.285 INFO O| Oct 28 00:08:21.284 INFO STEP 704 (remove_files) COMPLETE
69642025-10-28T00:08:21.766Z[ recovery-image] Oct 28 00:08:21.285 INFO O| Oct 28 00:08:21.284 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652025-10-28T00:08:21.781Z[ recovery-image] Oct 28 00:08:21.298 INFO O| Oct 28 00:08:21.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
69662025-10-28T00:08:21.781Z[ recovery-image] Oct 28 00:08:21.298 INFO O| Oct 28 00:08:21.298 INFO STEP 705 (remove_files) COMPLETE
69672025-10-28T00:08:21.781Z[ recovery-image] Oct 28 00:08:21.298 INFO O| Oct 28 00:08:21.298 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682025-10-28T00:08:21.790Z[ recovery-image] Oct 28 00:08:21.310 INFO O| Oct 28 00:08:21.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
69692025-10-28T00:08:21.795Z[ recovery-image] Oct 28 00:08:21.310 INFO O| Oct 28 00:08:21.310 INFO STEP 706 (remove_files) COMPLETE
69702025-10-28T00:08:21.795Z[ recovery-image] Oct 28 00:08:21.310 INFO O| Oct 28 00:08:21.310 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712025-10-28T00:08:21.802Z[ recovery-image] Oct 28 00:08:21.322 INFO O| Oct 28 00:08:21.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
69722025-10-28T00:08:21.805Z[ recovery-image] Oct 28 00:08:21.323 INFO O| Oct 28 00:08:21.323 INFO STEP 707 (remove_files) COMPLETE
69732025-10-28T00:08:21.805Z[ recovery-image] Oct 28 00:08:21.323 INFO O| Oct 28 00:08:21.323 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742025-10-28T00:08:21.817Z[ recovery-image] Oct 28 00:08:21.336 INFO O| Oct 28 00:08:21.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
69752025-10-28T00:08:21.820Z[ recovery-image] Oct 28 00:08:21.337 INFO O| Oct 28 00:08:21.337 INFO STEP 708 (remove_files) COMPLETE
69762025-10-28T00:08:21.820Z[ recovery-image] Oct 28 00:08:21.337 INFO O| Oct 28 00:08:21.337 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772025-10-28T00:08:21.829Z[ recovery-image] Oct 28 00:08:21.349 INFO O| Oct 28 00:08:21.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
69782025-10-28T00:08:21.837Z[ recovery-image] Oct 28 00:08:21.349 INFO O| Oct 28 00:08:21.349 INFO STEP 709 (remove_files) COMPLETE
69792025-10-28T00:08:21.837Z[ recovery-image] Oct 28 00:08:21.349 INFO O| Oct 28 00:08:21.349 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802025-10-28T00:08:21.843Z[ recovery-image] Oct 28 00:08:21.363 INFO O| Oct 28 00:08:21.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
69812025-10-28T00:08:21.848Z[ recovery-image] Oct 28 00:08:21.363 INFO O| Oct 28 00:08:21.363 INFO STEP 710 (remove_files) COMPLETE
69822025-10-28T00:08:21.849Z[ recovery-image] Oct 28 00:08:21.363 INFO O| Oct 28 00:08:21.363 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832025-10-28T00:08:21.855Z[ recovery-image] Oct 28 00:08:21.375 INFO O| Oct 28 00:08:21.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
69842025-10-28T00:08:21.859Z[ recovery-image] Oct 28 00:08:21.375 INFO O| Oct 28 00:08:21.375 INFO STEP 711 (remove_files) COMPLETE
69852025-10-28T00:08:21.859Z[ recovery-image] Oct 28 00:08:21.375 INFO O| Oct 28 00:08:21.375 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862025-10-28T00:08:21.869Z[ recovery-image] Oct 28 00:08:21.389 INFO O| Oct 28 00:08:21.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
69872025-10-28T00:08:21.872Z[ recovery-image] Oct 28 00:08:21.389 INFO O| Oct 28 00:08:21.389 INFO STEP 712 (remove_files) COMPLETE
69882025-10-28T00:08:21.872Z[ recovery-image] Oct 28 00:08:21.389 INFO O| Oct 28 00:08:21.389 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892025-10-28T00:08:21.881Z[ recovery-image] Oct 28 00:08:21.401 INFO O| Oct 28 00:08:21.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
69902025-10-28T00:08:21.885Z[ recovery-image] Oct 28 00:08:21.401 INFO O| Oct 28 00:08:21.401 INFO STEP 713 (remove_files) COMPLETE
69912025-10-28T00:08:21.885Z[ recovery-image] Oct 28 00:08:21.401 INFO O| Oct 28 00:08:21.401 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922025-10-28T00:08:21.891Z[ recovery-image] Oct 28 00:08:21.411 INFO O| Oct 28 00:08:21.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
69932025-10-28T00:08:21.894Z[ recovery-image] Oct 28 00:08:21.412 INFO O| Oct 28 00:08:21.412 INFO STEP 714 (remove_files) COMPLETE
69942025-10-28T00:08:21.894Z[ recovery-image] Oct 28 00:08:21.412 INFO O| Oct 28 00:08:21.412 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952025-10-28T00:08:21.906Z[ recovery-image] Oct 28 00:08:21.425 INFO O| Oct 28 00:08:21.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
69962025-10-28T00:08:21.909Z[ recovery-image] Oct 28 00:08:21.426 INFO O| Oct 28 00:08:21.426 INFO STEP 715 (remove_files) COMPLETE
69972025-10-28T00:08:21.909Z[ recovery-image] Oct 28 00:08:21.427 INFO O| Oct 28 00:08:21.426 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982025-10-28T00:08:21.919Z[ recovery-image] Oct 28 00:08:21.439 INFO O| Oct 28 00:08:21.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
69992025-10-28T00:08:21.920Z[ recovery-image] Oct 28 00:08:21.439 INFO O| Oct 28 00:08:21.439 INFO STEP 716 (remove_files) COMPLETE
70002025-10-28T00:08:21.920Z[ recovery-image] Oct 28 00:08:21.440 INFO O| Oct 28 00:08:21.439 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012025-10-28T00:08:21.935Z[ recovery-image] Oct 28 00:08:21.452 INFO O| Oct 28 00:08:21.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
70022025-10-28T00:08:21.935Z[ recovery-image] Oct 28 00:08:21.452 INFO O| Oct 28 00:08:21.452 INFO STEP 717 (remove_files) COMPLETE
70032025-10-28T00:08:21.940Z[ recovery-image] Oct 28 00:08:21.452 INFO O| Oct 28 00:08:21.452 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042025-10-28T00:08:21.945Z[ recovery-image] Oct 28 00:08:21.465 INFO O| Oct 28 00:08:21.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
70052025-10-28T00:08:21.945Z[ recovery-image] Oct 28 00:08:21.465 INFO O| Oct 28 00:08:21.465 INFO STEP 718 (remove_files) COMPLETE
70062025-10-28T00:08:21.948Z[ recovery-image] Oct 28 00:08:21.465 INFO O| Oct 28 00:08:21.465 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072025-10-28T00:08:21.958Z[ recovery-image] Oct 28 00:08:21.478 INFO O| Oct 28 00:08:21.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
70082025-10-28T00:08:21.959Z[ recovery-image] Oct 28 00:08:21.478 INFO O| Oct 28 00:08:21.478 INFO STEP 719 (remove_files) COMPLETE
70092025-10-28T00:08:21.964Z[ recovery-image] Oct 28 00:08:21.478 INFO O| Oct 28 00:08:21.478 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102025-10-28T00:08:21.973Z[ recovery-image] Oct 28 00:08:21.492 INFO O| Oct 28 00:08:21.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
70112025-10-28T00:08:21.973Z[ recovery-image] Oct 28 00:08:21.492 INFO O| Oct 28 00:08:21.492 INFO STEP 720 (remove_files) COMPLETE
70122025-10-28T00:08:21.973Z[ recovery-image] Oct 28 00:08:21.492 INFO O| Oct 28 00:08:21.492 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132025-10-28T00:08:21.985Z[ recovery-image] Oct 28 00:08:21.504 INFO O| Oct 28 00:08:21.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
70142025-10-28T00:08:21.985Z[ recovery-image] Oct 28 00:08:21.505 INFO O| Oct 28 00:08:21.504 INFO STEP 721 (remove_files) COMPLETE
70152025-10-28T00:08:21.988Z[ recovery-image] Oct 28 00:08:21.505 INFO O| Oct 28 00:08:21.504 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162025-10-28T00:08:22.000Z[ recovery-image] Oct 28 00:08:21.520 INFO O| Oct 28 00:08:21.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
70172025-10-28T00:08:22.000Z[ recovery-image] Oct 28 00:08:21.520 INFO O| Oct 28 00:08:21.520 INFO STEP 722 (remove_files) COMPLETE
70182025-10-28T00:08:22.003Z[ recovery-image] Oct 28 00:08:21.520 INFO O| Oct 28 00:08:21.520 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192025-10-28T00:08:22.013Z[ recovery-image] Oct 28 00:08:21.533 INFO O| Oct 28 00:08:21.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
70202025-10-28T00:08:22.013Z[ recovery-image] Oct 28 00:08:21.533 INFO O| Oct 28 00:08:21.533 INFO STEP 723 (remove_files) COMPLETE
70212025-10-28T00:08:22.013Z[ recovery-image] Oct 28 00:08:21.533 INFO O| Oct 28 00:08:21.533 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222025-10-28T00:08:22.029Z[ recovery-image] Oct 28 00:08:21.549 INFO O| Oct 28 00:08:21.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
70232025-10-28T00:08:22.033Z[ recovery-image] Oct 28 00:08:21.549 INFO O| Oct 28 00:08:21.549 INFO STEP 724 (remove_files) COMPLETE
70242025-10-28T00:08:22.033Z[ recovery-image] Oct 28 00:08:21.549 INFO O| Oct 28 00:08:21.549 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252025-10-28T00:08:22.044Z[ recovery-image] Oct 28 00:08:21.564 INFO O| Oct 28 00:08:21.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
70262025-10-28T00:08:22.048Z[ recovery-image] Oct 28 00:08:21.565 INFO O| Oct 28 00:08:21.564 INFO STEP 725 (remove_files) COMPLETE
70272025-10-28T00:08:22.048Z[ recovery-image] Oct 28 00:08:21.565 INFO O| Oct 28 00:08:21.564 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282025-10-28T00:08:22.057Z[ recovery-image] Oct 28 00:08:21.577 INFO O| Oct 28 00:08:21.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
70292025-10-28T00:08:22.060Z[ recovery-image] Oct 28 00:08:21.578 INFO O| Oct 28 00:08:21.578 INFO STEP 726 (remove_files) COMPLETE
70302025-10-28T00:08:22.060Z[ recovery-image] Oct 28 00:08:21.578 INFO O| Oct 28 00:08:21.578 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312025-10-28T00:08:22.073Z[ recovery-image] Oct 28 00:08:21.593 INFO O| Oct 28 00:08:21.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
70322025-10-28T00:08:22.077Z[ recovery-image] Oct 28 00:08:21.594 INFO O| Oct 28 00:08:21.593 INFO STEP 727 (remove_files) COMPLETE
70332025-10-28T00:08:22.077Z[ recovery-image] Oct 28 00:08:21.594 INFO O| Oct 28 00:08:21.593 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342025-10-28T00:08:22.085Z[ recovery-image] Oct 28 00:08:21.606 INFO O| Oct 28 00:08:21.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
70352025-10-28T00:08:22.085Z[ recovery-image] Oct 28 00:08:21.606 INFO O| Oct 28 00:08:21.606 INFO STEP 728 (remove_files) COMPLETE
70362025-10-28T00:08:22.089Z[ recovery-image] Oct 28 00:08:21.606 INFO O| Oct 28 00:08:21.606 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372025-10-28T00:08:22.099Z[ recovery-image] Oct 28 00:08:21.619 INFO O| Oct 28 00:08:21.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
70382025-10-28T00:08:22.099Z[ recovery-image] Oct 28 00:08:21.619 INFO O| Oct 28 00:08:21.619 INFO STEP 729 (remove_files) COMPLETE
70392025-10-28T00:08:22.102Z[ recovery-image] Oct 28 00:08:21.619 INFO O| Oct 28 00:08:21.619 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402025-10-28T00:08:22.110Z[ recovery-image] Oct 28 00:08:21.630 INFO O| Oct 28 00:08:21.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
70412025-10-28T00:08:22.110Z[ recovery-image] Oct 28 00:08:21.631 INFO O| Oct 28 00:08:21.630 INFO STEP 730 (remove_files) COMPLETE
70422025-10-28T00:08:22.114Z[ recovery-image] Oct 28 00:08:21.631 INFO O| Oct 28 00:08:21.630 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432025-10-28T00:08:22.122Z[ recovery-image] Oct 28 00:08:21.642 INFO O| Oct 28 00:08:21.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
70442025-10-28T00:08:22.126Z[ recovery-image] Oct 28 00:08:21.642 INFO O| Oct 28 00:08:21.642 INFO STEP 731 (remove_files) COMPLETE
70452025-10-28T00:08:22.126Z[ recovery-image] Oct 28 00:08:21.642 INFO O| Oct 28 00:08:21.642 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462025-10-28T00:08:22.132Z[ recovery-image] Oct 28 00:08:21.651 INFO O| Oct 28 00:08:21.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
70472025-10-28T00:08:22.132Z[ recovery-image] Oct 28 00:08:21.651 INFO O| Oct 28 00:08:21.651 INFO STEP 732 (remove_files) COMPLETE
70482025-10-28T00:08:22.135Z[ recovery-image] Oct 28 00:08:21.651 INFO O| Oct 28 00:08:21.651 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492025-10-28T00:08:22.140Z[ recovery-image] Oct 28 00:08:21.659 INFO O| Oct 28 00:08:21.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
70502025-10-28T00:08:22.143Z[ recovery-image] Oct 28 00:08:21.659 INFO O| Oct 28 00:08:21.659 INFO STEP 733 (remove_files) COMPLETE
70512025-10-28T00:08:22.143Z[ recovery-image] Oct 28 00:08:21.659 INFO O| Oct 28 00:08:21.659 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522025-10-28T00:08:22.151Z[ recovery-image] Oct 28 00:08:21.671 INFO O| Oct 28 00:08:21.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
70532025-10-28T00:08:22.154Z[ recovery-image] Oct 28 00:08:21.671 INFO O| Oct 28 00:08:21.671 INFO STEP 734 (remove_files) COMPLETE
70542025-10-28T00:08:22.154Z[ recovery-image] Oct 28 00:08:21.671 INFO O| Oct 28 00:08:21.671 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552025-10-28T00:08:22.162Z[ recovery-image] Oct 28 00:08:21.682 INFO O| Oct 28 00:08:21.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
70562025-10-28T00:08:22.162Z[ recovery-image] Oct 28 00:08:21.682 INFO O| Oct 28 00:08:21.682 INFO STEP 735 (remove_files) COMPLETE
70572025-10-28T00:08:22.162Z[ recovery-image] Oct 28 00:08:21.682 INFO O| Oct 28 00:08:21.682 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582025-10-28T00:08:22.175Z[ recovery-image] Oct 28 00:08:21.695 INFO O| Oct 28 00:08:21.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
70592025-10-28T00:08:22.175Z[ recovery-image] Oct 28 00:08:21.695 INFO O| Oct 28 00:08:21.695 INFO STEP 736 (remove_files) COMPLETE
70602025-10-28T00:08:22.175Z[ recovery-image] Oct 28 00:08:21.695 INFO O| Oct 28 00:08:21.695 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612025-10-28T00:08:22.188Z[ recovery-image] Oct 28 00:08:21.708 INFO O| Oct 28 00:08:21.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
70622025-10-28T00:08:22.188Z[ recovery-image] Oct 28 00:08:21.708 INFO O| Oct 28 00:08:21.708 INFO STEP 737 (remove_files) COMPLETE
70632025-10-28T00:08:22.188Z[ recovery-image] Oct 28 00:08:21.708 INFO O| Oct 28 00:08:21.708 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642025-10-28T00:08:22.197Z[ recovery-image] Oct 28 00:08:21.717 INFO O| Oct 28 00:08:21.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
70652025-10-28T00:08:22.197Z[ recovery-image] Oct 28 00:08:21.717 INFO O| Oct 28 00:08:21.717 INFO STEP 738 (remove_files) COMPLETE
70662025-10-28T00:08:22.201Z[ recovery-image] Oct 28 00:08:21.717 INFO O| Oct 28 00:08:21.717 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672025-10-28T00:08:22.210Z[ recovery-image] Oct 28 00:08:21.730 INFO O| Oct 28 00:08:21.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
70682025-10-28T00:08:22.210Z[ recovery-image] Oct 28 00:08:21.730 INFO O| Oct 28 00:08:21.730 INFO STEP 739 (remove_files) COMPLETE
70692025-10-28T00:08:22.214Z[ recovery-image] Oct 28 00:08:21.731 INFO O| Oct 28 00:08:21.730 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702025-10-28T00:08:22.222Z[ recovery-image] Oct 28 00:08:21.742 INFO O| Oct 28 00:08:21.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
70712025-10-28T00:08:22.222Z[ recovery-image] Oct 28 00:08:21.742 INFO O| Oct 28 00:08:21.742 INFO STEP 740 (remove_files) COMPLETE
70722025-10-28T00:08:22.222Z[ recovery-image] Oct 28 00:08:21.742 INFO O| Oct 28 00:08:21.742 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732025-10-28T00:08:22.235Z[ recovery-image] Oct 28 00:08:21.756 INFO O| Oct 28 00:08:21.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
70742025-10-28T00:08:22.235Z[ recovery-image] Oct 28 00:08:21.756 INFO O| Oct 28 00:08:21.756 INFO STEP 741 (remove_files) COMPLETE
70752025-10-28T00:08:22.238Z[ recovery-image] Oct 28 00:08:21.756 INFO O| Oct 28 00:08:21.756 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762025-10-28T00:08:22.250Z[ recovery-image] Oct 28 00:08:21.769 INFO O| Oct 28 00:08:21.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
70772025-10-28T00:08:22.253Z[ recovery-image] Oct 28 00:08:21.769 INFO O| Oct 28 00:08:21.769 INFO STEP 742 (remove_files) COMPLETE
70782025-10-28T00:08:22.253Z[ recovery-image] Oct 28 00:08:21.769 INFO O| Oct 28 00:08:21.769 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792025-10-28T00:08:22.258Z[ recovery-image] Oct 28 00:08:21.779 INFO O| Oct 28 00:08:21.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
70802025-10-28T00:08:22.261Z[ recovery-image] Oct 28 00:08:21.779 INFO O| Oct 28 00:08:21.779 INFO STEP 743 (remove_files) COMPLETE
70812025-10-28T00:08:22.262Z[ recovery-image] Oct 28 00:08:21.779 INFO O| Oct 28 00:08:21.779 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822025-10-28T00:08:22.269Z[ recovery-image] Oct 28 00:08:21.790 INFO O| Oct 28 00:08:21.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
70832025-10-28T00:08:22.273Z[ recovery-image] Oct 28 00:08:21.790 INFO O| Oct 28 00:08:21.790 INFO STEP 744 (remove_files) COMPLETE
70842025-10-28T00:08:22.273Z[ recovery-image] Oct 28 00:08:21.790 INFO O| Oct 28 00:08:21.790 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852025-10-28T00:08:22.279Z[ recovery-image] Oct 28 00:08:21.800 INFO O| Oct 28 00:08:21.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
70862025-10-28T00:08:22.283Z[ recovery-image] Oct 28 00:08:21.800 INFO O| Oct 28 00:08:21.800 INFO STEP 745 (remove_files) COMPLETE
70872025-10-28T00:08:22.283Z[ recovery-image] Oct 28 00:08:21.800 INFO O| Oct 28 00:08:21.800 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882025-10-28T00:08:22.291Z[ recovery-image] Oct 28 00:08:21.812 INFO O| Oct 28 00:08:21.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
70892025-10-28T00:08:22.291Z[ recovery-image] Oct 28 00:08:21.812 INFO O| Oct 28 00:08:21.812 INFO STEP 746 (remove_files) COMPLETE
70902025-10-28T00:08:22.292Z[ recovery-image] Oct 28 00:08:21.812 INFO O| Oct 28 00:08:21.812 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912025-10-28T00:08:22.300Z[ recovery-image] Oct 28 00:08:21.820 INFO O| Oct 28 00:08:21.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
70922025-10-28T00:08:22.304Z[ recovery-image] Oct 28 00:08:21.821 INFO O| Oct 28 00:08:21.820 INFO STEP 747 (remove_files) COMPLETE
70932025-10-28T00:08:22.304Z[ recovery-image] Oct 28 00:08:21.821 INFO O| Oct 28 00:08:21.821 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942025-10-28T00:08:22.313Z[ recovery-image] Oct 28 00:08:21.833 INFO O| Oct 28 00:08:21.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
70952025-10-28T00:08:22.313Z[ recovery-image] Oct 28 00:08:21.834 INFO O| Oct 28 00:08:21.833 INFO STEP 748 (remove_files) COMPLETE
70962025-10-28T00:08:22.317Z[ recovery-image] Oct 28 00:08:21.834 INFO O| Oct 28 00:08:21.834 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972025-10-28T00:08:22.325Z[ recovery-image] Oct 28 00:08:21.845 INFO O| Oct 28 00:08:21.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
70982025-10-28T00:08:22.328Z[ recovery-image] Oct 28 00:08:21.845 INFO O| Oct 28 00:08:21.845 INFO STEP 749 (remove_files) COMPLETE
70992025-10-28T00:08:22.328Z[ recovery-image] Oct 28 00:08:21.845 INFO O| Oct 28 00:08:21.845 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002025-10-28T00:08:22.336Z[ recovery-image] Oct 28 00:08:21.856 INFO O| Oct 28 00:08:21.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
71012025-10-28T00:08:22.339Z[ recovery-image] Oct 28 00:08:21.856 INFO O| Oct 28 00:08:21.856 INFO STEP 750 (remove_files) COMPLETE
71022025-10-28T00:08:22.339Z[ recovery-image] Oct 28 00:08:21.856 INFO O| Oct 28 00:08:21.856 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032025-10-28T00:08:22.349Z[ recovery-image] Oct 28 00:08:21.869 INFO O| Oct 28 00:08:21.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
71042025-10-28T00:08:22.352Z[ recovery-image] Oct 28 00:08:21.869 INFO O| Oct 28 00:08:21.869 INFO STEP 751 (remove_files) COMPLETE
71052025-10-28T00:08:22.352Z[ recovery-image] Oct 28 00:08:21.869 INFO O| Oct 28 00:08:21.869 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062025-10-28T00:08:22.361Z[ recovery-image] Oct 28 00:08:21.882 INFO O| Oct 28 00:08:21.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
71072025-10-28T00:08:22.365Z[ recovery-image] Oct 28 00:08:21.882 INFO O| Oct 28 00:08:21.882 INFO STEP 752 (remove_files) COMPLETE
71082025-10-28T00:08:22.365Z[ recovery-image] Oct 28 00:08:21.882 INFO O| Oct 28 00:08:21.882 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092025-10-28T00:08:22.375Z[ recovery-image] Oct 28 00:08:21.895 INFO O| Oct 28 00:08:21.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
71102025-10-28T00:08:22.378Z[ recovery-image] Oct 28 00:08:21.895 INFO O| Oct 28 00:08:21.895 INFO STEP 753 (remove_files) COMPLETE
71112025-10-28T00:08:22.378Z[ recovery-image] Oct 28 00:08:21.895 INFO O| Oct 28 00:08:21.895 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122025-10-28T00:08:22.385Z[ recovery-image] Oct 28 00:08:21.905 INFO O| Oct 28 00:08:21.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
71132025-10-28T00:08:22.388Z[ recovery-image] Oct 28 00:08:21.905 INFO O| Oct 28 00:08:21.905 INFO STEP 754 (remove_files) COMPLETE
71142025-10-28T00:08:22.388Z[ recovery-image] Oct 28 00:08:21.905 INFO O| Oct 28 00:08:21.905 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152025-10-28T00:08:22.395Z[ recovery-image] Oct 28 00:08:21.915 INFO O| Oct 28 00:08:21.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
71162025-10-28T00:08:22.395Z[ recovery-image] Oct 28 00:08:21.915 INFO O| Oct 28 00:08:21.915 INFO STEP 755 (remove_files) COMPLETE
71172025-10-28T00:08:22.398Z[ recovery-image] Oct 28 00:08:21.915 INFO O| Oct 28 00:08:21.915 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182025-10-28T00:08:22.408Z[ recovery-image] Oct 28 00:08:21.928 INFO O| Oct 28 00:08:21.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
71192025-10-28T00:08:22.408Z[ recovery-image] Oct 28 00:08:21.928 INFO O| Oct 28 00:08:21.928 INFO STEP 756 (remove_files) COMPLETE
71202025-10-28T00:08:22.411Z[ recovery-image] Oct 28 00:08:21.928 INFO O| Oct 28 00:08:21.928 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212025-10-28T00:08:22.419Z[ recovery-image] Oct 28 00:08:21.940 INFO O| Oct 28 00:08:21.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
71222025-10-28T00:08:22.423Z[ recovery-image] Oct 28 00:08:21.940 INFO O| Oct 28 00:08:21.940 INFO STEP 757 (remove_files) COMPLETE
71232025-10-28T00:08:22.423Z[ recovery-image] Oct 28 00:08:21.940 INFO O| Oct 28 00:08:21.940 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242025-10-28T00:08:22.433Z[ recovery-image] Oct 28 00:08:21.953 INFO O| Oct 28 00:08:21.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
71252025-10-28T00:08:22.433Z[ recovery-image] Oct 28 00:08:21.953 INFO O| Oct 28 00:08:21.953 INFO STEP 758 (remove_files) COMPLETE
71262025-10-28T00:08:22.436Z[ recovery-image] Oct 28 00:08:21.953 INFO O| Oct 28 00:08:21.953 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272025-10-28T00:08:22.445Z[ recovery-image] Oct 28 00:08:21.965 INFO O| Oct 28 00:08:21.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
71282025-10-28T00:08:22.448Z[ recovery-image] Oct 28 00:08:21.965 INFO O| Oct 28 00:08:21.965 INFO STEP 759 (remove_files) COMPLETE
71292025-10-28T00:08:22.448Z[ recovery-image] Oct 28 00:08:21.965 INFO O| Oct 28 00:08:21.965 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302025-10-28T00:08:22.459Z[ recovery-image] Oct 28 00:08:21.979 INFO O| Oct 28 00:08:21.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
71312025-10-28T00:08:22.459Z[ recovery-image] Oct 28 00:08:21.979 INFO O| Oct 28 00:08:21.979 INFO STEP 760 (remove_files) COMPLETE
71322025-10-28T00:08:22.462Z[ recovery-image] Oct 28 00:08:21.979 INFO O| Oct 28 00:08:21.979 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332025-10-28T00:08:22.472Z[ recovery-image] Oct 28 00:08:21.993 INFO O| Oct 28 00:08:21.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
71342025-10-28T00:08:22.472Z[ recovery-image] Oct 28 00:08:21.993 INFO O| Oct 28 00:08:21.993 INFO STEP 761 (remove_files) COMPLETE
71352025-10-28T00:08:22.476Z[ recovery-image] Oct 28 00:08:21.993 INFO O| Oct 28 00:08:21.993 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362025-10-28T00:08:22.486Z[ recovery-image] Oct 28 00:08:22.006 INFO O| Oct 28 00:08:22.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
71372025-10-28T00:08:22.486Z[ recovery-image] Oct 28 00:08:22.007 INFO O| Oct 28 00:08:22.007 INFO STEP 762 (remove_files) COMPLETE
71382025-10-28T00:08:22.486Z[ recovery-image] Oct 28 00:08:22.007 INFO O| Oct 28 00:08:22.007 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392025-10-28T00:08:22.499Z[ recovery-image] Oct 28 00:08:22.020 INFO O| Oct 28 00:08:22.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
71402025-10-28T00:08:22.499Z[ recovery-image] Oct 28 00:08:22.020 INFO O| Oct 28 00:08:22.020 INFO STEP 763 (remove_files) COMPLETE
71412025-10-28T00:08:22.499Z[ recovery-image] Oct 28 00:08:22.020 INFO O| Oct 28 00:08:22.020 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422025-10-28T00:08:22.511Z[ recovery-image] Oct 28 00:08:22.032 INFO O| Oct 28 00:08:22.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
71432025-10-28T00:08:22.512Z[ recovery-image] Oct 28 00:08:22.032 INFO O| Oct 28 00:08:22.032 INFO STEP 764 (remove_files) COMPLETE
71442025-10-28T00:08:22.512Z[ recovery-image] Oct 28 00:08:22.032 INFO O| Oct 28 00:08:22.032 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452025-10-28T00:08:22.525Z[ recovery-image] Oct 28 00:08:22.045 INFO O| Oct 28 00:08:22.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
71462025-10-28T00:08:22.525Z[ recovery-image] Oct 28 00:08:22.045 INFO O| Oct 28 00:08:22.045 INFO STEP 765 (remove_files) COMPLETE
71472025-10-28T00:08:22.528Z[ recovery-image] Oct 28 00:08:22.045 INFO O| Oct 28 00:08:22.045 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482025-10-28T00:08:22.534Z[ recovery-image] Oct 28 00:08:22.054 INFO O| Oct 28 00:08:22.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
71492025-10-28T00:08:22.537Z[ recovery-image] Oct 28 00:08:22.055 INFO O| Oct 28 00:08:22.055 INFO STEP 766 (remove_files) COMPLETE
71502025-10-28T00:08:22.537Z[ recovery-image] Oct 28 00:08:22.055 INFO O| Oct 28 00:08:22.055 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512025-10-28T00:08:22.546Z[ recovery-image] Oct 28 00:08:22.066 INFO O| Oct 28 00:08:22.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
71522025-10-28T00:08:22.546Z[ recovery-image] Oct 28 00:08:22.067 INFO O| Oct 28 00:08:22.067 INFO STEP 767 (remove_files) COMPLETE
71532025-10-28T00:08:22.546Z[ recovery-image] Oct 28 00:08:22.067 INFO O| Oct 28 00:08:22.067 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542025-10-28T00:08:22.560Z[ recovery-image] Oct 28 00:08:22.080 INFO O| Oct 28 00:08:22.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
71552025-10-28T00:08:22.560Z[ recovery-image] Oct 28 00:08:22.081 INFO O| Oct 28 00:08:22.080 INFO STEP 768 (remove_files) COMPLETE
71562025-10-28T00:08:22.564Z[ recovery-image] Oct 28 00:08:22.081 INFO O| Oct 28 00:08:22.080 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572025-10-28T00:08:22.572Z[ recovery-image] Oct 28 00:08:22.092 INFO O| Oct 28 00:08:22.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
71582025-10-28T00:08:22.572Z[ recovery-image] Oct 28 00:08:22.092 INFO O| Oct 28 00:08:22.092 INFO STEP 769 (remove_files) COMPLETE
71592025-10-28T00:08:22.572Z[ recovery-image] Oct 28 00:08:22.092 INFO O| Oct 28 00:08:22.092 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602025-10-28T00:08:22.581Z[ recovery-image] Oct 28 00:08:22.101 INFO O| Oct 28 00:08:22.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
71612025-10-28T00:08:22.585Z[ recovery-image] Oct 28 00:08:22.102 INFO O| Oct 28 00:08:22.101 INFO STEP 770 (remove_files) COMPLETE
71622025-10-28T00:08:22.585Z[ recovery-image] Oct 28 00:08:22.102 INFO O| Oct 28 00:08:22.102 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632025-10-28T00:08:22.595Z[ recovery-image] Oct 28 00:08:22.115 INFO O| Oct 28 00:08:22.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
71642025-10-28T00:08:22.598Z[ recovery-image] Oct 28 00:08:22.115 INFO O| Oct 28 00:08:22.115 INFO STEP 771 (remove_files) COMPLETE
71652025-10-28T00:08:22.598Z[ recovery-image] Oct 28 00:08:22.115 INFO O| Oct 28 00:08:22.115 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662025-10-28T00:08:22.604Z[ recovery-image] Oct 28 00:08:22.124 INFO O| Oct 28 00:08:22.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
71672025-10-28T00:08:22.604Z[ recovery-image] Oct 28 00:08:22.124 INFO O| Oct 28 00:08:22.124 INFO STEP 772 (remove_files) COMPLETE
71682025-10-28T00:08:22.604Z[ recovery-image] Oct 28 00:08:22.124 INFO O| Oct 28 00:08:22.124 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692025-10-28T00:08:22.616Z[ recovery-image] Oct 28 00:08:22.136 INFO O| Oct 28 00:08:22.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
71702025-10-28T00:08:22.620Z[ recovery-image] Oct 28 00:08:22.136 INFO O| Oct 28 00:08:22.136 INFO STEP 773 (remove_files) COMPLETE
71712025-10-28T00:08:22.620Z[ recovery-image] Oct 28 00:08:22.136 INFO O| Oct 28 00:08:22.136 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722025-10-28T00:08:22.630Z[ recovery-image] Oct 28 00:08:22.149 INFO O| Oct 28 00:08:22.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
71732025-10-28T00:08:22.634Z[ recovery-image] Oct 28 00:08:22.149 INFO O| Oct 28 00:08:22.149 INFO STEP 774 (remove_files) COMPLETE
71742025-10-28T00:08:22.634Z[ recovery-image] Oct 28 00:08:22.149 INFO O| Oct 28 00:08:22.149 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752025-10-28T00:08:22.641Z[ recovery-image] Oct 28 00:08:22.161 INFO O| Oct 28 00:08:22.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
71762025-10-28T00:08:22.641Z[ recovery-image] Oct 28 00:08:22.161 INFO O| Oct 28 00:08:22.161 INFO STEP 775 (remove_files) COMPLETE
71772025-10-28T00:08:22.644Z[ recovery-image] Oct 28 00:08:22.161 INFO O| Oct 28 00:08:22.161 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782025-10-28T00:08:22.654Z[ recovery-image] Oct 28 00:08:22.174 INFO O| Oct 28 00:08:22.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
71792025-10-28T00:08:22.654Z[ recovery-image] Oct 28 00:08:22.174 INFO O| Oct 28 00:08:22.174 INFO STEP 776 (remove_files) COMPLETE
71802025-10-28T00:08:22.654Z[ recovery-image] Oct 28 00:08:22.174 INFO O| Oct 28 00:08:22.174 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812025-10-28T00:08:22.666Z[ recovery-image] Oct 28 00:08:22.186 INFO O| Oct 28 00:08:22.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
71822025-10-28T00:08:22.666Z[ recovery-image] Oct 28 00:08:22.186 INFO O| Oct 28 00:08:22.186 INFO STEP 777 (remove_files) COMPLETE
71832025-10-28T00:08:22.666Z[ recovery-image] Oct 28 00:08:22.186 INFO O| Oct 28 00:08:22.186 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842025-10-28T00:08:22.678Z[ recovery-image] Oct 28 00:08:22.198 INFO O| Oct 28 00:08:22.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
71852025-10-28T00:08:22.678Z[ recovery-image] Oct 28 00:08:22.198 INFO O| Oct 28 00:08:22.198 INFO STEP 778 (remove_files) COMPLETE
71862025-10-28T00:08:22.678Z[ recovery-image] Oct 28 00:08:22.199 INFO O| Oct 28 00:08:22.198 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872025-10-28T00:08:22.691Z[ recovery-image] Oct 28 00:08:22.212 INFO O| Oct 28 00:08:22.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
71882025-10-28T00:08:22.692Z[ recovery-image] Oct 28 00:08:22.212 INFO O| Oct 28 00:08:22.212 INFO STEP 779 (remove_files) COMPLETE
71892025-10-28T00:08:22.692Z[ recovery-image] Oct 28 00:08:22.212 INFO O| Oct 28 00:08:22.212 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902025-10-28T00:08:22.704Z[ recovery-image] Oct 28 00:08:22.225 INFO O| Oct 28 00:08:22.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
71912025-10-28T00:08:22.704Z[ recovery-image] Oct 28 00:08:22.225 INFO O| Oct 28 00:08:22.225 INFO STEP 780 (remove_files) COMPLETE
71922025-10-28T00:08:22.704Z[ recovery-image] Oct 28 00:08:22.225 INFO O| Oct 28 00:08:22.225 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932025-10-28T00:08:22.717Z[ recovery-image] Oct 28 00:08:22.237 INFO O| Oct 28 00:08:22.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
71942025-10-28T00:08:22.717Z[ recovery-image] Oct 28 00:08:22.238 INFO O| Oct 28 00:08:22.238 INFO STEP 781 (remove_files) COMPLETE
71952025-10-28T00:08:22.721Z[ recovery-image] Oct 28 00:08:22.238 INFO O| Oct 28 00:08:22.238 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962025-10-28T00:08:22.728Z[ recovery-image] Oct 28 00:08:22.249 INFO O| Oct 28 00:08:22.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
71972025-10-28T00:08:22.728Z[ recovery-image] Oct 28 00:08:22.249 INFO O| Oct 28 00:08:22.249 INFO STEP 782 (remove_files) COMPLETE
71982025-10-28T00:08:22.728Z[ recovery-image] Oct 28 00:08:22.249 INFO O| Oct 28 00:08:22.249 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992025-10-28T00:08:22.738Z[ recovery-image] Oct 28 00:08:22.258 INFO O| Oct 28 00:08:22.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
72002025-10-28T00:08:22.738Z[ recovery-image] Oct 28 00:08:22.259 INFO O| Oct 28 00:08:22.259 INFO STEP 783 (remove_files) COMPLETE
72012025-10-28T00:08:22.742Z[ recovery-image] Oct 28 00:08:22.259 INFO O| Oct 28 00:08:22.259 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022025-10-28T00:08:22.750Z[ recovery-image] Oct 28 00:08:22.270 INFO O| Oct 28 00:08:22.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
72032025-10-28T00:08:22.750Z[ recovery-image] Oct 28 00:08:22.270 INFO O| Oct 28 00:08:22.270 INFO STEP 784 (remove_files) COMPLETE
72042025-10-28T00:08:22.753Z[ recovery-image] Oct 28 00:08:22.271 INFO O| Oct 28 00:08:22.270 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052025-10-28T00:08:22.762Z[ recovery-image] Oct 28 00:08:22.282 INFO O| Oct 28 00:08:22.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
72062025-10-28T00:08:22.762Z[ recovery-image] Oct 28 00:08:22.282 INFO O| Oct 28 00:08:22.282 INFO STEP 785 (remove_files) COMPLETE
72072025-10-28T00:08:22.766Z[ recovery-image] Oct 28 00:08:22.282 INFO O| Oct 28 00:08:22.282 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082025-10-28T00:08:22.772Z[ recovery-image] Oct 28 00:08:22.292 INFO O| Oct 28 00:08:22.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
72092025-10-28T00:08:22.775Z[ recovery-image] Oct 28 00:08:22.292 INFO O| Oct 28 00:08:22.292 INFO STEP 786 (remove_files) COMPLETE
72102025-10-28T00:08:22.775Z[ recovery-image] Oct 28 00:08:22.292 INFO O| Oct 28 00:08:22.292 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112025-10-28T00:08:22.785Z[ recovery-image] Oct 28 00:08:22.306 INFO O| Oct 28 00:08:22.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
72122025-10-28T00:08:22.785Z[ recovery-image] Oct 28 00:08:22.306 INFO O| Oct 28 00:08:22.306 INFO STEP 787 (remove_files) COMPLETE
72132025-10-28T00:08:22.789Z[ recovery-image] Oct 28 00:08:22.306 INFO O| Oct 28 00:08:22.306 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142025-10-28T00:08:22.797Z[ recovery-image] Oct 28 00:08:22.317 INFO O| Oct 28 00:08:22.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
72152025-10-28T00:08:22.797Z[ recovery-image] Oct 28 00:08:22.317 INFO O| Oct 28 00:08:22.317 INFO STEP 788 (remove_files) COMPLETE
72162025-10-28T00:08:22.800Z[ recovery-image] Oct 28 00:08:22.317 INFO O| Oct 28 00:08:22.317 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172025-10-28T00:08:22.807Z[ recovery-image] Oct 28 00:08:22.328 INFO O| Oct 28 00:08:22.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
72182025-10-28T00:08:22.811Z[ recovery-image] Oct 28 00:08:22.328 INFO O| Oct 28 00:08:22.328 INFO STEP 789 (remove_files) COMPLETE
72192025-10-28T00:08:22.811Z[ recovery-image] Oct 28 00:08:22.328 INFO O| Oct 28 00:08:22.328 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202025-10-28T00:08:22.822Z[ recovery-image] Oct 28 00:08:22.342 INFO O| Oct 28 00:08:22.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
72212025-10-28T00:08:22.822Z[ recovery-image] Oct 28 00:08:22.342 INFO O| Oct 28 00:08:22.342 INFO STEP 790 (remove_files) COMPLETE
72222025-10-28T00:08:22.822Z[ recovery-image] Oct 28 00:08:22.342 INFO O| Oct 28 00:08:22.342 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232025-10-28T00:08:22.835Z[ recovery-image] Oct 28 00:08:22.356 INFO O| Oct 28 00:08:22.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
72242025-10-28T00:08:22.835Z[ recovery-image] Oct 28 00:08:22.356 INFO O| Oct 28 00:08:22.356 INFO STEP 791 (remove_files) COMPLETE
72252025-10-28T00:08:22.835Z[ recovery-image] Oct 28 00:08:22.356 INFO O| Oct 28 00:08:22.356 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262025-10-28T00:08:22.848Z[ recovery-image] Oct 28 00:08:22.368 INFO O| Oct 28 00:08:22.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
72272025-10-28T00:08:22.848Z[ recovery-image] Oct 28 00:08:22.368 INFO O| Oct 28 00:08:22.368 INFO STEP 792 (remove_files) COMPLETE
72282025-10-28T00:08:22.848Z[ recovery-image] Oct 28 00:08:22.368 INFO O| Oct 28 00:08:22.368 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292025-10-28T00:08:22.858Z[ recovery-image] Oct 28 00:08:22.378 INFO O| Oct 28 00:08:22.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
72302025-10-28T00:08:22.862Z[ recovery-image] Oct 28 00:08:22.379 INFO O| Oct 28 00:08:22.379 INFO STEP 793 (remove_files) COMPLETE
72312025-10-28T00:08:22.862Z[ recovery-image] Oct 28 00:08:22.379 INFO O| Oct 28 00:08:22.379 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322025-10-28T00:08:22.866Z[ recovery-image] Oct 28 00:08:22.387 INFO O| Oct 28 00:08:22.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
72332025-10-28T00:08:22.870Z[ recovery-image] Oct 28 00:08:22.387 INFO O| Oct 28 00:08:22.387 INFO STEP 794 (remove_files) COMPLETE
72342025-10-28T00:08:22.870Z[ recovery-image] Oct 28 00:08:22.387 INFO O| Oct 28 00:08:22.387 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352025-10-28T00:08:22.878Z[ recovery-image] Oct 28 00:08:22.398 INFO O| Oct 28 00:08:22.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
72362025-10-28T00:08:22.882Z[ recovery-image] Oct 28 00:08:22.399 INFO O| Oct 28 00:08:22.399 INFO STEP 795 (remove_files) COMPLETE
72372025-10-28T00:08:22.882Z[ recovery-image] Oct 28 00:08:22.399 INFO O| Oct 28 00:08:22.399 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382025-10-28T00:08:22.890Z[ recovery-image] Oct 28 00:08:22.409 INFO O| Oct 28 00:08:22.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
72392025-10-28T00:08:22.890Z[ recovery-image] Oct 28 00:08:22.409 INFO O| Oct 28 00:08:22.409 INFO STEP 796 (remove_files) COMPLETE
72402025-10-28T00:08:22.894Z[ recovery-image] Oct 28 00:08:22.409 INFO O| Oct 28 00:08:22.409 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412025-10-28T00:08:22.901Z[ recovery-image] Oct 28 00:08:22.421 INFO O| Oct 28 00:08:22.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
72422025-10-28T00:08:22.901Z[ recovery-image] Oct 28 00:08:22.421 INFO O| Oct 28 00:08:22.421 INFO STEP 797 (remove_files) COMPLETE
72432025-10-28T00:08:22.904Z[ recovery-image] Oct 28 00:08:22.421 INFO O| Oct 28 00:08:22.421 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442025-10-28T00:08:22.913Z[ recovery-image] Oct 28 00:08:22.432 INFO O| Oct 28 00:08:22.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
72452025-10-28T00:08:22.913Z[ recovery-image] Oct 28 00:08:22.432 INFO O| Oct 28 00:08:22.432 INFO STEP 798 (remove_files) COMPLETE
72462025-10-28T00:08:22.917Z[ recovery-image] Oct 28 00:08:22.432 INFO O| Oct 28 00:08:22.432 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472025-10-28T00:08:22.925Z[ recovery-image] Oct 28 00:08:22.445 INFO O| Oct 28 00:08:22.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
72482025-10-28T00:08:22.925Z[ recovery-image] Oct 28 00:08:22.445 INFO O| Oct 28 00:08:22.445 INFO STEP 799 (remove_files) COMPLETE
72492025-10-28T00:08:22.925Z[ recovery-image] Oct 28 00:08:22.445 INFO O| Oct 28 00:08:22.445 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502025-10-28T00:08:22.936Z[ recovery-image] Oct 28 00:08:22.456 INFO O| Oct 28 00:08:22.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
72512025-10-28T00:08:22.936Z[ recovery-image] Oct 28 00:08:22.456 INFO O| Oct 28 00:08:22.456 INFO STEP 800 (remove_files) COMPLETE
72522025-10-28T00:08:22.939Z[ recovery-image] Oct 28 00:08:22.456 INFO O| Oct 28 00:08:22.456 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532025-10-28T00:08:22.949Z[ recovery-image] Oct 28 00:08:22.469 INFO O| Oct 28 00:08:22.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
72542025-10-28T00:08:22.953Z[ recovery-image] Oct 28 00:08:22.470 INFO O| Oct 28 00:08:22.469 INFO STEP 801 (remove_files) COMPLETE
72552025-10-28T00:08:22.953Z[ recovery-image] Oct 28 00:08:22.470 INFO O| Oct 28 00:08:22.470 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562025-10-28T00:08:22.964Z[ recovery-image] Oct 28 00:08:22.484 INFO O| Oct 28 00:08:22.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
72572025-10-28T00:08:22.964Z[ recovery-image] Oct 28 00:08:22.484 INFO O| Oct 28 00:08:22.484 INFO STEP 802 (remove_files) COMPLETE
72582025-10-28T00:08:22.964Z[ recovery-image] Oct 28 00:08:22.484 INFO O| Oct 28 00:08:22.484 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592025-10-28T00:08:22.976Z[ recovery-image] Oct 28 00:08:22.496 INFO O| Oct 28 00:08:22.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
72602025-10-28T00:08:22.976Z[ recovery-image] Oct 28 00:08:22.496 INFO O| Oct 28 00:08:22.496 INFO STEP 803 (remove_files) COMPLETE
72612025-10-28T00:08:22.980Z[ recovery-image] Oct 28 00:08:22.496 INFO O| Oct 28 00:08:22.496 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622025-10-28T00:08:22.989Z[ recovery-image] Oct 28 00:08:22.510 INFO O| Oct 28 00:08:22.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
72632025-10-28T00:08:22.989Z[ recovery-image] Oct 28 00:08:22.510 INFO O| Oct 28 00:08:22.510 INFO STEP 804 (remove_files) COMPLETE
72642025-10-28T00:08:22.992Z[ recovery-image] Oct 28 00:08:22.510 INFO O| Oct 28 00:08:22.510 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652025-10-28T00:08:23.000Z[ recovery-image] Oct 28 00:08:22.521 INFO O| Oct 28 00:08:22.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
72662025-10-28T00:08:23.004Z[ recovery-image] Oct 28 00:08:22.521 INFO O| Oct 28 00:08:22.521 INFO STEP 805 (remove_files) COMPLETE
72672025-10-28T00:08:23.004Z[ recovery-image] Oct 28 00:08:22.521 INFO O| Oct 28 00:08:22.521 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682025-10-28T00:08:23.011Z[ recovery-image] Oct 28 00:08:22.532 INFO O| Oct 28 00:08:22.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
72692025-10-28T00:08:23.011Z[ recovery-image] Oct 28 00:08:22.532 INFO O| Oct 28 00:08:22.532 INFO STEP 806 (remove_files) COMPLETE
72702025-10-28T00:08:23.011Z[ recovery-image] Oct 28 00:08:22.532 INFO O| Oct 28 00:08:22.532 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712025-10-28T00:08:23.020Z[ recovery-image] Oct 28 00:08:22.540 INFO O| Oct 28 00:08:22.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
72722025-10-28T00:08:23.024Z[ recovery-image] Oct 28 00:08:22.541 INFO O| Oct 28 00:08:22.541 INFO STEP 807 (remove_files) COMPLETE
72732025-10-28T00:08:23.024Z[ recovery-image] Oct 28 00:08:22.541 INFO O| Oct 28 00:08:22.541 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742025-10-28T00:08:23.032Z[ recovery-image] Oct 28 00:08:22.553 INFO O| Oct 28 00:08:22.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
72752025-10-28T00:08:23.032Z[ recovery-image] Oct 28 00:08:22.553 INFO O| Oct 28 00:08:22.553 INFO STEP 808 (remove_files) COMPLETE
72762025-10-28T00:08:23.032Z[ recovery-image] Oct 28 00:08:22.553 INFO O| Oct 28 00:08:22.553 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772025-10-28T00:08:23.040Z[ host-image] Oct 28 00:08:22.560 INFO O| Oct 28 00:08:22.560 INFO O| Startup: Caching catalogs ... Done
72782025-10-28T00:08:23.045Z[ recovery-image] Oct 28 00:08:22.566 INFO O| Oct 28 00:08:22.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
72792025-10-28T00:08:23.045Z[ recovery-image] Oct 28 00:08:22.566 INFO O| Oct 28 00:08:22.566 INFO STEP 809 (remove_files) COMPLETE
72802025-10-28T00:08:23.049Z[ recovery-image] Oct 28 00:08:22.566 INFO O| Oct 28 00:08:22.566 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812025-10-28T00:08:23.058Z[ recovery-image] Oct 28 00:08:22.578 INFO O| Oct 28 00:08:22.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
72822025-10-28T00:08:23.058Z[ recovery-image] Oct 28 00:08:22.578 INFO O| Oct 28 00:08:22.578 INFO STEP 810 (remove_files) COMPLETE
72832025-10-28T00:08:23.058Z[ recovery-image] Oct 28 00:08:22.578 INFO O| Oct 28 00:08:22.578 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842025-10-28T00:08:23.068Z[ recovery-image] Oct 28 00:08:22.588 INFO O| Oct 28 00:08:22.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
72852025-10-28T00:08:23.068Z[ recovery-image] Oct 28 00:08:22.588 INFO O| Oct 28 00:08:22.588 INFO STEP 811 (remove_files) COMPLETE
72862025-10-28T00:08:23.068Z[ recovery-image] Oct 28 00:08:22.588 INFO O| Oct 28 00:08:22.588 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872025-10-28T00:08:23.081Z[ recovery-image] Oct 28 00:08:22.601 INFO O| Oct 28 00:08:22.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
72882025-10-28T00:08:23.085Z[ recovery-image] Oct 28 00:08:22.601 INFO O| Oct 28 00:08:22.601 INFO STEP 812 (remove_files) COMPLETE
72892025-10-28T00:08:23.085Z[ recovery-image] Oct 28 00:08:22.601 INFO O| Oct 28 00:08:22.601 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902025-10-28T00:08:23.094Z[ recovery-image] Oct 28 00:08:22.614 INFO O| Oct 28 00:08:22.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
72912025-10-28T00:08:23.094Z[ recovery-image] Oct 28 00:08:22.614 INFO O| Oct 28 00:08:22.614 INFO STEP 813 (remove_files) COMPLETE
72922025-10-28T00:08:23.098Z[ recovery-image] Oct 28 00:08:22.614 INFO O| Oct 28 00:08:22.614 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932025-10-28T00:08:23.108Z[ recovery-image] Oct 28 00:08:22.629 INFO O| Oct 28 00:08:22.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
72942025-10-28T00:08:23.109Z[ recovery-image] Oct 28 00:08:22.629 INFO O| Oct 28 00:08:22.629 INFO STEP 814 (remove_files) COMPLETE
72952025-10-28T00:08:23.112Z[ recovery-image] Oct 28 00:08:22.629 INFO O| Oct 28 00:08:22.629 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962025-10-28T00:08:23.124Z[ recovery-image] Oct 28 00:08:22.644 INFO O| Oct 28 00:08:22.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
72972025-10-28T00:08:23.124Z[ recovery-image] Oct 28 00:08:22.644 INFO O| Oct 28 00:08:22.644 INFO STEP 815 (remove_files) COMPLETE
72982025-10-28T00:08:23.124Z[ recovery-image] Oct 28 00:08:22.644 INFO O| Oct 28 00:08:22.644 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992025-10-28T00:08:23.135Z[ recovery-image] Oct 28 00:08:22.656 INFO O| Oct 28 00:08:22.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
73002025-10-28T00:08:23.139Z[ recovery-image] Oct 28 00:08:22.656 INFO O| Oct 28 00:08:22.656 INFO STEP 816 (remove_files) COMPLETE
73012025-10-28T00:08:23.139Z[ recovery-image] Oct 28 00:08:22.656 INFO O| Oct 28 00:08:22.656 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022025-10-28T00:08:23.146Z[ recovery-image] Oct 28 00:08:22.666 INFO O| Oct 28 00:08:22.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
73032025-10-28T00:08:23.146Z[ recovery-image] Oct 28 00:08:22.666 INFO O| Oct 28 00:08:22.666 INFO STEP 817 (remove_files) COMPLETE
73042025-10-28T00:08:23.150Z[ recovery-image] Oct 28 00:08:22.666 INFO O| Oct 28 00:08:22.666 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052025-10-28T00:08:23.155Z[ recovery-image] Oct 28 00:08:22.675 INFO O| Oct 28 00:08:22.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
73062025-10-28T00:08:23.155Z[ recovery-image] Oct 28 00:08:22.676 INFO O| Oct 28 00:08:22.675 INFO STEP 818 (remove_files) COMPLETE
73072025-10-28T00:08:23.155Z[ recovery-image] Oct 28 00:08:22.676 INFO O| Oct 28 00:08:22.676 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082025-10-28T00:08:23.164Z[ recovery-image] Oct 28 00:08:22.684 INFO O| Oct 28 00:08:22.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
73092025-10-28T00:08:23.167Z[ recovery-image] Oct 28 00:08:22.685 INFO O| Oct 28 00:08:22.685 INFO STEP 819 (remove_files) COMPLETE
73102025-10-28T00:08:23.167Z[ recovery-image] Oct 28 00:08:22.685 INFO O| Oct 28 00:08:22.685 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112025-10-28T00:08:23.175Z[ recovery-image] Oct 28 00:08:22.695 INFO O| Oct 28 00:08:22.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
73122025-10-28T00:08:23.175Z[ recovery-image] Oct 28 00:08:22.695 INFO O| Oct 28 00:08:22.695 INFO STEP 820 (remove_files) COMPLETE
73132025-10-28T00:08:23.175Z[ recovery-image] Oct 28 00:08:22.695 INFO O| Oct 28 00:08:22.695 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142025-10-28T00:08:23.185Z[ recovery-image] Oct 28 00:08:22.706 INFO O| Oct 28 00:08:22.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
73152025-10-28T00:08:23.185Z[ recovery-image] Oct 28 00:08:22.706 INFO O| Oct 28 00:08:22.706 INFO STEP 821 (remove_files) COMPLETE
73162025-10-28T00:08:23.189Z[ recovery-image] Oct 28 00:08:22.706 INFO O| Oct 28 00:08:22.706 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172025-10-28T00:08:23.196Z[ recovery-image] Oct 28 00:08:22.717 INFO O| Oct 28 00:08:22.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
73182025-10-28T00:08:23.200Z[ recovery-image] Oct 28 00:08:22.717 INFO O| Oct 28 00:08:22.717 INFO STEP 822 (remove_files) COMPLETE
73192025-10-28T00:08:23.200Z[ recovery-image] Oct 28 00:08:22.717 INFO O| Oct 28 00:08:22.717 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202025-10-28T00:08:23.208Z[ recovery-image] Oct 28 00:08:22.728 INFO O| Oct 28 00:08:22.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
73212025-10-28T00:08:23.211Z[ recovery-image] Oct 28 00:08:22.728 INFO O| Oct 28 00:08:22.728 INFO STEP 823 (remove_files) COMPLETE
73222025-10-28T00:08:23.211Z[ recovery-image] Oct 28 00:08:22.729 INFO O| Oct 28 00:08:22.728 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232025-10-28T00:08:23.221Z[ recovery-image] Oct 28 00:08:22.742 INFO O| Oct 28 00:08:22.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
73242025-10-28T00:08:23.222Z[ recovery-image] Oct 28 00:08:22.742 INFO O| Oct 28 00:08:22.742 INFO STEP 824 (remove_files) COMPLETE
73252025-10-28T00:08:23.222Z[ recovery-image] Oct 28 00:08:22.742 INFO O| Oct 28 00:08:22.742 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262025-10-28T00:08:23.235Z[ recovery-image] Oct 28 00:08:22.755 INFO O| Oct 28 00:08:22.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
73272025-10-28T00:08:23.238Z[ recovery-image] Oct 28 00:08:22.755 INFO O| Oct 28 00:08:22.755 INFO STEP 825 (remove_files) COMPLETE
73282025-10-28T00:08:23.238Z[ recovery-image] Oct 28 00:08:22.755 INFO O| Oct 28 00:08:22.755 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292025-10-28T00:08:23.251Z[ recovery-image] Oct 28 00:08:22.770 INFO O| Oct 28 00:08:22.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
73302025-10-28T00:08:23.251Z[ recovery-image] Oct 28 00:08:22.770 INFO O| Oct 28 00:08:22.770 INFO STEP 826 (remove_files) COMPLETE
73312025-10-28T00:08:23.251Z[ recovery-image] Oct 28 00:08:22.770 INFO O| Oct 28 00:08:22.770 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322025-10-28T00:08:23.265Z[ recovery-image] Oct 28 00:08:22.785 INFO O| Oct 28 00:08:22.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
73332025-10-28T00:08:23.269Z[ recovery-image] Oct 28 00:08:22.786 INFO O| Oct 28 00:08:22.786 INFO STEP 827 (remove_files) COMPLETE
73342025-10-28T00:08:23.269Z[ recovery-image] Oct 28 00:08:22.786 INFO O| Oct 28 00:08:22.786 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352025-10-28T00:08:23.280Z[ recovery-image] Oct 28 00:08:22.800 INFO O| Oct 28 00:08:22.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
73362025-10-28T00:08:23.280Z[ recovery-image] Oct 28 00:08:22.801 INFO O| Oct 28 00:08:22.800 INFO STEP 828 (remove_files) COMPLETE
73372025-10-28T00:08:23.283Z[ recovery-image] Oct 28 00:08:22.801 INFO O| Oct 28 00:08:22.800 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382025-10-28T00:08:23.293Z[ recovery-image] Oct 28 00:08:22.813 INFO O| Oct 28 00:08:22.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
73392025-10-28T00:08:23.293Z[ recovery-image] Oct 28 00:08:22.813 INFO O| Oct 28 00:08:22.813 INFO STEP 829 (remove_files) COMPLETE
73402025-10-28T00:08:23.293Z[ recovery-image] Oct 28 00:08:22.813 INFO O| Oct 28 00:08:22.813 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412025-10-28T00:08:23.304Z[ recovery-image] Oct 28 00:08:22.824 INFO O| Oct 28 00:08:22.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
73422025-10-28T00:08:23.308Z[ recovery-image] Oct 28 00:08:22.824 INFO O| Oct 28 00:08:22.824 INFO STEP 830 (remove_files) COMPLETE
73432025-10-28T00:08:23.308Z[ recovery-image] Oct 28 00:08:22.824 INFO O| Oct 28 00:08:22.824 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442025-10-28T00:08:23.313Z[ recovery-image] Oct 28 00:08:22.834 INFO O| Oct 28 00:08:22.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
73452025-10-28T00:08:23.314Z[ recovery-image] Oct 28 00:08:22.834 INFO O| Oct 28 00:08:22.834 INFO STEP 831 (remove_files) COMPLETE
73462025-10-28T00:08:23.318Z[ recovery-image] Oct 28 00:08:22.834 INFO O| Oct 28 00:08:22.834 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472025-10-28T00:08:23.324Z[ recovery-image] Oct 28 00:08:22.844 INFO O| Oct 28 00:08:22.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
73482025-10-28T00:08:23.327Z[ recovery-image] Oct 28 00:08:22.844 INFO O| Oct 28 00:08:22.844 INFO STEP 832 (remove_files) COMPLETE
73492025-10-28T00:08:23.327Z[ recovery-image] Oct 28 00:08:22.844 INFO O| Oct 28 00:08:22.844 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502025-10-28T00:08:23.335Z[ recovery-image] Oct 28 00:08:22.856 INFO O| Oct 28 00:08:22.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
73512025-10-28T00:08:23.336Z[ recovery-image] Oct 28 00:08:22.856 INFO O| Oct 28 00:08:22.856 INFO STEP 833 (remove_files) COMPLETE
73522025-10-28T00:08:23.339Z[ recovery-image] Oct 28 00:08:22.856 INFO O| Oct 28 00:08:22.856 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532025-10-28T00:08:23.347Z[ recovery-image] Oct 28 00:08:22.867 INFO O| Oct 28 00:08:22.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
73542025-10-28T00:08:23.347Z[ recovery-image] Oct 28 00:08:22.867 INFO O| Oct 28 00:08:22.867 INFO STEP 834 (remove_files) COMPLETE
73552025-10-28T00:08:23.347Z[ recovery-image] Oct 28 00:08:22.867 INFO O| Oct 28 00:08:22.867 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562025-10-28T00:08:23.361Z[ recovery-image] Oct 28 00:08:22.881 INFO O| Oct 28 00:08:22.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
73572025-10-28T00:08:23.361Z[ recovery-image] Oct 28 00:08:22.881 INFO O| Oct 28 00:08:22.881 INFO STEP 835 (remove_files) COMPLETE
73582025-10-28T00:08:23.361Z[ recovery-image] Oct 28 00:08:22.881 INFO O| Oct 28 00:08:22.881 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592025-10-28T00:08:23.376Z[ recovery-image] Oct 28 00:08:22.895 INFO O| Oct 28 00:08:22.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
73602025-10-28T00:08:23.376Z[ recovery-image] Oct 28 00:08:22.895 INFO O| Oct 28 00:08:22.895 INFO STEP 836 (remove_files) COMPLETE
73612025-10-28T00:08:23.379Z[ recovery-image] Oct 28 00:08:22.895 INFO O| Oct 28 00:08:22.895 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622025-10-28T00:08:23.389Z[ recovery-image] Oct 28 00:08:22.909 INFO O| Oct 28 00:08:22.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
73632025-10-28T00:08:23.389Z[ recovery-image] Oct 28 00:08:22.909 INFO O| Oct 28 00:08:22.909 INFO STEP 837 (remove_files) COMPLETE
73642025-10-28T00:08:23.389Z[ recovery-image] Oct 28 00:08:22.909 INFO O| Oct 28 00:08:22.909 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652025-10-28T00:08:23.404Z[ recovery-image] Oct 28 00:08:22.924 INFO O| Oct 28 00:08:22.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
73662025-10-28T00:08:23.408Z[ recovery-image] Oct 28 00:08:22.924 INFO O| Oct 28 00:08:22.924 INFO STEP 838 (remove_files) COMPLETE
73672025-10-28T00:08:23.408Z[ recovery-image] Oct 28 00:08:22.924 INFO O| Oct 28 00:08:22.924 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682025-10-28T00:08:23.419Z[ recovery-image] Oct 28 00:08:22.940 INFO O| Oct 28 00:08:22.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
73692025-10-28T00:08:23.423Z[ recovery-image] Oct 28 00:08:22.940 INFO O| Oct 28 00:08:22.940 INFO STEP 839 (remove_files) COMPLETE
73702025-10-28T00:08:23.423Z[ recovery-image] Oct 28 00:08:22.940 INFO O| Oct 28 00:08:22.940 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712025-10-28T00:08:23.437Z[ recovery-image] Oct 28 00:08:22.956 INFO O| Oct 28 00:08:22.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
73722025-10-28T00:08:23.437Z[ recovery-image] Oct 28 00:08:22.956 INFO O| Oct 28 00:08:22.956 INFO STEP 840 (remove_files) COMPLETE
73732025-10-28T00:08:23.437Z[ recovery-image] Oct 28 00:08:22.956 INFO O| Oct 28 00:08:22.956 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742025-10-28T00:08:23.446Z[ recovery-image] Oct 28 00:08:22.967 INFO O| Oct 28 00:08:22.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
73752025-10-28T00:08:23.446Z[ recovery-image] Oct 28 00:08:22.967 INFO O| Oct 28 00:08:22.967 INFO STEP 841 (remove_files) COMPLETE
73762025-10-28T00:08:23.446Z[ recovery-image] Oct 28 00:08:22.967 INFO O| Oct 28 00:08:22.967 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772025-10-28T00:08:23.457Z[ recovery-image] Oct 28 00:08:22.977 INFO O| Oct 28 00:08:22.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
73782025-10-28T00:08:23.457Z[ recovery-image] Oct 28 00:08:22.977 INFO O| Oct 28 00:08:22.977 INFO STEP 842 (remove_files) COMPLETE
73792025-10-28T00:08:23.457Z[ recovery-image] Oct 28 00:08:22.977 INFO O| Oct 28 00:08:22.977 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802025-10-28T00:08:23.472Z[ recovery-image] Oct 28 00:08:22.992 INFO O| Oct 28 00:08:22.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
73812025-10-28T00:08:23.472Z[ recovery-image] Oct 28 00:08:22.992 INFO O| Oct 28 00:08:22.992 INFO STEP 843 (remove_files) COMPLETE
73822025-10-28T00:08:23.473Z[ recovery-image] Oct 28 00:08:22.992 INFO O| Oct 28 00:08:22.992 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832025-10-28T00:08:23.483Z[ recovery-image] Oct 28 00:08:23.003 INFO O| Oct 28 00:08:23.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
73842025-10-28T00:08:23.486Z[ recovery-image] Oct 28 00:08:23.003 INFO O| Oct 28 00:08:23.003 INFO STEP 844 (remove_files) COMPLETE
73852025-10-28T00:08:23.486Z[ recovery-image] Oct 28 00:08:23.004 INFO O| Oct 28 00:08:23.003 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862025-10-28T00:08:23.494Z[ recovery-image] Oct 28 00:08:23.014 INFO O| Oct 28 00:08:23.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
73872025-10-28T00:08:23.494Z[ recovery-image] Oct 28 00:08:23.014 INFO O| Oct 28 00:08:23.014 INFO STEP 845 (remove_files) COMPLETE
73882025-10-28T00:08:23.494Z[ recovery-image] Oct 28 00:08:23.014 INFO O| Oct 28 00:08:23.014 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892025-10-28T00:08:23.509Z[ recovery-image] Oct 28 00:08:23.026 INFO O| Oct 28 00:08:23.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
73902025-10-28T00:08:23.513Z[ recovery-image] Oct 28 00:08:23.027 INFO O| Oct 28 00:08:23.026 INFO STEP 846 (remove_files) COMPLETE
73912025-10-28T00:08:23.513Z[ recovery-image] Oct 28 00:08:23.027 INFO O| Oct 28 00:08:23.026 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922025-10-28T00:08:23.519Z[ recovery-image] Oct 28 00:08:23.039 INFO O| Oct 28 00:08:23.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
73932025-10-28T00:08:23.524Z[ recovery-image] Oct 28 00:08:23.039 INFO O| Oct 28 00:08:23.039 INFO STEP 847 (remove_files) COMPLETE
73942025-10-28T00:08:23.524Z[ recovery-image] Oct 28 00:08:23.039 INFO O| Oct 28 00:08:23.039 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952025-10-28T00:08:23.529Z[ recovery-image] Oct 28 00:08:23.049 INFO O| Oct 28 00:08:23.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
73962025-10-28T00:08:23.533Z[ recovery-image] Oct 28 00:08:23.050 INFO O| Oct 28 00:08:23.050 INFO STEP 848 (remove_files) COMPLETE
73972025-10-28T00:08:23.533Z[ recovery-image] Oct 28 00:08:23.050 INFO O| Oct 28 00:08:23.050 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982025-10-28T00:08:23.545Z[ recovery-image] Oct 28 00:08:23.063 INFO O| Oct 28 00:08:23.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
73992025-10-28T00:08:23.549Z[ recovery-image] Oct 28 00:08:23.064 INFO O| Oct 28 00:08:23.064 INFO STEP 849 (remove_files) COMPLETE
74002025-10-28T00:08:23.549Z[ recovery-image] Oct 28 00:08:23.064 INFO O| Oct 28 00:08:23.064 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012025-10-28T00:08:23.558Z[ recovery-image] Oct 28 00:08:23.078 INFO O| Oct 28 00:08:23.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
74022025-10-28T00:08:23.558Z[ recovery-image] Oct 28 00:08:23.078 INFO O| Oct 28 00:08:23.078 INFO STEP 850 (remove_files) COMPLETE
74032025-10-28T00:08:23.562Z[ recovery-image] Oct 28 00:08:23.078 INFO O| Oct 28 00:08:23.078 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042025-10-28T00:08:23.572Z[ recovery-image] Oct 28 00:08:23.093 INFO O| Oct 28 00:08:23.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
74052025-10-28T00:08:23.572Z[ recovery-image] Oct 28 00:08:23.093 INFO O| Oct 28 00:08:23.093 INFO STEP 851 (remove_files) COMPLETE
74062025-10-28T00:08:23.576Z[ recovery-image] Oct 28 00:08:23.093 INFO O| Oct 28 00:08:23.093 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072025-10-28T00:08:23.583Z[ recovery-image] Oct 28 00:08:23.104 INFO O| Oct 28 00:08:23.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
74082025-10-28T00:08:23.583Z[ recovery-image] Oct 28 00:08:23.104 INFO O| Oct 28 00:08:23.104 INFO STEP 852 (remove_files) COMPLETE
74092025-10-28T00:08:23.586Z[ recovery-image] Oct 28 00:08:23.104 INFO O| Oct 28 00:08:23.104 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102025-10-28T00:08:23.595Z[ recovery-image] Oct 28 00:08:23.114 INFO O| Oct 28 00:08:23.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
74112025-10-28T00:08:23.599Z[ recovery-image] Oct 28 00:08:23.115 INFO O| Oct 28 00:08:23.115 INFO STEP 853 (remove_files) COMPLETE
74122025-10-28T00:08:23.599Z[ recovery-image] Oct 28 00:08:23.115 INFO O| Oct 28 00:08:23.115 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132025-10-28T00:08:23.605Z[ recovery-image] Oct 28 00:08:23.126 INFO O| Oct 28 00:08:23.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
74142025-10-28T00:08:23.605Z[ recovery-image] Oct 28 00:08:23.126 INFO O| Oct 28 00:08:23.126 INFO STEP 854 (remove_files) COMPLETE
74152025-10-28T00:08:23.605Z[ recovery-image] Oct 28 00:08:23.126 INFO O| Oct 28 00:08:23.126 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162025-10-28T00:08:23.618Z[ recovery-image] Oct 28 00:08:23.138 INFO O| Oct 28 00:08:23.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
74172025-10-28T00:08:23.621Z[ recovery-image] Oct 28 00:08:23.138 INFO O| Oct 28 00:08:23.138 INFO STEP 855 (remove_files) COMPLETE
74182025-10-28T00:08:23.621Z[ recovery-image] Oct 28 00:08:23.138 INFO O| Oct 28 00:08:23.138 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192025-10-28T00:08:23.631Z[ recovery-image] Oct 28 00:08:23.151 INFO O| Oct 28 00:08:23.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
74202025-10-28T00:08:23.631Z[ recovery-image] Oct 28 00:08:23.152 INFO O| Oct 28 00:08:23.152 INFO STEP 856 (remove_files) COMPLETE
74212025-10-28T00:08:23.636Z[ recovery-image] Oct 28 00:08:23.152 INFO O| Oct 28 00:08:23.152 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222025-10-28T00:08:23.640Z[ recovery-image] Oct 28 00:08:23.161 INFO O| Oct 28 00:08:23.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
74232025-10-28T00:08:23.640Z[ recovery-image] Oct 28 00:08:23.161 INFO O| Oct 28 00:08:23.161 INFO STEP 857 (remove_files) COMPLETE
74242025-10-28T00:08:23.644Z[ recovery-image] Oct 28 00:08:23.161 INFO O| Oct 28 00:08:23.161 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252025-10-28T00:08:23.654Z[ recovery-image] Oct 28 00:08:23.174 INFO O| Oct 28 00:08:23.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
74262025-10-28T00:08:23.654Z[ recovery-image] Oct 28 00:08:23.174 INFO O| Oct 28 00:08:23.174 INFO STEP 858 (remove_files) COMPLETE
74272025-10-28T00:08:23.657Z[ recovery-image] Oct 28 00:08:23.174 INFO O| Oct 28 00:08:23.174 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282025-10-28T00:08:23.667Z[ recovery-image] Oct 28 00:08:23.187 INFO O| Oct 28 00:08:23.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
74292025-10-28T00:08:23.667Z[ recovery-image] Oct 28 00:08:23.187 INFO O| Oct 28 00:08:23.187 INFO STEP 859 (remove_files) COMPLETE
74302025-10-28T00:08:23.670Z[ recovery-image] Oct 28 00:08:23.187 INFO O| Oct 28 00:08:23.187 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312025-10-28T00:08:23.676Z[ recovery-image] Oct 28 00:08:23.196 INFO O| Oct 28 00:08:23.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
74322025-10-28T00:08:23.676Z[ recovery-image] Oct 28 00:08:23.197 INFO O| Oct 28 00:08:23.196 INFO STEP 860 (remove_files) COMPLETE
74332025-10-28T00:08:23.679Z[ recovery-image] Oct 28 00:08:23.197 INFO O| Oct 28 00:08:23.197 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342025-10-28T00:08:23.686Z[ recovery-image] Oct 28 00:08:23.205 INFO O| Oct 28 00:08:23.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
74352025-10-28T00:08:23.686Z[ recovery-image] Oct 28 00:08:23.205 INFO O| Oct 28 00:08:23.205 INFO STEP 861 (remove_files) COMPLETE
74362025-10-28T00:08:23.689Z[ recovery-image] Oct 28 00:08:23.205 INFO O| Oct 28 00:08:23.205 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372025-10-28T00:08:23.695Z[ recovery-image] Oct 28 00:08:23.216 INFO O| Oct 28 00:08:23.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
74382025-10-28T00:08:23.695Z[ recovery-image] Oct 28 00:08:23.216 INFO O| Oct 28 00:08:23.216 INFO STEP 862 (remove_files) COMPLETE
74392025-10-28T00:08:23.699Z[ recovery-image] Oct 28 00:08:23.216 INFO O| Oct 28 00:08:23.216 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402025-10-28T00:08:23.708Z[ recovery-image] Oct 28 00:08:23.228 INFO O| Oct 28 00:08:23.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
74412025-10-28T00:08:23.708Z[ recovery-image] Oct 28 00:08:23.228 INFO O| Oct 28 00:08:23.228 INFO STEP 863 (remove_files) COMPLETE
74422025-10-28T00:08:23.708Z[ recovery-image] Oct 28 00:08:23.228 INFO O| Oct 28 00:08:23.228 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432025-10-28T00:08:23.719Z[ recovery-image] Oct 28 00:08:23.239 INFO O| Oct 28 00:08:23.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
74442025-10-28T00:08:23.719Z[ recovery-image] Oct 28 00:08:23.239 INFO O| Oct 28 00:08:23.239 INFO STEP 864 (remove_files) COMPLETE
74452025-10-28T00:08:23.722Z[ recovery-image] Oct 28 00:08:23.239 INFO O| Oct 28 00:08:23.239 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462025-10-28T00:08:23.731Z[ recovery-image] Oct 28 00:08:23.251 INFO O| Oct 28 00:08:23.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
74472025-10-28T00:08:23.735Z[ recovery-image] Oct 28 00:08:23.251 INFO O| Oct 28 00:08:23.251 INFO STEP 865 (remove_files) COMPLETE
74482025-10-28T00:08:23.735Z[ recovery-image] Oct 28 00:08:23.251 INFO O| Oct 28 00:08:23.251 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492025-10-28T00:08:23.742Z[ recovery-image] Oct 28 00:08:23.261 INFO O| Oct 28 00:08:23.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
74502025-10-28T00:08:23.746Z[ recovery-image] Oct 28 00:08:23.261 INFO O| Oct 28 00:08:23.261 INFO STEP 866 (remove_files) COMPLETE
74512025-10-28T00:08:23.746Z[ recovery-image] Oct 28 00:08:23.261 INFO O| Oct 28 00:08:23.261 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522025-10-28T00:08:23.752Z[ recovery-image] Oct 28 00:08:23.273 INFO O| Oct 28 00:08:23.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
74532025-10-28T00:08:23.752Z[ recovery-image] Oct 28 00:08:23.273 INFO O| Oct 28 00:08:23.273 INFO STEP 867 (remove_files) COMPLETE
74542025-10-28T00:08:23.757Z[ recovery-image] Oct 28 00:08:23.273 INFO O| Oct 28 00:08:23.273 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552025-10-28T00:08:23.764Z[ recovery-image] Oct 28 00:08:23.285 INFO O| Oct 28 00:08:23.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
74562025-10-28T00:08:23.764Z[ recovery-image] Oct 28 00:08:23.285 INFO O| Oct 28 00:08:23.285 INFO STEP 868 (remove_files) COMPLETE
74572025-10-28T00:08:23.767Z[ recovery-image] Oct 28 00:08:23.285 INFO O| Oct 28 00:08:23.285 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582025-10-28T00:08:23.773Z[ recovery-image] Oct 28 00:08:23.294 INFO O| Oct 28 00:08:23.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
74592025-10-28T00:08:23.774Z[ recovery-image] Oct 28 00:08:23.294 INFO O| Oct 28 00:08:23.294 INFO STEP 869 (remove_files) COMPLETE
74602025-10-28T00:08:23.778Z[ recovery-image] Oct 28 00:08:23.294 INFO O| Oct 28 00:08:23.294 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612025-10-28T00:08:23.784Z[ recovery-image] Oct 28 00:08:23.305 INFO O| Oct 28 00:08:23.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
74622025-10-28T00:08:23.784Z[ recovery-image] Oct 28 00:08:23.305 INFO O| Oct 28 00:08:23.305 INFO STEP 870 (remove_files) COMPLETE
74632025-10-28T00:08:23.788Z[ recovery-image] Oct 28 00:08:23.305 INFO O| Oct 28 00:08:23.305 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642025-10-28T00:08:23.795Z[ recovery-image] Oct 28 00:08:23.316 INFO O| Oct 28 00:08:23.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
74652025-10-28T00:08:23.795Z[ recovery-image] Oct 28 00:08:23.316 INFO O| Oct 28 00:08:23.316 INFO STEP 871 (remove_files) COMPLETE
74662025-10-28T00:08:23.799Z[ recovery-image] Oct 28 00:08:23.316 INFO O| Oct 28 00:08:23.316 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672025-10-28T00:08:23.806Z[ recovery-image] Oct 28 00:08:23.326 INFO O| Oct 28 00:08:23.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
74682025-10-28T00:08:23.806Z[ recovery-image] Oct 28 00:08:23.326 INFO O| Oct 28 00:08:23.326 INFO STEP 872 (remove_files) COMPLETE
74692025-10-28T00:08:23.810Z[ recovery-image] Oct 28 00:08:23.326 INFO O| Oct 28 00:08:23.326 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702025-10-28T00:08:23.818Z[ recovery-image] Oct 28 00:08:23.339 INFO O| Oct 28 00:08:23.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
74712025-10-28T00:08:23.819Z[ recovery-image] Oct 28 00:08:23.339 INFO O| Oct 28 00:08:23.339 INFO STEP 873 (remove_files) COMPLETE
74722025-10-28T00:08:23.819Z[ recovery-image] Oct 28 00:08:23.339 INFO O| Oct 28 00:08:23.339 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732025-10-28T00:08:23.830Z[ recovery-image] Oct 28 00:08:23.350 INFO O| Oct 28 00:08:23.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
74742025-10-28T00:08:23.830Z[ recovery-image] Oct 28 00:08:23.351 INFO O| Oct 28 00:08:23.350 INFO STEP 874 (remove_files) COMPLETE
74752025-10-28T00:08:23.833Z[ recovery-image] Oct 28 00:08:23.351 INFO O| Oct 28 00:08:23.351 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762025-10-28T00:08:23.840Z[ recovery-image] Oct 28 00:08:23.360 INFO O| Oct 28 00:08:23.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
74772025-10-28T00:08:23.840Z[ recovery-image] Oct 28 00:08:23.361 INFO O| Oct 28 00:08:23.361 INFO STEP 875 (remove_files) COMPLETE
74782025-10-28T00:08:23.849Z[ recovery-image] Oct 28 00:08:23.361 INFO O| Oct 28 00:08:23.361 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792025-10-28T00:08:24.855Z[ recovery-image] Oct 28 00:08:23.369 INFO O| Oct 28 00:08:23.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
74802025-10-28T00:08:24.855Z[ recovery-image] Oct 28 00:08:23.369 INFO O| Oct 28 00:08:23.369 INFO STEP 876 (remove_files) COMPLETE
74812025-10-28T00:08:24.855Z[ recovery-image] Oct 28 00:08:23.369 INFO O| Oct 28 00:08:23.369 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822025-10-28T00:08:24.861Z[ recovery-image] Oct 28 00:08:23.382 INFO O| Oct 28 00:08:23.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
74832025-10-28T00:08:24.861Z[ recovery-image] Oct 28 00:08:23.382 INFO O| Oct 28 00:08:23.382 INFO STEP 877 (remove_files) COMPLETE
74842025-10-28T00:08:24.861Z[ recovery-image] Oct 28 00:08:23.382 INFO O| Oct 28 00:08:23.382 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852025-10-28T00:08:24.861Z[ recovery-image] Oct 28 00:08:23.390 INFO O| Oct 28 00:08:23.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
74862025-10-28T00:08:24.862Z[ recovery-image] Oct 28 00:08:23.391 INFO O| Oct 28 00:08:23.391 INFO STEP 878 (remove_files) COMPLETE
74872025-10-28T00:08:24.862Z[ recovery-image] Oct 28 00:08:23.391 INFO O| Oct 28 00:08:23.391 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882025-10-28T00:08:24.862Z[ recovery-image] Oct 28 00:08:23.400 INFO O| Oct 28 00:08:23.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
74892025-10-28T00:08:24.862Z[ recovery-image] Oct 28 00:08:23.401 INFO O| Oct 28 00:08:23.401 INFO STEP 879 (remove_files) COMPLETE
74902025-10-28T00:08:24.862Z[ recovery-image] Oct 28 00:08:23.401 INFO O| Oct 28 00:08:23.401 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912025-10-28T00:08:24.862Z[ recovery-image] Oct 28 00:08:23.409 INFO O| Oct 28 00:08:23.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
74922025-10-28T00:08:24.862Z[ recovery-image] Oct 28 00:08:23.409 INFO O| Oct 28 00:08:23.409 INFO STEP 880 (remove_files) COMPLETE
74932025-10-28T00:08:24.862Z[ recovery-image] Oct 28 00:08:23.409 INFO O| Oct 28 00:08:23.409 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942025-10-28T00:08:24.862Z[ recovery-image] Oct 28 00:08:23.420 INFO O| Oct 28 00:08:23.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
74952025-10-28T00:08:24.862Z[ recovery-image] Oct 28 00:08:23.420 INFO O| Oct 28 00:08:23.420 INFO STEP 881 (remove_files) COMPLETE
74962025-10-28T00:08:24.862Z[ recovery-image] Oct 28 00:08:23.420 INFO O| Oct 28 00:08:23.420 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972025-10-28T00:08:24.862Z[ recovery-image] Oct 28 00:08:23.433 INFO O| Oct 28 00:08:23.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
74982025-10-28T00:08:24.862Z[ recovery-image] Oct 28 00:08:23.433 INFO O| Oct 28 00:08:23.433 INFO STEP 882 (remove_files) COMPLETE
74992025-10-28T00:08:24.862Z[ recovery-image] Oct 28 00:08:23.433 INFO O| Oct 28 00:08:23.433 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002025-10-28T00:08:24.862Z[ recovery-image] Oct 28 00:08:23.446 INFO O| Oct 28 00:08:23.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
75012025-10-28T00:08:24.862Z[ recovery-image] Oct 28 00:08:23.447 INFO O| Oct 28 00:08:23.446 INFO STEP 883 (remove_files) COMPLETE
75022025-10-28T00:08:24.862Z[ recovery-image] Oct 28 00:08:23.447 INFO O| Oct 28 00:08:23.447 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032025-10-28T00:08:24.862Z[ recovery-image] Oct 28 00:08:23.460 INFO O| Oct 28 00:08:23.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
75042025-10-28T00:08:24.862Z[ recovery-image] Oct 28 00:08:23.460 INFO O| Oct 28 00:08:23.460 INFO STEP 884 (remove_files) COMPLETE
75052025-10-28T00:08:24.862Z[ recovery-image] Oct 28 00:08:23.460 INFO O| Oct 28 00:08:23.460 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062025-10-28T00:08:24.862Z[ recovery-image] Oct 28 00:08:23.474 INFO O| Oct 28 00:08:23.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
75072025-10-28T00:08:24.862Z[ recovery-image] Oct 28 00:08:23.474 INFO O| Oct 28 00:08:23.474 INFO STEP 885 (remove_files) COMPLETE
75082025-10-28T00:08:24.862Z[ recovery-image] Oct 28 00:08:23.474 INFO O| Oct 28 00:08:23.474 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092025-10-28T00:08:24.862Z[ recovery-image] Oct 28 00:08:23.488 INFO O| Oct 28 00:08:23.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
75102025-10-28T00:08:24.862Z[ recovery-image] Oct 28 00:08:23.488 INFO O| Oct 28 00:08:23.488 INFO STEP 886 (remove_files) COMPLETE
75112025-10-28T00:08:24.862Z[ recovery-image] Oct 28 00:08:23.488 INFO O| Oct 28 00:08:23.488 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122025-10-28T00:08:24.862Z[ recovery-image] Oct 28 00:08:23.502 INFO O| Oct 28 00:08:23.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
75132025-10-28T00:08:24.862Z[ recovery-image] Oct 28 00:08:23.502 INFO O| Oct 28 00:08:23.502 INFO STEP 887 (remove_files) COMPLETE
75142025-10-28T00:08:24.862Z[ recovery-image] Oct 28 00:08:23.502 INFO O| Oct 28 00:08:23.502 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152025-10-28T00:08:24.862Z[ recovery-image] Oct 28 00:08:23.515 INFO O| Oct 28 00:08:23.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
75162025-10-28T00:08:24.862Z[ recovery-image] Oct 28 00:08:23.516 INFO O| Oct 28 00:08:23.516 INFO STEP 888 (remove_files) COMPLETE
75172025-10-28T00:08:24.862Z[ recovery-image] Oct 28 00:08:23.516 INFO O| Oct 28 00:08:23.516 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182025-10-28T00:08:24.862Z[ recovery-image] Oct 28 00:08:23.526 INFO O| Oct 28 00:08:23.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
75192025-10-28T00:08:24.862Z[ recovery-image] Oct 28 00:08:23.526 INFO O| Oct 28 00:08:23.526 INFO STEP 889 (remove_files) COMPLETE
75202025-10-28T00:08:24.862Z[ recovery-image] Oct 28 00:08:23.526 INFO O| Oct 28 00:08:23.526 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212025-10-28T00:08:24.862Z[ recovery-image] Oct 28 00:08:23.540 INFO O| Oct 28 00:08:23.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
75222025-10-28T00:08:24.862Z[ recovery-image] Oct 28 00:08:23.540 INFO O| Oct 28 00:08:23.540 INFO STEP 890 (remove_files) COMPLETE
75232025-10-28T00:08:24.862Z[ recovery-image] Oct 28 00:08:23.540 INFO O| Oct 28 00:08:23.540 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242025-10-28T00:08:24.862Z[ recovery-image] Oct 28 00:08:23.553 INFO O| Oct 28 00:08:23.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
75252025-10-28T00:08:24.863Z[ recovery-image] Oct 28 00:08:23.553 INFO O| Oct 28 00:08:23.553 INFO STEP 891 (remove_files) COMPLETE
75262025-10-28T00:08:24.863Z[ recovery-image] Oct 28 00:08:23.553 INFO O| Oct 28 00:08:23.553 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272025-10-28T00:08:24.863Z[ recovery-image] Oct 28 00:08:23.565 INFO O| Oct 28 00:08:23.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
75282025-10-28T00:08:24.863Z[ recovery-image] Oct 28 00:08:23.565 INFO O| Oct 28 00:08:23.565 INFO STEP 892 (remove_files) COMPLETE
75292025-10-28T00:08:24.863Z[ recovery-image] Oct 28 00:08:23.565 INFO O| Oct 28 00:08:23.565 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302025-10-28T00:08:24.863Z[ recovery-image] Oct 28 00:08:23.577 INFO O| Oct 28 00:08:23.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
75312025-10-28T00:08:24.863Z[ recovery-image] Oct 28 00:08:23.577 INFO O| Oct 28 00:08:23.577 INFO STEP 893 (remove_files) COMPLETE
75322025-10-28T00:08:24.863Z[ recovery-image] Oct 28 00:08:23.577 INFO O| Oct 28 00:08:23.577 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332025-10-28T00:08:24.863Z[ recovery-image] Oct 28 00:08:23.591 INFO O| Oct 28 00:08:23.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
75342025-10-28T00:08:24.863Z[ recovery-image] Oct 28 00:08:23.591 INFO O| Oct 28 00:08:23.591 INFO STEP 894 (remove_files) COMPLETE
75352025-10-28T00:08:24.863Z[ recovery-image] Oct 28 00:08:23.591 INFO O| Oct 28 00:08:23.591 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362025-10-28T00:08:24.863Z[ recovery-image] Oct 28 00:08:23.604 INFO O| Oct 28 00:08:23.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
75372025-10-28T00:08:24.863Z[ recovery-image] Oct 28 00:08:23.604 INFO O| Oct 28 00:08:23.604 INFO STEP 895 (remove_files) COMPLETE
75382025-10-28T00:08:24.863Z[ recovery-image] Oct 28 00:08:23.604 INFO O| Oct 28 00:08:23.604 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392025-10-28T00:08:24.863Z[ recovery-image] Oct 28 00:08:23.618 INFO O| Oct 28 00:08:23.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
75402025-10-28T00:08:24.863Z[ recovery-image] Oct 28 00:08:23.618 INFO O| Oct 28 00:08:23.618 INFO STEP 896 (remove_files) COMPLETE
75412025-10-28T00:08:24.863Z[ recovery-image] Oct 28 00:08:23.618 INFO O| Oct 28 00:08:23.618 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422025-10-28T00:08:24.863Z[ recovery-image] Oct 28 00:08:23.633 INFO O| Oct 28 00:08:23.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
75432025-10-28T00:08:24.863Z[ recovery-image] Oct 28 00:08:23.633 INFO O| Oct 28 00:08:23.633 INFO STEP 897 (remove_files) COMPLETE
75442025-10-28T00:08:24.863Z[ recovery-image] Oct 28 00:08:23.633 INFO O| Oct 28 00:08:23.633 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452025-10-28T00:08:24.863Z[ recovery-image] Oct 28 00:08:23.645 INFO O| Oct 28 00:08:23.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
75462025-10-28T00:08:24.863Z[ recovery-image] Oct 28 00:08:23.645 INFO O| Oct 28 00:08:23.645 INFO STEP 898 (remove_files) COMPLETE
75472025-10-28T00:08:24.863Z[ recovery-image] Oct 28 00:08:23.645 INFO O| Oct 28 00:08:23.645 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482025-10-28T00:08:24.863Z[ recovery-image] Oct 28 00:08:23.660 INFO O| Oct 28 00:08:23.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
75492025-10-28T00:08:24.863Z[ recovery-image] Oct 28 00:08:23.660 INFO O| Oct 28 00:08:23.660 INFO STEP 899 (remove_files) COMPLETE
75502025-10-28T00:08:24.863Z[ recovery-image] Oct 28 00:08:23.660 INFO O| Oct 28 00:08:23.660 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512025-10-28T00:08:24.863Z[ recovery-image] Oct 28 00:08:23.675 INFO O| Oct 28 00:08:23.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
75522025-10-28T00:08:24.863Z[ recovery-image] Oct 28 00:08:23.675 INFO O| Oct 28 00:08:23.675 INFO STEP 900 (remove_files) COMPLETE
75532025-10-28T00:08:24.863Z[ recovery-image] Oct 28 00:08:23.675 INFO O| Oct 28 00:08:23.675 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542025-10-28T00:08:24.863Z[ recovery-image] Oct 28 00:08:23.689 INFO O| Oct 28 00:08:23.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
75552025-10-28T00:08:24.863Z[ recovery-image] Oct 28 00:08:23.689 INFO O| Oct 28 00:08:23.689 INFO STEP 901 (remove_files) COMPLETE
75562025-10-28T00:08:24.863Z[ recovery-image] Oct 28 00:08:23.689 INFO O| Oct 28 00:08:23.689 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572025-10-28T00:08:24.863Z[ recovery-image] Oct 28 00:08:23.702 INFO O| Oct 28 00:08:23.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
75582025-10-28T00:08:24.863Z[ recovery-image] Oct 28 00:08:23.702 INFO O| Oct 28 00:08:23.702 INFO STEP 902 (remove_files) COMPLETE
75592025-10-28T00:08:24.863Z[ recovery-image] Oct 28 00:08:23.703 INFO O| Oct 28 00:08:23.702 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602025-10-28T00:08:24.863Z[ recovery-image] Oct 28 00:08:23.717 INFO O| Oct 28 00:08:23.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
75612025-10-28T00:08:24.863Z[ recovery-image] Oct 28 00:08:23.717 INFO O| Oct 28 00:08:23.717 INFO STEP 903 (remove_files) COMPLETE
75622025-10-28T00:08:24.863Z[ recovery-image] Oct 28 00:08:23.717 INFO O| Oct 28 00:08:23.717 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632025-10-28T00:08:24.863Z[ recovery-image] Oct 28 00:08:23.728 INFO O| Oct 28 00:08:23.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
75642025-10-28T00:08:24.864Z[ recovery-image] Oct 28 00:08:23.728 INFO O| Oct 28 00:08:23.728 INFO STEP 904 (remove_files) COMPLETE
75652025-10-28T00:08:24.864Z[ recovery-image] Oct 28 00:08:23.728 INFO O| Oct 28 00:08:23.728 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662025-10-28T00:08:24.864Z[ recovery-image] Oct 28 00:08:23.742 INFO O| Oct 28 00:08:23.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
75672025-10-28T00:08:24.864Z[ recovery-image] Oct 28 00:08:23.742 INFO O| Oct 28 00:08:23.742 INFO STEP 905 (remove_files) COMPLETE
75682025-10-28T00:08:24.864Z[ recovery-image] Oct 28 00:08:23.742 INFO O| Oct 28 00:08:23.742 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692025-10-28T00:08:24.864Z[ recovery-image] Oct 28 00:08:23.757 INFO O| Oct 28 00:08:23.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
75702025-10-28T00:08:24.864Z[ recovery-image] Oct 28 00:08:23.757 INFO O| Oct 28 00:08:23.757 INFO STEP 906 (remove_files) COMPLETE
75712025-10-28T00:08:24.864Z[ recovery-image] Oct 28 00:08:23.757 INFO O| Oct 28 00:08:23.757 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722025-10-28T00:08:24.864Z[ recovery-image] Oct 28 00:08:23.767 INFO O| Oct 28 00:08:23.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
75732025-10-28T00:08:24.864Z[ recovery-image] Oct 28 00:08:23.768 INFO O| Oct 28 00:08:23.768 INFO STEP 907 (remove_files) COMPLETE
75742025-10-28T00:08:24.864Z[ recovery-image] Oct 28 00:08:23.768 INFO O| Oct 28 00:08:23.768 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752025-10-28T00:08:24.864Z[ recovery-image] Oct 28 00:08:23.782 INFO O| Oct 28 00:08:23.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
75762025-10-28T00:08:24.864Z[ recovery-image] Oct 28 00:08:23.782 INFO O| Oct 28 00:08:23.782 INFO STEP 908 (remove_files) COMPLETE
75772025-10-28T00:08:24.864Z[ recovery-image] Oct 28 00:08:23.782 INFO O| Oct 28 00:08:23.782 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782025-10-28T00:08:24.864Z[ recovery-image] Oct 28 00:08:23.793 INFO O| Oct 28 00:08:23.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
75792025-10-28T00:08:24.864Z[ recovery-image] Oct 28 00:08:23.793 INFO O| Oct 28 00:08:23.793 INFO STEP 909 (remove_files) COMPLETE
75802025-10-28T00:08:24.864Z[ recovery-image] Oct 28 00:08:23.793 INFO O| Oct 28 00:08:23.793 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812025-10-28T00:08:24.864Z[ recovery-image] Oct 28 00:08:23.804 INFO O| Oct 28 00:08:23.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
75822025-10-28T00:08:24.869Z[ recovery-image] Oct 28 00:08:23.804 INFO O| Oct 28 00:08:23.804 INFO STEP 910 (remove_files) COMPLETE
75832025-10-28T00:08:24.869Z[ recovery-image] Oct 28 00:08:23.804 INFO O| Oct 28 00:08:23.804 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842025-10-28T00:08:24.870Z[ recovery-image] Oct 28 00:08:23.813 INFO O| Oct 28 00:08:23.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
75852025-10-28T00:08:24.870Z[ recovery-image] Oct 28 00:08:23.813 INFO O| Oct 28 00:08:23.813 INFO STEP 911 (remove_files) COMPLETE
75862025-10-28T00:08:24.870Z[ recovery-image] Oct 28 00:08:23.813 INFO O| Oct 28 00:08:23.813 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872025-10-28T00:08:24.870Z[ recovery-image] Oct 28 00:08:23.827 INFO O| Oct 28 00:08:23.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
75882025-10-28T00:08:24.870Z[ recovery-image] Oct 28 00:08:23.827 INFO O| Oct 28 00:08:23.827 INFO STEP 912 (remove_files) COMPLETE
75892025-10-28T00:08:24.870Z[ recovery-image] Oct 28 00:08:23.827 INFO O| Oct 28 00:08:23.827 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902025-10-28T00:08:24.870Z[ recovery-image] Oct 28 00:08:23.839 INFO O| Oct 28 00:08:23.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
75912025-10-28T00:08:24.870Z[ recovery-image] Oct 28 00:08:23.839 INFO O| Oct 28 00:08:23.839 INFO STEP 913 (remove_files) COMPLETE
75922025-10-28T00:08:24.870Z[ recovery-image] Oct 28 00:08:23.839 INFO O| Oct 28 00:08:23.839 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75932025-10-28T00:08:24.870Z[ recovery-image] Oct 28 00:08:23.852 INFO O| Oct 28 00:08:23.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
75942025-10-28T00:08:24.870Z[ recovery-image] Oct 28 00:08:23.852 INFO O| Oct 28 00:08:23.852 INFO STEP 914 (remove_files) COMPLETE
75952025-10-28T00:08:24.870Z[ recovery-image] Oct 28 00:08:23.852 INFO O| Oct 28 00:08:23.852 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75962025-10-28T00:08:24.870Z[ recovery-image] Oct 28 00:08:23.865 INFO O| Oct 28 00:08:23.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
75972025-10-28T00:08:24.870Z[ recovery-image] Oct 28 00:08:23.865 INFO O| Oct 28 00:08:23.865 INFO STEP 915 (remove_files) COMPLETE
75982025-10-28T00:08:24.870Z[ recovery-image] Oct 28 00:08:23.865 INFO O| Oct 28 00:08:23.865 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75992025-10-28T00:08:24.870Z[ recovery-image] Oct 28 00:08:23.878 INFO O| Oct 28 00:08:23.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
76002025-10-28T00:08:24.870Z[ recovery-image] Oct 28 00:08:23.878 INFO O| Oct 28 00:08:23.878 INFO STEP 916 (remove_files) COMPLETE
76012025-10-28T00:08:24.870Z[ recovery-image] Oct 28 00:08:23.878 INFO O| Oct 28 00:08:23.878 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022025-10-28T00:08:24.870Z[ recovery-image] Oct 28 00:08:23.891 INFO O| Oct 28 00:08:23.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
76032025-10-28T00:08:24.870Z[ recovery-image] Oct 28 00:08:23.891 INFO O| Oct 28 00:08:23.891 INFO STEP 917 (remove_files) COMPLETE
76042025-10-28T00:08:24.870Z[ recovery-image] Oct 28 00:08:23.891 INFO O| Oct 28 00:08:23.891 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052025-10-28T00:08:24.870Z[ recovery-image] Oct 28 00:08:23.904 INFO O| Oct 28 00:08:23.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
76062025-10-28T00:08:24.870Z[ recovery-image] Oct 28 00:08:23.904 INFO O| Oct 28 00:08:23.904 INFO STEP 918 (remove_files) COMPLETE
76072025-10-28T00:08:24.870Z[ recovery-image] Oct 28 00:08:23.904 INFO O| Oct 28 00:08:23.904 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082025-10-28T00:08:24.870Z[ recovery-image] Oct 28 00:08:23.918 INFO O| Oct 28 00:08:23.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
76092025-10-28T00:08:24.870Z[ recovery-image] Oct 28 00:08:23.918 INFO O| Oct 28 00:08:23.918 INFO STEP 919 (remove_files) COMPLETE
76102025-10-28T00:08:24.870Z[ recovery-image] Oct 28 00:08:23.918 INFO O| Oct 28 00:08:23.918 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112025-10-28T00:08:24.870Z[ recovery-image] Oct 28 00:08:23.930 INFO O| Oct 28 00:08:23.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
76122025-10-28T00:08:24.870Z[ recovery-image] Oct 28 00:08:23.931 INFO O| Oct 28 00:08:23.931 INFO STEP 920 (remove_files) COMPLETE
76132025-10-28T00:08:24.870Z[ recovery-image] Oct 28 00:08:23.931 INFO O| Oct 28 00:08:23.931 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142025-10-28T00:08:24.870Z[ recovery-image] Oct 28 00:08:23.939 INFO O| Oct 28 00:08:23.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
76152025-10-28T00:08:24.870Z[ recovery-image] Oct 28 00:08:23.940 INFO O| Oct 28 00:08:23.940 INFO STEP 921 (remove_files) COMPLETE
76162025-10-28T00:08:24.870Z[ recovery-image] Oct 28 00:08:23.940 INFO O| Oct 28 00:08:23.940 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172025-10-28T00:08:24.870Z[ recovery-image] Oct 28 00:08:23.952 INFO O| Oct 28 00:08:23.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
76182025-10-28T00:08:24.870Z[ recovery-image] Oct 28 00:08:23.953 INFO O| Oct 28 00:08:23.953 INFO STEP 922 (remove_files) COMPLETE
76192025-10-28T00:08:24.870Z[ recovery-image] Oct 28 00:08:23.953 INFO O| Oct 28 00:08:23.953 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76202025-10-28T00:08:24.870Z[ recovery-image] Oct 28 00:08:23.965 INFO O| Oct 28 00:08:23.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
76212025-10-28T00:08:24.870Z[ recovery-image] Oct 28 00:08:23.965 INFO O| Oct 28 00:08:23.965 INFO STEP 923 (remove_files) COMPLETE
76222025-10-28T00:08:24.870Z[ recovery-image] Oct 28 00:08:23.965 INFO O| Oct 28 00:08:23.965 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232025-10-28T00:08:24.871Z[ recovery-image] Oct 28 00:08:23.976 INFO O| Oct 28 00:08:23.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
76242025-10-28T00:08:24.871Z[ recovery-image] Oct 28 00:08:23.976 INFO O| Oct 28 00:08:23.976 INFO STEP 924 (remove_files) COMPLETE
76252025-10-28T00:08:24.871Z[ recovery-image] Oct 28 00:08:23.977 INFO O| Oct 28 00:08:23.976 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262025-10-28T00:08:24.871Z[ recovery-image] Oct 28 00:08:23.985 INFO O| Oct 28 00:08:23.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
76272025-10-28T00:08:24.871Z[ recovery-image] Oct 28 00:08:23.985 INFO O| Oct 28 00:08:23.985 INFO STEP 925 (remove_files) COMPLETE
76282025-10-28T00:08:24.871Z[ recovery-image] Oct 28 00:08:23.985 INFO O| Oct 28 00:08:23.985 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292025-10-28T00:08:24.871Z[ recovery-image] Oct 28 00:08:23.998 INFO O| Oct 28 00:08:23.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
76302025-10-28T00:08:24.871Z[ recovery-image] Oct 28 00:08:23.998 INFO O| Oct 28 00:08:23.998 INFO STEP 926 (remove_files) COMPLETE
76312025-10-28T00:08:24.871Z[ recovery-image] Oct 28 00:08:23.998 INFO O| Oct 28 00:08:23.998 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76322025-10-28T00:08:24.871Z[ recovery-image] Oct 28 00:08:24.011 INFO O| Oct 28 00:08:24.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
76332025-10-28T00:08:24.871Z[ recovery-image] Oct 28 00:08:24.011 INFO O| Oct 28 00:08:24.011 INFO STEP 927 (remove_files) COMPLETE
76342025-10-28T00:08:24.871Z[ recovery-image] Oct 28 00:08:24.011 INFO O| Oct 28 00:08:24.011 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352025-10-28T00:08:24.871Z[ recovery-image] Oct 28 00:08:24.020 INFO O| Oct 28 00:08:24.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
76362025-10-28T00:08:24.871Z[ recovery-image] Oct 28 00:08:24.020 INFO O| Oct 28 00:08:24.020 INFO STEP 928 (remove_files) COMPLETE
76372025-10-28T00:08:24.871Z[ recovery-image] Oct 28 00:08:24.020 INFO O| Oct 28 00:08:24.020 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382025-10-28T00:08:24.871Z[ recovery-image] Oct 28 00:08:24.031 INFO O| Oct 28 00:08:24.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
76392025-10-28T00:08:24.871Z[ recovery-image] Oct 28 00:08:24.031 INFO O| Oct 28 00:08:24.031 INFO STEP 929 (remove_files) COMPLETE
76402025-10-28T00:08:24.871Z[ recovery-image] Oct 28 00:08:24.031 INFO O| Oct 28 00:08:24.031 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412025-10-28T00:08:24.871Z[ recovery-image] Oct 28 00:08:24.040 INFO O| Oct 28 00:08:24.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
76422025-10-28T00:08:24.871Z[ recovery-image] Oct 28 00:08:24.040 INFO O| Oct 28 00:08:24.040 INFO STEP 930 (remove_files) COMPLETE
76432025-10-28T00:08:24.871Z[ recovery-image] Oct 28 00:08:24.040 INFO O| Oct 28 00:08:24.040 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442025-10-28T00:08:24.871Z[ recovery-image] Oct 28 00:08:24.048 INFO O| Oct 28 00:08:24.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
76452025-10-28T00:08:24.871Z[ recovery-image] Oct 28 00:08:24.048 INFO O| Oct 28 00:08:24.048 INFO STEP 931 (remove_files) COMPLETE
76462025-10-28T00:08:24.871Z[ recovery-image] Oct 28 00:08:24.048 INFO O| Oct 28 00:08:24.048 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472025-10-28T00:08:24.871Z[ recovery-image] Oct 28 00:08:24.059 INFO O| Oct 28 00:08:24.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
76482025-10-28T00:08:24.871Z[ recovery-image] Oct 28 00:08:24.060 INFO O| Oct 28 00:08:24.060 INFO STEP 932 (remove_files) COMPLETE
76492025-10-28T00:08:24.871Z[ recovery-image] Oct 28 00:08:24.060 INFO O| Oct 28 00:08:24.060 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76502025-10-28T00:08:24.871Z[ recovery-image] Oct 28 00:08:24.068 INFO O| Oct 28 00:08:24.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
76512025-10-28T00:08:24.871Z[ recovery-image] Oct 28 00:08:24.068 INFO O| Oct 28 00:08:24.068 INFO STEP 933 (remove_files) COMPLETE
76522025-10-28T00:08:24.871Z[ recovery-image] Oct 28 00:08:24.068 INFO O| Oct 28 00:08:24.068 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76532025-10-28T00:08:24.871Z[ recovery-image] Oct 28 00:08:24.076 INFO O| Oct 28 00:08:24.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
76542025-10-28T00:08:24.871Z[ recovery-image] Oct 28 00:08:24.076 INFO O| Oct 28 00:08:24.076 INFO STEP 934 (remove_files) COMPLETE
76552025-10-28T00:08:24.871Z[ recovery-image] Oct 28 00:08:24.076 INFO O| Oct 28 00:08:24.076 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562025-10-28T00:08:24.871Z[ recovery-image] Oct 28 00:08:24.084 INFO O| Oct 28 00:08:24.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
76572025-10-28T00:08:24.871Z[ recovery-image] Oct 28 00:08:24.084 INFO O| Oct 28 00:08:24.084 INFO STEP 935 (remove_files) COMPLETE
76582025-10-28T00:08:24.871Z[ recovery-image] Oct 28 00:08:24.084 INFO O| Oct 28 00:08:24.084 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592025-10-28T00:08:24.871Z[ recovery-image] Oct 28 00:08:24.097 INFO O| Oct 28 00:08:24.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
76602025-10-28T00:08:24.871Z[ recovery-image] Oct 28 00:08:24.097 INFO O| Oct 28 00:08:24.097 INFO STEP 936 (remove_files) COMPLETE
76612025-10-28T00:08:24.871Z[ recovery-image] Oct 28 00:08:24.097 INFO O| Oct 28 00:08:24.097 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622025-10-28T00:08:24.872Z[ recovery-image] Oct 28 00:08:24.110 INFO O| Oct 28 00:08:24.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
76632025-10-28T00:08:24.872Z[ recovery-image] Oct 28 00:08:24.110 INFO O| Oct 28 00:08:24.110 INFO STEP 937 (remove_files) COMPLETE
76642025-10-28T00:08:24.872Z[ recovery-image] Oct 28 00:08:24.110 INFO O| Oct 28 00:08:24.110 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652025-10-28T00:08:24.872Z[ recovery-image] Oct 28 00:08:24.121 INFO O| Oct 28 00:08:24.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
76662025-10-28T00:08:24.872Z[ recovery-image] Oct 28 00:08:24.121 INFO O| Oct 28 00:08:24.121 INFO STEP 938 (remove_files) COMPLETE
76672025-10-28T00:08:24.872Z[ recovery-image] Oct 28 00:08:24.121 INFO O| Oct 28 00:08:24.121 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682025-10-28T00:08:24.872Z[ recovery-image] Oct 28 00:08:24.131 INFO O| Oct 28 00:08:24.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
76692025-10-28T00:08:24.872Z[ recovery-image] Oct 28 00:08:24.131 INFO O| Oct 28 00:08:24.131 INFO STEP 939 (remove_files) COMPLETE
76702025-10-28T00:08:24.872Z[ recovery-image] Oct 28 00:08:24.131 INFO O| Oct 28 00:08:24.131 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712025-10-28T00:08:24.872Z[ recovery-image] Oct 28 00:08:24.143 INFO O| Oct 28 00:08:24.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
76722025-10-28T00:08:24.872Z[ recovery-image] Oct 28 00:08:24.143 INFO O| Oct 28 00:08:24.143 INFO STEP 940 (remove_files) COMPLETE
76732025-10-28T00:08:24.872Z[ recovery-image] Oct 28 00:08:24.143 INFO O| Oct 28 00:08:24.143 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742025-10-28T00:08:24.872Z[ recovery-image] Oct 28 00:08:24.155 INFO O| Oct 28 00:08:24.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
76752025-10-28T00:08:24.872Z[ recovery-image] Oct 28 00:08:24.155 INFO O| Oct 28 00:08:24.155 INFO STEP 941 (remove_files) COMPLETE
76762025-10-28T00:08:24.872Z[ recovery-image] Oct 28 00:08:24.155 INFO O| Oct 28 00:08:24.155 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772025-10-28T00:08:24.872Z[ recovery-image] Oct 28 00:08:24.168 INFO O| Oct 28 00:08:24.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
76782025-10-28T00:08:24.872Z[ recovery-image] Oct 28 00:08:24.168 INFO O| Oct 28 00:08:24.168 INFO STEP 942 (remove_files) COMPLETE
76792025-10-28T00:08:24.872Z[ recovery-image] Oct 28 00:08:24.168 INFO O| Oct 28 00:08:24.168 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802025-10-28T00:08:24.872Z[ recovery-image] Oct 28 00:08:24.180 INFO O| Oct 28 00:08:24.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
76812025-10-28T00:08:24.872Z[ recovery-image] Oct 28 00:08:24.181 INFO O| Oct 28 00:08:24.181 INFO STEP 943 (remove_files) COMPLETE
76822025-10-28T00:08:24.877Z[ recovery-image] Oct 28 00:08:24.181 INFO O| Oct 28 00:08:24.181 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832025-10-28T00:08:24.877Z[ recovery-image] Oct 28 00:08:24.190 INFO O| Oct 28 00:08:24.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
76842025-10-28T00:08:24.877Z[ recovery-image] Oct 28 00:08:24.190 INFO O| Oct 28 00:08:24.190 INFO STEP 944 (remove_files) COMPLETE
76852025-10-28T00:08:24.877Z[ recovery-image] Oct 28 00:08:24.190 INFO O| Oct 28 00:08:24.190 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862025-10-28T00:08:24.877Z[ recovery-image] Oct 28 00:08:24.199 INFO O| Oct 28 00:08:24.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
76872025-10-28T00:08:24.877Z[ recovery-image] Oct 28 00:08:24.199 INFO O| Oct 28 00:08:24.199 INFO STEP 945 (remove_files) COMPLETE
76882025-10-28T00:08:24.877Z[ recovery-image] Oct 28 00:08:24.199 INFO O| Oct 28 00:08:24.199 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892025-10-28T00:08:24.877Z[ recovery-image] Oct 28 00:08:24.210 INFO O| Oct 28 00:08:24.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
76902025-10-28T00:08:24.877Z[ recovery-image] Oct 28 00:08:24.211 INFO O| Oct 28 00:08:24.210 INFO STEP 946 (remove_files) COMPLETE
76912025-10-28T00:08:24.877Z[ recovery-image] Oct 28 00:08:24.211 INFO O| Oct 28 00:08:24.211 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922025-10-28T00:08:24.877Z[ recovery-image] Oct 28 00:08:24.223 INFO O| Oct 28 00:08:24.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
76932025-10-28T00:08:24.877Z[ recovery-image] Oct 28 00:08:24.223 INFO O| Oct 28 00:08:24.223 INFO STEP 947 (remove_files) COMPLETE
76942025-10-28T00:08:24.877Z[ recovery-image] Oct 28 00:08:24.223 INFO O| Oct 28 00:08:24.223 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952025-10-28T00:08:24.877Z[ recovery-image] Oct 28 00:08:24.232 INFO O| Oct 28 00:08:24.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
76962025-10-28T00:08:24.877Z[ recovery-image] Oct 28 00:08:24.232 INFO O| Oct 28 00:08:24.232 INFO STEP 948 (remove_files) COMPLETE
76972025-10-28T00:08:24.877Z[ recovery-image] Oct 28 00:08:24.232 INFO O| Oct 28 00:08:24.232 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982025-10-28T00:08:24.877Z[ recovery-image] Oct 28 00:08:24.245 INFO O| Oct 28 00:08:24.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
76992025-10-28T00:08:24.877Z[ recovery-image] Oct 28 00:08:24.245 INFO O| Oct 28 00:08:24.245 INFO STEP 949 (remove_files) COMPLETE
77002025-10-28T00:08:24.877Z[ recovery-image] Oct 28 00:08:24.245 INFO O| Oct 28 00:08:24.245 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012025-10-28T00:08:24.877Z[ recovery-image] Oct 28 00:08:24.257 INFO O| Oct 28 00:08:24.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
77022025-10-28T00:08:24.877Z[ recovery-image] Oct 28 00:08:24.258 INFO O| Oct 28 00:08:24.258 INFO STEP 950 (remove_files) COMPLETE
77032025-10-28T00:08:24.877Z[ recovery-image] Oct 28 00:08:24.258 INFO O| Oct 28 00:08:24.258 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042025-10-28T00:08:24.877Z[ recovery-image] Oct 28 00:08:24.270 INFO O| Oct 28 00:08:24.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
77052025-10-28T00:08:24.877Z[ recovery-image] Oct 28 00:08:24.270 INFO O| Oct 28 00:08:24.270 INFO STEP 951 (remove_files) COMPLETE
77062025-10-28T00:08:24.877Z[ recovery-image] Oct 28 00:08:24.270 INFO O| Oct 28 00:08:24.270 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072025-10-28T00:08:24.877Z[ recovery-image] Oct 28 00:08:24.283 INFO O| Oct 28 00:08:24.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
77082025-10-28T00:08:24.877Z[ recovery-image] Oct 28 00:08:24.283 INFO O| Oct 28 00:08:24.283 INFO STEP 952 (remove_files) COMPLETE
77092025-10-28T00:08:24.877Z[ recovery-image] Oct 28 00:08:24.283 INFO O| Oct 28 00:08:24.283 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102025-10-28T00:08:24.877Z[ recovery-image] Oct 28 00:08:24.294 INFO O| Oct 28 00:08:24.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
77112025-10-28T00:08:24.877Z[ recovery-image] Oct 28 00:08:24.295 INFO O| Oct 28 00:08:24.294 INFO STEP 953 (remove_files) COMPLETE
77122025-10-28T00:08:24.877Z[ recovery-image] Oct 28 00:08:24.295 INFO O| Oct 28 00:08:24.295 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77132025-10-28T00:08:24.877Z[ recovery-image] Oct 28 00:08:24.308 INFO O| Oct 28 00:08:24.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
77142025-10-28T00:08:24.877Z[ recovery-image] Oct 28 00:08:24.308 INFO O| Oct 28 00:08:24.308 INFO STEP 954 (remove_files) COMPLETE
77152025-10-28T00:08:24.877Z[ recovery-image] Oct 28 00:08:24.308 INFO O| Oct 28 00:08:24.308 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77162025-10-28T00:08:24.877Z[ recovery-image] Oct 28 00:08:24.319 INFO O| Oct 28 00:08:24.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
77172025-10-28T00:08:24.878Z[ recovery-image] Oct 28 00:08:24.319 INFO O| Oct 28 00:08:24.319 INFO STEP 955 (remove_files) COMPLETE
77182025-10-28T00:08:24.878Z[ recovery-image] Oct 28 00:08:24.319 INFO O| Oct 28 00:08:24.319 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77192025-10-28T00:08:24.878Z[ recovery-image] Oct 28 00:08:24.328 INFO O| Oct 28 00:08:24.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
77202025-10-28T00:08:24.878Z[ recovery-image] Oct 28 00:08:24.328 INFO O| Oct 28 00:08:24.328 INFO STEP 956 (remove_files) COMPLETE
77212025-10-28T00:08:24.878Z[ recovery-image] Oct 28 00:08:24.329 INFO O| Oct 28 00:08:24.328 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77222025-10-28T00:08:24.878Z[ recovery-image] Oct 28 00:08:24.342 INFO O| Oct 28 00:08:24.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
77232025-10-28T00:08:24.878Z[ recovery-image] Oct 28 00:08:24.342 INFO O| Oct 28 00:08:24.342 INFO STEP 957 (remove_files) COMPLETE
77242025-10-28T00:08:24.878Z[ recovery-image] Oct 28 00:08:24.342 INFO O| Oct 28 00:08:24.342 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77252025-10-28T00:08:24.878Z[ recovery-image] Oct 28 00:08:24.354 INFO O| Oct 28 00:08:24.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
77262025-10-28T00:08:24.878Z[ recovery-image] Oct 28 00:08:24.355 INFO O| Oct 28 00:08:24.355 INFO STEP 958 (remove_files) COMPLETE
77272025-10-28T00:08:24.878Z[ recovery-image] Oct 28 00:08:24.355 INFO O| Oct 28 00:08:24.355 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77282025-10-28T00:08:24.878Z[ recovery-image] Oct 28 00:08:24.368 INFO O| Oct 28 00:08:24.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
77292025-10-28T00:08:24.878Z[ recovery-image] Oct 28 00:08:24.368 INFO O| Oct 28 00:08:24.368 INFO STEP 959 (remove_files) COMPLETE
77302025-10-28T00:08:24.878Z[ recovery-image] Oct 28 00:08:24.368 INFO O| Oct 28 00:08:24.368 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77312025-10-28T00:08:24.878Z[ recovery-image] Oct 28 00:08:24.381 INFO O| Oct 28 00:08:24.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
77322025-10-28T00:08:24.878Z[ recovery-image] Oct 28 00:08:24.381 INFO O| Oct 28 00:08:24.381 INFO STEP 960 (remove_files) COMPLETE
77332025-10-28T00:08:24.878Z[ recovery-image] Oct 28 00:08:24.381 INFO O| Oct 28 00:08:24.381 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77342025-10-28T00:08:24.878Z[ recovery-image] Oct 28 00:08:24.394 INFO O| Oct 28 00:08:24.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
77352025-10-28T00:08:24.878Z[ recovery-image] Oct 28 00:08:24.394 INFO O| Oct 28 00:08:24.394 INFO STEP 961 (remove_files) COMPLETE
77362025-10-28T00:08:24.878Z[ recovery-image] Oct 28 00:08:24.394 INFO O| Oct 28 00:08:24.394 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77372025-10-28T00:08:24.885Z[ recovery-image] Oct 28 00:08:24.405 INFO O| Oct 28 00:08:24.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
77382025-10-28T00:08:24.885Z[ recovery-image] Oct 28 00:08:24.405 INFO O| Oct 28 00:08:24.405 INFO STEP 962 (remove_files) COMPLETE
77392025-10-28T00:08:24.888Z[ recovery-image] Oct 28 00:08:24.405 INFO O| Oct 28 00:08:24.405 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77402025-10-28T00:08:24.897Z[ recovery-image] Oct 28 00:08:24.418 INFO O| Oct 28 00:08:24.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
77412025-10-28T00:08:24.897Z[ recovery-image] Oct 28 00:08:24.418 INFO O| Oct 28 00:08:24.418 INFO STEP 963 (remove_files) COMPLETE
77422025-10-28T00:08:24.897Z[ recovery-image] Oct 28 00:08:24.418 INFO O| Oct 28 00:08:24.418 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77432025-10-28T00:08:24.911Z[ recovery-image] Oct 28 00:08:24.430 INFO O| Oct 28 00:08:24.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
77442025-10-28T00:08:24.911Z[ recovery-image] Oct 28 00:08:24.431 INFO O| Oct 28 00:08:24.431 INFO STEP 964 (remove_files) COMPLETE
77452025-10-28T00:08:24.911Z[ recovery-image] Oct 28 00:08:24.431 INFO O| Oct 28 00:08:24.431 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77462025-10-28T00:08:24.923Z[ recovery-image] Oct 28 00:08:24.444 INFO O| Oct 28 00:08:24.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
77472025-10-28T00:08:24.923Z[ recovery-image] Oct 28 00:08:24.444 INFO O| Oct 28 00:08:24.444 INFO STEP 965 (remove_files) COMPLETE
77482025-10-28T00:08:24.923Z[ recovery-image] Oct 28 00:08:24.444 INFO O| Oct 28 00:08:24.444 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77492025-10-28T00:08:24.936Z[ recovery-image] Oct 28 00:08:24.455 INFO O| Oct 28 00:08:24.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
77502025-10-28T00:08:24.936Z[ recovery-image] Oct 28 00:08:24.455 INFO O| Oct 28 00:08:24.455 INFO STEP 966 (remove_files) COMPLETE
77512025-10-28T00:08:24.940Z[ recovery-image] Oct 28 00:08:24.455 INFO O| Oct 28 00:08:24.455 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77522025-10-28T00:08:24.945Z[ recovery-image] Oct 28 00:08:24.466 INFO O| Oct 28 00:08:24.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
77532025-10-28T00:08:24.958Z[ recovery-image] Oct 28 00:08:24.466 INFO O| Oct 28 00:08:24.466 INFO STEP 967 (remove_files) COMPLETE
77542025-10-28T00:08:24.958Z[ recovery-image] Oct 28 00:08:24.466 INFO O| Oct 28 00:08:24.466 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77552025-10-28T00:08:24.963Z[ recovery-image] Oct 28 00:08:24.479 INFO O| Oct 28 00:08:24.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
77562025-10-28T00:08:24.963Z[ recovery-image] Oct 28 00:08:24.480 INFO O| Oct 28 00:08:24.479 INFO STEP 968 (remove_files) COMPLETE
77572025-10-28T00:08:24.963Z[ recovery-image] Oct 28 00:08:24.480 INFO O| Oct 28 00:08:24.479 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77582025-10-28T00:08:24.973Z[ recovery-image] Oct 28 00:08:24.494 INFO O| Oct 28 00:08:24.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
77592025-10-28T00:08:24.973Z[ recovery-image] Oct 28 00:08:24.494 INFO O| Oct 28 00:08:24.494 INFO STEP 969 (remove_files) COMPLETE
77602025-10-28T00:08:24.977Z[ recovery-image] Oct 28 00:08:24.494 INFO O| Oct 28 00:08:24.494 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77612025-10-28T00:08:24.983Z[ recovery-image] Oct 28 00:08:24.504 INFO O| Oct 28 00:08:24.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
77622025-10-28T00:08:24.983Z[ recovery-image] Oct 28 00:08:24.504 INFO O| Oct 28 00:08:24.504 INFO STEP 970 (remove_files) COMPLETE
77632025-10-28T00:08:24.986Z[ recovery-image] Oct 28 00:08:24.504 INFO O| Oct 28 00:08:24.504 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77642025-10-28T00:08:24.996Z[ recovery-image] Oct 28 00:08:24.516 INFO O| Oct 28 00:08:24.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
77652025-10-28T00:08:24.996Z[ recovery-image] Oct 28 00:08:24.516 INFO O| Oct 28 00:08:24.516 INFO STEP 971 (remove_files) COMPLETE
77662025-10-28T00:08:24.996Z[ recovery-image] Oct 28 00:08:24.516 INFO O| Oct 28 00:08:24.516 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77672025-10-28T00:08:25.006Z[ recovery-image] Oct 28 00:08:24.527 INFO O| Oct 28 00:08:24.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
77682025-10-28T00:08:25.010Z[ recovery-image] Oct 28 00:08:24.527 INFO O| Oct 28 00:08:24.527 INFO STEP 972 (remove_files) COMPLETE
77692025-10-28T00:08:25.010Z[ recovery-image] Oct 28 00:08:24.527 INFO O| Oct 28 00:08:24.527 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77702025-10-28T00:08:25.017Z[ recovery-image] Oct 28 00:08:24.538 INFO O| Oct 28 00:08:24.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
77712025-10-28T00:08:25.017Z[ recovery-image] Oct 28 00:08:24.538 INFO O| Oct 28 00:08:24.538 INFO STEP 973 (remove_files) COMPLETE
77722025-10-28T00:08:25.021Z[ recovery-image] Oct 28 00:08:24.538 INFO O| Oct 28 00:08:24.538 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77732025-10-28T00:08:25.026Z[ recovery-image] Oct 28 00:08:24.547 INFO O| Oct 28 00:08:24.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
77742025-10-28T00:08:25.030Z[ recovery-image] Oct 28 00:08:24.548 INFO O| Oct 28 00:08:24.547 INFO STEP 974 (remove_files) COMPLETE
77752025-10-28T00:08:25.030Z[ recovery-image] Oct 28 00:08:24.548 INFO O| Oct 28 00:08:24.547 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77762025-10-28T00:08:25.039Z[ recovery-image] Oct 28 00:08:24.560 INFO O| Oct 28 00:08:24.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
77772025-10-28T00:08:25.043Z[ recovery-image] Oct 28 00:08:24.560 INFO O| Oct 28 00:08:24.560 INFO STEP 975 (remove_files) COMPLETE
77782025-10-28T00:08:25.043Z[ recovery-image] Oct 28 00:08:24.560 INFO O| Oct 28 00:08:24.560 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77792025-10-28T00:08:25.054Z[ recovery-image] Oct 28 00:08:24.575 INFO O| Oct 28 00:08:24.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
77802025-10-28T00:08:25.054Z[ recovery-image] Oct 28 00:08:24.575 INFO O| Oct 28 00:08:24.575 INFO STEP 976 (remove_files) COMPLETE
77812025-10-28T00:08:25.054Z[ recovery-image] Oct 28 00:08:24.575 INFO O| Oct 28 00:08:24.575 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77822025-10-28T00:08:25.067Z[ recovery-image] Oct 28 00:08:24.588 INFO O| Oct 28 00:08:24.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
77832025-10-28T00:08:25.070Z[ recovery-image] Oct 28 00:08:24.588 INFO O| Oct 28 00:08:24.588 INFO STEP 977 (remove_files) COMPLETE
77842025-10-28T00:08:25.071Z[ recovery-image] Oct 28 00:08:24.588 INFO O| Oct 28 00:08:24.588 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77852025-10-28T00:08:25.080Z[ recovery-image] Oct 28 00:08:24.601 INFO O| Oct 28 00:08:24.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
77862025-10-28T00:08:25.080Z[ recovery-image] Oct 28 00:08:24.601 INFO O| Oct 28 00:08:24.601 INFO STEP 978 (remove_files) COMPLETE
77872025-10-28T00:08:25.084Z[ recovery-image] Oct 28 00:08:24.601 INFO O| Oct 28 00:08:24.601 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77882025-10-28T00:08:25.092Z[ recovery-image] Oct 28 00:08:24.613 INFO O| Oct 28 00:08:24.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
77892025-10-28T00:08:25.097Z[ recovery-image] Oct 28 00:08:24.613 INFO O| Oct 28 00:08:24.613 INFO STEP 979 (remove_files) COMPLETE
77902025-10-28T00:08:25.098Z[ recovery-image] Oct 28 00:08:24.613 INFO O| Oct 28 00:08:24.613 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77912025-10-28T00:08:25.105Z[ recovery-image] Oct 28 00:08:24.625 INFO O| Oct 28 00:08:24.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
77922025-10-28T00:08:25.108Z[ recovery-image] Oct 28 00:08:24.626 INFO O| Oct 28 00:08:24.625 INFO STEP 980 (remove_files) COMPLETE
77932025-10-28T00:08:25.108Z[ recovery-image] Oct 28 00:08:24.626 INFO O| Oct 28 00:08:24.626 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77942025-10-28T00:08:25.117Z[ recovery-image] Oct 28 00:08:24.638 INFO O| Oct 28 00:08:24.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
77952025-10-28T00:08:25.120Z[ recovery-image] Oct 28 00:08:24.638 INFO O| Oct 28 00:08:24.638 INFO STEP 981 (remove_files) COMPLETE
77962025-10-28T00:08:25.120Z[ recovery-image] Oct 28 00:08:24.638 INFO O| Oct 28 00:08:24.638 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77972025-10-28T00:08:25.132Z[ recovery-image] Oct 28 00:08:24.652 INFO O| Oct 28 00:08:24.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
77982025-10-28T00:08:25.135Z[ recovery-image] Oct 28 00:08:24.653 INFO O| Oct 28 00:08:24.653 INFO STEP 982 (remove_files) COMPLETE
77992025-10-28T00:08:25.135Z[ recovery-image] Oct 28 00:08:24.653 INFO O| Oct 28 00:08:24.653 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78002025-10-28T00:08:25.147Z[ recovery-image] Oct 28 00:08:24.668 INFO O| Oct 28 00:08:24.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
78012025-10-28T00:08:25.147Z[ recovery-image] Oct 28 00:08:24.668 INFO O| Oct 28 00:08:24.668 INFO STEP 983 (remove_files) COMPLETE
78022025-10-28T00:08:25.150Z[ recovery-image] Oct 28 00:08:24.668 INFO O| Oct 28 00:08:24.668 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78032025-10-28T00:08:25.160Z[ recovery-image] Oct 28 00:08:24.681 INFO O| Oct 28 00:08:24.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
78042025-10-28T00:08:25.160Z[ recovery-image] Oct 28 00:08:24.681 INFO O| Oct 28 00:08:24.681 INFO STEP 984 (remove_files) COMPLETE
78052025-10-28T00:08:25.163Z[ recovery-image] Oct 28 00:08:24.681 INFO O| Oct 28 00:08:24.681 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78062025-10-28T00:08:25.173Z[ recovery-image] Oct 28 00:08:24.694 INFO O| Oct 28 00:08:24.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
78072025-10-28T00:08:25.173Z[ recovery-image] Oct 28 00:08:24.694 INFO O| Oct 28 00:08:24.694 INFO STEP 985 (remove_files) COMPLETE
78082025-10-28T00:08:25.177Z[ recovery-image] Oct 28 00:08:24.694 INFO O| Oct 28 00:08:24.694 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78092025-10-28T00:08:25.186Z[ recovery-image] Oct 28 00:08:24.707 INFO O| Oct 28 00:08:24.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
78102025-10-28T00:08:25.189Z[ recovery-image] Oct 28 00:08:24.707 INFO O| Oct 28 00:08:24.707 INFO STEP 986 (remove_files) COMPLETE
78112025-10-28T00:08:25.189Z[ recovery-image] Oct 28 00:08:24.707 INFO O| Oct 28 00:08:24.707 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78122025-10-28T00:08:25.198Z[ recovery-image] Oct 28 00:08:24.719 INFO O| Oct 28 00:08:24.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
78132025-10-28T00:08:25.198Z[ recovery-image] Oct 28 00:08:24.719 INFO O| Oct 28 00:08:24.719 INFO STEP 987 (remove_files) COMPLETE
78142025-10-28T00:08:25.198Z[ recovery-image] Oct 28 00:08:24.719 INFO O| Oct 28 00:08:24.719 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78152025-10-28T00:08:25.210Z[ recovery-image] Oct 28 00:08:24.731 INFO O| Oct 28 00:08:24.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
78162025-10-28T00:08:25.213Z[ recovery-image] Oct 28 00:08:24.731 INFO O| Oct 28 00:08:24.731 INFO STEP 988 (remove_files) COMPLETE
78172025-10-28T00:08:25.213Z[ recovery-image] Oct 28 00:08:24.731 INFO O| Oct 28 00:08:24.731 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78182025-10-28T00:08:25.224Z[ recovery-image] Oct 28 00:08:24.744 INFO O| Oct 28 00:08:24.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
78192025-10-28T00:08:25.224Z[ recovery-image] Oct 28 00:08:24.745 INFO O| Oct 28 00:08:24.745 INFO STEP 989 (remove_files) COMPLETE
78202025-10-28T00:08:25.224Z[ recovery-image] Oct 28 00:08:24.745 INFO O| Oct 28 00:08:24.745 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78212025-10-28T00:08:25.238Z[ recovery-image] Oct 28 00:08:24.758 INFO O| Oct 28 00:08:24.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
78222025-10-28T00:08:25.243Z[ recovery-image] Oct 28 00:08:24.759 INFO O| Oct 28 00:08:24.759 INFO STEP 990 (remove_files) COMPLETE
78232025-10-28T00:08:25.243Z[ recovery-image] Oct 28 00:08:24.759 INFO O| Oct 28 00:08:24.759 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78242025-10-28T00:08:25.253Z[ recovery-image] Oct 28 00:08:24.774 INFO O| Oct 28 00:08:24.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
78252025-10-28T00:08:25.253Z[ recovery-image] Oct 28 00:08:24.774 INFO O| Oct 28 00:08:24.774 INFO STEP 991 (remove_files) COMPLETE
78262025-10-28T00:08:25.257Z[ recovery-image] Oct 28 00:08:24.774 INFO O| Oct 28 00:08:24.774 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78272025-10-28T00:08:25.268Z[ recovery-image] Oct 28 00:08:24.789 INFO O| Oct 28 00:08:24.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
78282025-10-28T00:08:25.268Z[ recovery-image] Oct 28 00:08:24.789 INFO O| Oct 28 00:08:24.789 INFO STEP 992 (remove_files) COMPLETE
78292025-10-28T00:08:25.268Z[ recovery-image] Oct 28 00:08:24.789 INFO O| Oct 28 00:08:24.789 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78302025-10-28T00:08:25.282Z[ recovery-image] Oct 28 00:08:24.803 INFO O| Oct 28 00:08:24.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
78312025-10-28T00:08:25.282Z[ recovery-image] Oct 28 00:08:24.803 INFO O| Oct 28 00:08:24.803 INFO STEP 993 (remove_files) COMPLETE
78322025-10-28T00:08:25.283Z[ recovery-image] Oct 28 00:08:24.803 INFO O| Oct 28 00:08:24.803 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78332025-10-28T00:08:25.296Z[ recovery-image] Oct 28 00:08:24.817 INFO O| Oct 28 00:08:24.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
78342025-10-28T00:08:25.299Z[ recovery-image] Oct 28 00:08:24.817 INFO O| Oct 28 00:08:24.817 INFO STEP 994 (remove_files) COMPLETE
78352025-10-28T00:08:25.300Z[ recovery-image] Oct 28 00:08:24.817 INFO O| Oct 28 00:08:24.817 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78362025-10-28T00:08:25.306Z[ recovery-image] Oct 28 00:08:24.827 INFO O| Oct 28 00:08:24.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
78372025-10-28T00:08:25.310Z[ recovery-image] Oct 28 00:08:24.827 INFO O| Oct 28 00:08:24.827 INFO STEP 995 (remove_files) COMPLETE
78382025-10-28T00:08:25.310Z[ recovery-image] Oct 28 00:08:24.828 INFO O| Oct 28 00:08:24.827 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78392025-10-28T00:08:25.316Z[ recovery-image] Oct 28 00:08:24.837 INFO O| Oct 28 00:08:24.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
78402025-10-28T00:08:25.316Z[ recovery-image] Oct 28 00:08:24.837 INFO O| Oct 28 00:08:24.837 INFO STEP 996 (remove_files) COMPLETE
78412025-10-28T00:08:25.316Z[ recovery-image] Oct 28 00:08:24.837 INFO O| Oct 28 00:08:24.837 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78422025-10-28T00:08:25.330Z[ recovery-image] Oct 28 00:08:24.851 INFO O| Oct 28 00:08:24.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
78432025-10-28T00:08:25.334Z[ recovery-image] Oct 28 00:08:24.851 INFO O| Oct 28 00:08:24.851 INFO STEP 997 (remove_files) COMPLETE
78442025-10-28T00:08:25.334Z[ recovery-image] Oct 28 00:08:24.851 INFO O| Oct 28 00:08:24.851 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78452025-10-28T00:08:25.344Z[ recovery-image] Oct 28 00:08:24.865 INFO O| Oct 28 00:08:24.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
78462025-10-28T00:08:25.347Z[ recovery-image] Oct 28 00:08:24.865 INFO O| Oct 28 00:08:24.865 INFO STEP 998 (remove_files) COMPLETE
78472025-10-28T00:08:25.348Z[ recovery-image] Oct 28 00:08:24.865 INFO O| Oct 28 00:08:24.865 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78482025-10-28T00:08:25.358Z[ recovery-image] Oct 28 00:08:24.879 INFO O| Oct 28 00:08:24.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
78492025-10-28T00:08:25.358Z[ recovery-image] Oct 28 00:08:24.879 INFO O| Oct 28 00:08:24.879 INFO STEP 999 (remove_files) COMPLETE
78502025-10-28T00:08:25.362Z[ recovery-image] Oct 28 00:08:24.879 INFO O| Oct 28 00:08:24.879 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78512025-10-28T00:08:25.375Z[ recovery-image] Oct 28 00:08:24.893 INFO O| Oct 28 00:08:24.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
78522025-10-28T00:08:25.375Z[ recovery-image] Oct 28 00:08:24.893 INFO O| Oct 28 00:08:24.893 INFO STEP 1000 (remove_files) COMPLETE
78532025-10-28T00:08:25.378Z[ recovery-image] Oct 28 00:08:24.893 INFO O| Oct 28 00:08:24.893 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78542025-10-28T00:08:25.386Z[ recovery-image] Oct 28 00:08:24.906 INFO O| Oct 28 00:08:24.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
78552025-10-28T00:08:25.386Z[ recovery-image] Oct 28 00:08:24.907 INFO O| Oct 28 00:08:24.907 INFO STEP 1001 (remove_files) COMPLETE
78562025-10-28T00:08:25.386Z[ recovery-image] Oct 28 00:08:24.907 INFO O| Oct 28 00:08:24.907 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78572025-10-28T00:08:25.400Z[ recovery-image] Oct 28 00:08:24.921 INFO O| Oct 28 00:08:24.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
78582025-10-28T00:08:25.400Z[ recovery-image] Oct 28 00:08:24.921 INFO O| Oct 28 00:08:24.921 INFO STEP 1002 (remove_files) COMPLETE
78592025-10-28T00:08:25.404Z[ recovery-image] Oct 28 00:08:24.921 INFO O| Oct 28 00:08:24.921 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78602025-10-28T00:08:25.415Z[ recovery-image] Oct 28 00:08:24.936 INFO O| Oct 28 00:08:24.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
78612025-10-28T00:08:25.415Z[ recovery-image] Oct 28 00:08:24.936 INFO O| Oct 28 00:08:24.936 INFO STEP 1003 (remove_files) COMPLETE
78622025-10-28T00:08:25.415Z[ recovery-image] Oct 28 00:08:24.936 INFO O| Oct 28 00:08:24.936 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78632025-10-28T00:08:25.430Z[ recovery-image] Oct 28 00:08:24.951 INFO O| Oct 28 00:08:24.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
78642025-10-28T00:08:25.430Z[ recovery-image] Oct 28 00:08:24.951 INFO O| Oct 28 00:08:24.951 INFO STEP 1004 (remove_files) COMPLETE
78652025-10-28T00:08:25.430Z[ recovery-image] Oct 28 00:08:24.951 INFO O| Oct 28 00:08:24.951 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78662025-10-28T00:08:25.441Z[ recovery-image] Oct 28 00:08:24.961 INFO O| Oct 28 00:08:24.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
78672025-10-28T00:08:25.444Z[ recovery-image] Oct 28 00:08:24.961 INFO O| Oct 28 00:08:24.961 INFO STEP 1005 (remove_files) COMPLETE
78682025-10-28T00:08:25.444Z[ recovery-image] Oct 28 00:08:24.961 INFO O| Oct 28 00:08:24.961 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78692025-10-28T00:08:25.454Z[ recovery-image] Oct 28 00:08:24.975 INFO O| Oct 28 00:08:24.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
78702025-10-28T00:08:25.454Z[ recovery-image] Oct 28 00:08:24.975 INFO O| Oct 28 00:08:24.975 INFO STEP 1006 (remove_files) COMPLETE
78712025-10-28T00:08:25.458Z[ recovery-image] Oct 28 00:08:24.975 INFO O| Oct 28 00:08:24.975 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78722025-10-28T00:08:25.466Z[ recovery-image] Oct 28 00:08:24.987 INFO O| Oct 28 00:08:24.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
78732025-10-28T00:08:25.469Z[ recovery-image] Oct 28 00:08:24.987 INFO O| Oct 28 00:08:24.987 INFO STEP 1007 (remove_files) COMPLETE
78742025-10-28T00:08:25.469Z[ recovery-image] Oct 28 00:08:24.987 INFO O| Oct 28 00:08:24.987 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78752025-10-28T00:08:25.479Z[ recovery-image] Oct 28 00:08:25.000 INFO O| Oct 28 00:08:25.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
78762025-10-28T00:08:25.483Z[ recovery-image] Oct 28 00:08:25.000 INFO O| Oct 28 00:08:25.000 INFO STEP 1008 (remove_files) COMPLETE
78772025-10-28T00:08:25.483Z[ recovery-image] Oct 28 00:08:25.000 INFO O| Oct 28 00:08:25.000 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78782025-10-28T00:08:25.491Z[ recovery-image] Oct 28 00:08:25.011 INFO O| Oct 28 00:08:25.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat"
78792025-10-28T00:08:25.491Z[ recovery-image] Oct 28 00:08:25.012 INFO O| Oct 28 00:08:25.012 INFO STEP 1009 (remove_files) COMPLETE
78802025-10-28T00:08:25.494Z[ recovery-image] Oct 28 00:08:25.012 INFO O| Oct 28 00:08:25.012 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78812025-10-28T00:08:25.502Z[ recovery-image] Oct 28 00:08:25.023 INFO O| Oct 28 00:08:25.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
78822025-10-28T00:08:25.502Z[ recovery-image] Oct 28 00:08:25.023 INFO O| Oct 28 00:08:25.023 INFO STEP 1010 (remove_files) COMPLETE
78832025-10-28T00:08:25.506Z[ recovery-image] Oct 28 00:08:25.023 INFO O| Oct 28 00:08:25.023 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78842025-10-28T00:08:25.513Z[ recovery-image] Oct 28 00:08:25.034 INFO O| Oct 28 00:08:25.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
78852025-10-28T00:08:25.517Z[ recovery-image] Oct 28 00:08:25.034 INFO O| Oct 28 00:08:25.034 INFO STEP 1011 (remove_files) COMPLETE
78862025-10-28T00:08:25.517Z[ recovery-image] Oct 28 00:08:25.035 INFO O| Oct 28 00:08:25.034 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78872025-10-28T00:08:25.528Z[ recovery-image] Oct 28 00:08:25.048 INFO O| Oct 28 00:08:25.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
78882025-10-28T00:08:25.528Z[ recovery-image] Oct 28 00:08:25.048 INFO O| Oct 28 00:08:25.048 INFO STEP 1012 (remove_files) COMPLETE
78892025-10-28T00:08:25.531Z[ recovery-image] Oct 28 00:08:25.048 INFO O| Oct 28 00:08:25.048 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78902025-10-28T00:08:25.544Z[ recovery-image] Oct 28 00:08:25.063 INFO O| Oct 28 00:08:25.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
78912025-10-28T00:08:25.548Z[ recovery-image] Oct 28 00:08:25.063 INFO O| Oct 28 00:08:25.063 INFO STEP 1013 (remove_files) COMPLETE
78922025-10-28T00:08:25.548Z[ recovery-image] Oct 28 00:08:25.063 INFO O| Oct 28 00:08:25.063 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78932025-10-28T00:08:25.557Z[ recovery-image] Oct 28 00:08:25.078 INFO O| Oct 28 00:08:25.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
78942025-10-28T00:08:25.557Z[ recovery-image] Oct 28 00:08:25.078 INFO O| Oct 28 00:08:25.078 INFO STEP 1014 (remove_files) COMPLETE
78952025-10-28T00:08:25.557Z[ recovery-image] Oct 28 00:08:25.078 INFO O| Oct 28 00:08:25.078 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78962025-10-28T00:08:25.567Z[ recovery-image] Oct 28 00:08:25.088 INFO O| Oct 28 00:08:25.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
78972025-10-28T00:08:25.567Z[ recovery-image] Oct 28 00:08:25.088 INFO O| Oct 28 00:08:25.088 INFO STEP 1015 (remove_files) COMPLETE
78982025-10-28T00:08:25.570Z[ recovery-image] Oct 28 00:08:25.088 INFO O| Oct 28 00:08:25.088 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78992025-10-28T00:08:25.581Z[ recovery-image] Oct 28 00:08:25.102 INFO O| Oct 28 00:08:25.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
79002025-10-28T00:08:25.581Z[ recovery-image] Oct 28 00:08:25.102 INFO O| Oct 28 00:08:25.102 INFO STEP 1016 (remove_files) COMPLETE
79012025-10-28T00:08:25.584Z[ recovery-image] Oct 28 00:08:25.102 INFO O| Oct 28 00:08:25.102 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79022025-10-28T00:08:25.594Z[ recovery-image] Oct 28 00:08:25.115 INFO O| Oct 28 00:08:25.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
79032025-10-28T00:08:25.597Z[ recovery-image] Oct 28 00:08:25.115 INFO O| Oct 28 00:08:25.115 INFO STEP 1017 (remove_files) COMPLETE
79042025-10-28T00:08:25.597Z[ recovery-image] Oct 28 00:08:25.115 INFO O| Oct 28 00:08:25.115 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79052025-10-28T00:08:25.609Z[ recovery-image] Oct 28 00:08:25.129 INFO O| Oct 28 00:08:25.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
79062025-10-28T00:08:25.609Z[ recovery-image] Oct 28 00:08:25.130 INFO O| Oct 28 00:08:25.130 INFO STEP 1018 (remove_files) COMPLETE
79072025-10-28T00:08:25.609Z[ recovery-image] Oct 28 00:08:25.130 INFO O| Oct 28 00:08:25.130 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79082025-10-28T00:08:25.619Z[ recovery-image] Oct 28 00:08:25.140 INFO O| Oct 28 00:08:25.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
79092025-10-28T00:08:25.622Z[ recovery-image] Oct 28 00:08:25.140 INFO O| Oct 28 00:08:25.140 INFO STEP 1019 (remove_files) COMPLETE
79102025-10-28T00:08:25.622Z[ recovery-image] Oct 28 00:08:25.140 INFO O| Oct 28 00:08:25.140 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79112025-10-28T00:08:25.631Z[ recovery-image] Oct 28 00:08:25.152 INFO O| Oct 28 00:08:25.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
79122025-10-28T00:08:25.631Z[ recovery-image] Oct 28 00:08:25.152 INFO O| Oct 28 00:08:25.152 INFO STEP 1020 (remove_files) COMPLETE
79132025-10-28T00:08:25.631Z[ recovery-image] Oct 28 00:08:25.152 INFO O| Oct 28 00:08:25.152 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79142025-10-28T00:08:25.645Z[ recovery-image] Oct 28 00:08:25.166 INFO O| Oct 28 00:08:25.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
79152025-10-28T00:08:25.645Z[ recovery-image] Oct 28 00:08:25.166 INFO O| Oct 28 00:08:25.166 INFO STEP 1021 (remove_files) COMPLETE
79162025-10-28T00:08:25.648Z[ recovery-image] Oct 28 00:08:25.166 INFO O| Oct 28 00:08:25.166 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79172025-10-28T00:08:25.661Z[ recovery-image] Oct 28 00:08:25.181 INFO O| Oct 28 00:08:25.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
79182025-10-28T00:08:25.661Z[ recovery-image] Oct 28 00:08:25.182 INFO O| Oct 28 00:08:25.181 INFO STEP 1022 (remove_files) COMPLETE
79192025-10-28T00:08:25.664Z[ recovery-image] Oct 28 00:08:25.182 INFO O| Oct 28 00:08:25.182 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79202025-10-28T00:08:25.677Z[ recovery-image] Oct 28 00:08:25.197 INFO O| Oct 28 00:08:25.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
79212025-10-28T00:08:25.677Z[ recovery-image] Oct 28 00:08:25.197 INFO O| Oct 28 00:08:25.197 INFO STEP 1023 (remove_files) COMPLETE
79222025-10-28T00:08:25.680Z[ recovery-image] Oct 28 00:08:25.198 INFO O| Oct 28 00:08:25.197 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79232025-10-28T00:08:25.691Z[ recovery-image] Oct 28 00:08:25.212 INFO O| Oct 28 00:08:25.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
79242025-10-28T00:08:25.694Z[ recovery-image] Oct 28 00:08:25.212 INFO O| Oct 28 00:08:25.212 INFO STEP 1024 (remove_files) COMPLETE
79252025-10-28T00:08:25.694Z[ recovery-image] Oct 28 00:08:25.212 INFO O| Oct 28 00:08:25.212 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79262025-10-28T00:08:25.704Z[ recovery-image] Oct 28 00:08:25.225 INFO O| Oct 28 00:08:25.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
79272025-10-28T00:08:25.704Z[ recovery-image] Oct 28 00:08:25.225 INFO O| Oct 28 00:08:25.225 INFO STEP 1025 (remove_files) COMPLETE
79282025-10-28T00:08:25.708Z[ recovery-image] Oct 28 00:08:25.225 INFO O| Oct 28 00:08:25.225 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79292025-10-28T00:08:25.716Z[ recovery-image] Oct 28 00:08:25.236 INFO O| Oct 28 00:08:25.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
79302025-10-28T00:08:25.719Z[ recovery-image] Oct 28 00:08:25.237 INFO O| Oct 28 00:08:25.237 INFO STEP 1026 (remove_files) COMPLETE
79312025-10-28T00:08:25.719Z[ recovery-image] Oct 28 00:08:25.237 INFO O| Oct 28 00:08:25.237 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79322025-10-28T00:08:25.728Z[ recovery-image] Oct 28 00:08:25.249 INFO O| Oct 28 00:08:25.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
79332025-10-28T00:08:25.732Z[ recovery-image] Oct 28 00:08:25.249 INFO O| Oct 28 00:08:25.249 INFO STEP 1027 (remove_files) COMPLETE
79342025-10-28T00:08:25.732Z[ recovery-image] Oct 28 00:08:25.249 INFO O| Oct 28 00:08:25.249 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79352025-10-28T00:08:25.740Z[ recovery-image] Oct 28 00:08:25.261 INFO O| Oct 28 00:08:25.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
79362025-10-28T00:08:25.740Z[ recovery-image] Oct 28 00:08:25.261 INFO O| Oct 28 00:08:25.261 INFO STEP 1028 (remove_files) COMPLETE
79372025-10-28T00:08:25.740Z[ recovery-image] Oct 28 00:08:25.261 INFO O| Oct 28 00:08:25.261 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79382025-10-28T00:08:25.750Z[ recovery-image] Oct 28 00:08:25.270 INFO O| Oct 28 00:08:25.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
79392025-10-28T00:08:25.753Z[ recovery-image] Oct 28 00:08:25.271 INFO O| Oct 28 00:08:25.271 INFO STEP 1029 (remove_files) COMPLETE
79402025-10-28T00:08:25.753Z[ recovery-image] Oct 28 00:08:25.271 INFO O| Oct 28 00:08:25.271 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79412025-10-28T00:08:25.760Z[ recovery-image] Oct 28 00:08:25.281 INFO O| Oct 28 00:08:25.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
79422025-10-28T00:08:25.778Z[ recovery-image] Oct 28 00:08:25.282 INFO O| Oct 28 00:08:25.281 INFO STEP 1030 (remove_files) COMPLETE
79432025-10-28T00:08:25.778Z[ recovery-image] Oct 28 00:08:25.282 INFO O| Oct 28 00:08:25.282 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79442025-10-28T00:08:25.786Z[ recovery-image] Oct 28 00:08:25.307 INFO O| Oct 28 00:08:25.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
79452025-10-28T00:08:25.789Z[ recovery-image] Oct 28 00:08:25.307 INFO O| Oct 28 00:08:25.307 INFO STEP 1031 (remove_files) COMPLETE
79462025-10-28T00:08:25.789Z[ recovery-image] Oct 28 00:08:25.307 INFO O| Oct 28 00:08:25.307 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79472025-10-28T00:08:25.799Z[ recovery-image] Oct 28 00:08:25.320 INFO O| Oct 28 00:08:25.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
79482025-10-28T00:08:25.799Z[ recovery-image] Oct 28 00:08:25.320 INFO O| Oct 28 00:08:25.320 INFO STEP 1032 (remove_files) COMPLETE
79492025-10-28T00:08:25.803Z[ recovery-image] Oct 28 00:08:25.320 INFO O| Oct 28 00:08:25.320 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79502025-10-28T00:08:25.810Z[ recovery-image] Oct 28 00:08:25.331 INFO O| Oct 28 00:08:25.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
79512025-10-28T00:08:25.810Z[ recovery-image] Oct 28 00:08:25.331 INFO O| Oct 28 00:08:25.331 INFO STEP 1033 (remove_files) COMPLETE
79522025-10-28T00:08:25.813Z[ recovery-image] Oct 28 00:08:25.331 INFO O| Oct 28 00:08:25.331 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79532025-10-28T00:08:25.821Z[ recovery-image] Oct 28 00:08:25.342 INFO O| Oct 28 00:08:25.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
79542025-10-28T00:08:25.824Z[ recovery-image] Oct 28 00:08:25.342 INFO O| Oct 28 00:08:25.342 INFO STEP 1034 (remove_files) COMPLETE
79552025-10-28T00:08:25.824Z[ recovery-image] Oct 28 00:08:25.342 INFO O| Oct 28 00:08:25.342 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79562025-10-28T00:08:25.831Z[ recovery-image] Oct 28 00:08:25.352 INFO O| Oct 28 00:08:25.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
79572025-10-28T00:08:25.831Z[ recovery-image] Oct 28 00:08:25.352 INFO O| Oct 28 00:08:25.352 INFO STEP 1035 (remove_files) COMPLETE
79582025-10-28T00:08:25.835Z[ recovery-image] Oct 28 00:08:25.352 INFO O| Oct 28 00:08:25.352 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79592025-10-28T00:08:25.845Z[ recovery-image] Oct 28 00:08:25.365 INFO O| Oct 28 00:08:25.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
79602025-10-28T00:08:25.848Z[ recovery-image] Oct 28 00:08:25.366 INFO O| Oct 28 00:08:25.366 INFO STEP 1036 (remove_files) COMPLETE
79612025-10-28T00:08:25.848Z[ recovery-image] Oct 28 00:08:25.366 INFO O| Oct 28 00:08:25.366 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79622025-10-28T00:08:25.861Z[ recovery-image] Oct 28 00:08:25.376 INFO O| Oct 28 00:08:25.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
79632025-10-28T00:08:25.861Z[ recovery-image] Oct 28 00:08:25.376 INFO O| Oct 28 00:08:25.376 INFO STEP 1037 (remove_files) COMPLETE
79642025-10-28T00:08:25.864Z[ recovery-image] Oct 28 00:08:25.376 INFO O| Oct 28 00:08:25.376 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79652025-10-28T00:08:25.868Z[ recovery-image] Oct 28 00:08:25.388 INFO O| Oct 28 00:08:25.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
79662025-10-28T00:08:25.868Z[ recovery-image] Oct 28 00:08:25.388 INFO O| Oct 28 00:08:25.388 INFO STEP 1038 (remove_files) COMPLETE
79672025-10-28T00:08:25.868Z[ recovery-image] Oct 28 00:08:25.388 INFO O| Oct 28 00:08:25.388 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79682025-10-28T00:08:25.877Z[ recovery-image] Oct 28 00:08:25.398 INFO O| Oct 28 00:08:25.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
79692025-10-28T00:08:25.880Z[ recovery-image] Oct 28 00:08:25.398 INFO O| Oct 28 00:08:25.398 INFO STEP 1039 (remove_files) COMPLETE
79702025-10-28T00:08:25.880Z[ recovery-image] Oct 28 00:08:25.398 INFO O| Oct 28 00:08:25.398 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79712025-10-28T00:08:25.891Z[ recovery-image] Oct 28 00:08:25.412 INFO O| Oct 28 00:08:25.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
79722025-10-28T00:08:25.891Z[ recovery-image] Oct 28 00:08:25.412 INFO O| Oct 28 00:08:25.412 INFO STEP 1040 (remove_files) COMPLETE
79732025-10-28T00:08:25.891Z[ recovery-image] Oct 28 00:08:25.412 INFO O| Oct 28 00:08:25.412 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79742025-10-28T00:08:25.903Z[ recovery-image] Oct 28 00:08:25.422 INFO O| Oct 28 00:08:25.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
79752025-10-28T00:08:25.904Z[ recovery-image] Oct 28 00:08:25.422 INFO O| Oct 28 00:08:25.422 INFO STEP 1041 (remove_files) COMPLETE
79762025-10-28T00:08:25.907Z[ recovery-image] Oct 28 00:08:25.422 INFO O| Oct 28 00:08:25.422 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79772025-10-28T00:08:25.914Z[ recovery-image] Oct 28 00:08:25.435 INFO O| Oct 28 00:08:25.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
79782025-10-28T00:08:25.914Z[ recovery-image] Oct 28 00:08:25.435 INFO O| Oct 28 00:08:25.435 INFO STEP 1042 (remove_files) COMPLETE
79792025-10-28T00:08:25.918Z[ recovery-image] Oct 28 00:08:25.435 INFO O| Oct 28 00:08:25.435 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79802025-10-28T00:08:25.928Z[ recovery-image] Oct 28 00:08:25.449 INFO O| Oct 28 00:08:25.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
79812025-10-28T00:08:25.931Z[ recovery-image] Oct 28 00:08:25.449 INFO O| Oct 28 00:08:25.449 INFO STEP 1043 (remove_files) COMPLETE
79822025-10-28T00:08:25.931Z[ recovery-image] Oct 28 00:08:25.449 INFO O| Oct 28 00:08:25.449 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79832025-10-28T00:08:25.941Z[ recovery-image] Oct 28 00:08:25.461 INFO O| Oct 28 00:08:25.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
79842025-10-28T00:08:25.941Z[ recovery-image] Oct 28 00:08:25.461 INFO O| Oct 28 00:08:25.461 INFO STEP 1044 (remove_files) COMPLETE
79852025-10-28T00:08:25.944Z[ recovery-image] Oct 28 00:08:25.461 INFO O| Oct 28 00:08:25.461 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79862025-10-28T00:08:25.953Z[ recovery-image] Oct 28 00:08:25.474 INFO O| Oct 28 00:08:25.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
79872025-10-28T00:08:25.953Z[ recovery-image] Oct 28 00:08:25.474 INFO O| Oct 28 00:08:25.474 INFO STEP 1045 (remove_files) COMPLETE
79882025-10-28T00:08:25.953Z[ recovery-image] Oct 28 00:08:25.474 INFO O| Oct 28 00:08:25.474 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79892025-10-28T00:08:25.966Z[ recovery-image] Oct 28 00:08:25.487 INFO O| Oct 28 00:08:25.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
79902025-10-28T00:08:25.966Z[ recovery-image] Oct 28 00:08:25.487 INFO O| Oct 28 00:08:25.487 INFO STEP 1046 (remove_files) COMPLETE
79912025-10-28T00:08:25.966Z[ recovery-image] Oct 28 00:08:25.487 INFO O| Oct 28 00:08:25.487 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79922025-10-28T00:08:25.978Z[ recovery-image] Oct 28 00:08:25.499 INFO O| Oct 28 00:08:25.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
79932025-10-28T00:08:25.982Z[ recovery-image] Oct 28 00:08:25.500 INFO O| Oct 28 00:08:25.499 INFO STEP 1047 (remove_files) COMPLETE
79942025-10-28T00:08:25.982Z[ recovery-image] Oct 28 00:08:25.500 INFO O| Oct 28 00:08:25.499 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79952025-10-28T00:08:25.988Z[ recovery-image] Oct 28 00:08:25.509 INFO O| Oct 28 00:08:25.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
79962025-10-28T00:08:25.992Z[ recovery-image] Oct 28 00:08:25.509 INFO O| Oct 28 00:08:25.509 INFO STEP 1048 (remove_files) COMPLETE
79972025-10-28T00:08:25.992Z[ recovery-image] Oct 28 00:08:25.509 INFO O| Oct 28 00:08:25.509 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79982025-10-28T00:08:26.001Z[ recovery-image] Oct 28 00:08:25.521 INFO O| Oct 28 00:08:25.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
79992025-10-28T00:08:26.001Z[ recovery-image] Oct 28 00:08:25.521 INFO O| Oct 28 00:08:25.521 INFO STEP 1049 (remove_files) COMPLETE
80002025-10-28T00:08:26.005Z[ recovery-image] Oct 28 00:08:25.521 INFO O| Oct 28 00:08:25.521 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80012025-10-28T00:08:26.012Z[ recovery-image] Oct 28 00:08:25.533 INFO O| Oct 28 00:08:25.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
80022025-10-28T00:08:26.012Z[ recovery-image] Oct 28 00:08:25.533 INFO O| Oct 28 00:08:25.533 INFO STEP 1050 (remove_files) COMPLETE
80032025-10-28T00:08:26.016Z[ recovery-image] Oct 28 00:08:25.534 INFO O| Oct 28 00:08:25.533 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80042025-10-28T00:08:26.025Z[ recovery-image] Oct 28 00:08:25.546 INFO O| Oct 28 00:08:25.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
80052025-10-28T00:08:26.029Z[ recovery-image] Oct 28 00:08:25.546 INFO O| Oct 28 00:08:25.546 INFO STEP 1051 (remove_files) COMPLETE
80062025-10-28T00:08:26.029Z[ recovery-image] Oct 28 00:08:25.546 INFO O| Oct 28 00:08:25.546 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80072025-10-28T00:08:26.036Z[ recovery-image] Oct 28 00:08:25.557 INFO O| Oct 28 00:08:25.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
80082025-10-28T00:08:26.036Z[ recovery-image] Oct 28 00:08:25.557 INFO O| Oct 28 00:08:25.557 INFO STEP 1052 (remove_files) COMPLETE
80092025-10-28T00:08:26.036Z[ recovery-image] Oct 28 00:08:25.557 INFO O| Oct 28 00:08:25.557 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80102025-10-28T00:08:26.046Z[ recovery-image] Oct 28 00:08:25.567 INFO O| Oct 28 00:08:25.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
80112025-10-28T00:08:26.046Z[ recovery-image] Oct 28 00:08:25.567 INFO O| Oct 28 00:08:25.567 INFO STEP 1053 (remove_files) COMPLETE
80122025-10-28T00:08:26.049Z[ recovery-image] Oct 28 00:08:25.567 INFO O| Oct 28 00:08:25.567 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80132025-10-28T00:08:26.058Z[ recovery-image] Oct 28 00:08:25.578 INFO O| Oct 28 00:08:25.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
80142025-10-28T00:08:26.058Z[ recovery-image] Oct 28 00:08:25.579 INFO O| Oct 28 00:08:25.578 INFO STEP 1054 (remove_files) COMPLETE
80152025-10-28T00:08:26.061Z[ recovery-image] Oct 28 00:08:25.579 INFO O| Oct 28 00:08:25.578 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80162025-10-28T00:08:26.068Z[ recovery-image] Oct 28 00:08:25.589 INFO O| Oct 28 00:08:25.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
80172025-10-28T00:08:26.068Z[ recovery-image] Oct 28 00:08:25.589 INFO O| Oct 28 00:08:25.589 INFO STEP 1055 (remove_files) COMPLETE
80182025-10-28T00:08:26.068Z[ recovery-image] Oct 28 00:08:25.589 INFO O| Oct 28 00:08:25.589 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80192025-10-28T00:08:26.081Z[ recovery-image] Oct 28 00:08:25.602 INFO O| Oct 28 00:08:25.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
80202025-10-28T00:08:26.081Z[ recovery-image] Oct 28 00:08:25.602 INFO O| Oct 28 00:08:25.602 INFO STEP 1056 (remove_files) COMPLETE
80212025-10-28T00:08:26.084Z[ recovery-image] Oct 28 00:08:25.602 INFO O| Oct 28 00:08:25.602 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80222025-10-28T00:08:26.094Z[ recovery-image] Oct 28 00:08:25.615 INFO O| Oct 28 00:08:25.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
80232025-10-28T00:08:26.094Z[ recovery-image] Oct 28 00:08:25.615 INFO O| Oct 28 00:08:25.615 INFO STEP 1057 (remove_files) COMPLETE
80242025-10-28T00:08:26.094Z[ recovery-image] Oct 28 00:08:25.615 INFO O| Oct 28 00:08:25.615 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80252025-10-28T00:08:26.105Z[ recovery-image] Oct 28 00:08:25.626 INFO O| Oct 28 00:08:25.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
80262025-10-28T00:08:26.105Z[ recovery-image] Oct 28 00:08:25.626 INFO O| Oct 28 00:08:25.626 INFO STEP 1058 (remove_files) COMPLETE
80272025-10-28T00:08:26.105Z[ recovery-image] Oct 28 00:08:25.626 INFO O| Oct 28 00:08:25.626 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80282025-10-28T00:08:26.118Z[ recovery-image] Oct 28 00:08:25.639 INFO O| Oct 28 00:08:25.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
80292025-10-28T00:08:26.118Z[ recovery-image] Oct 28 00:08:25.639 INFO O| Oct 28 00:08:25.639 INFO STEP 1059 (remove_files) COMPLETE
80302025-10-28T00:08:26.122Z[ recovery-image] Oct 28 00:08:25.639 INFO O| Oct 28 00:08:25.639 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80312025-10-28T00:08:26.131Z[ recovery-image] Oct 28 00:08:25.651 INFO O| Oct 28 00:08:25.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
80322025-10-28T00:08:26.136Z[ recovery-image] Oct 28 00:08:25.651 INFO O| Oct 28 00:08:25.651 INFO STEP 1060 (remove_files) COMPLETE
80332025-10-28T00:08:26.136Z[ recovery-image] Oct 28 00:08:25.651 INFO O| Oct 28 00:08:25.651 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80342025-10-28T00:08:26.143Z[ recovery-image] Oct 28 00:08:25.664 INFO O| Oct 28 00:08:25.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
80352025-10-28T00:08:26.143Z[ recovery-image] Oct 28 00:08:25.664 INFO O| Oct 28 00:08:25.664 INFO STEP 1061 (remove_files) COMPLETE
80362025-10-28T00:08:26.146Z[ recovery-image] Oct 28 00:08:25.664 INFO O| Oct 28 00:08:25.664 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80372025-10-28T00:08:26.154Z[ recovery-image] Oct 28 00:08:25.675 INFO O| Oct 28 00:08:25.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
80382025-10-28T00:08:26.154Z[ recovery-image] Oct 28 00:08:25.675 INFO O| Oct 28 00:08:25.675 INFO STEP 1062 (remove_files) COMPLETE
80392025-10-28T00:08:26.157Z[ recovery-image] Oct 28 00:08:25.675 INFO O| Oct 28 00:08:25.675 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80402025-10-28T00:08:26.164Z[ recovery-image] Oct 28 00:08:25.685 INFO O| Oct 28 00:08:25.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
80412025-10-28T00:08:26.167Z[ recovery-image] Oct 28 00:08:25.685 INFO O| Oct 28 00:08:25.685 INFO STEP 1063 (remove_files) COMPLETE
80422025-10-28T00:08:26.168Z[ recovery-image] Oct 28 00:08:25.685 INFO O| Oct 28 00:08:25.685 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80432025-10-28T00:08:26.177Z[ recovery-image] Oct 28 00:08:25.698 INFO O| Oct 28 00:08:25.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
80442025-10-28T00:08:26.177Z[ recovery-image] Oct 28 00:08:25.698 INFO O| Oct 28 00:08:25.698 INFO STEP 1064 (remove_files) COMPLETE
80452025-10-28T00:08:26.181Z[ recovery-image] Oct 28 00:08:25.698 INFO O| Oct 28 00:08:25.698 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80462025-10-28T00:08:26.190Z[ recovery-image] Oct 28 00:08:25.711 INFO O| Oct 28 00:08:25.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
80472025-10-28T00:08:26.190Z[ recovery-image] Oct 28 00:08:25.711 INFO O| Oct 28 00:08:25.711 INFO STEP 1065 (remove_files) COMPLETE
80482025-10-28T00:08:26.193Z[ recovery-image] Oct 28 00:08:25.711 INFO O| Oct 28 00:08:25.711 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80492025-10-28T00:08:26.201Z[ recovery-image] Oct 28 00:08:25.722 INFO O| Oct 28 00:08:25.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
80502025-10-28T00:08:26.201Z[ recovery-image] Oct 28 00:08:25.722 INFO O| Oct 28 00:08:25.722 INFO STEP 1066 (remove_files) COMPLETE
80512025-10-28T00:08:26.201Z[ recovery-image] Oct 28 00:08:25.722 INFO O| Oct 28 00:08:25.722 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80522025-10-28T00:08:26.214Z[ recovery-image] Oct 28 00:08:25.735 INFO O| Oct 28 00:08:25.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
80532025-10-28T00:08:26.214Z[ recovery-image] Oct 28 00:08:25.735 INFO O| Oct 28 00:08:25.735 INFO STEP 1067 (remove_files) COMPLETE
80542025-10-28T00:08:26.214Z[ recovery-image] Oct 28 00:08:25.735 INFO O| Oct 28 00:08:25.735 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80552025-10-28T00:08:26.228Z[ recovery-image] Oct 28 00:08:25.749 INFO O| Oct 28 00:08:25.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
80562025-10-28T00:08:26.228Z[ recovery-image] Oct 28 00:08:25.749 INFO O| Oct 28 00:08:25.749 INFO STEP 1068 (remove_files) COMPLETE
80572025-10-28T00:08:26.228Z[ recovery-image] Oct 28 00:08:25.749 INFO O| Oct 28 00:08:25.749 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80582025-10-28T00:08:26.239Z[ recovery-image] Oct 28 00:08:25.760 INFO O| Oct 28 00:08:25.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
80592025-10-28T00:08:26.239Z[ recovery-image] Oct 28 00:08:25.760 INFO O| Oct 28 00:08:25.760 INFO STEP 1069 (remove_files) COMPLETE
80602025-10-28T00:08:26.243Z[ recovery-image] Oct 28 00:08:25.760 INFO O| Oct 28 00:08:25.760 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80612025-10-28T00:08:26.252Z[ recovery-image] Oct 28 00:08:25.774 INFO O| Oct 28 00:08:25.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
80622025-10-28T00:08:26.253Z[ recovery-image] Oct 28 00:08:25.774 INFO O| Oct 28 00:08:25.774 INFO STEP 1070 (remove_files) COMPLETE
80632025-10-28T00:08:26.253Z[ recovery-image] Oct 28 00:08:25.774 INFO O| Oct 28 00:08:25.774 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80642025-10-28T00:08:26.265Z[ recovery-image] Oct 28 00:08:25.786 INFO O| Oct 28 00:08:25.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
80652025-10-28T00:08:26.265Z[ recovery-image] Oct 28 00:08:25.786 INFO O| Oct 28 00:08:25.786 INFO STEP 1071 (remove_files) COMPLETE
80662025-10-28T00:08:26.265Z[ recovery-image] Oct 28 00:08:25.786 INFO O| Oct 28 00:08:25.786 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80672025-10-28T00:08:26.277Z[ recovery-image] Oct 28 00:08:25.798 INFO O| Oct 28 00:08:25.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
80682025-10-28T00:08:26.277Z[ recovery-image] Oct 28 00:08:25.798 INFO O| Oct 28 00:08:25.798 INFO STEP 1072 (remove_files) COMPLETE
80692025-10-28T00:08:26.280Z[ recovery-image] Oct 28 00:08:25.798 INFO O| Oct 28 00:08:25.798 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80702025-10-28T00:08:26.289Z[ recovery-image] Oct 28 00:08:25.810 INFO O| Oct 28 00:08:25.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
80712025-10-28T00:08:26.289Z[ recovery-image] Oct 28 00:08:25.810 INFO O| Oct 28 00:08:25.810 INFO STEP 1073 (remove_files) COMPLETE
80722025-10-28T00:08:26.292Z[ recovery-image] Oct 28 00:08:25.810 INFO O| Oct 28 00:08:25.810 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80732025-10-28T00:08:26.301Z[ recovery-image] Oct 28 00:08:25.822 INFO O| Oct 28 00:08:25.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
80742025-10-28T00:08:26.301Z[ recovery-image] Oct 28 00:08:25.823 INFO O| Oct 28 00:08:25.822 INFO STEP 1074 (remove_files) COMPLETE
80752025-10-28T00:08:26.305Z[ recovery-image] Oct 28 00:08:25.823 INFO O| Oct 28 00:08:25.822 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80762025-10-28T00:08:26.313Z[ recovery-image] Oct 28 00:08:25.834 INFO O| Oct 28 00:08:25.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
80772025-10-28T00:08:26.313Z[ recovery-image] Oct 28 00:08:25.834 INFO O| Oct 28 00:08:25.834 INFO STEP 1075 (remove_files) COMPLETE
80782025-10-28T00:08:26.316Z[ recovery-image] Oct 28 00:08:25.834 INFO O| Oct 28 00:08:25.834 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80792025-10-28T00:08:26.324Z[ recovery-image] Oct 28 00:08:25.845 INFO O| Oct 28 00:08:25.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
80802025-10-28T00:08:26.324Z[ recovery-image] Oct 28 00:08:25.845 INFO O| Oct 28 00:08:25.845 INFO STEP 1076 (remove_files) COMPLETE
80812025-10-28T00:08:26.328Z[ recovery-image] Oct 28 00:08:25.845 INFO O| Oct 28 00:08:25.845 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80822025-10-28T00:08:26.336Z[ recovery-image] Oct 28 00:08:25.857 INFO O| Oct 28 00:08:25.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
80832025-10-28T00:08:26.340Z[ recovery-image] Oct 28 00:08:25.857 INFO O| Oct 28 00:08:25.857 INFO STEP 1077 (remove_files) COMPLETE
80842025-10-28T00:08:26.340Z[ recovery-image] Oct 28 00:08:25.857 INFO O| Oct 28 00:08:25.857 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80852025-10-28T00:08:26.347Z[ recovery-image] Oct 28 00:08:25.868 INFO O| Oct 28 00:08:25.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
80862025-10-28T00:08:26.347Z[ recovery-image] Oct 28 00:08:25.868 INFO O| Oct 28 00:08:25.868 INFO STEP 1078 (remove_files) COMPLETE
80872025-10-28T00:08:26.350Z[ recovery-image] Oct 28 00:08:25.868 INFO O| Oct 28 00:08:25.868 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80882025-10-28T00:08:26.360Z[ recovery-image] Oct 28 00:08:25.881 INFO O| Oct 28 00:08:25.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
80892025-10-28T00:08:26.360Z[ recovery-image] Oct 28 00:08:25.881 INFO O| Oct 28 00:08:25.881 INFO STEP 1079 (remove_files) COMPLETE
80902025-10-28T00:08:26.363Z[ recovery-image] Oct 28 00:08:25.881 INFO O| Oct 28 00:08:25.881 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80912025-10-28T00:08:26.372Z[ recovery-image] Oct 28 00:08:25.893 INFO O| Oct 28 00:08:25.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
80922025-10-28T00:08:26.372Z[ recovery-image] Oct 28 00:08:25.893 INFO O| Oct 28 00:08:25.893 INFO STEP 1080 (remove_files) COMPLETE
80932025-10-28T00:08:26.375Z[ recovery-image] Oct 28 00:08:25.893 INFO O| Oct 28 00:08:25.893 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80942025-10-28T00:08:26.384Z[ recovery-image] Oct 28 00:08:25.905 INFO O| Oct 28 00:08:25.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
80952025-10-28T00:08:26.384Z[ recovery-image] Oct 28 00:08:25.905 INFO O| Oct 28 00:08:25.905 INFO STEP 1081 (remove_files) COMPLETE
80962025-10-28T00:08:26.387Z[ recovery-image] Oct 28 00:08:25.905 INFO O| Oct 28 00:08:25.905 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80972025-10-28T00:08:26.397Z[ recovery-image] Oct 28 00:08:25.918 INFO O| Oct 28 00:08:25.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
80982025-10-28T00:08:26.398Z[ recovery-image] Oct 28 00:08:25.919 INFO O| Oct 28 00:08:25.918 INFO STEP 1082 (remove_files) COMPLETE
80992025-10-28T00:08:26.401Z[ recovery-image] Oct 28 00:08:25.919 INFO O| Oct 28 00:08:25.918 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81002025-10-28T00:08:26.410Z[ recovery-image] Oct 28 00:08:25.931 INFO O| Oct 28 00:08:25.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
81012025-10-28T00:08:26.410Z[ recovery-image] Oct 28 00:08:25.931 INFO O| Oct 28 00:08:25.931 INFO STEP 1083 (remove_files) COMPLETE
81022025-10-28T00:08:26.410Z[ recovery-image] Oct 28 00:08:25.931 INFO O| Oct 28 00:08:25.931 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81032025-10-28T00:08:26.422Z[ recovery-image] Oct 28 00:08:25.943 INFO O| Oct 28 00:08:25.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
81042025-10-28T00:08:26.422Z[ recovery-image] Oct 28 00:08:25.943 INFO O| Oct 28 00:08:25.943 INFO STEP 1084 (remove_files) COMPLETE
81052025-10-28T00:08:26.425Z[ recovery-image] Oct 28 00:08:25.943 INFO O| Oct 28 00:08:25.943 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81062025-10-28T00:08:26.434Z[ recovery-image] Oct 28 00:08:25.955 INFO O| Oct 28 00:08:25.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
81072025-10-28T00:08:26.434Z[ recovery-image] Oct 28 00:08:25.955 INFO O| Oct 28 00:08:25.955 INFO STEP 1085 (remove_files) COMPLETE
81082025-10-28T00:08:26.437Z[ recovery-image] Oct 28 00:08:25.955 INFO O| Oct 28 00:08:25.955 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81092025-10-28T00:08:26.447Z[ recovery-image] Oct 28 00:08:25.968 INFO O| Oct 28 00:08:25.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
81102025-10-28T00:08:26.447Z[ recovery-image] Oct 28 00:08:25.968 INFO O| Oct 28 00:08:25.968 INFO STEP 1086 (remove_files) COMPLETE
81112025-10-28T00:08:26.450Z[ recovery-image] Oct 28 00:08:25.968 INFO O| Oct 28 00:08:25.968 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81122025-10-28T00:08:26.457Z[ recovery-image] Oct 28 00:08:25.978 INFO O| Oct 28 00:08:25.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
81132025-10-28T00:08:26.457Z[ recovery-image] Oct 28 00:08:25.978 INFO O| Oct 28 00:08:25.978 INFO STEP 1087 (remove_files) COMPLETE
81142025-10-28T00:08:26.457Z[ recovery-image] Oct 28 00:08:25.978 INFO O| Oct 28 00:08:25.978 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81152025-10-28T00:08:26.470Z[ recovery-image] Oct 28 00:08:25.991 INFO O| Oct 28 00:08:25.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
81162025-10-28T00:08:26.470Z[ recovery-image] Oct 28 00:08:25.991 INFO O| Oct 28 00:08:25.991 INFO STEP 1088 (remove_files) COMPLETE
81172025-10-28T00:08:26.470Z[ recovery-image] Oct 28 00:08:25.991 INFO O| Oct 28 00:08:25.991 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81182025-10-28T00:08:26.483Z[ recovery-image] Oct 28 00:08:26.004 INFO O| Oct 28 00:08:26.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
81192025-10-28T00:08:26.483Z[ recovery-image] Oct 28 00:08:26.004 INFO O| Oct 28 00:08:26.004 INFO STEP 1089 (remove_files) COMPLETE
81202025-10-28T00:08:26.483Z[ recovery-image] Oct 28 00:08:26.004 INFO O| Oct 28 00:08:26.004 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81212025-10-28T00:08:26.497Z[ recovery-image] Oct 28 00:08:26.016 INFO O| Oct 28 00:08:26.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
81222025-10-28T00:08:26.497Z[ recovery-image] Oct 28 00:08:26.017 INFO O| Oct 28 00:08:26.017 INFO STEP 1090 (remove_files) COMPLETE
81232025-10-28T00:08:26.500Z[ recovery-image] Oct 28 00:08:26.017 INFO O| Oct 28 00:08:26.017 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81242025-10-28T00:08:26.506Z[ recovery-image] Oct 28 00:08:26.027 INFO O| Oct 28 00:08:26.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
81252025-10-28T00:08:26.506Z[ recovery-image] Oct 28 00:08:26.028 INFO O| Oct 28 00:08:26.028 INFO STEP 1091 (remove_files) COMPLETE
81262025-10-28T00:08:26.507Z[ recovery-image] Oct 28 00:08:26.028 INFO O| Oct 28 00:08:26.028 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81272025-10-28T00:08:26.516Z[ recovery-image] Oct 28 00:08:26.037 INFO O| Oct 28 00:08:26.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
81282025-10-28T00:08:26.519Z[ recovery-image] Oct 28 00:08:26.037 INFO O| Oct 28 00:08:26.037 INFO STEP 1092 (remove_files) COMPLETE
81292025-10-28T00:08:26.519Z[ recovery-image] Oct 28 00:08:26.037 INFO O| Oct 28 00:08:26.037 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81302025-10-28T00:08:26.528Z[ recovery-image] Oct 28 00:08:26.049 INFO O| Oct 28 00:08:26.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
81312025-10-28T00:08:26.528Z[ recovery-image] Oct 28 00:08:26.049 INFO O| Oct 28 00:08:26.049 INFO STEP 1093 (remove_files) COMPLETE
81322025-10-28T00:08:26.528Z[ recovery-image] Oct 28 00:08:26.049 INFO O| Oct 28 00:08:26.049 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81332025-10-28T00:08:26.540Z[ recovery-image] Oct 28 00:08:26.061 INFO O| Oct 28 00:08:26.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
81342025-10-28T00:08:26.541Z[ recovery-image] Oct 28 00:08:26.062 INFO O| Oct 28 00:08:26.062 INFO STEP 1094 (remove_files) COMPLETE
81352025-10-28T00:08:26.544Z[ recovery-image] Oct 28 00:08:26.062 INFO O| Oct 28 00:08:26.062 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81362025-10-28T00:08:26.554Z[ recovery-image] Oct 28 00:08:26.075 INFO O| Oct 28 00:08:26.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
81372025-10-28T00:08:26.554Z[ recovery-image] Oct 28 00:08:26.075 INFO O| Oct 28 00:08:26.075 INFO STEP 1095 (remove_files) COMPLETE
81382025-10-28T00:08:26.554Z[ recovery-image] Oct 28 00:08:26.075 INFO O| Oct 28 00:08:26.075 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81392025-10-28T00:08:26.567Z[ recovery-image] Oct 28 00:08:26.088 INFO O| Oct 28 00:08:26.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
81402025-10-28T00:08:26.567Z[ recovery-image] Oct 28 00:08:26.088 INFO O| Oct 28 00:08:26.088 INFO STEP 1096 (remove_files) COMPLETE
81412025-10-28T00:08:26.567Z[ recovery-image] Oct 28 00:08:26.088 INFO O| Oct 28 00:08:26.088 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81422025-10-28T00:08:26.582Z[ recovery-image] Oct 28 00:08:26.103 INFO O| Oct 28 00:08:26.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
81432025-10-28T00:08:26.585Z[ recovery-image] Oct 28 00:08:26.103 INFO O| Oct 28 00:08:26.103 INFO STEP 1097 (remove_files) COMPLETE
81442025-10-28T00:08:26.585Z[ recovery-image] Oct 28 00:08:26.103 INFO O| Oct 28 00:08:26.103 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81452025-10-28T00:08:26.597Z[ recovery-image] Oct 28 00:08:26.117 INFO O| Oct 28 00:08:26.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
81462025-10-28T00:08:26.597Z[ recovery-image] Oct 28 00:08:26.118 INFO O| Oct 28 00:08:26.118 INFO STEP 1098 (remove_files) COMPLETE
81472025-10-28T00:08:26.597Z[ recovery-image] Oct 28 00:08:26.118 INFO O| Oct 28 00:08:26.118 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81482025-10-28T00:08:26.610Z[ recovery-image] Oct 28 00:08:26.131 INFO O| Oct 28 00:08:26.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
81492025-10-28T00:08:26.610Z[ recovery-image] Oct 28 00:08:26.131 INFO O| Oct 28 00:08:26.131 INFO STEP 1099 (remove_files) COMPLETE
81502025-10-28T00:08:26.614Z[ recovery-image] Oct 28 00:08:26.131 INFO O| Oct 28 00:08:26.131 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81512025-10-28T00:08:26.621Z[ recovery-image] Oct 28 00:08:26.142 INFO O| Oct 28 00:08:26.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
81522025-10-28T00:08:26.625Z[ recovery-image] Oct 28 00:08:26.142 INFO O| Oct 28 00:08:26.142 INFO STEP 1100 (remove_files) COMPLETE
81532025-10-28T00:08:26.625Z[ recovery-image] Oct 28 00:08:26.142 INFO O| Oct 28 00:08:26.142 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81542025-10-28T00:08:26.632Z[ recovery-image] Oct 28 00:08:26.153 INFO O| Oct 28 00:08:26.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
81552025-10-28T00:08:26.636Z[ recovery-image] Oct 28 00:08:26.153 INFO O| Oct 28 00:08:26.153 INFO STEP 1101 (remove_files) COMPLETE
81562025-10-28T00:08:26.636Z[ recovery-image] Oct 28 00:08:26.153 INFO O| Oct 28 00:08:26.153 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81572025-10-28T00:08:26.641Z[ recovery-image] Oct 28 00:08:26.163 INFO O| Oct 28 00:08:26.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
81582025-10-28T00:08:26.642Z[ recovery-image] Oct 28 00:08:26.163 INFO O| Oct 28 00:08:26.163 INFO STEP 1102 (remove_files) COMPLETE
81592025-10-28T00:08:26.642Z[ recovery-image] Oct 28 00:08:26.163 INFO O| Oct 28 00:08:26.163 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81602025-10-28T00:08:26.654Z[ recovery-image] Oct 28 00:08:26.175 INFO O| Oct 28 00:08:26.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
81612025-10-28T00:08:26.654Z[ recovery-image] Oct 28 00:08:26.175 INFO O| Oct 28 00:08:26.175 INFO STEP 1103 (remove_files) COMPLETE
81622025-10-28T00:08:26.657Z[ recovery-image] Oct 28 00:08:26.175 INFO O| Oct 28 00:08:26.175 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81632025-10-28T00:08:26.667Z[ recovery-image] Oct 28 00:08:26.188 INFO O| Oct 28 00:08:26.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
81642025-10-28T00:08:26.667Z[ recovery-image] Oct 28 00:08:26.188 INFO O| Oct 28 00:08:26.188 INFO STEP 1104 (remove_files) COMPLETE
81652025-10-28T00:08:26.670Z[ recovery-image] Oct 28 00:08:26.188 INFO O| Oct 28 00:08:26.188 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81662025-10-28T00:08:26.680Z[ recovery-image] Oct 28 00:08:26.201 INFO O| Oct 28 00:08:26.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
81672025-10-28T00:08:26.680Z[ recovery-image] Oct 28 00:08:26.201 INFO O| Oct 28 00:08:26.201 INFO STEP 1105 (remove_files) COMPLETE
81682025-10-28T00:08:26.685Z[ recovery-image] Oct 28 00:08:26.201 INFO O| Oct 28 00:08:26.201 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81692025-10-28T00:08:26.692Z[ recovery-image] Oct 28 00:08:26.213 INFO O| Oct 28 00:08:26.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
81702025-10-28T00:08:26.692Z[ recovery-image] Oct 28 00:08:26.213 INFO O| Oct 28 00:08:26.213 INFO STEP 1106 (remove_files) COMPLETE
81712025-10-28T00:08:26.696Z[ recovery-image] Oct 28 00:08:26.214 INFO O| Oct 28 00:08:26.213 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81722025-10-28T00:08:26.705Z[ recovery-image] Oct 28 00:08:26.226 INFO O| Oct 28 00:08:26.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
81732025-10-28T00:08:26.705Z[ recovery-image] Oct 28 00:08:26.227 INFO O| Oct 28 00:08:26.227 INFO STEP 1107 (remove_files) COMPLETE
81742025-10-28T00:08:26.709Z[ recovery-image] Oct 28 00:08:26.227 INFO O| Oct 28 00:08:26.227 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81752025-10-28T00:08:26.717Z[ recovery-image] Oct 28 00:08:26.238 INFO O| Oct 28 00:08:26.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
81762025-10-28T00:08:26.717Z[ recovery-image] Oct 28 00:08:26.238 INFO O| Oct 28 00:08:26.238 INFO STEP 1108 (remove_files) COMPLETE
81772025-10-28T00:08:26.717Z[ recovery-image] Oct 28 00:08:26.238 INFO O| Oct 28 00:08:26.238 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81782025-10-28T00:08:26.730Z[ recovery-image] Oct 28 00:08:26.251 INFO O| Oct 28 00:08:26.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
81792025-10-28T00:08:26.730Z[ recovery-image] Oct 28 00:08:26.251 INFO O| Oct 28 00:08:26.251 INFO STEP 1109 (remove_files) COMPLETE
81802025-10-28T00:08:26.730Z[ recovery-image] Oct 28 00:08:26.251 INFO O| Oct 28 00:08:26.251 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81812025-10-28T00:08:26.741Z[ recovery-image] Oct 28 00:08:26.262 INFO O| Oct 28 00:08:26.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
81822025-10-28T00:08:26.744Z[ recovery-image] Oct 28 00:08:26.263 INFO O| Oct 28 00:08:26.263 INFO STEP 1110 (remove_files) COMPLETE
81832025-10-28T00:08:26.745Z[ recovery-image] Oct 28 00:08:26.263 INFO O| Oct 28 00:08:26.263 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81842025-10-28T00:08:26.755Z[ recovery-image] Oct 28 00:08:26.276 INFO O| Oct 28 00:08:26.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
81852025-10-28T00:08:26.755Z[ recovery-image] Oct 28 00:08:26.276 INFO O| Oct 28 00:08:26.276 INFO STEP 1111 (remove_files) COMPLETE
81862025-10-28T00:08:26.758Z[ recovery-image] Oct 28 00:08:26.276 INFO O| Oct 28 00:08:26.276 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81872025-10-28T00:08:26.768Z[ recovery-image] Oct 28 00:08:26.289 INFO O| Oct 28 00:08:26.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
81882025-10-28T00:08:26.768Z[ recovery-image] Oct 28 00:08:26.289 INFO O| Oct 28 00:08:26.289 INFO STEP 1112 (remove_files) COMPLETE
81892025-10-28T00:08:26.768Z[ recovery-image] Oct 28 00:08:26.289 INFO O| Oct 28 00:08:26.289 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81902025-10-28T00:08:26.781Z[ recovery-image] Oct 28 00:08:26.302 INFO O| Oct 28 00:08:26.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
81912025-10-28T00:08:26.781Z[ recovery-image] Oct 28 00:08:26.302 INFO O| Oct 28 00:08:26.302 INFO STEP 1113 (remove_files) COMPLETE
81922025-10-28T00:08:26.781Z[ recovery-image] Oct 28 00:08:26.302 INFO O| Oct 28 00:08:26.302 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81932025-10-28T00:08:26.794Z[ recovery-image] Oct 28 00:08:26.315 INFO O| Oct 28 00:08:26.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
81942025-10-28T00:08:26.794Z[ recovery-image] Oct 28 00:08:26.315 INFO O| Oct 28 00:08:26.315 INFO STEP 1114 (remove_files) COMPLETE
81952025-10-28T00:08:26.797Z[ recovery-image] Oct 28 00:08:26.315 INFO O| Oct 28 00:08:26.315 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81962025-10-28T00:08:26.803Z[ recovery-image] Oct 28 00:08:26.325 INFO O| Oct 28 00:08:26.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
81972025-10-28T00:08:26.807Z[ recovery-image] Oct 28 00:08:26.325 INFO O| Oct 28 00:08:26.325 INFO STEP 1115 (remove_files) COMPLETE
81982025-10-28T00:08:26.807Z[ recovery-image] Oct 28 00:08:26.325 INFO O| Oct 28 00:08:26.325 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81992025-10-28T00:08:26.814Z[ recovery-image] Oct 28 00:08:26.335 INFO O| Oct 28 00:08:26.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
82002025-10-28T00:08:26.817Z[ recovery-image] Oct 28 00:08:26.335 INFO O| Oct 28 00:08:26.335 INFO STEP 1116 (remove_files) COMPLETE
82012025-10-28T00:08:26.817Z[ recovery-image] Oct 28 00:08:26.335 INFO O| Oct 28 00:08:26.335 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82022025-10-28T00:08:26.823Z[ recovery-image] Oct 28 00:08:26.344 INFO O| Oct 28 00:08:26.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
82032025-10-28T00:08:26.823Z[ recovery-image] Oct 28 00:08:26.344 INFO O| Oct 28 00:08:26.344 INFO STEP 1117 (remove_files) COMPLETE
82042025-10-28T00:08:26.826Z[ recovery-image] Oct 28 00:08:26.344 INFO O| Oct 28 00:08:26.344 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82052025-10-28T00:08:26.835Z[ recovery-image] Oct 28 00:08:26.356 INFO O| Oct 28 00:08:26.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
82062025-10-28T00:08:26.835Z[ recovery-image] Oct 28 00:08:26.356 INFO O| Oct 28 00:08:26.356 INFO STEP 1118 (remove_files) COMPLETE
82072025-10-28T00:08:26.838Z[ recovery-image] Oct 28 00:08:26.356 INFO O| Oct 28 00:08:26.356 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82082025-10-28T00:08:26.848Z[ recovery-image] Oct 28 00:08:26.369 INFO O| Oct 28 00:08:26.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
82092025-10-28T00:08:26.848Z[ recovery-image] Oct 28 00:08:26.369 INFO O| Oct 28 00:08:26.369 INFO STEP 1119 (remove_files) COMPLETE
82102025-10-28T00:08:26.848Z[ recovery-image] Oct 28 00:08:26.369 INFO O| Oct 28 00:08:26.369 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82112025-10-28T00:08:26.865Z[ recovery-image] Oct 28 00:08:26.382 INFO O| Oct 28 00:08:26.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
82122025-10-28T00:08:26.865Z[ recovery-image] Oct 28 00:08:26.382 INFO O| Oct 28 00:08:26.382 INFO STEP 1120 (remove_files) COMPLETE
82132025-10-28T00:08:26.870Z[ recovery-image] Oct 28 00:08:26.382 INFO O| Oct 28 00:08:26.382 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82142025-10-28T00:08:26.882Z[ recovery-image] Oct 28 00:08:26.391 INFO O| Oct 28 00:08:26.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
82152025-10-28T00:08:26.882Z[ recovery-image] Oct 28 00:08:26.392 INFO O| Oct 28 00:08:26.391 INFO STEP 1121 (remove_files) COMPLETE
82162025-10-28T00:08:26.882Z[ recovery-image] Oct 28 00:08:26.392 INFO O| Oct 28 00:08:26.391 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82172025-10-28T00:08:26.886Z[ recovery-image] Oct 28 00:08:26.405 INFO O| Oct 28 00:08:26.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
82182025-10-28T00:08:26.886Z[ recovery-image] Oct 28 00:08:26.405 INFO O| Oct 28 00:08:26.405 INFO STEP 1122 (remove_files) COMPLETE
82192025-10-28T00:08:26.886Z[ recovery-image] Oct 28 00:08:26.405 INFO O| Oct 28 00:08:26.405 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82202025-10-28T00:08:26.897Z[ recovery-image] Oct 28 00:08:26.418 INFO O| Oct 28 00:08:26.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
82212025-10-28T00:08:26.900Z[ recovery-image] Oct 28 00:08:26.418 INFO O| Oct 28 00:08:26.418 INFO STEP 1123 (remove_files) COMPLETE
82222025-10-28T00:08:26.900Z[ recovery-image] Oct 28 00:08:26.418 INFO O| Oct 28 00:08:26.418 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82232025-10-28T00:08:26.910Z[ recovery-image] Oct 28 00:08:26.431 INFO O| Oct 28 00:08:26.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
82242025-10-28T00:08:26.914Z[ recovery-image] Oct 28 00:08:26.431 INFO O| Oct 28 00:08:26.431 INFO STEP 1124 (remove_files) COMPLETE
82252025-10-28T00:08:26.914Z[ recovery-image] Oct 28 00:08:26.431 INFO O| Oct 28 00:08:26.431 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82262025-10-28T00:08:26.919Z[ recovery-image] Oct 28 00:08:26.440 INFO O| Oct 28 00:08:26.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
82272025-10-28T00:08:26.919Z[ recovery-image] Oct 28 00:08:26.441 INFO O| Oct 28 00:08:26.441 INFO STEP 1125 (remove_files) COMPLETE
82282025-10-28T00:08:26.923Z[ recovery-image] Oct 28 00:08:26.441 INFO O| Oct 28 00:08:26.441 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82292025-10-28T00:08:26.931Z[ recovery-image] Oct 28 00:08:26.452 INFO O| Oct 28 00:08:26.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
82302025-10-28T00:08:26.934Z[ recovery-image] Oct 28 00:08:26.452 INFO O| Oct 28 00:08:26.452 INFO STEP 1126 (remove_files) COMPLETE
82312025-10-28T00:08:26.934Z[ recovery-image] Oct 28 00:08:26.452 INFO O| Oct 28 00:08:26.452 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82322025-10-28T00:08:26.940Z[ recovery-image] Oct 28 00:08:26.461 INFO O| Oct 28 00:08:26.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
82332025-10-28T00:08:26.940Z[ recovery-image] Oct 28 00:08:26.461 INFO O| Oct 28 00:08:26.461 INFO STEP 1127 (remove_files) COMPLETE
82342025-10-28T00:08:26.943Z[ recovery-image] Oct 28 00:08:26.461 INFO O| Oct 28 00:08:26.461 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82352025-10-28T00:08:26.951Z[ recovery-image] Oct 28 00:08:26.472 INFO O| Oct 28 00:08:26.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
82362025-10-28T00:08:26.951Z[ recovery-image] Oct 28 00:08:26.472 INFO O| Oct 28 00:08:26.472 INFO STEP 1128 (remove_files) COMPLETE
82372025-10-28T00:08:26.955Z[ recovery-image] Oct 28 00:08:26.472 INFO O| Oct 28 00:08:26.472 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82382025-10-28T00:08:26.963Z[ recovery-image] Oct 28 00:08:26.484 INFO O| Oct 28 00:08:26.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
82392025-10-28T00:08:26.967Z[ recovery-image] Oct 28 00:08:26.484 INFO O| Oct 28 00:08:26.484 INFO STEP 1129 (remove_files) COMPLETE
82402025-10-28T00:08:26.967Z[ recovery-image] Oct 28 00:08:26.484 INFO O| Oct 28 00:08:26.484 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82412025-10-28T00:08:26.972Z[ recovery-image] Oct 28 00:08:26.493 INFO O| Oct 28 00:08:26.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
82422025-10-28T00:08:26.975Z[ recovery-image] Oct 28 00:08:26.493 INFO O| Oct 28 00:08:26.493 INFO STEP 1130 (remove_files) COMPLETE
82432025-10-28T00:08:26.975Z[ recovery-image] Oct 28 00:08:26.493 INFO O| Oct 28 00:08:26.493 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82442025-10-28T00:08:26.985Z[ recovery-image] Oct 28 00:08:26.507 INFO O| Oct 28 00:08:26.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
82452025-10-28T00:08:26.989Z[ recovery-image] Oct 28 00:08:26.507 INFO O| Oct 28 00:08:26.507 INFO STEP 1131 (remove_files) COMPLETE
82462025-10-28T00:08:26.989Z[ recovery-image] Oct 28 00:08:26.507 INFO O| Oct 28 00:08:26.507 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82472025-10-28T00:08:26.998Z[ recovery-image] Oct 28 00:08:26.519 INFO O| Oct 28 00:08:26.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
82482025-10-28T00:08:26.998Z[ recovery-image] Oct 28 00:08:26.519 INFO O| Oct 28 00:08:26.519 INFO STEP 1132 (remove_files) COMPLETE
82492025-10-28T00:08:26.998Z[ recovery-image] Oct 28 00:08:26.519 INFO O| Oct 28 00:08:26.519 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82502025-10-28T00:08:27.013Z[ recovery-image] Oct 28 00:08:26.534 INFO O| Oct 28 00:08:26.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
82512025-10-28T00:08:27.013Z[ recovery-image] Oct 28 00:08:26.534 INFO O| Oct 28 00:08:26.534 INFO STEP 1133 (remove_files) COMPLETE
82522025-10-28T00:08:27.017Z[ recovery-image] Oct 28 00:08:26.534 INFO O| Oct 28 00:08:26.534 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82532025-10-28T00:08:27.028Z[ recovery-image] Oct 28 00:08:26.549 INFO O| Oct 28 00:08:26.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
82542025-10-28T00:08:27.028Z[ recovery-image] Oct 28 00:08:26.549 INFO O| Oct 28 00:08:26.549 INFO STEP 1134 (remove_files) COMPLETE
82552025-10-28T00:08:27.031Z[ recovery-image] Oct 28 00:08:26.549 INFO O| Oct 28 00:08:26.549 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82562025-10-28T00:08:27.043Z[ recovery-image] Oct 28 00:08:26.564 INFO O| Oct 28 00:08:26.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
82572025-10-28T00:08:27.043Z[ recovery-image] Oct 28 00:08:26.564 INFO O| Oct 28 00:08:26.564 INFO STEP 1135 (remove_files) COMPLETE
82582025-10-28T00:08:27.043Z[ recovery-image] Oct 28 00:08:26.564 INFO O| Oct 28 00:08:26.564 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82592025-10-28T00:08:27.054Z[ recovery-image] Oct 28 00:08:26.574 INFO O| Oct 28 00:08:26.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
82602025-10-28T00:08:27.054Z[ recovery-image] Oct 28 00:08:26.574 INFO O| Oct 28 00:08:26.574 INFO STEP 1136 (remove_files) COMPLETE
82612025-10-28T00:08:27.054Z[ recovery-image] Oct 28 00:08:26.574 INFO O| Oct 28 00:08:26.574 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82622025-10-28T00:08:27.067Z[ recovery-image] Oct 28 00:08:26.588 INFO O| Oct 28 00:08:26.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
82632025-10-28T00:08:27.067Z[ recovery-image] Oct 28 00:08:26.588 INFO O| Oct 28 00:08:26.588 INFO STEP 1137 (remove_files) COMPLETE
82642025-10-28T00:08:27.070Z[ recovery-image] Oct 28 00:08:26.588 INFO O| Oct 28 00:08:26.588 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82652025-10-28T00:08:27.077Z[ recovery-image] Oct 28 00:08:26.599 INFO O| Oct 28 00:08:26.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
82662025-10-28T00:08:27.077Z[ recovery-image] Oct 28 00:08:26.599 INFO O| Oct 28 00:08:26.599 INFO STEP 1138 (remove_files) COMPLETE
82672025-10-28T00:08:27.081Z[ recovery-image] Oct 28 00:08:26.599 INFO O| Oct 28 00:08:26.599 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82682025-10-28T00:08:27.091Z[ recovery-image] Oct 28 00:08:26.612 INFO O| Oct 28 00:08:26.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
82692025-10-28T00:08:27.091Z[ recovery-image] Oct 28 00:08:26.612 INFO O| Oct 28 00:08:26.612 INFO STEP 1139 (remove_files) COMPLETE
82702025-10-28T00:08:27.091Z[ recovery-image] Oct 28 00:08:26.612 INFO O| Oct 28 00:08:26.612 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82712025-10-28T00:08:27.104Z[ recovery-image] Oct 28 00:08:26.625 INFO O| Oct 28 00:08:26.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
82722025-10-28T00:08:27.104Z[ recovery-image] Oct 28 00:08:26.625 INFO O| Oct 28 00:08:26.625 INFO STEP 1140 (remove_files) COMPLETE
82732025-10-28T00:08:27.104Z[ recovery-image] Oct 28 00:08:26.625 INFO O| Oct 28 00:08:26.625 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82742025-10-28T00:08:27.118Z[ recovery-image] Oct 28 00:08:26.639 INFO O| Oct 28 00:08:26.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
82752025-10-28T00:08:27.118Z[ recovery-image] Oct 28 00:08:26.639 INFO O| Oct 28 00:08:26.639 INFO STEP 1141 (remove_files) COMPLETE
82762025-10-28T00:08:27.121Z[ recovery-image] Oct 28 00:08:26.639 INFO O| Oct 28 00:08:26.639 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82772025-10-28T00:08:27.131Z[ recovery-image] Oct 28 00:08:26.652 INFO O| Oct 28 00:08:26.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
82782025-10-28T00:08:27.131Z[ recovery-image] Oct 28 00:08:26.652 INFO O| Oct 28 00:08:26.652 INFO STEP 1142 (remove_files) COMPLETE
82792025-10-28T00:08:27.134Z[ recovery-image] Oct 28 00:08:26.652 INFO O| Oct 28 00:08:26.652 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82802025-10-28T00:08:27.146Z[ recovery-image] Oct 28 00:08:26.665 INFO O| Oct 28 00:08:26.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
82812025-10-28T00:08:27.146Z[ recovery-image] Oct 28 00:08:26.665 INFO O| Oct 28 00:08:26.665 INFO STEP 1143 (remove_files) COMPLETE
82822025-10-28T00:08:27.149Z[ recovery-image] Oct 28 00:08:26.665 INFO O| Oct 28 00:08:26.665 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82832025-10-28T00:08:27.157Z[ recovery-image] Oct 28 00:08:26.678 INFO O| Oct 28 00:08:26.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
82842025-10-28T00:08:27.160Z[ recovery-image] Oct 28 00:08:26.678 INFO O| Oct 28 00:08:26.678 INFO STEP 1144 (remove_files) COMPLETE
82852025-10-28T00:08:27.160Z[ recovery-image] Oct 28 00:08:26.678 INFO O| Oct 28 00:08:26.678 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82862025-10-28T00:08:27.170Z[ recovery-image] Oct 28 00:08:26.691 INFO O| Oct 28 00:08:26.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
82872025-10-28T00:08:27.170Z[ recovery-image] Oct 28 00:08:26.691 INFO O| Oct 28 00:08:26.691 INFO STEP 1145 (remove_files) COMPLETE
82882025-10-28T00:08:27.170Z[ recovery-image] Oct 28 00:08:26.691 INFO O| Oct 28 00:08:26.691 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82892025-10-28T00:08:27.179Z[ recovery-image] Oct 28 00:08:26.701 INFO O| Oct 28 00:08:26.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
82902025-10-28T00:08:27.179Z[ recovery-image] Oct 28 00:08:26.701 INFO O| Oct 28 00:08:26.701 INFO STEP 1146 (remove_files) COMPLETE
82912025-10-28T00:08:27.179Z[ recovery-image] Oct 28 00:08:26.701 INFO O| Oct 28 00:08:26.701 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82922025-10-28T00:08:27.191Z[ recovery-image] Oct 28 00:08:26.713 INFO O| Oct 28 00:08:26.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
82932025-10-28T00:08:27.191Z[ recovery-image] Oct 28 00:08:26.713 INFO O| Oct 28 00:08:26.713 INFO STEP 1147 (remove_files) COMPLETE
82942025-10-28T00:08:27.191Z[ recovery-image] Oct 28 00:08:26.713 INFO O| Oct 28 00:08:26.713 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82952025-10-28T00:08:27.204Z[ recovery-image] Oct 28 00:08:26.725 INFO O| Oct 28 00:08:26.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
82962025-10-28T00:08:27.204Z[ recovery-image] Oct 28 00:08:26.725 INFO O| Oct 28 00:08:26.725 INFO STEP 1148 (remove_files) COMPLETE
82972025-10-28T00:08:27.208Z[ recovery-image] Oct 28 00:08:26.725 INFO O| Oct 28 00:08:26.725 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82982025-10-28T00:08:27.217Z[ recovery-image] Oct 28 00:08:26.738 INFO O| Oct 28 00:08:26.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
82992025-10-28T00:08:27.217Z[ recovery-image] Oct 28 00:08:26.738 INFO O| Oct 28 00:08:26.738 INFO STEP 1149 (remove_files) COMPLETE
83002025-10-28T00:08:27.220Z[ recovery-image] Oct 28 00:08:26.738 INFO O| Oct 28 00:08:26.738 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83012025-10-28T00:08:27.226Z[ recovery-image] Oct 28 00:08:26.747 INFO O| Oct 28 00:08:26.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
83022025-10-28T00:08:27.226Z[ recovery-image] Oct 28 00:08:26.747 INFO O| Oct 28 00:08:26.747 INFO STEP 1150 (remove_files) COMPLETE
83032025-10-28T00:08:27.226Z[ recovery-image] Oct 28 00:08:26.747 INFO O| Oct 28 00:08:26.747 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83042025-10-28T00:08:27.236Z[ recovery-image] Oct 28 00:08:26.757 INFO O| Oct 28 00:08:26.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
83052025-10-28T00:08:27.239Z[ recovery-image] Oct 28 00:08:26.757 INFO O| Oct 28 00:08:26.757 INFO STEP 1151 (remove_files) COMPLETE
83062025-10-28T00:08:27.239Z[ recovery-image] Oct 28 00:08:26.757 INFO O| Oct 28 00:08:26.757 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83072025-10-28T00:08:27.249Z[ recovery-image] Oct 28 00:08:26.770 INFO O| Oct 28 00:08:26.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
83082025-10-28T00:08:27.249Z[ recovery-image] Oct 28 00:08:26.770 INFO O| Oct 28 00:08:26.770 INFO STEP 1152 (remove_files) COMPLETE
83092025-10-28T00:08:27.249Z[ recovery-image] Oct 28 00:08:26.770 INFO O| Oct 28 00:08:26.770 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83102025-10-28T00:08:27.262Z[ recovery-image] Oct 28 00:08:26.783 INFO O| Oct 28 00:08:26.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
83112025-10-28T00:08:27.262Z[ recovery-image] Oct 28 00:08:26.783 INFO O| Oct 28 00:08:26.783 INFO STEP 1153 (remove_files) COMPLETE
83122025-10-28T00:08:27.265Z[ recovery-image] Oct 28 00:08:26.783 INFO O| Oct 28 00:08:26.783 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83132025-10-28T00:08:27.274Z[ recovery-image] Oct 28 00:08:26.795 INFO O| Oct 28 00:08:26.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
83142025-10-28T00:08:27.274Z[ recovery-image] Oct 28 00:08:26.796 INFO O| Oct 28 00:08:26.796 INFO STEP 1154 (remove_files) COMPLETE
83152025-10-28T00:08:27.277Z[ recovery-image] Oct 28 00:08:26.796 INFO O| Oct 28 00:08:26.796 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83162025-10-28T00:08:27.287Z[ recovery-image] Oct 28 00:08:26.808 INFO O| Oct 28 00:08:26.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
83172025-10-28T00:08:27.287Z[ recovery-image] Oct 28 00:08:26.808 INFO O| Oct 28 00:08:26.808 INFO STEP 1155 (remove_files) COMPLETE
83182025-10-28T00:08:27.291Z[ recovery-image] Oct 28 00:08:26.808 INFO O| Oct 28 00:08:26.808 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83192025-10-28T00:08:27.299Z[ recovery-image] Oct 28 00:08:26.821 INFO O| Oct 28 00:08:26.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
83202025-10-28T00:08:27.299Z[ recovery-image] Oct 28 00:08:26.821 INFO O| Oct 28 00:08:26.821 INFO STEP 1156 (remove_files) COMPLETE
83212025-10-28T00:08:27.303Z[ recovery-image] Oct 28 00:08:26.821 INFO O| Oct 28 00:08:26.821 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83222025-10-28T00:08:27.313Z[ recovery-image] Oct 28 00:08:26.834 INFO O| Oct 28 00:08:26.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
83232025-10-28T00:08:27.313Z[ recovery-image] Oct 28 00:08:26.834 INFO O| Oct 28 00:08:26.834 INFO STEP 1157 (remove_files) COMPLETE
83242025-10-28T00:08:27.316Z[ recovery-image] Oct 28 00:08:26.834 INFO O| Oct 28 00:08:26.834 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83252025-10-28T00:08:27.325Z[ recovery-image] Oct 28 00:08:26.846 INFO O| Oct 28 00:08:26.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
83262025-10-28T00:08:27.325Z[ recovery-image] Oct 28 00:08:26.846 INFO O| Oct 28 00:08:26.846 INFO STEP 1158 (remove_files) COMPLETE
83272025-10-28T00:08:27.329Z[ recovery-image] Oct 28 00:08:26.846 INFO O| Oct 28 00:08:26.846 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83282025-10-28T00:08:27.338Z[ recovery-image] Oct 28 00:08:26.858 INFO O| Oct 28 00:08:26.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
83292025-10-28T00:08:27.338Z[ recovery-image] Oct 28 00:08:26.858 INFO O| Oct 28 00:08:26.858 INFO STEP 1159 (remove_files) COMPLETE
83302025-10-28T00:08:27.338Z[ recovery-image] Oct 28 00:08:26.858 INFO O| Oct 28 00:08:26.858 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83312025-10-28T00:08:27.349Z[ recovery-image] Oct 28 00:08:26.870 INFO O| Oct 28 00:08:26.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
83322025-10-28T00:08:27.349Z[ recovery-image] Oct 28 00:08:26.871 INFO O| Oct 28 00:08:26.870 INFO STEP 1160 (remove_files) COMPLETE
83332025-10-28T00:08:27.349Z[ recovery-image] Oct 28 00:08:26.871 INFO O| Oct 28 00:08:26.871 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83342025-10-28T00:08:27.360Z[ recovery-image] Oct 28 00:08:26.882 INFO O| Oct 28 00:08:26.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
83352025-10-28T00:08:27.364Z[ recovery-image] Oct 28 00:08:26.882 INFO O| Oct 28 00:08:26.882 INFO STEP 1161 (remove_files) COMPLETE
83362025-10-28T00:08:27.364Z[ recovery-image] Oct 28 00:08:26.882 INFO O| Oct 28 00:08:26.882 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83372025-10-28T00:08:27.373Z[ recovery-image] Oct 28 00:08:26.894 INFO O| Oct 28 00:08:26.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
83382025-10-28T00:08:27.373Z[ recovery-image] Oct 28 00:08:26.895 INFO O| Oct 28 00:08:26.894 INFO STEP 1162 (remove_files) COMPLETE
83392025-10-28T00:08:27.376Z[ recovery-image] Oct 28 00:08:26.895 INFO O| Oct 28 00:08:26.894 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83402025-10-28T00:08:27.382Z[ recovery-image] Oct 28 00:08:26.904 INFO O| Oct 28 00:08:26.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
83412025-10-28T00:08:27.386Z[ recovery-image] Oct 28 00:08:26.904 INFO O| Oct 28 00:08:26.904 INFO STEP 1163 (remove_files) COMPLETE
83422025-10-28T00:08:27.386Z[ recovery-image] Oct 28 00:08:26.904 INFO O| Oct 28 00:08:26.904 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83432025-10-28T00:08:27.395Z[ recovery-image] Oct 28 00:08:26.916 INFO O| Oct 28 00:08:26.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
83442025-10-28T00:08:27.399Z[ recovery-image] Oct 28 00:08:26.917 INFO O| Oct 28 00:08:26.916 INFO STEP 1164 (remove_files) COMPLETE
83452025-10-28T00:08:27.399Z[ recovery-image] Oct 28 00:08:26.917 INFO O| Oct 28 00:08:26.917 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83462025-10-28T00:08:27.408Z[ recovery-image] Oct 28 00:08:26.929 INFO O| Oct 28 00:08:26.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
83472025-10-28T00:08:27.408Z[ recovery-image] Oct 28 00:08:26.929 INFO O| Oct 28 00:08:26.929 INFO STEP 1165 (remove_files) COMPLETE
83482025-10-28T00:08:27.412Z[ recovery-image] Oct 28 00:08:26.929 INFO O| Oct 28 00:08:26.929 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
83492025-10-28T00:08:27.427Z[ recovery-image] Oct 28 00:08:26.949 INFO O| Oct 28 00:08:26.949 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
83502025-10-28T00:08:27.427Z[ recovery-image] Oct 28 00:08:26.949 INFO O| Oct 28 00:08:26.949 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
83512025-10-28T00:08:28.274Z[ recovery-image] Oct 28 00:08:27.796 INFO O| Oct 28 00:08:27.796 INFO STEP 1166 (pack_tar) COMPLETE
83522025-10-28T00:08:28.275Z[ recovery-image] Oct 28 00:08:27.796 INFO O| Oct 28 00:08:27.796 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
83532025-10-28T00:08:28.275Z[ recovery-image] Oct 28 00:08:27.796 INFO O| Oct 28 00:08:27.796 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
83542025-10-28T00:08:28.611Z[ recovery-image] Oct 28 00:08:28.132 INFO O| Oct 28 00:08:28.132 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
83552025-10-28T00:08:28.713Z[ recovery-image] Oct 28 00:08:28.234 INFO O| Oct 28 00:08:28.234 INFO completed processing sled/ramdisk-03-recovery-trim
83562025-10-28T00:08:28.719Z[ recovery-image] Oct 28 00:08:28.240 INFO image builder template: zfs-recovery...
83572025-10-28T00:08:28.722Z[ recovery-image] Oct 28 00:08:28.240 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/.tmpl4ZrR2/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.37.424", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@17.0.0.0", "-n", "zfs-recovery"], pwd: None
83582025-10-28T00:08:28.757Z[ recovery-image] Oct 28 00:08:28.277 INFO O| Oct 28 00:08:28.277 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
83592025-10-28T00:08:28.762Z[ recovery-image] Oct 28 00:08:28.282 INFO O| Oct 28 00:08:28.282 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
83602025-10-28T00:08:28.854Z[ recovery-image] Oct 28 00:08:28.376 INFO O| Oct 28 00:08:28.376 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
83612025-10-28T00:08:29.000Z[ recovery-image] Oct 28 00:08:28.521 INFO O| Oct 28 00:08:28.521 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
83622025-10-28T00:08:29.000Z[ recovery-image] Oct 28 00:08:28.521 INFO O| Oct 28 00:08:28.521 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
83632025-10-28T00:08:29.003Z[ recovery-image] Oct 28 00:08:28.525 INFO O| Oct 28 00:08:28.525 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
83642025-10-28T00:08:29.153Z[ recovery-image] Oct 28 00:08:28.674 INFO O| Oct 28 00:08:28.674 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
83652025-10-28T00:08:29.279Z[ recovery-image] Oct 28 00:08:28.800 INFO O| Oct 28 00:08:28.800 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
83662025-10-28T00:08:29.295Z[ recovery-image] Oct 28 00:08:28.816 INFO O| Oct 28 00:08:28.816 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83672025-10-28T00:08:29.301Z[ recovery-image] Oct 28 00:08:28.822 INFO O| Oct 28 00:08:28.822 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
83682025-10-28T00:08:29.314Z[ recovery-image] Oct 28 00:08:28.836 INFO O| Oct 28 00:08:28.836 INFO no lofi found
83692025-10-28T00:08:29.314Z[ recovery-image] Oct 28 00:08:28.836 INFO O| Oct 28 00:08:28.836 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
83702025-10-28T00:08:29.317Z[ recovery-image] Oct 28 00:08:28.836 INFO O| Oct 28 00:08:28.836 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83712025-10-28T00:08:29.818Z[ host-image] Oct 28 00:08:29.340 INFO O| Oct 28 00:08:29.340 INFO O| Planning: Solver setup ... Done
83722025-10-28T00:08:29.833Z[ host-image] Oct 28 00:08:29.355 INFO O| Oct 28 00:08:29.355 INFO O| Planning: Running solver ... Done
83732025-10-28T00:08:29.992Z[ host-image] Oct 28 00:08:29.514 INFO O| Oct 28 00:08:29.513 INFO O| Planning: Finding local manifests ... Done
83742025-10-28T00:08:30.099Z[ host-image] Oct 28 00:08:29.621 INFO O| Oct 28 00:08:29.621 INFO O| Planning: Fetching manifests: 0/1 0% complete
83752025-10-28T00:08:30.105Z[ host-image] Oct 28 00:08:29.627 INFO O| Oct 28 00:08:29.627 INFO O| Planning: Fetching manifests: 1/1 100% complete
83762025-10-28T00:08:30.136Z[ host-image] Oct 28 00:08:29.658 INFO O| Oct 28 00:08:29.657 INFO O| Planning: Package planning ... Done
83772025-10-28T00:08:30.139Z[ host-image] Oct 28 00:08:29.658 INFO O| Oct 28 00:08:29.658 INFO O| Planning: Merging actions ... Done
83782025-10-28T00:08:30.211Z[ host-image] Oct 28 00:08:29.731 INFO O| Oct 28 00:08:29.731 INFO O| Planning: Checking for conflicting actions ... Done
83792025-10-28T00:08:30.214Z[ host-image] Oct 28 00:08:29.732 INFO O| Oct 28 00:08:29.732 INFO O| Planning: Consolidating action changes ... Done
83802025-10-28T00:08:30.393Z[ host-image] Oct 28 00:08:29.915 INFO O| Oct 28 00:08:29.915 INFO O| Planning: Evaluating mediators ... Done
83812025-10-28T00:08:30.397Z[ host-image] Oct 28 00:08:29.916 INFO O| Oct 28 00:08:29.915 INFO O| Planning: Planning completed in 7.25 seconds
83822025-10-28T00:08:30.397Z[ host-image] Oct 28 00:08:29.916 INFO O| Oct 28 00:08:29.916 INFO O| Packages to install: 1
83832025-10-28T00:08:30.413Z[ host-image] Oct 28 00:08:29.935 INFO O| Oct 28 00:08:29.935 INFO O| Download: 0/4 items 0.0/10.2MB 0% complete
83842025-10-28T00:08:30.518Z[ host-image] Oct 28 00:08:30.040 INFO O| Oct 28 00:08:30.040 INFO O| Download: Completed 10.21 MB in 0.11 seconds (97.2M/s)
83852025-10-28T00:08:30.568Z[ host-image] Oct 28 00:08:30.088 INFO O| Oct 28 00:08:30.088 INFO O| Actions: 1/22 actions (Installing new actions)
83862025-10-28T00:08:30.912Z[ host-image] Oct 28 00:08:30.434 INFO O| Oct 28 00:08:30.434 INFO O| Actions: Completed 22 actions in 0.35 seconds.
83872025-10-28T00:08:31.482Z[ recovery-image] Oct 28 00:08:31.004 INFO O| Oct 28 00:08:31.004 INFO lofi device = /dev/dsk/c2t1d0p0
83882025-10-28T00:08:31.482Z[ recovery-image] Oct 28 00:08:31.004 INFO O| Oct 28 00:08:31.004 INFO pool device = /dev/dsk/c2t1d0p0
83892025-10-28T00:08:31.486Z[ recovery-image] Oct 28 00:08:31.004 INFO O| Oct 28 00:08:31.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"]
83902025-10-28T00:08:31.523Z[ host-image] Oct 28 00:08:31.045 INFO O| Oct 28 00:08:31.045 INFO O| Done
83912025-10-28T00:08:31.523Z[ host-image] Oct 28 00:08:31.045 INFO O| Oct 28 00:08:31.045 INFO O| Done
83922025-10-28T00:08:31.665Z[ recovery-image] Oct 28 00:08:31.187 INFO O| Oct 28 00:08:31.187 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83932025-10-28T00:08:31.665Z[ recovery-image] Oct 28 00:08:31.187 INFO O| Oct 28 00:08:31.187 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
83942025-10-28T00:08:31.692Z[ recovery-image] Oct 28 00:08:31.214 INFO O| Oct 28 00:08:31.214 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
83952025-10-28T00:08:31.785Z[ recovery-image] Oct 28 00:08:31.305 INFO O| Oct 28 00:08:31.305 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
83962025-10-28T00:08:31.836Z[ recovery-image] Oct 28 00:08:31.358 INFO O| Oct 28 00:08:31.358 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
83972025-10-28T00:08:31.854Z[ recovery-image] Oct 28 00:08:31.376 INFO O| Oct 28 00:08:31.376 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
83982025-10-28T00:08:31.870Z[ recovery-image] Oct 28 00:08:31.392 INFO O| Oct 28 00:08:31.392 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
83992025-10-28T00:08:31.930Z[ recovery-image] Oct 28 00:08:31.452 INFO O| Oct 28 00:08:31.452 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
84002025-10-28T00:08:31.933Z[ recovery-image] Oct 28 00:08:31.452 INFO O| Oct 28 00:08:31.452 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
84012025-10-28T00:08:31.934Z[ recovery-image] Oct 28 00:08:31.452 INFO O| Oct 28 00:08:31.452 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
84022025-10-28T00:08:31.944Z[ recovery-image] Oct 28 00:08:31.467 INFO O| Oct 28 00:08:31.467 INFO boot environment UUID: 29e2aa38-650d-413d-b5c8-899175533456
84032025-10-28T00:08:31.945Z[ recovery-image] Oct 28 00:08:31.467 INFO O| Oct 28 00:08:31.467 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 29e2aa38-650d-413d-b5c8-899175533456
84042025-10-28T00:08:31.961Z[ recovery-image] Oct 28 00:08:31.483 INFO O| Oct 28 00:08:31.483 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
84052025-10-28T00:08:31.975Z[ recovery-image] Oct 28 00:08:31.498 INFO O| Oct 28 00:08:31.497 INFO STEP 0 (create_be) COMPLETE
84062025-10-28T00:08:31.975Z[ recovery-image] Oct 28 00:08:31.498 INFO O| Oct 28 00:08:31.498 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84072025-10-28T00:08:31.996Z[ recovery-image] Oct 28 00:08:31.518 INFO O| Oct 28 00:08:31.518 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"]
84082025-10-28T00:08:33.193Z[ host-image] Oct 28 00:08:32.715 INFO O| Oct 28 00:08:32.715 INFO O| Done
84092025-10-28T00:08:36.003Z[ host-image] Oct 28 00:08:35.525 INFO O| Oct 28 00:08:35.525 INFO O| Done
84102025-10-28T00:08:36.050Z[ host-image] Oct 28 00:08:35.567 INFO O| Oct 28 00:08:35.567 INFO O| Done
84112025-10-28T00:08:36.054Z[ host-image] Oct 28 00:08:35.567 INFO O| Oct 28 00:08:35.567 INFO O| Done
84122025-10-28T00:08:36.078Z[ host-image] Oct 28 00:08:35.600 INFO O| Oct 28 00:08:35.600 INFO O| Done
84132025-10-28T00:08:36.537Z[ recovery-image] Oct 28 00:08:36.060 INFO O| Oct 28 00:08:36.060 INFO STEP 1 (unpack_tar) COMPLETE
84142025-10-28T00:08:36.537Z[ recovery-image] Oct 28 00:08:36.060 INFO O| Oct 28 00:08:36.060 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84152025-10-28T00:08:36.551Z[ recovery-image] Oct 28 00:08:36.074 INFO O| Oct 28 00:08:36.074 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
84162025-10-28T00:08:37.115Z[ recovery-image] Oct 28 00:08:36.639 INFO O| Oct 28 00:08:36.638 INFO STEP 2 (devfsadm) COMPLETE
84172025-10-28T00:08:37.116Z[ recovery-image] Oct 28 00:08:36.639 INFO O| Oct 28 00:08:36.638 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84182025-10-28T00:08:37.131Z[ recovery-image] Oct 28 00:08:36.653 INFO O| Oct 28 00:08:36.653 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84192025-10-28T00:08:37.131Z[ recovery-image] Oct 28 00:08:36.653 INFO O| Oct 28 00:08:36.653 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84202025-10-28T00:08:37.131Z[ recovery-image] Oct 28 00:08:36.653 INFO O| Oct 28 00:08:36.653 INFO STEP 3 (ensure_dir) COMPLETE
84212025-10-28T00:08:37.135Z[ recovery-image] Oct 28 00:08:36.653 INFO O| Oct 28 00:08:36.653 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84222025-10-28T00:08:37.141Z[ recovery-image] Oct 28 00:08:36.665 INFO O| Oct 28 00:08:36.664 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84232025-10-28T00:08:37.141Z[ recovery-image] Oct 28 00:08:36.665 INFO O| Oct 28 00:08:36.665 INFO STEP 4 (ensure_dir) COMPLETE
84242025-10-28T00:08:37.145Z[ recovery-image] Oct 28 00:08:36.665 INFO O| Oct 28 00:08:36.665 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84252025-10-28T00:08:37.152Z[ recovery-image] Oct 28 00:08:36.674 INFO O| Oct 28 00:08:36.674 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84262025-10-28T00:08:37.152Z[ recovery-image] Oct 28 00:08:36.674 INFO O| Oct 28 00:08:36.674 INFO STEP 5 (ensure_dir) COMPLETE
84272025-10-28T00:08:37.156Z[ recovery-image] Oct 28 00:08:36.674 INFO O| Oct 28 00:08:36.674 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84282025-10-28T00:08:37.160Z[ recovery-image] Oct 28 00:08:36.683 INFO O| Oct 28 00:08:36.683 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84292025-10-28T00:08:37.163Z[ recovery-image] Oct 28 00:08:36.683 INFO O| Oct 28 00:08:36.683 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84302025-10-28T00:08:37.163Z[ recovery-image] Oct 28 00:08:36.683 INFO O| Oct 28 00:08:36.683 INFO STEP 6 (ensure_dir) COMPLETE
84312025-10-28T00:08:37.163Z[ recovery-image] Oct 28 00:08:36.683 INFO O| Oct 28 00:08:36.683 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84322025-10-28T00:08:37.185Z[ recovery-image] Oct 28 00:08:36.696 INFO O| Oct 28 00:08:36.696 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84332025-10-28T00:08:37.185Z[ recovery-image] Oct 28 00:08:36.696 INFO O| Oct 28 00:08:36.696 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84342025-10-28T00:08:37.185Z[ recovery-image] Oct 28 00:08:36.696 INFO O| Oct 28 00:08:36.696 INFO STEP 7 (ensure_dir) COMPLETE
84352025-10-28T00:08:37.194Z[ recovery-image] Oct 28 00:08:36.696 INFO O| Oct 28 00:08:36.696 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84362025-10-28T00:08:37.194Z[ recovery-image] Oct 28 00:08:36.708 INFO O| Oct 28 00:08:36.708 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
84372025-10-28T00:08:37.194Z[ recovery-image] Oct 28 00:08:36.708 INFO O| Oct 28 00:08:36.708 INFO STEP 8 (remove_files) COMPLETE
84382025-10-28T00:08:37.194Z[ recovery-image] Oct 28 00:08:36.708 INFO O| Oct 28 00:08:36.708 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84392025-10-28T00:08:37.198Z[ recovery-image] Oct 28 00:08:36.719 INFO O| Oct 28 00:08:36.719 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
84402025-10-28T00:08:37.198Z[ recovery-image] Oct 28 00:08:36.719 INFO O| Oct 28 00:08:36.719 INFO STEP 9 (remove_files) COMPLETE
84412025-10-28T00:08:37.198Z[ recovery-image] Oct 28 00:08:36.720 INFO O| Oct 28 00:08:36.719 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84422025-10-28T00:08:37.210Z[ recovery-image] Oct 28 00:08:36.732 INFO O| Oct 28 00:08:36.731 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
84432025-10-28T00:08:37.214Z[ recovery-image] Oct 28 00:08:36.733 INFO O| Oct 28 00:08:36.733 INFO STEP 10 (remove_files) COMPLETE
84442025-10-28T00:08:37.214Z[ recovery-image] Oct 28 00:08:36.733 INFO O| Oct 28 00:08:36.733 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84452025-10-28T00:08:37.231Z[ recovery-image] Oct 28 00:08:36.746 INFO O| Oct 28 00:08:36.745 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
84462025-10-28T00:08:37.231Z[ recovery-image] Oct 28 00:08:36.746 INFO O| Oct 28 00:08:36.746 INFO STEP 11 (remove_files) COMPLETE
84472025-10-28T00:08:37.238Z[ recovery-image] Oct 28 00:08:36.746 INFO O| Oct 28 00:08:36.746 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84482025-10-28T00:08:37.238Z[ recovery-image] Oct 28 00:08:36.759 INFO O| Oct 28 00:08:36.759 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
84492025-10-28T00:08:37.238Z[ recovery-image] Oct 28 00:08:36.759 INFO O| Oct 28 00:08:36.759 INFO STEP 12 (remove_files) COMPLETE
84502025-10-28T00:08:37.239Z[ recovery-image] Oct 28 00:08:36.759 INFO O| Oct 28 00:08:36.759 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84512025-10-28T00:08:37.246Z[ recovery-image] Oct 28 00:08:36.768 INFO O| Oct 28 00:08:36.768 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84522025-10-28T00:08:37.246Z[ recovery-image] Oct 28 00:08:36.768 INFO O| Oct 28 00:08:36.768 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84532025-10-28T00:08:37.250Z[ recovery-image] Oct 28 00:08:36.768 INFO O| Oct 28 00:08:36.768 INFO STEP 13 (ensure_dir) COMPLETE
84542025-10-28T00:08:37.250Z[ recovery-image] Oct 28 00:08:36.768 INFO O| Oct 28 00:08:36.768 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84552025-10-28T00:08:37.255Z[ recovery-image] Oct 28 00:08:36.777 INFO O| Oct 28 00:08:36.777 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84562025-10-28T00:08:37.259Z[ recovery-image] Oct 28 00:08:36.777 INFO O| Oct 28 00:08:36.777 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84572025-10-28T00:08:37.260Z[ recovery-image] Oct 28 00:08:36.777 INFO O| Oct 28 00:08:36.777 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84582025-10-28T00:08:37.260Z[ recovery-image] Oct 28 00:08:36.777 INFO O| Oct 28 00:08:36.777 INFO STEP 14 (ensure_dir) COMPLETE
84592025-10-28T00:08:37.260Z[ recovery-image] Oct 28 00:08:36.777 INFO O| Oct 28 00:08:36.777 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84602025-10-28T00:08:37.267Z[ recovery-image] Oct 28 00:08:36.788 INFO O| Oct 28 00:08:36.788 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84612025-10-28T00:08:37.267Z[ recovery-image] Oct 28 00:08:36.788 INFO O| Oct 28 00:08:36.788 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84622025-10-28T00:08:37.267Z[ recovery-image] Oct 28 00:08:36.788 INFO O| Oct 28 00:08:36.788 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84632025-10-28T00:08:37.271Z[ recovery-image] Oct 28 00:08:36.788 INFO O| Oct 28 00:08:36.788 INFO STEP 15 (ensure_dir) COMPLETE
84642025-10-28T00:08:37.271Z[ recovery-image] Oct 28 00:08:36.788 INFO O| Oct 28 00:08:36.788 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84652025-10-28T00:08:37.277Z[ recovery-image] Oct 28 00:08:36.800 INFO O| Oct 28 00:08:36.800 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84662025-10-28T00:08:37.282Z[ recovery-image] Oct 28 00:08:36.801 INFO O| Oct 28 00:08:36.801 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84672025-10-28T00:08:37.282Z[ recovery-image] Oct 28 00:08:36.801 INFO O| Oct 28 00:08:36.801 INFO STEP 16 (ensure_dir) COMPLETE
84682025-10-28T00:08:37.282Z[ recovery-image] Oct 28 00:08:36.801 INFO O| Oct 28 00:08:36.801 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84692025-10-28T00:08:37.290Z[ recovery-image] Oct 28 00:08:36.814 INFO O| Oct 28 00:08:36.814 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84702025-10-28T00:08:37.290Z[ recovery-image] Oct 28 00:08:36.814 INFO O| Oct 28 00:08:36.814 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84712025-10-28T00:08:37.294Z[ recovery-image] Oct 28 00:08:36.814 INFO O| Oct 28 00:08:36.814 INFO STEP 17 (ensure_dir) COMPLETE
84722025-10-28T00:08:37.294Z[ recovery-image] Oct 28 00:08:36.814 INFO O| Oct 28 00:08:36.814 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84732025-10-28T00:08:37.299Z[ recovery-image] Oct 28 00:08:36.823 INFO O| Oct 28 00:08:36.823 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
84742025-10-28T00:08:37.303Z[ recovery-image] Oct 28 00:08:36.823 INFO O| Oct 28 00:08:36.823 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
84752025-10-28T00:08:37.303Z[ recovery-image] Oct 28 00:08:36.823 INFO O| Oct 28 00:08:36.823 INFO ok!
84762025-10-28T00:08:37.303Z[ recovery-image] Oct 28 00:08:36.823 INFO O| Oct 28 00:08:36.823 INFO STEP 18 (ensure_symlink) COMPLETE
84772025-10-28T00:08:37.303Z[ recovery-image] Oct 28 00:08:36.823 INFO O| Oct 28 00:08:36.823 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84782025-10-28T00:08:37.309Z[ recovery-image] Oct 28 00:08:36.832 INFO O| Oct 28 00:08:36.832 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
84792025-10-28T00:08:37.309Z[ recovery-image] Oct 28 00:08:36.832 INFO O| Oct 28 00:08:36.832 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
84802025-10-28T00:08:37.309Z[ recovery-image] Oct 28 00:08:36.832 INFO O| Oct 28 00:08:36.832 INFO ok!
84812025-10-28T00:08:37.313Z[ recovery-image] Oct 28 00:08:36.832 INFO O| Oct 28 00:08:36.832 INFO STEP 19 (ensure_file) COMPLETE
84822025-10-28T00:08:37.313Z[ recovery-image] Oct 28 00:08:36.832 INFO O| Oct 28 00:08:36.832 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84832025-10-28T00:08:37.321Z[ recovery-image] Oct 28 00:08:36.844 INFO O| Oct 28 00:08:36.844 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
84842025-10-28T00:08:37.321Z[ recovery-image] Oct 28 00:08:36.844 INFO O| Oct 28 00:08:36.844 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
84852025-10-28T00:08:37.324Z[ recovery-image] Oct 28 00:08:36.844 INFO O| Oct 28 00:08:36.844 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
84862025-10-28T00:08:37.324Z[ recovery-image] Oct 28 00:08:36.845 INFO O| Oct 28 00:08:36.844 INFO ok!
84872025-10-28T00:08:37.324Z[ recovery-image] Oct 28 00:08:36.845 INFO O| Oct 28 00:08:36.844 INFO STEP 20 (ensure_symlink) COMPLETE
84882025-10-28T00:08:37.324Z[ recovery-image] Oct 28 00:08:36.845 INFO O| Oct 28 00:08:36.844 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84892025-10-28T00:08:37.330Z[ recovery-image] Oct 28 00:08:36.853 INFO O| Oct 28 00:08:36.853 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
84902025-10-28T00:08:37.330Z[ recovery-image] Oct 28 00:08:36.854 INFO O| Oct 28 00:08:36.853 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
84912025-10-28T00:08:37.334Z[ recovery-image] Oct 28 00:08:36.854 INFO O| Oct 28 00:08:36.854 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
84922025-10-28T00:08:37.334Z[ recovery-image] Oct 28 00:08:36.854 INFO O| Oct 28 00:08:36.854 INFO ok!
84932025-10-28T00:08:37.334Z[ recovery-image] Oct 28 00:08:36.854 INFO O| Oct 28 00:08:36.854 INFO STEP 21 (ensure_symlink) COMPLETE
84942025-10-28T00:08:37.334Z[ recovery-image] Oct 28 00:08:36.854 INFO O| Oct 28 00:08:36.854 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84952025-10-28T00:08:37.343Z[ recovery-image] Oct 28 00:08:36.866 INFO O| Oct 28 00:08:36.866 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
84962025-10-28T00:08:37.343Z[ recovery-image] Oct 28 00:08:36.866 INFO O| Oct 28 00:08:36.866 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
84972025-10-28T00:08:37.347Z[ recovery-image] Oct 28 00:08:36.866 INFO O| Oct 28 00:08:36.866 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
84982025-10-28T00:08:37.347Z[ recovery-image] Oct 28 00:08:36.866 INFO O| Oct 28 00:08:36.866 INFO ok!
84992025-10-28T00:08:37.347Z[ recovery-image] Oct 28 00:08:36.866 INFO O| Oct 28 00:08:36.866 INFO STEP 22 (ensure_symlink) COMPLETE
85002025-10-28T00:08:37.347Z[ recovery-image] Oct 28 00:08:36.867 INFO O| Oct 28 00:08:36.866 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
85012025-10-28T00:08:37.355Z[ recovery-image] Oct 28 00:08:36.878 INFO O| Oct 28 00:08:36.878 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
85022025-10-28T00:08:37.359Z[ recovery-image] Oct 28 00:08:36.879 INFO O| Oct 28 00:08:36.878 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
85032025-10-28T00:08:37.359Z[ recovery-image] Oct 28 00:08:36.879 INFO O| Oct 28 00:08:36.879 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
85042025-10-28T00:08:37.359Z[ recovery-image] Oct 28 00:08:36.879 INFO O| Oct 28 00:08:36.879 INFO ok!
85052025-10-28T00:08:37.359Z[ recovery-image] Oct 28 00:08:36.879 INFO O| Oct 28 00:08:36.879 INFO STEP 23 (ensure_symlink) COMPLETE
85062025-10-28T00:08:37.359Z[ recovery-image] Oct 28 00:08:36.879 INFO O| Oct 28 00:08:36.879 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85072025-10-28T00:08:37.367Z[ recovery-image] Oct 28 00:08:36.890 INFO O| Oct 28 00:08:36.890 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
85082025-10-28T00:08:37.367Z[ recovery-image] Oct 28 00:08:36.890 INFO O| Oct 28 00:08:36.890 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 ...
85092025-10-28T00:08:37.372Z[ recovery-image] Oct 28 00:08:36.890 INFO O| Oct 28 00:08:36.890 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
85102025-10-28T00:08:37.372Z[ recovery-image] Oct 28 00:08:36.890 INFO O| Oct 28 00:08:36.890 INFO ok!
85112025-10-28T00:08:37.372Z[ recovery-image] Oct 28 00:08:36.890 INFO O| Oct 28 00:08:36.890 INFO STEP 24 (ensure_file) COMPLETE
85122025-10-28T00:08:37.372Z[ recovery-image] Oct 28 00:08:36.890 INFO O| Oct 28 00:08:36.890 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
85132025-10-28T00:08:37.376Z[ recovery-image] Oct 28 00:08:36.899 INFO O| Oct 28 00:08:36.899 INFO updating shadow file
85142025-10-28T00:08:37.379Z[ recovery-image] Oct 28 00:08:36.899 INFO O| Oct 28 00:08:36.899 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
85152025-10-28T00:08:37.379Z[ recovery-image] Oct 28 00:08:36.899 INFO O| Oct 28 00:08:36.899 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
85162025-10-28T00:08:37.379Z[ recovery-image] Oct 28 00:08:36.899 INFO O| Oct 28 00:08:36.899 INFO STEP 25 (shadow) COMPLETE
85172025-10-28T00:08:37.379Z[ recovery-image] Oct 28 00:08:36.899 INFO O| Oct 28 00:08:36.899 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85182025-10-28T00:08:37.388Z[ recovery-image] Oct 28 00:08:36.911 INFO O| Oct 28 00:08:36.911 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
85192025-10-28T00:08:37.388Z[ recovery-image] Oct 28 00:08:36.911 INFO O| Oct 28 00:08:36.911 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
85202025-10-28T00:08:37.388Z[ recovery-image] Oct 28 00:08:36.912 INFO O| Oct 28 00:08:36.911 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
85212025-10-28T00:08:37.392Z[ recovery-image] Oct 28 00:08:36.912 INFO O| Oct 28 00:08:36.912 INFO ok!
85222025-10-28T00:08:37.392Z[ recovery-image] Oct 28 00:08:36.912 INFO O| Oct 28 00:08:36.912 INFO STEP 26 (ensure_file) COMPLETE
85232025-10-28T00:08:37.392Z[ recovery-image] Oct 28 00:08:36.912 INFO O| Oct 28 00:08:36.912 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85242025-10-28T00:08:37.401Z[ recovery-image] Oct 28 00:08:36.924 INFO O| Oct 28 00:08:36.924 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
85252025-10-28T00:08:37.401Z[ recovery-image] Oct 28 00:08:36.924 INFO O| Oct 28 00:08:36.924 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
85262025-10-28T00:08:37.404Z[ recovery-image] Oct 28 00:08:36.924 INFO O| Oct 28 00:08:36.924 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
85272025-10-28T00:08:37.404Z[ recovery-image] Oct 28 00:08:36.924 INFO O| Oct 28 00:08:36.924 INFO ok!
85282025-10-28T00:08:37.404Z[ recovery-image] Oct 28 00:08:36.924 INFO O| Oct 28 00:08:36.924 INFO STEP 27 (ensure_file) COMPLETE
85292025-10-28T00:08:37.404Z[ recovery-image] Oct 28 00:08:36.924 INFO O| Oct 28 00:08:36.924 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85302025-10-28T00:08:37.415Z[ recovery-image] Oct 28 00:08:36.937 INFO O| Oct 28 00:08:36.937 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
85312025-10-28T00:08:37.415Z[ recovery-image] Oct 28 00:08:36.937 INFO O| Oct 28 00:08:36.937 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
85322025-10-28T00:08:37.418Z[ recovery-image] Oct 28 00:08:36.938 INFO O| Oct 28 00:08:36.938 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
85332025-10-28T00:08:37.418Z[ recovery-image] Oct 28 00:08:36.938 INFO O| Oct 28 00:08:36.938 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
85342025-10-28T00:08:37.418Z[ recovery-image] Oct 28 00:08:36.938 INFO O| Oct 28 00:08:36.938 INFO ok!
85352025-10-28T00:08:37.418Z[ recovery-image] Oct 28 00:08:36.938 INFO O| Oct 28 00:08:36.938 INFO STEP 28 (ensure_file) COMPLETE
85362025-10-28T00:08:37.418Z[ recovery-image] Oct 28 00:08:36.938 INFO O| Oct 28 00:08:36.938 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85372025-10-28T00:08:37.428Z[ recovery-image] Oct 28 00:08:36.951 INFO O| Oct 28 00:08:36.951 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
85382025-10-28T00:08:37.428Z[ recovery-image] Oct 28 00:08:36.951 INFO O| Oct 28 00:08:36.951 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
85392025-10-28T00:08:37.431Z[ recovery-image] Oct 28 00:08:36.951 INFO O| Oct 28 00:08:36.951 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
85402025-10-28T00:08:37.431Z[ recovery-image] Oct 28 00:08:36.951 INFO O| Oct 28 00:08:36.951 INFO ok!
85412025-10-28T00:08:37.431Z[ recovery-image] Oct 28 00:08:36.951 INFO O| Oct 28 00:08:36.951 INFO STEP 29 (ensure_file) COMPLETE
85422025-10-28T00:08:37.431Z[ recovery-image] Oct 28 00:08:36.951 INFO O| Oct 28 00:08:36.951 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
85432025-10-28T00:08:37.441Z[ recovery-image] Oct 28 00:08:36.963 INFO O| Oct 28 00:08:36.963 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85442025-10-28T00:08:37.445Z[ recovery-image] Oct 28 00:08:36.963 INFO O| Oct 28 00:08:36.963 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85452025-10-28T00:08:37.445Z[ recovery-image] Oct 28 00:08:36.963 INFO O| Oct 28 00:08:36.963 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85462025-10-28T00:08:37.445Z[ recovery-image] Oct 28 00:08:36.963 INFO O| Oct 28 00:08:36.963 INFO STEP 30 (ensure_dir) COMPLETE
85472025-10-28T00:08:37.445Z[ recovery-image] Oct 28 00:08:36.963 INFO O| Oct 28 00:08:36.963 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85482025-10-28T00:08:37.449Z[ recovery-image] Oct 28 00:08:36.972 INFO O| Oct 28 00:08:36.972 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
85492025-10-28T00:08:37.449Z[ recovery-image] Oct 28 00:08:36.972 INFO O| Oct 28 00:08:36.972 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 ...
85502025-10-28T00:08:37.452Z[ recovery-image] Oct 28 00:08:36.973 INFO O| Oct 28 00:08:36.973 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
85512025-10-28T00:08:37.452Z[ recovery-image] Oct 28 00:08:36.973 INFO O| Oct 28 00:08:36.973 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
85522025-10-28T00:08:37.452Z[ recovery-image] Oct 28 00:08:36.973 INFO O| Oct 28 00:08:36.973 INFO ok!
85532025-10-28T00:08:37.452Z[ recovery-image] Oct 28 00:08:36.973 INFO O| Oct 28 00:08:36.973 INFO STEP 31 (ensure_file) COMPLETE
85542025-10-28T00:08:37.452Z[ recovery-image] Oct 28 00:08:36.973 INFO O| Oct 28 00:08:36.973 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
85552025-10-28T00:08:37.462Z[ recovery-image] Oct 28 00:08:36.985 INFO O| Oct 28 00:08:36.984 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85562025-10-28T00:08:37.465Z[ recovery-image] Oct 28 00:08:36.985 INFO O| Oct 28 00:08:36.985 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85572025-10-28T00:08:37.465Z[ recovery-image] Oct 28 00:08:36.985 INFO O| Oct 28 00:08:36.985 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85582025-10-28T00:08:37.465Z[ recovery-image] Oct 28 00:08:36.985 INFO O| Oct 28 00:08:36.985 INFO STEP 32 (ensure_dir) COMPLETE
85592025-10-28T00:08:37.465Z[ recovery-image] Oct 28 00:08:36.985 INFO O| Oct 28 00:08:36.985 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85602025-10-28T00:08:37.475Z[ recovery-image] Oct 28 00:08:36.998 INFO O| Oct 28 00:08:36.998 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
85612025-10-28T00:08:37.475Z[ recovery-image] Oct 28 00:08:36.998 INFO O| Oct 28 00:08:36.998 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 ...
85622025-10-28T00:08:37.478Z[ recovery-image] Oct 28 00:08:36.999 INFO O| Oct 28 00:08:36.999 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
85632025-10-28T00:08:37.478Z[ recovery-image] Oct 28 00:08:36.999 INFO O| Oct 28 00:08:36.999 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
85642025-10-28T00:08:37.478Z[ recovery-image] Oct 28 00:08:36.999 INFO O| Oct 28 00:08:36.999 INFO ok!
85652025-10-28T00:08:37.478Z[ recovery-image] Oct 28 00:08:36.999 INFO O| Oct 28 00:08:36.999 INFO STEP 33 (ensure_file) COMPLETE
85662025-10-28T00:08:37.478Z[ recovery-image] Oct 28 00:08:36.999 INFO O| Oct 28 00:08:36.999 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85672025-10-28T00:08:37.489Z[ recovery-image] Oct 28 00:08:37.012 INFO O| Oct 28 00:08:37.012 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
85682025-10-28T00:08:37.489Z[ recovery-image] Oct 28 00:08:37.012 INFO O| Oct 28 00:08:37.012 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
85692025-10-28T00:08:37.492Z[ recovery-image] Oct 28 00:08:37.012 INFO O| Oct 28 00:08:37.012 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
85702025-10-28T00:08:37.492Z[ recovery-image] Oct 28 00:08:37.012 INFO O| Oct 28 00:08:37.012 INFO ok!
85712025-10-28T00:08:37.493Z[ recovery-image] Oct 28 00:08:37.012 INFO O| Oct 28 00:08:37.012 INFO STEP 34 (ensure_file) COMPLETE
85722025-10-28T00:08:37.493Z[ recovery-image] Oct 28 00:08:37.012 INFO O| Oct 28 00:08:37.012 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85732025-10-28T00:08:37.499Z[ recovery-image] Oct 28 00:08:37.023 INFO O| Oct 28 00:08:37.023 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
85742025-10-28T00:08:37.499Z[ recovery-image] Oct 28 00:08:37.023 INFO O| Oct 28 00:08:37.023 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
85752025-10-28T00:08:37.503Z[ recovery-image] Oct 28 00:08:37.023 INFO O| Oct 28 00:08:37.023 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85762025-10-28T00:08:37.503Z[ recovery-image] Oct 28 00:08:37.023 INFO O| Oct 28 00:08:37.023 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85772025-10-28T00:08:37.503Z[ recovery-image] Oct 28 00:08:37.023 INFO O| Oct 28 00:08:37.023 INFO ok!
85782025-10-28T00:08:37.503Z[ recovery-image] Oct 28 00:08:37.023 INFO O| Oct 28 00:08:37.023 INFO STEP 35 (ensure_file) COMPLETE
85792025-10-28T00:08:37.503Z[ recovery-image] Oct 28 00:08:37.023 INFO O| Oct 28 00:08:37.023 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85802025-10-28T00:08:37.513Z[ recovery-image] Oct 28 00:08:37.036 INFO O| Oct 28 00:08:37.036 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
85812025-10-28T00:08:37.513Z[ recovery-image] Oct 28 00:08:37.036 INFO O| Oct 28 00:08:37.036 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
85822025-10-28T00:08:37.513Z[ recovery-image] Oct 28 00:08:37.036 INFO O| Oct 28 00:08:37.036 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
85832025-10-28T00:08:37.516Z[ recovery-image] Oct 28 00:08:37.036 INFO O| Oct 28 00:08:37.036 INFO ok!
85842025-10-28T00:08:37.516Z[ recovery-image] Oct 28 00:08:37.036 INFO O| Oct 28 00:08:37.036 INFO STEP 36 (ensure_file) COMPLETE
85852025-10-28T00:08:37.516Z[ recovery-image] Oct 28 00:08:37.036 INFO O| Oct 28 00:08:37.036 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85862025-10-28T00:08:37.528Z[ recovery-image] Oct 28 00:08:37.051 INFO O| Oct 28 00:08:37.051 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
85872025-10-28T00:08:37.528Z[ recovery-image] Oct 28 00:08:37.051 INFO O| Oct 28 00:08:37.051 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
85882025-10-28T00:08:37.531Z[ recovery-image] Oct 28 00:08:37.051 INFO O| Oct 28 00:08:37.051 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
85892025-10-28T00:08:37.531Z[ recovery-image] Oct 28 00:08:37.051 INFO O| Oct 28 00:08:37.051 INFO ok!
85902025-10-28T00:08:37.531Z[ recovery-image] Oct 28 00:08:37.051 INFO O| Oct 28 00:08:37.051 INFO STEP 37 (ensure_file) COMPLETE
85912025-10-28T00:08:37.531Z[ recovery-image] Oct 28 00:08:37.051 INFO O| Oct 28 00:08:37.051 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85922025-10-28T00:08:37.539Z[ recovery-image] Oct 28 00:08:37.063 INFO O| Oct 28 00:08:37.063 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
85932025-10-28T00:08:37.539Z[ recovery-image] Oct 28 00:08:37.063 INFO O| Oct 28 00:08:37.063 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
85942025-10-28T00:08:37.543Z[ recovery-image] Oct 28 00:08:37.064 INFO O| Oct 28 00:08:37.064 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85952025-10-28T00:08:37.543Z[ recovery-image] Oct 28 00:08:37.064 INFO O| Oct 28 00:08:37.064 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85962025-10-28T00:08:37.543Z[ recovery-image] Oct 28 00:08:37.064 INFO O| Oct 28 00:08:37.064 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85972025-10-28T00:08:37.543Z[ recovery-image] Oct 28 00:08:37.064 INFO O| Oct 28 00:08:37.064 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85982025-10-28T00:08:37.544Z[ recovery-image] Oct 28 00:08:37.064 INFO O| Oct 28 00:08:37.064 INFO ok!
85992025-10-28T00:08:37.544Z[ recovery-image] Oct 28 00:08:37.064 INFO O| Oct 28 00:08:37.064 INFO STEP 38 (ensure_file) COMPLETE
86002025-10-28T00:08:37.544Z[ recovery-image] Oct 28 00:08:37.064 INFO O| Oct 28 00:08:37.064 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
86012025-10-28T00:08:37.550Z[ recovery-image] Oct 28 00:08:37.074 INFO O| Oct 28 00:08:37.074 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
86022025-10-28T00:08:37.554Z[ recovery-image] Oct 28 00:08:37.074 INFO O| Oct 28 00:08:37.074 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
86032025-10-28T00:08:37.554Z[ recovery-image] Oct 28 00:08:37.074 INFO O| Oct 28 00:08:37.074 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
86042025-10-28T00:08:37.554Z[ recovery-image] Oct 28 00:08:37.074 INFO O| Oct 28 00:08:37.074 INFO STEP 39 (ensure_dir) COMPLETE
86052025-10-28T00:08:37.554Z[ recovery-image] Oct 28 00:08:37.074 INFO O| Oct 28 00:08:37.074 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
86062025-10-28T00:08:37.563Z[ recovery-image] Oct 28 00:08:37.087 INFO O| Oct 28 00:08:37.087 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
86072025-10-28T00:08:37.563Z[ recovery-image] Oct 28 00:08:37.087 INFO O| Oct 28 00:08:37.087 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 ...
86082025-10-28T00:08:37.568Z[ recovery-image] Oct 28 00:08:37.088 INFO O| Oct 28 00:08:37.088 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
86092025-10-28T00:08:37.568Z[ recovery-image] Oct 28 00:08:37.088 INFO O| Oct 28 00:08:37.088 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
86102025-10-28T00:08:37.568Z[ recovery-image] Oct 28 00:08:37.088 INFO O| Oct 28 00:08:37.088 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
86112025-10-28T00:08:37.568Z[ recovery-image] Oct 28 00:08:37.088 INFO O| Oct 28 00:08:37.088 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
86122025-10-28T00:08:37.568Z[ recovery-image] Oct 28 00:08:37.088 INFO O| Oct 28 00:08:37.088 INFO ok!
86132025-10-28T00:08:37.568Z[ recovery-image] Oct 28 00:08:37.088 INFO O| Oct 28 00:08:37.088 INFO STEP 40 (ensure_file) COMPLETE
86142025-10-28T00:08:37.568Z[ recovery-image] Oct 28 00:08:37.088 INFO O| Oct 28 00:08:37.088 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
86152025-10-28T00:08:37.574Z[ recovery-image] Oct 28 00:08:37.098 INFO O| Oct 28 00:08:37.098 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
86162025-10-28T00:08:37.578Z[ recovery-image] Oct 28 00:08:37.098 INFO O| Oct 28 00:08:37.098 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 ...
86172025-10-28T00:08:37.578Z[ recovery-image] Oct 28 00:08:37.098 INFO O| Oct 28 00:08:37.098 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
86182025-10-28T00:08:37.578Z[ recovery-image] Oct 28 00:08:37.098 INFO O| Oct 28 00:08:37.098 INFO ok!
86192025-10-28T00:08:37.578Z[ recovery-image] Oct 28 00:08:37.098 INFO O| Oct 28 00:08:37.098 INFO STEP 41 (ensure_symlink) COMPLETE
86202025-10-28T00:08:37.578Z[ recovery-image] Oct 28 00:08:37.098 INFO O| Oct 28 00:08:37.098 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
86212025-10-28T00:08:37.583Z[ recovery-image] Oct 28 00:08:37.107 INFO O| Oct 28 00:08:37.107 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
86222025-10-28T00:08:37.583Z[ recovery-image] Oct 28 00:08:37.107 INFO O| Oct 28 00:08:37.107 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
86232025-10-28T00:08:37.587Z[ recovery-image] Oct 28 00:08:37.107 INFO O| Oct 28 00:08:37.107 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
86242025-10-28T00:08:37.587Z[ recovery-image] Oct 28 00:08:37.107 INFO O| Oct 28 00:08:37.107 INFO ok!
86252025-10-28T00:08:37.587Z[ recovery-image] Oct 28 00:08:37.107 INFO O| Oct 28 00:08:37.107 INFO STEP 42 (ensure_symlink) COMPLETE
86262025-10-28T00:08:37.587Z[ recovery-image] Oct 28 00:08:37.107 INFO O| Oct 28 00:08:37.107 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86272025-10-28T00:08:37.594Z[ recovery-image] Oct 28 00:08:37.118 INFO O| Oct 28 00:08:37.118 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
86282025-10-28T00:08:37.594Z[ recovery-image] Oct 28 00:08:37.118 INFO O| Oct 28 00:08:37.118 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
86292025-10-28T00:08:37.598Z[ recovery-image] Oct 28 00:08:37.118 INFO O| Oct 28 00:08:37.118 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
86302025-10-28T00:08:37.598Z[ recovery-image] Oct 28 00:08:37.118 INFO O| Oct 28 00:08:37.118 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
86312025-10-28T00:08:37.598Z[ recovery-image] Oct 28 00:08:37.118 INFO O| Oct 28 00:08:37.118 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
86322025-10-28T00:08:37.598Z[ recovery-image] Oct 28 00:08:37.119 INFO O| Oct 28 00:08:37.118 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
86332025-10-28T00:08:37.598Z[ recovery-image] Oct 28 00:08:37.119 INFO O| Oct 28 00:08:37.118 INFO ok!
86342025-10-28T00:08:37.598Z[ recovery-image] Oct 28 00:08:37.119 INFO O| Oct 28 00:08:37.118 INFO STEP 43 (ensure_file) COMPLETE
86352025-10-28T00:08:37.598Z[ recovery-image] Oct 28 00:08:37.119 INFO O| Oct 28 00:08:37.118 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86362025-10-28T00:08:37.602Z[ host-image] Oct 28 00:08:37.122 INFO O| Oct 28 00:08:37.122 INFO STEP 14 (pkg_install) COMPLETE
86372025-10-28T00:08:37.602Z[ host-image] Oct 28 00:08:37.122 INFO O| Oct 28 00:08:37.122 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
86382025-10-28T00:08:37.602Z[ host-image] Oct 28 00:08:37.122 INFO O| Oct 28 00:08:37.122 INFO skip step because feature "mfg" is not enabled
86392025-10-28T00:08:37.602Z[ host-image] Oct 28 00:08:37.122 INFO O| Oct 28 00:08:37.122 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
86402025-10-28T00:08:37.602Z[ host-image] Oct 28 00:08:37.122 INFO O| Oct 28 00:08:37.122 INFO skip step because feature "compliance" is not enabled
86412025-10-28T00:08:37.602Z[ host-image] Oct 28 00:08:37.122 INFO O| Oct 28 00:08:37.122 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
86422025-10-28T00:08:37.602Z[ host-image] Oct 28 00:08:37.122 INFO O| Oct 28 00:08:37.122 INFO skip step because feature "stress" is not enabled
86432025-10-28T00:08:37.602Z[ host-image] Oct 28 00:08:37.122 INFO O| Oct 28 00:08:37.122 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
86442025-10-28T00:08:37.602Z[ host-image] Oct 28 00:08:37.122 INFO O| Oct 28 00:08:37.122 INFO skip step because feature "compliance" is not enabled
86452025-10-28T00:08:37.602Z[ host-image] Oct 28 00:08:37.122 INFO O| Oct 28 00:08:37.122 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
86462025-10-28T00:08:37.602Z[ host-image] Oct 28 00:08:37.122 INFO O| Oct 28 00:08:37.122 INFO skip step because feature "nfs" is not enabled
86472025-10-28T00:08:37.602Z[ host-image] Oct 28 00:08:37.122 INFO O| Oct 28 00:08:37.122 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
86482025-10-28T00:08:37.602Z[ host-image] Oct 28 00:08:37.122 INFO O| Oct 28 00:08:37.122 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
86492025-10-28T00:08:37.614Z[ recovery-image] Oct 28 00:08:37.137 INFO O| Oct 28 00:08:37.137 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
86502025-10-28T00:08:37.614Z[ recovery-image] Oct 28 00:08:37.137 INFO O| Oct 28 00:08:37.137 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 ...
86512025-10-28T00:08:37.623Z[ recovery-image] Oct 28 00:08:37.143 INFO O| Oct 28 00:08:37.141 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
86522025-10-28T00:08:37.623Z[ recovery-image] Oct 28 00:08:37.143 INFO O| Oct 28 00:08:37.141 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
86532025-10-28T00:08:37.623Z[ recovery-image] Oct 28 00:08:37.143 INFO O| Oct 28 00:08:37.141 INFO ok!
86542025-10-28T00:08:37.623Z[ recovery-image] Oct 28 00:08:37.143 INFO O| Oct 28 00:08:37.141 INFO STEP 44 (ensure_file) COMPLETE
86552025-10-28T00:08:37.623Z[ recovery-image] Oct 28 00:08:37.143 INFO O| Oct 28 00:08:37.141 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86562025-10-28T00:08:37.659Z[ recovery-image] Oct 28 00:08:37.182 INFO O| Oct 28 00:08:37.182 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
86572025-10-28T00:08:37.659Z[ recovery-image] Oct 28 00:08:37.182 INFO O| Oct 28 00:08:37.182 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
86582025-10-28T00:08:37.662Z[ recovery-image] Oct 28 00:08:37.183 INFO O| Oct 28 00:08:37.183 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
86592025-10-28T00:08:37.662Z[ recovery-image] Oct 28 00:08:37.183 INFO O| Oct 28 00:08:37.183 INFO ok!
86602025-10-28T00:08:37.663Z[ recovery-image] Oct 28 00:08:37.183 INFO O| Oct 28 00:08:37.183 INFO STEP 45 (ensure_file) COMPLETE
86612025-10-28T00:08:37.663Z[ recovery-image] Oct 28 00:08:37.183 INFO O| Oct 28 00:08:37.183 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
86622025-10-28T00:08:37.676Z[ recovery-image] Oct 28 00:08:37.199 INFO O| Oct 28 00:08:37.199 INFO updating shadow file
86632025-10-28T00:08:37.681Z[ recovery-image] Oct 28 00:08:37.199 INFO O| Oct 28 00:08:37.199 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
86642025-10-28T00:08:37.681Z[ recovery-image] Oct 28 00:08:37.199 INFO O| Oct 28 00:08:37.199 INFO STEP 46 (shadow) COMPLETE
86652025-10-28T00:08:37.681Z[ recovery-image] Oct 28 00:08:37.199 INFO O| Oct 28 00:08:37.199 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
86662025-10-28T00:08:37.690Z[ recovery-image] Oct 28 00:08:37.213 INFO O| Oct 28 00:08:37.213 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
86672025-10-28T00:08:37.690Z[ recovery-image] Oct 28 00:08:37.213 INFO O| Oct 28 00:08:37.213 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
86682025-10-28T00:08:37.693Z[ recovery-image] Oct 28 00:08:37.213 INFO O| Oct 28 00:08:37.213 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
86692025-10-28T00:08:37.693Z[ recovery-image] Oct 28 00:08:37.213 INFO O| Oct 28 00:08:37.213 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
86702025-10-28T00:08:37.693Z[ recovery-image] Oct 28 00:08:37.214 INFO O| Oct 28 00:08:37.213 INFO ok!
86712025-10-28T00:08:37.693Z[ recovery-image] Oct 28 00:08:37.214 INFO O| Oct 28 00:08:37.214 INFO STEP 47 (ensure_file) COMPLETE
86722025-10-28T00:08:37.693Z[ recovery-image] Oct 28 00:08:37.214 INFO O| Oct 28 00:08:37.214 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86732025-10-28T00:08:37.703Z[ recovery-image] Oct 28 00:08:37.226 INFO O| Oct 28 00:08:37.226 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
86742025-10-28T00:08:37.703Z[ recovery-image] Oct 28 00:08:37.226 INFO O| Oct 28 00:08:37.226 INFO STEP 48 (ensure_dir) COMPLETE
86752025-10-28T00:08:37.706Z[ recovery-image] Oct 28 00:08:37.226 INFO O| Oct 28 00:08:37.226 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86762025-10-28T00:08:37.715Z[ recovery-image] Oct 28 00:08:37.238 INFO O| Oct 28 00:08:37.238 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86772025-10-28T00:08:37.715Z[ recovery-image] Oct 28 00:08:37.238 INFO O| Oct 28 00:08:37.238 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86782025-10-28T00:08:37.718Z[ recovery-image] Oct 28 00:08:37.238 INFO O| Oct 28 00:08:37.238 INFO STEP 49 (ensure_dir) COMPLETE
86792025-10-28T00:08:37.718Z[ recovery-image] Oct 28 00:08:37.238 INFO O| Oct 28 00:08:37.238 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86802025-10-28T00:08:37.724Z[ recovery-image] Oct 28 00:08:37.248 INFO O| Oct 28 00:08:37.247 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86812025-10-28T00:08:37.724Z[ recovery-image] Oct 28 00:08:37.248 INFO O| Oct 28 00:08:37.248 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86822025-10-28T00:08:37.724Z[ recovery-image] Oct 28 00:08:37.248 INFO O| Oct 28 00:08:37.248 INFO STEP 50 (ensure_dir) COMPLETE
86832025-10-28T00:08:37.728Z[ recovery-image] Oct 28 00:08:37.248 INFO O| Oct 28 00:08:37.248 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86842025-10-28T00:08:37.736Z[ recovery-image] Oct 28 00:08:37.260 INFO O| Oct 28 00:08:37.259 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
86852025-10-28T00:08:37.736Z[ recovery-image] Oct 28 00:08:37.260 INFO O| Oct 28 00:08:37.260 INFO copying /tmp/.tmpl4ZrR2/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
86862025-10-28T00:08:37.759Z[ host-image] Oct 28 00:08:37.282 INFO O| Oct 28 00:08:37.282 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
86872025-10-28T00:08:37.787Z[ recovery-image] Oct 28 00:08:37.310 INFO O| Oct 28 00:08:37.310 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
86882025-10-28T00:08:37.787Z[ recovery-image] Oct 28 00:08:37.310 INFO O| Oct 28 00:08:37.310 INFO ok!
86892025-10-28T00:08:37.787Z[ recovery-image] Oct 28 00:08:37.310 INFO O| Oct 28 00:08:37.310 INFO STEP 51 (ensure_file) COMPLETE
86902025-10-28T00:08:37.790Z[ recovery-image] Oct 28 00:08:37.310 INFO O| Oct 28 00:08:37.310 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86912025-10-28T00:08:37.802Z[ recovery-image] Oct 28 00:08:37.324 INFO O| Oct 28 00:08:37.324 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86922025-10-28T00:08:37.802Z[ recovery-image] Oct 28 00:08:37.324 INFO O| Oct 28 00:08:37.324 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86932025-10-28T00:08:37.805Z[ recovery-image] Oct 28 00:08:37.324 INFO O| Oct 28 00:08:37.324 INFO STEP 52 (ensure_dir) COMPLETE
86942025-10-28T00:08:37.805Z[ recovery-image] Oct 28 00:08:37.324 INFO O| Oct 28 00:08:37.324 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86952025-10-28T00:08:37.811Z[ recovery-image] Oct 28 00:08:37.334 INFO O| Oct 28 00:08:37.334 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
86962025-10-28T00:08:37.811Z[ recovery-image] Oct 28 00:08:37.334 INFO O| Oct 28 00:08:37.334 INFO copying /tmp/.tmpl4ZrR2/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
86972025-10-28T00:08:37.811Z[ recovery-image] Oct 28 00:08:37.334 INFO O| Oct 28 00:08:37.334 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
86982025-10-28T00:08:37.814Z[ recovery-image] Oct 28 00:08:37.334 INFO O| Oct 28 00:08:37.334 INFO ok!
86992025-10-28T00:08:37.814Z[ recovery-image] Oct 28 00:08:37.334 INFO O| Oct 28 00:08:37.334 INFO STEP 53 (ensure_file) COMPLETE
87002025-10-28T00:08:37.814Z[ recovery-image] Oct 28 00:08:37.334 INFO O| Oct 28 00:08:37.334 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87012025-10-28T00:08:37.821Z[ recovery-image] Oct 28 00:08:37.344 INFO O| Oct 28 00:08:37.344 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
87022025-10-28T00:08:37.821Z[ recovery-image] Oct 28 00:08:37.344 INFO O| Oct 28 00:08:37.344 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
87032025-10-28T00:08:37.825Z[ recovery-image] Oct 28 00:08:37.344 INFO O| Oct 28 00:08:37.344 INFO STEP 54 (ensure_dir) COMPLETE
87042025-10-28T00:08:37.825Z[ recovery-image] Oct 28 00:08:37.344 INFO O| Oct 28 00:08:37.344 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87052025-10-28T00:08:37.831Z[ recovery-image] Oct 28 00:08:37.354 INFO O| Oct 28 00:08:37.354 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
87062025-10-28T00:08:37.834Z[ recovery-image] Oct 28 00:08:37.354 INFO O| Oct 28 00:08:37.354 INFO copying /tmp/.tmpl4ZrR2/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
87072025-10-28T00:08:37.857Z[ host-image] Oct 28 00:08:37.380 INFO O| Oct 28 00:08:37.380 INFO completed processing sled/ramdisk-01-os
87082025-10-28T00:08:37.861Z[ host-image] Oct 28 00:08:37.383 INFO omicron1 baseline generation...
87092025-10-28T00:08:37.861Z[ host-image] Oct 28 00:08:37.384 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
87102025-10-28T00:08:38.552Z[ host-image] Oct 28 00:08:38.076 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23609:20251023T204358Z
87112025-10-28T00:08:38.971Z[ recovery-image] Oct 28 00:08:38.494 INFO O| Oct 28 00:08:38.494 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
87122025-10-28T00:08:38.971Z[ recovery-image] Oct 28 00:08:38.494 INFO O| Oct 28 00:08:38.494 INFO ok!
87132025-10-28T00:08:38.971Z[ recovery-image] Oct 28 00:08:38.494 INFO O| Oct 28 00:08:38.494 INFO STEP 55 (ensure_file) COMPLETE
87142025-10-28T00:08:38.971Z[ recovery-image] Oct 28 00:08:38.494 INFO O| Oct 28 00:08:38.494 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87152025-10-28T00:08:38.984Z[ recovery-image] Oct 28 00:08:38.507 INFO O| Oct 28 00:08:38.507 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
87162025-10-28T00:08:38.988Z[ recovery-image] Oct 28 00:08:38.507 INFO O| Oct 28 00:08:38.507 INFO copying /tmp/.tmpl4ZrR2/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
87172025-10-28T00:08:40.061Z[ recovery-image] Oct 28 00:08:39.585 INFO O| Oct 28 00:08:39.585 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
87182025-10-28T00:08:40.061Z[ recovery-image] Oct 28 00:08:39.585 INFO O| Oct 28 00:08:39.585 INFO ok!
87192025-10-28T00:08:40.065Z[ recovery-image] Oct 28 00:08:39.585 INFO O| Oct 28 00:08:39.585 INFO STEP 56 (ensure_file) COMPLETE
87202025-10-28T00:08:40.065Z[ recovery-image] Oct 28 00:08:39.585 INFO O| Oct 28 00:08:39.585 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87212025-10-28T00:08:40.072Z[ recovery-image] Oct 28 00:08:39.596 INFO O| Oct 28 00:08:39.596 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
87222025-10-28T00:08:40.076Z[ recovery-image] Oct 28 00:08:39.596 INFO O| Oct 28 00:08:39.596 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
87232025-10-28T00:08:40.076Z[ recovery-image] Oct 28 00:08:39.596 INFO O| Oct 28 00:08:39.596 INFO STEP 57 (ensure_dir) COMPLETE
87242025-10-28T00:08:40.076Z[ recovery-image] Oct 28 00:08:39.596 INFO O| Oct 28 00:08:39.596 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87252025-10-28T00:08:40.086Z[ recovery-image] Oct 28 00:08:39.609 INFO O| Oct 28 00:08:39.608 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
87262025-10-28T00:08:40.086Z[ recovery-image] Oct 28 00:08:39.609 INFO O| Oct 28 00:08:39.608 INFO copying /tmp/.tmpl4ZrR2/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 ...
87272025-10-28T00:08:40.089Z[ recovery-image] Oct 28 00:08:39.609 INFO O| Oct 28 00:08:39.609 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
87282025-10-28T00:08:40.090Z[ recovery-image] Oct 28 00:08:39.609 INFO O| Oct 28 00:08:39.609 INFO ok!
87292025-10-28T00:08:40.090Z[ recovery-image] Oct 28 00:08:39.609 INFO O| Oct 28 00:08:39.609 INFO STEP 58 (ensure_file) COMPLETE
87302025-10-28T00:08:40.090Z[ recovery-image] Oct 28 00:08:39.609 INFO O| Oct 28 00:08:39.609 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87312025-10-28T00:08:40.095Z[ recovery-image] Oct 28 00:08:39.619 INFO O| Oct 28 00:08:39.619 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
87322025-10-28T00:08:40.095Z[ recovery-image] Oct 28 00:08:39.619 INFO O| Oct 28 00:08:39.619 INFO copying /tmp/.tmpl4ZrR2/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 ...
87332025-10-28T00:08:40.096Z[ recovery-image] Oct 28 00:08:39.619 INFO O| Oct 28 00:08:39.619 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
87342025-10-28T00:08:40.104Z[ recovery-image] Oct 28 00:08:39.619 INFO O| Oct 28 00:08:39.619 INFO ok!
87352025-10-28T00:08:40.104Z[ recovery-image] Oct 28 00:08:39.619 INFO O| Oct 28 00:08:39.619 INFO STEP 59 (ensure_file) COMPLETE
87362025-10-28T00:08:40.104Z[ recovery-image] Oct 28 00:08:39.619 INFO O| Oct 28 00:08:39.619 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87372025-10-28T00:08:40.109Z[ recovery-image] Oct 28 00:08:39.629 INFO O| Oct 28 00:08:39.629 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
87382025-10-28T00:08:40.109Z[ recovery-image] Oct 28 00:08:39.629 INFO O| Oct 28 00:08:39.629 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
87392025-10-28T00:08:40.109Z[ recovery-image] Oct 28 00:08:39.629 INFO O| Oct 28 00:08:39.629 INFO STEP 60 (ensure_dir) COMPLETE
87402025-10-28T00:08:40.109Z[ recovery-image] Oct 28 00:08:39.629 INFO O| Oct 28 00:08:39.629 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87412025-10-28T00:08:40.126Z[ recovery-image] Oct 28 00:08:39.642 INFO O| Oct 28 00:08:39.641 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
87422025-10-28T00:08:40.126Z[ recovery-image] Oct 28 00:08:39.642 INFO O| Oct 28 00:08:39.642 INFO copying /tmp/.tmpl4ZrR2/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 ...
87432025-10-28T00:08:40.135Z[ recovery-image] Oct 28 00:08:39.642 INFO O| Oct 28 00:08:39.642 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
87442025-10-28T00:08:40.135Z[ recovery-image] Oct 28 00:08:39.642 INFO O| Oct 28 00:08:39.642 INFO ok!
87452025-10-28T00:08:40.136Z[ recovery-image] Oct 28 00:08:39.642 INFO O| Oct 28 00:08:39.642 INFO STEP 61 (ensure_file) COMPLETE
87462025-10-28T00:08:40.136Z[ recovery-image] Oct 28 00:08:39.642 INFO O| Oct 28 00:08:39.642 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87472025-10-28T00:08:40.136Z[ recovery-image] Oct 28 00:08:39.651 INFO O| Oct 28 00:08:39.651 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
87482025-10-28T00:08:40.136Z[ recovery-image] Oct 28 00:08:39.651 INFO O| Oct 28 00:08:39.651 INFO copying /tmp/.tmpl4ZrR2/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 ...
87492025-10-28T00:08:40.136Z[ recovery-image] Oct 28 00:08:39.652 INFO O| Oct 28 00:08:39.652 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
87502025-10-28T00:08:40.136Z[ recovery-image] Oct 28 00:08:39.652 INFO O| Oct 28 00:08:39.652 INFO ok!
87512025-10-28T00:08:40.136Z[ recovery-image] Oct 28 00:08:39.652 INFO O| Oct 28 00:08:39.652 INFO STEP 62 (ensure_file) COMPLETE
87522025-10-28T00:08:40.136Z[ recovery-image] Oct 28 00:08:39.652 INFO O| Oct 28 00:08:39.652 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87532025-10-28T00:08:40.141Z[ recovery-image] Oct 28 00:08:39.663 INFO O| Oct 28 00:08:39.663 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
87542025-10-28T00:08:40.141Z[ recovery-image] Oct 28 00:08:39.663 INFO O| Oct 28 00:08:39.663 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
87552025-10-28T00:08:40.141Z[ recovery-image] Oct 28 00:08:39.663 INFO O| Oct 28 00:08:39.663 INFO STEP 63 (ensure_dir) COMPLETE
87562025-10-28T00:08:40.141Z[ recovery-image] Oct 28 00:08:39.663 INFO O| Oct 28 00:08:39.663 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87572025-10-28T00:08:40.151Z[ recovery-image] Oct 28 00:08:39.673 INFO O| Oct 28 00:08:39.673 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
87582025-10-28T00:08:40.151Z[ recovery-image] Oct 28 00:08:39.673 INFO O| Oct 28 00:08:39.673 INFO copying /tmp/.tmpl4ZrR2/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 ...
87592025-10-28T00:08:40.159Z[ recovery-image] Oct 28 00:08:39.673 INFO O| Oct 28 00:08:39.673 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
87602025-10-28T00:08:40.159Z[ recovery-image] Oct 28 00:08:39.673 INFO O| Oct 28 00:08:39.673 INFO ok!
87612025-10-28T00:08:40.159Z[ recovery-image] Oct 28 00:08:39.673 INFO O| Oct 28 00:08:39.673 INFO STEP 64 (ensure_file) COMPLETE
87622025-10-28T00:08:40.159Z[ recovery-image] Oct 28 00:08:39.673 INFO O| Oct 28 00:08:39.673 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87632025-10-28T00:08:40.164Z[ recovery-image] Oct 28 00:08:39.685 INFO O| Oct 28 00:08:39.685 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
87642025-10-28T00:08:40.165Z[ recovery-image] Oct 28 00:08:39.685 INFO O| Oct 28 00:08:39.685 INFO copying /tmp/.tmpl4ZrR2/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
87652025-10-28T00:08:40.165Z[ recovery-image] Oct 28 00:08:39.685 INFO O| Oct 28 00:08:39.685 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
87662025-10-28T00:08:40.165Z[ recovery-image] Oct 28 00:08:39.685 INFO O| Oct 28 00:08:39.685 INFO ok!
87672025-10-28T00:08:40.165Z[ recovery-image] Oct 28 00:08:39.685 INFO O| Oct 28 00:08:39.685 INFO STEP 65 (ensure_file) COMPLETE
87682025-10-28T00:08:40.165Z[ recovery-image] Oct 28 00:08:39.685 INFO O| Oct 28 00:08:39.685 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87692025-10-28T00:08:40.173Z[ recovery-image] Oct 28 00:08:39.696 INFO O| Oct 28 00:08:39.696 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
87702025-10-28T00:08:40.173Z[ recovery-image] Oct 28 00:08:39.696 INFO O| Oct 28 00:08:39.696 INFO STEP 66 (ensure_dir) COMPLETE
87712025-10-28T00:08:40.173Z[ recovery-image] Oct 28 00:08:39.696 INFO O| Oct 28 00:08:39.696 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87722025-10-28T00:08:40.184Z[ recovery-image] Oct 28 00:08:39.707 INFO O| Oct 28 00:08:39.707 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
87732025-10-28T00:08:40.184Z[ recovery-image] Oct 28 00:08:39.707 INFO O| Oct 28 00:08:39.707 INFO STEP 67 (ensure_dir) COMPLETE
87742025-10-28T00:08:40.184Z[ recovery-image] Oct 28 00:08:39.707 INFO O| Oct 28 00:08:39.707 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87752025-10-28T00:08:40.196Z[ recovery-image] Oct 28 00:08:39.720 INFO O| Oct 28 00:08:39.720 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
87762025-10-28T00:08:40.196Z[ recovery-image] Oct 28 00:08:39.720 INFO O| Oct 28 00:08:39.720 INFO STEP 68 (ensure_dir) COMPLETE
87772025-10-28T00:08:40.200Z[ recovery-image] Oct 28 00:08:39.720 INFO O| Oct 28 00:08:39.720 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87782025-10-28T00:08:40.208Z[ recovery-image] Oct 28 00:08:39.731 INFO O| Oct 28 00:08:39.731 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
87792025-10-28T00:08:40.209Z[ recovery-image] Oct 28 00:08:39.731 INFO O| Oct 28 00:08:39.731 INFO STEP 69 (ensure_dir) COMPLETE
87802025-10-28T00:08:40.214Z[ recovery-image] Oct 28 00:08:39.731 INFO O| Oct 28 00:08:39.731 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87812025-10-28T00:08:40.221Z[ recovery-image] Oct 28 00:08:39.744 INFO O| Oct 28 00:08:39.743 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
87822025-10-28T00:08:40.221Z[ recovery-image] Oct 28 00:08:39.744 INFO O| Oct 28 00:08:39.744 INFO copying /tmp/.tmpl4ZrR2/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
87832025-10-28T00:08:40.226Z[ recovery-image] Oct 28 00:08:39.744 INFO O| Oct 28 00:08:39.744 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
87842025-10-28T00:08:40.226Z[ recovery-image] Oct 28 00:08:39.744 INFO O| Oct 28 00:08:39.744 INFO ok!
87852025-10-28T00:08:40.226Z[ recovery-image] Oct 28 00:08:39.744 INFO O| Oct 28 00:08:39.744 INFO STEP 70 (ensure_file) COMPLETE
87862025-10-28T00:08:40.226Z[ recovery-image] Oct 28 00:08:39.744 INFO O| Oct 28 00:08:39.744 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87872025-10-28T00:08:40.233Z[ recovery-image] Oct 28 00:08:39.756 INFO O| Oct 28 00:08:39.756 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
87882025-10-28T00:08:40.237Z[ recovery-image] Oct 28 00:08:39.756 INFO O| Oct 28 00:08:39.756 INFO STEP 71 (remove_files) COMPLETE
87892025-10-28T00:08:40.237Z[ recovery-image] Oct 28 00:08:39.756 INFO O| Oct 28 00:08:39.756 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87902025-10-28T00:08:40.242Z[ recovery-image] Oct 28 00:08:39.765 INFO O| Oct 28 00:08:39.765 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
87912025-10-28T00:08:40.246Z[ recovery-image] Oct 28 00:08:39.765 INFO O| Oct 28 00:08:39.765 INFO STEP 72 (remove_files) COMPLETE
87922025-10-28T00:08:40.246Z[ recovery-image] Oct 28 00:08:39.765 INFO O| Oct 28 00:08:39.765 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87932025-10-28T00:08:40.253Z[ recovery-image] Oct 28 00:08:39.776 INFO O| Oct 28 00:08:39.776 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
87942025-10-28T00:08:40.257Z[ recovery-image] Oct 28 00:08:39.776 INFO O| Oct 28 00:08:39.776 INFO STEP 73 (remove_files) COMPLETE
87952025-10-28T00:08:40.257Z[ recovery-image] Oct 28 00:08:39.776 INFO O| Oct 28 00:08:39.776 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87962025-10-28T00:08:40.263Z[ recovery-image] Oct 28 00:08:39.786 INFO O| Oct 28 00:08:39.786 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
87972025-10-28T00:08:40.267Z[ recovery-image] Oct 28 00:08:39.787 INFO O| Oct 28 00:08:39.786 INFO STEP 74 (remove_files) COMPLETE
87982025-10-28T00:08:40.267Z[ recovery-image] Oct 28 00:08:39.787 INFO O| Oct 28 00:08:39.787 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87992025-10-28T00:08:40.273Z[ recovery-image] Oct 28 00:08:39.796 INFO O| Oct 28 00:08:39.796 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
88002025-10-28T00:08:40.281Z[ recovery-image] Oct 28 00:08:39.796 INFO O| Oct 28 00:08:39.796 INFO STEP 75 (remove_files) COMPLETE
88012025-10-28T00:08:40.282Z[ recovery-image] Oct 28 00:08:39.796 INFO O| Oct 28 00:08:39.796 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88022025-10-28T00:08:40.288Z[ recovery-image] Oct 28 00:08:39.806 INFO O| Oct 28 00:08:39.806 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
88032025-10-28T00:08:40.288Z[ recovery-image] Oct 28 00:08:39.807 INFO O| Oct 28 00:08:39.806 INFO STEP 76 (remove_files) COMPLETE
88042025-10-28T00:08:40.288Z[ recovery-image] Oct 28 00:08:39.807 INFO O| Oct 28 00:08:39.807 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88052025-10-28T00:08:40.301Z[ recovery-image] Oct 28 00:08:39.819 INFO O| Oct 28 00:08:39.819 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
88062025-10-28T00:08:40.301Z[ recovery-image] Oct 28 00:08:39.819 INFO O| Oct 28 00:08:39.819 INFO STEP 77 (remove_files) COMPLETE
88072025-10-28T00:08:40.307Z[ recovery-image] Oct 28 00:08:39.819 INFO O| Oct 28 00:08:39.819 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88082025-10-28T00:08:40.311Z[ recovery-image] Oct 28 00:08:39.832 INFO O| Oct 28 00:08:39.832 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
88092025-10-28T00:08:40.311Z[ recovery-image] Oct 28 00:08:39.832 INFO O| Oct 28 00:08:39.832 INFO STEP 78 (remove_files) COMPLETE
88102025-10-28T00:08:40.312Z[ recovery-image] Oct 28 00:08:39.832 INFO O| Oct 28 00:08:39.832 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88112025-10-28T00:08:40.321Z[ recovery-image] Oct 28 00:08:39.844 INFO O| Oct 28 00:08:39.844 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
88122025-10-28T00:08:40.321Z[ recovery-image] Oct 28 00:08:39.844 INFO O| Oct 28 00:08:39.844 INFO STEP 79 (remove_files) COMPLETE
88132025-10-28T00:08:40.326Z[ recovery-image] Oct 28 00:08:39.844 INFO O| Oct 28 00:08:39.844 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88142025-10-28T00:08:40.333Z[ recovery-image] Oct 28 00:08:39.856 INFO O| Oct 28 00:08:39.856 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
88152025-10-28T00:08:40.333Z[ recovery-image] Oct 28 00:08:39.856 INFO O| Oct 28 00:08:39.856 INFO STEP 80 (remove_files) COMPLETE
88162025-10-28T00:08:40.337Z[ recovery-image] Oct 28 00:08:39.856 INFO O| Oct 28 00:08:39.856 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88172025-10-28T00:08:40.344Z[ recovery-image] Oct 28 00:08:39.868 INFO O| Oct 28 00:08:39.868 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
88182025-10-28T00:08:40.344Z[ recovery-image] Oct 28 00:08:39.868 INFO O| Oct 28 00:08:39.868 INFO STEP 81 (remove_files) COMPLETE
88192025-10-28T00:08:40.350Z[ recovery-image] Oct 28 00:08:39.868 INFO O| Oct 28 00:08:39.868 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88202025-10-28T00:08:40.356Z[ recovery-image] Oct 28 00:08:39.880 INFO O| Oct 28 00:08:39.880 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
88212025-10-28T00:08:40.356Z[ recovery-image] Oct 28 00:08:39.880 INFO O| Oct 28 00:08:39.880 INFO STEP 82 (remove_files) COMPLETE
88222025-10-28T00:08:40.356Z[ recovery-image] Oct 28 00:08:39.880 INFO O| Oct 28 00:08:39.880 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88232025-10-28T00:08:40.369Z[ recovery-image] Oct 28 00:08:39.892 INFO O| Oct 28 00:08:39.892 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
88242025-10-28T00:08:40.369Z[ recovery-image] Oct 28 00:08:39.893 INFO O| Oct 28 00:08:39.892 INFO STEP 83 (remove_files) COMPLETE
88252025-10-28T00:08:40.374Z[ recovery-image] Oct 28 00:08:39.893 INFO O| Oct 28 00:08:39.893 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88262025-10-28T00:08:40.381Z[ recovery-image] Oct 28 00:08:39.904 INFO O| Oct 28 00:08:39.904 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
88272025-10-28T00:08:40.381Z[ recovery-image] Oct 28 00:08:39.904 INFO O| Oct 28 00:08:39.904 INFO STEP 84 (remove_files) COMPLETE
88282025-10-28T00:08:40.387Z[ recovery-image] Oct 28 00:08:39.904 INFO O| Oct 28 00:08:39.904 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88292025-10-28T00:08:40.393Z[ recovery-image] Oct 28 00:08:39.916 INFO O| Oct 28 00:08:39.916 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
88302025-10-28T00:08:40.393Z[ recovery-image] Oct 28 00:08:39.916 INFO O| Oct 28 00:08:39.916 INFO STEP 85 (remove_files) COMPLETE
88312025-10-28T00:08:40.393Z[ recovery-image] Oct 28 00:08:39.916 INFO O| Oct 28 00:08:39.916 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88322025-10-28T00:08:40.405Z[ recovery-image] Oct 28 00:08:39.928 INFO O| Oct 28 00:08:39.928 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
88332025-10-28T00:08:40.409Z[ recovery-image] Oct 28 00:08:39.928 INFO O| Oct 28 00:08:39.928 INFO STEP 86 (remove_files) COMPLETE
88342025-10-28T00:08:40.409Z[ recovery-image] Oct 28 00:08:39.928 INFO O| Oct 28 00:08:39.928 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88352025-10-28T00:08:40.417Z[ recovery-image] Oct 28 00:08:39.941 INFO O| Oct 28 00:08:39.941 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
88362025-10-28T00:08:40.422Z[ recovery-image] Oct 28 00:08:39.941 INFO O| Oct 28 00:08:39.941 INFO STEP 87 (remove_files) COMPLETE
88372025-10-28T00:08:40.423Z[ recovery-image] Oct 28 00:08:39.941 INFO O| Oct 28 00:08:39.941 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88382025-10-28T00:08:40.429Z[ recovery-image] Oct 28 00:08:39.953 INFO O| Oct 28 00:08:39.952 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
88392025-10-28T00:08:40.429Z[ recovery-image] Oct 28 00:08:39.953 INFO O| Oct 28 00:08:39.953 INFO STEP 88 (remove_files) COMPLETE
88402025-10-28T00:08:40.433Z[ recovery-image] Oct 28 00:08:39.953 INFO O| Oct 28 00:08:39.953 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88412025-10-28T00:08:40.442Z[ recovery-image] Oct 28 00:08:39.964 INFO O| Oct 28 00:08:39.964 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
88422025-10-28T00:08:40.442Z[ recovery-image] Oct 28 00:08:39.965 INFO O| Oct 28 00:08:39.964 INFO STEP 89 (remove_files) COMPLETE
88432025-10-28T00:08:40.442Z[ recovery-image] Oct 28 00:08:39.965 INFO O| Oct 28 00:08:39.964 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88442025-10-28T00:08:40.452Z[ recovery-image] Oct 28 00:08:39.976 INFO O| Oct 28 00:08:39.976 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
88452025-10-28T00:08:40.453Z[ recovery-image] Oct 28 00:08:39.976 INFO O| Oct 28 00:08:39.976 INFO STEP 90 (remove_files) COMPLETE
88462025-10-28T00:08:40.457Z[ recovery-image] Oct 28 00:08:39.976 INFO O| Oct 28 00:08:39.976 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88472025-10-28T00:08:40.463Z[ recovery-image] Oct 28 00:08:39.986 INFO O| Oct 28 00:08:39.986 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
88482025-10-28T00:08:40.463Z[ recovery-image] Oct 28 00:08:39.986 INFO O| Oct 28 00:08:39.986 INFO STEP 91 (remove_files) COMPLETE
88492025-10-28T00:08:40.467Z[ recovery-image] Oct 28 00:08:39.986 INFO O| Oct 28 00:08:39.986 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88502025-10-28T00:08:40.472Z[ recovery-image] Oct 28 00:08:39.995 INFO O| Oct 28 00:08:39.995 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
88512025-10-28T00:08:40.472Z[ recovery-image] Oct 28 00:08:39.995 INFO O| Oct 28 00:08:39.995 INFO STEP 92 (remove_files) COMPLETE
88522025-10-28T00:08:40.478Z[ recovery-image] Oct 28 00:08:39.995 INFO O| Oct 28 00:08:39.995 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88532025-10-28T00:08:40.483Z[ recovery-image] Oct 28 00:08:40.005 INFO O| Oct 28 00:08:40.005 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
88542025-10-28T00:08:40.483Z[ recovery-image] Oct 28 00:08:40.006 INFO O| Oct 28 00:08:40.006 INFO STEP 93 (remove_files) COMPLETE
88552025-10-28T00:08:40.483Z[ recovery-image] Oct 28 00:08:40.006 INFO O| Oct 28 00:08:40.006 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88562025-10-28T00:08:40.494Z[ recovery-image] Oct 28 00:08:40.016 INFO O| Oct 28 00:08:40.016 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
88572025-10-28T00:08:40.499Z[ recovery-image] Oct 28 00:08:40.016 INFO O| Oct 28 00:08:40.016 INFO STEP 94 (remove_files) COMPLETE
88582025-10-28T00:08:40.499Z[ recovery-image] Oct 28 00:08:40.016 INFO O| Oct 28 00:08:40.016 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88592025-10-28T00:08:40.506Z[ recovery-image] Oct 28 00:08:40.028 INFO O| Oct 28 00:08:40.028 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
88602025-10-28T00:08:40.506Z[ recovery-image] Oct 28 00:08:40.028 INFO O| Oct 28 00:08:40.028 INFO STEP 95 (remove_files) COMPLETE
88612025-10-28T00:08:40.513Z[ recovery-image] Oct 28 00:08:40.028 INFO O| Oct 28 00:08:40.028 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88622025-10-28T00:08:40.518Z[ recovery-image] Oct 28 00:08:40.039 INFO O| Oct 28 00:08:40.039 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
88632025-10-28T00:08:40.518Z[ recovery-image] Oct 28 00:08:40.039 INFO O| Oct 28 00:08:40.039 INFO STEP 96 (remove_files) COMPLETE
88642025-10-28T00:08:40.518Z[ recovery-image] Oct 28 00:08:40.039 INFO O| Oct 28 00:08:40.039 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88652025-10-28T00:08:40.529Z[ recovery-image] Oct 28 00:08:40.051 INFO O| Oct 28 00:08:40.051 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
88662025-10-28T00:08:40.529Z[ recovery-image] Oct 28 00:08:40.051 INFO O| Oct 28 00:08:40.051 INFO STEP 97 (remove_files) COMPLETE
88672025-10-28T00:08:40.534Z[ recovery-image] Oct 28 00:08:40.051 INFO O| Oct 28 00:08:40.051 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88682025-10-28T00:08:40.544Z[ recovery-image] Oct 28 00:08:40.064 INFO O| Oct 28 00:08:40.064 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
88692025-10-28T00:08:40.545Z[ recovery-image] Oct 28 00:08:40.064 INFO O| Oct 28 00:08:40.064 INFO STEP 98 (remove_files) COMPLETE
88702025-10-28T00:08:40.546Z[ recovery-image] Oct 28 00:08:40.064 INFO O| Oct 28 00:08:40.064 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88712025-10-28T00:08:40.578Z[ recovery-image] Oct 28 00:08:40.075 INFO O| Oct 28 00:08:40.075 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
88722025-10-28T00:08:40.578Z[ recovery-image] Oct 28 00:08:40.075 INFO O| Oct 28 00:08:40.075 INFO STEP 99 (remove_files) COMPLETE
88732025-10-28T00:08:40.578Z[ recovery-image] Oct 28 00:08:40.075 INFO O| Oct 28 00:08:40.075 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88742025-10-28T00:08:40.588Z[ recovery-image] Oct 28 00:08:40.090 INFO O| Oct 28 00:08:40.090 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
88752025-10-28T00:08:40.588Z[ recovery-image] Oct 28 00:08:40.091 INFO O| Oct 28 00:08:40.091 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
88762025-10-28T00:08:51.121Z[ recovery-image] Oct 28 00:08:50.646 INFO O| Oct 28 00:08:50.646 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
88772025-10-28T00:08:51.122Z[ recovery-image] Oct 28 00:08:50.646 INFO O| Oct 28 00:08:50.646 INFO E| svccfg: Loaded 68 smf(7) service descriptions
88782025-10-28T00:08:51.140Z[ recovery-image] Oct 28 00:08:50.666 INFO O| Oct 28 00:08:50.666 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
88792025-10-28T00:08:51.295Z[ recovery-image] Oct 28 00:08:50.820 INFO O| Oct 28 00:08:50.820 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
88802025-10-28T00:08:51.407Z[ recovery-image] Oct 28 00:08:50.932 INFO O| Oct 28 00:08:50.932 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
88812025-10-28T00:08:51.494Z[ recovery-image] Oct 28 00:08:51.020 INFO O| Oct 28 00:08:51.020 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
88822025-10-28T00:08:51.494Z[ recovery-image] Oct 28 00:08:51.020 INFO O| Oct 28 00:08:51.020 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 ...
88832025-10-28T00:08:51.497Z[ recovery-image] Oct 28 00:08:51.022 INFO O| Oct 28 00:08:51.022 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
88842025-10-28T00:08:51.497Z[ recovery-image] Oct 28 00:08:51.022 INFO O| Oct 28 00:08:51.022 INFO ok!
88852025-10-28T00:08:51.497Z[ recovery-image] Oct 28 00:08:51.022 INFO O| Oct 28 00:08:51.022 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
88862025-10-28T00:08:51.497Z[ recovery-image] Oct 28 00:08:51.023 INFO O| Oct 28 00:08:51.022 INFO STEP 100 (seed_smf) COMPLETE
88872025-10-28T00:08:51.497Z[ recovery-image] Oct 28 00:08:51.023 INFO O| Oct 28 00:08:51.023 INFO steps complete; finalising image!
88882025-10-28T00:08:51.497Z[ recovery-image] Oct 28 00:08:51.023 INFO O| Oct 28 00:08:51.023 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
88892025-10-28T00:08:51.549Z[ recovery-image] Oct 28 00:08:51.074 INFO O| Oct 28 00:08:51.074 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Tue Oct 28 00:08:51 2025)
88902025-10-28T00:08:51.756Z[ recovery-image] Oct 28 00:08:51.281 INFO O| Oct 28 00:08:51.281 INFO trim TEMPORARY-sled-zfs-recovery: (72% trimmed, started at Tue Oct 28 00:08:51 2025)
88912025-10-28T00:08:51.981Z[ recovery-image] Oct 28 00:08:51.507 INFO O| Oct 28 00:08:51.507 INFO temporary pool has 440M used, 1.32G avail, 1.00x compressratio
88922025-10-28T00:08:51.981Z[ recovery-image] Oct 28 00:08:51.507 INFO O| Oct 28 00:08:51.507 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
88932025-10-28T00:08:52.210Z[ recovery-image] Oct 28 00:08:51.736 INFO O| Oct 28 00:08:51.736 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
88942025-10-28T00:08:52.210Z[ recovery-image] Oct 28 00:08:51.736 INFO O| Oct 28 00:08:51.736 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
88952025-10-28T00:08:55.824Z[ recovery-image] Oct 28 00:08:55.351 INFO O| Oct 28 00:08:55.351 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88962025-10-28T00:08:55.824Z[ recovery-image] Oct 28 00:08:55.351 INFO O| Oct 28 00:08:55.351 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88972025-10-28T00:08:55.824Z[ recovery-image] Oct 28 00:08:55.351 INFO O| Oct 28 00:08:55.351 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88982025-10-28T00:08:55.827Z[ recovery-image] Oct 28 00:08:55.351 INFO O| Oct 28 00:08:55.351 INFO completed processing sled/zfs-recovery
88992025-10-28T00:08:55.827Z[ recovery-image] Oct 28 00:08:55.351 INFO O| Oct 28 00:08:55.351 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
89002025-10-28T00:08:56.791Z[ recovery-image] Oct 28 00:08:56.317 INFO O| Oct 28 00:08:56.317 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
89012025-10-28T00:08:56.912Z[ recovery-image] Oct 28 00:08:56.438 INFO BUILD STRING "heads/stlouis-0-gc384e6adc5\n"
89022025-10-28T00:08:56.915Z[ recovery-image] Oct 28 00:08:56.440 INFO expanded image name: "recovery 8f1fe46/${os_short_commit} 2025-10-27 23:17" -> "recovery 8f1fe46/c384e6a 2025-10-27 23:17"
89032025-10-28T00:08:56.915Z[ recovery-image] Oct 28 00:08:56.441 INFO output artefacts stored in: "/work/os-recovery"
89042025-10-28T00:08:56.915Z[ recovery-image] Oct 28 00:08:56.442 INFO collecting git info from project "image-builder"...
89052025-10-28T00:08:56.978Z[ recovery-image] Oct 28 00:08:56.505 INFO collecting git info from project "amd-firmware"...
89062025-10-28T00:08:57.559Z[ recovery-image] Oct 28 00:08:57.086 INFO collecting git info from project "phbl"...
89072025-10-28T00:08:57.595Z[ recovery-image] Oct 28 00:08:57.122 INFO collecting git info from project "amd-host-image-builder"...
89082025-10-28T00:08:57.760Z[ recovery-image] Oct 28 00:08:57.287 INFO collecting git info from project "bootserver"...
89092025-10-28T00:08:57.783Z[ recovery-image] Oct 28 00:08:57.310 INFO collecting git info from project "pinprick"...
89102025-10-28T00:08:57.803Z[ recovery-image] Oct 28 00:08:57.330 INFO collecting git info from project "chelsio-t6-roms"...
89112025-10-28T00:08:57.875Z[ recovery-image] Oct 28 00:08:57.402 INFO collecting git info from project "pilot"...
89122025-10-28T00:08:57.971Z[ recovery-image] Oct 28 00:08:57.498 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
89132025-10-28T00:08:58.357Z[ recovery-image] Oct 28 00:08:57.883 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
89142025-10-28T00:08:58.732Z[ recovery-image] Oct 28 00:08:58.260 INFO creating Oxide boot image...
89152025-10-28T00:08:58.736Z[ recovery-image] Oct 28 00:08:58.263 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 8f1fe46/c384e6a 2025-10-27 23:17", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
89162025-10-28T00:09:45.443Z[ host-image] Oct 28 00:09:44.980 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23609:20251023T204432Z
89172025-10-28T00:09:45.443Z[ host-image] Oct 28 00:09:44.980 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23609:20251023T204432Z
89182025-10-28T00:09:45.447Z[ host-image] Oct 28 00:09:44.980 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
89192025-10-28T00:09:45.447Z[ host-image] Oct 28 00:09:44.980 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
89202025-10-28T00:09:45.447Z[ host-image] Oct 28 00:09:44.980 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
89212025-10-28T00:09:45.447Z[ host-image] Oct 28 00:09:44.980 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
89222025-10-28T00:09:45.447Z[ host-image] Oct 28 00:09:44.981 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
89232025-10-28T00:09:45.447Z[ host-image] Oct 28 00:09:44.981 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
89242025-10-28T00:09:45.447Z[ host-image] Oct 28 00:09:44.982 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@17.0.0.0:20251027T231851Z
89252025-10-28T00:09:45.447Z[ host-image] Oct 28 00:09:44.982 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.25:20250809T001145Z
89262025-10-28T00:09:45.447Z[ host-image] Oct 28 00:09:44.982 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
89272025-10-28T00:09:45.447Z[ host-image] Oct 28 00:09:44.982 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23609:20251023T204433Z
89282025-10-28T00:09:45.447Z[ host-image] Oct 28 00:09:44.983 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23609:20251023T204434Z
89292025-10-28T00:09:45.447Z[ host-image] Oct 28 00:09:44.983 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23609:20251023T204434Z
89302025-10-28T00:09:45.447Z[ host-image] Oct 28 00:09:44.983 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23609:20251023T204434Z
89312025-10-28T00:09:45.447Z[ host-image] Oct 28 00:09:44.983 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
89322025-10-28T00:09:45.447Z[ host-image] Oct 28 00:09:44.984 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23609:20251023T204434Z
89332025-10-28T00:09:45.451Z[ host-image] Oct 28 00:09:44.984 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23609:20251023T204434Z
89342025-10-28T00:09:45.452Z[ host-image] Oct 28 00:09:44.984 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23609:20251023T204434Z
89352025-10-28T00:09:45.452Z[ host-image] Oct 28 00:09:44.984 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23609:20251023T204434Z
89362025-10-28T00:09:45.452Z[ host-image] Oct 28 00:09:44.985 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23609:20251023T204435Z
89372025-10-28T00:09:45.452Z[ host-image] Oct 28 00:09:44.985 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23609:20251023T204436Z
89382025-10-28T00:09:45.452Z[ host-image] Oct 28 00:09:44.985 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23609:20251023T204436Z
89392025-10-28T00:09:45.452Z[ host-image] Oct 28 00:09:44.985 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23609:20251023T204436Z
89402025-10-28T00:09:45.452Z[ host-image] Oct 28 00:09:44.985 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23609:20251023T204437Z
89412025-10-28T00:09:45.452Z[ host-image] Oct 28 00:09:44.985 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23609:20251023T204437Z
89422025-10-28T00:09:45.452Z[ host-image] Oct 28 00:09:44.985 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23609:20251023T204438Z
89432025-10-28T00:09:45.452Z[ host-image] Oct 28 00:09:44.985 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23609:20251023T204438Z
89442025-10-28T00:09:45.452Z[ host-image] Oct 28 00:09:44.986 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23609:20251023T204440Z
89452025-10-28T00:09:45.452Z[ host-image] Oct 28 00:09:44.986 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23609:20251023T204440Z
89462025-10-28T00:09:45.452Z[ host-image] Oct 28 00:09:44.986 INFO O| install = pkg://helios-dev/driver/network/opte@0.37.424:20250919T113328Z
89472025-10-28T00:09:45.452Z[ host-image] Oct 28 00:09:44.986 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23609:20251023T204442Z
89482025-10-28T00:09:45.452Z[ host-image] Oct 28 00:09:44.986 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23609:20251023T204444Z
89492025-10-28T00:09:45.452Z[ host-image] Oct 28 00:09:44.986 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23609:20251023T204445Z
89502025-10-28T00:09:45.452Z[ host-image] Oct 28 00:09:44.986 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23609:20251023T204445Z
89512025-10-28T00:09:45.452Z[ host-image] Oct 28 00:09:44.987 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23609:20251023T204447Z
89522025-10-28T00:09:45.452Z[ host-image] Oct 28 00:09:44.987 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23609:20251023T204447Z
89532025-10-28T00:09:45.456Z[ host-image] Oct 28 00:09:44.992 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
89542025-10-28T00:09:45.456Z[ host-image] Oct 28 00:09:44.992 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23609:20251023T204447Z
89552025-10-28T00:09:45.456Z[ host-image] Oct 28 00:09:44.992 INFO O| install = pkg://helios-dev/library/expat@2.7.2-2.0:20250922T152653Z
89562025-10-28T00:09:45.456Z[ host-image] Oct 28 00:09:44.992 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
89572025-10-28T00:09:45.456Z[ host-image] Oct 28 00:09:44.993 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
89582025-10-28T00:09:45.456Z[ host-image] Oct 28 00:09:44.993 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23609:20251023T204447Z
89592025-10-28T00:09:45.456Z[ host-image] Oct 28 00:09:44.993 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
89602025-10-28T00:09:45.456Z[ host-image] Oct 28 00:09:44.993 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
89612025-10-28T00:09:45.460Z[ host-image] Oct 28 00:09:44.994 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
89622025-10-28T00:09:45.460Z[ host-image] Oct 28 00:09:44.994 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
89632025-10-28T00:09:45.464Z[ host-image] Oct 28 00:09:45.001 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
89642025-10-28T00:09:45.464Z[ host-image] Oct 28 00:09:45.001 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
89652025-10-28T00:09:45.468Z[ host-image] Oct 28 00:09:45.001 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
89662025-10-28T00:09:45.468Z[ host-image] Oct 28 00:09:45.001 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
89672025-10-28T00:09:45.468Z[ host-image] Oct 28 00:09:45.002 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
89682025-10-28T00:09:45.468Z[ host-image] Oct 28 00:09:45.002 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
89692025-10-28T00:09:45.488Z[ host-image] Oct 28 00:09:45.025 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.18-2.0:20251001T133229Z
89702025-10-28T00:09:45.494Z[ host-image] Oct 28 00:09:45.025 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
89712025-10-28T00:09:45.494Z[ host-image] Oct 28 00:09:45.025 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
89722025-10-28T00:09:45.494Z[ host-image] Oct 28 00:09:45.026 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23609:20251023T204449Z
89732025-10-28T00:09:45.494Z[ host-image] Oct 28 00:09:45.026 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23609:20251023T204455Z
89742025-10-28T00:09:45.494Z[ host-image] Oct 28 00:09:45.026 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
89752025-10-28T00:09:45.494Z[ host-image] Oct 28 00:09:45.026 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23609:20251023T204456Z
89762025-10-28T00:09:45.494Z[ host-image] Oct 28 00:09:45.026 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
89772025-10-28T00:09:45.494Z[ host-image] Oct 28 00:09:45.026 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
89782025-10-28T00:09:45.494Z[ host-image] Oct 28 00:09:45.026 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.40:20250409T152351Z
89792025-10-28T00:09:45.494Z[ host-image] Oct 28 00:09:45.026 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
89802025-10-28T00:09:45.494Z[ host-image] Oct 28 00:09:45.026 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23609:20251023T204456Z
89812025-10-28T00:09:45.494Z[ host-image] Oct 28 00:09:45.027 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
89822025-10-28T00:09:45.498Z[ host-image] Oct 28 00:09:45.029 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
89832025-10-28T00:09:45.498Z[ host-image] Oct 28 00:09:45.029 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
89842025-10-28T00:09:45.498Z[ host-image] Oct 28 00:09:45.029 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
89852025-10-28T00:09:45.498Z[ host-image] Oct 28 00:09:45.030 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23609:20251023T204456Z
89862025-10-28T00:09:45.498Z[ host-image] Oct 28 00:09:45.030 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
89872025-10-28T00:09:45.515Z[ host-image] Oct 28 00:09:45.039 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
89882025-10-28T00:09:45.516Z[ host-image] Oct 28 00:09:45.039 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23609:20251023T204456Z
89892025-10-28T00:09:45.516Z[ host-image] Oct 28 00:09:45.041 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23609:20251023T204457Z
89902025-10-28T00:09:45.516Z[ host-image] Oct 28 00:09:45.041 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23609:20251023T204457Z
89912025-10-28T00:09:45.516Z[ host-image] Oct 28 00:09:45.041 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
89922025-10-28T00:09:45.516Z[ host-image] Oct 28 00:09:45.041 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23609:20251023T204458Z
89932025-10-28T00:09:45.516Z[ host-image] Oct 28 00:09:45.042 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23609:20251023T204458Z
89942025-10-28T00:09:45.516Z[ host-image] Oct 28 00:09:45.042 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23609:20251023T204459Z
89952025-10-28T00:09:45.516Z[ host-image] Oct 28 00:09:45.042 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23609:20251023T204459Z
89962025-10-28T00:09:45.516Z[ host-image] Oct 28 00:09:45.047 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
89972025-10-28T00:09:45.516Z[ host-image] Oct 28 00:09:45.048 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23609:20251023T204459Z
89982025-10-28T00:09:45.516Z[ host-image] Oct 28 00:09:45.048 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23609:20251023T204500Z
89992025-10-28T00:09:45.516Z[ host-image] Oct 28 00:09:45.048 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
90002025-10-28T00:09:45.516Z[ host-image] Oct 28 00:09:45.048 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23609:20251023T204500Z
90012025-10-28T00:09:45.517Z[ host-image] Oct 28 00:09:45.048 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23609:20251023T204501Z
90022025-10-28T00:09:45.517Z[ host-image] Oct 28 00:09:45.048 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23609:20251023T204501Z
90032025-10-28T00:09:45.517Z[ host-image] Oct 28 00:09:45.049 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23609:20251023T204501Z
90042025-10-28T00:09:45.521Z[ host-image] Oct 28 00:09:45.054 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23609:20251023T204501Z
90052025-10-28T00:09:45.521Z[ host-image] Oct 28 00:09:45.054 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
90062025-10-28T00:09:45.521Z[ host-image] Oct 28 00:09:45.055 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23609:20251023T204501Z
90072025-10-28T00:09:45.521Z[ host-image] Oct 28 00:09:45.056 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23609:20251023T204501Z
90082025-10-28T00:09:45.521Z[ host-image] Oct 28 00:09:45.056 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23609:20251023T204501Z
90092025-10-28T00:09:45.521Z[ host-image] Oct 28 00:09:45.056 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23609:20251023T204502Z
90102025-10-28T00:09:45.521Z[ host-image] Oct 28 00:09:45.056 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23609:20251023T204502Z
90112025-10-28T00:09:45.521Z[ host-image] Oct 28 00:09:45.057 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23609:20251023T204502Z
90122025-10-28T00:09:45.525Z[ host-image] Oct 28 00:09:45.062 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23609:20251023T204504Z
90132025-10-28T00:09:45.525Z[ host-image] Oct 28 00:09:45.062 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23609:20251023T204503Z
90142025-10-28T00:09:45.529Z[ host-image] Oct 28 00:09:45.063 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23609:20251023T204503Z
90152025-10-28T00:09:45.529Z[ host-image] Oct 28 00:09:45.063 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23609:20251023T204503Z
90162025-10-28T00:09:45.529Z[ host-image] Oct 28 00:09:45.064 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23609:20251023T204504Z
90172025-10-28T00:09:45.539Z[ host-image] Oct 28 00:09:45.076 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23609:20251023T204507Z
90182025-10-28T00:09:45.539Z[ host-image] Oct 28 00:09:45.076 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23609:20251023T204504Z
90192025-10-28T00:09:45.539Z[ host-image] Oct 28 00:09:45.076 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23609:20251023T204504Z
90202025-10-28T00:09:45.542Z[ host-image] Oct 28 00:09:45.076 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
90212025-10-28T00:09:45.542Z[ host-image] Oct 28 00:09:45.076 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
90222025-10-28T00:09:45.569Z[ host-image] Oct 28 00:09:45.106 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23609:20251023T204504Z
90232025-10-28T00:09:45.569Z[ host-image] Oct 28 00:09:45.106 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
90242025-10-28T00:09:45.569Z[ host-image] Oct 28 00:09:45.106 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23609:20251023T204504Z
90252025-10-28T00:09:45.572Z[ host-image] Oct 28 00:09:45.106 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23609:20251023T204504Z
90262025-10-28T00:09:45.572Z[ host-image] Oct 28 00:09:45.107 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23609:20251023T204505Z
90272025-10-28T00:09:45.572Z[ host-image] Oct 28 00:09:45.107 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
90282025-10-28T00:09:45.572Z[ host-image] Oct 28 00:09:45.107 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
90292025-10-28T00:09:45.572Z[ host-image] Oct 28 00:09:45.107 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23609:20251023T204506Z
90302025-10-28T00:09:45.572Z[ host-image] Oct 28 00:09:45.107 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23609:20251023T204505Z
90312025-10-28T00:09:45.572Z[ host-image] Oct 28 00:09:45.108 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23609:20251023T204506Z
90322025-10-28T00:09:45.572Z[ host-image] Oct 28 00:09:45.108 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23609:20251023T204506Z
90332025-10-28T00:09:45.572Z[ host-image] Oct 28 00:09:45.108 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23609:20251023T204506Z
90342025-10-28T00:09:45.573Z[ host-image] Oct 28 00:09:45.108 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23609:20251023T204507Z
90352025-10-28T00:09:45.576Z[ host-image] Oct 28 00:09:45.110 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
90362025-10-28T00:09:45.576Z[ host-image] Oct 28 00:09:45.110 INFO O| install = pkg://helios-dev/system/microcode/amd@20250729-2.0.23609:20251023T204507Z
90372025-10-28T00:09:45.576Z[ host-image] Oct 28 00:09:45.111 INFO O| install = pkg://helios-dev/system/microcode/intel@20250512-2.0.23609:20251023T204507Z
90382025-10-28T00:09:45.577Z[ host-image] Oct 28 00:09:45.111 INFO O| install = pkg://helios-dev/system/microcode/oxide@20251003-2.0.23609:20251023T204507Z
90392025-10-28T00:09:45.577Z[ host-image] Oct 28 00:09:45.112 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23609:20251023T204508Z
90402025-10-28T00:09:45.577Z[ host-image] Oct 28 00:09:45.112 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23609:20251023T204508Z
90412025-10-28T00:09:45.577Z[ host-image] Oct 28 00:09:45.112 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23609:20251023T204508Z
90422025-10-28T00:09:45.577Z[ host-image] Oct 28 00:09:45.112 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
90432025-10-28T00:09:45.577Z[ host-image] Oct 28 00:09:45.112 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
90442025-10-28T00:09:45.577Z[ host-image] Oct 28 00:09:45.112 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23609:20251023T204510Z
90452025-10-28T00:09:45.577Z[ host-image] Oct 28 00:09:45.113 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23609:20251023T204511Z
90462025-10-28T00:09:45.577Z[ host-image] Oct 28 00:09:45.113 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.25:20250809T001126Z
90472025-10-28T00:09:45.577Z[ host-image] Oct 28 00:09:45.113 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
90482025-10-28T00:09:45.577Z[ host-image] Oct 28 00:09:45.113 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
90492025-10-28T00:09:45.577Z[ host-image] Oct 28 00:09:45.113 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
90502025-10-28T00:09:45.577Z[ host-image] Oct 28 00:09:45.113 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z
90512025-10-28T00:09:45.580Z[ host-image] Oct 28 00:09:45.114 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
90522025-10-28T00:09:45.580Z[ host-image] Oct 28 00:09:45.115 INFO O| install = pkg://helios-dev/web/curl@8.16.0-2.0:20250922T144538Z
90532025-10-28T00:09:45.584Z[ host-image] Oct 28 00:09:45.116 INFO O| tempdir @ "/tmp/.tmpaytKsb/tmp"
90542025-10-28T00:09:45.584Z[ host-image] Oct 28 00:09:45.121 INFO O| image root @ "/tmp/.tmpaytKsb/tmp/root"
90552025-10-28T00:09:45.584Z[ host-image] Oct 28 00:09:45.121 INFO O| creating image...
90562025-10-28T00:09:46.627Z[ host-image] Oct 28 00:09:46.164 INFO O| copying publishers...
90572025-10-28T00:10:12.414Z[ recovery-image] Oct 28 00:10:11.956 INFO O| ok, image written!
90582025-10-28T00:10:12.417Z[ recovery-image] Oct 28 00:10:11.956 INFO O| ok, boot_image_csum file written!
90592025-10-28T00:10:12.429Z[ recovery-image] Oct 28 00:10:11.971 INFO creating boot archive (CPIO)...
90602025-10-28T00:10:12.429Z[ recovery-image] Oct 28 00:10:11.972 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
90612025-10-28T00:10:12.446Z[ recovery-image] Oct 28 00:10:11.988 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
90622025-10-28T00:10:12.446Z[ recovery-image] Oct 28 00:10:11.988 INFO E| + outfile=/work/os-recovery/cpio
90632025-10-28T00:10:12.449Z[ recovery-image] Oct 28 00:10:11.988 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
90642025-10-28T00:10:12.453Z[ recovery-image] Oct 28 00:10:11.993 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
90652025-10-28T00:10:12.453Z[ recovery-image] Oct 28 00:10:11.993 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
90662025-10-28T00:10:12.502Z[ recovery-image] Oct 28 00:10:12.045 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
90672025-10-28T00:10:12.503Z[ recovery-image] Oct 28 00:10:12.045 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
90682025-10-28T00:10:12.513Z[ recovery-image] Oct 28 00:10:12.056 INFO creating compressed cpio/unix for dev loaders...
90692025-10-28T00:10:12.513Z[ recovery-image] Oct 28 00:10:12.056 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
90702025-10-28T00:10:12.916Z[ recovery-image] Oct 28 00:10:12.458 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
90712025-10-28T00:10:19.422Z[ recovery-image] Oct 28 00:10:18.965 INFO creating reset image...
90722025-10-28T00:10:19.422Z[ recovery-image] Oct 28 00:10:18.965 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
90732025-10-28T00:10:29.687Z[verify-libraries] Finished `release` profile [optimized] target(s) in 24m 01s
90742025-10-28T00:10:30.215ZOct 28 00:10:29.761 INFO [verify-libraries] process exited with exit status: 0 (1449.73789413s)
90752025-10-28T00:10:35.655Z[ host-image] Oct 28 00:10:35.202 INFO O| adding properties...
90762025-10-28T00:10:36.664Z[ host-image] Oct 28 00:10:36.212 INFO O| installing packages...
90772025-10-28T00:10:56.450Z[ recovery-image] Oct 28 00:10:55.999 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')"
90782025-10-28T00:10:56.467Z[ recovery-image] Oct 28 00:10:56.001 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")
90792025-10-28T00:10:56.697Z[ recovery-image] Oct 28 00:10:56.243 INFO E| Updating crates.io index
90802025-10-28T00:10:56.840Z[ recovery-image] Oct 28 00:10:56.391 INFO E| Downloading crates ...
90812025-10-28T00:10:56.915Z[ recovery-image] Oct 28 00:10:56.467 INFO E| Downloaded duct v1.1.0
90822025-10-28T00:10:56.922Z[ recovery-image] Oct 28 00:10:56.471 INFO E| Downloaded colorchoice v1.0.4
90832025-10-28T00:10:56.926Z[ recovery-image] Oct 28 00:10:56.472 INFO E| Downloaded anstyle-query v1.1.4
90842025-10-28T00:10:56.926Z[ recovery-image] Oct 28 00:10:56.474 INFO E| Downloaded os_pipe v1.2.2
90852025-10-28T00:10:56.926Z[ recovery-image] Oct 28 00:10:56.475 INFO E| Downloaded sigchld v0.2.4
90862025-10-28T00:10:56.926Z[ recovery-image] Oct 28 00:10:56.476 INFO E| Downloaded shared_thread v0.2.0
90872025-10-28T00:10:56.930Z[ recovery-image] Oct 28 00:10:56.477 INFO E| Downloaded shared_child v1.1.1
90882025-10-28T00:10:56.930Z[ recovery-image] Oct 28 00:10:56.478 INFO E| Downloaded clap_lex v0.7.5
90892025-10-28T00:10:56.930Z[ recovery-image] Oct 28 00:10:56.479 INFO E| Downloaded clap v4.5.47
90902025-10-28T00:10:56.936Z[ recovery-image] Oct 28 00:10:56.487 INFO E| Downloaded anstyle-parse v0.2.7
90912025-10-28T00:10:56.940Z[ recovery-image] Oct 28 00:10:56.489 INFO E| Downloaded anstream v0.6.20
90922025-10-28T00:10:56.940Z[ recovery-image] Oct 28 00:10:56.491 INFO E| Downloaded signal-hook-registry v1.4.6
90932025-10-28T00:10:56.945Z[ recovery-image] Oct 28 00:10:56.496 INFO E| Downloaded clap_builder v4.5.47
90942025-10-28T00:10:56.980Z[ recovery-image] Oct 28 00:10:56.532 INFO E| Downloaded libc v0.2.175
90952025-10-28T00:10:57.046Z[ recovery-image] Oct 28 00:10:56.594 INFO E| Compiling libc v0.2.175
90962025-10-28T00:10:57.046Z[ recovery-image] Oct 28 00:10:56.594 INFO E| Compiling proc-macro2 v1.0.101
90972025-10-28T00:10:57.055Z[ recovery-image] Oct 28 00:10:56.594 INFO E| Compiling signal-hook v0.3.18
90982025-10-28T00:10:57.055Z[ recovery-image] Oct 28 00:10:56.594 INFO E| Compiling unicode-ident v1.0.18
90992025-10-28T00:10:57.055Z[ recovery-image] Oct 28 00:10:56.594 INFO E| Compiling utf8parse v0.2.2
91002025-10-28T00:10:57.055Z[ recovery-image] Oct 28 00:10:56.594 INFO E| Compiling colorchoice v1.0.4
91012025-10-28T00:10:57.055Z[ recovery-image] Oct 28 00:10:56.594 INFO E| Compiling anstyle-query v1.1.4
91022025-10-28T00:10:57.055Z[ recovery-image] Oct 28 00:10:56.594 INFO E| Compiling is_terminal_polyfill v1.70.1
91032025-10-28T00:10:57.239Z[ recovery-image] Oct 28 00:10:56.790 INFO E| Compiling anstyle-parse v0.2.7
91042025-10-28T00:10:57.253Z[ recovery-image] Oct 28 00:10:56.803 INFO E| Compiling anstyle v1.0.11
91052025-10-28T00:10:57.257Z[ recovery-image] Oct 28 00:10:56.807 INFO E| Compiling strsim v0.11.1
91062025-10-28T00:10:57.265Z[ recovery-image] Oct 28 00:10:56.816 INFO E| Compiling heck v0.5.0
91072025-10-28T00:10:57.297Z[ recovery-image] Oct 28 00:10:56.848 INFO E| Compiling clap_lex v0.7.5
91082025-10-28T00:10:57.536Z[ recovery-image] Oct 28 00:10:57.082 INFO E| Compiling shared_thread v0.2.0
91092025-10-28T00:10:57.606Z[ recovery-image] Oct 28 00:10:57.157 INFO E| Compiling anstream v0.6.20
91102025-10-28T00:10:58.140Z[ recovery-image] Oct 28 00:10:57.692 INFO E| Compiling clap_builder v4.5.47
91112025-10-28T00:10:58.566Z[ recovery-image] Oct 28 00:10:58.116 INFO E| Compiling quote v1.0.40
91122025-10-28T00:10:58.635Z[ recovery-image] Oct 28 00:10:58.184 INFO E| Compiling signal-hook-registry v1.4.6
91132025-10-28T00:10:58.641Z[ recovery-image] Oct 28 00:10:58.188 INFO E| Compiling os_pipe v1.2.2
91142025-10-28T00:10:58.761Z[ host-image] Oct 28 00:10:58.312 INFO O| seeding SMF database...
91152025-10-28T00:10:58.890Z[ recovery-image] Oct 28 00:10:58.439 INFO E| Compiling syn v2.0.106
91162025-10-28T00:10:59.100Z[ recovery-image] Oct 28 00:10:58.652 INFO E| Compiling sigchld v0.2.4
91172025-10-28T00:10:59.242Z[ recovery-image] Oct 28 00:10:58.790 INFO E| Compiling shared_child v1.1.1
91182025-10-28T00:10:59.393Z[ recovery-image] Oct 28 00:10:58.944 INFO E| Compiling duct v1.1.0
91192025-10-28T00:11:02.798Z[ recovery-image] Oct 28 00:11:02.351 INFO E| Compiling clap_derive v4.5.47
91202025-10-28T00:11:04.696Z[ recovery-image] Oct 28 00:11:04.248 INFO E| Compiling clap v4.5.47
91212025-10-28T00:11:04.761Z[ recovery-image] Oct 28 00:11:04.312 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
91222025-10-28T00:11:05.766Z[ recovery-image] Oct 28 00:11:05.319 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.24s
91232025-10-28T00:11:05.777Z[ recovery-image] Oct 28 00:11:05.330 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
91242025-10-28T00:11:06.033Z[ recovery-image] Oct 28 00:11:05.580 INFO E| Downloading crates ...
91252025-10-28T00:11:06.089Z[ recovery-image] Oct 28 00:11:05.641 INFO E| Downloaded bitstruct v0.1.1
91262025-10-28T00:11:06.092Z[ recovery-image] Oct 28 00:11:05.643 INFO E| Downloaded bitstruct_derive v0.1.0
91272025-10-28T00:11:06.096Z[ recovery-image] Oct 28 00:11:05.649 INFO E| Downloaded cpio_reader v0.1.2
91282025-10-28T00:11:06.101Z[ recovery-image] Oct 28 00:11:05.654 INFO E| Downloaded scroll_derive v0.13.0
91292025-10-28T00:11:06.105Z[ recovery-image] Oct 28 00:11:05.655 INFO E| Downloaded bit_field v0.10.3
91302025-10-28T00:11:06.105Z[ recovery-image] Oct 28 00:11:05.656 INFO E| Downloaded seq-macro v0.3.6
91312025-10-28T00:11:06.105Z[ recovery-image] Oct 28 00:11:05.657 INFO E| Downloaded adler2 v2.0.1
91322025-10-28T00:11:06.114Z[ recovery-image] Oct 28 00:11:05.665 INFO E| Downloaded raw-cpuid v10.7.0
91332025-10-28T00:11:06.138Z[ recovery-image] Oct 28 00:11:05.688 INFO E| Downloaded miniz_oxide v0.8.9
91342025-10-28T00:11:06.143Z[ recovery-image] Oct 28 00:11:05.690 INFO E| Downloaded goblin v0.10.1
91352025-10-28T00:11:06.220Z[ recovery-image] Oct 28 00:11:05.772 INFO E| Downloaded x86 v0.52.0
91362025-10-28T00:11:06.264Z[ recovery-image] Oct 28 00:11:05.816 INFO E| Updating crates.io index
91372025-10-28T00:11:06.317Z[ recovery-image] Oct 28 00:11:05.871 INFO E| Downloading crates ...
91382025-10-28T00:11:06.322Z[ host-image] Oct 28 00:11:05.872 INFO O| configuring SMF profile...
91392025-10-28T00:11:06.322Z[ host-image] Oct 28 00:11:05.872 INFO O| modifying shadow(5)...
91402025-10-28T00:11:06.322Z[ host-image] Oct 28 00:11:05.872 INFO O| loading user and group database...
91412025-10-28T00:11:06.322Z[ host-image] Oct 28 00:11:05.872 INFO O| loading facet selections...
91422025-10-28T00:11:06.354Z[ recovery-image] Oct 28 00:11:05.907 INFO E| Downloaded getopts v0.2.23
91432025-10-28T00:11:06.360Z[ recovery-image] Oct 28 00:11:05.909 INFO E| Downloaded rustc-literal-escaper v0.0.5
91442025-10-28T00:11:06.364Z[ recovery-image] Oct 28 00:11:05.914 INFO E| Downloaded rustc-demangle v0.1.26
91452025-10-28T00:11:06.371Z[ recovery-image] Oct 28 00:11:05.925 INFO E| Downloaded hashbrown v0.15.5
91462025-10-28T00:11:06.387Z[ recovery-image] Oct 28 00:11:05.937 INFO E| Downloaded unicode-width v0.2.1
91472025-10-28T00:11:06.436Z[ recovery-image] Oct 28 00:11:05.988 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)
91482025-10-28T00:11:06.436Z[ recovery-image] Oct 28 00:11:05.988 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)
91492025-10-28T00:11:06.443Z[ recovery-image] Oct 28 00:11:05.988 INFO E| Compiling proc-macro2 v1.0.101
91502025-10-28T00:11:06.443Z[ recovery-image] Oct 28 00:11:05.989 INFO E| Compiling unicode-ident v1.0.18
91512025-10-28T00:11:06.443Z[ recovery-image] Oct 28 00:11:05.989 INFO E| Compiling syn v1.0.109
91522025-10-28T00:11:06.443Z[ recovery-image] Oct 28 00:11:05.989 INFO E| Compiling x86 v0.52.0
91532025-10-28T00:11:06.443Z[ recovery-image] Oct 28 00:11:05.989 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
91542025-10-28T00:11:06.452Z[ recovery-image] Oct 28 00:11:06.003 INFO E| Compiling seq-macro v0.3.6
91552025-10-28T00:11:06.936Z[ host-image] Oct 28 00:11:06.472 INFO O| devel -> true
91562025-10-28T00:11:06.936Z[ host-image] Oct 28 00:11:06.472 INFO O| doc.man -> true
91572025-10-28T00:11:06.936Z[ host-image] Oct 28 00:11:06.472 INFO O| version-lock.shell/ksh93 -> true
91582025-10-28T00:11:06.941Z[ host-image] Oct 28 00:11:06.472 INFO O| version-lock.system/data/hardware-registry -> true
91592025-10-28T00:11:06.941Z[ host-image] Oct 28 00:11:06.472 INFO O| version-lock.system/data/zoneinfo -> true
91602025-10-28T00:11:06.941Z[ host-image] Oct 28 00:11:06.472 INFO O| version-lock.system/microcode/amd -> true
91612025-10-28T00:11:06.941Z[ host-image] Oct 28 00:11:06.473 INFO O| version-lock.system/microcode/intel -> true
91622025-10-28T00:11:06.941Z[ host-image] Oct 28 00:11:06.473 INFO O| version-lock.system/microcode/oxide -> true
91632025-10-28T00:11:06.941Z[ host-image] Oct 28 00:11:06.473 INFO O| assessing packaged files...
91642025-10-28T00:11:07.660Z[ recovery-image] Oct 28 00:11:07.213 INFO E| Compiling quote v1.0.40
91652025-10-28T00:11:07.961Z[ recovery-image] Oct 28 00:11:07.504 INFO E| Compiling syn v2.0.106
91662025-10-28T00:11:09.447Z[ host-image] Oct 28 00:11:09.000 INFO O| creating archive...
91672025-10-28T00:11:09.476Z[ host-image] Oct 28 00:11:09.029 INFO O| missing from packaging:
91682025-10-28T00:11:09.477Z[ host-image] Oct 28 00:11:09.029 INFO O| "etc/.pwd.lock"
91692025-10-28T00:11:09.480Z[ host-image] Oct 28 00:11:09.029 INFO O| "etc/bash"
91702025-10-28T00:11:09.486Z[ host-image] Oct 28 00:11:09.037 INFO O| "etc/svc/profile/generic.xml"
91712025-10-28T00:11:09.486Z[ host-image] Oct 28 00:11:09.037 INFO O| "etc/svc/profile/inetd_services.xml"
91722025-10-28T00:11:09.490Z[ host-image] Oct 28 00:11:09.037 INFO O| "etc/svc/profile/name_service.xml"
91732025-10-28T00:11:09.490Z[ host-image] Oct 28 00:11:09.038 INFO O| "etc/svc/profile/platform.xml"
91742025-10-28T00:11:09.490Z[ host-image] Oct 28 00:11:09.038 INFO O| "etc/svc/profile/platform_omicron1.xml"
91752025-10-28T00:11:09.490Z[ host-image] Oct 28 00:11:09.038 INFO O| "etc/svc/repository.db"
91762025-10-28T00:11:09.503Z[ host-image] Oct 28 00:11:09.050 INFO O| "opt/ooce/share"
91772025-10-28T00:11:09.503Z[ host-image] Oct 28 00:11:09.050 INFO O| "opt/ooce/share/man"
91782025-10-28T00:11:09.503Z[ host-image] Oct 28 00:11:09.050 INFO O| "opt/ooce/share/man/man1"
91792025-10-28T00:11:09.509Z[ host-image] Oct 28 00:11:09.060 INFO O| finishing archive...
91802025-10-28T00:11:10.467Z[ recovery-image] Oct 28 00:11:09.985 INFO E| Compiling scroll_derive v0.13.0
91812025-10-28T00:11:12.393Z[ recovery-image] Oct 28 00:11:11.946 INFO E| Compiling bitstruct_derive v0.1.0
91822025-10-28T00:11:12.692Z[ host-image] Oct 28 00:11:12.246 INFO O| creating gzonly manifest...
91832025-10-28T00:11:12.702Z[ host-image] Oct 28 00:11:12.253 INFO O| ok
91842025-10-28T00:11:12.859Z[ host-image] Oct 28 00:11:12.413 INFO image builder template: ramdisk-02-trim...
91852025-10-28T00:11:12.859Z[ host-image] Oct 28 00:11:12.413 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/.tmpl4ZrR2/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.37.424", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@17.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
91862025-10-28T00:11:12.890Z[ host-image] Oct 28 00:11:12.435 INFO O| Oct 28 00:11:12.435 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
91872025-10-28T00:11:12.898Z[ host-image] Oct 28 00:11:12.439 INFO O| Oct 28 00:11:12.439 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
91882025-10-28T00:11:13.004Z[ host-image] Oct 28 00:11:12.558 INFO O| Oct 28 00:11:12.557 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
91892025-10-28T00:11:13.068Z[ host-image] Oct 28 00:11:12.619 INFO O| Oct 28 00:11:12.619 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
91902025-10-28T00:11:13.068Z[ host-image] Oct 28 00:11:12.619 INFO O| Oct 28 00:11:12.619 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
91912025-10-28T00:11:13.084Z[ host-image] Oct 28 00:11:12.623 INFO O| Oct 28 00:11:12.623 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
91922025-10-28T00:11:13.084Z[ host-image] Oct 28 00:11:12.626 INFO O| Oct 28 00:11:12.626 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
91932025-10-28T00:11:13.084Z[ host-image] Oct 28 00:11:12.632 INFO O| Oct 28 00:11:12.632 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
91942025-10-28T00:11:13.512Z[ host-image] Oct 28 00:11:13.067 INFO O| Oct 28 00:11:13.066 INFO rolled back to input snapshot; work may begin
91952025-10-28T00:11:13.512Z[ host-image] Oct 28 00:11:13.067 INFO O| Oct 28 00:11:13.066 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
91962025-10-28T00:11:13.537Z[ host-image] Oct 28 00:11:13.071 INFO O| Oct 28 00:11:13.071 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91972025-10-28T00:11:13.568Z[ host-image] Oct 28 00:11:13.080 INFO O| Oct 28 00:11:13.080 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
91982025-10-28T00:11:13.583Z[ host-image] Oct 28 00:11:13.134 INFO O| Oct 28 00:11:13.134 INFO STEP 0 (remove_files) COMPLETE
91992025-10-28T00:11:13.583Z[ host-image] Oct 28 00:11:13.134 INFO O| Oct 28 00:11:13.134 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92002025-10-28T00:11:13.607Z[ host-image] Oct 28 00:11:13.143 INFO O| Oct 28 00:11:13.143 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
92012025-10-28T00:11:13.607Z[ host-image] Oct 28 00:11:13.145 INFO O| Oct 28 00:11:13.145 INFO STEP 1 (remove_files) COMPLETE
92022025-10-28T00:11:13.607Z[ host-image] Oct 28 00:11:13.145 INFO O| Oct 28 00:11:13.145 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92032025-10-28T00:11:13.623Z[ host-image] Oct 28 00:11:13.153 INFO O| Oct 28 00:11:13.152 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
92042025-10-28T00:11:13.623Z[ host-image] Oct 28 00:11:13.166 INFO O| Oct 28 00:11:13.166 INFO STEP 2 (remove_files) COMPLETE
92052025-10-28T00:11:13.623Z[ host-image] Oct 28 00:11:13.166 INFO O| Oct 28 00:11:13.166 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92062025-10-28T00:11:13.634Z[ host-image] Oct 28 00:11:13.176 INFO O| Oct 28 00:11:13.175 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
92072025-10-28T00:11:13.635Z[ host-image] Oct 28 00:11:13.177 INFO O| Oct 28 00:11:13.177 INFO STEP 3 (remove_files) COMPLETE
92082025-10-28T00:11:13.635Z[ host-image] Oct 28 00:11:13.177 INFO O| Oct 28 00:11:13.177 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92092025-10-28T00:11:13.635Z[ host-image] Oct 28 00:11:13.186 INFO O| Oct 28 00:11:13.186 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
92102025-10-28T00:11:13.639Z[ host-image] Oct 28 00:11:13.190 INFO O| Oct 28 00:11:13.190 INFO STEP 4 (remove_files) COMPLETE
92112025-10-28T00:11:13.639Z[ host-image] Oct 28 00:11:13.190 INFO O| Oct 28 00:11:13.190 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92122025-10-28T00:11:13.643Z[ host-image] Oct 28 00:11:13.197 INFO O| Oct 28 00:11:13.197 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
92132025-10-28T00:11:13.649Z[ host-image] Oct 28 00:11:13.200 INFO O| Oct 28 00:11:13.200 INFO STEP 5 (remove_files) COMPLETE
92142025-10-28T00:11:13.650Z[ host-image] Oct 28 00:11:13.200 INFO O| Oct 28 00:11:13.200 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92152025-10-28T00:11:13.656Z[ host-image] Oct 28 00:11:13.210 INFO O| Oct 28 00:11:13.210 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
92162025-10-28T00:11:13.667Z[ host-image] Oct 28 00:11:13.220 INFO O| Oct 28 00:11:13.220 INFO STEP 6 (remove_files) COMPLETE
92172025-10-28T00:11:13.673Z[ host-image] Oct 28 00:11:13.220 INFO O| Oct 28 00:11:13.220 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92182025-10-28T00:11:13.677Z[ host-image] Oct 28 00:11:13.227 INFO O| Oct 28 00:11:13.227 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man"
92192025-10-28T00:11:13.717Z[ host-image] Oct 28 00:11:13.239 INFO O| Oct 28 00:11:13.239 INFO STEP 7 (remove_files) COMPLETE
92202025-10-28T00:11:13.717Z[ host-image] Oct 28 00:11:13.239 INFO O| Oct 28 00:11:13.239 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92212025-10-28T00:11:13.751Z[ host-image] Oct 28 00:11:13.246 INFO O| Oct 28 00:11:13.246 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
92222025-10-28T00:11:13.796Z[ host-image] Oct 28 00:11:13.330 INFO O| Oct 28 00:11:13.330 INFO STEP 8 (remove_files) COMPLETE
92232025-10-28T00:11:13.808Z[ host-image] Oct 28 00:11:13.330 INFO O| Oct 28 00:11:13.330 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92242025-10-28T00:11:13.863Z[ host-image] Oct 28 00:11:13.338 INFO O| Oct 28 00:11:13.338 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
92252025-10-28T00:11:13.891Z[ host-image] Oct 28 00:11:13.424 INFO O| Oct 28 00:11:13.424 INFO STEP 9 (remove_files) COMPLETE
92262025-10-28T00:11:13.891Z[ host-image] Oct 28 00:11:13.424 INFO O| Oct 28 00:11:13.424 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92272025-10-28T00:11:13.891Z[ host-image] Oct 28 00:11:13.433 INFO O| Oct 28 00:11:13.433 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
92282025-10-28T00:11:13.891Z[ host-image] Oct 28 00:11:13.436 INFO O| Oct 28 00:11:13.436 INFO STEP 10 (remove_files) COMPLETE
92292025-10-28T00:11:13.891Z[ host-image] Oct 28 00:11:13.436 INFO O| Oct 28 00:11:13.436 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92302025-10-28T00:11:13.912Z[ host-image] Oct 28 00:11:13.444 INFO O| Oct 28 00:11:13.444 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
92312025-10-28T00:11:13.913Z[ host-image] Oct 28 00:11:13.445 INFO O| Oct 28 00:11:13.445 INFO STEP 11 (remove_files) COMPLETE
92322025-10-28T00:11:13.913Z[ host-image] Oct 28 00:11:13.445 INFO O| Oct 28 00:11:13.445 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92332025-10-28T00:11:13.913Z[ host-image] Oct 28 00:11:13.452 INFO O| Oct 28 00:11:13.452 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
92342025-10-28T00:11:13.913Z[ host-image] Oct 28 00:11:13.454 INFO O| Oct 28 00:11:13.454 INFO STEP 12 (remove_files) COMPLETE
92352025-10-28T00:11:13.913Z[ host-image] Oct 28 00:11:13.454 INFO O| Oct 28 00:11:13.454 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92362025-10-28T00:11:14.073Z[ host-image] Oct 28 00:11:13.626 INFO O| Oct 28 00:11:13.626 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a"
92372025-10-28T00:11:14.102Z[ host-image] Oct 28 00:11:13.657 INFO O| Oct 28 00:11:13.657 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
92382025-10-28T00:11:14.113Z[ host-image] Oct 28 00:11:13.668 INFO O| Oct 28 00:11:13.668 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
92392025-10-28T00:11:14.128Z[ host-image] Oct 28 00:11:13.668 INFO O| Oct 28 00:11:13.668 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
92402025-10-28T00:11:14.203Z[ host-image] Oct 28 00:11:13.741 INFO O| Oct 28 00:11:13.741 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
92412025-10-28T00:11:14.226Z[ host-image] Oct 28 00:11:13.750 INFO O| Oct 28 00:11:13.750 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
92422025-10-28T00:11:14.226Z[ host-image] Oct 28 00:11:13.750 INFO O| Oct 28 00:11:13.750 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
92432025-10-28T00:11:14.226Z[ host-image] Oct 28 00:11:13.750 INFO O| Oct 28 00:11:13.750 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
92442025-10-28T00:11:14.226Z[ host-image] Oct 28 00:11:13.751 INFO O| Oct 28 00:11:13.750 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
92452025-10-28T00:11:14.227Z[ host-image] Oct 28 00:11:13.751 INFO O| Oct 28 00:11:13.751 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
92462025-10-28T00:11:14.227Z[ host-image] Oct 28 00:11:13.751 INFO O| Oct 28 00:11:13.751 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
92472025-10-28T00:11:14.227Z[ host-image] Oct 28 00:11:13.751 INFO O| Oct 28 00:11:13.751 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
92482025-10-28T00:11:14.227Z[ host-image] Oct 28 00:11:13.751 INFO O| Oct 28 00:11:13.751 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
92492025-10-28T00:11:14.227Z[ host-image] Oct 28 00:11:13.752 INFO O| Oct 28 00:11:13.751 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
92502025-10-28T00:11:14.227Z[ host-image] Oct 28 00:11:13.752 INFO O| Oct 28 00:11:13.752 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
92512025-10-28T00:11:14.227Z[ host-image] Oct 28 00:11:13.752 INFO O| Oct 28 00:11:13.752 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
92522025-10-28T00:11:14.227Z[ host-image] Oct 28 00:11:13.752 INFO O| Oct 28 00:11:13.752 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
92532025-10-28T00:11:14.227Z[ host-image] Oct 28 00:11:13.752 INFO O| Oct 28 00:11:13.752 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
92542025-10-28T00:11:14.227Z[ host-image] Oct 28 00:11:13.752 INFO O| Oct 28 00:11:13.752 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
92552025-10-28T00:11:14.227Z[ host-image] Oct 28 00:11:13.752 INFO O| Oct 28 00:11:13.752 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
92562025-10-28T00:11:14.227Z[ host-image] Oct 28 00:11:13.752 INFO O| Oct 28 00:11:13.752 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
92572025-10-28T00:11:14.227Z[ host-image] Oct 28 00:11:13.767 INFO O| Oct 28 00:11:13.767 INFO STEP 13 (remove_files) COMPLETE
92582025-10-28T00:11:14.227Z[ host-image] Oct 28 00:11:13.767 INFO O| Oct 28 00:11:13.767 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92592025-10-28T00:11:14.255Z[ host-image] Oct 28 00:11:13.776 INFO O| Oct 28 00:11:13.776 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
92602025-10-28T00:11:14.255Z[ host-image] Oct 28 00:11:13.778 INFO O| Oct 28 00:11:13.778 INFO STEP 14 (remove_files) COMPLETE
92612025-10-28T00:11:14.255Z[ host-image] Oct 28 00:11:13.778 INFO O| Oct 28 00:11:13.778 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92622025-10-28T00:11:14.255Z[ host-image] Oct 28 00:11:13.785 INFO O| Oct 28 00:11:13.785 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
92632025-10-28T00:11:14.255Z[ host-image] Oct 28 00:11:13.792 INFO O| Oct 28 00:11:13.792 INFO STEP 15 (remove_files) COMPLETE
92642025-10-28T00:11:14.255Z[ host-image] Oct 28 00:11:13.792 INFO O| Oct 28 00:11:13.792 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92652025-10-28T00:11:14.265Z[ host-image] Oct 28 00:11:13.800 INFO O| Oct 28 00:11:13.800 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
92662025-10-28T00:11:14.265Z[ host-image] Oct 28 00:11:13.800 INFO O| Oct 28 00:11:13.800 INFO STEP 16 (remove_files) COMPLETE
92672025-10-28T00:11:14.265Z[ host-image] Oct 28 00:11:13.800 INFO O| Oct 28 00:11:13.800 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92682025-10-28T00:11:14.266Z[ host-image] Oct 28 00:11:13.808 INFO O| Oct 28 00:11:13.808 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
92692025-10-28T00:11:14.266Z[ host-image] Oct 28 00:11:13.809 INFO O| Oct 28 00:11:13.809 INFO STEP 17 (remove_files) COMPLETE
92702025-10-28T00:11:14.266Z[ host-image] Oct 28 00:11:13.809 INFO O| Oct 28 00:11:13.809 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92712025-10-28T00:11:14.266Z[ host-image] Oct 28 00:11:13.816 INFO O| Oct 28 00:11:13.816 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
92722025-10-28T00:11:14.266Z[ host-image] Oct 28 00:11:13.816 INFO O| Oct 28 00:11:13.816 INFO STEP 18 (remove_files) COMPLETE
92732025-10-28T00:11:14.266Z[ host-image] Oct 28 00:11:13.816 INFO O| Oct 28 00:11:13.816 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92742025-10-28T00:11:14.277Z[ host-image] Oct 28 00:11:13.823 INFO O| Oct 28 00:11:13.823 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
92752025-10-28T00:11:14.277Z[ host-image] Oct 28 00:11:13.823 INFO O| Oct 28 00:11:13.823 INFO STEP 19 (remove_files) COMPLETE
92762025-10-28T00:11:14.277Z[ host-image] Oct 28 00:11:13.823 INFO O| Oct 28 00:11:13.823 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92772025-10-28T00:11:14.277Z[ host-image] Oct 28 00:11:13.831 INFO O| Oct 28 00:11:13.831 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
92782025-10-28T00:11:14.277Z[ host-image] Oct 28 00:11:13.831 INFO O| Oct 28 00:11:13.831 INFO STEP 20 (remove_files) COMPLETE
92792025-10-28T00:11:14.277Z[ host-image] Oct 28 00:11:13.831 INFO O| Oct 28 00:11:13.831 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92802025-10-28T00:11:14.298Z[ host-image] Oct 28 00:11:13.841 INFO O| Oct 28 00:11:13.841 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
92812025-10-28T00:11:14.298Z[ host-image] Oct 28 00:11:13.841 INFO O| Oct 28 00:11:13.841 INFO STEP 21 (remove_files) COMPLETE
92822025-10-28T00:11:14.299Z[ host-image] Oct 28 00:11:13.841 INFO O| Oct 28 00:11:13.841 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92832025-10-28T00:11:14.310Z[ host-image] Oct 28 00:11:13.848 INFO O| Oct 28 00:11:13.848 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
92842025-10-28T00:11:14.310Z[ host-image] Oct 28 00:11:13.848 INFO O| Oct 28 00:11:13.848 INFO STEP 22 (remove_files) COMPLETE
92852025-10-28T00:11:14.310Z[ host-image] Oct 28 00:11:13.848 INFO O| Oct 28 00:11:13.848 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92862025-10-28T00:11:14.310Z[ host-image] Oct 28 00:11:13.855 INFO O| Oct 28 00:11:13.855 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
92872025-10-28T00:11:14.310Z[ host-image] Oct 28 00:11:13.855 INFO O| Oct 28 00:11:13.855 INFO STEP 23 (remove_files) COMPLETE
92882025-10-28T00:11:14.310Z[ host-image] Oct 28 00:11:13.855 INFO O| Oct 28 00:11:13.855 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92892025-10-28T00:11:14.310Z[ host-image] Oct 28 00:11:13.862 INFO O| Oct 28 00:11:13.862 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
92902025-10-28T00:11:14.310Z[ host-image] Oct 28 00:11:13.862 INFO O| Oct 28 00:11:13.862 INFO STEP 24 (remove_files) COMPLETE
92912025-10-28T00:11:14.310Z[ host-image] Oct 28 00:11:13.862 INFO O| Oct 28 00:11:13.862 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92922025-10-28T00:11:14.321Z[ host-image] Oct 28 00:11:13.869 INFO O| Oct 28 00:11:13.869 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
92932025-10-28T00:11:14.321Z[ host-image] Oct 28 00:11:13.869 INFO O| Oct 28 00:11:13.869 INFO STEP 25 (remove_files) COMPLETE
92942025-10-28T00:11:14.321Z[ host-image] Oct 28 00:11:13.869 INFO O| Oct 28 00:11:13.869 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92952025-10-28T00:11:14.338Z[ host-image] Oct 28 00:11:13.879 INFO O| Oct 28 00:11:13.879 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
92962025-10-28T00:11:14.338Z[ host-image] Oct 28 00:11:13.879 INFO O| Oct 28 00:11:13.879 INFO STEP 26 (remove_files) COMPLETE
92972025-10-28T00:11:14.338Z[ host-image] Oct 28 00:11:13.879 INFO O| Oct 28 00:11:13.879 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92982025-10-28T00:11:14.347Z[ host-image] Oct 28 00:11:13.888 INFO O| Oct 28 00:11:13.888 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
92992025-10-28T00:11:14.347Z[ host-image] Oct 28 00:11:13.888 INFO O| Oct 28 00:11:13.888 INFO STEP 27 (remove_files) COMPLETE
93002025-10-28T00:11:14.347Z[ host-image] Oct 28 00:11:13.888 INFO O| Oct 28 00:11:13.888 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93012025-10-28T00:11:14.347Z[ host-image] Oct 28 00:11:13.894 INFO O| Oct 28 00:11:13.894 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
93022025-10-28T00:11:14.347Z[ host-image] Oct 28 00:11:13.895 INFO O| Oct 28 00:11:13.895 INFO STEP 28 (remove_files) COMPLETE
93032025-10-28T00:11:14.347Z[ host-image] Oct 28 00:11:13.895 INFO O| Oct 28 00:11:13.895 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93042025-10-28T00:11:14.347Z[ host-image] Oct 28 00:11:13.901 INFO O| Oct 28 00:11:13.901 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
93052025-10-28T00:11:14.348Z[ host-image] Oct 28 00:11:13.901 INFO O| Oct 28 00:11:13.901 INFO STEP 29 (remove_files) COMPLETE
93062025-10-28T00:11:14.348Z[ host-image] Oct 28 00:11:13.901 INFO O| Oct 28 00:11:13.901 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93072025-10-28T00:11:14.359Z[ host-image] Oct 28 00:11:13.908 INFO O| Oct 28 00:11:13.908 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
93082025-10-28T00:11:14.359Z[ host-image] Oct 28 00:11:13.908 INFO O| Oct 28 00:11:13.908 INFO STEP 30 (remove_files) COMPLETE
93092025-10-28T00:11:14.359Z[ host-image] Oct 28 00:11:13.908 INFO O| Oct 28 00:11:13.908 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93102025-10-28T00:11:14.384Z[ host-image] Oct 28 00:11:13.915 INFO O| Oct 28 00:11:13.915 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
93112025-10-28T00:11:14.385Z[ host-image] Oct 28 00:11:13.915 INFO O| Oct 28 00:11:13.915 INFO STEP 31 (remove_files) COMPLETE
93122025-10-28T00:11:14.385Z[ host-image] Oct 28 00:11:13.915 INFO O| Oct 28 00:11:13.915 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93132025-10-28T00:11:14.385Z[ host-image] Oct 28 00:11:13.922 INFO O| Oct 28 00:11:13.922 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
93142025-10-28T00:11:14.385Z[ host-image] Oct 28 00:11:13.922 INFO O| Oct 28 00:11:13.922 INFO STEP 32 (remove_files) COMPLETE
93152025-10-28T00:11:14.385Z[ host-image] Oct 28 00:11:13.922 INFO O| Oct 28 00:11:13.922 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93162025-10-28T00:11:14.443Z[ host-image] Oct 28 00:11:13.930 INFO O| Oct 28 00:11:13.930 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
93172025-10-28T00:11:14.443Z[ host-image] Oct 28 00:11:13.930 INFO O| Oct 28 00:11:13.930 INFO STEP 33 (remove_files) COMPLETE
93182025-10-28T00:11:14.443Z[ host-image] Oct 28 00:11:13.930 INFO O| Oct 28 00:11:13.930 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93192025-10-28T00:11:14.443Z[ host-image] Oct 28 00:11:13.937 INFO O| Oct 28 00:11:13.937 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
93202025-10-28T00:11:14.443Z[ host-image] Oct 28 00:11:13.937 INFO O| Oct 28 00:11:13.937 INFO STEP 34 (remove_files) COMPLETE
93212025-10-28T00:11:14.443Z[ host-image] Oct 28 00:11:13.937 INFO O| Oct 28 00:11:13.937 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93222025-10-28T00:11:14.443Z[ host-image] Oct 28 00:11:13.945 INFO O| Oct 28 00:11:13.945 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
93232025-10-28T00:11:14.443Z[ host-image] Oct 28 00:11:13.945 INFO O| Oct 28 00:11:13.945 INFO STEP 35 (remove_files) COMPLETE
93242025-10-28T00:11:14.443Z[ host-image] Oct 28 00:11:13.945 INFO O| Oct 28 00:11:13.945 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93252025-10-28T00:11:14.478Z[ host-image] Oct 28 00:11:13.952 INFO O| Oct 28 00:11:13.952 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
93262025-10-28T00:11:14.478Z[ host-image] Oct 28 00:11:13.952 INFO O| Oct 28 00:11:13.952 INFO STEP 36 (remove_files) COMPLETE
93272025-10-28T00:11:14.478Z[ host-image] Oct 28 00:11:13.952 INFO O| Oct 28 00:11:13.952 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93282025-10-28T00:11:14.492Z[ host-image] Oct 28 00:11:13.960 INFO O| Oct 28 00:11:13.960 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
93292025-10-28T00:11:14.492Z[ host-image] Oct 28 00:11:13.960 INFO O| Oct 28 00:11:13.960 INFO STEP 37 (remove_files) COMPLETE
93302025-10-28T00:11:14.492Z[ host-image] Oct 28 00:11:13.960 INFO O| Oct 28 00:11:13.960 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93312025-10-28T00:11:14.492Z[ host-image] Oct 28 00:11:13.967 INFO O| Oct 28 00:11:13.967 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
93322025-10-28T00:11:14.492Z[ host-image] Oct 28 00:11:13.967 INFO O| Oct 28 00:11:13.967 INFO STEP 38 (remove_files) COMPLETE
93332025-10-28T00:11:14.492Z[ host-image] Oct 28 00:11:13.967 INFO O| Oct 28 00:11:13.967 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93342025-10-28T00:11:14.493Z[ host-image] Oct 28 00:11:13.974 INFO O| Oct 28 00:11:13.974 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
93352025-10-28T00:11:14.493Z[ host-image] Oct 28 00:11:13.975 INFO O| Oct 28 00:11:13.975 INFO STEP 39 (remove_files) COMPLETE
93362025-10-28T00:11:14.493Z[ host-image] Oct 28 00:11:13.975 INFO O| Oct 28 00:11:13.975 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93372025-10-28T00:11:14.493Z[ host-image] Oct 28 00:11:13.982 INFO O| Oct 28 00:11:13.981 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
93382025-10-28T00:11:14.493Z[ host-image] Oct 28 00:11:13.982 INFO O| Oct 28 00:11:13.982 INFO STEP 40 (remove_files) COMPLETE
93392025-10-28T00:11:14.493Z[ host-image] Oct 28 00:11:13.982 INFO O| Oct 28 00:11:13.982 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93402025-10-28T00:11:14.493Z[ host-image] Oct 28 00:11:13.991 INFO O| Oct 28 00:11:13.991 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
93412025-10-28T00:11:14.493Z[ host-image] Oct 28 00:11:13.991 INFO O| Oct 28 00:11:13.991 INFO STEP 41 (remove_files) COMPLETE
93422025-10-28T00:11:14.493Z[ host-image] Oct 28 00:11:13.991 INFO O| Oct 28 00:11:13.991 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93432025-10-28T00:11:14.493Z[ host-image] Oct 28 00:11:13.999 INFO O| Oct 28 00:11:13.999 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
93442025-10-28T00:11:14.493Z[ host-image] Oct 28 00:11:13.999 INFO O| Oct 28 00:11:13.999 INFO STEP 42 (remove_files) COMPLETE
93452025-10-28T00:11:14.493Z[ host-image] Oct 28 00:11:13.999 INFO O| Oct 28 00:11:13.999 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93462025-10-28T00:11:14.493Z[ host-image] Oct 28 00:11:14.007 INFO O| Oct 28 00:11:14.007 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
93472025-10-28T00:11:14.493Z[ host-image] Oct 28 00:11:14.007 INFO O| Oct 28 00:11:14.007 INFO STEP 43 (remove_files) COMPLETE
93482025-10-28T00:11:14.493Z[ host-image] Oct 28 00:11:14.007 INFO O| Oct 28 00:11:14.007 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93492025-10-28T00:11:14.585Z[ host-image] Oct 28 00:11:14.014 INFO O| Oct 28 00:11:14.014 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
93502025-10-28T00:11:14.586Z[ host-image] Oct 28 00:11:14.014 INFO O| Oct 28 00:11:14.014 INFO STEP 44 (remove_files) COMPLETE
93512025-10-28T00:11:14.586Z[ host-image] Oct 28 00:11:14.014 INFO O| Oct 28 00:11:14.014 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93522025-10-28T00:11:14.586Z[ host-image] Oct 28 00:11:14.022 INFO O| Oct 28 00:11:14.022 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
93532025-10-28T00:11:14.586Z[ host-image] Oct 28 00:11:14.022 INFO O| Oct 28 00:11:14.022 INFO STEP 45 (remove_files) COMPLETE
93542025-10-28T00:11:14.586Z[ host-image] Oct 28 00:11:14.022 INFO O| Oct 28 00:11:14.022 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93552025-10-28T00:11:14.586Z[ host-image] Oct 28 00:11:14.030 INFO O| Oct 28 00:11:14.030 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
93562025-10-28T00:11:14.586Z[ host-image] Oct 28 00:11:14.030 INFO O| Oct 28 00:11:14.030 INFO STEP 46 (remove_files) COMPLETE
93572025-10-28T00:11:14.586Z[ host-image] Oct 28 00:11:14.030 INFO O| Oct 28 00:11:14.030 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93582025-10-28T00:11:14.586Z[ host-image] Oct 28 00:11:14.037 INFO O| Oct 28 00:11:14.037 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
93592025-10-28T00:11:14.586Z[ host-image] Oct 28 00:11:14.037 INFO O| Oct 28 00:11:14.037 INFO STEP 47 (remove_files) COMPLETE
93602025-10-28T00:11:14.586Z[ host-image] Oct 28 00:11:14.037 INFO O| Oct 28 00:11:14.037 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93612025-10-28T00:11:14.586Z[ host-image] Oct 28 00:11:14.044 INFO O| Oct 28 00:11:14.044 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
93622025-10-28T00:11:14.586Z[ host-image] Oct 28 00:11:14.044 INFO O| Oct 28 00:11:14.044 INFO STEP 48 (remove_files) COMPLETE
93632025-10-28T00:11:14.586Z[ host-image] Oct 28 00:11:14.044 INFO O| Oct 28 00:11:14.044 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93642025-10-28T00:11:14.586Z[ host-image] Oct 28 00:11:14.051 INFO O| Oct 28 00:11:14.051 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
93652025-10-28T00:11:14.586Z[ host-image] Oct 28 00:11:14.051 INFO O| Oct 28 00:11:14.051 INFO STEP 49 (remove_files) COMPLETE
93662025-10-28T00:11:14.586Z[ host-image] Oct 28 00:11:14.051 INFO O| Oct 28 00:11:14.051 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93672025-10-28T00:11:14.586Z[ host-image] Oct 28 00:11:14.059 INFO O| Oct 28 00:11:14.059 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
93682025-10-28T00:11:14.586Z[ host-image] Oct 28 00:11:14.059 INFO O| Oct 28 00:11:14.059 INFO STEP 50 (remove_files) COMPLETE
93692025-10-28T00:11:14.587Z[ host-image] Oct 28 00:11:14.059 INFO O| Oct 28 00:11:14.059 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93702025-10-28T00:11:14.691Z[ host-image] Oct 28 00:11:14.066 INFO O| Oct 28 00:11:14.066 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
93712025-10-28T00:11:14.691Z[ host-image] Oct 28 00:11:14.067 INFO O| Oct 28 00:11:14.066 INFO STEP 51 (remove_files) COMPLETE
93722025-10-28T00:11:14.691Z[ host-image] Oct 28 00:11:14.067 INFO O| Oct 28 00:11:14.066 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93732025-10-28T00:11:14.691Z[ host-image] Oct 28 00:11:14.074 INFO O| Oct 28 00:11:14.073 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
93742025-10-28T00:11:14.691Z[ host-image] Oct 28 00:11:14.074 INFO O| Oct 28 00:11:14.074 INFO STEP 52 (remove_files) COMPLETE
93752025-10-28T00:11:14.691Z[ host-image] Oct 28 00:11:14.074 INFO O| Oct 28 00:11:14.074 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93762025-10-28T00:11:14.692Z[ host-image] Oct 28 00:11:14.081 INFO O| Oct 28 00:11:14.081 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
93772025-10-28T00:11:14.692Z[ host-image] Oct 28 00:11:14.081 INFO O| Oct 28 00:11:14.081 INFO STEP 53 (remove_files) COMPLETE
93782025-10-28T00:11:14.692Z[ host-image] Oct 28 00:11:14.081 INFO O| Oct 28 00:11:14.081 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93792025-10-28T00:11:14.692Z[ host-image] Oct 28 00:11:14.088 INFO O| Oct 28 00:11:14.088 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
93802025-10-28T00:11:14.692Z[ host-image] Oct 28 00:11:14.088 INFO O| Oct 28 00:11:14.088 INFO STEP 54 (remove_files) COMPLETE
93812025-10-28T00:11:14.692Z[ host-image] Oct 28 00:11:14.088 INFO O| Oct 28 00:11:14.088 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93822025-10-28T00:11:14.692Z[ host-image] Oct 28 00:11:14.098 INFO O| Oct 28 00:11:14.098 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
93832025-10-28T00:11:14.692Z[ host-image] Oct 28 00:11:14.098 INFO O| Oct 28 00:11:14.098 INFO STEP 55 (remove_files) COMPLETE
93842025-10-28T00:11:14.692Z[ host-image] Oct 28 00:11:14.098 INFO O| Oct 28 00:11:14.098 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93852025-10-28T00:11:14.692Z[ host-image] Oct 28 00:11:14.106 INFO O| Oct 28 00:11:14.106 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
93862025-10-28T00:11:14.692Z[ host-image] Oct 28 00:11:14.106 INFO O| Oct 28 00:11:14.106 INFO STEP 56 (remove_files) COMPLETE
93872025-10-28T00:11:14.692Z[ host-image] Oct 28 00:11:14.106 INFO O| Oct 28 00:11:14.106 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93882025-10-28T00:11:14.692Z[ host-image] Oct 28 00:11:14.113 INFO O| Oct 28 00:11:14.113 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
93892025-10-28T00:11:14.692Z[ host-image] Oct 28 00:11:14.113 INFO O| Oct 28 00:11:14.113 INFO STEP 57 (remove_files) COMPLETE
93902025-10-28T00:11:14.692Z[ host-image] Oct 28 00:11:14.113 INFO O| Oct 28 00:11:14.113 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93912025-10-28T00:11:14.692Z[ host-image] Oct 28 00:11:14.121 INFO O| Oct 28 00:11:14.121 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
93922025-10-28T00:11:14.692Z[ host-image] Oct 28 00:11:14.121 INFO O| Oct 28 00:11:14.121 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
93932025-10-28T00:11:14.692Z[ host-image] Oct 28 00:11:14.121 INFO O| Oct 28 00:11:14.121 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93942025-10-28T00:11:14.692Z[ host-image] Oct 28 00:11:14.121 INFO O| Oct 28 00:11:14.121 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93952025-10-28T00:11:14.692Z[ host-image] Oct 28 00:11:14.121 INFO O| Oct 28 00:11:14.121 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93962025-10-28T00:11:14.692Z[ host-image] Oct 28 00:11:14.121 INFO O| Oct 28 00:11:14.121 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
93972025-10-28T00:11:14.692Z[ host-image] Oct 28 00:11:14.121 INFO O| Oct 28 00:11:14.121 INFO ok!
93982025-10-28T00:11:14.692Z[ host-image] Oct 28 00:11:14.121 INFO O| Oct 28 00:11:14.121 INFO STEP 58 (ensure_file) COMPLETE
93992025-10-28T00:11:14.692Z[ host-image] Oct 28 00:11:14.121 INFO O| Oct 28 00:11:14.121 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94002025-10-28T00:11:14.692Z[ host-image] Oct 28 00:11:14.129 INFO O| Oct 28 00:11:14.129 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
94012025-10-28T00:11:14.693Z[ host-image] Oct 28 00:11:14.129 INFO O| Oct 28 00:11:14.129 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
94022025-10-28T00:11:14.693Z[ host-image] Oct 28 00:11:14.129 INFO O| Oct 28 00:11:14.129 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
94032025-10-28T00:11:14.693Z[ host-image] Oct 28 00:11:14.129 INFO O| Oct 28 00:11:14.129 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
94042025-10-28T00:11:14.693Z[ host-image] Oct 28 00:11:14.129 INFO O| Oct 28 00:11:14.129 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
94052025-10-28T00:11:14.693Z[ host-image] Oct 28 00:11:14.129 INFO O| Oct 28 00:11:14.129 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
94062025-10-28T00:11:14.693Z[ host-image] Oct 28 00:11:14.129 INFO O| Oct 28 00:11:14.129 INFO ok!
94072025-10-28T00:11:14.693Z[ host-image] Oct 28 00:11:14.129 INFO O| Oct 28 00:11:14.129 INFO STEP 59 (ensure_file) COMPLETE
94082025-10-28T00:11:14.693Z[ host-image] Oct 28 00:11:14.129 INFO O| Oct 28 00:11:14.129 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94092025-10-28T00:11:14.693Z[ host-image] Oct 28 00:11:14.139 INFO O| Oct 28 00:11:14.139 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
94102025-10-28T00:11:14.693Z[ host-image] Oct 28 00:11:14.139 INFO O| Oct 28 00:11:14.139 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
94112025-10-28T00:11:14.693Z[ host-image] Oct 28 00:11:14.139 INFO O| Oct 28 00:11:14.139 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
94122025-10-28T00:11:14.693Z[ host-image] Oct 28 00:11:14.139 INFO O| Oct 28 00:11:14.139 INFO ok!
94132025-10-28T00:11:14.693Z[ host-image] Oct 28 00:11:14.139 INFO O| Oct 28 00:11:14.139 INFO STEP 60 (ensure_file) COMPLETE
94142025-10-28T00:11:14.693Z[ host-image] Oct 28 00:11:14.139 INFO O| Oct 28 00:11:14.139 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94152025-10-28T00:11:14.693Z[ host-image] Oct 28 00:11:14.147 INFO O| Oct 28 00:11:14.146 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
94162025-10-28T00:11:14.693Z[ host-image] Oct 28 00:11:14.147 INFO O| Oct 28 00:11:14.147 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
94172025-10-28T00:11:14.693Z[ host-image] Oct 28 00:11:14.147 INFO O| Oct 28 00:11:14.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
94182025-10-28T00:11:14.693Z[ host-image] Oct 28 00:11:14.147 INFO O| Oct 28 00:11:14.147 INFO ok!
94192025-10-28T00:11:14.693Z[ host-image] Oct 28 00:11:14.147 INFO O| Oct 28 00:11:14.147 INFO STEP 61 (ensure_file) COMPLETE
94202025-10-28T00:11:14.693Z[ host-image] Oct 28 00:11:14.147 INFO O| Oct 28 00:11:14.147 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94212025-10-28T00:11:14.693Z[ host-image] Oct 28 00:11:14.154 INFO O| Oct 28 00:11:14.154 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
94222025-10-28T00:11:14.693Z[ host-image] Oct 28 00:11:14.154 INFO O| Oct 28 00:11:14.154 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
94232025-10-28T00:11:14.693Z[ host-image] Oct 28 00:11:14.154 INFO O| Oct 28 00:11:14.154 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
94242025-10-28T00:11:14.693Z[ host-image] Oct 28 00:11:14.154 INFO O| Oct 28 00:11:14.154 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
94252025-10-28T00:11:14.693Z[ host-image] Oct 28 00:11:14.154 INFO O| Oct 28 00:11:14.154 INFO ok!
94262025-10-28T00:11:14.693Z[ host-image] Oct 28 00:11:14.154 INFO O| Oct 28 00:11:14.154 INFO STEP 62 (ensure_file) COMPLETE
94272025-10-28T00:11:14.694Z[ host-image] Oct 28 00:11:14.154 INFO O| Oct 28 00:11:14.154 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94282025-10-28T00:11:14.694Z[ host-image] Oct 28 00:11:14.162 INFO O| Oct 28 00:11:14.162 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
94292025-10-28T00:11:14.694Z[ host-image] Oct 28 00:11:14.162 INFO O| Oct 28 00:11:14.162 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
94302025-10-28T00:11:14.694Z[ host-image] Oct 28 00:11:14.162 INFO O| Oct 28 00:11:14.162 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
94312025-10-28T00:11:14.694Z[ host-image] Oct 28 00:11:14.162 INFO O| Oct 28 00:11:14.162 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
94322025-10-28T00:11:14.694Z[ host-image] Oct 28 00:11:14.162 INFO O| Oct 28 00:11:14.162 INFO ok!
94332025-10-28T00:11:14.694Z[ host-image] Oct 28 00:11:14.162 INFO O| Oct 28 00:11:14.162 INFO STEP 63 (ensure_file) COMPLETE
94342025-10-28T00:11:14.694Z[ host-image] Oct 28 00:11:14.162 INFO O| Oct 28 00:11:14.162 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94352025-10-28T00:11:14.694Z[ host-image] Oct 28 00:11:14.169 INFO O| Oct 28 00:11:14.169 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
94362025-10-28T00:11:14.694Z[ host-image] Oct 28 00:11:14.169 INFO O| Oct 28 00:11:14.169 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
94372025-10-28T00:11:14.694Z[ host-image] Oct 28 00:11:14.169 INFO O| Oct 28 00:11:14.169 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
94382025-10-28T00:11:14.694Z[ host-image] Oct 28 00:11:14.169 INFO O| Oct 28 00:11:14.169 INFO ok!
94392025-10-28T00:11:14.694Z[ host-image] Oct 28 00:11:14.169 INFO O| Oct 28 00:11:14.169 INFO STEP 64 (assemble_files) COMPLETE
94402025-10-28T00:11:14.694Z[ host-image] Oct 28 00:11:14.169 INFO O| Oct 28 00:11:14.169 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94412025-10-28T00:11:14.694Z[ host-image] Oct 28 00:11:14.176 INFO O| Oct 28 00:11:14.176 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
94422025-10-28T00:11:14.694Z[ host-image] Oct 28 00:11:14.176 INFO O| Oct 28 00:11:14.176 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
94432025-10-28T00:11:14.694Z[ host-image] Oct 28 00:11:14.176 INFO O| Oct 28 00:11:14.176 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
94442025-10-28T00:11:14.694Z[ host-image] Oct 28 00:11:14.176 INFO O| Oct 28 00:11:14.176 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
94452025-10-28T00:11:14.694Z[ host-image] Oct 28 00:11:14.176 INFO O| Oct 28 00:11:14.176 INFO ok!
94462025-10-28T00:11:14.694Z[ host-image] Oct 28 00:11:14.176 INFO O| Oct 28 00:11:14.176 INFO STEP 65 (ensure_file) COMPLETE
94472025-10-28T00:11:14.694Z[ host-image] Oct 28 00:11:14.176 INFO O| Oct 28 00:11:14.176 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94482025-10-28T00:11:14.695Z[ host-image] Oct 28 00:11:14.184 INFO O| Oct 28 00:11:14.184 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94492025-10-28T00:11:14.695Z[ host-image] Oct 28 00:11:14.184 INFO O| Oct 28 00:11:14.184 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94502025-10-28T00:11:14.695Z[ host-image] Oct 28 00:11:14.184 INFO O| Oct 28 00:11:14.184 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
94512025-10-28T00:11:14.695Z[ host-image] Oct 28 00:11:14.184 INFO O| Oct 28 00:11:14.184 INFO STEP 66 (ensure_dir) COMPLETE
94522025-10-28T00:11:14.695Z[ host-image] Oct 28 00:11:14.184 INFO O| Oct 28 00:11:14.184 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94532025-10-28T00:11:14.745Z[ host-image] Oct 28 00:11:14.192 INFO O| Oct 28 00:11:14.192 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
94542025-10-28T00:11:14.745Z[ host-image] Oct 28 00:11:14.192 INFO O| Oct 28 00:11:14.192 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 ...
94552025-10-28T00:11:14.745Z[ host-image] Oct 28 00:11:14.198 INFO O| Oct 28 00:11:14.198 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
94562025-10-28T00:11:14.745Z[ host-image] Oct 28 00:11:14.199 INFO O| Oct 28 00:11:14.198 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
94572025-10-28T00:11:14.745Z[ host-image] Oct 28 00:11:14.199 INFO O| Oct 28 00:11:14.198 INFO ok!
94582025-10-28T00:11:14.745Z[ host-image] Oct 28 00:11:14.199 INFO O| Oct 28 00:11:14.199 INFO STEP 67 (ensure_file) COMPLETE
94592025-10-28T00:11:14.745Z[ host-image] Oct 28 00:11:14.199 INFO O| Oct 28 00:11:14.199 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94602025-10-28T00:11:14.745Z[ host-image] Oct 28 00:11:14.206 INFO O| Oct 28 00:11:14.206 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
94612025-10-28T00:11:14.745Z[ host-image] Oct 28 00:11:14.206 INFO O| Oct 28 00:11:14.206 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 ...
94622025-10-28T00:11:14.745Z[ host-image] Oct 28 00:11:14.206 INFO O| Oct 28 00:11:14.206 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
94632025-10-28T00:11:14.745Z[ host-image] Oct 28 00:11:14.206 INFO O| Oct 28 00:11:14.206 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
94642025-10-28T00:11:14.745Z[ host-image] Oct 28 00:11:14.206 INFO O| Oct 28 00:11:14.206 INFO ok!
94652025-10-28T00:11:14.745Z[ host-image] Oct 28 00:11:14.206 INFO O| Oct 28 00:11:14.206 INFO STEP 68 (ensure_file) COMPLETE
94662025-10-28T00:11:14.746Z[ host-image] Oct 28 00:11:14.206 INFO O| Oct 28 00:11:14.206 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94672025-10-28T00:11:14.746Z[ host-image] Oct 28 00:11:14.217 INFO O| Oct 28 00:11:14.217 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
94682025-10-28T00:11:14.746Z[ host-image] Oct 28 00:11:14.217 INFO O| Oct 28 00:11:14.217 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
94692025-10-28T00:11:16.608Z[ host-image] Oct 28 00:11:16.159 INFO O| Oct 28 00:11:16.159 INFO STEP 69 (pack_tar) COMPLETE
94702025-10-28T00:11:16.609Z[ host-image] Oct 28 00:11:16.159 INFO O| Oct 28 00:11:16.159 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94712025-10-28T00:11:16.620Z[ host-image] Oct 28 00:11:16.159 INFO O| Oct 28 00:11:16.159 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
94722025-10-28T00:11:17.027Z[ host-image] Oct 28 00:11:16.576 INFO O| Oct 28 00:11:16.576 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94732025-10-28T00:11:17.108Z[ host-image] Oct 28 00:11:16.663 INFO O| Oct 28 00:11:16.663 INFO completed processing sled/ramdisk-02-trim
94742025-10-28T00:11:17.120Z[ host-image] Oct 28 00:11:16.665 INFO image builder template: zfs...
94752025-10-28T00:11:17.120Z[ host-image] Oct 28 00:11:16.665 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/.tmpl4ZrR2/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.37.424", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@17.0.0.0", "-n", "zfs"], pwd: None
94762025-10-28T00:11:17.131Z[ host-image] Oct 28 00:11:16.679 INFO O| Oct 28 00:11:16.678 INFO skip include "stress" because feature "stress" is not enabled
94772025-10-28T00:11:17.131Z[ host-image] Oct 28 00:11:16.679 INFO O| Oct 28 00:11:16.679 INFO skip include "stress" because feature "compliance" is not enabled
94782025-10-28T00:11:17.155Z[ host-image] Oct 28 00:11:16.710 INFO O| Oct 28 00:11:16.710 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
94792025-10-28T00:11:17.185Z[ host-image] Oct 28 00:11:16.713 INFO O| Oct 28 00:11:16.713 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
94802025-10-28T00:11:17.242Z[ host-image] Oct 28 00:11:16.797 INFO O| Oct 28 00:11:16.796 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
94812025-10-28T00:11:17.308Z[ host-image] Oct 28 00:11:16.863 INFO O| Oct 28 00:11:16.863 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
94822025-10-28T00:11:17.308Z[ host-image] Oct 28 00:11:16.863 INFO O| Oct 28 00:11:16.863 INFO work dataset: rpool/images/build/host/work/sled/zfs
94832025-10-28T00:11:17.317Z[ host-image] Oct 28 00:11:16.866 INFO O| Oct 28 00:11:16.866 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
94842025-10-28T00:11:17.399Z[ host-image] Oct 28 00:11:16.943 INFO O| Oct 28 00:11:16.943 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
94852025-10-28T00:11:17.454Z[ host-image] Oct 28 00:11:17.009 INFO O| Oct 28 00:11:17.009 INFO DESTROY POOL: TEMPORARY-sled-zfs
94862025-10-28T00:11:17.465Z[ host-image] Oct 28 00:11:17.016 INFO O| Oct 28 00:11:17.016 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
94872025-10-28T00:11:17.465Z[ host-image] Oct 28 00:11:17.019 INFO O| Oct 28 00:11:17.019 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
94882025-10-28T00:11:17.465Z[ host-image] Oct 28 00:11:17.019 INFO O| Oct 28 00:11:17.019 INFO no lofi found
94892025-10-28T00:11:17.465Z[ host-image] Oct 28 00:11:17.020 INFO O| Oct 28 00:11:17.020 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
94902025-10-28T00:11:17.465Z[ host-image] Oct 28 00:11:17.020 INFO O| Oct 28 00:11:17.020 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
94912025-10-28T00:11:19.447Z[ host-image] Oct 28 00:11:19.002 INFO O| Oct 28 00:11:19.002 INFO lofi device = /dev/dsk/c2t1d0p0
94922025-10-28T00:11:19.447Z[ host-image] Oct 28 00:11:19.002 INFO O| Oct 28 00:11:19.002 INFO pool device = /dev/dsk/c2t1d0p0
94932025-10-28T00:11:19.447Z[ host-image] Oct 28 00:11:19.002 INFO O| Oct 28 00:11:19.002 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/sled/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
94942025-10-28T00:11:19.557Z[ host-image] Oct 28 00:11:19.112 INFO O| Oct 28 00:11:19.112 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
94952025-10-28T00:11:19.557Z[ host-image] Oct 28 00:11:19.112 INFO O| Oct 28 00:11:19.112 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
94962025-10-28T00:11:19.575Z[ host-image] Oct 28 00:11:19.131 INFO O| Oct 28 00:11:19.131 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
94972025-10-28T00:11:19.651Z[ host-image] Oct 28 00:11:19.190 INFO O| Oct 28 00:11:19.190 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
94982025-10-28T00:11:19.714Z[ host-image] Oct 28 00:11:19.224 INFO O| Oct 28 00:11:19.224 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
94992025-10-28T00:11:19.785Z[ host-image] Oct 28 00:11:19.237 INFO O| Oct 28 00:11:19.237 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
95002025-10-28T00:11:19.785Z[ host-image] Oct 28 00:11:19.246 INFO O| Oct 28 00:11:19.246 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
95012025-10-28T00:11:19.828Z[ host-image] Oct 28 00:11:19.286 INFO O| Oct 28 00:11:19.286 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
95022025-10-28T00:11:19.828Z[ host-image] Oct 28 00:11:19.286 INFO O| Oct 28 00:11:19.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
95032025-10-28T00:11:19.828Z[ host-image] Oct 28 00:11:19.286 INFO O| Oct 28 00:11:19.286 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
95042025-10-28T00:11:19.828Z[ host-image] Oct 28 00:11:19.296 INFO O| Oct 28 00:11:19.296 INFO boot environment UUID: f3cc23a1-2add-4427-80fc-ead875ed7093
95052025-10-28T00:11:19.828Z[ host-image] Oct 28 00:11:19.296 INFO O| Oct 28 00:11:19.296 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = f3cc23a1-2add-4427-80fc-ead875ed7093
95062025-10-28T00:11:19.828Z[ host-image] Oct 28 00:11:19.305 INFO O| Oct 28 00:11:19.305 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
95072025-10-28T00:11:19.828Z[ host-image] Oct 28 00:11:19.315 INFO O| Oct 28 00:11:19.315 INFO STEP 0 (create_be) COMPLETE
95082025-10-28T00:11:19.828Z[ host-image] Oct 28 00:11:19.315 INFO O| Oct 28 00:11:19.315 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95092025-10-28T00:11:19.828Z[ host-image] Oct 28 00:11:19.327 INFO O| Oct 28 00:11:19.327 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
95102025-10-28T00:11:32.098Z[ recovery-image] Oct 28 00:11:31.656 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)
95112025-10-28T00:11:37.321Z[ recovery-image] Oct 28 00:11:36.879 INFO E| Compiling bitflags v1.3.2
95122025-10-28T00:11:37.321Z[ recovery-image] Oct 28 00:11:36.879 INFO E| Compiling plain v0.2.3
95132025-10-28T00:11:37.321Z[ recovery-image] Oct 28 00:11:36.879 INFO E| Compiling bit_field v0.10.3
95142025-10-28T00:11:37.321Z[ recovery-image] Oct 28 00:11:36.879 INFO E| Compiling scroll v0.13.0
95152025-10-28T00:11:37.321Z[ recovery-image] Oct 28 00:11:36.879 INFO E| Compiling bitflags v2.9.4
95162025-10-28T00:11:37.321Z[ recovery-image] Oct 28 00:11:36.879 INFO E| Compiling log v0.4.27
95172025-10-28T00:11:37.325Z[ recovery-image] Oct 28 00:11:36.879 INFO E| Compiling adler2 v2.0.1
95182025-10-28T00:11:37.464Z[ recovery-image] Oct 28 00:11:37.023 INFO E| Compiling raw-cpuid v10.7.0
95192025-10-28T00:11:37.627Z[ recovery-image] Oct 28 00:11:37.186 INFO E| Compiling miniz_oxide v0.8.9
95202025-10-28T00:11:37.659Z[ recovery-image] Oct 28 00:11:37.218 INFO E| Compiling bitstruct v0.1.1
95212025-10-28T00:11:37.954Z[ recovery-image] Oct 28 00:11:37.513 INFO E| Compiling static_assertions v1.1.0
95222025-10-28T00:11:38.057Z[ recovery-image] Oct 28 00:11:37.615 INFO E| Compiling cpio_reader v0.1.2
95232025-10-28T00:11:38.156Z[ recovery-image] Oct 28 00:11:37.716 INFO E| Compiling goblin v0.10.1
95242025-10-28T00:11:39.176Z[ host-image] Oct 28 00:11:38.735 INFO O| Oct 28 00:11:38.735 INFO STEP 1 (unpack_tar) COMPLETE
95252025-10-28T00:11:39.176Z[ host-image] Oct 28 00:11:38.735 INFO O| Oct 28 00:11:38.735 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95262025-10-28T00:11:39.190Z[ host-image] Oct 28 00:11:38.750 INFO O| Oct 28 00:11:38.750 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
95272025-10-28T00:11:39.303Z[ host-image] Oct 28 00:11:38.862 INFO O| Oct 28 00:11:38.862 INFO STEP 2 (devfsadm) COMPLETE
95282025-10-28T00:11:39.303Z[ host-image] Oct 28 00:11:38.862 INFO O| Oct 28 00:11:38.862 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95292025-10-28T00:11:39.316Z[ host-image] Oct 28 00:11:38.876 INFO O| Oct 28 00:11:38.876 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
95302025-10-28T00:11:39.316Z[ host-image] Oct 28 00:11:38.876 INFO O| Oct 28 00:11:38.876 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
95312025-10-28T00:11:39.319Z[ host-image] Oct 28 00:11:38.876 INFO O| Oct 28 00:11:38.876 INFO STEP 3 (ensure_dir) COMPLETE
95322025-10-28T00:11:39.320Z[ host-image] Oct 28 00:11:38.876 INFO O| Oct 28 00:11:38.876 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95332025-10-28T00:11:39.328Z[ host-image] Oct 28 00:11:38.888 INFO O| Oct 28 00:11:38.888 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
95342025-10-28T00:11:39.332Z[ host-image] Oct 28 00:11:38.888 INFO O| Oct 28 00:11:38.888 INFO STEP 4 (ensure_dir) COMPLETE
95352025-10-28T00:11:39.332Z[ host-image] Oct 28 00:11:38.888 INFO O| Oct 28 00:11:38.888 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95362025-10-28T00:11:39.341Z[ host-image] Oct 28 00:11:38.901 INFO O| Oct 28 00:11:38.901 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95372025-10-28T00:11:39.341Z[ host-image] Oct 28 00:11:38.901 INFO O| Oct 28 00:11:38.901 INFO STEP 5 (ensure_dir) COMPLETE
95382025-10-28T00:11:39.345Z[ host-image] Oct 28 00:11:38.901 INFO O| Oct 28 00:11:38.901 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95392025-10-28T00:11:39.352Z[ host-image] Oct 28 00:11:38.911 INFO O| Oct 28 00:11:38.911 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
95402025-10-28T00:11:39.352Z[ host-image] Oct 28 00:11:38.911 INFO O| Oct 28 00:11:38.911 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
95412025-10-28T00:11:39.352Z[ host-image] Oct 28 00:11:38.911 INFO O| Oct 28 00:11:38.911 INFO STEP 6 (ensure_dir) COMPLETE
95422025-10-28T00:11:39.355Z[ host-image] Oct 28 00:11:38.911 INFO O| Oct 28 00:11:38.911 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95432025-10-28T00:11:39.364Z[ host-image] Oct 28 00:11:38.924 INFO O| Oct 28 00:11:38.924 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95442025-10-28T00:11:39.365Z[ host-image] Oct 28 00:11:38.924 INFO O| Oct 28 00:11:38.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95452025-10-28T00:11:39.368Z[ host-image] Oct 28 00:11:38.924 INFO O| Oct 28 00:11:38.924 INFO STEP 7 (ensure_dir) COMPLETE
95462025-10-28T00:11:39.368Z[ host-image] Oct 28 00:11:38.924 INFO O| Oct 28 00:11:38.924 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95472025-10-28T00:11:39.377Z[ host-image] Oct 28 00:11:38.937 INFO O| Oct 28 00:11:38.937 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
95482025-10-28T00:11:39.380Z[ host-image] Oct 28 00:11:38.937 INFO O| Oct 28 00:11:38.937 INFO STEP 8 (remove_files) COMPLETE
95492025-10-28T00:11:39.381Z[ host-image] Oct 28 00:11:38.937 INFO O| Oct 28 00:11:38.937 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95502025-10-28T00:11:39.390Z[ host-image] Oct 28 00:11:38.950 INFO O| Oct 28 00:11:38.950 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
95512025-10-28T00:11:39.393Z[ host-image] Oct 28 00:11:38.951 INFO O| Oct 28 00:11:38.951 INFO STEP 9 (remove_files) COMPLETE
95522025-10-28T00:11:39.393Z[ host-image] Oct 28 00:11:38.951 INFO O| Oct 28 00:11:38.951 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95532025-10-28T00:11:39.404Z[ host-image] Oct 28 00:11:38.964 INFO O| Oct 28 00:11:38.964 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
95542025-10-28T00:11:39.408Z[ host-image] Oct 28 00:11:38.965 INFO O| Oct 28 00:11:38.965 INFO STEP 10 (remove_files) COMPLETE
95552025-10-28T00:11:39.408Z[ host-image] Oct 28 00:11:38.965 INFO O| Oct 28 00:11:38.965 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95562025-10-28T00:11:39.416Z[ host-image] Oct 28 00:11:38.976 INFO O| Oct 28 00:11:38.976 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
95572025-10-28T00:11:39.419Z[ host-image] Oct 28 00:11:38.976 INFO O| Oct 28 00:11:38.976 INFO STEP 11 (remove_files) COMPLETE
95582025-10-28T00:11:39.419Z[ host-image] Oct 28 00:11:38.976 INFO O| Oct 28 00:11:38.976 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95592025-10-28T00:11:39.427Z[ host-image] Oct 28 00:11:38.987 INFO O| Oct 28 00:11:38.987 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
95602025-10-28T00:11:39.427Z[ host-image] Oct 28 00:11:38.987 INFO O| Oct 28 00:11:38.987 INFO STEP 12 (remove_files) COMPLETE
95612025-10-28T00:11:39.430Z[ host-image] Oct 28 00:11:38.987 INFO O| Oct 28 00:11:38.987 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95622025-10-28T00:11:39.441Z[ host-image] Oct 28 00:11:39.000 INFO O| Oct 28 00:11:39.000 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
95632025-10-28T00:11:39.441Z[ host-image] Oct 28 00:11:39.000 INFO O| Oct 28 00:11:39.000 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
95642025-10-28T00:11:39.441Z[ host-image] Oct 28 00:11:39.000 INFO O| Oct 28 00:11:39.000 INFO STEP 13 (ensure_dir) COMPLETE
95652025-10-28T00:11:39.444Z[ host-image] Oct 28 00:11:39.000 INFO O| Oct 28 00:11:39.000 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95662025-10-28T00:11:39.453Z[ host-image] Oct 28 00:11:39.013 INFO O| Oct 28 00:11:39.013 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
95672025-10-28T00:11:39.453Z[ host-image] Oct 28 00:11:39.013 INFO O| Oct 28 00:11:39.013 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
95682025-10-28T00:11:39.453Z[ host-image] Oct 28 00:11:39.013 INFO O| Oct 28 00:11:39.013 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
95692025-10-28T00:11:39.456Z[ host-image] Oct 28 00:11:39.013 INFO O| Oct 28 00:11:39.013 INFO STEP 14 (ensure_dir) COMPLETE
95702025-10-28T00:11:39.456Z[ host-image] Oct 28 00:11:39.013 INFO O| Oct 28 00:11:39.013 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95712025-10-28T00:11:39.466Z[ host-image] Oct 28 00:11:39.026 INFO O| Oct 28 00:11:39.026 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95722025-10-28T00:11:39.466Z[ host-image] Oct 28 00:11:39.026 INFO O| Oct 28 00:11:39.026 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95732025-10-28T00:11:39.471Z[ host-image] Oct 28 00:11:39.026 INFO O| Oct 28 00:11:39.026 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
95742025-10-28T00:11:39.471Z[ host-image] Oct 28 00:11:39.026 INFO O| Oct 28 00:11:39.026 INFO STEP 15 (ensure_dir) COMPLETE
95752025-10-28T00:11:39.471Z[ host-image] Oct 28 00:11:39.026 INFO O| Oct 28 00:11:39.026 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95762025-10-28T00:11:39.479Z[ host-image] Oct 28 00:11:39.039 INFO O| Oct 28 00:11:39.039 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
95772025-10-28T00:11:39.479Z[ host-image] Oct 28 00:11:39.039 INFO O| Oct 28 00:11:39.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
95782025-10-28T00:11:39.482Z[ host-image] Oct 28 00:11:39.039 INFO O| Oct 28 00:11:39.039 INFO STEP 16 (ensure_dir) COMPLETE
95792025-10-28T00:11:39.483Z[ host-image] Oct 28 00:11:39.039 INFO O| Oct 28 00:11:39.039 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95802025-10-28T00:11:39.492Z[ host-image] Oct 28 00:11:39.052 INFO O| Oct 28 00:11:39.052 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95812025-10-28T00:11:39.493Z[ host-image] Oct 28 00:11:39.052 INFO O| Oct 28 00:11:39.052 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
95822025-10-28T00:11:39.493Z[ host-image] Oct 28 00:11:39.052 INFO O| Oct 28 00:11:39.052 INFO STEP 17 (ensure_dir) COMPLETE
95832025-10-28T00:11:39.497Z[ host-image] Oct 28 00:11:39.053 INFO O| Oct 28 00:11:39.052 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95842025-10-28T00:11:39.501Z[ host-image] Oct 28 00:11:39.061 INFO O| Oct 28 00:11:39.061 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
95852025-10-28T00:11:39.501Z[ host-image] Oct 28 00:11:39.061 INFO O| Oct 28 00:11:39.061 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
95862025-10-28T00:11:39.501Z[ host-image] Oct 28 00:11:39.061 INFO O| Oct 28 00:11:39.061 INFO ok!
95872025-10-28T00:11:39.501Z[ host-image] Oct 28 00:11:39.061 INFO O| Oct 28 00:11:39.061 INFO STEP 18 (ensure_symlink) COMPLETE
95882025-10-28T00:11:39.501Z[ host-image] Oct 28 00:11:39.061 INFO O| Oct 28 00:11:39.061 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
95892025-10-28T00:11:39.513Z[ host-image] Oct 28 00:11:39.072 INFO O| Oct 28 00:11:39.072 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
95902025-10-28T00:11:39.513Z[ host-image] Oct 28 00:11:39.072 INFO O| Oct 28 00:11:39.072 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
95912025-10-28T00:11:39.516Z[ host-image] Oct 28 00:11:39.072 INFO O| Oct 28 00:11:39.072 INFO ok!
95922025-10-28T00:11:39.516Z[ host-image] Oct 28 00:11:39.072 INFO O| Oct 28 00:11:39.072 INFO STEP 19 (ensure_file) COMPLETE
95932025-10-28T00:11:39.516Z[ host-image] Oct 28 00:11:39.072 INFO O| Oct 28 00:11:39.072 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95942025-10-28T00:11:39.524Z[ host-image] Oct 28 00:11:39.084 INFO O| Oct 28 00:11:39.084 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
95952025-10-28T00:11:39.524Z[ host-image] Oct 28 00:11:39.084 INFO O| Oct 28 00:11:39.084 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
95962025-10-28T00:11:39.528Z[ host-image] Oct 28 00:11:39.084 INFO O| Oct 28 00:11:39.084 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
95972025-10-28T00:11:39.528Z[ host-image] Oct 28 00:11:39.084 INFO O| Oct 28 00:11:39.084 INFO ok!
95982025-10-28T00:11:39.528Z[ host-image] Oct 28 00:11:39.084 INFO O| Oct 28 00:11:39.084 INFO STEP 20 (ensure_symlink) COMPLETE
95992025-10-28T00:11:39.528Z[ host-image] Oct 28 00:11:39.084 INFO O| Oct 28 00:11:39.084 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
96002025-10-28T00:11:39.535Z[ host-image] Oct 28 00:11:39.095 INFO O| Oct 28 00:11:39.095 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
96012025-10-28T00:11:39.538Z[ host-image] Oct 28 00:11:39.095 INFO O| Oct 28 00:11:39.095 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
96022025-10-28T00:11:39.539Z[ host-image] Oct 28 00:11:39.095 INFO O| Oct 28 00:11:39.095 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
96032025-10-28T00:11:39.539Z[ host-image] Oct 28 00:11:39.095 INFO O| Oct 28 00:11:39.095 INFO ok!
96042025-10-28T00:11:39.539Z[ host-image] Oct 28 00:11:39.095 INFO O| Oct 28 00:11:39.095 INFO STEP 21 (ensure_symlink) COMPLETE
96052025-10-28T00:11:39.539Z[ host-image] Oct 28 00:11:39.095 INFO O| Oct 28 00:11:39.095 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
96062025-10-28T00:11:39.547Z[ host-image] Oct 28 00:11:39.107 INFO O| Oct 28 00:11:39.107 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
96072025-10-28T00:11:39.547Z[ host-image] Oct 28 00:11:39.107 INFO O| Oct 28 00:11:39.107 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
96082025-10-28T00:11:39.550Z[ host-image] Oct 28 00:11:39.107 INFO O| Oct 28 00:11:39.107 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
96092025-10-28T00:11:39.550Z[ host-image] Oct 28 00:11:39.107 INFO O| Oct 28 00:11:39.107 INFO ok!
96102025-10-28T00:11:39.550Z[ host-image] Oct 28 00:11:39.107 INFO O| Oct 28 00:11:39.107 INFO STEP 22 (ensure_symlink) COMPLETE
96112025-10-28T00:11:39.550Z[ host-image] Oct 28 00:11:39.107 INFO O| Oct 28 00:11:39.107 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
96122025-10-28T00:11:39.559Z[ host-image] Oct 28 00:11:39.120 INFO O| Oct 28 00:11:39.119 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
96132025-10-28T00:11:39.560Z[ host-image] Oct 28 00:11:39.120 INFO O| Oct 28 00:11:39.120 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
96142025-10-28T00:11:39.560Z[ host-image] Oct 28 00:11:39.120 INFO O| Oct 28 00:11:39.120 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
96152025-10-28T00:11:39.563Z[ host-image] Oct 28 00:11:39.120 INFO O| Oct 28 00:11:39.120 INFO ok!
96162025-10-28T00:11:39.563Z[ host-image] Oct 28 00:11:39.120 INFO O| Oct 28 00:11:39.120 INFO STEP 23 (ensure_symlink) COMPLETE
96172025-10-28T00:11:39.563Z[ host-image] Oct 28 00:11:39.120 INFO O| Oct 28 00:11:39.120 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96182025-10-28T00:11:39.571Z[ host-image] Oct 28 00:11:39.130 INFO O| Oct 28 00:11:39.130 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
96192025-10-28T00:11:39.571Z[ host-image] Oct 28 00:11:39.130 INFO O| Oct 28 00:11:39.130 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
96202025-10-28T00:11:39.574Z[ host-image] Oct 28 00:11:39.131 INFO O| Oct 28 00:11:39.131 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
96212025-10-28T00:11:39.574Z[ host-image] Oct 28 00:11:39.131 INFO O| Oct 28 00:11:39.131 INFO ok!
96222025-10-28T00:11:39.574Z[ host-image] Oct 28 00:11:39.131 INFO O| Oct 28 00:11:39.131 INFO STEP 24 (ensure_file) COMPLETE
96232025-10-28T00:11:39.574Z[ host-image] Oct 28 00:11:39.131 INFO O| Oct 28 00:11:39.131 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
96242025-10-28T00:11:39.583Z[ host-image] Oct 28 00:11:39.143 INFO O| Oct 28 00:11:39.143 INFO updating shadow file
96252025-10-28T00:11:39.586Z[ host-image] Oct 28 00:11:39.143 INFO O| Oct 28 00:11:39.143 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
96262025-10-28T00:11:39.586Z[ host-image] Oct 28 00:11:39.143 INFO O| Oct 28 00:11:39.143 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
96272025-10-28T00:11:39.587Z[ host-image] Oct 28 00:11:39.143 INFO O| Oct 28 00:11:39.143 INFO STEP 25 (shadow) COMPLETE
96282025-10-28T00:11:39.587Z[ host-image] Oct 28 00:11:39.143 INFO O| Oct 28 00:11:39.143 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96292025-10-28T00:11:39.592Z[ host-image] Oct 28 00:11:39.152 INFO O| Oct 28 00:11:39.152 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
96302025-10-28T00:11:39.592Z[ host-image] Oct 28 00:11:39.152 INFO O| Oct 28 00:11:39.152 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
96312025-10-28T00:11:39.595Z[ host-image] Oct 28 00:11:39.152 INFO O| Oct 28 00:11:39.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
96322025-10-28T00:11:39.595Z[ host-image] Oct 28 00:11:39.152 INFO O| Oct 28 00:11:39.152 INFO ok!
96332025-10-28T00:11:39.595Z[ host-image] Oct 28 00:11:39.152 INFO O| Oct 28 00:11:39.152 INFO STEP 26 (ensure_file) COMPLETE
96342025-10-28T00:11:39.595Z[ host-image] Oct 28 00:11:39.152 INFO O| Oct 28 00:11:39.152 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96352025-10-28T00:11:39.600Z[ host-image] Oct 28 00:11:39.160 INFO O| Oct 28 00:11:39.160 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
96362025-10-28T00:11:39.600Z[ host-image] Oct 28 00:11:39.160 INFO O| Oct 28 00:11:39.160 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
96372025-10-28T00:11:39.604Z[ host-image] Oct 28 00:11:39.160 INFO O| Oct 28 00:11:39.160 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
96382025-10-28T00:11:39.604Z[ host-image] Oct 28 00:11:39.160 INFO O| Oct 28 00:11:39.160 INFO ok!
96392025-10-28T00:11:39.604Z[ host-image] Oct 28 00:11:39.160 INFO O| Oct 28 00:11:39.160 INFO STEP 27 (ensure_file) COMPLETE
96402025-10-28T00:11:39.604Z[ host-image] Oct 28 00:11:39.160 INFO O| Oct 28 00:11:39.160 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96412025-10-28T00:11:39.613Z[ host-image] Oct 28 00:11:39.173 INFO O| Oct 28 00:11:39.173 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
96422025-10-28T00:11:39.616Z[ host-image] Oct 28 00:11:39.173 INFO O| Oct 28 00:11:39.173 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
96432025-10-28T00:11:39.616Z[ host-image] Oct 28 00:11:39.173 INFO O| Oct 28 00:11:39.173 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
96442025-10-28T00:11:39.616Z[ host-image] Oct 28 00:11:39.173 INFO O| Oct 28 00:11:39.173 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
96452025-10-28T00:11:39.616Z[ host-image] Oct 28 00:11:39.173 INFO O| Oct 28 00:11:39.173 INFO ok!
96462025-10-28T00:11:39.616Z[ host-image] Oct 28 00:11:39.173 INFO O| Oct 28 00:11:39.173 INFO STEP 28 (ensure_file) COMPLETE
96472025-10-28T00:11:39.616Z[ host-image] Oct 28 00:11:39.173 INFO O| Oct 28 00:11:39.173 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96482025-10-28T00:11:39.621Z[ host-image] Oct 28 00:11:39.181 INFO O| Oct 28 00:11:39.181 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
96492025-10-28T00:11:39.625Z[ host-image] Oct 28 00:11:39.181 INFO O| Oct 28 00:11:39.181 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
96502025-10-28T00:11:39.625Z[ host-image] Oct 28 00:11:39.181 INFO O| Oct 28 00:11:39.181 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
96512025-10-28T00:11:39.625Z[ host-image] Oct 28 00:11:39.181 INFO O| Oct 28 00:11:39.181 INFO ok!
96522025-10-28T00:11:39.625Z[ host-image] Oct 28 00:11:39.181 INFO O| Oct 28 00:11:39.181 INFO STEP 29 (ensure_file) COMPLETE
96532025-10-28T00:11:39.625Z[ host-image] Oct 28 00:11:39.181 INFO O| Oct 28 00:11:39.181 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
96542025-10-28T00:11:39.629Z[ host-image] Oct 28 00:11:39.189 INFO O| Oct 28 00:11:39.189 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
96552025-10-28T00:11:39.629Z[ host-image] Oct 28 00:11:39.189 INFO O| Oct 28 00:11:39.189 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
96562025-10-28T00:11:39.632Z[ host-image] Oct 28 00:11:39.189 INFO O| Oct 28 00:11:39.189 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
96572025-10-28T00:11:39.633Z[ host-image] Oct 28 00:11:39.189 INFO O| Oct 28 00:11:39.189 INFO STEP 30 (ensure_dir) COMPLETE
96582025-10-28T00:11:39.633Z[ host-image] Oct 28 00:11:39.189 INFO O| Oct 28 00:11:39.189 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96592025-10-28T00:11:39.638Z[ host-image] Oct 28 00:11:39.198 INFO O| Oct 28 00:11:39.198 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
96602025-10-28T00:11:39.638Z[ host-image] Oct 28 00:11:39.198 INFO O| Oct 28 00:11:39.198 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
96612025-10-28T00:11:39.641Z[ host-image] Oct 28 00:11:39.198 INFO O| Oct 28 00:11:39.198 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
96622025-10-28T00:11:39.641Z[ host-image] Oct 28 00:11:39.198 INFO O| Oct 28 00:11:39.198 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
96632025-10-28T00:11:39.641Z[ host-image] Oct 28 00:11:39.198 INFO O| Oct 28 00:11:39.198 INFO ok!
96642025-10-28T00:11:39.641Z[ host-image] Oct 28 00:11:39.198 INFO O| Oct 28 00:11:39.198 INFO STEP 31 (ensure_file) COMPLETE
96652025-10-28T00:11:39.642Z[ host-image] Oct 28 00:11:39.198 INFO O| Oct 28 00:11:39.198 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
96662025-10-28T00:11:39.646Z[ host-image] Oct 28 00:11:39.206 INFO O| Oct 28 00:11:39.206 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
96672025-10-28T00:11:39.646Z[ host-image] Oct 28 00:11:39.206 INFO O| Oct 28 00:11:39.206 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
96682025-10-28T00:11:39.649Z[ host-image] Oct 28 00:11:39.206 INFO O| Oct 28 00:11:39.206 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
96692025-10-28T00:11:39.650Z[ host-image] Oct 28 00:11:39.206 INFO O| Oct 28 00:11:39.206 INFO STEP 32 (ensure_dir) COMPLETE
96702025-10-28T00:11:39.650Z[ host-image] Oct 28 00:11:39.206 INFO O| Oct 28 00:11:39.206 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
96712025-10-28T00:11:39.658Z[ host-image] Oct 28 00:11:39.218 INFO O| Oct 28 00:11:39.218 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
96722025-10-28T00:11:39.662Z[ host-image] Oct 28 00:11:39.218 INFO O| Oct 28 00:11:39.218 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 ...
96732025-10-28T00:11:39.662Z[ host-image] Oct 28 00:11:39.218 INFO O| Oct 28 00:11:39.218 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
96742025-10-28T00:11:39.662Z[ host-image] Oct 28 00:11:39.218 INFO O| Oct 28 00:11:39.218 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
96752025-10-28T00:11:39.662Z[ host-image] Oct 28 00:11:39.218 INFO O| Oct 28 00:11:39.218 INFO ok!
96762025-10-28T00:11:39.662Z[ host-image] Oct 28 00:11:39.218 INFO O| Oct 28 00:11:39.218 INFO STEP 33 (ensure_file) COMPLETE
96772025-10-28T00:11:39.662Z[ host-image] Oct 28 00:11:39.218 INFO O| Oct 28 00:11:39.218 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96782025-10-28T00:11:39.670Z[ host-image] Oct 28 00:11:39.226 INFO O| Oct 28 00:11:39.226 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
96792025-10-28T00:11:39.670Z[ host-image] Oct 28 00:11:39.226 INFO O| Oct 28 00:11:39.226 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
96802025-10-28T00:11:39.674Z[ host-image] Oct 28 00:11:39.226 INFO O| Oct 28 00:11:39.226 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
96812025-10-28T00:11:39.674Z[ host-image] Oct 28 00:11:39.226 INFO O| Oct 28 00:11:39.226 INFO ok!
96822025-10-28T00:11:39.674Z[ host-image] Oct 28 00:11:39.227 INFO O| Oct 28 00:11:39.226 INFO STEP 34 (ensure_file) COMPLETE
96832025-10-28T00:11:39.674Z[ host-image] Oct 28 00:11:39.227 INFO O| Oct 28 00:11:39.226 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96842025-10-28T00:11:39.677Z[ host-image] Oct 28 00:11:39.237 INFO O| Oct 28 00:11:39.237 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
96852025-10-28T00:11:39.677Z[ host-image] Oct 28 00:11:39.237 INFO O| Oct 28 00:11:39.237 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
96862025-10-28T00:11:39.677Z[ host-image] Oct 28 00:11:39.237 INFO O| Oct 28 00:11:39.237 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
96872025-10-28T00:11:39.677Z[ host-image] Oct 28 00:11:39.237 INFO O| Oct 28 00:11:39.237 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
96882025-10-28T00:11:39.677Z[ host-image] Oct 28 00:11:39.237 INFO O| Oct 28 00:11:39.237 INFO ok!
96892025-10-28T00:11:39.677Z[ host-image] Oct 28 00:11:39.237 INFO O| Oct 28 00:11:39.237 INFO STEP 35 (ensure_file) COMPLETE
96902025-10-28T00:11:39.681Z[ host-image] Oct 28 00:11:39.237 INFO O| Oct 28 00:11:39.237 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96912025-10-28T00:11:39.687Z[ host-image] Oct 28 00:11:39.247 INFO O| Oct 28 00:11:39.247 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
96922025-10-28T00:11:39.687Z[ host-image] Oct 28 00:11:39.247 INFO O| Oct 28 00:11:39.247 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
96932025-10-28T00:11:39.691Z[ host-image] Oct 28 00:11:39.248 INFO O| Oct 28 00:11:39.248 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
96942025-10-28T00:11:39.691Z[ host-image] Oct 28 00:11:39.248 INFO O| Oct 28 00:11:39.248 INFO ok!
96952025-10-28T00:11:39.691Z[ host-image] Oct 28 00:11:39.248 INFO O| Oct 28 00:11:39.248 INFO STEP 36 (ensure_file) COMPLETE
96962025-10-28T00:11:39.691Z[ host-image] Oct 28 00:11:39.248 INFO O| Oct 28 00:11:39.248 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96972025-10-28T00:11:39.696Z[ host-image] Oct 28 00:11:39.256 INFO O| Oct 28 00:11:39.256 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
96982025-10-28T00:11:39.696Z[ host-image] Oct 28 00:11:39.256 INFO O| Oct 28 00:11:39.256 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
96992025-10-28T00:11:39.700Z[ host-image] Oct 28 00:11:39.256 INFO O| Oct 28 00:11:39.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
97002025-10-28T00:11:39.700Z[ host-image] Oct 28 00:11:39.256 INFO O| Oct 28 00:11:39.256 INFO ok!
97012025-10-28T00:11:39.700Z[ host-image] Oct 28 00:11:39.257 INFO O| Oct 28 00:11:39.256 INFO STEP 37 (ensure_file) COMPLETE
97022025-10-28T00:11:39.700Z[ host-image] Oct 28 00:11:39.257 INFO O| Oct 28 00:11:39.256 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97032025-10-28T00:11:39.704Z[ host-image] Oct 28 00:11:39.264 INFO O| Oct 28 00:11:39.264 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
97042025-10-28T00:11:39.708Z[ host-image] Oct 28 00:11:39.264 INFO O| Oct 28 00:11:39.264 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
97052025-10-28T00:11:39.708Z[ host-image] Oct 28 00:11:39.265 INFO O| Oct 28 00:11:39.265 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
97062025-10-28T00:11:39.708Z[ host-image] Oct 28 00:11:39.265 INFO O| Oct 28 00:11:39.265 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
97072025-10-28T00:11:39.708Z[ host-image] Oct 28 00:11:39.265 INFO O| Oct 28 00:11:39.265 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
97082025-10-28T00:11:39.708Z[ host-image] Oct 28 00:11:39.265 INFO O| Oct 28 00:11:39.265 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
97092025-10-28T00:11:39.708Z[ host-image] Oct 28 00:11:39.265 INFO O| Oct 28 00:11:39.265 INFO ok!
97102025-10-28T00:11:39.708Z[ host-image] Oct 28 00:11:39.265 INFO O| Oct 28 00:11:39.265 INFO STEP 38 (ensure_file) COMPLETE
97112025-10-28T00:11:39.708Z[ host-image] Oct 28 00:11:39.265 INFO O| Oct 28 00:11:39.265 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
97122025-10-28T00:11:39.713Z[ host-image] Oct 28 00:11:39.273 INFO O| Oct 28 00:11:39.273 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
97132025-10-28T00:11:39.716Z[ host-image] Oct 28 00:11:39.273 INFO O| Oct 28 00:11:39.273 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
97142025-10-28T00:11:39.716Z[ host-image] Oct 28 00:11:39.273 INFO O| Oct 28 00:11:39.273 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
97152025-10-28T00:11:39.716Z[ host-image] Oct 28 00:11:39.273 INFO O| Oct 28 00:11:39.273 INFO STEP 39 (ensure_dir) COMPLETE
97162025-10-28T00:11:39.716Z[ host-image] Oct 28 00:11:39.273 INFO O| Oct 28 00:11:39.273 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
97172025-10-28T00:11:39.727Z[ host-image] Oct 28 00:11:39.285 INFO O| Oct 28 00:11:39.285 INFO file /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
97182025-10-28T00:11:39.727Z[ host-image] Oct 28 00:11:39.285 INFO O| Oct 28 00:11:39.285 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
97192025-10-28T00:11:39.730Z[ host-image] Oct 28 00:11:39.285 INFO O| Oct 28 00:11:39.285 INFO perms are 644, should be 555, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
97202025-10-28T00:11:39.730Z[ host-image] Oct 28 00:11:39.285 INFO O| Oct 28 00:11:39.285 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
97212025-10-28T00:11:39.730Z[ host-image] Oct 28 00:11:39.285 INFO O| Oct 28 00:11:39.285 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
97222025-10-28T00:11:39.730Z[ host-image] Oct 28 00:11:39.285 INFO O| Oct 28 00:11:39.285 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
97232025-10-28T00:11:39.730Z[ host-image] Oct 28 00:11:39.285 INFO O| Oct 28 00:11:39.285 INFO ok!
97242025-10-28T00:11:39.730Z[ host-image] Oct 28 00:11:39.285 INFO O| Oct 28 00:11:39.285 INFO STEP 40 (ensure_file) COMPLETE
97252025-10-28T00:11:39.730Z[ host-image] Oct 28 00:11:39.285 INFO O| Oct 28 00:11:39.285 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
97262025-10-28T00:11:39.737Z[ host-image] Oct 28 00:11:39.297 INFO O| Oct 28 00:11:39.297 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
97272025-10-28T00:11:39.737Z[ host-image] Oct 28 00:11:39.297 INFO O| Oct 28 00:11:39.297 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 ...
97282025-10-28T00:11:39.741Z[ host-image] Oct 28 00:11:39.297 INFO O| Oct 28 00:11:39.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
97292025-10-28T00:11:39.741Z[ host-image] Oct 28 00:11:39.297 INFO O| Oct 28 00:11:39.297 INFO ok!
97302025-10-28T00:11:39.741Z[ host-image] Oct 28 00:11:39.297 INFO O| Oct 28 00:11:39.297 INFO STEP 41 (ensure_symlink) COMPLETE
97312025-10-28T00:11:39.741Z[ host-image] Oct 28 00:11:39.297 INFO O| Oct 28 00:11:39.297 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
97322025-10-28T00:11:39.747Z[ host-image] Oct 28 00:11:39.307 INFO O| Oct 28 00:11:39.307 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
97332025-10-28T00:11:39.750Z[ host-image] Oct 28 00:11:39.307 INFO O| Oct 28 00:11:39.307 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
97342025-10-28T00:11:39.750Z[ host-image] Oct 28 00:11:39.307 INFO O| Oct 28 00:11:39.307 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
97352025-10-28T00:11:39.750Z[ host-image] Oct 28 00:11:39.307 INFO O| Oct 28 00:11:39.307 INFO ok!
97362025-10-28T00:11:39.750Z[ host-image] Oct 28 00:11:39.307 INFO O| Oct 28 00:11:39.307 INFO STEP 42 (ensure_symlink) COMPLETE
97372025-10-28T00:11:39.750Z[ host-image] Oct 28 00:11:39.307 INFO O| Oct 28 00:11:39.307 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97382025-10-28T00:11:39.760Z[ host-image] Oct 28 00:11:39.318 INFO O| Oct 28 00:11:39.318 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
97392025-10-28T00:11:39.760Z[ host-image] Oct 28 00:11:39.318 INFO O| Oct 28 00:11:39.318 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
97402025-10-28T00:11:39.764Z[ host-image] Oct 28 00:11:39.319 INFO O| Oct 28 00:11:39.319 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
97412025-10-28T00:11:39.764Z[ host-image] Oct 28 00:11:39.319 INFO O| Oct 28 00:11:39.319 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
97422025-10-28T00:11:39.764Z[ host-image] Oct 28 00:11:39.319 INFO O| Oct 28 00:11:39.319 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
97432025-10-28T00:11:39.764Z[ host-image] Oct 28 00:11:39.319 INFO O| Oct 28 00:11:39.319 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
97442025-10-28T00:11:39.764Z[ host-image] Oct 28 00:11:39.319 INFO O| Oct 28 00:11:39.319 INFO ok!
97452025-10-28T00:11:39.764Z[ host-image] Oct 28 00:11:39.319 INFO O| Oct 28 00:11:39.319 INFO STEP 43 (ensure_file) COMPLETE
97462025-10-28T00:11:39.764Z[ host-image] Oct 28 00:11:39.319 INFO O| Oct 28 00:11:39.319 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97472025-10-28T00:11:39.767Z[ host-image] Oct 28 00:11:39.327 INFO O| Oct 28 00:11:39.327 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
97482025-10-28T00:11:39.767Z[ host-image] Oct 28 00:11:39.327 INFO O| Oct 28 00:11:39.327 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 ...
97492025-10-28T00:11:39.771Z[ host-image] Oct 28 00:11:39.328 INFO O| Oct 28 00:11:39.328 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
97502025-10-28T00:11:39.771Z[ host-image] Oct 28 00:11:39.328 INFO O| Oct 28 00:11:39.328 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
97512025-10-28T00:11:39.771Z[ host-image] Oct 28 00:11:39.328 INFO O| Oct 28 00:11:39.328 INFO ok!
97522025-10-28T00:11:39.771Z[ host-image] Oct 28 00:11:39.328 INFO O| Oct 28 00:11:39.328 INFO STEP 44 (ensure_file) COMPLETE
97532025-10-28T00:11:39.771Z[ host-image] Oct 28 00:11:39.328 INFO O| Oct 28 00:11:39.328 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97542025-10-28T00:11:39.779Z[ host-image] Oct 28 00:11:39.336 INFO O| Oct 28 00:11:39.336 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
97552025-10-28T00:11:39.779Z[ host-image] Oct 28 00:11:39.336 INFO O| Oct 28 00:11:39.336 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
97562025-10-28T00:11:39.782Z[ host-image] Oct 28 00:11:39.337 INFO O| Oct 28 00:11:39.336 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
97572025-10-28T00:11:39.782Z[ host-image] Oct 28 00:11:39.337 INFO O| Oct 28 00:11:39.336 INFO ok!
97582025-10-28T00:11:39.782Z[ host-image] Oct 28 00:11:39.337 INFO O| Oct 28 00:11:39.337 INFO STEP 45 (ensure_file) COMPLETE
97592025-10-28T00:11:39.782Z[ host-image] Oct 28 00:11:39.337 INFO O| Oct 28 00:11:39.337 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
97602025-10-28T00:11:39.791Z[ host-image] Oct 28 00:11:39.345 INFO O| Oct 28 00:11:39.345 INFO updating shadow file
97612025-10-28T00:11:39.791Z[ host-image] Oct 28 00:11:39.345 INFO O| Oct 28 00:11:39.345 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
97622025-10-28T00:11:39.791Z[ host-image] Oct 28 00:11:39.345 INFO O| Oct 28 00:11:39.345 INFO STEP 46 (shadow) COMPLETE
97632025-10-28T00:11:39.791Z[ host-image] Oct 28 00:11:39.345 INFO O| Oct 28 00:11:39.345 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
97642025-10-28T00:11:39.798Z[ host-image] Oct 28 00:11:39.358 INFO O| Oct 28 00:11:39.358 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
97652025-10-28T00:11:39.798Z[ host-image] Oct 28 00:11:39.358 INFO O| Oct 28 00:11:39.358 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
97662025-10-28T00:11:39.802Z[ host-image] Oct 28 00:11:39.358 INFO O| Oct 28 00:11:39.358 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
97672025-10-28T00:11:39.802Z[ host-image] Oct 28 00:11:39.358 INFO O| Oct 28 00:11:39.358 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
97682025-10-28T00:11:39.802Z[ host-image] Oct 28 00:11:39.358 INFO O| Oct 28 00:11:39.358 INFO ok!
97692025-10-28T00:11:39.802Z[ host-image] Oct 28 00:11:39.358 INFO O| Oct 28 00:11:39.358 INFO STEP 47 (ensure_file) COMPLETE
97702025-10-28T00:11:39.802Z[ host-image] Oct 28 00:11:39.358 INFO O| Oct 28 00:11:39.358 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97712025-10-28T00:11:39.802Z[ host-image] Oct 28 00:11:39.358 INFO O| Oct 28 00:11:39.358 INFO skip step because feature "mfg" is not enabled
97722025-10-28T00:11:39.802Z[ host-image] Oct 28 00:11:39.358 INFO O| Oct 28 00:11:39.358 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97732025-10-28T00:11:39.802Z[ host-image] Oct 28 00:11:39.358 INFO O| Oct 28 00:11:39.358 INFO skip step because feature "mfg" is not enabled
97742025-10-28T00:11:39.802Z[ host-image] Oct 28 00:11:39.358 INFO O| Oct 28 00:11:39.358 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97752025-10-28T00:11:39.813Z[ host-image] Oct 28 00:11:39.373 INFO O| Oct 28 00:11:39.373 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
97762025-10-28T00:11:39.813Z[ host-image] Oct 28 00:11:39.373 INFO O| Oct 28 00:11:39.373 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
97772025-10-28T00:11:40.541Z[ host-image] Oct 28 00:11:40.101 INFO O| Oct 28 00:11:40.101 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
97782025-10-28T00:11:40.541Z[ host-image] Oct 28 00:11:40.101 INFO O| Oct 28 00:11:40.101 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
97792025-10-28T00:11:40.541Z[ host-image] Oct 28 00:11:40.101 INFO O| Oct 28 00:11:40.101 INFO ok!
97802025-10-28T00:11:40.541Z[ host-image] Oct 28 00:11:40.101 INFO O| Oct 28 00:11:40.101 INFO STEP 50 (ensure_file) COMPLETE
97812025-10-28T00:11:40.545Z[ host-image] Oct 28 00:11:40.101 INFO O| Oct 28 00:11:40.101 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97822025-10-28T00:11:40.545Z[ host-image] Oct 28 00:11:40.101 INFO O| Oct 28 00:11:40.101 INFO skip step because feature "compliance" is not enabled
97832025-10-28T00:11:40.545Z[ host-image] Oct 28 00:11:40.101 INFO O| Oct 28 00:11:40.101 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97842025-10-28T00:11:40.551Z[ host-image] Oct 28 00:11:40.112 INFO O| Oct 28 00:11:40.111 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
97852025-10-28T00:11:40.551Z[ host-image] Oct 28 00:11:40.112 INFO O| Oct 28 00:11:40.111 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
97862025-10-28T00:11:40.555Z[ host-image] Oct 28 00:11:40.112 INFO O| Oct 28 00:11:40.112 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97872025-10-28T00:11:40.555Z[ host-image] Oct 28 00:11:40.112 INFO O| Oct 28 00:11:40.112 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97882025-10-28T00:11:40.555Z[ host-image] Oct 28 00:11:40.112 INFO O| Oct 28 00:11:40.112 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97892025-10-28T00:11:40.555Z[ host-image] Oct 28 00:11:40.112 INFO O| Oct 28 00:11:40.112 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
97902025-10-28T00:11:40.555Z[ host-image] Oct 28 00:11:40.112 INFO O| Oct 28 00:11:40.112 INFO ok!
97912025-10-28T00:11:40.555Z[ host-image] Oct 28 00:11:40.112 INFO O| Oct 28 00:11:40.112 INFO STEP 52 (ensure_file) COMPLETE
97922025-10-28T00:11:40.555Z[ host-image] Oct 28 00:11:40.113 INFO O| Oct 28 00:11:40.113 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97932025-10-28T00:11:40.562Z[ host-image] Oct 28 00:11:40.122 INFO O| Oct 28 00:11:40.122 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
97942025-10-28T00:11:40.562Z[ host-image] Oct 28 00:11:40.122 INFO O| Oct 28 00:11:40.122 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 ...
97952025-10-28T00:11:40.566Z[ host-image] Oct 28 00:11:40.123 INFO O| Oct 28 00:11:40.123 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
97962025-10-28T00:11:40.566Z[ host-image] Oct 28 00:11:40.123 INFO O| Oct 28 00:11:40.123 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
97972025-10-28T00:11:40.566Z[ host-image] Oct 28 00:11:40.123 INFO O| Oct 28 00:11:40.123 INFO ok!
97982025-10-28T00:11:40.566Z[ host-image] Oct 28 00:11:40.123 INFO O| Oct 28 00:11:40.123 INFO STEP 53 (ensure_file) COMPLETE
97992025-10-28T00:11:40.566Z[ host-image] Oct 28 00:11:40.123 INFO O| Oct 28 00:11:40.123 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98002025-10-28T00:11:40.571Z[ host-image] Oct 28 00:11:40.131 INFO O| Oct 28 00:11:40.131 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
98012025-10-28T00:11:40.571Z[ host-image] Oct 28 00:11:40.131 INFO O| Oct 28 00:11:40.131 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 ...
98022025-10-28T00:11:40.574Z[ host-image] Oct 28 00:11:40.132 INFO O| Oct 28 00:11:40.132 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
98032025-10-28T00:11:40.574Z[ host-image] Oct 28 00:11:40.132 INFO O| Oct 28 00:11:40.132 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
98042025-10-28T00:11:40.574Z[ host-image] Oct 28 00:11:40.132 INFO O| Oct 28 00:11:40.132 INFO ok!
98052025-10-28T00:11:40.574Z[ host-image] Oct 28 00:11:40.132 INFO O| Oct 28 00:11:40.132 INFO STEP 54 (ensure_file) COMPLETE
98062025-10-28T00:11:40.574Z[ host-image] Oct 28 00:11:40.132 INFO O| Oct 28 00:11:40.132 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98072025-10-28T00:11:40.583Z[ host-image] Oct 28 00:11:40.142 INFO O| Oct 28 00:11:40.142 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
98082025-10-28T00:11:40.583Z[ host-image] Oct 28 00:11:40.142 INFO O| Oct 28 00:11:40.142 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 ...
98092025-10-28T00:11:40.587Z[ host-image] Oct 28 00:11:40.143 INFO O| Oct 28 00:11:40.143 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
98102025-10-28T00:11:40.587Z[ host-image] Oct 28 00:11:40.143 INFO O| Oct 28 00:11:40.143 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
98112025-10-28T00:11:40.587Z[ host-image] Oct 28 00:11:40.143 INFO O| Oct 28 00:11:40.143 INFO ok!
98122025-10-28T00:11:40.587Z[ host-image] Oct 28 00:11:40.143 INFO O| Oct 28 00:11:40.143 INFO STEP 55 (ensure_file) COMPLETE
98132025-10-28T00:11:40.587Z[ host-image] Oct 28 00:11:40.143 INFO O| Oct 28 00:11:40.143 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98142025-10-28T00:11:40.593Z[ host-image] Oct 28 00:11:40.153 INFO O| Oct 28 00:11:40.153 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
98152025-10-28T00:11:40.593Z[ host-image] Oct 28 00:11:40.153 INFO O| Oct 28 00:11:40.153 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 ...
98162025-10-28T00:11:40.596Z[ host-image] Oct 28 00:11:40.154 INFO O| Oct 28 00:11:40.154 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
98172025-10-28T00:11:40.596Z[ host-image] Oct 28 00:11:40.154 INFO O| Oct 28 00:11:40.154 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
98182025-10-28T00:11:40.596Z[ host-image] Oct 28 00:11:40.154 INFO O| Oct 28 00:11:40.154 INFO ok!
98192025-10-28T00:11:40.596Z[ host-image] Oct 28 00:11:40.154 INFO O| Oct 28 00:11:40.154 INFO STEP 56 (ensure_file) COMPLETE
98202025-10-28T00:11:40.596Z[ host-image] Oct 28 00:11:40.154 INFO O| Oct 28 00:11:40.154 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98212025-10-28T00:11:40.605Z[ host-image] Oct 28 00:11:40.166 INFO O| Oct 28 00:11:40.166 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
98222025-10-28T00:11:40.606Z[ host-image] Oct 28 00:11:40.166 INFO O| Oct 28 00:11:40.166 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 ...
98232025-10-28T00:11:40.611Z[ host-image] Oct 28 00:11:40.167 INFO O| Oct 28 00:11:40.167 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
98242025-10-28T00:11:40.611Z[ host-image] Oct 28 00:11:40.167 INFO O| Oct 28 00:11:40.167 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
98252025-10-28T00:11:40.611Z[ host-image] Oct 28 00:11:40.167 INFO O| Oct 28 00:11:40.167 INFO ok!
98262025-10-28T00:11:40.611Z[ host-image] Oct 28 00:11:40.167 INFO O| Oct 28 00:11:40.167 INFO STEP 57 (ensure_file) COMPLETE
98272025-10-28T00:11:40.611Z[ host-image] Oct 28 00:11:40.167 INFO O| Oct 28 00:11:40.167 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98282025-10-28T00:11:40.619Z[ host-image] Oct 28 00:11:40.178 INFO O| Oct 28 00:11:40.177 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
98292025-10-28T00:11:40.623Z[ host-image] Oct 28 00:11:40.178 INFO O| Oct 28 00:11:40.178 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 ...
98302025-10-28T00:11:40.623Z[ host-image] Oct 28 00:11:40.178 INFO O| Oct 28 00:11:40.178 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
98312025-10-28T00:11:40.623Z[ host-image] Oct 28 00:11:40.179 INFO O| Oct 28 00:11:40.178 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
98322025-10-28T00:11:40.623Z[ host-image] Oct 28 00:11:40.179 INFO O| Oct 28 00:11:40.178 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
98332025-10-28T00:11:40.623Z[ host-image] Oct 28 00:11:40.179 INFO O| Oct 28 00:11:40.179 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
98342025-10-28T00:11:40.623Z[ host-image] Oct 28 00:11:40.179 INFO O| Oct 28 00:11:40.179 INFO ok!
98352025-10-28T00:11:40.623Z[ host-image] Oct 28 00:11:40.179 INFO O| Oct 28 00:11:40.179 INFO STEP 58 (ensure_file) COMPLETE
98362025-10-28T00:11:40.623Z[ host-image] Oct 28 00:11:40.179 INFO O| Oct 28 00:11:40.179 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98372025-10-28T00:11:40.631Z[ host-image] Oct 28 00:11:40.191 INFO O| Oct 28 00:11:40.191 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
98382025-10-28T00:11:40.631Z[ host-image] Oct 28 00:11:40.191 INFO O| Oct 28 00:11:40.191 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 ...
98392025-10-28T00:11:40.635Z[ host-image] Oct 28 00:11:40.192 INFO O| Oct 28 00:11:40.192 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
98402025-10-28T00:11:40.635Z[ host-image] Oct 28 00:11:40.192 INFO O| Oct 28 00:11:40.192 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
98412025-10-28T00:11:40.635Z[ host-image] Oct 28 00:11:40.192 INFO O| Oct 28 00:11:40.192 INFO ok!
98422025-10-28T00:11:40.635Z[ host-image] Oct 28 00:11:40.192 INFO O| Oct 28 00:11:40.192 INFO STEP 59 (ensure_file) COMPLETE
98432025-10-28T00:11:40.635Z[ host-image] Oct 28 00:11:40.192 INFO O| Oct 28 00:11:40.192 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98442025-10-28T00:11:40.644Z[ host-image] Oct 28 00:11:40.204 INFO O| Oct 28 00:11:40.204 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
98452025-10-28T00:11:40.644Z[ host-image] Oct 28 00:11:40.204 INFO O| Oct 28 00:11:40.204 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
98462025-10-28T00:11:40.647Z[ host-image] Oct 28 00:11:40.205 INFO O| Oct 28 00:11:40.205 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
98472025-10-28T00:11:40.648Z[ host-image] Oct 28 00:11:40.205 INFO O| Oct 28 00:11:40.205 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
98482025-10-28T00:11:40.648Z[ host-image] Oct 28 00:11:40.205 INFO O| Oct 28 00:11:40.205 INFO ok!
98492025-10-28T00:11:40.648Z[ host-image] Oct 28 00:11:40.205 INFO O| Oct 28 00:11:40.205 INFO STEP 60 (ensure_file) COMPLETE
98502025-10-28T00:11:40.648Z[ host-image] Oct 28 00:11:40.205 INFO O| Oct 28 00:11:40.205 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98512025-10-28T00:11:40.658Z[ host-image] Oct 28 00:11:40.218 INFO O| Oct 28 00:11:40.218 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
98522025-10-28T00:11:40.658Z[ host-image] Oct 28 00:11:40.218 INFO O| Oct 28 00:11:40.218 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 ...
98532025-10-28T00:11:40.661Z[ host-image] Oct 28 00:11:40.219 INFO O| Oct 28 00:11:40.219 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
98542025-10-28T00:11:40.661Z[ host-image] Oct 28 00:11:40.219 INFO O| Oct 28 00:11:40.219 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
98552025-10-28T00:11:40.661Z[ host-image] Oct 28 00:11:40.219 INFO O| Oct 28 00:11:40.219 INFO ok!
98562025-10-28T00:11:40.661Z[ host-image] Oct 28 00:11:40.219 INFO O| Oct 28 00:11:40.219 INFO STEP 61 (ensure_file) COMPLETE
98572025-10-28T00:11:40.661Z[ host-image] Oct 28 00:11:40.219 INFO O| Oct 28 00:11:40.219 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98582025-10-28T00:11:40.672Z[ host-image] Oct 28 00:11:40.232 INFO O| Oct 28 00:11:40.232 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
98592025-10-28T00:11:40.672Z[ host-image] Oct 28 00:11:40.232 INFO O| Oct 28 00:11:40.232 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
98602025-10-28T00:11:40.675Z[ host-image] Oct 28 00:11:40.232 INFO O| Oct 28 00:11:40.232 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98612025-10-28T00:11:40.675Z[ host-image] Oct 28 00:11:40.233 INFO O| Oct 28 00:11:40.232 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98622025-10-28T00:11:40.676Z[ host-image] Oct 28 00:11:40.233 INFO O| Oct 28 00:11:40.233 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98632025-10-28T00:11:40.676Z[ host-image] Oct 28 00:11:40.233 INFO O| Oct 28 00:11:40.233 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
98642025-10-28T00:11:40.676Z[ host-image] Oct 28 00:11:40.233 INFO O| Oct 28 00:11:40.233 INFO ok!
98652025-10-28T00:11:40.676Z[ host-image] Oct 28 00:11:40.233 INFO O| Oct 28 00:11:40.233 INFO STEP 62 (ensure_file) COMPLETE
98662025-10-28T00:11:40.676Z[ host-image] Oct 28 00:11:40.233 INFO O| Oct 28 00:11:40.233 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98672025-10-28T00:11:40.685Z[ host-image] Oct 28 00:11:40.245 INFO O| Oct 28 00:11:40.245 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
98682025-10-28T00:11:40.685Z[ host-image] Oct 28 00:11:40.245 INFO O| Oct 28 00:11:40.245 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 ...
98692025-10-28T00:11:40.689Z[ host-image] Oct 28 00:11:40.246 INFO O| Oct 28 00:11:40.246 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
98702025-10-28T00:11:40.689Z[ host-image] Oct 28 00:11:40.246 INFO O| Oct 28 00:11:40.246 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
98712025-10-28T00:11:40.689Z[ host-image] Oct 28 00:11:40.246 INFO O| Oct 28 00:11:40.246 INFO ok!
98722025-10-28T00:11:40.689Z[ host-image] Oct 28 00:11:40.246 INFO O| Oct 28 00:11:40.246 INFO STEP 63 (ensure_file) COMPLETE
98732025-10-28T00:11:40.689Z[ host-image] Oct 28 00:11:40.246 INFO O| Oct 28 00:11:40.246 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98742025-10-28T00:11:40.698Z[ host-image] Oct 28 00:11:40.258 INFO O| Oct 28 00:11:40.258 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
98752025-10-28T00:11:40.698Z[ host-image] Oct 28 00:11:40.258 INFO O| Oct 28 00:11:40.258 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 ...
98762025-10-28T00:11:40.702Z[ host-image] Oct 28 00:11:40.259 INFO O| Oct 28 00:11:40.259 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
98772025-10-28T00:11:40.702Z[ host-image] Oct 28 00:11:40.259 INFO O| Oct 28 00:11:40.259 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
98782025-10-28T00:11:40.702Z[ host-image] Oct 28 00:11:40.259 INFO O| Oct 28 00:11:40.259 INFO ok!
98792025-10-28T00:11:40.702Z[ host-image] Oct 28 00:11:40.259 INFO O| Oct 28 00:11:40.259 INFO STEP 64 (ensure_file) COMPLETE
98802025-10-28T00:11:40.702Z[ host-image] Oct 28 00:11:40.259 INFO O| Oct 28 00:11:40.259 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
98812025-10-28T00:11:40.711Z[ host-image] Oct 28 00:11:40.271 INFO O| Oct 28 00:11:40.271 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
98822025-10-28T00:11:40.711Z[ host-image] Oct 28 00:11:40.271 INFO O| Oct 28 00:11:40.271 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 ...
98832025-10-28T00:11:40.714Z[ host-image] Oct 28 00:11:40.272 INFO O| Oct 28 00:11:40.272 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
98842025-10-28T00:11:40.715Z[ host-image] Oct 28 00:11:40.272 INFO O| Oct 28 00:11:40.272 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
98852025-10-28T00:11:40.716Z[ host-image] Oct 28 00:11:40.272 INFO O| Oct 28 00:11:40.272 INFO ok!
98862025-10-28T00:11:40.716Z[ host-image] Oct 28 00:11:40.272 INFO O| Oct 28 00:11:40.272 INFO STEP 65 (ensure_file) COMPLETE
98872025-10-28T00:11:40.716Z[ host-image] Oct 28 00:11:40.272 INFO O| Oct 28 00:11:40.272 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98882025-10-28T00:11:40.723Z[ host-image] Oct 28 00:11:40.283 INFO O| Oct 28 00:11:40.283 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
98892025-10-28T00:11:40.723Z[ host-image] Oct 28 00:11:40.284 INFO O| Oct 28 00:11:40.283 INFO STEP 66 (ensure_dir) COMPLETE
98902025-10-28T00:11:40.727Z[ host-image] Oct 28 00:11:40.284 INFO O| Oct 28 00:11:40.283 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98912025-10-28T00:11:40.735Z[ host-image] Oct 28 00:11:40.295 INFO O| Oct 28 00:11:40.295 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
98922025-10-28T00:11:40.735Z[ host-image] Oct 28 00:11:40.296 INFO O| Oct 28 00:11:40.295 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
98932025-10-28T00:11:40.739Z[ host-image] Oct 28 00:11:40.296 INFO O| Oct 28 00:11:40.295 INFO STEP 67 (ensure_dir) COMPLETE
98942025-10-28T00:11:40.739Z[ host-image] Oct 28 00:11:40.296 INFO O| Oct 28 00:11:40.296 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98952025-10-28T00:11:40.747Z[ host-image] Oct 28 00:11:40.307 INFO O| Oct 28 00:11:40.307 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
98962025-10-28T00:11:40.747Z[ host-image] Oct 28 00:11:40.308 INFO O| Oct 28 00:11:40.308 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
98972025-10-28T00:11:40.747Z[ host-image] Oct 28 00:11:40.308 INFO O| Oct 28 00:11:40.308 INFO STEP 68 (ensure_dir) COMPLETE
98982025-10-28T00:11:40.747Z[ host-image] Oct 28 00:11:40.308 INFO O| Oct 28 00:11:40.308 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98992025-10-28T00:11:40.760Z[ host-image] Oct 28 00:11:40.320 INFO O| Oct 28 00:11:40.320 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
99002025-10-28T00:11:40.760Z[ host-image] Oct 28 00:11:40.320 INFO O| Oct 28 00:11:40.320 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
99012025-10-28T00:11:42.125Z[ host-image] Oct 28 00:11:41.685 INFO O| Oct 28 00:11:41.685 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
99022025-10-28T00:11:42.125Z[ host-image] Oct 28 00:11:41.685 INFO O| Oct 28 00:11:41.685 INFO ok!
99032025-10-28T00:11:42.128Z[ host-image] Oct 28 00:11:41.685 INFO O| Oct 28 00:11:41.685 INFO STEP 69 (ensure_file) COMPLETE
99042025-10-28T00:11:42.129Z[ host-image] Oct 28 00:11:41.685 INFO O| Oct 28 00:11:41.685 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99052025-10-28T00:11:42.139Z[ host-image] Oct 28 00:11:41.699 INFO O| Oct 28 00:11:41.699 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
99062025-10-28T00:11:42.139Z[ host-image] Oct 28 00:11:41.700 INFO O| Oct 28 00:11:41.699 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
99072025-10-28T00:11:43.801Z[ host-image] Oct 28 00:11:43.362 INFO O| Oct 28 00:11:43.362 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
99082025-10-28T00:11:43.801Z[ host-image] Oct 28 00:11:43.362 INFO O| Oct 28 00:11:43.362 INFO ok!
99092025-10-28T00:11:43.805Z[ host-image] Oct 28 00:11:43.362 INFO O| Oct 28 00:11:43.362 INFO STEP 70 (ensure_file) COMPLETE
99102025-10-28T00:11:43.805Z[ host-image] Oct 28 00:11:43.362 INFO O| Oct 28 00:11:43.362 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99112025-10-28T00:11:43.809Z[ host-image] Oct 28 00:11:43.370 INFO O| Oct 28 00:11:43.370 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
99122025-10-28T00:11:43.813Z[ host-image] Oct 28 00:11:43.371 INFO O| Oct 28 00:11:43.370 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
99132025-10-28T00:11:43.813Z[ host-image] Oct 28 00:11:43.371 INFO O| Oct 28 00:11:43.371 INFO STEP 71 (ensure_dir) COMPLETE
99142025-10-28T00:11:43.813Z[ host-image] Oct 28 00:11:43.371 INFO O| Oct 28 00:11:43.371 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99152025-10-28T00:11:43.818Z[ host-image] Oct 28 00:11:43.378 INFO O| Oct 28 00:11:43.378 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
99162025-10-28T00:11:43.818Z[ host-image] Oct 28 00:11:43.378 INFO O| Oct 28 00:11:43.378 INFO copying /tmp/.tmpl4ZrR2/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 ...
99172025-10-28T00:11:43.821Z[ host-image] Oct 28 00:11:43.379 INFO O| Oct 28 00:11:43.379 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
99182025-10-28T00:11:43.821Z[ host-image] Oct 28 00:11:43.379 INFO O| Oct 28 00:11:43.379 INFO ok!
99192025-10-28T00:11:43.821Z[ host-image] Oct 28 00:11:43.379 INFO O| Oct 28 00:11:43.379 INFO STEP 72 (ensure_file) COMPLETE
99202025-10-28T00:11:43.821Z[ host-image] Oct 28 00:11:43.379 INFO O| Oct 28 00:11:43.379 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99212025-10-28T00:11:43.825Z[ host-image] Oct 28 00:11:43.386 INFO O| Oct 28 00:11:43.386 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
99222025-10-28T00:11:43.825Z[ host-image] Oct 28 00:11:43.386 INFO O| Oct 28 00:11:43.386 INFO copying /tmp/.tmpl4ZrR2/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 ...
99232025-10-28T00:11:43.825Z[ host-image] Oct 28 00:11:43.386 INFO O| Oct 28 00:11:43.386 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
99242025-10-28T00:11:43.828Z[ host-image] Oct 28 00:11:43.386 INFO O| Oct 28 00:11:43.386 INFO ok!
99252025-10-28T00:11:43.828Z[ host-image] Oct 28 00:11:43.386 INFO O| Oct 28 00:11:43.386 INFO STEP 73 (ensure_file) COMPLETE
99262025-10-28T00:11:43.828Z[ host-image] Oct 28 00:11:43.386 INFO O| Oct 28 00:11:43.386 INFO STEP 74: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99272025-10-28T00:11:43.833Z[ host-image] Oct 28 00:11:43.394 INFO O| Oct 28 00:11:43.394 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
99282025-10-28T00:11:43.836Z[ host-image] Oct 28 00:11:43.394 INFO O| Oct 28 00:11:43.394 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
99292025-10-28T00:11:43.836Z[ host-image] Oct 28 00:11:43.394 INFO O| Oct 28 00:11:43.394 INFO STEP 74 (ensure_dir) COMPLETE
99302025-10-28T00:11:43.836Z[ host-image] Oct 28 00:11:43.394 INFO O| Oct 28 00:11:43.394 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99312025-10-28T00:11:43.840Z[ host-image] Oct 28 00:11:43.401 INFO O| Oct 28 00:11:43.401 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
99322025-10-28T00:11:43.840Z[ host-image] Oct 28 00:11:43.401 INFO O| Oct 28 00:11:43.401 INFO copying /tmp/.tmpl4ZrR2/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 ...
99332025-10-28T00:11:43.844Z[ host-image] Oct 28 00:11:43.401 INFO O| Oct 28 00:11:43.401 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
99342025-10-28T00:11:43.844Z[ host-image] Oct 28 00:11:43.401 INFO O| Oct 28 00:11:43.401 INFO ok!
99352025-10-28T00:11:43.844Z[ host-image] Oct 28 00:11:43.401 INFO O| Oct 28 00:11:43.401 INFO STEP 75 (ensure_file) COMPLETE
99362025-10-28T00:11:43.844Z[ host-image] Oct 28 00:11:43.401 INFO O| Oct 28 00:11:43.401 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99372025-10-28T00:11:43.848Z[ host-image] Oct 28 00:11:43.409 INFO O| Oct 28 00:11:43.409 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
99382025-10-28T00:11:43.851Z[ host-image] Oct 28 00:11:43.409 INFO O| Oct 28 00:11:43.409 INFO copying /tmp/.tmpl4ZrR2/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 ...
99392025-10-28T00:11:43.851Z[ host-image] Oct 28 00:11:43.409 INFO O| Oct 28 00:11:43.409 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
99402025-10-28T00:11:43.851Z[ host-image] Oct 28 00:11:43.409 INFO O| Oct 28 00:11:43.409 INFO ok!
99412025-10-28T00:11:43.851Z[ host-image] Oct 28 00:11:43.409 INFO O| Oct 28 00:11:43.409 INFO STEP 76 (ensure_file) COMPLETE
99422025-10-28T00:11:43.851Z[ host-image] Oct 28 00:11:43.409 INFO O| Oct 28 00:11:43.409 INFO STEP 77: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99432025-10-28T00:11:43.856Z[ host-image] Oct 28 00:11:43.417 INFO O| Oct 28 00:11:43.417 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
99442025-10-28T00:11:43.856Z[ host-image] Oct 28 00:11:43.417 INFO O| Oct 28 00:11:43.417 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
99452025-10-28T00:11:43.859Z[ host-image] Oct 28 00:11:43.417 INFO O| Oct 28 00:11:43.417 INFO STEP 77 (ensure_dir) COMPLETE
99462025-10-28T00:11:43.860Z[ host-image] Oct 28 00:11:43.417 INFO O| Oct 28 00:11:43.417 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99472025-10-28T00:11:43.864Z[ host-image] Oct 28 00:11:43.425 INFO O| Oct 28 00:11:43.425 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
99482025-10-28T00:11:43.864Z[ host-image] Oct 28 00:11:43.425 INFO O| Oct 28 00:11:43.425 INFO copying /tmp/.tmpl4ZrR2/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 ...
99492025-10-28T00:11:43.867Z[ host-image] Oct 28 00:11:43.425 INFO O| Oct 28 00:11:43.425 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
99502025-10-28T00:11:43.867Z[ host-image] Oct 28 00:11:43.425 INFO O| Oct 28 00:11:43.425 INFO ok!
99512025-10-28T00:11:43.867Z[ host-image] Oct 28 00:11:43.425 INFO O| Oct 28 00:11:43.425 INFO STEP 78 (ensure_file) COMPLETE
99522025-10-28T00:11:43.867Z[ host-image] Oct 28 00:11:43.425 INFO O| Oct 28 00:11:43.425 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99532025-10-28T00:11:43.872Z[ host-image] Oct 28 00:11:43.433 INFO O| Oct 28 00:11:43.433 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
99542025-10-28T00:11:43.875Z[ host-image] Oct 28 00:11:43.433 INFO O| Oct 28 00:11:43.433 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
99552025-10-28T00:11:43.875Z[ host-image] Oct 28 00:11:43.433 INFO O| Oct 28 00:11:43.433 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
99562025-10-28T00:11:43.875Z[ host-image] Oct 28 00:11:43.433 INFO O| Oct 28 00:11:43.433 INFO ok!
99572025-10-28T00:11:43.875Z[ host-image] Oct 28 00:11:43.433 INFO O| Oct 28 00:11:43.433 INFO STEP 79 (ensure_file) COMPLETE
99582025-10-28T00:11:43.875Z[ host-image] Oct 28 00:11:43.433 INFO O| Oct 28 00:11:43.433 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99592025-10-28T00:11:43.879Z[ host-image] Oct 28 00:11:43.440 INFO O| Oct 28 00:11:43.440 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
99602025-10-28T00:11:43.882Z[ host-image] Oct 28 00:11:43.440 INFO O| Oct 28 00:11:43.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
99612025-10-28T00:11:43.882Z[ host-image] Oct 28 00:11:43.440 INFO O| Oct 28 00:11:43.440 INFO STEP 80 (ensure_dir) COMPLETE
99622025-10-28T00:11:43.882Z[ host-image] Oct 28 00:11:43.440 INFO O| Oct 28 00:11:43.440 INFO STEP 81: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99632025-10-28T00:11:43.887Z[ host-image] Oct 28 00:11:43.448 INFO O| Oct 28 00:11:43.448 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
99642025-10-28T00:11:43.887Z[ host-image] Oct 28 00:11:43.448 INFO O| Oct 28 00:11:43.448 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
99652025-10-28T00:11:44.405Z[ host-image] Oct 28 00:11:43.966 INFO O| Oct 28 00:11:43.966 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
99662025-10-28T00:11:44.405Z[ host-image] Oct 28 00:11:43.966 INFO O| Oct 28 00:11:43.966 INFO ok!
99672025-10-28T00:11:44.405Z[ host-image] Oct 28 00:11:43.966 INFO O| Oct 28 00:11:43.966 INFO STEP 81 (ensure_file) COMPLETE
99682025-10-28T00:11:44.405Z[ host-image] Oct 28 00:11:43.966 INFO O| Oct 28 00:11:43.966 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99692025-10-28T00:11:44.413Z[ host-image] Oct 28 00:11:43.974 INFO O| Oct 28 00:11:43.974 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
99702025-10-28T00:11:44.413Z[ host-image] Oct 28 00:11:43.975 INFO O| Oct 28 00:11:43.974 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
99712025-10-28T00:11:46.971Z[ recovery-image] Oct 28 00:11:46.533 INFO E| Finished `release` profile [optimized] target(s) in 41.18s
99722025-10-28T00:11:46.979Z[ host-image] Oct 28 00:11:46.541 INFO O| Oct 28 00:11:46.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
99732025-10-28T00:11:46.979Z[ host-image] Oct 28 00:11:46.541 INFO O| Oct 28 00:11:46.541 INFO ok!
99742025-10-28T00:11:46.979Z[ host-image] Oct 28 00:11:46.541 INFO O| Oct 28 00:11:46.541 INFO STEP 82 (ensure_file) COMPLETE
99752025-10-28T00:11:46.983Z[ host-image] Oct 28 00:11:46.541 INFO O| Oct 28 00:11:46.541 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99762025-10-28T00:11:46.988Z[ host-image] Oct 28 00:11:46.549 INFO O| Oct 28 00:11:46.549 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
99772025-10-28T00:11:46.988Z[ host-image] Oct 28 00:11:46.549 INFO O| Oct 28 00:11:46.549 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
99782025-10-28T00:11:46.992Z[ host-image] Oct 28 00:11:46.549 INFO O| Oct 28 00:11:46.549 INFO STEP 83 (ensure_dir) COMPLETE
99792025-10-28T00:11:46.992Z[ host-image] Oct 28 00:11:46.549 INFO O| Oct 28 00:11:46.549 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99802025-10-28T00:11:46.992Z[ recovery-image] Oct 28 00:11:46.550 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
99812025-10-28T00:11:46.997Z[ host-image] Oct 28 00:11:46.558 INFO O| Oct 28 00:11:46.558 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
99822025-10-28T00:11:46.997Z[ host-image] Oct 28 00:11:46.558 INFO O| Oct 28 00:11:46.558 INFO copying /tmp/.tmpl4ZrR2/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 ...
99832025-10-28T00:11:47.000Z[ host-image] Oct 28 00:11:46.558 INFO O| Oct 28 00:11:46.558 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
99842025-10-28T00:11:47.000Z[ host-image] Oct 28 00:11:46.559 INFO O| Oct 28 00:11:46.558 INFO ok!
99852025-10-28T00:11:47.000Z[ host-image] Oct 28 00:11:46.559 INFO O| Oct 28 00:11:46.558 INFO STEP 84 (ensure_file) COMPLETE
99862025-10-28T00:11:47.000Z[ host-image] Oct 28 00:11:46.559 INFO O| Oct 28 00:11:46.558 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99872025-10-28T00:11:47.005Z[ host-image] Oct 28 00:11:46.567 INFO O| Oct 28 00:11:46.567 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
99882025-10-28T00:11:47.008Z[ host-image] Oct 28 00:11:46.567 INFO O| Oct 28 00:11:46.567 INFO copying /tmp/.tmpl4ZrR2/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 ...
99892025-10-28T00:11:47.008Z[ host-image] Oct 28 00:11:46.567 INFO O| Oct 28 00:11:46.567 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
99902025-10-28T00:11:47.008Z[ host-image] Oct 28 00:11:46.567 INFO O| Oct 28 00:11:46.567 INFO ok!
99912025-10-28T00:11:47.009Z[ host-image] Oct 28 00:11:46.567 INFO O| Oct 28 00:11:46.567 INFO STEP 85 (ensure_file) COMPLETE
99922025-10-28T00:11:47.009Z[ host-image] Oct 28 00:11:46.567 INFO O| Oct 28 00:11:46.567 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99932025-10-28T00:11:47.018Z[ host-image] Oct 28 00:11:46.575 INFO O| Oct 28 00:11:46.575 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
99942025-10-28T00:11:47.018Z[ host-image] Oct 28 00:11:46.575 INFO O| Oct 28 00:11:46.575 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
99952025-10-28T00:11:47.018Z[ host-image] Oct 28 00:11:46.575 INFO O| Oct 28 00:11:46.575 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
99962025-10-28T00:11:47.018Z[ host-image] Oct 28 00:11:46.575 INFO O| Oct 28 00:11:46.575 INFO ok!
99972025-10-28T00:11:47.018Z[ host-image] Oct 28 00:11:46.575 INFO O| Oct 28 00:11:46.575 INFO STEP 86 (ensure_file) COMPLETE
99982025-10-28T00:11:47.018Z[ host-image] Oct 28 00:11:46.575 INFO O| Oct 28 00:11:46.575 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99992025-10-28T00:11:47.021Z[ host-image] Oct 28 00:11:46.583 INFO O| Oct 28 00:11:46.583 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
100002025-10-28T00:11:47.021Z[ host-image] Oct 28 00:11:46.583 INFO O| Oct 28 00:11:46.583 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
100012025-10-28T00:11:47.025Z[ host-image] Oct 28 00:11:46.583 INFO O| Oct 28 00:11:46.583 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
100022025-10-28T00:11:47.025Z[ host-image] Oct 28 00:11:46.583 INFO O| Oct 28 00:11:46.583 INFO ok!
100032025-10-28T00:11:47.025Z[ host-image] Oct 28 00:11:46.583 INFO O| Oct 28 00:11:46.583 INFO STEP 87 (ensure_file) COMPLETE
100042025-10-28T00:11:47.025Z[ host-image] Oct 28 00:11:46.583 INFO O| Oct 28 00:11:46.583 INFO STEP 88: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100052025-10-28T00:11:47.031Z[ host-image] Oct 28 00:11:46.593 INFO O| Oct 28 00:11:46.593 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
100062025-10-28T00:11:47.034Z[ host-image] Oct 28 00:11:46.593 INFO O| Oct 28 00:11:46.593 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
100072025-10-28T00:11:47.034Z[ host-image] Oct 28 00:11:46.593 INFO O| Oct 28 00:11:46.593 INFO STEP 88 (ensure_dir) COMPLETE
100082025-10-28T00:11:47.034Z[ host-image] Oct 28 00:11:46.593 INFO O| Oct 28 00:11:46.593 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100092025-10-28T00:11:47.040Z[ host-image] Oct 28 00:11:46.601 INFO O| Oct 28 00:11:46.601 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
100102025-10-28T00:11:47.040Z[ host-image] Oct 28 00:11:46.602 INFO O| Oct 28 00:11:46.601 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
100112025-10-28T00:11:47.045Z[ host-image] Oct 28 00:11:46.607 INFO O| Oct 28 00:11:46.607 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
100122025-10-28T00:11:47.045Z[ host-image] Oct 28 00:11:46.607 INFO O| Oct 28 00:11:46.607 INFO ok!
100132025-10-28T00:11:47.048Z[ host-image] Oct 28 00:11:46.607 INFO O| Oct 28 00:11:46.607 INFO STEP 89 (ensure_file) COMPLETE
100142025-10-28T00:11:47.048Z[ host-image] Oct 28 00:11:46.607 INFO O| Oct 28 00:11:46.607 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100152025-10-28T00:11:47.055Z[ host-image] Oct 28 00:11:46.617 INFO O| Oct 28 00:11:46.617 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
100162025-10-28T00:11:47.059Z[ host-image] Oct 28 00:11:46.617 INFO O| Oct 28 00:11:46.617 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
100172025-10-28T00:11:47.059Z[ host-image] Oct 28 00:11:46.617 INFO O| Oct 28 00:11:46.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
100182025-10-28T00:11:47.059Z[ host-image] Oct 28 00:11:46.617 INFO O| Oct 28 00:11:46.617 INFO ok!
100192025-10-28T00:11:47.059Z[ host-image] Oct 28 00:11:46.617 INFO O| Oct 28 00:11:46.617 INFO STEP 90 (ensure_file) COMPLETE
100202025-10-28T00:11:47.059Z[ host-image] Oct 28 00:11:46.617 INFO O| Oct 28 00:11:46.617 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100212025-10-28T00:11:47.059Z[ recovery-image] Oct 28 00:11:46.619 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')"
100222025-10-28T00:11:47.059Z[ recovery-image] Oct 28 00:11:46.619 INFO building ROM for cosmo
100232025-10-28T00:11:47.059Z[ recovery-image] Oct 28 00:11:46.619 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", "--config", "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5", "--app", "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml", "--image", "/work/os-recovery/cosmo.rom"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
100242025-10-28T00:11:47.062Z[ host-image] Oct 28 00:11:46.624 INFO O| Oct 28 00:11:46.624 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
100252025-10-28T00:11:47.062Z[ host-image] Oct 28 00:11:46.624 INFO O| Oct 28 00:11:46.624 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
100262025-10-28T00:11:47.588Z[ recovery-image] Oct 28 00:11:47.150 INFO E| Downloading crates ...
100272025-10-28T00:11:47.684Z[ recovery-image] Oct 28 00:11:47.246 INFO E| Downloaded os_pipe v1.2.1
100282025-10-28T00:11:47.695Z[ recovery-image] Oct 28 00:11:47.254 INFO E| Downloaded anstyle-parse v0.2.6
100292025-10-28T00:11:47.716Z[ recovery-image] Oct 28 00:11:47.272 INFO E| Downloaded clap v4.5.37
100302025-10-28T00:11:47.725Z[ recovery-image] Oct 28 00:11:47.286 INFO E| Downloaded toml_datetime v0.6.9
100312025-10-28T00:11:47.728Z[ recovery-image] Oct 28 00:11:47.288 INFO E| Downloaded anyhow v1.0.98
100322025-10-28T00:11:47.734Z[ recovery-image] Oct 28 00:11:47.295 INFO E| Downloaded toml_write v0.1.1
100332025-10-28T00:11:47.738Z[ recovery-image] Oct 28 00:11:47.297 INFO E| Downloaded duct v0.13.7
100342025-10-28T00:11:47.742Z[ recovery-image] Oct 28 00:11:47.300 INFO E| Downloaded clap_derive v4.5.32
100352025-10-28T00:11:47.745Z[ recovery-image] Oct 28 00:11:47.304 INFO E| Downloaded anstyle v1.0.10
100362025-10-28T00:11:47.749Z[ recovery-image] Oct 28 00:11:47.307 INFO E| Downloaded shared_child v1.0.1
100372025-10-28T00:11:47.749Z[ recovery-image] Oct 28 00:11:47.310 INFO E| Downloaded serde_spanned v0.6.8
100382025-10-28T00:11:47.753Z[ recovery-image] Oct 28 00:11:47.312 INFO E| Downloaded toml v0.8.22
100392025-10-28T00:11:47.810Z[ recovery-image] Oct 28 00:11:47.371 INFO E| Downloaded indexmap v2.9.0
100402025-10-28T00:11:47.816Z[ recovery-image] Oct 28 00:11:47.378 INFO E| Downloaded cc v1.2.20
100412025-10-28T00:11:47.824Z[ recovery-image] Oct 28 00:11:47.384 INFO E| Downloaded colorchoice v1.0.3
100422025-10-28T00:11:47.828Z[ recovery-image] Oct 28 00:11:47.387 INFO E| Downloaded toml_edit v0.22.26
100432025-10-28T00:11:47.877Z[ recovery-image] Oct 28 00:11:47.432 INFO E| Downloaded clap_builder v4.5.37
100442025-10-28T00:11:47.881Z[ recovery-image] Oct 28 00:11:47.441 INFO E| Downloaded anstyle-query v1.1.2
100452025-10-28T00:11:47.892Z[ recovery-image] Oct 28 00:11:47.449 INFO E| Downloaded winnow v0.7.7
100462025-10-28T00:11:47.963Z[ recovery-image] Oct 28 00:11:47.524 INFO E| Compiling syn v2.0.101
100472025-10-28T00:11:47.963Z[ recovery-image] Oct 28 00:11:47.524 INFO E| Compiling libc v0.2.172
100482025-10-28T00:11:47.963Z[ recovery-image] Oct 28 00:11:47.524 INFO E| Compiling utf8parse v0.2.2
100492025-10-28T00:11:47.963Z[ recovery-image] Oct 28 00:11:47.524 INFO E| Compiling colorchoice v1.0.3
100502025-10-28T00:11:47.963Z[ recovery-image] Oct 28 00:11:47.524 INFO E| Compiling anstyle v1.0.10
100512025-10-28T00:11:47.964Z[ recovery-image] Oct 28 00:11:47.524 INFO E| Compiling hashbrown v0.15.2
100522025-10-28T00:11:47.964Z[ recovery-image] Oct 28 00:11:47.524 INFO E| Compiling anstyle-query v1.1.2
100532025-10-28T00:11:47.964Z[ recovery-image] Oct 28 00:11:47.524 INFO E| Compiling equivalent v1.0.2
100542025-10-28T00:11:48.157Z[ recovery-image] Oct 28 00:11:47.719 INFO E| Compiling anstyle-parse v0.2.6
100552025-10-28T00:11:48.231Z[ recovery-image] Oct 28 00:11:47.793 INFO E| Compiling once_cell v1.21.3
100562025-10-28T00:11:48.242Z[ recovery-image] Oct 28 00:11:47.803 INFO E| Compiling shlex v1.3.0
100572025-10-28T00:11:48.242Z[ recovery-image] Oct 28 00:11:47.803 INFO E| Compiling is_terminal_polyfill v1.70.1
100582025-10-28T00:11:48.412Z[ recovery-image] Oct 28 00:11:47.974 INFO E| Compiling anyhow v1.0.98
100592025-10-28T00:11:48.439Z[ host-image] Oct 28 00:11:48.000 INFO O| Oct 28 00:11:48.000 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
100602025-10-28T00:11:48.439Z[ host-image] Oct 28 00:11:48.000 INFO O| Oct 28 00:11:48.000 INFO ok!
100612025-10-28T00:11:48.443Z[ host-image] Oct 28 00:11:48.000 INFO O| Oct 28 00:11:48.000 INFO STEP 91 (ensure_file) COMPLETE
100622025-10-28T00:11:48.443Z[ host-image] Oct 28 00:11:48.000 INFO O| Oct 28 00:11:48.000 INFO STEP 92: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100632025-10-28T00:11:48.454Z[ host-image] Oct 28 00:11:48.015 INFO O| Oct 28 00:11:48.015 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
100642025-10-28T00:11:48.457Z[ host-image] Oct 28 00:11:48.015 INFO O| Oct 28 00:11:48.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
100652025-10-28T00:11:48.457Z[ host-image] Oct 28 00:11:48.015 INFO O| Oct 28 00:11:48.015 INFO STEP 92 (ensure_dir) COMPLETE
100662025-10-28T00:11:48.457Z[ host-image] Oct 28 00:11:48.015 INFO O| Oct 28 00:11:48.015 INFO STEP 93: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100672025-10-28T00:11:48.467Z[ host-image] Oct 28 00:11:48.029 INFO O| Oct 28 00:11:48.029 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
100682025-10-28T00:11:48.468Z[ host-image] Oct 28 00:11:48.029 INFO O| Oct 28 00:11:48.029 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
100692025-10-28T00:11:48.468Z[ host-image] Oct 28 00:11:48.029 INFO O| Oct 28 00:11:48.029 INFO STEP 93 (ensure_dir) COMPLETE
100702025-10-28T00:11:48.471Z[ host-image] Oct 28 00:11:48.029 INFO O| Oct 28 00:11:48.029 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100712025-10-28T00:11:48.481Z[ host-image] Oct 28 00:11:48.042 INFO O| Oct 28 00:11:48.042 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
100722025-10-28T00:11:48.484Z[ host-image] Oct 28 00:11:48.042 INFO O| Oct 28 00:11:48.042 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
100732025-10-28T00:11:48.484Z[ host-image] Oct 28 00:11:48.042 INFO O| Oct 28 00:11:48.042 INFO STEP 94 (ensure_dir) COMPLETE
100742025-10-28T00:11:48.484Z[ host-image] Oct 28 00:11:48.042 INFO O| Oct 28 00:11:48.042 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100752025-10-28T00:11:48.494Z[ host-image] Oct 28 00:11:48.056 INFO O| Oct 28 00:11:48.055 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
100762025-10-28T00:11:48.494Z[ host-image] Oct 28 00:11:48.056 INFO O| Oct 28 00:11:48.056 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
100772025-10-28T00:11:48.500Z[ host-image] Oct 28 00:11:48.056 INFO O| Oct 28 00:11:48.056 INFO STEP 95 (ensure_dir) COMPLETE
100782025-10-28T00:11:48.500Z[ host-image] Oct 28 00:11:48.056 INFO O| Oct 28 00:11:48.056 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100792025-10-28T00:11:48.507Z[ host-image] Oct 28 00:11:48.069 INFO O| Oct 28 00:11:48.069 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
100802025-10-28T00:11:48.507Z[ host-image] Oct 28 00:11:48.069 INFO O| Oct 28 00:11:48.069 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
100812025-10-28T00:11:48.507Z[ host-image] Oct 28 00:11:48.069 INFO O| Oct 28 00:11:48.069 INFO STEP 96 (ensure_dir) COMPLETE
100822025-10-28T00:11:48.512Z[ host-image] Oct 28 00:11:48.069 INFO O| Oct 28 00:11:48.069 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100832025-10-28T00:11:48.522Z[ host-image] Oct 28 00:11:48.083 INFO O| Oct 28 00:11:48.083 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
100842025-10-28T00:11:48.522Z[ host-image] Oct 28 00:11:48.083 INFO O| Oct 28 00:11:48.083 INFO copying /tmp/.tmpl4ZrR2/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 ...
100852025-10-28T00:11:48.526Z[ host-image] Oct 28 00:11:48.083 INFO O| Oct 28 00:11:48.083 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
100862025-10-28T00:11:48.526Z[ host-image] Oct 28 00:11:48.083 INFO O| Oct 28 00:11:48.083 INFO ok!
100872025-10-28T00:11:48.526Z[ host-image] Oct 28 00:11:48.084 INFO O| Oct 28 00:11:48.083 INFO STEP 97 (ensure_file) COMPLETE
100882025-10-28T00:11:48.526Z[ host-image] Oct 28 00:11:48.084 INFO O| Oct 28 00:11:48.083 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100892025-10-28T00:11:48.542Z[ host-image] Oct 28 00:11:48.098 INFO O| Oct 28 00:11:48.098 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
100902025-10-28T00:11:48.542Z[ host-image] Oct 28 00:11:48.098 INFO O| Oct 28 00:11:48.098 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
100912025-10-28T00:11:48.543Z[ host-image] Oct 28 00:11:48.098 INFO O| Oct 28 00:11:48.098 INFO STEP 98 (ensure_dir) COMPLETE
100922025-10-28T00:11:48.543Z[ host-image] Oct 28 00:11:48.098 INFO O| Oct 28 00:11:48.098 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100932025-10-28T00:11:48.569Z[ host-image] Oct 28 00:11:48.123 INFO O| Oct 28 00:11:48.117 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
100942025-10-28T00:11:48.569Z[ host-image] Oct 28 00:11:48.123 INFO O| Oct 28 00:11:48.117 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
100952025-10-28T00:11:48.576Z[ recovery-image] Oct 28 00:11:48.138 INFO E| Compiling cc v1.2.20
100962025-10-28T00:11:48.590Z[ recovery-image] Oct 28 00:11:48.151 INFO E| Compiling anstream v0.6.18
100972025-10-28T00:11:48.714Z[ recovery-image] Oct 28 00:11:48.276 INFO E| Compiling strsim v0.11.1
100982025-10-28T00:11:48.960Z[ recovery-image] Oct 28 00:11:48.521 INFO E| Compiling toml_write v0.1.1
100992025-10-28T00:11:49.165Z[ host-image] Oct 28 00:11:48.727 INFO O| Oct 28 00:11:48.727 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
101002025-10-28T00:11:49.165Z[ host-image] Oct 28 00:11:48.727 INFO O| Oct 28 00:11:48.727 INFO ok!
101012025-10-28T00:11:49.165Z[ host-image] Oct 28 00:11:48.727 INFO O| Oct 28 00:11:48.727 INFO STEP 99 (ensure_file) COMPLETE
101022025-10-28T00:11:49.168Z[ host-image] Oct 28 00:11:48.727 INFO O| Oct 28 00:11:48.727 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101032025-10-28T00:11:49.180Z[ host-image] Oct 28 00:11:48.742 INFO O| Oct 28 00:11:48.742 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
101042025-10-28T00:11:49.183Z[ host-image] Oct 28 00:11:48.742 INFO O| Oct 28 00:11:48.742 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
101052025-10-28T00:11:49.183Z[ host-image] Oct 28 00:11:48.742 INFO O| Oct 28 00:11:48.742 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
101062025-10-28T00:11:49.183Z[ host-image] Oct 28 00:11:48.742 INFO O| Oct 28 00:11:48.742 INFO ok!
101072025-10-28T00:11:49.184Z[ host-image] Oct 28 00:11:48.742 INFO O| Oct 28 00:11:48.742 INFO STEP 100 (ensure_file) COMPLETE
101082025-10-28T00:11:49.184Z[ host-image] Oct 28 00:11:48.742 INFO O| Oct 28 00:11:48.742 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101092025-10-28T00:11:49.194Z[ host-image] Oct 28 00:11:48.756 INFO O| Oct 28 00:11:48.756 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
101102025-10-28T00:11:49.194Z[ host-image] Oct 28 00:11:48.756 INFO O| Oct 28 00:11:48.756 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
101112025-10-28T00:11:49.437Z[ recovery-image] Oct 28 00:11:48.998 INFO E| Compiling winnow v0.7.7
101122025-10-28T00:11:49.740Z[ host-image] Oct 28 00:11:49.302 INFO O| Oct 28 00:11:49.302 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
101132025-10-28T00:11:49.740Z[ host-image] Oct 28 00:11:49.302 INFO O| Oct 28 00:11:49.302 INFO ok!
101142025-10-28T00:11:49.740Z[ host-image] Oct 28 00:11:49.302 INFO O| Oct 28 00:11:49.302 INFO STEP 101 (ensure_file) COMPLETE
101152025-10-28T00:11:49.743Z[ host-image] Oct 28 00:11:49.302 INFO O| Oct 28 00:11:49.302 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101162025-10-28T00:11:49.755Z[ host-image] Oct 28 00:11:49.317 INFO O| Oct 28 00:11:49.316 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
101172025-10-28T00:11:49.755Z[ host-image] Oct 28 00:11:49.317 INFO O| Oct 28 00:11:49.316 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
101182025-10-28T00:11:49.758Z[ host-image] Oct 28 00:11:49.317 INFO O| Oct 28 00:11:49.317 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
101192025-10-28T00:11:49.758Z[ host-image] Oct 28 00:11:49.317 INFO O| Oct 28 00:11:49.317 INFO ok!
101202025-10-28T00:11:49.758Z[ host-image] Oct 28 00:11:49.317 INFO O| Oct 28 00:11:49.317 INFO STEP 102 (ensure_file) COMPLETE
101212025-10-28T00:11:49.758Z[ host-image] Oct 28 00:11:49.317 INFO O| Oct 28 00:11:49.317 INFO STEP 103: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101222025-10-28T00:11:49.768Z[ host-image] Oct 28 00:11:49.329 INFO O| Oct 28 00:11:49.329 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace
101232025-10-28T00:11:49.768Z[ host-image] Oct 28 00:11:49.330 INFO O| Oct 28 00:11:49.329 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace
101242025-10-28T00:11:49.768Z[ host-image] Oct 28 00:11:49.330 INFO O| Oct 28 00:11:49.330 INFO STEP 103 (ensure_dir) COMPLETE
101252025-10-28T00:11:49.771Z[ host-image] Oct 28 00:11:49.330 INFO O| Oct 28 00:11:49.330 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101262025-10-28T00:11:49.782Z[ host-image] Oct 28 00:11:49.343 INFO O| Oct 28 00:11:49.343 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
101272025-10-28T00:11:49.782Z[ host-image] Oct 28 00:11:49.344 INFO O| Oct 28 00:11:49.343 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/crucible_dtrace/upstairs_repair.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d ...
101282025-10-28T00:11:49.785Z[ host-image] Oct 28 00:11:49.344 INFO O| Oct 28 00:11:49.344 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
101292025-10-28T00:11:49.785Z[ host-image] Oct 28 00:11:49.344 INFO O| Oct 28 00:11:49.344 INFO ok!
101302025-10-28T00:11:49.785Z[ host-image] Oct 28 00:11:49.344 INFO O| Oct 28 00:11:49.344 INFO STEP 104 (ensure_file) COMPLETE
101312025-10-28T00:11:49.785Z[ host-image] Oct 28 00:11:49.344 INFO O| Oct 28 00:11:49.344 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101322025-10-28T00:11:49.796Z[ host-image] Oct 28 00:11:49.358 INFO O| Oct 28 00:11:49.357 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
101332025-10-28T00:11:49.796Z[ host-image] Oct 28 00:11:49.358 INFO O| Oct 28 00:11:49.358 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/crucible_dtrace/upstairs_raw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d ...
101342025-10-28T00:11:49.796Z[ host-image] Oct 28 00:11:49.358 INFO O| Oct 28 00:11:49.358 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
101352025-10-28T00:11:49.800Z[ host-image] Oct 28 00:11:49.358 INFO O| Oct 28 00:11:49.358 INFO ok!
101362025-10-28T00:11:49.800Z[ host-image] Oct 28 00:11:49.358 INFO O| Oct 28 00:11:49.358 INFO STEP 105 (ensure_file) COMPLETE
101372025-10-28T00:11:49.800Z[ host-image] Oct 28 00:11:49.358 INFO O| Oct 28 00:11:49.358 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101382025-10-28T00:11:49.809Z[ host-image] Oct 28 00:11:49.371 INFO O| Oct 28 00:11:49.371 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
101392025-10-28T00:11:49.809Z[ host-image] Oct 28 00:11:49.371 INFO O| Oct 28 00:11:49.371 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/crucible_dtrace/upstairs_info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d ...
101402025-10-28T00:11:49.813Z[ host-image] Oct 28 00:11:49.371 INFO O| Oct 28 00:11:49.371 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
101412025-10-28T00:11:49.813Z[ host-image] Oct 28 00:11:49.371 INFO O| Oct 28 00:11:49.371 INFO ok!
101422025-10-28T00:11:49.813Z[ host-image] Oct 28 00:11:49.371 INFO O| Oct 28 00:11:49.371 INFO STEP 106 (ensure_file) COMPLETE
101432025-10-28T00:11:49.813Z[ host-image] Oct 28 00:11:49.371 INFO O| Oct 28 00:11:49.371 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101442025-10-28T00:11:49.822Z[ host-image] Oct 28 00:11:49.384 INFO O| Oct 28 00:11:49.384 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
101452025-10-28T00:11:49.822Z[ host-image] Oct 28 00:11:49.384 INFO O| Oct 28 00:11:49.384 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/crucible_dtrace/upstairs_count.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d ...
101462025-10-28T00:11:49.826Z[ host-image] Oct 28 00:11:49.384 INFO O| Oct 28 00:11:49.384 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
101472025-10-28T00:11:49.826Z[ host-image] Oct 28 00:11:49.384 INFO O| Oct 28 00:11:49.384 INFO ok!
101482025-10-28T00:11:49.826Z[ host-image] Oct 28 00:11:49.384 INFO O| Oct 28 00:11:49.384 INFO STEP 107 (ensure_file) COMPLETE
101492025-10-28T00:11:49.826Z[ host-image] Oct 28 00:11:49.384 INFO O| Oct 28 00:11:49.384 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101502025-10-28T00:11:49.835Z[ host-image] Oct 28 00:11:49.395 INFO O| Oct 28 00:11:49.395 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
101512025-10-28T00:11:49.836Z[ host-image] Oct 28 00:11:49.395 INFO O| Oct 28 00:11:49.395 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/crucible_dtrace/upstairs_action.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d ...
101522025-10-28T00:11:49.836Z[ host-image] Oct 28 00:11:49.395 INFO O| Oct 28 00:11:49.395 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
101532025-10-28T00:11:49.836Z[ host-image] Oct 28 00:11:49.395 INFO O| Oct 28 00:11:49.395 INFO ok!
101542025-10-28T00:11:49.839Z[ host-image] Oct 28 00:11:49.395 INFO O| Oct 28 00:11:49.395 INFO STEP 108 (ensure_file) COMPLETE
101552025-10-28T00:11:49.839Z[ host-image] Oct 28 00:11:49.395 INFO O| Oct 28 00:11:49.395 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101562025-10-28T00:11:49.842Z[ recovery-image] Oct 28 00:11:49.402 INFO E| Compiling indexmap v2.9.0
101572025-10-28T00:11:49.846Z[ host-image] Oct 28 00:11:49.407 INFO O| Oct 28 00:11:49.407 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist
101582025-10-28T00:11:49.846Z[ host-image] Oct 28 00:11:49.407 INFO O| Oct 28 00:11:49.407 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/crucible_dtrace/up-info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/up-info.d ...
101592025-10-28T00:11:49.846Z[ host-image] Oct 28 00:11:49.407 INFO O| Oct 28 00:11:49.407 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/up-info.d
101602025-10-28T00:11:49.846Z[ host-image] Oct 28 00:11:49.407 INFO O| Oct 28 00:11:49.407 INFO ok!
101612025-10-28T00:11:49.846Z[ host-image] Oct 28 00:11:49.407 INFO O| Oct 28 00:11:49.407 INFO STEP 109 (ensure_file) COMPLETE
101622025-10-28T00:11:49.846Z[ host-image] Oct 28 00:11:49.407 INFO O| Oct 28 00:11:49.407 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101632025-10-28T00:11:49.854Z[ recovery-image] Oct 28 00:11:49.416 INFO E| Compiling clap_lex v0.7.4
101642025-10-28T00:11:49.858Z[ host-image] Oct 28 00:11:49.420 INFO O| Oct 28 00:11:49.420 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
101652025-10-28T00:11:49.858Z[ host-image] Oct 28 00:11:49.420 INFO O| Oct 28 00:11:49.420 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
101662025-10-28T00:11:49.858Z[ host-image] Oct 28 00:11:49.420 INFO O| Oct 28 00:11:49.420 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
101672025-10-28T00:11:49.858Z[ host-image] Oct 28 00:11:49.420 INFO O| Oct 28 00:11:49.420 INFO ok!
101682025-10-28T00:11:49.862Z[ host-image] Oct 28 00:11:49.420 INFO O| Oct 28 00:11:49.420 INFO STEP 110 (ensure_file) COMPLETE
101692025-10-28T00:11:49.862Z[ host-image] Oct 28 00:11:49.420 INFO O| Oct 28 00:11:49.420 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101702025-10-28T00:11:49.870Z[ host-image] Oct 28 00:11:49.432 INFO O| Oct 28 00:11:49.432 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
101712025-10-28T00:11:49.870Z[ host-image] Oct 28 00:11:49.432 INFO O| Oct 28 00:11:49.432 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/crucible_dtrace/trace-vol.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d ...
101722025-10-28T00:11:49.873Z[ host-image] Oct 28 00:11:49.432 INFO O| Oct 28 00:11:49.432 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
101732025-10-28T00:11:49.873Z[ host-image] Oct 28 00:11:49.432 INFO O| Oct 28 00:11:49.432 INFO ok!
101742025-10-28T00:11:49.873Z[ host-image] Oct 28 00:11:49.432 INFO O| Oct 28 00:11:49.432 INFO STEP 111 (ensure_file) COMPLETE
101752025-10-28T00:11:49.873Z[ host-image] Oct 28 00:11:49.432 INFO O| Oct 28 00:11:49.432 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101762025-10-28T00:11:49.881Z[ host-image] Oct 28 00:11:49.443 INFO O| Oct 28 00:11:49.443 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
101772025-10-28T00:11:49.881Z[ host-image] Oct 28 00:11:49.443 INFO O| Oct 28 00:11:49.443 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/crucible_dtrace/sled_upstairs_info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d ...
101782025-10-28T00:11:49.884Z[ host-image] Oct 28 00:11:49.443 INFO O| Oct 28 00:11:49.443 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
101792025-10-28T00:11:49.884Z[ host-image] Oct 28 00:11:49.443 INFO O| Oct 28 00:11:49.443 INFO ok!
101802025-10-28T00:11:49.884Z[ host-image] Oct 28 00:11:49.443 INFO O| Oct 28 00:11:49.443 INFO STEP 112 (ensure_file) COMPLETE
101812025-10-28T00:11:49.884Z[ host-image] Oct 28 00:11:49.443 INFO O| Oct 28 00:11:49.443 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101822025-10-28T00:11:49.892Z[ host-image] Oct 28 00:11:49.454 INFO O| Oct 28 00:11:49.454 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
101832025-10-28T00:11:49.892Z[ host-image] Oct 28 00:11:49.454 INFO O| Oct 28 00:11:49.454 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/crucible_dtrace/single_up_info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d ...
101842025-10-28T00:11:49.892Z[ host-image] Oct 28 00:11:49.454 INFO O| Oct 28 00:11:49.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
101852025-10-28T00:11:49.895Z[ host-image] Oct 28 00:11:49.454 INFO O| Oct 28 00:11:49.454 INFO ok!
101862025-10-28T00:11:49.895Z[ host-image] Oct 28 00:11:49.454 INFO O| Oct 28 00:11:49.454 INFO STEP 113 (ensure_file) COMPLETE
101872025-10-28T00:11:49.895Z[ host-image] Oct 28 00:11:49.454 INFO O| Oct 28 00:11:49.454 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101882025-10-28T00:11:49.906Z[ host-image] Oct 28 00:11:49.467 INFO O| Oct 28 00:11:49.467 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
101892025-10-28T00:11:49.906Z[ host-image] Oct 28 00:11:49.467 INFO O| Oct 28 00:11:49.467 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
101902025-10-28T00:11:49.909Z[ host-image] Oct 28 00:11:49.467 INFO O| Oct 28 00:11:49.467 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
101912025-10-28T00:11:49.909Z[ host-image] Oct 28 00:11:49.467 INFO O| Oct 28 00:11:49.467 INFO ok!
101922025-10-28T00:11:49.909Z[ host-image] Oct 28 00:11:49.467 INFO O| Oct 28 00:11:49.467 INFO STEP 114 (ensure_file) COMPLETE
101932025-10-28T00:11:49.909Z[ host-image] Oct 28 00:11:49.467 INFO O| Oct 28 00:11:49.467 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101942025-10-28T00:11:49.918Z[ host-image] Oct 28 00:11:49.480 INFO O| Oct 28 00:11:49.480 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
101952025-10-28T00:11:49.918Z[ host-image] Oct 28 00:11:49.480 INFO O| Oct 28 00:11:49.480 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/crucible_dtrace/perf-vol.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d ...
101962025-10-28T00:11:49.918Z[ host-image] Oct 28 00:11:49.480 INFO O| Oct 28 00:11:49.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
101972025-10-28T00:11:49.922Z[ host-image] Oct 28 00:11:49.480 INFO O| Oct 28 00:11:49.480 INFO ok!
101982025-10-28T00:11:49.922Z[ host-image] Oct 28 00:11:49.480 INFO O| Oct 28 00:11:49.480 INFO STEP 115 (ensure_file) COMPLETE
101992025-10-28T00:11:49.922Z[ host-image] Oct 28 00:11:49.480 INFO O| Oct 28 00:11:49.480 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102002025-10-28T00:11:49.931Z[ host-image] Oct 28 00:11:49.493 INFO O| Oct 28 00:11:49.493 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
102012025-10-28T00:11:49.931Z[ host-image] Oct 28 00:11:49.493 INFO O| Oct 28 00:11:49.493 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/crucible_dtrace/perf-upstairs-wf.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d ...
102022025-10-28T00:11:49.935Z[ host-image] Oct 28 00:11:49.493 INFO O| Oct 28 00:11:49.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
102032025-10-28T00:11:49.935Z[ host-image] Oct 28 00:11:49.493 INFO O| Oct 28 00:11:49.493 INFO ok!
102042025-10-28T00:11:49.935Z[ host-image] Oct 28 00:11:49.494 INFO O| Oct 28 00:11:49.493 INFO STEP 116 (ensure_file) COMPLETE
102052025-10-28T00:11:49.935Z[ host-image] Oct 28 00:11:49.494 INFO O| Oct 28 00:11:49.493 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102062025-10-28T00:11:49.945Z[ host-image] Oct 28 00:11:49.507 INFO O| Oct 28 00:11:49.507 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
102072025-10-28T00:11:49.946Z[ host-image] Oct 28 00:11:49.507 INFO O| Oct 28 00:11:49.507 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/crucible_dtrace/perf-reqwest.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d ...
102082025-10-28T00:11:49.949Z[ host-image] Oct 28 00:11:49.508 INFO O| Oct 28 00:11:49.508 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
102092025-10-28T00:11:49.949Z[ host-image] Oct 28 00:11:49.508 INFO O| Oct 28 00:11:49.508 INFO ok!
102102025-10-28T00:11:49.949Z[ host-image] Oct 28 00:11:49.508 INFO O| Oct 28 00:11:49.508 INFO STEP 117 (ensure_file) COMPLETE
102112025-10-28T00:11:49.949Z[ host-image] Oct 28 00:11:49.508 INFO O| Oct 28 00:11:49.508 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102122025-10-28T00:11:49.959Z[ host-image] Oct 28 00:11:49.521 INFO O| Oct 28 00:11:49.521 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
102132025-10-28T00:11:49.959Z[ host-image] Oct 28 00:11:49.521 INFO O| Oct 28 00:11:49.521 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/crucible_dtrace/perf-online-repair.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d ...
102142025-10-28T00:11:49.959Z[ host-image] Oct 28 00:11:49.521 INFO O| Oct 28 00:11:49.521 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
102152025-10-28T00:11:49.959Z[ host-image] Oct 28 00:11:49.521 INFO O| Oct 28 00:11:49.521 INFO ok!
102162025-10-28T00:11:49.962Z[ host-image] Oct 28 00:11:49.521 INFO O| Oct 28 00:11:49.521 INFO STEP 118 (ensure_file) COMPLETE
102172025-10-28T00:11:49.962Z[ host-image] Oct 28 00:11:49.521 INFO O| Oct 28 00:11:49.521 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102182025-10-28T00:11:49.973Z[ host-image] Oct 28 00:11:49.535 INFO O| Oct 28 00:11:49.535 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
102192025-10-28T00:11:49.973Z[ host-image] Oct 28 00:11:49.535 INFO O| Oct 28 00:11:49.535 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/crucible_dtrace/perf-ds-net.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d ...
102202025-10-28T00:11:49.973Z[ host-image] Oct 28 00:11:49.535 INFO O| Oct 28 00:11:49.535 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
102212025-10-28T00:11:49.973Z[ host-image] Oct 28 00:11:49.535 INFO O| Oct 28 00:11:49.535 INFO ok!
102222025-10-28T00:11:49.976Z[ host-image] Oct 28 00:11:49.535 INFO O| Oct 28 00:11:49.535 INFO STEP 119 (ensure_file) COMPLETE
102232025-10-28T00:11:49.976Z[ host-image] Oct 28 00:11:49.535 INFO O| Oct 28 00:11:49.535 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102242025-10-28T00:11:49.987Z[ host-image] Oct 28 00:11:49.549 INFO O| Oct 28 00:11:49.549 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
102252025-10-28T00:11:49.987Z[ host-image] Oct 28 00:11:49.549 INFO O| Oct 28 00:11:49.549 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/crucible_dtrace/perf-ds-client.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d ...
102262025-10-28T00:11:49.990Z[ host-image] Oct 28 00:11:49.549 INFO O| Oct 28 00:11:49.549 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
102272025-10-28T00:11:49.990Z[ host-image] Oct 28 00:11:49.549 INFO O| Oct 28 00:11:49.549 INFO ok!
102282025-10-28T00:11:49.990Z[ host-image] Oct 28 00:11:49.549 INFO O| Oct 28 00:11:49.549 INFO STEP 120 (ensure_file) COMPLETE
102292025-10-28T00:11:49.991Z[ host-image] Oct 28 00:11:49.549 INFO O| Oct 28 00:11:49.549 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102302025-10-28T00:11:50.001Z[ host-image] Oct 28 00:11:49.563 INFO O| Oct 28 00:11:49.563 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
102312025-10-28T00:11:50.001Z[ host-image] Oct 28 00:11:49.563 INFO O| Oct 28 00:11:49.563 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d ...
102322025-10-28T00:11:50.001Z[ host-image] Oct 28 00:11:49.563 INFO O| Oct 28 00:11:49.563 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
102332025-10-28T00:11:50.005Z[ host-image] Oct 28 00:11:49.563 INFO O| Oct 28 00:11:49.563 INFO ok!
102342025-10-28T00:11:50.005Z[ host-image] Oct 28 00:11:49.563 INFO O| Oct 28 00:11:49.563 INFO STEP 121 (ensure_file) COMPLETE
102352025-10-28T00:11:50.005Z[ host-image] Oct 28 00:11:49.563 INFO O| Oct 28 00:11:49.563 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102362025-10-28T00:11:50.015Z[ host-image] Oct 28 00:11:49.577 INFO O| Oct 28 00:11:49.577 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
102372025-10-28T00:11:50.015Z[ host-image] Oct 28 00:11:49.577 INFO O| Oct 28 00:11:49.577 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-tick.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d ...
102382025-10-28T00:11:50.019Z[ host-image] Oct 28 00:11:49.577 INFO O| Oct 28 00:11:49.577 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
102392025-10-28T00:11:50.019Z[ host-image] Oct 28 00:11:49.577 INFO O| Oct 28 00:11:49.577 INFO ok!
102402025-10-28T00:11:50.019Z[ host-image] Oct 28 00:11:49.577 INFO O| Oct 28 00:11:49.577 INFO STEP 122 (ensure_file) COMPLETE
102412025-10-28T00:11:50.019Z[ host-image] Oct 28 00:11:49.577 INFO O| Oct 28 00:11:49.577 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102422025-10-28T00:11:50.028Z[ host-image] Oct 28 00:11:49.590 INFO O| Oct 28 00:11:49.590 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
102432025-10-28T00:11:50.028Z[ host-image] Oct 28 00:11:49.590 INFO O| Oct 28 00:11:49.590 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-three.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d ...
102442025-10-28T00:11:50.028Z[ host-image] Oct 28 00:11:49.590 INFO O| Oct 28 00:11:49.590 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
102452025-10-28T00:11:50.032Z[ host-image] Oct 28 00:11:49.590 INFO O| Oct 28 00:11:49.590 INFO ok!
102462025-10-28T00:11:50.032Z[ host-image] Oct 28 00:11:49.590 INFO O| Oct 28 00:11:49.590 INFO STEP 123 (ensure_file) COMPLETE
102472025-10-28T00:11:50.032Z[ host-image] Oct 28 00:11:49.591 INFO O| Oct 28 00:11:49.590 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102482025-10-28T00:11:50.042Z[ host-image] Oct 28 00:11:49.604 INFO O| Oct 28 00:11:49.604 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
102492025-10-28T00:11:50.046Z[ host-image] Oct 28 00:11:49.604 INFO O| Oct 28 00:11:49.604 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-os.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d ...
102502025-10-28T00:11:50.046Z[ host-image] Oct 28 00:11:49.604 INFO O| Oct 28 00:11:49.604 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
102512025-10-28T00:11:50.046Z[ host-image] Oct 28 00:11:49.604 INFO O| Oct 28 00:11:49.604 INFO ok!
102522025-10-28T00:11:50.046Z[ host-image] Oct 28 00:11:49.604 INFO O| Oct 28 00:11:49.604 INFO STEP 124 (ensure_file) COMPLETE
102532025-10-28T00:11:50.046Z[ host-image] Oct 28 00:11:49.605 INFO O| Oct 28 00:11:49.604 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102542025-10-28T00:11:50.055Z[ host-image] Oct 28 00:11:49.617 INFO O| Oct 28 00:11:49.617 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist
102552025-10-28T00:11:50.055Z[ host-image] Oct 28 00:11:49.617 INFO O| Oct 28 00:11:49.617 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/crucible_dtrace/get-up-state.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh ...
102562025-10-28T00:11:50.061Z[ host-image] Oct 28 00:11:49.617 INFO O| Oct 28 00:11:49.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh
102572025-10-28T00:11:50.061Z[ host-image] Oct 28 00:11:49.617 INFO O| Oct 28 00:11:49.617 INFO ok!
102582025-10-28T00:11:50.061Z[ host-image] Oct 28 00:11:49.617 INFO O| Oct 28 00:11:49.617 INFO STEP 125 (ensure_file) COMPLETE
102592025-10-28T00:11:50.061Z[ host-image] Oct 28 00:11:49.617 INFO O| Oct 28 00:11:49.617 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102602025-10-28T00:11:50.068Z[ host-image] Oct 28 00:11:49.630 INFO O| Oct 28 00:11:49.630 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist
102612025-10-28T00:11:50.068Z[ host-image] Oct 28 00:11:49.630 INFO O| Oct 28 00:11:49.630 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/crucible_dtrace/get-up-state.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d ...
102622025-10-28T00:11:50.068Z[ host-image] Oct 28 00:11:49.630 INFO O| Oct 28 00:11:49.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d
102632025-10-28T00:11:50.068Z[ host-image] Oct 28 00:11:49.630 INFO O| Oct 28 00:11:49.630 INFO ok!
102642025-10-28T00:11:50.072Z[ host-image] Oct 28 00:11:49.630 INFO O| Oct 28 00:11:49.630 INFO STEP 126 (ensure_file) COMPLETE
102652025-10-28T00:11:50.072Z[ host-image] Oct 28 00:11:49.630 INFO O| Oct 28 00:11:49.630 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102662025-10-28T00:11:50.081Z[ host-image] Oct 28 00:11:49.643 INFO O| Oct 28 00:11:49.643 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
102672025-10-28T00:11:50.081Z[ host-image] Oct 28 00:11:49.643 INFO O| Oct 28 00:11:49.643 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh ...
102682025-10-28T00:11:50.084Z[ host-image] Oct 28 00:11:49.643 INFO O| Oct 28 00:11:49.643 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
102692025-10-28T00:11:50.084Z[ host-image] Oct 28 00:11:49.643 INFO O| Oct 28 00:11:49.643 INFO ok!
102702025-10-28T00:11:50.084Z[ host-image] Oct 28 00:11:49.643 INFO O| Oct 28 00:11:49.643 INFO STEP 127 (ensure_file) COMPLETE
102712025-10-28T00:11:50.084Z[ host-image] Oct 28 00:11:49.643 INFO O| Oct 28 00:11:49.643 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102722025-10-28T00:11:50.093Z[ host-image] Oct 28 00:11:49.655 INFO O| Oct 28 00:11:49.655 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
102732025-10-28T00:11:50.093Z[ host-image] Oct 28 00:11:49.655 INFO O| Oct 28 00:11:49.655 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d ...
102742025-10-28T00:11:50.096Z[ host-image] Oct 28 00:11:49.655 INFO O| Oct 28 00:11:49.655 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
102752025-10-28T00:11:50.096Z[ host-image] Oct 28 00:11:49.655 INFO O| Oct 28 00:11:49.655 INFO ok!
102762025-10-28T00:11:50.096Z[ host-image] Oct 28 00:11:49.655 INFO O| Oct 28 00:11:49.655 INFO STEP 128 (ensure_file) COMPLETE
102772025-10-28T00:11:50.096Z[ host-image] Oct 28 00:11:49.655 INFO O| Oct 28 00:11:49.655 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102782025-10-28T00:11:50.106Z[ host-image] Oct 28 00:11:49.668 INFO O| Oct 28 00:11:49.668 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
102792025-10-28T00:11:50.106Z[ host-image] Oct 28 00:11:49.668 INFO O| Oct 28 00:11:49.668 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh ...
102802025-10-28T00:11:50.110Z[ host-image] Oct 28 00:11:49.669 INFO O| Oct 28 00:11:49.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
102812025-10-28T00:11:50.110Z[ host-image] Oct 28 00:11:49.669 INFO O| Oct 28 00:11:49.669 INFO ok!
102822025-10-28T00:11:50.110Z[ host-image] Oct 28 00:11:49.669 INFO O| Oct 28 00:11:49.669 INFO STEP 129 (ensure_file) COMPLETE
102832025-10-28T00:11:50.110Z[ host-image] Oct 28 00:11:49.669 INFO O| Oct 28 00:11:49.669 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102842025-10-28T00:11:50.114Z[ recovery-image] Oct 28 00:11:49.677 INFO E| Compiling clap_builder v4.5.37
102852025-10-28T00:11:50.121Z[ host-image] Oct 28 00:11:49.683 INFO O| Oct 28 00:11:49.683 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
102862025-10-28T00:11:50.121Z[ host-image] Oct 28 00:11:49.683 INFO O| Oct 28 00:11:49.683 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d ...
102872025-10-28T00:11:50.124Z[ host-image] Oct 28 00:11:49.683 INFO O| Oct 28 00:11:49.683 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
102882025-10-28T00:11:50.124Z[ host-image] Oct 28 00:11:49.683 INFO O| Oct 28 00:11:49.683 INFO ok!
102892025-10-28T00:11:50.124Z[ host-image] Oct 28 00:11:49.683 INFO O| Oct 28 00:11:49.683 INFO STEP 130 (ensure_file) COMPLETE
102902025-10-28T00:11:50.124Z[ host-image] Oct 28 00:11:49.683 INFO O| Oct 28 00:11:49.683 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102912025-10-28T00:11:50.135Z[ host-image] Oct 28 00:11:49.697 INFO O| Oct 28 00:11:49.697 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
102922025-10-28T00:11:50.135Z[ host-image] Oct 28 00:11:49.697 INFO O| Oct 28 00:11:49.697 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/crucible_dtrace/downstairs_count.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d ...
102932025-10-28T00:11:50.139Z[ host-image] Oct 28 00:11:49.697 INFO O| Oct 28 00:11:49.697 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
102942025-10-28T00:11:50.139Z[ host-image] Oct 28 00:11:49.697 INFO O| Oct 28 00:11:49.697 INFO ok!
102952025-10-28T00:11:50.139Z[ host-image] Oct 28 00:11:49.697 INFO O| Oct 28 00:11:49.697 INFO STEP 131 (ensure_file) COMPLETE
102962025-10-28T00:11:50.139Z[ host-image] Oct 28 00:11:49.697 INFO O| Oct 28 00:11:49.697 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102972025-10-28T00:11:50.149Z[ host-image] Oct 28 00:11:49.711 INFO O| Oct 28 00:11:49.711 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
102982025-10-28T00:11:50.149Z[ host-image] Oct 28 00:11:49.711 INFO O| Oct 28 00:11:49.711 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/crucible_dtrace/all_downstairs.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d ...
102992025-10-28T00:11:50.152Z[ host-image] Oct 28 00:11:49.711 INFO O| Oct 28 00:11:49.711 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
103002025-10-28T00:11:50.152Z[ host-image] Oct 28 00:11:49.711 INFO O| Oct 28 00:11:49.711 INFO ok!
103012025-10-28T00:11:50.152Z[ host-image] Oct 28 00:11:49.711 INFO O| Oct 28 00:11:49.711 INFO STEP 132 (ensure_file) COMPLETE
103022025-10-28T00:11:50.152Z[ host-image] Oct 28 00:11:49.711 INFO O| Oct 28 00:11:49.711 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103032025-10-28T00:11:50.162Z[ host-image] Oct 28 00:11:49.724 INFO O| Oct 28 00:11:49.724 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
103042025-10-28T00:11:50.162Z[ host-image] Oct 28 00:11:49.724 INFO O| Oct 28 00:11:49.724 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/README.md ...
103052025-10-28T00:11:50.166Z[ host-image] Oct 28 00:11:49.724 INFO O| Oct 28 00:11:49.724 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/README.md
103062025-10-28T00:11:50.166Z[ host-image] Oct 28 00:11:49.724 INFO O| Oct 28 00:11:49.724 INFO ok!
103072025-10-28T00:11:50.166Z[ host-image] Oct 28 00:11:49.724 INFO O| Oct 28 00:11:49.724 INFO STEP 133 (ensure_file) COMPLETE
103082025-10-28T00:11:50.166Z[ host-image] Oct 28 00:11:49.724 INFO O| Oct 28 00:11:49.724 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103092025-10-28T00:11:50.176Z[ host-image] Oct 28 00:11:49.738 INFO O| Oct 28 00:11:49.738 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
103102025-10-28T00:11:50.176Z[ host-image] Oct 28 00:11:49.738 INFO O| Oct 28 00:11:49.738 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/crucible_dtrace/dtrace-info.txt -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt ...
103112025-10-28T00:11:50.180Z[ host-image] Oct 28 00:11:49.738 INFO O| Oct 28 00:11:49.738 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
103122025-10-28T00:11:50.180Z[ host-image] Oct 28 00:11:49.738 INFO O| Oct 28 00:11:49.738 INFO ok!
103132025-10-28T00:11:50.180Z[ host-image] Oct 28 00:11:49.738 INFO O| Oct 28 00:11:49.738 INFO STEP 134 (ensure_file) COMPLETE
103142025-10-28T00:11:50.181Z[ host-image] Oct 28 00:11:49.738 INFO O| Oct 28 00:11:49.738 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103152025-10-28T00:11:50.189Z[ host-image] Oct 28 00:11:49.751 INFO O| Oct 28 00:11:49.751 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
103162025-10-28T00:11:50.190Z[ host-image] Oct 28 00:11:49.751 INFO O| Oct 28 00:11:49.751 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
103172025-10-28T00:11:50.193Z[ host-image] Oct 28 00:11:49.752 INFO O| Oct 28 00:11:49.751 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/VERSION
103182025-10-28T00:11:50.193Z[ host-image] Oct 28 00:11:49.752 INFO O| Oct 28 00:11:49.752 INFO ok!
103192025-10-28T00:11:50.193Z[ host-image] Oct 28 00:11:49.752 INFO O| Oct 28 00:11:49.752 INFO STEP 135 (ensure_file) COMPLETE
103202025-10-28T00:11:50.193Z[ host-image] Oct 28 00:11:49.752 INFO O| Oct 28 00:11:49.752 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103212025-10-28T00:11:50.203Z[ host-image] Oct 28 00:11:49.765 INFO O| Oct 28 00:11:49.765 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
103222025-10-28T00:11:50.203Z[ host-image] Oct 28 00:11:49.765 INFO O| Oct 28 00:11:49.765 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
103232025-10-28T00:11:50.584Z[ recovery-image] Oct 28 00:11:50.146 INFO E| Compiling os_pipe v1.2.1
103242025-10-28T00:11:50.605Z[ recovery-image] Oct 28 00:11:50.166 INFO E| Compiling shared_child v1.0.1
103252025-10-28T00:11:51.010Z[ recovery-image] Oct 28 00:11:50.572 INFO E| Compiling duct v0.13.7
103262025-10-28T00:11:52.852Z[ recovery-image] Oct 28 00:11:52.410 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
103272025-10-28T00:11:55.662Z[ recovery-image] Oct 28 00:11:55.225 INFO E| Compiling serde_derive v1.0.219
103282025-10-28T00:11:55.662Z[ recovery-image] Oct 28 00:11:55.225 INFO E| Compiling clap_derive v4.5.32
103292025-10-28T00:11:59.304Z[ recovery-image] Oct 28 00:11:58.868 INFO E| Compiling clap v4.5.37
103302025-10-28T00:12:01.157Z[ recovery-image] Oct 28 00:12:00.721 INFO E| Compiling serde v1.0.219
103312025-10-28T00:12:01.477Z[ host-image] Oct 28 00:12:01.042 INFO O| Oct 28 00:12:01.042 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
103322025-10-28T00:12:01.477Z[ host-image] Oct 28 00:12:01.042 INFO O| Oct 28 00:12:01.042 INFO ok!
103332025-10-28T00:12:01.481Z[ host-image] Oct 28 00:12:01.042 INFO O| Oct 28 00:12:01.042 INFO STEP 136 (ensure_file) COMPLETE
103342025-10-28T00:12:01.481Z[ host-image] Oct 28 00:12:01.042 INFO O| Oct 28 00:12:01.042 INFO STEP 137: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103352025-10-28T00:12:01.486Z[ host-image] Oct 28 00:12:01.051 INFO O| Oct 28 00:12:01.051 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
103362025-10-28T00:12:01.486Z[ host-image] Oct 28 00:12:01.051 INFO O| Oct 28 00:12:01.051 INFO STEP 137 (ensure_dir) COMPLETE
103372025-10-28T00:12:01.487Z[ host-image] Oct 28 00:12:01.051 INFO O| Oct 28 00:12:01.051 INFO STEP 138: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103382025-10-28T00:12:01.494Z[ host-image] Oct 28 00:12:01.059 INFO O| Oct 28 00:12:01.059 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
103392025-10-28T00:12:01.494Z[ host-image] Oct 28 00:12:01.059 INFO O| Oct 28 00:12:01.059 INFO STEP 138 (ensure_dir) COMPLETE
103402025-10-28T00:12:01.497Z[ host-image] Oct 28 00:12:01.059 INFO O| Oct 28 00:12:01.059 INFO STEP 139: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103412025-10-28T00:12:01.501Z[ host-image] Oct 28 00:12:01.066 INFO O| Oct 28 00:12:01.066 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
103422025-10-28T00:12:01.505Z[ host-image] Oct 28 00:12:01.066 INFO O| Oct 28 00:12:01.066 INFO STEP 139 (ensure_dir) COMPLETE
103432025-10-28T00:12:01.505Z[ host-image] Oct 28 00:12:01.066 INFO O| Oct 28 00:12:01.066 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103442025-10-28T00:12:01.509Z[ host-image] Oct 28 00:12:01.073 INFO O| Oct 28 00:12:01.073 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
103452025-10-28T00:12:01.509Z[ host-image] Oct 28 00:12:01.073 INFO O| Oct 28 00:12:01.073 INFO STEP 140 (ensure_dir) COMPLETE
103462025-10-28T00:12:01.514Z[ host-image] Oct 28 00:12:01.073 INFO O| Oct 28 00:12:01.073 INFO STEP 141: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103472025-10-28T00:12:01.518Z[ host-image] Oct 28 00:12:01.081 INFO O| Oct 28 00:12:01.081 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
103482025-10-28T00:12:01.518Z[ host-image] Oct 28 00:12:01.081 INFO O| Oct 28 00:12:01.081 INFO copying /tmp/.tmpl4ZrR2/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 ...
103492025-10-28T00:12:01.518Z[ host-image] Oct 28 00:12:01.081 INFO O| Oct 28 00:12:01.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
103502025-10-28T00:12:01.518Z[ host-image] Oct 28 00:12:01.081 INFO O| Oct 28 00:12:01.081 INFO ok!
103512025-10-28T00:12:01.518Z[ host-image] Oct 28 00:12:01.081 INFO O| Oct 28 00:12:01.081 INFO STEP 141 (ensure_file) COMPLETE
103522025-10-28T00:12:01.518Z[ host-image] Oct 28 00:12:01.081 INFO O| Oct 28 00:12:01.081 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103532025-10-28T00:12:01.525Z[ host-image] Oct 28 00:12:01.089 INFO O| Oct 28 00:12:01.089 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
103542025-10-28T00:12:01.528Z[ host-image] Oct 28 00:12:01.089 INFO O| Oct 28 00:12:01.089 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
103552025-10-28T00:12:01.528Z[ host-image] Oct 28 00:12:01.089 INFO O| Oct 28 00:12:01.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
103562025-10-28T00:12:01.528Z[ host-image] Oct 28 00:12:01.089 INFO O| Oct 28 00:12:01.089 INFO STEP 142 (ensure_dir) COMPLETE
103572025-10-28T00:12:01.528Z[ host-image] Oct 28 00:12:01.090 INFO O| Oct 28 00:12:01.089 INFO STEP 143: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103582025-10-28T00:12:01.532Z[ host-image] Oct 28 00:12:01.097 INFO O| Oct 28 00:12:01.097 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
103592025-10-28T00:12:01.532Z[ host-image] Oct 28 00:12:01.097 INFO O| Oct 28 00:12:01.097 INFO copying /tmp/.tmpl4ZrR2/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
103602025-10-28T00:12:01.537Z[ host-image] Oct 28 00:12:01.097 INFO O| Oct 28 00:12:01.097 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
103612025-10-28T00:12:01.537Z[ host-image] Oct 28 00:12:01.097 INFO O| Oct 28 00:12:01.097 INFO ok!
103622025-10-28T00:12:01.537Z[ host-image] Oct 28 00:12:01.097 INFO O| Oct 28 00:12:01.097 INFO STEP 143 (ensure_file) COMPLETE
103632025-10-28T00:12:01.537Z[ host-image] Oct 28 00:12:01.097 INFO O| Oct 28 00:12:01.097 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103642025-10-28T00:12:01.541Z[ host-image] Oct 28 00:12:01.106 INFO O| Oct 28 00:12:01.106 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
103652025-10-28T00:12:01.545Z[ host-image] Oct 28 00:12:01.106 INFO O| Oct 28 00:12:01.106 INFO STEP 144 (remove_files) COMPLETE
103662025-10-28T00:12:01.545Z[ host-image] Oct 28 00:12:01.106 INFO O| Oct 28 00:12:01.106 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103672025-10-28T00:12:01.549Z[ host-image] Oct 28 00:12:01.113 INFO O| Oct 28 00:12:01.113 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
103682025-10-28T00:12:01.552Z[ host-image] Oct 28 00:12:01.113 INFO O| Oct 28 00:12:01.113 INFO STEP 145 (remove_files) COMPLETE
103692025-10-28T00:12:01.552Z[ host-image] Oct 28 00:12:01.113 INFO O| Oct 28 00:12:01.113 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103702025-10-28T00:12:01.557Z[ host-image] Oct 28 00:12:01.122 INFO O| Oct 28 00:12:01.122 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
103712025-10-28T00:12:01.560Z[ host-image] Oct 28 00:12:01.122 INFO O| Oct 28 00:12:01.122 INFO STEP 146 (remove_files) COMPLETE
103722025-10-28T00:12:01.561Z[ host-image] Oct 28 00:12:01.122 INFO O| Oct 28 00:12:01.122 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103732025-10-28T00:12:01.564Z[ host-image] Oct 28 00:12:01.129 INFO O| Oct 28 00:12:01.129 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
103742025-10-28T00:12:01.568Z[ host-image] Oct 28 00:12:01.129 INFO O| Oct 28 00:12:01.129 INFO STEP 147 (remove_files) COMPLETE
103752025-10-28T00:12:01.568Z[ host-image] Oct 28 00:12:01.129 INFO O| Oct 28 00:12:01.129 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103762025-10-28T00:12:01.574Z[ host-image] Oct 28 00:12:01.138 INFO O| Oct 28 00:12:01.138 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
103772025-10-28T00:12:01.577Z[ host-image] Oct 28 00:12:01.138 INFO O| Oct 28 00:12:01.138 INFO STEP 148 (remove_files) COMPLETE
103782025-10-28T00:12:01.577Z[ host-image] Oct 28 00:12:01.138 INFO O| Oct 28 00:12:01.138 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103792025-10-28T00:12:01.583Z[ host-image] Oct 28 00:12:01.147 INFO O| Oct 28 00:12:01.147 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
103802025-10-28T00:12:01.586Z[ host-image] Oct 28 00:12:01.148 INFO O| Oct 28 00:12:01.147 INFO STEP 149 (remove_files) COMPLETE
103812025-10-28T00:12:01.586Z[ host-image] Oct 28 00:12:01.148 INFO O| Oct 28 00:12:01.147 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103822025-10-28T00:12:01.591Z[ host-image] Oct 28 00:12:01.155 INFO O| Oct 28 00:12:01.155 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
103832025-10-28T00:12:01.594Z[ host-image] Oct 28 00:12:01.156 INFO O| Oct 28 00:12:01.155 INFO STEP 150 (remove_files) COMPLETE
103842025-10-28T00:12:01.594Z[ host-image] Oct 28 00:12:01.156 INFO O| Oct 28 00:12:01.155 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103852025-10-28T00:12:01.600Z[ host-image] Oct 28 00:12:01.164 INFO O| Oct 28 00:12:01.164 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
103862025-10-28T00:12:01.600Z[ host-image] Oct 28 00:12:01.164 INFO O| Oct 28 00:12:01.164 INFO STEP 151 (remove_files) COMPLETE
103872025-10-28T00:12:01.600Z[ host-image] Oct 28 00:12:01.164 INFO O| Oct 28 00:12:01.164 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103882025-10-28T00:12:01.609Z[ host-image] Oct 28 00:12:01.173 INFO O| Oct 28 00:12:01.173 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
103892025-10-28T00:12:01.612Z[ host-image] Oct 28 00:12:01.173 INFO O| Oct 28 00:12:01.173 INFO STEP 152 (remove_files) COMPLETE
103902025-10-28T00:12:01.612Z[ host-image] Oct 28 00:12:01.173 INFO O| Oct 28 00:12:01.173 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103912025-10-28T00:12:01.616Z[ host-image] Oct 28 00:12:01.181 INFO O| Oct 28 00:12:01.181 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
103922025-10-28T00:12:01.620Z[ host-image] Oct 28 00:12:01.181 INFO O| Oct 28 00:12:01.181 INFO STEP 153 (remove_files) COMPLETE
103932025-10-28T00:12:01.620Z[ host-image] Oct 28 00:12:01.181 INFO O| Oct 28 00:12:01.181 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103942025-10-28T00:12:01.624Z[ host-image] Oct 28 00:12:01.189 INFO O| Oct 28 00:12:01.189 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
103952025-10-28T00:12:01.624Z[ host-image] Oct 28 00:12:01.189 INFO O| Oct 28 00:12:01.189 INFO STEP 154 (remove_files) COMPLETE
103962025-10-28T00:12:01.627Z[ host-image] Oct 28 00:12:01.189 INFO O| Oct 28 00:12:01.189 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103972025-10-28T00:12:01.632Z[ host-image] Oct 28 00:12:01.197 INFO O| Oct 28 00:12:01.197 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
103982025-10-28T00:12:01.632Z[ host-image] Oct 28 00:12:01.197 INFO O| Oct 28 00:12:01.197 INFO STEP 155 (remove_files) COMPLETE
103992025-10-28T00:12:01.632Z[ host-image] Oct 28 00:12:01.197 INFO O| Oct 28 00:12:01.197 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104002025-10-28T00:12:01.641Z[ host-image] Oct 28 00:12:01.205 INFO O| Oct 28 00:12:01.205 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
104012025-10-28T00:12:01.641Z[ host-image] Oct 28 00:12:01.205 INFO O| Oct 28 00:12:01.205 INFO STEP 156 (remove_files) COMPLETE
104022025-10-28T00:12:01.644Z[ host-image] Oct 28 00:12:01.205 INFO O| Oct 28 00:12:01.205 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104032025-10-28T00:12:01.650Z[ host-image] Oct 28 00:12:01.212 INFO O| Oct 28 00:12:01.212 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
104042025-10-28T00:12:01.650Z[ host-image] Oct 28 00:12:01.212 INFO O| Oct 28 00:12:01.212 INFO STEP 157 (remove_files) COMPLETE
104052025-10-28T00:12:01.653Z[ host-image] Oct 28 00:12:01.212 INFO O| Oct 28 00:12:01.212 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104062025-10-28T00:12:01.657Z[ host-image] Oct 28 00:12:01.220 INFO O| Oct 28 00:12:01.220 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
104072025-10-28T00:12:01.657Z[ host-image] Oct 28 00:12:01.220 INFO O| Oct 28 00:12:01.220 INFO STEP 158 (remove_files) COMPLETE
104082025-10-28T00:12:01.657Z[ host-image] Oct 28 00:12:01.220 INFO O| Oct 28 00:12:01.220 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104092025-10-28T00:12:01.664Z[ host-image] Oct 28 00:12:01.228 INFO O| Oct 28 00:12:01.228 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
104102025-10-28T00:12:01.664Z[ host-image] Oct 28 00:12:01.228 INFO O| Oct 28 00:12:01.228 INFO STEP 159 (remove_files) COMPLETE
104112025-10-28T00:12:01.664Z[ host-image] Oct 28 00:12:01.228 INFO O| Oct 28 00:12:01.228 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104122025-10-28T00:12:01.673Z[ host-image] Oct 28 00:12:01.236 INFO O| Oct 28 00:12:01.236 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
104132025-10-28T00:12:01.676Z[ host-image] Oct 28 00:12:01.236 INFO O| Oct 28 00:12:01.236 INFO STEP 160 (remove_files) COMPLETE
104142025-10-28T00:12:01.676Z[ host-image] Oct 28 00:12:01.236 INFO O| Oct 28 00:12:01.236 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104152025-10-28T00:12:01.682Z[ host-image] Oct 28 00:12:01.244 INFO O| Oct 28 00:12:01.244 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
104162025-10-28T00:12:01.682Z[ host-image] Oct 28 00:12:01.244 INFO O| Oct 28 00:12:01.244 INFO STEP 161 (remove_files) COMPLETE
104172025-10-28T00:12:01.682Z[ host-image] Oct 28 00:12:01.244 INFO O| Oct 28 00:12:01.244 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104182025-10-28T00:12:01.687Z[ host-image] Oct 28 00:12:01.252 INFO O| Oct 28 00:12:01.252 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
104192025-10-28T00:12:01.691Z[ host-image] Oct 28 00:12:01.252 INFO O| Oct 28 00:12:01.252 INFO STEP 162 (remove_files) COMPLETE
104202025-10-28T00:12:01.691Z[ host-image] Oct 28 00:12:01.252 INFO O| Oct 28 00:12:01.252 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104212025-10-28T00:12:01.695Z[ host-image] Oct 28 00:12:01.260 INFO O| Oct 28 00:12:01.260 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
104222025-10-28T00:12:01.695Z[ host-image] Oct 28 00:12:01.260 INFO O| Oct 28 00:12:01.260 INFO STEP 163 (remove_files) COMPLETE
104232025-10-28T00:12:01.699Z[ host-image] Oct 28 00:12:01.260 INFO O| Oct 28 00:12:01.260 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104242025-10-28T00:12:01.705Z[ host-image] Oct 28 00:12:01.269 INFO O| Oct 28 00:12:01.268 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
104252025-10-28T00:12:01.708Z[ host-image] Oct 28 00:12:01.269 INFO O| Oct 28 00:12:01.269 INFO STEP 164 (remove_files) COMPLETE
104262025-10-28T00:12:01.708Z[ host-image] Oct 28 00:12:01.269 INFO O| Oct 28 00:12:01.269 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104272025-10-28T00:12:01.716Z[ host-image] Oct 28 00:12:01.276 INFO O| Oct 28 00:12:01.276 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
104282025-10-28T00:12:01.720Z[ host-image] Oct 28 00:12:01.277 INFO O| Oct 28 00:12:01.277 INFO STEP 165 (remove_files) COMPLETE
104292025-10-28T00:12:01.720Z[ host-image] Oct 28 00:12:01.277 INFO O| Oct 28 00:12:01.277 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104302025-10-28T00:12:01.725Z[ host-image] Oct 28 00:12:01.284 INFO O| Oct 28 00:12:01.284 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
104312025-10-28T00:12:01.725Z[ host-image] Oct 28 00:12:01.284 INFO O| Oct 28 00:12:01.284 INFO STEP 166 (remove_files) COMPLETE
104322025-10-28T00:12:01.725Z[ host-image] Oct 28 00:12:01.284 INFO O| Oct 28 00:12:01.284 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104332025-10-28T00:12:01.729Z[ host-image] Oct 28 00:12:01.292 INFO O| Oct 28 00:12:01.292 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
104342025-10-28T00:12:01.729Z[ host-image] Oct 28 00:12:01.293 INFO O| Oct 28 00:12:01.293 INFO STEP 167 (remove_files) COMPLETE
104352025-10-28T00:12:01.729Z[ host-image] Oct 28 00:12:01.293 INFO O| Oct 28 00:12:01.293 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104362025-10-28T00:12:01.736Z[ host-image] Oct 28 00:12:01.300 INFO O| Oct 28 00:12:01.300 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
104372025-10-28T00:12:01.740Z[ host-image] Oct 28 00:12:01.300 INFO O| Oct 28 00:12:01.300 INFO STEP 168 (remove_files) COMPLETE
104382025-10-28T00:12:01.740Z[ host-image] Oct 28 00:12:01.300 INFO O| Oct 28 00:12:01.300 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104392025-10-28T00:12:01.744Z[ host-image] Oct 28 00:12:01.309 INFO O| Oct 28 00:12:01.308 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
104402025-10-28T00:12:01.744Z[ host-image] Oct 28 00:12:01.309 INFO O| Oct 28 00:12:01.309 INFO STEP 169 (remove_files) COMPLETE
104412025-10-28T00:12:01.744Z[ host-image] Oct 28 00:12:01.309 INFO O| Oct 28 00:12:01.309 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104422025-10-28T00:12:01.754Z[ host-image] Oct 28 00:12:01.316 INFO O| Oct 28 00:12:01.316 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
104432025-10-28T00:12:01.754Z[ host-image] Oct 28 00:12:01.316 INFO O| Oct 28 00:12:01.316 INFO STEP 170 (remove_files) COMPLETE
104442025-10-28T00:12:01.754Z[ host-image] Oct 28 00:12:01.316 INFO O| Oct 28 00:12:01.316 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104452025-10-28T00:12:01.759Z[ host-image] Oct 28 00:12:01.324 INFO O| Oct 28 00:12:01.323 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
104462025-10-28T00:12:01.764Z[ host-image] Oct 28 00:12:01.324 INFO O| Oct 28 00:12:01.324 INFO STEP 171 (remove_files) COMPLETE
104472025-10-28T00:12:01.764Z[ host-image] Oct 28 00:12:01.324 INFO O| Oct 28 00:12:01.324 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104482025-10-28T00:12:01.768Z[ host-image] Oct 28 00:12:01.331 INFO O| Oct 28 00:12:01.331 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
104492025-10-28T00:12:01.768Z[ host-image] Oct 28 00:12:01.331 INFO O| Oct 28 00:12:01.331 INFO STEP 172 (remove_files) COMPLETE
104502025-10-28T00:12:01.768Z[ host-image] Oct 28 00:12:01.331 INFO O| Oct 28 00:12:01.331 INFO STEP 173: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
104512025-10-28T00:12:01.778Z[ host-image] Oct 28 00:12:01.342 INFO O| Oct 28 00:12:01.342 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
104522025-10-28T00:12:01.778Z[ host-image] Oct 28 00:12:01.342 INFO O| Oct 28 00:12:01.342 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_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
104532025-10-28T00:12:04.468Z[ recovery-image] Oct 28 00:12:04.032 INFO E| Compiling toml_datetime v0.6.9
104542025-10-28T00:12:04.468Z[ recovery-image] Oct 28 00:12:04.032 INFO E| Compiling serde_spanned v0.6.8
104552025-10-28T00:12:04.698Z[ recovery-image] Oct 28 00:12:04.263 INFO E| Compiling toml_edit v0.22.26
104562025-10-28T00:12:06.744Z[ recovery-image] Oct 28 00:12:06.308 INFO E| Compiling toml v0.8.22
104572025-10-28T00:12:10.007Z[ recovery-image] Oct 28 00:12:09.571 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.79s
104582025-10-28T00:12:10.023Z[ recovery-image] Oct 28 00:12:09.587 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 --config /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5 --app /work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml --image /work/os-recovery/cosmo.rom`
104592025-10-28T00:12:10.032Z[ recovery-image] Oct 28 00:12:09.598 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml"
104602025-10-28T00:12:10.347Z[ recovery-image] Oct 28 00:12:09.913 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.30s
104612025-10-28T00:12:10.352Z[ recovery-image] Oct 28 00:12:09.918 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.6 -o /work/os-recovery/cosmo.rom`
104622025-10-28T00:12:10.722Z[ recovery-image] Oct 28 00:12:10.288 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x00_AmdPubKey_BRH.tkn"
104632025-10-28T00:12:10.726Z[ recovery-image] Oct 28 00:12:10.289 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x01_PspBl_BRH.esbin"
104642025-10-28T00:12:10.726Z[ recovery-image] Oct 28 00:12:10.290 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x02_PspOS_BRH.ecsbin"
104652025-10-28T00:12:10.726Z[ recovery-image] Oct 28 00:12:10.291 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x03_PspRecBl_BRH.esbin"
104662025-10-28T00:12:10.726Z[ recovery-image] Oct 28 00:12:10.291 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x08_SmuFirmware_breithorn.ecsbin"
104672025-10-28T00:12:10.730Z[ recovery-image] Oct 28 00:12:10.293 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
104682025-10-28T00:12:10.730Z[ recovery-image] Oct 28 00:12:10.294 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
104692025-10-28T00:12:10.730Z[ recovery-image] Oct 28 00:12:10.295 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x0A_PspAblPubKey_BRH.stkn"
104702025-10-28T00:12:10.731Z[ recovery-image] Oct 28 00:12:10.295 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x13_SduFw_BRH.ecsbin"
104712025-10-28T00:12:10.731Z[ recovery-image] Oct 28 00:12:10.296 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x21_PspAmdIkek_BRH.bin"
104722025-10-28T00:12:10.731Z[ recovery-image] Oct 28 00:12:10.296 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x22_SecureEmptyToken.bin"
104732025-10-28T00:12:10.731Z[ recovery-image] Oct 28 00:12:10.296 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
104742025-10-28T00:12:10.734Z[ recovery-image] Oct 28 00:12:10.297 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
104752025-10-28T00:12:10.734Z[ recovery-image] Oct 28 00:12:10.298 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x28_PspSystemDriver_BRH.ecsbin"
104762025-10-28T00:12:10.734Z[ recovery-image] Oct 28 00:12:10.299 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
104772025-10-28T00:12:10.734Z[ recovery-image] Oct 28 00:12:10.300 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
104782025-10-28T00:12:10.739Z[ recovery-image] Oct 28 00:12:10.301 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x2D_AblRt.ecsbin"
104792025-10-28T00:12:10.739Z[ recovery-image] Oct 28 00:12:10.302 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
104802025-10-28T00:12:10.739Z[ recovery-image] Oct 28 00:12:10.304 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x42_PhyFw_BRH.ecsbin"
104812025-10-28T00:12:10.743Z[ recovery-image] Oct 28 00:12:10.305 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x44_USB_PHY_BRH.esbin"
104822025-10-28T00:12:10.743Z[ recovery-image] Oct 28 00:12:10.306 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
104832025-10-28T00:12:10.743Z[ recovery-image] Oct 28 00:12:10.306 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
104842025-10-28T00:12:10.743Z[ recovery-image] Oct 28 00:12:10.307 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x50_PspKeyDataBase_BRH.sbin"
104852025-10-28T00:12:10.743Z[ recovery-image] Oct 28 00:12:10.308 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
104862025-10-28T00:12:10.743Z[ recovery-image] Oct 28 00:12:10.308 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x55_SPLTable_BRH.sbin"
104872025-10-28T00:12:10.743Z[ recovery-image] Oct 28 00:12:10.309 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x5DMpioFw_BRH.cesbin"
104882025-10-28T00:12:10.747Z[ recovery-image] Oct 28 00:12:10.310 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x64_RasDriver_BRH.ecsbin"
104892025-10-28T00:12:10.747Z[ recovery-image] Oct 28 00:12:10.311 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
104902025-10-28T00:12:10.747Z[ recovery-image] Oct 28 00:12:10.312 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1A_SevDriver_BRH.ecsbin"
104912025-10-28T00:12:10.773Z[ recovery-image] Oct 28 00:12:10.314 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
104922025-10-28T00:12:10.774Z[ recovery-image] Oct 28 00:12:10.314 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1B_BootDriver_BRH.ecsbin"
104932025-10-28T00:12:10.774Z[ recovery-image] Oct 28 00:12:10.315 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1C_SocDriver_BRH.ecsbin"
104942025-10-28T00:12:10.774Z[ recovery-image] Oct 28 00:12:10.316 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1D_HadDriver_BRH.ecsbin"
104952025-10-28T00:12:10.779Z[ recovery-image] Oct 28 00:12:10.317 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
104962025-10-28T00:12:10.780Z[ recovery-image] Oct 28 00:12:10.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x38_PspSevEmptyData.bin"
104972025-10-28T00:12:10.780Z[ recovery-image] Oct 28 00:12:10.318 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x47_DRTMDriver_BRH.ecsbin"
104982025-10-28T00:12:10.780Z[ recovery-image] Oct 28 00:12:10.319 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x67_FHPDriver_BRH.ecsbin"
104992025-10-28T00:12:10.780Z[ recovery-image] Oct 28 00:12:10.320 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x68_SPDMDriver_BRH.ecsbin"
105002025-10-28T00:12:10.780Z[ recovery-image] Oct 28 00:12:10.321 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x69_DPEDriver_BRH.ecsbin"
105012025-10-28T00:12:10.780Z[ recovery-image] Oct 28 00:12:10.321 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x73_PspBl_BRH.ecsbin"
105022025-10-28T00:12:10.780Z[ recovery-image] Oct 28 00:12:10.323 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x76_DfRib_BRH.csbin"
105032025-10-28T00:12:10.780Z[ recovery-image] Oct 28 00:12:10.323 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x8C_MPDMATF_BRH.sbin"
105042025-10-28T00:12:10.780Z[ recovery-image] Oct 28 00:12:10.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x91_GmiPhyFw_BRH.esbin"
105052025-10-28T00:12:10.780Z[ recovery-image] Oct 28 00:12:10.326 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x92_Page_BRH.sbin"
105062025-10-28T00:12:10.780Z[ recovery-image] Oct 28 00:12:10.327 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x9D_AspSramFwExt_BRH.sbin"
105072025-10-28T00:12:10.781Z[ recovery-image] Oct 28 00:12:10.328 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
105082025-10-28T00:12:10.781Z[ recovery-image] Oct 28 00:12:10.329 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_A0.sbin"
105092025-10-28T00:12:10.781Z[ recovery-image] Oct 28 00:12:10.330 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRHD_A0.sbin"
105102025-10-28T00:12:10.781Z[ recovery-image] Oct 28 00:12:10.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_B0.sbin"
105112025-10-28T00:12:10.781Z[ recovery-image] Oct 28 00:12:10.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_C0.sbin"
105122025-10-28T00:12:10.781Z[ recovery-image] Oct 28 00:12:10.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRHD_B0.sbin"
105132025-10-28T00:12:10.781Z[ recovery-image] Oct 28 00:12:10.333 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_C1.sbin"
105142025-10-28T00:12:10.781Z[ recovery-image] Oct 28 00:12:10.333 INFO O| Info: ABL version: 0x1006f010
105152025-10-28T00:12:10.781Z[ recovery-image] Oct 28 00:12:10.333 INFO O| Info: For sub_program 2: SMU firmware version: 99.123.0
105162025-10-28T00:12:10.781Z[ recovery-image] Oct 28 00:12:10.333 INFO O| Info: For sub_program 0: SMU firmware version: 94.123.0
105172025-10-28T00:12:10.782Z[ recovery-image] Oct 28 00:12:10.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/APOB_NV_BRH.bin"
105182025-10-28T00:12:10.782Z[ recovery-image] Oct 28 00:12:10.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
105192025-10-28T00:12:10.782Z[ recovery-image] Oct 28 00:12:10.336 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
105202025-10-28T00:12:10.782Z[ recovery-image] Oct 28 00:12:10.337 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
105212025-10-28T00:12:10.782Z[ recovery-image] Oct 28 00:12:10.338 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
105222025-10-28T00:12:10.782Z[ recovery-image] Oct 28 00:12:10.339 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
105232025-10-28T00:12:10.782Z[ recovery-image] Oct 28 00:12:10.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
105242025-10-28T00:12:10.782Z[ recovery-image] Oct 28 00:12:10.340 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
105252025-10-28T00:12:10.782Z[ recovery-image] Oct 28 00:12:10.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
105262025-10-28T00:12:10.783Z[ recovery-image] Oct 28 00:12:10.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
105272025-10-28T00:12:10.783Z[ recovery-image] Oct 28 00:12:10.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
105282025-10-28T00:12:10.783Z[ recovery-image] Oct 28 00:12:10.343 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
105292025-10-28T00:12:10.783Z[ recovery-image] Oct 28 00:12:10.344 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
105302025-10-28T00:12:10.783Z[ recovery-image] Oct 28 00:12:10.344 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
105312025-10-28T00:12:10.788Z[ recovery-image] Oct 28 00:12:10.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
105322025-10-28T00:12:10.788Z[ recovery-image] Oct 28 00:12:10.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
105332025-10-28T00:12:10.788Z[ recovery-image] Oct 28 00:12:10.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
105342025-10-28T00:12:10.788Z[ recovery-image] Oct 28 00:12:10.347 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
105352025-10-28T00:12:10.788Z[ recovery-image] Oct 28 00:12:10.347 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
105362025-10-28T00:12:10.788Z[ recovery-image] Oct 28 00:12:10.348 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
105372025-10-28T00:12:10.824Z[ recovery-image] Oct 28 00:12:10.390 INFO building ROM for gimlet
105382025-10-28T00:12:10.824Z[ recovery-image] Oct 28 00:12:10.390 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", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5", "--app", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml", "--image", "/work/os-recovery/gimlet.rom"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
105392025-10-28T00:12:10.959Z[ recovery-image] Oct 28 00:12:10.525 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
105402025-10-28T00:12:10.963Z[ recovery-image] Oct 28 00:12:10.528 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 --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5 --app /work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml --image /work/os-recovery/gimlet.rom`
105412025-10-28T00:12:10.982Z[ recovery-image] Oct 28 00:12:10.538 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
105422025-10-28T00:12:11.059Z[ recovery-image] Oct 28 00:12:10.625 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
105432025-10-28T00:12:11.063Z[ recovery-image] Oct 28 00:12:10.628 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.a -o /work/os-recovery/gimlet.rom`
105442025-10-28T00:12:11.229Z[ recovery-image] Oct 28 00:12:10.795 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AmdPubKey_gn.tkn"
105452025-10-28T00:12:11.233Z[ recovery-image] Oct 28 00:12:10.796 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspBootLoader_gn.sbin"
105462025-10-28T00:12:11.233Z[ recovery-image] Oct 28 00:12:10.797 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspRecoveryBootLoader_gn.sbin"
105472025-10-28T00:12:11.233Z[ recovery-image] Oct 28 00:12:10.798 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmwareGn.csbin"
105482025-10-28T00:12:11.233Z[ recovery-image] Oct 28 00:12:10.799 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugToken_gn.stkn"
105492025-10-28T00:12:11.237Z[ recovery-image] Oct 28 00:12:10.800 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspABLFw_gn.stkn"
105502025-10-28T00:12:11.237Z[ recovery-image] Oct 28 00:12:10.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmware2Gn.csbin"
105512025-10-28T00:12:11.237Z[ recovery-image] Oct 28 00:12:10.801 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugUnlock_gn.sbin"
105522025-10-28T00:12:11.238Z[ recovery-image] Oct 28 00:12:10.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspIkek_gn.bin"
105532025-10-28T00:12:11.238Z[ recovery-image] Oct 28 00:12:10.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureEmptyToken.bin"
105542025-10-28T00:12:11.238Z[ recovery-image] Oct 28 00:12:10.802 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/RsmuSecPolicy_gn.sbin"
105552025-10-28T00:12:11.238Z[ recovery-image] Oct 28 00:12:10.803 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Mp5Gn.csbin"
105562025-10-28T00:12:11.241Z[ recovery-image] Oct 28 00:12:10.804 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AgesaBootloader_U_prod_GN.csbin"
105572025-10-28T00:12:11.242Z[ recovery-image] Oct 28 00:12:10.806 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/GnPhyFw.sbin"
105582025-10-28T00:12:11.242Z[ recovery-image] Oct 28 00:12:10.807 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PSP-Key-DB_gn.sbin"
105592025-10-28T00:12:11.246Z[ recovery-image] Oct 28 00:12:10.808 INFO O| Info: ABL version: 0x100a5010
105602025-10-28T00:12:11.246Z[ recovery-image] Oct 28 00:12:10.808 INFO O| Info: For sub_program 0: SMU firmware version: 45.93.0
105612025-10-28T00:12:11.246Z[ recovery-image] Oct 28 00:12:10.808 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
105622025-10-28T00:12:11.246Z[ recovery-image] Oct 28 00:12:10.809 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
105632025-10-28T00:12:11.246Z[ recovery-image] Oct 28 00:12:10.809 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
105642025-10-28T00:12:11.246Z[ recovery-image] Oct 28 00:12:10.810 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
105652025-10-28T00:12:11.246Z[ recovery-image] Oct 28 00:12:10.811 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
105662025-10-28T00:12:11.246Z[ recovery-image] Oct 28 00:12:10.812 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
105672025-10-28T00:12:11.250Z[ recovery-image] Oct 28 00:12:10.812 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
105682025-10-28T00:12:11.250Z[ recovery-image] Oct 28 00:12:10.813 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
105692025-10-28T00:12:11.250Z[ recovery-image] Oct 28 00:12:10.814 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
105702025-10-28T00:12:11.250Z[ recovery-image] Oct 28 00:12:10.814 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
105712025-10-28T00:12:11.250Z[ recovery-image] Oct 28 00:12:10.815 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
105722025-10-28T00:12:11.250Z[ recovery-image] Oct 28 00:12:10.816 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
105732025-10-28T00:12:11.254Z[ recovery-image] Oct 28 00:12:10.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
105742025-10-28T00:12:11.254Z[ recovery-image] Oct 28 00:12:10.817 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
105752025-10-28T00:12:11.254Z[ recovery-image] Oct 28 00:12:10.818 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
105762025-10-28T00:12:11.254Z[ recovery-image] Oct 28 00:12:10.819 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
105772025-10-28T00:12:11.254Z[ recovery-image] Oct 28 00:12:10.820 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
105782025-10-28T00:12:11.254Z[ recovery-image] Oct 28 00:12:10.820 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
105792025-10-28T00:12:11.290Z[ recovery-image] Oct 28 00:12:10.856 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
105802025-10-28T00:12:11.988Z[ host-image] Oct 28 00:12:11.554 INFO O| Oct 28 00:12:11.554 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
105812025-10-28T00:12:11.988Z[ host-image] Oct 28 00:12:11.554 INFO O| Oct 28 00:12:11.554 INFO E| svccfg: Loaded 79 smf(7) service descriptions
105822025-10-28T00:12:12.005Z[ host-image] Oct 28 00:12:11.571 INFO O| Oct 28 00:12:11.571 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
105832025-10-28T00:12:12.151Z[ host-image] Oct 28 00:12:11.717 INFO O| Oct 28 00:12:11.717 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
105842025-10-28T00:12:12.229Z[ host-image] Oct 28 00:12:11.795 INFO O| Oct 28 00:12:11.795 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
105852025-10-28T00:12:12.317Z[ host-image] Oct 28 00:12:11.883 INFO O| Oct 28 00:12:11.883 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
105862025-10-28T00:12:12.317Z[ host-image] Oct 28 00:12:11.883 INFO O| Oct 28 00:12:11.883 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
105872025-10-28T00:12:12.761Z[ host-image] Oct 28 00:12:12.327 INFO O| Oct 28 00:12:12.327 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
105882025-10-28T00:12:12.761Z[ host-image] Oct 28 00:12:12.327 INFO O| Oct 28 00:12:12.327 INFO ok!
105892025-10-28T00:12:12.766Z[ host-image] Oct 28 00:12:12.327 INFO O| Oct 28 00:12:12.327 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
105902025-10-28T00:12:12.766Z[ host-image] Oct 28 00:12:12.327 INFO O| Oct 28 00:12:12.327 INFO STEP 173 (seed_smf) COMPLETE
105912025-10-28T00:12:12.766Z[ host-image] Oct 28 00:12:12.327 INFO O| Oct 28 00:12:12.327 INFO steps complete; finalising image!
105922025-10-28T00:12:12.766Z[ host-image] Oct 28 00:12:12.327 INFO O| Oct 28 00:12:12.327 INFO TRIM POOL: TEMPORARY-sled-zfs
105932025-10-28T00:12:12.820Z[ host-image] Oct 28 00:12:12.386 INFO O| Oct 28 00:12:12.386 INFO trim TEMPORARY-sled-zfs: (0% trimmed, started at Tue Oct 28 00:12:12 2025)
105942025-10-28T00:12:13.028Z[ host-image] Oct 28 00:12:12.594 INFO O| Oct 28 00:12:12.594 INFO trim TEMPORARY-sled-zfs: (96% trimmed, started at Tue Oct 28 00:12:12 2025)
105952025-10-28T00:12:13.244Z[ host-image] Oct 28 00:12:12.811 INFO O| Oct 28 00:12:12.811 INFO temporary pool has 807M used, 24.8M avail, 1.78x compressratio
105962025-10-28T00:12:13.251Z[ host-image] Oct 28 00:12:12.811 INFO O| Oct 28 00:12:12.811 INFO EXPORT POOL: TEMPORARY-sled-zfs
105972025-10-28T00:12:13.526Z[ host-image] Oct 28 00:12:13.092 INFO O| Oct 28 00:12:13.092 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
105982025-10-28T00:12:13.526Z[ host-image] Oct 28 00:12:13.092 INFO O| Oct 28 00:12:13.092 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
105992025-10-28T00:12:14.450Z[ host-image] Oct 28 00:12:14.016 INFO O| Oct 28 00:12:14.016 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
106002025-10-28T00:12:14.450Z[ host-image] Oct 28 00:12:14.016 INFO O| Oct 28 00:12:14.016 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
106012025-10-28T00:12:14.454Z[ host-image] Oct 28 00:12:14.016 INFO O| Oct 28 00:12:14.016 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
106022025-10-28T00:12:14.454Z[ host-image] Oct 28 00:12:14.016 INFO O| Oct 28 00:12:14.016 INFO completed processing sled/zfs
106032025-10-28T00:12:14.454Z[ host-image] Oct 28 00:12:14.016 INFO O| Oct 28 00:12:14.016 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
106042025-10-28T00:12:14.719Z[ recovery-image] Oct 28 00:12:14.286 INFO image complete! materials are in "/work/os-recovery"
106052025-10-28T00:12:14.724Z[ recovery-image]
106062025-10-28T00:12:14.724Z[ recovery-image] real 25:53.823239017
106072025-10-28T00:12:14.728Z[ recovery-image] user 19:57.152464975
106082025-10-28T00:12:14.728Z[ recovery-image] sys 1:33.439339873
106092025-10-28T00:12:14.729Z[ recovery-image] trap 1.078935013
106102025-10-28T00:12:14.729Z[ recovery-image] tflt 1.028552664
106112025-10-28T00:12:14.729Z[ recovery-image] dflt 1.858789770
106122025-10-28T00:12:14.729Z[ recovery-image] kflt 0.016655205
106132025-10-28T00:12:14.729Z[ recovery-image] lock 20:25.906319908
106142025-10-28T00:12:14.729Z[ recovery-image] slp 2:33:57.408485948
106152025-10-28T00:12:14.729Z[ recovery-image] lat 6:23.258092978
106162025-10-28T00:12:14.729Z[ recovery-image] stop 8.897353421
106172025-10-28T00:12:14.729ZOct 28 00:12:14.292 INFO [recovery-image] process exited with exit status: 0 (1553.833349677s)
106182025-10-28T00:12:24.824Z[ host-image] Oct 28 00:12:24.391 INFO O| Oct 28 00:12:24.391 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
106192025-10-28T00:12:24.914Z[ host-image] Oct 28 00:12:24.482 INFO BUILD STRING "heads/stlouis-0-gc384e6adc5\n"
106202025-10-28T00:12:24.919Z[ host-image] Oct 28 00:12:24.482 INFO expanded image name: "ci 8f1fe46/${os_short_commit} 2025-10-27 23:17" -> "ci 8f1fe46/c384e6a 2025-10-27 23:17"
106212025-10-28T00:12:24.919Z[ host-image] Oct 28 00:12:24.482 INFO output artefacts stored in: "/work/os-host"
106222025-10-28T00:12:24.919Z[ host-image] Oct 28 00:12:24.482 INFO collecting git info from project "image-builder"...
106232025-10-28T00:12:24.923Z[ host-image] Oct 28 00:12:24.489 INFO collecting git info from project "amd-firmware"...
106242025-10-28T00:12:24.931Z[ host-image] Oct 28 00:12:24.499 INFO collecting git info from project "phbl"...
106252025-10-28T00:12:24.935Z[ host-image] Oct 28 00:12:24.504 INFO collecting git info from project "amd-host-image-builder"...
106262025-10-28T00:12:24.940Z[ host-image] Oct 28 00:12:24.509 INFO collecting git info from project "bootserver"...
106272025-10-28T00:12:24.944Z[ host-image] Oct 28 00:12:24.513 INFO collecting git info from project "pinprick"...
106282025-10-28T00:12:24.948Z[ host-image] Oct 28 00:12:24.517 INFO collecting git info from project "chelsio-t6-roms"...
106292025-10-28T00:12:24.953Z[ host-image] Oct 28 00:12:24.522 INFO collecting git info from project "pilot"...
106302025-10-28T00:12:24.958Z[ host-image] Oct 28 00:12:24.527 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
106312025-10-28T00:12:25.332Z[ host-image] Oct 28 00:12:24.901 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
106322025-10-28T00:12:25.678Z[ host-image] Oct 28 00:12:25.247 INFO creating Oxide boot image...
106332025-10-28T00:12:25.678Z[ host-image] Oct 28 00:12:25.247 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 8f1fe46/c384e6a 2025-10-27 23:17", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
106342025-10-28T00:12:26.719Z[ host-image] Oct 28 00:12:26.287 INFO O| ok, image written!
106352025-10-28T00:12:26.719Z[ host-image] Oct 28 00:12:26.288 INFO O| ok, boot_image_csum file written!
106362025-10-28T00:12:26.723Z[ host-image] Oct 28 00:12:26.290 INFO creating boot archive (CPIO)...
106372025-10-28T00:12:26.723Z[ host-image] Oct 28 00:12:26.291 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
106382025-10-28T00:12:26.727Z[ host-image] Oct 28 00:12:26.295 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
106392025-10-28T00:12:26.727Z[ host-image] Oct 28 00:12:26.295 INFO E| + outfile=/work/os-host/cpio
106402025-10-28T00:12:26.727Z[ host-image] Oct 28 00:12:26.295 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
106412025-10-28T00:12:26.731Z[ host-image] Oct 28 00:12:26.298 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
106422025-10-28T00:12:26.731Z[ host-image] Oct 28 00:12:26.298 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
106432025-10-28T00:12:26.764Z[ host-image] Oct 28 00:12:26.331 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
106442025-10-28T00:12:26.764Z[ host-image] Oct 28 00:12:26.331 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
106452025-10-28T00:12:26.770Z[ host-image] Oct 28 00:12:26.339 INFO creating compressed cpio/unix for dev loaders...
106462025-10-28T00:12:26.770Z[ host-image] Oct 28 00:12:26.339 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
106472025-10-28T00:12:27.073Z[ host-image] Oct 28 00:12:26.642 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
106482025-10-28T00:12:31.478Z[ host-image] Oct 28 00:12:31.044 INFO creating reset image...
106492025-10-28T00:12:31.478Z[ host-image] Oct 28 00:12:31.045 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
106502025-10-28T00:12:31.537Z[ host-image] Oct 28 00:12:31.108 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')"
106512025-10-28T00:12:31.537Z[ host-image] Oct 28 00:12:31.108 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")
106522025-10-28T00:12:31.654Z[ host-image] Oct 28 00:12:31.224 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.04s
106532025-10-28T00:12:31.657Z[ host-image] Oct 28 00:12:31.225 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
106542025-10-28T00:12:31.985Z[ host-image] Oct 28 00:12:31.555 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)
106552025-10-28T00:12:31.985Z[ host-image] Oct 28 00:12:31.555 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)
106562025-10-28T00:12:31.989Z[ host-image] Oct 28 00:12:31.555 INFO E| Compiling proc-macro2 v1.0.101
106572025-10-28T00:12:31.989Z[ host-image] Oct 28 00:12:31.556 INFO E| Compiling unicode-ident v1.0.18
106582025-10-28T00:12:31.989Z[ host-image] Oct 28 00:12:31.556 INFO E| Compiling syn v1.0.109
106592025-10-28T00:12:31.989Z[ host-image] Oct 28 00:12:31.556 INFO E| Compiling x86 v0.52.0
106602025-10-28T00:12:31.996Z[ host-image] Oct 28 00:12:31.567 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
106612025-10-28T00:12:32.000Z[ host-image] Oct 28 00:12:31.569 INFO E| Compiling seq-macro v0.3.6
106622025-10-28T00:12:33.271Z[ host-image] Oct 28 00:12:32.842 INFO E| Compiling quote v1.0.40
106632025-10-28T00:12:33.553Z[ host-image] Oct 28 00:12:33.123 INFO E| Compiling syn v2.0.106
106642025-10-28T00:12:36.252Z[ host-image] Oct 28 00:12:35.823 INFO E| Compiling scroll_derive v0.13.0
106652025-10-28T00:12:38.335Z[ host-image] Oct 28 00:12:37.905 INFO E| Compiling bitstruct_derive v0.1.0
106662025-10-28T00:12:54.296Z[ host-image] Oct 28 00:12:53.864 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)
106672025-10-28T00:12:57.902Z[ host-image] Oct 28 00:12:57.477 INFO E| Compiling bitflags v1.3.2
106682025-10-28T00:12:57.902Z[ host-image] Oct 28 00:12:57.477 INFO E| Compiling bit_field v0.10.3
106692025-10-28T00:12:57.902Z[ host-image] Oct 28 00:12:57.477 INFO E| Compiling plain v0.2.3
106702025-10-28T00:12:57.902Z[ host-image] Oct 28 00:12:57.477 INFO E| Compiling scroll v0.13.0
106712025-10-28T00:12:57.921Z[ host-image] Oct 28 00:12:57.477 INFO E| Compiling adler2 v2.0.1
106722025-10-28T00:12:57.921Z[ host-image] Oct 28 00:12:57.477 INFO E| Compiling log v0.4.27
106732025-10-28T00:12:57.921Z[ host-image] Oct 28 00:12:57.477 INFO E| Compiling bitflags v2.9.4
106742025-10-28T00:12:58.035Z[ host-image] Oct 28 00:12:57.596 INFO E| Compiling raw-cpuid v10.7.0
106752025-10-28T00:12:58.087Z[ host-image] Oct 28 00:12:57.661 INFO E| Compiling miniz_oxide v0.8.9
106762025-10-28T00:12:58.179Z[ host-image] Oct 28 00:12:57.755 INFO E| Compiling static_assertions v1.1.0
106772025-10-28T00:12:58.197Z[ host-image] Oct 28 00:12:57.770 INFO E| Compiling bitstruct v0.1.1
106782025-10-28T00:12:58.285Z[ host-image] Oct 28 00:12:57.857 INFO E| Compiling cpio_reader v0.1.2
106792025-10-28T00:12:58.380Z[ host-image] Oct 28 00:12:57.955 INFO E| Compiling goblin v0.10.1
106802025-10-28T00:13:03.885Z[ host-image] Oct 28 00:13:03.462 INFO E| Finished `release` profile [optimized] target(s) in 32.22s
106812025-10-28T00:13:03.898Z[ host-image] Oct 28 00:13:03.475 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
106822025-10-28T00:13:03.956Z[ host-image] Oct 28 00:13:03.533 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')"
106832025-10-28T00:13:03.956Z[ host-image] Oct 28 00:13:03.533 INFO building ROM for gimlet
106842025-10-28T00:13:03.956Z[ host-image] Oct 28 00:13:03.534 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", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5", "--app", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml", "--image", "/work/os-host/gimlet.rom"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
106852025-10-28T00:13:04.091Z[ host-image] Oct 28 00:13:03.668 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
106862025-10-28T00:13:04.094Z[ host-image] Oct 28 00:13:03.671 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 --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5 --app /work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml --image /work/os-host/gimlet.rom`
106872025-10-28T00:13:04.104Z[ host-image] Oct 28 00:13:03.681 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
106882025-10-28T00:13:04.193Z[ host-image] Oct 28 00:13:03.771 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
106892025-10-28T00:13:04.199Z[ host-image] Oct 28 00:13:03.776 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.a -o /work/os-host/gimlet.rom`
106902025-10-28T00:13:04.368Z[ host-image] Oct 28 00:13:03.946 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AmdPubKey_gn.tkn"
106912025-10-28T00:13:04.372Z[ host-image] Oct 28 00:13:03.946 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspBootLoader_gn.sbin"
106922025-10-28T00:13:04.372Z[ host-image] Oct 28 00:13:03.946 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspRecoveryBootLoader_gn.sbin"
106932025-10-28T00:13:04.372Z[ host-image] Oct 28 00:13:03.946 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmwareGn.csbin"
106942025-10-28T00:13:04.372Z[ host-image] Oct 28 00:13:03.946 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugToken_gn.stkn"
106952025-10-28T00:13:04.372Z[ host-image] Oct 28 00:13:03.946 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspABLFw_gn.stkn"
106962025-10-28T00:13:04.372Z[ host-image] Oct 28 00:13:03.946 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmware2Gn.csbin"
106972025-10-28T00:13:04.372Z[ host-image] Oct 28 00:13:03.946 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugUnlock_gn.sbin"
106982025-10-28T00:13:04.372Z[ host-image] Oct 28 00:13:03.946 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspIkek_gn.bin"
106992025-10-28T00:13:04.372Z[ host-image] Oct 28 00:13:03.946 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureEmptyToken.bin"
107002025-10-28T00:13:04.372Z[ host-image] Oct 28 00:13:03.946 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/RsmuSecPolicy_gn.sbin"
107012025-10-28T00:13:04.372Z[ host-image] Oct 28 00:13:03.946 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Mp5Gn.csbin"
107022025-10-28T00:13:04.372Z[ host-image] Oct 28 00:13:03.946 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AgesaBootloader_U_prod_GN.csbin"
107032025-10-28T00:13:04.372Z[ host-image] Oct 28 00:13:03.947 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/GnPhyFw.sbin"
107042025-10-28T00:13:04.373Z[ host-image] Oct 28 00:13:03.947 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PSP-Key-DB_gn.sbin"
107052025-10-28T00:13:04.373Z[ host-image] Oct 28 00:13:03.947 INFO O| Info: ABL version: 0x100a5010
107062025-10-28T00:13:04.373Z[ host-image] Oct 28 00:13:03.947 INFO O| Info: For sub_program 0: SMU firmware version: 45.93.0
107072025-10-28T00:13:04.373Z[ host-image] Oct 28 00:13:03.947 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
107082025-10-28T00:13:04.373Z[ host-image] Oct 28 00:13:03.947 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
107092025-10-28T00:13:04.373Z[ host-image] Oct 28 00:13:03.947 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
107102025-10-28T00:13:04.373Z[ host-image] Oct 28 00:13:03.947 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
107112025-10-28T00:13:04.373Z[ host-image] Oct 28 00:13:03.947 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
107122025-10-28T00:13:04.373Z[ host-image] Oct 28 00:13:03.947 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
107132025-10-28T00:13:04.373Z[ host-image] Oct 28 00:13:03.947 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
107142025-10-28T00:13:04.373Z[ host-image] Oct 28 00:13:03.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
107152025-10-28T00:13:04.373Z[ host-image] Oct 28 00:13:03.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
107162025-10-28T00:13:04.373Z[ host-image] Oct 28 00:13:03.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
107172025-10-28T00:13:04.373Z[ host-image] Oct 28 00:13:03.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
107182025-10-28T00:13:04.373Z[ host-image] Oct 28 00:13:03.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
107192025-10-28T00:13:04.373Z[ host-image] Oct 28 00:13:03.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
107202025-10-28T00:13:04.373Z[ host-image] Oct 28 00:13:03.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
107212025-10-28T00:13:04.373Z[ host-image] Oct 28 00:13:03.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
107222025-10-28T00:13:04.373Z[ host-image] Oct 28 00:13:03.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
107232025-10-28T00:13:04.373Z[ host-image] Oct 28 00:13:03.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
107242025-10-28T00:13:04.373Z[ host-image] Oct 28 00:13:03.948 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
107252025-10-28T00:13:04.407Z[ host-image] Oct 28 00:13:03.984 INFO building ROM for cosmo
107262025-10-28T00:13:04.411Z[ host-image] Oct 28 00:13:03.984 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", "--config", "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5", "--app", "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml", "--image", "/work/os-host/cosmo.rom"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
107272025-10-28T00:13:04.544Z[ host-image] Oct 28 00:13:04.117 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
107282025-10-28T00:13:04.547Z[ host-image] Oct 28 00:13:04.120 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 --config /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5 --app /work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml --image /work/os-host/cosmo.rom`
107292025-10-28T00:13:04.553Z[ host-image] Oct 28 00:13:04.130 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml"
107302025-10-28T00:13:04.642Z[ host-image] Oct 28 00:13:04.219 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
107312025-10-28T00:13:04.645Z[ host-image] Oct 28 00:13:04.223 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6 -o /work/os-host/cosmo.rom`
107322025-10-28T00:13:04.974Z[ host-image] Oct 28 00:13:04.551 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x00_AmdPubKey_BRH.tkn"
107332025-10-28T00:13:04.974Z[ host-image] Oct 28 00:13:04.551 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x01_PspBl_BRH.esbin"
107342025-10-28T00:13:04.979Z[ host-image] Oct 28 00:13:04.551 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x02_PspOS_BRH.ecsbin"
107352025-10-28T00:13:04.979Z[ host-image] Oct 28 00:13:04.551 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x03_PspRecBl_BRH.esbin"
107362025-10-28T00:13:04.979Z[ host-image] Oct 28 00:13:04.551 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x08_SmuFirmware_breithorn.ecsbin"
107372025-10-28T00:13:04.979Z[ host-image] Oct 28 00:13:04.551 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
107382025-10-28T00:13:04.979Z[ host-image] Oct 28 00:13:04.551 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
107392025-10-28T00:13:04.979Z[ host-image] Oct 28 00:13:04.551 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x0A_PspAblPubKey_BRH.stkn"
107402025-10-28T00:13:04.979Z[ host-image] Oct 28 00:13:04.551 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x13_SduFw_BRH.ecsbin"
107412025-10-28T00:13:04.979Z[ host-image] Oct 28 00:13:04.551 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x21_PspAmdIkek_BRH.bin"
107422025-10-28T00:13:04.979Z[ host-image] Oct 28 00:13:04.551 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x22_SecureEmptyToken.bin"
107432025-10-28T00:13:04.979Z[ host-image] Oct 28 00:13:04.551 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
107442025-10-28T00:13:04.979Z[ host-image] Oct 28 00:13:04.551 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
107452025-10-28T00:13:04.979Z[ host-image] Oct 28 00:13:04.551 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x28_PspSystemDriver_BRH.ecsbin"
107462025-10-28T00:13:04.979Z[ host-image] Oct 28 00:13:04.551 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
107472025-10-28T00:13:04.979Z[ host-image] Oct 28 00:13:04.551 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
107482025-10-28T00:13:04.979Z[ host-image] Oct 28 00:13:04.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x2D_AblRt.ecsbin"
107492025-10-28T00:13:04.979Z[ host-image] Oct 28 00:13:04.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
107502025-10-28T00:13:04.979Z[ host-image] Oct 28 00:13:04.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x42_PhyFw_BRH.ecsbin"
107512025-10-28T00:13:04.979Z[ host-image] Oct 28 00:13:04.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x44_USB_PHY_BRH.esbin"
107522025-10-28T00:13:04.979Z[ host-image] Oct 28 00:13:04.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
107532025-10-28T00:13:04.979Z[ host-image] Oct 28 00:13:04.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
107542025-10-28T00:13:04.979Z[ host-image] Oct 28 00:13:04.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x50_PspKeyDataBase_BRH.sbin"
107552025-10-28T00:13:04.979Z[ host-image] Oct 28 00:13:04.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
107562025-10-28T00:13:04.979Z[ host-image] Oct 28 00:13:04.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x55_SPLTable_BRH.sbin"
107572025-10-28T00:13:04.979Z[ host-image] Oct 28 00:13:04.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x5DMpioFw_BRH.cesbin"
107582025-10-28T00:13:04.979Z[ host-image] Oct 28 00:13:04.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x64_RasDriver_BRH.ecsbin"
107592025-10-28T00:13:04.980Z[ host-image] Oct 28 00:13:04.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
107602025-10-28T00:13:04.980Z[ host-image] Oct 28 00:13:04.552 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1A_SevDriver_BRH.ecsbin"
107612025-10-28T00:13:04.980Z[ host-image] Oct 28 00:13:04.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
107622025-10-28T00:13:04.980Z[ host-image] Oct 28 00:13:04.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1B_BootDriver_BRH.ecsbin"
107632025-10-28T00:13:04.980Z[ host-image] Oct 28 00:13:04.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1C_SocDriver_BRH.ecsbin"
107642025-10-28T00:13:04.980Z[ host-image] Oct 28 00:13:04.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1D_HadDriver_BRH.ecsbin"
107652025-10-28T00:13:04.980Z[ host-image] Oct 28 00:13:04.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
107662025-10-28T00:13:04.980Z[ host-image] Oct 28 00:13:04.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x38_PspSevEmptyData.bin"
107672025-10-28T00:13:04.980Z[ host-image] Oct 28 00:13:04.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x47_DRTMDriver_BRH.ecsbin"
107682025-10-28T00:13:04.980Z[ host-image] Oct 28 00:13:04.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x67_FHPDriver_BRH.ecsbin"
107692025-10-28T00:13:04.980Z[ host-image] Oct 28 00:13:04.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x68_SPDMDriver_BRH.ecsbin"
107702025-10-28T00:13:04.980Z[ host-image] Oct 28 00:13:04.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x69_DPEDriver_BRH.ecsbin"
107712025-10-28T00:13:04.980Z[ host-image] Oct 28 00:13:04.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x73_PspBl_BRH.ecsbin"
107722025-10-28T00:13:04.980Z[ host-image] Oct 28 00:13:04.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x76_DfRib_BRH.csbin"
107732025-10-28T00:13:04.980Z[ host-image] Oct 28 00:13:04.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x8C_MPDMATF_BRH.sbin"
107742025-10-28T00:13:04.980Z[ host-image] Oct 28 00:13:04.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x91_GmiPhyFw_BRH.esbin"
107752025-10-28T00:13:04.980Z[ host-image] Oct 28 00:13:04.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x92_Page_BRH.sbin"
107762025-10-28T00:13:04.980Z[ host-image] Oct 28 00:13:04.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x9D_AspSramFwExt_BRH.sbin"
107772025-10-28T00:13:04.980Z[ host-image] Oct 28 00:13:04.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
107782025-10-28T00:13:04.980Z[ host-image] Oct 28 00:13:04.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_A0.sbin"
107792025-10-28T00:13:04.980Z[ host-image] Oct 28 00:13:04.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRHD_A0.sbin"
107802025-10-28T00:13:04.980Z[ host-image] Oct 28 00:13:04.553 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_B0.sbin"
107812025-10-28T00:13:04.980Z[ host-image] Oct 28 00:13:04.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_C0.sbin"
107822025-10-28T00:13:04.980Z[ host-image] Oct 28 00:13:04.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRHD_B0.sbin"
107832025-10-28T00:13:04.980Z[ host-image] Oct 28 00:13:04.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_C1.sbin"
107842025-10-28T00:13:04.980Z[ host-image] Oct 28 00:13:04.554 INFO O| Info: ABL version: 0x1006f010
107852025-10-28T00:13:04.980Z[ host-image] Oct 28 00:13:04.554 INFO O| Info: For sub_program 0: SMU firmware version: 94.123.0
107862025-10-28T00:13:04.980Z[ host-image] Oct 28 00:13:04.554 INFO O| Info: For sub_program 2: SMU firmware version: 99.123.0
107872025-10-28T00:13:04.980Z[ host-image] Oct 28 00:13:04.554 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/APOB_NV_BRH.bin"
107882025-10-28T00:13:04.984Z[ host-image] Oct 28 00:13:04.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
107892025-10-28T00:13:04.984Z[ host-image] Oct 28 00:13:04.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
107902025-10-28T00:13:04.984Z[ host-image] Oct 28 00:13:04.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
107912025-10-28T00:13:04.984Z[ host-image] Oct 28 00:13:04.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
107922025-10-28T00:13:04.984Z[ host-image] Oct 28 00:13:04.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
107932025-10-28T00:13:04.984Z[ host-image] Oct 28 00:13:04.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
107942025-10-28T00:13:04.984Z[ host-image] Oct 28 00:13:04.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
107952025-10-28T00:13:04.984Z[ host-image] Oct 28 00:13:04.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
107962025-10-28T00:13:04.984Z[ host-image] Oct 28 00:13:04.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
107972025-10-28T00:13:04.984Z[ host-image] Oct 28 00:13:04.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
107982025-10-28T00:13:04.984Z[ host-image] Oct 28 00:13:04.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
107992025-10-28T00:13:04.984Z[ host-image] Oct 28 00:13:04.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
108002025-10-28T00:13:04.984Z[ host-image] Oct 28 00:13:04.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
108012025-10-28T00:13:04.984Z[ host-image] Oct 28 00:13:04.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
108022025-10-28T00:13:04.984Z[ host-image] Oct 28 00:13:04.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
108032025-10-28T00:13:04.984Z[ host-image] Oct 28 00:13:04.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
108042025-10-28T00:13:04.984Z[ host-image] Oct 28 00:13:04.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
108052025-10-28T00:13:04.984Z[ host-image] Oct 28 00:13:04.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
108062025-10-28T00:13:04.984Z[ host-image] Oct 28 00:13:04.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
108072025-10-28T00:13:05.016Z[ host-image] Oct 28 00:13:04.592 INFO finishing image archive at "/work/os-host/os.tar.gz"...
108082025-10-28T00:13:26.332Z[ host-image] Oct 28 00:13:25.914 INFO image complete! materials are in "/work/os-host"
108092025-10-28T00:13:26.336Z[ host-image]
108102025-10-28T00:13:26.336Z[ host-image] real 27:48.458367954
108112025-10-28T00:13:26.336Z[ host-image] user 20:10.158722642
108122025-10-28T00:13:26.336Z[ host-image] sys 1:29.751058554
108132025-10-28T00:13:26.336Z[ host-image] trap 0.924540880
108142025-10-28T00:13:26.336Z[ host-image] tflt 0.298160144
108152025-10-28T00:13:26.336Z[ host-image] dflt 0.340930452
108162025-10-28T00:13:26.336Z[ host-image] kflt 0.163232341
108172025-10-28T00:13:26.336Z[ host-image] lock 27:52.316304865
108182025-10-28T00:13:26.336Z[ host-image] slp 2:42:37.286452041
108192025-10-28T00:13:26.336Z[ host-image] lat 5:42.278459368
108202025-10-28T00:13:26.336Z[ host-image] stop 3.075696396
108212025-10-28T00:13:26.340ZOct 28 00:13:25.918 INFO [host-image] process exited with exit status: 0 (1668.463848586s)
108222025-10-28T00:13:26.340ZOct 28 00:13:25.918 INFO [tuf-repo] running task
108232025-10-28T00:13:51.727ZOct 28 00:13:51.313 INFO assembling repository in `/tmp/tufaceouskwJ5Kg`, component: OmicronRepoAssembler
108242025-10-28T00:13:59.099ZOct 28 00:13:58.687 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
108252025-10-28T00:13:59.378ZOct 28 00:13:58.966 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
108262025-10-28T00:14:17.413ZOct 28 00:14:17.004 INFO extracting uploaded archive to /tmp/.tmpi8hbYe
108272025-10-28T00:14:20.575ZOct 28 00:14:20.167 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.uYz9CV
108282025-10-28T00:14:20.653ZOct 28 00:14:20.244 INFO added artifact, length: 6257385, hash: f1c297ddc2bc5a0b80dc3d47d6a076d18f2769bf76bf7bc6cc6066ae7089f829, version: 1.0.48, kind: gimlet_sp, name: cosmo-a
108292025-10-28T00:14:20.778ZOct 28 00:14:20.370 INFO added artifact, length: 5352353, hash: c312880a56f4f678d7149de52f9877c03631cf2e97e54f7a2117003f83d7e1a5, version: 1.0.48, kind: gimlet_sp, name: gimlet-b
108302025-10-28T00:14:20.899ZOct 28 00:14:20.490 INFO added artifact, length: 5354277, hash: db45d23d6e9d674face4d5379f3826ed3220d103b611b58c52e569a0d7ca03ea, version: 1.0.48, kind: gimlet_sp, name: gimlet-c
108312025-10-28T00:14:21.019ZOct 28 00:14:20.610 INFO added artifact, length: 5353192, hash: 43855fcc00a7a9aecd5e76d86791a35c9afe89e0c8b5a16ff58a9c9f17367592, version: 1.0.48, kind: gimlet_sp, name: gimlet-d
108322025-10-28T00:14:21.140ZOct 28 00:14:20.732 INFO added artifact, length: 5353059, hash: 27a9a1b3933dd69b9d24e0d63915f93c9272ab2a50371cc7c5f93e1a19387704, version: 1.0.48, kind: gimlet_sp, name: gimlet-e
108332025-10-28T00:14:21.260ZOct 28 00:14:20.852 INFO added artifact, length: 5353198, hash: 4cf6f2903399783cf4592af85dcc2da5e43177ccca81e2ef16547e77b3c52a1a, version: 1.0.48, kind: gimlet_sp, name: gimlet-f
108342025-10-28T00:14:21.397ZOct 28 00:14:20.990 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
108352025-10-28T00:14:21.397ZOct 28 00:14:20.990 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
108362025-10-28T00:14:21.477ZOct 28 00:14:21.069 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
108372025-10-28T00:14:21.477ZOct 28 00:14:21.069 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
108382025-10-28T00:14:21.559ZOct 28 00:14:21.151 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108392025-10-28T00:14:21.559ZOct 28 00:14:21.151 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108402025-10-28T00:14:21.643ZOct 28 00:14:21.234 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108412025-10-28T00:14:21.643ZOct 28 00:14:21.234 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108422025-10-28T00:14:21.723ZOct 28 00:14:21.316 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108432025-10-28T00:14:21.724ZOct 28 00:14:21.316 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108442025-10-28T00:14:21.802ZOct 28 00:14:21.394 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
108452025-10-28T00:14:21.802ZOct 28 00:14:21.394 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
108462025-10-28T00:14:21.880ZOct 28 00:14:21.472 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
108472025-10-28T00:14:21.880ZOct 28 00:14:21.472 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
108482025-10-28T00:14:21.885ZOct 28 00:14:21.473 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
108492025-10-28T00:14:21.885ZOct 28 00:14:21.474 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
108502025-10-28T00:14:21.885ZOct 28 00:14:21.475 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108512025-10-28T00:14:21.885ZOct 28 00:14:21.476 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
108522025-10-28T00:14:21.885ZOct 28 00:14:21.477 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
108532025-10-28T00:14:30.832ZOct 28 00:14:30.421 INFO added artifact, length: 33554432, hash: bd76a9eb2271ae8fd4dd4613fa9b6412acc996eb20ad09a8054e205f3a3c7395, version: 17.0.0-0.ci+git8f1fe46132f, kind: gimlet_host_phase_1, name: host
108542025-10-28T00:14:30.832ZOct 28 00:14:30.421 INFO added artifact, length: 33554432, hash: 9b353173e04e079a406929a5c1fde29e4a382c911f55c06e0808fd130b2db7f2, version: 17.0.0-0.ci+git8f1fe46132f, kind: cosmo_host_phase_1, name: host
108552025-10-28T00:14:30.832ZOct 28 00:14:30.421 INFO added artifact, length: 1048580096, hash: 5da508274bdfa34250f9946cfdfdcebe229a2be86569a48aad3b626b01e4588f, version: 17.0.0-0.ci+git8f1fe46132f, kind: host_phase_2, name: host
108562025-10-28T00:14:32.326ZOct 28 00:14:31.920 INFO added artifact, length: 33554432, hash: b956f79d1d1abb22563381071e6b7f134291df5d53e256c1ceb60aff2287631d, version: 17.0.0-0.ci+git8f1fe46132f, kind: gimlet_trampoline_phase_1, name: trampoline
108572025-10-28T00:14:32.326ZOct 28 00:14:31.920 INFO added artifact, length: 33554432, hash: 24a5cef25de2e0ec30f1c3bd976b21faf64deff53d7a0e9cc51973c78db299f1, version: 17.0.0-0.ci+git8f1fe46132f, kind: cosmo_trampoline_phase_1, name: trampoline
108582025-10-28T00:14:32.326ZOct 28 00:14:31.920 INFO added artifact, length: 152365583, hash: e488e0f7184a7b2287a598275ea031d2554a6ae6c3d808e466424897875f6941, version: 17.0.0-0.ci+git8f1fe46132f, kind: trampoline_phase_2, name: trampoline
108592025-10-28T00:14:35.381ZOct 28 00:14:34.977 INFO added artifact, length: 309310957, hash: c6ed8a747650b4f22a7a080a1b7e80a66a3a6a9d52feff2d7c0a99fca18f3b3a, version: 17.0.0-0.ci+git8f1fe46132f, kind: zone, name: clickhouse_keeper
108602025-10-28T00:14:38.598ZOct 28 00:14:38.192 INFO added artifact, length: 325929577, hash: e0f844c24b7be36b9ae1834881df13a762ae086745e458f851b33b1a7b2ef32c, version: 17.0.0-0.ci+git8f1fe46132f, kind: zone, name: clickhouse_server
108612025-10-28T00:14:41.811ZOct 28 00:14:41.407 INFO added artifact, length: 325930916, hash: e76e896f226dcdb9c4495c9f1e87c5a138e33572dc4896cfd89ecb2a3f303b44, version: 17.0.0-0.ci+git8f1fe46132f, kind: zone, name: clickhouse
108622025-10-28T00:14:43.492ZOct 28 00:14:43.088 INFO added artifact, length: 172225345, hash: 2b2a9463e2c5b68262227943fcd90d463ad27ef73c962127f340b632669b975f, version: 17.0.0-0.ci+git8f1fe46132f, kind: zone, name: cockroachdb
108632025-10-28T00:14:43.937ZOct 28 00:14:43.534 INFO added artifact, length: 44729436, hash: 290fddadababe6a59be622aa82e5f1e56e9dc0dc8a0a047d15dad494dc825e16, version: 17.0.0-0.ci+git8f1fe46132f, kind: zone, name: crucible-pantry-zone
108642025-10-28T00:14:44.526ZOct 28 00:14:44.122 INFO added artifact, length: 59159890, hash: 39a72953ae7de4f7452b0f69922a4dd60b1bbe14dad7c55cdcca98f7386947bf, version: 17.0.0-0.ci+git8f1fe46132f, kind: zone, name: crucible-zone
108652025-10-28T00:14:45.040ZOct 28 00:14:44.637 INFO added artifact, length: 52068113, hash: ea6fe18372a38afb096746999be9fb0c89d7377b45865a109d3cb38ab1cc9e7a, version: 17.0.0-0.ci+git8f1fe46132f, kind: zone, name: external-dns
108662025-10-28T00:14:45.561ZOct 28 00:14:45.158 INFO added artifact, length: 52067713, hash: 7f235b11cf78b302bc2cf78474e5965fece27b83ca4a9257d79615cb3e3f3d2a, version: 17.0.0-0.ci+git8f1fe46132f, kind: zone, name: internal-dns
108672025-10-28T00:14:47.459ZOct 28 00:14:47.056 INFO added artifact, length: 191552209, hash: 4c14848ea796a616356cff9fc94122cad7d8d5a6b445924dda9cb8458468bbf0, version: 17.0.0-0.ci+git8f1fe46132f, kind: zone, name: nexus
108682025-10-28T00:14:47.794ZOct 28 00:14:47.392 INFO added artifact, length: 34047318, hash: 6094e47fbbf62d85e22302952c1e1d9afa6fca49c9052a9e777408cbd7a201df, version: 17.0.0-0.ci+git8f1fe46132f, kind: zone, name: ntp
108692025-10-28T00:14:48.419ZOct 28 00:14:48.014 INFO added artifact, length: 63680272, hash: 3385727804752a3a037e3737fff0ccd3ec2e697bcbe12ef8f704e08b6a1443d1, version: 17.0.0-0.ci+git8f1fe46132f, kind: zone, name: oximeter
108702025-10-28T00:14:48.446ZOct 28 00:14:48.044 INFO added artifact, length: 3109590, hash: 1e24112c93d6d7a15754db3e5b3f11f3baa81959abce4f4704c1cbedd28c7367, version: 17.0.0-0.ci+git8f1fe46132f, kind: zone, name: probe
108712025-10-28T00:14:48.494ZOct 28 00:14:48.091 INFO added artifact, length: 4057386, hash: a62cf19b7b6efa27df66797dd56affe5fa9007d01eb1b7648e0ff53d2d593981, version: 1.0.48, kind: psc_sp, name: psc-b
108722025-10-28T00:14:48.545ZOct 28 00:14:48.138 INFO added artifact, length: 4061160, hash: 49d19bfc62e0bd3984391fddb82899d61587310eeaf7c361e65e090a4d3ceb67, version: 1.0.48, kind: psc_sp, name: psc-c
108732025-10-28T00:14:48.619ZOct 28 00:14:48.217 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
108742025-10-28T00:14:48.619ZOct 28 00:14:48.217 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
108752025-10-28T00:14:48.701ZOct 28 00:14:48.299 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
108762025-10-28T00:14:48.701ZOct 28 00:14:48.299 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
108772025-10-28T00:14:48.792ZOct 28 00:14:48.380 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108782025-10-28T00:14:48.792ZOct 28 00:14:48.380 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108792025-10-28T00:14:48.867ZOct 28 00:14:48.459 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
108802025-10-28T00:14:48.867ZOct 28 00:14:48.459 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
108812025-10-28T00:14:48.938ZOct 28 00:14:48.460 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
108822025-10-28T00:14:48.939ZOct 28 00:14:48.461 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108832025-10-28T00:14:48.939ZOct 28 00:14:48.462 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
108842025-10-28T00:14:48.939ZOct 28 00:14:48.534 INFO added artifact, length: 6834676, hash: 3f4072e1dda239d3fbbf5fa40e2a60b096530a5c026c77517d3c1a539d12a802, version: 1.0.48, kind: switch_sp, name: sidecar-b
108852025-10-28T00:14:49.082ZOct 28 00:14:48.680 INFO added artifact, length: 6851226, hash: 0d45513cd4ba2700b084b702a7a22a0ce33006f1985b4669f90f05ff4be641dc, version: 1.0.48, kind: switch_sp, name: sidecar-c
108862025-10-28T00:14:49.223ZOct 28 00:14:48.821 INFO added artifact, length: 6851350, hash: 718366aa02ff729de2d8747d6eb3f04908804083dcedd4a9a39ef0ae8f8791a0, version: 1.0.48, kind: switch_sp, name: sidecar-d
108872025-10-28T00:14:49.370ZOct 28 00:14:48.968 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
108882025-10-28T00:14:49.370ZOct 28 00:14:48.968 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
108892025-10-28T00:14:49.453ZOct 28 00:14:49.051 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108902025-10-28T00:14:49.453ZOct 28 00:14:49.051 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108912025-10-28T00:14:49.534ZOct 28 00:14:49.132 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108922025-10-28T00:14:49.534ZOct 28 00:14:49.133 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108932025-10-28T00:14:49.612ZOct 28 00:14:49.211 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
108942025-10-28T00:14:49.613ZOct 28 00:14:49.211 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
108952025-10-28T00:14:49.623ZOct 28 00:14:49.212 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
108962025-10-28T00:14:49.623ZOct 28 00:14:49.212 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108972025-10-28T00:14:49.623ZOct 28 00:14:49.213 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
108982025-10-28T00:14:49.623ZOct 28 00:14:49.213 INFO added artifact, length: 383, hash: 547a832299eb38ba432e1797b106859b7a03402b8b29725d6ab1f73fd7ac5c68, version: 17.0.0-0.ci+git8f1fe46132f, kind: installinator_document, name: installinator_document
108992025-10-28T00:14:50.176ZOct 28 00:14:49.774 INFO extracting uploaded archive to /tmp/.tmpvcp03c
109002025-10-28T00:14:54.852ZOct 28 00:14:52.926 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.LX2XSv
109012025-10-28T00:14:54.852ZOct 28 00:14:52.994 INFO added artifact, length: 6257385, hash: f1c297ddc2bc5a0b80dc3d47d6a076d18f2769bf76bf7bc6cc6066ae7089f829, version: 1.0.48, kind: gimlet_sp, name: cosmo-a
109022025-10-28T00:14:54.853ZOct 28 00:14:53.120 INFO added artifact, length: 5352353, hash: c312880a56f4f678d7149de52f9877c03631cf2e97e54f7a2117003f83d7e1a5, version: 1.0.48, kind: gimlet_sp, name: gimlet-b
109032025-10-28T00:14:54.853ZOct 28 00:14:53.238 INFO added artifact, length: 5354277, hash: db45d23d6e9d674face4d5379f3826ed3220d103b611b58c52e569a0d7ca03ea, version: 1.0.48, kind: gimlet_sp, name: gimlet-c
109042025-10-28T00:14:54.853ZOct 28 00:14:53.357 INFO added artifact, length: 5353192, hash: 43855fcc00a7a9aecd5e76d86791a35c9afe89e0c8b5a16ff58a9c9f17367592, version: 1.0.48, kind: gimlet_sp, name: gimlet-d
109052025-10-28T00:14:54.853ZOct 28 00:14:53.475 INFO added artifact, length: 5353059, hash: 27a9a1b3933dd69b9d24e0d63915f93c9272ab2a50371cc7c5f93e1a19387704, version: 1.0.48, kind: gimlet_sp, name: gimlet-e
109062025-10-28T00:14:54.853ZOct 28 00:14:53.596 INFO added artifact, length: 5353198, hash: 4cf6f2903399783cf4592af85dcc2da5e43177ccca81e2ef16547e77b3c52a1a, version: 1.0.48, kind: gimlet_sp, name: gimlet-f
109072025-10-28T00:14:54.853ZOct 28 00:14:53.736 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
109082025-10-28T00:14:54.853ZOct 28 00:14:53.736 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
109092025-10-28T00:14:54.853ZOct 28 00:14:53.815 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
109102025-10-28T00:14:54.853ZOct 28 00:14:53.815 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
109112025-10-28T00:14:54.853ZOct 28 00:14:53.897 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
109122025-10-28T00:14:54.853ZOct 28 00:14:53.897 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
109132025-10-28T00:14:54.853ZOct 28 00:14:53.978 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
109142025-10-28T00:14:54.853ZOct 28 00:14:53.978 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
109152025-10-28T00:14:54.853ZOct 28 00:14:54.061 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
109162025-10-28T00:14:54.853ZOct 28 00:14:54.061 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
109172025-10-28T00:14:54.853ZOct 28 00:14:54.141 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
109182025-10-28T00:14:54.853ZOct 28 00:14:54.141 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
109192025-10-28T00:14:54.853ZOct 28 00:14:54.220 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
109202025-10-28T00:14:54.853ZOct 28 00:14:54.220 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
109212025-10-28T00:14:54.853ZOct 28 00:14:54.221 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
109222025-10-28T00:14:54.853ZOct 28 00:14:54.222 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
109232025-10-28T00:14:54.853ZOct 28 00:14:54.223 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
109242025-10-28T00:14:54.853ZOct 28 00:14:54.224 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
109252025-10-28T00:14:54.853ZOct 28 00:14:54.225 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
109262025-10-28T00:15:03.173ZOct 28 00:15:02.774 INFO added artifact, length: 33554432, hash: bd76a9eb2271ae8fd4dd4613fa9b6412acc996eb20ad09a8054e205f3a3c7395, version: 17.0.0-0.ci+git8f1fe46132f, kind: gimlet_host_phase_1, name: host
109272025-10-28T00:15:03.173ZOct 28 00:15:02.774 INFO added artifact, length: 33554432, hash: 9b353173e04e079a406929a5c1fde29e4a382c911f55c06e0808fd130b2db7f2, version: 17.0.0-0.ci+git8f1fe46132f, kind: cosmo_host_phase_1, name: host
109282025-10-28T00:15:03.173ZOct 28 00:15:02.774 INFO added artifact, length: 1048580096, hash: 5da508274bdfa34250f9946cfdfdcebe229a2be86569a48aad3b626b01e4588f, version: 17.0.0-0.ci+git8f1fe46132f, kind: host_phase_2, name: host
109292025-10-28T00:15:04.671ZOct 28 00:15:04.273 INFO added artifact, length: 33554432, hash: b956f79d1d1abb22563381071e6b7f134291df5d53e256c1ceb60aff2287631d, version: 17.0.0-0.ci+git8f1fe46132f, kind: gimlet_trampoline_phase_1, name: trampoline
109302025-10-28T00:15:04.671ZOct 28 00:15:04.273 INFO added artifact, length: 33554432, hash: 24a5cef25de2e0ec30f1c3bd976b21faf64deff53d7a0e9cc51973c78db299f1, version: 17.0.0-0.ci+git8f1fe46132f, kind: cosmo_trampoline_phase_1, name: trampoline
109312025-10-28T00:15:04.671ZOct 28 00:15:04.273 INFO added artifact, length: 152365583, hash: e488e0f7184a7b2287a598275ea031d2554a6ae6c3d808e466424897875f6941, version: 17.0.0-0.ci+git8f1fe46132f, kind: trampoline_phase_2, name: trampoline
109322025-10-28T00:15:15.765ZOct 28 00:15:15.365 INFO added artifact, length: 1690502358, hash: 1b8222f437e69a5a016e34edb23d1d1d624a69d425e68683237b90b10b501322, version: 17.0.0-0.ci+git8f1fe46132f, kind: control_plane, name: control-plane
109332025-10-28T00:15:15.811ZOct 28 00:15:15.412 INFO added artifact, length: 4057386, hash: a62cf19b7b6efa27df66797dd56affe5fa9007d01eb1b7648e0ff53d2d593981, version: 1.0.48, kind: psc_sp, name: psc-b
109342025-10-28T00:15:15.857ZOct 28 00:15:15.458 INFO added artifact, length: 4061160, hash: 49d19bfc62e0bd3984391fddb82899d61587310eeaf7c361e65e090a4d3ceb67, version: 1.0.48, kind: psc_sp, name: psc-c
109352025-10-28T00:15:15.952ZOct 28 00:15:15.537 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
109362025-10-28T00:15:15.952ZOct 28 00:15:15.537 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
109372025-10-28T00:15:16.018ZOct 28 00:15:15.622 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
109382025-10-28T00:15:16.019ZOct 28 00:15:15.622 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
109392025-10-28T00:15:16.122ZOct 28 00:15:15.706 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
109402025-10-28T00:15:16.123ZOct 28 00:15:15.706 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
109412025-10-28T00:15:16.187ZOct 28 00:15:15.788 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
109422025-10-28T00:15:16.187ZOct 28 00:15:15.788 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
109432025-10-28T00:15:16.200ZOct 28 00:15:15.789 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
109442025-10-28T00:15:16.200ZOct 28 00:15:15.790 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
109452025-10-28T00:15:16.201ZOct 28 00:15:15.791 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
109462025-10-28T00:15:16.264ZOct 28 00:15:15.865 INFO added artifact, length: 6834676, hash: 3f4072e1dda239d3fbbf5fa40e2a60b096530a5c026c77517d3c1a539d12a802, version: 1.0.48, kind: switch_sp, name: sidecar-b
109472025-10-28T00:15:16.413ZOct 28 00:15:16.014 INFO added artifact, length: 6851226, hash: 0d45513cd4ba2700b084b702a7a22a0ce33006f1985b4669f90f05ff4be641dc, version: 1.0.48, kind: switch_sp, name: sidecar-c
109482025-10-28T00:15:16.557ZOct 28 00:15:16.158 INFO added artifact, length: 6851350, hash: 718366aa02ff729de2d8747d6eb3f04908804083dcedd4a9a39ef0ae8f8791a0, version: 1.0.48, kind: switch_sp, name: sidecar-d
109492025-10-28T00:15:16.708ZOct 28 00:15:16.311 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
109502025-10-28T00:15:16.708ZOct 28 00:15:16.311 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
109512025-10-28T00:15:16.791ZOct 28 00:15:16.395 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
109522025-10-28T00:15:16.791ZOct 28 00:15:16.395 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
109532025-10-28T00:15:16.890ZOct 28 00:15:16.478 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
109542025-10-28T00:15:16.890ZOct 28 00:15:16.478 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
109552025-10-28T00:15:16.969ZOct 28 00:15:16.559 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
109562025-10-28T00:15:16.969ZOct 28 00:15:16.559 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
109572025-10-28T00:15:16.979ZOct 28 00:15:16.561 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
109582025-10-28T00:15:16.979ZOct 28 00:15:16.562 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
109592025-10-28T00:15:16.979ZOct 28 00:15:16.563 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
109602025-10-28T00:15:16.979ZOct 28 00:15:16.563 INFO added artifact, length: 383, hash: 547a832299eb38ba432e1797b106859b7a03402b8b29725d6ab1f73fd7ac5c68, version: 17.0.0-0.ci+git8f1fe46132f, kind: installinator_document, name: installinator_document
109612025-10-28T00:15:17.619ZOct 28 00:15:17.222 INFO [tuf-repo] task succeeded (111.303733071s)
109622025-10-28T00:15:17.620ZOct 28 00:15:17.222 INFO all jobs completed in 3444.031132526s
109632025-10-28T00:15:18.820Zprocess exited: duration 4160230 ms, exit code 0
 
109642025-10-28T00:15:18.837Zfound 41 output files
109652025-10-28T00:15:18.837Zuploading: /work/manifest.toml (15982 bytes)
109662025-10-28T00:15:19.892Zuploaded: /work/manifest.toml
109672025-10-28T00:15:19.892Zuploading: /work/repo.zip (2918602652 bytes)
109682025-10-28T00:16:43.525Zuploaded: /work/repo.zip
109692025-10-28T00:16:43.525Zuploading: /work/repo.zip.sha256.txt (65 bytes)
109702025-10-28T00:16:44.555Zuploaded: /work/repo.zip.sha256.txt
109712025-10-28T00:16:44.555Zuploading: /work/helios.json (584 bytes)
109722025-10-28T00:16:45.590Zuploaded: /work/helios.json
109732025-10-28T00:16:45.590Zuploading: /work/incorporation.p5m (99754 bytes)
109742025-10-28T00:16:46.672Zuploaded: /work/incorporation.p5m
109752025-10-28T00:16:46.672Zuploading: /work/incorporation.p5p (112640 bytes)
109762025-10-28T00:16:47.817Zuploaded: /work/incorporation.p5p
109772025-10-28T00:16:47.817Zuploading: /work/helios-incorp.log (526 bytes)
109782025-10-28T00:16:48.866Zuploaded: /work/helios-incorp.log
109792025-10-28T00:16:48.866Zuploading: /work/helios-setup.log (72310 bytes)
109802025-10-28T00:16:49.889Zuploaded: /work/helios-setup.log
109812025-10-28T00:16:49.895Zuploading: /work/host-image.log (230799 bytes)
109822025-10-28T00:16:50.921Zuploaded: /work/host-image.log
109832025-10-28T00:16:50.921Zuploading: /work/host-package.log (30372 bytes)
109842025-10-28T00:16:51.936Zuploaded: /work/host-package.log
109852025-10-28T00:16:51.937Zuploading: /work/host-target.log (101 bytes)
109862025-10-28T00:16:52.948Zuploaded: /work/host-target.log
109872025-10-28T00:16:52.948Zuploading: /work/incorp-create.log (0 bytes)
109882025-10-28T00:16:53.988Zuploaded: /work/incorp-create.log
109892025-10-28T00:16:53.988Zuploading: /work/incorp-fmt.log (0 bytes)
109902025-10-28T00:16:54.997Zuploaded: /work/incorp-fmt.log
109912025-10-28T00:16:54.997Zuploading: /work/incorp-pkgsend.log (108 bytes)
109922025-10-28T00:16:56.012Zuploaded: /work/incorp-pkgsend.log
109932025-10-28T00:16:56.012Zuploading: /work/incorp-publisher.log (0 bytes)
109942025-10-28T00:16:57.025Zuploaded: /work/incorp-publisher.log
109952025-10-28T00:16:57.028Zuploading: /work/omicron-package.log (6883 bytes)
109962025-10-28T00:16:58.040Zuploaded: /work/omicron-package.log
109972025-10-28T00:16:58.041Zuploading: /work/recovery-image.log (602392 bytes)
109982025-10-28T00:16:59.072Zuploaded: /work/recovery-image.log
109992025-10-28T00:16:59.072Zuploading: /work/recovery-package.log (1725 bytes)
110002025-10-28T00:17:00.087Zuploaded: /work/recovery-package.log
110012025-10-28T00:17:00.091Zuploading: /work/recovery-target.log (98 bytes)
110022025-10-28T00:17:01.099Zuploaded: /work/recovery-target.log
110032025-10-28T00:17:01.103Zuploading: /work/stamp-clickhouse.log (117 bytes)
110042025-10-28T00:17:02.112Zuploaded: /work/stamp-clickhouse.log
110052025-10-28T00:17:02.112Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
110062025-10-28T00:17:03.125Zuploaded: /work/stamp-clickhouse_keeper.log
110072025-10-28T00:17:03.133Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
110082025-10-28T00:17:04.141Zuploaded: /work/stamp-clickhouse_server.log
110092025-10-28T00:17:04.141Zuploading: /work/stamp-cockroachdb.log (118 bytes)
110102025-10-28T00:17:05.151Zuploaded: /work/stamp-cockroachdb.log
110112025-10-28T00:17:05.156Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
110122025-10-28T00:17:06.165Zuploaded: /work/stamp-crucible-dtrace.log
110132025-10-28T00:17:06.169Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
110142025-10-28T00:17:07.178Zuploaded: /work/stamp-crucible-pantry-zone.log
110152025-10-28T00:17:07.182Zuploading: /work/stamp-crucible-zone.log (120 bytes)
110162025-10-28T00:17:08.191Zuploaded: /work/stamp-crucible-zone.log
110172025-10-28T00:17:08.197Zuploading: /work/stamp-external-dns.log (119 bytes)
110182025-10-28T00:17:09.210Zuploaded: /work/stamp-external-dns.log
110192025-10-28T00:17:09.217Zuploading: /work/stamp-installinator.log (103 bytes)
110202025-10-28T00:17:10.223Zuploaded: /work/stamp-installinator.log
110212025-10-28T00:17:10.224Zuploading: /work/stamp-internal-dns.log (119 bytes)
110222025-10-28T00:17:11.237Zuploaded: /work/stamp-internal-dns.log
110232025-10-28T00:17:11.237Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
110242025-10-28T00:17:12.253Zuploaded: /work/stamp-mg-ddm-gz.log
110252025-10-28T00:17:12.253Zuploading: /work/stamp-nexus.log (112 bytes)
110262025-10-28T00:17:13.272Zuploaded: /work/stamp-nexus.log
110272025-10-28T00:17:13.272Zuploading: /work/stamp-ntp.log (110 bytes)
110282025-10-28T00:17:14.285Zuploaded: /work/stamp-ntp.log
110292025-10-28T00:17:14.289Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
110302025-10-28T00:17:15.298Zuploaded: /work/stamp-omicron-sled-agent.log
110312025-10-28T00:17:15.298Zuploading: /work/stamp-overlay.log (114 bytes)
110322025-10-28T00:17:16.311Zuploaded: /work/stamp-overlay.log
110332025-10-28T00:17:16.311Zuploading: /work/stamp-oximeter.log (115 bytes)
110342025-10-28T00:17:17.325Zuploaded: /work/stamp-oximeter.log
110352025-10-28T00:17:17.325Zuploading: /work/stamp-oxlog.log (109 bytes)
110362025-10-28T00:17:18.337Zuploaded: /work/stamp-oxlog.log
110372025-10-28T00:17:18.337Zuploading: /work/stamp-probe.log (112 bytes)
110382025-10-28T00:17:19.350Zuploaded: /work/stamp-probe.log
110392025-10-28T00:17:19.350Zuploading: /work/stamp-propolis-server.log (122 bytes)
110402025-10-28T00:17:20.360Zuploaded: /work/stamp-propolis-server.log
110412025-10-28T00:17:20.361Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
110422025-10-28T00:17:21.373Zuploaded: /work/stamp-pumpkind-gz.log
110432025-10-28T00:17:21.373Zuploading: /work/stamp-switch-asic.log (118 bytes)
110442025-10-28T00:17:22.384Zuploaded: /work/stamp-switch-asic.log
110452025-10-28T00:17:22.384Zuploading: /work/verify-libraries.log (9470 bytes)
110462025-10-28T00:17:23.396Zuploaded: /work/verify-libraries.log